From 34f4c7e751f4d661be3e23682fe2631d6615141d Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Mon, 22 Jan 2024 14:50:17 -0500 Subject: [PATCH] fix: allow preproc calls in enumerator list items --- grammar.js | 2 + src/grammar.json | 17 + src/node-types.json | 4 + src/parser.c | 103191 +++++++++++++++++++++-------------------- 4 files changed, 51627 insertions(+), 51587 deletions(-) diff --git a/grammar.js b/grammar.js index d223f35..f64b2f2 100644 --- a/grammar.js +++ b/grammar.js @@ -624,12 +624,14 @@ module.exports = grammar({ seq($.enumerator, ','), alias($.preproc_if_in_enumerator_list, $.preproc_if), alias($.preproc_ifdef_in_enumerator_list, $.preproc_ifdef), + seq($.preproc_call, ','), )), optional(seq( choice( $.enumerator, alias($.preproc_if_in_enumerator_list_no_comma, $.preproc_if), alias($.preproc_ifdef_in_enumerator_list_no_comma, $.preproc_ifdef), + $.preproc_call, ), )), '}', diff --git a/src/grammar.json b/src/grammar.json index 5dc0e82..e3250bf 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -4805,6 +4805,19 @@ }, "named": true, "value": "preproc_ifdef" + }, + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "preproc_call" + }, + { + "type": "STRING", + "value": "," + } + ] } ] } @@ -4839,6 +4852,10 @@ }, "named": true, "value": "preproc_ifdef" + }, + { + "type": "SYMBOL", + "name": "preproc_call" } ] } diff --git a/src/node-types.json b/src/node-types.json index 99287bb..b698b92 100644 --- a/src/node-types.json +++ b/src/node-types.json @@ -1439,6 +1439,10 @@ "type": "enumerator", "named": true }, + { + "type": "preproc_call", + "named": true + }, { "type": "preproc_if", "named": true diff --git a/src/parser.c b/src/parser.c index 4ee2668..dfaf999 100644 --- a/src/parser.c +++ b/src/parser.c @@ -3090,54 +3090,54 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1] = 1, [2] = 2, [3] = 2, - [4] = 4, - [5] = 2, - [6] = 2, - [7] = 4, - [8] = 4, - [9] = 2, - [10] = 4, - [11] = 4, + [4] = 2, + [5] = 5, + [6] = 5, + [7] = 2, + [8] = 2, + [9] = 5, + [10] = 5, + [11] = 5, [12] = 12, - [13] = 12, + [13] = 13, [14] = 14, - [15] = 14, + [15] = 15, [16] = 16, - [17] = 14, - [18] = 14, + [17] = 13, + [18] = 13, [19] = 19, - [20] = 12, - [21] = 21, - [22] = 12, - [23] = 23, - [24] = 12, - [25] = 14, - [26] = 26, - [27] = 26, + [20] = 19, + [21] = 13, + [22] = 19, + [23] = 19, + [24] = 24, + [25] = 19, + [26] = 13, + [27] = 12, [28] = 28, [29] = 29, [30] = 30, - [31] = 28, - [32] = 26, - [33] = 29, - [34] = 29, - [35] = 30, - [36] = 28, - [37] = 28, - [38] = 29, - [39] = 30, - [40] = 30, - [41] = 41, - [42] = 29, - [43] = 28, - [44] = 41, - [45] = 26, - [46] = 41, - [47] = 47, - [48] = 30, - [49] = 49, - [50] = 41, - [51] = 41, + [31] = 31, + [32] = 32, + [33] = 28, + [34] = 32, + [35] = 32, + [36] = 29, + [37] = 31, + [38] = 31, + [39] = 29, + [40] = 28, + [41] = 12, + [42] = 28, + [43] = 31, + [44] = 31, + [45] = 45, + [46] = 29, + [47] = 32, + [48] = 28, + [49] = 32, + [50] = 12, + [51] = 29, [52] = 52, [53] = 53, [54] = 54, @@ -3145,31 +3145,31 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [56] = 56, [57] = 57, [58] = 58, - [59] = 58, - [60] = 57, - [61] = 56, - [62] = 54, - [63] = 55, - [64] = 56, + [59] = 56, + [60] = 54, + [61] = 58, + [62] = 55, + [63] = 57, + [64] = 57, [65] = 57, - [66] = 55, - [67] = 57, + [66] = 54, + [67] = 55, [68] = 58, [69] = 54, [70] = 55, - [71] = 58, - [72] = 55, + [71] = 56, + [72] = 56, [73] = 56, [74] = 54, - [75] = 57, - [76] = 56, - [77] = 54, + [75] = 55, + [76] = 58, + [77] = 57, [78] = 58, - [79] = 55, - [80] = 54, - [81] = 56, + [79] = 57, + [80] = 56, + [81] = 54, [82] = 58, - [83] = 57, + [83] = 55, [84] = 84, [85] = 84, [86] = 84, @@ -3210,9 +3210,9 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [121] = 121, [122] = 122, [123] = 123, - [124] = 107, + [124] = 124, [125] = 125, - [126] = 126, + [126] = 101, [127] = 127, [128] = 128, [129] = 129, @@ -3221,7 +3221,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [132] = 132, [133] = 133, [134] = 134, - [135] = 90, + [135] = 135, [136] = 136, [137] = 137, [138] = 138, @@ -3232,7 +3232,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [143] = 143, [144] = 144, [145] = 145, - [146] = 146, + [146] = 90, [147] = 147, [148] = 148, [149] = 149, @@ -3247,351 +3247,351 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [158] = 158, [159] = 159, [160] = 160, - [161] = 117, - [162] = 97, - [163] = 105, - [164] = 132, - [165] = 101, - [166] = 104, - [167] = 130, - [168] = 128, - [169] = 108, - [170] = 116, - [171] = 92, - [172] = 93, - [173] = 103, + [161] = 125, + [162] = 91, + [163] = 127, + [164] = 130, + [165] = 123, + [166] = 131, + [167] = 132, + [168] = 121, + [169] = 119, + [170] = 103, + [171] = 133, + [172] = 118, + [173] = 129, [174] = 122, - [175] = 114, - [176] = 113, - [177] = 112, - [178] = 94, - [179] = 129, - [180] = 91, - [181] = 100, - [182] = 106, - [183] = 123, - [184] = 99, - [185] = 131, - [186] = 118, - [187] = 120, - [188] = 111, - [189] = 133, - [190] = 95, - [191] = 121, - [192] = 119, - [193] = 127, - [194] = 96, - [195] = 109, - [196] = 98, - [197] = 102, - [198] = 107, - [199] = 125, - [200] = 110, - [201] = 126, - [202] = 159, - [203] = 147, - [204] = 139, - [205] = 143, - [206] = 154, - [207] = 151, - [208] = 138, - [209] = 160, - [210] = 134, - [211] = 90, - [212] = 136, - [213] = 155, - [214] = 157, + [175] = 102, + [176] = 109, + [177] = 93, + [178] = 111, + [179] = 110, + [180] = 128, + [181] = 101, + [182] = 112, + [183] = 98, + [184] = 108, + [185] = 116, + [186] = 104, + [187] = 100, + [188] = 107, + [189] = 113, + [190] = 106, + [191] = 92, + [192] = 114, + [193] = 124, + [194] = 99, + [195] = 105, + [196] = 117, + [197] = 94, + [198] = 95, + [199] = 120, + [200] = 96, + [201] = 97, + [202] = 157, + [203] = 90, + [204] = 149, + [205] = 151, + [206] = 152, + [207] = 143, + [208] = 136, + [209] = 148, + [210] = 141, + [211] = 134, + [212] = 90, + [213] = 153, + [214] = 156, [215] = 90, - [216] = 153, - [217] = 149, - [218] = 137, + [216] = 137, + [217] = 155, + [218] = 140, [219] = 158, - [220] = 140, - [221] = 150, - [222] = 141, - [223] = 142, - [224] = 144, - [225] = 152, - [226] = 148, - [227] = 145, - [228] = 146, - [229] = 90, - [230] = 156, - [231] = 131, - [232] = 95, - [233] = 132, - [234] = 128, - [235] = 123, - [236] = 119, - [237] = 108, - [238] = 110, - [239] = 109, + [220] = 160, + [221] = 135, + [222] = 150, + [223] = 139, + [224] = 142, + [225] = 144, + [226] = 145, + [227] = 138, + [228] = 159, + [229] = 154, + [230] = 147, + [231] = 125, + [232] = 97, + [233] = 109, + [234] = 130, + [235] = 131, + [236] = 132, + [237] = 110, + [238] = 133, + [239] = 124, [240] = 240, - [241] = 106, - [242] = 105, - [243] = 104, - [244] = 103, + [241] = 129, + [242] = 122, + [243] = 111, + [244] = 108, [245] = 116, [246] = 92, - [247] = 133, + [247] = 104, [248] = 91, - [249] = 111, - [250] = 122, - [251] = 130, - [252] = 94, - [253] = 95, - [254] = 112, - [255] = 113, - [256] = 129, - [257] = 101, - [258] = 114, - [259] = 102, - [260] = 93, + [249] = 112, + [250] = 107, + [251] = 113, + [252] = 106, + [253] = 105, + [254] = 127, + [255] = 102, + [256] = 114, + [257] = 94, + [258] = 103, + [259] = 93, + [260] = 95, [261] = 92, - [262] = 127, - [263] = 116, - [264] = 96, - [265] = 97, - [266] = 117, - [267] = 126, - [268] = 101, + [262] = 116, + [263] = 120, + [264] = 117, + [265] = 102, + [266] = 96, + [267] = 97, + [268] = 118, [269] = 240, - [270] = 117, - [271] = 125, - [272] = 107, - [273] = 126, - [274] = 127, - [275] = 94, - [276] = 102, - [277] = 121, + [270] = 118, + [271] = 119, + [272] = 128, + [273] = 101, + [274] = 117, + [275] = 120, + [276] = 103, + [277] = 94, [278] = 114, - [279] = 130, - [280] = 132, - [281] = 118, + [279] = 121, + [280] = 124, + [281] = 125, [282] = 113, - [283] = 118, - [284] = 120, - [285] = 133, - [286] = 131, - [287] = 121, - [288] = 120, + [283] = 127, + [284] = 123, + [285] = 119, + [286] = 121, + [287] = 130, + [288] = 123, [289] = 112, - [290] = 111, - [291] = 118, - [292] = 129, - [293] = 128, - [294] = 117, - [295] = 108, - [296] = 123, - [297] = 91, - [298] = 98, - [299] = 119, - [300] = 99, - [301] = 120, - [302] = 110, - [303] = 106, - [304] = 121, - [305] = 116, - [306] = 109, - [307] = 105, - [308] = 92, + [290] = 91, + [291] = 131, + [292] = 123, + [293] = 121, + [294] = 132, + [295] = 109, + [296] = 133, + [297] = 119, + [298] = 129, + [299] = 118, + [300] = 98, + [301] = 104, + [302] = 122, + [303] = 99, + [304] = 116, + [305] = 92, + [306] = 110, + [307] = 111, + [308] = 108, [309] = 93, [310] = 114, - [311] = 113, - [312] = 126, - [313] = 127, - [314] = 112, - [315] = 108, - [316] = 107, - [317] = 130, - [318] = 100, - [319] = 104, - [320] = 103, - [321] = 122, - [322] = 132, - [323] = 133, - [324] = 131, - [325] = 129, - [326] = 128, - [327] = 111, - [328] = 109, - [329] = 123, - [330] = 119, - [331] = 125, - [332] = 125, + [311] = 101, + [312] = 117, + [313] = 120, + [314] = 113, + [315] = 109, + [316] = 112, + [317] = 124, + [318] = 107, + [319] = 128, + [320] = 100, + [321] = 106, + [322] = 125, + [323] = 127, + [324] = 130, + [325] = 131, + [326] = 132, + [327] = 105, + [328] = 91, + [329] = 133, + [330] = 129, + [331] = 110, + [332] = 100, [333] = 95, - [334] = 110, - [335] = 106, - [336] = 105, - [337] = 96, - [338] = 104, - [339] = 103, - [340] = 122, + [334] = 122, + [335] = 111, + [336] = 108, + [337] = 128, + [338] = 107, + [339] = 106, + [340] = 105, [341] = 94, - [342] = 100, + [342] = 95, [343] = 96, - [344] = 97, + [344] = 104, [345] = 98, - [346] = 91, - [347] = 97, + [346] = 103, + [347] = 96, [348] = 99, - [349] = 102, + [349] = 97, [350] = 100, - [351] = 101, + [351] = 102, [352] = 99, [353] = 98, - [354] = 142, - [355] = 156, - [356] = 146, - [357] = 142, - [358] = 138, - [359] = 134, - [360] = 155, - [361] = 148, - [362] = 159, - [363] = 141, - [364] = 160, - [365] = 140, - [366] = 152, + [354] = 141, + [355] = 157, + [356] = 144, + [357] = 138, + [358] = 134, + [359] = 145, + [360] = 150, + [361] = 139, + [362] = 136, + [363] = 135, + [364] = 155, + [365] = 137, + [366] = 149, [367] = 147, - [368] = 138, - [369] = 148, - [370] = 149, - [371] = 150, - [372] = 136, - [373] = 158, - [374] = 159, - [375] = 140, + [368] = 160, + [369] = 150, + [370] = 151, + [371] = 153, + [372] = 147, + [373] = 143, + [374] = 155, + [375] = 148, [376] = 160, - [377] = 141, - [378] = 145, - [379] = 139, - [380] = 147, - [381] = 137, - [382] = 157, - [383] = 150, - [384] = 152, - [385] = 143, - [386] = 136, - [387] = 139, - [388] = 156, - [389] = 154, - [390] = 154, - [391] = 146, - [392] = 157, - [393] = 153, - [394] = 155, - [395] = 158, - [396] = 134, - [397] = 149, - [398] = 143, - [399] = 145, - [400] = 153, + [377] = 137, + [378] = 142, + [379] = 135, + [380] = 136, + [381] = 151, + [382] = 158, + [383] = 153, + [384] = 139, + [385] = 157, + [386] = 148, + [387] = 149, + [388] = 141, + [389] = 140, + [390] = 156, + [391] = 156, + [392] = 158, + [393] = 134, + [394] = 138, + [395] = 159, + [396] = 145, + [397] = 159, + [398] = 154, + [399] = 140, + [400] = 154, [401] = 144, - [402] = 151, - [403] = 137, - [404] = 144, - [405] = 151, + [402] = 152, + [403] = 142, + [404] = 143, + [405] = 152, [406] = 406, [407] = 407, [408] = 408, [409] = 409, - [410] = 407, - [411] = 406, - [412] = 412, - [413] = 409, - [414] = 407, - [415] = 415, - [416] = 406, - [417] = 415, - [418] = 406, - [419] = 419, - [420] = 412, + [410] = 408, + [411] = 411, + [412] = 408, + [413] = 406, + [414] = 414, + [415] = 409, + [416] = 416, + [417] = 407, + [418] = 416, + [419] = 416, + [420] = 407, [421] = 421, - [422] = 419, - [423] = 408, - [424] = 415, - [425] = 408, - [426] = 409, - [427] = 419, - [428] = 412, - [429] = 408, - [430] = 421, - [431] = 419, - [432] = 419, - [433] = 421, - [434] = 412, - [435] = 419, - [436] = 406, - [437] = 409, - [438] = 415, - [439] = 407, - [440] = 415, - [441] = 421, - [442] = 409, - [443] = 412, + [422] = 411, + [423] = 409, + [424] = 414, + [425] = 406, + [426] = 406, + [427] = 407, + [428] = 414, + [429] = 411, + [430] = 407, + [431] = 141, + [432] = 421, + [433] = 414, + [434] = 416, + [435] = 414, + [436] = 409, + [437] = 421, + [438] = 411, + [439] = 406, + [440] = 408, + [441] = 407, + [442] = 414, + [443] = 411, [444] = 421, - [445] = 406, - [446] = 240, - [447] = 407, - [448] = 408, - [449] = 415, - [450] = 412, - [451] = 409, - [452] = 408, - [453] = 407, - [454] = 145, - [455] = 152, - [456] = 142, - [457] = 140, - [458] = 143, - [459] = 240, - [460] = 149, - [461] = 148, - [462] = 150, - [463] = 134, - [464] = 151, - [465] = 155, - [466] = 466, - [467] = 158, - [468] = 153, - [469] = 144, - [470] = 146, - [471] = 141, - [472] = 154, - [473] = 159, + [445] = 158, + [446] = 421, + [447] = 416, + [448] = 240, + [449] = 408, + [450] = 409, + [451] = 411, + [452] = 406, + [453] = 409, + [454] = 408, + [455] = 416, + [456] = 144, + [457] = 154, + [458] = 150, + [459] = 135, + [460] = 139, + [461] = 140, + [462] = 136, + [463] = 157, + [464] = 142, + [465] = 240, + [466] = 145, + [467] = 137, + [468] = 149, + [469] = 152, + [470] = 151, + [471] = 148, + [472] = 160, + [473] = 155, [474] = 147, - [475] = 475, - [476] = 160, - [477] = 136, - [478] = 138, - [479] = 157, - [480] = 156, - [481] = 139, + [475] = 153, + [476] = 159, + [477] = 138, + [478] = 134, + [479] = 479, + [480] = 480, + [481] = 156, [482] = 482, - [483] = 482, + [483] = 483, [484] = 482, - [485] = 482, - [486] = 486, + [485] = 483, + [486] = 483, [487] = 482, - [488] = 486, - [489] = 486, - [490] = 486, + [488] = 483, + [489] = 483, + [490] = 482, [491] = 482, - [492] = 486, - [493] = 486, - [494] = 482, + [492] = 482, + [493] = 482, + [494] = 483, [495] = 482, - [496] = 486, - [497] = 486, + [496] = 483, + [497] = 483, [498] = 498, [499] = 499, [500] = 240, [501] = 240, [502] = 240, [503] = 90, - [504] = 504, - [505] = 240, + [504] = 240, + [505] = 505, [506] = 506, [507] = 506, [508] = 506, @@ -3602,8 +3602,8 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [513] = 506, [514] = 506, [515] = 506, - [516] = 506, - [517] = 517, + [516] = 516, + [517] = 506, [518] = 518, [519] = 519, [520] = 520, @@ -3621,83 +3621,83 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [532] = 530, [533] = 531, [534] = 534, - [535] = 535, - [536] = 535, - [537] = 537, + [535] = 534, + [536] = 536, + [537] = 536, [538] = 538, - [539] = 534, - [540] = 534, - [541] = 535, - [542] = 535, - [543] = 534, + [539] = 536, + [540] = 540, + [541] = 534, + [542] = 534, + [543] = 536, [544] = 544, - [545] = 545, + [545] = 544, [546] = 546, - [547] = 545, - [548] = 545, - [549] = 545, - [550] = 544, - [551] = 544, - [552] = 552, - [553] = 553, + [547] = 547, + [548] = 546, + [549] = 544, + [550] = 550, + [551] = 551, + [552] = 546, + [553] = 546, [554] = 544, [555] = 555, - [556] = 546, - [557] = 555, + [556] = 555, + [557] = 550, [558] = 558, [559] = 559, [560] = 559, [561] = 561, - [562] = 559, + [562] = 562, [563] = 563, - [564] = 564, + [564] = 559, [565] = 565, - [566] = 559, - [567] = 567, - [568] = 546, + [566] = 562, + [567] = 559, + [568] = 568, [569] = 569, [570] = 570, [571] = 571, [572] = 572, - [573] = 569, - [574] = 569, - [575] = 559, - [576] = 546, - [577] = 577, + [573] = 573, + [574] = 574, + [575] = 575, + [576] = 576, + [577] = 559, [578] = 578, - [579] = 559, - [580] = 569, + [579] = 562, + [580] = 580, [581] = 581, - [582] = 582, - [583] = 569, - [584] = 584, - [585] = 585, - [586] = 559, + [582] = 559, + [583] = 562, + [584] = 562, + [585] = 559, + [586] = 550, [587] = 559, [588] = 588, - [589] = 589, + [589] = 550, [590] = 590, [591] = 591, [592] = 592, - [593] = 591, + [593] = 593, [594] = 594, [595] = 595, [596] = 596, [597] = 597, - [598] = 598, - [599] = 599, - [600] = 591, - [601] = 595, - [602] = 602, + [598] = 592, + [599] = 596, + [600] = 592, + [601] = 601, + [602] = 592, [603] = 603, - [604] = 591, - [605] = 591, + [604] = 592, + [605] = 592, [606] = 606, - [607] = 591, - [608] = 591, + [607] = 592, + [608] = 608, [609] = 609, [610] = 610, - [611] = 591, + [611] = 592, [612] = 612, [613] = 613, [614] = 614, @@ -3705,160 +3705,160 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [616] = 616, [617] = 617, [618] = 618, - [619] = 613, - [620] = 615, - [621] = 621, + [619] = 619, + [620] = 620, + [621] = 615, [622] = 622, [623] = 623, - [624] = 615, - [625] = 621, - [626] = 626, + [624] = 624, + [625] = 615, + [626] = 622, [627] = 627, [628] = 628, - [629] = 622, - [630] = 617, - [631] = 617, - [632] = 626, - [633] = 622, - [634] = 615, - [635] = 622, - [636] = 614, - [637] = 617, - [638] = 638, - [639] = 638, + [629] = 629, + [630] = 623, + [631] = 618, + [632] = 618, + [633] = 615, + [634] = 628, + [635] = 635, + [636] = 636, + [637] = 627, + [638] = 622, + [639] = 639, [640] = 640, - [641] = 613, - [642] = 626, - [643] = 623, - [644] = 617, - [645] = 645, - [646] = 646, - [647] = 647, - [648] = 612, - [649] = 628, - [650] = 616, - [651] = 627, - [652] = 640, + [641] = 636, + [642] = 618, + [643] = 643, + [644] = 616, + [645] = 613, + [646] = 635, + [647] = 623, + [648] = 615, + [649] = 636, + [650] = 612, + [651] = 613, + [652] = 652, [653] = 653, - [654] = 654, - [655] = 655, - [656] = 656, - [657] = 656, - [658] = 612, - [659] = 655, - [660] = 617, - [661] = 622, - [662] = 638, - [663] = 654, - [664] = 626, - [665] = 638, - [666] = 623, - [667] = 653, - [668] = 627, - [669] = 622, - [670] = 517, - [671] = 626, - [672] = 638, - [673] = 638, - [674] = 656, - [675] = 675, - [676] = 655, + [654] = 623, + [655] = 618, + [656] = 613, + [657] = 614, + [658] = 653, + [659] = 620, + [660] = 636, + [661] = 643, + [662] = 618, + [663] = 617, + [664] = 636, + [665] = 623, + [666] = 640, + [667] = 667, + [668] = 639, + [669] = 669, + [670] = 620, + [671] = 653, + [672] = 516, + [673] = 653, + [674] = 653, + [675] = 623, + [676] = 635, [677] = 677, - [678] = 615, - [679] = 679, - [680] = 654, - [681] = 653, - [682] = 627, - [683] = 616, - [684] = 628, - [685] = 612, - [686] = 647, - [687] = 617, - [688] = 645, - [689] = 622, + [678] = 613, + [679] = 615, + [680] = 653, + [681] = 643, + [682] = 640, + [683] = 628, + [684] = 629, + [685] = 627, + [686] = 624, + [687] = 618, + [688] = 612, + [689] = 623, [690] = 616, [691] = 615, - [692] = 628, - [693] = 653, - [694] = 638, - [695] = 654, - [696] = 613, - [697] = 617, - [698] = 612, - [699] = 622, - [700] = 647, - [701] = 621, - [702] = 702, - [703] = 613, - [704] = 645, - [705] = 645, - [706] = 706, - [707] = 647, - [708] = 645, - [709] = 615, - [710] = 621, - [711] = 647, - [712] = 640, - [713] = 613, + [692] = 620, + [693] = 617, + [694] = 653, + [695] = 635, + [696] = 620, + [697] = 613, + [698] = 643, + [699] = 640, + [700] = 700, + [701] = 628, + [702] = 639, + [703] = 629, + [704] = 616, + [705] = 627, + [706] = 635, + [707] = 612, + [708] = 613, + [709] = 643, + [710] = 615, + [711] = 622, + [712] = 623, + [713] = 620, [714] = 714, - [715] = 628, - [716] = 616, - [717] = 640, - [718] = 615, - [719] = 612, - [720] = 628, - [721] = 721, - [722] = 627, - [723] = 616, - [724] = 627, - [725] = 656, - [726] = 653, - [727] = 647, - [728] = 653, - [729] = 706, - [730] = 645, - [731] = 654, - [732] = 647, - [733] = 656, - [734] = 702, + [715] = 715, + [716] = 640, + [717] = 628, + [718] = 629, + [719] = 624, + [720] = 627, + [721] = 627, + [722] = 624, + [723] = 629, + [724] = 628, + [725] = 620, + [726] = 612, + [727] = 727, + [728] = 640, + [729] = 624, + [730] = 730, + [731] = 643, + [732] = 616, + [733] = 635, + [734] = 727, [735] = 612, - [736] = 638, - [737] = 628, - [738] = 616, - [739] = 627, - [740] = 653, - [741] = 654, - [742] = 654, - [743] = 613, - [744] = 645, - [745] = 655, - [746] = 655, - [747] = 656, - [748] = 655, - [749] = 656, - [750] = 626, - [751] = 721, - [752] = 613, - [753] = 655, - [754] = 645, - [755] = 647, - [756] = 612, - [757] = 656, - [758] = 628, - [759] = 616, - [760] = 760, - [761] = 627, - [762] = 653, - [763] = 654, - [764] = 655, + [736] = 653, + [737] = 624, + [738] = 627, + [739] = 629, + [740] = 628, + [741] = 618, + [742] = 640, + [743] = 616, + [744] = 612, + [745] = 620, + [746] = 730, + [747] = 639, + [748] = 643, + [749] = 629, + [750] = 635, + [751] = 714, + [752] = 624, + [753] = 616, + [754] = 616, + [755] = 612, + [756] = 624, + [757] = 635, + [758] = 627, + [759] = 629, + [760] = 636, + [761] = 628, + [762] = 640, + [763] = 643, + [764] = 613, [765] = 765, - [766] = 765, + [766] = 766, [767] = 765, - [768] = 765, - [769] = 769, - [770] = 770, - [771] = 765, - [772] = 772, + [768] = 768, + [769] = 765, + [770] = 765, + [771] = 771, + [772] = 765, [773] = 773, [774] = 774, [775] = 775, @@ -3873,47 +3873,47 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [784] = 784, [785] = 785, [786] = 786, - [787] = 787, - [788] = 787, - [789] = 498, - [790] = 499, + [787] = 498, + [788] = 788, + [789] = 499, + [790] = 788, [791] = 791, [792] = 792, [793] = 793, [794] = 794, [795] = 795, - [796] = 793, + [796] = 796, [797] = 797, - [798] = 798, - [799] = 799, - [800] = 795, + [798] = 791, + [799] = 795, + [800] = 796, [801] = 801, [802] = 802, - [803] = 803, + [803] = 795, [804] = 804, - [805] = 794, - [806] = 799, + [805] = 796, + [806] = 804, [807] = 807, - [808] = 808, - [809] = 799, - [810] = 799, - [811] = 793, - [812] = 793, - [813] = 813, + [808] = 795, + [809] = 804, + [810] = 810, + [811] = 791, + [812] = 812, + [813] = 804, [814] = 814, - [815] = 794, - [816] = 816, - [817] = 795, - [818] = 795, + [815] = 795, + [816] = 796, + [817] = 817, + [818] = 796, [819] = 819, [820] = 820, - [821] = 794, - [822] = 799, - [823] = 793, + [821] = 821, + [822] = 791, + [823] = 823, [824] = 824, - [825] = 825, - [826] = 795, - [827] = 794, + [825] = 804, + [826] = 791, + [827] = 827, [828] = 828, [829] = 829, [830] = 830, @@ -3924,244 +3924,244 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [835] = 835, [836] = 836, [837] = 837, - [838] = 773, - [839] = 839, + [838] = 838, + [839] = 774, [840] = 840, [841] = 841, [842] = 842, - [843] = 773, - [844] = 769, - [845] = 770, - [846] = 772, + [843] = 768, + [844] = 771, + [845] = 766, + [846] = 774, [847] = 773, - [848] = 774, - [849] = 773, - [850] = 850, + [848] = 848, + [849] = 774, + [850] = 774, [851] = 851, [852] = 852, - [853] = 851, - [854] = 852, - [855] = 851, + [853] = 852, + [854] = 776, + [855] = 775, [856] = 852, - [857] = 852, - [858] = 775, - [859] = 776, - [860] = 852, - [861] = 851, + [857] = 851, + [858] = 852, + [859] = 851, + [860] = 851, + [861] = 852, [862] = 851, [863] = 863, - [864] = 863, - [865] = 863, - [866] = 863, - [867] = 867, - [868] = 863, - [869] = 869, - [870] = 870, - [871] = 863, - [872] = 872, + [864] = 864, + [865] = 864, + [866] = 866, + [867] = 864, + [868] = 868, + [869] = 864, + [870] = 864, + [871] = 871, + [872] = 864, [873] = 873, [874] = 874, [875] = 875, [876] = 876, - [877] = 877, + [877] = 774, [878] = 878, [879] = 879, - [880] = 773, + [880] = 880, [881] = 881, [882] = 882, [883] = 883, [884] = 884, [885] = 885, - [886] = 884, - [887] = 887, - [888] = 885, - [889] = 877, - [890] = 881, - [891] = 874, - [892] = 836, - [893] = 893, - [894] = 876, - [895] = 873, - [896] = 841, - [897] = 875, - [898] = 878, - [899] = 879, - [900] = 830, - [901] = 882, - [902] = 883, - [903] = 835, - [904] = 873, - [905] = 882, - [906] = 876, - [907] = 875, - [908] = 874, - [909] = 879, - [910] = 883, - [911] = 832, - [912] = 885, - [913] = 877, - [914] = 839, - [915] = 834, - [916] = 884, - [917] = 881, - [918] = 878, - [919] = 840, - [920] = 829, - [921] = 837, - [922] = 887, - [923] = 781, - [924] = 791, - [925] = 816, - [926] = 824, + [886] = 886, + [887] = 829, + [888] = 875, + [889] = 882, + [890] = 876, + [891] = 880, + [892] = 883, + [893] = 885, + [894] = 878, + [895] = 879, + [896] = 873, + [897] = 840, + [898] = 874, + [899] = 899, + [900] = 834, + [901] = 884, + [902] = 881, + [903] = 841, + [904] = 876, + [905] = 880, + [906] = 874, + [907] = 881, + [908] = 884, + [909] = 873, + [910] = 882, + [911] = 885, + [912] = 875, + [913] = 883, + [914] = 842, + [915] = 837, + [916] = 836, + [917] = 838, + [918] = 879, + [919] = 899, + [920] = 831, + [921] = 832, + [922] = 878, + [923] = 819, + [924] = 141, + [925] = 807, + [926] = 802, [927] = 927, - [928] = 154, - [929] = 157, - [930] = 887, - [931] = 814, - [932] = 798, - [933] = 813, - [934] = 782, + [928] = 928, + [929] = 140, + [930] = 930, + [931] = 931, + [932] = 828, + [933] = 780, + [934] = 824, [935] = 935, - [936] = 155, - [937] = 808, - [938] = 134, - [939] = 780, - [940] = 825, - [941] = 787, - [942] = 783, - [943] = 801, - [944] = 944, - [945] = 143, - [946] = 777, - [947] = 947, + [936] = 814, + [937] = 779, + [938] = 792, + [939] = 781, + [940] = 940, + [941] = 793, + [942] = 785, + [943] = 778, + [944] = 783, + [945] = 827, + [946] = 794, + [947] = 797, [948] = 948, - [949] = 804, - [950] = 950, - [951] = 785, - [952] = 807, - [953] = 803, - [954] = 786, - [955] = 797, + [949] = 777, + [950] = 899, + [951] = 951, + [952] = 820, + [953] = 953, + [954] = 817, + [955] = 955, [956] = 956, - [957] = 957, - [958] = 802, - [959] = 820, - [960] = 784, - [961] = 961, - [962] = 962, - [963] = 778, - [964] = 819, - [965] = 139, - [966] = 966, - [967] = 779, + [957] = 821, + [958] = 812, + [959] = 138, + [960] = 134, + [961] = 158, + [962] = 784, + [963] = 786, + [964] = 801, + [965] = 788, + [966] = 156, + [967] = 782, [968] = 968, - [969] = 829, - [970] = 883, - [971] = 947, - [972] = 881, - [973] = 837, - [974] = 935, - [975] = 956, - [976] = 976, - [977] = 154, - [978] = 879, - [979] = 961, - [980] = 878, - [981] = 875, - [982] = 876, - [983] = 839, - [984] = 834, - [985] = 985, - [986] = 873, - [987] = 962, - [988] = 966, - [989] = 832, - [990] = 990, - [991] = 957, - [992] = 882, - [993] = 872, - [994] = 157, - [995] = 968, - [996] = 139, - [997] = 927, - [998] = 840, + [969] = 883, + [970] = 970, + [971] = 842, + [972] = 951, + [973] = 141, + [974] = 968, + [975] = 156, + [976] = 948, + [977] = 977, + [978] = 978, + [979] = 876, + [980] = 956, + [981] = 874, + [982] = 931, + [983] = 983, + [984] = 940, + [985] = 930, + [986] = 928, + [987] = 927, + [988] = 158, + [989] = 955, + [990] = 953, + [991] = 880, + [992] = 875, + [993] = 882, + [994] = 866, + [995] = 935, + [996] = 838, + [997] = 885, + [998] = 998, [999] = 999, - [1000] = 143, - [1001] = 134, + [1000] = 140, + [1001] = 138, [1002] = 1002, - [1003] = 874, - [1004] = 1004, - [1005] = 1005, - [1006] = 1006, - [1007] = 877, - [1008] = 944, - [1009] = 1009, - [1010] = 948, - [1011] = 950, - [1012] = 885, - [1013] = 155, - [1014] = 884, - [1015] = 498, + [1003] = 884, + [1004] = 836, + [1005] = 878, + [1006] = 837, + [1007] = 879, + [1008] = 1008, + [1009] = 832, + [1010] = 1010, + [1011] = 831, + [1012] = 881, + [1013] = 134, + [1014] = 873, + [1015] = 1015, [1016] = 775, - [1017] = 1017, - [1018] = 776, - [1019] = 887, - [1020] = 499, - [1021] = 966, - [1022] = 962, - [1023] = 957, - [1024] = 966, - [1025] = 962, + [1017] = 899, + [1018] = 498, + [1019] = 499, + [1020] = 776, + [1021] = 930, + [1022] = 928, + [1023] = 940, + [1024] = 930, + [1025] = 928, [1026] = 1026, - [1027] = 961, - [1028] = 935, - [1029] = 927, - [1030] = 956, - [1031] = 947, + [1027] = 927, + [1028] = 955, + [1029] = 953, + [1030] = 951, + [1031] = 948, [1032] = 968, [1033] = 1033, [1034] = 1034, [1035] = 1035, - [1036] = 944, - [1037] = 948, - [1038] = 950, - [1039] = 143, + [1036] = 931, + [1037] = 935, + [1038] = 956, + [1039] = 140, [1040] = 968, - [1041] = 134, - [1042] = 155, + [1041] = 138, + [1042] = 134, [1043] = 1026, - [1044] = 157, - [1045] = 154, - [1046] = 139, - [1047] = 950, + [1044] = 158, + [1045] = 156, + [1046] = 141, + [1047] = 956, [1048] = 1048, - [1049] = 948, + [1049] = 935, [1050] = 1026, - [1051] = 944, + [1051] = 931, [1052] = 1052, [1053] = 1026, [1054] = 1054, - [1055] = 139, + [1055] = 141, [1056] = 1056, - [1057] = 154, - [1058] = 157, - [1059] = 155, - [1060] = 134, - [1061] = 143, + [1057] = 156, + [1058] = 158, + [1059] = 134, + [1060] = 138, + [1061] = 140, [1062] = 1062, [1063] = 1063, [1064] = 1064, [1065] = 1065, - [1066] = 947, - [1067] = 956, - [1068] = 927, + [1066] = 948, + [1067] = 951, + [1068] = 953, [1069] = 1069, - [1070] = 957, + [1070] = 940, [1071] = 1026, [1072] = 1072, - [1073] = 961, + [1073] = 927, [1074] = 1074, - [1075] = 935, + [1075] = 955, [1076] = 1076, [1077] = 1077, [1078] = 1078, @@ -4200,7 +4200,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1111] = 1111, [1112] = 1112, [1113] = 1113, - [1114] = 108, + [1114] = 109, [1115] = 1115, [1116] = 1116, [1117] = 1117, @@ -4214,58 +4214,58 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1125] = 1120, [1126] = 1120, [1127] = 1120, - [1128] = 881, - [1129] = 882, - [1130] = 884, - [1131] = 878, - [1132] = 883, - [1133] = 877, - [1134] = 874, - [1135] = 875, - [1136] = 876, - [1137] = 885, - [1138] = 879, - [1139] = 873, + [1128] = 882, + [1129] = 875, + [1130] = 879, + [1131] = 880, + [1132] = 874, + [1133] = 873, + [1134] = 881, + [1135] = 883, + [1136] = 885, + [1137] = 878, + [1138] = 876, + [1139] = 884, [1140] = 1140, [1141] = 1141, [1142] = 1142, [1143] = 1143, [1144] = 1144, - [1145] = 108, - [1146] = 879, - [1147] = 882, - [1148] = 878, - [1149] = 873, - [1150] = 875, - [1151] = 883, + [1145] = 109, + [1146] = 876, + [1147] = 875, + [1148] = 880, + [1149] = 884, + [1150] = 883, + [1151] = 874, [1152] = 1142, [1153] = 1153, - [1154] = 876, - [1155] = 881, - [1156] = 885, - [1157] = 884, - [1158] = 877, - [1159] = 874, + [1154] = 885, + [1155] = 882, + [1156] = 878, + [1157] = 879, + [1158] = 873, + [1159] = 881, [1160] = 1142, [1161] = 1142, [1162] = 1142, - [1163] = 875, - [1164] = 878, - [1165] = 883, + [1163] = 883, + [1164] = 880, + [1165] = 874, [1166] = 1166, [1167] = 1167, [1168] = 1140, [1169] = 1169, - [1170] = 881, - [1171] = 879, - [1172] = 882, - [1173] = 876, - [1174] = 885, + [1170] = 882, + [1171] = 876, + [1172] = 875, + [1173] = 885, + [1174] = 878, [1175] = 1175, - [1176] = 884, - [1177] = 877, - [1178] = 874, - [1179] = 873, + [1176] = 879, + [1177] = 873, + [1178] = 881, + [1179] = 884, [1180] = 1180, [1181] = 1181, [1182] = 1182, @@ -4295,7 +4295,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1206] = 1206, [1207] = 1207, [1208] = 1208, - [1209] = 882, + [1209] = 875, [1210] = 1210, [1211] = 1211, [1212] = 1212, @@ -4305,20 +4305,20 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1216] = 1216, [1217] = 1217, [1218] = 1204, - [1219] = 883, + [1219] = 874, [1220] = 1217, - [1221] = 881, - [1222] = 879, + [1221] = 882, + [1222] = 876, [1223] = 1223, [1224] = 1224, [1225] = 1204, - [1226] = 878, + [1226] = 880, [1227] = 1205, [1228] = 1211, [1229] = 1211, [1230] = 1230, [1231] = 1224, - [1232] = 875, + [1232] = 883, [1233] = 1205, [1234] = 1234, [1235] = 1199, @@ -4326,20 +4326,20 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1237] = 1199, [1238] = 1204, [1239] = 1199, - [1240] = 876, + [1240] = 885, [1241] = 1211, - [1242] = 885, + [1242] = 878, [1243] = 1243, [1244] = 1244, [1245] = 1245, - [1246] = 884, + [1246] = 879, [1247] = 1205, [1248] = 1204, - [1249] = 877, + [1249] = 873, [1250] = 1250, - [1251] = 874, + [1251] = 881, [1252] = 1252, - [1253] = 873, + [1253] = 884, [1254] = 1211, [1255] = 1224, [1256] = 1210, @@ -4355,7 +4355,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1266] = 1266, [1267] = 1267, [1268] = 1267, - [1269] = 850, + [1269] = 848, [1270] = 1270, [1271] = 1267, [1272] = 1272, @@ -4430,66 +4430,66 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1341] = 1341, [1342] = 1342, [1343] = 1343, - [1344] = 1331, + [1344] = 1344, [1345] = 1345, - [1346] = 1333, + [1346] = 1331, [1347] = 1347, - [1348] = 1348, - [1349] = 1333, + [1348] = 1333, + [1349] = 1349, [1350] = 1350, - [1351] = 1351, + [1351] = 1333, [1352] = 1352, - [1353] = 1332, + [1353] = 1353, [1354] = 1354, [1355] = 1355, [1356] = 1356, [1357] = 1357, [1358] = 1358, [1359] = 1359, - [1360] = 1356, + [1360] = 1354, [1361] = 1361, - [1362] = 1333, - [1363] = 1361, + [1362] = 1362, + [1363] = 1363, [1364] = 1364, - [1365] = 1365, - [1366] = 1331, + [1365] = 1363, + [1366] = 1366, [1367] = 1367, - [1368] = 1368, + [1368] = 1332, [1369] = 1333, - [1370] = 1370, + [1370] = 1333, [1371] = 1371, [1372] = 1372, [1373] = 1373, [1374] = 1373, - [1375] = 1372, + [1375] = 1331, [1376] = 1376, - [1377] = 1377, + [1377] = 1372, [1378] = 1378, - [1379] = 1379, - [1380] = 801, - [1381] = 1381, - [1382] = 1331, + [1379] = 1331, + [1380] = 1380, + [1381] = 1366, + [1382] = 1382, [1383] = 1383, - [1384] = 1345, + [1384] = 1384, [1385] = 1347, [1386] = 1386, - [1387] = 1348, - [1388] = 1381, - [1389] = 1354, - [1390] = 1390, + [1387] = 1349, + [1388] = 1384, + [1389] = 1350, + [1390] = 1353, [1391] = 1391, [1392] = 1392, [1393] = 1393, - [1394] = 1368, - [1395] = 1371, + [1394] = 1371, + [1395] = 814, [1396] = 1396, - [1397] = 1397, + [1397] = 1085, [1398] = 1337, - [1399] = 1105, - [1400] = 1101, - [1401] = 1102, - [1402] = 1085, - [1403] = 1350, + [1399] = 1101, + [1400] = 1102, + [1401] = 1357, + [1402] = 1105, + [1403] = 1403, [1404] = 1404, [1405] = 1342, [1406] = 1341, @@ -4499,125 +4499,125 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1410] = 1336, [1411] = 1335, [1412] = 1334, - [1413] = 1339, - [1414] = 1357, + [1413] = 1345, + [1414] = 1361, [1415] = 1415, [1416] = 1343, [1417] = 1417, [1418] = 1418, - [1419] = 1092, - [1420] = 1358, - [1421] = 1418, + [1419] = 1356, + [1420] = 1092, + [1421] = 1359, [1422] = 1418, [1423] = 1423, [1424] = 1409, - [1425] = 801, - [1426] = 1409, - [1427] = 1359, + [1425] = 1425, + [1426] = 814, + [1427] = 1409, [1428] = 1081, - [1429] = 1415, - [1430] = 1391, - [1431] = 1431, - [1432] = 1390, - [1433] = 1095, + [1429] = 1418, + [1430] = 1415, + [1431] = 1095, + [1432] = 1392, + [1433] = 1391, [1434] = 1111, - [1435] = 1418, - [1436] = 1436, + [1435] = 1362, + [1436] = 1418, [1437] = 1437, - [1438] = 1365, + [1438] = 1438, [1439] = 1409, - [1440] = 1418, - [1441] = 1396, - [1442] = 1103, - [1443] = 1109, + [1440] = 1103, + [1441] = 1109, + [1442] = 1418, + [1443] = 1396, [1444] = 1444, [1445] = 1445, - [1446] = 1445, - [1447] = 1121, + [1446] = 1444, + [1447] = 1444, [1448] = 1444, - [1449] = 1444, - [1450] = 1445, - [1451] = 1444, - [1452] = 1445, - [1453] = 1444, + [1449] = 1445, + [1450] = 1444, + [1451] = 1445, + [1452] = 1121, + [1453] = 1445, [1454] = 1445, [1455] = 1455, [1456] = 1455, - [1457] = 1457, + [1457] = 1455, [1458] = 1455, [1459] = 1455, [1460] = 1460, - [1461] = 1455, + [1461] = 1461, [1462] = 1462, - [1463] = 1462, - [1464] = 1464, - [1465] = 1464, - [1466] = 1464, - [1467] = 1464, - [1468] = 1462, - [1469] = 1464, - [1470] = 1462, + [1463] = 1463, + [1464] = 1462, + [1465] = 1462, + [1466] = 1463, + [1467] = 1463, + [1468] = 1463, + [1469] = 1462, + [1470] = 1463, [1471] = 1471, - [1472] = 1472, - [1473] = 1473, - [1474] = 1471, + [1472] = 1471, + [1473] = 1471, + [1474] = 1474, [1475] = 1471, - [1476] = 1471, + [1476] = 1476, [1477] = 1477, [1478] = 1471, [1479] = 1479, [1480] = 1480, [1481] = 1481, [1482] = 1482, - [1483] = 1480, - [1484] = 1480, + [1483] = 1483, + [1484] = 1484, [1485] = 1481, - [1486] = 1486, + [1486] = 1480, [1487] = 1481, - [1488] = 1481, - [1489] = 1480, - [1490] = 1490, - [1491] = 1491, - [1492] = 1492, - [1493] = 1493, - [1494] = 1480, + [1488] = 1488, + [1489] = 1489, + [1490] = 1481, + [1491] = 1480, + [1492] = 1480, + [1493] = 1480, + [1494] = 1494, [1495] = 1495, [1496] = 1480, [1497] = 1497, [1498] = 1480, - [1499] = 1481, - [1500] = 1500, + [1499] = 1499, + [1500] = 1481, [1501] = 1501, [1502] = 1502, [1503] = 1503, [1504] = 1504, - [1505] = 1504, + [1505] = 1505, [1506] = 1506, - [1507] = 1504, + [1507] = 1503, [1508] = 1508, - [1509] = 1504, + [1509] = 1503, [1510] = 1510, - [1511] = 1504, - [1512] = 1512, - [1513] = 1513, + [1511] = 1511, + [1512] = 1503, + [1513] = 1503, [1514] = 1514, - [1515] = 1514, + [1515] = 1515, [1516] = 1516, - [1517] = 1517, - [1518] = 1514, + [1517] = 1516, + [1518] = 1518, [1519] = 1519, [1520] = 1520, - [1521] = 1521, + [1521] = 1516, [1522] = 1522, [1523] = 1523, - [1524] = 1514, + [1524] = 1524, [1525] = 1525, - [1526] = 1514, + [1526] = 1526, [1527] = 1527, [1528] = 1528, - [1529] = 1529, + [1529] = 1516, [1530] = 1530, - [1531] = 1531, + [1531] = 1516, [1532] = 1532, [1533] = 1533, [1534] = 1534, @@ -4635,20 +4635,20 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1546] = 1546, [1547] = 1547, [1548] = 1548, - [1549] = 1548, - [1550] = 1550, - [1551] = 1550, + [1549] = 1549, + [1550] = 1549, + [1551] = 1547, [1552] = 1547, - [1553] = 1547, - [1554] = 1550, - [1555] = 1547, - [1556] = 1547, - [1557] = 1550, - [1558] = 1558, - [1559] = 1550, - [1560] = 1546, + [1553] = 1553, + [1554] = 1547, + [1555] = 1553, + [1556] = 1553, + [1557] = 1557, + [1558] = 1553, + [1559] = 1547, + [1560] = 1553, [1561] = 1561, - [1562] = 1562, + [1562] = 1548, [1563] = 1563, [1564] = 1564, [1565] = 1565, @@ -4660,25 +4660,25 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1571] = 1571, [1572] = 1572, [1573] = 1573, - [1574] = 1571, + [1574] = 1566, [1575] = 1575, - [1576] = 1563, - [1577] = 1577, + [1576] = 1576, + [1577] = 1568, [1578] = 1578, [1579] = 1568, - [1580] = 1571, - [1581] = 1581, - [1582] = 1571, - [1583] = 1583, + [1580] = 1580, + [1581] = 1568, + [1582] = 1582, + [1583] = 1568, [1584] = 1584, [1585] = 1585, [1586] = 1586, [1587] = 1587, [1588] = 1588, - [1589] = 1589, + [1589] = 1576, [1590] = 1590, [1591] = 1591, - [1592] = 1571, + [1592] = 1592, [1593] = 1593, [1594] = 1594, [1595] = 1595, @@ -4702,33 +4702,33 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1613] = 1613, [1614] = 1614, [1615] = 1615, - [1616] = 1613, + [1616] = 1616, [1617] = 1617, [1618] = 1618, [1619] = 1619, [1620] = 1620, - [1621] = 1573, - [1622] = 1586, + [1621] = 1621, + [1622] = 1622, [1623] = 1623, [1624] = 1624, - [1625] = 1581, - [1626] = 1617, + [1625] = 1625, + [1626] = 1618, [1627] = 1627, [1628] = 1628, [1629] = 1629, [1630] = 1630, [1631] = 1631, - [1632] = 1632, + [1632] = 1593, [1633] = 1633, [1634] = 1634, - [1635] = 1635, - [1636] = 1636, + [1635] = 1634, + [1636] = 1584, [1637] = 1637, - [1638] = 1638, + [1638] = 1586, [1639] = 1639, [1640] = 1640, [1641] = 1641, - [1642] = 1642, + [1642] = 1594, [1643] = 1643, [1644] = 1644, [1645] = 1645, @@ -4743,9 +4743,9 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1654] = 1654, [1655] = 1655, [1656] = 1656, - [1657] = 1609, + [1657] = 1657, [1658] = 1658, - [1659] = 1624, + [1659] = 1640, [1660] = 1660, [1661] = 1661, [1662] = 1662, @@ -4827,7 +4827,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1738] = 1738, [1739] = 1739, [1740] = 1740, - [1741] = 1581, + [1741] = 1584, [1742] = 1742, [1743] = 1743, [1744] = 1744, @@ -5122,7 +5122,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2033] = 1965, [2034] = 1970, [2035] = 1931, - [2036] = 776, + [2036] = 775, [2037] = 2032, [2038] = 2038, [2039] = 2039, @@ -5130,7 +5130,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2041] = 2041, [2042] = 2042, [2043] = 2043, - [2044] = 775, + [2044] = 776, [2045] = 1966, [2046] = 2046, [2047] = 1968, @@ -5154,7 +5154,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2065] = 1933, [2066] = 1934, [2067] = 2067, - [2068] = 1358, + [2068] = 1356, [2069] = 2006, [2070] = 1999, [2071] = 1999, @@ -5181,8 +5181,8 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2092] = 2092, [2093] = 2093, [2094] = 2041, - [2095] = 1934, - [2096] = 2096, + [2095] = 2095, + [2096] = 1934, [2097] = 2097, [2098] = 2010, [2099] = 1933, @@ -5202,7 +5202,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2113] = 1928, [2114] = 1945, [2115] = 1973, - [2116] = 1365, + [2116] = 1362, [2117] = 2029, [2118] = 2118, [2119] = 2032, @@ -5224,8 +5224,8 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2135] = 1977, [2136] = 2104, [2137] = 2092, - [2138] = 1977, - [2139] = 2139, + [2138] = 2138, + [2139] = 1977, [2140] = 1983, [2141] = 2141, [2142] = 1928, @@ -5245,7 +5245,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2156] = 1965, [2157] = 1933, [2158] = 2056, - [2159] = 1350, + [2159] = 1357, [2160] = 2081, [2161] = 2097, [2162] = 1956, @@ -9001,178 +9001,178 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { eof = lexer->eof(lexer); switch (state) { case 0: - if (eof) ADVANCE(144); - if (lookahead == '!') ADVANCE(219); - if (lookahead == '"') ADVANCE(318); - if (lookahead == '#') ADVANCE(86); - if (sym_identifier_character_set_1(lookahead)) ADVANCE(342); - if (lookahead == '%') ADVANCE(236); - if (lookahead == '&') ADVANCE(245); - if (lookahead == '\'') ADVANCE(309); - if (lookahead == '(') ADVANCE(148); - if (lookahead == ')') ADVANCE(151); - if (lookahead == '*') ADVANCE(232); - if (lookahead == '+') ADVANCE(227); - if (lookahead == ',') ADVANCE(150); - if (lookahead == '-') ADVANCE(222); - if (lookahead == '.') ADVANCE(285); - if (lookahead == '/') ADVANCE(234); - if (lookahead == '0') ADVANCE(291); - if (lookahead == ':') ADVANCE(269); - if (lookahead == ';') ADVANCE(258); - if (lookahead == '<') ADVANCE(252); - if (lookahead == '=') ADVANCE(268); - if (lookahead == '>') ADVANCE(248); - if (lookahead == '?') ADVANCE(270); - if (lookahead == 'L') ADVANCE(330); - if (lookahead == 'U') ADVANCE(332); - if (lookahead == '[') ADVANCE(265); + if (eof) ADVANCE(141); + if (lookahead == '!') ADVANCE(213); + if (lookahead == '"') ADVANCE(312); + if (lookahead == '#') ADVANCE(89); + if (sym_identifier_character_set_1(lookahead)) ADVANCE(336); + if (lookahead == '%') ADVANCE(230); + if (lookahead == '&') ADVANCE(239); + if (lookahead == '\'') ADVANCE(303); + if (lookahead == '(') ADVANCE(145); + if (lookahead == ')') ADVANCE(148); + if (lookahead == '*') ADVANCE(226); + if (lookahead == '+') ADVANCE(221); + if (lookahead == ',') ADVANCE(147); + if (lookahead == '-') ADVANCE(216); + if (lookahead == '.') ADVANCE(279); + if (lookahead == '/') ADVANCE(228); + if (lookahead == '0') ADVANCE(285); + if (lookahead == ':') ADVANCE(263); + if (lookahead == ';') ADVANCE(252); + if (lookahead == '<') ADVANCE(246); + if (lookahead == '=') ADVANCE(262); + if (lookahead == '>') ADVANCE(242); + if (lookahead == '?') ADVANCE(264); + if (lookahead == 'L') ADVANCE(324); + if (lookahead == 'U') ADVANCE(326); + if (lookahead == '[') ADVANCE(259); if (lookahead == '\\') ADVANCE(2); - if (lookahead == ']') ADVANCE(266); - if (lookahead == '^') ADVANCE(242); - if (lookahead == 'u') ADVANCE(334); - if (lookahead == '{') ADVANCE(262); - if (lookahead == '|') ADVANCE(239); - if (lookahead == '}') ADVANCE(263); - if (lookahead == '~') ADVANCE(220); + if (lookahead == ']') ADVANCE(260); + if (lookahead == '^') ADVANCE(236); + if (lookahead == 'u') ADVANCE(328); + if (lookahead == '{') ADVANCE(256); + if (lookahead == '|') ADVANCE(233); + if (lookahead == '}') ADVANCE(257); + if (lookahead == '~') ADVANCE(214); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(142) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(293); + lookahead == ' ') SKIP(139) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(287); END_STATE(); case 1: - if (lookahead == '\n') SKIP(50) + if (lookahead == '\n') SKIP(52) END_STATE(); case 2: - if (lookahead == '\n') SKIP(50) + if (lookahead == '\n') SKIP(52) if (lookahead == '\r') SKIP(1) - if (lookahead == 'U') ADVANCE(138); - if (lookahead == 'u') ADVANCE(130); + if (lookahead == 'U') ADVANCE(135); + if (lookahead == 'u') ADVANCE(127); END_STATE(); case 3: - if (lookahead == '\n') SKIP(54) + if (lookahead == '\n') SKIP(56) END_STATE(); case 4: - if (lookahead == '\n') SKIP(54) + if (lookahead == '\n') SKIP(56) if (lookahead == '\r') SKIP(3) - if (lookahead == 'U') ADVANCE(138); - if (lookahead == 'u') ADVANCE(130); + if (lookahead == 'U') ADVANCE(135); + if (lookahead == 'u') ADVANCE(127); END_STATE(); case 5: - if (lookahead == '\n') SKIP(53) + if (lookahead == '\n') SKIP(55) END_STATE(); case 6: - if (lookahead == '\n') SKIP(53) + if (lookahead == '\n') SKIP(55) if (lookahead == '\r') SKIP(5) - if (lookahead == 'U') ADVANCE(138); - if (lookahead == 'u') ADVANCE(130); + if (lookahead == 'U') ADVANCE(135); + if (lookahead == 'u') ADVANCE(127); END_STATE(); case 7: - if (lookahead == '\n') SKIP(56) + if (lookahead == '\n') SKIP(58) END_STATE(); case 8: - if (lookahead == '\n') SKIP(56) + if (lookahead == '\n') SKIP(58) if (lookahead == '\r') SKIP(7) - if (lookahead == 'U') ADVANCE(138); - if (lookahead == 'u') ADVANCE(130); + if (lookahead == 'U') ADVANCE(135); + if (lookahead == 'u') ADVANCE(127); END_STATE(); case 9: - if (lookahead == '\n') SKIP(52) + if (lookahead == '\n') SKIP(54) END_STATE(); case 10: - if (lookahead == '\n') SKIP(52) + if (lookahead == '\n') SKIP(54) if (lookahead == '\r') SKIP(9) - if (lookahead == 'U') ADVANCE(138); - if (lookahead == 'u') ADVANCE(130); + if (lookahead == 'U') ADVANCE(135); + if (lookahead == 'u') ADVANCE(127); END_STATE(); case 11: - if (lookahead == '\n') SKIP(58) + if (lookahead == '\n') SKIP(60) END_STATE(); case 12: - if (lookahead == '\n') SKIP(58) + if (lookahead == '\n') SKIP(60) if (lookahead == '\r') SKIP(11) - if (lookahead == 'U') ADVANCE(138); - if (lookahead == 'u') ADVANCE(130); + if (lookahead == 'U') ADVANCE(135); + if (lookahead == 'u') ADVANCE(127); END_STATE(); case 13: - if (lookahead == '\n') SKIP(62) + if (lookahead == '\n') SKIP(64) END_STATE(); case 14: - if (lookahead == '\n') SKIP(62) + if (lookahead == '\n') SKIP(64) if (lookahead == '\r') SKIP(13) - if (lookahead == 'U') ADVANCE(138); - if (lookahead == 'u') ADVANCE(130); + if (lookahead == 'U') ADVANCE(135); + if (lookahead == 'u') ADVANCE(127); END_STATE(); case 15: - if (lookahead == '\n') SKIP(63) + if (lookahead == '\n') SKIP(65) END_STATE(); case 16: - if (lookahead == '\n') SKIP(63) + if (lookahead == '\n') SKIP(65) if (lookahead == '\r') SKIP(15) - if (lookahead == 'U') ADVANCE(138); - if (lookahead == 'u') ADVANCE(130); + if (lookahead == 'U') ADVANCE(135); + if (lookahead == 'u') ADVANCE(127); END_STATE(); case 17: - if (lookahead == '\n') SKIP(68) + if (lookahead == '\n') SKIP(71) END_STATE(); case 18: - if (lookahead == '\n') SKIP(68) + if (lookahead == '\n') SKIP(71) if (lookahead == '\r') SKIP(17) - if (lookahead == 'U') ADVANCE(138); - if (lookahead == 'u') ADVANCE(130); + if (lookahead == 'U') ADVANCE(135); + if (lookahead == 'u') ADVANCE(127); END_STATE(); case 19: - if (lookahead == '\n') SKIP(67) + if (lookahead == '\n') SKIP(70) END_STATE(); case 20: - if (lookahead == '\n') SKIP(67) + if (lookahead == '\n') SKIP(70) if (lookahead == '\r') SKIP(19) - if (lookahead == 'U') ADVANCE(138); - if (lookahead == 'u') ADVANCE(130); + if (lookahead == 'U') ADVANCE(135); + if (lookahead == 'u') ADVANCE(127); END_STATE(); case 21: - if (lookahead == '\n') SKIP(61) + if (lookahead == '\n') SKIP(62) END_STATE(); case 22: - if (lookahead == '\n') SKIP(61) + if (lookahead == '\n') SKIP(62) if (lookahead == '\r') SKIP(21) - if (lookahead == 'U') ADVANCE(138); - if (lookahead == 'u') ADVANCE(130); + if (lookahead == 'U') ADVANCE(135); + if (lookahead == 'u') ADVANCE(127); END_STATE(); case 23: - if (lookahead == '\n') SKIP(60) + if (lookahead == '\n') SKIP(63) END_STATE(); case 24: - if (lookahead == '\n') SKIP(60) + if (lookahead == '\n') SKIP(63) if (lookahead == '\r') SKIP(23) - if (lookahead == 'U') ADVANCE(138); - if (lookahead == 'u') ADVANCE(130); + if (lookahead == 'U') ADVANCE(135); + if (lookahead == 'u') ADVANCE(127); END_STATE(); case 25: - if (lookahead == '\n') SKIP(59) + if (lookahead == '\n') SKIP(61) END_STATE(); case 26: - if (lookahead == '\n') SKIP(59) + if (lookahead == '\n') SKIP(61) if (lookahead == '\r') SKIP(25) - if (lookahead == 'U') ADVANCE(138); - if (lookahead == 'u') ADVANCE(130); + if (lookahead == 'U') ADVANCE(135); + if (lookahead == 'u') ADVANCE(127); END_STATE(); case 27: - if (lookahead == '\n') SKIP(64) + if (lookahead == '\n') SKIP(66) END_STATE(); case 28: - if (lookahead == '\n') SKIP(64) + if (lookahead == '\n') SKIP(66) if (lookahead == '\r') SKIP(27) - if (lookahead == 'U') ADVANCE(138); - if (lookahead == 'u') ADVANCE(130); + if (lookahead == 'U') ADVANCE(135); + if (lookahead == 'u') ADVANCE(127); END_STATE(); case 29: - if (lookahead == '\n') SKIP(57) + if (lookahead == '\n') SKIP(59) END_STATE(); case 30: - if (lookahead == '\n') SKIP(57) + if (lookahead == '\n') SKIP(59) if (lookahead == '\r') SKIP(29) - if (lookahead == 'U') ADVANCE(138); - if (lookahead == 'u') ADVANCE(130); + if (lookahead == 'U') ADVANCE(135); + if (lookahead == 'u') ADVANCE(127); END_STATE(); case 31: if (lookahead == '\n') SKIP(33) @@ -9182,886 +9182,903 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '\r') SKIP(31) END_STATE(); case 33: - if (lookahead == '\n') ADVANCE(154); - if (lookahead == '!') ADVANCE(79); - if (lookahead == '%') ADVANCE(235); - if (lookahead == '&') ADVANCE(244); - if (lookahead == '(') ADVANCE(217); - if (lookahead == '*') ADVANCE(231); - if (lookahead == '+') ADVANCE(226); - if (lookahead == '-') ADVANCE(221); - if (lookahead == '/') ADVANCE(233); - if (lookahead == '<') ADVANCE(253); - if (lookahead == '=') ADVANCE(80); - if (lookahead == '>') ADVANCE(249); + if (lookahead == '\n') ADVANCE(150); + if (lookahead == '!') ADVANCE(82); + if (lookahead == '%') ADVANCE(229); + if (lookahead == '&') ADVANCE(238); + if (lookahead == '(') ADVANCE(211); + if (lookahead == '*') ADVANCE(225); + if (lookahead == '+') ADVANCE(220); + if (lookahead == '-') ADVANCE(215); + if (lookahead == '/') ADVANCE(227); + if (lookahead == '<') ADVANCE(247); + if (lookahead == '=') ADVANCE(83); + if (lookahead == '>') ADVANCE(243); if (lookahead == '\\') SKIP(32) - if (lookahead == '^') ADVANCE(241); - if (lookahead == '|') ADVANCE(240); + if (lookahead == '^') ADVANCE(235); + if (lookahead == '|') ADVANCE(234); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(33) END_STATE(); case 34: - if (lookahead == '\n') SKIP(66) + if (lookahead == '\n') SKIP(69) END_STATE(); case 35: - if (lookahead == '\n') SKIP(66) + if (lookahead == '\n') SKIP(69) if (lookahead == '\r') SKIP(34) - if (lookahead == 'U') ADVANCE(138); - if (lookahead == 'u') ADVANCE(130); + if (lookahead == 'U') ADVANCE(135); + if (lookahead == 'u') ADVANCE(127); END_STATE(); case 36: - if (lookahead == '\n') ADVANCE(146); - if (lookahead == '\r') ADVANCE(40); - if (lookahead == '(') ADVANCE(148); - if (lookahead == '/') ADVANCE(176); - if (lookahead == '\\') ADVANCE(174); - if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(77) - if (lookahead != 0) ADVANCE(177); + if (lookahead == '\n') SKIP(68) END_STATE(); case 37: - if (lookahead == '\n') ADVANCE(146); - if (lookahead == '\r') ADVANCE(40); - if (lookahead == '/') ADVANCE(176); - if (lookahead == '\\') ADVANCE(174); - if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(77) - if (lookahead != 0) ADVANCE(177); + if (lookahead == '\n') SKIP(68) + if (lookahead == '\r') SKIP(36) + if (lookahead == 'U') ADVANCE(135); + if (lookahead == 'u') ADVANCE(127); END_STATE(); case 38: - if (lookahead == '\n') ADVANCE(146); - if (lookahead == '\r') ADVANCE(39); - if (lookahead == '(') ADVANCE(217); - if (lookahead == '/') ADVANCE(71); - if (lookahead == '\\') SKIP(45) + if (lookahead == '\n') ADVANCE(143); + if (lookahead == '\r') ADVANCE(42); + if (lookahead == '(') ADVANCE(145); + if (lookahead == '/') ADVANCE(170); + if (lookahead == '\\') ADVANCE(168); if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(70) + lookahead == ' ') SKIP(80) + if (lookahead != 0) ADVANCE(171); END_STATE(); case 39: - if (lookahead == '\n') ADVANCE(146); - if (lookahead == '(') ADVANCE(217); - if (lookahead == '/') ADVANCE(71); - if (lookahead == '\\') SKIP(45) - if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(70) + if (lookahead == '\n') ADVANCE(143); + if (lookahead == '\r') ADVANCE(42); + if (lookahead == '/') ADVANCE(170); + if (lookahead == '\\') ADVANCE(168); + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(80) + if (lookahead != 0) ADVANCE(171); END_STATE(); case 40: - if (lookahead == '\n') ADVANCE(146); - if (lookahead == '/') ADVANCE(176); - if (lookahead == '\\') ADVANCE(174); - if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(77) - if (lookahead != 0) ADVANCE(177); + if (lookahead == '\n') ADVANCE(143); + if (lookahead == '\r') ADVANCE(41); + if (lookahead == '(') ADVANCE(211); + if (lookahead == '/') ADVANCE(74); + if (lookahead == '\\') SKIP(47) + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(73) END_STATE(); case 41: - if (lookahead == '\n') SKIP(65) - if (lookahead == '"') ADVANCE(318); - if (lookahead == '/') ADVANCE(319); - if (lookahead == '\\') ADVANCE(42); + if (lookahead == '\n') ADVANCE(143); + if (lookahead == '(') ADVANCE(211); + if (lookahead == '/') ADVANCE(74); + if (lookahead == '\\') SKIP(47) if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(322); - if (lookahead != 0) ADVANCE(323); + lookahead == ' ') SKIP(73) END_STATE(); case 42: - if (lookahead == '\n') ADVANCE(325); - if (lookahead == '\r') ADVANCE(324); - if (lookahead == 'U') ADVANCE(139); - if (lookahead == 'u') ADVANCE(131); - if (lookahead == 'x') ADVANCE(127); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(327); - if (lookahead != 0) ADVANCE(324); + if (lookahead == '\n') ADVANCE(143); + if (lookahead == '/') ADVANCE(170); + if (lookahead == '\\') ADVANCE(168); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(80) + if (lookahead != 0) ADVANCE(171); END_STATE(); case 43: - if (lookahead == '\n') SKIP(69) - if (lookahead == '\'') ADVANCE(309); - if (lookahead == '/') ADVANCE(312); - if (lookahead == '\\') ADVANCE(311); + if (lookahead == '\n') SKIP(67) + if (lookahead == '"') ADVANCE(312); + if (lookahead == '/') ADVANCE(313); + if (lookahead == '\\') ADVANCE(44); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(313); - if (lookahead != 0) ADVANCE(310); + lookahead == ' ') ADVANCE(316); + if (lookahead != 0) ADVANCE(317); END_STATE(); case 44: - if (lookahead == '\n') SKIP(70) + if (lookahead == '\n') ADVANCE(319); + if (lookahead == '\r') ADVANCE(318); + if (lookahead == 'U') ADVANCE(136); + if (lookahead == 'u') ADVANCE(128); + if (lookahead == 'x') ADVANCE(124); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(321); + if (lookahead != 0) ADVANCE(318); END_STATE(); case 45: - if (lookahead == '\n') SKIP(70) - if (lookahead == '\r') SKIP(44) + if (lookahead == '\n') SKIP(72) + if (lookahead == '\'') ADVANCE(303); + if (lookahead == '/') ADVANCE(306); + if (lookahead == '\\') ADVANCE(305); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') ADVANCE(307); + if (lookahead != 0) ADVANCE(304); END_STATE(); case 46: - if (lookahead == '\n') SKIP(51) + if (lookahead == '\n') SKIP(73) END_STATE(); case 47: - if (lookahead == '\n') SKIP(51) + if (lookahead == '\n') SKIP(73) if (lookahead == '\r') SKIP(46) - if (lookahead == 'U') ADVANCE(138); - if (lookahead == 'u') ADVANCE(130); END_STATE(); case 48: - if (lookahead == '\n') SKIP(55) + if (lookahead == '\n') SKIP(53) END_STATE(); case 49: - if (lookahead == '\n') SKIP(55) + if (lookahead == '\n') SKIP(53) if (lookahead == '\r') SKIP(48) - if (lookahead == 'U') ADVANCE(138); - if (lookahead == 'u') ADVANCE(130); + if (lookahead == 'U') ADVANCE(135); + if (lookahead == 'u') ADVANCE(127); END_STATE(); case 50: - if (lookahead == '!') ADVANCE(219); - if (lookahead == '"') ADVANCE(318); - if (lookahead == '#') ADVANCE(86); - if (sym_identifier_character_set_1(lookahead)) ADVANCE(342); - if (lookahead == '%') ADVANCE(236); - if (lookahead == '&') ADVANCE(245); - if (lookahead == '\'') ADVANCE(309); - if (lookahead == '(') ADVANCE(217); - if (lookahead == ')') ADVANCE(151); - if (lookahead == '*') ADVANCE(232); - if (lookahead == '+') ADVANCE(227); - if (lookahead == ',') ADVANCE(150); - if (lookahead == '-') ADVANCE(222); - if (lookahead == '.') ADVANCE(285); - if (lookahead == '/') ADVANCE(234); - if (lookahead == '0') ADVANCE(291); - if (lookahead == ':') ADVANCE(269); - if (lookahead == ';') ADVANCE(258); - if (lookahead == '<') ADVANCE(252); - if (lookahead == '=') ADVANCE(268); - if (lookahead == '>') ADVANCE(248); - if (lookahead == '?') ADVANCE(270); - if (lookahead == 'L') ADVANCE(330); - if (lookahead == 'U') ADVANCE(332); - if (lookahead == '[') ADVANCE(265); - if (lookahead == '\\') ADVANCE(2); - if (lookahead == ']') ADVANCE(266); - if (lookahead == '^') ADVANCE(242); - if (lookahead == 'u') ADVANCE(334); - if (lookahead == '{') ADVANCE(262); - if (lookahead == '|') ADVANCE(239); - if (lookahead == '}') ADVANCE(263); - if (lookahead == '~') ADVANCE(220); - if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(50) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(293); + if (lookahead == '\n') SKIP(57) END_STATE(); case 51: - if (lookahead == '!') ADVANCE(219); - if (lookahead == '"') ADVANCE(318); - if (lookahead == '#') ADVANCE(98); - if (sym_identifier_character_set_1(lookahead)) ADVANCE(342); - if (lookahead == '%') ADVANCE(236); - if (lookahead == '&') ADVANCE(245); - if (lookahead == '\'') ADVANCE(309); - if (lookahead == '(') ADVANCE(217); - if (lookahead == ')') ADVANCE(151); - if (lookahead == '*') ADVANCE(232); - if (lookahead == '+') ADVANCE(227); - if (lookahead == ',') ADVANCE(150); - if (lookahead == '-') ADVANCE(222); - if (lookahead == '.') ADVANCE(285); - if (lookahead == '/') ADVANCE(234); - if (lookahead == '0') ADVANCE(291); - if (lookahead == ':') ADVANCE(269); - if (lookahead == ';') ADVANCE(258); - if (lookahead == '<') ADVANCE(252); - if (lookahead == '=') ADVANCE(268); - if (lookahead == '>') ADVANCE(248); - if (lookahead == '?') ADVANCE(270); - if (lookahead == 'L') ADVANCE(330); - if (lookahead == 'U') ADVANCE(332); - if (lookahead == '[') ADVANCE(264); - if (lookahead == '\\') ADVANCE(47); - if (lookahead == ']') ADVANCE(266); - if (lookahead == '^') ADVANCE(242); - if (lookahead == 'u') ADVANCE(334); - if (lookahead == '{') ADVANCE(262); - if (lookahead == '|') ADVANCE(239); - if (lookahead == '}') ADVANCE(263); - if (lookahead == '~') ADVANCE(220); - if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(51) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(293); + if (lookahead == '\n') SKIP(57) + if (lookahead == '\r') SKIP(50) + if (lookahead == 'U') ADVANCE(135); + if (lookahead == 'u') ADVANCE(127); END_STATE(); case 52: - if (lookahead == '!') ADVANCE(219); - if (lookahead == '"') ADVANCE(318); - if (lookahead == '#') ADVANCE(104); - if (sym_identifier_character_set_1(lookahead)) ADVANCE(342); - if (lookahead == '%') ADVANCE(236); - if (lookahead == '&') ADVANCE(245); - if (lookahead == '\'') ADVANCE(309); - if (lookahead == '(') ADVANCE(217); - if (lookahead == '*') ADVANCE(232); - if (lookahead == '+') ADVANCE(227); - if (lookahead == ',') ADVANCE(150); - if (lookahead == '-') ADVANCE(222); - if (lookahead == '.') ADVANCE(286); - if (lookahead == '/') ADVANCE(234); - if (lookahead == '0') ADVANCE(291); - if (lookahead == '<') ADVANCE(252); - if (lookahead == '=') ADVANCE(268); - if (lookahead == '>') ADVANCE(248); - if (lookahead == '?') ADVANCE(270); - if (lookahead == 'L') ADVANCE(330); - if (lookahead == 'U') ADVANCE(332); - if (lookahead == '[') ADVANCE(264); - if (lookahead == '\\') ADVANCE(10); - if (lookahead == '^') ADVANCE(242); - if (lookahead == 'u') ADVANCE(334); - if (lookahead == '{') ADVANCE(262); - if (lookahead == '|') ADVANCE(239); - if (lookahead == '~') ADVANCE(220); + if (lookahead == '!') ADVANCE(213); + if (lookahead == '"') ADVANCE(312); + if (lookahead == '#') ADVANCE(89); + if (sym_identifier_character_set_1(lookahead)) ADVANCE(336); + if (lookahead == '%') ADVANCE(230); + if (lookahead == '&') ADVANCE(239); + if (lookahead == '\'') ADVANCE(303); + if (lookahead == '(') ADVANCE(211); + if (lookahead == ')') ADVANCE(148); + if (lookahead == '*') ADVANCE(226); + if (lookahead == '+') ADVANCE(221); + if (lookahead == ',') ADVANCE(147); + if (lookahead == '-') ADVANCE(216); + if (lookahead == '.') ADVANCE(279); + if (lookahead == '/') ADVANCE(228); + if (lookahead == '0') ADVANCE(285); + if (lookahead == ':') ADVANCE(263); + if (lookahead == ';') ADVANCE(252); + if (lookahead == '<') ADVANCE(246); + if (lookahead == '=') ADVANCE(262); + if (lookahead == '>') ADVANCE(242); + if (lookahead == '?') ADVANCE(264); + if (lookahead == 'L') ADVANCE(324); + if (lookahead == 'U') ADVANCE(326); + if (lookahead == '[') ADVANCE(259); + if (lookahead == '\\') ADVANCE(2); + if (lookahead == ']') ADVANCE(260); + if (lookahead == '^') ADVANCE(236); + if (lookahead == 'u') ADVANCE(328); + if (lookahead == '{') ADVANCE(256); + if (lookahead == '|') ADVANCE(233); + if (lookahead == '}') ADVANCE(257); + if (lookahead == '~') ADVANCE(214); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(52) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(293); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(287); END_STATE(); case 53: - if (lookahead == '!') ADVANCE(218); - if (lookahead == '"') ADVANCE(318); - if (lookahead == '#') ADVANCE(86); - if (sym_identifier_character_set_1(lookahead)) ADVANCE(342); - if (lookahead == '&') ADVANCE(243); - if (lookahead == '\'') ADVANCE(309); - if (lookahead == '(') ADVANCE(217); - if (lookahead == '*') ADVANCE(231); - if (lookahead == '+') ADVANCE(228); - if (lookahead == ',') ADVANCE(150); - if (lookahead == '-') ADVANCE(223); - if (lookahead == '.') ADVANCE(119); - if (lookahead == '/') ADVANCE(71); - if (lookahead == '0') ADVANCE(291); - if (lookahead == ':') ADVANCE(78); - if (lookahead == ';') ADVANCE(258); - if (lookahead == 'L') ADVANCE(330); - if (lookahead == 'U') ADVANCE(332); - if (lookahead == '[') ADVANCE(84); - if (lookahead == '\\') ADVANCE(6); - if (lookahead == ']') ADVANCE(85); - if (lookahead == 'u') ADVANCE(334); - if (lookahead == '{') ADVANCE(262); - if (lookahead == '~') ADVANCE(220); + if (lookahead == '!') ADVANCE(213); + if (lookahead == '"') ADVANCE(312); + if (lookahead == '#') ADVANCE(99); + if (sym_identifier_character_set_1(lookahead)) ADVANCE(336); + if (lookahead == '%') ADVANCE(230); + if (lookahead == '&') ADVANCE(239); + if (lookahead == '\'') ADVANCE(303); + if (lookahead == '(') ADVANCE(211); + if (lookahead == ')') ADVANCE(148); + if (lookahead == '*') ADVANCE(226); + if (lookahead == '+') ADVANCE(221); + if (lookahead == ',') ADVANCE(147); + if (lookahead == '-') ADVANCE(216); + if (lookahead == '.') ADVANCE(279); + if (lookahead == '/') ADVANCE(228); + if (lookahead == '0') ADVANCE(285); + if (lookahead == ':') ADVANCE(263); + if (lookahead == ';') ADVANCE(252); + if (lookahead == '<') ADVANCE(246); + if (lookahead == '=') ADVANCE(262); + if (lookahead == '>') ADVANCE(242); + if (lookahead == '?') ADVANCE(264); + if (lookahead == 'L') ADVANCE(324); + if (lookahead == 'U') ADVANCE(326); + if (lookahead == '[') ADVANCE(258); + if (lookahead == '\\') ADVANCE(49); + if (lookahead == ']') ADVANCE(260); + if (lookahead == '^') ADVANCE(236); + if (lookahead == 'u') ADVANCE(328); + if (lookahead == '{') ADVANCE(256); + if (lookahead == '|') ADVANCE(233); + if (lookahead == '}') ADVANCE(257); + if (lookahead == '~') ADVANCE(214); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(53) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(293); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(287); END_STATE(); case 54: - if (lookahead == '!') ADVANCE(218); - if (lookahead == '"') ADVANCE(318); - if (lookahead == '#') ADVANCE(92); - if (sym_identifier_character_set_1(lookahead)) ADVANCE(342); - if (lookahead == '&') ADVANCE(243); - if (lookahead == '\'') ADVANCE(309); - if (lookahead == '(') ADVANCE(217); - if (lookahead == ')') ADVANCE(151); - if (lookahead == '*') ADVANCE(231); - if (lookahead == '+') ADVANCE(228); - if (lookahead == ',') ADVANCE(150); - if (lookahead == '-') ADVANCE(223); - if (lookahead == '.') ADVANCE(286); - if (lookahead == '/') ADVANCE(71); - if (lookahead == '0') ADVANCE(291); - if (lookahead == ':') ADVANCE(269); - if (lookahead == ';') ADVANCE(258); - if (lookahead == '=') ADVANCE(267); - if (lookahead == 'L') ADVANCE(330); - if (lookahead == 'U') ADVANCE(332); - if (lookahead == '[') ADVANCE(265); - if (lookahead == '\\') ADVANCE(4); - if (lookahead == ']') ADVANCE(266); - if (lookahead == 'u') ADVANCE(334); - if (lookahead == '{') ADVANCE(262); - if (lookahead == '}') ADVANCE(263); - if (lookahead == '~') ADVANCE(220); + if (lookahead == '!') ADVANCE(213); + if (lookahead == '"') ADVANCE(312); + if (lookahead == '#') ADVANCE(103); + if (sym_identifier_character_set_1(lookahead)) ADVANCE(336); + if (lookahead == '%') ADVANCE(230); + if (lookahead == '&') ADVANCE(239); + if (lookahead == '\'') ADVANCE(303); + if (lookahead == '(') ADVANCE(211); + if (lookahead == '*') ADVANCE(226); + if (lookahead == '+') ADVANCE(221); + if (lookahead == ',') ADVANCE(147); + if (lookahead == '-') ADVANCE(216); + if (lookahead == '.') ADVANCE(280); + if (lookahead == '/') ADVANCE(228); + if (lookahead == '0') ADVANCE(285); + if (lookahead == '<') ADVANCE(246); + if (lookahead == '=') ADVANCE(262); + if (lookahead == '>') ADVANCE(242); + if (lookahead == '?') ADVANCE(264); + if (lookahead == 'L') ADVANCE(324); + if (lookahead == 'U') ADVANCE(326); + if (lookahead == '[') ADVANCE(258); + if (lookahead == '\\') ADVANCE(10); + if (lookahead == '^') ADVANCE(236); + if (lookahead == 'u') ADVANCE(328); + if (lookahead == '{') ADVANCE(256); + if (lookahead == '|') ADVANCE(233); + if (lookahead == '~') ADVANCE(214); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(54) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(293); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(287); END_STATE(); case 55: - if (lookahead == '!') ADVANCE(218); - if (lookahead == '"') ADVANCE(318); - if (lookahead == '#') ADVANCE(88); - if (sym_identifier_character_set_1(lookahead)) ADVANCE(342); - if (lookahead == '&') ADVANCE(243); - if (lookahead == '\'') ADVANCE(309); - if (lookahead == '(') ADVANCE(217); - if (lookahead == '*') ADVANCE(231); - if (lookahead == '+') ADVANCE(228); - if (lookahead == '-') ADVANCE(223); - if (lookahead == '.') ADVANCE(119); - if (lookahead == '/') ADVANCE(71); - if (lookahead == '0') ADVANCE(291); - if (lookahead == ';') ADVANCE(258); - if (lookahead == 'L') ADVANCE(330); - if (lookahead == 'U') ADVANCE(332); - if (lookahead == '[') ADVANCE(84); - if (lookahead == '\\') ADVANCE(49); - if (lookahead == 'u') ADVANCE(334); - if (lookahead == '{') ADVANCE(262); - if (lookahead == '~') ADVANCE(220); + if (lookahead == '!') ADVANCE(212); + if (lookahead == '"') ADVANCE(312); + if (lookahead == '#') ADVANCE(89); + if (sym_identifier_character_set_1(lookahead)) ADVANCE(336); + if (lookahead == '&') ADVANCE(237); + if (lookahead == '\'') ADVANCE(303); + if (lookahead == '(') ADVANCE(211); + if (lookahead == '*') ADVANCE(225); + if (lookahead == '+') ADVANCE(222); + if (lookahead == ',') ADVANCE(147); + if (lookahead == '-') ADVANCE(217); + if (lookahead == '.') ADVANCE(116); + if (lookahead == '/') ADVANCE(74); + if (lookahead == '0') ADVANCE(285); + if (lookahead == ':') ADVANCE(81); + if (lookahead == ';') ADVANCE(252); + if (lookahead == 'L') ADVANCE(324); + if (lookahead == 'U') ADVANCE(326); + if (lookahead == '[') ADVANCE(87); + if (lookahead == '\\') ADVANCE(6); + if (lookahead == ']') ADVANCE(88); + if (lookahead == 'u') ADVANCE(328); + if (lookahead == '{') ADVANCE(256); + if (lookahead == '~') ADVANCE(214); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(55) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(293); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(287); END_STATE(); case 56: - if (lookahead == '!') ADVANCE(218); - if (lookahead == '"') ADVANCE(318); - if (lookahead == '#') ADVANCE(90); - if (sym_identifier_character_set_1(lookahead)) ADVANCE(342); - if (lookahead == '&') ADVANCE(243); - if (lookahead == '\'') ADVANCE(309); - if (lookahead == '(') ADVANCE(217); - if (lookahead == '*') ADVANCE(231); - if (lookahead == '+') ADVANCE(228); - if (lookahead == '-') ADVANCE(223); - if (lookahead == '.') ADVANCE(119); - if (lookahead == '/') ADVANCE(71); - if (lookahead == '0') ADVANCE(291); - if (lookahead == ';') ADVANCE(258); - if (lookahead == 'L') ADVANCE(330); - if (lookahead == 'U') ADVANCE(332); - if (lookahead == '[') ADVANCE(84); - if (lookahead == '\\') ADVANCE(8); - if (lookahead == 'u') ADVANCE(334); - if (lookahead == '{') ADVANCE(262); - if (lookahead == '~') ADVANCE(220); + if (lookahead == '!') ADVANCE(212); + if (lookahead == '"') ADVANCE(312); + if (lookahead == '#') ADVANCE(95); + if (sym_identifier_character_set_1(lookahead)) ADVANCE(336); + if (lookahead == '&') ADVANCE(237); + if (lookahead == '\'') ADVANCE(303); + if (lookahead == '(') ADVANCE(211); + if (lookahead == ')') ADVANCE(148); + if (lookahead == '*') ADVANCE(225); + if (lookahead == '+') ADVANCE(222); + if (lookahead == ',') ADVANCE(147); + if (lookahead == '-') ADVANCE(217); + if (lookahead == '.') ADVANCE(280); + if (lookahead == '/') ADVANCE(74); + if (lookahead == '0') ADVANCE(285); + if (lookahead == ':') ADVANCE(263); + if (lookahead == ';') ADVANCE(252); + if (lookahead == '=') ADVANCE(261); + if (lookahead == 'L') ADVANCE(324); + if (lookahead == 'U') ADVANCE(326); + if (lookahead == '[') ADVANCE(259); + if (lookahead == '\\') ADVANCE(4); + if (lookahead == ']') ADVANCE(260); + if (lookahead == 'u') ADVANCE(328); + if (lookahead == '{') ADVANCE(256); + if (lookahead == '}') ADVANCE(257); + if (lookahead == '~') ADVANCE(214); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(56) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(293); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(287); END_STATE(); case 57: - if (lookahead == '!') ADVANCE(218); - if (sym_identifier_character_set_1(lookahead)) ADVANCE(342); - if (lookahead == '\'') ADVANCE(309); - if (lookahead == '(') ADVANCE(217); - if (lookahead == ')') ADVANCE(151); - if (lookahead == '+') ADVANCE(230); - if (lookahead == '-') ADVANCE(225); - if (lookahead == '.') ADVANCE(119); - if (lookahead == '/') ADVANCE(71); - if (lookahead == '0') ADVANCE(291); - if (lookahead == 'L') ADVANCE(339); - if (lookahead == 'U') ADVANCE(340); - if (lookahead == '\\') ADVANCE(30); - if (lookahead == 'u') ADVANCE(338); - if (lookahead == '~') ADVANCE(220); + if (lookahead == '!') ADVANCE(212); + if (lookahead == '"') ADVANCE(312); + if (lookahead == '#') ADVANCE(91); + if (sym_identifier_character_set_1(lookahead)) ADVANCE(336); + if (lookahead == '&') ADVANCE(237); + if (lookahead == '\'') ADVANCE(303); + if (lookahead == '(') ADVANCE(211); + if (lookahead == '*') ADVANCE(225); + if (lookahead == '+') ADVANCE(222); + if (lookahead == '-') ADVANCE(217); + if (lookahead == '.') ADVANCE(116); + if (lookahead == '/') ADVANCE(74); + if (lookahead == '0') ADVANCE(285); + if (lookahead == ';') ADVANCE(252); + if (lookahead == 'L') ADVANCE(324); + if (lookahead == 'U') ADVANCE(326); + if (lookahead == '[') ADVANCE(87); + if (lookahead == '\\') ADVANCE(51); + if (lookahead == 'u') ADVANCE(328); + if (lookahead == '{') ADVANCE(256); + if (lookahead == '~') ADVANCE(214); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(57) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(293); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(287); END_STATE(); case 58: - if (lookahead == '!') ADVANCE(79); - if (lookahead == '"') ADVANCE(318); - if (lookahead == '#') ADVANCE(98); - if (sym_identifier_character_set_1(lookahead)) ADVANCE(342); - if (lookahead == '%') ADVANCE(236); - if (lookahead == '&') ADVANCE(245); - if (lookahead == '(') ADVANCE(217); - if (lookahead == ')') ADVANCE(151); - if (lookahead == '*') ADVANCE(232); - if (lookahead == '+') ADVANCE(229); - if (lookahead == ',') ADVANCE(150); - if (lookahead == '-') ADVANCE(224); - if (lookahead == '.') ADVANCE(284); - if (lookahead == '/') ADVANCE(234); - if (lookahead == ':') ADVANCE(269); - if (lookahead == ';') ADVANCE(258); - if (lookahead == '<') ADVANCE(252); - if (lookahead == '=') ADVANCE(268); - if (lookahead == '>') ADVANCE(248); - if (lookahead == '?') ADVANCE(270); - if (lookahead == 'L') ADVANCE(331); - if (lookahead == 'U') ADVANCE(333); - if (lookahead == '[') ADVANCE(265); - if (lookahead == '\\') ADVANCE(12); - if (lookahead == ']') ADVANCE(266); - if (lookahead == '^') ADVANCE(242); - if (lookahead == 'u') ADVANCE(335); - if (lookahead == '|') ADVANCE(239); - if (lookahead == '}') ADVANCE(263); + if (lookahead == '!') ADVANCE(212); + if (lookahead == '"') ADVANCE(312); + if (lookahead == '#') ADVANCE(93); + if (sym_identifier_character_set_1(lookahead)) ADVANCE(336); + if (lookahead == '&') ADVANCE(237); + if (lookahead == '\'') ADVANCE(303); + if (lookahead == '(') ADVANCE(211); + if (lookahead == '*') ADVANCE(225); + if (lookahead == '+') ADVANCE(222); + if (lookahead == '-') ADVANCE(217); + if (lookahead == '.') ADVANCE(116); + if (lookahead == '/') ADVANCE(74); + if (lookahead == '0') ADVANCE(285); + if (lookahead == ';') ADVANCE(252); + if (lookahead == 'L') ADVANCE(324); + if (lookahead == 'U') ADVANCE(326); + if (lookahead == '[') ADVANCE(87); + if (lookahead == '\\') ADVANCE(8); + if (lookahead == 'u') ADVANCE(328); + if (lookahead == '{') ADVANCE(256); + if (lookahead == '~') ADVANCE(214); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(58) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(287); END_STATE(); case 59: - if (lookahead == '!') ADVANCE(79); - if (lookahead == '"') ADVANCE(318); - if (lookahead == '#') ADVANCE(104); - if (sym_identifier_character_set_1(lookahead)) ADVANCE(342); - if (lookahead == '%') ADVANCE(236); - if (lookahead == '&') ADVANCE(245); - if (lookahead == '(') ADVANCE(217); - if (lookahead == '*') ADVANCE(232); - if (lookahead == '+') ADVANCE(229); - if (lookahead == ',') ADVANCE(150); - if (lookahead == '-') ADVANCE(224); - if (lookahead == '.') ADVANCE(283); - if (lookahead == '/') ADVANCE(234); - if (lookahead == '<') ADVANCE(252); - if (lookahead == '=') ADVANCE(268); - if (lookahead == '>') ADVANCE(248); - if (lookahead == '?') ADVANCE(270); - if (lookahead == 'L') ADVANCE(331); - if (lookahead == 'U') ADVANCE(333); - if (lookahead == '[') ADVANCE(264); - if (lookahead == '\\') ADVANCE(26); - if (lookahead == '^') ADVANCE(242); - if (lookahead == 'u') ADVANCE(335); - if (lookahead == '|') ADVANCE(239); + if (lookahead == '!') ADVANCE(212); + if (sym_identifier_character_set_1(lookahead)) ADVANCE(336); + if (lookahead == '\'') ADVANCE(303); + if (lookahead == '(') ADVANCE(211); + if (lookahead == ')') ADVANCE(148); + if (lookahead == '+') ADVANCE(224); + if (lookahead == '-') ADVANCE(219); + if (lookahead == '.') ADVANCE(116); + if (lookahead == '/') ADVANCE(74); + if (lookahead == '0') ADVANCE(285); + if (lookahead == 'L') ADVANCE(333); + if (lookahead == 'U') ADVANCE(334); + if (lookahead == '\\') ADVANCE(30); + if (lookahead == 'u') ADVANCE(332); + if (lookahead == '~') ADVANCE(214); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(59) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(287); END_STATE(); case 60: - if (lookahead == '!') ADVANCE(79); - if (lookahead == '#') ADVANCE(98); - if (sym_identifier_character_set_2(lookahead)) ADVANCE(342); - if (lookahead == '%') ADVANCE(236); - if (lookahead == '&') ADVANCE(245); - if (lookahead == '(') ADVANCE(217); - if (lookahead == ')') ADVANCE(151); - if (lookahead == '*') ADVANCE(232); - if (lookahead == '+') ADVANCE(229); - if (lookahead == ',') ADVANCE(150); - if (lookahead == '-') ADVANCE(224); - if (lookahead == '.') ADVANCE(283); - if (lookahead == '/') ADVANCE(234); - if (lookahead == ':') ADVANCE(269); - if (lookahead == ';') ADVANCE(258); - if (lookahead == '<') ADVANCE(252); - if (lookahead == '=') ADVANCE(268); - if (lookahead == '>') ADVANCE(248); - if (lookahead == '?') ADVANCE(270); - if (lookahead == '[') ADVANCE(264); - if (lookahead == '\\') ADVANCE(24); - if (lookahead == ']') ADVANCE(85); - if (lookahead == '^') ADVANCE(242); - if (lookahead == '|') ADVANCE(239); - if (lookahead == '}') ADVANCE(263); + if (lookahead == '!') ADVANCE(82); + if (lookahead == '"') ADVANCE(312); + if (lookahead == '#') ADVANCE(99); + if (sym_identifier_character_set_1(lookahead)) ADVANCE(336); + if (lookahead == '%') ADVANCE(230); + if (lookahead == '&') ADVANCE(239); + if (lookahead == '(') ADVANCE(211); + if (lookahead == ')') ADVANCE(148); + if (lookahead == '*') ADVANCE(226); + if (lookahead == '+') ADVANCE(223); + if (lookahead == ',') ADVANCE(147); + if (lookahead == '-') ADVANCE(218); + if (lookahead == '.') ADVANCE(278); + if (lookahead == '/') ADVANCE(228); + if (lookahead == ':') ADVANCE(263); + if (lookahead == ';') ADVANCE(252); + if (lookahead == '<') ADVANCE(246); + if (lookahead == '=') ADVANCE(262); + if (lookahead == '>') ADVANCE(242); + if (lookahead == '?') ADVANCE(264); + if (lookahead == 'L') ADVANCE(325); + if (lookahead == 'U') ADVANCE(327); + if (lookahead == '[') ADVANCE(259); + if (lookahead == '\\') ADVANCE(12); + if (lookahead == ']') ADVANCE(260); + if (lookahead == '^') ADVANCE(236); + if (lookahead == 'u') ADVANCE(329); + if (lookahead == '|') ADVANCE(233); + if (lookahead == '}') ADVANCE(257); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(60) END_STATE(); case 61: - if (lookahead == '!') ADVANCE(79); - if (lookahead == '#') ADVANCE(97); - if (sym_identifier_character_set_2(lookahead)) ADVANCE(342); - if (lookahead == '%') ADVANCE(236); - if (lookahead == '&') ADVANCE(245); - if (lookahead == '(') ADVANCE(217); - if (lookahead == ')') ADVANCE(151); - if (lookahead == '*') ADVANCE(232); - if (lookahead == '+') ADVANCE(229); - if (lookahead == ',') ADVANCE(150); - if (lookahead == '-') ADVANCE(224); - if (lookahead == '.') ADVANCE(284); - if (lookahead == '/') ADVANCE(234); - if (lookahead == ':') ADVANCE(269); - if (lookahead == ';') ADVANCE(258); - if (lookahead == '<') ADVANCE(252); - if (lookahead == '=') ADVANCE(268); - if (lookahead == '>') ADVANCE(248); - if (lookahead == '?') ADVANCE(270); - if (lookahead == '[') ADVANCE(265); - if (lookahead == '\\') ADVANCE(22); - if (lookahead == ']') ADVANCE(266); - if (lookahead == '^') ADVANCE(242); - if (lookahead == '{') ADVANCE(262); - if (lookahead == '|') ADVANCE(239); - if (lookahead == '}') ADVANCE(263); + if (lookahead == '!') ADVANCE(82); + if (lookahead == '"') ADVANCE(312); + if (lookahead == '#') ADVANCE(103); + if (sym_identifier_character_set_1(lookahead)) ADVANCE(336); + if (lookahead == '%') ADVANCE(230); + if (lookahead == '&') ADVANCE(239); + if (lookahead == '(') ADVANCE(211); + if (lookahead == '*') ADVANCE(226); + if (lookahead == '+') ADVANCE(223); + if (lookahead == ',') ADVANCE(147); + if (lookahead == '-') ADVANCE(218); + if (lookahead == '.') ADVANCE(277); + if (lookahead == '/') ADVANCE(228); + if (lookahead == '<') ADVANCE(246); + if (lookahead == '=') ADVANCE(262); + if (lookahead == '>') ADVANCE(242); + if (lookahead == '?') ADVANCE(264); + if (lookahead == 'L') ADVANCE(325); + if (lookahead == 'U') ADVANCE(327); + if (lookahead == '[') ADVANCE(258); + if (lookahead == '\\') ADVANCE(26); + if (lookahead == '^') ADVANCE(236); + if (lookahead == 'u') ADVANCE(329); + if (lookahead == '|') ADVANCE(233); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(61) END_STATE(); case 62: - if (lookahead == '!') ADVANCE(79); - if (lookahead == '#') ADVANCE(87); - if (sym_identifier_character_set_2(lookahead)) ADVANCE(342); - if (lookahead == '%') ADVANCE(236); - if (lookahead == '&') ADVANCE(245); - if (lookahead == '(') ADVANCE(217); - if (lookahead == ')') ADVANCE(151); - if (lookahead == '*') ADVANCE(232); - if (lookahead == '+') ADVANCE(229); - if (lookahead == ',') ADVANCE(150); - if (lookahead == '-') ADVANCE(224); - if (lookahead == '.') ADVANCE(284); - if (lookahead == '/') ADVANCE(234); - if (lookahead == ':') ADVANCE(269); - if (lookahead == ';') ADVANCE(258); - if (lookahead == '<') ADVANCE(252); - if (lookahead == '=') ADVANCE(268); - if (lookahead == '>') ADVANCE(248); - if (lookahead == '?') ADVANCE(270); - if (lookahead == '[') ADVANCE(265); - if (lookahead == '\\') ADVANCE(14); - if (lookahead == '^') ADVANCE(242); - if (lookahead == '{') ADVANCE(262); - if (lookahead == '|') ADVANCE(239); - if (lookahead == '}') ADVANCE(263); + if (lookahead == '!') ADVANCE(82); + if (lookahead == '#') ADVANCE(99); + if (sym_identifier_character_set_2(lookahead)) ADVANCE(336); + if (lookahead == '%') ADVANCE(230); + if (lookahead == '&') ADVANCE(239); + if (lookahead == '(') ADVANCE(211); + if (lookahead == ')') ADVANCE(148); + if (lookahead == '*') ADVANCE(226); + if (lookahead == '+') ADVANCE(223); + if (lookahead == ',') ADVANCE(147); + if (lookahead == '-') ADVANCE(218); + if (lookahead == '.') ADVANCE(278); + if (lookahead == '/') ADVANCE(228); + if (lookahead == ':') ADVANCE(263); + if (lookahead == ';') ADVANCE(252); + if (lookahead == '<') ADVANCE(246); + if (lookahead == '=') ADVANCE(262); + if (lookahead == '>') ADVANCE(242); + if (lookahead == '?') ADVANCE(264); + if (lookahead == '[') ADVANCE(259); + if (lookahead == '\\') ADVANCE(22); + if (lookahead == ']') ADVANCE(260); + if (lookahead == '^') ADVANCE(236); + if (lookahead == '{') ADVANCE(256); + if (lookahead == '|') ADVANCE(233); + if (lookahead == '}') ADVANCE(257); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(62) END_STATE(); case 63: - if (lookahead == '!') ADVANCE(79); - if (lookahead == '#') ADVANCE(91); - if (sym_identifier_character_set_2(lookahead)) ADVANCE(342); - if (lookahead == '%') ADVANCE(235); - if (lookahead == '&') ADVANCE(244); - if (lookahead == '(') ADVANCE(217); - if (lookahead == ')') ADVANCE(151); - if (lookahead == '*') ADVANCE(231); - if (lookahead == '+') ADVANCE(226); - if (lookahead == ',') ADVANCE(150); - if (lookahead == '-') ADVANCE(221); - if (lookahead == '/') ADVANCE(233); - if (lookahead == '<') ADVANCE(253); - if (lookahead == '=') ADVANCE(80); - if (lookahead == '>') ADVANCE(249); - if (lookahead == '[') ADVANCE(84); - if (lookahead == '\\') ADVANCE(16); - if (lookahead == '^') ADVANCE(241); - if (lookahead == '|') ADVANCE(240); + if (lookahead == '!') ADVANCE(82); + if (lookahead == '#') ADVANCE(99); + if (sym_identifier_character_set_2(lookahead)) ADVANCE(336); + if (lookahead == '%') ADVANCE(230); + if (lookahead == '&') ADVANCE(239); + if (lookahead == '(') ADVANCE(211); + if (lookahead == ')') ADVANCE(148); + if (lookahead == '*') ADVANCE(226); + if (lookahead == '+') ADVANCE(223); + if (lookahead == ',') ADVANCE(147); + if (lookahead == '-') ADVANCE(218); + if (lookahead == '.') ADVANCE(277); + if (lookahead == '/') ADVANCE(228); + if (lookahead == ':') ADVANCE(263); + if (lookahead == ';') ADVANCE(252); + if (lookahead == '<') ADVANCE(246); + if (lookahead == '=') ADVANCE(262); + if (lookahead == '>') ADVANCE(242); + if (lookahead == '?') ADVANCE(264); + if (lookahead == '[') ADVANCE(258); + if (lookahead == '\\') ADVANCE(24); + if (lookahead == ']') ADVANCE(88); + if (lookahead == '^') ADVANCE(236); + if (lookahead == '|') ADVANCE(233); + if (lookahead == '}') ADVANCE(257); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(63) END_STATE(); case 64: - if (lookahead == '!') ADVANCE(79); - if (lookahead == '#') ADVANCE(104); - if (sym_identifier_character_set_2(lookahead)) ADVANCE(342); - if (lookahead == '%') ADVANCE(236); - if (lookahead == '&') ADVANCE(245); - if (lookahead == '(') ADVANCE(217); - if (lookahead == '*') ADVANCE(232); - if (lookahead == '+') ADVANCE(229); - if (lookahead == ',') ADVANCE(150); - if (lookahead == '-') ADVANCE(224); - if (lookahead == '.') ADVANCE(284); - if (lookahead == '/') ADVANCE(234); - if (lookahead == '<') ADVANCE(252); - if (lookahead == '=') ADVANCE(268); - if (lookahead == '>') ADVANCE(248); - if (lookahead == '?') ADVANCE(270); - if (lookahead == '[') ADVANCE(264); - if (lookahead == '\\') ADVANCE(28); - if (lookahead == ']') ADVANCE(266); - if (lookahead == '^') ADVANCE(242); - if (lookahead == '|') ADVANCE(239); + if (lookahead == '!') ADVANCE(82); + if (lookahead == '#') ADVANCE(90); + if (sym_identifier_character_set_2(lookahead)) ADVANCE(336); + if (lookahead == '%') ADVANCE(230); + if (lookahead == '&') ADVANCE(239); + if (lookahead == '(') ADVANCE(211); + if (lookahead == ')') ADVANCE(148); + if (lookahead == '*') ADVANCE(226); + if (lookahead == '+') ADVANCE(223); + if (lookahead == ',') ADVANCE(147); + if (lookahead == '-') ADVANCE(218); + if (lookahead == '.') ADVANCE(278); + if (lookahead == '/') ADVANCE(228); + if (lookahead == ':') ADVANCE(263); + if (lookahead == ';') ADVANCE(252); + if (lookahead == '<') ADVANCE(246); + if (lookahead == '=') ADVANCE(262); + if (lookahead == '>') ADVANCE(242); + if (lookahead == '?') ADVANCE(264); + if (lookahead == '[') ADVANCE(259); + if (lookahead == '\\') ADVANCE(14); + if (lookahead == '^') ADVANCE(236); + if (lookahead == '{') ADVANCE(256); + if (lookahead == '|') ADVANCE(233); + if (lookahead == '}') ADVANCE(257); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(64) END_STATE(); case 65: - if (lookahead == '"') ADVANCE(318); - if (lookahead == '/') ADVANCE(71); - if (lookahead == '\\') ADVANCE(42); + if (lookahead == '!') ADVANCE(82); + if (lookahead == '#') ADVANCE(94); + if (sym_identifier_character_set_2(lookahead)) ADVANCE(336); + if (lookahead == '%') ADVANCE(229); + if (lookahead == '&') ADVANCE(238); + if (lookahead == '(') ADVANCE(211); + if (lookahead == ')') ADVANCE(148); + if (lookahead == '*') ADVANCE(225); + if (lookahead == '+') ADVANCE(220); + if (lookahead == ',') ADVANCE(147); + if (lookahead == '-') ADVANCE(215); + if (lookahead == '/') ADVANCE(227); + if (lookahead == '<') ADVANCE(247); + if (lookahead == '=') ADVANCE(83); + if (lookahead == '>') ADVANCE(243); + if (lookahead == '[') ADVANCE(87); + if (lookahead == '\\') ADVANCE(16); + if (lookahead == '^') ADVANCE(235); + if (lookahead == '|') ADVANCE(234); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(65) END_STATE(); case 66: - if (lookahead == '"') ADVANCE(318); - if (sym_identifier_character_set_1(lookahead)) ADVANCE(342); - if (lookahead == '/') ADVANCE(71); - if (lookahead == '<') ADVANCE(81); - if (lookahead == 'L') ADVANCE(331); - if (lookahead == 'U') ADVANCE(333); - if (lookahead == '\\') ADVANCE(35); - if (lookahead == 'u') ADVANCE(335); + if (lookahead == '!') ADVANCE(82); + if (lookahead == '#') ADVANCE(103); + if (sym_identifier_character_set_2(lookahead)) ADVANCE(336); + if (lookahead == '%') ADVANCE(230); + if (lookahead == '&') ADVANCE(239); + if (lookahead == '(') ADVANCE(211); + if (lookahead == '*') ADVANCE(226); + if (lookahead == '+') ADVANCE(223); + if (lookahead == ',') ADVANCE(147); + if (lookahead == '-') ADVANCE(218); + if (lookahead == '.') ADVANCE(278); + if (lookahead == '/') ADVANCE(228); + if (lookahead == '<') ADVANCE(246); + if (lookahead == '=') ADVANCE(262); + if (lookahead == '>') ADVANCE(242); + if (lookahead == '?') ADVANCE(264); + if (lookahead == '[') ADVANCE(258); + if (lookahead == '\\') ADVANCE(28); + if (lookahead == ']') ADVANCE(260); + if (lookahead == '^') ADVANCE(236); + if (lookahead == '|') ADVANCE(233); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(66) END_STATE(); case 67: - if (lookahead == '#') ADVANCE(93); - if (sym_identifier_character_set_2(lookahead)) ADVANCE(342); - if (lookahead == '/') ADVANCE(71); - if (lookahead == '[') ADVANCE(84); - if (lookahead == '\\') ADVANCE(20); - if (lookahead == '}') ADVANCE(263); + if (lookahead == '"') ADVANCE(312); + if (lookahead == '/') ADVANCE(74); + if (lookahead == '\\') ADVANCE(44); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(67) END_STATE(); case 68: - if (lookahead == '#') ADVANCE(89); - if (sym_identifier_character_set_2(lookahead)) ADVANCE(342); - if (lookahead == '/') ADVANCE(71); - if (lookahead == '[') ADVANCE(84); - if (lookahead == '\\') ADVANCE(18); + if (lookahead == '"') ADVANCE(312); + if (sym_identifier_character_set_1(lookahead)) ADVANCE(336); + if (lookahead == '/') ADVANCE(74); + if (lookahead == '<') ADVANCE(84); + if (lookahead == 'L') ADVANCE(325); + if (lookahead == 'U') ADVANCE(327); + if (lookahead == '\\') ADVANCE(37); + if (lookahead == 'u') ADVANCE(329); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(68) END_STATE(); case 69: - if (lookahead == '\'') ADVANCE(309); - if (lookahead == '/') ADVANCE(71); - if (lookahead == '\\') ADVANCE(42); + if (lookahead == '#') ADVANCE(112); + if (sym_identifier_character_set_2(lookahead)) ADVANCE(336); + if (lookahead == '/') ADVANCE(74); + if (lookahead == '\\') ADVANCE(35); + if (lookahead == '}') ADVANCE(257); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(69) END_STATE(); case 70: - if (lookahead == '(') ADVANCE(217); - if (lookahead == '/') ADVANCE(71); - if (lookahead == '\\') SKIP(45) + if (lookahead == '#') ADVANCE(96); + if (sym_identifier_character_set_2(lookahead)) ADVANCE(336); + if (lookahead == '/') ADVANCE(74); + if (lookahead == '[') ADVANCE(87); + if (lookahead == '\\') ADVANCE(20); + if (lookahead == '}') ADVANCE(257); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(70) END_STATE(); case 71: - if (lookahead == '*') ADVANCE(73); - if (lookahead == '/') ADVANCE(347); + if (lookahead == '#') ADVANCE(92); + if (sym_identifier_character_set_2(lookahead)) ADVANCE(336); + if (lookahead == '/') ADVANCE(74); + if (lookahead == '[') ADVANCE(87); + if (lookahead == '\\') ADVANCE(18); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(71) END_STATE(); case 72: - if (lookahead == '*') ADVANCE(72); - if (lookahead == '/') ADVANCE(343); - if (lookahead != 0) ADVANCE(73); + if (lookahead == '\'') ADVANCE(303); + if (lookahead == '/') ADVANCE(74); + if (lookahead == '\\') ADVANCE(44); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(72) END_STATE(); case 73: - if (lookahead == '*') ADVANCE(72); - if (lookahead != 0) ADVANCE(73); + if (lookahead == '(') ADVANCE(211); + if (lookahead == '/') ADVANCE(74); + if (lookahead == '\\') SKIP(47) + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(73) END_STATE(); case 74: - if (lookahead == '*') ADVANCE(72); - if (lookahead != 0) ADVANCE(172); + if (lookahead == '*') ADVANCE(76); + if (lookahead == '/') ADVANCE(341); END_STATE(); case 75: - if (lookahead == '.') ADVANCE(119); - if (lookahead == '0') ADVANCE(289); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(290); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(299); + if (lookahead == '*') ADVANCE(75); + if (lookahead == '/') ADVANCE(337); + if (lookahead != 0) ADVANCE(76); END_STATE(); case 76: - if (lookahead == '.') ADVANCE(149); + if (lookahead == '*') ADVANCE(75); + if (lookahead != 0) ADVANCE(76); END_STATE(); case 77: - if (lookahead == '/') ADVANCE(176); - if (lookahead == '\\') ADVANCE(174); - if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(77) - if (lookahead != 0) ADVANCE(177); + if (lookahead == '*') ADVANCE(75); + if (lookahead != 0) ADVANCE(166); END_STATE(); case 78: - if (lookahead == ':') ADVANCE(259); + if (lookahead == '.') ADVANCE(116); + if (lookahead == '0') ADVANCE(283); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(284); + if (('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(293); END_STATE(); case 79: - if (lookahead == '=') ADVANCE(247); + if (lookahead == '.') ADVANCE(146); END_STATE(); case 80: - if (lookahead == '=') ADVANCE(246); + if (lookahead == '/') ADVANCE(170); + if (lookahead == '\\') ADVANCE(168); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(80) + if (lookahead != 0) ADVANCE(171); END_STATE(); case 81: - if (lookahead == '>') ADVANCE(328); - if (lookahead == '\\') ADVANCE(82); - if (lookahead != 0 && - lookahead != '\n') ADVANCE(81); + if (lookahead == ':') ADVANCE(253); END_STATE(); case 82: - if (lookahead == '>') ADVANCE(329); - if (lookahead == '\\') ADVANCE(82); - if (lookahead != 0 && - lookahead != '\n') ADVANCE(81); + if (lookahead == '=') ADVANCE(241); END_STATE(); case 83: - if (lookahead == 'U') ADVANCE(138); - if (lookahead == 'u') ADVANCE(130); + if (lookahead == '=') ADVANCE(240); END_STATE(); case 84: - if (lookahead == '[') ADVANCE(260); + if (lookahead == '>') ADVANCE(322); + if (lookahead == '\\') ADVANCE(85); + if (lookahead != 0 && + lookahead != '\n') ADVANCE(84); END_STATE(); case 85: - if (lookahead == ']') ADVANCE(261); + if (lookahead == '>') ADVANCE(323); + if (lookahead == '\\') ADVANCE(85); + if (lookahead != 0 && + lookahead != '\n') ADVANCE(84); END_STATE(); case 86: - if (lookahead == 'd') ADVANCE(188); - if (lookahead == 'e') ADVANCE(210); - if (lookahead == 'i') ADVANCE(196); - if (lookahead == '\t' || - lookahead == ' ') ADVANCE(86); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + if (lookahead == 'U') ADVANCE(135); + if (lookahead == 'u') ADVANCE(127); END_STATE(); case 87: - if (lookahead == 'd') ADVANCE(188); - if (lookahead == 'e') ADVANCE(210); - if (lookahead == 'i') ADVANCE(197); - if (lookahead == '\t' || - lookahead == ' ') ADVANCE(87); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + if (lookahead == '[') ADVANCE(254); END_STATE(); case 88: - if (lookahead == 'd') ADVANCE(188); - if (lookahead == 'e') ADVANCE(213); - if (lookahead == 'i') ADVANCE(196); - if (lookahead == '\t' || - lookahead == ' ') ADVANCE(88); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + if (lookahead == ']') ADVANCE(255); END_STATE(); case 89: - if (lookahead == 'd') ADVANCE(188); - if (lookahead == 'e') ADVANCE(213); - if (lookahead == 'i') ADVANCE(197); + if (lookahead == 'd') ADVANCE(182); + if (lookahead == 'e') ADVANCE(204); + if (lookahead == 'i') ADVANCE(190); if (lookahead == '\t' || lookahead == ' ') ADVANCE(89); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); case 90: - if (lookahead == 'd') ADVANCE(188); - if (lookahead == 'e') ADVANCE(212); - if (lookahead == 'i') ADVANCE(196); + if (lookahead == 'd') ADVANCE(182); + if (lookahead == 'e') ADVANCE(204); + if (lookahead == 'i') ADVANCE(191); if (lookahead == '\t' || lookahead == ' ') ADVANCE(90); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); case 91: - if (lookahead == 'd') ADVANCE(188); - if (lookahead == 'e') ADVANCE(212); - if (lookahead == 'i') ADVANCE(197); + if (lookahead == 'd') ADVANCE(182); + if (lookahead == 'e') ADVANCE(207); + if (lookahead == 'i') ADVANCE(190); if (lookahead == '\t' || lookahead == ' ') ADVANCE(91); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); case 92: - if (lookahead == 'd') ADVANCE(188); - if (lookahead == 'i') ADVANCE(196); + if (lookahead == 'd') ADVANCE(182); + if (lookahead == 'e') ADVANCE(207); + if (lookahead == 'i') ADVANCE(191); if (lookahead == '\t' || lookahead == ' ') ADVANCE(92); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); case 93: - if (lookahead == 'd') ADVANCE(188); - if (lookahead == 'i') ADVANCE(197); + if (lookahead == 'd') ADVANCE(182); + if (lookahead == 'e') ADVANCE(206); + if (lookahead == 'i') ADVANCE(190); if (lookahead == '\t' || lookahead == ' ') ADVANCE(93); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); case 94: - if (lookahead == 'd') ADVANCE(114); + if (lookahead == 'd') ADVANCE(182); + if (lookahead == 'e') ADVANCE(206); + if (lookahead == 'i') ADVANCE(191); + if (lookahead == '\t' || + lookahead == ' ') ADVANCE(94); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); case 95: - if (lookahead == 'd') ADVANCE(101); + if (lookahead == 'd') ADVANCE(182); + if (lookahead == 'i') ADVANCE(190); + if (lookahead == '\t' || + lookahead == ' ') ADVANCE(95); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); case 96: - if (lookahead == 'd') ADVANCE(103); + if (lookahead == 'd') ADVANCE(182); + if (lookahead == 'i') ADVANCE(191); + if (lookahead == '\t' || + lookahead == ' ') ADVANCE(96); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); case 97: - if (lookahead == 'e') ADVANCE(116); - if (lookahead == 'i') ADVANCE(110); - if (lookahead == '\t' || - lookahead == ' ') ADVANCE(97); + if (lookahead == 'd') ADVANCE(110); END_STATE(); case 98: - if (lookahead == 'e') ADVANCE(116); - if (lookahead == '\t' || - lookahead == ' ') ADVANCE(98); + if (lookahead == 'd') ADVANCE(102); END_STATE(); case 99: - if (lookahead == 'e') ADVANCE(161); + if (lookahead == 'e') ADVANCE(113); + if (lookahead == '\t' || + lookahead == ' ') ADVANCE(99); END_STATE(); case 100: - if (lookahead == 'e') ADVANCE(107); + if (lookahead == 'e') ADVANCE(155); END_STATE(); case 101: - if (lookahead == 'e') ADVANCE(108); + if (lookahead == 'e') ADVANCE(106); END_STATE(); case 102: - if (lookahead == 'e') ADVANCE(111); + if (lookahead == 'e') ADVANCE(107); END_STATE(); case 103: - if (lookahead == 'e') ADVANCE(112); + if (lookahead == 'e') ADVANCE(114); + if (lookahead == '\t' || + lookahead == ' ') ADVANCE(103); END_STATE(); case 104: - if (lookahead == 'e') ADVANCE(117); - if (lookahead == '\t' || - lookahead == ' ') ADVANCE(104); + if (lookahead == 'f') ADVANCE(158); END_STATE(); case 105: - if (lookahead == 'f') ADVANCE(164); + if (lookahead == 'f') ADVANCE(151); END_STATE(); case 106: - if (lookahead == 'f') ADVANCE(155); + if (lookahead == 'f') ADVANCE(161); END_STATE(); case 107: - if (lookahead == 'f') ADVANCE(167); + if (lookahead == 'f') ADVANCE(163); END_STATE(); case 108: - if (lookahead == 'f') ADVANCE(169); + if (lookahead == 'f') ADVANCE(157); END_STATE(); case 109: - if (lookahead == 'f') ADVANCE(163); + if (lookahead == 'i') ADVANCE(104); + if (lookahead == 's') ADVANCE(100); END_STATE(); case 110: - if (lookahead == 'f') ADVANCE(153); + if (lookahead == 'i') ADVANCE(105); END_STATE(); case 111: - if (lookahead == 'f') ADVANCE(157); + if (lookahead == 'i') ADVANCE(108); + if (lookahead == 's') ADVANCE(100); END_STATE(); case 112: - if (lookahead == 'f') ADVANCE(159); + if (lookahead == 'i') ADVANCE(191); + if (lookahead == '\t' || + lookahead == ' ') ADVANCE(112); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); case 113: - if (lookahead == 'i') ADVANCE(105); - if (lookahead == 's') ADVANCE(99); + if (lookahead == 'l') ADVANCE(109); + if (lookahead == 'n') ADVANCE(97); END_STATE(); case 114: - if (lookahead == 'i') ADVANCE(106); + if (lookahead == 'l') ADVANCE(111); + if (lookahead == 'n') ADVANCE(97); END_STATE(); case 115: - if (lookahead == 'i') ADVANCE(109); - if (lookahead == 's') ADVANCE(99); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(287); END_STATE(); case 116: - if (lookahead == 'l') ADVANCE(113); - if (lookahead == 'n') ADVANCE(94); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(282); END_STATE(); case 117: - if (lookahead == 'l') ADVANCE(115); - if (lookahead == 'n') ADVANCE(94); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(284); + if (('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(293); END_STATE(); case 118: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(293); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(336); END_STATE(); case 119: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(288); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(290); END_STATE(); case 120: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(290); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(299); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(293); END_STATE(); case 121: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(342); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(288); END_STATE(); case 122: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(296); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(318); END_STATE(); case 123: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(299); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(118); END_STATE(); case 124: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(294); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(122); END_STATE(); case 125: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(324); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(123); END_STATE(); case 126: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(121); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(124); END_STATE(); case 127: if (('0' <= lookahead && lookahead <= '9') || @@ -10114,959 +10131,933 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('a' <= lookahead && lookahead <= 'f')) ADVANCE(134); END_STATE(); case 137: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(135); - END_STATE(); - case 138: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(136); - END_STATE(); - case 139: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(137); - END_STATE(); - case 140: if (lookahead != 0 && lookahead != '\r' && - lookahead != '\\') ADVANCE(347); - if (lookahead == '\r') ADVANCE(351); - if (lookahead == '\\') ADVANCE(349); + lookahead != '\\') ADVANCE(341); + if (lookahead == '\r') ADVANCE(345); + if (lookahead == '\\') ADVANCE(343); END_STATE(); - case 141: + case 138: if (lookahead != 0 && - lookahead != '*') ADVANCE(177); + lookahead != '*') ADVANCE(171); END_STATE(); - case 142: - if (eof) ADVANCE(144); - if (lookahead == '!') ADVANCE(219); - if (lookahead == '"') ADVANCE(318); - if (lookahead == '#') ADVANCE(86); - if (sym_identifier_character_set_1(lookahead)) ADVANCE(342); - if (lookahead == '%') ADVANCE(236); - if (lookahead == '&') ADVANCE(245); - if (lookahead == '\'') ADVANCE(309); - if (lookahead == '(') ADVANCE(217); - if (lookahead == ')') ADVANCE(151); - if (lookahead == '*') ADVANCE(232); - if (lookahead == '+') ADVANCE(227); - if (lookahead == ',') ADVANCE(150); - if (lookahead == '-') ADVANCE(222); - if (lookahead == '.') ADVANCE(285); - if (lookahead == '/') ADVANCE(234); - if (lookahead == '0') ADVANCE(291); - if (lookahead == ':') ADVANCE(269); - if (lookahead == ';') ADVANCE(258); - if (lookahead == '<') ADVANCE(252); - if (lookahead == '=') ADVANCE(268); - if (lookahead == '>') ADVANCE(248); - if (lookahead == '?') ADVANCE(270); - if (lookahead == 'L') ADVANCE(330); - if (lookahead == 'U') ADVANCE(332); - if (lookahead == '[') ADVANCE(265); + case 139: + if (eof) ADVANCE(141); + if (lookahead == '!') ADVANCE(213); + if (lookahead == '"') ADVANCE(312); + if (lookahead == '#') ADVANCE(89); + if (sym_identifier_character_set_1(lookahead)) ADVANCE(336); + if (lookahead == '%') ADVANCE(230); + if (lookahead == '&') ADVANCE(239); + if (lookahead == '\'') ADVANCE(303); + if (lookahead == '(') ADVANCE(211); + if (lookahead == ')') ADVANCE(148); + if (lookahead == '*') ADVANCE(226); + if (lookahead == '+') ADVANCE(221); + if (lookahead == ',') ADVANCE(147); + if (lookahead == '-') ADVANCE(216); + if (lookahead == '.') ADVANCE(279); + if (lookahead == '/') ADVANCE(228); + if (lookahead == '0') ADVANCE(285); + if (lookahead == ':') ADVANCE(263); + if (lookahead == ';') ADVANCE(252); + if (lookahead == '<') ADVANCE(246); + if (lookahead == '=') ADVANCE(262); + if (lookahead == '>') ADVANCE(242); + if (lookahead == '?') ADVANCE(264); + if (lookahead == 'L') ADVANCE(324); + if (lookahead == 'U') ADVANCE(326); + if (lookahead == '[') ADVANCE(259); if (lookahead == '\\') ADVANCE(2); - if (lookahead == ']') ADVANCE(266); - if (lookahead == '^') ADVANCE(242); - if (lookahead == 'u') ADVANCE(334); - if (lookahead == '{') ADVANCE(262); - if (lookahead == '|') ADVANCE(239); - if (lookahead == '}') ADVANCE(263); - if (lookahead == '~') ADVANCE(220); + if (lookahead == ']') ADVANCE(260); + if (lookahead == '^') ADVANCE(236); + if (lookahead == 'u') ADVANCE(328); + if (lookahead == '{') ADVANCE(256); + if (lookahead == '|') ADVANCE(233); + if (lookahead == '}') ADVANCE(257); + if (lookahead == '~') ADVANCE(214); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(142) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(293); + lookahead == ' ') SKIP(139) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(287); END_STATE(); - case 143: - if (eof) ADVANCE(144); - if (lookahead == '!') ADVANCE(218); - if (lookahead == '"') ADVANCE(318); - if (lookahead == '#') ADVANCE(92); - if (sym_identifier_character_set_1(lookahead)) ADVANCE(342); - if (lookahead == '&') ADVANCE(243); - if (lookahead == '\'') ADVANCE(309); - if (lookahead == '(') ADVANCE(217); - if (lookahead == ')') ADVANCE(151); - if (lookahead == '*') ADVANCE(231); - if (lookahead == '+') ADVANCE(228); - if (lookahead == ',') ADVANCE(150); - if (lookahead == '-') ADVANCE(223); - if (lookahead == '.') ADVANCE(286); - if (lookahead == '/') ADVANCE(71); - if (lookahead == '0') ADVANCE(291); - if (lookahead == ':') ADVANCE(269); - if (lookahead == ';') ADVANCE(258); - if (lookahead == '=') ADVANCE(267); - if (lookahead == 'L') ADVANCE(330); - if (lookahead == 'U') ADVANCE(332); - if (lookahead == '[') ADVANCE(265); + case 140: + if (eof) ADVANCE(141); + if (lookahead == '!') ADVANCE(212); + if (lookahead == '"') ADVANCE(312); + if (lookahead == '#') ADVANCE(95); + if (sym_identifier_character_set_1(lookahead)) ADVANCE(336); + if (lookahead == '&') ADVANCE(237); + if (lookahead == '\'') ADVANCE(303); + if (lookahead == '(') ADVANCE(211); + if (lookahead == ')') ADVANCE(148); + if (lookahead == '*') ADVANCE(225); + if (lookahead == '+') ADVANCE(222); + if (lookahead == ',') ADVANCE(147); + if (lookahead == '-') ADVANCE(217); + if (lookahead == '.') ADVANCE(280); + if (lookahead == '/') ADVANCE(74); + if (lookahead == '0') ADVANCE(285); + if (lookahead == ':') ADVANCE(263); + if (lookahead == ';') ADVANCE(252); + if (lookahead == '=') ADVANCE(261); + if (lookahead == 'L') ADVANCE(324); + if (lookahead == 'U') ADVANCE(326); + if (lookahead == '[') ADVANCE(259); if (lookahead == '\\') ADVANCE(4); - if (lookahead == ']') ADVANCE(266); - if (lookahead == 'u') ADVANCE(334); - if (lookahead == '{') ADVANCE(262); - if (lookahead == '}') ADVANCE(263); - if (lookahead == '~') ADVANCE(220); + if (lookahead == ']') ADVANCE(260); + if (lookahead == 'u') ADVANCE(328); + if (lookahead == '{') ADVANCE(256); + if (lookahead == '}') ADVANCE(257); + if (lookahead == '~') ADVANCE(214); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(143) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(293); + lookahead == ' ') SKIP(140) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(287); END_STATE(); - case 144: + case 141: ACCEPT_TOKEN(ts_builtin_sym_end); END_STATE(); - case 145: + case 142: ACCEPT_TOKEN(aux_sym_preproc_include_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); - case 146: + case 143: ACCEPT_TOKEN(aux_sym_preproc_include_token2); END_STATE(); - case 147: + case 144: ACCEPT_TOKEN(aux_sym_preproc_def_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); - case 148: + case 145: ACCEPT_TOKEN(anon_sym_LPAREN); END_STATE(); - case 149: + case 146: ACCEPT_TOKEN(anon_sym_DOT_DOT_DOT); END_STATE(); - case 150: + case 147: ACCEPT_TOKEN(anon_sym_COMMA); END_STATE(); - case 151: + case 148: ACCEPT_TOKEN(anon_sym_RPAREN); END_STATE(); - case 152: + case 149: ACCEPT_TOKEN(aux_sym_preproc_if_token1); - if (lookahead == 'd') ADVANCE(192); - if (lookahead == 'n') ADVANCE(186); + if (lookahead == 'd') ADVANCE(186); + if (lookahead == 'n') ADVANCE(180); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); - END_STATE(); - case 153: - ACCEPT_TOKEN(aux_sym_preproc_if_token1); - if (lookahead == 'd') ADVANCE(102); - if (lookahead == 'n') ADVANCE(96); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); - case 154: + case 150: ACCEPT_TOKEN(anon_sym_LF); - if (lookahead == '\n') ADVANCE(154); + if (lookahead == '\n') ADVANCE(150); END_STATE(); - case 155: + case 151: ACCEPT_TOKEN(aux_sym_preproc_if_token2); END_STATE(); - case 156: + case 152: ACCEPT_TOKEN(aux_sym_preproc_if_token2); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); - END_STATE(); - case 157: - ACCEPT_TOKEN(aux_sym_preproc_ifdef_token1); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); - case 158: + case 153: ACCEPT_TOKEN(aux_sym_preproc_ifdef_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); - case 159: - ACCEPT_TOKEN(aux_sym_preproc_ifdef_token2); - END_STATE(); - case 160: + case 154: ACCEPT_TOKEN(aux_sym_preproc_ifdef_token2); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); - case 161: + case 155: ACCEPT_TOKEN(aux_sym_preproc_else_token1); END_STATE(); - case 162: + case 156: ACCEPT_TOKEN(aux_sym_preproc_else_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); - case 163: + case 157: ACCEPT_TOKEN(aux_sym_preproc_elif_token1); END_STATE(); - case 164: + case 158: ACCEPT_TOKEN(aux_sym_preproc_elif_token1); - if (lookahead == 'd') ADVANCE(100); - if (lookahead == 'n') ADVANCE(95); + if (lookahead == 'd') ADVANCE(101); + if (lookahead == 'n') ADVANCE(98); END_STATE(); - case 165: + case 159: ACCEPT_TOKEN(aux_sym_preproc_elif_token1); - if (lookahead == 'd') ADVANCE(194); - if (lookahead == 'n') ADVANCE(187); + if (lookahead == 'd') ADVANCE(188); + if (lookahead == 'n') ADVANCE(181); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); - case 166: + case 160: ACCEPT_TOKEN(aux_sym_preproc_elif_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); - case 167: + case 161: ACCEPT_TOKEN(aux_sym_preproc_elifdef_token1); END_STATE(); - case 168: + case 162: ACCEPT_TOKEN(aux_sym_preproc_elifdef_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); - case 169: + case 163: ACCEPT_TOKEN(aux_sym_preproc_elifdef_token2); END_STATE(); - case 170: + case 164: ACCEPT_TOKEN(aux_sym_preproc_elifdef_token2); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); - case 171: + case 165: ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '\n') ADVANCE(73); - if (lookahead == '*') ADVANCE(171); - if (lookahead == '/') ADVANCE(343); - if (lookahead == '\\') ADVANCE(178); - if (lookahead != 0) ADVANCE(172); + if (lookahead == '\n') ADVANCE(76); + if (lookahead == '*') ADVANCE(165); + if (lookahead == '/') ADVANCE(337); + if (lookahead == '\\') ADVANCE(172); + if (lookahead != 0) ADVANCE(166); END_STATE(); - case 172: + case 166: ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '\n') ADVANCE(73); - if (lookahead == '*') ADVANCE(171); - if (lookahead == '/') ADVANCE(74); - if (lookahead == '\\') ADVANCE(178); - if (lookahead != 0) ADVANCE(172); + if (lookahead == '\n') ADVANCE(76); + if (lookahead == '*') ADVANCE(165); + if (lookahead == '/') ADVANCE(77); + if (lookahead == '\\') ADVANCE(172); + if (lookahead != 0) ADVANCE(166); END_STATE(); - case 173: + case 167: ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '\n') ADVANCE(347); - if (lookahead == '\r') ADVANCE(344); - if (lookahead == '/') ADVANCE(345); - if (lookahead == '\\') ADVANCE(348); - if (lookahead != 0) ADVANCE(346); + if (lookahead == '\n') ADVANCE(341); + if (lookahead == '\r') ADVANCE(338); + if (lookahead == '/') ADVANCE(339); + if (lookahead == '\\') ADVANCE(342); + if (lookahead != 0) ADVANCE(340); END_STATE(); - case 174: + case 168: ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '\n') SKIP(77) - if (lookahead == '\r') ADVANCE(175); - if (lookahead == '/') ADVANCE(141); - if (lookahead == '\\') ADVANCE(179); - if (lookahead != 0) ADVANCE(177); + if (lookahead == '\n') SKIP(80) + if (lookahead == '\r') ADVANCE(169); + if (lookahead == '/') ADVANCE(138); + if (lookahead == '\\') ADVANCE(173); + if (lookahead != 0) ADVANCE(171); END_STATE(); - case 175: + case 169: ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '\n') SKIP(77) - if (lookahead == '/') ADVANCE(141); - if (lookahead == '\\') ADVANCE(179); - if (lookahead != 0) ADVANCE(177); + if (lookahead == '\n') SKIP(80) + if (lookahead == '/') ADVANCE(138); + if (lookahead == '\\') ADVANCE(173); + if (lookahead != 0) ADVANCE(171); END_STATE(); - case 176: + case 170: ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '*') ADVANCE(172); - if (lookahead == '/') ADVANCE(345); - if (lookahead == '\\') ADVANCE(179); + if (lookahead == '*') ADVANCE(166); + if (lookahead == '/') ADVANCE(339); + if (lookahead == '\\') ADVANCE(173); if (lookahead != 0 && - lookahead != '\n') ADVANCE(177); + lookahead != '\n') ADVANCE(171); END_STATE(); - case 177: + case 171: ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '/') ADVANCE(141); - if (lookahead == '\\') ADVANCE(179); + if (lookahead == '/') ADVANCE(138); + if (lookahead == '\\') ADVANCE(173); if (lookahead != 0 && - lookahead != '\n') ADVANCE(177); + lookahead != '\n') ADVANCE(171); END_STATE(); - case 178: + case 172: ACCEPT_TOKEN(sym_preproc_arg); if (lookahead != 0 && lookahead != '\r' && lookahead != '*' && lookahead != '/' && - lookahead != '\\') ADVANCE(172); - if (lookahead == '\r') ADVANCE(181); - if (lookahead == '*') ADVANCE(171); - if (lookahead == '/') ADVANCE(74); - if (lookahead == '\\') ADVANCE(178); + lookahead != '\\') ADVANCE(166); + if (lookahead == '\r') ADVANCE(175); + if (lookahead == '*') ADVANCE(165); + if (lookahead == '/') ADVANCE(77); + if (lookahead == '\\') ADVANCE(172); END_STATE(); - case 179: + case 173: ACCEPT_TOKEN(sym_preproc_arg); if (lookahead != 0 && lookahead != '\r' && lookahead != '/' && - lookahead != '\\') ADVANCE(177); - if (lookahead == '\r') ADVANCE(182); - if (lookahead == '/') ADVANCE(141); - if (lookahead == '\\') ADVANCE(179); + lookahead != '\\') ADVANCE(171); + if (lookahead == '\r') ADVANCE(176); + if (lookahead == '/') ADVANCE(138); + if (lookahead == '\\') ADVANCE(173); END_STATE(); - case 180: + case 174: ACCEPT_TOKEN(sym_preproc_arg); if (lookahead != 0 && lookahead != '\r' && lookahead != '/' && - lookahead != '\\') ADVANCE(346); - if (lookahead == '\r') ADVANCE(350); - if (lookahead == '/') ADVANCE(345); - if (lookahead == '\\') ADVANCE(348); + lookahead != '\\') ADVANCE(340); + if (lookahead == '\r') ADVANCE(344); + if (lookahead == '/') ADVANCE(339); + if (lookahead == '\\') ADVANCE(342); END_STATE(); - case 181: + case 175: ACCEPT_TOKEN(sym_preproc_arg); if (lookahead != 0 && lookahead != '*' && lookahead != '/' && - lookahead != '\\') ADVANCE(172); - if (lookahead == '*') ADVANCE(171); - if (lookahead == '/') ADVANCE(74); - if (lookahead == '\\') ADVANCE(178); + lookahead != '\\') ADVANCE(166); + if (lookahead == '*') ADVANCE(165); + if (lookahead == '/') ADVANCE(77); + if (lookahead == '\\') ADVANCE(172); END_STATE(); - case 182: + case 176: ACCEPT_TOKEN(sym_preproc_arg); if (lookahead != 0 && lookahead != '/' && - lookahead != '\\') ADVANCE(177); - if (lookahead == '/') ADVANCE(141); - if (lookahead == '\\') ADVANCE(179); + lookahead != '\\') ADVANCE(171); + if (lookahead == '/') ADVANCE(138); + if (lookahead == '\\') ADVANCE(173); + END_STATE(); + case 177: + ACCEPT_TOKEN(sym_preproc_directive); + if (lookahead == 'c') ADVANCE(205); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); + END_STATE(); + case 178: + ACCEPT_TOKEN(sym_preproc_directive); + if (lookahead == 'd') ADVANCE(202); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); + END_STATE(); + case 179: + ACCEPT_TOKEN(sym_preproc_directive); + if (lookahead == 'd') ADVANCE(185); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); + END_STATE(); + case 180: + ACCEPT_TOKEN(sym_preproc_directive); + if (lookahead == 'd') ADVANCE(187); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); + END_STATE(); + case 181: + ACCEPT_TOKEN(sym_preproc_directive); + if (lookahead == 'd') ADVANCE(189); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); + END_STATE(); + case 182: + ACCEPT_TOKEN(sym_preproc_directive); + if (lookahead == 'e') ADVANCE(192); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); case 183: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'c') ADVANCE(211); + if (lookahead == 'e') ADVANCE(156); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); case 184: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'd') ADVANCE(208); + if (lookahead == 'e') ADVANCE(144); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); case 185: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'd') ADVANCE(191); + if (lookahead == 'e') ADVANCE(142); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); case 186: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'd') ADVANCE(193); + if (lookahead == 'e') ADVANCE(195); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); case 187: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'd') ADVANCE(195); + if (lookahead == 'e') ADVANCE(196); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); case 188: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'e') ADVANCE(198); + if (lookahead == 'e') ADVANCE(197); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); case 189: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'e') ADVANCE(162); + if (lookahead == 'e') ADVANCE(198); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); case 190: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'e') ADVANCE(147); + if (lookahead == 'f') ADVANCE(149); + if (lookahead == 'n') ADVANCE(177); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); case 191: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'e') ADVANCE(145); + if (lookahead == 'f') ADVANCE(149); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); case 192: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'e') ADVANCE(201); + if (lookahead == 'f') ADVANCE(200); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); case 193: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'e') ADVANCE(202); + if (lookahead == 'f') ADVANCE(159); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); case 194: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'e') ADVANCE(203); + if (lookahead == 'f') ADVANCE(152); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); case 195: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'e') ADVANCE(204); + if (lookahead == 'f') ADVANCE(153); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); case 196: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'f') ADVANCE(152); - if (lookahead == 'n') ADVANCE(183); + if (lookahead == 'f') ADVANCE(154); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); case 197: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'f') ADVANCE(152); + if (lookahead == 'f') ADVANCE(162); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); case 198: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'f') ADVANCE(206); + if (lookahead == 'f') ADVANCE(164); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); case 199: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'f') ADVANCE(165); + if (lookahead == 'f') ADVANCE(160); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); case 200: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'f') ADVANCE(156); + if (lookahead == 'i') ADVANCE(208); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); case 201: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'f') ADVANCE(158); + if (lookahead == 'i') ADVANCE(193); + if (lookahead == 's') ADVANCE(183); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); case 202: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'f') ADVANCE(160); + if (lookahead == 'i') ADVANCE(194); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); case 203: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'f') ADVANCE(168); + if (lookahead == 'i') ADVANCE(199); + if (lookahead == 's') ADVANCE(183); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); case 204: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'f') ADVANCE(170); + if (lookahead == 'l') ADVANCE(201); + if (lookahead == 'n') ADVANCE(178); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); case 205: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'f') ADVANCE(166); + if (lookahead == 'l') ADVANCE(209); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); case 206: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'i') ADVANCE(214); + if (lookahead == 'l') ADVANCE(203); + if (lookahead == 'n') ADVANCE(178); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); case 207: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'i') ADVANCE(199); - if (lookahead == 's') ADVANCE(189); + if (lookahead == 'n') ADVANCE(178); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); case 208: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'i') ADVANCE(200); + if (lookahead == 'n') ADVANCE(184); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); case 209: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'i') ADVANCE(205); - if (lookahead == 's') ADVANCE(189); + if (lookahead == 'u') ADVANCE(179); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); case 210: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'l') ADVANCE(207); - if (lookahead == 'n') ADVANCE(184); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(210); END_STATE(); case 211: - ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'l') ADVANCE(215); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ACCEPT_TOKEN(anon_sym_LPAREN2); END_STATE(); case 212: - ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'l') ADVANCE(209); - if (lookahead == 'n') ADVANCE(184); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ACCEPT_TOKEN(anon_sym_BANG); END_STATE(); case 213: - ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'n') ADVANCE(184); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ACCEPT_TOKEN(anon_sym_BANG); + if (lookahead == '=') ADVANCE(241); END_STATE(); case 214: - ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'n') ADVANCE(190); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ACCEPT_TOKEN(anon_sym_TILDE); END_STATE(); case 215: - ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'u') ADVANCE(185); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ACCEPT_TOKEN(anon_sym_DASH); END_STATE(); case 216: - ACCEPT_TOKEN(sym_preproc_directive); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(216); + ACCEPT_TOKEN(anon_sym_DASH); + if (lookahead == '-') ADVANCE(275); + if (lookahead == '.') ADVANCE(116); + if (lookahead == '0') ADVANCE(285); + if (lookahead == '=') ADVANCE(269); + if (lookahead == '>') ADVANCE(281); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(287); END_STATE(); case 217: - ACCEPT_TOKEN(anon_sym_LPAREN2); + ACCEPT_TOKEN(anon_sym_DASH); + if (lookahead == '-') ADVANCE(275); + if (lookahead == '.') ADVANCE(116); + if (lookahead == '0') ADVANCE(285); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(287); END_STATE(); case 218: - ACCEPT_TOKEN(anon_sym_BANG); + ACCEPT_TOKEN(anon_sym_DASH); + if (lookahead == '-') ADVANCE(275); + if (lookahead == '=') ADVANCE(269); + if (lookahead == '>') ADVANCE(281); END_STATE(); case 219: - ACCEPT_TOKEN(anon_sym_BANG); - if (lookahead == '=') ADVANCE(247); + ACCEPT_TOKEN(anon_sym_DASH); + if (lookahead == '.') ADVANCE(116); + if (lookahead == '0') ADVANCE(285); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(287); END_STATE(); case 220: - ACCEPT_TOKEN(anon_sym_TILDE); + ACCEPT_TOKEN(anon_sym_PLUS); END_STATE(); case 221: - ACCEPT_TOKEN(anon_sym_DASH); + ACCEPT_TOKEN(anon_sym_PLUS); + if (lookahead == '+') ADVANCE(276); + if (lookahead == '.') ADVANCE(116); + if (lookahead == '0') ADVANCE(285); + if (lookahead == '=') ADVANCE(268); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(287); END_STATE(); case 222: - ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '-') ADVANCE(281); - if (lookahead == '.') ADVANCE(119); - if (lookahead == '0') ADVANCE(291); - if (lookahead == '=') ADVANCE(275); - if (lookahead == '>') ADVANCE(287); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(293); + ACCEPT_TOKEN(anon_sym_PLUS); + if (lookahead == '+') ADVANCE(276); + if (lookahead == '.') ADVANCE(116); + if (lookahead == '0') ADVANCE(285); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(287); END_STATE(); case 223: - ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '-') ADVANCE(281); - if (lookahead == '.') ADVANCE(119); - if (lookahead == '0') ADVANCE(291); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(293); + ACCEPT_TOKEN(anon_sym_PLUS); + if (lookahead == '+') ADVANCE(276); + if (lookahead == '=') ADVANCE(268); END_STATE(); case 224: - ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '-') ADVANCE(281); - if (lookahead == '=') ADVANCE(275); - if (lookahead == '>') ADVANCE(287); + ACCEPT_TOKEN(anon_sym_PLUS); + if (lookahead == '.') ADVANCE(116); + if (lookahead == '0') ADVANCE(285); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(287); END_STATE(); case 225: - ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '.') ADVANCE(119); - if (lookahead == '0') ADVANCE(291); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(293); + ACCEPT_TOKEN(anon_sym_STAR); END_STATE(); case 226: - ACCEPT_TOKEN(anon_sym_PLUS); + ACCEPT_TOKEN(anon_sym_STAR); + if (lookahead == '=') ADVANCE(265); END_STATE(); case 227: - ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '+') ADVANCE(282); - if (lookahead == '.') ADVANCE(119); - if (lookahead == '0') ADVANCE(291); - if (lookahead == '=') ADVANCE(274); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(293); + ACCEPT_TOKEN(anon_sym_SLASH); + if (lookahead == '*') ADVANCE(76); + if (lookahead == '/') ADVANCE(341); END_STATE(); case 228: - ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '+') ADVANCE(282); - if (lookahead == '.') ADVANCE(119); - if (lookahead == '0') ADVANCE(291); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(293); + ACCEPT_TOKEN(anon_sym_SLASH); + if (lookahead == '*') ADVANCE(76); + if (lookahead == '/') ADVANCE(341); + if (lookahead == '=') ADVANCE(266); END_STATE(); case 229: - ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '+') ADVANCE(282); - if (lookahead == '=') ADVANCE(274); + ACCEPT_TOKEN(anon_sym_PERCENT); END_STATE(); case 230: - ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '.') ADVANCE(119); - if (lookahead == '0') ADVANCE(291); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(293); + ACCEPT_TOKEN(anon_sym_PERCENT); + if (lookahead == '=') ADVANCE(267); END_STATE(); case 231: - ACCEPT_TOKEN(anon_sym_STAR); + ACCEPT_TOKEN(anon_sym_PIPE_PIPE); END_STATE(); case 232: - ACCEPT_TOKEN(anon_sym_STAR); - if (lookahead == '=') ADVANCE(271); + ACCEPT_TOKEN(anon_sym_AMP_AMP); END_STATE(); case 233: - ACCEPT_TOKEN(anon_sym_SLASH); - if (lookahead == '*') ADVANCE(73); - if (lookahead == '/') ADVANCE(347); + ACCEPT_TOKEN(anon_sym_PIPE); + if (lookahead == '=') ADVANCE(274); + if (lookahead == '|') ADVANCE(231); END_STATE(); case 234: - ACCEPT_TOKEN(anon_sym_SLASH); - if (lookahead == '*') ADVANCE(73); - if (lookahead == '/') ADVANCE(347); - if (lookahead == '=') ADVANCE(272); + ACCEPT_TOKEN(anon_sym_PIPE); + if (lookahead == '|') ADVANCE(231); END_STATE(); case 235: - ACCEPT_TOKEN(anon_sym_PERCENT); + ACCEPT_TOKEN(anon_sym_CARET); END_STATE(); case 236: - ACCEPT_TOKEN(anon_sym_PERCENT); + ACCEPT_TOKEN(anon_sym_CARET); if (lookahead == '=') ADVANCE(273); END_STATE(); case 237: - ACCEPT_TOKEN(anon_sym_PIPE_PIPE); + ACCEPT_TOKEN(anon_sym_AMP); END_STATE(); case 238: - ACCEPT_TOKEN(anon_sym_AMP_AMP); + ACCEPT_TOKEN(anon_sym_AMP); + if (lookahead == '&') ADVANCE(232); END_STATE(); case 239: - ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '=') ADVANCE(280); - if (lookahead == '|') ADVANCE(237); + ACCEPT_TOKEN(anon_sym_AMP); + if (lookahead == '&') ADVANCE(232); + if (lookahead == '=') ADVANCE(272); END_STATE(); case 240: - ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '|') ADVANCE(237); + ACCEPT_TOKEN(anon_sym_EQ_EQ); END_STATE(); case 241: - ACCEPT_TOKEN(anon_sym_CARET); + ACCEPT_TOKEN(anon_sym_BANG_EQ); END_STATE(); case 242: - ACCEPT_TOKEN(anon_sym_CARET); - if (lookahead == '=') ADVANCE(279); + ACCEPT_TOKEN(anon_sym_GT); + if (lookahead == '=') ADVANCE(244); + if (lookahead == '>') ADVANCE(251); END_STATE(); case 243: - ACCEPT_TOKEN(anon_sym_AMP); + ACCEPT_TOKEN(anon_sym_GT); + if (lookahead == '=') ADVANCE(244); + if (lookahead == '>') ADVANCE(250); END_STATE(); case 244: - ACCEPT_TOKEN(anon_sym_AMP); - if (lookahead == '&') ADVANCE(238); + ACCEPT_TOKEN(anon_sym_GT_EQ); END_STATE(); case 245: - ACCEPT_TOKEN(anon_sym_AMP); - if (lookahead == '&') ADVANCE(238); - if (lookahead == '=') ADVANCE(278); - END_STATE(); - case 246: - ACCEPT_TOKEN(anon_sym_EQ_EQ); - END_STATE(); - case 247: - ACCEPT_TOKEN(anon_sym_BANG_EQ); - END_STATE(); - case 248: - ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '=') ADVANCE(250); - if (lookahead == '>') ADVANCE(257); - END_STATE(); - case 249: - ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '=') ADVANCE(250); - if (lookahead == '>') ADVANCE(256); - END_STATE(); - case 250: - ACCEPT_TOKEN(anon_sym_GT_EQ); - END_STATE(); - case 251: ACCEPT_TOKEN(anon_sym_LT_EQ); END_STATE(); - case 252: + case 246: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '<') ADVANCE(255); - if (lookahead == '=') ADVANCE(251); + if (lookahead == '<') ADVANCE(249); + if (lookahead == '=') ADVANCE(245); END_STATE(); - case 253: + case 247: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '<') ADVANCE(254); - if (lookahead == '=') ADVANCE(251); + if (lookahead == '<') ADVANCE(248); + if (lookahead == '=') ADVANCE(245); END_STATE(); - case 254: + case 248: ACCEPT_TOKEN(anon_sym_LT_LT); END_STATE(); - case 255: + case 249: ACCEPT_TOKEN(anon_sym_LT_LT); - if (lookahead == '=') ADVANCE(276); + if (lookahead == '=') ADVANCE(270); END_STATE(); - case 256: + case 250: ACCEPT_TOKEN(anon_sym_GT_GT); END_STATE(); - case 257: + case 251: ACCEPT_TOKEN(anon_sym_GT_GT); - if (lookahead == '=') ADVANCE(277); + if (lookahead == '=') ADVANCE(271); END_STATE(); - case 258: + case 252: ACCEPT_TOKEN(anon_sym_SEMI); END_STATE(); - case 259: + case 253: ACCEPT_TOKEN(anon_sym_COLON_COLON); END_STATE(); - case 260: + case 254: ACCEPT_TOKEN(anon_sym_LBRACK_LBRACK); END_STATE(); - case 261: + case 255: ACCEPT_TOKEN(anon_sym_RBRACK_RBRACK); END_STATE(); - case 262: + case 256: ACCEPT_TOKEN(anon_sym_LBRACE); END_STATE(); - case 263: + case 257: ACCEPT_TOKEN(anon_sym_RBRACE); END_STATE(); - case 264: + case 258: ACCEPT_TOKEN(anon_sym_LBRACK); END_STATE(); - case 265: + case 259: ACCEPT_TOKEN(anon_sym_LBRACK); - if (lookahead == '[') ADVANCE(260); + if (lookahead == '[') ADVANCE(254); END_STATE(); - case 266: + case 260: ACCEPT_TOKEN(anon_sym_RBRACK); END_STATE(); - case 267: + case 261: ACCEPT_TOKEN(anon_sym_EQ); END_STATE(); - case 268: + case 262: ACCEPT_TOKEN(anon_sym_EQ); - if (lookahead == '=') ADVANCE(246); + if (lookahead == '=') ADVANCE(240); END_STATE(); - case 269: + case 263: ACCEPT_TOKEN(anon_sym_COLON); END_STATE(); - case 270: + case 264: ACCEPT_TOKEN(anon_sym_QMARK); END_STATE(); - case 271: + case 265: ACCEPT_TOKEN(anon_sym_STAR_EQ); END_STATE(); - case 272: + case 266: ACCEPT_TOKEN(anon_sym_SLASH_EQ); END_STATE(); - case 273: + case 267: ACCEPT_TOKEN(anon_sym_PERCENT_EQ); END_STATE(); - case 274: + case 268: ACCEPT_TOKEN(anon_sym_PLUS_EQ); END_STATE(); - case 275: + case 269: ACCEPT_TOKEN(anon_sym_DASH_EQ); END_STATE(); - case 276: + case 270: ACCEPT_TOKEN(anon_sym_LT_LT_EQ); END_STATE(); - case 277: + case 271: ACCEPT_TOKEN(anon_sym_GT_GT_EQ); END_STATE(); - case 278: + case 272: ACCEPT_TOKEN(anon_sym_AMP_EQ); END_STATE(); - case 279: + case 273: ACCEPT_TOKEN(anon_sym_CARET_EQ); END_STATE(); - case 280: + case 274: ACCEPT_TOKEN(anon_sym_PIPE_EQ); END_STATE(); - case 281: + case 275: ACCEPT_TOKEN(anon_sym_DASH_DASH); END_STATE(); - case 282: + case 276: ACCEPT_TOKEN(anon_sym_PLUS_PLUS); END_STATE(); - case 283: + case 277: ACCEPT_TOKEN(anon_sym_DOT); END_STATE(); - case 284: + case 278: ACCEPT_TOKEN(anon_sym_DOT); - if (lookahead == '.') ADVANCE(76); + if (lookahead == '.') ADVANCE(79); END_STATE(); - case 285: + case 279: ACCEPT_TOKEN(anon_sym_DOT); - if (lookahead == '.') ADVANCE(76); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(288); + if (lookahead == '.') ADVANCE(79); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(282); END_STATE(); - case 286: + case 280: ACCEPT_TOKEN(anon_sym_DOT); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(288); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(282); END_STATE(); - case 287: + case 281: ACCEPT_TOKEN(anon_sym_DASH_GT); END_STATE(); - case 288: + case 282: ACCEPT_TOKEN(sym_number_literal); - if (lookahead == '\'') ADVANCE(119); + if (lookahead == '\'') ADVANCE(116); if (lookahead == 'E' || lookahead == 'P' || lookahead == 'e' || - lookahead == 'p') ADVANCE(301); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(288); - if (sym_number_literal_character_set_1(lookahead)) ADVANCE(304); + lookahead == 'p') ADVANCE(295); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(282); + if (sym_number_literal_character_set_1(lookahead)) ADVANCE(298); END_STATE(); - case 289: + case 283: ACCEPT_TOKEN(sym_number_literal); - if (lookahead == '\'') ADVANCE(120); - if (lookahead == '.') ADVANCE(302); + if (lookahead == '\'') ADVANCE(117); + if (lookahead == '.') ADVANCE(296); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(298); + lookahead == 'b') ADVANCE(292); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(297); + lookahead == 'e') ADVANCE(291); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(301); + lookahead == 'p') ADVANCE(295); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(123); + lookahead == 'x') ADVANCE(120); if (('A' <= lookahead && lookahead <= 'C') || - ('a' <= lookahead && lookahead <= 'c')) ADVANCE(299); + ('a' <= lookahead && lookahead <= 'c')) ADVANCE(293); if (('D' <= lookahead && lookahead <= 'F') || - ('d' <= lookahead && lookahead <= 'f')) ADVANCE(299); + ('d' <= lookahead && lookahead <= 'f')) ADVANCE(293); if (lookahead == 'L' || lookahead == 'U' || lookahead == 'W' || lookahead == 'l' || lookahead == 'u' || - lookahead == 'w') ADVANCE(304); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(290); + lookahead == 'w') ADVANCE(298); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(284); END_STATE(); - case 290: + case 284: ACCEPT_TOKEN(sym_number_literal); - if (lookahead == '\'') ADVANCE(120); - if (lookahead == '.') ADVANCE(302); + if (lookahead == '\'') ADVANCE(117); + if (lookahead == '.') ADVANCE(296); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(297); + lookahead == 'e') ADVANCE(291); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(301); + lookahead == 'p') ADVANCE(295); if (lookahead == 'A' || lookahead == 'C' || lookahead == 'a' || - lookahead == 'c') ADVANCE(299); + lookahead == 'c') ADVANCE(293); if (('B' <= lookahead && lookahead <= 'F') || - ('b' <= lookahead && lookahead <= 'f')) ADVANCE(299); + ('b' <= lookahead && lookahead <= 'f')) ADVANCE(293); if (lookahead == 'L' || lookahead == 'U' || lookahead == 'W' || lookahead == 'l' || lookahead == 'u' || - lookahead == 'w') ADVANCE(304); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(290); + lookahead == 'w') ADVANCE(298); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(284); END_STATE(); - case 291: + case 285: ACCEPT_TOKEN(sym_number_literal); - if (lookahead == '\'') ADVANCE(118); - if (lookahead == '.') ADVANCE(302); + if (lookahead == '\'') ADVANCE(115); + if (lookahead == '.') ADVANCE(296); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(300); + lookahead == 'b') ADVANCE(294); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(75); + lookahead == 'x') ADVANCE(78); if (lookahead == 'E' || lookahead == 'P' || lookahead == 'e' || - lookahead == 'p') ADVANCE(301); + lookahead == 'p') ADVANCE(295); if (('D' <= lookahead && lookahead <= 'F') || lookahead == 'L' || lookahead == 'U' || @@ -11074,21 +11065,21 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('d' <= lookahead && lookahead <= 'f') || lookahead == 'l' || lookahead == 'u' || - lookahead == 'w') ADVANCE(304); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(293); + lookahead == 'w') ADVANCE(298); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(287); END_STATE(); - case 292: + case 286: ACCEPT_TOKEN(sym_number_literal); - if (lookahead == '\'') ADVANCE(118); - if (lookahead == '.') ADVANCE(302); + if (lookahead == '\'') ADVANCE(115); + if (lookahead == '.') ADVANCE(296); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(303); + lookahead == 'b') ADVANCE(297); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(123); + lookahead == 'x') ADVANCE(120); if (lookahead == 'E' || lookahead == 'P' || lookahead == 'e' || - lookahead == 'p') ADVANCE(301); + lookahead == 'p') ADVANCE(295); if (('D' <= lookahead && lookahead <= 'F') || lookahead == 'L' || lookahead == 'U' || @@ -11096,473 +11087,473 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('d' <= lookahead && lookahead <= 'f') || lookahead == 'l' || lookahead == 'u' || - lookahead == 'w') ADVANCE(304); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(293); + lookahead == 'w') ADVANCE(298); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(287); END_STATE(); - case 293: + case 287: ACCEPT_TOKEN(sym_number_literal); - if (lookahead == '\'') ADVANCE(118); - if (lookahead == '.') ADVANCE(302); + if (lookahead == '\'') ADVANCE(115); + if (lookahead == '.') ADVANCE(296); if (lookahead == 'E' || lookahead == 'P' || lookahead == 'e' || - lookahead == 'p') ADVANCE(301); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(293); - if (sym_number_literal_character_set_1(lookahead)) ADVANCE(304); + lookahead == 'p') ADVANCE(295); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(287); + if (sym_number_literal_character_set_1(lookahead)) ADVANCE(298); END_STATE(); - case 294: + case 288: ACCEPT_TOKEN(sym_number_literal); - if (lookahead == '\'') ADVANCE(124); + if (lookahead == '\'') ADVANCE(121); if (lookahead == 'B' || lookahead == 'D' || lookahead == 'F' || lookahead == 'b' || lookahead == 'd' || - lookahead == 'f') ADVANCE(294); + lookahead == 'f') ADVANCE(288); if (lookahead == 'L' || lookahead == 'U' || lookahead == 'W' || lookahead == 'l' || lookahead == 'u' || - lookahead == 'w') ADVANCE(304); + lookahead == 'w') ADVANCE(298); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'E') || - ('a' <= lookahead && lookahead <= 'e')) ADVANCE(294); + ('a' <= lookahead && lookahead <= 'e')) ADVANCE(288); END_STATE(); - case 295: + case 289: ACCEPT_TOKEN(sym_number_literal); - if (lookahead == '\'') ADVANCE(122); + if (lookahead == '\'') ADVANCE(119); if (lookahead == '+' || - lookahead == '-') ADVANCE(124); + lookahead == '-') ADVANCE(121); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(295); + lookahead == 'e') ADVANCE(289); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(301); + lookahead == 'p') ADVANCE(295); if (lookahead == 'B' || ('D' <= lookahead && lookahead <= 'F') || lookahead == 'b' || - ('d' <= lookahead && lookahead <= 'f')) ADVANCE(296); + ('d' <= lookahead && lookahead <= 'f')) ADVANCE(290); if (lookahead == 'L' || lookahead == 'U' || lookahead == 'W' || lookahead == 'l' || lookahead == 'u' || - lookahead == 'w') ADVANCE(304); + lookahead == 'w') ADVANCE(298); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'C') || - ('a' <= lookahead && lookahead <= 'c')) ADVANCE(296); + ('a' <= lookahead && lookahead <= 'c')) ADVANCE(290); END_STATE(); - case 296: + case 290: ACCEPT_TOKEN(sym_number_literal); - if (lookahead == '\'') ADVANCE(122); + if (lookahead == '\'') ADVANCE(119); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(295); + lookahead == 'e') ADVANCE(289); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(301); + lookahead == 'p') ADVANCE(295); if (lookahead == 'B' || ('D' <= lookahead && lookahead <= 'F') || lookahead == 'b' || - ('d' <= lookahead && lookahead <= 'f')) ADVANCE(296); + ('d' <= lookahead && lookahead <= 'f')) ADVANCE(290); if (lookahead == 'L' || lookahead == 'U' || lookahead == 'W' || lookahead == 'l' || lookahead == 'u' || - lookahead == 'w') ADVANCE(304); + lookahead == 'w') ADVANCE(298); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'C') || - ('a' <= lookahead && lookahead <= 'c')) ADVANCE(296); + ('a' <= lookahead && lookahead <= 'c')) ADVANCE(290); END_STATE(); - case 297: + case 291: ACCEPT_TOKEN(sym_number_literal); - if (lookahead == '\'') ADVANCE(123); - if (lookahead == '.') ADVANCE(302); + if (lookahead == '\'') ADVANCE(120); + if (lookahead == '.') ADVANCE(296); if (lookahead == '+' || - lookahead == '-') ADVANCE(124); + lookahead == '-') ADVANCE(121); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(297); + lookahead == 'e') ADVANCE(291); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(301); + lookahead == 'p') ADVANCE(295); if (lookahead == 'B' || ('D' <= lookahead && lookahead <= 'F') || lookahead == 'b' || - ('d' <= lookahead && lookahead <= 'f')) ADVANCE(299); + ('d' <= lookahead && lookahead <= 'f')) ADVANCE(293); if (lookahead == 'L' || lookahead == 'U' || lookahead == 'W' || lookahead == 'l' || lookahead == 'u' || - lookahead == 'w') ADVANCE(304); + lookahead == 'w') ADVANCE(298); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'C') || - ('a' <= lookahead && lookahead <= 'c')) ADVANCE(299); + ('a' <= lookahead && lookahead <= 'c')) ADVANCE(293); END_STATE(); - case 298: + case 292: ACCEPT_TOKEN(sym_number_literal); - if (lookahead == '\'') ADVANCE(123); - if (lookahead == '.') ADVANCE(302); + if (lookahead == '\'') ADVANCE(120); + if (lookahead == '.') ADVANCE(296); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(297); + lookahead == 'e') ADVANCE(291); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(301); + lookahead == 'p') ADVANCE(295); if (lookahead == 'A' || lookahead == 'C' || lookahead == 'a' || - lookahead == 'c') ADVANCE(299); + lookahead == 'c') ADVANCE(293); if (('B' <= lookahead && lookahead <= 'F') || - ('b' <= lookahead && lookahead <= 'f')) ADVANCE(299); + ('b' <= lookahead && lookahead <= 'f')) ADVANCE(293); if (lookahead == 'L' || lookahead == 'U' || lookahead == 'W' || lookahead == 'l' || lookahead == 'u' || - lookahead == 'w') ADVANCE(304); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(290); + lookahead == 'w') ADVANCE(298); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(284); END_STATE(); - case 299: + case 293: ACCEPT_TOKEN(sym_number_literal); - if (lookahead == '\'') ADVANCE(123); - if (lookahead == '.') ADVANCE(302); + if (lookahead == '\'') ADVANCE(120); + if (lookahead == '.') ADVANCE(296); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(297); + lookahead == 'e') ADVANCE(291); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(301); + lookahead == 'p') ADVANCE(295); if (lookahead == 'B' || ('D' <= lookahead && lookahead <= 'F') || lookahead == 'b' || - ('d' <= lookahead && lookahead <= 'f')) ADVANCE(299); + ('d' <= lookahead && lookahead <= 'f')) ADVANCE(293); if (lookahead == 'L' || lookahead == 'U' || lookahead == 'W' || lookahead == 'l' || lookahead == 'u' || - lookahead == 'w') ADVANCE(304); + lookahead == 'w') ADVANCE(298); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'C') || - ('a' <= lookahead && lookahead <= 'c')) ADVANCE(299); + ('a' <= lookahead && lookahead <= 'c')) ADVANCE(293); END_STATE(); - case 300: + case 294: ACCEPT_TOKEN(sym_number_literal); - if (lookahead == '.') ADVANCE(119); - if (lookahead == '0') ADVANCE(292); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(293); - if (sym_number_literal_character_set_2(lookahead)) ADVANCE(304); + if (lookahead == '.') ADVANCE(116); + if (lookahead == '0') ADVANCE(286); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(287); + if (sym_number_literal_character_set_2(lookahead)) ADVANCE(298); END_STATE(); - case 301: + case 295: ACCEPT_TOKEN(sym_number_literal); if (lookahead == '+' || - lookahead == '-') ADVANCE(124); + lookahead == '-') ADVANCE(121); if (lookahead == 'B' || lookahead == 'D' || lookahead == 'F' || lookahead == 'b' || lookahead == 'd' || - lookahead == 'f') ADVANCE(294); + lookahead == 'f') ADVANCE(288); if (lookahead == 'L' || lookahead == 'U' || lookahead == 'W' || lookahead == 'l' || lookahead == 'u' || - lookahead == 'w') ADVANCE(304); + lookahead == 'w') ADVANCE(298); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'E') || - ('a' <= lookahead && lookahead <= 'e')) ADVANCE(294); + ('a' <= lookahead && lookahead <= 'e')) ADVANCE(288); END_STATE(); - case 302: + case 296: ACCEPT_TOKEN(sym_number_literal); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(295); + lookahead == 'e') ADVANCE(289); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(301); + lookahead == 'p') ADVANCE(295); if (lookahead == 'B' || ('D' <= lookahead && lookahead <= 'F') || lookahead == 'b' || - ('d' <= lookahead && lookahead <= 'f')) ADVANCE(296); + ('d' <= lookahead && lookahead <= 'f')) ADVANCE(290); if (lookahead == 'L' || lookahead == 'U' || lookahead == 'W' || lookahead == 'l' || lookahead == 'u' || - lookahead == 'w') ADVANCE(304); + lookahead == 'w') ADVANCE(298); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'C') || - ('a' <= lookahead && lookahead <= 'c')) ADVANCE(296); + ('a' <= lookahead && lookahead <= 'c')) ADVANCE(290); END_STATE(); - case 303: + case 297: ACCEPT_TOKEN(sym_number_literal); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(293); - if (sym_number_literal_character_set_2(lookahead)) ADVANCE(304); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(287); + if (sym_number_literal_character_set_2(lookahead)) ADVANCE(298); END_STATE(); - case 304: + case 298: ACCEPT_TOKEN(sym_number_literal); - if (sym_number_literal_character_set_2(lookahead)) ADVANCE(304); + if (sym_number_literal_character_set_2(lookahead)) ADVANCE(298); END_STATE(); - case 305: + case 299: ACCEPT_TOKEN(anon_sym_L_SQUOTE); END_STATE(); - case 306: + case 300: ACCEPT_TOKEN(anon_sym_u_SQUOTE); END_STATE(); - case 307: + case 301: ACCEPT_TOKEN(anon_sym_U_SQUOTE); END_STATE(); - case 308: + case 302: ACCEPT_TOKEN(anon_sym_u8_SQUOTE); END_STATE(); - case 309: + case 303: ACCEPT_TOKEN(anon_sym_SQUOTE); END_STATE(); - case 310: + case 304: ACCEPT_TOKEN(aux_sym_char_literal_token1); END_STATE(); - case 311: + case 305: ACCEPT_TOKEN(aux_sym_char_literal_token1); - if (lookahead == '\n') ADVANCE(325); - if (lookahead == '\r') ADVANCE(324); - if (lookahead == 'U') ADVANCE(139); - if (lookahead == 'u') ADVANCE(131); - if (lookahead == 'x') ADVANCE(127); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(327); - if (lookahead != 0) ADVANCE(324); + if (lookahead == '\n') ADVANCE(319); + if (lookahead == '\r') ADVANCE(318); + if (lookahead == 'U') ADVANCE(136); + if (lookahead == 'u') ADVANCE(128); + if (lookahead == 'x') ADVANCE(124); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(321); + if (lookahead != 0) ADVANCE(318); END_STATE(); - case 312: + case 306: ACCEPT_TOKEN(aux_sym_char_literal_token1); - if (lookahead == '*') ADVANCE(73); - if (lookahead == '/') ADVANCE(347); + if (lookahead == '*') ADVANCE(76); + if (lookahead == '/') ADVANCE(341); END_STATE(); - case 313: + case 307: ACCEPT_TOKEN(aux_sym_char_literal_token1); - if (lookahead == '\\') ADVANCE(42); + if (lookahead == '\\') ADVANCE(44); END_STATE(); - case 314: + case 308: ACCEPT_TOKEN(anon_sym_L_DQUOTE); END_STATE(); - case 315: + case 309: ACCEPT_TOKEN(anon_sym_u_DQUOTE); END_STATE(); - case 316: + case 310: ACCEPT_TOKEN(anon_sym_U_DQUOTE); END_STATE(); - case 317: + case 311: ACCEPT_TOKEN(anon_sym_u8_DQUOTE); END_STATE(); - case 318: + case 312: ACCEPT_TOKEN(anon_sym_DQUOTE); END_STATE(); - case 319: + case 313: ACCEPT_TOKEN(aux_sym_string_literal_token1); - if (lookahead == '*') ADVANCE(321); - if (lookahead == '/') ADVANCE(323); + if (lookahead == '*') ADVANCE(315); + if (lookahead == '/') ADVANCE(317); if (lookahead != 0 && lookahead != '\n' && lookahead != '"' && - lookahead != '\\') ADVANCE(323); + lookahead != '\\') ADVANCE(317); END_STATE(); - case 320: + case 314: ACCEPT_TOKEN(aux_sym_string_literal_token1); - if (lookahead == '*') ADVANCE(320); - if (lookahead == '/') ADVANCE(323); + if (lookahead == '*') ADVANCE(314); + if (lookahead == '/') ADVANCE(317); if (lookahead != 0 && lookahead != '\n' && lookahead != '"' && - lookahead != '\\') ADVANCE(321); + lookahead != '\\') ADVANCE(315); END_STATE(); - case 321: + case 315: ACCEPT_TOKEN(aux_sym_string_literal_token1); - if (lookahead == '*') ADVANCE(320); + if (lookahead == '*') ADVANCE(314); if (lookahead != 0 && lookahead != '\n' && lookahead != '"' && - lookahead != '\\') ADVANCE(321); + lookahead != '\\') ADVANCE(315); END_STATE(); - case 322: + case 316: ACCEPT_TOKEN(aux_sym_string_literal_token1); - if (lookahead == '/') ADVANCE(319); + if (lookahead == '/') ADVANCE(313); if (lookahead == '\t' || (11 <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(322); + lookahead == ' ') ADVANCE(316); if (lookahead != 0 && lookahead != '\n' && lookahead != '"' && - lookahead != '\\') ADVANCE(323); + lookahead != '\\') ADVANCE(317); END_STATE(); - case 323: + case 317: ACCEPT_TOKEN(aux_sym_string_literal_token1); if (lookahead != 0 && lookahead != '\n' && lookahead != '"' && - lookahead != '\\') ADVANCE(323); + lookahead != '\\') ADVANCE(317); END_STATE(); - case 324: + case 318: ACCEPT_TOKEN(sym_escape_sequence); END_STATE(); - case 325: + case 319: ACCEPT_TOKEN(sym_escape_sequence); - if (lookahead == '\\') ADVANCE(42); + if (lookahead == '\\') ADVANCE(44); END_STATE(); - case 326: + case 320: ACCEPT_TOKEN(sym_escape_sequence); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(324); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(318); END_STATE(); - case 327: + case 321: ACCEPT_TOKEN(sym_escape_sequence); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(326); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(320); END_STATE(); - case 328: + case 322: ACCEPT_TOKEN(sym_system_lib_string); END_STATE(); - case 329: + case 323: ACCEPT_TOKEN(sym_system_lib_string); - if (lookahead == '>') ADVANCE(328); - if (lookahead == '\\') ADVANCE(82); + if (lookahead == '>') ADVANCE(322); + if (lookahead == '\\') ADVANCE(85); if (lookahead != 0 && - lookahead != '\n') ADVANCE(81); + lookahead != '\n') ADVANCE(84); END_STATE(); - case 330: + case 324: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '"') ADVANCE(314); - if (sym_identifier_character_set_3(lookahead)) ADVANCE(342); - if (lookahead == '\'') ADVANCE(305); - if (lookahead == '\\') ADVANCE(83); + if (lookahead == '"') ADVANCE(308); + if (sym_identifier_character_set_3(lookahead)) ADVANCE(336); + if (lookahead == '\'') ADVANCE(299); + if (lookahead == '\\') ADVANCE(86); END_STATE(); - case 331: + case 325: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '"') ADVANCE(314); - if (sym_identifier_character_set_3(lookahead)) ADVANCE(342); - if (lookahead == '\\') ADVANCE(83); + if (lookahead == '"') ADVANCE(308); + if (sym_identifier_character_set_3(lookahead)) ADVANCE(336); + if (lookahead == '\\') ADVANCE(86); END_STATE(); - case 332: + case 326: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '"') ADVANCE(316); - if (sym_identifier_character_set_3(lookahead)) ADVANCE(342); - if (lookahead == '\'') ADVANCE(307); - if (lookahead == '\\') ADVANCE(83); + if (lookahead == '"') ADVANCE(310); + if (sym_identifier_character_set_3(lookahead)) ADVANCE(336); + if (lookahead == '\'') ADVANCE(301); + if (lookahead == '\\') ADVANCE(86); END_STATE(); - case 333: + case 327: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '"') ADVANCE(316); - if (sym_identifier_character_set_3(lookahead)) ADVANCE(342); - if (lookahead == '\\') ADVANCE(83); + if (lookahead == '"') ADVANCE(310); + if (sym_identifier_character_set_3(lookahead)) ADVANCE(336); + if (lookahead == '\\') ADVANCE(86); END_STATE(); - case 334: + case 328: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '"') ADVANCE(315); - if (sym_identifier_character_set_4(lookahead)) ADVANCE(342); - if (lookahead == '\'') ADVANCE(306); - if (lookahead == '8') ADVANCE(336); - if (lookahead == '\\') ADVANCE(83); + if (lookahead == '"') ADVANCE(309); + if (sym_identifier_character_set_4(lookahead)) ADVANCE(336); + if (lookahead == '\'') ADVANCE(300); + if (lookahead == '8') ADVANCE(330); + if (lookahead == '\\') ADVANCE(86); END_STATE(); - case 335: + case 329: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '"') ADVANCE(315); - if (sym_identifier_character_set_4(lookahead)) ADVANCE(342); - if (lookahead == '8') ADVANCE(337); - if (lookahead == '\\') ADVANCE(83); + if (lookahead == '"') ADVANCE(309); + if (sym_identifier_character_set_4(lookahead)) ADVANCE(336); + if (lookahead == '8') ADVANCE(331); + if (lookahead == '\\') ADVANCE(86); END_STATE(); - case 336: + case 330: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '"') ADVANCE(317); - if (sym_identifier_character_set_3(lookahead)) ADVANCE(342); - if (lookahead == '\'') ADVANCE(308); - if (lookahead == '\\') ADVANCE(83); + if (lookahead == '"') ADVANCE(311); + if (sym_identifier_character_set_3(lookahead)) ADVANCE(336); + if (lookahead == '\'') ADVANCE(302); + if (lookahead == '\\') ADVANCE(86); END_STATE(); - case 337: + case 331: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '"') ADVANCE(317); - if (sym_identifier_character_set_3(lookahead)) ADVANCE(342); - if (lookahead == '\\') ADVANCE(83); + if (lookahead == '"') ADVANCE(311); + if (sym_identifier_character_set_3(lookahead)) ADVANCE(336); + if (lookahead == '\\') ADVANCE(86); END_STATE(); - case 338: + case 332: ACCEPT_TOKEN(sym_identifier); - if (sym_identifier_character_set_4(lookahead)) ADVANCE(342); - if (lookahead == '\'') ADVANCE(306); - if (lookahead == '8') ADVANCE(341); - if (lookahead == '\\') ADVANCE(83); + if (sym_identifier_character_set_4(lookahead)) ADVANCE(336); + if (lookahead == '\'') ADVANCE(300); + if (lookahead == '8') ADVANCE(335); + if (lookahead == '\\') ADVANCE(86); END_STATE(); - case 339: + case 333: ACCEPT_TOKEN(sym_identifier); - if (sym_identifier_character_set_3(lookahead)) ADVANCE(342); - if (lookahead == '\'') ADVANCE(305); - if (lookahead == '\\') ADVANCE(83); + if (sym_identifier_character_set_3(lookahead)) ADVANCE(336); + if (lookahead == '\'') ADVANCE(299); + if (lookahead == '\\') ADVANCE(86); END_STATE(); - case 340: + case 334: ACCEPT_TOKEN(sym_identifier); - if (sym_identifier_character_set_3(lookahead)) ADVANCE(342); - if (lookahead == '\'') ADVANCE(307); - if (lookahead == '\\') ADVANCE(83); + if (sym_identifier_character_set_3(lookahead)) ADVANCE(336); + if (lookahead == '\'') ADVANCE(301); + if (lookahead == '\\') ADVANCE(86); END_STATE(); - case 341: + case 335: ACCEPT_TOKEN(sym_identifier); - if (sym_identifier_character_set_3(lookahead)) ADVANCE(342); - if (lookahead == '\'') ADVANCE(308); - if (lookahead == '\\') ADVANCE(83); + if (sym_identifier_character_set_3(lookahead)) ADVANCE(336); + if (lookahead == '\'') ADVANCE(302); + if (lookahead == '\\') ADVANCE(86); END_STATE(); - case 342: + case 336: ACCEPT_TOKEN(sym_identifier); - if (sym_identifier_character_set_3(lookahead)) ADVANCE(342); - if (lookahead == '\\') ADVANCE(83); + if (sym_identifier_character_set_3(lookahead)) ADVANCE(336); + if (lookahead == '\\') ADVANCE(86); END_STATE(); - case 343: + case 337: ACCEPT_TOKEN(sym_comment); END_STATE(); - case 344: + case 338: ACCEPT_TOKEN(sym_comment); - if (lookahead == '\n') ADVANCE(347); - if (lookahead == '/') ADVANCE(345); - if (lookahead == '\\') ADVANCE(180); - if (lookahead != 0) ADVANCE(346); + if (lookahead == '\n') ADVANCE(341); + if (lookahead == '/') ADVANCE(339); + if (lookahead == '\\') ADVANCE(174); + if (lookahead != 0) ADVANCE(340); END_STATE(); - case 345: + case 339: ACCEPT_TOKEN(sym_comment); - if (lookahead == '*') ADVANCE(347); - if (lookahead == '\\') ADVANCE(173); + if (lookahead == '*') ADVANCE(341); + if (lookahead == '\\') ADVANCE(167); if (lookahead != 0 && - lookahead != '\n') ADVANCE(346); + lookahead != '\n') ADVANCE(340); END_STATE(); - case 346: + case 340: ACCEPT_TOKEN(sym_comment); - if (lookahead == '/') ADVANCE(345); - if (lookahead == '\\') ADVANCE(180); + if (lookahead == '/') ADVANCE(339); + if (lookahead == '\\') ADVANCE(174); if (lookahead != 0 && - lookahead != '\n') ADVANCE(346); + lookahead != '\n') ADVANCE(340); END_STATE(); - case 347: + case 341: ACCEPT_TOKEN(sym_comment); - if (lookahead == '\\') ADVANCE(140); + if (lookahead == '\\') ADVANCE(137); if (lookahead != 0 && - lookahead != '\n') ADVANCE(347); + lookahead != '\n') ADVANCE(341); END_STATE(); - case 348: + case 342: ACCEPT_TOKEN(sym_comment); if (lookahead != 0 && lookahead != '\r' && lookahead != '/' && - lookahead != '\\') ADVANCE(346); - if (lookahead == '\r') ADVANCE(350); - if (lookahead == '/') ADVANCE(345); - if (lookahead == '\\') ADVANCE(348); + lookahead != '\\') ADVANCE(340); + if (lookahead == '\r') ADVANCE(344); + if (lookahead == '/') ADVANCE(339); + if (lookahead == '\\') ADVANCE(342); END_STATE(); - case 349: + case 343: ACCEPT_TOKEN(sym_comment); if (lookahead != 0 && lookahead != '\r' && - lookahead != '\\') ADVANCE(347); - if (lookahead == '\r') ADVANCE(351); - if (lookahead == '\\') ADVANCE(349); + lookahead != '\\') ADVANCE(341); + if (lookahead == '\r') ADVANCE(345); + if (lookahead == '\\') ADVANCE(343); END_STATE(); - case 350: + case 344: ACCEPT_TOKEN(sym_comment); if (lookahead != 0 && lookahead != '/' && - lookahead != '\\') ADVANCE(346); - if (lookahead == '/') ADVANCE(345); - if (lookahead == '\\') ADVANCE(180); + lookahead != '\\') ADVANCE(340); + if (lookahead == '/') ADVANCE(339); + if (lookahead == '\\') ADVANCE(174); END_STATE(); - case 351: + case 345: ACCEPT_TOKEN(sym_comment); if (lookahead != 0 && - lookahead != '\\') ADVANCE(347); - if (lookahead == '\\') ADVANCE(140); + lookahead != '\\') ADVANCE(341); + if (lookahead == '\\') ADVANCE(137); END_STATE(); default: return false; @@ -13165,1408 +13156,1408 @@ static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { static const TSLexMode ts_lex_modes[STATE_COUNT] = { [0] = {.lex_state = 0}, - [1] = {.lex_state = 143}, - [2] = {.lex_state = 53}, - [3] = {.lex_state = 53}, - [4] = {.lex_state = 53}, - [5] = {.lex_state = 53}, - [6] = {.lex_state = 53}, - [7] = {.lex_state = 53}, - [8] = {.lex_state = 53}, - [9] = {.lex_state = 53}, - [10] = {.lex_state = 53}, - [11] = {.lex_state = 53}, - [12] = {.lex_state = 56}, - [13] = {.lex_state = 56}, - [14] = {.lex_state = 56}, - [15] = {.lex_state = 56}, - [16] = {.lex_state = 56}, - [17] = {.lex_state = 56}, - [18] = {.lex_state = 56}, - [19] = {.lex_state = 56}, - [20] = {.lex_state = 56}, - [21] = {.lex_state = 56}, - [22] = {.lex_state = 56}, - [23] = {.lex_state = 56}, - [24] = {.lex_state = 56}, - [25] = {.lex_state = 56}, - [26] = {.lex_state = 53}, - [27] = {.lex_state = 56}, - [28] = {.lex_state = 143}, - [29] = {.lex_state = 143}, - [30] = {.lex_state = 143}, - [31] = {.lex_state = 143}, - [32] = {.lex_state = 143}, - [33] = {.lex_state = 143}, - [34] = {.lex_state = 143}, - [35] = {.lex_state = 143}, - [36] = {.lex_state = 143}, - [37] = {.lex_state = 143}, - [38] = {.lex_state = 143}, - [39] = {.lex_state = 143}, - [40] = {.lex_state = 143}, - [41] = {.lex_state = 143}, - [42] = {.lex_state = 143}, - [43] = {.lex_state = 143}, - [44] = {.lex_state = 143}, - [45] = {.lex_state = 55}, - [46] = {.lex_state = 143}, - [47] = {.lex_state = 55}, - [48] = {.lex_state = 143}, - [49] = {.lex_state = 55}, - [50] = {.lex_state = 143}, - [51] = {.lex_state = 143}, - [52] = {.lex_state = 143}, - [53] = {.lex_state = 143}, - [54] = {.lex_state = 53}, - [55] = {.lex_state = 53}, - [56] = {.lex_state = 53}, - [57] = {.lex_state = 53}, - [58] = {.lex_state = 53}, - [59] = {.lex_state = 56}, - [60] = {.lex_state = 56}, - [61] = {.lex_state = 56}, - [62] = {.lex_state = 56}, - [63] = {.lex_state = 56}, - [64] = {.lex_state = 143}, - [65] = {.lex_state = 55}, - [66] = {.lex_state = 55}, - [67] = {.lex_state = 143}, - [68] = {.lex_state = 143}, - [69] = {.lex_state = 143}, - [70] = {.lex_state = 143}, - [71] = {.lex_state = 143}, - [72] = {.lex_state = 143}, - [73] = {.lex_state = 55}, - [74] = {.lex_state = 143}, - [75] = {.lex_state = 143}, - [76] = {.lex_state = 143}, - [77] = {.lex_state = 55}, - [78] = {.lex_state = 55}, - [79] = {.lex_state = 143}, - [80] = {.lex_state = 143}, - [81] = {.lex_state = 143}, - [82] = {.lex_state = 143}, - [83] = {.lex_state = 143}, - [84] = {.lex_state = 143}, - [85] = {.lex_state = 143}, - [86] = {.lex_state = 143}, - [87] = {.lex_state = 143}, - [88] = {.lex_state = 143}, - [89] = {.lex_state = 143}, - [90] = {.lex_state = 53}, - [91] = {.lex_state = 53}, - [92] = {.lex_state = 53}, - [93] = {.lex_state = 143}, - [94] = {.lex_state = 53}, - [95] = {.lex_state = 53}, - [96] = {.lex_state = 53}, - [97] = {.lex_state = 53}, - [98] = {.lex_state = 53}, - [99] = {.lex_state = 53}, - [100] = {.lex_state = 53}, - [101] = {.lex_state = 53}, - [102] = {.lex_state = 53}, - [103] = {.lex_state = 53}, - [104] = {.lex_state = 53}, - [105] = {.lex_state = 53}, - [106] = {.lex_state = 53}, - [107] = {.lex_state = 143}, - [108] = {.lex_state = 53}, - [109] = {.lex_state = 53}, - [110] = {.lex_state = 53}, - [111] = {.lex_state = 53}, - [112] = {.lex_state = 53}, - [113] = {.lex_state = 53}, - [114] = {.lex_state = 53}, - [115] = {.lex_state = 53}, - [116] = {.lex_state = 53}, - [117] = {.lex_state = 53}, - [118] = {.lex_state = 53}, - [119] = {.lex_state = 53}, - [120] = {.lex_state = 53}, - [121] = {.lex_state = 53}, - [122] = {.lex_state = 53}, - [123] = {.lex_state = 53}, - [124] = {.lex_state = 53}, - [125] = {.lex_state = 53}, - [126] = {.lex_state = 53}, - [127] = {.lex_state = 53}, - [128] = {.lex_state = 53}, - [129] = {.lex_state = 53}, - [130] = {.lex_state = 53}, - [131] = {.lex_state = 53}, - [132] = {.lex_state = 53}, - [133] = {.lex_state = 53}, - [134] = {.lex_state = 53}, - [135] = {.lex_state = 56}, - [136] = {.lex_state = 53}, - [137] = {.lex_state = 53}, - [138] = {.lex_state = 53}, - [139] = {.lex_state = 53}, - [140] = {.lex_state = 53}, - [141] = {.lex_state = 53}, - [142] = {.lex_state = 53}, - [143] = {.lex_state = 53}, - [144] = {.lex_state = 53}, - [145] = {.lex_state = 53}, - [146] = {.lex_state = 53}, - [147] = {.lex_state = 53}, - [148] = {.lex_state = 53}, - [149] = {.lex_state = 53}, - [150] = {.lex_state = 53}, - [151] = {.lex_state = 53}, - [152] = {.lex_state = 53}, - [153] = {.lex_state = 53}, - [154] = {.lex_state = 53}, - [155] = {.lex_state = 53}, - [156] = {.lex_state = 53}, - [157] = {.lex_state = 53}, - [158] = {.lex_state = 53}, - [159] = {.lex_state = 53}, - [160] = {.lex_state = 53}, - [161] = {.lex_state = 56}, - [162] = {.lex_state = 56}, - [163] = {.lex_state = 56}, - [164] = {.lex_state = 56}, - [165] = {.lex_state = 56}, - [166] = {.lex_state = 56}, - [167] = {.lex_state = 56}, - [168] = {.lex_state = 56}, - [169] = {.lex_state = 56}, - [170] = {.lex_state = 56}, - [171] = {.lex_state = 56}, - [172] = {.lex_state = 56}, - [173] = {.lex_state = 56}, - [174] = {.lex_state = 56}, - [175] = {.lex_state = 56}, - [176] = {.lex_state = 56}, - [177] = {.lex_state = 56}, - [178] = {.lex_state = 56}, - [179] = {.lex_state = 56}, - [180] = {.lex_state = 56}, - [181] = {.lex_state = 56}, - [182] = {.lex_state = 56}, - [183] = {.lex_state = 56}, - [184] = {.lex_state = 56}, - [185] = {.lex_state = 56}, - [186] = {.lex_state = 56}, - [187] = {.lex_state = 56}, - [188] = {.lex_state = 56}, - [189] = {.lex_state = 56}, - [190] = {.lex_state = 56}, - [191] = {.lex_state = 56}, - [192] = {.lex_state = 56}, - [193] = {.lex_state = 56}, - [194] = {.lex_state = 56}, - [195] = {.lex_state = 56}, - [196] = {.lex_state = 56}, - [197] = {.lex_state = 56}, - [198] = {.lex_state = 56}, - [199] = {.lex_state = 56}, - [200] = {.lex_state = 56}, - [201] = {.lex_state = 56}, - [202] = {.lex_state = 56}, - [203] = {.lex_state = 56}, - [204] = {.lex_state = 56}, - [205] = {.lex_state = 56}, - [206] = {.lex_state = 56}, - [207] = {.lex_state = 56}, - [208] = {.lex_state = 56}, - [209] = {.lex_state = 56}, - [210] = {.lex_state = 56}, - [211] = {.lex_state = 55}, - [212] = {.lex_state = 56}, - [213] = {.lex_state = 56}, - [214] = {.lex_state = 56}, - [215] = {.lex_state = 143}, - [216] = {.lex_state = 56}, - [217] = {.lex_state = 56}, - [218] = {.lex_state = 56}, - [219] = {.lex_state = 56}, - [220] = {.lex_state = 56}, - [221] = {.lex_state = 56}, - [222] = {.lex_state = 56}, - [223] = {.lex_state = 56}, - [224] = {.lex_state = 56}, - [225] = {.lex_state = 56}, - [226] = {.lex_state = 56}, - [227] = {.lex_state = 56}, - [228] = {.lex_state = 56}, - [229] = {.lex_state = 143}, - [230] = {.lex_state = 56}, - [231] = {.lex_state = 143}, - [232] = {.lex_state = 55}, - [233] = {.lex_state = 143}, - [234] = {.lex_state = 143}, - [235] = {.lex_state = 143}, - [236] = {.lex_state = 143}, - [237] = {.lex_state = 143}, - [238] = {.lex_state = 143}, - [239] = {.lex_state = 143}, - [240] = {.lex_state = 51}, - [241] = {.lex_state = 143}, - [242] = {.lex_state = 143}, - [243] = {.lex_state = 143}, - [244] = {.lex_state = 143}, - [245] = {.lex_state = 143}, - [246] = {.lex_state = 143}, - [247] = {.lex_state = 143}, - [248] = {.lex_state = 143}, - [249] = {.lex_state = 143}, - [250] = {.lex_state = 143}, - [251] = {.lex_state = 143}, - [252] = {.lex_state = 143}, - [253] = {.lex_state = 143}, - [254] = {.lex_state = 143}, - [255] = {.lex_state = 143}, - [256] = {.lex_state = 143}, - [257] = {.lex_state = 143}, - [258] = {.lex_state = 143}, - [259] = {.lex_state = 143}, - [260] = {.lex_state = 143}, - [261] = {.lex_state = 143}, - [262] = {.lex_state = 143}, - [263] = {.lex_state = 143}, - [264] = {.lex_state = 143}, - [265] = {.lex_state = 143}, - [266] = {.lex_state = 143}, - [267] = {.lex_state = 143}, - [268] = {.lex_state = 143}, - [269] = {.lex_state = 51}, - [270] = {.lex_state = 143}, - [271] = {.lex_state = 55}, - [272] = {.lex_state = 55}, - [273] = {.lex_state = 143}, - [274] = {.lex_state = 143}, - [275] = {.lex_state = 143}, - [276] = {.lex_state = 143}, - [277] = {.lex_state = 55}, - [278] = {.lex_state = 143}, - [279] = {.lex_state = 143}, - [280] = {.lex_state = 143}, - [281] = {.lex_state = 143}, - [282] = {.lex_state = 143}, - [283] = {.lex_state = 143}, - [284] = {.lex_state = 143}, - [285] = {.lex_state = 143}, - [286] = {.lex_state = 143}, - [287] = {.lex_state = 143}, - [288] = {.lex_state = 55}, - [289] = {.lex_state = 143}, - [290] = {.lex_state = 143}, - [291] = {.lex_state = 55}, - [292] = {.lex_state = 143}, - [293] = {.lex_state = 143}, - [294] = {.lex_state = 55}, - [295] = {.lex_state = 55}, - [296] = {.lex_state = 143}, - [297] = {.lex_state = 143}, - [298] = {.lex_state = 143}, - [299] = {.lex_state = 143}, - [300] = {.lex_state = 143}, - [301] = {.lex_state = 143}, - [302] = {.lex_state = 143}, - [303] = {.lex_state = 143}, - [304] = {.lex_state = 143}, - [305] = {.lex_state = 55}, - [306] = {.lex_state = 143}, - [307] = {.lex_state = 143}, - [308] = {.lex_state = 55}, - [309] = {.lex_state = 55}, - [310] = {.lex_state = 55}, - [311] = {.lex_state = 55}, - [312] = {.lex_state = 55}, - [313] = {.lex_state = 55}, - [314] = {.lex_state = 55}, - [315] = {.lex_state = 143}, - [316] = {.lex_state = 143}, - [317] = {.lex_state = 55}, - [318] = {.lex_state = 143}, - [319] = {.lex_state = 143}, - [320] = {.lex_state = 143}, - [321] = {.lex_state = 143}, - [322] = {.lex_state = 55}, - [323] = {.lex_state = 55}, - [324] = {.lex_state = 55}, - [325] = {.lex_state = 55}, - [326] = {.lex_state = 55}, - [327] = {.lex_state = 55}, - [328] = {.lex_state = 55}, - [329] = {.lex_state = 55}, - [330] = {.lex_state = 55}, - [331] = {.lex_state = 143}, - [332] = {.lex_state = 143}, - [333] = {.lex_state = 143}, - [334] = {.lex_state = 55}, - [335] = {.lex_state = 55}, - [336] = {.lex_state = 55}, - [337] = {.lex_state = 143}, - [338] = {.lex_state = 55}, - [339] = {.lex_state = 55}, - [340] = {.lex_state = 55}, - [341] = {.lex_state = 55}, - [342] = {.lex_state = 143}, - [343] = {.lex_state = 55}, - [344] = {.lex_state = 55}, - [345] = {.lex_state = 55}, - [346] = {.lex_state = 55}, - [347] = {.lex_state = 143}, - [348] = {.lex_state = 55}, - [349] = {.lex_state = 55}, - [350] = {.lex_state = 55}, - [351] = {.lex_state = 55}, - [352] = {.lex_state = 143}, - [353] = {.lex_state = 143}, - [354] = {.lex_state = 143}, - [355] = {.lex_state = 55}, - [356] = {.lex_state = 55}, - [357] = {.lex_state = 55}, - [358] = {.lex_state = 143}, - [359] = {.lex_state = 143}, - [360] = {.lex_state = 143}, - [361] = {.lex_state = 143}, - [362] = {.lex_state = 143}, - [363] = {.lex_state = 55}, - [364] = {.lex_state = 143}, - [365] = {.lex_state = 55}, - [366] = {.lex_state = 143}, - [367] = {.lex_state = 55}, - [368] = {.lex_state = 55}, - [369] = {.lex_state = 55}, - [370] = {.lex_state = 55}, - [371] = {.lex_state = 55}, - [372] = {.lex_state = 143}, - [373] = {.lex_state = 143}, - [374] = {.lex_state = 55}, - [375] = {.lex_state = 143}, - [376] = {.lex_state = 55}, - [377] = {.lex_state = 143}, - [378] = {.lex_state = 55}, - [379] = {.lex_state = 143}, - [380] = {.lex_state = 143}, - [381] = {.lex_state = 143}, - [382] = {.lex_state = 143}, - [383] = {.lex_state = 143}, - [384] = {.lex_state = 55}, - [385] = {.lex_state = 143}, - [386] = {.lex_state = 55}, - [387] = {.lex_state = 55}, - [388] = {.lex_state = 143}, - [389] = {.lex_state = 143}, - [390] = {.lex_state = 55}, - [391] = {.lex_state = 143}, - [392] = {.lex_state = 55}, - [393] = {.lex_state = 143}, - [394] = {.lex_state = 55}, - [395] = {.lex_state = 55}, - [396] = {.lex_state = 55}, - [397] = {.lex_state = 143}, - [398] = {.lex_state = 55}, - [399] = {.lex_state = 143}, - [400] = {.lex_state = 55}, - [401] = {.lex_state = 143}, - [402] = {.lex_state = 55}, - [403] = {.lex_state = 55}, - [404] = {.lex_state = 55}, - [405] = {.lex_state = 143}, - [406] = {.lex_state = 143}, - [407] = {.lex_state = 143}, - [408] = {.lex_state = 143}, - [409] = {.lex_state = 143}, - [410] = {.lex_state = 143}, - [411] = {.lex_state = 143}, - [412] = {.lex_state = 143}, - [413] = {.lex_state = 143}, - [414] = {.lex_state = 143}, - [415] = {.lex_state = 143}, - [416] = {.lex_state = 143}, - [417] = {.lex_state = 143}, - [418] = {.lex_state = 143}, - [419] = {.lex_state = 143}, - [420] = {.lex_state = 143}, - [421] = {.lex_state = 143}, - [422] = {.lex_state = 143}, - [423] = {.lex_state = 143}, - [424] = {.lex_state = 143}, - [425] = {.lex_state = 143}, - [426] = {.lex_state = 143}, - [427] = {.lex_state = 143}, - [428] = {.lex_state = 143}, - [429] = {.lex_state = 143}, - [430] = {.lex_state = 143}, - [431] = {.lex_state = 143}, - [432] = {.lex_state = 143}, - [433] = {.lex_state = 143}, - [434] = {.lex_state = 143}, - [435] = {.lex_state = 143}, - [436] = {.lex_state = 143}, - [437] = {.lex_state = 143}, - [438] = {.lex_state = 143}, - [439] = {.lex_state = 143}, - [440] = {.lex_state = 143}, - [441] = {.lex_state = 143}, - [442] = {.lex_state = 143}, - [443] = {.lex_state = 143}, - [444] = {.lex_state = 143}, - [445] = {.lex_state = 143}, - [446] = {.lex_state = 52}, - [447] = {.lex_state = 143}, - [448] = {.lex_state = 143}, - [449] = {.lex_state = 143}, - [450] = {.lex_state = 143}, - [451] = {.lex_state = 143}, - [452] = {.lex_state = 143}, - [453] = {.lex_state = 143}, - [454] = {.lex_state = 143}, - [455] = {.lex_state = 143}, - [456] = {.lex_state = 143}, - [457] = {.lex_state = 143}, - [458] = {.lex_state = 143}, - [459] = {.lex_state = 51}, - [460] = {.lex_state = 143}, - [461] = {.lex_state = 143}, - [462] = {.lex_state = 143}, - [463] = {.lex_state = 143}, - [464] = {.lex_state = 143}, - [465] = {.lex_state = 143}, - [466] = {.lex_state = 143}, - [467] = {.lex_state = 143}, - [468] = {.lex_state = 143}, - [469] = {.lex_state = 143}, - [470] = {.lex_state = 143}, - [471] = {.lex_state = 143}, - [472] = {.lex_state = 143}, - [473] = {.lex_state = 143}, - [474] = {.lex_state = 143}, - [475] = {.lex_state = 143}, - [476] = {.lex_state = 143}, - [477] = {.lex_state = 143}, - [478] = {.lex_state = 143}, - [479] = {.lex_state = 143}, - [480] = {.lex_state = 143}, - [481] = {.lex_state = 143}, - [482] = {.lex_state = 143}, - [483] = {.lex_state = 143}, - [484] = {.lex_state = 143}, - [485] = {.lex_state = 143}, - [486] = {.lex_state = 143}, - [487] = {.lex_state = 143}, - [488] = {.lex_state = 143}, - [489] = {.lex_state = 143}, - [490] = {.lex_state = 143}, - [491] = {.lex_state = 143}, - [492] = {.lex_state = 143}, - [493] = {.lex_state = 143}, - [494] = {.lex_state = 143}, - [495] = {.lex_state = 143}, - [496] = {.lex_state = 143}, - [497] = {.lex_state = 143}, - [498] = {.lex_state = 143}, - [499] = {.lex_state = 143}, - [500] = {.lex_state = 51}, - [501] = {.lex_state = 51}, - [502] = {.lex_state = 52}, - [503] = {.lex_state = 143}, - [504] = {.lex_state = 143}, - [505] = {.lex_state = 51}, - [506] = {.lex_state = 58}, - [507] = {.lex_state = 58}, - [508] = {.lex_state = 58}, - [509] = {.lex_state = 58}, - [510] = {.lex_state = 58}, - [511] = {.lex_state = 58}, - [512] = {.lex_state = 58}, - [513] = {.lex_state = 58}, - [514] = {.lex_state = 58}, - [515] = {.lex_state = 58}, - [516] = {.lex_state = 58}, - [517] = {.lex_state = 58}, - [518] = {.lex_state = 143}, - [519] = {.lex_state = 143}, - [520] = {.lex_state = 143}, - [521] = {.lex_state = 143}, - [522] = {.lex_state = 143}, - [523] = {.lex_state = 143}, - [524] = {.lex_state = 143}, - [525] = {.lex_state = 143}, - [526] = {.lex_state = 143}, - [527] = {.lex_state = 143}, - [528] = {.lex_state = 143}, - [529] = {.lex_state = 143}, - [530] = {.lex_state = 143}, - [531] = {.lex_state = 143}, - [532] = {.lex_state = 143}, - [533] = {.lex_state = 143}, - [534] = {.lex_state = 62}, - [535] = {.lex_state = 62}, - [536] = {.lex_state = 62}, - [537] = {.lex_state = 143}, - [538] = {.lex_state = 62}, - [539] = {.lex_state = 62}, - [540] = {.lex_state = 62}, - [541] = {.lex_state = 62}, - [542] = {.lex_state = 62}, - [543] = {.lex_state = 62}, - [544] = {.lex_state = 63}, - [545] = {.lex_state = 63}, - [546] = {.lex_state = 62}, - [547] = {.lex_state = 63}, - [548] = {.lex_state = 63}, - [549] = {.lex_state = 63}, - [550] = {.lex_state = 63}, - [551] = {.lex_state = 63}, - [552] = {.lex_state = 63}, - [553] = {.lex_state = 63}, - [554] = {.lex_state = 63}, - [555] = {.lex_state = 143}, - [556] = {.lex_state = 63}, - [557] = {.lex_state = 143}, - [558] = {.lex_state = 143}, - [559] = {.lex_state = 143}, - [560] = {.lex_state = 143}, - [561] = {.lex_state = 143}, - [562] = {.lex_state = 143}, - [563] = {.lex_state = 143}, - [564] = {.lex_state = 143}, - [565] = {.lex_state = 143}, - [566] = {.lex_state = 143}, - [567] = {.lex_state = 143}, - [568] = {.lex_state = 68}, - [569] = {.lex_state = 143}, - [570] = {.lex_state = 143}, - [571] = {.lex_state = 67}, - [572] = {.lex_state = 143}, - [573] = {.lex_state = 143}, - [574] = {.lex_state = 143}, - [575] = {.lex_state = 143}, - [576] = {.lex_state = 67}, - [577] = {.lex_state = 67}, - [578] = {.lex_state = 143}, - [579] = {.lex_state = 143}, - [580] = {.lex_state = 143}, - [581] = {.lex_state = 68}, - [582] = {.lex_state = 143}, - [583] = {.lex_state = 143}, - [584] = {.lex_state = 143}, - [585] = {.lex_state = 143}, - [586] = {.lex_state = 143}, - [587] = {.lex_state = 143}, - [588] = {.lex_state = 143}, - [589] = {.lex_state = 68}, - [590] = {.lex_state = 143}, - [591] = {.lex_state = 143}, - [592] = {.lex_state = 62}, - [593] = {.lex_state = 143}, - [594] = {.lex_state = 143}, - [595] = {.lex_state = 143}, - [596] = {.lex_state = 143}, - [597] = {.lex_state = 143}, - [598] = {.lex_state = 143}, - [599] = {.lex_state = 143}, - [600] = {.lex_state = 143}, - [601] = {.lex_state = 143}, - [602] = {.lex_state = 143}, - [603] = {.lex_state = 143}, - [604] = {.lex_state = 143}, - [605] = {.lex_state = 143}, - [606] = {.lex_state = 143}, - [607] = {.lex_state = 143}, - [608] = {.lex_state = 143}, - [609] = {.lex_state = 143}, - [610] = {.lex_state = 143}, - [611] = {.lex_state = 143}, - [612] = {.lex_state = 143}, - [613] = {.lex_state = 143}, - [614] = {.lex_state = 143}, - [615] = {.lex_state = 143}, - [616] = {.lex_state = 143}, - [617] = {.lex_state = 143}, - [618] = {.lex_state = 143}, - [619] = {.lex_state = 143}, - [620] = {.lex_state = 143}, - [621] = {.lex_state = 143}, - [622] = {.lex_state = 143}, - [623] = {.lex_state = 143}, - [624] = {.lex_state = 143}, - [625] = {.lex_state = 143}, - [626] = {.lex_state = 143}, - [627] = {.lex_state = 143}, - [628] = {.lex_state = 143}, - [629] = {.lex_state = 143}, - [630] = {.lex_state = 143}, - [631] = {.lex_state = 143}, - [632] = {.lex_state = 143}, - [633] = {.lex_state = 143}, - [634] = {.lex_state = 143}, - [635] = {.lex_state = 143}, - [636] = {.lex_state = 143}, - [637] = {.lex_state = 143}, - [638] = {.lex_state = 143}, - [639] = {.lex_state = 143}, - [640] = {.lex_state = 143}, - [641] = {.lex_state = 143}, - [642] = {.lex_state = 143}, - [643] = {.lex_state = 143}, - [644] = {.lex_state = 143}, - [645] = {.lex_state = 143}, - [646] = {.lex_state = 143}, - [647] = {.lex_state = 143}, - [648] = {.lex_state = 143}, - [649] = {.lex_state = 143}, - [650] = {.lex_state = 143}, - [651] = {.lex_state = 143}, - [652] = {.lex_state = 143}, - [653] = {.lex_state = 143}, - [654] = {.lex_state = 143}, - [655] = {.lex_state = 143}, - [656] = {.lex_state = 143}, - [657] = {.lex_state = 143}, - [658] = {.lex_state = 143}, - [659] = {.lex_state = 143}, - [660] = {.lex_state = 143}, - [661] = {.lex_state = 143}, - [662] = {.lex_state = 143}, - [663] = {.lex_state = 143}, - [664] = {.lex_state = 143}, - [665] = {.lex_state = 143}, - [666] = {.lex_state = 143}, - [667] = {.lex_state = 143}, - [668] = {.lex_state = 143}, - [669] = {.lex_state = 143}, - [670] = {.lex_state = 58}, - [671] = {.lex_state = 143}, - [672] = {.lex_state = 143}, - [673] = {.lex_state = 143}, - [674] = {.lex_state = 143}, - [675] = {.lex_state = 143}, - [676] = {.lex_state = 143}, - [677] = {.lex_state = 143}, - [678] = {.lex_state = 143}, - [679] = {.lex_state = 143}, - [680] = {.lex_state = 143}, - [681] = {.lex_state = 143}, - [682] = {.lex_state = 143}, - [683] = {.lex_state = 143}, - [684] = {.lex_state = 143}, - [685] = {.lex_state = 143}, - [686] = {.lex_state = 143}, - [687] = {.lex_state = 143}, - [688] = {.lex_state = 143}, - [689] = {.lex_state = 143}, - [690] = {.lex_state = 143}, - [691] = {.lex_state = 143}, - [692] = {.lex_state = 143}, - [693] = {.lex_state = 143}, - [694] = {.lex_state = 143}, - [695] = {.lex_state = 143}, - [696] = {.lex_state = 143}, - [697] = {.lex_state = 143}, - [698] = {.lex_state = 143}, - [699] = {.lex_state = 143}, - [700] = {.lex_state = 143}, - [701] = {.lex_state = 143}, - [702] = {.lex_state = 143}, - [703] = {.lex_state = 143}, - [704] = {.lex_state = 143}, - [705] = {.lex_state = 143}, - [706] = {.lex_state = 143}, - [707] = {.lex_state = 143}, - [708] = {.lex_state = 143}, - [709] = {.lex_state = 143}, - [710] = {.lex_state = 143}, - [711] = {.lex_state = 143}, - [712] = {.lex_state = 143}, - [713] = {.lex_state = 143}, - [714] = {.lex_state = 143}, - [715] = {.lex_state = 143}, - [716] = {.lex_state = 143}, - [717] = {.lex_state = 143}, - [718] = {.lex_state = 143}, - [719] = {.lex_state = 143}, - [720] = {.lex_state = 143}, - [721] = {.lex_state = 143}, - [722] = {.lex_state = 143}, - [723] = {.lex_state = 143}, - [724] = {.lex_state = 143}, - [725] = {.lex_state = 143}, - [726] = {.lex_state = 143}, - [727] = {.lex_state = 143}, - [728] = {.lex_state = 143}, - [729] = {.lex_state = 143}, - [730] = {.lex_state = 143}, - [731] = {.lex_state = 143}, - [732] = {.lex_state = 143}, - [733] = {.lex_state = 143}, - [734] = {.lex_state = 143}, - [735] = {.lex_state = 143}, - [736] = {.lex_state = 143}, - [737] = {.lex_state = 143}, - [738] = {.lex_state = 143}, - [739] = {.lex_state = 143}, - [740] = {.lex_state = 143}, - [741] = {.lex_state = 143}, - [742] = {.lex_state = 143}, - [743] = {.lex_state = 143}, - [744] = {.lex_state = 143}, - [745] = {.lex_state = 143}, - [746] = {.lex_state = 143}, - [747] = {.lex_state = 143}, - [748] = {.lex_state = 143}, - [749] = {.lex_state = 143}, - [750] = {.lex_state = 143}, - [751] = {.lex_state = 143}, - [752] = {.lex_state = 143}, - [753] = {.lex_state = 143}, - [754] = {.lex_state = 143}, - [755] = {.lex_state = 143}, - [756] = {.lex_state = 143}, - [757] = {.lex_state = 143}, - [758] = {.lex_state = 143}, - [759] = {.lex_state = 143}, - [760] = {.lex_state = 143}, - [761] = {.lex_state = 143}, - [762] = {.lex_state = 143}, - [763] = {.lex_state = 143}, - [764] = {.lex_state = 143}, - [765] = {.lex_state = 62}, - [766] = {.lex_state = 62}, - [767] = {.lex_state = 62}, - [768] = {.lex_state = 62}, - [769] = {.lex_state = 58}, - [770] = {.lex_state = 58}, - [771] = {.lex_state = 62}, - [772] = {.lex_state = 58}, - [773] = {.lex_state = 58}, - [774] = {.lex_state = 58}, - [775] = {.lex_state = 58}, - [776] = {.lex_state = 58}, - [777] = {.lex_state = 61}, - [778] = {.lex_state = 61}, - [779] = {.lex_state = 61}, - [780] = {.lex_state = 61}, - [781] = {.lex_state = 61}, - [782] = {.lex_state = 61}, - [783] = {.lex_state = 61}, - [784] = {.lex_state = 61}, - [785] = {.lex_state = 61}, - [786] = {.lex_state = 61}, - [787] = {.lex_state = 61}, - [788] = {.lex_state = 143}, - [789] = {.lex_state = 143}, - [790] = {.lex_state = 143}, - [791] = {.lex_state = 61}, + [1] = {.lex_state = 140}, + [2] = {.lex_state = 55}, + [3] = {.lex_state = 55}, + [4] = {.lex_state = 55}, + [5] = {.lex_state = 55}, + [6] = {.lex_state = 55}, + [7] = {.lex_state = 55}, + [8] = {.lex_state = 55}, + [9] = {.lex_state = 55}, + [10] = {.lex_state = 55}, + [11] = {.lex_state = 55}, + [12] = {.lex_state = 55}, + [13] = {.lex_state = 58}, + [14] = {.lex_state = 58}, + [15] = {.lex_state = 58}, + [16] = {.lex_state = 58}, + [17] = {.lex_state = 58}, + [18] = {.lex_state = 58}, + [19] = {.lex_state = 58}, + [20] = {.lex_state = 58}, + [21] = {.lex_state = 58}, + [22] = {.lex_state = 58}, + [23] = {.lex_state = 58}, + [24] = {.lex_state = 58}, + [25] = {.lex_state = 58}, + [26] = {.lex_state = 58}, + [27] = {.lex_state = 58}, + [28] = {.lex_state = 140}, + [29] = {.lex_state = 140}, + [30] = {.lex_state = 57}, + [31] = {.lex_state = 140}, + [32] = {.lex_state = 140}, + [33] = {.lex_state = 140}, + [34] = {.lex_state = 140}, + [35] = {.lex_state = 140}, + [36] = {.lex_state = 140}, + [37] = {.lex_state = 140}, + [38] = {.lex_state = 140}, + [39] = {.lex_state = 140}, + [40] = {.lex_state = 140}, + [41] = {.lex_state = 57}, + [42] = {.lex_state = 140}, + [43] = {.lex_state = 140}, + [44] = {.lex_state = 140}, + [45] = {.lex_state = 57}, + [46] = {.lex_state = 140}, + [47] = {.lex_state = 140}, + [48] = {.lex_state = 140}, + [49] = {.lex_state = 140}, + [50] = {.lex_state = 140}, + [51] = {.lex_state = 140}, + [52] = {.lex_state = 140}, + [53] = {.lex_state = 140}, + [54] = {.lex_state = 55}, + [55] = {.lex_state = 55}, + [56] = {.lex_state = 55}, + [57] = {.lex_state = 55}, + [58] = {.lex_state = 55}, + [59] = {.lex_state = 58}, + [60] = {.lex_state = 58}, + [61] = {.lex_state = 58}, + [62] = {.lex_state = 58}, + [63] = {.lex_state = 58}, + [64] = {.lex_state = 140}, + [65] = {.lex_state = 57}, + [66] = {.lex_state = 57}, + [67] = {.lex_state = 140}, + [68] = {.lex_state = 140}, + [69] = {.lex_state = 140}, + [70] = {.lex_state = 57}, + [71] = {.lex_state = 57}, + [72] = {.lex_state = 140}, + [73] = {.lex_state = 140}, + [74] = {.lex_state = 140}, + [75] = {.lex_state = 140}, + [76] = {.lex_state = 57}, + [77] = {.lex_state = 140}, + [78] = {.lex_state = 140}, + [79] = {.lex_state = 140}, + [80] = {.lex_state = 140}, + [81] = {.lex_state = 140}, + [82] = {.lex_state = 140}, + [83] = {.lex_state = 140}, + [84] = {.lex_state = 140}, + [85] = {.lex_state = 140}, + [86] = {.lex_state = 140}, + [87] = {.lex_state = 140}, + [88] = {.lex_state = 140}, + [89] = {.lex_state = 140}, + [90] = {.lex_state = 55}, + [91] = {.lex_state = 55}, + [92] = {.lex_state = 55}, + [93] = {.lex_state = 140}, + [94] = {.lex_state = 55}, + [95] = {.lex_state = 55}, + [96] = {.lex_state = 55}, + [97] = {.lex_state = 55}, + [98] = {.lex_state = 55}, + [99] = {.lex_state = 55}, + [100] = {.lex_state = 55}, + [101] = {.lex_state = 140}, + [102] = {.lex_state = 55}, + [103] = {.lex_state = 55}, + [104] = {.lex_state = 55}, + [105] = {.lex_state = 55}, + [106] = {.lex_state = 55}, + [107] = {.lex_state = 55}, + [108] = {.lex_state = 55}, + [109] = {.lex_state = 55}, + [110] = {.lex_state = 55}, + [111] = {.lex_state = 55}, + [112] = {.lex_state = 55}, + [113] = {.lex_state = 55}, + [114] = {.lex_state = 55}, + [115] = {.lex_state = 55}, + [116] = {.lex_state = 55}, + [117] = {.lex_state = 55}, + [118] = {.lex_state = 55}, + [119] = {.lex_state = 55}, + [120] = {.lex_state = 55}, + [121] = {.lex_state = 55}, + [122] = {.lex_state = 55}, + [123] = {.lex_state = 55}, + [124] = {.lex_state = 55}, + [125] = {.lex_state = 55}, + [126] = {.lex_state = 55}, + [127] = {.lex_state = 55}, + [128] = {.lex_state = 55}, + [129] = {.lex_state = 55}, + [130] = {.lex_state = 55}, + [131] = {.lex_state = 55}, + [132] = {.lex_state = 55}, + [133] = {.lex_state = 55}, + [134] = {.lex_state = 55}, + [135] = {.lex_state = 55}, + [136] = {.lex_state = 55}, + [137] = {.lex_state = 55}, + [138] = {.lex_state = 55}, + [139] = {.lex_state = 55}, + [140] = {.lex_state = 55}, + [141] = {.lex_state = 55}, + [142] = {.lex_state = 55}, + [143] = {.lex_state = 55}, + [144] = {.lex_state = 55}, + [145] = {.lex_state = 55}, + [146] = {.lex_state = 58}, + [147] = {.lex_state = 55}, + [148] = {.lex_state = 55}, + [149] = {.lex_state = 55}, + [150] = {.lex_state = 55}, + [151] = {.lex_state = 55}, + [152] = {.lex_state = 55}, + [153] = {.lex_state = 55}, + [154] = {.lex_state = 55}, + [155] = {.lex_state = 55}, + [156] = {.lex_state = 55}, + [157] = {.lex_state = 55}, + [158] = {.lex_state = 55}, + [159] = {.lex_state = 55}, + [160] = {.lex_state = 55}, + [161] = {.lex_state = 58}, + [162] = {.lex_state = 58}, + [163] = {.lex_state = 58}, + [164] = {.lex_state = 58}, + [165] = {.lex_state = 58}, + [166] = {.lex_state = 58}, + [167] = {.lex_state = 58}, + [168] = {.lex_state = 58}, + [169] = {.lex_state = 58}, + [170] = {.lex_state = 58}, + [171] = {.lex_state = 58}, + [172] = {.lex_state = 58}, + [173] = {.lex_state = 58}, + [174] = {.lex_state = 58}, + [175] = {.lex_state = 58}, + [176] = {.lex_state = 58}, + [177] = {.lex_state = 58}, + [178] = {.lex_state = 58}, + [179] = {.lex_state = 58}, + [180] = {.lex_state = 58}, + [181] = {.lex_state = 58}, + [182] = {.lex_state = 58}, + [183] = {.lex_state = 58}, + [184] = {.lex_state = 58}, + [185] = {.lex_state = 58}, + [186] = {.lex_state = 58}, + [187] = {.lex_state = 58}, + [188] = {.lex_state = 58}, + [189] = {.lex_state = 58}, + [190] = {.lex_state = 58}, + [191] = {.lex_state = 58}, + [192] = {.lex_state = 58}, + [193] = {.lex_state = 58}, + [194] = {.lex_state = 58}, + [195] = {.lex_state = 58}, + [196] = {.lex_state = 58}, + [197] = {.lex_state = 58}, + [198] = {.lex_state = 58}, + [199] = {.lex_state = 58}, + [200] = {.lex_state = 58}, + [201] = {.lex_state = 58}, + [202] = {.lex_state = 58}, + [203] = {.lex_state = 140}, + [204] = {.lex_state = 58}, + [205] = {.lex_state = 58}, + [206] = {.lex_state = 58}, + [207] = {.lex_state = 58}, + [208] = {.lex_state = 58}, + [209] = {.lex_state = 58}, + [210] = {.lex_state = 58}, + [211] = {.lex_state = 58}, + [212] = {.lex_state = 140}, + [213] = {.lex_state = 58}, + [214] = {.lex_state = 58}, + [215] = {.lex_state = 57}, + [216] = {.lex_state = 58}, + [217] = {.lex_state = 58}, + [218] = {.lex_state = 58}, + [219] = {.lex_state = 58}, + [220] = {.lex_state = 58}, + [221] = {.lex_state = 58}, + [222] = {.lex_state = 58}, + [223] = {.lex_state = 58}, + [224] = {.lex_state = 58}, + [225] = {.lex_state = 58}, + [226] = {.lex_state = 58}, + [227] = {.lex_state = 58}, + [228] = {.lex_state = 58}, + [229] = {.lex_state = 58}, + [230] = {.lex_state = 58}, + [231] = {.lex_state = 140}, + [232] = {.lex_state = 57}, + [233] = {.lex_state = 140}, + [234] = {.lex_state = 140}, + [235] = {.lex_state = 140}, + [236] = {.lex_state = 140}, + [237] = {.lex_state = 140}, + [238] = {.lex_state = 140}, + [239] = {.lex_state = 140}, + [240] = {.lex_state = 53}, + [241] = {.lex_state = 140}, + [242] = {.lex_state = 140}, + [243] = {.lex_state = 140}, + [244] = {.lex_state = 140}, + [245] = {.lex_state = 140}, + [246] = {.lex_state = 140}, + [247] = {.lex_state = 140}, + [248] = {.lex_state = 140}, + [249] = {.lex_state = 140}, + [250] = {.lex_state = 140}, + [251] = {.lex_state = 140}, + [252] = {.lex_state = 140}, + [253] = {.lex_state = 140}, + [254] = {.lex_state = 140}, + [255] = {.lex_state = 140}, + [256] = {.lex_state = 140}, + [257] = {.lex_state = 140}, + [258] = {.lex_state = 140}, + [259] = {.lex_state = 140}, + [260] = {.lex_state = 140}, + [261] = {.lex_state = 140}, + [262] = {.lex_state = 140}, + [263] = {.lex_state = 140}, + [264] = {.lex_state = 140}, + [265] = {.lex_state = 140}, + [266] = {.lex_state = 140}, + [267] = {.lex_state = 140}, + [268] = {.lex_state = 140}, + [269] = {.lex_state = 53}, + [270] = {.lex_state = 140}, + [271] = {.lex_state = 140}, + [272] = {.lex_state = 57}, + [273] = {.lex_state = 57}, + [274] = {.lex_state = 140}, + [275] = {.lex_state = 140}, + [276] = {.lex_state = 140}, + [277] = {.lex_state = 140}, + [278] = {.lex_state = 140}, + [279] = {.lex_state = 140}, + [280] = {.lex_state = 140}, + [281] = {.lex_state = 140}, + [282] = {.lex_state = 140}, + [283] = {.lex_state = 140}, + [284] = {.lex_state = 57}, + [285] = {.lex_state = 140}, + [286] = {.lex_state = 140}, + [287] = {.lex_state = 140}, + [288] = {.lex_state = 140}, + [289] = {.lex_state = 140}, + [290] = {.lex_state = 140}, + [291] = {.lex_state = 140}, + [292] = {.lex_state = 140}, + [293] = {.lex_state = 57}, + [294] = {.lex_state = 140}, + [295] = {.lex_state = 57}, + [296] = {.lex_state = 140}, + [297] = {.lex_state = 57}, + [298] = {.lex_state = 140}, + [299] = {.lex_state = 57}, + [300] = {.lex_state = 140}, + [301] = {.lex_state = 140}, + [302] = {.lex_state = 140}, + [303] = {.lex_state = 140}, + [304] = {.lex_state = 57}, + [305] = {.lex_state = 57}, + [306] = {.lex_state = 140}, + [307] = {.lex_state = 140}, + [308] = {.lex_state = 140}, + [309] = {.lex_state = 57}, + [310] = {.lex_state = 57}, + [311] = {.lex_state = 140}, + [312] = {.lex_state = 57}, + [313] = {.lex_state = 57}, + [314] = {.lex_state = 57}, + [315] = {.lex_state = 140}, + [316] = {.lex_state = 57}, + [317] = {.lex_state = 57}, + [318] = {.lex_state = 140}, + [319] = {.lex_state = 140}, + [320] = {.lex_state = 140}, + [321] = {.lex_state = 140}, + [322] = {.lex_state = 57}, + [323] = {.lex_state = 57}, + [324] = {.lex_state = 57}, + [325] = {.lex_state = 57}, + [326] = {.lex_state = 57}, + [327] = {.lex_state = 140}, + [328] = {.lex_state = 57}, + [329] = {.lex_state = 57}, + [330] = {.lex_state = 57}, + [331] = {.lex_state = 57}, + [332] = {.lex_state = 140}, + [333] = {.lex_state = 140}, + [334] = {.lex_state = 57}, + [335] = {.lex_state = 57}, + [336] = {.lex_state = 57}, + [337] = {.lex_state = 140}, + [338] = {.lex_state = 57}, + [339] = {.lex_state = 57}, + [340] = {.lex_state = 57}, + [341] = {.lex_state = 57}, + [342] = {.lex_state = 57}, + [343] = {.lex_state = 57}, + [344] = {.lex_state = 57}, + [345] = {.lex_state = 57}, + [346] = {.lex_state = 57}, + [347] = {.lex_state = 140}, + [348] = {.lex_state = 57}, + [349] = {.lex_state = 140}, + [350] = {.lex_state = 57}, + [351] = {.lex_state = 57}, + [352] = {.lex_state = 140}, + [353] = {.lex_state = 140}, + [354] = {.lex_state = 140}, + [355] = {.lex_state = 57}, + [356] = {.lex_state = 57}, + [357] = {.lex_state = 140}, + [358] = {.lex_state = 140}, + [359] = {.lex_state = 57}, + [360] = {.lex_state = 140}, + [361] = {.lex_state = 57}, + [362] = {.lex_state = 140}, + [363] = {.lex_state = 57}, + [364] = {.lex_state = 140}, + [365] = {.lex_state = 57}, + [366] = {.lex_state = 140}, + [367] = {.lex_state = 57}, + [368] = {.lex_state = 140}, + [369] = {.lex_state = 57}, + [370] = {.lex_state = 57}, + [371] = {.lex_state = 57}, + [372] = {.lex_state = 140}, + [373] = {.lex_state = 140}, + [374] = {.lex_state = 57}, + [375] = {.lex_state = 140}, + [376] = {.lex_state = 57}, + [377] = {.lex_state = 140}, + [378] = {.lex_state = 57}, + [379] = {.lex_state = 140}, + [380] = {.lex_state = 57}, + [381] = {.lex_state = 140}, + [382] = {.lex_state = 140}, + [383] = {.lex_state = 140}, + [384] = {.lex_state = 140}, + [385] = {.lex_state = 140}, + [386] = {.lex_state = 57}, + [387] = {.lex_state = 57}, + [388] = {.lex_state = 57}, + [389] = {.lex_state = 140}, + [390] = {.lex_state = 57}, + [391] = {.lex_state = 140}, + [392] = {.lex_state = 57}, + [393] = {.lex_state = 57}, + [394] = {.lex_state = 57}, + [395] = {.lex_state = 57}, + [396] = {.lex_state = 140}, + [397] = {.lex_state = 140}, + [398] = {.lex_state = 140}, + [399] = {.lex_state = 57}, + [400] = {.lex_state = 57}, + [401] = {.lex_state = 140}, + [402] = {.lex_state = 57}, + [403] = {.lex_state = 140}, + [404] = {.lex_state = 57}, + [405] = {.lex_state = 140}, + [406] = {.lex_state = 140}, + [407] = {.lex_state = 140}, + [408] = {.lex_state = 140}, + [409] = {.lex_state = 140}, + [410] = {.lex_state = 140}, + [411] = {.lex_state = 140}, + [412] = {.lex_state = 140}, + [413] = {.lex_state = 140}, + [414] = {.lex_state = 140}, + [415] = {.lex_state = 140}, + [416] = {.lex_state = 140}, + [417] = {.lex_state = 140}, + [418] = {.lex_state = 140}, + [419] = {.lex_state = 140}, + [420] = {.lex_state = 140}, + [421] = {.lex_state = 140}, + [422] = {.lex_state = 140}, + [423] = {.lex_state = 140}, + [424] = {.lex_state = 140}, + [425] = {.lex_state = 140}, + [426] = {.lex_state = 140}, + [427] = {.lex_state = 140}, + [428] = {.lex_state = 140}, + [429] = {.lex_state = 140}, + [430] = {.lex_state = 140}, + [431] = {.lex_state = 140}, + [432] = {.lex_state = 140}, + [433] = {.lex_state = 140}, + [434] = {.lex_state = 140}, + [435] = {.lex_state = 140}, + [436] = {.lex_state = 140}, + [437] = {.lex_state = 140}, + [438] = {.lex_state = 140}, + [439] = {.lex_state = 140}, + [440] = {.lex_state = 140}, + [441] = {.lex_state = 140}, + [442] = {.lex_state = 140}, + [443] = {.lex_state = 140}, + [444] = {.lex_state = 140}, + [445] = {.lex_state = 140}, + [446] = {.lex_state = 140}, + [447] = {.lex_state = 140}, + [448] = {.lex_state = 54}, + [449] = {.lex_state = 140}, + [450] = {.lex_state = 140}, + [451] = {.lex_state = 140}, + [452] = {.lex_state = 140}, + [453] = {.lex_state = 140}, + [454] = {.lex_state = 140}, + [455] = {.lex_state = 140}, + [456] = {.lex_state = 140}, + [457] = {.lex_state = 140}, + [458] = {.lex_state = 140}, + [459] = {.lex_state = 140}, + [460] = {.lex_state = 140}, + [461] = {.lex_state = 140}, + [462] = {.lex_state = 140}, + [463] = {.lex_state = 140}, + [464] = {.lex_state = 140}, + [465] = {.lex_state = 53}, + [466] = {.lex_state = 140}, + [467] = {.lex_state = 140}, + [468] = {.lex_state = 140}, + [469] = {.lex_state = 140}, + [470] = {.lex_state = 140}, + [471] = {.lex_state = 140}, + [472] = {.lex_state = 140}, + [473] = {.lex_state = 140}, + [474] = {.lex_state = 140}, + [475] = {.lex_state = 140}, + [476] = {.lex_state = 140}, + [477] = {.lex_state = 140}, + [478] = {.lex_state = 140}, + [479] = {.lex_state = 140}, + [480] = {.lex_state = 140}, + [481] = {.lex_state = 140}, + [482] = {.lex_state = 140}, + [483] = {.lex_state = 140}, + [484] = {.lex_state = 140}, + [485] = {.lex_state = 140}, + [486] = {.lex_state = 140}, + [487] = {.lex_state = 140}, + [488] = {.lex_state = 140}, + [489] = {.lex_state = 140}, + [490] = {.lex_state = 140}, + [491] = {.lex_state = 140}, + [492] = {.lex_state = 140}, + [493] = {.lex_state = 140}, + [494] = {.lex_state = 140}, + [495] = {.lex_state = 140}, + [496] = {.lex_state = 140}, + [497] = {.lex_state = 140}, + [498] = {.lex_state = 140}, + [499] = {.lex_state = 140}, + [500] = {.lex_state = 53}, + [501] = {.lex_state = 53}, + [502] = {.lex_state = 54}, + [503] = {.lex_state = 140}, + [504] = {.lex_state = 53}, + [505] = {.lex_state = 140}, + [506] = {.lex_state = 60}, + [507] = {.lex_state = 60}, + [508] = {.lex_state = 60}, + [509] = {.lex_state = 60}, + [510] = {.lex_state = 60}, + [511] = {.lex_state = 60}, + [512] = {.lex_state = 60}, + [513] = {.lex_state = 60}, + [514] = {.lex_state = 60}, + [515] = {.lex_state = 60}, + [516] = {.lex_state = 60}, + [517] = {.lex_state = 60}, + [518] = {.lex_state = 140}, + [519] = {.lex_state = 140}, + [520] = {.lex_state = 140}, + [521] = {.lex_state = 140}, + [522] = {.lex_state = 140}, + [523] = {.lex_state = 140}, + [524] = {.lex_state = 140}, + [525] = {.lex_state = 140}, + [526] = {.lex_state = 140}, + [527] = {.lex_state = 140}, + [528] = {.lex_state = 140}, + [529] = {.lex_state = 140}, + [530] = {.lex_state = 140}, + [531] = {.lex_state = 140}, + [532] = {.lex_state = 140}, + [533] = {.lex_state = 140}, + [534] = {.lex_state = 64}, + [535] = {.lex_state = 64}, + [536] = {.lex_state = 64}, + [537] = {.lex_state = 64}, + [538] = {.lex_state = 64}, + [539] = {.lex_state = 64}, + [540] = {.lex_state = 140}, + [541] = {.lex_state = 64}, + [542] = {.lex_state = 64}, + [543] = {.lex_state = 64}, + [544] = {.lex_state = 65}, + [545] = {.lex_state = 65}, + [546] = {.lex_state = 65}, + [547] = {.lex_state = 65}, + [548] = {.lex_state = 65}, + [549] = {.lex_state = 65}, + [550] = {.lex_state = 64}, + [551] = {.lex_state = 65}, + [552] = {.lex_state = 65}, + [553] = {.lex_state = 65}, + [554] = {.lex_state = 65}, + [555] = {.lex_state = 140}, + [556] = {.lex_state = 140}, + [557] = {.lex_state = 65}, + [558] = {.lex_state = 140}, + [559] = {.lex_state = 140}, + [560] = {.lex_state = 140}, + [561] = {.lex_state = 71}, + [562] = {.lex_state = 140}, + [563] = {.lex_state = 140}, + [564] = {.lex_state = 140}, + [565] = {.lex_state = 140}, + [566] = {.lex_state = 140}, + [567] = {.lex_state = 140}, + [568] = {.lex_state = 140}, + [569] = {.lex_state = 140}, + [570] = {.lex_state = 140}, + [571] = {.lex_state = 140}, + [572] = {.lex_state = 140}, + [573] = {.lex_state = 140}, + [574] = {.lex_state = 140}, + [575] = {.lex_state = 70}, + [576] = {.lex_state = 140}, + [577] = {.lex_state = 140}, + [578] = {.lex_state = 140}, + [579] = {.lex_state = 140}, + [580] = {.lex_state = 71}, + [581] = {.lex_state = 140}, + [582] = {.lex_state = 140}, + [583] = {.lex_state = 140}, + [584] = {.lex_state = 140}, + [585] = {.lex_state = 140}, + [586] = {.lex_state = 71}, + [587] = {.lex_state = 140}, + [588] = {.lex_state = 70}, + [589] = {.lex_state = 70}, + [590] = {.lex_state = 140}, + [591] = {.lex_state = 140}, + [592] = {.lex_state = 140}, + [593] = {.lex_state = 140}, + [594] = {.lex_state = 64}, + [595] = {.lex_state = 140}, + [596] = {.lex_state = 140}, + [597] = {.lex_state = 140}, + [598] = {.lex_state = 140}, + [599] = {.lex_state = 140}, + [600] = {.lex_state = 140}, + [601] = {.lex_state = 140}, + [602] = {.lex_state = 140}, + [603] = {.lex_state = 140}, + [604] = {.lex_state = 140}, + [605] = {.lex_state = 140}, + [606] = {.lex_state = 140}, + [607] = {.lex_state = 140}, + [608] = {.lex_state = 140}, + [609] = {.lex_state = 140}, + [610] = {.lex_state = 140}, + [611] = {.lex_state = 140}, + [612] = {.lex_state = 140}, + [613] = {.lex_state = 140}, + [614] = {.lex_state = 140}, + [615] = {.lex_state = 140}, + [616] = {.lex_state = 140}, + [617] = {.lex_state = 140}, + [618] = {.lex_state = 140}, + [619] = {.lex_state = 140}, + [620] = {.lex_state = 140}, + [621] = {.lex_state = 140}, + [622] = {.lex_state = 140}, + [623] = {.lex_state = 140}, + [624] = {.lex_state = 140}, + [625] = {.lex_state = 140}, + [626] = {.lex_state = 140}, + [627] = {.lex_state = 140}, + [628] = {.lex_state = 140}, + [629] = {.lex_state = 140}, + [630] = {.lex_state = 140}, + [631] = {.lex_state = 140}, + [632] = {.lex_state = 140}, + [633] = {.lex_state = 140}, + [634] = {.lex_state = 140}, + [635] = {.lex_state = 140}, + [636] = {.lex_state = 140}, + [637] = {.lex_state = 140}, + [638] = {.lex_state = 140}, + [639] = {.lex_state = 140}, + [640] = {.lex_state = 140}, + [641] = {.lex_state = 140}, + [642] = {.lex_state = 140}, + [643] = {.lex_state = 140}, + [644] = {.lex_state = 140}, + [645] = {.lex_state = 140}, + [646] = {.lex_state = 140}, + [647] = {.lex_state = 140}, + [648] = {.lex_state = 140}, + [649] = {.lex_state = 140}, + [650] = {.lex_state = 140}, + [651] = {.lex_state = 140}, + [652] = {.lex_state = 140}, + [653] = {.lex_state = 140}, + [654] = {.lex_state = 140}, + [655] = {.lex_state = 140}, + [656] = {.lex_state = 140}, + [657] = {.lex_state = 140}, + [658] = {.lex_state = 140}, + [659] = {.lex_state = 140}, + [660] = {.lex_state = 140}, + [661] = {.lex_state = 140}, + [662] = {.lex_state = 140}, + [663] = {.lex_state = 140}, + [664] = {.lex_state = 140}, + [665] = {.lex_state = 140}, + [666] = {.lex_state = 140}, + [667] = {.lex_state = 140}, + [668] = {.lex_state = 140}, + [669] = {.lex_state = 140}, + [670] = {.lex_state = 140}, + [671] = {.lex_state = 140}, + [672] = {.lex_state = 60}, + [673] = {.lex_state = 140}, + [674] = {.lex_state = 140}, + [675] = {.lex_state = 140}, + [676] = {.lex_state = 140}, + [677] = {.lex_state = 140}, + [678] = {.lex_state = 140}, + [679] = {.lex_state = 140}, + [680] = {.lex_state = 140}, + [681] = {.lex_state = 140}, + [682] = {.lex_state = 140}, + [683] = {.lex_state = 140}, + [684] = {.lex_state = 140}, + [685] = {.lex_state = 140}, + [686] = {.lex_state = 140}, + [687] = {.lex_state = 140}, + [688] = {.lex_state = 140}, + [689] = {.lex_state = 140}, + [690] = {.lex_state = 140}, + [691] = {.lex_state = 140}, + [692] = {.lex_state = 140}, + [693] = {.lex_state = 140}, + [694] = {.lex_state = 140}, + [695] = {.lex_state = 140}, + [696] = {.lex_state = 140}, + [697] = {.lex_state = 140}, + [698] = {.lex_state = 140}, + [699] = {.lex_state = 140}, + [700] = {.lex_state = 140}, + [701] = {.lex_state = 140}, + [702] = {.lex_state = 140}, + [703] = {.lex_state = 140}, + [704] = {.lex_state = 140}, + [705] = {.lex_state = 140}, + [706] = {.lex_state = 140}, + [707] = {.lex_state = 140}, + [708] = {.lex_state = 140}, + [709] = {.lex_state = 140}, + [710] = {.lex_state = 140}, + [711] = {.lex_state = 140}, + [712] = {.lex_state = 140}, + [713] = {.lex_state = 140}, + [714] = {.lex_state = 140}, + [715] = {.lex_state = 140}, + [716] = {.lex_state = 140}, + [717] = {.lex_state = 140}, + [718] = {.lex_state = 140}, + [719] = {.lex_state = 140}, + [720] = {.lex_state = 140}, + [721] = {.lex_state = 140}, + [722] = {.lex_state = 140}, + [723] = {.lex_state = 140}, + [724] = {.lex_state = 140}, + [725] = {.lex_state = 140}, + [726] = {.lex_state = 140}, + [727] = {.lex_state = 140}, + [728] = {.lex_state = 140}, + [729] = {.lex_state = 140}, + [730] = {.lex_state = 140}, + [731] = {.lex_state = 140}, + [732] = {.lex_state = 140}, + [733] = {.lex_state = 140}, + [734] = {.lex_state = 140}, + [735] = {.lex_state = 140}, + [736] = {.lex_state = 140}, + [737] = {.lex_state = 140}, + [738] = {.lex_state = 140}, + [739] = {.lex_state = 140}, + [740] = {.lex_state = 140}, + [741] = {.lex_state = 140}, + [742] = {.lex_state = 140}, + [743] = {.lex_state = 140}, + [744] = {.lex_state = 140}, + [745] = {.lex_state = 140}, + [746] = {.lex_state = 140}, + [747] = {.lex_state = 140}, + [748] = {.lex_state = 140}, + [749] = {.lex_state = 140}, + [750] = {.lex_state = 140}, + [751] = {.lex_state = 140}, + [752] = {.lex_state = 140}, + [753] = {.lex_state = 140}, + [754] = {.lex_state = 140}, + [755] = {.lex_state = 140}, + [756] = {.lex_state = 140}, + [757] = {.lex_state = 140}, + [758] = {.lex_state = 140}, + [759] = {.lex_state = 140}, + [760] = {.lex_state = 140}, + [761] = {.lex_state = 140}, + [762] = {.lex_state = 140}, + [763] = {.lex_state = 140}, + [764] = {.lex_state = 140}, + [765] = {.lex_state = 64}, + [766] = {.lex_state = 60}, + [767] = {.lex_state = 64}, + [768] = {.lex_state = 60}, + [769] = {.lex_state = 64}, + [770] = {.lex_state = 64}, + [771] = {.lex_state = 60}, + [772] = {.lex_state = 64}, + [773] = {.lex_state = 60}, + [774] = {.lex_state = 60}, + [775] = {.lex_state = 60}, + [776] = {.lex_state = 60}, + [777] = {.lex_state = 62}, + [778] = {.lex_state = 62}, + [779] = {.lex_state = 62}, + [780] = {.lex_state = 62}, + [781] = {.lex_state = 62}, + [782] = {.lex_state = 62}, + [783] = {.lex_state = 62}, + [784] = {.lex_state = 62}, + [785] = {.lex_state = 62}, + [786] = {.lex_state = 62}, + [787] = {.lex_state = 140}, + [788] = {.lex_state = 62}, + [789] = {.lex_state = 140}, + [790] = {.lex_state = 140}, + [791] = {.lex_state = 64}, [792] = {.lex_state = 62}, [793] = {.lex_state = 62}, [794] = {.lex_state = 62}, - [795] = {.lex_state = 62}, - [796] = {.lex_state = 62}, - [797] = {.lex_state = 61}, - [798] = {.lex_state = 61}, - [799] = {.lex_state = 62}, - [800] = {.lex_state = 62}, - [801] = {.lex_state = 61}, - [802] = {.lex_state = 61}, - [803] = {.lex_state = 61}, - [804] = {.lex_state = 61}, - [805] = {.lex_state = 62}, - [806] = {.lex_state = 62}, - [807] = {.lex_state = 61}, - [808] = {.lex_state = 61}, - [809] = {.lex_state = 62}, - [810] = {.lex_state = 62}, - [811] = {.lex_state = 62}, + [795] = {.lex_state = 64}, + [796] = {.lex_state = 64}, + [797] = {.lex_state = 62}, + [798] = {.lex_state = 64}, + [799] = {.lex_state = 64}, + [800] = {.lex_state = 64}, + [801] = {.lex_state = 62}, + [802] = {.lex_state = 62}, + [803] = {.lex_state = 64}, + [804] = {.lex_state = 64}, + [805] = {.lex_state = 64}, + [806] = {.lex_state = 64}, + [807] = {.lex_state = 62}, + [808] = {.lex_state = 64}, + [809] = {.lex_state = 64}, + [810] = {.lex_state = 64}, + [811] = {.lex_state = 64}, [812] = {.lex_state = 62}, - [813] = {.lex_state = 61}, - [814] = {.lex_state = 61}, - [815] = {.lex_state = 62}, - [816] = {.lex_state = 61}, + [813] = {.lex_state = 64}, + [814] = {.lex_state = 62}, + [815] = {.lex_state = 64}, + [816] = {.lex_state = 64}, [817] = {.lex_state = 62}, - [818] = {.lex_state = 62}, - [819] = {.lex_state = 61}, - [820] = {.lex_state = 61}, + [818] = {.lex_state = 64}, + [819] = {.lex_state = 62}, + [820] = {.lex_state = 62}, [821] = {.lex_state = 62}, - [822] = {.lex_state = 62}, - [823] = {.lex_state = 62}, - [824] = {.lex_state = 61}, - [825] = {.lex_state = 61}, - [826] = {.lex_state = 62}, + [822] = {.lex_state = 64}, + [823] = {.lex_state = 64}, + [824] = {.lex_state = 62}, + [825] = {.lex_state = 64}, + [826] = {.lex_state = 64}, [827] = {.lex_state = 62}, [828] = {.lex_state = 62}, - [829] = {.lex_state = 61}, - [830] = {.lex_state = 60}, + [829] = {.lex_state = 63}, + [830] = {.lex_state = 64}, [831] = {.lex_state = 62}, - [832] = {.lex_state = 61}, - [833] = {.lex_state = 62}, - [834] = {.lex_state = 61}, - [835] = {.lex_state = 60}, - [836] = {.lex_state = 60}, - [837] = {.lex_state = 61}, - [838] = {.lex_state = 58}, - [839] = {.lex_state = 61}, - [840] = {.lex_state = 61}, - [841] = {.lex_state = 60}, + [832] = {.lex_state = 62}, + [833] = {.lex_state = 64}, + [834] = {.lex_state = 63}, + [835] = {.lex_state = 64}, + [836] = {.lex_state = 62}, + [837] = {.lex_state = 62}, + [838] = {.lex_state = 62}, + [839] = {.lex_state = 60}, + [840] = {.lex_state = 63}, + [841] = {.lex_state = 63}, [842] = {.lex_state = 62}, - [843] = {.lex_state = 58}, - [844] = {.lex_state = 59}, - [845] = {.lex_state = 59}, - [846] = {.lex_state = 59}, - [847] = {.lex_state = 59}, - [848] = {.lex_state = 59}, - [849] = {.lex_state = 59}, - [850] = {.lex_state = 143}, - [851] = {.lex_state = 62}, - [852] = {.lex_state = 62}, - [853] = {.lex_state = 62}, - [854] = {.lex_state = 62}, - [855] = {.lex_state = 62}, - [856] = {.lex_state = 62}, - [857] = {.lex_state = 62}, - [858] = {.lex_state = 59}, - [859] = {.lex_state = 59}, - [860] = {.lex_state = 62}, - [861] = {.lex_state = 62}, - [862] = {.lex_state = 62}, - [863] = {.lex_state = 58}, - [864] = {.lex_state = 58}, - [865] = {.lex_state = 58}, - [866] = {.lex_state = 58}, - [867] = {.lex_state = 62}, - [868] = {.lex_state = 58}, - [869] = {.lex_state = 62}, - [870] = {.lex_state = 58}, - [871] = {.lex_state = 58}, - [872] = {.lex_state = 143}, - [873] = {.lex_state = 61}, - [874] = {.lex_state = 61}, - [875] = {.lex_state = 61}, - [876] = {.lex_state = 61}, - [877] = {.lex_state = 61}, - [878] = {.lex_state = 61}, - [879] = {.lex_state = 61}, - [880] = {.lex_state = 58}, - [881] = {.lex_state = 61}, - [882] = {.lex_state = 61}, - [883] = {.lex_state = 61}, - [884] = {.lex_state = 61}, - [885] = {.lex_state = 61}, - [886] = {.lex_state = 62}, - [887] = {.lex_state = 61}, - [888] = {.lex_state = 62}, - [889] = {.lex_state = 62}, - [890] = {.lex_state = 62}, - [891] = {.lex_state = 62}, + [843] = {.lex_state = 61}, + [844] = {.lex_state = 61}, + [845] = {.lex_state = 61}, + [846] = {.lex_state = 60}, + [847] = {.lex_state = 61}, + [848] = {.lex_state = 140}, + [849] = {.lex_state = 61}, + [850] = {.lex_state = 61}, + [851] = {.lex_state = 64}, + [852] = {.lex_state = 64}, + [853] = {.lex_state = 64}, + [854] = {.lex_state = 61}, + [855] = {.lex_state = 61}, + [856] = {.lex_state = 64}, + [857] = {.lex_state = 64}, + [858] = {.lex_state = 64}, + [859] = {.lex_state = 64}, + [860] = {.lex_state = 64}, + [861] = {.lex_state = 64}, + [862] = {.lex_state = 64}, + [863] = {.lex_state = 64}, + [864] = {.lex_state = 60}, + [865] = {.lex_state = 60}, + [866] = {.lex_state = 140}, + [867] = {.lex_state = 60}, + [868] = {.lex_state = 64}, + [869] = {.lex_state = 60}, + [870] = {.lex_state = 60}, + [871] = {.lex_state = 60}, + [872] = {.lex_state = 60}, + [873] = {.lex_state = 62}, + [874] = {.lex_state = 62}, + [875] = {.lex_state = 62}, + [876] = {.lex_state = 62}, + [877] = {.lex_state = 60}, + [878] = {.lex_state = 62}, + [879] = {.lex_state = 62}, + [880] = {.lex_state = 62}, + [881] = {.lex_state = 62}, + [882] = {.lex_state = 62}, + [883] = {.lex_state = 62}, + [884] = {.lex_state = 62}, + [885] = {.lex_state = 62}, + [886] = {.lex_state = 64}, + [887] = {.lex_state = 66}, + [888] = {.lex_state = 64}, + [889] = {.lex_state = 64}, + [890] = {.lex_state = 64}, + [891] = {.lex_state = 64}, [892] = {.lex_state = 64}, - [893] = {.lex_state = 62}, - [894] = {.lex_state = 62}, - [895] = {.lex_state = 62}, + [893] = {.lex_state = 64}, + [894] = {.lex_state = 64}, + [895] = {.lex_state = 64}, [896] = {.lex_state = 64}, - [897] = {.lex_state = 62}, - [898] = {.lex_state = 62}, + [897] = {.lex_state = 66}, + [898] = {.lex_state = 64}, [899] = {.lex_state = 62}, - [900] = {.lex_state = 64}, - [901] = {.lex_state = 62}, - [902] = {.lex_state = 62}, - [903] = {.lex_state = 64}, - [904] = {.lex_state = 64}, - [905] = {.lex_state = 64}, - [906] = {.lex_state = 64}, - [907] = {.lex_state = 64}, - [908] = {.lex_state = 64}, - [909] = {.lex_state = 64}, - [910] = {.lex_state = 64}, - [911] = {.lex_state = 64}, - [912] = {.lex_state = 64}, - [913] = {.lex_state = 64}, - [914] = {.lex_state = 64}, - [915] = {.lex_state = 64}, - [916] = {.lex_state = 64}, - [917] = {.lex_state = 64}, - [918] = {.lex_state = 64}, + [900] = {.lex_state = 66}, + [901] = {.lex_state = 64}, + [902] = {.lex_state = 64}, + [903] = {.lex_state = 66}, + [904] = {.lex_state = 66}, + [905] = {.lex_state = 66}, + [906] = {.lex_state = 66}, + [907] = {.lex_state = 66}, + [908] = {.lex_state = 66}, + [909] = {.lex_state = 66}, + [910] = {.lex_state = 66}, + [911] = {.lex_state = 66}, + [912] = {.lex_state = 66}, + [913] = {.lex_state = 66}, + [914] = {.lex_state = 66}, + [915] = {.lex_state = 66}, + [916] = {.lex_state = 66}, + [917] = {.lex_state = 66}, + [918] = {.lex_state = 66}, [919] = {.lex_state = 64}, - [920] = {.lex_state = 64}, - [921] = {.lex_state = 64}, - [922] = {.lex_state = 62}, - [923] = {.lex_state = 64}, + [920] = {.lex_state = 66}, + [921] = {.lex_state = 66}, + [922] = {.lex_state = 66}, + [923] = {.lex_state = 66}, [924] = {.lex_state = 64}, - [925] = {.lex_state = 64}, - [926] = {.lex_state = 64}, - [927] = {.lex_state = 62}, - [928] = {.lex_state = 62}, - [929] = {.lex_state = 62}, + [925] = {.lex_state = 66}, + [926] = {.lex_state = 66}, + [927] = {.lex_state = 64}, + [928] = {.lex_state = 64}, + [929] = {.lex_state = 64}, [930] = {.lex_state = 64}, [931] = {.lex_state = 64}, - [932] = {.lex_state = 64}, - [933] = {.lex_state = 64}, - [934] = {.lex_state = 64}, - [935] = {.lex_state = 62}, - [936] = {.lex_state = 62}, - [937] = {.lex_state = 64}, - [938] = {.lex_state = 62}, - [939] = {.lex_state = 64}, + [932] = {.lex_state = 66}, + [933] = {.lex_state = 66}, + [934] = {.lex_state = 66}, + [935] = {.lex_state = 64}, + [936] = {.lex_state = 66}, + [937] = {.lex_state = 66}, + [938] = {.lex_state = 66}, + [939] = {.lex_state = 66}, [940] = {.lex_state = 64}, - [941] = {.lex_state = 64}, - [942] = {.lex_state = 64}, - [943] = {.lex_state = 64}, - [944] = {.lex_state = 62}, - [945] = {.lex_state = 62}, - [946] = {.lex_state = 64}, - [947] = {.lex_state = 62}, - [948] = {.lex_state = 62}, - [949] = {.lex_state = 64}, - [950] = {.lex_state = 62}, + [941] = {.lex_state = 66}, + [942] = {.lex_state = 66}, + [943] = {.lex_state = 66}, + [944] = {.lex_state = 66}, + [945] = {.lex_state = 66}, + [946] = {.lex_state = 66}, + [947] = {.lex_state = 66}, + [948] = {.lex_state = 64}, + [949] = {.lex_state = 66}, + [950] = {.lex_state = 66}, [951] = {.lex_state = 64}, - [952] = {.lex_state = 64}, + [952] = {.lex_state = 66}, [953] = {.lex_state = 64}, - [954] = {.lex_state = 64}, + [954] = {.lex_state = 66}, [955] = {.lex_state = 64}, - [956] = {.lex_state = 62}, - [957] = {.lex_state = 62}, - [958] = {.lex_state = 64}, + [956] = {.lex_state = 64}, + [957] = {.lex_state = 66}, + [958] = {.lex_state = 66}, [959] = {.lex_state = 64}, [960] = {.lex_state = 64}, - [961] = {.lex_state = 62}, - [962] = {.lex_state = 62}, - [963] = {.lex_state = 64}, - [964] = {.lex_state = 64}, - [965] = {.lex_state = 62}, - [966] = {.lex_state = 62}, - [967] = {.lex_state = 64}, - [968] = {.lex_state = 62}, - [969] = {.lex_state = 58}, - [970] = {.lex_state = 58}, - [971] = {.lex_state = 63}, - [972] = {.lex_state = 58}, - [973] = {.lex_state = 58}, - [974] = {.lex_state = 63}, - [975] = {.lex_state = 63}, - [976] = {.lex_state = 62}, - [977] = {.lex_state = 63}, - [978] = {.lex_state = 58}, - [979] = {.lex_state = 63}, - [980] = {.lex_state = 58}, - [981] = {.lex_state = 58}, - [982] = {.lex_state = 58}, - [983] = {.lex_state = 58}, - [984] = {.lex_state = 58}, - [985] = {.lex_state = 62}, - [986] = {.lex_state = 58}, - [987] = {.lex_state = 63}, - [988] = {.lex_state = 63}, - [989] = {.lex_state = 58}, - [990] = {.lex_state = 62}, - [991] = {.lex_state = 63}, - [992] = {.lex_state = 58}, - [993] = {.lex_state = 62}, - [994] = {.lex_state = 63}, - [995] = {.lex_state = 63}, - [996] = {.lex_state = 63}, - [997] = {.lex_state = 63}, - [998] = {.lex_state = 58}, - [999] = {.lex_state = 62}, - [1000] = {.lex_state = 63}, - [1001] = {.lex_state = 63}, - [1002] = {.lex_state = 62}, - [1003] = {.lex_state = 58}, - [1004] = {.lex_state = 62}, - [1005] = {.lex_state = 62}, - [1006] = {.lex_state = 62}, - [1007] = {.lex_state = 58}, - [1008] = {.lex_state = 63}, - [1009] = {.lex_state = 62}, - [1010] = {.lex_state = 63}, - [1011] = {.lex_state = 63}, - [1012] = {.lex_state = 58}, - [1013] = {.lex_state = 63}, - [1014] = {.lex_state = 58}, - [1015] = {.lex_state = 62}, - [1016] = {.lex_state = 62}, - [1017] = {.lex_state = 62}, - [1018] = {.lex_state = 62}, - [1019] = {.lex_state = 58}, - [1020] = {.lex_state = 62}, - [1021] = {.lex_state = 67}, - [1022] = {.lex_state = 67}, - [1023] = {.lex_state = 68}, - [1024] = {.lex_state = 68}, - [1025] = {.lex_state = 68}, - [1026] = {.lex_state = 58}, - [1027] = {.lex_state = 68}, - [1028] = {.lex_state = 68}, - [1029] = {.lex_state = 68}, - [1030] = {.lex_state = 68}, - [1031] = {.lex_state = 68}, - [1032] = {.lex_state = 67}, - [1033] = {.lex_state = 62}, - [1034] = {.lex_state = 62}, - [1035] = {.lex_state = 62}, - [1036] = {.lex_state = 68}, - [1037] = {.lex_state = 68}, - [1038] = {.lex_state = 68}, - [1039] = {.lex_state = 67}, - [1040] = {.lex_state = 68}, - [1041] = {.lex_state = 67}, - [1042] = {.lex_state = 67}, - [1043] = {.lex_state = 58}, - [1044] = {.lex_state = 67}, - [1045] = {.lex_state = 67}, - [1046] = {.lex_state = 67}, - [1047] = {.lex_state = 67}, - [1048] = {.lex_state = 62}, - [1049] = {.lex_state = 67}, - [1050] = {.lex_state = 58}, - [1051] = {.lex_state = 67}, - [1052] = {.lex_state = 62}, - [1053] = {.lex_state = 58}, - [1054] = {.lex_state = 62}, - [1055] = {.lex_state = 68}, - [1056] = {.lex_state = 62}, - [1057] = {.lex_state = 68}, - [1058] = {.lex_state = 68}, - [1059] = {.lex_state = 68}, - [1060] = {.lex_state = 68}, - [1061] = {.lex_state = 68}, - [1062] = {.lex_state = 62}, - [1063] = {.lex_state = 62}, - [1064] = {.lex_state = 62}, - [1065] = {.lex_state = 62}, - [1066] = {.lex_state = 67}, - [1067] = {.lex_state = 67}, - [1068] = {.lex_state = 67}, - [1069] = {.lex_state = 62}, - [1070] = {.lex_state = 67}, - [1071] = {.lex_state = 58}, - [1072] = {.lex_state = 62}, - [1073] = {.lex_state = 67}, - [1074] = {.lex_state = 62}, - [1075] = {.lex_state = 67}, - [1076] = {.lex_state = 62}, - [1077] = {.lex_state = 62}, - [1078] = {.lex_state = 62}, - [1079] = {.lex_state = 62}, - [1080] = {.lex_state = 62}, - [1081] = {.lex_state = 62}, - [1082] = {.lex_state = 62}, - [1083] = {.lex_state = 62}, - [1084] = {.lex_state = 62}, - [1085] = {.lex_state = 62}, - [1086] = {.lex_state = 62}, - [1087] = {.lex_state = 62}, - [1088] = {.lex_state = 62}, - [1089] = {.lex_state = 62}, - [1090] = {.lex_state = 62}, - [1091] = {.lex_state = 62}, - [1092] = {.lex_state = 62}, - [1093] = {.lex_state = 62}, - [1094] = {.lex_state = 62}, - [1095] = {.lex_state = 62}, - [1096] = {.lex_state = 62}, - [1097] = {.lex_state = 62}, - [1098] = {.lex_state = 62}, - [1099] = {.lex_state = 62}, - [1100] = {.lex_state = 62}, - [1101] = {.lex_state = 62}, - [1102] = {.lex_state = 62}, - [1103] = {.lex_state = 62}, - [1104] = {.lex_state = 62}, - [1105] = {.lex_state = 62}, - [1106] = {.lex_state = 62}, - [1107] = {.lex_state = 62}, - [1108] = {.lex_state = 62}, - [1109] = {.lex_state = 62}, - [1110] = {.lex_state = 62}, - [1111] = {.lex_state = 62}, - [1112] = {.lex_state = 62}, - [1113] = {.lex_state = 62}, - [1114] = {.lex_state = 143}, - [1115] = {.lex_state = 62}, - [1116] = {.lex_state = 62}, - [1117] = {.lex_state = 62}, - [1118] = {.lex_state = 62}, - [1119] = {.lex_state = 62}, - [1120] = {.lex_state = 62}, - [1121] = {.lex_state = 62}, - [1122] = {.lex_state = 62}, - [1123] = {.lex_state = 62}, - [1124] = {.lex_state = 62}, - [1125] = {.lex_state = 62}, - [1126] = {.lex_state = 62}, - [1127] = {.lex_state = 62}, - [1128] = {.lex_state = 61}, - [1129] = {.lex_state = 61}, - [1130] = {.lex_state = 61}, - [1131] = {.lex_state = 61}, - [1132] = {.lex_state = 61}, - [1133] = {.lex_state = 61}, - [1134] = {.lex_state = 61}, - [1135] = {.lex_state = 61}, - [1136] = {.lex_state = 61}, - [1137] = {.lex_state = 61}, - [1138] = {.lex_state = 61}, - [1139] = {.lex_state = 61}, - [1140] = {.lex_state = 61}, - [1141] = {.lex_state = 62}, - [1142] = {.lex_state = 62}, - [1143] = {.lex_state = 62}, - [1144] = {.lex_state = 62}, - [1145] = {.lex_state = 62}, - [1146] = {.lex_state = 62}, - [1147] = {.lex_state = 62}, - [1148] = {.lex_state = 62}, - [1149] = {.lex_state = 62}, - [1150] = {.lex_state = 62}, - [1151] = {.lex_state = 62}, - [1152] = {.lex_state = 62}, - [1153] = {.lex_state = 62}, - [1154] = {.lex_state = 62}, - [1155] = {.lex_state = 62}, - [1156] = {.lex_state = 62}, - [1157] = {.lex_state = 62}, - [1158] = {.lex_state = 62}, - [1159] = {.lex_state = 62}, - [1160] = {.lex_state = 62}, - [1161] = {.lex_state = 62}, - [1162] = {.lex_state = 62}, - [1163] = {.lex_state = 64}, - [1164] = {.lex_state = 64}, - [1165] = {.lex_state = 64}, - [1166] = {.lex_state = 62}, - [1167] = {.lex_state = 62}, - [1168] = {.lex_state = 64}, - [1169] = {.lex_state = 62}, - [1170] = {.lex_state = 64}, - [1171] = {.lex_state = 64}, - [1172] = {.lex_state = 64}, - [1173] = {.lex_state = 64}, - [1174] = {.lex_state = 64}, - [1175] = {.lex_state = 62}, - [1176] = {.lex_state = 64}, - [1177] = {.lex_state = 64}, - [1178] = {.lex_state = 64}, - [1179] = {.lex_state = 64}, - [1180] = {.lex_state = 62}, - [1181] = {.lex_state = 62}, - [1182] = {.lex_state = 62}, - [1183] = {.lex_state = 62}, - [1184] = {.lex_state = 62}, - [1185] = {.lex_state = 62}, - [1186] = {.lex_state = 62}, - [1187] = {.lex_state = 62}, - [1188] = {.lex_state = 62}, - [1189] = {.lex_state = 58}, - [1190] = {.lex_state = 58}, - [1191] = {.lex_state = 58}, - [1192] = {.lex_state = 58}, - [1193] = {.lex_state = 62}, - [1194] = {.lex_state = 58}, - [1195] = {.lex_state = 58}, - [1196] = {.lex_state = 58}, - [1197] = {.lex_state = 58}, - [1198] = {.lex_state = 58}, - [1199] = {.lex_state = 58}, - [1200] = {.lex_state = 58}, - [1201] = {.lex_state = 58}, - [1202] = {.lex_state = 58}, - [1203] = {.lex_state = 58}, - [1204] = {.lex_state = 62}, - [1205] = {.lex_state = 58}, - [1206] = {.lex_state = 62}, - [1207] = {.lex_state = 62}, - [1208] = {.lex_state = 62}, - [1209] = {.lex_state = 58}, - [1210] = {.lex_state = 62}, - [1211] = {.lex_state = 62}, - [1212] = {.lex_state = 58}, - [1213] = {.lex_state = 58}, - [1214] = {.lex_state = 58}, - [1215] = {.lex_state = 58}, - [1216] = {.lex_state = 58}, - [1217] = {.lex_state = 62}, - [1218] = {.lex_state = 62}, - [1219] = {.lex_state = 58}, - [1220] = {.lex_state = 62}, - [1221] = {.lex_state = 58}, - [1222] = {.lex_state = 58}, - [1223] = {.lex_state = 58}, - [1224] = {.lex_state = 58}, - [1225] = {.lex_state = 62}, - [1226] = {.lex_state = 58}, - [1227] = {.lex_state = 58}, - [1228] = {.lex_state = 62}, - [1229] = {.lex_state = 62}, - [1230] = {.lex_state = 58}, - [1231] = {.lex_state = 58}, - [1232] = {.lex_state = 58}, - [1233] = {.lex_state = 58}, - [1234] = {.lex_state = 58}, - [1235] = {.lex_state = 58}, - [1236] = {.lex_state = 58}, - [1237] = {.lex_state = 58}, - [1238] = {.lex_state = 62}, - [1239] = {.lex_state = 58}, - [1240] = {.lex_state = 58}, - [1241] = {.lex_state = 62}, - [1242] = {.lex_state = 58}, - [1243] = {.lex_state = 58}, - [1244] = {.lex_state = 58}, - [1245] = {.lex_state = 58}, - [1246] = {.lex_state = 58}, - [1247] = {.lex_state = 58}, - [1248] = {.lex_state = 62}, - [1249] = {.lex_state = 58}, - [1250] = {.lex_state = 58}, - [1251] = {.lex_state = 58}, - [1252] = {.lex_state = 58}, - [1253] = {.lex_state = 58}, - [1254] = {.lex_state = 62}, - [1255] = {.lex_state = 58}, - [1256] = {.lex_state = 62}, - [1257] = {.lex_state = 58}, - [1258] = {.lex_state = 62}, - [1259] = {.lex_state = 58}, - [1260] = {.lex_state = 58}, - [1261] = {.lex_state = 58}, - [1262] = {.lex_state = 58}, - [1263] = {.lex_state = 58}, - [1264] = {.lex_state = 62}, - [1265] = {.lex_state = 58}, - [1266] = {.lex_state = 58}, - [1267] = {.lex_state = 58}, - [1268] = {.lex_state = 58}, - [1269] = {.lex_state = 62}, - [1270] = {.lex_state = 58}, - [1271] = {.lex_state = 58}, - [1272] = {.lex_state = 58}, - [1273] = {.lex_state = 58}, - [1274] = {.lex_state = 58}, - [1275] = {.lex_state = 62}, - [1276] = {.lex_state = 62}, - [1277] = {.lex_state = 58}, - [1278] = {.lex_state = 58}, - [1279] = {.lex_state = 58}, - [1280] = {.lex_state = 58}, - [1281] = {.lex_state = 62}, - [1282] = {.lex_state = 62}, - [1283] = {.lex_state = 58}, - [1284] = {.lex_state = 58}, - [1285] = {.lex_state = 58}, - [1286] = {.lex_state = 58}, - [1287] = {.lex_state = 58}, - [1288] = {.lex_state = 58}, - [1289] = {.lex_state = 62}, - [1290] = {.lex_state = 58}, - [1291] = {.lex_state = 58}, - [1292] = {.lex_state = 58}, - [1293] = {.lex_state = 58}, - [1294] = {.lex_state = 58}, - [1295] = {.lex_state = 58}, - [1296] = {.lex_state = 58}, - [1297] = {.lex_state = 58}, - [1298] = {.lex_state = 58}, - [1299] = {.lex_state = 62}, - [1300] = {.lex_state = 58}, - [1301] = {.lex_state = 62}, - [1302] = {.lex_state = 62}, - [1303] = {.lex_state = 58}, - [1304] = {.lex_state = 62}, - [1305] = {.lex_state = 62}, - [1306] = {.lex_state = 62}, - [1307] = {.lex_state = 62}, - [1308] = {.lex_state = 62}, - [1309] = {.lex_state = 62}, - [1310] = {.lex_state = 62}, - [1311] = {.lex_state = 62}, - [1312] = {.lex_state = 62}, - [1313] = {.lex_state = 62}, - [1314] = {.lex_state = 62}, - [1315] = {.lex_state = 62}, - [1316] = {.lex_state = 62}, - [1317] = {.lex_state = 62}, - [1318] = {.lex_state = 63}, - [1319] = {.lex_state = 62}, - [1320] = {.lex_state = 62}, - [1321] = {.lex_state = 62}, - [1322] = {.lex_state = 62}, - [1323] = {.lex_state = 62}, - [1324] = {.lex_state = 63}, - [1325] = {.lex_state = 57}, - [1326] = {.lex_state = 57}, + [961] = {.lex_state = 64}, + [962] = {.lex_state = 66}, + [963] = {.lex_state = 66}, + [964] = {.lex_state = 66}, + [965] = {.lex_state = 66}, + [966] = {.lex_state = 64}, + [967] = {.lex_state = 66}, + [968] = {.lex_state = 64}, + [969] = {.lex_state = 60}, + [970] = {.lex_state = 64}, + [971] = {.lex_state = 60}, + [972] = {.lex_state = 65}, + [973] = {.lex_state = 65}, + [974] = {.lex_state = 65}, + [975] = {.lex_state = 65}, + [976] = {.lex_state = 65}, + [977] = {.lex_state = 64}, + [978] = {.lex_state = 64}, + [979] = {.lex_state = 60}, + [980] = {.lex_state = 65}, + [981] = {.lex_state = 60}, + [982] = {.lex_state = 65}, + [983] = {.lex_state = 64}, + [984] = {.lex_state = 65}, + [985] = {.lex_state = 65}, + [986] = {.lex_state = 65}, + [987] = {.lex_state = 65}, + [988] = {.lex_state = 65}, + [989] = {.lex_state = 65}, + [990] = {.lex_state = 65}, + [991] = {.lex_state = 60}, + [992] = {.lex_state = 60}, + [993] = {.lex_state = 60}, + [994] = {.lex_state = 64}, + [995] = {.lex_state = 65}, + [996] = {.lex_state = 60}, + [997] = {.lex_state = 60}, + [998] = {.lex_state = 64}, + [999] = {.lex_state = 64}, + [1000] = {.lex_state = 65}, + [1001] = {.lex_state = 65}, + [1002] = {.lex_state = 64}, + [1003] = {.lex_state = 60}, + [1004] = {.lex_state = 60}, + [1005] = {.lex_state = 60}, + [1006] = {.lex_state = 60}, + [1007] = {.lex_state = 60}, + [1008] = {.lex_state = 64}, + [1009] = {.lex_state = 60}, + [1010] = {.lex_state = 64}, + [1011] = {.lex_state = 60}, + [1012] = {.lex_state = 60}, + [1013] = {.lex_state = 65}, + [1014] = {.lex_state = 60}, + [1015] = {.lex_state = 64}, + [1016] = {.lex_state = 64}, + [1017] = {.lex_state = 60}, + [1018] = {.lex_state = 64}, + [1019] = {.lex_state = 64}, + [1020] = {.lex_state = 64}, + [1021] = {.lex_state = 70}, + [1022] = {.lex_state = 70}, + [1023] = {.lex_state = 71}, + [1024] = {.lex_state = 71}, + [1025] = {.lex_state = 71}, + [1026] = {.lex_state = 60}, + [1027] = {.lex_state = 71}, + [1028] = {.lex_state = 71}, + [1029] = {.lex_state = 71}, + [1030] = {.lex_state = 71}, + [1031] = {.lex_state = 71}, + [1032] = {.lex_state = 70}, + [1033] = {.lex_state = 64}, + [1034] = {.lex_state = 64}, + [1035] = {.lex_state = 64}, + [1036] = {.lex_state = 71}, + [1037] = {.lex_state = 71}, + [1038] = {.lex_state = 71}, + [1039] = {.lex_state = 70}, + [1040] = {.lex_state = 71}, + [1041] = {.lex_state = 70}, + [1042] = {.lex_state = 70}, + [1043] = {.lex_state = 60}, + [1044] = {.lex_state = 70}, + [1045] = {.lex_state = 70}, + [1046] = {.lex_state = 70}, + [1047] = {.lex_state = 70}, + [1048] = {.lex_state = 64}, + [1049] = {.lex_state = 70}, + [1050] = {.lex_state = 60}, + [1051] = {.lex_state = 70}, + [1052] = {.lex_state = 64}, + [1053] = {.lex_state = 60}, + [1054] = {.lex_state = 64}, + [1055] = {.lex_state = 71}, + [1056] = {.lex_state = 64}, + [1057] = {.lex_state = 71}, + [1058] = {.lex_state = 71}, + [1059] = {.lex_state = 71}, + [1060] = {.lex_state = 71}, + [1061] = {.lex_state = 71}, + [1062] = {.lex_state = 64}, + [1063] = {.lex_state = 64}, + [1064] = {.lex_state = 64}, + [1065] = {.lex_state = 64}, + [1066] = {.lex_state = 70}, + [1067] = {.lex_state = 70}, + [1068] = {.lex_state = 70}, + [1069] = {.lex_state = 64}, + [1070] = {.lex_state = 70}, + [1071] = {.lex_state = 60}, + [1072] = {.lex_state = 64}, + [1073] = {.lex_state = 70}, + [1074] = {.lex_state = 64}, + [1075] = {.lex_state = 70}, + [1076] = {.lex_state = 64}, + [1077] = {.lex_state = 64}, + [1078] = {.lex_state = 64}, + [1079] = {.lex_state = 64}, + [1080] = {.lex_state = 64}, + [1081] = {.lex_state = 64}, + [1082] = {.lex_state = 64}, + [1083] = {.lex_state = 64}, + [1084] = {.lex_state = 64}, + [1085] = {.lex_state = 64}, + [1086] = {.lex_state = 64}, + [1087] = {.lex_state = 64}, + [1088] = {.lex_state = 64}, + [1089] = {.lex_state = 64}, + [1090] = {.lex_state = 64}, + [1091] = {.lex_state = 64}, + [1092] = {.lex_state = 64}, + [1093] = {.lex_state = 64}, + [1094] = {.lex_state = 64}, + [1095] = {.lex_state = 64}, + [1096] = {.lex_state = 64}, + [1097] = {.lex_state = 64}, + [1098] = {.lex_state = 64}, + [1099] = {.lex_state = 64}, + [1100] = {.lex_state = 64}, + [1101] = {.lex_state = 64}, + [1102] = {.lex_state = 64}, + [1103] = {.lex_state = 64}, + [1104] = {.lex_state = 64}, + [1105] = {.lex_state = 64}, + [1106] = {.lex_state = 64}, + [1107] = {.lex_state = 64}, + [1108] = {.lex_state = 64}, + [1109] = {.lex_state = 64}, + [1110] = {.lex_state = 64}, + [1111] = {.lex_state = 64}, + [1112] = {.lex_state = 64}, + [1113] = {.lex_state = 64}, + [1114] = {.lex_state = 140}, + [1115] = {.lex_state = 64}, + [1116] = {.lex_state = 64}, + [1117] = {.lex_state = 64}, + [1118] = {.lex_state = 64}, + [1119] = {.lex_state = 64}, + [1120] = {.lex_state = 64}, + [1121] = {.lex_state = 64}, + [1122] = {.lex_state = 64}, + [1123] = {.lex_state = 64}, + [1124] = {.lex_state = 64}, + [1125] = {.lex_state = 64}, + [1126] = {.lex_state = 64}, + [1127] = {.lex_state = 64}, + [1128] = {.lex_state = 62}, + [1129] = {.lex_state = 62}, + [1130] = {.lex_state = 62}, + [1131] = {.lex_state = 62}, + [1132] = {.lex_state = 62}, + [1133] = {.lex_state = 62}, + [1134] = {.lex_state = 62}, + [1135] = {.lex_state = 62}, + [1136] = {.lex_state = 62}, + [1137] = {.lex_state = 62}, + [1138] = {.lex_state = 62}, + [1139] = {.lex_state = 62}, + [1140] = {.lex_state = 62}, + [1141] = {.lex_state = 64}, + [1142] = {.lex_state = 64}, + [1143] = {.lex_state = 64}, + [1144] = {.lex_state = 64}, + [1145] = {.lex_state = 64}, + [1146] = {.lex_state = 64}, + [1147] = {.lex_state = 64}, + [1148] = {.lex_state = 64}, + [1149] = {.lex_state = 64}, + [1150] = {.lex_state = 64}, + [1151] = {.lex_state = 64}, + [1152] = {.lex_state = 64}, + [1153] = {.lex_state = 64}, + [1154] = {.lex_state = 64}, + [1155] = {.lex_state = 64}, + [1156] = {.lex_state = 64}, + [1157] = {.lex_state = 64}, + [1158] = {.lex_state = 64}, + [1159] = {.lex_state = 64}, + [1160] = {.lex_state = 64}, + [1161] = {.lex_state = 64}, + [1162] = {.lex_state = 64}, + [1163] = {.lex_state = 66}, + [1164] = {.lex_state = 66}, + [1165] = {.lex_state = 66}, + [1166] = {.lex_state = 64}, + [1167] = {.lex_state = 64}, + [1168] = {.lex_state = 66}, + [1169] = {.lex_state = 64}, + [1170] = {.lex_state = 66}, + [1171] = {.lex_state = 66}, + [1172] = {.lex_state = 66}, + [1173] = {.lex_state = 66}, + [1174] = {.lex_state = 66}, + [1175] = {.lex_state = 64}, + [1176] = {.lex_state = 66}, + [1177] = {.lex_state = 66}, + [1178] = {.lex_state = 66}, + [1179] = {.lex_state = 66}, + [1180] = {.lex_state = 64}, + [1181] = {.lex_state = 64}, + [1182] = {.lex_state = 64}, + [1183] = {.lex_state = 64}, + [1184] = {.lex_state = 64}, + [1185] = {.lex_state = 64}, + [1186] = {.lex_state = 64}, + [1187] = {.lex_state = 64}, + [1188] = {.lex_state = 64}, + [1189] = {.lex_state = 60}, + [1190] = {.lex_state = 60}, + [1191] = {.lex_state = 60}, + [1192] = {.lex_state = 60}, + [1193] = {.lex_state = 64}, + [1194] = {.lex_state = 60}, + [1195] = {.lex_state = 60}, + [1196] = {.lex_state = 60}, + [1197] = {.lex_state = 60}, + [1198] = {.lex_state = 60}, + [1199] = {.lex_state = 60}, + [1200] = {.lex_state = 60}, + [1201] = {.lex_state = 60}, + [1202] = {.lex_state = 60}, + [1203] = {.lex_state = 60}, + [1204] = {.lex_state = 64}, + [1205] = {.lex_state = 60}, + [1206] = {.lex_state = 64}, + [1207] = {.lex_state = 64}, + [1208] = {.lex_state = 64}, + [1209] = {.lex_state = 60}, + [1210] = {.lex_state = 64}, + [1211] = {.lex_state = 64}, + [1212] = {.lex_state = 60}, + [1213] = {.lex_state = 60}, + [1214] = {.lex_state = 60}, + [1215] = {.lex_state = 60}, + [1216] = {.lex_state = 60}, + [1217] = {.lex_state = 64}, + [1218] = {.lex_state = 64}, + [1219] = {.lex_state = 60}, + [1220] = {.lex_state = 64}, + [1221] = {.lex_state = 60}, + [1222] = {.lex_state = 60}, + [1223] = {.lex_state = 60}, + [1224] = {.lex_state = 60}, + [1225] = {.lex_state = 64}, + [1226] = {.lex_state = 60}, + [1227] = {.lex_state = 60}, + [1228] = {.lex_state = 64}, + [1229] = {.lex_state = 64}, + [1230] = {.lex_state = 60}, + [1231] = {.lex_state = 60}, + [1232] = {.lex_state = 60}, + [1233] = {.lex_state = 60}, + [1234] = {.lex_state = 60}, + [1235] = {.lex_state = 60}, + [1236] = {.lex_state = 60}, + [1237] = {.lex_state = 60}, + [1238] = {.lex_state = 64}, + [1239] = {.lex_state = 60}, + [1240] = {.lex_state = 60}, + [1241] = {.lex_state = 64}, + [1242] = {.lex_state = 60}, + [1243] = {.lex_state = 60}, + [1244] = {.lex_state = 60}, + [1245] = {.lex_state = 60}, + [1246] = {.lex_state = 60}, + [1247] = {.lex_state = 60}, + [1248] = {.lex_state = 64}, + [1249] = {.lex_state = 60}, + [1250] = {.lex_state = 60}, + [1251] = {.lex_state = 60}, + [1252] = {.lex_state = 60}, + [1253] = {.lex_state = 60}, + [1254] = {.lex_state = 64}, + [1255] = {.lex_state = 60}, + [1256] = {.lex_state = 64}, + [1257] = {.lex_state = 60}, + [1258] = {.lex_state = 64}, + [1259] = {.lex_state = 60}, + [1260] = {.lex_state = 60}, + [1261] = {.lex_state = 60}, + [1262] = {.lex_state = 60}, + [1263] = {.lex_state = 60}, + [1264] = {.lex_state = 64}, + [1265] = {.lex_state = 60}, + [1266] = {.lex_state = 60}, + [1267] = {.lex_state = 60}, + [1268] = {.lex_state = 60}, + [1269] = {.lex_state = 64}, + [1270] = {.lex_state = 60}, + [1271] = {.lex_state = 60}, + [1272] = {.lex_state = 60}, + [1273] = {.lex_state = 60}, + [1274] = {.lex_state = 60}, + [1275] = {.lex_state = 64}, + [1276] = {.lex_state = 64}, + [1277] = {.lex_state = 60}, + [1278] = {.lex_state = 60}, + [1279] = {.lex_state = 60}, + [1280] = {.lex_state = 60}, + [1281] = {.lex_state = 64}, + [1282] = {.lex_state = 64}, + [1283] = {.lex_state = 60}, + [1284] = {.lex_state = 60}, + [1285] = {.lex_state = 60}, + [1286] = {.lex_state = 60}, + [1287] = {.lex_state = 60}, + [1288] = {.lex_state = 60}, + [1289] = {.lex_state = 64}, + [1290] = {.lex_state = 60}, + [1291] = {.lex_state = 60}, + [1292] = {.lex_state = 60}, + [1293] = {.lex_state = 60}, + [1294] = {.lex_state = 60}, + [1295] = {.lex_state = 60}, + [1296] = {.lex_state = 60}, + [1297] = {.lex_state = 60}, + [1298] = {.lex_state = 60}, + [1299] = {.lex_state = 64}, + [1300] = {.lex_state = 60}, + [1301] = {.lex_state = 64}, + [1302] = {.lex_state = 64}, + [1303] = {.lex_state = 60}, + [1304] = {.lex_state = 64}, + [1305] = {.lex_state = 64}, + [1306] = {.lex_state = 64}, + [1307] = {.lex_state = 64}, + [1308] = {.lex_state = 64}, + [1309] = {.lex_state = 64}, + [1310] = {.lex_state = 64}, + [1311] = {.lex_state = 64}, + [1312] = {.lex_state = 64}, + [1313] = {.lex_state = 64}, + [1314] = {.lex_state = 64}, + [1315] = {.lex_state = 64}, + [1316] = {.lex_state = 64}, + [1317] = {.lex_state = 64}, + [1318] = {.lex_state = 65}, + [1319] = {.lex_state = 64}, + [1320] = {.lex_state = 64}, + [1321] = {.lex_state = 64}, + [1322] = {.lex_state = 64}, + [1323] = {.lex_state = 64}, + [1324] = {.lex_state = 65}, + [1325] = {.lex_state = 59}, + [1326] = {.lex_state = 59}, [1327] = {.lex_state = 33}, - [1328] = {.lex_state = 63}, - [1329] = {.lex_state = 63}, - [1330] = {.lex_state = 57}, - [1331] = {.lex_state = 57}, - [1332] = {.lex_state = 57}, - [1333] = {.lex_state = 57}, - [1334] = {.lex_state = 63}, - [1335] = {.lex_state = 63}, - [1336] = {.lex_state = 63}, - [1337] = {.lex_state = 63}, - [1338] = {.lex_state = 63}, - [1339] = {.lex_state = 63}, - [1340] = {.lex_state = 63}, - [1341] = {.lex_state = 63}, - [1342] = {.lex_state = 63}, - [1343] = {.lex_state = 63}, - [1344] = {.lex_state = 57}, - [1345] = {.lex_state = 57}, - [1346] = {.lex_state = 57}, - [1347] = {.lex_state = 57}, - [1348] = {.lex_state = 57}, - [1349] = {.lex_state = 57}, - [1350] = {.lex_state = 63}, - [1351] = {.lex_state = 57}, - [1352] = {.lex_state = 57}, - [1353] = {.lex_state = 57}, - [1354] = {.lex_state = 57}, - [1355] = {.lex_state = 63}, - [1356] = {.lex_state = 57}, - [1357] = {.lex_state = 63}, - [1358] = {.lex_state = 63}, - [1359] = {.lex_state = 63}, - [1360] = {.lex_state = 57}, - [1361] = {.lex_state = 57}, - [1362] = {.lex_state = 57}, - [1363] = {.lex_state = 57}, - [1364] = {.lex_state = 57}, - [1365] = {.lex_state = 63}, - [1366] = {.lex_state = 57}, - [1367] = {.lex_state = 57}, - [1368] = {.lex_state = 57}, - [1369] = {.lex_state = 57}, - [1370] = {.lex_state = 57}, - [1371] = {.lex_state = 57}, - [1372] = {.lex_state = 57}, - [1373] = {.lex_state = 57}, - [1374] = {.lex_state = 57}, - [1375] = {.lex_state = 57}, - [1376] = {.lex_state = 62}, - [1377] = {.lex_state = 62}, - [1378] = {.lex_state = 62}, - [1379] = {.lex_state = 57}, - [1380] = {.lex_state = 63}, - [1381] = {.lex_state = 57}, - [1382] = {.lex_state = 57}, - [1383] = {.lex_state = 62}, - [1384] = {.lex_state = 57}, - [1385] = {.lex_state = 57}, - [1386] = {.lex_state = 57}, - [1387] = {.lex_state = 57}, - [1388] = {.lex_state = 57}, - [1389] = {.lex_state = 57}, - [1390] = {.lex_state = 63}, - [1391] = {.lex_state = 63}, - [1392] = {.lex_state = 57}, - [1393] = {.lex_state = 62}, - [1394] = {.lex_state = 57}, - [1395] = {.lex_state = 57}, - [1396] = {.lex_state = 63}, - [1397] = {.lex_state = 33}, + [1328] = {.lex_state = 65}, + [1329] = {.lex_state = 65}, + [1330] = {.lex_state = 59}, + [1331] = {.lex_state = 59}, + [1332] = {.lex_state = 59}, + [1333] = {.lex_state = 59}, + [1334] = {.lex_state = 65}, + [1335] = {.lex_state = 65}, + [1336] = {.lex_state = 65}, + [1337] = {.lex_state = 65}, + [1338] = {.lex_state = 65}, + [1339] = {.lex_state = 64}, + [1340] = {.lex_state = 65}, + [1341] = {.lex_state = 65}, + [1342] = {.lex_state = 65}, + [1343] = {.lex_state = 65}, + [1344] = {.lex_state = 64}, + [1345] = {.lex_state = 65}, + [1346] = {.lex_state = 59}, + [1347] = {.lex_state = 59}, + [1348] = {.lex_state = 59}, + [1349] = {.lex_state = 59}, + [1350] = {.lex_state = 59}, + [1351] = {.lex_state = 59}, + [1352] = {.lex_state = 59}, + [1353] = {.lex_state = 59}, + [1354] = {.lex_state = 59}, + [1355] = {.lex_state = 65}, + [1356] = {.lex_state = 65}, + [1357] = {.lex_state = 65}, + [1358] = {.lex_state = 59}, + [1359] = {.lex_state = 65}, + [1360] = {.lex_state = 59}, + [1361] = {.lex_state = 65}, + [1362] = {.lex_state = 65}, + [1363] = {.lex_state = 59}, + [1364] = {.lex_state = 59}, + [1365] = {.lex_state = 59}, + [1366] = {.lex_state = 59}, + [1367] = {.lex_state = 59}, + [1368] = {.lex_state = 59}, + [1369] = {.lex_state = 59}, + [1370] = {.lex_state = 59}, + [1371] = {.lex_state = 59}, + [1372] = {.lex_state = 59}, + [1373] = {.lex_state = 59}, + [1374] = {.lex_state = 59}, + [1375] = {.lex_state = 59}, + [1376] = {.lex_state = 59}, + [1377] = {.lex_state = 59}, + [1378] = {.lex_state = 64}, + [1379] = {.lex_state = 59}, + [1380] = {.lex_state = 59}, + [1381] = {.lex_state = 59}, + [1382] = {.lex_state = 59}, + [1383] = {.lex_state = 64}, + [1384] = {.lex_state = 59}, + [1385] = {.lex_state = 59}, + [1386] = {.lex_state = 59}, + [1387] = {.lex_state = 59}, + [1388] = {.lex_state = 59}, + [1389] = {.lex_state = 59}, + [1390] = {.lex_state = 59}, + [1391] = {.lex_state = 65}, + [1392] = {.lex_state = 65}, + [1393] = {.lex_state = 64}, + [1394] = {.lex_state = 59}, + [1395] = {.lex_state = 65}, + [1396] = {.lex_state = 65}, + [1397] = {.lex_state = 64}, [1398] = {.lex_state = 33}, - [1399] = {.lex_state = 62}, - [1400] = {.lex_state = 62}, - [1401] = {.lex_state = 62}, - [1402] = {.lex_state = 62}, + [1399] = {.lex_state = 64}, + [1400] = {.lex_state = 64}, + [1401] = {.lex_state = 33}, + [1402] = {.lex_state = 64}, [1403] = {.lex_state = 33}, [1404] = {.lex_state = 33}, [1405] = {.lex_state = 33}, @@ -14579,12 +14570,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1412] = {.lex_state = 33}, [1413] = {.lex_state = 33}, [1414] = {.lex_state = 33}, - [1415] = {.lex_state = 63}, + [1415] = {.lex_state = 65}, [1416] = {.lex_state = 33}, [1417] = {.lex_state = 33}, [1418] = {.lex_state = 33}, - [1419] = {.lex_state = 62}, - [1420] = {.lex_state = 33}, + [1419] = {.lex_state = 33}, + [1420] = {.lex_state = 64}, [1421] = {.lex_state = 33}, [1422] = {.lex_state = 33}, [1423] = {.lex_state = 33}, @@ -14592,326 +14583,326 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1425] = {.lex_state = 33}, [1426] = {.lex_state = 33}, [1427] = {.lex_state = 33}, - [1428] = {.lex_state = 62}, - [1429] = {.lex_state = 63}, - [1430] = {.lex_state = 33}, - [1431] = {.lex_state = 33}, + [1428] = {.lex_state = 64}, + [1429] = {.lex_state = 33}, + [1430] = {.lex_state = 65}, + [1431] = {.lex_state = 64}, [1432] = {.lex_state = 33}, - [1433] = {.lex_state = 62}, - [1434] = {.lex_state = 62}, + [1433] = {.lex_state = 33}, + [1434] = {.lex_state = 64}, [1435] = {.lex_state = 33}, [1436] = {.lex_state = 33}, [1437] = {.lex_state = 33}, [1438] = {.lex_state = 33}, [1439] = {.lex_state = 33}, - [1440] = {.lex_state = 33}, - [1441] = {.lex_state = 33}, - [1442] = {.lex_state = 62}, - [1443] = {.lex_state = 62}, - [1444] = {.lex_state = 62}, - [1445] = {.lex_state = 62}, - [1446] = {.lex_state = 62}, - [1447] = {.lex_state = 62}, - [1448] = {.lex_state = 62}, - [1449] = {.lex_state = 62}, - [1450] = {.lex_state = 62}, - [1451] = {.lex_state = 62}, - [1452] = {.lex_state = 62}, - [1453] = {.lex_state = 62}, - [1454] = {.lex_state = 62}, - [1455] = {.lex_state = 62}, - [1456] = {.lex_state = 62}, - [1457] = {.lex_state = 62}, - [1458] = {.lex_state = 62}, - [1459] = {.lex_state = 62}, - [1460] = {.lex_state = 62}, - [1461] = {.lex_state = 62}, - [1462] = {.lex_state = 62}, - [1463] = {.lex_state = 62}, - [1464] = {.lex_state = 62}, - [1465] = {.lex_state = 62}, - [1466] = {.lex_state = 62}, - [1467] = {.lex_state = 62}, - [1468] = {.lex_state = 62}, - [1469] = {.lex_state = 62}, - [1470] = {.lex_state = 62}, - [1471] = {.lex_state = 62}, - [1472] = {.lex_state = 61}, - [1473] = {.lex_state = 62}, - [1474] = {.lex_state = 62}, - [1475] = {.lex_state = 62}, - [1476] = {.lex_state = 62}, + [1440] = {.lex_state = 64}, + [1441] = {.lex_state = 64}, + [1442] = {.lex_state = 33}, + [1443] = {.lex_state = 33}, + [1444] = {.lex_state = 64}, + [1445] = {.lex_state = 64}, + [1446] = {.lex_state = 64}, + [1447] = {.lex_state = 64}, + [1448] = {.lex_state = 64}, + [1449] = {.lex_state = 64}, + [1450] = {.lex_state = 64}, + [1451] = {.lex_state = 64}, + [1452] = {.lex_state = 64}, + [1453] = {.lex_state = 64}, + [1454] = {.lex_state = 64}, + [1455] = {.lex_state = 64}, + [1456] = {.lex_state = 64}, + [1457] = {.lex_state = 64}, + [1458] = {.lex_state = 64}, + [1459] = {.lex_state = 64}, + [1460] = {.lex_state = 64}, + [1461] = {.lex_state = 64}, + [1462] = {.lex_state = 64}, + [1463] = {.lex_state = 64}, + [1464] = {.lex_state = 64}, + [1465] = {.lex_state = 64}, + [1466] = {.lex_state = 64}, + [1467] = {.lex_state = 64}, + [1468] = {.lex_state = 64}, + [1469] = {.lex_state = 64}, + [1470] = {.lex_state = 64}, + [1471] = {.lex_state = 64}, + [1472] = {.lex_state = 64}, + [1473] = {.lex_state = 64}, + [1474] = {.lex_state = 64}, + [1475] = {.lex_state = 64}, + [1476] = {.lex_state = 64}, [1477] = {.lex_state = 62}, - [1478] = {.lex_state = 62}, - [1479] = {.lex_state = 62}, - [1480] = {.lex_state = 62}, - [1481] = {.lex_state = 62}, - [1482] = {.lex_state = 62}, - [1483] = {.lex_state = 62}, - [1484] = {.lex_state = 62}, - [1485] = {.lex_state = 62}, - [1486] = {.lex_state = 62}, - [1487] = {.lex_state = 62}, - [1488] = {.lex_state = 62}, - [1489] = {.lex_state = 62}, - [1490] = {.lex_state = 62}, - [1491] = {.lex_state = 62}, - [1492] = {.lex_state = 62}, - [1493] = {.lex_state = 62}, - [1494] = {.lex_state = 62}, - [1495] = {.lex_state = 62}, - [1496] = {.lex_state = 62}, - [1497] = {.lex_state = 62}, - [1498] = {.lex_state = 62}, - [1499] = {.lex_state = 62}, - [1500] = {.lex_state = 62}, - [1501] = {.lex_state = 62}, - [1502] = {.lex_state = 62}, - [1503] = {.lex_state = 62}, - [1504] = {.lex_state = 62}, - [1505] = {.lex_state = 62}, - [1506] = {.lex_state = 62}, - [1507] = {.lex_state = 62}, - [1508] = {.lex_state = 62}, - [1509] = {.lex_state = 62}, - [1510] = {.lex_state = 62}, - [1511] = {.lex_state = 62}, - [1512] = {.lex_state = 61}, + [1478] = {.lex_state = 64}, + [1479] = {.lex_state = 64}, + [1480] = {.lex_state = 64}, + [1481] = {.lex_state = 64}, + [1482] = {.lex_state = 64}, + [1483] = {.lex_state = 64}, + [1484] = {.lex_state = 64}, + [1485] = {.lex_state = 64}, + [1486] = {.lex_state = 64}, + [1487] = {.lex_state = 64}, + [1488] = {.lex_state = 64}, + [1489] = {.lex_state = 64}, + [1490] = {.lex_state = 64}, + [1491] = {.lex_state = 64}, + [1492] = {.lex_state = 64}, + [1493] = {.lex_state = 64}, + [1494] = {.lex_state = 69}, + [1495] = {.lex_state = 64}, + [1496] = {.lex_state = 64}, + [1497] = {.lex_state = 64}, + [1498] = {.lex_state = 64}, + [1499] = {.lex_state = 64}, + [1500] = {.lex_state = 64}, + [1501] = {.lex_state = 69}, + [1502] = {.lex_state = 64}, + [1503] = {.lex_state = 64}, + [1504] = {.lex_state = 64}, + [1505] = {.lex_state = 64}, + [1506] = {.lex_state = 64}, + [1507] = {.lex_state = 64}, + [1508] = {.lex_state = 64}, + [1509] = {.lex_state = 64}, + [1510] = {.lex_state = 64}, + [1511] = {.lex_state = 64}, + [1512] = {.lex_state = 64}, [1513] = {.lex_state = 64}, [1514] = {.lex_state = 62}, - [1515] = {.lex_state = 62}, - [1516] = {.lex_state = 62}, - [1517] = {.lex_state = 61}, - [1518] = {.lex_state = 62}, - [1519] = {.lex_state = 62}, - [1520] = {.lex_state = 62}, - [1521] = {.lex_state = 62}, - [1522] = {.lex_state = 62}, - [1523] = {.lex_state = 62}, - [1524] = {.lex_state = 62}, - [1525] = {.lex_state = 61}, - [1526] = {.lex_state = 62}, + [1515] = {.lex_state = 64}, + [1516] = {.lex_state = 64}, + [1517] = {.lex_state = 64}, + [1518] = {.lex_state = 64}, + [1519] = {.lex_state = 64}, + [1520] = {.lex_state = 64}, + [1521] = {.lex_state = 64}, + [1522] = {.lex_state = 64}, + [1523] = {.lex_state = 64}, + [1524] = {.lex_state = 69}, + [1525] = {.lex_state = 64}, + [1526] = {.lex_state = 64}, [1527] = {.lex_state = 62}, [1528] = {.lex_state = 62}, [1529] = {.lex_state = 64}, - [1530] = {.lex_state = 61}, - [1531] = {.lex_state = 61}, - [1532] = {.lex_state = 62}, - [1533] = {.lex_state = 62}, - [1534] = {.lex_state = 62}, - [1535] = {.lex_state = 62}, - [1536] = {.lex_state = 62}, - [1537] = {.lex_state = 62}, - [1538] = {.lex_state = 62}, + [1530] = {.lex_state = 66}, + [1531] = {.lex_state = 64}, + [1532] = {.lex_state = 66}, + [1533] = {.lex_state = 64}, + [1534] = {.lex_state = 64}, + [1535] = {.lex_state = 64}, + [1536] = {.lex_state = 64}, + [1537] = {.lex_state = 64}, + [1538] = {.lex_state = 64}, [1539] = {.lex_state = 0}, - [1540] = {.lex_state = 62}, - [1541] = {.lex_state = 62}, - [1542] = {.lex_state = 62}, - [1543] = {.lex_state = 62}, - [1544] = {.lex_state = 62}, - [1545] = {.lex_state = 0}, - [1546] = {.lex_state = 0}, - [1547] = {.lex_state = 66}, + [1540] = {.lex_state = 64}, + [1541] = {.lex_state = 64}, + [1542] = {.lex_state = 64}, + [1543] = {.lex_state = 0}, + [1544] = {.lex_state = 64}, + [1545] = {.lex_state = 64}, + [1546] = {.lex_state = 64}, + [1547] = {.lex_state = 140}, [1548] = {.lex_state = 0}, [1549] = {.lex_state = 0}, - [1550] = {.lex_state = 143}, - [1551] = {.lex_state = 143}, - [1552] = {.lex_state = 66}, - [1553] = {.lex_state = 66}, - [1554] = {.lex_state = 143}, - [1555] = {.lex_state = 66}, - [1556] = {.lex_state = 66}, - [1557] = {.lex_state = 143}, - [1558] = {.lex_state = 62}, - [1559] = {.lex_state = 143}, - [1560] = {.lex_state = 0}, - [1561] = {.lex_state = 61}, - [1562] = {.lex_state = 62}, - [1563] = {.lex_state = 58}, - [1564] = {.lex_state = 0}, - [1565] = {.lex_state = 0}, - [1566] = {.lex_state = 0}, - [1567] = {.lex_state = 64}, - [1568] = {.lex_state = 58}, - [1569] = {.lex_state = 62}, - [1570] = {.lex_state = 62}, - [1571] = {.lex_state = 143}, - [1572] = {.lex_state = 62}, - [1573] = {.lex_state = 61}, - [1574] = {.lex_state = 143}, - [1575] = {.lex_state = 62}, - [1576] = {.lex_state = 58}, - [1577] = {.lex_state = 62}, - [1578] = {.lex_state = 62}, - [1579] = {.lex_state = 58}, - [1580] = {.lex_state = 143}, - [1581] = {.lex_state = 61}, - [1582] = {.lex_state = 143}, - [1583] = {.lex_state = 64}, - [1584] = {.lex_state = 64}, - [1585] = {.lex_state = 62}, - [1586] = {.lex_state = 61}, + [1550] = {.lex_state = 0}, + [1551] = {.lex_state = 140}, + [1552] = {.lex_state = 140}, + [1553] = {.lex_state = 68}, + [1554] = {.lex_state = 140}, + [1555] = {.lex_state = 68}, + [1556] = {.lex_state = 68}, + [1557] = {.lex_state = 64}, + [1558] = {.lex_state = 68}, + [1559] = {.lex_state = 140}, + [1560] = {.lex_state = 68}, + [1561] = {.lex_state = 64}, + [1562] = {.lex_state = 0}, + [1563] = {.lex_state = 66}, + [1564] = {.lex_state = 66}, + [1565] = {.lex_state = 64}, + [1566] = {.lex_state = 60}, + [1567] = {.lex_state = 140}, + [1568] = {.lex_state = 140}, + [1569] = {.lex_state = 0}, + [1570] = {.lex_state = 64}, + [1571] = {.lex_state = 64}, + [1572] = {.lex_state = 66}, + [1573] = {.lex_state = 0}, + [1574] = {.lex_state = 60}, + [1575] = {.lex_state = 64}, + [1576] = {.lex_state = 60}, + [1577] = {.lex_state = 140}, + [1578] = {.lex_state = 64}, + [1579] = {.lex_state = 140}, + [1580] = {.lex_state = 64}, + [1581] = {.lex_state = 140}, + [1582] = {.lex_state = 0}, + [1583] = {.lex_state = 140}, + [1584] = {.lex_state = 62}, + [1585] = {.lex_state = 66}, + [1586] = {.lex_state = 62}, [1587] = {.lex_state = 64}, [1588] = {.lex_state = 64}, - [1589] = {.lex_state = 143}, - [1590] = {.lex_state = 64}, - [1591] = {.lex_state = 64}, - [1592] = {.lex_state = 143}, + [1589] = {.lex_state = 60}, + [1590] = {.lex_state = 66}, + [1591] = {.lex_state = 66}, + [1592] = {.lex_state = 66}, [1593] = {.lex_state = 62}, [1594] = {.lex_state = 62}, - [1595] = {.lex_state = 143}, - [1596] = {.lex_state = 62}, - [1597] = {.lex_state = 62}, - [1598] = {.lex_state = 143}, - [1599] = {.lex_state = 62}, - [1600] = {.lex_state = 62}, - [1601] = {.lex_state = 62}, - [1602] = {.lex_state = 0}, - [1603] = {.lex_state = 0}, - [1604] = {.lex_state = 62}, - [1605] = {.lex_state = 62}, - [1606] = {.lex_state = 62}, - [1607] = {.lex_state = 62}, - [1608] = {.lex_state = 143}, - [1609] = {.lex_state = 61}, - [1610] = {.lex_state = 143}, - [1611] = {.lex_state = 0}, - [1612] = {.lex_state = 143}, - [1613] = {.lex_state = 62}, - [1614] = {.lex_state = 143}, - [1615] = {.lex_state = 0}, - [1616] = {.lex_state = 62}, - [1617] = {.lex_state = 62}, - [1618] = {.lex_state = 143}, - [1619] = {.lex_state = 143}, - [1620] = {.lex_state = 143}, + [1595] = {.lex_state = 64}, + [1596] = {.lex_state = 64}, + [1597] = {.lex_state = 64}, + [1598] = {.lex_state = 0}, + [1599] = {.lex_state = 64}, + [1600] = {.lex_state = 64}, + [1601] = {.lex_state = 0}, + [1602] = {.lex_state = 64}, + [1603] = {.lex_state = 64}, + [1604] = {.lex_state = 64}, + [1605] = {.lex_state = 64}, + [1606] = {.lex_state = 140}, + [1607] = {.lex_state = 140}, + [1608] = {.lex_state = 64}, + [1609] = {.lex_state = 140}, + [1610] = {.lex_state = 140}, + [1611] = {.lex_state = 69}, + [1612] = {.lex_state = 140}, + [1613] = {.lex_state = 69}, + [1614] = {.lex_state = 69}, + [1615] = {.lex_state = 69}, + [1616] = {.lex_state = 69}, + [1617] = {.lex_state = 69}, + [1618] = {.lex_state = 64}, + [1619] = {.lex_state = 140}, + [1620] = {.lex_state = 140}, [1621] = {.lex_state = 64}, - [1622] = {.lex_state = 64}, - [1623] = {.lex_state = 0}, - [1624] = {.lex_state = 61}, - [1625] = {.lex_state = 64}, - [1626] = {.lex_state = 62}, - [1627] = {.lex_state = 62}, + [1622] = {.lex_state = 140}, + [1623] = {.lex_state = 69}, + [1624] = {.lex_state = 69}, + [1625] = {.lex_state = 0}, + [1626] = {.lex_state = 64}, + [1627] = {.lex_state = 69}, [1628] = {.lex_state = 0}, - [1629] = {.lex_state = 61}, - [1630] = {.lex_state = 62}, - [1631] = {.lex_state = 143}, - [1632] = {.lex_state = 61}, - [1633] = {.lex_state = 61}, - [1634] = {.lex_state = 61}, - [1635] = {.lex_state = 143}, - [1636] = {.lex_state = 53}, - [1637] = {.lex_state = 143}, - [1638] = {.lex_state = 143}, - [1639] = {.lex_state = 61}, - [1640] = {.lex_state = 143}, - [1641] = {.lex_state = 61}, - [1642] = {.lex_state = 61}, - [1643] = {.lex_state = 143}, - [1644] = {.lex_state = 61}, - [1645] = {.lex_state = 143}, - [1646] = {.lex_state = 143}, - [1647] = {.lex_state = 61}, - [1648] = {.lex_state = 62}, - [1649] = {.lex_state = 143}, - [1650] = {.lex_state = 143}, - [1651] = {.lex_state = 61}, - [1652] = {.lex_state = 143}, - [1653] = {.lex_state = 61}, - [1654] = {.lex_state = 61}, - [1655] = {.lex_state = 143}, - [1656] = {.lex_state = 61}, - [1657] = {.lex_state = 64}, - [1658] = {.lex_state = 143}, - [1659] = {.lex_state = 64}, + [1629] = {.lex_state = 69}, + [1630] = {.lex_state = 140}, + [1631] = {.lex_state = 69}, + [1632] = {.lex_state = 66}, + [1633] = {.lex_state = 0}, + [1634] = {.lex_state = 64}, + [1635] = {.lex_state = 64}, + [1636] = {.lex_state = 66}, + [1637] = {.lex_state = 0}, + [1638] = {.lex_state = 66}, + [1639] = {.lex_state = 69}, + [1640] = {.lex_state = 62}, + [1641] = {.lex_state = 140}, + [1642] = {.lex_state = 66}, + [1643] = {.lex_state = 140}, + [1644] = {.lex_state = 140}, + [1645] = {.lex_state = 140}, + [1646] = {.lex_state = 140}, + [1647] = {.lex_state = 140}, + [1648] = {.lex_state = 64}, + [1649] = {.lex_state = 55}, + [1650] = {.lex_state = 140}, + [1651] = {.lex_state = 140}, + [1652] = {.lex_state = 140}, + [1653] = {.lex_state = 62}, + [1654] = {.lex_state = 64}, + [1655] = {.lex_state = 140}, + [1656] = {.lex_state = 140}, + [1657] = {.lex_state = 140}, + [1658] = {.lex_state = 140}, + [1659] = {.lex_state = 66}, [1660] = {.lex_state = 0}, [1661] = {.lex_state = 0}, [1662] = {.lex_state = 0}, [1663] = {.lex_state = 0}, - [1664] = {.lex_state = 36}, - [1665] = {.lex_state = 36}, - [1666] = {.lex_state = 36}, - [1667] = {.lex_state = 41}, - [1668] = {.lex_state = 62}, - [1669] = {.lex_state = 36}, + [1664] = {.lex_state = 38}, + [1665] = {.lex_state = 38}, + [1666] = {.lex_state = 38}, + [1667] = {.lex_state = 43}, + [1668] = {.lex_state = 64}, + [1669] = {.lex_state = 38}, [1670] = {.lex_state = 0}, - [1671] = {.lex_state = 62}, - [1672] = {.lex_state = 36}, + [1671] = {.lex_state = 64}, + [1672] = {.lex_state = 38}, [1673] = {.lex_state = 0}, - [1674] = {.lex_state = 62}, - [1675] = {.lex_state = 62}, - [1676] = {.lex_state = 62}, - [1677] = {.lex_state = 41}, - [1678] = {.lex_state = 62}, - [1679] = {.lex_state = 62}, - [1680] = {.lex_state = 36}, - [1681] = {.lex_state = 61}, - [1682] = {.lex_state = 61}, - [1683] = {.lex_state = 61}, - [1684] = {.lex_state = 61}, - [1685] = {.lex_state = 62}, - [1686] = {.lex_state = 62}, + [1674] = {.lex_state = 64}, + [1675] = {.lex_state = 64}, + [1676] = {.lex_state = 64}, + [1677] = {.lex_state = 43}, + [1678] = {.lex_state = 64}, + [1679] = {.lex_state = 64}, + [1680] = {.lex_state = 38}, + [1681] = {.lex_state = 62}, + [1682] = {.lex_state = 62}, + [1683] = {.lex_state = 62}, + [1684] = {.lex_state = 62}, + [1685] = {.lex_state = 64}, + [1686] = {.lex_state = 64}, [1687] = {.lex_state = 0}, [1688] = {.lex_state = 0}, - [1689] = {.lex_state = 36}, + [1689] = {.lex_state = 38}, [1690] = {.lex_state = 0}, [1691] = {.lex_state = 0}, - [1692] = {.lex_state = 43}, - [1693] = {.lex_state = 41}, - [1694] = {.lex_state = 62}, - [1695] = {.lex_state = 62}, - [1696] = {.lex_state = 62}, - [1697] = {.lex_state = 43}, - [1698] = {.lex_state = 41}, - [1699] = {.lex_state = 62}, - [1700] = {.lex_state = 62}, - [1701] = {.lex_state = 62}, - [1702] = {.lex_state = 62}, - [1703] = {.lex_state = 62}, - [1704] = {.lex_state = 62}, - [1705] = {.lex_state = 41}, - [1706] = {.lex_state = 62}, - [1707] = {.lex_state = 62}, - [1708] = {.lex_state = 62}, - [1709] = {.lex_state = 36}, - [1710] = {.lex_state = 62}, - [1711] = {.lex_state = 43}, - [1712] = {.lex_state = 41}, - [1713] = {.lex_state = 62}, - [1714] = {.lex_state = 43}, - [1715] = {.lex_state = 62}, - [1716] = {.lex_state = 62}, - [1717] = {.lex_state = 41}, - [1718] = {.lex_state = 62}, - [1719] = {.lex_state = 62}, - [1720] = {.lex_state = 43}, - [1721] = {.lex_state = 53}, - [1722] = {.lex_state = 36}, - [1723] = {.lex_state = 62}, - [1724] = {.lex_state = 62}, - [1725] = {.lex_state = 62}, - [1726] = {.lex_state = 62}, - [1727] = {.lex_state = 62}, - [1728] = {.lex_state = 62}, - [1729] = {.lex_state = 41}, - [1730] = {.lex_state = 41}, - [1731] = {.lex_state = 143}, - [1732] = {.lex_state = 38}, + [1692] = {.lex_state = 45}, + [1693] = {.lex_state = 43}, + [1694] = {.lex_state = 64}, + [1695] = {.lex_state = 64}, + [1696] = {.lex_state = 64}, + [1697] = {.lex_state = 45}, + [1698] = {.lex_state = 43}, + [1699] = {.lex_state = 64}, + [1700] = {.lex_state = 64}, + [1701] = {.lex_state = 64}, + [1702] = {.lex_state = 64}, + [1703] = {.lex_state = 64}, + [1704] = {.lex_state = 64}, + [1705] = {.lex_state = 43}, + [1706] = {.lex_state = 64}, + [1707] = {.lex_state = 64}, + [1708] = {.lex_state = 64}, + [1709] = {.lex_state = 38}, + [1710] = {.lex_state = 64}, + [1711] = {.lex_state = 45}, + [1712] = {.lex_state = 43}, + [1713] = {.lex_state = 64}, + [1714] = {.lex_state = 45}, + [1715] = {.lex_state = 64}, + [1716] = {.lex_state = 64}, + [1717] = {.lex_state = 43}, + [1718] = {.lex_state = 64}, + [1719] = {.lex_state = 64}, + [1720] = {.lex_state = 45}, + [1721] = {.lex_state = 55}, + [1722] = {.lex_state = 38}, + [1723] = {.lex_state = 64}, + [1724] = {.lex_state = 64}, + [1725] = {.lex_state = 64}, + [1726] = {.lex_state = 64}, + [1727] = {.lex_state = 64}, + [1728] = {.lex_state = 64}, + [1729] = {.lex_state = 43}, + [1730] = {.lex_state = 43}, + [1731] = {.lex_state = 140}, + [1732] = {.lex_state = 40}, [1733] = {.lex_state = 0}, [1734] = {.lex_state = 0}, - [1735] = {.lex_state = 43}, + [1735] = {.lex_state = 45}, [1736] = {.lex_state = 0}, [1737] = {.lex_state = 0}, [1738] = {.lex_state = 0}, - [1739] = {.lex_state = 53}, - [1740] = {.lex_state = 62}, + [1739] = {.lex_state = 55}, + [1740] = {.lex_state = 64}, [1741] = {.lex_state = 0}, - [1742] = {.lex_state = 62}, - [1743] = {.lex_state = 62}, + [1742] = {.lex_state = 64}, + [1743] = {.lex_state = 64}, [1744] = {.lex_state = 0}, - [1745] = {.lex_state = 62}, + [1745] = {.lex_state = 64}, [1746] = {.lex_state = 0}, - [1747] = {.lex_state = 62}, + [1747] = {.lex_state = 64}, [1748] = {.lex_state = 0}, [1749] = {.lex_state = 0}, [1750] = {.lex_state = 0}, @@ -14925,29 +14916,29 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1758] = {.lex_state = 0}, [1759] = {.lex_state = 0}, [1760] = {.lex_state = 0}, - [1761] = {.lex_state = 38}, + [1761] = {.lex_state = 40}, [1762] = {.lex_state = 0}, - [1763] = {.lex_state = 53}, + [1763] = {.lex_state = 55}, [1764] = {.lex_state = 0}, - [1765] = {.lex_state = 53}, + [1765] = {.lex_state = 55}, [1766] = {.lex_state = 0}, - [1767] = {.lex_state = 43}, - [1768] = {.lex_state = 38}, - [1769] = {.lex_state = 38}, - [1770] = {.lex_state = 53}, + [1767] = {.lex_state = 45}, + [1768] = {.lex_state = 40}, + [1769] = {.lex_state = 40}, + [1770] = {.lex_state = 55}, [1771] = {.lex_state = 0}, - [1772] = {.lex_state = 62}, + [1772] = {.lex_state = 64}, [1773] = {.lex_state = 0}, [1774] = {.lex_state = 0}, [1775] = {.lex_state = 0}, [1776] = {.lex_state = 0}, [1777] = {.lex_state = 0}, [1778] = {.lex_state = 0}, - [1779] = {.lex_state = 53}, + [1779] = {.lex_state = 55}, [1780] = {.lex_state = 0}, [1781] = {.lex_state = 0}, [1782] = {.lex_state = 0}, - [1783] = {.lex_state = 53}, + [1783] = {.lex_state = 55}, [1784] = {.lex_state = 0}, [1785] = {.lex_state = 0}, [1786] = {.lex_state = 0}, @@ -14955,10 +14946,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1788] = {.lex_state = 0}, [1789] = {.lex_state = 0}, [1790] = {.lex_state = 0}, - [1791] = {.lex_state = 53}, + [1791] = {.lex_state = 55}, [1792] = {.lex_state = 0}, [1793] = {.lex_state = 0}, - [1794] = {.lex_state = 62}, + [1794] = {.lex_state = 64}, [1795] = {.lex_state = 0}, [1796] = {.lex_state = 0}, [1797] = {.lex_state = 0}, @@ -14966,21 +14957,21 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1799] = {.lex_state = 0}, [1800] = {.lex_state = 0}, [1801] = {.lex_state = 0}, - [1802] = {.lex_state = 62}, + [1802] = {.lex_state = 64}, [1803] = {.lex_state = 0}, - [1804] = {.lex_state = 62}, - [1805] = {.lex_state = 38}, - [1806] = {.lex_state = 62}, - [1807] = {.lex_state = 43}, + [1804] = {.lex_state = 64}, + [1805] = {.lex_state = 40}, + [1806] = {.lex_state = 64}, + [1807] = {.lex_state = 45}, [1808] = {.lex_state = 0}, - [1809] = {.lex_state = 62}, + [1809] = {.lex_state = 64}, [1810] = {.lex_state = 0}, [1811] = {.lex_state = 0}, [1812] = {.lex_state = 0}, [1813] = {.lex_state = 0}, - [1814] = {.lex_state = 43}, - [1815] = {.lex_state = 62}, - [1816] = {.lex_state = 62}, + [1814] = {.lex_state = 45}, + [1815] = {.lex_state = 64}, + [1816] = {.lex_state = 64}, [1817] = {.lex_state = 0}, [1818] = {.lex_state = 0}, [1819] = {.lex_state = 0}, @@ -14988,51 +14979,51 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1821] = {.lex_state = 0}, [1822] = {.lex_state = 0}, [1823] = {.lex_state = 0}, - [1824] = {.lex_state = 143}, - [1825] = {.lex_state = 143}, - [1826] = {.lex_state = 143}, + [1824] = {.lex_state = 140}, + [1825] = {.lex_state = 140}, + [1826] = {.lex_state = 140}, [1827] = {.lex_state = 0}, - [1828] = {.lex_state = 53}, + [1828] = {.lex_state = 55}, [1829] = {.lex_state = 0}, - [1830] = {.lex_state = 143}, - [1831] = {.lex_state = 143}, + [1830] = {.lex_state = 140}, + [1831] = {.lex_state = 140}, [1832] = {.lex_state = 0}, - [1833] = {.lex_state = 37}, - [1834] = {.lex_state = 143}, - [1835] = {.lex_state = 143}, + [1833] = {.lex_state = 39}, + [1834] = {.lex_state = 140}, + [1835] = {.lex_state = 140}, [1836] = {.lex_state = 0}, [1837] = {.lex_state = 0}, [1838] = {.lex_state = 0}, [1839] = {.lex_state = 0}, - [1840] = {.lex_state = 143}, + [1840] = {.lex_state = 140}, [1841] = {.lex_state = 0}, - [1842] = {.lex_state = 53}, - [1843] = {.lex_state = 143}, - [1844] = {.lex_state = 143}, - [1845] = {.lex_state = 37}, - [1846] = {.lex_state = 143}, - [1847] = {.lex_state = 143}, - [1848] = {.lex_state = 143}, - [1849] = {.lex_state = 62}, - [1850] = {.lex_state = 143}, + [1842] = {.lex_state = 55}, + [1843] = {.lex_state = 140}, + [1844] = {.lex_state = 140}, + [1845] = {.lex_state = 39}, + [1846] = {.lex_state = 140}, + [1847] = {.lex_state = 140}, + [1848] = {.lex_state = 140}, + [1849] = {.lex_state = 64}, + [1850] = {.lex_state = 140}, [1851] = {.lex_state = 0}, [1852] = {.lex_state = 0}, - [1853] = {.lex_state = 143}, - [1854] = {.lex_state = 37}, - [1855] = {.lex_state = 143}, + [1853] = {.lex_state = 140}, + [1854] = {.lex_state = 39}, + [1855] = {.lex_state = 140}, [1856] = {.lex_state = 0}, - [1857] = {.lex_state = 37}, + [1857] = {.lex_state = 39}, [1858] = {.lex_state = 0}, [1859] = {.lex_state = 0}, - [1860] = {.lex_state = 37}, - [1861] = {.lex_state = 37}, - [1862] = {.lex_state = 37}, - [1863] = {.lex_state = 62}, - [1864] = {.lex_state = 62}, - [1865] = {.lex_state = 143}, + [1860] = {.lex_state = 39}, + [1861] = {.lex_state = 39}, + [1862] = {.lex_state = 39}, + [1863] = {.lex_state = 64}, + [1864] = {.lex_state = 64}, + [1865] = {.lex_state = 140}, [1866] = {.lex_state = 0}, - [1867] = {.lex_state = 143}, - [1868] = {.lex_state = 143}, + [1867] = {.lex_state = 140}, + [1868] = {.lex_state = 140}, [1869] = {.lex_state = 0}, [1870] = {.lex_state = 0}, [1871] = {.lex_state = 0}, @@ -15040,215 +15031,215 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1873] = {.lex_state = 0}, [1874] = {.lex_state = 0}, [1875] = {.lex_state = 0}, - [1876] = {.lex_state = 143}, - [1877] = {.lex_state = 62}, + [1876] = {.lex_state = 140}, + [1877] = {.lex_state = 64}, [1878] = {.lex_state = 0}, [1879] = {.lex_state = 0}, [1880] = {.lex_state = 0}, [1881] = {.lex_state = 0}, - [1882] = {.lex_state = 143}, - [1883] = {.lex_state = 143}, - [1884] = {.lex_state = 143}, - [1885] = {.lex_state = 37}, - [1886] = {.lex_state = 53}, + [1882] = {.lex_state = 140}, + [1883] = {.lex_state = 140}, + [1884] = {.lex_state = 140}, + [1885] = {.lex_state = 39}, + [1886] = {.lex_state = 55}, [1887] = {.lex_state = 0}, - [1888] = {.lex_state = 37}, - [1889] = {.lex_state = 37}, - [1890] = {.lex_state = 37}, - [1891] = {.lex_state = 143}, + [1888] = {.lex_state = 39}, + [1889] = {.lex_state = 39}, + [1890] = {.lex_state = 39}, + [1891] = {.lex_state = 140}, [1892] = {.lex_state = 0}, - [1893] = {.lex_state = 62}, + [1893] = {.lex_state = 64}, [1894] = {.lex_state = 0}, - [1895] = {.lex_state = 37}, - [1896] = {.lex_state = 37}, + [1895] = {.lex_state = 39}, + [1896] = {.lex_state = 39}, [1897] = {.lex_state = 0}, [1898] = {.lex_state = 0}, [1899] = {.lex_state = 0}, [1900] = {.lex_state = 0}, - [1901] = {.lex_state = 37}, - [1902] = {.lex_state = 143}, + [1901] = {.lex_state = 39}, + [1902] = {.lex_state = 140}, [1903] = {.lex_state = 0}, [1904] = {.lex_state = 0}, - [1905] = {.lex_state = 143}, - [1906] = {.lex_state = 37}, + [1905] = {.lex_state = 140}, + [1906] = {.lex_state = 39}, [1907] = {.lex_state = 0}, [1908] = {.lex_state = 0}, - [1909] = {.lex_state = 37}, + [1909] = {.lex_state = 39}, [1910] = {.lex_state = 0}, [1911] = {.lex_state = 0}, - [1912] = {.lex_state = 37}, - [1913] = {.lex_state = 37}, + [1912] = {.lex_state = 39}, + [1913] = {.lex_state = 39}, [1914] = {.lex_state = 0}, - [1915] = {.lex_state = 37}, - [1916] = {.lex_state = 62}, - [1917] = {.lex_state = 143}, - [1918] = {.lex_state = 62}, - [1919] = {.lex_state = 37}, - [1920] = {.lex_state = 37}, - [1921] = {.lex_state = 143}, - [1922] = {.lex_state = 62}, - [1923] = {.lex_state = 143}, - [1924] = {.lex_state = 143}, + [1915] = {.lex_state = 39}, + [1916] = {.lex_state = 64}, + [1917] = {.lex_state = 140}, + [1918] = {.lex_state = 64}, + [1919] = {.lex_state = 39}, + [1920] = {.lex_state = 39}, + [1921] = {.lex_state = 140}, + [1922] = {.lex_state = 64}, + [1923] = {.lex_state = 140}, + [1924] = {.lex_state = 140}, [1925] = {.lex_state = 0}, - [1926] = {.lex_state = 62}, - [1927] = {.lex_state = 62}, - [1928] = {.lex_state = 38}, + [1926] = {.lex_state = 64}, + [1927] = {.lex_state = 64}, + [1928] = {.lex_state = 40}, [1929] = {.lex_state = 0}, [1930] = {.lex_state = 0}, - [1931] = {.lex_state = 62}, + [1931] = {.lex_state = 64}, [1932] = {.lex_state = 0}, - [1933] = {.lex_state = 38}, - [1934] = {.lex_state = 38}, - [1935] = {.lex_state = 38}, - [1936] = {.lex_state = 38}, - [1937] = {.lex_state = 51}, + [1933] = {.lex_state = 40}, + [1934] = {.lex_state = 40}, + [1935] = {.lex_state = 40}, + [1936] = {.lex_state = 40}, + [1937] = {.lex_state = 53}, [1938] = {.lex_state = 0}, - [1939] = {.lex_state = 51}, + [1939] = {.lex_state = 53}, [1940] = {.lex_state = 0}, - [1941] = {.lex_state = 38}, - [1942] = {.lex_state = 51}, + [1941] = {.lex_state = 40}, + [1942] = {.lex_state = 53}, [1943] = {.lex_state = 0}, - [1944] = {.lex_state = 38}, + [1944] = {.lex_state = 40}, [1945] = {.lex_state = 0}, - [1946] = {.lex_state = 38}, + [1946] = {.lex_state = 40}, [1947] = {.lex_state = 0}, - [1948] = {.lex_state = 38}, - [1949] = {.lex_state = 51}, - [1950] = {.lex_state = 38}, + [1948] = {.lex_state = 40}, + [1949] = {.lex_state = 53}, + [1950] = {.lex_state = 40}, [1951] = {.lex_state = 0}, - [1952] = {.lex_state = 38}, + [1952] = {.lex_state = 40}, [1953] = {.lex_state = 0}, - [1954] = {.lex_state = 38}, - [1955] = {.lex_state = 143}, - [1956] = {.lex_state = 51}, + [1954] = {.lex_state = 40}, + [1955] = {.lex_state = 140}, + [1956] = {.lex_state = 53}, [1957] = {.lex_state = 0}, - [1958] = {.lex_state = 62}, + [1958] = {.lex_state = 64}, [1959] = {.lex_state = 0}, [1960] = {.lex_state = 0}, [1961] = {.lex_state = 0}, - [1962] = {.lex_state = 62}, + [1962] = {.lex_state = 64}, [1963] = {.lex_state = 0}, [1964] = {.lex_state = 0}, - [1965] = {.lex_state = 51}, - [1966] = {.lex_state = 62}, + [1965] = {.lex_state = 53}, + [1966] = {.lex_state = 64}, [1967] = {.lex_state = 0}, [1968] = {.lex_state = 0}, [1969] = {.lex_state = 0}, [1970] = {.lex_state = 0}, - [1971] = {.lex_state = 51}, - [1972] = {.lex_state = 51}, - [1973] = {.lex_state = 51}, - [1974] = {.lex_state = 51}, - [1975] = {.lex_state = 51}, - [1976] = {.lex_state = 62}, - [1977] = {.lex_state = 51}, + [1971] = {.lex_state = 53}, + [1972] = {.lex_state = 53}, + [1973] = {.lex_state = 53}, + [1974] = {.lex_state = 53}, + [1975] = {.lex_state = 53}, + [1976] = {.lex_state = 64}, + [1977] = {.lex_state = 53}, [1978] = {.lex_state = 0}, [1979] = {.lex_state = 0}, - [1980] = {.lex_state = 51}, - [1981] = {.lex_state = 51}, + [1980] = {.lex_state = 53}, + [1981] = {.lex_state = 53}, [1982] = {.lex_state = 0}, - [1983] = {.lex_state = 51}, - [1984] = {.lex_state = 38}, - [1985] = {.lex_state = 51}, - [1986] = {.lex_state = 51}, - [1987] = {.lex_state = 143}, + [1983] = {.lex_state = 53}, + [1984] = {.lex_state = 40}, + [1985] = {.lex_state = 53}, + [1986] = {.lex_state = 53}, + [1987] = {.lex_state = 140}, [1988] = {.lex_state = 0}, - [1989] = {.lex_state = 51}, - [1990] = {.lex_state = 38}, - [1991] = {.lex_state = 51}, - [1992] = {.lex_state = 51}, + [1989] = {.lex_state = 53}, + [1990] = {.lex_state = 40}, + [1991] = {.lex_state = 53}, + [1992] = {.lex_state = 53}, [1993] = {.lex_state = 0}, [1994] = {.lex_state = 0}, [1995] = {.lex_state = 0}, [1996] = {.lex_state = 0}, - [1997] = {.lex_state = 38}, - [1998] = {.lex_state = 51}, - [1999] = {.lex_state = 62}, - [2000] = {.lex_state = 62}, - [2001] = {.lex_state = 51}, - [2002] = {.lex_state = 51}, + [1997] = {.lex_state = 40}, + [1998] = {.lex_state = 53}, + [1999] = {.lex_state = 64}, + [2000] = {.lex_state = 64}, + [2001] = {.lex_state = 53}, + [2002] = {.lex_state = 53}, [2003] = {.lex_state = 0}, [2004] = {.lex_state = 0}, [2005] = {.lex_state = 0}, [2006] = {.lex_state = 0}, - [2007] = {.lex_state = 38}, - [2008] = {.lex_state = 62}, - [2009] = {.lex_state = 62}, - [2010] = {.lex_state = 38}, - [2011] = {.lex_state = 143}, + [2007] = {.lex_state = 40}, + [2008] = {.lex_state = 64}, + [2009] = {.lex_state = 64}, + [2010] = {.lex_state = 40}, + [2011] = {.lex_state = 140}, [2012] = {.lex_state = 0}, [2013] = {.lex_state = 0}, [2014] = {.lex_state = 0}, - [2015] = {.lex_state = 143}, - [2016] = {.lex_state = 62}, - [2017] = {.lex_state = 62}, + [2015] = {.lex_state = 140}, + [2016] = {.lex_state = 64}, + [2017] = {.lex_state = 64}, [2018] = {.lex_state = 0}, - [2019] = {.lex_state = 62}, - [2020] = {.lex_state = 51}, + [2019] = {.lex_state = 64}, + [2020] = {.lex_state = 53}, [2021] = {.lex_state = 0}, [2022] = {.lex_state = 0}, - [2023] = {.lex_state = 51}, - [2024] = {.lex_state = 62}, + [2023] = {.lex_state = 53}, + [2024] = {.lex_state = 64}, [2025] = {.lex_state = 0}, [2026] = {.lex_state = 0}, - [2027] = {.lex_state = 62}, - [2028] = {.lex_state = 62}, + [2027] = {.lex_state = 64}, + [2028] = {.lex_state = 64}, [2029] = {.lex_state = 0}, - [2030] = {.lex_state = 51}, + [2030] = {.lex_state = 53}, [2031] = {.lex_state = 0}, - [2032] = {.lex_state = 51}, - [2033] = {.lex_state = 51}, + [2032] = {.lex_state = 53}, + [2033] = {.lex_state = 53}, [2034] = {.lex_state = 0}, - [2035] = {.lex_state = 62}, - [2036] = {.lex_state = 38}, - [2037] = {.lex_state = 51}, + [2035] = {.lex_state = 64}, + [2036] = {.lex_state = 40}, + [2037] = {.lex_state = 53}, [2038] = {.lex_state = 0}, - [2039] = {.lex_state = 62}, - [2040] = {.lex_state = 51}, + [2039] = {.lex_state = 64}, + [2040] = {.lex_state = 53}, [2041] = {.lex_state = 0}, - [2042] = {.lex_state = 51}, - [2043] = {.lex_state = 51}, - [2044] = {.lex_state = 38}, - [2045] = {.lex_state = 62}, + [2042] = {.lex_state = 53}, + [2043] = {.lex_state = 53}, + [2044] = {.lex_state = 40}, + [2045] = {.lex_state = 64}, [2046] = {.lex_state = 0}, [2047] = {.lex_state = 0}, [2048] = {.lex_state = 0}, - [2049] = {.lex_state = 51}, - [2050] = {.lex_state = 51}, - [2051] = {.lex_state = 38}, + [2049] = {.lex_state = 53}, + [2050] = {.lex_state = 53}, + [2051] = {.lex_state = 40}, [2052] = {.lex_state = 0}, - [2053] = {.lex_state = 62}, - [2054] = {.lex_state = 62}, - [2055] = {.lex_state = 62}, + [2053] = {.lex_state = 64}, + [2054] = {.lex_state = 64}, + [2055] = {.lex_state = 64}, [2056] = {.lex_state = 0}, [2057] = {.lex_state = 0}, [2058] = {.lex_state = 0}, - [2059] = {.lex_state = 62}, - [2060] = {.lex_state = 51}, - [2061] = {.lex_state = 51}, + [2059] = {.lex_state = 64}, + [2060] = {.lex_state = 53}, + [2061] = {.lex_state = 53}, [2062] = {.lex_state = 0}, - [2063] = {.lex_state = 38}, + [2063] = {.lex_state = 40}, [2064] = {.lex_state = 0}, - [2065] = {.lex_state = 38}, - [2066] = {.lex_state = 38}, + [2065] = {.lex_state = 40}, + [2066] = {.lex_state = 40}, [2067] = {.lex_state = 0}, - [2068] = {.lex_state = 38}, + [2068] = {.lex_state = 40}, [2069] = {.lex_state = 0}, - [2070] = {.lex_state = 62}, - [2071] = {.lex_state = 62}, + [2070] = {.lex_state = 64}, + [2071] = {.lex_state = 64}, [2072] = {.lex_state = 0}, [2073] = {.lex_state = 0}, - [2074] = {.lex_state = 62}, - [2075] = {.lex_state = 62}, - [2076] = {.lex_state = 62}, + [2074] = {.lex_state = 64}, + [2075] = {.lex_state = 64}, + [2076] = {.lex_state = 64}, [2077] = {.lex_state = 0}, [2078] = {.lex_state = 0}, [2079] = {.lex_state = 0}, [2080] = {.lex_state = 0}, - [2081] = {.lex_state = 143}, + [2081] = {.lex_state = 140}, [2082] = {.lex_state = 0}, [2083] = {.lex_state = 0}, - [2084] = {.lex_state = 143}, + [2084] = {.lex_state = 140}, [2085] = {.lex_state = 0}, [2086] = {.lex_state = 0}, [2087] = {.lex_state = 0}, @@ -15256,38 +15247,38 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2089] = {.lex_state = 0}, [2090] = {.lex_state = 0}, [2091] = {.lex_state = 0}, - [2092] = {.lex_state = 62}, + [2092] = {.lex_state = 64}, [2093] = {.lex_state = 0}, [2094] = {.lex_state = 0}, - [2095] = {.lex_state = 38}, - [2096] = {.lex_state = 0}, - [2097] = {.lex_state = 62}, - [2098] = {.lex_state = 38}, - [2099] = {.lex_state = 38}, - [2100] = {.lex_state = 51}, + [2095] = {.lex_state = 0}, + [2096] = {.lex_state = 40}, + [2097] = {.lex_state = 64}, + [2098] = {.lex_state = 40}, + [2099] = {.lex_state = 40}, + [2100] = {.lex_state = 53}, [2101] = {.lex_state = 0}, [2102] = {.lex_state = 0}, [2103] = {.lex_state = 0}, - [2104] = {.lex_state = 62}, - [2105] = {.lex_state = 62}, + [2104] = {.lex_state = 64}, + [2105] = {.lex_state = 64}, [2106] = {.lex_state = 0}, - [2107] = {.lex_state = 51}, - [2108] = {.lex_state = 51}, - [2109] = {.lex_state = 51}, - [2110] = {.lex_state = 51}, + [2107] = {.lex_state = 53}, + [2108] = {.lex_state = 53}, + [2109] = {.lex_state = 53}, + [2110] = {.lex_state = 53}, [2111] = {.lex_state = 0}, [2112] = {.lex_state = 0}, - [2113] = {.lex_state = 38}, + [2113] = {.lex_state = 40}, [2114] = {.lex_state = 0}, - [2115] = {.lex_state = 51}, - [2116] = {.lex_state = 38}, + [2115] = {.lex_state = 53}, + [2116] = {.lex_state = 40}, [2117] = {.lex_state = 0}, [2118] = {.lex_state = 0}, - [2119] = {.lex_state = 51}, - [2120] = {.lex_state = 51}, + [2119] = {.lex_state = 53}, + [2120] = {.lex_state = 53}, [2121] = {.lex_state = 0}, [2122] = {.lex_state = 0}, - [2123] = {.lex_state = 38}, + [2123] = {.lex_state = 40}, [2124] = {.lex_state = 0}, [2125] = {.lex_state = 0}, [2126] = {.lex_state = 0}, @@ -15296,88 +15287,88 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2129] = {.lex_state = 0}, [2130] = {.lex_state = 0}, [2131] = {.lex_state = 0}, - [2132] = {.lex_state = 51}, - [2133] = {.lex_state = 143}, + [2132] = {.lex_state = 53}, + [2133] = {.lex_state = 140}, [2134] = {.lex_state = 0}, - [2135] = {.lex_state = 51}, - [2136] = {.lex_state = 62}, - [2137] = {.lex_state = 62}, - [2138] = {.lex_state = 51}, - [2139] = {.lex_state = 0}, - [2140] = {.lex_state = 51}, - [2141] = {.lex_state = 62}, - [2142] = {.lex_state = 38}, + [2135] = {.lex_state = 53}, + [2136] = {.lex_state = 64}, + [2137] = {.lex_state = 64}, + [2138] = {.lex_state = 0}, + [2139] = {.lex_state = 53}, + [2140] = {.lex_state = 53}, + [2141] = {.lex_state = 64}, + [2142] = {.lex_state = 40}, [2143] = {.lex_state = 0}, [2144] = {.lex_state = 0}, - [2145] = {.lex_state = 62}, + [2145] = {.lex_state = 64}, [2146] = {.lex_state = 0}, [2147] = {.lex_state = 0}, - [2148] = {.lex_state = 62}, + [2148] = {.lex_state = 64}, [2149] = {.lex_state = 0}, [2150] = {.lex_state = 0}, [2151] = {.lex_state = 0}, - [2152] = {.lex_state = 51}, - [2153] = {.lex_state = 62}, - [2154] = {.lex_state = 62}, - [2155] = {.lex_state = 62}, - [2156] = {.lex_state = 51}, - [2157] = {.lex_state = 38}, + [2152] = {.lex_state = 53}, + [2153] = {.lex_state = 64}, + [2154] = {.lex_state = 64}, + [2155] = {.lex_state = 64}, + [2156] = {.lex_state = 53}, + [2157] = {.lex_state = 40}, [2158] = {.lex_state = 0}, - [2159] = {.lex_state = 38}, - [2160] = {.lex_state = 143}, - [2161] = {.lex_state = 62}, - [2162] = {.lex_state = 51}, + [2159] = {.lex_state = 40}, + [2160] = {.lex_state = 140}, + [2161] = {.lex_state = 64}, + [2162] = {.lex_state = 53}, [2163] = {.lex_state = 0}, [2164] = {.lex_state = 0}, [2165] = {.lex_state = 0}, - [2166] = {.lex_state = 38}, - [2167] = {.lex_state = 51}, + [2166] = {.lex_state = 40}, + [2167] = {.lex_state = 53}, [2168] = {.lex_state = 0}, - [2169] = {.lex_state = 62}, + [2169] = {.lex_state = 64}, [2170] = {.lex_state = 0}, [2171] = {.lex_state = 0}, - [2172] = {.lex_state = 62}, + [2172] = {.lex_state = 64}, [2173] = {.lex_state = 0}, [2174] = {.lex_state = 0}, [2175] = {.lex_state = 0}, [2176] = {.lex_state = 0}, [2177] = {.lex_state = 0}, [2178] = {.lex_state = 0}, - [2179] = {.lex_state = 62}, - [2180] = {.lex_state = 51}, - [2181] = {.lex_state = 51}, + [2179] = {.lex_state = 64}, + [2180] = {.lex_state = 53}, + [2181] = {.lex_state = 53}, [2182] = {.lex_state = 0}, [2183] = {.lex_state = 0}, - [2184] = {.lex_state = 38}, + [2184] = {.lex_state = 40}, [2185] = {.lex_state = 0}, - [2186] = {.lex_state = 51}, + [2186] = {.lex_state = 53}, [2187] = {.lex_state = 0}, - [2188] = {.lex_state = 38}, + [2188] = {.lex_state = 40}, [2189] = {.lex_state = 0}, [2190] = {.lex_state = 0}, [2191] = {.lex_state = 0}, - [2192] = {.lex_state = 143}, - [2193] = {.lex_state = 143}, - [2194] = {.lex_state = 143}, - [2195] = {.lex_state = 62}, + [2192] = {.lex_state = 140}, + [2193] = {.lex_state = 140}, + [2194] = {.lex_state = 140}, + [2195] = {.lex_state = 64}, [2196] = {.lex_state = 0}, [2197] = {.lex_state = 0}, [2198] = {.lex_state = 0}, - [2199] = {.lex_state = 143}, + [2199] = {.lex_state = 140}, [2200] = {.lex_state = 0}, [2201] = {.lex_state = 0}, - [2202] = {.lex_state = 38}, - [2203] = {.lex_state = 143}, - [2204] = {.lex_state = 38}, + [2202] = {.lex_state = 40}, + [2203] = {.lex_state = 140}, + [2204] = {.lex_state = 40}, [2205] = {.lex_state = 0}, - [2206] = {.lex_state = 143}, - [2207] = {.lex_state = 143}, + [2206] = {.lex_state = 140}, + [2207] = {.lex_state = 140}, [2208] = {.lex_state = 0}, - [2209] = {.lex_state = 143}, - [2210] = {.lex_state = 143}, + [2209] = {.lex_state = 140}, + [2210] = {.lex_state = 140}, [2211] = {.lex_state = 0}, - [2212] = {.lex_state = 62}, - [2213] = {.lex_state = 143}, + [2212] = {.lex_state = 64}, + [2213] = {.lex_state = 140}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { @@ -15531,72 +15522,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [1] = { [sym_translation_unit] = STATE(2189), - [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(475), - [sym_declaration] = STATE(53), - [sym_type_definition] = STATE(53), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1474), - [sym_linkage_specification] = STATE(53), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(857), - [sym_compound_statement] = STATE(53), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [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(479), + [sym_declaration] = STATE(52), + [sym_type_definition] = STATE(52), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1471), + [sym_linkage_specification] = STATE(52), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(860), + [sym_compound_statement] = STATE(52), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1123), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_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(1300), [sym__expression_not_binary] = STATE(1303), [sym_conditional_expression] = STATE(1303), [sym_assignment_expression] = STATE(1303), - [sym_pointer_expression] = STATE(922), + [sym_pointer_expression] = STATE(919), [sym_unary_expression] = STATE(1303), - [sym_binary_expression] = STATE(824), + [sym_binary_expression] = STATE(807), [sym_update_expression] = STATE(1303), [sym_cast_expression] = STATE(1303), [sym_sizeof_expression] = STATE(1303), [sym_alignof_expression] = STATE(1303), [sym_offsetof_expression] = STATE(1303), [sym_generic_expression] = STATE(1303), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), [sym_gnu_asm_expression] = STATE(1303), - [sym_field_expression] = STATE(922), + [sym_field_expression] = STATE(919), [sym_compound_literal_expression] = STATE(1303), - [sym_parenthesized_expression] = STATE(922), + [sym_parenthesized_expression] = STATE(919), [sym_char_literal] = STATE(1303), [sym_concatenated_string] = STATE(1303), - [sym_string_literal] = STATE(774), + [sym_string_literal] = STATE(773), [sym_null] = STATE(1303), - [sym__empty_declaration] = STATE(53), + [sym__empty_declaration] = STATE(52), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_translation_unit_repeat1] = STATE(53), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(423), + [aux_sym_translation_unit_repeat1] = STATE(52), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(420), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [ts_builtin_sym_end] = ACTIONS(5), [sym_identifier] = ACTIONS(7), @@ -15692,78 +15683,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [2] = { - [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(2135), - [sym_preproc_elif] = STATE(2135), - [sym_preproc_elifdef] = STATE(2135), - [sym_function_definition] = STATE(26), - [sym__old_style_function_definition] = STATE(137), - [sym_declaration] = STATE(26), - [sym_type_definition] = STATE(26), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1478), - [sym_linkage_specification] = STATE(26), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(852), - [sym_compound_statement] = STATE(26), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_preproc_include] = STATE(6), + [sym_preproc_def] = STATE(6), + [sym_preproc_function_def] = STATE(6), + [sym_preproc_call] = STATE(6), + [sym_preproc_if] = STATE(6), + [sym_preproc_ifdef] = STATE(6), + [sym_preproc_else] = STATE(1956), + [sym_preproc_elif] = STATE(1956), + [sym_preproc_elifdef] = STATE(1956), + [sym_function_definition] = STATE(6), + [sym__old_style_function_definition] = STATE(143), + [sym_declaration] = STATE(6), + [sym_type_definition] = STATE(6), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1475), + [sym_linkage_specification] = STATE(6), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(857), + [sym_compound_statement] = STATE(6), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1127), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(26), - [sym_seh_leave_statement] = STATE(26), + [sym_attributed_statement] = STATE(6), + [sym_labeled_statement] = STATE(6), + [sym_expression_statement] = STATE(6), + [sym_if_statement] = STATE(6), + [sym_switch_statement] = STATE(6), + [sym_case_statement] = STATE(6), + [sym_while_statement] = STATE(6), + [sym_do_statement] = STATE(6), + [sym_for_statement] = STATE(6), + [sym_return_statement] = STATE(6), + [sym_break_statement] = STATE(6), + [sym_continue_statement] = STATE(6), + [sym_goto_statement] = STATE(6), + [sym_seh_try_statement] = STATE(6), + [sym_seh_leave_statement] = STATE(6), [sym__expression] = STATE(1239), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2185), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym__empty_declaration] = STATE(26), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym__empty_declaration] = STATE(6), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_repeat1] = STATE(26), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(448), + [aux_sym_preproc_if_repeat1] = STATE(6), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(441), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(101), [aux_sym_preproc_include_token1] = ACTIONS(103), @@ -15866,78 +15857,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [3] = { - [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(2138), - [sym_preproc_elif] = STATE(2138), - [sym_preproc_elifdef] = STATE(2138), - [sym_function_definition] = STATE(26), - [sym__old_style_function_definition] = STATE(137), - [sym_declaration] = STATE(26), - [sym_type_definition] = STATE(26), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1478), - [sym_linkage_specification] = STATE(26), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(852), - [sym_compound_statement] = STATE(26), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [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(2152), + [sym_preproc_elif] = STATE(2152), + [sym_preproc_elifdef] = STATE(2152), + [sym_function_definition] = STATE(10), + [sym__old_style_function_definition] = STATE(143), + [sym_declaration] = STATE(10), + [sym_type_definition] = STATE(10), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1475), + [sym_linkage_specification] = STATE(10), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(857), + [sym_compound_statement] = STATE(10), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1127), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(26), - [sym_seh_leave_statement] = STATE(26), + [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_seh_try_statement] = STATE(10), + [sym_seh_leave_statement] = STATE(10), [sym__expression] = STATE(1239), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2185), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym__empty_declaration] = STATE(26), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym__empty_declaration] = STATE(10), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_repeat1] = STATE(26), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(448), + [aux_sym_preproc_if_repeat1] = STATE(10), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(441), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(101), [aux_sym_preproc_include_token1] = ACTIONS(103), @@ -16040,78 +16031,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [4] = { - [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_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(2100), [sym_preproc_elif] = STATE(2100), [sym_preproc_elifdef] = STATE(2100), - [sym_function_definition] = STATE(2), - [sym__old_style_function_definition] = STATE(137), - [sym_declaration] = STATE(2), - [sym_type_definition] = STATE(2), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1478), - [sym_linkage_specification] = STATE(2), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(852), - [sym_compound_statement] = STATE(2), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_function_definition] = STATE(9), + [sym__old_style_function_definition] = STATE(143), + [sym_declaration] = STATE(9), + [sym_type_definition] = STATE(9), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1475), + [sym_linkage_specification] = STATE(9), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(857), + [sym_compound_statement] = STATE(9), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1127), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(2), - [sym_seh_leave_statement] = STATE(2), + [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_seh_try_statement] = STATE(9), + [sym_seh_leave_statement] = STATE(9), [sym__expression] = STATE(1239), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2185), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym__empty_declaration] = STATE(2), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym__empty_declaration] = STATE(9), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_repeat1] = STATE(2), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(448), + [aux_sym_preproc_if_repeat1] = STATE(9), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(441), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(101), [aux_sym_preproc_include_token1] = ACTIONS(103), @@ -16214,78 +16205,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [5] = { - [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(1977), - [sym_preproc_elif] = STATE(1977), - [sym_preproc_elifdef] = STATE(1977), - [sym_function_definition] = STATE(26), - [sym__old_style_function_definition] = STATE(137), - [sym_declaration] = STATE(26), - [sym_type_definition] = STATE(26), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1478), - [sym_linkage_specification] = STATE(26), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(852), - [sym_compound_statement] = STATE(26), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_preproc_include] = STATE(12), + [sym_preproc_def] = STATE(12), + [sym_preproc_function_def] = STATE(12), + [sym_preproc_call] = STATE(12), + [sym_preproc_if] = STATE(12), + [sym_preproc_ifdef] = STATE(12), + [sym_preproc_else] = STATE(2139), + [sym_preproc_elif] = STATE(2139), + [sym_preproc_elifdef] = STATE(2139), + [sym_function_definition] = STATE(12), + [sym__old_style_function_definition] = STATE(143), + [sym_declaration] = STATE(12), + [sym_type_definition] = STATE(12), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1475), + [sym_linkage_specification] = STATE(12), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(857), + [sym_compound_statement] = STATE(12), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1127), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(26), - [sym_seh_leave_statement] = STATE(26), + [sym_attributed_statement] = STATE(12), + [sym_labeled_statement] = STATE(12), + [sym_expression_statement] = STATE(12), + [sym_if_statement] = STATE(12), + [sym_switch_statement] = STATE(12), + [sym_case_statement] = STATE(12), + [sym_while_statement] = STATE(12), + [sym_do_statement] = STATE(12), + [sym_for_statement] = STATE(12), + [sym_return_statement] = STATE(12), + [sym_break_statement] = STATE(12), + [sym_continue_statement] = STATE(12), + [sym_goto_statement] = STATE(12), + [sym_seh_try_statement] = STATE(12), + [sym_seh_leave_statement] = STATE(12), [sym__expression] = STATE(1239), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2185), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym__empty_declaration] = STATE(26), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym__empty_declaration] = STATE(12), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_repeat1] = STATE(26), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(448), + [aux_sym_preproc_if_repeat1] = STATE(12), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(441), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(101), [aux_sym_preproc_include_token1] = ACTIONS(103), @@ -16388,78 +16379,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [6] = { - [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_include] = STATE(12), + [sym_preproc_def] = STATE(12), + [sym_preproc_function_def] = STATE(12), + [sym_preproc_call] = STATE(12), + [sym_preproc_if] = STATE(12), + [sym_preproc_ifdef] = STATE(12), [sym_preproc_else] = STATE(2049), [sym_preproc_elif] = STATE(2049), [sym_preproc_elifdef] = STATE(2049), - [sym_function_definition] = STATE(26), - [sym__old_style_function_definition] = STATE(137), - [sym_declaration] = STATE(26), - [sym_type_definition] = STATE(26), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1478), - [sym_linkage_specification] = STATE(26), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(852), - [sym_compound_statement] = STATE(26), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_function_definition] = STATE(12), + [sym__old_style_function_definition] = STATE(143), + [sym_declaration] = STATE(12), + [sym_type_definition] = STATE(12), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1475), + [sym_linkage_specification] = STATE(12), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(857), + [sym_compound_statement] = STATE(12), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1127), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(26), - [sym_seh_leave_statement] = STATE(26), + [sym_attributed_statement] = STATE(12), + [sym_labeled_statement] = STATE(12), + [sym_expression_statement] = STATE(12), + [sym_if_statement] = STATE(12), + [sym_switch_statement] = STATE(12), + [sym_case_statement] = STATE(12), + [sym_while_statement] = STATE(12), + [sym_do_statement] = STATE(12), + [sym_for_statement] = STATE(12), + [sym_return_statement] = STATE(12), + [sym_break_statement] = STATE(12), + [sym_continue_statement] = STATE(12), + [sym_goto_statement] = STATE(12), + [sym_seh_try_statement] = STATE(12), + [sym_seh_leave_statement] = STATE(12), [sym__expression] = STATE(1239), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2185), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym__empty_declaration] = STATE(26), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym__empty_declaration] = STATE(12), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_repeat1] = STATE(26), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(448), + [aux_sym_preproc_if_repeat1] = STATE(12), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(441), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(101), [aux_sym_preproc_include_token1] = ACTIONS(103), @@ -16562,78 +16553,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [7] = { - [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_include] = STATE(5), + [sym_preproc_def] = STATE(5), + [sym_preproc_function_def] = STATE(5), + [sym_preproc_call] = STATE(5), + [sym_preproc_if] = STATE(5), + [sym_preproc_ifdef] = STATE(5), [sym_preproc_else] = STATE(2162), [sym_preproc_elif] = STATE(2162), [sym_preproc_elifdef] = STATE(2162), - [sym_function_definition] = STATE(3), - [sym__old_style_function_definition] = STATE(137), - [sym_declaration] = STATE(3), - [sym_type_definition] = STATE(3), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1478), - [sym_linkage_specification] = STATE(3), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(852), - [sym_compound_statement] = STATE(3), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_function_definition] = STATE(5), + [sym__old_style_function_definition] = STATE(143), + [sym_declaration] = STATE(5), + [sym_type_definition] = STATE(5), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1475), + [sym_linkage_specification] = STATE(5), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(857), + [sym_compound_statement] = STATE(5), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1127), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [sym_attributed_statement] = STATE(3), - [sym_labeled_statement] = STATE(3), - [sym_expression_statement] = STATE(3), - [sym_if_statement] = STATE(3), - [sym_switch_statement] = STATE(3), - [sym_case_statement] = STATE(3), - [sym_while_statement] = STATE(3), - [sym_do_statement] = STATE(3), - [sym_for_statement] = STATE(3), - [sym_return_statement] = STATE(3), - [sym_break_statement] = STATE(3), - [sym_continue_statement] = STATE(3), - [sym_goto_statement] = STATE(3), - [sym_seh_try_statement] = STATE(3), - [sym_seh_leave_statement] = STATE(3), + [sym_attributed_statement] = STATE(5), + [sym_labeled_statement] = STATE(5), + [sym_expression_statement] = STATE(5), + [sym_if_statement] = STATE(5), + [sym_switch_statement] = STATE(5), + [sym_case_statement] = STATE(5), + [sym_while_statement] = STATE(5), + [sym_do_statement] = STATE(5), + [sym_for_statement] = STATE(5), + [sym_return_statement] = STATE(5), + [sym_break_statement] = STATE(5), + [sym_continue_statement] = STATE(5), + [sym_goto_statement] = STATE(5), + [sym_seh_try_statement] = STATE(5), + [sym_seh_leave_statement] = STATE(5), [sym__expression] = STATE(1239), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2185), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym__empty_declaration] = STATE(3), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym__empty_declaration] = STATE(5), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_repeat1] = STATE(3), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(448), + [aux_sym_preproc_if_repeat1] = STATE(5), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(441), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(101), [aux_sym_preproc_include_token1] = ACTIONS(103), @@ -16736,78 +16727,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [8] = { - [sym_preproc_include] = STATE(5), - [sym_preproc_def] = STATE(5), - [sym_preproc_function_def] = STATE(5), - [sym_preproc_call] = STATE(5), - [sym_preproc_if] = STATE(5), - [sym_preproc_ifdef] = STATE(5), + [sym_preproc_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(1989), [sym_preproc_elif] = STATE(1989), [sym_preproc_elifdef] = STATE(1989), - [sym_function_definition] = STATE(5), - [sym__old_style_function_definition] = STATE(137), - [sym_declaration] = STATE(5), - [sym_type_definition] = STATE(5), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1478), - [sym_linkage_specification] = STATE(5), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(852), - [sym_compound_statement] = STATE(5), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_function_definition] = STATE(11), + [sym__old_style_function_definition] = STATE(143), + [sym_declaration] = STATE(11), + [sym_type_definition] = STATE(11), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1475), + [sym_linkage_specification] = STATE(11), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(857), + [sym_compound_statement] = STATE(11), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1127), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [sym_attributed_statement] = STATE(5), - [sym_labeled_statement] = STATE(5), - [sym_expression_statement] = STATE(5), - [sym_if_statement] = STATE(5), - [sym_switch_statement] = STATE(5), - [sym_case_statement] = STATE(5), - [sym_while_statement] = STATE(5), - [sym_do_statement] = STATE(5), - [sym_for_statement] = STATE(5), - [sym_return_statement] = STATE(5), - [sym_break_statement] = STATE(5), - [sym_continue_statement] = STATE(5), - [sym_goto_statement] = STATE(5), - [sym_seh_try_statement] = STATE(5), - [sym_seh_leave_statement] = STATE(5), + [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_seh_try_statement] = STATE(11), + [sym_seh_leave_statement] = STATE(11), [sym__expression] = STATE(1239), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2185), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym__empty_declaration] = STATE(5), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym__empty_declaration] = STATE(11), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_repeat1] = STATE(5), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(448), + [aux_sym_preproc_if_repeat1] = STATE(11), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(441), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(101), [aux_sym_preproc_include_token1] = ACTIONS(103), @@ -16910,78 +16901,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [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(2109), - [sym_preproc_elif] = STATE(2109), - [sym_preproc_elifdef] = STATE(2109), - [sym_function_definition] = STATE(26), - [sym__old_style_function_definition] = STATE(137), - [sym_declaration] = STATE(26), - [sym_type_definition] = STATE(26), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1478), - [sym_linkage_specification] = STATE(26), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(852), - [sym_compound_statement] = STATE(26), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_preproc_include] = STATE(12), + [sym_preproc_def] = STATE(12), + [sym_preproc_function_def] = STATE(12), + [sym_preproc_call] = STATE(12), + [sym_preproc_if] = STATE(12), + [sym_preproc_ifdef] = STATE(12), + [sym_preproc_else] = STATE(2135), + [sym_preproc_elif] = STATE(2135), + [sym_preproc_elifdef] = STATE(2135), + [sym_function_definition] = STATE(12), + [sym__old_style_function_definition] = STATE(143), + [sym_declaration] = STATE(12), + [sym_type_definition] = STATE(12), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1475), + [sym_linkage_specification] = STATE(12), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(857), + [sym_compound_statement] = STATE(12), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1127), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(26), - [sym_seh_leave_statement] = STATE(26), + [sym_attributed_statement] = STATE(12), + [sym_labeled_statement] = STATE(12), + [sym_expression_statement] = STATE(12), + [sym_if_statement] = STATE(12), + [sym_switch_statement] = STATE(12), + [sym_case_statement] = STATE(12), + [sym_while_statement] = STATE(12), + [sym_do_statement] = STATE(12), + [sym_for_statement] = STATE(12), + [sym_return_statement] = STATE(12), + [sym_break_statement] = STATE(12), + [sym_continue_statement] = STATE(12), + [sym_goto_statement] = STATE(12), + [sym_seh_try_statement] = STATE(12), + [sym_seh_leave_statement] = STATE(12), [sym__expression] = STATE(1239), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2185), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym__empty_declaration] = STATE(26), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym__empty_declaration] = STATE(12), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_repeat1] = STATE(26), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(448), + [aux_sym_preproc_if_repeat1] = STATE(12), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(441), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(101), [aux_sym_preproc_include_token1] = ACTIONS(103), @@ -17084,78 +17075,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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(2152), - [sym_preproc_elif] = STATE(2152), - [sym_preproc_elifdef] = STATE(2152), - [sym_function_definition] = STATE(9), - [sym__old_style_function_definition] = STATE(137), - [sym_declaration] = STATE(9), - [sym_type_definition] = STATE(9), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1478), - [sym_linkage_specification] = STATE(9), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(852), - [sym_compound_statement] = STATE(9), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_preproc_include] = STATE(12), + [sym_preproc_def] = STATE(12), + [sym_preproc_function_def] = STATE(12), + [sym_preproc_call] = STATE(12), + [sym_preproc_if] = STATE(12), + [sym_preproc_ifdef] = STATE(12), + [sym_preproc_else] = STATE(2109), + [sym_preproc_elif] = STATE(2109), + [sym_preproc_elifdef] = STATE(2109), + [sym_function_definition] = STATE(12), + [sym__old_style_function_definition] = STATE(143), + [sym_declaration] = STATE(12), + [sym_type_definition] = STATE(12), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1475), + [sym_linkage_specification] = STATE(12), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(857), + [sym_compound_statement] = STATE(12), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1127), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(9), - [sym_seh_leave_statement] = STATE(9), + [sym_attributed_statement] = STATE(12), + [sym_labeled_statement] = STATE(12), + [sym_expression_statement] = STATE(12), + [sym_if_statement] = STATE(12), + [sym_switch_statement] = STATE(12), + [sym_case_statement] = STATE(12), + [sym_while_statement] = STATE(12), + [sym_do_statement] = STATE(12), + [sym_for_statement] = STATE(12), + [sym_return_statement] = STATE(12), + [sym_break_statement] = STATE(12), + [sym_continue_statement] = STATE(12), + [sym_goto_statement] = STATE(12), + [sym_seh_try_statement] = STATE(12), + [sym_seh_leave_statement] = STATE(12), [sym__expression] = STATE(1239), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2185), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym__empty_declaration] = STATE(9), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym__empty_declaration] = STATE(12), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_repeat1] = STATE(9), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(448), + [aux_sym_preproc_if_repeat1] = STATE(12), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(441), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(101), [aux_sym_preproc_include_token1] = ACTIONS(103), @@ -17258,78 +17249,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [11] = { - [sym_preproc_include] = STATE(6), - [sym_preproc_def] = STATE(6), - [sym_preproc_function_def] = STATE(6), - [sym_preproc_call] = STATE(6), - [sym_preproc_if] = STATE(6), - [sym_preproc_ifdef] = STATE(6), - [sym_preproc_else] = STATE(1956), - [sym_preproc_elif] = STATE(1956), - [sym_preproc_elifdef] = STATE(1956), - [sym_function_definition] = STATE(6), - [sym__old_style_function_definition] = STATE(137), - [sym_declaration] = STATE(6), - [sym_type_definition] = STATE(6), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1478), - [sym_linkage_specification] = STATE(6), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(852), - [sym_compound_statement] = STATE(6), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_preproc_include] = STATE(12), + [sym_preproc_def] = STATE(12), + [sym_preproc_function_def] = STATE(12), + [sym_preproc_call] = STATE(12), + [sym_preproc_if] = STATE(12), + [sym_preproc_ifdef] = STATE(12), + [sym_preproc_else] = STATE(1977), + [sym_preproc_elif] = STATE(1977), + [sym_preproc_elifdef] = STATE(1977), + [sym_function_definition] = STATE(12), + [sym__old_style_function_definition] = STATE(143), + [sym_declaration] = STATE(12), + [sym_type_definition] = STATE(12), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1475), + [sym_linkage_specification] = STATE(12), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(857), + [sym_compound_statement] = STATE(12), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1127), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [sym_attributed_statement] = STATE(6), - [sym_labeled_statement] = STATE(6), - [sym_expression_statement] = STATE(6), - [sym_if_statement] = STATE(6), - [sym_switch_statement] = STATE(6), - [sym_case_statement] = STATE(6), - [sym_while_statement] = STATE(6), - [sym_do_statement] = STATE(6), - [sym_for_statement] = STATE(6), - [sym_return_statement] = STATE(6), - [sym_break_statement] = STATE(6), - [sym_continue_statement] = STATE(6), - [sym_goto_statement] = STATE(6), - [sym_seh_try_statement] = STATE(6), - [sym_seh_leave_statement] = STATE(6), + [sym_attributed_statement] = STATE(12), + [sym_labeled_statement] = STATE(12), + [sym_expression_statement] = STATE(12), + [sym_if_statement] = STATE(12), + [sym_switch_statement] = STATE(12), + [sym_case_statement] = STATE(12), + [sym_while_statement] = STATE(12), + [sym_do_statement] = STATE(12), + [sym_for_statement] = STATE(12), + [sym_return_statement] = STATE(12), + [sym_break_statement] = STATE(12), + [sym_continue_statement] = STATE(12), + [sym_goto_statement] = STATE(12), + [sym_seh_try_statement] = STATE(12), + [sym_seh_leave_statement] = STATE(12), [sym__expression] = STATE(1239), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2185), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym__empty_declaration] = STATE(6), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym__empty_declaration] = STATE(12), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_repeat1] = STATE(6), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(448), + [aux_sym_preproc_if_repeat1] = STATE(12), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(441), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(101), [aux_sym_preproc_include_token1] = ACTIONS(103), @@ -17432,88 +17423,259 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [12] = { - [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(2132), - [sym_preproc_elif] = STATE(2132), - [sym_function_definition] = STATE(25), - [sym__old_style_function_definition] = STATE(218), - [sym_declaration] = STATE(25), - [sym_type_definition] = STATE(25), - [sym__declaration_modifiers] = STATE(869), + [sym_preproc_include] = STATE(12), + [sym_preproc_def] = STATE(12), + [sym_preproc_function_def] = STATE(12), + [sym_preproc_call] = STATE(12), + [sym_preproc_if] = STATE(12), + [sym_preproc_ifdef] = STATE(12), + [sym_function_definition] = STATE(12), + [sym__old_style_function_definition] = STATE(143), + [sym_declaration] = STATE(12), + [sym_type_definition] = STATE(12), + [sym__declaration_modifiers] = STATE(863), [sym__declaration_specifiers] = STATE(1475), - [sym_linkage_specification] = STATE(25), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(856), - [sym_compound_statement] = STATE(25), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_linkage_specification] = STATE(12), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(857), + [sym_compound_statement] = STATE(12), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), + [sym__type_specifier] = STATE(1127), + [sym_sized_type_specifier] = STATE(1099), + [sym_enum_specifier] = STATE(1099), + [sym_struct_specifier] = STATE(1099), + [sym_union_specifier] = STATE(1099), + [sym_attributed_statement] = STATE(12), + [sym_labeled_statement] = STATE(12), + [sym_expression_statement] = STATE(12), + [sym_if_statement] = STATE(12), + [sym_switch_statement] = STATE(12), + [sym_case_statement] = STATE(12), + [sym_while_statement] = STATE(12), + [sym_do_statement] = STATE(12), + [sym_for_statement] = STATE(12), + [sym_return_statement] = STATE(12), + [sym_break_statement] = STATE(12), + [sym_continue_statement] = STATE(12), + [sym_goto_statement] = STATE(12), + [sym_seh_try_statement] = STATE(12), + [sym_seh_leave_statement] = STATE(12), + [sym__expression] = STATE(1239), + [sym__expression_not_binary] = STATE(807), + [sym_comma_expression] = STATE(2185), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym__empty_declaration] = STATE(12), + [sym_macro_type_specifier] = STATE(1099), + [aux_sym_preproc_if_repeat1] = STATE(12), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(441), + [aux_sym_sized_type_specifier_repeat1] = STATE(1109), + [sym_identifier] = ACTIONS(179), + [aux_sym_preproc_include_token1] = ACTIONS(182), + [aux_sym_preproc_def_token1] = ACTIONS(185), + [aux_sym_preproc_if_token1] = ACTIONS(188), + [aux_sym_preproc_if_token2] = ACTIONS(191), + [aux_sym_preproc_ifdef_token1] = ACTIONS(193), + [aux_sym_preproc_ifdef_token2] = ACTIONS(193), + [aux_sym_preproc_else_token1] = ACTIONS(191), + [aux_sym_preproc_elif_token1] = ACTIONS(191), + [aux_sym_preproc_elifdef_token1] = ACTIONS(191), + [aux_sym_preproc_elifdef_token2] = ACTIONS(191), + [sym_preproc_directive] = ACTIONS(196), + [anon_sym_LPAREN2] = ACTIONS(199), + [anon_sym_BANG] = ACTIONS(202), + [anon_sym_TILDE] = ACTIONS(202), + [anon_sym_DASH] = ACTIONS(205), + [anon_sym_PLUS] = ACTIONS(205), + [anon_sym_STAR] = ACTIONS(208), + [anon_sym_AMP] = ACTIONS(208), + [anon_sym_SEMI] = ACTIONS(211), + [anon_sym___extension__] = ACTIONS(214), + [anon_sym_typedef] = ACTIONS(217), + [anon_sym_extern] = ACTIONS(220), + [anon_sym___attribute__] = ACTIONS(223), + [anon_sym_LBRACK_LBRACK] = ACTIONS(226), + [anon_sym___declspec] = ACTIONS(229), + [anon_sym___cdecl] = ACTIONS(232), + [anon_sym___clrcall] = ACTIONS(232), + [anon_sym___stdcall] = ACTIONS(232), + [anon_sym___fastcall] = ACTIONS(232), + [anon_sym___thiscall] = ACTIONS(232), + [anon_sym___vectorcall] = ACTIONS(232), + [anon_sym_LBRACE] = ACTIONS(235), + [anon_sym_signed] = ACTIONS(238), + [anon_sym_unsigned] = ACTIONS(238), + [anon_sym_long] = ACTIONS(238), + [anon_sym_short] = ACTIONS(238), + [anon_sym_static] = ACTIONS(241), + [anon_sym_auto] = ACTIONS(241), + [anon_sym_register] = ACTIONS(241), + [anon_sym_inline] = ACTIONS(241), + [anon_sym___inline] = ACTIONS(241), + [anon_sym___inline__] = ACTIONS(241), + [anon_sym___forceinline] = ACTIONS(241), + [anon_sym_thread_local] = ACTIONS(241), + [anon_sym___thread] = ACTIONS(241), + [anon_sym_const] = ACTIONS(244), + [anon_sym_constexpr] = ACTIONS(244), + [anon_sym_volatile] = ACTIONS(244), + [anon_sym_restrict] = ACTIONS(244), + [anon_sym___restrict__] = ACTIONS(244), + [anon_sym__Atomic] = ACTIONS(244), + [anon_sym__Noreturn] = ACTIONS(244), + [anon_sym_noreturn] = ACTIONS(244), + [sym_primitive_type] = ACTIONS(247), + [anon_sym_enum] = ACTIONS(250), + [anon_sym_struct] = ACTIONS(253), + [anon_sym_union] = ACTIONS(256), + [anon_sym_if] = ACTIONS(259), + [anon_sym_switch] = ACTIONS(262), + [anon_sym_case] = ACTIONS(265), + [anon_sym_default] = ACTIONS(268), + [anon_sym_while] = ACTIONS(271), + [anon_sym_do] = ACTIONS(274), + [anon_sym_for] = ACTIONS(277), + [anon_sym_return] = ACTIONS(280), + [anon_sym_break] = ACTIONS(283), + [anon_sym_continue] = ACTIONS(286), + [anon_sym_goto] = ACTIONS(289), + [anon_sym___try] = ACTIONS(292), + [anon_sym___leave] = ACTIONS(295), + [anon_sym_DASH_DASH] = ACTIONS(298), + [anon_sym_PLUS_PLUS] = ACTIONS(298), + [anon_sym_sizeof] = ACTIONS(301), + [anon_sym___alignof__] = ACTIONS(304), + [anon_sym___alignof] = ACTIONS(304), + [anon_sym__alignof] = ACTIONS(304), + [anon_sym_alignof] = ACTIONS(304), + [anon_sym__Alignof] = ACTIONS(304), + [anon_sym_offsetof] = ACTIONS(307), + [anon_sym__Generic] = ACTIONS(310), + [anon_sym_asm] = ACTIONS(313), + [anon_sym___asm__] = ACTIONS(313), + [sym_number_literal] = ACTIONS(316), + [anon_sym_L_SQUOTE] = ACTIONS(319), + [anon_sym_u_SQUOTE] = ACTIONS(319), + [anon_sym_U_SQUOTE] = ACTIONS(319), + [anon_sym_u8_SQUOTE] = ACTIONS(319), + [anon_sym_SQUOTE] = ACTIONS(319), + [anon_sym_L_DQUOTE] = ACTIONS(322), + [anon_sym_u_DQUOTE] = ACTIONS(322), + [anon_sym_U_DQUOTE] = ACTIONS(322), + [anon_sym_u8_DQUOTE] = ACTIONS(322), + [anon_sym_DQUOTE] = ACTIONS(322), + [sym_true] = ACTIONS(325), + [sym_false] = ACTIONS(325), + [anon_sym_NULL] = ACTIONS(328), + [anon_sym_nullptr] = ACTIONS(328), + [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(2156), + [sym_preproc_elif] = STATE(2156), + [sym_function_definition] = STATE(27), + [sym__old_style_function_definition] = STATE(207), + [sym_declaration] = STATE(27), + [sym_type_definition] = STATE(27), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1478), + [sym_linkage_specification] = STATE(27), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(859), + [sym_compound_statement] = STATE(27), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1126), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(25), - [sym_seh_leave_statement] = STATE(25), + [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_seh_try_statement] = STATE(27), + [sym_seh_leave_statement] = STATE(27), [sym__expression] = STATE(1199), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2083), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym__empty_declaration] = STATE(25), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym__empty_declaration] = STATE(27), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_repeat1] = STATE(25), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(452), + [aux_sym_preproc_if_repeat1] = STATE(27), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(417), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [sym_identifier] = ACTIONS(179), - [aux_sym_preproc_include_token1] = ACTIONS(181), - [aux_sym_preproc_def_token1] = ACTIONS(183), - [aux_sym_preproc_if_token1] = ACTIONS(185), - [aux_sym_preproc_if_token2] = ACTIONS(187), - [aux_sym_preproc_ifdef_token1] = ACTIONS(189), - [aux_sym_preproc_ifdef_token2] = ACTIONS(189), + [sym_identifier] = ACTIONS(331), + [aux_sym_preproc_include_token1] = ACTIONS(333), + [aux_sym_preproc_def_token1] = ACTIONS(335), + [aux_sym_preproc_if_token1] = ACTIONS(337), + [aux_sym_preproc_if_token2] = ACTIONS(339), + [aux_sym_preproc_ifdef_token1] = ACTIONS(341), + [aux_sym_preproc_ifdef_token2] = ACTIONS(341), [aux_sym_preproc_else_token1] = ACTIONS(113), [aux_sym_preproc_elif_token1] = ACTIONS(115), - [sym_preproc_directive] = ACTIONS(191), + [sym_preproc_directive] = ACTIONS(343), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -17521,10 +17683,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(193), - [anon_sym___extension__] = ACTIONS(195), - [anon_sym_typedef] = ACTIONS(197), - [anon_sym_extern] = ACTIONS(199), + [anon_sym_SEMI] = ACTIONS(345), + [anon_sym___extension__] = ACTIONS(347), + [anon_sym_typedef] = ACTIONS(349), + [anon_sym_extern] = ACTIONS(351), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -17534,7 +17696,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(201), + [anon_sym_LBRACE] = ACTIONS(353), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -17560,19 +17722,19 @@ 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(203), - [anon_sym_switch] = ACTIONS(205), - [anon_sym_case] = ACTIONS(207), - [anon_sym_default] = ACTIONS(209), - [anon_sym_while] = ACTIONS(211), - [anon_sym_do] = ACTIONS(213), - [anon_sym_for] = ACTIONS(215), - [anon_sym_return] = ACTIONS(217), - [anon_sym_break] = ACTIONS(219), - [anon_sym_continue] = ACTIONS(221), - [anon_sym_goto] = ACTIONS(223), - [anon_sym___try] = ACTIONS(225), - [anon_sym___leave] = ACTIONS(227), + [anon_sym_if] = ACTIONS(355), + [anon_sym_switch] = ACTIONS(357), + [anon_sym_case] = ACTIONS(359), + [anon_sym_default] = ACTIONS(361), + [anon_sym_while] = ACTIONS(363), + [anon_sym_do] = ACTIONS(365), + [anon_sym_for] = ACTIONS(367), + [anon_sym_return] = ACTIONS(369), + [anon_sym_break] = ACTIONS(371), + [anon_sym_continue] = ACTIONS(373), + [anon_sym_goto] = ACTIONS(375), + [anon_sym___try] = ACTIONS(377), + [anon_sym___leave] = ACTIONS(379), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -17602,89 +17764,89 @@ 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(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(2050), - [sym_preproc_elif] = STATE(2050), - [sym_function_definition] = STATE(18), - [sym__old_style_function_definition] = STATE(218), - [sym_declaration] = STATE(18), - [sym_type_definition] = STATE(18), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1475), - [sym_linkage_specification] = STATE(18), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(856), - [sym_compound_statement] = STATE(18), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [14] = { + [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(2060), + [sym_preproc_elif] = STATE(2060), + [sym_function_definition] = STATE(15), + [sym__old_style_function_definition] = STATE(207), + [sym_declaration] = STATE(15), + [sym_type_definition] = STATE(15), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1478), + [sym_linkage_specification] = STATE(15), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(859), + [sym_compound_statement] = STATE(15), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1126), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(18), - [sym_seh_leave_statement] = STATE(18), + [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_seh_try_statement] = STATE(15), + [sym_seh_leave_statement] = STATE(15), [sym__expression] = STATE(1199), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2083), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym__empty_declaration] = STATE(18), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym__empty_declaration] = STATE(15), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_repeat1] = STATE(18), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(452), + [aux_sym_preproc_if_repeat1] = STATE(15), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(417), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [sym_identifier] = ACTIONS(179), - [aux_sym_preproc_include_token1] = ACTIONS(181), - [aux_sym_preproc_def_token1] = ACTIONS(183), - [aux_sym_preproc_if_token1] = ACTIONS(185), - [aux_sym_preproc_if_token2] = ACTIONS(229), - [aux_sym_preproc_ifdef_token1] = ACTIONS(189), - [aux_sym_preproc_ifdef_token2] = ACTIONS(189), + [sym_identifier] = ACTIONS(331), + [aux_sym_preproc_include_token1] = ACTIONS(333), + [aux_sym_preproc_def_token1] = ACTIONS(335), + [aux_sym_preproc_if_token1] = ACTIONS(337), + [aux_sym_preproc_if_token2] = ACTIONS(381), + [aux_sym_preproc_ifdef_token1] = ACTIONS(341), + [aux_sym_preproc_ifdef_token2] = ACTIONS(341), [aux_sym_preproc_else_token1] = ACTIONS(113), [aux_sym_preproc_elif_token1] = ACTIONS(115), - [sym_preproc_directive] = ACTIONS(191), + [sym_preproc_directive] = ACTIONS(343), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -17692,10 +17854,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(193), - [anon_sym___extension__] = ACTIONS(195), - [anon_sym_typedef] = ACTIONS(197), - [anon_sym_extern] = ACTIONS(199), + [anon_sym_SEMI] = ACTIONS(345), + [anon_sym___extension__] = ACTIONS(347), + [anon_sym_typedef] = ACTIONS(349), + [anon_sym_extern] = ACTIONS(351), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -17705,7 +17867,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(201), + [anon_sym_LBRACE] = ACTIONS(353), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -17731,19 +17893,19 @@ 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(203), - [anon_sym_switch] = ACTIONS(205), - [anon_sym_case] = ACTIONS(207), - [anon_sym_default] = ACTIONS(209), - [anon_sym_while] = ACTIONS(211), - [anon_sym_do] = ACTIONS(213), - [anon_sym_for] = ACTIONS(215), - [anon_sym_return] = ACTIONS(217), - [anon_sym_break] = ACTIONS(219), - [anon_sym_continue] = ACTIONS(221), - [anon_sym_goto] = ACTIONS(223), - [anon_sym___try] = ACTIONS(225), - [anon_sym___leave] = ACTIONS(227), + [anon_sym_if] = ACTIONS(355), + [anon_sym_switch] = ACTIONS(357), + [anon_sym_case] = ACTIONS(359), + [anon_sym_default] = ACTIONS(361), + [anon_sym_while] = ACTIONS(363), + [anon_sym_do] = ACTIONS(365), + [anon_sym_for] = ACTIONS(367), + [anon_sym_return] = ACTIONS(369), + [anon_sym_break] = ACTIONS(371), + [anon_sym_continue] = ACTIONS(373), + [anon_sym_goto] = ACTIONS(375), + [anon_sym___try] = ACTIONS(377), + [anon_sym___leave] = ACTIONS(379), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -17773,29 +17935,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [14] = { + [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(2120), - [sym_preproc_elif] = STATE(2120), + [sym_preproc_else] = STATE(1991), + [sym_preproc_elif] = STATE(1991), [sym_function_definition] = STATE(27), - [sym__old_style_function_definition] = STATE(218), + [sym__old_style_function_definition] = STATE(207), [sym_declaration] = STATE(27), [sym_type_definition] = STATE(27), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1475), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1478), [sym_linkage_specification] = STATE(27), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(856), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(859), [sym_compound_statement] = STATE(27), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1126), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), @@ -17817,45 +17979,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_seh_try_statement] = STATE(27), [sym_seh_leave_statement] = STATE(27), [sym__expression] = STATE(1199), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2083), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym__empty_declaration] = STATE(27), [sym_macro_type_specifier] = STATE(1099), [aux_sym_preproc_if_repeat1] = STATE(27), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(452), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(417), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [sym_identifier] = ACTIONS(179), - [aux_sym_preproc_include_token1] = ACTIONS(181), - [aux_sym_preproc_def_token1] = ACTIONS(183), - [aux_sym_preproc_if_token1] = ACTIONS(185), - [aux_sym_preproc_if_token2] = ACTIONS(231), - [aux_sym_preproc_ifdef_token1] = ACTIONS(189), - [aux_sym_preproc_ifdef_token2] = ACTIONS(189), + [sym_identifier] = ACTIONS(331), + [aux_sym_preproc_include_token1] = ACTIONS(333), + [aux_sym_preproc_def_token1] = ACTIONS(335), + [aux_sym_preproc_if_token1] = ACTIONS(337), + [aux_sym_preproc_if_token2] = ACTIONS(383), + [aux_sym_preproc_ifdef_token1] = ACTIONS(341), + [aux_sym_preproc_ifdef_token2] = ACTIONS(341), [aux_sym_preproc_else_token1] = ACTIONS(113), [aux_sym_preproc_elif_token1] = ACTIONS(115), - [sym_preproc_directive] = ACTIONS(191), + [sym_preproc_directive] = ACTIONS(343), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -17863,10 +18025,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(193), - [anon_sym___extension__] = ACTIONS(195), - [anon_sym_typedef] = ACTIONS(197), - [anon_sym_extern] = ACTIONS(199), + [anon_sym_SEMI] = ACTIONS(345), + [anon_sym___extension__] = ACTIONS(347), + [anon_sym_typedef] = ACTIONS(349), + [anon_sym_extern] = ACTIONS(351), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -17876,7 +18038,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(201), + [anon_sym_LBRACE] = ACTIONS(353), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -17902,19 +18064,19 @@ 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(203), - [anon_sym_switch] = ACTIONS(205), - [anon_sym_case] = ACTIONS(207), - [anon_sym_default] = ACTIONS(209), - [anon_sym_while] = ACTIONS(211), - [anon_sym_do] = ACTIONS(213), - [anon_sym_for] = ACTIONS(215), - [anon_sym_return] = ACTIONS(217), - [anon_sym_break] = ACTIONS(219), - [anon_sym_continue] = ACTIONS(221), - [anon_sym_goto] = ACTIONS(223), - [anon_sym___try] = ACTIONS(225), - [anon_sym___leave] = ACTIONS(227), + [anon_sym_if] = ACTIONS(355), + [anon_sym_switch] = ACTIONS(357), + [anon_sym_case] = ACTIONS(359), + [anon_sym_default] = ACTIONS(361), + [anon_sym_while] = ACTIONS(363), + [anon_sym_do] = ACTIONS(365), + [anon_sym_for] = ACTIONS(367), + [anon_sym_return] = ACTIONS(369), + [anon_sym_break] = ACTIONS(371), + [anon_sym_continue] = ACTIONS(373), + [anon_sym_goto] = ACTIONS(375), + [anon_sym___try] = ACTIONS(377), + [anon_sym___leave] = ACTIONS(379), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -17944,89 +18106,89 @@ 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(2061), - [sym_preproc_elif] = STATE(2061), - [sym_function_definition] = STATE(27), - [sym__old_style_function_definition] = STATE(218), - [sym_declaration] = STATE(27), - [sym_type_definition] = STATE(27), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1475), - [sym_linkage_specification] = STATE(27), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(856), - [sym_compound_statement] = STATE(27), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [16] = { + [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(1992), + [sym_preproc_elif] = STATE(1992), + [sym_function_definition] = STATE(24), + [sym__old_style_function_definition] = STATE(207), + [sym_declaration] = STATE(24), + [sym_type_definition] = STATE(24), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1478), + [sym_linkage_specification] = STATE(24), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(859), + [sym_compound_statement] = STATE(24), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1126), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(27), - [sym_seh_leave_statement] = STATE(27), + [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_seh_try_statement] = STATE(24), + [sym_seh_leave_statement] = STATE(24), [sym__expression] = STATE(1199), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2083), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym__empty_declaration] = STATE(27), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym__empty_declaration] = STATE(24), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_repeat1] = STATE(27), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(452), + [aux_sym_preproc_if_repeat1] = STATE(24), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(417), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [sym_identifier] = ACTIONS(179), - [aux_sym_preproc_include_token1] = ACTIONS(181), - [aux_sym_preproc_def_token1] = ACTIONS(183), - [aux_sym_preproc_if_token1] = ACTIONS(185), - [aux_sym_preproc_if_token2] = ACTIONS(233), - [aux_sym_preproc_ifdef_token1] = ACTIONS(189), - [aux_sym_preproc_ifdef_token2] = ACTIONS(189), + [sym_identifier] = ACTIONS(331), + [aux_sym_preproc_include_token1] = ACTIONS(333), + [aux_sym_preproc_def_token1] = ACTIONS(335), + [aux_sym_preproc_if_token1] = ACTIONS(337), + [aux_sym_preproc_if_token2] = ACTIONS(385), + [aux_sym_preproc_ifdef_token1] = ACTIONS(341), + [aux_sym_preproc_ifdef_token2] = ACTIONS(341), [aux_sym_preproc_else_token1] = ACTIONS(113), [aux_sym_preproc_elif_token1] = ACTIONS(115), - [sym_preproc_directive] = ACTIONS(191), + [sym_preproc_directive] = ACTIONS(343), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -18034,10 +18196,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(193), - [anon_sym___extension__] = ACTIONS(195), - [anon_sym_typedef] = ACTIONS(197), - [anon_sym_extern] = ACTIONS(199), + [anon_sym_SEMI] = ACTIONS(345), + [anon_sym___extension__] = ACTIONS(347), + [anon_sym_typedef] = ACTIONS(349), + [anon_sym_extern] = ACTIONS(351), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -18047,7 +18209,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(201), + [anon_sym_LBRACE] = ACTIONS(353), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -18073,190 +18235,19 @@ 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(203), - [anon_sym_switch] = ACTIONS(205), - [anon_sym_case] = ACTIONS(207), - [anon_sym_default] = ACTIONS(209), - [anon_sym_while] = ACTIONS(211), - [anon_sym_do] = ACTIONS(213), - [anon_sym_for] = ACTIONS(215), - [anon_sym_return] = ACTIONS(217), - [anon_sym_break] = ACTIONS(219), - [anon_sym_continue] = ACTIONS(221), - [anon_sym_goto] = ACTIONS(223), - [anon_sym___try] = ACTIONS(225), - [anon_sym___leave] = ACTIONS(227), - [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(157), - [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(159), - [sym_false] = ACTIONS(159), - [anon_sym_NULL] = ACTIONS(99), - [anon_sym_nullptr] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - }, - [16] = { - [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(2060), - [sym_preproc_elif] = STATE(2060), - [sym_function_definition] = STATE(23), - [sym__old_style_function_definition] = STATE(218), - [sym_declaration] = STATE(23), - [sym_type_definition] = STATE(23), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1475), - [sym_linkage_specification] = STATE(23), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(856), - [sym_compound_statement] = STATE(23), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), - [sym__type_specifier] = STATE(1126), - [sym_sized_type_specifier] = STATE(1099), - [sym_enum_specifier] = STATE(1099), - [sym_struct_specifier] = STATE(1099), - [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(23), - [sym_seh_leave_statement] = STATE(23), - [sym__expression] = STATE(1199), - [sym__expression_not_binary] = STATE(824), - [sym_comma_expression] = STATE(2083), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym__empty_declaration] = STATE(23), - [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_repeat1] = STATE(23), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(452), - [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [sym_identifier] = ACTIONS(179), - [aux_sym_preproc_include_token1] = ACTIONS(181), - [aux_sym_preproc_def_token1] = ACTIONS(183), - [aux_sym_preproc_if_token1] = ACTIONS(185), - [aux_sym_preproc_if_token2] = ACTIONS(235), - [aux_sym_preproc_ifdef_token1] = ACTIONS(189), - [aux_sym_preproc_ifdef_token2] = ACTIONS(189), - [aux_sym_preproc_else_token1] = ACTIONS(113), - [aux_sym_preproc_elif_token1] = ACTIONS(115), - [sym_preproc_directive] = ACTIONS(191), - [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(193), - [anon_sym___extension__] = ACTIONS(195), - [anon_sym_typedef] = ACTIONS(197), - [anon_sym_extern] = ACTIONS(199), - [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(201), - [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(203), - [anon_sym_switch] = ACTIONS(205), - [anon_sym_case] = ACTIONS(207), - [anon_sym_default] = ACTIONS(209), - [anon_sym_while] = ACTIONS(211), - [anon_sym_do] = ACTIONS(213), - [anon_sym_for] = ACTIONS(215), - [anon_sym_return] = ACTIONS(217), - [anon_sym_break] = ACTIONS(219), - [anon_sym_continue] = ACTIONS(221), - [anon_sym_goto] = ACTIONS(223), - [anon_sym___try] = ACTIONS(225), - [anon_sym___leave] = ACTIONS(227), + [anon_sym_if] = ACTIONS(355), + [anon_sym_switch] = ACTIONS(357), + [anon_sym_case] = ACTIONS(359), + [anon_sym_default] = ACTIONS(361), + [anon_sym_while] = ACTIONS(363), + [anon_sym_do] = ACTIONS(365), + [anon_sym_for] = ACTIONS(367), + [anon_sym_return] = ACTIONS(369), + [anon_sym_break] = ACTIONS(371), + [anon_sym_continue] = ACTIONS(373), + [anon_sym_goto] = ACTIONS(375), + [anon_sym___try] = ACTIONS(377), + [anon_sym___leave] = ACTIONS(379), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -18296,19 +18287,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_else] = STATE(1965), [sym_preproc_elif] = STATE(1965), [sym_function_definition] = STATE(27), - [sym__old_style_function_definition] = STATE(218), + [sym__old_style_function_definition] = STATE(207), [sym_declaration] = STATE(27), [sym_type_definition] = STATE(27), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1475), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1478), [sym_linkage_specification] = STATE(27), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(856), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(859), [sym_compound_statement] = STATE(27), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1126), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), @@ -18330,45 +18321,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_seh_try_statement] = STATE(27), [sym_seh_leave_statement] = STATE(27), [sym__expression] = STATE(1199), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2083), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym__empty_declaration] = STATE(27), [sym_macro_type_specifier] = STATE(1099), [aux_sym_preproc_if_repeat1] = STATE(27), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(452), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(417), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [sym_identifier] = ACTIONS(179), - [aux_sym_preproc_include_token1] = ACTIONS(181), - [aux_sym_preproc_def_token1] = ACTIONS(183), - [aux_sym_preproc_if_token1] = ACTIONS(185), - [aux_sym_preproc_if_token2] = ACTIONS(237), - [aux_sym_preproc_ifdef_token1] = ACTIONS(189), - [aux_sym_preproc_ifdef_token2] = ACTIONS(189), + [sym_identifier] = ACTIONS(331), + [aux_sym_preproc_include_token1] = ACTIONS(333), + [aux_sym_preproc_def_token1] = ACTIONS(335), + [aux_sym_preproc_if_token1] = ACTIONS(337), + [aux_sym_preproc_if_token2] = ACTIONS(387), + [aux_sym_preproc_ifdef_token1] = ACTIONS(341), + [aux_sym_preproc_ifdef_token2] = ACTIONS(341), [aux_sym_preproc_else_token1] = ACTIONS(113), [aux_sym_preproc_elif_token1] = ACTIONS(115), - [sym_preproc_directive] = ACTIONS(191), + [sym_preproc_directive] = ACTIONS(343), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -18376,10 +18367,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(193), - [anon_sym___extension__] = ACTIONS(195), - [anon_sym_typedef] = ACTIONS(197), - [anon_sym_extern] = ACTIONS(199), + [anon_sym_SEMI] = ACTIONS(345), + [anon_sym___extension__] = ACTIONS(347), + [anon_sym_typedef] = ACTIONS(349), + [anon_sym_extern] = ACTIONS(351), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -18389,7 +18380,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(201), + [anon_sym_LBRACE] = ACTIONS(353), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -18415,19 +18406,19 @@ 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(203), - [anon_sym_switch] = ACTIONS(205), - [anon_sym_case] = ACTIONS(207), - [anon_sym_default] = ACTIONS(209), - [anon_sym_while] = ACTIONS(211), - [anon_sym_do] = ACTIONS(213), - [anon_sym_for] = ACTIONS(215), - [anon_sym_return] = ACTIONS(217), - [anon_sym_break] = ACTIONS(219), - [anon_sym_continue] = ACTIONS(221), - [anon_sym_goto] = ACTIONS(223), - [anon_sym___try] = ACTIONS(225), - [anon_sym___leave] = ACTIONS(227), + [anon_sym_if] = ACTIONS(355), + [anon_sym_switch] = ACTIONS(357), + [anon_sym_case] = ACTIONS(359), + [anon_sym_default] = ACTIONS(361), + [anon_sym_while] = ACTIONS(363), + [anon_sym_do] = ACTIONS(365), + [anon_sym_for] = ACTIONS(367), + [anon_sym_return] = ACTIONS(369), + [anon_sym_break] = ACTIONS(371), + [anon_sym_continue] = ACTIONS(373), + [anon_sym_goto] = ACTIONS(375), + [anon_sym___try] = ACTIONS(377), + [anon_sym___leave] = ACTIONS(379), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -18467,19 +18458,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_else] = STATE(2033), [sym_preproc_elif] = STATE(2033), [sym_function_definition] = STATE(27), - [sym__old_style_function_definition] = STATE(218), + [sym__old_style_function_definition] = STATE(207), [sym_declaration] = STATE(27), [sym_type_definition] = STATE(27), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1475), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1478), [sym_linkage_specification] = STATE(27), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(856), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(859), [sym_compound_statement] = STATE(27), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1126), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), @@ -18501,45 +18492,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_seh_try_statement] = STATE(27), [sym_seh_leave_statement] = STATE(27), [sym__expression] = STATE(1199), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2083), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym__empty_declaration] = STATE(27), [sym_macro_type_specifier] = STATE(1099), [aux_sym_preproc_if_repeat1] = STATE(27), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(452), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(417), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [sym_identifier] = ACTIONS(179), - [aux_sym_preproc_include_token1] = ACTIONS(181), - [aux_sym_preproc_def_token1] = ACTIONS(183), - [aux_sym_preproc_if_token1] = ACTIONS(185), - [aux_sym_preproc_if_token2] = ACTIONS(239), - [aux_sym_preproc_ifdef_token1] = ACTIONS(189), - [aux_sym_preproc_ifdef_token2] = ACTIONS(189), + [sym_identifier] = ACTIONS(331), + [aux_sym_preproc_include_token1] = ACTIONS(333), + [aux_sym_preproc_def_token1] = ACTIONS(335), + [aux_sym_preproc_if_token1] = ACTIONS(337), + [aux_sym_preproc_if_token2] = ACTIONS(389), + [aux_sym_preproc_ifdef_token1] = ACTIONS(341), + [aux_sym_preproc_ifdef_token2] = ACTIONS(341), [aux_sym_preproc_else_token1] = ACTIONS(113), [aux_sym_preproc_elif_token1] = ACTIONS(115), - [sym_preproc_directive] = ACTIONS(191), + [sym_preproc_directive] = ACTIONS(343), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -18547,10 +18538,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(193), - [anon_sym___extension__] = ACTIONS(195), - [anon_sym_typedef] = ACTIONS(197), - [anon_sym_extern] = ACTIONS(199), + [anon_sym_SEMI] = ACTIONS(345), + [anon_sym___extension__] = ACTIONS(347), + [anon_sym_typedef] = ACTIONS(349), + [anon_sym_extern] = ACTIONS(351), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -18560,7 +18551,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(201), + [anon_sym_LBRACE] = ACTIONS(353), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -18586,19 +18577,19 @@ 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(203), - [anon_sym_switch] = ACTIONS(205), - [anon_sym_case] = ACTIONS(207), - [anon_sym_default] = ACTIONS(209), - [anon_sym_while] = ACTIONS(211), - [anon_sym_do] = ACTIONS(213), - [anon_sym_for] = ACTIONS(215), - [anon_sym_return] = ACTIONS(217), - [anon_sym_break] = ACTIONS(219), - [anon_sym_continue] = ACTIONS(221), - [anon_sym_goto] = ACTIONS(223), - [anon_sym___try] = ACTIONS(225), - [anon_sym___leave] = ACTIONS(227), + [anon_sym_if] = ACTIONS(355), + [anon_sym_switch] = ACTIONS(357), + [anon_sym_case] = ACTIONS(359), + [anon_sym_default] = ACTIONS(361), + [anon_sym_while] = ACTIONS(363), + [anon_sym_do] = ACTIONS(365), + [anon_sym_for] = ACTIONS(367), + [anon_sym_return] = ACTIONS(369), + [anon_sym_break] = ACTIONS(371), + [anon_sym_continue] = ACTIONS(373), + [anon_sym_goto] = ACTIONS(375), + [anon_sym___try] = ACTIONS(377), + [anon_sym___leave] = ACTIONS(379), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -18629,88 +18620,88 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [19] = { - [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(1992), - [sym_preproc_elif] = STATE(1992), - [sym_function_definition] = STATE(21), - [sym__old_style_function_definition] = STATE(218), - [sym_declaration] = STATE(21), - [sym_type_definition] = STATE(21), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1475), - [sym_linkage_specification] = STATE(21), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(856), - [sym_compound_statement] = STATE(21), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [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(2132), + [sym_preproc_elif] = STATE(2132), + [sym_function_definition] = STATE(13), + [sym__old_style_function_definition] = STATE(207), + [sym_declaration] = STATE(13), + [sym_type_definition] = STATE(13), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1478), + [sym_linkage_specification] = STATE(13), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(859), + [sym_compound_statement] = STATE(13), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1126), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(21), - [sym_seh_leave_statement] = STATE(21), + [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_seh_try_statement] = STATE(13), + [sym_seh_leave_statement] = STATE(13), [sym__expression] = STATE(1199), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2083), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym__empty_declaration] = STATE(21), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym__empty_declaration] = STATE(13), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_repeat1] = STATE(21), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(452), + [aux_sym_preproc_if_repeat1] = STATE(13), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(417), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [sym_identifier] = ACTIONS(179), - [aux_sym_preproc_include_token1] = ACTIONS(181), - [aux_sym_preproc_def_token1] = ACTIONS(183), - [aux_sym_preproc_if_token1] = ACTIONS(185), - [aux_sym_preproc_if_token2] = ACTIONS(241), - [aux_sym_preproc_ifdef_token1] = ACTIONS(189), - [aux_sym_preproc_ifdef_token2] = ACTIONS(189), + [sym_identifier] = ACTIONS(331), + [aux_sym_preproc_include_token1] = ACTIONS(333), + [aux_sym_preproc_def_token1] = ACTIONS(335), + [aux_sym_preproc_if_token1] = ACTIONS(337), + [aux_sym_preproc_if_token2] = ACTIONS(391), + [aux_sym_preproc_ifdef_token1] = ACTIONS(341), + [aux_sym_preproc_ifdef_token2] = ACTIONS(341), [aux_sym_preproc_else_token1] = ACTIONS(113), [aux_sym_preproc_elif_token1] = ACTIONS(115), - [sym_preproc_directive] = ACTIONS(191), + [sym_preproc_directive] = ACTIONS(343), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -18718,10 +18709,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(193), - [anon_sym___extension__] = ACTIONS(195), - [anon_sym_typedef] = ACTIONS(197), - [anon_sym_extern] = ACTIONS(199), + [anon_sym_SEMI] = ACTIONS(345), + [anon_sym___extension__] = ACTIONS(347), + [anon_sym_typedef] = ACTIONS(349), + [anon_sym_extern] = ACTIONS(351), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -18731,7 +18722,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(201), + [anon_sym_LBRACE] = ACTIONS(353), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -18757,19 +18748,19 @@ 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(203), - [anon_sym_switch] = ACTIONS(205), - [anon_sym_case] = ACTIONS(207), - [anon_sym_default] = ACTIONS(209), - [anon_sym_while] = ACTIONS(211), - [anon_sym_do] = ACTIONS(213), - [anon_sym_for] = ACTIONS(215), - [anon_sym_return] = ACTIONS(217), - [anon_sym_break] = ACTIONS(219), - [anon_sym_continue] = ACTIONS(221), - [anon_sym_goto] = ACTIONS(223), - [anon_sym___try] = ACTIONS(225), - [anon_sym___leave] = ACTIONS(227), + [anon_sym_if] = ACTIONS(355), + [anon_sym_switch] = ACTIONS(357), + [anon_sym_case] = ACTIONS(359), + [anon_sym_default] = ACTIONS(361), + [anon_sym_while] = ACTIONS(363), + [anon_sym_do] = ACTIONS(365), + [anon_sym_for] = ACTIONS(367), + [anon_sym_return] = ACTIONS(369), + [anon_sym_break] = ACTIONS(371), + [anon_sym_continue] = ACTIONS(373), + [anon_sym_goto] = ACTIONS(375), + [anon_sym___try] = ACTIONS(377), + [anon_sym___leave] = ACTIONS(379), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -18800,88 +18791,88 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [20] = { - [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_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(2140), [sym_preproc_elif] = STATE(2140), - [sym_function_definition] = STATE(14), - [sym__old_style_function_definition] = STATE(218), - [sym_declaration] = STATE(14), - [sym_type_definition] = STATE(14), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1475), - [sym_linkage_specification] = STATE(14), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(856), - [sym_compound_statement] = STATE(14), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_function_definition] = STATE(26), + [sym__old_style_function_definition] = STATE(207), + [sym_declaration] = STATE(26), + [sym_type_definition] = STATE(26), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1478), + [sym_linkage_specification] = STATE(26), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(859), + [sym_compound_statement] = STATE(26), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1126), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(14), - [sym_seh_leave_statement] = STATE(14), + [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_seh_try_statement] = STATE(26), + [sym_seh_leave_statement] = STATE(26), [sym__expression] = STATE(1199), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2083), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym__empty_declaration] = STATE(14), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym__empty_declaration] = STATE(26), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_repeat1] = STATE(14), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(452), + [aux_sym_preproc_if_repeat1] = STATE(26), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(417), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [sym_identifier] = ACTIONS(179), - [aux_sym_preproc_include_token1] = ACTIONS(181), - [aux_sym_preproc_def_token1] = ACTIONS(183), - [aux_sym_preproc_if_token1] = ACTIONS(185), - [aux_sym_preproc_if_token2] = ACTIONS(243), - [aux_sym_preproc_ifdef_token1] = ACTIONS(189), - [aux_sym_preproc_ifdef_token2] = ACTIONS(189), + [sym_identifier] = ACTIONS(331), + [aux_sym_preproc_include_token1] = ACTIONS(333), + [aux_sym_preproc_def_token1] = ACTIONS(335), + [aux_sym_preproc_if_token1] = ACTIONS(337), + [aux_sym_preproc_if_token2] = ACTIONS(393), + [aux_sym_preproc_ifdef_token1] = ACTIONS(341), + [aux_sym_preproc_ifdef_token2] = ACTIONS(341), [aux_sym_preproc_else_token1] = ACTIONS(113), [aux_sym_preproc_elif_token1] = ACTIONS(115), - [sym_preproc_directive] = ACTIONS(191), + [sym_preproc_directive] = ACTIONS(343), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -18889,10 +18880,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(193), - [anon_sym___extension__] = ACTIONS(195), - [anon_sym_typedef] = ACTIONS(197), - [anon_sym_extern] = ACTIONS(199), + [anon_sym_SEMI] = ACTIONS(345), + [anon_sym___extension__] = ACTIONS(347), + [anon_sym_typedef] = ACTIONS(349), + [anon_sym_extern] = ACTIONS(351), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -18902,7 +18893,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(201), + [anon_sym_LBRACE] = ACTIONS(353), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -18928,19 +18919,19 @@ 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(203), - [anon_sym_switch] = ACTIONS(205), - [anon_sym_case] = ACTIONS(207), - [anon_sym_default] = ACTIONS(209), - [anon_sym_while] = ACTIONS(211), - [anon_sym_do] = ACTIONS(213), - [anon_sym_for] = ACTIONS(215), - [anon_sym_return] = ACTIONS(217), - [anon_sym_break] = ACTIONS(219), - [anon_sym_continue] = ACTIONS(221), - [anon_sym_goto] = ACTIONS(223), - [anon_sym___try] = ACTIONS(225), - [anon_sym___leave] = ACTIONS(227), + [anon_sym_if] = ACTIONS(355), + [anon_sym_switch] = ACTIONS(357), + [anon_sym_case] = ACTIONS(359), + [anon_sym_default] = ACTIONS(361), + [anon_sym_while] = ACTIONS(363), + [anon_sym_do] = ACTIONS(365), + [anon_sym_for] = ACTIONS(367), + [anon_sym_return] = ACTIONS(369), + [anon_sym_break] = ACTIONS(371), + [anon_sym_continue] = ACTIONS(373), + [anon_sym_goto] = ACTIONS(375), + [anon_sym___try] = ACTIONS(377), + [anon_sym___leave] = ACTIONS(379), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -18977,22 +18968,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_call] = STATE(27), [sym_preproc_if] = STATE(27), [sym_preproc_ifdef] = STATE(27), - [sym_preproc_else] = STATE(1949), - [sym_preproc_elif] = STATE(1949), + [sym_preproc_else] = STATE(2061), + [sym_preproc_elif] = STATE(2061), [sym_function_definition] = STATE(27), - [sym__old_style_function_definition] = STATE(218), + [sym__old_style_function_definition] = STATE(207), [sym_declaration] = STATE(27), [sym_type_definition] = STATE(27), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1475), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1478), [sym_linkage_specification] = STATE(27), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(856), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(859), [sym_compound_statement] = STATE(27), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1126), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), @@ -19014,45 +19005,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_seh_try_statement] = STATE(27), [sym_seh_leave_statement] = STATE(27), [sym__expression] = STATE(1199), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2083), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym__empty_declaration] = STATE(27), [sym_macro_type_specifier] = STATE(1099), [aux_sym_preproc_if_repeat1] = STATE(27), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(452), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(417), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [sym_identifier] = ACTIONS(179), - [aux_sym_preproc_include_token1] = ACTIONS(181), - [aux_sym_preproc_def_token1] = ACTIONS(183), - [aux_sym_preproc_if_token1] = ACTIONS(185), - [aux_sym_preproc_if_token2] = ACTIONS(245), - [aux_sym_preproc_ifdef_token1] = ACTIONS(189), - [aux_sym_preproc_ifdef_token2] = ACTIONS(189), + [sym_identifier] = ACTIONS(331), + [aux_sym_preproc_include_token1] = ACTIONS(333), + [aux_sym_preproc_def_token1] = ACTIONS(335), + [aux_sym_preproc_if_token1] = ACTIONS(337), + [aux_sym_preproc_if_token2] = ACTIONS(395), + [aux_sym_preproc_ifdef_token1] = ACTIONS(341), + [aux_sym_preproc_ifdef_token2] = ACTIONS(341), [aux_sym_preproc_else_token1] = ACTIONS(113), [aux_sym_preproc_elif_token1] = ACTIONS(115), - [sym_preproc_directive] = ACTIONS(191), + [sym_preproc_directive] = ACTIONS(343), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -19060,10 +19051,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(193), - [anon_sym___extension__] = ACTIONS(195), - [anon_sym_typedef] = ACTIONS(197), - [anon_sym_extern] = ACTIONS(199), + [anon_sym_SEMI] = ACTIONS(345), + [anon_sym___extension__] = ACTIONS(347), + [anon_sym_typedef] = ACTIONS(349), + [anon_sym_extern] = ACTIONS(351), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -19073,7 +19064,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(201), + [anon_sym_LBRACE] = ACTIONS(353), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -19099,19 +19090,19 @@ 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(203), - [anon_sym_switch] = ACTIONS(205), - [anon_sym_case] = ACTIONS(207), - [anon_sym_default] = ACTIONS(209), - [anon_sym_while] = ACTIONS(211), - [anon_sym_do] = ACTIONS(213), - [anon_sym_for] = ACTIONS(215), - [anon_sym_return] = ACTIONS(217), - [anon_sym_break] = ACTIONS(219), - [anon_sym_continue] = ACTIONS(221), - [anon_sym_goto] = ACTIONS(223), - [anon_sym___try] = ACTIONS(225), - [anon_sym___leave] = ACTIONS(227), + [anon_sym_if] = ACTIONS(355), + [anon_sym_switch] = ACTIONS(357), + [anon_sym_case] = ACTIONS(359), + [anon_sym_default] = ACTIONS(361), + [anon_sym_while] = ACTIONS(363), + [anon_sym_do] = ACTIONS(365), + [anon_sym_for] = ACTIONS(367), + [anon_sym_return] = ACTIONS(369), + [anon_sym_break] = ACTIONS(371), + [anon_sym_continue] = ACTIONS(373), + [anon_sym_goto] = ACTIONS(375), + [anon_sym___try] = ACTIONS(377), + [anon_sym___leave] = ACTIONS(379), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -19142,88 +19133,88 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [22] = { - [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(2110), - [sym_preproc_elif] = STATE(2110), - [sym_function_definition] = STATE(15), - [sym__old_style_function_definition] = STATE(218), - [sym_declaration] = STATE(15), - [sym_type_definition] = STATE(15), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1475), - [sym_linkage_specification] = STATE(15), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(856), - [sym_compound_statement] = STATE(15), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [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(1983), + [sym_preproc_elif] = STATE(1983), + [sym_function_definition] = STATE(17), + [sym__old_style_function_definition] = STATE(207), + [sym_declaration] = STATE(17), + [sym_type_definition] = STATE(17), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1478), + [sym_linkage_specification] = STATE(17), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(859), + [sym_compound_statement] = STATE(17), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1126), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(15), - [sym_seh_leave_statement] = STATE(15), + [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_seh_try_statement] = STATE(17), + [sym_seh_leave_statement] = STATE(17), [sym__expression] = STATE(1199), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2083), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym__empty_declaration] = STATE(15), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym__empty_declaration] = STATE(17), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_repeat1] = STATE(15), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(452), + [aux_sym_preproc_if_repeat1] = STATE(17), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(417), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [sym_identifier] = ACTIONS(179), - [aux_sym_preproc_include_token1] = ACTIONS(181), - [aux_sym_preproc_def_token1] = ACTIONS(183), - [aux_sym_preproc_if_token1] = ACTIONS(185), - [aux_sym_preproc_if_token2] = ACTIONS(247), - [aux_sym_preproc_ifdef_token1] = ACTIONS(189), - [aux_sym_preproc_ifdef_token2] = ACTIONS(189), + [sym_identifier] = ACTIONS(331), + [aux_sym_preproc_include_token1] = ACTIONS(333), + [aux_sym_preproc_def_token1] = ACTIONS(335), + [aux_sym_preproc_if_token1] = ACTIONS(337), + [aux_sym_preproc_if_token2] = ACTIONS(397), + [aux_sym_preproc_ifdef_token1] = ACTIONS(341), + [aux_sym_preproc_ifdef_token2] = ACTIONS(341), [aux_sym_preproc_else_token1] = ACTIONS(113), [aux_sym_preproc_elif_token1] = ACTIONS(115), - [sym_preproc_directive] = ACTIONS(191), + [sym_preproc_directive] = ACTIONS(343), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -19231,10 +19222,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(193), - [anon_sym___extension__] = ACTIONS(195), - [anon_sym_typedef] = ACTIONS(197), - [anon_sym_extern] = ACTIONS(199), + [anon_sym_SEMI] = ACTIONS(345), + [anon_sym___extension__] = ACTIONS(347), + [anon_sym_typedef] = ACTIONS(349), + [anon_sym_extern] = ACTIONS(351), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -19244,7 +19235,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(201), + [anon_sym_LBRACE] = ACTIONS(353), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -19270,19 +19261,19 @@ 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(203), - [anon_sym_switch] = ACTIONS(205), - [anon_sym_case] = ACTIONS(207), - [anon_sym_default] = ACTIONS(209), - [anon_sym_while] = ACTIONS(211), - [anon_sym_do] = ACTIONS(213), - [anon_sym_for] = ACTIONS(215), - [anon_sym_return] = ACTIONS(217), - [anon_sym_break] = ACTIONS(219), - [anon_sym_continue] = ACTIONS(221), - [anon_sym_goto] = ACTIONS(223), - [anon_sym___try] = ACTIONS(225), - [anon_sym___leave] = ACTIONS(227), + [anon_sym_if] = ACTIONS(355), + [anon_sym_switch] = ACTIONS(357), + [anon_sym_case] = ACTIONS(359), + [anon_sym_default] = ACTIONS(361), + [anon_sym_while] = ACTIONS(363), + [anon_sym_do] = ACTIONS(365), + [anon_sym_for] = ACTIONS(367), + [anon_sym_return] = ACTIONS(369), + [anon_sym_break] = ACTIONS(371), + [anon_sym_continue] = ACTIONS(373), + [anon_sym_goto] = ACTIONS(375), + [anon_sym___try] = ACTIONS(377), + [anon_sym___leave] = ACTIONS(379), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -19313,88 +19304,88 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [23] = { - [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(1991), - [sym_preproc_elif] = STATE(1991), - [sym_function_definition] = STATE(27), - [sym__old_style_function_definition] = STATE(218), - [sym_declaration] = STATE(27), - [sym_type_definition] = STATE(27), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1475), - [sym_linkage_specification] = STATE(27), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(856), - [sym_compound_statement] = STATE(27), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [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(2050), + [sym_preproc_elif] = STATE(2050), + [sym_function_definition] = STATE(18), + [sym__old_style_function_definition] = STATE(207), + [sym_declaration] = STATE(18), + [sym_type_definition] = STATE(18), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1478), + [sym_linkage_specification] = STATE(18), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(859), + [sym_compound_statement] = STATE(18), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1126), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(27), - [sym_seh_leave_statement] = STATE(27), + [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_seh_try_statement] = STATE(18), + [sym_seh_leave_statement] = STATE(18), [sym__expression] = STATE(1199), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2083), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym__empty_declaration] = STATE(27), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym__empty_declaration] = STATE(18), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_repeat1] = STATE(27), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(452), + [aux_sym_preproc_if_repeat1] = STATE(18), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(417), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [sym_identifier] = ACTIONS(179), - [aux_sym_preproc_include_token1] = ACTIONS(181), - [aux_sym_preproc_def_token1] = ACTIONS(183), - [aux_sym_preproc_if_token1] = ACTIONS(185), - [aux_sym_preproc_if_token2] = ACTIONS(249), - [aux_sym_preproc_ifdef_token1] = ACTIONS(189), - [aux_sym_preproc_ifdef_token2] = ACTIONS(189), + [sym_identifier] = ACTIONS(331), + [aux_sym_preproc_include_token1] = ACTIONS(333), + [aux_sym_preproc_def_token1] = ACTIONS(335), + [aux_sym_preproc_if_token1] = ACTIONS(337), + [aux_sym_preproc_if_token2] = ACTIONS(399), + [aux_sym_preproc_ifdef_token1] = ACTIONS(341), + [aux_sym_preproc_ifdef_token2] = ACTIONS(341), [aux_sym_preproc_else_token1] = ACTIONS(113), [aux_sym_preproc_elif_token1] = ACTIONS(115), - [sym_preproc_directive] = ACTIONS(191), + [sym_preproc_directive] = ACTIONS(343), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -19402,10 +19393,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(193), - [anon_sym___extension__] = ACTIONS(195), - [anon_sym_typedef] = ACTIONS(197), - [anon_sym_extern] = ACTIONS(199), + [anon_sym_SEMI] = ACTIONS(345), + [anon_sym___extension__] = ACTIONS(347), + [anon_sym_typedef] = ACTIONS(349), + [anon_sym_extern] = ACTIONS(351), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -19415,7 +19406,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(201), + [anon_sym_LBRACE] = ACTIONS(353), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -19441,19 +19432,19 @@ 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(203), - [anon_sym_switch] = ACTIONS(205), - [anon_sym_case] = ACTIONS(207), - [anon_sym_default] = ACTIONS(209), - [anon_sym_while] = ACTIONS(211), - [anon_sym_do] = ACTIONS(213), - [anon_sym_for] = ACTIONS(215), - [anon_sym_return] = ACTIONS(217), - [anon_sym_break] = ACTIONS(219), - [anon_sym_continue] = ACTIONS(221), - [anon_sym_goto] = ACTIONS(223), - [anon_sym___try] = ACTIONS(225), - [anon_sym___leave] = ACTIONS(227), + [anon_sym_if] = ACTIONS(355), + [anon_sym_switch] = ACTIONS(357), + [anon_sym_case] = ACTIONS(359), + [anon_sym_default] = ACTIONS(361), + [anon_sym_while] = ACTIONS(363), + [anon_sym_do] = ACTIONS(365), + [anon_sym_for] = ACTIONS(367), + [anon_sym_return] = ACTIONS(369), + [anon_sym_break] = ACTIONS(371), + [anon_sym_continue] = ACTIONS(373), + [anon_sym_goto] = ACTIONS(375), + [anon_sym___try] = ACTIONS(377), + [anon_sym___leave] = ACTIONS(379), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -19484,88 +19475,88 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [24] = { - [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(1983), - [sym_preproc_elif] = STATE(1983), - [sym_function_definition] = STATE(17), - [sym__old_style_function_definition] = STATE(218), - [sym_declaration] = STATE(17), - [sym_type_definition] = STATE(17), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1475), - [sym_linkage_specification] = STATE(17), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(856), - [sym_compound_statement] = STATE(17), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [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(1949), + [sym_preproc_elif] = STATE(1949), + [sym_function_definition] = STATE(27), + [sym__old_style_function_definition] = STATE(207), + [sym_declaration] = STATE(27), + [sym_type_definition] = STATE(27), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1478), + [sym_linkage_specification] = STATE(27), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(859), + [sym_compound_statement] = STATE(27), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1126), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(17), - [sym_seh_leave_statement] = STATE(17), + [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_seh_try_statement] = STATE(27), + [sym_seh_leave_statement] = STATE(27), [sym__expression] = STATE(1199), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2083), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym__empty_declaration] = STATE(17), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym__empty_declaration] = STATE(27), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_repeat1] = STATE(17), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(452), + [aux_sym_preproc_if_repeat1] = STATE(27), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(417), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [sym_identifier] = ACTIONS(179), - [aux_sym_preproc_include_token1] = ACTIONS(181), - [aux_sym_preproc_def_token1] = ACTIONS(183), - [aux_sym_preproc_if_token1] = ACTIONS(185), - [aux_sym_preproc_if_token2] = ACTIONS(251), - [aux_sym_preproc_ifdef_token1] = ACTIONS(189), - [aux_sym_preproc_ifdef_token2] = ACTIONS(189), + [sym_identifier] = ACTIONS(331), + [aux_sym_preproc_include_token1] = ACTIONS(333), + [aux_sym_preproc_def_token1] = ACTIONS(335), + [aux_sym_preproc_if_token1] = ACTIONS(337), + [aux_sym_preproc_if_token2] = ACTIONS(401), + [aux_sym_preproc_ifdef_token1] = ACTIONS(341), + [aux_sym_preproc_ifdef_token2] = ACTIONS(341), [aux_sym_preproc_else_token1] = ACTIONS(113), [aux_sym_preproc_elif_token1] = ACTIONS(115), - [sym_preproc_directive] = ACTIONS(191), + [sym_preproc_directive] = ACTIONS(343), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -19573,10 +19564,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(193), - [anon_sym___extension__] = ACTIONS(195), - [anon_sym_typedef] = ACTIONS(197), - [anon_sym_extern] = ACTIONS(199), + [anon_sym_SEMI] = ACTIONS(345), + [anon_sym___extension__] = ACTIONS(347), + [anon_sym_typedef] = ACTIONS(349), + [anon_sym_extern] = ACTIONS(351), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -19586,7 +19577,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(201), + [anon_sym_LBRACE] = ACTIONS(353), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -19612,19 +19603,19 @@ 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(203), - [anon_sym_switch] = ACTIONS(205), - [anon_sym_case] = ACTIONS(207), - [anon_sym_default] = ACTIONS(209), - [anon_sym_while] = ACTIONS(211), - [anon_sym_do] = ACTIONS(213), - [anon_sym_for] = ACTIONS(215), - [anon_sym_return] = ACTIONS(217), - [anon_sym_break] = ACTIONS(219), - [anon_sym_continue] = ACTIONS(221), - [anon_sym_goto] = ACTIONS(223), - [anon_sym___try] = ACTIONS(225), - [anon_sym___leave] = ACTIONS(227), + [anon_sym_if] = ACTIONS(355), + [anon_sym_switch] = ACTIONS(357), + [anon_sym_case] = ACTIONS(359), + [anon_sym_default] = ACTIONS(361), + [anon_sym_while] = ACTIONS(363), + [anon_sym_do] = ACTIONS(365), + [anon_sym_for] = ACTIONS(367), + [anon_sym_return] = ACTIONS(369), + [anon_sym_break] = ACTIONS(371), + [anon_sym_continue] = ACTIONS(373), + [anon_sym_goto] = ACTIONS(375), + [anon_sym___try] = ACTIONS(377), + [anon_sym___leave] = ACTIONS(379), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -19655,28 +19646,199 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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(2110), + [sym_preproc_elif] = STATE(2110), + [sym_function_definition] = STATE(21), + [sym__old_style_function_definition] = STATE(207), + [sym_declaration] = STATE(21), + [sym_type_definition] = STATE(21), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1478), + [sym_linkage_specification] = STATE(21), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(859), + [sym_compound_statement] = STATE(21), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), + [sym__type_specifier] = STATE(1126), + [sym_sized_type_specifier] = STATE(1099), + [sym_enum_specifier] = STATE(1099), + [sym_struct_specifier] = STATE(1099), + [sym_union_specifier] = STATE(1099), + [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_seh_try_statement] = STATE(21), + [sym_seh_leave_statement] = STATE(21), + [sym__expression] = STATE(1199), + [sym__expression_not_binary] = STATE(807), + [sym_comma_expression] = STATE(2083), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym__empty_declaration] = STATE(21), + [sym_macro_type_specifier] = STATE(1099), + [aux_sym_preproc_if_repeat1] = STATE(21), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(417), + [aux_sym_sized_type_specifier_repeat1] = STATE(1109), + [sym_identifier] = ACTIONS(331), + [aux_sym_preproc_include_token1] = ACTIONS(333), + [aux_sym_preproc_def_token1] = ACTIONS(335), + [aux_sym_preproc_if_token1] = ACTIONS(337), + [aux_sym_preproc_if_token2] = ACTIONS(403), + [aux_sym_preproc_ifdef_token1] = ACTIONS(341), + [aux_sym_preproc_ifdef_token2] = ACTIONS(341), + [aux_sym_preproc_else_token1] = ACTIONS(113), + [aux_sym_preproc_elif_token1] = ACTIONS(115), + [sym_preproc_directive] = ACTIONS(343), + [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(345), + [anon_sym___extension__] = ACTIONS(347), + [anon_sym_typedef] = ACTIONS(349), + [anon_sym_extern] = ACTIONS(351), + [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(353), + [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(355), + [anon_sym_switch] = ACTIONS(357), + [anon_sym_case] = ACTIONS(359), + [anon_sym_default] = ACTIONS(361), + [anon_sym_while] = ACTIONS(363), + [anon_sym_do] = ACTIONS(365), + [anon_sym_for] = ACTIONS(367), + [anon_sym_return] = ACTIONS(369), + [anon_sym_break] = ACTIONS(371), + [anon_sym_continue] = ACTIONS(373), + [anon_sym_goto] = ACTIONS(375), + [anon_sym___try] = ACTIONS(377), + [anon_sym___leave] = ACTIONS(379), + [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(157), + [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(159), + [sym_false] = ACTIONS(159), + [anon_sym_NULL] = ACTIONS(99), + [anon_sym_nullptr] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + }, + [26] = { [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(2156), - [sym_preproc_elif] = STATE(2156), + [sym_preproc_else] = STATE(2120), + [sym_preproc_elif] = STATE(2120), [sym_function_definition] = STATE(27), - [sym__old_style_function_definition] = STATE(218), + [sym__old_style_function_definition] = STATE(207), [sym_declaration] = STATE(27), [sym_type_definition] = STATE(27), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1475), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1478), [sym_linkage_specification] = STATE(27), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(856), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(859), [sym_compound_statement] = STATE(27), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1126), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), @@ -19698,45 +19860,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_seh_try_statement] = STATE(27), [sym_seh_leave_statement] = STATE(27), [sym__expression] = STATE(1199), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2083), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym__empty_declaration] = STATE(27), [sym_macro_type_specifier] = STATE(1099), [aux_sym_preproc_if_repeat1] = STATE(27), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(452), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(417), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [sym_identifier] = ACTIONS(179), - [aux_sym_preproc_include_token1] = ACTIONS(181), - [aux_sym_preproc_def_token1] = ACTIONS(183), - [aux_sym_preproc_if_token1] = ACTIONS(185), - [aux_sym_preproc_if_token2] = ACTIONS(253), - [aux_sym_preproc_ifdef_token1] = ACTIONS(189), - [aux_sym_preproc_ifdef_token2] = ACTIONS(189), + [sym_identifier] = ACTIONS(331), + [aux_sym_preproc_include_token1] = ACTIONS(333), + [aux_sym_preproc_def_token1] = ACTIONS(335), + [aux_sym_preproc_if_token1] = ACTIONS(337), + [aux_sym_preproc_if_token2] = ACTIONS(405), + [aux_sym_preproc_ifdef_token1] = ACTIONS(341), + [aux_sym_preproc_ifdef_token2] = ACTIONS(341), [aux_sym_preproc_else_token1] = ACTIONS(113), [aux_sym_preproc_elif_token1] = ACTIONS(115), - [sym_preproc_directive] = ACTIONS(191), + [sym_preproc_directive] = ACTIONS(343), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -19744,10 +19906,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(193), - [anon_sym___extension__] = ACTIONS(195), - [anon_sym_typedef] = ACTIONS(197), - [anon_sym_extern] = ACTIONS(199), + [anon_sym_SEMI] = ACTIONS(345), + [anon_sym___extension__] = ACTIONS(347), + [anon_sym_typedef] = ACTIONS(349), + [anon_sym_extern] = ACTIONS(351), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -19757,7 +19919,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(201), + [anon_sym_LBRACE] = ACTIONS(353), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -19783,19 +19945,19 @@ 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(203), - [anon_sym_switch] = ACTIONS(205), - [anon_sym_case] = ACTIONS(207), - [anon_sym_default] = ACTIONS(209), - [anon_sym_while] = ACTIONS(211), - [anon_sym_do] = ACTIONS(213), - [anon_sym_for] = ACTIONS(215), - [anon_sym_return] = ACTIONS(217), - [anon_sym_break] = ACTIONS(219), - [anon_sym_continue] = ACTIONS(221), - [anon_sym_goto] = ACTIONS(223), - [anon_sym___try] = ACTIONS(225), - [anon_sym___leave] = ACTIONS(227), + [anon_sym_if] = ACTIONS(355), + [anon_sym_switch] = ACTIONS(357), + [anon_sym_case] = ACTIONS(359), + [anon_sym_default] = ACTIONS(361), + [anon_sym_while] = ACTIONS(363), + [anon_sym_do] = ACTIONS(365), + [anon_sym_for] = ACTIONS(367), + [anon_sym_return] = ACTIONS(369), + [anon_sym_break] = ACTIONS(371), + [anon_sym_continue] = ACTIONS(373), + [anon_sym_goto] = ACTIONS(375), + [anon_sym___try] = ACTIONS(377), + [anon_sym___leave] = ACTIONS(379), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -19825,177 +19987,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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(137), - [sym_declaration] = STATE(26), - [sym_type_definition] = STATE(26), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1478), - [sym_linkage_specification] = STATE(26), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(852), - [sym_compound_statement] = STATE(26), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), - [sym__type_specifier] = STATE(1127), - [sym_sized_type_specifier] = STATE(1099), - [sym_enum_specifier] = STATE(1099), - [sym_struct_specifier] = STATE(1099), - [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(26), - [sym_seh_leave_statement] = STATE(26), - [sym__expression] = STATE(1239), - [sym__expression_not_binary] = STATE(824), - [sym_comma_expression] = STATE(2185), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym__empty_declaration] = STATE(26), - [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_repeat1] = STATE(26), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(448), - [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [sym_identifier] = ACTIONS(255), - [aux_sym_preproc_include_token1] = ACTIONS(258), - [aux_sym_preproc_def_token1] = ACTIONS(261), - [aux_sym_preproc_if_token1] = ACTIONS(264), - [aux_sym_preproc_if_token2] = ACTIONS(267), - [aux_sym_preproc_ifdef_token1] = ACTIONS(269), - [aux_sym_preproc_ifdef_token2] = ACTIONS(269), - [aux_sym_preproc_else_token1] = ACTIONS(267), - [aux_sym_preproc_elif_token1] = ACTIONS(267), - [aux_sym_preproc_elifdef_token1] = ACTIONS(267), - [aux_sym_preproc_elifdef_token2] = ACTIONS(267), - [sym_preproc_directive] = ACTIONS(272), - [anon_sym_LPAREN2] = ACTIONS(275), - [anon_sym_BANG] = ACTIONS(278), - [anon_sym_TILDE] = ACTIONS(278), - [anon_sym_DASH] = ACTIONS(281), - [anon_sym_PLUS] = ACTIONS(281), - [anon_sym_STAR] = ACTIONS(284), - [anon_sym_AMP] = ACTIONS(284), - [anon_sym_SEMI] = ACTIONS(287), - [anon_sym___extension__] = ACTIONS(290), - [anon_sym_typedef] = ACTIONS(293), - [anon_sym_extern] = ACTIONS(296), - [anon_sym___attribute__] = ACTIONS(299), - [anon_sym_LBRACK_LBRACK] = ACTIONS(302), - [anon_sym___declspec] = ACTIONS(305), - [anon_sym___cdecl] = ACTIONS(308), - [anon_sym___clrcall] = ACTIONS(308), - [anon_sym___stdcall] = ACTIONS(308), - [anon_sym___fastcall] = ACTIONS(308), - [anon_sym___thiscall] = ACTIONS(308), - [anon_sym___vectorcall] = ACTIONS(308), - [anon_sym_LBRACE] = ACTIONS(311), - [anon_sym_signed] = ACTIONS(314), - [anon_sym_unsigned] = ACTIONS(314), - [anon_sym_long] = ACTIONS(314), - [anon_sym_short] = ACTIONS(314), - [anon_sym_static] = ACTIONS(317), - [anon_sym_auto] = ACTIONS(317), - [anon_sym_register] = ACTIONS(317), - [anon_sym_inline] = ACTIONS(317), - [anon_sym___inline] = ACTIONS(317), - [anon_sym___inline__] = ACTIONS(317), - [anon_sym___forceinline] = ACTIONS(317), - [anon_sym_thread_local] = ACTIONS(317), - [anon_sym___thread] = ACTIONS(317), - [anon_sym_const] = ACTIONS(320), - [anon_sym_constexpr] = ACTIONS(320), - [anon_sym_volatile] = ACTIONS(320), - [anon_sym_restrict] = ACTIONS(320), - [anon_sym___restrict__] = ACTIONS(320), - [anon_sym__Atomic] = ACTIONS(320), - [anon_sym__Noreturn] = ACTIONS(320), - [anon_sym_noreturn] = ACTIONS(320), - [sym_primitive_type] = ACTIONS(323), - [anon_sym_enum] = ACTIONS(326), - [anon_sym_struct] = ACTIONS(329), - [anon_sym_union] = ACTIONS(332), - [anon_sym_if] = ACTIONS(335), - [anon_sym_switch] = ACTIONS(338), - [anon_sym_case] = ACTIONS(341), - [anon_sym_default] = ACTIONS(344), - [anon_sym_while] = ACTIONS(347), - [anon_sym_do] = ACTIONS(350), - [anon_sym_for] = ACTIONS(353), - [anon_sym_return] = ACTIONS(356), - [anon_sym_break] = ACTIONS(359), - [anon_sym_continue] = ACTIONS(362), - [anon_sym_goto] = ACTIONS(365), - [anon_sym___try] = ACTIONS(368), - [anon_sym___leave] = ACTIONS(371), - [anon_sym_DASH_DASH] = ACTIONS(374), - [anon_sym_PLUS_PLUS] = ACTIONS(374), - [anon_sym_sizeof] = ACTIONS(377), - [anon_sym___alignof__] = ACTIONS(380), - [anon_sym___alignof] = ACTIONS(380), - [anon_sym__alignof] = ACTIONS(380), - [anon_sym_alignof] = ACTIONS(380), - [anon_sym__Alignof] = ACTIONS(380), - [anon_sym_offsetof] = ACTIONS(383), - [anon_sym__Generic] = ACTIONS(386), - [anon_sym_asm] = ACTIONS(389), - [anon_sym___asm__] = ACTIONS(389), - [sym_number_literal] = ACTIONS(392), - [anon_sym_L_SQUOTE] = ACTIONS(395), - [anon_sym_u_SQUOTE] = ACTIONS(395), - [anon_sym_U_SQUOTE] = ACTIONS(395), - [anon_sym_u8_SQUOTE] = ACTIONS(395), - [anon_sym_SQUOTE] = ACTIONS(395), - [anon_sym_L_DQUOTE] = ACTIONS(398), - [anon_sym_u_DQUOTE] = ACTIONS(398), - [anon_sym_U_DQUOTE] = ACTIONS(398), - [anon_sym_u8_DQUOTE] = ACTIONS(398), - [anon_sym_DQUOTE] = ACTIONS(398), - [sym_true] = ACTIONS(401), - [sym_false] = ACTIONS(401), - [anon_sym_NULL] = ACTIONS(404), - [anon_sym_nullptr] = ACTIONS(404), - [sym_comment] = ACTIONS(3), - }, [27] = { [sym_preproc_include] = STATE(27), [sym_preproc_def] = STATE(27), @@ -20004,19 +19995,19 @@ 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(218), + [sym__old_style_function_definition] = STATE(207), [sym_declaration] = STATE(27), [sym_type_definition] = STATE(27), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1475), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1478), [sym_linkage_specification] = STATE(27), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(856), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(859), [sym_compound_statement] = STATE(27), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1126), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), @@ -20038,91 +20029,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_seh_try_statement] = STATE(27), [sym_seh_leave_statement] = STATE(27), [sym__expression] = STATE(1199), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2083), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym__empty_declaration] = STATE(27), [sym_macro_type_specifier] = STATE(1099), [aux_sym_preproc_if_repeat1] = STATE(27), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(452), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(417), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(407), [aux_sym_preproc_include_token1] = ACTIONS(410), [aux_sym_preproc_def_token1] = ACTIONS(413), [aux_sym_preproc_if_token1] = ACTIONS(416), - [aux_sym_preproc_if_token2] = ACTIONS(267), + [aux_sym_preproc_if_token2] = ACTIONS(191), [aux_sym_preproc_ifdef_token1] = ACTIONS(419), [aux_sym_preproc_ifdef_token2] = ACTIONS(419), - [aux_sym_preproc_else_token1] = ACTIONS(267), - [aux_sym_preproc_elif_token1] = ACTIONS(267), + [aux_sym_preproc_else_token1] = ACTIONS(191), + [aux_sym_preproc_elif_token1] = ACTIONS(191), [sym_preproc_directive] = ACTIONS(422), - [anon_sym_LPAREN2] = ACTIONS(275), - [anon_sym_BANG] = ACTIONS(278), - [anon_sym_TILDE] = ACTIONS(278), - [anon_sym_DASH] = ACTIONS(281), - [anon_sym_PLUS] = ACTIONS(281), - [anon_sym_STAR] = ACTIONS(284), - [anon_sym_AMP] = ACTIONS(284), + [anon_sym_LPAREN2] = ACTIONS(199), + [anon_sym_BANG] = ACTIONS(202), + [anon_sym_TILDE] = ACTIONS(202), + [anon_sym_DASH] = ACTIONS(205), + [anon_sym_PLUS] = ACTIONS(205), + [anon_sym_STAR] = ACTIONS(208), + [anon_sym_AMP] = ACTIONS(208), [anon_sym_SEMI] = ACTIONS(425), [anon_sym___extension__] = ACTIONS(428), [anon_sym_typedef] = ACTIONS(431), [anon_sym_extern] = ACTIONS(434), - [anon_sym___attribute__] = ACTIONS(299), - [anon_sym_LBRACK_LBRACK] = ACTIONS(302), - [anon_sym___declspec] = ACTIONS(305), - [anon_sym___cdecl] = ACTIONS(308), - [anon_sym___clrcall] = ACTIONS(308), - [anon_sym___stdcall] = ACTIONS(308), - [anon_sym___fastcall] = ACTIONS(308), - [anon_sym___thiscall] = ACTIONS(308), - [anon_sym___vectorcall] = ACTIONS(308), + [anon_sym___attribute__] = ACTIONS(223), + [anon_sym_LBRACK_LBRACK] = ACTIONS(226), + [anon_sym___declspec] = ACTIONS(229), + [anon_sym___cdecl] = ACTIONS(232), + [anon_sym___clrcall] = ACTIONS(232), + [anon_sym___stdcall] = ACTIONS(232), + [anon_sym___fastcall] = ACTIONS(232), + [anon_sym___thiscall] = ACTIONS(232), + [anon_sym___vectorcall] = ACTIONS(232), [anon_sym_LBRACE] = ACTIONS(437), - [anon_sym_signed] = ACTIONS(314), - [anon_sym_unsigned] = ACTIONS(314), - [anon_sym_long] = ACTIONS(314), - [anon_sym_short] = ACTIONS(314), - [anon_sym_static] = ACTIONS(317), - [anon_sym_auto] = ACTIONS(317), - [anon_sym_register] = ACTIONS(317), - [anon_sym_inline] = ACTIONS(317), - [anon_sym___inline] = ACTIONS(317), - [anon_sym___inline__] = ACTIONS(317), - [anon_sym___forceinline] = ACTIONS(317), - [anon_sym_thread_local] = ACTIONS(317), - [anon_sym___thread] = ACTIONS(317), - [anon_sym_const] = ACTIONS(320), - [anon_sym_constexpr] = ACTIONS(320), - [anon_sym_volatile] = ACTIONS(320), - [anon_sym_restrict] = ACTIONS(320), - [anon_sym___restrict__] = ACTIONS(320), - [anon_sym__Atomic] = ACTIONS(320), - [anon_sym__Noreturn] = ACTIONS(320), - [anon_sym_noreturn] = ACTIONS(320), - [sym_primitive_type] = ACTIONS(323), - [anon_sym_enum] = ACTIONS(326), - [anon_sym_struct] = ACTIONS(329), - [anon_sym_union] = ACTIONS(332), + [anon_sym_signed] = ACTIONS(238), + [anon_sym_unsigned] = ACTIONS(238), + [anon_sym_long] = ACTIONS(238), + [anon_sym_short] = ACTIONS(238), + [anon_sym_static] = ACTIONS(241), + [anon_sym_auto] = ACTIONS(241), + [anon_sym_register] = ACTIONS(241), + [anon_sym_inline] = ACTIONS(241), + [anon_sym___inline] = ACTIONS(241), + [anon_sym___inline__] = ACTIONS(241), + [anon_sym___forceinline] = ACTIONS(241), + [anon_sym_thread_local] = ACTIONS(241), + [anon_sym___thread] = ACTIONS(241), + [anon_sym_const] = ACTIONS(244), + [anon_sym_constexpr] = ACTIONS(244), + [anon_sym_volatile] = ACTIONS(244), + [anon_sym_restrict] = ACTIONS(244), + [anon_sym___restrict__] = ACTIONS(244), + [anon_sym__Atomic] = ACTIONS(244), + [anon_sym__Noreturn] = ACTIONS(244), + [anon_sym_noreturn] = ACTIONS(244), + [sym_primitive_type] = ACTIONS(247), + [anon_sym_enum] = ACTIONS(250), + [anon_sym_struct] = ACTIONS(253), + [anon_sym_union] = ACTIONS(256), [anon_sym_if] = ACTIONS(440), [anon_sym_switch] = ACTIONS(443), [anon_sym_case] = ACTIONS(446), @@ -20136,105 +20127,105 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_goto] = ACTIONS(470), [anon_sym___try] = ACTIONS(473), [anon_sym___leave] = ACTIONS(476), - [anon_sym_DASH_DASH] = ACTIONS(374), - [anon_sym_PLUS_PLUS] = ACTIONS(374), - [anon_sym_sizeof] = ACTIONS(377), - [anon_sym___alignof__] = ACTIONS(380), - [anon_sym___alignof] = ACTIONS(380), - [anon_sym__alignof] = ACTIONS(380), - [anon_sym_alignof] = ACTIONS(380), - [anon_sym__Alignof] = ACTIONS(380), - [anon_sym_offsetof] = ACTIONS(383), - [anon_sym__Generic] = ACTIONS(386), - [anon_sym_asm] = ACTIONS(389), - [anon_sym___asm__] = ACTIONS(389), - [sym_number_literal] = ACTIONS(392), - [anon_sym_L_SQUOTE] = ACTIONS(395), - [anon_sym_u_SQUOTE] = ACTIONS(395), - [anon_sym_U_SQUOTE] = ACTIONS(395), - [anon_sym_u8_SQUOTE] = ACTIONS(395), - [anon_sym_SQUOTE] = ACTIONS(395), - [anon_sym_L_DQUOTE] = ACTIONS(398), - [anon_sym_u_DQUOTE] = ACTIONS(398), - [anon_sym_U_DQUOTE] = ACTIONS(398), - [anon_sym_u8_DQUOTE] = ACTIONS(398), - [anon_sym_DQUOTE] = ACTIONS(398), - [sym_true] = ACTIONS(401), - [sym_false] = ACTIONS(401), - [anon_sym_NULL] = ACTIONS(404), - [anon_sym_nullptr] = ACTIONS(404), + [anon_sym_DASH_DASH] = ACTIONS(298), + [anon_sym_PLUS_PLUS] = ACTIONS(298), + [anon_sym_sizeof] = ACTIONS(301), + [anon_sym___alignof__] = ACTIONS(304), + [anon_sym___alignof] = ACTIONS(304), + [anon_sym__alignof] = ACTIONS(304), + [anon_sym_alignof] = ACTIONS(304), + [anon_sym__Alignof] = ACTIONS(304), + [anon_sym_offsetof] = ACTIONS(307), + [anon_sym__Generic] = ACTIONS(310), + [anon_sym_asm] = ACTIONS(313), + [anon_sym___asm__] = ACTIONS(313), + [sym_number_literal] = ACTIONS(316), + [anon_sym_L_SQUOTE] = ACTIONS(319), + [anon_sym_u_SQUOTE] = ACTIONS(319), + [anon_sym_U_SQUOTE] = ACTIONS(319), + [anon_sym_u8_SQUOTE] = ACTIONS(319), + [anon_sym_SQUOTE] = ACTIONS(319), + [anon_sym_L_DQUOTE] = ACTIONS(322), + [anon_sym_u_DQUOTE] = ACTIONS(322), + [anon_sym_U_DQUOTE] = ACTIONS(322), + [anon_sym_u8_DQUOTE] = ACTIONS(322), + [anon_sym_DQUOTE] = ACTIONS(322), + [sym_true] = ACTIONS(325), + [sym_false] = ACTIONS(325), + [anon_sym_NULL] = ACTIONS(328), + [anon_sym_nullptr] = ACTIONS(328), [sym_comment] = ACTIONS(3), }, [28] = { - [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(381), - [sym_declaration] = STATE(51), - [sym_type_definition] = STATE(51), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1471), - [sym_linkage_specification] = STATE(51), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(860), - [sym_compound_statement] = STATE(51), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [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(373), + [sym_declaration] = STATE(38), + [sym_type_definition] = STATE(38), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1473), + [sym_linkage_specification] = STATE(38), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(862), + [sym_compound_statement] = STATE(38), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1125), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(51), - [sym_seh_leave_statement] = STATE(51), + [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_seh_try_statement] = STATE(38), + [sym_seh_leave_statement] = STATE(38), [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym__empty_declaration] = STATE(51), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym__empty_declaration] = STATE(38), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_repeat1] = STATE(51), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(429), + [aux_sym_preproc_if_repeat1] = STATE(38), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(430), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(479), [aux_sym_preproc_include_token1] = ACTIONS(481), @@ -20333,75 +20324,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [29] = { - [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__old_style_function_definition] = STATE(381), - [sym_declaration] = STATE(32), - [sym_type_definition] = STATE(32), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1471), - [sym_linkage_specification] = STATE(32), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(860), - [sym_compound_statement] = STATE(32), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [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__old_style_function_definition] = STATE(373), + [sym_declaration] = STATE(50), + [sym_type_definition] = STATE(50), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1473), + [sym_linkage_specification] = STATE(50), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(862), + [sym_compound_statement] = STATE(50), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1125), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(32), - [sym_seh_leave_statement] = STATE(32), + [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_seh_try_statement] = STATE(50), + [sym_seh_leave_statement] = STATE(50), [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym__empty_declaration] = STATE(32), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym__empty_declaration] = STATE(50), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_repeat1] = STATE(32), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(429), + [aux_sym_preproc_if_repeat1] = STATE(50), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(430), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(479), [aux_sym_preproc_include_token1] = ACTIONS(481), @@ -20500,83 +20491,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [30] = { - [sym_preproc_include] = STATE(42), - [sym_preproc_def] = STATE(42), - [sym_preproc_function_def] = STATE(42), - [sym_preproc_call] = STATE(42), - [sym_preproc_if] = STATE(42), - [sym_preproc_ifdef] = STATE(42), - [sym_function_definition] = STATE(42), - [sym__old_style_function_definition] = STATE(381), - [sym_declaration] = STATE(42), - [sym_type_definition] = STATE(42), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1471), - [sym_linkage_specification] = STATE(42), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(860), - [sym_compound_statement] = STATE(42), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), - [sym__type_specifier] = STATE(1125), + [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__old_style_function_definition] = STATE(404), + [sym_declaration] = STATE(41), + [sym_type_definition] = STATE(41), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1472), + [sym_linkage_specification] = STATE(41), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(851), + [sym_compound_statement] = STATE(41), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), + [sym__type_specifier] = STATE(1120), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [sym_attributed_statement] = STATE(42), - [sym_labeled_statement] = STATE(42), - [sym_expression_statement] = STATE(42), - [sym_if_statement] = STATE(42), - [sym_switch_statement] = STATE(42), - [sym_case_statement] = STATE(42), - [sym_while_statement] = STATE(42), - [sym_do_statement] = STATE(42), - [sym_for_statement] = STATE(42), - [sym_return_statement] = STATE(42), - [sym_break_statement] = STATE(42), - [sym_continue_statement] = STATE(42), - [sym_goto_statement] = STATE(42), - [sym_seh_try_statement] = STATE(42), - [sym_seh_leave_statement] = STATE(42), - [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), - [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym__empty_declaration] = STATE(42), + [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_seh_try_statement] = STATE(41), + [sym_seh_leave_statement] = STATE(41), + [sym__expression] = STATE(1203), + [sym__expression_not_binary] = STATE(807), + [sym_comma_expression] = STATE(2003), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym__empty_declaration] = STATE(41), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_repeat1] = STATE(42), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(429), + [aux_sym_preproc_if_repeat1] = STATE(41), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(407), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [sym_identifier] = ACTIONS(479), - [aux_sym_preproc_include_token1] = ACTIONS(481), - [aux_sym_preproc_def_token1] = ACTIONS(483), - [aux_sym_preproc_if_token1] = ACTIONS(485), - [aux_sym_preproc_ifdef_token1] = ACTIONS(487), - [aux_sym_preproc_ifdef_token2] = ACTIONS(487), - [sym_preproc_directive] = ACTIONS(489), + [sym_identifier] = ACTIONS(531), + [aux_sym_preproc_include_token1] = ACTIONS(533), + [aux_sym_preproc_def_token1] = ACTIONS(535), + [aux_sym_preproc_if_token1] = ACTIONS(537), + [aux_sym_preproc_if_token2] = ACTIONS(539), + [aux_sym_preproc_ifdef_token1] = ACTIONS(541), + [aux_sym_preproc_ifdef_token2] = ACTIONS(541), + [sym_preproc_directive] = ACTIONS(543), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -20584,10 +20576,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(491), - [anon_sym___extension__] = ACTIONS(493), - [anon_sym_typedef] = ACTIONS(495), - [anon_sym_extern] = ACTIONS(497), + [anon_sym_SEMI] = ACTIONS(545), + [anon_sym___extension__] = ACTIONS(547), + [anon_sym_typedef] = ACTIONS(549), + [anon_sym_extern] = ACTIONS(551), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -20597,8 +20589,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(499), - [anon_sym_RBRACE] = ACTIONS(531), + [anon_sym_LBRACE] = ACTIONS(553), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -20624,19 +20615,19 @@ 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(503), - [anon_sym_switch] = ACTIONS(505), - [anon_sym_case] = ACTIONS(507), - [anon_sym_default] = ACTIONS(509), - [anon_sym_while] = ACTIONS(511), - [anon_sym_do] = ACTIONS(513), - [anon_sym_for] = ACTIONS(515), - [anon_sym_return] = ACTIONS(517), - [anon_sym_break] = ACTIONS(519), - [anon_sym_continue] = ACTIONS(521), - [anon_sym_goto] = ACTIONS(523), - [anon_sym___try] = ACTIONS(525), - [anon_sym___leave] = ACTIONS(527), + [anon_sym_if] = ACTIONS(555), + [anon_sym_switch] = ACTIONS(557), + [anon_sym_case] = ACTIONS(559), + [anon_sym_default] = ACTIONS(561), + [anon_sym_while] = ACTIONS(563), + [anon_sym_do] = ACTIONS(565), + [anon_sym_for] = ACTIONS(567), + [anon_sym_return] = ACTIONS(569), + [anon_sym_break] = ACTIONS(571), + [anon_sym_continue] = ACTIONS(573), + [anon_sym_goto] = ACTIONS(575), + [anon_sym___try] = ACTIONS(577), + [anon_sym___leave] = ACTIONS(579), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -20674,19 +20665,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_if] = STATE(50), [sym_preproc_ifdef] = STATE(50), [sym_function_definition] = STATE(50), - [sym__old_style_function_definition] = STATE(381), + [sym__old_style_function_definition] = STATE(373), [sym_declaration] = STATE(50), [sym_type_definition] = STATE(50), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1471), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1473), [sym_linkage_specification] = STATE(50), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(860), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(862), [sym_compound_statement] = STATE(50), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1125), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), @@ -20708,34 +20699,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_seh_try_statement] = STATE(50), [sym_seh_leave_statement] = STATE(50), [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym__empty_declaration] = STATE(50), [sym_macro_type_specifier] = STATE(1099), [aux_sym_preproc_if_repeat1] = STATE(50), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(429), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(430), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(479), [aux_sym_preproc_include_token1] = ACTIONS(481), @@ -20765,7 +20756,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(499), - [anon_sym_RBRACE] = ACTIONS(533), + [anon_sym_RBRACE] = ACTIONS(581), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -20834,242 +20825,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [32] = { - [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__old_style_function_definition] = STATE(381), - [sym_declaration] = STATE(32), - [sym_type_definition] = STATE(32), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1471), - [sym_linkage_specification] = STATE(32), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(860), - [sym_compound_statement] = STATE(32), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), - [sym__type_specifier] = STATE(1125), - [sym_sized_type_specifier] = STATE(1099), - [sym_enum_specifier] = STATE(1099), - [sym_struct_specifier] = STATE(1099), - [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(32), - [sym_seh_leave_statement] = STATE(32), - [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), - [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym__empty_declaration] = STATE(32), - [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_repeat1] = STATE(32), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(429), - [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [sym_identifier] = ACTIONS(535), - [aux_sym_preproc_include_token1] = ACTIONS(538), - [aux_sym_preproc_def_token1] = ACTIONS(541), - [aux_sym_preproc_if_token1] = ACTIONS(544), - [aux_sym_preproc_ifdef_token1] = ACTIONS(547), - [aux_sym_preproc_ifdef_token2] = ACTIONS(547), - [sym_preproc_directive] = ACTIONS(550), - [anon_sym_LPAREN2] = ACTIONS(275), - [anon_sym_BANG] = ACTIONS(278), - [anon_sym_TILDE] = ACTIONS(278), - [anon_sym_DASH] = ACTIONS(281), - [anon_sym_PLUS] = ACTIONS(281), - [anon_sym_STAR] = ACTIONS(284), - [anon_sym_AMP] = ACTIONS(284), - [anon_sym_SEMI] = ACTIONS(553), - [anon_sym___extension__] = ACTIONS(556), - [anon_sym_typedef] = ACTIONS(559), - [anon_sym_extern] = ACTIONS(562), - [anon_sym___attribute__] = ACTIONS(299), - [anon_sym_LBRACK_LBRACK] = ACTIONS(302), - [anon_sym___declspec] = ACTIONS(305), - [anon_sym___cdecl] = ACTIONS(308), - [anon_sym___clrcall] = ACTIONS(308), - [anon_sym___stdcall] = ACTIONS(308), - [anon_sym___fastcall] = ACTIONS(308), - [anon_sym___thiscall] = ACTIONS(308), - [anon_sym___vectorcall] = ACTIONS(308), - [anon_sym_LBRACE] = ACTIONS(565), - [anon_sym_RBRACE] = ACTIONS(568), - [anon_sym_signed] = ACTIONS(314), - [anon_sym_unsigned] = ACTIONS(314), - [anon_sym_long] = ACTIONS(314), - [anon_sym_short] = ACTIONS(314), - [anon_sym_static] = ACTIONS(317), - [anon_sym_auto] = ACTIONS(317), - [anon_sym_register] = ACTIONS(317), - [anon_sym_inline] = ACTIONS(317), - [anon_sym___inline] = ACTIONS(317), - [anon_sym___inline__] = ACTIONS(317), - [anon_sym___forceinline] = ACTIONS(317), - [anon_sym_thread_local] = ACTIONS(317), - [anon_sym___thread] = ACTIONS(317), - [anon_sym_const] = ACTIONS(320), - [anon_sym_constexpr] = ACTIONS(320), - [anon_sym_volatile] = ACTIONS(320), - [anon_sym_restrict] = ACTIONS(320), - [anon_sym___restrict__] = ACTIONS(320), - [anon_sym__Atomic] = ACTIONS(320), - [anon_sym__Noreturn] = ACTIONS(320), - [anon_sym_noreturn] = ACTIONS(320), - [sym_primitive_type] = ACTIONS(323), - [anon_sym_enum] = ACTIONS(326), - [anon_sym_struct] = ACTIONS(329), - [anon_sym_union] = ACTIONS(332), - [anon_sym_if] = ACTIONS(570), - [anon_sym_switch] = ACTIONS(573), - [anon_sym_case] = ACTIONS(576), - [anon_sym_default] = ACTIONS(579), - [anon_sym_while] = ACTIONS(582), - [anon_sym_do] = ACTIONS(585), - [anon_sym_for] = ACTIONS(588), - [anon_sym_return] = ACTIONS(591), - [anon_sym_break] = ACTIONS(594), - [anon_sym_continue] = ACTIONS(597), - [anon_sym_goto] = ACTIONS(600), - [anon_sym___try] = ACTIONS(603), - [anon_sym___leave] = ACTIONS(606), - [anon_sym_DASH_DASH] = ACTIONS(374), - [anon_sym_PLUS_PLUS] = ACTIONS(374), - [anon_sym_sizeof] = ACTIONS(377), - [anon_sym___alignof__] = ACTIONS(380), - [anon_sym___alignof] = ACTIONS(380), - [anon_sym__alignof] = ACTIONS(380), - [anon_sym_alignof] = ACTIONS(380), - [anon_sym__Alignof] = ACTIONS(380), - [anon_sym_offsetof] = ACTIONS(383), - [anon_sym__Generic] = ACTIONS(386), - [anon_sym_asm] = ACTIONS(389), - [anon_sym___asm__] = ACTIONS(389), - [sym_number_literal] = ACTIONS(392), - [anon_sym_L_SQUOTE] = ACTIONS(395), - [anon_sym_u_SQUOTE] = ACTIONS(395), - [anon_sym_U_SQUOTE] = ACTIONS(395), - [anon_sym_u8_SQUOTE] = ACTIONS(395), - [anon_sym_SQUOTE] = ACTIONS(395), - [anon_sym_L_DQUOTE] = ACTIONS(398), - [anon_sym_u_DQUOTE] = ACTIONS(398), - [anon_sym_U_DQUOTE] = ACTIONS(398), - [anon_sym_u8_DQUOTE] = ACTIONS(398), - [anon_sym_DQUOTE] = ACTIONS(398), - [sym_true] = ACTIONS(401), - [sym_false] = ACTIONS(401), - [anon_sym_NULL] = ACTIONS(404), - [anon_sym_nullptr] = ACTIONS(404), - [sym_comment] = ACTIONS(3), - }, - [33] = { - [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__old_style_function_definition] = STATE(381), - [sym_declaration] = STATE(32), - [sym_type_definition] = STATE(32), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1471), - [sym_linkage_specification] = STATE(32), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(860), - [sym_compound_statement] = STATE(32), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [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(373), + [sym_declaration] = STATE(29), + [sym_type_definition] = STATE(29), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1473), + [sym_linkage_specification] = STATE(29), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(862), + [sym_compound_statement] = STATE(29), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1125), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(32), - [sym_seh_leave_statement] = STATE(32), + [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_seh_try_statement] = STATE(29), + [sym_seh_leave_statement] = STATE(29), [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym__empty_declaration] = STATE(32), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym__empty_declaration] = STATE(29), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_repeat1] = STATE(32), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(429), + [aux_sym_preproc_if_repeat1] = STATE(29), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(430), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(479), [aux_sym_preproc_include_token1] = ACTIONS(481), @@ -21099,7 +20923,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(499), - [anon_sym_RBRACE] = ACTIONS(609), + [anon_sym_RBRACE] = ACTIONS(583), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -21167,76 +20991,76 @@ 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(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__old_style_function_definition] = STATE(381), - [sym_declaration] = STATE(32), - [sym_type_definition] = STATE(32), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1471), - [sym_linkage_specification] = STATE(32), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(860), - [sym_compound_statement] = STATE(32), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [33] = { + [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(373), + [sym_declaration] = STATE(44), + [sym_type_definition] = STATE(44), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1473), + [sym_linkage_specification] = STATE(44), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(862), + [sym_compound_statement] = STATE(44), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1125), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(32), - [sym_seh_leave_statement] = STATE(32), + [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_seh_try_statement] = STATE(44), + [sym_seh_leave_statement] = STATE(44), [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym__empty_declaration] = STATE(32), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym__empty_declaration] = STATE(44), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_repeat1] = STATE(32), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(429), + [aux_sym_preproc_if_repeat1] = STATE(44), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(430), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(479), [aux_sym_preproc_include_token1] = ACTIONS(481), @@ -21266,7 +21090,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(499), - [anon_sym_RBRACE] = ACTIONS(611), + [anon_sym_RBRACE] = ACTIONS(585), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -21334,76 +21158,76 @@ 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(34), - [sym_preproc_def] = STATE(34), - [sym_preproc_function_def] = STATE(34), - [sym_preproc_call] = STATE(34), - [sym_preproc_if] = STATE(34), - [sym_preproc_ifdef] = STATE(34), - [sym_function_definition] = STATE(34), - [sym__old_style_function_definition] = STATE(381), - [sym_declaration] = STATE(34), - [sym_type_definition] = STATE(34), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1471), - [sym_linkage_specification] = STATE(34), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(860), - [sym_compound_statement] = STATE(34), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [34] = { + [sym_preproc_include] = STATE(39), + [sym_preproc_def] = STATE(39), + [sym_preproc_function_def] = STATE(39), + [sym_preproc_call] = STATE(39), + [sym_preproc_if] = STATE(39), + [sym_preproc_ifdef] = STATE(39), + [sym_function_definition] = STATE(39), + [sym__old_style_function_definition] = STATE(373), + [sym_declaration] = STATE(39), + [sym_type_definition] = STATE(39), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1473), + [sym_linkage_specification] = STATE(39), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(862), + [sym_compound_statement] = STATE(39), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1125), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [sym_attributed_statement] = STATE(34), - [sym_labeled_statement] = STATE(34), - [sym_expression_statement] = STATE(34), - [sym_if_statement] = STATE(34), - [sym_switch_statement] = STATE(34), - [sym_case_statement] = STATE(34), - [sym_while_statement] = STATE(34), - [sym_do_statement] = STATE(34), - [sym_for_statement] = STATE(34), - [sym_return_statement] = STATE(34), - [sym_break_statement] = STATE(34), - [sym_continue_statement] = STATE(34), - [sym_goto_statement] = STATE(34), - [sym_seh_try_statement] = STATE(34), - [sym_seh_leave_statement] = STATE(34), + [sym_attributed_statement] = STATE(39), + [sym_labeled_statement] = STATE(39), + [sym_expression_statement] = STATE(39), + [sym_if_statement] = STATE(39), + [sym_switch_statement] = STATE(39), + [sym_case_statement] = STATE(39), + [sym_while_statement] = STATE(39), + [sym_do_statement] = STATE(39), + [sym_for_statement] = STATE(39), + [sym_return_statement] = STATE(39), + [sym_break_statement] = STATE(39), + [sym_continue_statement] = STATE(39), + [sym_goto_statement] = STATE(39), + [sym_seh_try_statement] = STATE(39), + [sym_seh_leave_statement] = STATE(39), [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym__empty_declaration] = STATE(34), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym__empty_declaration] = STATE(39), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_repeat1] = STATE(34), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(429), + [aux_sym_preproc_if_repeat1] = STATE(39), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(430), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(479), [aux_sym_preproc_include_token1] = ACTIONS(481), @@ -21433,7 +21257,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(499), - [anon_sym_RBRACE] = ACTIONS(613), + [anon_sym_RBRACE] = ACTIONS(587), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -21501,76 +21325,76 @@ 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(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(381), - [sym_declaration] = STATE(46), - [sym_type_definition] = STATE(46), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1471), - [sym_linkage_specification] = STATE(46), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(860), - [sym_compound_statement] = STATE(46), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [35] = { + [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(373), + [sym_declaration] = STATE(51), + [sym_type_definition] = STATE(51), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1473), + [sym_linkage_specification] = STATE(51), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(862), + [sym_compound_statement] = STATE(51), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1125), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(46), - [sym_seh_leave_statement] = STATE(46), + [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_seh_try_statement] = STATE(51), + [sym_seh_leave_statement] = STATE(51), [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym__empty_declaration] = STATE(46), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym__empty_declaration] = STATE(51), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_repeat1] = STATE(46), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(429), + [aux_sym_preproc_if_repeat1] = STATE(51), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(430), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(479), [aux_sym_preproc_include_token1] = ACTIONS(481), @@ -21600,7 +21424,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(499), - [anon_sym_RBRACE] = ACTIONS(615), + [anon_sym_RBRACE] = ACTIONS(589), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -21668,76 +21492,76 @@ 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(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(381), - [sym_declaration] = STATE(44), - [sym_type_definition] = STATE(44), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1471), - [sym_linkage_specification] = STATE(44), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(860), - [sym_compound_statement] = STATE(44), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [36] = { + [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__old_style_function_definition] = STATE(373), + [sym_declaration] = STATE(50), + [sym_type_definition] = STATE(50), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1473), + [sym_linkage_specification] = STATE(50), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(862), + [sym_compound_statement] = STATE(50), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1125), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(44), - [sym_seh_leave_statement] = STATE(44), + [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_seh_try_statement] = STATE(50), + [sym_seh_leave_statement] = STATE(50), [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym__empty_declaration] = STATE(44), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym__empty_declaration] = STATE(50), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_repeat1] = STATE(44), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(429), + [aux_sym_preproc_if_repeat1] = STATE(50), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(430), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(479), [aux_sym_preproc_include_token1] = ACTIONS(481), @@ -21767,7 +21591,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(499), - [anon_sym_RBRACE] = ACTIONS(617), + [anon_sym_RBRACE] = ACTIONS(591), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -21835,76 +21659,76 @@ 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(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__old_style_function_definition] = STATE(381), - [sym_declaration] = STATE(32), - [sym_type_definition] = STATE(32), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1471), - [sym_linkage_specification] = STATE(32), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(860), - [sym_compound_statement] = STATE(32), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [37] = { + [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__old_style_function_definition] = STATE(373), + [sym_declaration] = STATE(50), + [sym_type_definition] = STATE(50), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1473), + [sym_linkage_specification] = STATE(50), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(862), + [sym_compound_statement] = STATE(50), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1125), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(32), - [sym_seh_leave_statement] = STATE(32), + [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_seh_try_statement] = STATE(50), + [sym_seh_leave_statement] = STATE(50), [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym__empty_declaration] = STATE(32), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym__empty_declaration] = STATE(50), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_repeat1] = STATE(32), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(429), + [aux_sym_preproc_if_repeat1] = STATE(50), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(430), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(479), [aux_sym_preproc_include_token1] = ACTIONS(481), @@ -21934,7 +21758,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(499), - [anon_sym_RBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(593), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -22002,76 +21826,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [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(381), - [sym_declaration] = STATE(38), - [sym_type_definition] = STATE(38), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1471), - [sym_linkage_specification] = STATE(38), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(860), - [sym_compound_statement] = STATE(38), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [38] = { + [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__old_style_function_definition] = STATE(373), + [sym_declaration] = STATE(50), + [sym_type_definition] = STATE(50), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1473), + [sym_linkage_specification] = STATE(50), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(862), + [sym_compound_statement] = STATE(50), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1125), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(38), - [sym_seh_leave_statement] = STATE(38), + [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_seh_try_statement] = STATE(50), + [sym_seh_leave_statement] = STATE(50), [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym__empty_declaration] = STATE(38), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym__empty_declaration] = STATE(50), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_repeat1] = STATE(38), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(429), + [aux_sym_preproc_if_repeat1] = STATE(50), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(430), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(479), [aux_sym_preproc_include_token1] = ACTIONS(481), @@ -22101,7 +21925,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(499), - [anon_sym_RBRACE] = ACTIONS(621), + [anon_sym_RBRACE] = ACTIONS(595), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -22169,243 +21993,76 @@ 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(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(381), - [sym_declaration] = STATE(29), - [sym_type_definition] = STATE(29), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1471), - [sym_linkage_specification] = STATE(29), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(860), - [sym_compound_statement] = STATE(29), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), - [sym__type_specifier] = STATE(1125), - [sym_sized_type_specifier] = STATE(1099), - [sym_enum_specifier] = STATE(1099), - [sym_struct_specifier] = STATE(1099), - [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(29), - [sym_seh_leave_statement] = STATE(29), - [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), - [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym__empty_declaration] = STATE(29), - [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_repeat1] = STATE(29), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(429), - [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [sym_identifier] = ACTIONS(479), - [aux_sym_preproc_include_token1] = ACTIONS(481), - [aux_sym_preproc_def_token1] = ACTIONS(483), - [aux_sym_preproc_if_token1] = ACTIONS(485), - [aux_sym_preproc_ifdef_token1] = ACTIONS(487), - [aux_sym_preproc_ifdef_token2] = ACTIONS(487), - [sym_preproc_directive] = ACTIONS(489), - [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(491), - [anon_sym___extension__] = ACTIONS(493), - [anon_sym_typedef] = ACTIONS(495), - [anon_sym_extern] = ACTIONS(497), - [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(499), - [anon_sym_RBRACE] = ACTIONS(623), - [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(503), - [anon_sym_switch] = ACTIONS(505), - [anon_sym_case] = ACTIONS(507), - [anon_sym_default] = ACTIONS(509), - [anon_sym_while] = ACTIONS(511), - [anon_sym_do] = ACTIONS(513), - [anon_sym_for] = ACTIONS(515), - [anon_sym_return] = ACTIONS(517), - [anon_sym_break] = ACTIONS(519), - [anon_sym_continue] = ACTIONS(521), - [anon_sym_goto] = ACTIONS(523), - [anon_sym___try] = ACTIONS(525), - [anon_sym___leave] = ACTIONS(527), - [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(157), - [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(159), - [sym_false] = ACTIONS(159), - [anon_sym_NULL] = ACTIONS(99), - [anon_sym_nullptr] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - }, - [41] = { - [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__old_style_function_definition] = STATE(381), - [sym_declaration] = STATE(32), - [sym_type_definition] = STATE(32), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1471), - [sym_linkage_specification] = STATE(32), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(860), - [sym_compound_statement] = STATE(32), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [39] = { + [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__old_style_function_definition] = STATE(373), + [sym_declaration] = STATE(50), + [sym_type_definition] = STATE(50), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1473), + [sym_linkage_specification] = STATE(50), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(862), + [sym_compound_statement] = STATE(50), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1125), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(32), - [sym_seh_leave_statement] = STATE(32), + [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_seh_try_statement] = STATE(50), + [sym_seh_leave_statement] = STATE(50), [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym__empty_declaration] = STATE(32), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym__empty_declaration] = STATE(50), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_repeat1] = STATE(32), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(429), + [aux_sym_preproc_if_repeat1] = STATE(50), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(430), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(479), [aux_sym_preproc_include_token1] = ACTIONS(481), @@ -22435,7 +22092,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(499), - [anon_sym_RBRACE] = ACTIONS(625), + [anon_sym_RBRACE] = ACTIONS(597), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -22503,76 +22160,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [42] = { - [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__old_style_function_definition] = STATE(381), - [sym_declaration] = STATE(32), - [sym_type_definition] = STATE(32), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1471), - [sym_linkage_specification] = STATE(32), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(860), - [sym_compound_statement] = STATE(32), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [40] = { + [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__old_style_function_definition] = STATE(373), + [sym_declaration] = STATE(43), + [sym_type_definition] = STATE(43), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1473), + [sym_linkage_specification] = STATE(43), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(862), + [sym_compound_statement] = STATE(43), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1125), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(32), - [sym_seh_leave_statement] = STATE(32), + [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_seh_try_statement] = STATE(43), + [sym_seh_leave_statement] = STATE(43), [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym__empty_declaration] = STATE(32), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym__empty_declaration] = STATE(43), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_repeat1] = STATE(32), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(429), + [aux_sym_preproc_if_repeat1] = STATE(43), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(430), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(479), [aux_sym_preproc_include_token1] = ACTIONS(481), @@ -22602,7 +22259,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(499), - [anon_sym_RBRACE] = ACTIONS(627), + [anon_sym_RBRACE] = ACTIONS(599), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -22670,7 +22327,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [43] = { + [41] = { [sym_preproc_include] = STATE(41), [sym_preproc_def] = STATE(41), [sym_preproc_function_def] = STATE(41), @@ -22678,20 +22335,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_if] = STATE(41), [sym_preproc_ifdef] = STATE(41), [sym_function_definition] = STATE(41), - [sym__old_style_function_definition] = STATE(381), + [sym__old_style_function_definition] = STATE(404), [sym_declaration] = STATE(41), [sym_type_definition] = STATE(41), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1471), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1472), [sym_linkage_specification] = STATE(41), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(860), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(851), [sym_compound_statement] = STATE(41), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), - [sym__type_specifier] = STATE(1125), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), + [sym__type_specifier] = STATE(1120), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), @@ -22711,35 +22368,202 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_goto_statement] = STATE(41), [sym_seh_try_statement] = STATE(41), [sym_seh_leave_statement] = STATE(41), - [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), - [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym__expression] = STATE(1203), + [sym__expression_not_binary] = STATE(807), + [sym_comma_expression] = STATE(2003), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym__empty_declaration] = STATE(41), [sym_macro_type_specifier] = STATE(1099), [aux_sym_preproc_if_repeat1] = STATE(41), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(429), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(407), + [aux_sym_sized_type_specifier_repeat1] = STATE(1109), + [sym_identifier] = ACTIONS(601), + [aux_sym_preproc_include_token1] = ACTIONS(604), + [aux_sym_preproc_def_token1] = ACTIONS(607), + [aux_sym_preproc_if_token1] = ACTIONS(610), + [aux_sym_preproc_if_token2] = ACTIONS(191), + [aux_sym_preproc_ifdef_token1] = ACTIONS(613), + [aux_sym_preproc_ifdef_token2] = ACTIONS(613), + [sym_preproc_directive] = ACTIONS(616), + [anon_sym_LPAREN2] = ACTIONS(199), + [anon_sym_BANG] = ACTIONS(202), + [anon_sym_TILDE] = ACTIONS(202), + [anon_sym_DASH] = ACTIONS(205), + [anon_sym_PLUS] = ACTIONS(205), + [anon_sym_STAR] = ACTIONS(208), + [anon_sym_AMP] = ACTIONS(208), + [anon_sym_SEMI] = ACTIONS(619), + [anon_sym___extension__] = ACTIONS(622), + [anon_sym_typedef] = ACTIONS(625), + [anon_sym_extern] = ACTIONS(628), + [anon_sym___attribute__] = ACTIONS(223), + [anon_sym_LBRACK_LBRACK] = ACTIONS(226), + [anon_sym___declspec] = ACTIONS(229), + [anon_sym___cdecl] = ACTIONS(232), + [anon_sym___clrcall] = ACTIONS(232), + [anon_sym___stdcall] = ACTIONS(232), + [anon_sym___fastcall] = ACTIONS(232), + [anon_sym___thiscall] = ACTIONS(232), + [anon_sym___vectorcall] = ACTIONS(232), + [anon_sym_LBRACE] = ACTIONS(631), + [anon_sym_signed] = ACTIONS(238), + [anon_sym_unsigned] = ACTIONS(238), + [anon_sym_long] = ACTIONS(238), + [anon_sym_short] = ACTIONS(238), + [anon_sym_static] = ACTIONS(241), + [anon_sym_auto] = ACTIONS(241), + [anon_sym_register] = ACTIONS(241), + [anon_sym_inline] = ACTIONS(241), + [anon_sym___inline] = ACTIONS(241), + [anon_sym___inline__] = ACTIONS(241), + [anon_sym___forceinline] = ACTIONS(241), + [anon_sym_thread_local] = ACTIONS(241), + [anon_sym___thread] = ACTIONS(241), + [anon_sym_const] = ACTIONS(244), + [anon_sym_constexpr] = ACTIONS(244), + [anon_sym_volatile] = ACTIONS(244), + [anon_sym_restrict] = ACTIONS(244), + [anon_sym___restrict__] = ACTIONS(244), + [anon_sym__Atomic] = ACTIONS(244), + [anon_sym__Noreturn] = ACTIONS(244), + [anon_sym_noreturn] = ACTIONS(244), + [sym_primitive_type] = ACTIONS(247), + [anon_sym_enum] = ACTIONS(250), + [anon_sym_struct] = ACTIONS(253), + [anon_sym_union] = ACTIONS(256), + [anon_sym_if] = ACTIONS(634), + [anon_sym_switch] = ACTIONS(637), + [anon_sym_case] = ACTIONS(640), + [anon_sym_default] = ACTIONS(643), + [anon_sym_while] = ACTIONS(646), + [anon_sym_do] = ACTIONS(649), + [anon_sym_for] = ACTIONS(652), + [anon_sym_return] = ACTIONS(655), + [anon_sym_break] = ACTIONS(658), + [anon_sym_continue] = ACTIONS(661), + [anon_sym_goto] = ACTIONS(664), + [anon_sym___try] = ACTIONS(667), + [anon_sym___leave] = ACTIONS(670), + [anon_sym_DASH_DASH] = ACTIONS(298), + [anon_sym_PLUS_PLUS] = ACTIONS(298), + [anon_sym_sizeof] = ACTIONS(301), + [anon_sym___alignof__] = ACTIONS(304), + [anon_sym___alignof] = ACTIONS(304), + [anon_sym__alignof] = ACTIONS(304), + [anon_sym_alignof] = ACTIONS(304), + [anon_sym__Alignof] = ACTIONS(304), + [anon_sym_offsetof] = ACTIONS(307), + [anon_sym__Generic] = ACTIONS(310), + [anon_sym_asm] = ACTIONS(313), + [anon_sym___asm__] = ACTIONS(313), + [sym_number_literal] = ACTIONS(316), + [anon_sym_L_SQUOTE] = ACTIONS(319), + [anon_sym_u_SQUOTE] = ACTIONS(319), + [anon_sym_U_SQUOTE] = ACTIONS(319), + [anon_sym_u8_SQUOTE] = ACTIONS(319), + [anon_sym_SQUOTE] = ACTIONS(319), + [anon_sym_L_DQUOTE] = ACTIONS(322), + [anon_sym_u_DQUOTE] = ACTIONS(322), + [anon_sym_U_DQUOTE] = ACTIONS(322), + [anon_sym_u8_DQUOTE] = ACTIONS(322), + [anon_sym_DQUOTE] = ACTIONS(322), + [sym_true] = ACTIONS(325), + [sym_false] = ACTIONS(325), + [anon_sym_NULL] = ACTIONS(328), + [anon_sym_nullptr] = ACTIONS(328), + [sym_comment] = ACTIONS(3), + }, + [42] = { + [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(373), + [sym_declaration] = STATE(37), + [sym_type_definition] = STATE(37), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1473), + [sym_linkage_specification] = STATE(37), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(862), + [sym_compound_statement] = STATE(37), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), + [sym__type_specifier] = STATE(1125), + [sym_sized_type_specifier] = STATE(1099), + [sym_enum_specifier] = STATE(1099), + [sym_struct_specifier] = STATE(1099), + [sym_union_specifier] = STATE(1099), + [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_seh_try_statement] = STATE(37), + [sym_seh_leave_statement] = STATE(37), + [sym__expression] = STATE(1235), + [sym__expression_not_binary] = STATE(807), + [sym_comma_expression] = STATE(2176), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym__empty_declaration] = STATE(37), + [sym_macro_type_specifier] = STATE(1099), + [aux_sym_preproc_if_repeat1] = STATE(37), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(430), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(479), [aux_sym_preproc_include_token1] = ACTIONS(481), @@ -22769,7 +22593,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(499), - [anon_sym_RBRACE] = ACTIONS(629), + [anon_sym_RBRACE] = ACTIONS(673), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -22837,76 +22661,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [44] = { - [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__old_style_function_definition] = STATE(381), - [sym_declaration] = STATE(32), - [sym_type_definition] = STATE(32), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1471), - [sym_linkage_specification] = STATE(32), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(860), - [sym_compound_statement] = STATE(32), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [43] = { + [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__old_style_function_definition] = STATE(373), + [sym_declaration] = STATE(50), + [sym_type_definition] = STATE(50), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1473), + [sym_linkage_specification] = STATE(50), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(862), + [sym_compound_statement] = STATE(50), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1125), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(32), - [sym_seh_leave_statement] = STATE(32), + [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_seh_try_statement] = STATE(50), + [sym_seh_leave_statement] = STATE(50), [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym__empty_declaration] = STATE(32), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym__empty_declaration] = STATE(50), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_repeat1] = STATE(32), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(429), + [aux_sym_preproc_if_repeat1] = STATE(50), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(430), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(479), [aux_sym_preproc_include_token1] = ACTIONS(481), @@ -22936,7 +22760,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(499), - [anon_sym_RBRACE] = ACTIONS(631), + [anon_sym_RBRACE] = ACTIONS(675), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -23004,243 +22828,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [45] = { - [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(403), - [sym_declaration] = STATE(45), - [sym_type_definition] = STATE(45), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1476), - [sym_linkage_specification] = STATE(45), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(854), - [sym_compound_statement] = STATE(45), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), - [sym__type_specifier] = STATE(1120), - [sym_sized_type_specifier] = STATE(1099), - [sym_enum_specifier] = STATE(1099), - [sym_struct_specifier] = STATE(1099), - [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(45), - [sym_seh_leave_statement] = STATE(45), - [sym__expression] = STATE(1203), - [sym__expression_not_binary] = STATE(824), - [sym_comma_expression] = STATE(2003), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym__empty_declaration] = STATE(45), - [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_repeat1] = STATE(45), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(408), - [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [sym_identifier] = ACTIONS(633), - [aux_sym_preproc_include_token1] = ACTIONS(636), - [aux_sym_preproc_def_token1] = ACTIONS(639), - [aux_sym_preproc_if_token1] = ACTIONS(642), - [aux_sym_preproc_if_token2] = ACTIONS(267), - [aux_sym_preproc_ifdef_token1] = ACTIONS(645), - [aux_sym_preproc_ifdef_token2] = ACTIONS(645), - [sym_preproc_directive] = ACTIONS(648), - [anon_sym_LPAREN2] = ACTIONS(275), - [anon_sym_BANG] = ACTIONS(278), - [anon_sym_TILDE] = ACTIONS(278), - [anon_sym_DASH] = ACTIONS(281), - [anon_sym_PLUS] = ACTIONS(281), - [anon_sym_STAR] = ACTIONS(284), - [anon_sym_AMP] = ACTIONS(284), - [anon_sym_SEMI] = ACTIONS(651), - [anon_sym___extension__] = ACTIONS(654), - [anon_sym_typedef] = ACTIONS(657), - [anon_sym_extern] = ACTIONS(660), - [anon_sym___attribute__] = ACTIONS(299), - [anon_sym_LBRACK_LBRACK] = ACTIONS(302), - [anon_sym___declspec] = ACTIONS(305), - [anon_sym___cdecl] = ACTIONS(308), - [anon_sym___clrcall] = ACTIONS(308), - [anon_sym___stdcall] = ACTIONS(308), - [anon_sym___fastcall] = ACTIONS(308), - [anon_sym___thiscall] = ACTIONS(308), - [anon_sym___vectorcall] = ACTIONS(308), - [anon_sym_LBRACE] = ACTIONS(663), - [anon_sym_signed] = ACTIONS(314), - [anon_sym_unsigned] = ACTIONS(314), - [anon_sym_long] = ACTIONS(314), - [anon_sym_short] = ACTIONS(314), - [anon_sym_static] = ACTIONS(317), - [anon_sym_auto] = ACTIONS(317), - [anon_sym_register] = ACTIONS(317), - [anon_sym_inline] = ACTIONS(317), - [anon_sym___inline] = ACTIONS(317), - [anon_sym___inline__] = ACTIONS(317), - [anon_sym___forceinline] = ACTIONS(317), - [anon_sym_thread_local] = ACTIONS(317), - [anon_sym___thread] = ACTIONS(317), - [anon_sym_const] = ACTIONS(320), - [anon_sym_constexpr] = ACTIONS(320), - [anon_sym_volatile] = ACTIONS(320), - [anon_sym_restrict] = ACTIONS(320), - [anon_sym___restrict__] = ACTIONS(320), - [anon_sym__Atomic] = ACTIONS(320), - [anon_sym__Noreturn] = ACTIONS(320), - [anon_sym_noreturn] = ACTIONS(320), - [sym_primitive_type] = ACTIONS(323), - [anon_sym_enum] = ACTIONS(326), - [anon_sym_struct] = ACTIONS(329), - [anon_sym_union] = ACTIONS(332), - [anon_sym_if] = ACTIONS(666), - [anon_sym_switch] = ACTIONS(669), - [anon_sym_case] = ACTIONS(672), - [anon_sym_default] = ACTIONS(675), - [anon_sym_while] = ACTIONS(678), - [anon_sym_do] = ACTIONS(681), - [anon_sym_for] = ACTIONS(684), - [anon_sym_return] = ACTIONS(687), - [anon_sym_break] = ACTIONS(690), - [anon_sym_continue] = ACTIONS(693), - [anon_sym_goto] = ACTIONS(696), - [anon_sym___try] = ACTIONS(699), - [anon_sym___leave] = ACTIONS(702), - [anon_sym_DASH_DASH] = ACTIONS(374), - [anon_sym_PLUS_PLUS] = ACTIONS(374), - [anon_sym_sizeof] = ACTIONS(377), - [anon_sym___alignof__] = ACTIONS(380), - [anon_sym___alignof] = ACTIONS(380), - [anon_sym__alignof] = ACTIONS(380), - [anon_sym_alignof] = ACTIONS(380), - [anon_sym__Alignof] = ACTIONS(380), - [anon_sym_offsetof] = ACTIONS(383), - [anon_sym__Generic] = ACTIONS(386), - [anon_sym_asm] = ACTIONS(389), - [anon_sym___asm__] = ACTIONS(389), - [sym_number_literal] = ACTIONS(392), - [anon_sym_L_SQUOTE] = ACTIONS(395), - [anon_sym_u_SQUOTE] = ACTIONS(395), - [anon_sym_U_SQUOTE] = ACTIONS(395), - [anon_sym_u8_SQUOTE] = ACTIONS(395), - [anon_sym_SQUOTE] = ACTIONS(395), - [anon_sym_L_DQUOTE] = ACTIONS(398), - [anon_sym_u_DQUOTE] = ACTIONS(398), - [anon_sym_U_DQUOTE] = ACTIONS(398), - [anon_sym_u8_DQUOTE] = ACTIONS(398), - [anon_sym_DQUOTE] = ACTIONS(398), - [sym_true] = ACTIONS(401), - [sym_false] = ACTIONS(401), - [anon_sym_NULL] = ACTIONS(404), - [anon_sym_nullptr] = ACTIONS(404), - [sym_comment] = ACTIONS(3), - }, - [46] = { - [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__old_style_function_definition] = STATE(381), - [sym_declaration] = STATE(32), - [sym_type_definition] = STATE(32), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1471), - [sym_linkage_specification] = STATE(32), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(860), - [sym_compound_statement] = STATE(32), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [44] = { + [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__old_style_function_definition] = STATE(373), + [sym_declaration] = STATE(50), + [sym_type_definition] = STATE(50), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1473), + [sym_linkage_specification] = STATE(50), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(862), + [sym_compound_statement] = STATE(50), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1125), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(32), - [sym_seh_leave_statement] = STATE(32), + [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_seh_try_statement] = STATE(50), + [sym_seh_leave_statement] = STATE(50), [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym__empty_declaration] = STATE(32), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym__empty_declaration] = STATE(50), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_repeat1] = STATE(32), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(429), + [aux_sym_preproc_if_repeat1] = STATE(50), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(430), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(479), [aux_sym_preproc_include_token1] = ACTIONS(481), @@ -23270,7 +22927,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(499), - [anon_sym_RBRACE] = ACTIONS(705), + [anon_sym_RBRACE] = ACTIONS(677), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -23338,85 +22995,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [47] = { - [sym_preproc_include] = STATE(49), - [sym_preproc_def] = STATE(49), - [sym_preproc_function_def] = STATE(49), - [sym_preproc_call] = STATE(49), - [sym_preproc_if] = STATE(49), - [sym_preproc_ifdef] = STATE(49), - [sym_function_definition] = STATE(49), - [sym__old_style_function_definition] = STATE(403), - [sym_declaration] = STATE(49), - [sym_type_definition] = STATE(49), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1476), - [sym_linkage_specification] = STATE(49), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(854), - [sym_compound_statement] = STATE(49), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [45] = { + [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(404), + [sym_declaration] = STATE(30), + [sym_type_definition] = STATE(30), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1472), + [sym_linkage_specification] = STATE(30), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(851), + [sym_compound_statement] = STATE(30), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1120), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [sym_attributed_statement] = STATE(49), - [sym_labeled_statement] = STATE(49), - [sym_expression_statement] = STATE(49), - [sym_if_statement] = STATE(49), - [sym_switch_statement] = STATE(49), - [sym_case_statement] = STATE(49), - [sym_while_statement] = STATE(49), - [sym_do_statement] = STATE(49), - [sym_for_statement] = STATE(49), - [sym_return_statement] = STATE(49), - [sym_break_statement] = STATE(49), - [sym_continue_statement] = STATE(49), - [sym_goto_statement] = STATE(49), - [sym_seh_try_statement] = STATE(49), - [sym_seh_leave_statement] = STATE(49), + [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_seh_try_statement] = STATE(30), + [sym_seh_leave_statement] = STATE(30), [sym__expression] = STATE(1203), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2003), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym__empty_declaration] = STATE(49), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym__empty_declaration] = STATE(30), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_repeat1] = STATE(49), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(408), + [aux_sym_preproc_if_repeat1] = STATE(30), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(407), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [sym_identifier] = ACTIONS(707), - [aux_sym_preproc_include_token1] = ACTIONS(709), - [aux_sym_preproc_def_token1] = ACTIONS(711), - [aux_sym_preproc_if_token1] = ACTIONS(713), - [aux_sym_preproc_if_token2] = ACTIONS(715), - [aux_sym_preproc_ifdef_token1] = ACTIONS(717), - [aux_sym_preproc_ifdef_token2] = ACTIONS(717), - [sym_preproc_directive] = ACTIONS(719), + [sym_identifier] = ACTIONS(531), + [aux_sym_preproc_include_token1] = ACTIONS(533), + [aux_sym_preproc_def_token1] = ACTIONS(535), + [aux_sym_preproc_if_token1] = ACTIONS(537), + [aux_sym_preproc_if_token2] = ACTIONS(679), + [aux_sym_preproc_ifdef_token1] = ACTIONS(541), + [aux_sym_preproc_ifdef_token2] = ACTIONS(541), + [sym_preproc_directive] = ACTIONS(543), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -23424,10 +23081,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(721), - [anon_sym___extension__] = ACTIONS(723), - [anon_sym_typedef] = ACTIONS(725), - [anon_sym_extern] = ACTIONS(727), + [anon_sym_SEMI] = ACTIONS(545), + [anon_sym___extension__] = ACTIONS(547), + [anon_sym_typedef] = ACTIONS(549), + [anon_sym_extern] = ACTIONS(551), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -23437,7 +23094,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(729), + [anon_sym_LBRACE] = ACTIONS(553), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -23463,19 +23120,19 @@ 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(731), - [anon_sym_switch] = ACTIONS(733), - [anon_sym_case] = ACTIONS(735), - [anon_sym_default] = ACTIONS(737), - [anon_sym_while] = ACTIONS(739), - [anon_sym_do] = ACTIONS(741), - [anon_sym_for] = ACTIONS(743), - [anon_sym_return] = ACTIONS(745), - [anon_sym_break] = ACTIONS(747), - [anon_sym_continue] = ACTIONS(749), - [anon_sym_goto] = ACTIONS(751), - [anon_sym___try] = ACTIONS(753), - [anon_sym___leave] = ACTIONS(755), + [anon_sym_if] = ACTIONS(555), + [anon_sym_switch] = ACTIONS(557), + [anon_sym_case] = ACTIONS(559), + [anon_sym_default] = ACTIONS(561), + [anon_sym_while] = ACTIONS(563), + [anon_sym_do] = ACTIONS(565), + [anon_sym_for] = ACTIONS(567), + [anon_sym_return] = ACTIONS(569), + [anon_sym_break] = ACTIONS(571), + [anon_sym_continue] = ACTIONS(573), + [anon_sym_goto] = ACTIONS(575), + [anon_sym___try] = ACTIONS(577), + [anon_sym___leave] = ACTIONS(579), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -23505,76 +23162,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [48] = { - [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(381), - [sym_declaration] = STATE(33), - [sym_type_definition] = STATE(33), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1471), - [sym_linkage_specification] = STATE(33), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(860), - [sym_compound_statement] = STATE(33), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [46] = { + [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__old_style_function_definition] = STATE(373), + [sym_declaration] = STATE(50), + [sym_type_definition] = STATE(50), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1473), + [sym_linkage_specification] = STATE(50), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(862), + [sym_compound_statement] = STATE(50), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1125), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(33), - [sym_seh_leave_statement] = STATE(33), + [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_seh_try_statement] = STATE(50), + [sym_seh_leave_statement] = STATE(50), [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym__empty_declaration] = STATE(33), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym__empty_declaration] = STATE(50), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_repeat1] = STATE(33), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(429), + [aux_sym_preproc_if_repeat1] = STATE(50), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(430), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(479), [aux_sym_preproc_include_token1] = ACTIONS(481), @@ -23604,7 +23261,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(499), - [anon_sym_RBRACE] = ACTIONS(757), + [anon_sym_RBRACE] = ACTIONS(681), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -23672,85 +23329,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [49] = { - [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(403), - [sym_declaration] = STATE(45), - [sym_type_definition] = STATE(45), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1476), - [sym_linkage_specification] = STATE(45), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(854), - [sym_compound_statement] = STATE(45), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), - [sym__type_specifier] = STATE(1120), + [47] = { + [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(373), + [sym_declaration] = STATE(46), + [sym_type_definition] = STATE(46), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1473), + [sym_linkage_specification] = STATE(46), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(862), + [sym_compound_statement] = STATE(46), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), + [sym__type_specifier] = STATE(1125), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(45), - [sym_seh_leave_statement] = STATE(45), - [sym__expression] = STATE(1203), - [sym__expression_not_binary] = STATE(824), - [sym_comma_expression] = STATE(2003), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym__empty_declaration] = STATE(45), + [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_seh_try_statement] = STATE(46), + [sym_seh_leave_statement] = STATE(46), + [sym__expression] = STATE(1235), + [sym__expression_not_binary] = STATE(807), + [sym_comma_expression] = STATE(2176), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym__empty_declaration] = STATE(46), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_repeat1] = STATE(45), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(408), + [aux_sym_preproc_if_repeat1] = STATE(46), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(430), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [sym_identifier] = ACTIONS(707), - [aux_sym_preproc_include_token1] = ACTIONS(709), - [aux_sym_preproc_def_token1] = ACTIONS(711), - [aux_sym_preproc_if_token1] = ACTIONS(713), - [aux_sym_preproc_if_token2] = ACTIONS(759), - [aux_sym_preproc_ifdef_token1] = ACTIONS(717), - [aux_sym_preproc_ifdef_token2] = ACTIONS(717), - [sym_preproc_directive] = ACTIONS(719), + [sym_identifier] = ACTIONS(479), + [aux_sym_preproc_include_token1] = ACTIONS(481), + [aux_sym_preproc_def_token1] = ACTIONS(483), + [aux_sym_preproc_if_token1] = ACTIONS(485), + [aux_sym_preproc_ifdef_token1] = ACTIONS(487), + [aux_sym_preproc_ifdef_token2] = ACTIONS(487), + [sym_preproc_directive] = ACTIONS(489), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -23758,10 +23414,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(721), - [anon_sym___extension__] = ACTIONS(723), - [anon_sym_typedef] = ACTIONS(725), - [anon_sym_extern] = ACTIONS(727), + [anon_sym_SEMI] = ACTIONS(491), + [anon_sym___extension__] = ACTIONS(493), + [anon_sym_typedef] = ACTIONS(495), + [anon_sym_extern] = ACTIONS(497), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -23771,7 +23427,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(729), + [anon_sym_LBRACE] = ACTIONS(499), + [anon_sym_RBRACE] = ACTIONS(683), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -23797,19 +23454,19 @@ 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(731), - [anon_sym_switch] = ACTIONS(733), - [anon_sym_case] = ACTIONS(735), - [anon_sym_default] = ACTIONS(737), - [anon_sym_while] = ACTIONS(739), - [anon_sym_do] = ACTIONS(741), - [anon_sym_for] = ACTIONS(743), - [anon_sym_return] = ACTIONS(745), - [anon_sym_break] = ACTIONS(747), - [anon_sym_continue] = ACTIONS(749), - [anon_sym_goto] = ACTIONS(751), - [anon_sym___try] = ACTIONS(753), - [anon_sym___leave] = ACTIONS(755), + [anon_sym_if] = ACTIONS(503), + [anon_sym_switch] = ACTIONS(505), + [anon_sym_case] = ACTIONS(507), + [anon_sym_default] = ACTIONS(509), + [anon_sym_while] = ACTIONS(511), + [anon_sym_do] = ACTIONS(513), + [anon_sym_for] = ACTIONS(515), + [anon_sym_return] = ACTIONS(517), + [anon_sym_break] = ACTIONS(519), + [anon_sym_continue] = ACTIONS(521), + [anon_sym_goto] = ACTIONS(523), + [anon_sym___try] = ACTIONS(525), + [anon_sym___leave] = ACTIONS(527), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -23839,76 +23496,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [50] = { - [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__old_style_function_definition] = STATE(381), - [sym_declaration] = STATE(32), - [sym_type_definition] = STATE(32), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1471), - [sym_linkage_specification] = STATE(32), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(860), - [sym_compound_statement] = STATE(32), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [48] = { + [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__old_style_function_definition] = STATE(373), + [sym_declaration] = STATE(31), + [sym_type_definition] = STATE(31), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1473), + [sym_linkage_specification] = STATE(31), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(862), + [sym_compound_statement] = STATE(31), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1125), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(32), - [sym_seh_leave_statement] = STATE(32), + [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_seh_try_statement] = STATE(31), + [sym_seh_leave_statement] = STATE(31), [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym__empty_declaration] = STATE(32), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym__empty_declaration] = STATE(31), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_repeat1] = STATE(32), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(429), + [aux_sym_preproc_if_repeat1] = STATE(31), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(430), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(479), [aux_sym_preproc_include_token1] = ACTIONS(481), @@ -23938,7 +23595,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(499), - [anon_sym_RBRACE] = ACTIONS(761), + [anon_sym_RBRACE] = ACTIONS(685), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -24006,76 +23663,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [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__old_style_function_definition] = STATE(381), - [sym_declaration] = STATE(32), - [sym_type_definition] = STATE(32), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1471), - [sym_linkage_specification] = STATE(32), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(860), - [sym_compound_statement] = STATE(32), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [49] = { + [sym_preproc_include] = STATE(36), + [sym_preproc_def] = STATE(36), + [sym_preproc_function_def] = STATE(36), + [sym_preproc_call] = STATE(36), + [sym_preproc_if] = STATE(36), + [sym_preproc_ifdef] = STATE(36), + [sym_function_definition] = STATE(36), + [sym__old_style_function_definition] = STATE(373), + [sym_declaration] = STATE(36), + [sym_type_definition] = STATE(36), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1473), + [sym_linkage_specification] = STATE(36), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(862), + [sym_compound_statement] = STATE(36), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1125), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(32), - [sym_seh_leave_statement] = STATE(32), + [sym_attributed_statement] = STATE(36), + [sym_labeled_statement] = STATE(36), + [sym_expression_statement] = STATE(36), + [sym_if_statement] = STATE(36), + [sym_switch_statement] = STATE(36), + [sym_case_statement] = STATE(36), + [sym_while_statement] = STATE(36), + [sym_do_statement] = STATE(36), + [sym_for_statement] = STATE(36), + [sym_return_statement] = STATE(36), + [sym_break_statement] = STATE(36), + [sym_continue_statement] = STATE(36), + [sym_goto_statement] = STATE(36), + [sym_seh_try_statement] = STATE(36), + [sym_seh_leave_statement] = STATE(36), [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym__empty_declaration] = STATE(32), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym__empty_declaration] = STATE(36), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_repeat1] = STATE(32), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(429), + [aux_sym_preproc_if_repeat1] = STATE(36), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(430), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(479), [aux_sym_preproc_include_token1] = ACTIONS(481), @@ -24105,7 +23762,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(499), - [anon_sym_RBRACE] = ACTIONS(763), + [anon_sym_RBRACE] = ACTIONS(687), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -24173,243 +23830,251 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [52] = { - [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(475), - [sym_declaration] = STATE(52), - [sym_type_definition] = STATE(52), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1474), - [sym_linkage_specification] = STATE(52), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(857), - [sym_compound_statement] = STATE(52), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), - [sym__type_specifier] = STATE(1123), + [50] = { + [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__old_style_function_definition] = STATE(373), + [sym_declaration] = STATE(50), + [sym_type_definition] = STATE(50), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1473), + [sym_linkage_specification] = STATE(50), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(862), + [sym_compound_statement] = STATE(50), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), + [sym__type_specifier] = STATE(1125), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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(1300), - [sym__expression_not_binary] = STATE(1303), - [sym_conditional_expression] = STATE(1303), - [sym_assignment_expression] = STATE(1303), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(1303), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(1303), - [sym_cast_expression] = STATE(1303), - [sym_sizeof_expression] = STATE(1303), - [sym_alignof_expression] = STATE(1303), - [sym_offsetof_expression] = STATE(1303), - [sym_generic_expression] = STATE(1303), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(1303), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(1303), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(1303), - [sym_concatenated_string] = STATE(1303), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(1303), - [sym__empty_declaration] = STATE(52), + [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_seh_try_statement] = STATE(50), + [sym_seh_leave_statement] = STATE(50), + [sym__expression] = STATE(1235), + [sym__expression_not_binary] = STATE(807), + [sym_comma_expression] = STATE(2176), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym__empty_declaration] = STATE(50), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_translation_unit_repeat1] = STATE(52), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(423), + [aux_sym_preproc_if_repeat1] = STATE(50), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(430), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [ts_builtin_sym_end] = ACTIONS(765), - [sym_identifier] = ACTIONS(767), - [aux_sym_preproc_include_token1] = ACTIONS(770), - [aux_sym_preproc_def_token1] = ACTIONS(773), - [aux_sym_preproc_if_token1] = ACTIONS(776), - [aux_sym_preproc_ifdef_token1] = ACTIONS(779), - [aux_sym_preproc_ifdef_token2] = ACTIONS(779), - [sym_preproc_directive] = ACTIONS(782), - [anon_sym_LPAREN2] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(788), - [anon_sym_TILDE] = ACTIONS(788), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_STAR] = ACTIONS(794), - [anon_sym_AMP] = ACTIONS(794), - [anon_sym___extension__] = ACTIONS(797), - [anon_sym_typedef] = ACTIONS(800), - [anon_sym_extern] = ACTIONS(803), - [anon_sym___attribute__] = ACTIONS(806), - [anon_sym_LBRACK_LBRACK] = ACTIONS(809), - [anon_sym___declspec] = ACTIONS(812), - [anon_sym___cdecl] = ACTIONS(815), - [anon_sym___clrcall] = ACTIONS(815), - [anon_sym___stdcall] = ACTIONS(815), - [anon_sym___fastcall] = ACTIONS(815), - [anon_sym___thiscall] = ACTIONS(815), - [anon_sym___vectorcall] = ACTIONS(815), - [anon_sym_LBRACE] = ACTIONS(818), - [anon_sym_signed] = ACTIONS(821), - [anon_sym_unsigned] = ACTIONS(821), - [anon_sym_long] = ACTIONS(821), - [anon_sym_short] = ACTIONS(821), - [anon_sym_static] = ACTIONS(824), - [anon_sym_auto] = ACTIONS(824), - [anon_sym_register] = ACTIONS(824), - [anon_sym_inline] = ACTIONS(824), - [anon_sym___inline] = ACTIONS(824), - [anon_sym___inline__] = ACTIONS(824), - [anon_sym___forceinline] = ACTIONS(824), - [anon_sym_thread_local] = ACTIONS(824), - [anon_sym___thread] = ACTIONS(824), - [anon_sym_const] = ACTIONS(827), - [anon_sym_constexpr] = ACTIONS(827), - [anon_sym_volatile] = ACTIONS(827), - [anon_sym_restrict] = ACTIONS(827), - [anon_sym___restrict__] = ACTIONS(827), - [anon_sym__Atomic] = ACTIONS(827), - [anon_sym__Noreturn] = ACTIONS(827), - [anon_sym_noreturn] = ACTIONS(827), - [sym_primitive_type] = ACTIONS(830), - [anon_sym_enum] = ACTIONS(833), - [anon_sym_struct] = ACTIONS(836), - [anon_sym_union] = ACTIONS(839), - [anon_sym_if] = ACTIONS(842), - [anon_sym_switch] = ACTIONS(845), - [anon_sym_case] = ACTIONS(848), - [anon_sym_default] = ACTIONS(851), - [anon_sym_while] = ACTIONS(854), - [anon_sym_do] = ACTIONS(857), - [anon_sym_for] = ACTIONS(860), - [anon_sym_return] = ACTIONS(863), - [anon_sym_break] = ACTIONS(866), - [anon_sym_continue] = ACTIONS(869), - [anon_sym_goto] = ACTIONS(872), - [anon_sym_DASH_DASH] = ACTIONS(875), - [anon_sym_PLUS_PLUS] = ACTIONS(875), - [anon_sym_sizeof] = ACTIONS(878), - [anon_sym___alignof__] = ACTIONS(881), - [anon_sym___alignof] = ACTIONS(881), - [anon_sym__alignof] = ACTIONS(881), - [anon_sym_alignof] = ACTIONS(881), - [anon_sym__Alignof] = ACTIONS(881), - [anon_sym_offsetof] = ACTIONS(884), - [anon_sym__Generic] = ACTIONS(887), - [anon_sym_asm] = ACTIONS(890), - [anon_sym___asm__] = ACTIONS(890), - [sym_number_literal] = ACTIONS(893), - [anon_sym_L_SQUOTE] = ACTIONS(896), - [anon_sym_u_SQUOTE] = ACTIONS(896), - [anon_sym_U_SQUOTE] = ACTIONS(896), - [anon_sym_u8_SQUOTE] = ACTIONS(896), - [anon_sym_SQUOTE] = ACTIONS(896), - [anon_sym_L_DQUOTE] = ACTIONS(899), - [anon_sym_u_DQUOTE] = ACTIONS(899), - [anon_sym_U_DQUOTE] = ACTIONS(899), - [anon_sym_u8_DQUOTE] = ACTIONS(899), - [anon_sym_DQUOTE] = ACTIONS(899), - [sym_true] = ACTIONS(902), - [sym_false] = ACTIONS(902), - [anon_sym_NULL] = ACTIONS(905), - [anon_sym_nullptr] = ACTIONS(905), + [sym_identifier] = ACTIONS(689), + [aux_sym_preproc_include_token1] = ACTIONS(692), + [aux_sym_preproc_def_token1] = ACTIONS(695), + [aux_sym_preproc_if_token1] = ACTIONS(698), + [aux_sym_preproc_ifdef_token1] = ACTIONS(701), + [aux_sym_preproc_ifdef_token2] = ACTIONS(701), + [sym_preproc_directive] = ACTIONS(704), + [anon_sym_LPAREN2] = ACTIONS(199), + [anon_sym_BANG] = ACTIONS(202), + [anon_sym_TILDE] = ACTIONS(202), + [anon_sym_DASH] = ACTIONS(205), + [anon_sym_PLUS] = ACTIONS(205), + [anon_sym_STAR] = ACTIONS(208), + [anon_sym_AMP] = ACTIONS(208), + [anon_sym_SEMI] = ACTIONS(707), + [anon_sym___extension__] = ACTIONS(710), + [anon_sym_typedef] = ACTIONS(713), + [anon_sym_extern] = ACTIONS(716), + [anon_sym___attribute__] = ACTIONS(223), + [anon_sym_LBRACK_LBRACK] = ACTIONS(226), + [anon_sym___declspec] = ACTIONS(229), + [anon_sym___cdecl] = ACTIONS(232), + [anon_sym___clrcall] = ACTIONS(232), + [anon_sym___stdcall] = ACTIONS(232), + [anon_sym___fastcall] = ACTIONS(232), + [anon_sym___thiscall] = ACTIONS(232), + [anon_sym___vectorcall] = ACTIONS(232), + [anon_sym_LBRACE] = ACTIONS(719), + [anon_sym_RBRACE] = ACTIONS(722), + [anon_sym_signed] = ACTIONS(238), + [anon_sym_unsigned] = ACTIONS(238), + [anon_sym_long] = ACTIONS(238), + [anon_sym_short] = ACTIONS(238), + [anon_sym_static] = ACTIONS(241), + [anon_sym_auto] = ACTIONS(241), + [anon_sym_register] = ACTIONS(241), + [anon_sym_inline] = ACTIONS(241), + [anon_sym___inline] = ACTIONS(241), + [anon_sym___inline__] = ACTIONS(241), + [anon_sym___forceinline] = ACTIONS(241), + [anon_sym_thread_local] = ACTIONS(241), + [anon_sym___thread] = ACTIONS(241), + [anon_sym_const] = ACTIONS(244), + [anon_sym_constexpr] = ACTIONS(244), + [anon_sym_volatile] = ACTIONS(244), + [anon_sym_restrict] = ACTIONS(244), + [anon_sym___restrict__] = ACTIONS(244), + [anon_sym__Atomic] = ACTIONS(244), + [anon_sym__Noreturn] = ACTIONS(244), + [anon_sym_noreturn] = ACTIONS(244), + [sym_primitive_type] = ACTIONS(247), + [anon_sym_enum] = ACTIONS(250), + [anon_sym_struct] = ACTIONS(253), + [anon_sym_union] = ACTIONS(256), + [anon_sym_if] = ACTIONS(724), + [anon_sym_switch] = ACTIONS(727), + [anon_sym_case] = ACTIONS(730), + [anon_sym_default] = ACTIONS(733), + [anon_sym_while] = ACTIONS(736), + [anon_sym_do] = ACTIONS(739), + [anon_sym_for] = ACTIONS(742), + [anon_sym_return] = ACTIONS(745), + [anon_sym_break] = ACTIONS(748), + [anon_sym_continue] = ACTIONS(751), + [anon_sym_goto] = ACTIONS(754), + [anon_sym___try] = ACTIONS(757), + [anon_sym___leave] = ACTIONS(760), + [anon_sym_DASH_DASH] = ACTIONS(298), + [anon_sym_PLUS_PLUS] = ACTIONS(298), + [anon_sym_sizeof] = ACTIONS(301), + [anon_sym___alignof__] = ACTIONS(304), + [anon_sym___alignof] = ACTIONS(304), + [anon_sym__alignof] = ACTIONS(304), + [anon_sym_alignof] = ACTIONS(304), + [anon_sym__Alignof] = ACTIONS(304), + [anon_sym_offsetof] = ACTIONS(307), + [anon_sym__Generic] = ACTIONS(310), + [anon_sym_asm] = ACTIONS(313), + [anon_sym___asm__] = ACTIONS(313), + [sym_number_literal] = ACTIONS(316), + [anon_sym_L_SQUOTE] = ACTIONS(319), + [anon_sym_u_SQUOTE] = ACTIONS(319), + [anon_sym_U_SQUOTE] = ACTIONS(319), + [anon_sym_u8_SQUOTE] = ACTIONS(319), + [anon_sym_SQUOTE] = ACTIONS(319), + [anon_sym_L_DQUOTE] = ACTIONS(322), + [anon_sym_u_DQUOTE] = ACTIONS(322), + [anon_sym_U_DQUOTE] = ACTIONS(322), + [anon_sym_u8_DQUOTE] = ACTIONS(322), + [anon_sym_DQUOTE] = ACTIONS(322), + [sym_true] = ACTIONS(325), + [sym_false] = ACTIONS(325), + [anon_sym_NULL] = ACTIONS(328), + [anon_sym_nullptr] = ACTIONS(328), [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(475), - [sym_declaration] = STATE(52), - [sym_type_definition] = STATE(52), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1474), - [sym_linkage_specification] = STATE(52), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_call_modifier] = STATE(857), - [sym_compound_statement] = STATE(52), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), - [sym__type_specifier] = STATE(1123), + [51] = { + [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__old_style_function_definition] = STATE(373), + [sym_declaration] = STATE(50), + [sym_type_definition] = STATE(50), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1473), + [sym_linkage_specification] = STATE(50), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(862), + [sym_compound_statement] = STATE(50), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), + [sym__type_specifier] = STATE(1125), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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(1300), - [sym__expression_not_binary] = STATE(1303), - [sym_conditional_expression] = STATE(1303), - [sym_assignment_expression] = STATE(1303), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(1303), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(1303), - [sym_cast_expression] = STATE(1303), - [sym_sizeof_expression] = STATE(1303), - [sym_alignof_expression] = STATE(1303), - [sym_offsetof_expression] = STATE(1303), - [sym_generic_expression] = STATE(1303), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(1303), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(1303), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(1303), - [sym_concatenated_string] = STATE(1303), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(1303), - [sym__empty_declaration] = STATE(52), + [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_seh_try_statement] = STATE(50), + [sym_seh_leave_statement] = STATE(50), + [sym__expression] = STATE(1235), + [sym__expression_not_binary] = STATE(807), + [sym_comma_expression] = STATE(2176), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym__empty_declaration] = STATE(50), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_translation_unit_repeat1] = STATE(52), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(423), + [aux_sym_preproc_if_repeat1] = STATE(50), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(430), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [ts_builtin_sym_end] = ACTIONS(908), - [sym_identifier] = ACTIONS(7), - [aux_sym_preproc_include_token1] = ACTIONS(9), - [aux_sym_preproc_def_token1] = ACTIONS(11), - [aux_sym_preproc_if_token1] = ACTIONS(13), - [aux_sym_preproc_ifdef_token1] = ACTIONS(15), - [aux_sym_preproc_ifdef_token2] = ACTIONS(15), - [sym_preproc_directive] = ACTIONS(17), + [sym_identifier] = ACTIONS(479), + [aux_sym_preproc_include_token1] = ACTIONS(481), + [aux_sym_preproc_def_token1] = ACTIONS(483), + [aux_sym_preproc_if_token1] = ACTIONS(485), + [aux_sym_preproc_ifdef_token1] = ACTIONS(487), + [aux_sym_preproc_ifdef_token2] = ACTIONS(487), + [sym_preproc_directive] = ACTIONS(489), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -24417,9 +24082,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___extension__] = ACTIONS(27), - [anon_sym_typedef] = ACTIONS(29), - [anon_sym_extern] = ACTIONS(31), + [anon_sym_SEMI] = ACTIONS(491), + [anon_sym___extension__] = ACTIONS(493), + [anon_sym_typedef] = ACTIONS(495), + [anon_sym_extern] = ACTIONS(497), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -24429,7 +24095,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(39), [anon_sym___thiscall] = ACTIONS(39), [anon_sym___vectorcall] = ACTIONS(39), - [anon_sym_LBRACE] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(499), + [anon_sym_RBRACE] = ACTIONS(763), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -24455,17 +24122,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), - [anon_sym_if] = ACTIONS(57), - [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(61), - [anon_sym_default] = ACTIONS(63), - [anon_sym_while] = ACTIONS(65), - [anon_sym_do] = ACTIONS(67), - [anon_sym_for] = ACTIONS(69), - [anon_sym_return] = ACTIONS(71), - [anon_sym_break] = ACTIONS(73), - [anon_sym_continue] = ACTIONS(75), - [anon_sym_goto] = ACTIONS(77), + [anon_sym_if] = ACTIONS(503), + [anon_sym_switch] = ACTIONS(505), + [anon_sym_case] = ACTIONS(507), + [anon_sym_default] = ACTIONS(509), + [anon_sym_while] = ACTIONS(511), + [anon_sym_do] = ACTIONS(513), + [anon_sym_for] = ACTIONS(515), + [anon_sym_return] = ACTIONS(517), + [anon_sym_break] = ACTIONS(519), + [anon_sym_continue] = ACTIONS(521), + [anon_sym_goto] = ACTIONS(523), + [anon_sym___try] = ACTIONS(525), + [anon_sym___leave] = ACTIONS(527), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -24478,7 +24147,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), - [sym_number_literal] = ACTIONS(91), + [sym_number_literal] = ACTIONS(157), [anon_sym_L_SQUOTE] = ACTIONS(93), [anon_sym_u_SQUOTE] = ACTIONS(93), [anon_sym_U_SQUOTE] = ACTIONS(93), @@ -24489,243 +24158,88 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_U_DQUOTE] = ACTIONS(95), [anon_sym_u8_DQUOTE] = ACTIONS(95), [anon_sym_DQUOTE] = ACTIONS(95), - [sym_true] = ACTIONS(97), - [sym_false] = ACTIONS(97), + [sym_true] = ACTIONS(159), + [sym_false] = ACTIONS(159), [anon_sym_NULL] = ACTIONS(99), [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [54] = { - [sym_declaration] = STATE(54), - [sym_type_definition] = STATE(54), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1494), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_compound_statement] = STATE(54), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), - [sym__type_specifier] = STATE(1074), - [sym_sized_type_specifier] = STATE(1099), - [sym_enum_specifier] = STATE(1099), - [sym_struct_specifier] = STATE(1099), - [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(54), - [sym_seh_leave_statement] = STATE(54), - [sym__expression] = STATE(1239), - [sym__expression_not_binary] = STATE(824), - [sym_comma_expression] = STATE(2185), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym_macro_type_specifier] = STATE(1099), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(448), - [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [aux_sym_case_statement_repeat1] = STATE(54), - [sym_identifier] = ACTIONS(910), - [aux_sym_preproc_include_token1] = ACTIONS(913), - [aux_sym_preproc_def_token1] = ACTIONS(913), - [aux_sym_preproc_if_token1] = ACTIONS(913), - [aux_sym_preproc_if_token2] = ACTIONS(913), - [aux_sym_preproc_ifdef_token1] = ACTIONS(913), - [aux_sym_preproc_ifdef_token2] = ACTIONS(913), - [aux_sym_preproc_else_token1] = ACTIONS(913), - [aux_sym_preproc_elif_token1] = ACTIONS(913), - [aux_sym_preproc_elifdef_token1] = ACTIONS(913), - [aux_sym_preproc_elifdef_token2] = ACTIONS(913), - [sym_preproc_directive] = ACTIONS(913), - [anon_sym_LPAREN2] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_DASH] = ACTIONS(921), - [anon_sym_PLUS] = ACTIONS(921), - [anon_sym_STAR] = ACTIONS(924), - [anon_sym_AMP] = ACTIONS(924), - [anon_sym_SEMI] = ACTIONS(927), - [anon_sym___extension__] = ACTIONS(930), - [anon_sym_typedef] = ACTIONS(933), - [anon_sym_extern] = ACTIONS(936), - [anon_sym___attribute__] = ACTIONS(939), - [anon_sym_LBRACK_LBRACK] = ACTIONS(942), - [anon_sym___declspec] = ACTIONS(945), - [anon_sym___cdecl] = ACTIONS(913), - [anon_sym___clrcall] = ACTIONS(913), - [anon_sym___stdcall] = ACTIONS(913), - [anon_sym___fastcall] = ACTIONS(913), - [anon_sym___thiscall] = ACTIONS(913), - [anon_sym___vectorcall] = ACTIONS(913), - [anon_sym_LBRACE] = ACTIONS(948), - [anon_sym_signed] = ACTIONS(951), - [anon_sym_unsigned] = ACTIONS(951), - [anon_sym_long] = ACTIONS(951), - [anon_sym_short] = ACTIONS(951), - [anon_sym_static] = ACTIONS(936), - [anon_sym_auto] = ACTIONS(936), - [anon_sym_register] = ACTIONS(936), - [anon_sym_inline] = ACTIONS(936), - [anon_sym___inline] = ACTIONS(936), - [anon_sym___inline__] = ACTIONS(936), - [anon_sym___forceinline] = ACTIONS(936), - [anon_sym_thread_local] = ACTIONS(936), - [anon_sym___thread] = ACTIONS(936), - [anon_sym_const] = ACTIONS(954), - [anon_sym_constexpr] = ACTIONS(954), - [anon_sym_volatile] = ACTIONS(954), - [anon_sym_restrict] = ACTIONS(954), - [anon_sym___restrict__] = ACTIONS(954), - [anon_sym__Atomic] = ACTIONS(954), - [anon_sym__Noreturn] = ACTIONS(954), - [anon_sym_noreturn] = ACTIONS(954), - [sym_primitive_type] = ACTIONS(957), - [anon_sym_enum] = ACTIONS(960), - [anon_sym_struct] = ACTIONS(963), - [anon_sym_union] = ACTIONS(966), - [anon_sym_if] = ACTIONS(969), - [anon_sym_else] = ACTIONS(913), - [anon_sym_switch] = ACTIONS(972), - [anon_sym_case] = ACTIONS(913), - [anon_sym_default] = ACTIONS(913), - [anon_sym_while] = ACTIONS(975), - [anon_sym_do] = ACTIONS(978), - [anon_sym_for] = ACTIONS(981), - [anon_sym_return] = ACTIONS(984), - [anon_sym_break] = ACTIONS(987), - [anon_sym_continue] = ACTIONS(990), - [anon_sym_goto] = ACTIONS(993), - [anon_sym___try] = ACTIONS(996), - [anon_sym___leave] = ACTIONS(999), - [anon_sym_DASH_DASH] = ACTIONS(1002), - [anon_sym_PLUS_PLUS] = ACTIONS(1002), - [anon_sym_sizeof] = ACTIONS(1005), - [anon_sym___alignof__] = ACTIONS(1008), - [anon_sym___alignof] = ACTIONS(1008), - [anon_sym__alignof] = ACTIONS(1008), - [anon_sym_alignof] = ACTIONS(1008), - [anon_sym__Alignof] = ACTIONS(1008), - [anon_sym_offsetof] = ACTIONS(1011), - [anon_sym__Generic] = ACTIONS(1014), - [anon_sym_asm] = ACTIONS(1017), - [anon_sym___asm__] = ACTIONS(1017), - [sym_number_literal] = ACTIONS(1020), - [anon_sym_L_SQUOTE] = ACTIONS(1023), - [anon_sym_u_SQUOTE] = ACTIONS(1023), - [anon_sym_U_SQUOTE] = ACTIONS(1023), - [anon_sym_u8_SQUOTE] = ACTIONS(1023), - [anon_sym_SQUOTE] = ACTIONS(1023), - [anon_sym_L_DQUOTE] = ACTIONS(1026), - [anon_sym_u_DQUOTE] = ACTIONS(1026), - [anon_sym_U_DQUOTE] = ACTIONS(1026), - [anon_sym_u8_DQUOTE] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(1026), - [sym_true] = ACTIONS(1029), - [sym_false] = ACTIONS(1029), - [anon_sym_NULL] = ACTIONS(1032), - [anon_sym_nullptr] = ACTIONS(1032), - [sym_comment] = ACTIONS(3), - }, - [55] = { - [sym_declaration] = STATE(54), - [sym_type_definition] = STATE(54), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1494), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_compound_statement] = STATE(54), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), - [sym__type_specifier] = STATE(1074), + [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(479), + [sym_declaration] = STATE(53), + [sym_type_definition] = STATE(53), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1471), + [sym_linkage_specification] = STATE(53), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(860), + [sym_compound_statement] = STATE(53), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), + [sym__type_specifier] = STATE(1123), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(54), - [sym_seh_leave_statement] = STATE(54), - [sym__expression] = STATE(1239), - [sym__expression_not_binary] = STATE(824), - [sym_comma_expression] = STATE(2185), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [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(1300), + [sym__expression_not_binary] = STATE(1303), + [sym_conditional_expression] = STATE(1303), + [sym_assignment_expression] = STATE(1303), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(1303), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(1303), + [sym_cast_expression] = STATE(1303), + [sym_sizeof_expression] = STATE(1303), + [sym_alignof_expression] = STATE(1303), + [sym_offsetof_expression] = STATE(1303), + [sym_generic_expression] = STATE(1303), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(1303), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(1303), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(1303), + [sym_concatenated_string] = STATE(1303), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(1303), + [sym__empty_declaration] = STATE(53), [sym_macro_type_specifier] = STATE(1099), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(448), + [aux_sym_translation_unit_repeat1] = STATE(53), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(420), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [aux_sym_case_statement_repeat1] = STATE(54), - [sym_identifier] = ACTIONS(1035), - [aux_sym_preproc_include_token1] = ACTIONS(1037), - [aux_sym_preproc_def_token1] = ACTIONS(1037), - [aux_sym_preproc_if_token1] = ACTIONS(1037), - [aux_sym_preproc_if_token2] = ACTIONS(1037), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1037), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1037), - [aux_sym_preproc_else_token1] = ACTIONS(1037), - [aux_sym_preproc_elif_token1] = ACTIONS(1037), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1037), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1037), - [sym_preproc_directive] = ACTIONS(1037), + [ts_builtin_sym_end] = ACTIONS(765), + [sym_identifier] = ACTIONS(7), + [aux_sym_preproc_include_token1] = ACTIONS(9), + [aux_sym_preproc_def_token1] = ACTIONS(11), + [aux_sym_preproc_if_token1] = ACTIONS(13), + [aux_sym_preproc_ifdef_token1] = ACTIONS(15), + [aux_sym_preproc_ifdef_token2] = ACTIONS(15), + [sym_preproc_directive] = ACTIONS(17), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -24733,20 +24247,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(121), - [anon_sym___extension__] = ACTIONS(123), - [anon_sym_typedef] = ACTIONS(125), - [anon_sym_extern] = ACTIONS(45), + [anon_sym___extension__] = ACTIONS(27), + [anon_sym_typedef] = ACTIONS(29), + [anon_sym_extern] = ACTIONS(31), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), - [anon_sym___cdecl] = ACTIONS(1037), - [anon_sym___clrcall] = ACTIONS(1037), - [anon_sym___stdcall] = ACTIONS(1037), - [anon_sym___fastcall] = ACTIONS(1037), - [anon_sym___thiscall] = ACTIONS(1037), - [anon_sym___vectorcall] = ACTIONS(1037), - [anon_sym_LBRACE] = ACTIONS(129), + [anon_sym___cdecl] = ACTIONS(39), + [anon_sym___clrcall] = ACTIONS(39), + [anon_sym___stdcall] = ACTIONS(39), + [anon_sym___fastcall] = ACTIONS(39), + [anon_sym___thiscall] = ACTIONS(39), + [anon_sym___vectorcall] = ACTIONS(39), + [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -24772,20 +24285,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(131), - [anon_sym_else] = ACTIONS(1037), - [anon_sym_switch] = ACTIONS(133), - [anon_sym_case] = ACTIONS(1037), - [anon_sym_default] = ACTIONS(1037), - [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___try] = ACTIONS(153), - [anon_sym___leave] = ACTIONS(155), + [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), @@ -24798,7 +24308,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), - [sym_number_literal] = ACTIONS(157), + [sym_number_literal] = ACTIONS(91), [anon_sym_L_SQUOTE] = ACTIONS(93), [anon_sym_u_SQUOTE] = ACTIONS(93), [anon_sym_U_SQUOTE] = ACTIONS(93), @@ -24809,83 +24319,244 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_U_DQUOTE] = ACTIONS(95), [anon_sym_u8_DQUOTE] = ACTIONS(95), [anon_sym_DQUOTE] = ACTIONS(95), - [sym_true] = ACTIONS(159), - [sym_false] = ACTIONS(159), + [sym_true] = ACTIONS(97), + [sym_false] = ACTIONS(97), [anon_sym_NULL] = ACTIONS(99), [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [56] = { - [sym_declaration] = STATE(58), - [sym_type_definition] = STATE(58), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1494), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_compound_statement] = STATE(58), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [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(479), + [sym_declaration] = STATE(53), + [sym_type_definition] = STATE(53), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1471), + [sym_linkage_specification] = STATE(53), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_call_modifier] = STATE(860), + [sym_compound_statement] = STATE(53), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), + [sym__type_specifier] = STATE(1123), + [sym_sized_type_specifier] = STATE(1099), + [sym_enum_specifier] = STATE(1099), + [sym_struct_specifier] = STATE(1099), + [sym_union_specifier] = STATE(1099), + [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(1300), + [sym__expression_not_binary] = STATE(1303), + [sym_conditional_expression] = STATE(1303), + [sym_assignment_expression] = STATE(1303), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(1303), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(1303), + [sym_cast_expression] = STATE(1303), + [sym_sizeof_expression] = STATE(1303), + [sym_alignof_expression] = STATE(1303), + [sym_offsetof_expression] = STATE(1303), + [sym_generic_expression] = STATE(1303), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(1303), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(1303), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(1303), + [sym_concatenated_string] = STATE(1303), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(1303), + [sym__empty_declaration] = STATE(53), + [sym_macro_type_specifier] = STATE(1099), + [aux_sym_translation_unit_repeat1] = STATE(53), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1109), + [ts_builtin_sym_end] = ACTIONS(767), + [sym_identifier] = ACTIONS(769), + [aux_sym_preproc_include_token1] = ACTIONS(772), + [aux_sym_preproc_def_token1] = ACTIONS(775), + [aux_sym_preproc_if_token1] = ACTIONS(778), + [aux_sym_preproc_ifdef_token1] = ACTIONS(781), + [aux_sym_preproc_ifdef_token2] = ACTIONS(781), + [sym_preproc_directive] = ACTIONS(784), + [anon_sym_LPAREN2] = ACTIONS(787), + [anon_sym_BANG] = ACTIONS(790), + [anon_sym_TILDE] = ACTIONS(790), + [anon_sym_DASH] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(793), + [anon_sym_STAR] = ACTIONS(796), + [anon_sym_AMP] = ACTIONS(796), + [anon_sym___extension__] = ACTIONS(799), + [anon_sym_typedef] = ACTIONS(802), + [anon_sym_extern] = ACTIONS(805), + [anon_sym___attribute__] = ACTIONS(808), + [anon_sym_LBRACK_LBRACK] = ACTIONS(811), + [anon_sym___declspec] = ACTIONS(814), + [anon_sym___cdecl] = ACTIONS(817), + [anon_sym___clrcall] = ACTIONS(817), + [anon_sym___stdcall] = ACTIONS(817), + [anon_sym___fastcall] = ACTIONS(817), + [anon_sym___thiscall] = ACTIONS(817), + [anon_sym___vectorcall] = ACTIONS(817), + [anon_sym_LBRACE] = ACTIONS(820), + [anon_sym_signed] = ACTIONS(823), + [anon_sym_unsigned] = ACTIONS(823), + [anon_sym_long] = ACTIONS(823), + [anon_sym_short] = ACTIONS(823), + [anon_sym_static] = ACTIONS(826), + [anon_sym_auto] = ACTIONS(826), + [anon_sym_register] = ACTIONS(826), + [anon_sym_inline] = ACTIONS(826), + [anon_sym___inline] = ACTIONS(826), + [anon_sym___inline__] = ACTIONS(826), + [anon_sym___forceinline] = ACTIONS(826), + [anon_sym_thread_local] = ACTIONS(826), + [anon_sym___thread] = ACTIONS(826), + [anon_sym_const] = ACTIONS(829), + [anon_sym_constexpr] = ACTIONS(829), + [anon_sym_volatile] = ACTIONS(829), + [anon_sym_restrict] = ACTIONS(829), + [anon_sym___restrict__] = ACTIONS(829), + [anon_sym__Atomic] = ACTIONS(829), + [anon_sym__Noreturn] = ACTIONS(829), + [anon_sym_noreturn] = ACTIONS(829), + [sym_primitive_type] = ACTIONS(832), + [anon_sym_enum] = ACTIONS(835), + [anon_sym_struct] = ACTIONS(838), + [anon_sym_union] = ACTIONS(841), + [anon_sym_if] = ACTIONS(844), + [anon_sym_switch] = ACTIONS(847), + [anon_sym_case] = ACTIONS(850), + [anon_sym_default] = ACTIONS(853), + [anon_sym_while] = ACTIONS(856), + [anon_sym_do] = ACTIONS(859), + [anon_sym_for] = ACTIONS(862), + [anon_sym_return] = ACTIONS(865), + [anon_sym_break] = ACTIONS(868), + [anon_sym_continue] = ACTIONS(871), + [anon_sym_goto] = ACTIONS(874), + [anon_sym_DASH_DASH] = ACTIONS(877), + [anon_sym_PLUS_PLUS] = ACTIONS(877), + [anon_sym_sizeof] = ACTIONS(880), + [anon_sym___alignof__] = ACTIONS(883), + [anon_sym___alignof] = ACTIONS(883), + [anon_sym__alignof] = ACTIONS(883), + [anon_sym_alignof] = ACTIONS(883), + [anon_sym__Alignof] = ACTIONS(883), + [anon_sym_offsetof] = ACTIONS(886), + [anon_sym__Generic] = ACTIONS(889), + [anon_sym_asm] = ACTIONS(892), + [anon_sym___asm__] = ACTIONS(892), + [sym_number_literal] = ACTIONS(895), + [anon_sym_L_SQUOTE] = ACTIONS(898), + [anon_sym_u_SQUOTE] = ACTIONS(898), + [anon_sym_U_SQUOTE] = ACTIONS(898), + [anon_sym_u8_SQUOTE] = ACTIONS(898), + [anon_sym_SQUOTE] = ACTIONS(898), + [anon_sym_L_DQUOTE] = ACTIONS(901), + [anon_sym_u_DQUOTE] = ACTIONS(901), + [anon_sym_U_DQUOTE] = ACTIONS(901), + [anon_sym_u8_DQUOTE] = ACTIONS(901), + [anon_sym_DQUOTE] = ACTIONS(901), + [sym_true] = ACTIONS(904), + [sym_false] = ACTIONS(904), + [anon_sym_NULL] = ACTIONS(907), + [anon_sym_nullptr] = ACTIONS(907), + [sym_comment] = ACTIONS(3), + }, + [54] = { + [sym_declaration] = STATE(56), + [sym_type_definition] = STATE(56), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1491), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_compound_statement] = STATE(56), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [sym_attributed_statement] = STATE(58), - [sym_labeled_statement] = STATE(58), - [sym_expression_statement] = STATE(58), - [sym_if_statement] = STATE(58), - [sym_switch_statement] = STATE(58), - [sym_while_statement] = STATE(58), - [sym_do_statement] = STATE(58), - [sym_for_statement] = STATE(58), - [sym_return_statement] = STATE(58), - [sym_break_statement] = STATE(58), - [sym_continue_statement] = STATE(58), - [sym_goto_statement] = STATE(58), - [sym_seh_try_statement] = STATE(58), - [sym_seh_leave_statement] = STATE(58), + [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_seh_try_statement] = STATE(56), + [sym_seh_leave_statement] = STATE(56), [sym__expression] = STATE(1239), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2185), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym_macro_type_specifier] = STATE(1099), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(448), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(441), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [aux_sym_case_statement_repeat1] = STATE(58), - [sym_identifier] = ACTIONS(1035), - [aux_sym_preproc_include_token1] = ACTIONS(1039), - [aux_sym_preproc_def_token1] = ACTIONS(1039), - [aux_sym_preproc_if_token1] = ACTIONS(1039), - [aux_sym_preproc_if_token2] = ACTIONS(1039), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1039), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1039), - [aux_sym_preproc_else_token1] = ACTIONS(1039), - [aux_sym_preproc_elif_token1] = ACTIONS(1039), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1039), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1039), - [sym_preproc_directive] = ACTIONS(1039), + [aux_sym_case_statement_repeat1] = STATE(56), + [sym_identifier] = ACTIONS(910), + [aux_sym_preproc_include_token1] = ACTIONS(912), + [aux_sym_preproc_def_token1] = ACTIONS(912), + [aux_sym_preproc_if_token1] = ACTIONS(912), + [aux_sym_preproc_if_token2] = ACTIONS(912), + [aux_sym_preproc_ifdef_token1] = ACTIONS(912), + [aux_sym_preproc_ifdef_token2] = ACTIONS(912), + [aux_sym_preproc_else_token1] = ACTIONS(912), + [aux_sym_preproc_elif_token1] = ACTIONS(912), + [aux_sym_preproc_elifdef_token1] = ACTIONS(912), + [aux_sym_preproc_elifdef_token2] = ACTIONS(912), + [sym_preproc_directive] = ACTIONS(912), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -24900,12 +24571,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(1039), - [anon_sym___clrcall] = ACTIONS(1039), - [anon_sym___stdcall] = ACTIONS(1039), - [anon_sym___fastcall] = ACTIONS(1039), - [anon_sym___thiscall] = ACTIONS(1039), - [anon_sym___vectorcall] = ACTIONS(1039), + [anon_sym___cdecl] = ACTIONS(912), + [anon_sym___clrcall] = ACTIONS(912), + [anon_sym___stdcall] = ACTIONS(912), + [anon_sym___fastcall] = ACTIONS(912), + [anon_sym___thiscall] = ACTIONS(912), + [anon_sym___vectorcall] = ACTIONS(912), [anon_sym_LBRACE] = ACTIONS(129), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), @@ -24933,10 +24604,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(1039), + [anon_sym_else] = ACTIONS(912), [anon_sym_switch] = ACTIONS(133), - [anon_sym_case] = ACTIONS(1039), - [anon_sym_default] = ACTIONS(1039), + [anon_sym_case] = ACTIONS(912), + [anon_sym_default] = ACTIONS(912), [anon_sym_while] = ACTIONS(139), [anon_sym_do] = ACTIONS(141), [anon_sym_for] = ACTIONS(143), @@ -24975,77 +24646,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [57] = { - [sym_declaration] = STATE(55), - [sym_type_definition] = STATE(55), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1494), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_compound_statement] = STATE(55), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [55] = { + [sym_declaration] = STATE(57), + [sym_type_definition] = STATE(57), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1491), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_compound_statement] = STATE(57), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(55), - [sym_seh_leave_statement] = STATE(55), + [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_seh_try_statement] = STATE(57), + [sym_seh_leave_statement] = STATE(57), [sym__expression] = STATE(1239), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2185), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym_macro_type_specifier] = STATE(1099), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(448), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(441), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [aux_sym_case_statement_repeat1] = STATE(55), - [sym_identifier] = ACTIONS(1035), - [aux_sym_preproc_include_token1] = ACTIONS(1041), - [aux_sym_preproc_def_token1] = ACTIONS(1041), - [aux_sym_preproc_if_token1] = ACTIONS(1041), - [aux_sym_preproc_if_token2] = ACTIONS(1041), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1041), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1041), - [aux_sym_preproc_else_token1] = ACTIONS(1041), - [aux_sym_preproc_elif_token1] = ACTIONS(1041), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1041), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1041), - [sym_preproc_directive] = ACTIONS(1041), + [aux_sym_case_statement_repeat1] = STATE(57), + [sym_identifier] = ACTIONS(910), + [aux_sym_preproc_include_token1] = ACTIONS(914), + [aux_sym_preproc_def_token1] = ACTIONS(914), + [aux_sym_preproc_if_token1] = ACTIONS(914), + [aux_sym_preproc_if_token2] = ACTIONS(914), + [aux_sym_preproc_ifdef_token1] = ACTIONS(914), + [aux_sym_preproc_ifdef_token2] = ACTIONS(914), + [aux_sym_preproc_else_token1] = ACTIONS(914), + [aux_sym_preproc_elif_token1] = ACTIONS(914), + [aux_sym_preproc_elifdef_token1] = ACTIONS(914), + [aux_sym_preproc_elifdef_token2] = ACTIONS(914), + [sym_preproc_directive] = ACTIONS(914), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -25060,12 +24731,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(1041), - [anon_sym___clrcall] = ACTIONS(1041), - [anon_sym___stdcall] = ACTIONS(1041), - [anon_sym___fastcall] = ACTIONS(1041), - [anon_sym___thiscall] = ACTIONS(1041), - [anon_sym___vectorcall] = ACTIONS(1041), + [anon_sym___cdecl] = ACTIONS(914), + [anon_sym___clrcall] = ACTIONS(914), + [anon_sym___stdcall] = ACTIONS(914), + [anon_sym___fastcall] = ACTIONS(914), + [anon_sym___thiscall] = ACTIONS(914), + [anon_sym___vectorcall] = ACTIONS(914), [anon_sym_LBRACE] = ACTIONS(129), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), @@ -25093,10 +24764,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(1041), + [anon_sym_else] = ACTIONS(914), [anon_sym_switch] = ACTIONS(133), - [anon_sym_case] = ACTIONS(1041), - [anon_sym_default] = ACTIONS(1041), + [anon_sym_case] = ACTIONS(914), + [anon_sym_default] = ACTIONS(914), [anon_sym_while] = ACTIONS(139), [anon_sym_do] = ACTIONS(141), [anon_sym_for] = ACTIONS(143), @@ -25135,77 +24806,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [58] = { - [sym_declaration] = STATE(54), - [sym_type_definition] = STATE(54), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1494), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_compound_statement] = STATE(54), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [56] = { + [sym_declaration] = STATE(58), + [sym_type_definition] = STATE(58), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1491), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_compound_statement] = STATE(58), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(54), - [sym_seh_leave_statement] = STATE(54), + [sym_attributed_statement] = STATE(58), + [sym_labeled_statement] = STATE(58), + [sym_expression_statement] = STATE(58), + [sym_if_statement] = STATE(58), + [sym_switch_statement] = STATE(58), + [sym_while_statement] = STATE(58), + [sym_do_statement] = STATE(58), + [sym_for_statement] = STATE(58), + [sym_return_statement] = STATE(58), + [sym_break_statement] = STATE(58), + [sym_continue_statement] = STATE(58), + [sym_goto_statement] = STATE(58), + [sym_seh_try_statement] = STATE(58), + [sym_seh_leave_statement] = STATE(58), [sym__expression] = STATE(1239), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2185), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym_macro_type_specifier] = STATE(1099), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(448), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(441), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [aux_sym_case_statement_repeat1] = STATE(54), - [sym_identifier] = ACTIONS(1035), - [aux_sym_preproc_include_token1] = ACTIONS(1043), - [aux_sym_preproc_def_token1] = ACTIONS(1043), - [aux_sym_preproc_if_token1] = ACTIONS(1043), - [aux_sym_preproc_if_token2] = ACTIONS(1043), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1043), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1043), - [aux_sym_preproc_else_token1] = ACTIONS(1043), - [aux_sym_preproc_elif_token1] = ACTIONS(1043), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1043), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1043), - [sym_preproc_directive] = ACTIONS(1043), + [aux_sym_case_statement_repeat1] = STATE(58), + [sym_identifier] = ACTIONS(910), + [aux_sym_preproc_include_token1] = ACTIONS(916), + [aux_sym_preproc_def_token1] = ACTIONS(916), + [aux_sym_preproc_if_token1] = ACTIONS(916), + [aux_sym_preproc_if_token2] = ACTIONS(916), + [aux_sym_preproc_ifdef_token1] = ACTIONS(916), + [aux_sym_preproc_ifdef_token2] = ACTIONS(916), + [aux_sym_preproc_else_token1] = ACTIONS(916), + [aux_sym_preproc_elif_token1] = ACTIONS(916), + [aux_sym_preproc_elifdef_token1] = ACTIONS(916), + [aux_sym_preproc_elifdef_token2] = ACTIONS(916), + [sym_preproc_directive] = ACTIONS(916), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -25220,12 +24891,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(1043), - [anon_sym___clrcall] = ACTIONS(1043), - [anon_sym___stdcall] = ACTIONS(1043), - [anon_sym___fastcall] = ACTIONS(1043), - [anon_sym___thiscall] = ACTIONS(1043), - [anon_sym___vectorcall] = ACTIONS(1043), + [anon_sym___cdecl] = ACTIONS(916), + [anon_sym___clrcall] = ACTIONS(916), + [anon_sym___stdcall] = ACTIONS(916), + [anon_sym___fastcall] = ACTIONS(916), + [anon_sym___thiscall] = ACTIONS(916), + [anon_sym___vectorcall] = ACTIONS(916), [anon_sym_LBRACE] = ACTIONS(129), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), @@ -25253,10 +24924,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(1043), + [anon_sym_else] = ACTIONS(916), [anon_sym_switch] = ACTIONS(133), - [anon_sym_case] = ACTIONS(1043), - [anon_sym_default] = ACTIONS(1043), + [anon_sym_case] = ACTIONS(916), + [anon_sym_default] = ACTIONS(916), [anon_sym_while] = ACTIONS(139), [anon_sym_do] = ACTIONS(141), [anon_sym_for] = ACTIONS(143), @@ -25295,75 +24966,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [59] = { - [sym_declaration] = STATE(62), - [sym_type_definition] = STATE(62), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1489), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_compound_statement] = STATE(62), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [57] = { + [sym_declaration] = STATE(58), + [sym_type_definition] = STATE(58), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1491), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_compound_statement] = STATE(58), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(62), - [sym_seh_leave_statement] = STATE(62), - [sym__expression] = STATE(1199), - [sym__expression_not_binary] = STATE(824), - [sym_comma_expression] = STATE(2083), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym_attributed_statement] = STATE(58), + [sym_labeled_statement] = STATE(58), + [sym_expression_statement] = STATE(58), + [sym_if_statement] = STATE(58), + [sym_switch_statement] = STATE(58), + [sym_while_statement] = STATE(58), + [sym_do_statement] = STATE(58), + [sym_for_statement] = STATE(58), + [sym_return_statement] = STATE(58), + [sym_break_statement] = STATE(58), + [sym_continue_statement] = STATE(58), + [sym_goto_statement] = STATE(58), + [sym_seh_try_statement] = STATE(58), + [sym_seh_leave_statement] = STATE(58), + [sym__expression] = STATE(1239), + [sym__expression_not_binary] = STATE(807), + [sym_comma_expression] = STATE(2185), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym_macro_type_specifier] = STATE(1099), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(452), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(441), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [aux_sym_case_statement_repeat1] = STATE(62), - [sym_identifier] = ACTIONS(1045), - [aux_sym_preproc_include_token1] = ACTIONS(1043), - [aux_sym_preproc_def_token1] = ACTIONS(1043), - [aux_sym_preproc_if_token1] = ACTIONS(1043), - [aux_sym_preproc_if_token2] = ACTIONS(1043), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1043), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1043), - [aux_sym_preproc_else_token1] = ACTIONS(1043), - [aux_sym_preproc_elif_token1] = ACTIONS(1043), - [sym_preproc_directive] = ACTIONS(1043), + [aux_sym_case_statement_repeat1] = STATE(58), + [sym_identifier] = ACTIONS(910), + [aux_sym_preproc_include_token1] = ACTIONS(918), + [aux_sym_preproc_def_token1] = ACTIONS(918), + [aux_sym_preproc_if_token1] = ACTIONS(918), + [aux_sym_preproc_if_token2] = ACTIONS(918), + [aux_sym_preproc_ifdef_token1] = ACTIONS(918), + [aux_sym_preproc_ifdef_token2] = ACTIONS(918), + [aux_sym_preproc_else_token1] = ACTIONS(918), + [aux_sym_preproc_elif_token1] = ACTIONS(918), + [aux_sym_preproc_elifdef_token1] = ACTIONS(918), + [aux_sym_preproc_elifdef_token2] = ACTIONS(918), + [sym_preproc_directive] = ACTIONS(918), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -25371,20 +25044,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(193), - [anon_sym___extension__] = ACTIONS(195), - [anon_sym_typedef] = ACTIONS(197), + [anon_sym_SEMI] = ACTIONS(121), + [anon_sym___extension__] = ACTIONS(123), + [anon_sym_typedef] = ACTIONS(125), [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(1043), - [anon_sym___clrcall] = ACTIONS(1043), - [anon_sym___stdcall] = ACTIONS(1043), - [anon_sym___fastcall] = ACTIONS(1043), - [anon_sym___thiscall] = ACTIONS(1043), - [anon_sym___vectorcall] = ACTIONS(1043), - [anon_sym_LBRACE] = ACTIONS(201), + [anon_sym___cdecl] = ACTIONS(918), + [anon_sym___clrcall] = ACTIONS(918), + [anon_sym___stdcall] = ACTIONS(918), + [anon_sym___fastcall] = ACTIONS(918), + [anon_sym___thiscall] = ACTIONS(918), + [anon_sym___vectorcall] = ACTIONS(918), + [anon_sym_LBRACE] = ACTIONS(129), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -25410,20 +25083,20 @@ 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(203), - [anon_sym_else] = ACTIONS(1043), - [anon_sym_switch] = ACTIONS(205), - [anon_sym_case] = ACTIONS(1043), - [anon_sym_default] = ACTIONS(1043), - [anon_sym_while] = ACTIONS(211), - [anon_sym_do] = ACTIONS(213), - [anon_sym_for] = ACTIONS(215), - [anon_sym_return] = ACTIONS(217), - [anon_sym_break] = ACTIONS(219), - [anon_sym_continue] = ACTIONS(221), - [anon_sym_goto] = ACTIONS(223), - [anon_sym___try] = ACTIONS(225), - [anon_sym___leave] = ACTIONS(227), + [anon_sym_if] = ACTIONS(131), + [anon_sym_else] = ACTIONS(918), + [anon_sym_switch] = ACTIONS(133), + [anon_sym_case] = ACTIONS(918), + [anon_sym_default] = ACTIONS(918), + [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___try] = ACTIONS(153), + [anon_sym___leave] = ACTIONS(155), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -25453,75 +25126,235 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [60] = { - [sym_declaration] = STATE(63), - [sym_type_definition] = STATE(63), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1489), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_compound_statement] = STATE(63), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [58] = { + [sym_declaration] = STATE(58), + [sym_type_definition] = STATE(58), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1491), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_compound_statement] = STATE(58), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(63), - [sym_seh_leave_statement] = STATE(63), + [sym_attributed_statement] = STATE(58), + [sym_labeled_statement] = STATE(58), + [sym_expression_statement] = STATE(58), + [sym_if_statement] = STATE(58), + [sym_switch_statement] = STATE(58), + [sym_while_statement] = STATE(58), + [sym_do_statement] = STATE(58), + [sym_for_statement] = STATE(58), + [sym_return_statement] = STATE(58), + [sym_break_statement] = STATE(58), + [sym_continue_statement] = STATE(58), + [sym_goto_statement] = STATE(58), + [sym_seh_try_statement] = STATE(58), + [sym_seh_leave_statement] = STATE(58), + [sym__expression] = STATE(1239), + [sym__expression_not_binary] = STATE(807), + [sym_comma_expression] = STATE(2185), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym_macro_type_specifier] = STATE(1099), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(441), + [aux_sym_sized_type_specifier_repeat1] = STATE(1109), + [aux_sym_case_statement_repeat1] = STATE(58), + [sym_identifier] = ACTIONS(920), + [aux_sym_preproc_include_token1] = ACTIONS(923), + [aux_sym_preproc_def_token1] = ACTIONS(923), + [aux_sym_preproc_if_token1] = ACTIONS(923), + [aux_sym_preproc_if_token2] = ACTIONS(923), + [aux_sym_preproc_ifdef_token1] = ACTIONS(923), + [aux_sym_preproc_ifdef_token2] = ACTIONS(923), + [aux_sym_preproc_else_token1] = ACTIONS(923), + [aux_sym_preproc_elif_token1] = ACTIONS(923), + [aux_sym_preproc_elifdef_token1] = ACTIONS(923), + [aux_sym_preproc_elifdef_token2] = ACTIONS(923), + [sym_preproc_directive] = ACTIONS(923), + [anon_sym_LPAREN2] = ACTIONS(925), + [anon_sym_BANG] = ACTIONS(928), + [anon_sym_TILDE] = ACTIONS(928), + [anon_sym_DASH] = ACTIONS(931), + [anon_sym_PLUS] = ACTIONS(931), + [anon_sym_STAR] = ACTIONS(934), + [anon_sym_AMP] = ACTIONS(934), + [anon_sym_SEMI] = ACTIONS(937), + [anon_sym___extension__] = ACTIONS(940), + [anon_sym_typedef] = ACTIONS(943), + [anon_sym_extern] = ACTIONS(946), + [anon_sym___attribute__] = ACTIONS(949), + [anon_sym_LBRACK_LBRACK] = ACTIONS(952), + [anon_sym___declspec] = ACTIONS(955), + [anon_sym___cdecl] = ACTIONS(923), + [anon_sym___clrcall] = ACTIONS(923), + [anon_sym___stdcall] = ACTIONS(923), + [anon_sym___fastcall] = ACTIONS(923), + [anon_sym___thiscall] = ACTIONS(923), + [anon_sym___vectorcall] = ACTIONS(923), + [anon_sym_LBRACE] = ACTIONS(958), + [anon_sym_signed] = ACTIONS(961), + [anon_sym_unsigned] = ACTIONS(961), + [anon_sym_long] = ACTIONS(961), + [anon_sym_short] = ACTIONS(961), + [anon_sym_static] = ACTIONS(946), + [anon_sym_auto] = ACTIONS(946), + [anon_sym_register] = ACTIONS(946), + [anon_sym_inline] = ACTIONS(946), + [anon_sym___inline] = ACTIONS(946), + [anon_sym___inline__] = ACTIONS(946), + [anon_sym___forceinline] = ACTIONS(946), + [anon_sym_thread_local] = ACTIONS(946), + [anon_sym___thread] = ACTIONS(946), + [anon_sym_const] = ACTIONS(964), + [anon_sym_constexpr] = ACTIONS(964), + [anon_sym_volatile] = ACTIONS(964), + [anon_sym_restrict] = ACTIONS(964), + [anon_sym___restrict__] = ACTIONS(964), + [anon_sym__Atomic] = ACTIONS(964), + [anon_sym__Noreturn] = ACTIONS(964), + [anon_sym_noreturn] = ACTIONS(964), + [sym_primitive_type] = ACTIONS(967), + [anon_sym_enum] = ACTIONS(970), + [anon_sym_struct] = ACTIONS(973), + [anon_sym_union] = ACTIONS(976), + [anon_sym_if] = ACTIONS(979), + [anon_sym_else] = ACTIONS(923), + [anon_sym_switch] = ACTIONS(982), + [anon_sym_case] = ACTIONS(923), + [anon_sym_default] = ACTIONS(923), + [anon_sym_while] = ACTIONS(985), + [anon_sym_do] = ACTIONS(988), + [anon_sym_for] = ACTIONS(991), + [anon_sym_return] = ACTIONS(994), + [anon_sym_break] = ACTIONS(997), + [anon_sym_continue] = ACTIONS(1000), + [anon_sym_goto] = ACTIONS(1003), + [anon_sym___try] = ACTIONS(1006), + [anon_sym___leave] = ACTIONS(1009), + [anon_sym_DASH_DASH] = ACTIONS(1012), + [anon_sym_PLUS_PLUS] = ACTIONS(1012), + [anon_sym_sizeof] = ACTIONS(1015), + [anon_sym___alignof__] = ACTIONS(1018), + [anon_sym___alignof] = ACTIONS(1018), + [anon_sym__alignof] = ACTIONS(1018), + [anon_sym_alignof] = ACTIONS(1018), + [anon_sym__Alignof] = ACTIONS(1018), + [anon_sym_offsetof] = ACTIONS(1021), + [anon_sym__Generic] = ACTIONS(1024), + [anon_sym_asm] = ACTIONS(1027), + [anon_sym___asm__] = ACTIONS(1027), + [sym_number_literal] = ACTIONS(1030), + [anon_sym_L_SQUOTE] = ACTIONS(1033), + [anon_sym_u_SQUOTE] = ACTIONS(1033), + [anon_sym_U_SQUOTE] = ACTIONS(1033), + [anon_sym_u8_SQUOTE] = ACTIONS(1033), + [anon_sym_SQUOTE] = ACTIONS(1033), + [anon_sym_L_DQUOTE] = ACTIONS(1036), + [anon_sym_u_DQUOTE] = ACTIONS(1036), + [anon_sym_U_DQUOTE] = ACTIONS(1036), + [anon_sym_u8_DQUOTE] = ACTIONS(1036), + [anon_sym_DQUOTE] = ACTIONS(1036), + [sym_true] = ACTIONS(1039), + [sym_false] = ACTIONS(1039), + [anon_sym_NULL] = ACTIONS(1042), + [anon_sym_nullptr] = ACTIONS(1042), + [sym_comment] = ACTIONS(3), + }, + [59] = { + [sym_declaration] = STATE(61), + [sym_type_definition] = STATE(61), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1492), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_compound_statement] = STATE(61), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), + [sym__type_specifier] = STATE(1074), + [sym_sized_type_specifier] = STATE(1099), + [sym_enum_specifier] = STATE(1099), + [sym_struct_specifier] = STATE(1099), + [sym_union_specifier] = STATE(1099), + [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_seh_try_statement] = STATE(61), + [sym_seh_leave_statement] = STATE(61), [sym__expression] = STATE(1199), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2083), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym_macro_type_specifier] = STATE(1099), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(452), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(417), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [aux_sym_case_statement_repeat1] = STATE(63), + [aux_sym_case_statement_repeat1] = STATE(61), [sym_identifier] = ACTIONS(1045), - [aux_sym_preproc_include_token1] = ACTIONS(1041), - [aux_sym_preproc_def_token1] = ACTIONS(1041), - [aux_sym_preproc_if_token1] = ACTIONS(1041), - [aux_sym_preproc_if_token2] = ACTIONS(1041), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1041), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1041), - [aux_sym_preproc_else_token1] = ACTIONS(1041), - [aux_sym_preproc_elif_token1] = ACTIONS(1041), - [sym_preproc_directive] = ACTIONS(1041), + [aux_sym_preproc_include_token1] = ACTIONS(916), + [aux_sym_preproc_def_token1] = ACTIONS(916), + [aux_sym_preproc_if_token1] = ACTIONS(916), + [aux_sym_preproc_if_token2] = ACTIONS(916), + [aux_sym_preproc_ifdef_token1] = ACTIONS(916), + [aux_sym_preproc_ifdef_token2] = ACTIONS(916), + [aux_sym_preproc_else_token1] = ACTIONS(916), + [aux_sym_preproc_elif_token1] = ACTIONS(916), + [sym_preproc_directive] = ACTIONS(916), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -25529,20 +25362,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(193), - [anon_sym___extension__] = ACTIONS(195), - [anon_sym_typedef] = ACTIONS(197), + [anon_sym_SEMI] = ACTIONS(345), + [anon_sym___extension__] = ACTIONS(347), + [anon_sym_typedef] = ACTIONS(349), [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(1041), - [anon_sym___clrcall] = ACTIONS(1041), - [anon_sym___stdcall] = ACTIONS(1041), - [anon_sym___fastcall] = ACTIONS(1041), - [anon_sym___thiscall] = ACTIONS(1041), - [anon_sym___vectorcall] = ACTIONS(1041), - [anon_sym_LBRACE] = ACTIONS(201), + [anon_sym___cdecl] = ACTIONS(916), + [anon_sym___clrcall] = ACTIONS(916), + [anon_sym___stdcall] = ACTIONS(916), + [anon_sym___fastcall] = ACTIONS(916), + [anon_sym___thiscall] = ACTIONS(916), + [anon_sym___vectorcall] = ACTIONS(916), + [anon_sym_LBRACE] = ACTIONS(353), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -25568,20 +25401,20 @@ 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(203), - [anon_sym_else] = ACTIONS(1041), - [anon_sym_switch] = ACTIONS(205), - [anon_sym_case] = ACTIONS(1041), - [anon_sym_default] = ACTIONS(1041), - [anon_sym_while] = ACTIONS(211), - [anon_sym_do] = ACTIONS(213), - [anon_sym_for] = ACTIONS(215), - [anon_sym_return] = ACTIONS(217), - [anon_sym_break] = ACTIONS(219), - [anon_sym_continue] = ACTIONS(221), - [anon_sym_goto] = ACTIONS(223), - [anon_sym___try] = ACTIONS(225), - [anon_sym___leave] = ACTIONS(227), + [anon_sym_if] = ACTIONS(355), + [anon_sym_else] = ACTIONS(916), + [anon_sym_switch] = ACTIONS(357), + [anon_sym_case] = ACTIONS(916), + [anon_sym_default] = ACTIONS(916), + [anon_sym_while] = ACTIONS(363), + [anon_sym_do] = ACTIONS(365), + [anon_sym_for] = ACTIONS(367), + [anon_sym_return] = ACTIONS(369), + [anon_sym_break] = ACTIONS(371), + [anon_sym_continue] = ACTIONS(373), + [anon_sym_goto] = ACTIONS(375), + [anon_sym___try] = ACTIONS(377), + [anon_sym___leave] = ACTIONS(379), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -25611,17 +25444,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [61] = { + [60] = { [sym_declaration] = STATE(59), [sym_type_definition] = STATE(59), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1489), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1492), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), [sym_compound_statement] = STATE(59), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), @@ -25642,44 +25475,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_seh_try_statement] = STATE(59), [sym_seh_leave_statement] = STATE(59), [sym__expression] = STATE(1199), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2083), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym_macro_type_specifier] = STATE(1099), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(452), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(417), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [aux_sym_case_statement_repeat1] = STATE(59), [sym_identifier] = ACTIONS(1045), - [aux_sym_preproc_include_token1] = ACTIONS(1039), - [aux_sym_preproc_def_token1] = ACTIONS(1039), - [aux_sym_preproc_if_token1] = ACTIONS(1039), - [aux_sym_preproc_if_token2] = ACTIONS(1039), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1039), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1039), - [aux_sym_preproc_else_token1] = ACTIONS(1039), - [aux_sym_preproc_elif_token1] = ACTIONS(1039), - [sym_preproc_directive] = ACTIONS(1039), + [aux_sym_preproc_include_token1] = ACTIONS(912), + [aux_sym_preproc_def_token1] = ACTIONS(912), + [aux_sym_preproc_if_token1] = ACTIONS(912), + [aux_sym_preproc_if_token2] = ACTIONS(912), + [aux_sym_preproc_ifdef_token1] = ACTIONS(912), + [aux_sym_preproc_ifdef_token2] = ACTIONS(912), + [aux_sym_preproc_else_token1] = ACTIONS(912), + [aux_sym_preproc_elif_token1] = ACTIONS(912), + [sym_preproc_directive] = ACTIONS(912), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -25687,20 +25520,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(193), - [anon_sym___extension__] = ACTIONS(195), - [anon_sym_typedef] = ACTIONS(197), + [anon_sym_SEMI] = ACTIONS(345), + [anon_sym___extension__] = ACTIONS(347), + [anon_sym_typedef] = ACTIONS(349), [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(1039), - [anon_sym___clrcall] = ACTIONS(1039), - [anon_sym___stdcall] = ACTIONS(1039), - [anon_sym___fastcall] = ACTIONS(1039), - [anon_sym___thiscall] = ACTIONS(1039), - [anon_sym___vectorcall] = ACTIONS(1039), - [anon_sym_LBRACE] = ACTIONS(201), + [anon_sym___cdecl] = ACTIONS(912), + [anon_sym___clrcall] = ACTIONS(912), + [anon_sym___stdcall] = ACTIONS(912), + [anon_sym___fastcall] = ACTIONS(912), + [anon_sym___thiscall] = ACTIONS(912), + [anon_sym___vectorcall] = ACTIONS(912), + [anon_sym_LBRACE] = ACTIONS(353), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -25726,20 +25559,20 @@ 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(203), - [anon_sym_else] = ACTIONS(1039), - [anon_sym_switch] = ACTIONS(205), - [anon_sym_case] = ACTIONS(1039), - [anon_sym_default] = ACTIONS(1039), - [anon_sym_while] = ACTIONS(211), - [anon_sym_do] = ACTIONS(213), - [anon_sym_for] = ACTIONS(215), - [anon_sym_return] = ACTIONS(217), - [anon_sym_break] = ACTIONS(219), - [anon_sym_continue] = ACTIONS(221), - [anon_sym_goto] = ACTIONS(223), - [anon_sym___try] = ACTIONS(225), - [anon_sym___leave] = ACTIONS(227), + [anon_sym_if] = ACTIONS(355), + [anon_sym_else] = ACTIONS(912), + [anon_sym_switch] = ACTIONS(357), + [anon_sym_case] = ACTIONS(912), + [anon_sym_default] = ACTIONS(912), + [anon_sym_while] = ACTIONS(363), + [anon_sym_do] = ACTIONS(365), + [anon_sym_for] = ACTIONS(367), + [anon_sym_return] = ACTIONS(369), + [anon_sym_break] = ACTIONS(371), + [anon_sym_continue] = ACTIONS(373), + [anon_sym_goto] = ACTIONS(375), + [anon_sym___try] = ACTIONS(377), + [anon_sym___leave] = ACTIONS(379), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -25769,126 +25602,126 @@ 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(62), - [sym_type_definition] = STATE(62), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1489), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_compound_statement] = STATE(62), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [61] = { + [sym_declaration] = STATE(61), + [sym_type_definition] = STATE(61), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1492), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_compound_statement] = STATE(61), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(62), - [sym_seh_leave_statement] = STATE(62), + [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_seh_try_statement] = STATE(61), + [sym_seh_leave_statement] = STATE(61), [sym__expression] = STATE(1199), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2083), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym_macro_type_specifier] = STATE(1099), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(452), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(417), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [aux_sym_case_statement_repeat1] = STATE(62), + [aux_sym_case_statement_repeat1] = STATE(61), [sym_identifier] = ACTIONS(1047), - [aux_sym_preproc_include_token1] = ACTIONS(913), - [aux_sym_preproc_def_token1] = ACTIONS(913), - [aux_sym_preproc_if_token1] = ACTIONS(913), - [aux_sym_preproc_if_token2] = ACTIONS(913), - [aux_sym_preproc_ifdef_token1] = ACTIONS(913), - [aux_sym_preproc_ifdef_token2] = ACTIONS(913), - [aux_sym_preproc_else_token1] = ACTIONS(913), - [aux_sym_preproc_elif_token1] = ACTIONS(913), - [sym_preproc_directive] = ACTIONS(913), - [anon_sym_LPAREN2] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_DASH] = ACTIONS(921), - [anon_sym_PLUS] = ACTIONS(921), - [anon_sym_STAR] = ACTIONS(924), - [anon_sym_AMP] = ACTIONS(924), + [aux_sym_preproc_include_token1] = ACTIONS(923), + [aux_sym_preproc_def_token1] = ACTIONS(923), + [aux_sym_preproc_if_token1] = ACTIONS(923), + [aux_sym_preproc_if_token2] = ACTIONS(923), + [aux_sym_preproc_ifdef_token1] = ACTIONS(923), + [aux_sym_preproc_ifdef_token2] = ACTIONS(923), + [aux_sym_preproc_else_token1] = ACTIONS(923), + [aux_sym_preproc_elif_token1] = ACTIONS(923), + [sym_preproc_directive] = ACTIONS(923), + [anon_sym_LPAREN2] = ACTIONS(925), + [anon_sym_BANG] = ACTIONS(928), + [anon_sym_TILDE] = ACTIONS(928), + [anon_sym_DASH] = ACTIONS(931), + [anon_sym_PLUS] = ACTIONS(931), + [anon_sym_STAR] = ACTIONS(934), + [anon_sym_AMP] = ACTIONS(934), [anon_sym_SEMI] = ACTIONS(1050), [anon_sym___extension__] = ACTIONS(1053), [anon_sym_typedef] = ACTIONS(1056), - [anon_sym_extern] = ACTIONS(936), - [anon_sym___attribute__] = ACTIONS(939), - [anon_sym_LBRACK_LBRACK] = ACTIONS(942), - [anon_sym___declspec] = ACTIONS(945), - [anon_sym___cdecl] = ACTIONS(913), - [anon_sym___clrcall] = ACTIONS(913), - [anon_sym___stdcall] = ACTIONS(913), - [anon_sym___fastcall] = ACTIONS(913), - [anon_sym___thiscall] = ACTIONS(913), - [anon_sym___vectorcall] = ACTIONS(913), + [anon_sym_extern] = ACTIONS(946), + [anon_sym___attribute__] = ACTIONS(949), + [anon_sym_LBRACK_LBRACK] = ACTIONS(952), + [anon_sym___declspec] = ACTIONS(955), + [anon_sym___cdecl] = ACTIONS(923), + [anon_sym___clrcall] = ACTIONS(923), + [anon_sym___stdcall] = ACTIONS(923), + [anon_sym___fastcall] = ACTIONS(923), + [anon_sym___thiscall] = ACTIONS(923), + [anon_sym___vectorcall] = ACTIONS(923), [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_signed] = ACTIONS(951), - [anon_sym_unsigned] = ACTIONS(951), - [anon_sym_long] = ACTIONS(951), - [anon_sym_short] = ACTIONS(951), - [anon_sym_static] = ACTIONS(936), - [anon_sym_auto] = ACTIONS(936), - [anon_sym_register] = ACTIONS(936), - [anon_sym_inline] = ACTIONS(936), - [anon_sym___inline] = ACTIONS(936), - [anon_sym___inline__] = ACTIONS(936), - [anon_sym___forceinline] = ACTIONS(936), - [anon_sym_thread_local] = ACTIONS(936), - [anon_sym___thread] = ACTIONS(936), - [anon_sym_const] = ACTIONS(954), - [anon_sym_constexpr] = ACTIONS(954), - [anon_sym_volatile] = ACTIONS(954), - [anon_sym_restrict] = ACTIONS(954), - [anon_sym___restrict__] = ACTIONS(954), - [anon_sym__Atomic] = ACTIONS(954), - [anon_sym__Noreturn] = ACTIONS(954), - [anon_sym_noreturn] = ACTIONS(954), - [sym_primitive_type] = ACTIONS(957), - [anon_sym_enum] = ACTIONS(960), - [anon_sym_struct] = ACTIONS(963), - [anon_sym_union] = ACTIONS(966), + [anon_sym_signed] = ACTIONS(961), + [anon_sym_unsigned] = ACTIONS(961), + [anon_sym_long] = ACTIONS(961), + [anon_sym_short] = ACTIONS(961), + [anon_sym_static] = ACTIONS(946), + [anon_sym_auto] = ACTIONS(946), + [anon_sym_register] = ACTIONS(946), + [anon_sym_inline] = ACTIONS(946), + [anon_sym___inline] = ACTIONS(946), + [anon_sym___inline__] = ACTIONS(946), + [anon_sym___forceinline] = ACTIONS(946), + [anon_sym_thread_local] = ACTIONS(946), + [anon_sym___thread] = ACTIONS(946), + [anon_sym_const] = ACTIONS(964), + [anon_sym_constexpr] = ACTIONS(964), + [anon_sym_volatile] = ACTIONS(964), + [anon_sym_restrict] = ACTIONS(964), + [anon_sym___restrict__] = ACTIONS(964), + [anon_sym__Atomic] = ACTIONS(964), + [anon_sym__Noreturn] = ACTIONS(964), + [anon_sym_noreturn] = ACTIONS(964), + [sym_primitive_type] = ACTIONS(967), + [anon_sym_enum] = ACTIONS(970), + [anon_sym_struct] = ACTIONS(973), + [anon_sym_union] = ACTIONS(976), [anon_sym_if] = ACTIONS(1062), - [anon_sym_else] = ACTIONS(913), + [anon_sym_else] = ACTIONS(923), [anon_sym_switch] = ACTIONS(1065), - [anon_sym_case] = ACTIONS(913), - [anon_sym_default] = ACTIONS(913), + [anon_sym_case] = ACTIONS(923), + [anon_sym_default] = ACTIONS(923), [anon_sym_while] = ACTIONS(1068), [anon_sym_do] = ACTIONS(1071), [anon_sym_for] = ACTIONS(1074), @@ -25898,104 +25731,262 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_goto] = ACTIONS(1086), [anon_sym___try] = ACTIONS(1089), [anon_sym___leave] = ACTIONS(1092), - [anon_sym_DASH_DASH] = ACTIONS(1002), - [anon_sym_PLUS_PLUS] = ACTIONS(1002), - [anon_sym_sizeof] = ACTIONS(1005), - [anon_sym___alignof__] = ACTIONS(1008), - [anon_sym___alignof] = ACTIONS(1008), - [anon_sym__alignof] = ACTIONS(1008), - [anon_sym_alignof] = ACTIONS(1008), - [anon_sym__Alignof] = ACTIONS(1008), - [anon_sym_offsetof] = ACTIONS(1011), - [anon_sym__Generic] = ACTIONS(1014), - [anon_sym_asm] = ACTIONS(1017), - [anon_sym___asm__] = ACTIONS(1017), - [sym_number_literal] = ACTIONS(1020), - [anon_sym_L_SQUOTE] = ACTIONS(1023), - [anon_sym_u_SQUOTE] = ACTIONS(1023), - [anon_sym_U_SQUOTE] = ACTIONS(1023), - [anon_sym_u8_SQUOTE] = ACTIONS(1023), - [anon_sym_SQUOTE] = ACTIONS(1023), - [anon_sym_L_DQUOTE] = ACTIONS(1026), - [anon_sym_u_DQUOTE] = ACTIONS(1026), - [anon_sym_U_DQUOTE] = ACTIONS(1026), - [anon_sym_u8_DQUOTE] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(1026), - [sym_true] = ACTIONS(1029), - [sym_false] = ACTIONS(1029), - [anon_sym_NULL] = ACTIONS(1032), - [anon_sym_nullptr] = ACTIONS(1032), + [anon_sym_DASH_DASH] = ACTIONS(1012), + [anon_sym_PLUS_PLUS] = ACTIONS(1012), + [anon_sym_sizeof] = ACTIONS(1015), + [anon_sym___alignof__] = ACTIONS(1018), + [anon_sym___alignof] = ACTIONS(1018), + [anon_sym__alignof] = ACTIONS(1018), + [anon_sym_alignof] = ACTIONS(1018), + [anon_sym__Alignof] = ACTIONS(1018), + [anon_sym_offsetof] = ACTIONS(1021), + [anon_sym__Generic] = ACTIONS(1024), + [anon_sym_asm] = ACTIONS(1027), + [anon_sym___asm__] = ACTIONS(1027), + [sym_number_literal] = ACTIONS(1030), + [anon_sym_L_SQUOTE] = ACTIONS(1033), + [anon_sym_u_SQUOTE] = ACTIONS(1033), + [anon_sym_U_SQUOTE] = ACTIONS(1033), + [anon_sym_u8_SQUOTE] = ACTIONS(1033), + [anon_sym_SQUOTE] = ACTIONS(1033), + [anon_sym_L_DQUOTE] = ACTIONS(1036), + [anon_sym_u_DQUOTE] = ACTIONS(1036), + [anon_sym_U_DQUOTE] = ACTIONS(1036), + [anon_sym_u8_DQUOTE] = ACTIONS(1036), + [anon_sym_DQUOTE] = ACTIONS(1036), + [sym_true] = ACTIONS(1039), + [sym_false] = ACTIONS(1039), + [anon_sym_NULL] = ACTIONS(1042), + [anon_sym_nullptr] = ACTIONS(1042), + [sym_comment] = ACTIONS(3), + }, + [62] = { + [sym_declaration] = STATE(63), + [sym_type_definition] = STATE(63), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1492), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_compound_statement] = STATE(63), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), + [sym__type_specifier] = STATE(1074), + [sym_sized_type_specifier] = STATE(1099), + [sym_enum_specifier] = STATE(1099), + [sym_struct_specifier] = STATE(1099), + [sym_union_specifier] = STATE(1099), + [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_seh_try_statement] = STATE(63), + [sym_seh_leave_statement] = STATE(63), + [sym__expression] = STATE(1199), + [sym__expression_not_binary] = STATE(807), + [sym_comma_expression] = STATE(2083), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym_macro_type_specifier] = STATE(1099), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(417), + [aux_sym_sized_type_specifier_repeat1] = STATE(1109), + [aux_sym_case_statement_repeat1] = STATE(63), + [sym_identifier] = ACTIONS(1045), + [aux_sym_preproc_include_token1] = ACTIONS(914), + [aux_sym_preproc_def_token1] = ACTIONS(914), + [aux_sym_preproc_if_token1] = ACTIONS(914), + [aux_sym_preproc_if_token2] = ACTIONS(914), + [aux_sym_preproc_ifdef_token1] = ACTIONS(914), + [aux_sym_preproc_ifdef_token2] = ACTIONS(914), + [aux_sym_preproc_else_token1] = ACTIONS(914), + [aux_sym_preproc_elif_token1] = ACTIONS(914), + [sym_preproc_directive] = ACTIONS(914), + [anon_sym_LPAREN2] = ACTIONS(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(345), + [anon_sym___extension__] = ACTIONS(347), + [anon_sym_typedef] = ACTIONS(349), + [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(914), + [anon_sym___clrcall] = ACTIONS(914), + [anon_sym___stdcall] = ACTIONS(914), + [anon_sym___fastcall] = ACTIONS(914), + [anon_sym___thiscall] = ACTIONS(914), + [anon_sym___vectorcall] = ACTIONS(914), + [anon_sym_LBRACE] = ACTIONS(353), + [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(355), + [anon_sym_else] = ACTIONS(914), + [anon_sym_switch] = ACTIONS(357), + [anon_sym_case] = ACTIONS(914), + [anon_sym_default] = ACTIONS(914), + [anon_sym_while] = ACTIONS(363), + [anon_sym_do] = ACTIONS(365), + [anon_sym_for] = ACTIONS(367), + [anon_sym_return] = ACTIONS(369), + [anon_sym_break] = ACTIONS(371), + [anon_sym_continue] = ACTIONS(373), + [anon_sym_goto] = ACTIONS(375), + [anon_sym___try] = ACTIONS(377), + [anon_sym___leave] = ACTIONS(379), + [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(157), + [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(159), + [sym_false] = ACTIONS(159), + [anon_sym_NULL] = ACTIONS(99), + [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, [63] = { - [sym_declaration] = STATE(62), - [sym_type_definition] = STATE(62), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1489), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_compound_statement] = STATE(62), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_declaration] = STATE(61), + [sym_type_definition] = STATE(61), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1492), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_compound_statement] = STATE(61), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(62), - [sym_seh_leave_statement] = STATE(62), + [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_seh_try_statement] = STATE(61), + [sym_seh_leave_statement] = STATE(61), [sym__expression] = STATE(1199), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2083), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym_macro_type_specifier] = STATE(1099), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(452), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(417), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [aux_sym_case_statement_repeat1] = STATE(62), + [aux_sym_case_statement_repeat1] = STATE(61), [sym_identifier] = ACTIONS(1045), - [aux_sym_preproc_include_token1] = ACTIONS(1037), - [aux_sym_preproc_def_token1] = ACTIONS(1037), - [aux_sym_preproc_if_token1] = ACTIONS(1037), - [aux_sym_preproc_if_token2] = ACTIONS(1037), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1037), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1037), - [aux_sym_preproc_else_token1] = ACTIONS(1037), - [aux_sym_preproc_elif_token1] = ACTIONS(1037), - [sym_preproc_directive] = ACTIONS(1037), + [aux_sym_preproc_include_token1] = ACTIONS(918), + [aux_sym_preproc_def_token1] = ACTIONS(918), + [aux_sym_preproc_if_token1] = ACTIONS(918), + [aux_sym_preproc_if_token2] = ACTIONS(918), + [aux_sym_preproc_ifdef_token1] = ACTIONS(918), + [aux_sym_preproc_ifdef_token2] = ACTIONS(918), + [aux_sym_preproc_else_token1] = ACTIONS(918), + [aux_sym_preproc_elif_token1] = ACTIONS(918), + [sym_preproc_directive] = ACTIONS(918), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -26003,20 +25994,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(193), - [anon_sym___extension__] = ACTIONS(195), - [anon_sym_typedef] = ACTIONS(197), + [anon_sym_SEMI] = ACTIONS(345), + [anon_sym___extension__] = ACTIONS(347), + [anon_sym_typedef] = ACTIONS(349), [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(1037), - [anon_sym___clrcall] = ACTIONS(1037), - [anon_sym___stdcall] = ACTIONS(1037), - [anon_sym___fastcall] = ACTIONS(1037), - [anon_sym___thiscall] = ACTIONS(1037), - [anon_sym___vectorcall] = ACTIONS(1037), - [anon_sym_LBRACE] = ACTIONS(201), + [anon_sym___cdecl] = ACTIONS(918), + [anon_sym___clrcall] = ACTIONS(918), + [anon_sym___stdcall] = ACTIONS(918), + [anon_sym___fastcall] = ACTIONS(918), + [anon_sym___thiscall] = ACTIONS(918), + [anon_sym___vectorcall] = ACTIONS(918), + [anon_sym_LBRACE] = ACTIONS(353), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -26042,20 +26033,20 @@ 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(203), - [anon_sym_else] = ACTIONS(1037), - [anon_sym_switch] = ACTIONS(205), - [anon_sym_case] = ACTIONS(1037), - [anon_sym_default] = ACTIONS(1037), - [anon_sym_while] = ACTIONS(211), - [anon_sym_do] = ACTIONS(213), - [anon_sym_for] = ACTIONS(215), - [anon_sym_return] = ACTIONS(217), - [anon_sym_break] = ACTIONS(219), - [anon_sym_continue] = ACTIONS(221), - [anon_sym_goto] = ACTIONS(223), - [anon_sym___try] = ACTIONS(225), - [anon_sym___leave] = ACTIONS(227), + [anon_sym_if] = ACTIONS(355), + [anon_sym_else] = ACTIONS(918), + [anon_sym_switch] = ACTIONS(357), + [anon_sym_case] = ACTIONS(918), + [anon_sym_default] = ACTIONS(918), + [anon_sym_while] = ACTIONS(363), + [anon_sym_do] = ACTIONS(365), + [anon_sym_for] = ACTIONS(367), + [anon_sym_return] = ACTIONS(369), + [anon_sym_break] = ACTIONS(371), + [anon_sym_continue] = ACTIONS(373), + [anon_sym_goto] = ACTIONS(375), + [anon_sym___try] = ACTIONS(377), + [anon_sym___leave] = ACTIONS(379), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -26088,14 +26079,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [64] = { [sym_declaration] = STATE(68), [sym_type_definition] = STATE(68), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1483), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1493), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), [sym_compound_statement] = STATE(68), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), @@ -26116,42 +26107,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_seh_try_statement] = STATE(68), [sym_seh_leave_statement] = STATE(68), [sym__expression] = STATE(1237), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2079), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym_macro_type_specifier] = STATE(1099), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(423), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(420), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [aux_sym_case_statement_repeat1] = STATE(68), [ts_builtin_sym_end] = ACTIONS(1095), [sym_identifier] = ACTIONS(1097), - [aux_sym_preproc_include_token1] = ACTIONS(1039), - [aux_sym_preproc_def_token1] = ACTIONS(1039), - [aux_sym_preproc_if_token1] = ACTIONS(1039), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1039), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1039), - [sym_preproc_directive] = ACTIONS(1039), + [aux_sym_preproc_include_token1] = ACTIONS(918), + [aux_sym_preproc_def_token1] = ACTIONS(918), + [aux_sym_preproc_if_token1] = ACTIONS(918), + [aux_sym_preproc_ifdef_token1] = ACTIONS(918), + [aux_sym_preproc_ifdef_token2] = ACTIONS(918), + [sym_preproc_directive] = ACTIONS(918), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -26166,12 +26157,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(1039), - [anon_sym___clrcall] = ACTIONS(1039), - [anon_sym___stdcall] = ACTIONS(1039), - [anon_sym___fastcall] = ACTIONS(1039), - [anon_sym___thiscall] = ACTIONS(1039), - [anon_sym___vectorcall] = ACTIONS(1039), + [anon_sym___cdecl] = ACTIONS(918), + [anon_sym___clrcall] = ACTIONS(918), + [anon_sym___stdcall] = ACTIONS(918), + [anon_sym___fastcall] = ACTIONS(918), + [anon_sym___thiscall] = ACTIONS(918), + [anon_sym___vectorcall] = ACTIONS(918), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), @@ -26199,10 +26190,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(1039), + [anon_sym_else] = ACTIONS(918), [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(1039), - [anon_sym_default] = ACTIONS(1039), + [anon_sym_case] = ACTIONS(918), + [anon_sym_default] = ACTIONS(918), [anon_sym_while] = ACTIONS(65), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(69), @@ -26242,72 +26233,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [65] = { - [sym_declaration] = STATE(66), - [sym_type_definition] = STATE(66), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1496), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_compound_statement] = STATE(66), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_declaration] = STATE(76), + [sym_type_definition] = STATE(76), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1498), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_compound_statement] = STATE(76), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(66), - [sym_seh_leave_statement] = STATE(66), + [sym_attributed_statement] = STATE(76), + [sym_labeled_statement] = STATE(76), + [sym_expression_statement] = STATE(76), + [sym_if_statement] = STATE(76), + [sym_switch_statement] = STATE(76), + [sym_while_statement] = STATE(76), + [sym_do_statement] = STATE(76), + [sym_for_statement] = STATE(76), + [sym_return_statement] = STATE(76), + [sym_break_statement] = STATE(76), + [sym_continue_statement] = STATE(76), + [sym_goto_statement] = STATE(76), + [sym_seh_try_statement] = STATE(76), + [sym_seh_leave_statement] = STATE(76), [sym__expression] = STATE(1203), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2003), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym_macro_type_specifier] = STATE(1099), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(408), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(407), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [aux_sym_case_statement_repeat1] = STATE(66), + [aux_sym_case_statement_repeat1] = STATE(76), [sym_identifier] = ACTIONS(1105), - [aux_sym_preproc_include_token1] = ACTIONS(1041), - [aux_sym_preproc_def_token1] = ACTIONS(1041), - [aux_sym_preproc_if_token1] = ACTIONS(1041), - [aux_sym_preproc_if_token2] = ACTIONS(1041), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1041), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1041), - [sym_preproc_directive] = ACTIONS(1041), + [aux_sym_preproc_include_token1] = ACTIONS(918), + [aux_sym_preproc_def_token1] = ACTIONS(918), + [aux_sym_preproc_if_token1] = ACTIONS(918), + [aux_sym_preproc_if_token2] = ACTIONS(918), + [aux_sym_preproc_ifdef_token1] = ACTIONS(918), + [aux_sym_preproc_ifdef_token2] = ACTIONS(918), + [sym_preproc_directive] = ACTIONS(918), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -26315,20 +26306,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(721), - [anon_sym___extension__] = ACTIONS(723), - [anon_sym_typedef] = ACTIONS(725), + [anon_sym_SEMI] = ACTIONS(545), + [anon_sym___extension__] = ACTIONS(547), + [anon_sym_typedef] = ACTIONS(549), [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(1041), - [anon_sym___clrcall] = ACTIONS(1041), - [anon_sym___stdcall] = ACTIONS(1041), - [anon_sym___fastcall] = ACTIONS(1041), - [anon_sym___thiscall] = ACTIONS(1041), - [anon_sym___vectorcall] = ACTIONS(1041), - [anon_sym_LBRACE] = ACTIONS(729), + [anon_sym___cdecl] = ACTIONS(918), + [anon_sym___clrcall] = ACTIONS(918), + [anon_sym___stdcall] = ACTIONS(918), + [anon_sym___fastcall] = ACTIONS(918), + [anon_sym___thiscall] = ACTIONS(918), + [anon_sym___vectorcall] = ACTIONS(918), + [anon_sym_LBRACE] = ACTIONS(553), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -26354,20 +26345,20 @@ 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(731), - [anon_sym_else] = ACTIONS(1041), - [anon_sym_switch] = ACTIONS(733), - [anon_sym_case] = ACTIONS(1041), - [anon_sym_default] = ACTIONS(1041), - [anon_sym_while] = ACTIONS(739), - [anon_sym_do] = ACTIONS(741), - [anon_sym_for] = ACTIONS(743), - [anon_sym_return] = ACTIONS(745), - [anon_sym_break] = ACTIONS(747), - [anon_sym_continue] = ACTIONS(749), - [anon_sym_goto] = ACTIONS(751), - [anon_sym___try] = ACTIONS(753), - [anon_sym___leave] = ACTIONS(755), + [anon_sym_if] = ACTIONS(555), + [anon_sym_else] = ACTIONS(918), + [anon_sym_switch] = ACTIONS(557), + [anon_sym_case] = ACTIONS(918), + [anon_sym_default] = ACTIONS(918), + [anon_sym_while] = ACTIONS(563), + [anon_sym_do] = ACTIONS(565), + [anon_sym_for] = ACTIONS(567), + [anon_sym_return] = ACTIONS(569), + [anon_sym_break] = ACTIONS(571), + [anon_sym_continue] = ACTIONS(573), + [anon_sym_goto] = ACTIONS(575), + [anon_sym___try] = ACTIONS(577), + [anon_sym___leave] = ACTIONS(579), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -26398,72 +26389,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [66] = { - [sym_declaration] = STATE(77), - [sym_type_definition] = STATE(77), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1496), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_compound_statement] = STATE(77), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_declaration] = STATE(71), + [sym_type_definition] = STATE(71), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1498), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_compound_statement] = STATE(71), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(77), - [sym_seh_leave_statement] = STATE(77), + [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_seh_try_statement] = STATE(71), + [sym_seh_leave_statement] = STATE(71), [sym__expression] = STATE(1203), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2003), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym_macro_type_specifier] = STATE(1099), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(408), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(407), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [aux_sym_case_statement_repeat1] = STATE(77), + [aux_sym_case_statement_repeat1] = STATE(71), [sym_identifier] = ACTIONS(1105), - [aux_sym_preproc_include_token1] = ACTIONS(1037), - [aux_sym_preproc_def_token1] = ACTIONS(1037), - [aux_sym_preproc_if_token1] = ACTIONS(1037), - [aux_sym_preproc_if_token2] = ACTIONS(1037), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1037), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1037), - [sym_preproc_directive] = ACTIONS(1037), + [aux_sym_preproc_include_token1] = ACTIONS(912), + [aux_sym_preproc_def_token1] = ACTIONS(912), + [aux_sym_preproc_if_token1] = ACTIONS(912), + [aux_sym_preproc_if_token2] = ACTIONS(912), + [aux_sym_preproc_ifdef_token1] = ACTIONS(912), + [aux_sym_preproc_ifdef_token2] = ACTIONS(912), + [sym_preproc_directive] = ACTIONS(912), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -26471,20 +26462,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(721), - [anon_sym___extension__] = ACTIONS(723), - [anon_sym_typedef] = ACTIONS(725), + [anon_sym_SEMI] = ACTIONS(545), + [anon_sym___extension__] = ACTIONS(547), + [anon_sym_typedef] = ACTIONS(549), [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(1037), - [anon_sym___clrcall] = ACTIONS(1037), - [anon_sym___stdcall] = ACTIONS(1037), - [anon_sym___fastcall] = ACTIONS(1037), - [anon_sym___thiscall] = ACTIONS(1037), - [anon_sym___vectorcall] = ACTIONS(1037), - [anon_sym_LBRACE] = ACTIONS(729), + [anon_sym___cdecl] = ACTIONS(912), + [anon_sym___clrcall] = ACTIONS(912), + [anon_sym___stdcall] = ACTIONS(912), + [anon_sym___fastcall] = ACTIONS(912), + [anon_sym___thiscall] = ACTIONS(912), + [anon_sym___vectorcall] = ACTIONS(912), + [anon_sym_LBRACE] = ACTIONS(553), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -26510,20 +26501,20 @@ 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(731), - [anon_sym_else] = ACTIONS(1037), - [anon_sym_switch] = ACTIONS(733), - [anon_sym_case] = ACTIONS(1037), - [anon_sym_default] = ACTIONS(1037), - [anon_sym_while] = ACTIONS(739), - [anon_sym_do] = ACTIONS(741), - [anon_sym_for] = ACTIONS(743), - [anon_sym_return] = ACTIONS(745), - [anon_sym_break] = ACTIONS(747), - [anon_sym_continue] = ACTIONS(749), - [anon_sym_goto] = ACTIONS(751), - [anon_sym___try] = ACTIONS(753), - [anon_sym___leave] = ACTIONS(755), + [anon_sym_if] = ACTIONS(555), + [anon_sym_else] = ACTIONS(912), + [anon_sym_switch] = ACTIONS(557), + [anon_sym_case] = ACTIONS(912), + [anon_sym_default] = ACTIONS(912), + [anon_sym_while] = ACTIONS(563), + [anon_sym_do] = ACTIONS(565), + [anon_sym_for] = ACTIONS(567), + [anon_sym_return] = ACTIONS(569), + [anon_sym_break] = ACTIONS(571), + [anon_sym_continue] = ACTIONS(573), + [anon_sym_goto] = ACTIONS(575), + [anon_sym___try] = ACTIONS(577), + [anon_sym___leave] = ACTIONS(579), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -26554,72 +26545,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [67] = { - [sym_declaration] = STATE(70), - [sym_type_definition] = STATE(70), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1483), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_compound_statement] = STATE(70), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_declaration] = STATE(64), + [sym_type_definition] = STATE(64), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1493), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_compound_statement] = STATE(64), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(70), - [sym_seh_leave_statement] = STATE(70), + [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_seh_try_statement] = STATE(64), + [sym_seh_leave_statement] = STATE(64), [sym__expression] = STATE(1237), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2079), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym_macro_type_specifier] = STATE(1099), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(423), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(420), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [aux_sym_case_statement_repeat1] = STATE(70), + [aux_sym_case_statement_repeat1] = STATE(64), [ts_builtin_sym_end] = ACTIONS(1107), [sym_identifier] = ACTIONS(1097), - [aux_sym_preproc_include_token1] = ACTIONS(1041), - [aux_sym_preproc_def_token1] = ACTIONS(1041), - [aux_sym_preproc_if_token1] = ACTIONS(1041), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1041), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1041), - [sym_preproc_directive] = ACTIONS(1041), + [aux_sym_preproc_include_token1] = ACTIONS(914), + [aux_sym_preproc_def_token1] = ACTIONS(914), + [aux_sym_preproc_if_token1] = ACTIONS(914), + [aux_sym_preproc_ifdef_token1] = ACTIONS(914), + [aux_sym_preproc_ifdef_token2] = ACTIONS(914), + [sym_preproc_directive] = ACTIONS(914), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -26634,12 +26625,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(1041), - [anon_sym___clrcall] = ACTIONS(1041), - [anon_sym___stdcall] = ACTIONS(1041), - [anon_sym___fastcall] = ACTIONS(1041), - [anon_sym___thiscall] = ACTIONS(1041), - [anon_sym___vectorcall] = ACTIONS(1041), + [anon_sym___cdecl] = ACTIONS(914), + [anon_sym___clrcall] = ACTIONS(914), + [anon_sym___stdcall] = ACTIONS(914), + [anon_sym___fastcall] = ACTIONS(914), + [anon_sym___thiscall] = ACTIONS(914), + [anon_sym___vectorcall] = ACTIONS(914), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), @@ -26667,10 +26658,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(1041), + [anon_sym_else] = ACTIONS(914), [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(1041), - [anon_sym_default] = ACTIONS(1041), + [anon_sym_case] = ACTIONS(914), + [anon_sym_default] = ACTIONS(914), [anon_sym_while] = ACTIONS(65), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(69), @@ -26710,72 +26701,227 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [68] = { - [sym_declaration] = STATE(69), - [sym_type_definition] = STATE(69), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1483), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_compound_statement] = STATE(69), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_declaration] = STATE(68), + [sym_type_definition] = STATE(68), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1493), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_compound_statement] = STATE(68), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(69), - [sym_seh_leave_statement] = STATE(69), + [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_seh_try_statement] = STATE(68), + [sym_seh_leave_statement] = STATE(68), [sym__expression] = STATE(1237), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2079), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym_macro_type_specifier] = STATE(1099), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(423), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(420), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [aux_sym_case_statement_repeat1] = STATE(69), + [aux_sym_case_statement_repeat1] = STATE(68), [ts_builtin_sym_end] = ACTIONS(1109), - [sym_identifier] = ACTIONS(1097), - [aux_sym_preproc_include_token1] = ACTIONS(1043), - [aux_sym_preproc_def_token1] = ACTIONS(1043), - [aux_sym_preproc_if_token1] = ACTIONS(1043), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1043), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1043), - [sym_preproc_directive] = ACTIONS(1043), + [sym_identifier] = ACTIONS(1111), + [aux_sym_preproc_include_token1] = ACTIONS(923), + [aux_sym_preproc_def_token1] = ACTIONS(923), + [aux_sym_preproc_if_token1] = ACTIONS(923), + [aux_sym_preproc_ifdef_token1] = ACTIONS(923), + [aux_sym_preproc_ifdef_token2] = ACTIONS(923), + [sym_preproc_directive] = ACTIONS(923), + [anon_sym_LPAREN2] = ACTIONS(925), + [anon_sym_BANG] = ACTIONS(928), + [anon_sym_TILDE] = ACTIONS(928), + [anon_sym_DASH] = ACTIONS(931), + [anon_sym_PLUS] = ACTIONS(931), + [anon_sym_STAR] = ACTIONS(934), + [anon_sym_AMP] = ACTIONS(934), + [anon_sym_SEMI] = ACTIONS(1114), + [anon_sym___extension__] = ACTIONS(1117), + [anon_sym_typedef] = ACTIONS(1120), + [anon_sym_extern] = ACTIONS(946), + [anon_sym___attribute__] = ACTIONS(949), + [anon_sym_LBRACK_LBRACK] = ACTIONS(952), + [anon_sym___declspec] = ACTIONS(955), + [anon_sym___cdecl] = ACTIONS(923), + [anon_sym___clrcall] = ACTIONS(923), + [anon_sym___stdcall] = ACTIONS(923), + [anon_sym___fastcall] = ACTIONS(923), + [anon_sym___thiscall] = ACTIONS(923), + [anon_sym___vectorcall] = ACTIONS(923), + [anon_sym_LBRACE] = ACTIONS(1123), + [anon_sym_signed] = ACTIONS(961), + [anon_sym_unsigned] = ACTIONS(961), + [anon_sym_long] = ACTIONS(961), + [anon_sym_short] = ACTIONS(961), + [anon_sym_static] = ACTIONS(946), + [anon_sym_auto] = ACTIONS(946), + [anon_sym_register] = ACTIONS(946), + [anon_sym_inline] = ACTIONS(946), + [anon_sym___inline] = ACTIONS(946), + [anon_sym___inline__] = ACTIONS(946), + [anon_sym___forceinline] = ACTIONS(946), + [anon_sym_thread_local] = ACTIONS(946), + [anon_sym___thread] = ACTIONS(946), + [anon_sym_const] = ACTIONS(964), + [anon_sym_constexpr] = ACTIONS(964), + [anon_sym_volatile] = ACTIONS(964), + [anon_sym_restrict] = ACTIONS(964), + [anon_sym___restrict__] = ACTIONS(964), + [anon_sym__Atomic] = ACTIONS(964), + [anon_sym__Noreturn] = ACTIONS(964), + [anon_sym_noreturn] = ACTIONS(964), + [sym_primitive_type] = ACTIONS(967), + [anon_sym_enum] = ACTIONS(970), + [anon_sym_struct] = ACTIONS(973), + [anon_sym_union] = ACTIONS(976), + [anon_sym_if] = ACTIONS(1126), + [anon_sym_else] = ACTIONS(923), + [anon_sym_switch] = ACTIONS(1129), + [anon_sym_case] = ACTIONS(923), + [anon_sym_default] = ACTIONS(923), + [anon_sym_while] = ACTIONS(1132), + [anon_sym_do] = ACTIONS(1135), + [anon_sym_for] = ACTIONS(1138), + [anon_sym_return] = ACTIONS(1141), + [anon_sym_break] = ACTIONS(1144), + [anon_sym_continue] = ACTIONS(1147), + [anon_sym_goto] = ACTIONS(1150), + [anon_sym___try] = ACTIONS(1153), + [anon_sym___leave] = ACTIONS(1156), + [anon_sym_DASH_DASH] = ACTIONS(1012), + [anon_sym_PLUS_PLUS] = ACTIONS(1012), + [anon_sym_sizeof] = ACTIONS(1015), + [anon_sym___alignof__] = ACTIONS(1018), + [anon_sym___alignof] = ACTIONS(1018), + [anon_sym__alignof] = ACTIONS(1018), + [anon_sym_alignof] = ACTIONS(1018), + [anon_sym__Alignof] = ACTIONS(1018), + [anon_sym_offsetof] = ACTIONS(1021), + [anon_sym__Generic] = ACTIONS(1024), + [anon_sym_asm] = ACTIONS(1027), + [anon_sym___asm__] = ACTIONS(1027), + [sym_number_literal] = ACTIONS(1030), + [anon_sym_L_SQUOTE] = ACTIONS(1033), + [anon_sym_u_SQUOTE] = ACTIONS(1033), + [anon_sym_U_SQUOTE] = ACTIONS(1033), + [anon_sym_u8_SQUOTE] = ACTIONS(1033), + [anon_sym_SQUOTE] = ACTIONS(1033), + [anon_sym_L_DQUOTE] = ACTIONS(1036), + [anon_sym_u_DQUOTE] = ACTIONS(1036), + [anon_sym_U_DQUOTE] = ACTIONS(1036), + [anon_sym_u8_DQUOTE] = ACTIONS(1036), + [anon_sym_DQUOTE] = ACTIONS(1036), + [sym_true] = ACTIONS(1039), + [sym_false] = ACTIONS(1039), + [anon_sym_NULL] = ACTIONS(1042), + [anon_sym_nullptr] = ACTIONS(1042), + [sym_comment] = ACTIONS(3), + }, + [69] = { + [sym_declaration] = STATE(73), + [sym_type_definition] = STATE(73), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1496), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_compound_statement] = STATE(73), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), + [sym__type_specifier] = STATE(1074), + [sym_sized_type_specifier] = STATE(1099), + [sym_enum_specifier] = STATE(1099), + [sym_struct_specifier] = STATE(1099), + [sym_union_specifier] = STATE(1099), + [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_seh_try_statement] = STATE(73), + [sym_seh_leave_statement] = STATE(73), + [sym__expression] = STATE(1235), + [sym__expression_not_binary] = STATE(807), + [sym_comma_expression] = STATE(2176), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym_macro_type_specifier] = STATE(1099), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(430), + [aux_sym_sized_type_specifier_repeat1] = STATE(1109), + [aux_sym_case_statement_repeat1] = STATE(73), + [sym_identifier] = ACTIONS(1159), + [aux_sym_preproc_include_token1] = ACTIONS(912), + [aux_sym_preproc_def_token1] = ACTIONS(912), + [aux_sym_preproc_if_token1] = ACTIONS(912), + [aux_sym_preproc_ifdef_token1] = ACTIONS(912), + [aux_sym_preproc_ifdef_token2] = ACTIONS(912), + [sym_preproc_directive] = ACTIONS(912), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -26783,20 +26929,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(1099), - [anon_sym___extension__] = ACTIONS(27), - [anon_sym_typedef] = ACTIONS(29), + [anon_sym_SEMI] = ACTIONS(491), + [anon_sym___extension__] = ACTIONS(493), + [anon_sym_typedef] = ACTIONS(495), [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(1043), - [anon_sym___clrcall] = ACTIONS(1043), - [anon_sym___stdcall] = ACTIONS(1043), - [anon_sym___fastcall] = ACTIONS(1043), - [anon_sym___thiscall] = ACTIONS(1043), - [anon_sym___vectorcall] = ACTIONS(1043), - [anon_sym_LBRACE] = ACTIONS(41), + [anon_sym___cdecl] = ACTIONS(912), + [anon_sym___clrcall] = ACTIONS(912), + [anon_sym___stdcall] = ACTIONS(912), + [anon_sym___fastcall] = ACTIONS(912), + [anon_sym___thiscall] = ACTIONS(912), + [anon_sym___vectorcall] = ACTIONS(912), + [anon_sym_LBRACE] = ACTIONS(499), + [anon_sym_RBRACE] = ACTIONS(1161), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -26822,20 +26969,20 @@ 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_else] = ACTIONS(1043), - [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(1043), - [anon_sym_default] = ACTIONS(1043), - [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___try] = ACTIONS(1101), - [anon_sym___leave] = ACTIONS(1103), + [anon_sym_if] = ACTIONS(503), + [anon_sym_else] = ACTIONS(912), + [anon_sym_switch] = ACTIONS(505), + [anon_sym_case] = ACTIONS(912), + [anon_sym_default] = ACTIONS(912), + [anon_sym_while] = ACTIONS(511), + [anon_sym_do] = ACTIONS(513), + [anon_sym_for] = ACTIONS(515), + [anon_sym_return] = ACTIONS(517), + [anon_sym_break] = ACTIONS(519), + [anon_sym_continue] = ACTIONS(521), + [anon_sym_goto] = ACTIONS(523), + [anon_sym___try] = ACTIONS(525), + [anon_sym___leave] = ACTIONS(527), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -26865,229 +27012,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [69] = { - [sym_declaration] = STATE(69), - [sym_type_definition] = STATE(69), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1483), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_compound_statement] = STATE(69), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), - [sym__type_specifier] = STATE(1074), - [sym_sized_type_specifier] = STATE(1099), - [sym_enum_specifier] = STATE(1099), - [sym_struct_specifier] = STATE(1099), - [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(69), - [sym_seh_leave_statement] = STATE(69), - [sym__expression] = STATE(1237), - [sym__expression_not_binary] = STATE(824), - [sym_comma_expression] = STATE(2079), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym_macro_type_specifier] = STATE(1099), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(423), - [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [aux_sym_case_statement_repeat1] = STATE(69), - [ts_builtin_sym_end] = ACTIONS(1111), - [sym_identifier] = ACTIONS(1113), - [aux_sym_preproc_include_token1] = ACTIONS(913), - [aux_sym_preproc_def_token1] = ACTIONS(913), - [aux_sym_preproc_if_token1] = ACTIONS(913), - [aux_sym_preproc_ifdef_token1] = ACTIONS(913), - [aux_sym_preproc_ifdef_token2] = ACTIONS(913), - [sym_preproc_directive] = ACTIONS(913), - [anon_sym_LPAREN2] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_DASH] = ACTIONS(921), - [anon_sym_PLUS] = ACTIONS(921), - [anon_sym_STAR] = ACTIONS(924), - [anon_sym_AMP] = ACTIONS(924), - [anon_sym_SEMI] = ACTIONS(1116), - [anon_sym___extension__] = ACTIONS(1119), - [anon_sym_typedef] = ACTIONS(1122), - [anon_sym_extern] = ACTIONS(936), - [anon_sym___attribute__] = ACTIONS(939), - [anon_sym_LBRACK_LBRACK] = ACTIONS(942), - [anon_sym___declspec] = ACTIONS(945), - [anon_sym___cdecl] = ACTIONS(913), - [anon_sym___clrcall] = ACTIONS(913), - [anon_sym___stdcall] = ACTIONS(913), - [anon_sym___fastcall] = ACTIONS(913), - [anon_sym___thiscall] = ACTIONS(913), - [anon_sym___vectorcall] = ACTIONS(913), - [anon_sym_LBRACE] = ACTIONS(1125), - [anon_sym_signed] = ACTIONS(951), - [anon_sym_unsigned] = ACTIONS(951), - [anon_sym_long] = ACTIONS(951), - [anon_sym_short] = ACTIONS(951), - [anon_sym_static] = ACTIONS(936), - [anon_sym_auto] = ACTIONS(936), - [anon_sym_register] = ACTIONS(936), - [anon_sym_inline] = ACTIONS(936), - [anon_sym___inline] = ACTIONS(936), - [anon_sym___inline__] = ACTIONS(936), - [anon_sym___forceinline] = ACTIONS(936), - [anon_sym_thread_local] = ACTIONS(936), - [anon_sym___thread] = ACTIONS(936), - [anon_sym_const] = ACTIONS(954), - [anon_sym_constexpr] = ACTIONS(954), - [anon_sym_volatile] = ACTIONS(954), - [anon_sym_restrict] = ACTIONS(954), - [anon_sym___restrict__] = ACTIONS(954), - [anon_sym__Atomic] = ACTIONS(954), - [anon_sym__Noreturn] = ACTIONS(954), - [anon_sym_noreturn] = ACTIONS(954), - [sym_primitive_type] = ACTIONS(957), - [anon_sym_enum] = ACTIONS(960), - [anon_sym_struct] = ACTIONS(963), - [anon_sym_union] = ACTIONS(966), - [anon_sym_if] = ACTIONS(1128), - [anon_sym_else] = ACTIONS(913), - [anon_sym_switch] = ACTIONS(1131), - [anon_sym_case] = ACTIONS(913), - [anon_sym_default] = ACTIONS(913), - [anon_sym_while] = ACTIONS(1134), - [anon_sym_do] = ACTIONS(1137), - [anon_sym_for] = ACTIONS(1140), - [anon_sym_return] = ACTIONS(1143), - [anon_sym_break] = ACTIONS(1146), - [anon_sym_continue] = ACTIONS(1149), - [anon_sym_goto] = ACTIONS(1152), - [anon_sym___try] = ACTIONS(1155), - [anon_sym___leave] = ACTIONS(1158), - [anon_sym_DASH_DASH] = ACTIONS(1002), - [anon_sym_PLUS_PLUS] = ACTIONS(1002), - [anon_sym_sizeof] = ACTIONS(1005), - [anon_sym___alignof__] = ACTIONS(1008), - [anon_sym___alignof] = ACTIONS(1008), - [anon_sym__alignof] = ACTIONS(1008), - [anon_sym_alignof] = ACTIONS(1008), - [anon_sym__Alignof] = ACTIONS(1008), - [anon_sym_offsetof] = ACTIONS(1011), - [anon_sym__Generic] = ACTIONS(1014), - [anon_sym_asm] = ACTIONS(1017), - [anon_sym___asm__] = ACTIONS(1017), - [sym_number_literal] = ACTIONS(1020), - [anon_sym_L_SQUOTE] = ACTIONS(1023), - [anon_sym_u_SQUOTE] = ACTIONS(1023), - [anon_sym_U_SQUOTE] = ACTIONS(1023), - [anon_sym_u8_SQUOTE] = ACTIONS(1023), - [anon_sym_SQUOTE] = ACTIONS(1023), - [anon_sym_L_DQUOTE] = ACTIONS(1026), - [anon_sym_u_DQUOTE] = ACTIONS(1026), - [anon_sym_U_DQUOTE] = ACTIONS(1026), - [anon_sym_u8_DQUOTE] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(1026), - [sym_true] = ACTIONS(1029), - [sym_false] = ACTIONS(1029), - [anon_sym_NULL] = ACTIONS(1032), - [anon_sym_nullptr] = ACTIONS(1032), - [sym_comment] = ACTIONS(3), - }, [70] = { - [sym_declaration] = STATE(69), - [sym_type_definition] = STATE(69), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1483), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_compound_statement] = STATE(69), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_declaration] = STATE(65), + [sym_type_definition] = STATE(65), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1498), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_compound_statement] = STATE(65), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(69), - [sym_seh_leave_statement] = STATE(69), - [sym__expression] = STATE(1237), - [sym__expression_not_binary] = STATE(824), - [sym_comma_expression] = STATE(2079), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [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_seh_try_statement] = STATE(65), + [sym_seh_leave_statement] = STATE(65), + [sym__expression] = STATE(1203), + [sym__expression_not_binary] = STATE(807), + [sym_comma_expression] = STATE(2003), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym_macro_type_specifier] = STATE(1099), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(423), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(407), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [aux_sym_case_statement_repeat1] = STATE(69), - [ts_builtin_sym_end] = ACTIONS(1161), - [sym_identifier] = ACTIONS(1097), - [aux_sym_preproc_include_token1] = ACTIONS(1037), - [aux_sym_preproc_def_token1] = ACTIONS(1037), - [aux_sym_preproc_if_token1] = ACTIONS(1037), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1037), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1037), - [sym_preproc_directive] = ACTIONS(1037), + [aux_sym_case_statement_repeat1] = STATE(65), + [sym_identifier] = ACTIONS(1105), + [aux_sym_preproc_include_token1] = ACTIONS(914), + [aux_sym_preproc_def_token1] = ACTIONS(914), + [aux_sym_preproc_if_token1] = ACTIONS(914), + [aux_sym_preproc_if_token2] = ACTIONS(914), + [aux_sym_preproc_ifdef_token1] = ACTIONS(914), + [aux_sym_preproc_ifdef_token2] = ACTIONS(914), + [sym_preproc_directive] = ACTIONS(914), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -27095,20 +27086,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(1099), - [anon_sym___extension__] = ACTIONS(27), - [anon_sym_typedef] = ACTIONS(29), + [anon_sym_SEMI] = ACTIONS(545), + [anon_sym___extension__] = ACTIONS(547), + [anon_sym_typedef] = ACTIONS(549), [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(1037), - [anon_sym___clrcall] = ACTIONS(1037), - [anon_sym___stdcall] = ACTIONS(1037), - [anon_sym___fastcall] = ACTIONS(1037), - [anon_sym___thiscall] = ACTIONS(1037), - [anon_sym___vectorcall] = ACTIONS(1037), - [anon_sym_LBRACE] = ACTIONS(41), + [anon_sym___cdecl] = ACTIONS(914), + [anon_sym___clrcall] = ACTIONS(914), + [anon_sym___stdcall] = ACTIONS(914), + [anon_sym___fastcall] = ACTIONS(914), + [anon_sym___thiscall] = ACTIONS(914), + [anon_sym___vectorcall] = ACTIONS(914), + [anon_sym_LBRACE] = ACTIONS(553), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -27134,20 +27125,20 @@ 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_else] = ACTIONS(1037), - [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(1037), - [anon_sym_default] = ACTIONS(1037), - [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___try] = ACTIONS(1101), - [anon_sym___leave] = ACTIONS(1103), + [anon_sym_if] = ACTIONS(555), + [anon_sym_else] = ACTIONS(914), + [anon_sym_switch] = ACTIONS(557), + [anon_sym_case] = ACTIONS(914), + [anon_sym_default] = ACTIONS(914), + [anon_sym_while] = ACTIONS(563), + [anon_sym_do] = ACTIONS(565), + [anon_sym_for] = ACTIONS(567), + [anon_sym_return] = ACTIONS(569), + [anon_sym_break] = ACTIONS(571), + [anon_sym_continue] = ACTIONS(573), + [anon_sym_goto] = ACTIONS(575), + [anon_sym___try] = ACTIONS(577), + [anon_sym___leave] = ACTIONS(579), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -27178,71 +27169,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [71] = { - [sym_declaration] = STATE(74), - [sym_type_definition] = STATE(74), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1480), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_compound_statement] = STATE(74), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_declaration] = STATE(76), + [sym_type_definition] = STATE(76), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1498), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_compound_statement] = STATE(76), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(74), - [sym_seh_leave_statement] = STATE(74), - [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), - [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym_attributed_statement] = STATE(76), + [sym_labeled_statement] = STATE(76), + [sym_expression_statement] = STATE(76), + [sym_if_statement] = STATE(76), + [sym_switch_statement] = STATE(76), + [sym_while_statement] = STATE(76), + [sym_do_statement] = STATE(76), + [sym_for_statement] = STATE(76), + [sym_return_statement] = STATE(76), + [sym_break_statement] = STATE(76), + [sym_continue_statement] = STATE(76), + [sym_goto_statement] = STATE(76), + [sym_seh_try_statement] = STATE(76), + [sym_seh_leave_statement] = STATE(76), + [sym__expression] = STATE(1203), + [sym__expression_not_binary] = STATE(807), + [sym_comma_expression] = STATE(2003), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym_macro_type_specifier] = STATE(1099), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(429), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(407), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [aux_sym_case_statement_repeat1] = STATE(74), - [sym_identifier] = ACTIONS(1163), - [aux_sym_preproc_include_token1] = ACTIONS(1043), - [aux_sym_preproc_def_token1] = ACTIONS(1043), - [aux_sym_preproc_if_token1] = ACTIONS(1043), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1043), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1043), - [sym_preproc_directive] = ACTIONS(1043), + [aux_sym_case_statement_repeat1] = STATE(76), + [sym_identifier] = ACTIONS(1105), + [aux_sym_preproc_include_token1] = ACTIONS(916), + [aux_sym_preproc_def_token1] = ACTIONS(916), + [aux_sym_preproc_if_token1] = ACTIONS(916), + [aux_sym_preproc_if_token2] = ACTIONS(916), + [aux_sym_preproc_ifdef_token1] = ACTIONS(916), + [aux_sym_preproc_ifdef_token2] = ACTIONS(916), + [sym_preproc_directive] = ACTIONS(916), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -27250,21 +27242,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(491), - [anon_sym___extension__] = ACTIONS(493), - [anon_sym_typedef] = ACTIONS(495), + [anon_sym_SEMI] = ACTIONS(545), + [anon_sym___extension__] = ACTIONS(547), + [anon_sym_typedef] = ACTIONS(549), [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(1043), - [anon_sym___clrcall] = ACTIONS(1043), - [anon_sym___stdcall] = ACTIONS(1043), - [anon_sym___fastcall] = ACTIONS(1043), - [anon_sym___thiscall] = ACTIONS(1043), - [anon_sym___vectorcall] = ACTIONS(1043), - [anon_sym_LBRACE] = ACTIONS(499), - [anon_sym_RBRACE] = ACTIONS(1109), + [anon_sym___cdecl] = ACTIONS(916), + [anon_sym___clrcall] = ACTIONS(916), + [anon_sym___stdcall] = ACTIONS(916), + [anon_sym___fastcall] = ACTIONS(916), + [anon_sym___thiscall] = ACTIONS(916), + [anon_sym___vectorcall] = ACTIONS(916), + [anon_sym_LBRACE] = ACTIONS(553), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -27290,20 +27281,20 @@ 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(503), - [anon_sym_else] = ACTIONS(1043), - [anon_sym_switch] = ACTIONS(505), - [anon_sym_case] = ACTIONS(1043), - [anon_sym_default] = ACTIONS(1043), - [anon_sym_while] = ACTIONS(511), - [anon_sym_do] = ACTIONS(513), - [anon_sym_for] = ACTIONS(515), - [anon_sym_return] = ACTIONS(517), - [anon_sym_break] = ACTIONS(519), - [anon_sym_continue] = ACTIONS(521), - [anon_sym_goto] = ACTIONS(523), - [anon_sym___try] = ACTIONS(525), - [anon_sym___leave] = ACTIONS(527), + [anon_sym_if] = ACTIONS(555), + [anon_sym_else] = ACTIONS(916), + [anon_sym_switch] = ACTIONS(557), + [anon_sym_case] = ACTIONS(916), + [anon_sym_default] = ACTIONS(916), + [anon_sym_while] = ACTIONS(563), + [anon_sym_do] = ACTIONS(565), + [anon_sym_for] = ACTIONS(567), + [anon_sym_return] = ACTIONS(569), + [anon_sym_break] = ACTIONS(571), + [anon_sym_continue] = ACTIONS(573), + [anon_sym_goto] = ACTIONS(575), + [anon_sym___try] = ACTIONS(577), + [anon_sym___leave] = ACTIONS(579), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -27334,71 +27325,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [72] = { - [sym_declaration] = STATE(74), - [sym_type_definition] = STATE(74), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1480), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_compound_statement] = STATE(74), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_declaration] = STATE(68), + [sym_type_definition] = STATE(68), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1493), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_compound_statement] = STATE(68), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(74), - [sym_seh_leave_statement] = STATE(74), - [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), - [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [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_seh_try_statement] = STATE(68), + [sym_seh_leave_statement] = STATE(68), + [sym__expression] = STATE(1237), + [sym__expression_not_binary] = STATE(807), + [sym_comma_expression] = STATE(2079), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym_macro_type_specifier] = STATE(1099), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(429), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(420), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [aux_sym_case_statement_repeat1] = STATE(74), - [sym_identifier] = ACTIONS(1163), - [aux_sym_preproc_include_token1] = ACTIONS(1037), - [aux_sym_preproc_def_token1] = ACTIONS(1037), - [aux_sym_preproc_if_token1] = ACTIONS(1037), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1037), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1037), - [sym_preproc_directive] = ACTIONS(1037), + [aux_sym_case_statement_repeat1] = STATE(68), + [ts_builtin_sym_end] = ACTIONS(1163), + [sym_identifier] = ACTIONS(1097), + [aux_sym_preproc_include_token1] = ACTIONS(916), + [aux_sym_preproc_def_token1] = ACTIONS(916), + [aux_sym_preproc_if_token1] = ACTIONS(916), + [aux_sym_preproc_ifdef_token1] = ACTIONS(916), + [aux_sym_preproc_ifdef_token2] = ACTIONS(916), + [sym_preproc_directive] = ACTIONS(916), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -27406,21 +27398,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(491), - [anon_sym___extension__] = ACTIONS(493), - [anon_sym_typedef] = ACTIONS(495), + [anon_sym_SEMI] = ACTIONS(1099), + [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(1037), - [anon_sym___clrcall] = ACTIONS(1037), - [anon_sym___stdcall] = ACTIONS(1037), - [anon_sym___fastcall] = ACTIONS(1037), - [anon_sym___thiscall] = ACTIONS(1037), - [anon_sym___vectorcall] = ACTIONS(1037), - [anon_sym_LBRACE] = ACTIONS(499), - [anon_sym_RBRACE] = ACTIONS(1161), + [anon_sym___cdecl] = ACTIONS(916), + [anon_sym___clrcall] = ACTIONS(916), + [anon_sym___stdcall] = ACTIONS(916), + [anon_sym___fastcall] = ACTIONS(916), + [anon_sym___thiscall] = ACTIONS(916), + [anon_sym___vectorcall] = ACTIONS(916), + [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -27446,20 +27437,20 @@ 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(503), - [anon_sym_else] = ACTIONS(1037), - [anon_sym_switch] = ACTIONS(505), - [anon_sym_case] = ACTIONS(1037), - [anon_sym_default] = ACTIONS(1037), - [anon_sym_while] = ACTIONS(511), - [anon_sym_do] = ACTIONS(513), - [anon_sym_for] = ACTIONS(515), - [anon_sym_return] = ACTIONS(517), - [anon_sym_break] = ACTIONS(519), - [anon_sym_continue] = ACTIONS(521), - [anon_sym_goto] = ACTIONS(523), - [anon_sym___try] = ACTIONS(525), - [anon_sym___leave] = ACTIONS(527), + [anon_sym_if] = ACTIONS(57), + [anon_sym_else] = ACTIONS(916), + [anon_sym_switch] = ACTIONS(59), + [anon_sym_case] = ACTIONS(916), + [anon_sym_default] = ACTIONS(916), + [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___try] = ACTIONS(1101), + [anon_sym___leave] = ACTIONS(1103), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -27492,14 +27483,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [73] = { [sym_declaration] = STATE(78), [sym_type_definition] = STATE(78), - [sym__declaration_modifiers] = STATE(869), + [sym__declaration_modifiers] = STATE(863), [sym__declaration_specifiers] = STATE(1496), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), [sym_compound_statement] = STATE(78), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), @@ -27519,43 +27510,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_goto_statement] = STATE(78), [sym_seh_try_statement] = STATE(78), [sym_seh_leave_statement] = STATE(78), - [sym__expression] = STATE(1203), - [sym__expression_not_binary] = STATE(824), - [sym_comma_expression] = STATE(2003), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym__expression] = STATE(1235), + [sym__expression_not_binary] = STATE(807), + [sym_comma_expression] = STATE(2176), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym_macro_type_specifier] = STATE(1099), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(408), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(430), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [aux_sym_case_statement_repeat1] = STATE(78), - [sym_identifier] = ACTIONS(1105), - [aux_sym_preproc_include_token1] = ACTIONS(1039), - [aux_sym_preproc_def_token1] = ACTIONS(1039), - [aux_sym_preproc_if_token1] = ACTIONS(1039), - [aux_sym_preproc_if_token2] = ACTIONS(1039), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1039), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1039), - [sym_preproc_directive] = ACTIONS(1039), + [sym_identifier] = ACTIONS(1159), + [aux_sym_preproc_include_token1] = ACTIONS(916), + [aux_sym_preproc_def_token1] = ACTIONS(916), + [aux_sym_preproc_if_token1] = ACTIONS(916), + [aux_sym_preproc_ifdef_token1] = ACTIONS(916), + [aux_sym_preproc_ifdef_token2] = ACTIONS(916), + [sym_preproc_directive] = ACTIONS(916), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -27563,20 +27553,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(721), - [anon_sym___extension__] = ACTIONS(723), - [anon_sym_typedef] = ACTIONS(725), + [anon_sym_SEMI] = ACTIONS(491), + [anon_sym___extension__] = ACTIONS(493), + [anon_sym_typedef] = ACTIONS(495), [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(1039), - [anon_sym___clrcall] = ACTIONS(1039), - [anon_sym___stdcall] = ACTIONS(1039), - [anon_sym___fastcall] = ACTIONS(1039), - [anon_sym___thiscall] = ACTIONS(1039), - [anon_sym___vectorcall] = ACTIONS(1039), - [anon_sym_LBRACE] = ACTIONS(729), + [anon_sym___cdecl] = ACTIONS(916), + [anon_sym___clrcall] = ACTIONS(916), + [anon_sym___stdcall] = ACTIONS(916), + [anon_sym___fastcall] = ACTIONS(916), + [anon_sym___thiscall] = ACTIONS(916), + [anon_sym___vectorcall] = ACTIONS(916), + [anon_sym_LBRACE] = ACTIONS(499), + [anon_sym_RBRACE] = ACTIONS(1163), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -27602,20 +27593,20 @@ 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(731), - [anon_sym_else] = ACTIONS(1039), - [anon_sym_switch] = ACTIONS(733), - [anon_sym_case] = ACTIONS(1039), - [anon_sym_default] = ACTIONS(1039), - [anon_sym_while] = ACTIONS(739), - [anon_sym_do] = ACTIONS(741), - [anon_sym_for] = ACTIONS(743), - [anon_sym_return] = ACTIONS(745), - [anon_sym_break] = ACTIONS(747), - [anon_sym_continue] = ACTIONS(749), - [anon_sym_goto] = ACTIONS(751), - [anon_sym___try] = ACTIONS(753), - [anon_sym___leave] = ACTIONS(755), + [anon_sym_if] = ACTIONS(503), + [anon_sym_else] = ACTIONS(916), + [anon_sym_switch] = ACTIONS(505), + [anon_sym_case] = ACTIONS(916), + [anon_sym_default] = ACTIONS(916), + [anon_sym_while] = ACTIONS(511), + [anon_sym_do] = ACTIONS(513), + [anon_sym_for] = ACTIONS(515), + [anon_sym_return] = ACTIONS(517), + [anon_sym_break] = ACTIONS(519), + [anon_sym_continue] = ACTIONS(521), + [anon_sym_goto] = ACTIONS(523), + [anon_sym___try] = ACTIONS(525), + [anon_sym___leave] = ACTIONS(527), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -27646,172 +27637,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [74] = { - [sym_declaration] = STATE(74), - [sym_type_definition] = STATE(74), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1480), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_compound_statement] = STATE(74), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), - [sym__type_specifier] = STATE(1074), - [sym_sized_type_specifier] = STATE(1099), - [sym_enum_specifier] = STATE(1099), - [sym_struct_specifier] = STATE(1099), - [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(74), - [sym_seh_leave_statement] = STATE(74), - [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), - [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym_macro_type_specifier] = STATE(1099), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(429), - [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [aux_sym_case_statement_repeat1] = STATE(74), - [sym_identifier] = ACTIONS(1165), - [aux_sym_preproc_include_token1] = ACTIONS(913), - [aux_sym_preproc_def_token1] = ACTIONS(913), - [aux_sym_preproc_if_token1] = ACTIONS(913), - [aux_sym_preproc_ifdef_token1] = ACTIONS(913), - [aux_sym_preproc_ifdef_token2] = ACTIONS(913), - [sym_preproc_directive] = ACTIONS(913), - [anon_sym_LPAREN2] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_DASH] = ACTIONS(921), - [anon_sym_PLUS] = ACTIONS(921), - [anon_sym_STAR] = ACTIONS(924), - [anon_sym_AMP] = ACTIONS(924), - [anon_sym_SEMI] = ACTIONS(1168), - [anon_sym___extension__] = ACTIONS(1171), - [anon_sym_typedef] = ACTIONS(1174), - [anon_sym_extern] = ACTIONS(936), - [anon_sym___attribute__] = ACTIONS(939), - [anon_sym_LBRACK_LBRACK] = ACTIONS(942), - [anon_sym___declspec] = ACTIONS(945), - [anon_sym___cdecl] = ACTIONS(913), - [anon_sym___clrcall] = ACTIONS(913), - [anon_sym___stdcall] = ACTIONS(913), - [anon_sym___fastcall] = ACTIONS(913), - [anon_sym___thiscall] = ACTIONS(913), - [anon_sym___vectorcall] = ACTIONS(913), - [anon_sym_LBRACE] = ACTIONS(1177), - [anon_sym_RBRACE] = ACTIONS(1111), - [anon_sym_signed] = ACTIONS(951), - [anon_sym_unsigned] = ACTIONS(951), - [anon_sym_long] = ACTIONS(951), - [anon_sym_short] = ACTIONS(951), - [anon_sym_static] = ACTIONS(936), - [anon_sym_auto] = ACTIONS(936), - [anon_sym_register] = ACTIONS(936), - [anon_sym_inline] = ACTIONS(936), - [anon_sym___inline] = ACTIONS(936), - [anon_sym___inline__] = ACTIONS(936), - [anon_sym___forceinline] = ACTIONS(936), - [anon_sym_thread_local] = ACTIONS(936), - [anon_sym___thread] = ACTIONS(936), - [anon_sym_const] = ACTIONS(954), - [anon_sym_constexpr] = ACTIONS(954), - [anon_sym_volatile] = ACTIONS(954), - [anon_sym_restrict] = ACTIONS(954), - [anon_sym___restrict__] = ACTIONS(954), - [anon_sym__Atomic] = ACTIONS(954), - [anon_sym__Noreturn] = ACTIONS(954), - [anon_sym_noreturn] = ACTIONS(954), - [sym_primitive_type] = ACTIONS(957), - [anon_sym_enum] = ACTIONS(960), - [anon_sym_struct] = ACTIONS(963), - [anon_sym_union] = ACTIONS(966), - [anon_sym_if] = ACTIONS(1180), - [anon_sym_else] = ACTIONS(913), - [anon_sym_switch] = ACTIONS(1183), - [anon_sym_case] = ACTIONS(913), - [anon_sym_default] = ACTIONS(913), - [anon_sym_while] = ACTIONS(1186), - [anon_sym_do] = ACTIONS(1189), - [anon_sym_for] = ACTIONS(1192), - [anon_sym_return] = ACTIONS(1195), - [anon_sym_break] = ACTIONS(1198), - [anon_sym_continue] = ACTIONS(1201), - [anon_sym_goto] = ACTIONS(1204), - [anon_sym___try] = ACTIONS(1207), - [anon_sym___leave] = ACTIONS(1210), - [anon_sym_DASH_DASH] = ACTIONS(1002), - [anon_sym_PLUS_PLUS] = ACTIONS(1002), - [anon_sym_sizeof] = ACTIONS(1005), - [anon_sym___alignof__] = ACTIONS(1008), - [anon_sym___alignof] = ACTIONS(1008), - [anon_sym__alignof] = ACTIONS(1008), - [anon_sym_alignof] = ACTIONS(1008), - [anon_sym__Alignof] = ACTIONS(1008), - [anon_sym_offsetof] = ACTIONS(1011), - [anon_sym__Generic] = ACTIONS(1014), - [anon_sym_asm] = ACTIONS(1017), - [anon_sym___asm__] = ACTIONS(1017), - [sym_number_literal] = ACTIONS(1020), - [anon_sym_L_SQUOTE] = ACTIONS(1023), - [anon_sym_u_SQUOTE] = ACTIONS(1023), - [anon_sym_U_SQUOTE] = ACTIONS(1023), - [anon_sym_u8_SQUOTE] = ACTIONS(1023), - [anon_sym_SQUOTE] = ACTIONS(1023), - [anon_sym_L_DQUOTE] = ACTIONS(1026), - [anon_sym_u_DQUOTE] = ACTIONS(1026), - [anon_sym_U_DQUOTE] = ACTIONS(1026), - [anon_sym_u8_DQUOTE] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(1026), - [sym_true] = ACTIONS(1029), - [sym_false] = ACTIONS(1029), - [anon_sym_NULL] = ACTIONS(1032), - [anon_sym_nullptr] = ACTIONS(1032), - [sym_comment] = ACTIONS(3), - }, - [75] = { [sym_declaration] = STATE(72), [sym_type_definition] = STATE(72), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1480), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1493), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), [sym_compound_statement] = STATE(72), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), @@ -27831,42 +27666,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_goto_statement] = STATE(72), [sym_seh_try_statement] = STATE(72), [sym_seh_leave_statement] = STATE(72), - [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), - [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym__expression] = STATE(1237), + [sym__expression_not_binary] = STATE(807), + [sym_comma_expression] = STATE(2079), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym_macro_type_specifier] = STATE(1099), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(429), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(420), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [aux_sym_case_statement_repeat1] = STATE(72), - [sym_identifier] = ACTIONS(1163), - [aux_sym_preproc_include_token1] = ACTIONS(1041), - [aux_sym_preproc_def_token1] = ACTIONS(1041), - [aux_sym_preproc_if_token1] = ACTIONS(1041), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1041), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1041), - [sym_preproc_directive] = ACTIONS(1041), + [ts_builtin_sym_end] = ACTIONS(1161), + [sym_identifier] = ACTIONS(1097), + [aux_sym_preproc_include_token1] = ACTIONS(912), + [aux_sym_preproc_def_token1] = ACTIONS(912), + [aux_sym_preproc_if_token1] = ACTIONS(912), + [aux_sym_preproc_ifdef_token1] = ACTIONS(912), + [aux_sym_preproc_ifdef_token2] = ACTIONS(912), + [sym_preproc_directive] = ACTIONS(912), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -27874,21 +27710,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(491), - [anon_sym___extension__] = ACTIONS(493), - [anon_sym_typedef] = ACTIONS(495), + [anon_sym_SEMI] = ACTIONS(1099), + [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(1041), - [anon_sym___clrcall] = ACTIONS(1041), - [anon_sym___stdcall] = ACTIONS(1041), - [anon_sym___fastcall] = ACTIONS(1041), - [anon_sym___thiscall] = ACTIONS(1041), - [anon_sym___vectorcall] = ACTIONS(1041), - [anon_sym_LBRACE] = ACTIONS(499), - [anon_sym_RBRACE] = ACTIONS(1107), + [anon_sym___cdecl] = ACTIONS(912), + [anon_sym___clrcall] = ACTIONS(912), + [anon_sym___stdcall] = ACTIONS(912), + [anon_sym___fastcall] = ACTIONS(912), + [anon_sym___thiscall] = ACTIONS(912), + [anon_sym___vectorcall] = ACTIONS(912), + [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -27914,20 +27749,20 @@ 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(503), - [anon_sym_else] = ACTIONS(1041), - [anon_sym_switch] = ACTIONS(505), - [anon_sym_case] = ACTIONS(1041), - [anon_sym_default] = ACTIONS(1041), - [anon_sym_while] = ACTIONS(511), - [anon_sym_do] = ACTIONS(513), - [anon_sym_for] = ACTIONS(515), - [anon_sym_return] = ACTIONS(517), - [anon_sym_break] = ACTIONS(519), - [anon_sym_continue] = ACTIONS(521), - [anon_sym_goto] = ACTIONS(523), - [anon_sym___try] = ACTIONS(525), - [anon_sym___leave] = ACTIONS(527), + [anon_sym_if] = ACTIONS(57), + [anon_sym_else] = ACTIONS(912), + [anon_sym_switch] = ACTIONS(59), + [anon_sym_case] = ACTIONS(912), + [anon_sym_default] = ACTIONS(912), + [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___try] = ACTIONS(1101), + [anon_sym___leave] = ACTIONS(1103), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -27957,72 +27792,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [76] = { - [sym_declaration] = STATE(71), - [sym_type_definition] = STATE(71), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1480), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_compound_statement] = STATE(71), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [75] = { + [sym_declaration] = STATE(77), + [sym_type_definition] = STATE(77), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1496), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_compound_statement] = STATE(77), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(71), - [sym_seh_leave_statement] = STATE(71), + [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_seh_try_statement] = STATE(77), + [sym_seh_leave_statement] = STATE(77), [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym_macro_type_specifier] = STATE(1099), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(429), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(430), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [aux_sym_case_statement_repeat1] = STATE(71), - [sym_identifier] = ACTIONS(1163), - [aux_sym_preproc_include_token1] = ACTIONS(1039), - [aux_sym_preproc_def_token1] = ACTIONS(1039), - [aux_sym_preproc_if_token1] = ACTIONS(1039), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1039), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1039), - [sym_preproc_directive] = ACTIONS(1039), + [aux_sym_case_statement_repeat1] = STATE(77), + [sym_identifier] = ACTIONS(1159), + [aux_sym_preproc_include_token1] = ACTIONS(914), + [aux_sym_preproc_def_token1] = ACTIONS(914), + [aux_sym_preproc_if_token1] = ACTIONS(914), + [aux_sym_preproc_ifdef_token1] = ACTIONS(914), + [aux_sym_preproc_ifdef_token2] = ACTIONS(914), + [sym_preproc_directive] = ACTIONS(914), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -28037,14 +27872,14 @@ 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(1039), - [anon_sym___clrcall] = ACTIONS(1039), - [anon_sym___stdcall] = ACTIONS(1039), - [anon_sym___fastcall] = ACTIONS(1039), - [anon_sym___thiscall] = ACTIONS(1039), - [anon_sym___vectorcall] = ACTIONS(1039), + [anon_sym___cdecl] = ACTIONS(914), + [anon_sym___clrcall] = ACTIONS(914), + [anon_sym___stdcall] = ACTIONS(914), + [anon_sym___fastcall] = ACTIONS(914), + [anon_sym___thiscall] = ACTIONS(914), + [anon_sym___vectorcall] = ACTIONS(914), [anon_sym_LBRACE] = ACTIONS(499), - [anon_sym_RBRACE] = ACTIONS(1095), + [anon_sym_RBRACE] = ACTIONS(1107), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -28071,10 +27906,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(503), - [anon_sym_else] = ACTIONS(1039), + [anon_sym_else] = ACTIONS(914), [anon_sym_switch] = ACTIONS(505), - [anon_sym_case] = ACTIONS(1039), - [anon_sym_default] = ACTIONS(1039), + [anon_sym_case] = ACTIONS(914), + [anon_sym_default] = ACTIONS(914), [anon_sym_while] = ACTIONS(511), [anon_sym_do] = ACTIONS(513), [anon_sym_for] = ACTIONS(515), @@ -28113,229 +27948,228 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [77] = { - [sym_declaration] = STATE(77), - [sym_type_definition] = STATE(77), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1496), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_compound_statement] = STATE(77), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [76] = { + [sym_declaration] = STATE(76), + [sym_type_definition] = STATE(76), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1498), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_compound_statement] = STATE(76), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(77), - [sym_seh_leave_statement] = STATE(77), + [sym_attributed_statement] = STATE(76), + [sym_labeled_statement] = STATE(76), + [sym_expression_statement] = STATE(76), + [sym_if_statement] = STATE(76), + [sym_switch_statement] = STATE(76), + [sym_while_statement] = STATE(76), + [sym_do_statement] = STATE(76), + [sym_for_statement] = STATE(76), + [sym_return_statement] = STATE(76), + [sym_break_statement] = STATE(76), + [sym_continue_statement] = STATE(76), + [sym_goto_statement] = STATE(76), + [sym_seh_try_statement] = STATE(76), + [sym_seh_leave_statement] = STATE(76), [sym__expression] = STATE(1203), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2003), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym_macro_type_specifier] = STATE(1099), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(408), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(407), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [aux_sym_case_statement_repeat1] = STATE(77), - [sym_identifier] = ACTIONS(1213), - [aux_sym_preproc_include_token1] = ACTIONS(913), - [aux_sym_preproc_def_token1] = ACTIONS(913), - [aux_sym_preproc_if_token1] = ACTIONS(913), - [aux_sym_preproc_if_token2] = ACTIONS(913), - [aux_sym_preproc_ifdef_token1] = ACTIONS(913), - [aux_sym_preproc_ifdef_token2] = ACTIONS(913), - [sym_preproc_directive] = ACTIONS(913), - [anon_sym_LPAREN2] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_DASH] = ACTIONS(921), - [anon_sym_PLUS] = ACTIONS(921), - [anon_sym_STAR] = ACTIONS(924), - [anon_sym_AMP] = ACTIONS(924), - [anon_sym_SEMI] = ACTIONS(1216), - [anon_sym___extension__] = ACTIONS(1219), - [anon_sym_typedef] = ACTIONS(1222), - [anon_sym_extern] = ACTIONS(936), - [anon_sym___attribute__] = ACTIONS(939), - [anon_sym_LBRACK_LBRACK] = ACTIONS(942), - [anon_sym___declspec] = ACTIONS(945), - [anon_sym___cdecl] = ACTIONS(913), - [anon_sym___clrcall] = ACTIONS(913), - [anon_sym___stdcall] = ACTIONS(913), - [anon_sym___fastcall] = ACTIONS(913), - [anon_sym___thiscall] = ACTIONS(913), - [anon_sym___vectorcall] = ACTIONS(913), - [anon_sym_LBRACE] = ACTIONS(1225), - [anon_sym_signed] = ACTIONS(951), - [anon_sym_unsigned] = ACTIONS(951), - [anon_sym_long] = ACTIONS(951), - [anon_sym_short] = ACTIONS(951), - [anon_sym_static] = ACTIONS(936), - [anon_sym_auto] = ACTIONS(936), - [anon_sym_register] = ACTIONS(936), - [anon_sym_inline] = ACTIONS(936), - [anon_sym___inline] = ACTIONS(936), - [anon_sym___inline__] = ACTIONS(936), - [anon_sym___forceinline] = ACTIONS(936), - [anon_sym_thread_local] = ACTIONS(936), - [anon_sym___thread] = ACTIONS(936), - [anon_sym_const] = ACTIONS(954), - [anon_sym_constexpr] = ACTIONS(954), - [anon_sym_volatile] = ACTIONS(954), - [anon_sym_restrict] = ACTIONS(954), - [anon_sym___restrict__] = ACTIONS(954), - [anon_sym__Atomic] = ACTIONS(954), - [anon_sym__Noreturn] = ACTIONS(954), - [anon_sym_noreturn] = ACTIONS(954), - [sym_primitive_type] = ACTIONS(957), - [anon_sym_enum] = ACTIONS(960), - [anon_sym_struct] = ACTIONS(963), - [anon_sym_union] = ACTIONS(966), - [anon_sym_if] = ACTIONS(1228), - [anon_sym_else] = ACTIONS(913), - [anon_sym_switch] = ACTIONS(1231), - [anon_sym_case] = ACTIONS(913), - [anon_sym_default] = ACTIONS(913), - [anon_sym_while] = ACTIONS(1234), - [anon_sym_do] = ACTIONS(1237), - [anon_sym_for] = ACTIONS(1240), - [anon_sym_return] = ACTIONS(1243), - [anon_sym_break] = ACTIONS(1246), - [anon_sym_continue] = ACTIONS(1249), - [anon_sym_goto] = ACTIONS(1252), - [anon_sym___try] = ACTIONS(1255), - [anon_sym___leave] = ACTIONS(1258), - [anon_sym_DASH_DASH] = ACTIONS(1002), - [anon_sym_PLUS_PLUS] = ACTIONS(1002), - [anon_sym_sizeof] = ACTIONS(1005), - [anon_sym___alignof__] = ACTIONS(1008), - [anon_sym___alignof] = ACTIONS(1008), - [anon_sym__alignof] = ACTIONS(1008), - [anon_sym_alignof] = ACTIONS(1008), - [anon_sym__Alignof] = ACTIONS(1008), - [anon_sym_offsetof] = ACTIONS(1011), - [anon_sym__Generic] = ACTIONS(1014), - [anon_sym_asm] = ACTIONS(1017), - [anon_sym___asm__] = ACTIONS(1017), - [sym_number_literal] = ACTIONS(1020), - [anon_sym_L_SQUOTE] = ACTIONS(1023), - [anon_sym_u_SQUOTE] = ACTIONS(1023), - [anon_sym_U_SQUOTE] = ACTIONS(1023), - [anon_sym_u8_SQUOTE] = ACTIONS(1023), - [anon_sym_SQUOTE] = ACTIONS(1023), - [anon_sym_L_DQUOTE] = ACTIONS(1026), - [anon_sym_u_DQUOTE] = ACTIONS(1026), - [anon_sym_U_DQUOTE] = ACTIONS(1026), - [anon_sym_u8_DQUOTE] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(1026), - [sym_true] = ACTIONS(1029), - [sym_false] = ACTIONS(1029), - [anon_sym_NULL] = ACTIONS(1032), - [anon_sym_nullptr] = ACTIONS(1032), + [aux_sym_case_statement_repeat1] = STATE(76), + [sym_identifier] = ACTIONS(1165), + [aux_sym_preproc_include_token1] = ACTIONS(923), + [aux_sym_preproc_def_token1] = ACTIONS(923), + [aux_sym_preproc_if_token1] = ACTIONS(923), + [aux_sym_preproc_if_token2] = ACTIONS(923), + [aux_sym_preproc_ifdef_token1] = ACTIONS(923), + [aux_sym_preproc_ifdef_token2] = ACTIONS(923), + [sym_preproc_directive] = ACTIONS(923), + [anon_sym_LPAREN2] = ACTIONS(925), + [anon_sym_BANG] = ACTIONS(928), + [anon_sym_TILDE] = ACTIONS(928), + [anon_sym_DASH] = ACTIONS(931), + [anon_sym_PLUS] = ACTIONS(931), + [anon_sym_STAR] = ACTIONS(934), + [anon_sym_AMP] = ACTIONS(934), + [anon_sym_SEMI] = ACTIONS(1168), + [anon_sym___extension__] = ACTIONS(1171), + [anon_sym_typedef] = ACTIONS(1174), + [anon_sym_extern] = ACTIONS(946), + [anon_sym___attribute__] = ACTIONS(949), + [anon_sym_LBRACK_LBRACK] = ACTIONS(952), + [anon_sym___declspec] = ACTIONS(955), + [anon_sym___cdecl] = ACTIONS(923), + [anon_sym___clrcall] = ACTIONS(923), + [anon_sym___stdcall] = ACTIONS(923), + [anon_sym___fastcall] = ACTIONS(923), + [anon_sym___thiscall] = ACTIONS(923), + [anon_sym___vectorcall] = ACTIONS(923), + [anon_sym_LBRACE] = ACTIONS(1177), + [anon_sym_signed] = ACTIONS(961), + [anon_sym_unsigned] = ACTIONS(961), + [anon_sym_long] = ACTIONS(961), + [anon_sym_short] = ACTIONS(961), + [anon_sym_static] = ACTIONS(946), + [anon_sym_auto] = ACTIONS(946), + [anon_sym_register] = ACTIONS(946), + [anon_sym_inline] = ACTIONS(946), + [anon_sym___inline] = ACTIONS(946), + [anon_sym___inline__] = ACTIONS(946), + [anon_sym___forceinline] = ACTIONS(946), + [anon_sym_thread_local] = ACTIONS(946), + [anon_sym___thread] = ACTIONS(946), + [anon_sym_const] = ACTIONS(964), + [anon_sym_constexpr] = ACTIONS(964), + [anon_sym_volatile] = ACTIONS(964), + [anon_sym_restrict] = ACTIONS(964), + [anon_sym___restrict__] = ACTIONS(964), + [anon_sym__Atomic] = ACTIONS(964), + [anon_sym__Noreturn] = ACTIONS(964), + [anon_sym_noreturn] = ACTIONS(964), + [sym_primitive_type] = ACTIONS(967), + [anon_sym_enum] = ACTIONS(970), + [anon_sym_struct] = ACTIONS(973), + [anon_sym_union] = ACTIONS(976), + [anon_sym_if] = ACTIONS(1180), + [anon_sym_else] = ACTIONS(923), + [anon_sym_switch] = ACTIONS(1183), + [anon_sym_case] = ACTIONS(923), + [anon_sym_default] = ACTIONS(923), + [anon_sym_while] = ACTIONS(1186), + [anon_sym_do] = ACTIONS(1189), + [anon_sym_for] = ACTIONS(1192), + [anon_sym_return] = ACTIONS(1195), + [anon_sym_break] = ACTIONS(1198), + [anon_sym_continue] = ACTIONS(1201), + [anon_sym_goto] = ACTIONS(1204), + [anon_sym___try] = ACTIONS(1207), + [anon_sym___leave] = ACTIONS(1210), + [anon_sym_DASH_DASH] = ACTIONS(1012), + [anon_sym_PLUS_PLUS] = ACTIONS(1012), + [anon_sym_sizeof] = ACTIONS(1015), + [anon_sym___alignof__] = ACTIONS(1018), + [anon_sym___alignof] = ACTIONS(1018), + [anon_sym__alignof] = ACTIONS(1018), + [anon_sym_alignof] = ACTIONS(1018), + [anon_sym__Alignof] = ACTIONS(1018), + [anon_sym_offsetof] = ACTIONS(1021), + [anon_sym__Generic] = ACTIONS(1024), + [anon_sym_asm] = ACTIONS(1027), + [anon_sym___asm__] = ACTIONS(1027), + [sym_number_literal] = ACTIONS(1030), + [anon_sym_L_SQUOTE] = ACTIONS(1033), + [anon_sym_u_SQUOTE] = ACTIONS(1033), + [anon_sym_U_SQUOTE] = ACTIONS(1033), + [anon_sym_u8_SQUOTE] = ACTIONS(1033), + [anon_sym_SQUOTE] = ACTIONS(1033), + [anon_sym_L_DQUOTE] = ACTIONS(1036), + [anon_sym_u_DQUOTE] = ACTIONS(1036), + [anon_sym_U_DQUOTE] = ACTIONS(1036), + [anon_sym_u8_DQUOTE] = ACTIONS(1036), + [anon_sym_DQUOTE] = ACTIONS(1036), + [sym_true] = ACTIONS(1039), + [sym_false] = ACTIONS(1039), + [anon_sym_NULL] = ACTIONS(1042), + [anon_sym_nullptr] = ACTIONS(1042), [sym_comment] = ACTIONS(3), }, - [78] = { - [sym_declaration] = STATE(77), - [sym_type_definition] = STATE(77), - [sym__declaration_modifiers] = STATE(869), + [77] = { + [sym_declaration] = STATE(78), + [sym_type_definition] = STATE(78), + [sym__declaration_modifiers] = STATE(863), [sym__declaration_specifiers] = STATE(1496), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_compound_statement] = STATE(77), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_compound_statement] = STATE(78), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(77), - [sym_seh_leave_statement] = STATE(77), - [sym__expression] = STATE(1203), - [sym__expression_not_binary] = STATE(824), - [sym_comma_expression] = STATE(2003), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [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_seh_try_statement] = STATE(78), + [sym_seh_leave_statement] = STATE(78), + [sym__expression] = STATE(1235), + [sym__expression_not_binary] = STATE(807), + [sym_comma_expression] = STATE(2176), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym_macro_type_specifier] = STATE(1099), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(408), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(430), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [aux_sym_case_statement_repeat1] = STATE(77), - [sym_identifier] = ACTIONS(1105), - [aux_sym_preproc_include_token1] = ACTIONS(1043), - [aux_sym_preproc_def_token1] = ACTIONS(1043), - [aux_sym_preproc_if_token1] = ACTIONS(1043), - [aux_sym_preproc_if_token2] = ACTIONS(1043), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1043), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1043), - [sym_preproc_directive] = ACTIONS(1043), + [aux_sym_case_statement_repeat1] = STATE(78), + [sym_identifier] = ACTIONS(1159), + [aux_sym_preproc_include_token1] = ACTIONS(918), + [aux_sym_preproc_def_token1] = ACTIONS(918), + [aux_sym_preproc_if_token1] = ACTIONS(918), + [aux_sym_preproc_ifdef_token1] = ACTIONS(918), + [aux_sym_preproc_ifdef_token2] = ACTIONS(918), + [sym_preproc_directive] = ACTIONS(918), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -28343,20 +28177,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(721), - [anon_sym___extension__] = ACTIONS(723), - [anon_sym_typedef] = ACTIONS(725), + [anon_sym_SEMI] = ACTIONS(491), + [anon_sym___extension__] = ACTIONS(493), + [anon_sym_typedef] = ACTIONS(495), [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(1043), - [anon_sym___clrcall] = ACTIONS(1043), - [anon_sym___stdcall] = ACTIONS(1043), - [anon_sym___fastcall] = ACTIONS(1043), - [anon_sym___thiscall] = ACTIONS(1043), - [anon_sym___vectorcall] = ACTIONS(1043), - [anon_sym_LBRACE] = ACTIONS(729), + [anon_sym___cdecl] = ACTIONS(918), + [anon_sym___clrcall] = ACTIONS(918), + [anon_sym___stdcall] = ACTIONS(918), + [anon_sym___fastcall] = ACTIONS(918), + [anon_sym___thiscall] = ACTIONS(918), + [anon_sym___vectorcall] = ACTIONS(918), + [anon_sym_LBRACE] = ACTIONS(499), + [anon_sym_RBRACE] = ACTIONS(1095), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -28382,20 +28217,20 @@ 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(731), - [anon_sym_else] = ACTIONS(1043), - [anon_sym_switch] = ACTIONS(733), - [anon_sym_case] = ACTIONS(1043), - [anon_sym_default] = ACTIONS(1043), - [anon_sym_while] = ACTIONS(739), - [anon_sym_do] = ACTIONS(741), - [anon_sym_for] = ACTIONS(743), - [anon_sym_return] = ACTIONS(745), - [anon_sym_break] = ACTIONS(747), - [anon_sym_continue] = ACTIONS(749), - [anon_sym_goto] = ACTIONS(751), - [anon_sym___try] = ACTIONS(753), - [anon_sym___leave] = ACTIONS(755), + [anon_sym_if] = ACTIONS(503), + [anon_sym_else] = ACTIONS(918), + [anon_sym_switch] = ACTIONS(505), + [anon_sym_case] = ACTIONS(918), + [anon_sym_default] = ACTIONS(918), + [anon_sym_while] = ACTIONS(511), + [anon_sym_do] = ACTIONS(513), + [anon_sym_for] = ACTIONS(515), + [anon_sym_return] = ACTIONS(517), + [anon_sym_break] = ACTIONS(519), + [anon_sym_continue] = ACTIONS(521), + [anon_sym_goto] = ACTIONS(523), + [anon_sym___try] = ACTIONS(525), + [anon_sym___leave] = ACTIONS(527), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -28425,65 +28260,221 @@ 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(863), + [sym__declaration_specifiers] = STATE(1496), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_compound_statement] = STATE(78), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), + [sym__type_specifier] = STATE(1074), + [sym_sized_type_specifier] = STATE(1099), + [sym_enum_specifier] = STATE(1099), + [sym_struct_specifier] = STATE(1099), + [sym_union_specifier] = STATE(1099), + [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_seh_try_statement] = STATE(78), + [sym_seh_leave_statement] = STATE(78), + [sym__expression] = STATE(1235), + [sym__expression_not_binary] = STATE(807), + [sym_comma_expression] = STATE(2176), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym_macro_type_specifier] = STATE(1099), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(430), + [aux_sym_sized_type_specifier_repeat1] = STATE(1109), + [aux_sym_case_statement_repeat1] = STATE(78), + [sym_identifier] = ACTIONS(1213), + [aux_sym_preproc_include_token1] = ACTIONS(923), + [aux_sym_preproc_def_token1] = ACTIONS(923), + [aux_sym_preproc_if_token1] = ACTIONS(923), + [aux_sym_preproc_ifdef_token1] = ACTIONS(923), + [aux_sym_preproc_ifdef_token2] = ACTIONS(923), + [sym_preproc_directive] = ACTIONS(923), + [anon_sym_LPAREN2] = ACTIONS(925), + [anon_sym_BANG] = ACTIONS(928), + [anon_sym_TILDE] = ACTIONS(928), + [anon_sym_DASH] = ACTIONS(931), + [anon_sym_PLUS] = ACTIONS(931), + [anon_sym_STAR] = ACTIONS(934), + [anon_sym_AMP] = ACTIONS(934), + [anon_sym_SEMI] = ACTIONS(1216), + [anon_sym___extension__] = ACTIONS(1219), + [anon_sym_typedef] = ACTIONS(1222), + [anon_sym_extern] = ACTIONS(946), + [anon_sym___attribute__] = ACTIONS(949), + [anon_sym_LBRACK_LBRACK] = ACTIONS(952), + [anon_sym___declspec] = ACTIONS(955), + [anon_sym___cdecl] = ACTIONS(923), + [anon_sym___clrcall] = ACTIONS(923), + [anon_sym___stdcall] = ACTIONS(923), + [anon_sym___fastcall] = ACTIONS(923), + [anon_sym___thiscall] = ACTIONS(923), + [anon_sym___vectorcall] = ACTIONS(923), + [anon_sym_LBRACE] = ACTIONS(1225), + [anon_sym_RBRACE] = ACTIONS(1109), + [anon_sym_signed] = ACTIONS(961), + [anon_sym_unsigned] = ACTIONS(961), + [anon_sym_long] = ACTIONS(961), + [anon_sym_short] = ACTIONS(961), + [anon_sym_static] = ACTIONS(946), + [anon_sym_auto] = ACTIONS(946), + [anon_sym_register] = ACTIONS(946), + [anon_sym_inline] = ACTIONS(946), + [anon_sym___inline] = ACTIONS(946), + [anon_sym___inline__] = ACTIONS(946), + [anon_sym___forceinline] = ACTIONS(946), + [anon_sym_thread_local] = ACTIONS(946), + [anon_sym___thread] = ACTIONS(946), + [anon_sym_const] = ACTIONS(964), + [anon_sym_constexpr] = ACTIONS(964), + [anon_sym_volatile] = ACTIONS(964), + [anon_sym_restrict] = ACTIONS(964), + [anon_sym___restrict__] = ACTIONS(964), + [anon_sym__Atomic] = ACTIONS(964), + [anon_sym__Noreturn] = ACTIONS(964), + [anon_sym_noreturn] = ACTIONS(964), + [sym_primitive_type] = ACTIONS(967), + [anon_sym_enum] = ACTIONS(970), + [anon_sym_struct] = ACTIONS(973), + [anon_sym_union] = ACTIONS(976), + [anon_sym_if] = ACTIONS(1228), + [anon_sym_else] = ACTIONS(923), + [anon_sym_switch] = ACTIONS(1231), + [anon_sym_case] = ACTIONS(923), + [anon_sym_default] = ACTIONS(923), + [anon_sym_while] = ACTIONS(1234), + [anon_sym_do] = ACTIONS(1237), + [anon_sym_for] = ACTIONS(1240), + [anon_sym_return] = ACTIONS(1243), + [anon_sym_break] = ACTIONS(1246), + [anon_sym_continue] = ACTIONS(1249), + [anon_sym_goto] = ACTIONS(1252), + [anon_sym___try] = ACTIONS(1255), + [anon_sym___leave] = ACTIONS(1258), + [anon_sym_DASH_DASH] = ACTIONS(1012), + [anon_sym_PLUS_PLUS] = ACTIONS(1012), + [anon_sym_sizeof] = ACTIONS(1015), + [anon_sym___alignof__] = ACTIONS(1018), + [anon_sym___alignof] = ACTIONS(1018), + [anon_sym__alignof] = ACTIONS(1018), + [anon_sym_alignof] = ACTIONS(1018), + [anon_sym__Alignof] = ACTIONS(1018), + [anon_sym_offsetof] = ACTIONS(1021), + [anon_sym__Generic] = ACTIONS(1024), + [anon_sym_asm] = ACTIONS(1027), + [anon_sym___asm__] = ACTIONS(1027), + [sym_number_literal] = ACTIONS(1030), + [anon_sym_L_SQUOTE] = ACTIONS(1033), + [anon_sym_u_SQUOTE] = ACTIONS(1033), + [anon_sym_U_SQUOTE] = ACTIONS(1033), + [anon_sym_u8_SQUOTE] = ACTIONS(1033), + [anon_sym_SQUOTE] = ACTIONS(1033), + [anon_sym_L_DQUOTE] = ACTIONS(1036), + [anon_sym_u_DQUOTE] = ACTIONS(1036), + [anon_sym_U_DQUOTE] = ACTIONS(1036), + [anon_sym_u8_DQUOTE] = ACTIONS(1036), + [anon_sym_DQUOTE] = ACTIONS(1036), + [sym_true] = ACTIONS(1039), + [sym_false] = ACTIONS(1039), + [anon_sym_NULL] = ACTIONS(1042), + [anon_sym_nullptr] = ACTIONS(1042), + [sym_comment] = ACTIONS(3), + }, [79] = { - [sym_declaration] = STATE(80), - [sym_type_definition] = STATE(80), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1483), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_compound_statement] = STATE(80), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_declaration] = STATE(82), + [sym_type_definition] = STATE(82), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1493), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_compound_statement] = STATE(82), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(80), - [sym_seh_leave_statement] = STATE(80), + [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_seh_try_statement] = STATE(82), + [sym_seh_leave_statement] = STATE(82), [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym_macro_type_specifier] = STATE(1099), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(425), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(427), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [aux_sym_case_statement_repeat1] = STATE(80), + [aux_sym_case_statement_repeat1] = STATE(82), [sym_identifier] = ACTIONS(1261), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -28526,7 +28517,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(1263), - [anon_sym_else] = ACTIONS(1037), + [anon_sym_else] = ACTIONS(918), [anon_sym_switch] = ACTIONS(59), [anon_sym_while] = ACTIONS(1265), [anon_sym_do] = ACTIONS(67), @@ -28567,157 +28558,16 @@ 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(869), - [sym__declaration_specifiers] = STATE(1483), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), - [sym_compound_statement] = STATE(80), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), - [sym__type_specifier] = STATE(1074), - [sym_sized_type_specifier] = STATE(1099), - [sym_enum_specifier] = STATE(1099), - [sym_struct_specifier] = STATE(1099), - [sym_union_specifier] = STATE(1099), - [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_seh_try_statement] = STATE(80), - [sym_seh_leave_statement] = STATE(80), - [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), - [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym_macro_type_specifier] = STATE(1099), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(425), - [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [aux_sym_case_statement_repeat1] = STATE(80), - [sym_identifier] = ACTIONS(1271), - [anon_sym_LPAREN2] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(918), - [anon_sym_TILDE] = ACTIONS(918), - [anon_sym_DASH] = ACTIONS(921), - [anon_sym_PLUS] = ACTIONS(921), - [anon_sym_STAR] = ACTIONS(924), - [anon_sym_AMP] = ACTIONS(924), - [anon_sym_SEMI] = ACTIONS(1168), - [anon_sym___extension__] = ACTIONS(1119), - [anon_sym_typedef] = ACTIONS(1122), - [anon_sym_extern] = ACTIONS(936), - [anon_sym___attribute__] = ACTIONS(939), - [anon_sym_LBRACK_LBRACK] = ACTIONS(942), - [anon_sym___declspec] = ACTIONS(945), - [anon_sym_LBRACE] = ACTIONS(1125), - [anon_sym_signed] = ACTIONS(951), - [anon_sym_unsigned] = ACTIONS(951), - [anon_sym_long] = ACTIONS(951), - [anon_sym_short] = ACTIONS(951), - [anon_sym_static] = ACTIONS(936), - [anon_sym_auto] = ACTIONS(936), - [anon_sym_register] = ACTIONS(936), - [anon_sym_inline] = ACTIONS(936), - [anon_sym___inline] = ACTIONS(936), - [anon_sym___inline__] = ACTIONS(936), - [anon_sym___forceinline] = ACTIONS(936), - [anon_sym_thread_local] = ACTIONS(936), - [anon_sym___thread] = ACTIONS(936), - [anon_sym_const] = ACTIONS(954), - [anon_sym_constexpr] = ACTIONS(954), - [anon_sym_volatile] = ACTIONS(954), - [anon_sym_restrict] = ACTIONS(954), - [anon_sym___restrict__] = ACTIONS(954), - [anon_sym__Atomic] = ACTIONS(954), - [anon_sym__Noreturn] = ACTIONS(954), - [anon_sym_noreturn] = ACTIONS(954), - [sym_primitive_type] = ACTIONS(957), - [anon_sym_enum] = ACTIONS(960), - [anon_sym_struct] = ACTIONS(963), - [anon_sym_union] = ACTIONS(966), - [anon_sym_if] = ACTIONS(1274), - [anon_sym_else] = ACTIONS(913), - [anon_sym_switch] = ACTIONS(1131), - [anon_sym_while] = ACTIONS(1277), - [anon_sym_do] = ACTIONS(1137), - [anon_sym_for] = ACTIONS(1280), - [anon_sym_return] = ACTIONS(1143), - [anon_sym_break] = ACTIONS(1146), - [anon_sym_continue] = ACTIONS(1149), - [anon_sym_goto] = ACTIONS(1152), - [anon_sym___try] = ACTIONS(1283), - [anon_sym___leave] = ACTIONS(1210), - [anon_sym_DASH_DASH] = ACTIONS(1002), - [anon_sym_PLUS_PLUS] = ACTIONS(1002), - [anon_sym_sizeof] = ACTIONS(1005), - [anon_sym___alignof__] = ACTIONS(1008), - [anon_sym___alignof] = ACTIONS(1008), - [anon_sym__alignof] = ACTIONS(1008), - [anon_sym_alignof] = ACTIONS(1008), - [anon_sym__Alignof] = ACTIONS(1008), - [anon_sym_offsetof] = ACTIONS(1011), - [anon_sym__Generic] = ACTIONS(1014), - [anon_sym_asm] = ACTIONS(1017), - [anon_sym___asm__] = ACTIONS(1017), - [sym_number_literal] = ACTIONS(1020), - [anon_sym_L_SQUOTE] = ACTIONS(1023), - [anon_sym_u_SQUOTE] = ACTIONS(1023), - [anon_sym_U_SQUOTE] = ACTIONS(1023), - [anon_sym_u8_SQUOTE] = ACTIONS(1023), - [anon_sym_SQUOTE] = ACTIONS(1023), - [anon_sym_L_DQUOTE] = ACTIONS(1026), - [anon_sym_u_DQUOTE] = ACTIONS(1026), - [anon_sym_U_DQUOTE] = ACTIONS(1026), - [anon_sym_u8_DQUOTE] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(1026), - [sym_true] = ACTIONS(1029), - [sym_false] = ACTIONS(1029), - [anon_sym_NULL] = ACTIONS(1032), - [anon_sym_nullptr] = ACTIONS(1032), - [sym_comment] = ACTIONS(3), - }, - [81] = { [sym_declaration] = STATE(82), [sym_type_definition] = STATE(82), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1483), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1493), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), [sym_compound_statement] = STATE(82), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), @@ -28738,32 +28588,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_seh_try_statement] = STATE(82), [sym_seh_leave_statement] = STATE(82), [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym_macro_type_specifier] = STATE(1099), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(425), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(427), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [aux_sym_case_statement_repeat1] = STATE(82), [sym_identifier] = ACTIONS(1261), @@ -28808,7 +28658,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(1263), - [anon_sym_else] = ACTIONS(1039), + [anon_sym_else] = ACTIONS(916), [anon_sym_switch] = ACTIONS(59), [anon_sym_while] = ACTIONS(1265), [anon_sym_do] = ACTIONS(67), @@ -28848,17 +28698,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [82] = { + [81] = { [sym_declaration] = STATE(80), [sym_type_definition] = STATE(80), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1483), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1493), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), [sym_compound_statement] = STATE(80), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), @@ -28879,32 +28729,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_seh_try_statement] = STATE(80), [sym_seh_leave_statement] = STATE(80), [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym_macro_type_specifier] = STATE(1099), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(425), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(427), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [aux_sym_case_statement_repeat1] = STATE(80), [sym_identifier] = ACTIONS(1261), @@ -28949,7 +28799,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(1263), - [anon_sym_else] = ACTIONS(1043), + [anon_sym_else] = ACTIONS(912), [anon_sym_switch] = ACTIONS(59), [anon_sym_while] = ACTIONS(1265), [anon_sym_do] = ACTIONS(67), @@ -28989,17 +28839,158 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, + [82] = { + [sym_declaration] = STATE(82), + [sym_type_definition] = STATE(82), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1493), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), + [sym_compound_statement] = STATE(82), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), + [sym__type_specifier] = STATE(1074), + [sym_sized_type_specifier] = STATE(1099), + [sym_enum_specifier] = STATE(1099), + [sym_struct_specifier] = STATE(1099), + [sym_union_specifier] = STATE(1099), + [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_seh_try_statement] = STATE(82), + [sym_seh_leave_statement] = STATE(82), + [sym__expression] = STATE(1235), + [sym__expression_not_binary] = STATE(807), + [sym_comma_expression] = STATE(2176), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym_macro_type_specifier] = STATE(1099), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(427), + [aux_sym_sized_type_specifier_repeat1] = STATE(1109), + [aux_sym_case_statement_repeat1] = STATE(82), + [sym_identifier] = ACTIONS(1271), + [anon_sym_LPAREN2] = ACTIONS(925), + [anon_sym_BANG] = ACTIONS(928), + [anon_sym_TILDE] = ACTIONS(928), + [anon_sym_DASH] = ACTIONS(931), + [anon_sym_PLUS] = ACTIONS(931), + [anon_sym_STAR] = ACTIONS(934), + [anon_sym_AMP] = ACTIONS(934), + [anon_sym_SEMI] = ACTIONS(1216), + [anon_sym___extension__] = ACTIONS(1117), + [anon_sym_typedef] = ACTIONS(1120), + [anon_sym_extern] = ACTIONS(946), + [anon_sym___attribute__] = ACTIONS(949), + [anon_sym_LBRACK_LBRACK] = ACTIONS(952), + [anon_sym___declspec] = ACTIONS(955), + [anon_sym_LBRACE] = ACTIONS(1123), + [anon_sym_signed] = ACTIONS(961), + [anon_sym_unsigned] = ACTIONS(961), + [anon_sym_long] = ACTIONS(961), + [anon_sym_short] = ACTIONS(961), + [anon_sym_static] = ACTIONS(946), + [anon_sym_auto] = ACTIONS(946), + [anon_sym_register] = ACTIONS(946), + [anon_sym_inline] = ACTIONS(946), + [anon_sym___inline] = ACTIONS(946), + [anon_sym___inline__] = ACTIONS(946), + [anon_sym___forceinline] = ACTIONS(946), + [anon_sym_thread_local] = ACTIONS(946), + [anon_sym___thread] = ACTIONS(946), + [anon_sym_const] = ACTIONS(964), + [anon_sym_constexpr] = ACTIONS(964), + [anon_sym_volatile] = ACTIONS(964), + [anon_sym_restrict] = ACTIONS(964), + [anon_sym___restrict__] = ACTIONS(964), + [anon_sym__Atomic] = ACTIONS(964), + [anon_sym__Noreturn] = ACTIONS(964), + [anon_sym_noreturn] = ACTIONS(964), + [sym_primitive_type] = ACTIONS(967), + [anon_sym_enum] = ACTIONS(970), + [anon_sym_struct] = ACTIONS(973), + [anon_sym_union] = ACTIONS(976), + [anon_sym_if] = ACTIONS(1274), + [anon_sym_else] = ACTIONS(923), + [anon_sym_switch] = ACTIONS(1129), + [anon_sym_while] = ACTIONS(1277), + [anon_sym_do] = ACTIONS(1135), + [anon_sym_for] = ACTIONS(1280), + [anon_sym_return] = ACTIONS(1141), + [anon_sym_break] = ACTIONS(1144), + [anon_sym_continue] = ACTIONS(1147), + [anon_sym_goto] = ACTIONS(1150), + [anon_sym___try] = ACTIONS(1283), + [anon_sym___leave] = ACTIONS(1258), + [anon_sym_DASH_DASH] = ACTIONS(1012), + [anon_sym_PLUS_PLUS] = ACTIONS(1012), + [anon_sym_sizeof] = ACTIONS(1015), + [anon_sym___alignof__] = ACTIONS(1018), + [anon_sym___alignof] = ACTIONS(1018), + [anon_sym__alignof] = ACTIONS(1018), + [anon_sym_alignof] = ACTIONS(1018), + [anon_sym__Alignof] = ACTIONS(1018), + [anon_sym_offsetof] = ACTIONS(1021), + [anon_sym__Generic] = ACTIONS(1024), + [anon_sym_asm] = ACTIONS(1027), + [anon_sym___asm__] = ACTIONS(1027), + [sym_number_literal] = ACTIONS(1030), + [anon_sym_L_SQUOTE] = ACTIONS(1033), + [anon_sym_u_SQUOTE] = ACTIONS(1033), + [anon_sym_U_SQUOTE] = ACTIONS(1033), + [anon_sym_u8_SQUOTE] = ACTIONS(1033), + [anon_sym_SQUOTE] = ACTIONS(1033), + [anon_sym_L_DQUOTE] = ACTIONS(1036), + [anon_sym_u_DQUOTE] = ACTIONS(1036), + [anon_sym_U_DQUOTE] = ACTIONS(1036), + [anon_sym_u8_DQUOTE] = ACTIONS(1036), + [anon_sym_DQUOTE] = ACTIONS(1036), + [sym_true] = ACTIONS(1039), + [sym_false] = ACTIONS(1039), + [anon_sym_NULL] = ACTIONS(1042), + [anon_sym_nullptr] = ACTIONS(1042), + [sym_comment] = ACTIONS(3), + }, [83] = { [sym_declaration] = STATE(79), [sym_type_definition] = STATE(79), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1483), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(504), - [sym_ms_declspec_modifier] = STATE(869), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1493), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(505), + [sym_ms_declspec_modifier] = STATE(863), [sym_compound_statement] = STATE(79), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), @@ -29020,32 +29011,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_seh_try_statement] = STATE(79), [sym_seh_leave_statement] = STATE(79), [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym_macro_type_specifier] = STATE(1099), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_attributed_declarator_repeat1] = STATE(425), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_attributed_declarator_repeat1] = STATE(427), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [aux_sym_case_statement_repeat1] = STATE(79), [sym_identifier] = ACTIONS(1261), @@ -29090,7 +29081,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(1263), - [anon_sym_else] = ACTIONS(1041), + [anon_sym_else] = ACTIONS(914), [anon_sym_switch] = ACTIONS(59), [anon_sym_while] = ACTIONS(1265), [anon_sym_do] = ACTIONS(67), @@ -29131,46 +29122,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [84] = { - [sym_declaration] = STATE(567), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1484), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(869), - [sym_ms_declspec_modifier] = STATE(869), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_declaration] = STATE(571), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1486), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(863), + [sym_ms_declspec_modifier] = STATE(863), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [sym__for_statement_body] = STATE(2106), + [sym__for_statement_body] = STATE(1968), [sym__expression] = STATE(1201), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2130), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym_macro_type_specifier] = STATE(1099), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(1286), [anon_sym_LPAREN2] = ACTIONS(19), @@ -29241,46 +29232,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [85] = { - [sym_declaration] = STATE(567), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1484), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(869), - [sym_ms_declspec_modifier] = STATE(869), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_declaration] = STATE(571), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1486), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(863), + [sym_ms_declspec_modifier] = STATE(863), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [sym__for_statement_body] = STATE(2151), + [sym__for_statement_body] = STATE(2131), [sym__expression] = STATE(1201), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2130), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym_macro_type_specifier] = STATE(1099), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(1286), [anon_sym_LPAREN2] = ACTIONS(19), @@ -29351,46 +29342,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [86] = { - [sym_declaration] = STATE(567), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1484), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(869), - [sym_ms_declspec_modifier] = STATE(869), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_declaration] = STATE(571), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1486), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(863), + [sym_ms_declspec_modifier] = STATE(863), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [sym__for_statement_body] = STATE(1968), + [sym__for_statement_body] = STATE(2021), [sym__expression] = STATE(1201), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2130), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym_macro_type_specifier] = STATE(1099), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(1286), [anon_sym_LPAREN2] = ACTIONS(19), @@ -29461,46 +29452,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [87] = { - [sym_declaration] = STATE(567), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1484), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(869), - [sym_ms_declspec_modifier] = STATE(869), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_declaration] = STATE(571), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1486), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(863), + [sym_ms_declspec_modifier] = STATE(863), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [sym__for_statement_body] = STATE(2131), + [sym__for_statement_body] = STATE(2106), [sym__expression] = STATE(1201), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2130), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym_macro_type_specifier] = STATE(1099), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(1286), [anon_sym_LPAREN2] = ACTIONS(19), @@ -29571,46 +29562,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [88] = { - [sym_declaration] = STATE(567), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1484), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(869), - [sym_ms_declspec_modifier] = STATE(869), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_declaration] = STATE(571), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1486), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(863), + [sym_ms_declspec_modifier] = STATE(863), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [sym__for_statement_body] = STATE(2047), + [sym__for_statement_body] = STATE(2151), [sym__expression] = STATE(1201), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2130), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym_macro_type_specifier] = STATE(1099), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(1286), [anon_sym_LPAREN2] = ACTIONS(19), @@ -29681,46 +29672,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [89] = { - [sym_declaration] = STATE(567), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1484), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(869), - [sym_ms_declspec_modifier] = STATE(869), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_declaration] = STATE(571), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1486), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(863), + [sym_ms_declspec_modifier] = STATE(863), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [sym__for_statement_body] = STATE(2021), + [sym__for_statement_body] = STATE(2047), [sym__expression] = STATE(1201), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2130), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym_macro_type_specifier] = STATE(1099), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(1286), [anon_sym_LPAREN2] = ACTIONS(19), @@ -29791,7 +29782,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [90] = { - [sym_else_clause] = STATE(101), + [sym_else_clause] = STATE(102), [sym_identifier] = ACTIONS(1292), [aux_sym_preproc_include_token1] = ACTIONS(1292), [aux_sym_preproc_def_token1] = ACTIONS(1292), @@ -30914,105 +30905,105 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [101] = { - [sym_identifier] = ACTIONS(1334), - [aux_sym_preproc_include_token1] = ACTIONS(1334), - [aux_sym_preproc_def_token1] = ACTIONS(1334), - [aux_sym_preproc_if_token1] = ACTIONS(1334), - [aux_sym_preproc_if_token2] = ACTIONS(1334), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1334), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1334), - [aux_sym_preproc_else_token1] = ACTIONS(1334), - [aux_sym_preproc_elif_token1] = ACTIONS(1334), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1334), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1334), - [sym_preproc_directive] = ACTIONS(1334), - [anon_sym_LPAREN2] = ACTIONS(1336), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_TILDE] = ACTIONS(1336), - [anon_sym_DASH] = ACTIONS(1334), - [anon_sym_PLUS] = ACTIONS(1334), - [anon_sym_STAR] = ACTIONS(1336), - [anon_sym_AMP] = ACTIONS(1336), - [anon_sym_SEMI] = ACTIONS(1336), - [anon_sym___extension__] = ACTIONS(1334), - [anon_sym_typedef] = ACTIONS(1334), - [anon_sym_extern] = ACTIONS(1334), - [anon_sym___attribute__] = ACTIONS(1334), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1336), - [anon_sym___declspec] = ACTIONS(1334), - [anon_sym___cdecl] = ACTIONS(1334), - [anon_sym___clrcall] = ACTIONS(1334), - [anon_sym___stdcall] = ACTIONS(1334), - [anon_sym___fastcall] = ACTIONS(1334), - [anon_sym___thiscall] = ACTIONS(1334), - [anon_sym___vectorcall] = ACTIONS(1334), - [anon_sym_LBRACE] = ACTIONS(1336), - [anon_sym_signed] = ACTIONS(1334), - [anon_sym_unsigned] = ACTIONS(1334), - [anon_sym_long] = ACTIONS(1334), - [anon_sym_short] = ACTIONS(1334), - [anon_sym_static] = ACTIONS(1334), - [anon_sym_auto] = ACTIONS(1334), - [anon_sym_register] = ACTIONS(1334), - [anon_sym_inline] = ACTIONS(1334), - [anon_sym___inline] = ACTIONS(1334), - [anon_sym___inline__] = ACTIONS(1334), - [anon_sym___forceinline] = ACTIONS(1334), - [anon_sym_thread_local] = ACTIONS(1334), - [anon_sym___thread] = ACTIONS(1334), - [anon_sym_const] = ACTIONS(1334), - [anon_sym_constexpr] = ACTIONS(1334), - [anon_sym_volatile] = ACTIONS(1334), - [anon_sym_restrict] = ACTIONS(1334), - [anon_sym___restrict__] = ACTIONS(1334), - [anon_sym__Atomic] = ACTIONS(1334), - [anon_sym__Noreturn] = ACTIONS(1334), - [anon_sym_noreturn] = ACTIONS(1334), - [sym_primitive_type] = ACTIONS(1334), - [anon_sym_enum] = ACTIONS(1334), - [anon_sym_struct] = ACTIONS(1334), - [anon_sym_union] = ACTIONS(1334), - [anon_sym_if] = ACTIONS(1334), - [anon_sym_else] = ACTIONS(1334), - [anon_sym_switch] = ACTIONS(1334), - [anon_sym_case] = ACTIONS(1334), - [anon_sym_default] = ACTIONS(1334), - [anon_sym_while] = ACTIONS(1334), - [anon_sym_do] = ACTIONS(1334), - [anon_sym_for] = ACTIONS(1334), - [anon_sym_return] = ACTIONS(1334), - [anon_sym_break] = ACTIONS(1334), - [anon_sym_continue] = ACTIONS(1334), - [anon_sym_goto] = ACTIONS(1334), - [anon_sym___try] = ACTIONS(1334), - [anon_sym___leave] = ACTIONS(1334), - [anon_sym_DASH_DASH] = ACTIONS(1336), - [anon_sym_PLUS_PLUS] = ACTIONS(1336), - [anon_sym_sizeof] = ACTIONS(1334), - [anon_sym___alignof__] = ACTIONS(1334), - [anon_sym___alignof] = ACTIONS(1334), - [anon_sym__alignof] = ACTIONS(1334), - [anon_sym_alignof] = ACTIONS(1334), - [anon_sym__Alignof] = ACTIONS(1334), - [anon_sym_offsetof] = ACTIONS(1334), - [anon_sym__Generic] = ACTIONS(1334), - [anon_sym_asm] = ACTIONS(1334), - [anon_sym___asm__] = ACTIONS(1334), - [sym_number_literal] = ACTIONS(1336), - [anon_sym_L_SQUOTE] = ACTIONS(1336), - [anon_sym_u_SQUOTE] = ACTIONS(1336), - [anon_sym_U_SQUOTE] = ACTIONS(1336), - [anon_sym_u8_SQUOTE] = ACTIONS(1336), - [anon_sym_SQUOTE] = ACTIONS(1336), - [anon_sym_L_DQUOTE] = ACTIONS(1336), - [anon_sym_u_DQUOTE] = ACTIONS(1336), - [anon_sym_U_DQUOTE] = ACTIONS(1336), - [anon_sym_u8_DQUOTE] = ACTIONS(1336), - [anon_sym_DQUOTE] = ACTIONS(1336), - [sym_true] = ACTIONS(1334), - [sym_false] = ACTIONS(1334), - [anon_sym_NULL] = ACTIONS(1334), - [anon_sym_nullptr] = ACTIONS(1334), + [ts_builtin_sym_end] = ACTIONS(1334), + [sym_identifier] = ACTIONS(1336), + [aux_sym_preproc_include_token1] = ACTIONS(1336), + [aux_sym_preproc_def_token1] = ACTIONS(1336), + [anon_sym_COMMA] = ACTIONS(1334), + [anon_sym_RPAREN] = ACTIONS(1334), + [aux_sym_preproc_if_token1] = ACTIONS(1336), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1336), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1336), + [sym_preproc_directive] = ACTIONS(1336), + [anon_sym_LPAREN2] = ACTIONS(1334), + [anon_sym_BANG] = ACTIONS(1334), + [anon_sym_TILDE] = ACTIONS(1334), + [anon_sym_DASH] = ACTIONS(1336), + [anon_sym_PLUS] = ACTIONS(1336), + [anon_sym_STAR] = ACTIONS(1334), + [anon_sym_AMP] = ACTIONS(1334), + [anon_sym_SEMI] = ACTIONS(1334), + [anon_sym___extension__] = ACTIONS(1336), + [anon_sym_typedef] = ACTIONS(1336), + [anon_sym_extern] = ACTIONS(1336), + [anon_sym___attribute__] = ACTIONS(1336), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1334), + [anon_sym___declspec] = ACTIONS(1336), + [anon_sym___cdecl] = ACTIONS(1336), + [anon_sym___clrcall] = ACTIONS(1336), + [anon_sym___stdcall] = ACTIONS(1336), + [anon_sym___fastcall] = ACTIONS(1336), + [anon_sym___thiscall] = ACTIONS(1336), + [anon_sym___vectorcall] = ACTIONS(1336), + [anon_sym_LBRACE] = ACTIONS(1334), + [anon_sym_signed] = ACTIONS(1336), + [anon_sym_unsigned] = ACTIONS(1336), + [anon_sym_long] = ACTIONS(1336), + [anon_sym_short] = ACTIONS(1336), + [anon_sym_static] = ACTIONS(1336), + [anon_sym_auto] = ACTIONS(1336), + [anon_sym_register] = ACTIONS(1336), + [anon_sym_inline] = ACTIONS(1336), + [anon_sym___inline] = ACTIONS(1336), + [anon_sym___inline__] = ACTIONS(1336), + [anon_sym___forceinline] = ACTIONS(1336), + [anon_sym_thread_local] = ACTIONS(1336), + [anon_sym___thread] = ACTIONS(1336), + [anon_sym_const] = ACTIONS(1336), + [anon_sym_constexpr] = ACTIONS(1336), + [anon_sym_volatile] = ACTIONS(1336), + [anon_sym_restrict] = ACTIONS(1336), + [anon_sym___restrict__] = ACTIONS(1336), + [anon_sym__Atomic] = ACTIONS(1336), + [anon_sym__Noreturn] = ACTIONS(1336), + [anon_sym_noreturn] = ACTIONS(1336), + [sym_primitive_type] = ACTIONS(1336), + [anon_sym_enum] = ACTIONS(1336), + [anon_sym_struct] = ACTIONS(1336), + [anon_sym_union] = ACTIONS(1336), + [anon_sym_if] = ACTIONS(1336), + [anon_sym_else] = ACTIONS(1336), + [anon_sym_switch] = ACTIONS(1336), + [anon_sym_case] = ACTIONS(1336), + [anon_sym_default] = ACTIONS(1336), + [anon_sym_while] = ACTIONS(1336), + [anon_sym_do] = ACTIONS(1336), + [anon_sym_for] = ACTIONS(1336), + [anon_sym_return] = ACTIONS(1336), + [anon_sym_break] = ACTIONS(1336), + [anon_sym_continue] = ACTIONS(1336), + [anon_sym_goto] = ACTIONS(1336), + [anon_sym___try] = ACTIONS(1336), + [anon_sym___except] = ACTIONS(1336), + [anon_sym___finally] = ACTIONS(1336), + [anon_sym___leave] = ACTIONS(1336), + [anon_sym_DASH_DASH] = ACTIONS(1334), + [anon_sym_PLUS_PLUS] = ACTIONS(1334), + [anon_sym_sizeof] = ACTIONS(1336), + [anon_sym___alignof__] = ACTIONS(1336), + [anon_sym___alignof] = ACTIONS(1336), + [anon_sym__alignof] = ACTIONS(1336), + [anon_sym_alignof] = ACTIONS(1336), + [anon_sym__Alignof] = ACTIONS(1336), + [anon_sym_offsetof] = ACTIONS(1336), + [anon_sym__Generic] = ACTIONS(1336), + [anon_sym_asm] = ACTIONS(1336), + [anon_sym___asm__] = ACTIONS(1336), + [sym_number_literal] = ACTIONS(1334), + [anon_sym_L_SQUOTE] = ACTIONS(1334), + [anon_sym_u_SQUOTE] = ACTIONS(1334), + [anon_sym_U_SQUOTE] = ACTIONS(1334), + [anon_sym_u8_SQUOTE] = ACTIONS(1334), + [anon_sym_SQUOTE] = ACTIONS(1334), + [anon_sym_L_DQUOTE] = ACTIONS(1334), + [anon_sym_u_DQUOTE] = ACTIONS(1334), + [anon_sym_U_DQUOTE] = ACTIONS(1334), + [anon_sym_u8_DQUOTE] = ACTIONS(1334), + [anon_sym_DQUOTE] = ACTIONS(1334), + [sym_true] = ACTIONS(1336), + [sym_false] = ACTIONS(1336), + [anon_sym_NULL] = ACTIONS(1336), + [anon_sym_nullptr] = ACTIONS(1336), [sym_comment] = ACTIONS(3), }, [102] = { @@ -31118,6 +31109,210 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [103] = { + [sym_identifier] = ACTIONS(1342), + [aux_sym_preproc_include_token1] = ACTIONS(1342), + [aux_sym_preproc_def_token1] = ACTIONS(1342), + [aux_sym_preproc_if_token1] = ACTIONS(1342), + [aux_sym_preproc_if_token2] = ACTIONS(1342), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1342), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1342), + [aux_sym_preproc_else_token1] = ACTIONS(1342), + [aux_sym_preproc_elif_token1] = ACTIONS(1342), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1342), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1342), + [sym_preproc_directive] = ACTIONS(1342), + [anon_sym_LPAREN2] = ACTIONS(1344), + [anon_sym_BANG] = ACTIONS(1344), + [anon_sym_TILDE] = ACTIONS(1344), + [anon_sym_DASH] = ACTIONS(1342), + [anon_sym_PLUS] = ACTIONS(1342), + [anon_sym_STAR] = ACTIONS(1344), + [anon_sym_AMP] = ACTIONS(1344), + [anon_sym_SEMI] = ACTIONS(1344), + [anon_sym___extension__] = ACTIONS(1342), + [anon_sym_typedef] = ACTIONS(1342), + [anon_sym_extern] = ACTIONS(1342), + [anon_sym___attribute__] = ACTIONS(1342), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1344), + [anon_sym___declspec] = ACTIONS(1342), + [anon_sym___cdecl] = ACTIONS(1342), + [anon_sym___clrcall] = ACTIONS(1342), + [anon_sym___stdcall] = ACTIONS(1342), + [anon_sym___fastcall] = ACTIONS(1342), + [anon_sym___thiscall] = ACTIONS(1342), + [anon_sym___vectorcall] = ACTIONS(1342), + [anon_sym_LBRACE] = ACTIONS(1344), + [anon_sym_signed] = ACTIONS(1342), + [anon_sym_unsigned] = ACTIONS(1342), + [anon_sym_long] = ACTIONS(1342), + [anon_sym_short] = ACTIONS(1342), + [anon_sym_static] = ACTIONS(1342), + [anon_sym_auto] = ACTIONS(1342), + [anon_sym_register] = ACTIONS(1342), + [anon_sym_inline] = ACTIONS(1342), + [anon_sym___inline] = ACTIONS(1342), + [anon_sym___inline__] = ACTIONS(1342), + [anon_sym___forceinline] = ACTIONS(1342), + [anon_sym_thread_local] = ACTIONS(1342), + [anon_sym___thread] = ACTIONS(1342), + [anon_sym_const] = ACTIONS(1342), + [anon_sym_constexpr] = ACTIONS(1342), + [anon_sym_volatile] = ACTIONS(1342), + [anon_sym_restrict] = ACTIONS(1342), + [anon_sym___restrict__] = ACTIONS(1342), + [anon_sym__Atomic] = ACTIONS(1342), + [anon_sym__Noreturn] = ACTIONS(1342), + [anon_sym_noreturn] = ACTIONS(1342), + [sym_primitive_type] = ACTIONS(1342), + [anon_sym_enum] = ACTIONS(1342), + [anon_sym_struct] = ACTIONS(1342), + [anon_sym_union] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1342), + [anon_sym_else] = ACTIONS(1342), + [anon_sym_switch] = ACTIONS(1342), + [anon_sym_case] = ACTIONS(1342), + [anon_sym_default] = ACTIONS(1342), + [anon_sym_while] = ACTIONS(1342), + [anon_sym_do] = ACTIONS(1342), + [anon_sym_for] = ACTIONS(1342), + [anon_sym_return] = ACTIONS(1342), + [anon_sym_break] = ACTIONS(1342), + [anon_sym_continue] = ACTIONS(1342), + [anon_sym_goto] = ACTIONS(1342), + [anon_sym___try] = ACTIONS(1342), + [anon_sym___leave] = ACTIONS(1342), + [anon_sym_DASH_DASH] = ACTIONS(1344), + [anon_sym_PLUS_PLUS] = ACTIONS(1344), + [anon_sym_sizeof] = ACTIONS(1342), + [anon_sym___alignof__] = ACTIONS(1342), + [anon_sym___alignof] = ACTIONS(1342), + [anon_sym__alignof] = ACTIONS(1342), + [anon_sym_alignof] = ACTIONS(1342), + [anon_sym__Alignof] = ACTIONS(1342), + [anon_sym_offsetof] = ACTIONS(1342), + [anon_sym__Generic] = ACTIONS(1342), + [anon_sym_asm] = ACTIONS(1342), + [anon_sym___asm__] = ACTIONS(1342), + [sym_number_literal] = ACTIONS(1344), + [anon_sym_L_SQUOTE] = ACTIONS(1344), + [anon_sym_u_SQUOTE] = ACTIONS(1344), + [anon_sym_U_SQUOTE] = ACTIONS(1344), + [anon_sym_u8_SQUOTE] = ACTIONS(1344), + [anon_sym_SQUOTE] = ACTIONS(1344), + [anon_sym_L_DQUOTE] = ACTIONS(1344), + [anon_sym_u_DQUOTE] = ACTIONS(1344), + [anon_sym_U_DQUOTE] = ACTIONS(1344), + [anon_sym_u8_DQUOTE] = ACTIONS(1344), + [anon_sym_DQUOTE] = ACTIONS(1344), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [anon_sym_NULL] = ACTIONS(1342), + [anon_sym_nullptr] = ACTIONS(1342), + [sym_comment] = ACTIONS(3), + }, + [104] = { + [sym_identifier] = ACTIONS(1346), + [aux_sym_preproc_include_token1] = ACTIONS(1346), + [aux_sym_preproc_def_token1] = ACTIONS(1346), + [aux_sym_preproc_if_token1] = ACTIONS(1346), + [aux_sym_preproc_if_token2] = ACTIONS(1346), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1346), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1346), + [aux_sym_preproc_else_token1] = ACTIONS(1346), + [aux_sym_preproc_elif_token1] = ACTIONS(1346), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1346), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1346), + [sym_preproc_directive] = ACTIONS(1346), + [anon_sym_LPAREN2] = ACTIONS(1348), + [anon_sym_BANG] = ACTIONS(1348), + [anon_sym_TILDE] = ACTIONS(1348), + [anon_sym_DASH] = ACTIONS(1346), + [anon_sym_PLUS] = ACTIONS(1346), + [anon_sym_STAR] = ACTIONS(1348), + [anon_sym_AMP] = ACTIONS(1348), + [anon_sym_SEMI] = ACTIONS(1348), + [anon_sym___extension__] = ACTIONS(1346), + [anon_sym_typedef] = ACTIONS(1346), + [anon_sym_extern] = ACTIONS(1346), + [anon_sym___attribute__] = ACTIONS(1346), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1348), + [anon_sym___declspec] = ACTIONS(1346), + [anon_sym___cdecl] = ACTIONS(1346), + [anon_sym___clrcall] = ACTIONS(1346), + [anon_sym___stdcall] = ACTIONS(1346), + [anon_sym___fastcall] = ACTIONS(1346), + [anon_sym___thiscall] = ACTIONS(1346), + [anon_sym___vectorcall] = ACTIONS(1346), + [anon_sym_LBRACE] = ACTIONS(1348), + [anon_sym_signed] = ACTIONS(1346), + [anon_sym_unsigned] = ACTIONS(1346), + [anon_sym_long] = ACTIONS(1346), + [anon_sym_short] = ACTIONS(1346), + [anon_sym_static] = ACTIONS(1346), + [anon_sym_auto] = ACTIONS(1346), + [anon_sym_register] = ACTIONS(1346), + [anon_sym_inline] = ACTIONS(1346), + [anon_sym___inline] = ACTIONS(1346), + [anon_sym___inline__] = ACTIONS(1346), + [anon_sym___forceinline] = ACTIONS(1346), + [anon_sym_thread_local] = ACTIONS(1346), + [anon_sym___thread] = ACTIONS(1346), + [anon_sym_const] = ACTIONS(1346), + [anon_sym_constexpr] = ACTIONS(1346), + [anon_sym_volatile] = ACTIONS(1346), + [anon_sym_restrict] = ACTIONS(1346), + [anon_sym___restrict__] = ACTIONS(1346), + [anon_sym__Atomic] = ACTIONS(1346), + [anon_sym__Noreturn] = ACTIONS(1346), + [anon_sym_noreturn] = ACTIONS(1346), + [sym_primitive_type] = ACTIONS(1346), + [anon_sym_enum] = ACTIONS(1346), + [anon_sym_struct] = ACTIONS(1346), + [anon_sym_union] = ACTIONS(1346), + [anon_sym_if] = ACTIONS(1346), + [anon_sym_else] = ACTIONS(1346), + [anon_sym_switch] = ACTIONS(1346), + [anon_sym_case] = ACTIONS(1346), + [anon_sym_default] = ACTIONS(1346), + [anon_sym_while] = ACTIONS(1346), + [anon_sym_do] = ACTIONS(1346), + [anon_sym_for] = ACTIONS(1346), + [anon_sym_return] = ACTIONS(1346), + [anon_sym_break] = ACTIONS(1346), + [anon_sym_continue] = ACTIONS(1346), + [anon_sym_goto] = ACTIONS(1346), + [anon_sym___try] = ACTIONS(1346), + [anon_sym___leave] = ACTIONS(1346), + [anon_sym_DASH_DASH] = ACTIONS(1348), + [anon_sym_PLUS_PLUS] = ACTIONS(1348), + [anon_sym_sizeof] = ACTIONS(1346), + [anon_sym___alignof__] = ACTIONS(1346), + [anon_sym___alignof] = ACTIONS(1346), + [anon_sym__alignof] = ACTIONS(1346), + [anon_sym_alignof] = ACTIONS(1346), + [anon_sym__Alignof] = ACTIONS(1346), + [anon_sym_offsetof] = ACTIONS(1346), + [anon_sym__Generic] = ACTIONS(1346), + [anon_sym_asm] = ACTIONS(1346), + [anon_sym___asm__] = ACTIONS(1346), + [sym_number_literal] = ACTIONS(1348), + [anon_sym_L_SQUOTE] = ACTIONS(1348), + [anon_sym_u_SQUOTE] = ACTIONS(1348), + [anon_sym_U_SQUOTE] = ACTIONS(1348), + [anon_sym_u8_SQUOTE] = ACTIONS(1348), + [anon_sym_SQUOTE] = ACTIONS(1348), + [anon_sym_L_DQUOTE] = ACTIONS(1348), + [anon_sym_u_DQUOTE] = ACTIONS(1348), + [anon_sym_U_DQUOTE] = ACTIONS(1348), + [anon_sym_u8_DQUOTE] = ACTIONS(1348), + [anon_sym_DQUOTE] = ACTIONS(1348), + [sym_true] = ACTIONS(1346), + [sym_false] = ACTIONS(1346), + [anon_sym_NULL] = ACTIONS(1346), + [anon_sym_nullptr] = ACTIONS(1346), + [sym_comment] = ACTIONS(3), + }, + [105] = { [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), [aux_sym_preproc_def_token1] = ACTIONS(1310), @@ -31219,7 +31414,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [104] = { + [106] = { [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), [aux_sym_preproc_def_token1] = ACTIONS(1310), @@ -31321,7 +31516,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [105] = { + [107] = { [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), [aux_sym_preproc_def_token1] = ACTIONS(1310), @@ -31423,7 +31618,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [106] = { + [108] = { [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), [aux_sym_preproc_def_token1] = ACTIONS(1310), @@ -31525,210 +31720,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [107] = { - [ts_builtin_sym_end] = ACTIONS(1342), - [sym_identifier] = ACTIONS(1344), - [aux_sym_preproc_include_token1] = ACTIONS(1344), - [aux_sym_preproc_def_token1] = ACTIONS(1344), - [anon_sym_COMMA] = ACTIONS(1342), - [anon_sym_RPAREN] = ACTIONS(1342), - [aux_sym_preproc_if_token1] = ACTIONS(1344), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1344), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1344), - [sym_preproc_directive] = ACTIONS(1344), - [anon_sym_LPAREN2] = ACTIONS(1342), - [anon_sym_BANG] = ACTIONS(1342), - [anon_sym_TILDE] = ACTIONS(1342), - [anon_sym_DASH] = ACTIONS(1344), - [anon_sym_PLUS] = ACTIONS(1344), - [anon_sym_STAR] = ACTIONS(1342), - [anon_sym_AMP] = ACTIONS(1342), - [anon_sym_SEMI] = ACTIONS(1342), - [anon_sym___extension__] = ACTIONS(1344), - [anon_sym_typedef] = ACTIONS(1344), - [anon_sym_extern] = ACTIONS(1344), - [anon_sym___attribute__] = ACTIONS(1344), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1342), - [anon_sym___declspec] = ACTIONS(1344), - [anon_sym___cdecl] = ACTIONS(1344), - [anon_sym___clrcall] = ACTIONS(1344), - [anon_sym___stdcall] = ACTIONS(1344), - [anon_sym___fastcall] = ACTIONS(1344), - [anon_sym___thiscall] = ACTIONS(1344), - [anon_sym___vectorcall] = ACTIONS(1344), - [anon_sym_LBRACE] = ACTIONS(1342), - [anon_sym_signed] = ACTIONS(1344), - [anon_sym_unsigned] = ACTIONS(1344), - [anon_sym_long] = ACTIONS(1344), - [anon_sym_short] = ACTIONS(1344), - [anon_sym_static] = ACTIONS(1344), - [anon_sym_auto] = ACTIONS(1344), - [anon_sym_register] = ACTIONS(1344), - [anon_sym_inline] = ACTIONS(1344), - [anon_sym___inline] = ACTIONS(1344), - [anon_sym___inline__] = ACTIONS(1344), - [anon_sym___forceinline] = ACTIONS(1344), - [anon_sym_thread_local] = ACTIONS(1344), - [anon_sym___thread] = ACTIONS(1344), - [anon_sym_const] = ACTIONS(1344), - [anon_sym_constexpr] = ACTIONS(1344), - [anon_sym_volatile] = ACTIONS(1344), - [anon_sym_restrict] = ACTIONS(1344), - [anon_sym___restrict__] = ACTIONS(1344), - [anon_sym__Atomic] = ACTIONS(1344), - [anon_sym__Noreturn] = ACTIONS(1344), - [anon_sym_noreturn] = ACTIONS(1344), - [sym_primitive_type] = ACTIONS(1344), - [anon_sym_enum] = ACTIONS(1344), - [anon_sym_struct] = ACTIONS(1344), - [anon_sym_union] = ACTIONS(1344), - [anon_sym_if] = ACTIONS(1344), - [anon_sym_else] = ACTIONS(1344), - [anon_sym_switch] = ACTIONS(1344), - [anon_sym_case] = ACTIONS(1344), - [anon_sym_default] = ACTIONS(1344), - [anon_sym_while] = ACTIONS(1344), - [anon_sym_do] = ACTIONS(1344), - [anon_sym_for] = ACTIONS(1344), - [anon_sym_return] = ACTIONS(1344), - [anon_sym_break] = ACTIONS(1344), - [anon_sym_continue] = ACTIONS(1344), - [anon_sym_goto] = ACTIONS(1344), - [anon_sym___try] = ACTIONS(1344), - [anon_sym___except] = ACTIONS(1344), - [anon_sym___finally] = ACTIONS(1344), - [anon_sym___leave] = ACTIONS(1344), - [anon_sym_DASH_DASH] = ACTIONS(1342), - [anon_sym_PLUS_PLUS] = ACTIONS(1342), - [anon_sym_sizeof] = ACTIONS(1344), - [anon_sym___alignof__] = ACTIONS(1344), - [anon_sym___alignof] = ACTIONS(1344), - [anon_sym__alignof] = ACTIONS(1344), - [anon_sym_alignof] = ACTIONS(1344), - [anon_sym__Alignof] = ACTIONS(1344), - [anon_sym_offsetof] = ACTIONS(1344), - [anon_sym__Generic] = ACTIONS(1344), - [anon_sym_asm] = ACTIONS(1344), - [anon_sym___asm__] = ACTIONS(1344), - [sym_number_literal] = ACTIONS(1342), - [anon_sym_L_SQUOTE] = ACTIONS(1342), - [anon_sym_u_SQUOTE] = ACTIONS(1342), - [anon_sym_U_SQUOTE] = ACTIONS(1342), - [anon_sym_u8_SQUOTE] = ACTIONS(1342), - [anon_sym_SQUOTE] = ACTIONS(1342), - [anon_sym_L_DQUOTE] = ACTIONS(1342), - [anon_sym_u_DQUOTE] = ACTIONS(1342), - [anon_sym_U_DQUOTE] = ACTIONS(1342), - [anon_sym_u8_DQUOTE] = ACTIONS(1342), - [anon_sym_DQUOTE] = ACTIONS(1342), - [sym_true] = ACTIONS(1344), - [sym_false] = ACTIONS(1344), - [anon_sym_NULL] = ACTIONS(1344), - [anon_sym_nullptr] = ACTIONS(1344), - [sym_comment] = ACTIONS(3), - }, - [108] = { - [sym_identifier] = ACTIONS(1346), - [aux_sym_preproc_include_token1] = ACTIONS(1346), - [aux_sym_preproc_def_token1] = ACTIONS(1346), - [aux_sym_preproc_if_token1] = ACTIONS(1346), - [aux_sym_preproc_if_token2] = ACTIONS(1346), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1346), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1346), - [aux_sym_preproc_else_token1] = ACTIONS(1346), - [aux_sym_preproc_elif_token1] = ACTIONS(1346), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1346), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1346), - [sym_preproc_directive] = ACTIONS(1346), - [anon_sym_LPAREN2] = ACTIONS(1348), - [anon_sym_BANG] = ACTIONS(1348), - [anon_sym_TILDE] = ACTIONS(1348), - [anon_sym_DASH] = ACTIONS(1346), - [anon_sym_PLUS] = ACTIONS(1346), - [anon_sym_STAR] = ACTIONS(1348), - [anon_sym_AMP] = ACTIONS(1348), - [anon_sym_SEMI] = ACTIONS(1348), - [anon_sym___extension__] = ACTIONS(1346), - [anon_sym_typedef] = ACTIONS(1346), - [anon_sym_extern] = ACTIONS(1346), - [anon_sym___attribute__] = ACTIONS(1346), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1348), - [anon_sym___declspec] = ACTIONS(1346), - [anon_sym___cdecl] = ACTIONS(1346), - [anon_sym___clrcall] = ACTIONS(1346), - [anon_sym___stdcall] = ACTIONS(1346), - [anon_sym___fastcall] = ACTIONS(1346), - [anon_sym___thiscall] = ACTIONS(1346), - [anon_sym___vectorcall] = ACTIONS(1346), - [anon_sym_LBRACE] = ACTIONS(1348), - [anon_sym_signed] = ACTIONS(1346), - [anon_sym_unsigned] = ACTIONS(1346), - [anon_sym_long] = ACTIONS(1346), - [anon_sym_short] = ACTIONS(1346), - [anon_sym_static] = ACTIONS(1346), - [anon_sym_auto] = ACTIONS(1346), - [anon_sym_register] = ACTIONS(1346), - [anon_sym_inline] = ACTIONS(1346), - [anon_sym___inline] = ACTIONS(1346), - [anon_sym___inline__] = ACTIONS(1346), - [anon_sym___forceinline] = ACTIONS(1346), - [anon_sym_thread_local] = ACTIONS(1346), - [anon_sym___thread] = ACTIONS(1346), - [anon_sym_const] = ACTIONS(1346), - [anon_sym_constexpr] = ACTIONS(1346), - [anon_sym_volatile] = ACTIONS(1346), - [anon_sym_restrict] = ACTIONS(1346), - [anon_sym___restrict__] = ACTIONS(1346), - [anon_sym__Atomic] = ACTIONS(1346), - [anon_sym__Noreturn] = ACTIONS(1346), - [anon_sym_noreturn] = ACTIONS(1346), - [sym_primitive_type] = ACTIONS(1346), - [anon_sym_enum] = ACTIONS(1346), - [anon_sym_struct] = ACTIONS(1346), - [anon_sym_union] = ACTIONS(1346), - [anon_sym_if] = ACTIONS(1346), - [anon_sym_else] = ACTIONS(1346), - [anon_sym_switch] = ACTIONS(1346), - [anon_sym_case] = ACTIONS(1346), - [anon_sym_default] = ACTIONS(1346), - [anon_sym_while] = ACTIONS(1346), - [anon_sym_do] = ACTIONS(1346), - [anon_sym_for] = ACTIONS(1346), - [anon_sym_return] = ACTIONS(1346), - [anon_sym_break] = ACTIONS(1346), - [anon_sym_continue] = ACTIONS(1346), - [anon_sym_goto] = ACTIONS(1346), - [anon_sym___try] = ACTIONS(1346), - [anon_sym___leave] = ACTIONS(1346), - [anon_sym_DASH_DASH] = ACTIONS(1348), - [anon_sym_PLUS_PLUS] = ACTIONS(1348), - [anon_sym_sizeof] = ACTIONS(1346), - [anon_sym___alignof__] = ACTIONS(1346), - [anon_sym___alignof] = ACTIONS(1346), - [anon_sym__alignof] = ACTIONS(1346), - [anon_sym_alignof] = ACTIONS(1346), - [anon_sym__Alignof] = ACTIONS(1346), - [anon_sym_offsetof] = ACTIONS(1346), - [anon_sym__Generic] = ACTIONS(1346), - [anon_sym_asm] = ACTIONS(1346), - [anon_sym___asm__] = ACTIONS(1346), - [sym_number_literal] = ACTIONS(1348), - [anon_sym_L_SQUOTE] = ACTIONS(1348), - [anon_sym_u_SQUOTE] = ACTIONS(1348), - [anon_sym_U_SQUOTE] = ACTIONS(1348), - [anon_sym_u8_SQUOTE] = ACTIONS(1348), - [anon_sym_SQUOTE] = ACTIONS(1348), - [anon_sym_L_DQUOTE] = ACTIONS(1348), - [anon_sym_u_DQUOTE] = ACTIONS(1348), - [anon_sym_U_DQUOTE] = ACTIONS(1348), - [anon_sym_u8_DQUOTE] = ACTIONS(1348), - [anon_sym_DQUOTE] = ACTIONS(1348), - [sym_true] = ACTIONS(1346), - [sym_false] = ACTIONS(1346), - [anon_sym_NULL] = ACTIONS(1346), - [anon_sym_nullptr] = ACTIONS(1346), - [sym_comment] = ACTIONS(3), - }, [109] = { [sym_identifier] = ACTIONS(1350), [aux_sym_preproc_include_token1] = ACTIONS(1350), @@ -31832,108 +31823,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [110] = { - [sym_identifier] = ACTIONS(1310), - [aux_sym_preproc_include_token1] = ACTIONS(1310), - [aux_sym_preproc_def_token1] = ACTIONS(1310), - [aux_sym_preproc_if_token1] = ACTIONS(1310), - [aux_sym_preproc_if_token2] = ACTIONS(1310), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1310), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1310), - [aux_sym_preproc_else_token1] = ACTIONS(1310), - [aux_sym_preproc_elif_token1] = ACTIONS(1310), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1310), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1310), - [sym_preproc_directive] = ACTIONS(1310), - [anon_sym_LPAREN2] = ACTIONS(1312), - [anon_sym_BANG] = ACTIONS(1312), - [anon_sym_TILDE] = ACTIONS(1312), - [anon_sym_DASH] = ACTIONS(1310), - [anon_sym_PLUS] = ACTIONS(1310), - [anon_sym_STAR] = ACTIONS(1312), - [anon_sym_AMP] = ACTIONS(1312), - [anon_sym_SEMI] = ACTIONS(1312), - [anon_sym___extension__] = ACTIONS(1310), - [anon_sym_typedef] = ACTIONS(1310), - [anon_sym_extern] = ACTIONS(1310), - [anon_sym___attribute__] = ACTIONS(1310), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1312), - [anon_sym___declspec] = ACTIONS(1310), - [anon_sym___cdecl] = ACTIONS(1310), - [anon_sym___clrcall] = ACTIONS(1310), - [anon_sym___stdcall] = ACTIONS(1310), - [anon_sym___fastcall] = ACTIONS(1310), - [anon_sym___thiscall] = ACTIONS(1310), - [anon_sym___vectorcall] = ACTIONS(1310), - [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_signed] = ACTIONS(1310), - [anon_sym_unsigned] = ACTIONS(1310), - [anon_sym_long] = ACTIONS(1310), - [anon_sym_short] = ACTIONS(1310), - [anon_sym_static] = ACTIONS(1310), - [anon_sym_auto] = ACTIONS(1310), - [anon_sym_register] = ACTIONS(1310), - [anon_sym_inline] = ACTIONS(1310), - [anon_sym___inline] = ACTIONS(1310), - [anon_sym___inline__] = ACTIONS(1310), - [anon_sym___forceinline] = ACTIONS(1310), - [anon_sym_thread_local] = ACTIONS(1310), - [anon_sym___thread] = ACTIONS(1310), - [anon_sym_const] = ACTIONS(1310), - [anon_sym_constexpr] = ACTIONS(1310), - [anon_sym_volatile] = ACTIONS(1310), - [anon_sym_restrict] = ACTIONS(1310), - [anon_sym___restrict__] = ACTIONS(1310), - [anon_sym__Atomic] = ACTIONS(1310), - [anon_sym__Noreturn] = ACTIONS(1310), - [anon_sym_noreturn] = ACTIONS(1310), - [sym_primitive_type] = ACTIONS(1310), - [anon_sym_enum] = ACTIONS(1310), - [anon_sym_struct] = ACTIONS(1310), - [anon_sym_union] = ACTIONS(1310), - [anon_sym_if] = ACTIONS(1310), - [anon_sym_else] = ACTIONS(1310), - [anon_sym_switch] = ACTIONS(1310), - [anon_sym_case] = ACTIONS(1310), - [anon_sym_default] = ACTIONS(1310), - [anon_sym_while] = ACTIONS(1310), - [anon_sym_do] = ACTIONS(1310), - [anon_sym_for] = ACTIONS(1310), - [anon_sym_return] = ACTIONS(1310), - [anon_sym_break] = ACTIONS(1310), - [anon_sym_continue] = ACTIONS(1310), - [anon_sym_goto] = ACTIONS(1310), - [anon_sym___try] = ACTIONS(1310), - [anon_sym___leave] = ACTIONS(1310), - [anon_sym_DASH_DASH] = ACTIONS(1312), - [anon_sym_PLUS_PLUS] = ACTIONS(1312), - [anon_sym_sizeof] = ACTIONS(1310), - [anon_sym___alignof__] = ACTIONS(1310), - [anon_sym___alignof] = ACTIONS(1310), - [anon_sym__alignof] = ACTIONS(1310), - [anon_sym_alignof] = ACTIONS(1310), - [anon_sym__Alignof] = ACTIONS(1310), - [anon_sym_offsetof] = ACTIONS(1310), - [anon_sym__Generic] = ACTIONS(1310), - [anon_sym_asm] = ACTIONS(1310), - [anon_sym___asm__] = ACTIONS(1310), - [sym_number_literal] = ACTIONS(1312), - [anon_sym_L_SQUOTE] = ACTIONS(1312), - [anon_sym_u_SQUOTE] = ACTIONS(1312), - [anon_sym_U_SQUOTE] = ACTIONS(1312), - [anon_sym_u8_SQUOTE] = ACTIONS(1312), - [anon_sym_SQUOTE] = ACTIONS(1312), - [anon_sym_L_DQUOTE] = ACTIONS(1312), - [anon_sym_u_DQUOTE] = ACTIONS(1312), - [anon_sym_U_DQUOTE] = ACTIONS(1312), - [anon_sym_u8_DQUOTE] = ACTIONS(1312), - [anon_sym_DQUOTE] = ACTIONS(1312), - [sym_true] = ACTIONS(1310), - [sym_false] = ACTIONS(1310), - [anon_sym_NULL] = ACTIONS(1310), - [anon_sym_nullptr] = ACTIONS(1310), - [sym_comment] = ACTIONS(3), - }, - [111] = { [sym_identifier] = ACTIONS(1354), [aux_sym_preproc_include_token1] = ACTIONS(1354), [aux_sym_preproc_def_token1] = ACTIONS(1354), @@ -32035,6 +31924,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1354), [sym_comment] = ACTIONS(3), }, + [111] = { + [sym_identifier] = ACTIONS(1310), + [aux_sym_preproc_include_token1] = ACTIONS(1310), + [aux_sym_preproc_def_token1] = ACTIONS(1310), + [aux_sym_preproc_if_token1] = ACTIONS(1310), + [aux_sym_preproc_if_token2] = ACTIONS(1310), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1310), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1310), + [aux_sym_preproc_else_token1] = ACTIONS(1310), + [aux_sym_preproc_elif_token1] = ACTIONS(1310), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1310), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1310), + [sym_preproc_directive] = ACTIONS(1310), + [anon_sym_LPAREN2] = ACTIONS(1312), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_TILDE] = ACTIONS(1312), + [anon_sym_DASH] = ACTIONS(1310), + [anon_sym_PLUS] = ACTIONS(1310), + [anon_sym_STAR] = ACTIONS(1312), + [anon_sym_AMP] = ACTIONS(1312), + [anon_sym_SEMI] = ACTIONS(1312), + [anon_sym___extension__] = ACTIONS(1310), + [anon_sym_typedef] = ACTIONS(1310), + [anon_sym_extern] = ACTIONS(1310), + [anon_sym___attribute__] = ACTIONS(1310), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1312), + [anon_sym___declspec] = ACTIONS(1310), + [anon_sym___cdecl] = ACTIONS(1310), + [anon_sym___clrcall] = ACTIONS(1310), + [anon_sym___stdcall] = ACTIONS(1310), + [anon_sym___fastcall] = ACTIONS(1310), + [anon_sym___thiscall] = ACTIONS(1310), + [anon_sym___vectorcall] = ACTIONS(1310), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_signed] = ACTIONS(1310), + [anon_sym_unsigned] = ACTIONS(1310), + [anon_sym_long] = ACTIONS(1310), + [anon_sym_short] = ACTIONS(1310), + [anon_sym_static] = ACTIONS(1310), + [anon_sym_auto] = ACTIONS(1310), + [anon_sym_register] = ACTIONS(1310), + [anon_sym_inline] = ACTIONS(1310), + [anon_sym___inline] = ACTIONS(1310), + [anon_sym___inline__] = ACTIONS(1310), + [anon_sym___forceinline] = ACTIONS(1310), + [anon_sym_thread_local] = ACTIONS(1310), + [anon_sym___thread] = ACTIONS(1310), + [anon_sym_const] = ACTIONS(1310), + [anon_sym_constexpr] = ACTIONS(1310), + [anon_sym_volatile] = ACTIONS(1310), + [anon_sym_restrict] = ACTIONS(1310), + [anon_sym___restrict__] = ACTIONS(1310), + [anon_sym__Atomic] = ACTIONS(1310), + [anon_sym__Noreturn] = ACTIONS(1310), + [anon_sym_noreturn] = ACTIONS(1310), + [sym_primitive_type] = ACTIONS(1310), + [anon_sym_enum] = ACTIONS(1310), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_union] = ACTIONS(1310), + [anon_sym_if] = ACTIONS(1310), + [anon_sym_else] = ACTIONS(1310), + [anon_sym_switch] = ACTIONS(1310), + [anon_sym_case] = ACTIONS(1310), + [anon_sym_default] = ACTIONS(1310), + [anon_sym_while] = ACTIONS(1310), + [anon_sym_do] = ACTIONS(1310), + [anon_sym_for] = ACTIONS(1310), + [anon_sym_return] = ACTIONS(1310), + [anon_sym_break] = ACTIONS(1310), + [anon_sym_continue] = ACTIONS(1310), + [anon_sym_goto] = ACTIONS(1310), + [anon_sym___try] = ACTIONS(1310), + [anon_sym___leave] = ACTIONS(1310), + [anon_sym_DASH_DASH] = ACTIONS(1312), + [anon_sym_PLUS_PLUS] = ACTIONS(1312), + [anon_sym_sizeof] = ACTIONS(1310), + [anon_sym___alignof__] = ACTIONS(1310), + [anon_sym___alignof] = ACTIONS(1310), + [anon_sym__alignof] = ACTIONS(1310), + [anon_sym_alignof] = ACTIONS(1310), + [anon_sym__Alignof] = ACTIONS(1310), + [anon_sym_offsetof] = ACTIONS(1310), + [anon_sym__Generic] = ACTIONS(1310), + [anon_sym_asm] = ACTIONS(1310), + [anon_sym___asm__] = ACTIONS(1310), + [sym_number_literal] = ACTIONS(1312), + [anon_sym_L_SQUOTE] = ACTIONS(1312), + [anon_sym_u_SQUOTE] = ACTIONS(1312), + [anon_sym_U_SQUOTE] = ACTIONS(1312), + [anon_sym_u8_SQUOTE] = ACTIONS(1312), + [anon_sym_SQUOTE] = ACTIONS(1312), + [anon_sym_L_DQUOTE] = ACTIONS(1312), + [anon_sym_u_DQUOTE] = ACTIONS(1312), + [anon_sym_U_DQUOTE] = ACTIONS(1312), + [anon_sym_u8_DQUOTE] = ACTIONS(1312), + [anon_sym_DQUOTE] = ACTIONS(1312), + [sym_true] = ACTIONS(1310), + [sym_false] = ACTIONS(1310), + [anon_sym_NULL] = ACTIONS(1310), + [anon_sym_nullptr] = ACTIONS(1310), + [sym_comment] = ACTIONS(3), + }, [112] = { [sym_identifier] = ACTIONS(1358), [aux_sym_preproc_include_token1] = ACTIONS(1358), @@ -32750,108 +32741,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [119] = { - [sym_identifier] = ACTIONS(1310), - [aux_sym_preproc_include_token1] = ACTIONS(1310), - [aux_sym_preproc_def_token1] = ACTIONS(1310), - [aux_sym_preproc_if_token1] = ACTIONS(1310), - [aux_sym_preproc_if_token2] = ACTIONS(1310), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1310), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1310), - [aux_sym_preproc_else_token1] = ACTIONS(1310), - [aux_sym_preproc_elif_token1] = ACTIONS(1310), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1310), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1310), - [sym_preproc_directive] = ACTIONS(1310), - [anon_sym_LPAREN2] = ACTIONS(1312), - [anon_sym_BANG] = ACTIONS(1312), - [anon_sym_TILDE] = ACTIONS(1312), - [anon_sym_DASH] = ACTIONS(1310), - [anon_sym_PLUS] = ACTIONS(1310), - [anon_sym_STAR] = ACTIONS(1312), - [anon_sym_AMP] = ACTIONS(1312), - [anon_sym_SEMI] = ACTIONS(1312), - [anon_sym___extension__] = ACTIONS(1310), - [anon_sym_typedef] = ACTIONS(1310), - [anon_sym_extern] = ACTIONS(1310), - [anon_sym___attribute__] = ACTIONS(1310), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1312), - [anon_sym___declspec] = ACTIONS(1310), - [anon_sym___cdecl] = ACTIONS(1310), - [anon_sym___clrcall] = ACTIONS(1310), - [anon_sym___stdcall] = ACTIONS(1310), - [anon_sym___fastcall] = ACTIONS(1310), - [anon_sym___thiscall] = ACTIONS(1310), - [anon_sym___vectorcall] = ACTIONS(1310), - [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_signed] = ACTIONS(1310), - [anon_sym_unsigned] = ACTIONS(1310), - [anon_sym_long] = ACTIONS(1310), - [anon_sym_short] = ACTIONS(1310), - [anon_sym_static] = ACTIONS(1310), - [anon_sym_auto] = ACTIONS(1310), - [anon_sym_register] = ACTIONS(1310), - [anon_sym_inline] = ACTIONS(1310), - [anon_sym___inline] = ACTIONS(1310), - [anon_sym___inline__] = ACTIONS(1310), - [anon_sym___forceinline] = ACTIONS(1310), - [anon_sym_thread_local] = ACTIONS(1310), - [anon_sym___thread] = ACTIONS(1310), - [anon_sym_const] = ACTIONS(1310), - [anon_sym_constexpr] = ACTIONS(1310), - [anon_sym_volatile] = ACTIONS(1310), - [anon_sym_restrict] = ACTIONS(1310), - [anon_sym___restrict__] = ACTIONS(1310), - [anon_sym__Atomic] = ACTIONS(1310), - [anon_sym__Noreturn] = ACTIONS(1310), - [anon_sym_noreturn] = ACTIONS(1310), - [sym_primitive_type] = ACTIONS(1310), - [anon_sym_enum] = ACTIONS(1310), - [anon_sym_struct] = ACTIONS(1310), - [anon_sym_union] = ACTIONS(1310), - [anon_sym_if] = ACTIONS(1310), - [anon_sym_else] = ACTIONS(1310), - [anon_sym_switch] = ACTIONS(1310), - [anon_sym_case] = ACTIONS(1310), - [anon_sym_default] = ACTIONS(1310), - [anon_sym_while] = ACTIONS(1310), - [anon_sym_do] = ACTIONS(1310), - [anon_sym_for] = ACTIONS(1310), - [anon_sym_return] = ACTIONS(1310), - [anon_sym_break] = ACTIONS(1310), - [anon_sym_continue] = ACTIONS(1310), - [anon_sym_goto] = ACTIONS(1310), - [anon_sym___try] = ACTIONS(1310), - [anon_sym___leave] = ACTIONS(1310), - [anon_sym_DASH_DASH] = ACTIONS(1312), - [anon_sym_PLUS_PLUS] = ACTIONS(1312), - [anon_sym_sizeof] = ACTIONS(1310), - [anon_sym___alignof__] = ACTIONS(1310), - [anon_sym___alignof] = ACTIONS(1310), - [anon_sym__alignof] = ACTIONS(1310), - [anon_sym_alignof] = ACTIONS(1310), - [anon_sym__Alignof] = ACTIONS(1310), - [anon_sym_offsetof] = ACTIONS(1310), - [anon_sym__Generic] = ACTIONS(1310), - [anon_sym_asm] = ACTIONS(1310), - [anon_sym___asm__] = ACTIONS(1310), - [sym_number_literal] = ACTIONS(1312), - [anon_sym_L_SQUOTE] = ACTIONS(1312), - [anon_sym_u_SQUOTE] = ACTIONS(1312), - [anon_sym_U_SQUOTE] = ACTIONS(1312), - [anon_sym_u8_SQUOTE] = ACTIONS(1312), - [anon_sym_SQUOTE] = ACTIONS(1312), - [anon_sym_L_DQUOTE] = ACTIONS(1312), - [anon_sym_u_DQUOTE] = ACTIONS(1312), - [anon_sym_U_DQUOTE] = ACTIONS(1312), - [anon_sym_u8_DQUOTE] = ACTIONS(1312), - [anon_sym_DQUOTE] = ACTIONS(1312), - [sym_true] = ACTIONS(1310), - [sym_false] = ACTIONS(1310), - [anon_sym_NULL] = ACTIONS(1310), - [anon_sym_nullptr] = ACTIONS(1310), - [sym_comment] = ACTIONS(3), - }, - [120] = { [sym_identifier] = ACTIONS(1382), [aux_sym_preproc_include_token1] = ACTIONS(1382), [aux_sym_preproc_def_token1] = ACTIONS(1382), @@ -32953,7 +32842,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1382), [sym_comment] = ACTIONS(3), }, - [121] = { + [120] = { [sym_identifier] = ACTIONS(1386), [aux_sym_preproc_include_token1] = ACTIONS(1386), [aux_sym_preproc_def_token1] = ACTIONS(1386), @@ -33055,109 +32944,109 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1386), [sym_comment] = ACTIONS(3), }, - [122] = { - [sym_identifier] = ACTIONS(1310), - [aux_sym_preproc_include_token1] = ACTIONS(1310), - [aux_sym_preproc_def_token1] = ACTIONS(1310), - [aux_sym_preproc_if_token1] = ACTIONS(1310), - [aux_sym_preproc_if_token2] = ACTIONS(1310), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1310), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1310), - [aux_sym_preproc_else_token1] = ACTIONS(1310), - [aux_sym_preproc_elif_token1] = ACTIONS(1310), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1310), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1310), - [sym_preproc_directive] = ACTIONS(1310), - [anon_sym_LPAREN2] = ACTIONS(1312), - [anon_sym_BANG] = ACTIONS(1312), - [anon_sym_TILDE] = ACTIONS(1312), - [anon_sym_DASH] = ACTIONS(1310), - [anon_sym_PLUS] = ACTIONS(1310), - [anon_sym_STAR] = ACTIONS(1312), - [anon_sym_AMP] = ACTIONS(1312), - [anon_sym_SEMI] = ACTIONS(1312), - [anon_sym___extension__] = ACTIONS(1310), - [anon_sym_typedef] = ACTIONS(1310), - [anon_sym_extern] = ACTIONS(1310), - [anon_sym___attribute__] = ACTIONS(1310), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1312), - [anon_sym___declspec] = ACTIONS(1310), - [anon_sym___cdecl] = ACTIONS(1310), - [anon_sym___clrcall] = ACTIONS(1310), - [anon_sym___stdcall] = ACTIONS(1310), - [anon_sym___fastcall] = ACTIONS(1310), - [anon_sym___thiscall] = ACTIONS(1310), - [anon_sym___vectorcall] = ACTIONS(1310), - [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_signed] = ACTIONS(1310), - [anon_sym_unsigned] = ACTIONS(1310), - [anon_sym_long] = ACTIONS(1310), - [anon_sym_short] = ACTIONS(1310), - [anon_sym_static] = ACTIONS(1310), - [anon_sym_auto] = ACTIONS(1310), - [anon_sym_register] = ACTIONS(1310), - [anon_sym_inline] = ACTIONS(1310), - [anon_sym___inline] = ACTIONS(1310), - [anon_sym___inline__] = ACTIONS(1310), - [anon_sym___forceinline] = ACTIONS(1310), - [anon_sym_thread_local] = ACTIONS(1310), - [anon_sym___thread] = ACTIONS(1310), - [anon_sym_const] = ACTIONS(1310), - [anon_sym_constexpr] = ACTIONS(1310), - [anon_sym_volatile] = ACTIONS(1310), - [anon_sym_restrict] = ACTIONS(1310), - [anon_sym___restrict__] = ACTIONS(1310), - [anon_sym__Atomic] = ACTIONS(1310), - [anon_sym__Noreturn] = ACTIONS(1310), - [anon_sym_noreturn] = ACTIONS(1310), - [sym_primitive_type] = ACTIONS(1310), - [anon_sym_enum] = ACTIONS(1310), - [anon_sym_struct] = ACTIONS(1310), - [anon_sym_union] = ACTIONS(1310), - [anon_sym_if] = ACTIONS(1310), - [anon_sym_else] = ACTIONS(1310), - [anon_sym_switch] = ACTIONS(1310), - [anon_sym_case] = ACTIONS(1310), - [anon_sym_default] = ACTIONS(1310), - [anon_sym_while] = ACTIONS(1310), - [anon_sym_do] = ACTIONS(1310), - [anon_sym_for] = ACTIONS(1310), - [anon_sym_return] = ACTIONS(1310), - [anon_sym_break] = ACTIONS(1310), - [anon_sym_continue] = ACTIONS(1310), - [anon_sym_goto] = ACTIONS(1310), - [anon_sym___try] = ACTIONS(1310), - [anon_sym___leave] = ACTIONS(1310), - [anon_sym_DASH_DASH] = ACTIONS(1312), - [anon_sym_PLUS_PLUS] = ACTIONS(1312), - [anon_sym_sizeof] = ACTIONS(1310), - [anon_sym___alignof__] = ACTIONS(1310), - [anon_sym___alignof] = ACTIONS(1310), - [anon_sym__alignof] = ACTIONS(1310), - [anon_sym_alignof] = ACTIONS(1310), - [anon_sym__Alignof] = ACTIONS(1310), - [anon_sym_offsetof] = ACTIONS(1310), - [anon_sym__Generic] = ACTIONS(1310), - [anon_sym_asm] = ACTIONS(1310), - [anon_sym___asm__] = ACTIONS(1310), - [sym_number_literal] = ACTIONS(1312), - [anon_sym_L_SQUOTE] = ACTIONS(1312), - [anon_sym_u_SQUOTE] = ACTIONS(1312), - [anon_sym_U_SQUOTE] = ACTIONS(1312), - [anon_sym_u8_SQUOTE] = ACTIONS(1312), - [anon_sym_SQUOTE] = ACTIONS(1312), - [anon_sym_L_DQUOTE] = ACTIONS(1312), - [anon_sym_u_DQUOTE] = ACTIONS(1312), - [anon_sym_U_DQUOTE] = ACTIONS(1312), - [anon_sym_u8_DQUOTE] = ACTIONS(1312), - [anon_sym_DQUOTE] = ACTIONS(1312), - [sym_true] = ACTIONS(1310), - [sym_false] = ACTIONS(1310), - [anon_sym_NULL] = ACTIONS(1310), - [anon_sym_nullptr] = ACTIONS(1310), + [121] = { + [sym_identifier] = ACTIONS(1390), + [aux_sym_preproc_include_token1] = ACTIONS(1390), + [aux_sym_preproc_def_token1] = ACTIONS(1390), + [aux_sym_preproc_if_token1] = ACTIONS(1390), + [aux_sym_preproc_if_token2] = ACTIONS(1390), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1390), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1390), + [aux_sym_preproc_else_token1] = ACTIONS(1390), + [aux_sym_preproc_elif_token1] = ACTIONS(1390), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1390), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1390), + [sym_preproc_directive] = ACTIONS(1390), + [anon_sym_LPAREN2] = ACTIONS(1392), + [anon_sym_BANG] = ACTIONS(1392), + [anon_sym_TILDE] = ACTIONS(1392), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_AMP] = ACTIONS(1392), + [anon_sym_SEMI] = ACTIONS(1392), + [anon_sym___extension__] = ACTIONS(1390), + [anon_sym_typedef] = ACTIONS(1390), + [anon_sym_extern] = ACTIONS(1390), + [anon_sym___attribute__] = ACTIONS(1390), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1392), + [anon_sym___declspec] = ACTIONS(1390), + [anon_sym___cdecl] = ACTIONS(1390), + [anon_sym___clrcall] = ACTIONS(1390), + [anon_sym___stdcall] = ACTIONS(1390), + [anon_sym___fastcall] = ACTIONS(1390), + [anon_sym___thiscall] = ACTIONS(1390), + [anon_sym___vectorcall] = ACTIONS(1390), + [anon_sym_LBRACE] = ACTIONS(1392), + [anon_sym_signed] = ACTIONS(1390), + [anon_sym_unsigned] = ACTIONS(1390), + [anon_sym_long] = ACTIONS(1390), + [anon_sym_short] = ACTIONS(1390), + [anon_sym_static] = ACTIONS(1390), + [anon_sym_auto] = ACTIONS(1390), + [anon_sym_register] = ACTIONS(1390), + [anon_sym_inline] = ACTIONS(1390), + [anon_sym___inline] = ACTIONS(1390), + [anon_sym___inline__] = ACTIONS(1390), + [anon_sym___forceinline] = ACTIONS(1390), + [anon_sym_thread_local] = ACTIONS(1390), + [anon_sym___thread] = ACTIONS(1390), + [anon_sym_const] = ACTIONS(1390), + [anon_sym_constexpr] = ACTIONS(1390), + [anon_sym_volatile] = ACTIONS(1390), + [anon_sym_restrict] = ACTIONS(1390), + [anon_sym___restrict__] = ACTIONS(1390), + [anon_sym__Atomic] = ACTIONS(1390), + [anon_sym__Noreturn] = ACTIONS(1390), + [anon_sym_noreturn] = ACTIONS(1390), + [sym_primitive_type] = ACTIONS(1390), + [anon_sym_enum] = ACTIONS(1390), + [anon_sym_struct] = ACTIONS(1390), + [anon_sym_union] = ACTIONS(1390), + [anon_sym_if] = ACTIONS(1390), + [anon_sym_else] = ACTIONS(1390), + [anon_sym_switch] = ACTIONS(1390), + [anon_sym_case] = ACTIONS(1390), + [anon_sym_default] = ACTIONS(1390), + [anon_sym_while] = ACTIONS(1390), + [anon_sym_do] = ACTIONS(1390), + [anon_sym_for] = ACTIONS(1390), + [anon_sym_return] = ACTIONS(1390), + [anon_sym_break] = ACTIONS(1390), + [anon_sym_continue] = ACTIONS(1390), + [anon_sym_goto] = ACTIONS(1390), + [anon_sym___try] = ACTIONS(1390), + [anon_sym___leave] = ACTIONS(1390), + [anon_sym_DASH_DASH] = ACTIONS(1392), + [anon_sym_PLUS_PLUS] = ACTIONS(1392), + [anon_sym_sizeof] = ACTIONS(1390), + [anon_sym___alignof__] = ACTIONS(1390), + [anon_sym___alignof] = ACTIONS(1390), + [anon_sym__alignof] = ACTIONS(1390), + [anon_sym_alignof] = ACTIONS(1390), + [anon_sym__Alignof] = ACTIONS(1390), + [anon_sym_offsetof] = ACTIONS(1390), + [anon_sym__Generic] = ACTIONS(1390), + [anon_sym_asm] = ACTIONS(1390), + [anon_sym___asm__] = ACTIONS(1390), + [sym_number_literal] = ACTIONS(1392), + [anon_sym_L_SQUOTE] = ACTIONS(1392), + [anon_sym_u_SQUOTE] = ACTIONS(1392), + [anon_sym_U_SQUOTE] = ACTIONS(1392), + [anon_sym_u8_SQUOTE] = ACTIONS(1392), + [anon_sym_SQUOTE] = ACTIONS(1392), + [anon_sym_L_DQUOTE] = ACTIONS(1392), + [anon_sym_u_DQUOTE] = ACTIONS(1392), + [anon_sym_U_DQUOTE] = ACTIONS(1392), + [anon_sym_u8_DQUOTE] = ACTIONS(1392), + [anon_sym_DQUOTE] = ACTIONS(1392), + [sym_true] = ACTIONS(1390), + [sym_false] = ACTIONS(1390), + [anon_sym_NULL] = ACTIONS(1390), + [anon_sym_nullptr] = ACTIONS(1390), [sym_comment] = ACTIONS(3), }, - [123] = { + [122] = { [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), [aux_sym_preproc_def_token1] = ACTIONS(1310), @@ -33259,211 +33148,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [124] = { - [sym_identifier] = ACTIONS(1344), - [aux_sym_preproc_include_token1] = ACTIONS(1344), - [aux_sym_preproc_def_token1] = ACTIONS(1344), - [aux_sym_preproc_if_token1] = ACTIONS(1344), - [aux_sym_preproc_if_token2] = ACTIONS(1344), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1344), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1344), - [aux_sym_preproc_else_token1] = ACTIONS(1344), - [aux_sym_preproc_elif_token1] = ACTIONS(1344), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1344), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1344), - [sym_preproc_directive] = ACTIONS(1344), - [anon_sym_LPAREN2] = ACTIONS(1342), - [anon_sym_BANG] = ACTIONS(1342), - [anon_sym_TILDE] = ACTIONS(1342), - [anon_sym_DASH] = ACTIONS(1344), - [anon_sym_PLUS] = ACTIONS(1344), - [anon_sym_STAR] = ACTIONS(1342), - [anon_sym_AMP] = ACTIONS(1342), - [anon_sym_SEMI] = ACTIONS(1342), - [anon_sym___extension__] = ACTIONS(1344), - [anon_sym_typedef] = ACTIONS(1344), - [anon_sym_extern] = ACTIONS(1344), - [anon_sym___attribute__] = ACTIONS(1344), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1342), - [anon_sym___declspec] = ACTIONS(1344), - [anon_sym___cdecl] = ACTIONS(1344), - [anon_sym___clrcall] = ACTIONS(1344), - [anon_sym___stdcall] = ACTIONS(1344), - [anon_sym___fastcall] = ACTIONS(1344), - [anon_sym___thiscall] = ACTIONS(1344), - [anon_sym___vectorcall] = ACTIONS(1344), - [anon_sym_LBRACE] = ACTIONS(1342), - [anon_sym_signed] = ACTIONS(1344), - [anon_sym_unsigned] = ACTIONS(1344), - [anon_sym_long] = ACTIONS(1344), - [anon_sym_short] = ACTIONS(1344), - [anon_sym_static] = ACTIONS(1344), - [anon_sym_auto] = ACTIONS(1344), - [anon_sym_register] = ACTIONS(1344), - [anon_sym_inline] = ACTIONS(1344), - [anon_sym___inline] = ACTIONS(1344), - [anon_sym___inline__] = ACTIONS(1344), - [anon_sym___forceinline] = ACTIONS(1344), - [anon_sym_thread_local] = ACTIONS(1344), - [anon_sym___thread] = ACTIONS(1344), - [anon_sym_const] = ACTIONS(1344), - [anon_sym_constexpr] = ACTIONS(1344), - [anon_sym_volatile] = ACTIONS(1344), - [anon_sym_restrict] = ACTIONS(1344), - [anon_sym___restrict__] = ACTIONS(1344), - [anon_sym__Atomic] = ACTIONS(1344), - [anon_sym__Noreturn] = ACTIONS(1344), - [anon_sym_noreturn] = ACTIONS(1344), - [sym_primitive_type] = ACTIONS(1344), - [anon_sym_enum] = ACTIONS(1344), - [anon_sym_struct] = ACTIONS(1344), - [anon_sym_union] = ACTIONS(1344), - [anon_sym_if] = ACTIONS(1344), - [anon_sym_else] = ACTIONS(1344), - [anon_sym_switch] = ACTIONS(1344), - [anon_sym_case] = ACTIONS(1344), - [anon_sym_default] = ACTIONS(1344), - [anon_sym_while] = ACTIONS(1344), - [anon_sym_do] = ACTIONS(1344), - [anon_sym_for] = ACTIONS(1344), - [anon_sym_return] = ACTIONS(1344), - [anon_sym_break] = ACTIONS(1344), - [anon_sym_continue] = ACTIONS(1344), - [anon_sym_goto] = ACTIONS(1344), - [anon_sym___try] = ACTIONS(1344), - [anon_sym___leave] = ACTIONS(1344), - [anon_sym_DASH_DASH] = ACTIONS(1342), - [anon_sym_PLUS_PLUS] = ACTIONS(1342), - [anon_sym_sizeof] = ACTIONS(1344), - [anon_sym___alignof__] = ACTIONS(1344), - [anon_sym___alignof] = ACTIONS(1344), - [anon_sym__alignof] = ACTIONS(1344), - [anon_sym_alignof] = ACTIONS(1344), - [anon_sym__Alignof] = ACTIONS(1344), - [anon_sym_offsetof] = ACTIONS(1344), - [anon_sym__Generic] = ACTIONS(1344), - [anon_sym_asm] = ACTIONS(1344), - [anon_sym___asm__] = ACTIONS(1344), - [sym_number_literal] = ACTIONS(1342), - [anon_sym_L_SQUOTE] = ACTIONS(1342), - [anon_sym_u_SQUOTE] = ACTIONS(1342), - [anon_sym_U_SQUOTE] = ACTIONS(1342), - [anon_sym_u8_SQUOTE] = ACTIONS(1342), - [anon_sym_SQUOTE] = ACTIONS(1342), - [anon_sym_L_DQUOTE] = ACTIONS(1342), - [anon_sym_u_DQUOTE] = ACTIONS(1342), - [anon_sym_U_DQUOTE] = ACTIONS(1342), - [anon_sym_u8_DQUOTE] = ACTIONS(1342), - [anon_sym_DQUOTE] = ACTIONS(1342), - [sym_true] = ACTIONS(1344), - [sym_false] = ACTIONS(1344), - [anon_sym_NULL] = ACTIONS(1344), - [anon_sym_nullptr] = ACTIONS(1344), - [sym_comment] = ACTIONS(3), - }, - [125] = { - [sym_identifier] = ACTIONS(1390), - [aux_sym_preproc_include_token1] = ACTIONS(1390), - [aux_sym_preproc_def_token1] = ACTIONS(1390), - [aux_sym_preproc_if_token1] = ACTIONS(1390), - [aux_sym_preproc_if_token2] = ACTIONS(1390), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1390), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1390), - [aux_sym_preproc_else_token1] = ACTIONS(1390), - [aux_sym_preproc_elif_token1] = ACTIONS(1390), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1390), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1390), - [sym_preproc_directive] = ACTIONS(1390), - [anon_sym_LPAREN2] = ACTIONS(1392), - [anon_sym_BANG] = ACTIONS(1392), - [anon_sym_TILDE] = ACTIONS(1392), - [anon_sym_DASH] = ACTIONS(1390), - [anon_sym_PLUS] = ACTIONS(1390), - [anon_sym_STAR] = ACTIONS(1392), - [anon_sym_AMP] = ACTIONS(1392), - [anon_sym_SEMI] = ACTIONS(1392), - [anon_sym___extension__] = ACTIONS(1390), - [anon_sym_typedef] = ACTIONS(1390), - [anon_sym_extern] = ACTIONS(1390), - [anon_sym___attribute__] = ACTIONS(1390), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1392), - [anon_sym___declspec] = ACTIONS(1390), - [anon_sym___cdecl] = ACTIONS(1390), - [anon_sym___clrcall] = ACTIONS(1390), - [anon_sym___stdcall] = ACTIONS(1390), - [anon_sym___fastcall] = ACTIONS(1390), - [anon_sym___thiscall] = ACTIONS(1390), - [anon_sym___vectorcall] = ACTIONS(1390), - [anon_sym_LBRACE] = ACTIONS(1392), - [anon_sym_signed] = ACTIONS(1390), - [anon_sym_unsigned] = ACTIONS(1390), - [anon_sym_long] = ACTIONS(1390), - [anon_sym_short] = ACTIONS(1390), - [anon_sym_static] = ACTIONS(1390), - [anon_sym_auto] = ACTIONS(1390), - [anon_sym_register] = ACTIONS(1390), - [anon_sym_inline] = ACTIONS(1390), - [anon_sym___inline] = ACTIONS(1390), - [anon_sym___inline__] = ACTIONS(1390), - [anon_sym___forceinline] = ACTIONS(1390), - [anon_sym_thread_local] = ACTIONS(1390), - [anon_sym___thread] = ACTIONS(1390), - [anon_sym_const] = ACTIONS(1390), - [anon_sym_constexpr] = ACTIONS(1390), - [anon_sym_volatile] = ACTIONS(1390), - [anon_sym_restrict] = ACTIONS(1390), - [anon_sym___restrict__] = ACTIONS(1390), - [anon_sym__Atomic] = ACTIONS(1390), - [anon_sym__Noreturn] = ACTIONS(1390), - [anon_sym_noreturn] = ACTIONS(1390), - [sym_primitive_type] = ACTIONS(1390), - [anon_sym_enum] = ACTIONS(1390), - [anon_sym_struct] = ACTIONS(1390), - [anon_sym_union] = ACTIONS(1390), - [anon_sym_if] = ACTIONS(1390), - [anon_sym_else] = ACTIONS(1390), - [anon_sym_switch] = ACTIONS(1390), - [anon_sym_case] = ACTIONS(1390), - [anon_sym_default] = ACTIONS(1390), - [anon_sym_while] = ACTIONS(1390), - [anon_sym_do] = ACTIONS(1390), - [anon_sym_for] = ACTIONS(1390), - [anon_sym_return] = ACTIONS(1390), - [anon_sym_break] = ACTIONS(1390), - [anon_sym_continue] = ACTIONS(1390), - [anon_sym_goto] = ACTIONS(1390), - [anon_sym___try] = ACTIONS(1390), - [anon_sym___leave] = ACTIONS(1390), - [anon_sym_DASH_DASH] = ACTIONS(1392), - [anon_sym_PLUS_PLUS] = ACTIONS(1392), - [anon_sym_sizeof] = ACTIONS(1390), - [anon_sym___alignof__] = ACTIONS(1390), - [anon_sym___alignof] = ACTIONS(1390), - [anon_sym__alignof] = ACTIONS(1390), - [anon_sym_alignof] = ACTIONS(1390), - [anon_sym__Alignof] = ACTIONS(1390), - [anon_sym_offsetof] = ACTIONS(1390), - [anon_sym__Generic] = ACTIONS(1390), - [anon_sym_asm] = ACTIONS(1390), - [anon_sym___asm__] = ACTIONS(1390), - [sym_number_literal] = ACTIONS(1392), - [anon_sym_L_SQUOTE] = ACTIONS(1392), - [anon_sym_u_SQUOTE] = ACTIONS(1392), - [anon_sym_U_SQUOTE] = ACTIONS(1392), - [anon_sym_u8_SQUOTE] = ACTIONS(1392), - [anon_sym_SQUOTE] = ACTIONS(1392), - [anon_sym_L_DQUOTE] = ACTIONS(1392), - [anon_sym_u_DQUOTE] = ACTIONS(1392), - [anon_sym_U_DQUOTE] = ACTIONS(1392), - [anon_sym_u8_DQUOTE] = ACTIONS(1392), - [anon_sym_DQUOTE] = ACTIONS(1392), - [sym_true] = ACTIONS(1390), - [sym_false] = ACTIONS(1390), - [anon_sym_NULL] = ACTIONS(1390), - [anon_sym_nullptr] = ACTIONS(1390), - [sym_comment] = ACTIONS(3), - }, - [126] = { + [123] = { [sym_identifier] = ACTIONS(1394), [aux_sym_preproc_include_token1] = ACTIONS(1394), [aux_sym_preproc_def_token1] = ACTIONS(1394), @@ -33565,109 +33250,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1394), [sym_comment] = ACTIONS(3), }, - [127] = { - [sym_identifier] = ACTIONS(1398), - [aux_sym_preproc_include_token1] = ACTIONS(1398), - [aux_sym_preproc_def_token1] = ACTIONS(1398), - [aux_sym_preproc_if_token1] = ACTIONS(1398), - [aux_sym_preproc_if_token2] = ACTIONS(1398), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1398), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1398), - [aux_sym_preproc_else_token1] = ACTIONS(1398), - [aux_sym_preproc_elif_token1] = ACTIONS(1398), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1398), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1398), - [sym_preproc_directive] = ACTIONS(1398), - [anon_sym_LPAREN2] = ACTIONS(1400), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_TILDE] = ACTIONS(1400), - [anon_sym_DASH] = ACTIONS(1398), - [anon_sym_PLUS] = ACTIONS(1398), - [anon_sym_STAR] = ACTIONS(1400), - [anon_sym_AMP] = ACTIONS(1400), - [anon_sym_SEMI] = ACTIONS(1400), - [anon_sym___extension__] = ACTIONS(1398), - [anon_sym_typedef] = ACTIONS(1398), - [anon_sym_extern] = ACTIONS(1398), - [anon_sym___attribute__] = ACTIONS(1398), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1400), - [anon_sym___declspec] = ACTIONS(1398), - [anon_sym___cdecl] = ACTIONS(1398), - [anon_sym___clrcall] = ACTIONS(1398), - [anon_sym___stdcall] = ACTIONS(1398), - [anon_sym___fastcall] = ACTIONS(1398), - [anon_sym___thiscall] = ACTIONS(1398), - [anon_sym___vectorcall] = ACTIONS(1398), - [anon_sym_LBRACE] = ACTIONS(1400), - [anon_sym_signed] = ACTIONS(1398), - [anon_sym_unsigned] = ACTIONS(1398), - [anon_sym_long] = ACTIONS(1398), - [anon_sym_short] = ACTIONS(1398), - [anon_sym_static] = ACTIONS(1398), - [anon_sym_auto] = ACTIONS(1398), - [anon_sym_register] = ACTIONS(1398), - [anon_sym_inline] = ACTIONS(1398), - [anon_sym___inline] = ACTIONS(1398), - [anon_sym___inline__] = ACTIONS(1398), - [anon_sym___forceinline] = ACTIONS(1398), - [anon_sym_thread_local] = ACTIONS(1398), - [anon_sym___thread] = ACTIONS(1398), - [anon_sym_const] = ACTIONS(1398), - [anon_sym_constexpr] = ACTIONS(1398), - [anon_sym_volatile] = ACTIONS(1398), - [anon_sym_restrict] = ACTIONS(1398), - [anon_sym___restrict__] = ACTIONS(1398), - [anon_sym__Atomic] = ACTIONS(1398), - [anon_sym__Noreturn] = ACTIONS(1398), - [anon_sym_noreturn] = ACTIONS(1398), - [sym_primitive_type] = ACTIONS(1398), - [anon_sym_enum] = ACTIONS(1398), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_union] = ACTIONS(1398), - [anon_sym_if] = ACTIONS(1398), - [anon_sym_else] = ACTIONS(1398), - [anon_sym_switch] = ACTIONS(1398), - [anon_sym_case] = ACTIONS(1398), - [anon_sym_default] = ACTIONS(1398), - [anon_sym_while] = ACTIONS(1398), - [anon_sym_do] = ACTIONS(1398), - [anon_sym_for] = ACTIONS(1398), - [anon_sym_return] = ACTIONS(1398), - [anon_sym_break] = ACTIONS(1398), - [anon_sym_continue] = ACTIONS(1398), - [anon_sym_goto] = ACTIONS(1398), - [anon_sym___try] = ACTIONS(1398), - [anon_sym___leave] = ACTIONS(1398), - [anon_sym_DASH_DASH] = ACTIONS(1400), - [anon_sym_PLUS_PLUS] = ACTIONS(1400), - [anon_sym_sizeof] = ACTIONS(1398), - [anon_sym___alignof__] = ACTIONS(1398), - [anon_sym___alignof] = ACTIONS(1398), - [anon_sym__alignof] = ACTIONS(1398), - [anon_sym_alignof] = ACTIONS(1398), - [anon_sym__Alignof] = ACTIONS(1398), - [anon_sym_offsetof] = ACTIONS(1398), - [anon_sym__Generic] = ACTIONS(1398), - [anon_sym_asm] = ACTIONS(1398), - [anon_sym___asm__] = ACTIONS(1398), - [sym_number_literal] = ACTIONS(1400), - [anon_sym_L_SQUOTE] = ACTIONS(1400), - [anon_sym_u_SQUOTE] = ACTIONS(1400), - [anon_sym_U_SQUOTE] = ACTIONS(1400), - [anon_sym_u8_SQUOTE] = ACTIONS(1400), - [anon_sym_SQUOTE] = ACTIONS(1400), - [anon_sym_L_DQUOTE] = ACTIONS(1400), - [anon_sym_u_DQUOTE] = ACTIONS(1400), - [anon_sym_U_DQUOTE] = ACTIONS(1400), - [anon_sym_u8_DQUOTE] = ACTIONS(1400), - [anon_sym_DQUOTE] = ACTIONS(1400), - [sym_true] = ACTIONS(1398), - [sym_false] = ACTIONS(1398), - [anon_sym_NULL] = ACTIONS(1398), - [anon_sym_nullptr] = ACTIONS(1398), - [sym_comment] = ACTIONS(3), - }, - [128] = { + [124] = { [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), [aux_sym_preproc_def_token1] = ACTIONS(1310), @@ -33769,7 +33352,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [129] = { + [125] = { [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), [aux_sym_preproc_def_token1] = ACTIONS(1310), @@ -33871,7 +33454,109 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [130] = { + [126] = { + [sym_identifier] = ACTIONS(1336), + [aux_sym_preproc_include_token1] = ACTIONS(1336), + [aux_sym_preproc_def_token1] = ACTIONS(1336), + [aux_sym_preproc_if_token1] = ACTIONS(1336), + [aux_sym_preproc_if_token2] = ACTIONS(1336), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1336), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1336), + [aux_sym_preproc_else_token1] = ACTIONS(1336), + [aux_sym_preproc_elif_token1] = ACTIONS(1336), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1336), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1336), + [sym_preproc_directive] = ACTIONS(1336), + [anon_sym_LPAREN2] = ACTIONS(1334), + [anon_sym_BANG] = ACTIONS(1334), + [anon_sym_TILDE] = ACTIONS(1334), + [anon_sym_DASH] = ACTIONS(1336), + [anon_sym_PLUS] = ACTIONS(1336), + [anon_sym_STAR] = ACTIONS(1334), + [anon_sym_AMP] = ACTIONS(1334), + [anon_sym_SEMI] = ACTIONS(1334), + [anon_sym___extension__] = ACTIONS(1336), + [anon_sym_typedef] = ACTIONS(1336), + [anon_sym_extern] = ACTIONS(1336), + [anon_sym___attribute__] = ACTIONS(1336), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1334), + [anon_sym___declspec] = ACTIONS(1336), + [anon_sym___cdecl] = ACTIONS(1336), + [anon_sym___clrcall] = ACTIONS(1336), + [anon_sym___stdcall] = ACTIONS(1336), + [anon_sym___fastcall] = ACTIONS(1336), + [anon_sym___thiscall] = ACTIONS(1336), + [anon_sym___vectorcall] = ACTIONS(1336), + [anon_sym_LBRACE] = ACTIONS(1334), + [anon_sym_signed] = ACTIONS(1336), + [anon_sym_unsigned] = ACTIONS(1336), + [anon_sym_long] = ACTIONS(1336), + [anon_sym_short] = ACTIONS(1336), + [anon_sym_static] = ACTIONS(1336), + [anon_sym_auto] = ACTIONS(1336), + [anon_sym_register] = ACTIONS(1336), + [anon_sym_inline] = ACTIONS(1336), + [anon_sym___inline] = ACTIONS(1336), + [anon_sym___inline__] = ACTIONS(1336), + [anon_sym___forceinline] = ACTIONS(1336), + [anon_sym_thread_local] = ACTIONS(1336), + [anon_sym___thread] = ACTIONS(1336), + [anon_sym_const] = ACTIONS(1336), + [anon_sym_constexpr] = ACTIONS(1336), + [anon_sym_volatile] = ACTIONS(1336), + [anon_sym_restrict] = ACTIONS(1336), + [anon_sym___restrict__] = ACTIONS(1336), + [anon_sym__Atomic] = ACTIONS(1336), + [anon_sym__Noreturn] = ACTIONS(1336), + [anon_sym_noreturn] = ACTIONS(1336), + [sym_primitive_type] = ACTIONS(1336), + [anon_sym_enum] = ACTIONS(1336), + [anon_sym_struct] = ACTIONS(1336), + [anon_sym_union] = ACTIONS(1336), + [anon_sym_if] = ACTIONS(1336), + [anon_sym_else] = ACTIONS(1336), + [anon_sym_switch] = ACTIONS(1336), + [anon_sym_case] = ACTIONS(1336), + [anon_sym_default] = ACTIONS(1336), + [anon_sym_while] = ACTIONS(1336), + [anon_sym_do] = ACTIONS(1336), + [anon_sym_for] = ACTIONS(1336), + [anon_sym_return] = ACTIONS(1336), + [anon_sym_break] = ACTIONS(1336), + [anon_sym_continue] = ACTIONS(1336), + [anon_sym_goto] = ACTIONS(1336), + [anon_sym___try] = ACTIONS(1336), + [anon_sym___leave] = ACTIONS(1336), + [anon_sym_DASH_DASH] = ACTIONS(1334), + [anon_sym_PLUS_PLUS] = ACTIONS(1334), + [anon_sym_sizeof] = ACTIONS(1336), + [anon_sym___alignof__] = ACTIONS(1336), + [anon_sym___alignof] = ACTIONS(1336), + [anon_sym__alignof] = ACTIONS(1336), + [anon_sym_alignof] = ACTIONS(1336), + [anon_sym__Alignof] = ACTIONS(1336), + [anon_sym_offsetof] = ACTIONS(1336), + [anon_sym__Generic] = ACTIONS(1336), + [anon_sym_asm] = ACTIONS(1336), + [anon_sym___asm__] = ACTIONS(1336), + [sym_number_literal] = ACTIONS(1334), + [anon_sym_L_SQUOTE] = ACTIONS(1334), + [anon_sym_u_SQUOTE] = ACTIONS(1334), + [anon_sym_U_SQUOTE] = ACTIONS(1334), + [anon_sym_u8_SQUOTE] = ACTIONS(1334), + [anon_sym_SQUOTE] = ACTIONS(1334), + [anon_sym_L_DQUOTE] = ACTIONS(1334), + [anon_sym_u_DQUOTE] = ACTIONS(1334), + [anon_sym_U_DQUOTE] = ACTIONS(1334), + [anon_sym_u8_DQUOTE] = ACTIONS(1334), + [anon_sym_DQUOTE] = ACTIONS(1334), + [sym_true] = ACTIONS(1336), + [sym_false] = ACTIONS(1336), + [anon_sym_NULL] = ACTIONS(1336), + [anon_sym_nullptr] = ACTIONS(1336), + [sym_comment] = ACTIONS(3), + }, + [127] = { [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), [aux_sym_preproc_def_token1] = ACTIONS(1310), @@ -33973,96 +33658,402 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [131] = { - [sym_identifier] = ACTIONS(1310), - [aux_sym_preproc_include_token1] = ACTIONS(1310), - [aux_sym_preproc_def_token1] = ACTIONS(1310), - [aux_sym_preproc_if_token1] = ACTIONS(1310), - [aux_sym_preproc_if_token2] = ACTIONS(1310), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1310), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1310), - [aux_sym_preproc_else_token1] = ACTIONS(1310), - [aux_sym_preproc_elif_token1] = ACTIONS(1310), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1310), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1310), - [sym_preproc_directive] = ACTIONS(1310), - [anon_sym_LPAREN2] = ACTIONS(1312), - [anon_sym_BANG] = ACTIONS(1312), - [anon_sym_TILDE] = ACTIONS(1312), - [anon_sym_DASH] = ACTIONS(1310), - [anon_sym_PLUS] = ACTIONS(1310), - [anon_sym_STAR] = ACTIONS(1312), - [anon_sym_AMP] = ACTIONS(1312), - [anon_sym_SEMI] = ACTIONS(1312), - [anon_sym___extension__] = ACTIONS(1310), - [anon_sym_typedef] = ACTIONS(1310), - [anon_sym_extern] = ACTIONS(1310), - [anon_sym___attribute__] = ACTIONS(1310), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1312), - [anon_sym___declspec] = ACTIONS(1310), - [anon_sym___cdecl] = ACTIONS(1310), - [anon_sym___clrcall] = ACTIONS(1310), - [anon_sym___stdcall] = ACTIONS(1310), - [anon_sym___fastcall] = ACTIONS(1310), - [anon_sym___thiscall] = ACTIONS(1310), - [anon_sym___vectorcall] = ACTIONS(1310), - [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_signed] = ACTIONS(1310), - [anon_sym_unsigned] = ACTIONS(1310), - [anon_sym_long] = ACTIONS(1310), - [anon_sym_short] = ACTIONS(1310), - [anon_sym_static] = ACTIONS(1310), - [anon_sym_auto] = ACTIONS(1310), - [anon_sym_register] = ACTIONS(1310), - [anon_sym_inline] = ACTIONS(1310), - [anon_sym___inline] = ACTIONS(1310), - [anon_sym___inline__] = ACTIONS(1310), - [anon_sym___forceinline] = ACTIONS(1310), - [anon_sym_thread_local] = ACTIONS(1310), - [anon_sym___thread] = ACTIONS(1310), - [anon_sym_const] = ACTIONS(1310), - [anon_sym_constexpr] = ACTIONS(1310), - [anon_sym_volatile] = ACTIONS(1310), - [anon_sym_restrict] = ACTIONS(1310), - [anon_sym___restrict__] = ACTIONS(1310), - [anon_sym__Atomic] = ACTIONS(1310), - [anon_sym__Noreturn] = ACTIONS(1310), - [anon_sym_noreturn] = ACTIONS(1310), - [sym_primitive_type] = ACTIONS(1310), - [anon_sym_enum] = ACTIONS(1310), - [anon_sym_struct] = ACTIONS(1310), - [anon_sym_union] = ACTIONS(1310), - [anon_sym_if] = ACTIONS(1310), - [anon_sym_else] = ACTIONS(1310), - [anon_sym_switch] = ACTIONS(1310), - [anon_sym_case] = ACTIONS(1310), - [anon_sym_default] = ACTIONS(1310), - [anon_sym_while] = ACTIONS(1310), - [anon_sym_do] = ACTIONS(1310), - [anon_sym_for] = ACTIONS(1310), - [anon_sym_return] = ACTIONS(1310), - [anon_sym_break] = ACTIONS(1310), - [anon_sym_continue] = ACTIONS(1310), - [anon_sym_goto] = ACTIONS(1310), - [anon_sym___try] = ACTIONS(1310), - [anon_sym___leave] = ACTIONS(1310), - [anon_sym_DASH_DASH] = ACTIONS(1312), - [anon_sym_PLUS_PLUS] = ACTIONS(1312), - [anon_sym_sizeof] = ACTIONS(1310), - [anon_sym___alignof__] = ACTIONS(1310), - [anon_sym___alignof] = ACTIONS(1310), - [anon_sym__alignof] = ACTIONS(1310), - [anon_sym_alignof] = ACTIONS(1310), - [anon_sym__Alignof] = ACTIONS(1310), - [anon_sym_offsetof] = ACTIONS(1310), - [anon_sym__Generic] = ACTIONS(1310), - [anon_sym_asm] = ACTIONS(1310), - [anon_sym___asm__] = ACTIONS(1310), - [sym_number_literal] = ACTIONS(1312), - [anon_sym_L_SQUOTE] = ACTIONS(1312), - [anon_sym_u_SQUOTE] = ACTIONS(1312), - [anon_sym_U_SQUOTE] = ACTIONS(1312), - [anon_sym_u8_SQUOTE] = ACTIONS(1312), + [128] = { + [sym_identifier] = ACTIONS(1398), + [aux_sym_preproc_include_token1] = ACTIONS(1398), + [aux_sym_preproc_def_token1] = ACTIONS(1398), + [aux_sym_preproc_if_token1] = ACTIONS(1398), + [aux_sym_preproc_if_token2] = ACTIONS(1398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1398), + [aux_sym_preproc_else_token1] = ACTIONS(1398), + [aux_sym_preproc_elif_token1] = ACTIONS(1398), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1398), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1398), + [sym_preproc_directive] = ACTIONS(1398), + [anon_sym_LPAREN2] = ACTIONS(1400), + [anon_sym_BANG] = ACTIONS(1400), + [anon_sym_TILDE] = ACTIONS(1400), + [anon_sym_DASH] = ACTIONS(1398), + [anon_sym_PLUS] = ACTIONS(1398), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_AMP] = ACTIONS(1400), + [anon_sym_SEMI] = ACTIONS(1400), + [anon_sym___extension__] = ACTIONS(1398), + [anon_sym_typedef] = ACTIONS(1398), + [anon_sym_extern] = ACTIONS(1398), + [anon_sym___attribute__] = ACTIONS(1398), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1400), + [anon_sym___declspec] = ACTIONS(1398), + [anon_sym___cdecl] = ACTIONS(1398), + [anon_sym___clrcall] = ACTIONS(1398), + [anon_sym___stdcall] = ACTIONS(1398), + [anon_sym___fastcall] = ACTIONS(1398), + [anon_sym___thiscall] = ACTIONS(1398), + [anon_sym___vectorcall] = ACTIONS(1398), + [anon_sym_LBRACE] = ACTIONS(1400), + [anon_sym_signed] = ACTIONS(1398), + [anon_sym_unsigned] = ACTIONS(1398), + [anon_sym_long] = ACTIONS(1398), + [anon_sym_short] = ACTIONS(1398), + [anon_sym_static] = ACTIONS(1398), + [anon_sym_auto] = ACTIONS(1398), + [anon_sym_register] = ACTIONS(1398), + [anon_sym_inline] = ACTIONS(1398), + [anon_sym___inline] = ACTIONS(1398), + [anon_sym___inline__] = ACTIONS(1398), + [anon_sym___forceinline] = ACTIONS(1398), + [anon_sym_thread_local] = ACTIONS(1398), + [anon_sym___thread] = ACTIONS(1398), + [anon_sym_const] = ACTIONS(1398), + [anon_sym_constexpr] = ACTIONS(1398), + [anon_sym_volatile] = ACTIONS(1398), + [anon_sym_restrict] = ACTIONS(1398), + [anon_sym___restrict__] = ACTIONS(1398), + [anon_sym__Atomic] = ACTIONS(1398), + [anon_sym__Noreturn] = ACTIONS(1398), + [anon_sym_noreturn] = ACTIONS(1398), + [sym_primitive_type] = ACTIONS(1398), + [anon_sym_enum] = ACTIONS(1398), + [anon_sym_struct] = ACTIONS(1398), + [anon_sym_union] = ACTIONS(1398), + [anon_sym_if] = ACTIONS(1398), + [anon_sym_else] = ACTIONS(1398), + [anon_sym_switch] = ACTIONS(1398), + [anon_sym_case] = ACTIONS(1398), + [anon_sym_default] = ACTIONS(1398), + [anon_sym_while] = ACTIONS(1398), + [anon_sym_do] = ACTIONS(1398), + [anon_sym_for] = ACTIONS(1398), + [anon_sym_return] = ACTIONS(1398), + [anon_sym_break] = ACTIONS(1398), + [anon_sym_continue] = ACTIONS(1398), + [anon_sym_goto] = ACTIONS(1398), + [anon_sym___try] = ACTIONS(1398), + [anon_sym___leave] = ACTIONS(1398), + [anon_sym_DASH_DASH] = ACTIONS(1400), + [anon_sym_PLUS_PLUS] = ACTIONS(1400), + [anon_sym_sizeof] = ACTIONS(1398), + [anon_sym___alignof__] = ACTIONS(1398), + [anon_sym___alignof] = ACTIONS(1398), + [anon_sym__alignof] = ACTIONS(1398), + [anon_sym_alignof] = ACTIONS(1398), + [anon_sym__Alignof] = ACTIONS(1398), + [anon_sym_offsetof] = ACTIONS(1398), + [anon_sym__Generic] = ACTIONS(1398), + [anon_sym_asm] = ACTIONS(1398), + [anon_sym___asm__] = ACTIONS(1398), + [sym_number_literal] = ACTIONS(1400), + [anon_sym_L_SQUOTE] = ACTIONS(1400), + [anon_sym_u_SQUOTE] = ACTIONS(1400), + [anon_sym_U_SQUOTE] = ACTIONS(1400), + [anon_sym_u8_SQUOTE] = ACTIONS(1400), + [anon_sym_SQUOTE] = ACTIONS(1400), + [anon_sym_L_DQUOTE] = ACTIONS(1400), + [anon_sym_u_DQUOTE] = ACTIONS(1400), + [anon_sym_U_DQUOTE] = ACTIONS(1400), + [anon_sym_u8_DQUOTE] = ACTIONS(1400), + [anon_sym_DQUOTE] = ACTIONS(1400), + [sym_true] = ACTIONS(1398), + [sym_false] = ACTIONS(1398), + [anon_sym_NULL] = ACTIONS(1398), + [anon_sym_nullptr] = ACTIONS(1398), + [sym_comment] = ACTIONS(3), + }, + [129] = { + [sym_identifier] = ACTIONS(1310), + [aux_sym_preproc_include_token1] = ACTIONS(1310), + [aux_sym_preproc_def_token1] = ACTIONS(1310), + [aux_sym_preproc_if_token1] = ACTIONS(1310), + [aux_sym_preproc_if_token2] = ACTIONS(1310), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1310), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1310), + [aux_sym_preproc_else_token1] = ACTIONS(1310), + [aux_sym_preproc_elif_token1] = ACTIONS(1310), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1310), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1310), + [sym_preproc_directive] = ACTIONS(1310), + [anon_sym_LPAREN2] = ACTIONS(1312), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_TILDE] = ACTIONS(1312), + [anon_sym_DASH] = ACTIONS(1310), + [anon_sym_PLUS] = ACTIONS(1310), + [anon_sym_STAR] = ACTIONS(1312), + [anon_sym_AMP] = ACTIONS(1312), + [anon_sym_SEMI] = ACTIONS(1312), + [anon_sym___extension__] = ACTIONS(1310), + [anon_sym_typedef] = ACTIONS(1310), + [anon_sym_extern] = ACTIONS(1310), + [anon_sym___attribute__] = ACTIONS(1310), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1312), + [anon_sym___declspec] = ACTIONS(1310), + [anon_sym___cdecl] = ACTIONS(1310), + [anon_sym___clrcall] = ACTIONS(1310), + [anon_sym___stdcall] = ACTIONS(1310), + [anon_sym___fastcall] = ACTIONS(1310), + [anon_sym___thiscall] = ACTIONS(1310), + [anon_sym___vectorcall] = ACTIONS(1310), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_signed] = ACTIONS(1310), + [anon_sym_unsigned] = ACTIONS(1310), + [anon_sym_long] = ACTIONS(1310), + [anon_sym_short] = ACTIONS(1310), + [anon_sym_static] = ACTIONS(1310), + [anon_sym_auto] = ACTIONS(1310), + [anon_sym_register] = ACTIONS(1310), + [anon_sym_inline] = ACTIONS(1310), + [anon_sym___inline] = ACTIONS(1310), + [anon_sym___inline__] = ACTIONS(1310), + [anon_sym___forceinline] = ACTIONS(1310), + [anon_sym_thread_local] = ACTIONS(1310), + [anon_sym___thread] = ACTIONS(1310), + [anon_sym_const] = ACTIONS(1310), + [anon_sym_constexpr] = ACTIONS(1310), + [anon_sym_volatile] = ACTIONS(1310), + [anon_sym_restrict] = ACTIONS(1310), + [anon_sym___restrict__] = ACTIONS(1310), + [anon_sym__Atomic] = ACTIONS(1310), + [anon_sym__Noreturn] = ACTIONS(1310), + [anon_sym_noreturn] = ACTIONS(1310), + [sym_primitive_type] = ACTIONS(1310), + [anon_sym_enum] = ACTIONS(1310), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_union] = ACTIONS(1310), + [anon_sym_if] = ACTIONS(1310), + [anon_sym_else] = ACTIONS(1310), + [anon_sym_switch] = ACTIONS(1310), + [anon_sym_case] = ACTIONS(1310), + [anon_sym_default] = ACTIONS(1310), + [anon_sym_while] = ACTIONS(1310), + [anon_sym_do] = ACTIONS(1310), + [anon_sym_for] = ACTIONS(1310), + [anon_sym_return] = ACTIONS(1310), + [anon_sym_break] = ACTIONS(1310), + [anon_sym_continue] = ACTIONS(1310), + [anon_sym_goto] = ACTIONS(1310), + [anon_sym___try] = ACTIONS(1310), + [anon_sym___leave] = ACTIONS(1310), + [anon_sym_DASH_DASH] = ACTIONS(1312), + [anon_sym_PLUS_PLUS] = ACTIONS(1312), + [anon_sym_sizeof] = ACTIONS(1310), + [anon_sym___alignof__] = ACTIONS(1310), + [anon_sym___alignof] = ACTIONS(1310), + [anon_sym__alignof] = ACTIONS(1310), + [anon_sym_alignof] = ACTIONS(1310), + [anon_sym__Alignof] = ACTIONS(1310), + [anon_sym_offsetof] = ACTIONS(1310), + [anon_sym__Generic] = ACTIONS(1310), + [anon_sym_asm] = ACTIONS(1310), + [anon_sym___asm__] = ACTIONS(1310), + [sym_number_literal] = ACTIONS(1312), + [anon_sym_L_SQUOTE] = ACTIONS(1312), + [anon_sym_u_SQUOTE] = ACTIONS(1312), + [anon_sym_U_SQUOTE] = ACTIONS(1312), + [anon_sym_u8_SQUOTE] = ACTIONS(1312), + [anon_sym_SQUOTE] = ACTIONS(1312), + [anon_sym_L_DQUOTE] = ACTIONS(1312), + [anon_sym_u_DQUOTE] = ACTIONS(1312), + [anon_sym_U_DQUOTE] = ACTIONS(1312), + [anon_sym_u8_DQUOTE] = ACTIONS(1312), + [anon_sym_DQUOTE] = ACTIONS(1312), + [sym_true] = ACTIONS(1310), + [sym_false] = ACTIONS(1310), + [anon_sym_NULL] = ACTIONS(1310), + [anon_sym_nullptr] = ACTIONS(1310), + [sym_comment] = ACTIONS(3), + }, + [130] = { + [sym_identifier] = ACTIONS(1310), + [aux_sym_preproc_include_token1] = ACTIONS(1310), + [aux_sym_preproc_def_token1] = ACTIONS(1310), + [aux_sym_preproc_if_token1] = ACTIONS(1310), + [aux_sym_preproc_if_token2] = ACTIONS(1310), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1310), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1310), + [aux_sym_preproc_else_token1] = ACTIONS(1310), + [aux_sym_preproc_elif_token1] = ACTIONS(1310), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1310), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1310), + [sym_preproc_directive] = ACTIONS(1310), + [anon_sym_LPAREN2] = ACTIONS(1312), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_TILDE] = ACTIONS(1312), + [anon_sym_DASH] = ACTIONS(1310), + [anon_sym_PLUS] = ACTIONS(1310), + [anon_sym_STAR] = ACTIONS(1312), + [anon_sym_AMP] = ACTIONS(1312), + [anon_sym_SEMI] = ACTIONS(1312), + [anon_sym___extension__] = ACTIONS(1310), + [anon_sym_typedef] = ACTIONS(1310), + [anon_sym_extern] = ACTIONS(1310), + [anon_sym___attribute__] = ACTIONS(1310), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1312), + [anon_sym___declspec] = ACTIONS(1310), + [anon_sym___cdecl] = ACTIONS(1310), + [anon_sym___clrcall] = ACTIONS(1310), + [anon_sym___stdcall] = ACTIONS(1310), + [anon_sym___fastcall] = ACTIONS(1310), + [anon_sym___thiscall] = ACTIONS(1310), + [anon_sym___vectorcall] = ACTIONS(1310), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_signed] = ACTIONS(1310), + [anon_sym_unsigned] = ACTIONS(1310), + [anon_sym_long] = ACTIONS(1310), + [anon_sym_short] = ACTIONS(1310), + [anon_sym_static] = ACTIONS(1310), + [anon_sym_auto] = ACTIONS(1310), + [anon_sym_register] = ACTIONS(1310), + [anon_sym_inline] = ACTIONS(1310), + [anon_sym___inline] = ACTIONS(1310), + [anon_sym___inline__] = ACTIONS(1310), + [anon_sym___forceinline] = ACTIONS(1310), + [anon_sym_thread_local] = ACTIONS(1310), + [anon_sym___thread] = ACTIONS(1310), + [anon_sym_const] = ACTIONS(1310), + [anon_sym_constexpr] = ACTIONS(1310), + [anon_sym_volatile] = ACTIONS(1310), + [anon_sym_restrict] = ACTIONS(1310), + [anon_sym___restrict__] = ACTIONS(1310), + [anon_sym__Atomic] = ACTIONS(1310), + [anon_sym__Noreturn] = ACTIONS(1310), + [anon_sym_noreturn] = ACTIONS(1310), + [sym_primitive_type] = ACTIONS(1310), + [anon_sym_enum] = ACTIONS(1310), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_union] = ACTIONS(1310), + [anon_sym_if] = ACTIONS(1310), + [anon_sym_else] = ACTIONS(1310), + [anon_sym_switch] = ACTIONS(1310), + [anon_sym_case] = ACTIONS(1310), + [anon_sym_default] = ACTIONS(1310), + [anon_sym_while] = ACTIONS(1310), + [anon_sym_do] = ACTIONS(1310), + [anon_sym_for] = ACTIONS(1310), + [anon_sym_return] = ACTIONS(1310), + [anon_sym_break] = ACTIONS(1310), + [anon_sym_continue] = ACTIONS(1310), + [anon_sym_goto] = ACTIONS(1310), + [anon_sym___try] = ACTIONS(1310), + [anon_sym___leave] = ACTIONS(1310), + [anon_sym_DASH_DASH] = ACTIONS(1312), + [anon_sym_PLUS_PLUS] = ACTIONS(1312), + [anon_sym_sizeof] = ACTIONS(1310), + [anon_sym___alignof__] = ACTIONS(1310), + [anon_sym___alignof] = ACTIONS(1310), + [anon_sym__alignof] = ACTIONS(1310), + [anon_sym_alignof] = ACTIONS(1310), + [anon_sym__Alignof] = ACTIONS(1310), + [anon_sym_offsetof] = ACTIONS(1310), + [anon_sym__Generic] = ACTIONS(1310), + [anon_sym_asm] = ACTIONS(1310), + [anon_sym___asm__] = ACTIONS(1310), + [sym_number_literal] = ACTIONS(1312), + [anon_sym_L_SQUOTE] = ACTIONS(1312), + [anon_sym_u_SQUOTE] = ACTIONS(1312), + [anon_sym_U_SQUOTE] = ACTIONS(1312), + [anon_sym_u8_SQUOTE] = ACTIONS(1312), + [anon_sym_SQUOTE] = ACTIONS(1312), + [anon_sym_L_DQUOTE] = ACTIONS(1312), + [anon_sym_u_DQUOTE] = ACTIONS(1312), + [anon_sym_U_DQUOTE] = ACTIONS(1312), + [anon_sym_u8_DQUOTE] = ACTIONS(1312), + [anon_sym_DQUOTE] = ACTIONS(1312), + [sym_true] = ACTIONS(1310), + [sym_false] = ACTIONS(1310), + [anon_sym_NULL] = ACTIONS(1310), + [anon_sym_nullptr] = ACTIONS(1310), + [sym_comment] = ACTIONS(3), + }, + [131] = { + [sym_identifier] = ACTIONS(1310), + [aux_sym_preproc_include_token1] = ACTIONS(1310), + [aux_sym_preproc_def_token1] = ACTIONS(1310), + [aux_sym_preproc_if_token1] = ACTIONS(1310), + [aux_sym_preproc_if_token2] = ACTIONS(1310), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1310), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1310), + [aux_sym_preproc_else_token1] = ACTIONS(1310), + [aux_sym_preproc_elif_token1] = ACTIONS(1310), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1310), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1310), + [sym_preproc_directive] = ACTIONS(1310), + [anon_sym_LPAREN2] = ACTIONS(1312), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_TILDE] = ACTIONS(1312), + [anon_sym_DASH] = ACTIONS(1310), + [anon_sym_PLUS] = ACTIONS(1310), + [anon_sym_STAR] = ACTIONS(1312), + [anon_sym_AMP] = ACTIONS(1312), + [anon_sym_SEMI] = ACTIONS(1312), + [anon_sym___extension__] = ACTIONS(1310), + [anon_sym_typedef] = ACTIONS(1310), + [anon_sym_extern] = ACTIONS(1310), + [anon_sym___attribute__] = ACTIONS(1310), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1312), + [anon_sym___declspec] = ACTIONS(1310), + [anon_sym___cdecl] = ACTIONS(1310), + [anon_sym___clrcall] = ACTIONS(1310), + [anon_sym___stdcall] = ACTIONS(1310), + [anon_sym___fastcall] = ACTIONS(1310), + [anon_sym___thiscall] = ACTIONS(1310), + [anon_sym___vectorcall] = ACTIONS(1310), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_signed] = ACTIONS(1310), + [anon_sym_unsigned] = ACTIONS(1310), + [anon_sym_long] = ACTIONS(1310), + [anon_sym_short] = ACTIONS(1310), + [anon_sym_static] = ACTIONS(1310), + [anon_sym_auto] = ACTIONS(1310), + [anon_sym_register] = ACTIONS(1310), + [anon_sym_inline] = ACTIONS(1310), + [anon_sym___inline] = ACTIONS(1310), + [anon_sym___inline__] = ACTIONS(1310), + [anon_sym___forceinline] = ACTIONS(1310), + [anon_sym_thread_local] = ACTIONS(1310), + [anon_sym___thread] = ACTIONS(1310), + [anon_sym_const] = ACTIONS(1310), + [anon_sym_constexpr] = ACTIONS(1310), + [anon_sym_volatile] = ACTIONS(1310), + [anon_sym_restrict] = ACTIONS(1310), + [anon_sym___restrict__] = ACTIONS(1310), + [anon_sym__Atomic] = ACTIONS(1310), + [anon_sym__Noreturn] = ACTIONS(1310), + [anon_sym_noreturn] = ACTIONS(1310), + [sym_primitive_type] = ACTIONS(1310), + [anon_sym_enum] = ACTIONS(1310), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_union] = ACTIONS(1310), + [anon_sym_if] = ACTIONS(1310), + [anon_sym_else] = ACTIONS(1310), + [anon_sym_switch] = ACTIONS(1310), + [anon_sym_case] = ACTIONS(1310), + [anon_sym_default] = ACTIONS(1310), + [anon_sym_while] = ACTIONS(1310), + [anon_sym_do] = ACTIONS(1310), + [anon_sym_for] = ACTIONS(1310), + [anon_sym_return] = ACTIONS(1310), + [anon_sym_break] = ACTIONS(1310), + [anon_sym_continue] = ACTIONS(1310), + [anon_sym_goto] = ACTIONS(1310), + [anon_sym___try] = ACTIONS(1310), + [anon_sym___leave] = ACTIONS(1310), + [anon_sym_DASH_DASH] = ACTIONS(1312), + [anon_sym_PLUS_PLUS] = ACTIONS(1312), + [anon_sym_sizeof] = ACTIONS(1310), + [anon_sym___alignof__] = ACTIONS(1310), + [anon_sym___alignof] = ACTIONS(1310), + [anon_sym__alignof] = ACTIONS(1310), + [anon_sym_alignof] = ACTIONS(1310), + [anon_sym__Alignof] = ACTIONS(1310), + [anon_sym_offsetof] = ACTIONS(1310), + [anon_sym__Generic] = ACTIONS(1310), + [anon_sym_asm] = ACTIONS(1310), + [anon_sym___asm__] = ACTIONS(1310), + [sym_number_literal] = ACTIONS(1312), + [anon_sym_L_SQUOTE] = ACTIONS(1312), + [anon_sym_u_SQUOTE] = ACTIONS(1312), + [anon_sym_U_SQUOTE] = ACTIONS(1312), + [anon_sym_u8_SQUOTE] = ACTIONS(1312), [anon_sym_SQUOTE] = ACTIONS(1312), [anon_sym_L_DQUOTE] = ACTIONS(1312), [anon_sym_u_DQUOTE] = ACTIONS(1312), @@ -34381,7 +34372,1118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [135] = { - [sym_else_clause] = STATE(165), + [sym_identifier] = ACTIONS(1406), + [aux_sym_preproc_include_token1] = ACTIONS(1406), + [aux_sym_preproc_def_token1] = ACTIONS(1406), + [aux_sym_preproc_if_token1] = ACTIONS(1406), + [aux_sym_preproc_if_token2] = ACTIONS(1406), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1406), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1406), + [aux_sym_preproc_else_token1] = ACTIONS(1406), + [aux_sym_preproc_elif_token1] = ACTIONS(1406), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1406), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1406), + [sym_preproc_directive] = ACTIONS(1406), + [anon_sym_LPAREN2] = ACTIONS(1408), + [anon_sym_BANG] = ACTIONS(1408), + [anon_sym_TILDE] = ACTIONS(1408), + [anon_sym_DASH] = ACTIONS(1406), + [anon_sym_PLUS] = ACTIONS(1406), + [anon_sym_STAR] = ACTIONS(1408), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_SEMI] = ACTIONS(1408), + [anon_sym___extension__] = ACTIONS(1406), + [anon_sym_typedef] = ACTIONS(1406), + [anon_sym_extern] = ACTIONS(1406), + [anon_sym___attribute__] = ACTIONS(1406), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1408), + [anon_sym___declspec] = ACTIONS(1406), + [anon_sym___cdecl] = ACTIONS(1406), + [anon_sym___clrcall] = ACTIONS(1406), + [anon_sym___stdcall] = ACTIONS(1406), + [anon_sym___fastcall] = ACTIONS(1406), + [anon_sym___thiscall] = ACTIONS(1406), + [anon_sym___vectorcall] = ACTIONS(1406), + [anon_sym_LBRACE] = ACTIONS(1408), + [anon_sym_signed] = ACTIONS(1406), + [anon_sym_unsigned] = ACTIONS(1406), + [anon_sym_long] = ACTIONS(1406), + [anon_sym_short] = ACTIONS(1406), + [anon_sym_static] = ACTIONS(1406), + [anon_sym_auto] = ACTIONS(1406), + [anon_sym_register] = ACTIONS(1406), + [anon_sym_inline] = ACTIONS(1406), + [anon_sym___inline] = ACTIONS(1406), + [anon_sym___inline__] = ACTIONS(1406), + [anon_sym___forceinline] = ACTIONS(1406), + [anon_sym_thread_local] = ACTIONS(1406), + [anon_sym___thread] = ACTIONS(1406), + [anon_sym_const] = ACTIONS(1406), + [anon_sym_constexpr] = ACTIONS(1406), + [anon_sym_volatile] = ACTIONS(1406), + [anon_sym_restrict] = ACTIONS(1406), + [anon_sym___restrict__] = ACTIONS(1406), + [anon_sym__Atomic] = ACTIONS(1406), + [anon_sym__Noreturn] = ACTIONS(1406), + [anon_sym_noreturn] = ACTIONS(1406), + [sym_primitive_type] = ACTIONS(1406), + [anon_sym_enum] = ACTIONS(1406), + [anon_sym_struct] = ACTIONS(1406), + [anon_sym_union] = ACTIONS(1406), + [anon_sym_if] = ACTIONS(1406), + [anon_sym_switch] = ACTIONS(1406), + [anon_sym_case] = ACTIONS(1406), + [anon_sym_default] = ACTIONS(1406), + [anon_sym_while] = ACTIONS(1406), + [anon_sym_do] = ACTIONS(1406), + [anon_sym_for] = ACTIONS(1406), + [anon_sym_return] = ACTIONS(1406), + [anon_sym_break] = ACTIONS(1406), + [anon_sym_continue] = ACTIONS(1406), + [anon_sym_goto] = ACTIONS(1406), + [anon_sym___try] = ACTIONS(1406), + [anon_sym___leave] = ACTIONS(1406), + [anon_sym_DASH_DASH] = ACTIONS(1408), + [anon_sym_PLUS_PLUS] = ACTIONS(1408), + [anon_sym_sizeof] = ACTIONS(1406), + [anon_sym___alignof__] = ACTIONS(1406), + [anon_sym___alignof] = ACTIONS(1406), + [anon_sym__alignof] = ACTIONS(1406), + [anon_sym_alignof] = ACTIONS(1406), + [anon_sym__Alignof] = ACTIONS(1406), + [anon_sym_offsetof] = ACTIONS(1406), + [anon_sym__Generic] = ACTIONS(1406), + [anon_sym_asm] = ACTIONS(1406), + [anon_sym___asm__] = ACTIONS(1406), + [sym_number_literal] = ACTIONS(1408), + [anon_sym_L_SQUOTE] = ACTIONS(1408), + [anon_sym_u_SQUOTE] = ACTIONS(1408), + [anon_sym_U_SQUOTE] = ACTIONS(1408), + [anon_sym_u8_SQUOTE] = ACTIONS(1408), + [anon_sym_SQUOTE] = ACTIONS(1408), + [anon_sym_L_DQUOTE] = ACTIONS(1408), + [anon_sym_u_DQUOTE] = ACTIONS(1408), + [anon_sym_U_DQUOTE] = ACTIONS(1408), + [anon_sym_u8_DQUOTE] = ACTIONS(1408), + [anon_sym_DQUOTE] = ACTIONS(1408), + [sym_true] = ACTIONS(1406), + [sym_false] = ACTIONS(1406), + [anon_sym_NULL] = ACTIONS(1406), + [anon_sym_nullptr] = ACTIONS(1406), + [sym_comment] = ACTIONS(3), + }, + [136] = { + [sym_identifier] = ACTIONS(1410), + [aux_sym_preproc_include_token1] = ACTIONS(1410), + [aux_sym_preproc_def_token1] = ACTIONS(1410), + [aux_sym_preproc_if_token1] = ACTIONS(1410), + [aux_sym_preproc_if_token2] = ACTIONS(1410), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1410), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1410), + [aux_sym_preproc_else_token1] = ACTIONS(1410), + [aux_sym_preproc_elif_token1] = ACTIONS(1410), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1410), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1410), + [sym_preproc_directive] = ACTIONS(1410), + [anon_sym_LPAREN2] = ACTIONS(1412), + [anon_sym_BANG] = ACTIONS(1412), + [anon_sym_TILDE] = ACTIONS(1412), + [anon_sym_DASH] = ACTIONS(1410), + [anon_sym_PLUS] = ACTIONS(1410), + [anon_sym_STAR] = ACTIONS(1412), + [anon_sym_AMP] = ACTIONS(1412), + [anon_sym_SEMI] = ACTIONS(1412), + [anon_sym___extension__] = ACTIONS(1410), + [anon_sym_typedef] = ACTIONS(1410), + [anon_sym_extern] = ACTIONS(1410), + [anon_sym___attribute__] = ACTIONS(1410), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1412), + [anon_sym___declspec] = ACTIONS(1410), + [anon_sym___cdecl] = ACTIONS(1410), + [anon_sym___clrcall] = ACTIONS(1410), + [anon_sym___stdcall] = ACTIONS(1410), + [anon_sym___fastcall] = ACTIONS(1410), + [anon_sym___thiscall] = ACTIONS(1410), + [anon_sym___vectorcall] = ACTIONS(1410), + [anon_sym_LBRACE] = ACTIONS(1412), + [anon_sym_signed] = ACTIONS(1410), + [anon_sym_unsigned] = ACTIONS(1410), + [anon_sym_long] = ACTIONS(1410), + [anon_sym_short] = ACTIONS(1410), + [anon_sym_static] = ACTIONS(1410), + [anon_sym_auto] = ACTIONS(1410), + [anon_sym_register] = ACTIONS(1410), + [anon_sym_inline] = ACTIONS(1410), + [anon_sym___inline] = ACTIONS(1410), + [anon_sym___inline__] = ACTIONS(1410), + [anon_sym___forceinline] = ACTIONS(1410), + [anon_sym_thread_local] = ACTIONS(1410), + [anon_sym___thread] = ACTIONS(1410), + [anon_sym_const] = ACTIONS(1410), + [anon_sym_constexpr] = ACTIONS(1410), + [anon_sym_volatile] = ACTIONS(1410), + [anon_sym_restrict] = ACTIONS(1410), + [anon_sym___restrict__] = ACTIONS(1410), + [anon_sym__Atomic] = ACTIONS(1410), + [anon_sym__Noreturn] = ACTIONS(1410), + [anon_sym_noreturn] = ACTIONS(1410), + [sym_primitive_type] = ACTIONS(1410), + [anon_sym_enum] = ACTIONS(1410), + [anon_sym_struct] = ACTIONS(1410), + [anon_sym_union] = ACTIONS(1410), + [anon_sym_if] = ACTIONS(1410), + [anon_sym_switch] = ACTIONS(1410), + [anon_sym_case] = ACTIONS(1410), + [anon_sym_default] = ACTIONS(1410), + [anon_sym_while] = ACTIONS(1410), + [anon_sym_do] = ACTIONS(1410), + [anon_sym_for] = ACTIONS(1410), + [anon_sym_return] = ACTIONS(1410), + [anon_sym_break] = ACTIONS(1410), + [anon_sym_continue] = ACTIONS(1410), + [anon_sym_goto] = ACTIONS(1410), + [anon_sym___try] = ACTIONS(1410), + [anon_sym___leave] = ACTIONS(1410), + [anon_sym_DASH_DASH] = ACTIONS(1412), + [anon_sym_PLUS_PLUS] = ACTIONS(1412), + [anon_sym_sizeof] = ACTIONS(1410), + [anon_sym___alignof__] = ACTIONS(1410), + [anon_sym___alignof] = ACTIONS(1410), + [anon_sym__alignof] = ACTIONS(1410), + [anon_sym_alignof] = ACTIONS(1410), + [anon_sym__Alignof] = ACTIONS(1410), + [anon_sym_offsetof] = ACTIONS(1410), + [anon_sym__Generic] = ACTIONS(1410), + [anon_sym_asm] = ACTIONS(1410), + [anon_sym___asm__] = ACTIONS(1410), + [sym_number_literal] = ACTIONS(1412), + [anon_sym_L_SQUOTE] = ACTIONS(1412), + [anon_sym_u_SQUOTE] = ACTIONS(1412), + [anon_sym_U_SQUOTE] = ACTIONS(1412), + [anon_sym_u8_SQUOTE] = ACTIONS(1412), + [anon_sym_SQUOTE] = ACTIONS(1412), + [anon_sym_L_DQUOTE] = ACTIONS(1412), + [anon_sym_u_DQUOTE] = ACTIONS(1412), + [anon_sym_U_DQUOTE] = ACTIONS(1412), + [anon_sym_u8_DQUOTE] = ACTIONS(1412), + [anon_sym_DQUOTE] = ACTIONS(1412), + [sym_true] = ACTIONS(1410), + [sym_false] = ACTIONS(1410), + [anon_sym_NULL] = ACTIONS(1410), + [anon_sym_nullptr] = ACTIONS(1410), + [sym_comment] = ACTIONS(3), + }, + [137] = { + [sym_identifier] = ACTIONS(1414), + [aux_sym_preproc_include_token1] = ACTIONS(1414), + [aux_sym_preproc_def_token1] = ACTIONS(1414), + [aux_sym_preproc_if_token1] = ACTIONS(1414), + [aux_sym_preproc_if_token2] = ACTIONS(1414), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1414), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1414), + [aux_sym_preproc_else_token1] = ACTIONS(1414), + [aux_sym_preproc_elif_token1] = ACTIONS(1414), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1414), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1414), + [sym_preproc_directive] = ACTIONS(1414), + [anon_sym_LPAREN2] = ACTIONS(1416), + [anon_sym_BANG] = ACTIONS(1416), + [anon_sym_TILDE] = ACTIONS(1416), + [anon_sym_DASH] = ACTIONS(1414), + [anon_sym_PLUS] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1416), + [anon_sym_AMP] = ACTIONS(1416), + [anon_sym_SEMI] = ACTIONS(1416), + [anon_sym___extension__] = ACTIONS(1414), + [anon_sym_typedef] = ACTIONS(1414), + [anon_sym_extern] = ACTIONS(1414), + [anon_sym___attribute__] = ACTIONS(1414), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1416), + [anon_sym___declspec] = ACTIONS(1414), + [anon_sym___cdecl] = ACTIONS(1414), + [anon_sym___clrcall] = ACTIONS(1414), + [anon_sym___stdcall] = ACTIONS(1414), + [anon_sym___fastcall] = ACTIONS(1414), + [anon_sym___thiscall] = ACTIONS(1414), + [anon_sym___vectorcall] = ACTIONS(1414), + [anon_sym_LBRACE] = ACTIONS(1416), + [anon_sym_signed] = ACTIONS(1414), + [anon_sym_unsigned] = ACTIONS(1414), + [anon_sym_long] = ACTIONS(1414), + [anon_sym_short] = ACTIONS(1414), + [anon_sym_static] = ACTIONS(1414), + [anon_sym_auto] = ACTIONS(1414), + [anon_sym_register] = ACTIONS(1414), + [anon_sym_inline] = ACTIONS(1414), + [anon_sym___inline] = ACTIONS(1414), + [anon_sym___inline__] = ACTIONS(1414), + [anon_sym___forceinline] = ACTIONS(1414), + [anon_sym_thread_local] = ACTIONS(1414), + [anon_sym___thread] = ACTIONS(1414), + [anon_sym_const] = ACTIONS(1414), + [anon_sym_constexpr] = ACTIONS(1414), + [anon_sym_volatile] = ACTIONS(1414), + [anon_sym_restrict] = ACTIONS(1414), + [anon_sym___restrict__] = ACTIONS(1414), + [anon_sym__Atomic] = ACTIONS(1414), + [anon_sym__Noreturn] = ACTIONS(1414), + [anon_sym_noreturn] = ACTIONS(1414), + [sym_primitive_type] = ACTIONS(1414), + [anon_sym_enum] = ACTIONS(1414), + [anon_sym_struct] = ACTIONS(1414), + [anon_sym_union] = ACTIONS(1414), + [anon_sym_if] = ACTIONS(1414), + [anon_sym_switch] = ACTIONS(1414), + [anon_sym_case] = ACTIONS(1414), + [anon_sym_default] = ACTIONS(1414), + [anon_sym_while] = ACTIONS(1414), + [anon_sym_do] = ACTIONS(1414), + [anon_sym_for] = ACTIONS(1414), + [anon_sym_return] = ACTIONS(1414), + [anon_sym_break] = ACTIONS(1414), + [anon_sym_continue] = ACTIONS(1414), + [anon_sym_goto] = ACTIONS(1414), + [anon_sym___try] = ACTIONS(1414), + [anon_sym___leave] = ACTIONS(1414), + [anon_sym_DASH_DASH] = ACTIONS(1416), + [anon_sym_PLUS_PLUS] = ACTIONS(1416), + [anon_sym_sizeof] = ACTIONS(1414), + [anon_sym___alignof__] = ACTIONS(1414), + [anon_sym___alignof] = ACTIONS(1414), + [anon_sym__alignof] = ACTIONS(1414), + [anon_sym_alignof] = ACTIONS(1414), + [anon_sym__Alignof] = ACTIONS(1414), + [anon_sym_offsetof] = ACTIONS(1414), + [anon_sym__Generic] = ACTIONS(1414), + [anon_sym_asm] = ACTIONS(1414), + [anon_sym___asm__] = ACTIONS(1414), + [sym_number_literal] = ACTIONS(1416), + [anon_sym_L_SQUOTE] = ACTIONS(1416), + [anon_sym_u_SQUOTE] = ACTIONS(1416), + [anon_sym_U_SQUOTE] = ACTIONS(1416), + [anon_sym_u8_SQUOTE] = ACTIONS(1416), + [anon_sym_SQUOTE] = ACTIONS(1416), + [anon_sym_L_DQUOTE] = ACTIONS(1416), + [anon_sym_u_DQUOTE] = ACTIONS(1416), + [anon_sym_U_DQUOTE] = ACTIONS(1416), + [anon_sym_u8_DQUOTE] = ACTIONS(1416), + [anon_sym_DQUOTE] = ACTIONS(1416), + [sym_true] = ACTIONS(1414), + [sym_false] = ACTIONS(1414), + [anon_sym_NULL] = ACTIONS(1414), + [anon_sym_nullptr] = ACTIONS(1414), + [sym_comment] = ACTIONS(3), + }, + [138] = { + [sym_identifier] = ACTIONS(1418), + [aux_sym_preproc_include_token1] = ACTIONS(1418), + [aux_sym_preproc_def_token1] = ACTIONS(1418), + [aux_sym_preproc_if_token1] = ACTIONS(1418), + [aux_sym_preproc_if_token2] = ACTIONS(1418), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1418), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1418), + [aux_sym_preproc_else_token1] = ACTIONS(1418), + [aux_sym_preproc_elif_token1] = ACTIONS(1418), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1418), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1418), + [sym_preproc_directive] = ACTIONS(1418), + [anon_sym_LPAREN2] = ACTIONS(1420), + [anon_sym_BANG] = ACTIONS(1420), + [anon_sym_TILDE] = ACTIONS(1420), + [anon_sym_DASH] = ACTIONS(1418), + [anon_sym_PLUS] = ACTIONS(1418), + [anon_sym_STAR] = ACTIONS(1420), + [anon_sym_AMP] = ACTIONS(1420), + [anon_sym_SEMI] = ACTIONS(1420), + [anon_sym___extension__] = ACTIONS(1418), + [anon_sym_typedef] = ACTIONS(1418), + [anon_sym_extern] = ACTIONS(1418), + [anon_sym___attribute__] = ACTIONS(1418), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1420), + [anon_sym___declspec] = ACTIONS(1418), + [anon_sym___cdecl] = ACTIONS(1418), + [anon_sym___clrcall] = ACTIONS(1418), + [anon_sym___stdcall] = ACTIONS(1418), + [anon_sym___fastcall] = ACTIONS(1418), + [anon_sym___thiscall] = ACTIONS(1418), + [anon_sym___vectorcall] = ACTIONS(1418), + [anon_sym_LBRACE] = ACTIONS(1420), + [anon_sym_signed] = ACTIONS(1418), + [anon_sym_unsigned] = ACTIONS(1418), + [anon_sym_long] = ACTIONS(1418), + [anon_sym_short] = ACTIONS(1418), + [anon_sym_static] = ACTIONS(1418), + [anon_sym_auto] = ACTIONS(1418), + [anon_sym_register] = ACTIONS(1418), + [anon_sym_inline] = ACTIONS(1418), + [anon_sym___inline] = ACTIONS(1418), + [anon_sym___inline__] = ACTIONS(1418), + [anon_sym___forceinline] = ACTIONS(1418), + [anon_sym_thread_local] = ACTIONS(1418), + [anon_sym___thread] = ACTIONS(1418), + [anon_sym_const] = ACTIONS(1418), + [anon_sym_constexpr] = ACTIONS(1418), + [anon_sym_volatile] = ACTIONS(1418), + [anon_sym_restrict] = ACTIONS(1418), + [anon_sym___restrict__] = ACTIONS(1418), + [anon_sym__Atomic] = ACTIONS(1418), + [anon_sym__Noreturn] = ACTIONS(1418), + [anon_sym_noreturn] = ACTIONS(1418), + [sym_primitive_type] = ACTIONS(1418), + [anon_sym_enum] = ACTIONS(1418), + [anon_sym_struct] = ACTIONS(1418), + [anon_sym_union] = ACTIONS(1418), + [anon_sym_if] = ACTIONS(1418), + [anon_sym_switch] = ACTIONS(1418), + [anon_sym_case] = ACTIONS(1418), + [anon_sym_default] = ACTIONS(1418), + [anon_sym_while] = ACTIONS(1418), + [anon_sym_do] = ACTIONS(1418), + [anon_sym_for] = ACTIONS(1418), + [anon_sym_return] = ACTIONS(1418), + [anon_sym_break] = ACTIONS(1418), + [anon_sym_continue] = ACTIONS(1418), + [anon_sym_goto] = ACTIONS(1418), + [anon_sym___try] = ACTIONS(1418), + [anon_sym___leave] = ACTIONS(1418), + [anon_sym_DASH_DASH] = ACTIONS(1420), + [anon_sym_PLUS_PLUS] = ACTIONS(1420), + [anon_sym_sizeof] = ACTIONS(1418), + [anon_sym___alignof__] = ACTIONS(1418), + [anon_sym___alignof] = ACTIONS(1418), + [anon_sym__alignof] = ACTIONS(1418), + [anon_sym_alignof] = ACTIONS(1418), + [anon_sym__Alignof] = ACTIONS(1418), + [anon_sym_offsetof] = ACTIONS(1418), + [anon_sym__Generic] = ACTIONS(1418), + [anon_sym_asm] = ACTIONS(1418), + [anon_sym___asm__] = ACTIONS(1418), + [sym_number_literal] = ACTIONS(1420), + [anon_sym_L_SQUOTE] = ACTIONS(1420), + [anon_sym_u_SQUOTE] = ACTIONS(1420), + [anon_sym_U_SQUOTE] = ACTIONS(1420), + [anon_sym_u8_SQUOTE] = ACTIONS(1420), + [anon_sym_SQUOTE] = ACTIONS(1420), + [anon_sym_L_DQUOTE] = ACTIONS(1420), + [anon_sym_u_DQUOTE] = ACTIONS(1420), + [anon_sym_U_DQUOTE] = ACTIONS(1420), + [anon_sym_u8_DQUOTE] = ACTIONS(1420), + [anon_sym_DQUOTE] = ACTIONS(1420), + [sym_true] = ACTIONS(1418), + [sym_false] = ACTIONS(1418), + [anon_sym_NULL] = ACTIONS(1418), + [anon_sym_nullptr] = ACTIONS(1418), + [sym_comment] = ACTIONS(3), + }, + [139] = { + [sym_identifier] = ACTIONS(1422), + [aux_sym_preproc_include_token1] = ACTIONS(1422), + [aux_sym_preproc_def_token1] = ACTIONS(1422), + [aux_sym_preproc_if_token1] = ACTIONS(1422), + [aux_sym_preproc_if_token2] = ACTIONS(1422), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1422), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1422), + [aux_sym_preproc_else_token1] = ACTIONS(1422), + [aux_sym_preproc_elif_token1] = ACTIONS(1422), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1422), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1422), + [sym_preproc_directive] = ACTIONS(1422), + [anon_sym_LPAREN2] = ACTIONS(1424), + [anon_sym_BANG] = ACTIONS(1424), + [anon_sym_TILDE] = ACTIONS(1424), + [anon_sym_DASH] = ACTIONS(1422), + [anon_sym_PLUS] = ACTIONS(1422), + [anon_sym_STAR] = ACTIONS(1424), + [anon_sym_AMP] = ACTIONS(1424), + [anon_sym_SEMI] = ACTIONS(1424), + [anon_sym___extension__] = ACTIONS(1422), + [anon_sym_typedef] = ACTIONS(1422), + [anon_sym_extern] = ACTIONS(1422), + [anon_sym___attribute__] = ACTIONS(1422), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym___declspec] = ACTIONS(1422), + [anon_sym___cdecl] = ACTIONS(1422), + [anon_sym___clrcall] = ACTIONS(1422), + [anon_sym___stdcall] = ACTIONS(1422), + [anon_sym___fastcall] = ACTIONS(1422), + [anon_sym___thiscall] = ACTIONS(1422), + [anon_sym___vectorcall] = ACTIONS(1422), + [anon_sym_LBRACE] = ACTIONS(1424), + [anon_sym_signed] = ACTIONS(1422), + [anon_sym_unsigned] = ACTIONS(1422), + [anon_sym_long] = ACTIONS(1422), + [anon_sym_short] = ACTIONS(1422), + [anon_sym_static] = ACTIONS(1422), + [anon_sym_auto] = ACTIONS(1422), + [anon_sym_register] = ACTIONS(1422), + [anon_sym_inline] = ACTIONS(1422), + [anon_sym___inline] = ACTIONS(1422), + [anon_sym___inline__] = ACTIONS(1422), + [anon_sym___forceinline] = ACTIONS(1422), + [anon_sym_thread_local] = ACTIONS(1422), + [anon_sym___thread] = ACTIONS(1422), + [anon_sym_const] = ACTIONS(1422), + [anon_sym_constexpr] = ACTIONS(1422), + [anon_sym_volatile] = ACTIONS(1422), + [anon_sym_restrict] = ACTIONS(1422), + [anon_sym___restrict__] = ACTIONS(1422), + [anon_sym__Atomic] = ACTIONS(1422), + [anon_sym__Noreturn] = ACTIONS(1422), + [anon_sym_noreturn] = ACTIONS(1422), + [sym_primitive_type] = ACTIONS(1422), + [anon_sym_enum] = ACTIONS(1422), + [anon_sym_struct] = ACTIONS(1422), + [anon_sym_union] = ACTIONS(1422), + [anon_sym_if] = ACTIONS(1422), + [anon_sym_switch] = ACTIONS(1422), + [anon_sym_case] = ACTIONS(1422), + [anon_sym_default] = ACTIONS(1422), + [anon_sym_while] = ACTIONS(1422), + [anon_sym_do] = ACTIONS(1422), + [anon_sym_for] = ACTIONS(1422), + [anon_sym_return] = ACTIONS(1422), + [anon_sym_break] = ACTIONS(1422), + [anon_sym_continue] = ACTIONS(1422), + [anon_sym_goto] = ACTIONS(1422), + [anon_sym___try] = ACTIONS(1422), + [anon_sym___leave] = ACTIONS(1422), + [anon_sym_DASH_DASH] = ACTIONS(1424), + [anon_sym_PLUS_PLUS] = ACTIONS(1424), + [anon_sym_sizeof] = ACTIONS(1422), + [anon_sym___alignof__] = ACTIONS(1422), + [anon_sym___alignof] = ACTIONS(1422), + [anon_sym__alignof] = ACTIONS(1422), + [anon_sym_alignof] = ACTIONS(1422), + [anon_sym__Alignof] = ACTIONS(1422), + [anon_sym_offsetof] = ACTIONS(1422), + [anon_sym__Generic] = ACTIONS(1422), + [anon_sym_asm] = ACTIONS(1422), + [anon_sym___asm__] = ACTIONS(1422), + [sym_number_literal] = ACTIONS(1424), + [anon_sym_L_SQUOTE] = ACTIONS(1424), + [anon_sym_u_SQUOTE] = ACTIONS(1424), + [anon_sym_U_SQUOTE] = ACTIONS(1424), + [anon_sym_u8_SQUOTE] = ACTIONS(1424), + [anon_sym_SQUOTE] = ACTIONS(1424), + [anon_sym_L_DQUOTE] = ACTIONS(1424), + [anon_sym_u_DQUOTE] = ACTIONS(1424), + [anon_sym_U_DQUOTE] = ACTIONS(1424), + [anon_sym_u8_DQUOTE] = ACTIONS(1424), + [anon_sym_DQUOTE] = ACTIONS(1424), + [sym_true] = ACTIONS(1422), + [sym_false] = ACTIONS(1422), + [anon_sym_NULL] = ACTIONS(1422), + [anon_sym_nullptr] = ACTIONS(1422), + [sym_comment] = ACTIONS(3), + }, + [140] = { + [sym_identifier] = ACTIONS(1426), + [aux_sym_preproc_include_token1] = ACTIONS(1426), + [aux_sym_preproc_def_token1] = ACTIONS(1426), + [aux_sym_preproc_if_token1] = ACTIONS(1426), + [aux_sym_preproc_if_token2] = ACTIONS(1426), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1426), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1426), + [aux_sym_preproc_else_token1] = ACTIONS(1426), + [aux_sym_preproc_elif_token1] = ACTIONS(1426), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1426), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1426), + [sym_preproc_directive] = ACTIONS(1426), + [anon_sym_LPAREN2] = ACTIONS(1428), + [anon_sym_BANG] = ACTIONS(1428), + [anon_sym_TILDE] = ACTIONS(1428), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_STAR] = ACTIONS(1428), + [anon_sym_AMP] = ACTIONS(1428), + [anon_sym_SEMI] = ACTIONS(1428), + [anon_sym___extension__] = ACTIONS(1426), + [anon_sym_typedef] = ACTIONS(1426), + [anon_sym_extern] = ACTIONS(1426), + [anon_sym___attribute__] = ACTIONS(1426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1428), + [anon_sym___declspec] = ACTIONS(1426), + [anon_sym___cdecl] = ACTIONS(1426), + [anon_sym___clrcall] = ACTIONS(1426), + [anon_sym___stdcall] = ACTIONS(1426), + [anon_sym___fastcall] = ACTIONS(1426), + [anon_sym___thiscall] = ACTIONS(1426), + [anon_sym___vectorcall] = ACTIONS(1426), + [anon_sym_LBRACE] = ACTIONS(1428), + [anon_sym_signed] = ACTIONS(1426), + [anon_sym_unsigned] = ACTIONS(1426), + [anon_sym_long] = ACTIONS(1426), + [anon_sym_short] = ACTIONS(1426), + [anon_sym_static] = ACTIONS(1426), + [anon_sym_auto] = ACTIONS(1426), + [anon_sym_register] = ACTIONS(1426), + [anon_sym_inline] = ACTIONS(1426), + [anon_sym___inline] = ACTIONS(1426), + [anon_sym___inline__] = ACTIONS(1426), + [anon_sym___forceinline] = ACTIONS(1426), + [anon_sym_thread_local] = ACTIONS(1426), + [anon_sym___thread] = ACTIONS(1426), + [anon_sym_const] = ACTIONS(1426), + [anon_sym_constexpr] = ACTIONS(1426), + [anon_sym_volatile] = ACTIONS(1426), + [anon_sym_restrict] = ACTIONS(1426), + [anon_sym___restrict__] = ACTIONS(1426), + [anon_sym__Atomic] = ACTIONS(1426), + [anon_sym__Noreturn] = ACTIONS(1426), + [anon_sym_noreturn] = ACTIONS(1426), + [sym_primitive_type] = ACTIONS(1426), + [anon_sym_enum] = ACTIONS(1426), + [anon_sym_struct] = ACTIONS(1426), + [anon_sym_union] = ACTIONS(1426), + [anon_sym_if] = ACTIONS(1426), + [anon_sym_switch] = ACTIONS(1426), + [anon_sym_case] = ACTIONS(1426), + [anon_sym_default] = ACTIONS(1426), + [anon_sym_while] = ACTIONS(1426), + [anon_sym_do] = ACTIONS(1426), + [anon_sym_for] = ACTIONS(1426), + [anon_sym_return] = ACTIONS(1426), + [anon_sym_break] = ACTIONS(1426), + [anon_sym_continue] = ACTIONS(1426), + [anon_sym_goto] = ACTIONS(1426), + [anon_sym___try] = ACTIONS(1426), + [anon_sym___leave] = ACTIONS(1426), + [anon_sym_DASH_DASH] = ACTIONS(1428), + [anon_sym_PLUS_PLUS] = ACTIONS(1428), + [anon_sym_sizeof] = ACTIONS(1426), + [anon_sym___alignof__] = ACTIONS(1426), + [anon_sym___alignof] = ACTIONS(1426), + [anon_sym__alignof] = ACTIONS(1426), + [anon_sym_alignof] = ACTIONS(1426), + [anon_sym__Alignof] = ACTIONS(1426), + [anon_sym_offsetof] = ACTIONS(1426), + [anon_sym__Generic] = ACTIONS(1426), + [anon_sym_asm] = ACTIONS(1426), + [anon_sym___asm__] = ACTIONS(1426), + [sym_number_literal] = ACTIONS(1428), + [anon_sym_L_SQUOTE] = ACTIONS(1428), + [anon_sym_u_SQUOTE] = ACTIONS(1428), + [anon_sym_U_SQUOTE] = ACTIONS(1428), + [anon_sym_u8_SQUOTE] = ACTIONS(1428), + [anon_sym_SQUOTE] = ACTIONS(1428), + [anon_sym_L_DQUOTE] = ACTIONS(1428), + [anon_sym_u_DQUOTE] = ACTIONS(1428), + [anon_sym_U_DQUOTE] = ACTIONS(1428), + [anon_sym_u8_DQUOTE] = ACTIONS(1428), + [anon_sym_DQUOTE] = ACTIONS(1428), + [sym_true] = ACTIONS(1426), + [sym_false] = ACTIONS(1426), + [anon_sym_NULL] = ACTIONS(1426), + [anon_sym_nullptr] = ACTIONS(1426), + [sym_comment] = ACTIONS(3), + }, + [141] = { + [sym_identifier] = ACTIONS(1430), + [aux_sym_preproc_include_token1] = ACTIONS(1430), + [aux_sym_preproc_def_token1] = ACTIONS(1430), + [aux_sym_preproc_if_token1] = ACTIONS(1430), + [aux_sym_preproc_if_token2] = ACTIONS(1430), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1430), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1430), + [aux_sym_preproc_else_token1] = ACTIONS(1430), + [aux_sym_preproc_elif_token1] = ACTIONS(1430), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1430), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1430), + [sym_preproc_directive] = ACTIONS(1430), + [anon_sym_LPAREN2] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1432), + [anon_sym_TILDE] = ACTIONS(1432), + [anon_sym_DASH] = ACTIONS(1430), + [anon_sym_PLUS] = ACTIONS(1430), + [anon_sym_STAR] = ACTIONS(1432), + [anon_sym_AMP] = ACTIONS(1432), + [anon_sym_SEMI] = ACTIONS(1432), + [anon_sym___extension__] = ACTIONS(1430), + [anon_sym_typedef] = ACTIONS(1430), + [anon_sym_extern] = ACTIONS(1430), + [anon_sym___attribute__] = ACTIONS(1430), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1432), + [anon_sym___declspec] = ACTIONS(1430), + [anon_sym___cdecl] = ACTIONS(1430), + [anon_sym___clrcall] = ACTIONS(1430), + [anon_sym___stdcall] = ACTIONS(1430), + [anon_sym___fastcall] = ACTIONS(1430), + [anon_sym___thiscall] = ACTIONS(1430), + [anon_sym___vectorcall] = ACTIONS(1430), + [anon_sym_LBRACE] = ACTIONS(1432), + [anon_sym_signed] = ACTIONS(1430), + [anon_sym_unsigned] = ACTIONS(1430), + [anon_sym_long] = ACTIONS(1430), + [anon_sym_short] = ACTIONS(1430), + [anon_sym_static] = ACTIONS(1430), + [anon_sym_auto] = ACTIONS(1430), + [anon_sym_register] = ACTIONS(1430), + [anon_sym_inline] = ACTIONS(1430), + [anon_sym___inline] = ACTIONS(1430), + [anon_sym___inline__] = ACTIONS(1430), + [anon_sym___forceinline] = ACTIONS(1430), + [anon_sym_thread_local] = ACTIONS(1430), + [anon_sym___thread] = ACTIONS(1430), + [anon_sym_const] = ACTIONS(1430), + [anon_sym_constexpr] = ACTIONS(1430), + [anon_sym_volatile] = ACTIONS(1430), + [anon_sym_restrict] = ACTIONS(1430), + [anon_sym___restrict__] = ACTIONS(1430), + [anon_sym__Atomic] = ACTIONS(1430), + [anon_sym__Noreturn] = ACTIONS(1430), + [anon_sym_noreturn] = ACTIONS(1430), + [sym_primitive_type] = ACTIONS(1430), + [anon_sym_enum] = ACTIONS(1430), + [anon_sym_struct] = ACTIONS(1430), + [anon_sym_union] = ACTIONS(1430), + [anon_sym_if] = ACTIONS(1430), + [anon_sym_switch] = ACTIONS(1430), + [anon_sym_case] = ACTIONS(1430), + [anon_sym_default] = ACTIONS(1430), + [anon_sym_while] = ACTIONS(1430), + [anon_sym_do] = ACTIONS(1430), + [anon_sym_for] = ACTIONS(1430), + [anon_sym_return] = ACTIONS(1430), + [anon_sym_break] = ACTIONS(1430), + [anon_sym_continue] = ACTIONS(1430), + [anon_sym_goto] = ACTIONS(1430), + [anon_sym___try] = ACTIONS(1430), + [anon_sym___leave] = ACTIONS(1430), + [anon_sym_DASH_DASH] = ACTIONS(1432), + [anon_sym_PLUS_PLUS] = ACTIONS(1432), + [anon_sym_sizeof] = ACTIONS(1430), + [anon_sym___alignof__] = ACTIONS(1430), + [anon_sym___alignof] = ACTIONS(1430), + [anon_sym__alignof] = ACTIONS(1430), + [anon_sym_alignof] = ACTIONS(1430), + [anon_sym__Alignof] = ACTIONS(1430), + [anon_sym_offsetof] = ACTIONS(1430), + [anon_sym__Generic] = ACTIONS(1430), + [anon_sym_asm] = ACTIONS(1430), + [anon_sym___asm__] = ACTIONS(1430), + [sym_number_literal] = ACTIONS(1432), + [anon_sym_L_SQUOTE] = ACTIONS(1432), + [anon_sym_u_SQUOTE] = ACTIONS(1432), + [anon_sym_U_SQUOTE] = ACTIONS(1432), + [anon_sym_u8_SQUOTE] = ACTIONS(1432), + [anon_sym_SQUOTE] = ACTIONS(1432), + [anon_sym_L_DQUOTE] = ACTIONS(1432), + [anon_sym_u_DQUOTE] = ACTIONS(1432), + [anon_sym_U_DQUOTE] = ACTIONS(1432), + [anon_sym_u8_DQUOTE] = ACTIONS(1432), + [anon_sym_DQUOTE] = ACTIONS(1432), + [sym_true] = ACTIONS(1430), + [sym_false] = ACTIONS(1430), + [anon_sym_NULL] = ACTIONS(1430), + [anon_sym_nullptr] = ACTIONS(1430), + [sym_comment] = ACTIONS(3), + }, + [142] = { + [sym_identifier] = ACTIONS(1434), + [aux_sym_preproc_include_token1] = ACTIONS(1434), + [aux_sym_preproc_def_token1] = ACTIONS(1434), + [aux_sym_preproc_if_token1] = ACTIONS(1434), + [aux_sym_preproc_if_token2] = ACTIONS(1434), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1434), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1434), + [aux_sym_preproc_else_token1] = ACTIONS(1434), + [aux_sym_preproc_elif_token1] = ACTIONS(1434), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1434), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1434), + [sym_preproc_directive] = ACTIONS(1434), + [anon_sym_LPAREN2] = ACTIONS(1436), + [anon_sym_BANG] = ACTIONS(1436), + [anon_sym_TILDE] = ACTIONS(1436), + [anon_sym_DASH] = ACTIONS(1434), + [anon_sym_PLUS] = ACTIONS(1434), + [anon_sym_STAR] = ACTIONS(1436), + [anon_sym_AMP] = ACTIONS(1436), + [anon_sym_SEMI] = ACTIONS(1436), + [anon_sym___extension__] = ACTIONS(1434), + [anon_sym_typedef] = ACTIONS(1434), + [anon_sym_extern] = ACTIONS(1434), + [anon_sym___attribute__] = ACTIONS(1434), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1436), + [anon_sym___declspec] = ACTIONS(1434), + [anon_sym___cdecl] = ACTIONS(1434), + [anon_sym___clrcall] = ACTIONS(1434), + [anon_sym___stdcall] = ACTIONS(1434), + [anon_sym___fastcall] = ACTIONS(1434), + [anon_sym___thiscall] = ACTIONS(1434), + [anon_sym___vectorcall] = ACTIONS(1434), + [anon_sym_LBRACE] = ACTIONS(1436), + [anon_sym_signed] = ACTIONS(1434), + [anon_sym_unsigned] = ACTIONS(1434), + [anon_sym_long] = ACTIONS(1434), + [anon_sym_short] = ACTIONS(1434), + [anon_sym_static] = ACTIONS(1434), + [anon_sym_auto] = ACTIONS(1434), + [anon_sym_register] = ACTIONS(1434), + [anon_sym_inline] = ACTIONS(1434), + [anon_sym___inline] = ACTIONS(1434), + [anon_sym___inline__] = ACTIONS(1434), + [anon_sym___forceinline] = ACTIONS(1434), + [anon_sym_thread_local] = ACTIONS(1434), + [anon_sym___thread] = ACTIONS(1434), + [anon_sym_const] = ACTIONS(1434), + [anon_sym_constexpr] = ACTIONS(1434), + [anon_sym_volatile] = ACTIONS(1434), + [anon_sym_restrict] = ACTIONS(1434), + [anon_sym___restrict__] = ACTIONS(1434), + [anon_sym__Atomic] = ACTIONS(1434), + [anon_sym__Noreturn] = ACTIONS(1434), + [anon_sym_noreturn] = ACTIONS(1434), + [sym_primitive_type] = ACTIONS(1434), + [anon_sym_enum] = ACTIONS(1434), + [anon_sym_struct] = ACTIONS(1434), + [anon_sym_union] = ACTIONS(1434), + [anon_sym_if] = ACTIONS(1434), + [anon_sym_switch] = ACTIONS(1434), + [anon_sym_case] = ACTIONS(1434), + [anon_sym_default] = ACTIONS(1434), + [anon_sym_while] = ACTIONS(1434), + [anon_sym_do] = ACTIONS(1434), + [anon_sym_for] = ACTIONS(1434), + [anon_sym_return] = ACTIONS(1434), + [anon_sym_break] = ACTIONS(1434), + [anon_sym_continue] = ACTIONS(1434), + [anon_sym_goto] = ACTIONS(1434), + [anon_sym___try] = ACTIONS(1434), + [anon_sym___leave] = ACTIONS(1434), + [anon_sym_DASH_DASH] = ACTIONS(1436), + [anon_sym_PLUS_PLUS] = ACTIONS(1436), + [anon_sym_sizeof] = ACTIONS(1434), + [anon_sym___alignof__] = ACTIONS(1434), + [anon_sym___alignof] = ACTIONS(1434), + [anon_sym__alignof] = ACTIONS(1434), + [anon_sym_alignof] = ACTIONS(1434), + [anon_sym__Alignof] = ACTIONS(1434), + [anon_sym_offsetof] = ACTIONS(1434), + [anon_sym__Generic] = ACTIONS(1434), + [anon_sym_asm] = ACTIONS(1434), + [anon_sym___asm__] = ACTIONS(1434), + [sym_number_literal] = ACTIONS(1436), + [anon_sym_L_SQUOTE] = ACTIONS(1436), + [anon_sym_u_SQUOTE] = ACTIONS(1436), + [anon_sym_U_SQUOTE] = ACTIONS(1436), + [anon_sym_u8_SQUOTE] = ACTIONS(1436), + [anon_sym_SQUOTE] = ACTIONS(1436), + [anon_sym_L_DQUOTE] = ACTIONS(1436), + [anon_sym_u_DQUOTE] = ACTIONS(1436), + [anon_sym_U_DQUOTE] = ACTIONS(1436), + [anon_sym_u8_DQUOTE] = ACTIONS(1436), + [anon_sym_DQUOTE] = ACTIONS(1436), + [sym_true] = ACTIONS(1434), + [sym_false] = ACTIONS(1434), + [anon_sym_NULL] = ACTIONS(1434), + [anon_sym_nullptr] = ACTIONS(1434), + [sym_comment] = ACTIONS(3), + }, + [143] = { + [sym_identifier] = ACTIONS(1438), + [aux_sym_preproc_include_token1] = ACTIONS(1438), + [aux_sym_preproc_def_token1] = ACTIONS(1438), + [aux_sym_preproc_if_token1] = ACTIONS(1438), + [aux_sym_preproc_if_token2] = ACTIONS(1438), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1438), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1438), + [aux_sym_preproc_else_token1] = ACTIONS(1438), + [aux_sym_preproc_elif_token1] = ACTIONS(1438), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1438), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1438), + [sym_preproc_directive] = ACTIONS(1438), + [anon_sym_LPAREN2] = ACTIONS(1440), + [anon_sym_BANG] = ACTIONS(1440), + [anon_sym_TILDE] = ACTIONS(1440), + [anon_sym_DASH] = ACTIONS(1438), + [anon_sym_PLUS] = ACTIONS(1438), + [anon_sym_STAR] = ACTIONS(1440), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1440), + [anon_sym___extension__] = ACTIONS(1438), + [anon_sym_typedef] = ACTIONS(1438), + [anon_sym_extern] = ACTIONS(1438), + [anon_sym___attribute__] = ACTIONS(1438), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1438), + [anon_sym___cdecl] = ACTIONS(1438), + [anon_sym___clrcall] = ACTIONS(1438), + [anon_sym___stdcall] = ACTIONS(1438), + [anon_sym___fastcall] = ACTIONS(1438), + [anon_sym___thiscall] = ACTIONS(1438), + [anon_sym___vectorcall] = ACTIONS(1438), + [anon_sym_LBRACE] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1438), + [anon_sym_unsigned] = ACTIONS(1438), + [anon_sym_long] = ACTIONS(1438), + [anon_sym_short] = ACTIONS(1438), + [anon_sym_static] = ACTIONS(1438), + [anon_sym_auto] = ACTIONS(1438), + [anon_sym_register] = ACTIONS(1438), + [anon_sym_inline] = ACTIONS(1438), + [anon_sym___inline] = ACTIONS(1438), + [anon_sym___inline__] = ACTIONS(1438), + [anon_sym___forceinline] = ACTIONS(1438), + [anon_sym_thread_local] = ACTIONS(1438), + [anon_sym___thread] = ACTIONS(1438), + [anon_sym_const] = ACTIONS(1438), + [anon_sym_constexpr] = ACTIONS(1438), + [anon_sym_volatile] = ACTIONS(1438), + [anon_sym_restrict] = ACTIONS(1438), + [anon_sym___restrict__] = ACTIONS(1438), + [anon_sym__Atomic] = ACTIONS(1438), + [anon_sym__Noreturn] = ACTIONS(1438), + [anon_sym_noreturn] = ACTIONS(1438), + [sym_primitive_type] = ACTIONS(1438), + [anon_sym_enum] = ACTIONS(1438), + [anon_sym_struct] = ACTIONS(1438), + [anon_sym_union] = ACTIONS(1438), + [anon_sym_if] = ACTIONS(1438), + [anon_sym_switch] = ACTIONS(1438), + [anon_sym_case] = ACTIONS(1438), + [anon_sym_default] = ACTIONS(1438), + [anon_sym_while] = ACTIONS(1438), + [anon_sym_do] = ACTIONS(1438), + [anon_sym_for] = ACTIONS(1438), + [anon_sym_return] = ACTIONS(1438), + [anon_sym_break] = ACTIONS(1438), + [anon_sym_continue] = ACTIONS(1438), + [anon_sym_goto] = ACTIONS(1438), + [anon_sym___try] = ACTIONS(1438), + [anon_sym___leave] = ACTIONS(1438), + [anon_sym_DASH_DASH] = ACTIONS(1440), + [anon_sym_PLUS_PLUS] = ACTIONS(1440), + [anon_sym_sizeof] = ACTIONS(1438), + [anon_sym___alignof__] = ACTIONS(1438), + [anon_sym___alignof] = ACTIONS(1438), + [anon_sym__alignof] = ACTIONS(1438), + [anon_sym_alignof] = ACTIONS(1438), + [anon_sym__Alignof] = ACTIONS(1438), + [anon_sym_offsetof] = ACTIONS(1438), + [anon_sym__Generic] = ACTIONS(1438), + [anon_sym_asm] = ACTIONS(1438), + [anon_sym___asm__] = ACTIONS(1438), + [sym_number_literal] = ACTIONS(1440), + [anon_sym_L_SQUOTE] = ACTIONS(1440), + [anon_sym_u_SQUOTE] = ACTIONS(1440), + [anon_sym_U_SQUOTE] = ACTIONS(1440), + [anon_sym_u8_SQUOTE] = ACTIONS(1440), + [anon_sym_SQUOTE] = ACTIONS(1440), + [anon_sym_L_DQUOTE] = ACTIONS(1440), + [anon_sym_u_DQUOTE] = ACTIONS(1440), + [anon_sym_U_DQUOTE] = ACTIONS(1440), + [anon_sym_u8_DQUOTE] = ACTIONS(1440), + [anon_sym_DQUOTE] = ACTIONS(1440), + [sym_true] = ACTIONS(1438), + [sym_false] = ACTIONS(1438), + [anon_sym_NULL] = ACTIONS(1438), + [anon_sym_nullptr] = ACTIONS(1438), + [sym_comment] = ACTIONS(3), + }, + [144] = { + [sym_identifier] = ACTIONS(1442), + [aux_sym_preproc_include_token1] = ACTIONS(1442), + [aux_sym_preproc_def_token1] = ACTIONS(1442), + [aux_sym_preproc_if_token1] = ACTIONS(1442), + [aux_sym_preproc_if_token2] = ACTIONS(1442), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1442), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1442), + [aux_sym_preproc_else_token1] = ACTIONS(1442), + [aux_sym_preproc_elif_token1] = ACTIONS(1442), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1442), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1442), + [sym_preproc_directive] = ACTIONS(1442), + [anon_sym_LPAREN2] = ACTIONS(1444), + [anon_sym_BANG] = ACTIONS(1444), + [anon_sym_TILDE] = ACTIONS(1444), + [anon_sym_DASH] = ACTIONS(1442), + [anon_sym_PLUS] = ACTIONS(1442), + [anon_sym_STAR] = ACTIONS(1444), + [anon_sym_AMP] = ACTIONS(1444), + [anon_sym_SEMI] = ACTIONS(1444), + [anon_sym___extension__] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1442), + [anon_sym_extern] = ACTIONS(1442), + [anon_sym___attribute__] = ACTIONS(1442), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1444), + [anon_sym___declspec] = ACTIONS(1442), + [anon_sym___cdecl] = ACTIONS(1442), + [anon_sym___clrcall] = ACTIONS(1442), + [anon_sym___stdcall] = ACTIONS(1442), + [anon_sym___fastcall] = ACTIONS(1442), + [anon_sym___thiscall] = ACTIONS(1442), + [anon_sym___vectorcall] = ACTIONS(1442), + [anon_sym_LBRACE] = ACTIONS(1444), + [anon_sym_signed] = ACTIONS(1442), + [anon_sym_unsigned] = ACTIONS(1442), + [anon_sym_long] = ACTIONS(1442), + [anon_sym_short] = ACTIONS(1442), + [anon_sym_static] = ACTIONS(1442), + [anon_sym_auto] = ACTIONS(1442), + [anon_sym_register] = ACTIONS(1442), + [anon_sym_inline] = ACTIONS(1442), + [anon_sym___inline] = ACTIONS(1442), + [anon_sym___inline__] = ACTIONS(1442), + [anon_sym___forceinline] = ACTIONS(1442), + [anon_sym_thread_local] = ACTIONS(1442), + [anon_sym___thread] = ACTIONS(1442), + [anon_sym_const] = ACTIONS(1442), + [anon_sym_constexpr] = ACTIONS(1442), + [anon_sym_volatile] = ACTIONS(1442), + [anon_sym_restrict] = ACTIONS(1442), + [anon_sym___restrict__] = ACTIONS(1442), + [anon_sym__Atomic] = ACTIONS(1442), + [anon_sym__Noreturn] = ACTIONS(1442), + [anon_sym_noreturn] = ACTIONS(1442), + [sym_primitive_type] = ACTIONS(1442), + [anon_sym_enum] = ACTIONS(1442), + [anon_sym_struct] = ACTIONS(1442), + [anon_sym_union] = ACTIONS(1442), + [anon_sym_if] = ACTIONS(1442), + [anon_sym_switch] = ACTIONS(1442), + [anon_sym_case] = ACTIONS(1442), + [anon_sym_default] = ACTIONS(1442), + [anon_sym_while] = ACTIONS(1442), + [anon_sym_do] = ACTIONS(1442), + [anon_sym_for] = ACTIONS(1442), + [anon_sym_return] = ACTIONS(1442), + [anon_sym_break] = ACTIONS(1442), + [anon_sym_continue] = ACTIONS(1442), + [anon_sym_goto] = ACTIONS(1442), + [anon_sym___try] = ACTIONS(1442), + [anon_sym___leave] = ACTIONS(1442), + [anon_sym_DASH_DASH] = ACTIONS(1444), + [anon_sym_PLUS_PLUS] = ACTIONS(1444), + [anon_sym_sizeof] = ACTIONS(1442), + [anon_sym___alignof__] = ACTIONS(1442), + [anon_sym___alignof] = ACTIONS(1442), + [anon_sym__alignof] = ACTIONS(1442), + [anon_sym_alignof] = ACTIONS(1442), + [anon_sym__Alignof] = ACTIONS(1442), + [anon_sym_offsetof] = ACTIONS(1442), + [anon_sym__Generic] = ACTIONS(1442), + [anon_sym_asm] = ACTIONS(1442), + [anon_sym___asm__] = ACTIONS(1442), + [sym_number_literal] = ACTIONS(1444), + [anon_sym_L_SQUOTE] = ACTIONS(1444), + [anon_sym_u_SQUOTE] = ACTIONS(1444), + [anon_sym_U_SQUOTE] = ACTIONS(1444), + [anon_sym_u8_SQUOTE] = ACTIONS(1444), + [anon_sym_SQUOTE] = ACTIONS(1444), + [anon_sym_L_DQUOTE] = ACTIONS(1444), + [anon_sym_u_DQUOTE] = ACTIONS(1444), + [anon_sym_U_DQUOTE] = ACTIONS(1444), + [anon_sym_u8_DQUOTE] = ACTIONS(1444), + [anon_sym_DQUOTE] = ACTIONS(1444), + [sym_true] = ACTIONS(1442), + [sym_false] = ACTIONS(1442), + [anon_sym_NULL] = ACTIONS(1442), + [anon_sym_nullptr] = ACTIONS(1442), + [sym_comment] = ACTIONS(3), + }, + [145] = { + [sym_identifier] = ACTIONS(1446), + [aux_sym_preproc_include_token1] = ACTIONS(1446), + [aux_sym_preproc_def_token1] = ACTIONS(1446), + [aux_sym_preproc_if_token1] = ACTIONS(1446), + [aux_sym_preproc_if_token2] = ACTIONS(1446), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1446), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1446), + [aux_sym_preproc_else_token1] = ACTIONS(1446), + [aux_sym_preproc_elif_token1] = ACTIONS(1446), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1446), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1446), + [sym_preproc_directive] = ACTIONS(1446), + [anon_sym_LPAREN2] = ACTIONS(1448), + [anon_sym_BANG] = ACTIONS(1448), + [anon_sym_TILDE] = ACTIONS(1448), + [anon_sym_DASH] = ACTIONS(1446), + [anon_sym_PLUS] = ACTIONS(1446), + [anon_sym_STAR] = ACTIONS(1448), + [anon_sym_AMP] = ACTIONS(1448), + [anon_sym_SEMI] = ACTIONS(1448), + [anon_sym___extension__] = ACTIONS(1446), + [anon_sym_typedef] = ACTIONS(1446), + [anon_sym_extern] = ACTIONS(1446), + [anon_sym___attribute__] = ACTIONS(1446), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1448), + [anon_sym___declspec] = ACTIONS(1446), + [anon_sym___cdecl] = ACTIONS(1446), + [anon_sym___clrcall] = ACTIONS(1446), + [anon_sym___stdcall] = ACTIONS(1446), + [anon_sym___fastcall] = ACTIONS(1446), + [anon_sym___thiscall] = ACTIONS(1446), + [anon_sym___vectorcall] = ACTIONS(1446), + [anon_sym_LBRACE] = ACTIONS(1448), + [anon_sym_signed] = ACTIONS(1446), + [anon_sym_unsigned] = ACTIONS(1446), + [anon_sym_long] = ACTIONS(1446), + [anon_sym_short] = ACTIONS(1446), + [anon_sym_static] = ACTIONS(1446), + [anon_sym_auto] = ACTIONS(1446), + [anon_sym_register] = ACTIONS(1446), + [anon_sym_inline] = ACTIONS(1446), + [anon_sym___inline] = ACTIONS(1446), + [anon_sym___inline__] = ACTIONS(1446), + [anon_sym___forceinline] = ACTIONS(1446), + [anon_sym_thread_local] = ACTIONS(1446), + [anon_sym___thread] = ACTIONS(1446), + [anon_sym_const] = ACTIONS(1446), + [anon_sym_constexpr] = ACTIONS(1446), + [anon_sym_volatile] = ACTIONS(1446), + [anon_sym_restrict] = ACTIONS(1446), + [anon_sym___restrict__] = ACTIONS(1446), + [anon_sym__Atomic] = ACTIONS(1446), + [anon_sym__Noreturn] = ACTIONS(1446), + [anon_sym_noreturn] = ACTIONS(1446), + [sym_primitive_type] = ACTIONS(1446), + [anon_sym_enum] = ACTIONS(1446), + [anon_sym_struct] = ACTIONS(1446), + [anon_sym_union] = ACTIONS(1446), + [anon_sym_if] = ACTIONS(1446), + [anon_sym_switch] = ACTIONS(1446), + [anon_sym_case] = ACTIONS(1446), + [anon_sym_default] = ACTIONS(1446), + [anon_sym_while] = ACTIONS(1446), + [anon_sym_do] = ACTIONS(1446), + [anon_sym_for] = ACTIONS(1446), + [anon_sym_return] = ACTIONS(1446), + [anon_sym_break] = ACTIONS(1446), + [anon_sym_continue] = ACTIONS(1446), + [anon_sym_goto] = ACTIONS(1446), + [anon_sym___try] = ACTIONS(1446), + [anon_sym___leave] = ACTIONS(1446), + [anon_sym_DASH_DASH] = ACTIONS(1448), + [anon_sym_PLUS_PLUS] = ACTIONS(1448), + [anon_sym_sizeof] = ACTIONS(1446), + [anon_sym___alignof__] = ACTIONS(1446), + [anon_sym___alignof] = ACTIONS(1446), + [anon_sym__alignof] = ACTIONS(1446), + [anon_sym_alignof] = ACTIONS(1446), + [anon_sym__Alignof] = ACTIONS(1446), + [anon_sym_offsetof] = ACTIONS(1446), + [anon_sym__Generic] = ACTIONS(1446), + [anon_sym_asm] = ACTIONS(1446), + [anon_sym___asm__] = ACTIONS(1446), + [sym_number_literal] = ACTIONS(1448), + [anon_sym_L_SQUOTE] = ACTIONS(1448), + [anon_sym_u_SQUOTE] = ACTIONS(1448), + [anon_sym_U_SQUOTE] = ACTIONS(1448), + [anon_sym_u8_SQUOTE] = ACTIONS(1448), + [anon_sym_SQUOTE] = ACTIONS(1448), + [anon_sym_L_DQUOTE] = ACTIONS(1448), + [anon_sym_u_DQUOTE] = ACTIONS(1448), + [anon_sym_U_DQUOTE] = ACTIONS(1448), + [anon_sym_u8_DQUOTE] = ACTIONS(1448), + [anon_sym_DQUOTE] = ACTIONS(1448), + [sym_true] = ACTIONS(1446), + [sym_false] = ACTIONS(1446), + [anon_sym_NULL] = ACTIONS(1446), + [anon_sym_nullptr] = ACTIONS(1446), + [sym_comment] = ACTIONS(3), + }, + [146] = { + [sym_else_clause] = STATE(175), [sym_identifier] = ACTIONS(1292), [aux_sym_preproc_include_token1] = ACTIONS(1292), [aux_sym_preproc_def_token1] = ACTIONS(1292), @@ -34439,7 +35541,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(1292), [anon_sym_union] = ACTIONS(1292), [anon_sym_if] = ACTIONS(1292), - [anon_sym_else] = ACTIONS(1406), + [anon_sym_else] = ACTIONS(1450), [anon_sym_switch] = ACTIONS(1292), [anon_sym_case] = ACTIONS(1292), [anon_sym_default] = ACTIONS(1292), @@ -34481,1117 +35583,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1292), [sym_comment] = ACTIONS(3), }, - [136] = { - [sym_identifier] = ACTIONS(1408), - [aux_sym_preproc_include_token1] = ACTIONS(1408), - [aux_sym_preproc_def_token1] = ACTIONS(1408), - [aux_sym_preproc_if_token1] = ACTIONS(1408), - [aux_sym_preproc_if_token2] = ACTIONS(1408), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1408), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1408), - [aux_sym_preproc_else_token1] = ACTIONS(1408), - [aux_sym_preproc_elif_token1] = ACTIONS(1408), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1408), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1408), - [sym_preproc_directive] = ACTIONS(1408), - [anon_sym_LPAREN2] = ACTIONS(1410), - [anon_sym_BANG] = ACTIONS(1410), - [anon_sym_TILDE] = ACTIONS(1410), - [anon_sym_DASH] = ACTIONS(1408), - [anon_sym_PLUS] = ACTIONS(1408), - [anon_sym_STAR] = ACTIONS(1410), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_SEMI] = ACTIONS(1410), - [anon_sym___extension__] = ACTIONS(1408), - [anon_sym_typedef] = ACTIONS(1408), - [anon_sym_extern] = ACTIONS(1408), - [anon_sym___attribute__] = ACTIONS(1408), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1410), - [anon_sym___declspec] = ACTIONS(1408), - [anon_sym___cdecl] = ACTIONS(1408), - [anon_sym___clrcall] = ACTIONS(1408), - [anon_sym___stdcall] = ACTIONS(1408), - [anon_sym___fastcall] = ACTIONS(1408), - [anon_sym___thiscall] = ACTIONS(1408), - [anon_sym___vectorcall] = ACTIONS(1408), - [anon_sym_LBRACE] = ACTIONS(1410), - [anon_sym_signed] = ACTIONS(1408), - [anon_sym_unsigned] = ACTIONS(1408), - [anon_sym_long] = ACTIONS(1408), - [anon_sym_short] = ACTIONS(1408), - [anon_sym_static] = ACTIONS(1408), - [anon_sym_auto] = ACTIONS(1408), - [anon_sym_register] = ACTIONS(1408), - [anon_sym_inline] = ACTIONS(1408), - [anon_sym___inline] = ACTIONS(1408), - [anon_sym___inline__] = ACTIONS(1408), - [anon_sym___forceinline] = ACTIONS(1408), - [anon_sym_thread_local] = ACTIONS(1408), - [anon_sym___thread] = ACTIONS(1408), - [anon_sym_const] = ACTIONS(1408), - [anon_sym_constexpr] = ACTIONS(1408), - [anon_sym_volatile] = ACTIONS(1408), - [anon_sym_restrict] = ACTIONS(1408), - [anon_sym___restrict__] = ACTIONS(1408), - [anon_sym__Atomic] = ACTIONS(1408), - [anon_sym__Noreturn] = ACTIONS(1408), - [anon_sym_noreturn] = ACTIONS(1408), - [sym_primitive_type] = ACTIONS(1408), - [anon_sym_enum] = ACTIONS(1408), - [anon_sym_struct] = ACTIONS(1408), - [anon_sym_union] = ACTIONS(1408), - [anon_sym_if] = ACTIONS(1408), - [anon_sym_switch] = ACTIONS(1408), - [anon_sym_case] = ACTIONS(1408), - [anon_sym_default] = ACTIONS(1408), - [anon_sym_while] = ACTIONS(1408), - [anon_sym_do] = ACTIONS(1408), - [anon_sym_for] = ACTIONS(1408), - [anon_sym_return] = ACTIONS(1408), - [anon_sym_break] = ACTIONS(1408), - [anon_sym_continue] = ACTIONS(1408), - [anon_sym_goto] = ACTIONS(1408), - [anon_sym___try] = ACTIONS(1408), - [anon_sym___leave] = ACTIONS(1408), - [anon_sym_DASH_DASH] = ACTIONS(1410), - [anon_sym_PLUS_PLUS] = ACTIONS(1410), - [anon_sym_sizeof] = ACTIONS(1408), - [anon_sym___alignof__] = ACTIONS(1408), - [anon_sym___alignof] = ACTIONS(1408), - [anon_sym__alignof] = ACTIONS(1408), - [anon_sym_alignof] = ACTIONS(1408), - [anon_sym__Alignof] = ACTIONS(1408), - [anon_sym_offsetof] = ACTIONS(1408), - [anon_sym__Generic] = ACTIONS(1408), - [anon_sym_asm] = ACTIONS(1408), - [anon_sym___asm__] = ACTIONS(1408), - [sym_number_literal] = ACTIONS(1410), - [anon_sym_L_SQUOTE] = ACTIONS(1410), - [anon_sym_u_SQUOTE] = ACTIONS(1410), - [anon_sym_U_SQUOTE] = ACTIONS(1410), - [anon_sym_u8_SQUOTE] = ACTIONS(1410), - [anon_sym_SQUOTE] = ACTIONS(1410), - [anon_sym_L_DQUOTE] = ACTIONS(1410), - [anon_sym_u_DQUOTE] = ACTIONS(1410), - [anon_sym_U_DQUOTE] = ACTIONS(1410), - [anon_sym_u8_DQUOTE] = ACTIONS(1410), - [anon_sym_DQUOTE] = ACTIONS(1410), - [sym_true] = ACTIONS(1408), - [sym_false] = ACTIONS(1408), - [anon_sym_NULL] = ACTIONS(1408), - [anon_sym_nullptr] = ACTIONS(1408), - [sym_comment] = ACTIONS(3), - }, - [137] = { - [sym_identifier] = ACTIONS(1412), - [aux_sym_preproc_include_token1] = ACTIONS(1412), - [aux_sym_preproc_def_token1] = ACTIONS(1412), - [aux_sym_preproc_if_token1] = ACTIONS(1412), - [aux_sym_preproc_if_token2] = ACTIONS(1412), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1412), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1412), - [aux_sym_preproc_else_token1] = ACTIONS(1412), - [aux_sym_preproc_elif_token1] = ACTIONS(1412), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1412), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1412), - [sym_preproc_directive] = ACTIONS(1412), - [anon_sym_LPAREN2] = ACTIONS(1414), - [anon_sym_BANG] = ACTIONS(1414), - [anon_sym_TILDE] = ACTIONS(1414), - [anon_sym_DASH] = ACTIONS(1412), - [anon_sym_PLUS] = ACTIONS(1412), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(1412), - [anon_sym_typedef] = ACTIONS(1412), - [anon_sym_extern] = ACTIONS(1412), - [anon_sym___attribute__] = ACTIONS(1412), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1414), - [anon_sym___declspec] = ACTIONS(1412), - [anon_sym___cdecl] = ACTIONS(1412), - [anon_sym___clrcall] = ACTIONS(1412), - [anon_sym___stdcall] = ACTIONS(1412), - [anon_sym___fastcall] = ACTIONS(1412), - [anon_sym___thiscall] = ACTIONS(1412), - [anon_sym___vectorcall] = ACTIONS(1412), - [anon_sym_LBRACE] = ACTIONS(1414), - [anon_sym_signed] = ACTIONS(1412), - [anon_sym_unsigned] = ACTIONS(1412), - [anon_sym_long] = ACTIONS(1412), - [anon_sym_short] = ACTIONS(1412), - [anon_sym_static] = ACTIONS(1412), - [anon_sym_auto] = ACTIONS(1412), - [anon_sym_register] = ACTIONS(1412), - [anon_sym_inline] = ACTIONS(1412), - [anon_sym___inline] = ACTIONS(1412), - [anon_sym___inline__] = ACTIONS(1412), - [anon_sym___forceinline] = ACTIONS(1412), - [anon_sym_thread_local] = ACTIONS(1412), - [anon_sym___thread] = ACTIONS(1412), - [anon_sym_const] = ACTIONS(1412), - [anon_sym_constexpr] = ACTIONS(1412), - [anon_sym_volatile] = ACTIONS(1412), - [anon_sym_restrict] = ACTIONS(1412), - [anon_sym___restrict__] = ACTIONS(1412), - [anon_sym__Atomic] = ACTIONS(1412), - [anon_sym__Noreturn] = ACTIONS(1412), - [anon_sym_noreturn] = ACTIONS(1412), - [sym_primitive_type] = ACTIONS(1412), - [anon_sym_enum] = ACTIONS(1412), - [anon_sym_struct] = ACTIONS(1412), - [anon_sym_union] = ACTIONS(1412), - [anon_sym_if] = ACTIONS(1412), - [anon_sym_switch] = ACTIONS(1412), - [anon_sym_case] = ACTIONS(1412), - [anon_sym_default] = ACTIONS(1412), - [anon_sym_while] = ACTIONS(1412), - [anon_sym_do] = ACTIONS(1412), - [anon_sym_for] = ACTIONS(1412), - [anon_sym_return] = ACTIONS(1412), - [anon_sym_break] = ACTIONS(1412), - [anon_sym_continue] = ACTIONS(1412), - [anon_sym_goto] = ACTIONS(1412), - [anon_sym___try] = ACTIONS(1412), - [anon_sym___leave] = ACTIONS(1412), - [anon_sym_DASH_DASH] = ACTIONS(1414), - [anon_sym_PLUS_PLUS] = ACTIONS(1414), - [anon_sym_sizeof] = ACTIONS(1412), - [anon_sym___alignof__] = ACTIONS(1412), - [anon_sym___alignof] = ACTIONS(1412), - [anon_sym__alignof] = ACTIONS(1412), - [anon_sym_alignof] = ACTIONS(1412), - [anon_sym__Alignof] = ACTIONS(1412), - [anon_sym_offsetof] = ACTIONS(1412), - [anon_sym__Generic] = ACTIONS(1412), - [anon_sym_asm] = ACTIONS(1412), - [anon_sym___asm__] = ACTIONS(1412), - [sym_number_literal] = ACTIONS(1414), - [anon_sym_L_SQUOTE] = ACTIONS(1414), - [anon_sym_u_SQUOTE] = ACTIONS(1414), - [anon_sym_U_SQUOTE] = ACTIONS(1414), - [anon_sym_u8_SQUOTE] = ACTIONS(1414), - [anon_sym_SQUOTE] = ACTIONS(1414), - [anon_sym_L_DQUOTE] = ACTIONS(1414), - [anon_sym_u_DQUOTE] = ACTIONS(1414), - [anon_sym_U_DQUOTE] = ACTIONS(1414), - [anon_sym_u8_DQUOTE] = ACTIONS(1414), - [anon_sym_DQUOTE] = ACTIONS(1414), - [sym_true] = ACTIONS(1412), - [sym_false] = ACTIONS(1412), - [anon_sym_NULL] = ACTIONS(1412), - [anon_sym_nullptr] = ACTIONS(1412), - [sym_comment] = ACTIONS(3), - }, - [138] = { - [sym_identifier] = ACTIONS(1416), - [aux_sym_preproc_include_token1] = ACTIONS(1416), - [aux_sym_preproc_def_token1] = ACTIONS(1416), - [aux_sym_preproc_if_token1] = ACTIONS(1416), - [aux_sym_preproc_if_token2] = ACTIONS(1416), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1416), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1416), - [aux_sym_preproc_else_token1] = ACTIONS(1416), - [aux_sym_preproc_elif_token1] = ACTIONS(1416), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1416), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1416), - [sym_preproc_directive] = ACTIONS(1416), - [anon_sym_LPAREN2] = ACTIONS(1418), - [anon_sym_BANG] = ACTIONS(1418), - [anon_sym_TILDE] = ACTIONS(1418), - [anon_sym_DASH] = ACTIONS(1416), - [anon_sym_PLUS] = ACTIONS(1416), - [anon_sym_STAR] = ACTIONS(1418), - [anon_sym_AMP] = ACTIONS(1418), - [anon_sym_SEMI] = ACTIONS(1418), - [anon_sym___extension__] = ACTIONS(1416), - [anon_sym_typedef] = ACTIONS(1416), - [anon_sym_extern] = ACTIONS(1416), - [anon_sym___attribute__] = ACTIONS(1416), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), - [anon_sym___declspec] = ACTIONS(1416), - [anon_sym___cdecl] = ACTIONS(1416), - [anon_sym___clrcall] = ACTIONS(1416), - [anon_sym___stdcall] = ACTIONS(1416), - [anon_sym___fastcall] = ACTIONS(1416), - [anon_sym___thiscall] = ACTIONS(1416), - [anon_sym___vectorcall] = ACTIONS(1416), - [anon_sym_LBRACE] = ACTIONS(1418), - [anon_sym_signed] = ACTIONS(1416), - [anon_sym_unsigned] = ACTIONS(1416), - [anon_sym_long] = ACTIONS(1416), - [anon_sym_short] = ACTIONS(1416), - [anon_sym_static] = ACTIONS(1416), - [anon_sym_auto] = ACTIONS(1416), - [anon_sym_register] = ACTIONS(1416), - [anon_sym_inline] = ACTIONS(1416), - [anon_sym___inline] = ACTIONS(1416), - [anon_sym___inline__] = ACTIONS(1416), - [anon_sym___forceinline] = ACTIONS(1416), - [anon_sym_thread_local] = ACTIONS(1416), - [anon_sym___thread] = ACTIONS(1416), - [anon_sym_const] = ACTIONS(1416), - [anon_sym_constexpr] = ACTIONS(1416), - [anon_sym_volatile] = ACTIONS(1416), - [anon_sym_restrict] = ACTIONS(1416), - [anon_sym___restrict__] = ACTIONS(1416), - [anon_sym__Atomic] = ACTIONS(1416), - [anon_sym__Noreturn] = ACTIONS(1416), - [anon_sym_noreturn] = ACTIONS(1416), - [sym_primitive_type] = ACTIONS(1416), - [anon_sym_enum] = ACTIONS(1416), - [anon_sym_struct] = ACTIONS(1416), - [anon_sym_union] = ACTIONS(1416), - [anon_sym_if] = ACTIONS(1416), - [anon_sym_switch] = ACTIONS(1416), - [anon_sym_case] = ACTIONS(1416), - [anon_sym_default] = ACTIONS(1416), - [anon_sym_while] = ACTIONS(1416), - [anon_sym_do] = ACTIONS(1416), - [anon_sym_for] = ACTIONS(1416), - [anon_sym_return] = ACTIONS(1416), - [anon_sym_break] = ACTIONS(1416), - [anon_sym_continue] = ACTIONS(1416), - [anon_sym_goto] = ACTIONS(1416), - [anon_sym___try] = ACTIONS(1416), - [anon_sym___leave] = ACTIONS(1416), - [anon_sym_DASH_DASH] = ACTIONS(1418), - [anon_sym_PLUS_PLUS] = ACTIONS(1418), - [anon_sym_sizeof] = ACTIONS(1416), - [anon_sym___alignof__] = ACTIONS(1416), - [anon_sym___alignof] = ACTIONS(1416), - [anon_sym__alignof] = ACTIONS(1416), - [anon_sym_alignof] = ACTIONS(1416), - [anon_sym__Alignof] = ACTIONS(1416), - [anon_sym_offsetof] = ACTIONS(1416), - [anon_sym__Generic] = ACTIONS(1416), - [anon_sym_asm] = ACTIONS(1416), - [anon_sym___asm__] = ACTIONS(1416), - [sym_number_literal] = ACTIONS(1418), - [anon_sym_L_SQUOTE] = ACTIONS(1418), - [anon_sym_u_SQUOTE] = ACTIONS(1418), - [anon_sym_U_SQUOTE] = ACTIONS(1418), - [anon_sym_u8_SQUOTE] = ACTIONS(1418), - [anon_sym_SQUOTE] = ACTIONS(1418), - [anon_sym_L_DQUOTE] = ACTIONS(1418), - [anon_sym_u_DQUOTE] = ACTIONS(1418), - [anon_sym_U_DQUOTE] = ACTIONS(1418), - [anon_sym_u8_DQUOTE] = ACTIONS(1418), - [anon_sym_DQUOTE] = ACTIONS(1418), - [sym_true] = ACTIONS(1416), - [sym_false] = ACTIONS(1416), - [anon_sym_NULL] = ACTIONS(1416), - [anon_sym_nullptr] = ACTIONS(1416), - [sym_comment] = ACTIONS(3), - }, - [139] = { - [sym_identifier] = ACTIONS(1420), - [aux_sym_preproc_include_token1] = ACTIONS(1420), - [aux_sym_preproc_def_token1] = ACTIONS(1420), - [aux_sym_preproc_if_token1] = ACTIONS(1420), - [aux_sym_preproc_if_token2] = ACTIONS(1420), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1420), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1420), - [aux_sym_preproc_else_token1] = ACTIONS(1420), - [aux_sym_preproc_elif_token1] = ACTIONS(1420), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1420), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1420), - [sym_preproc_directive] = ACTIONS(1420), - [anon_sym_LPAREN2] = ACTIONS(1422), - [anon_sym_BANG] = ACTIONS(1422), - [anon_sym_TILDE] = ACTIONS(1422), - [anon_sym_DASH] = ACTIONS(1420), - [anon_sym_PLUS] = ACTIONS(1420), - [anon_sym_STAR] = ACTIONS(1422), - [anon_sym_AMP] = ACTIONS(1422), - [anon_sym_SEMI] = ACTIONS(1422), - [anon_sym___extension__] = ACTIONS(1420), - [anon_sym_typedef] = ACTIONS(1420), - [anon_sym_extern] = ACTIONS(1420), - [anon_sym___attribute__] = ACTIONS(1420), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1422), - [anon_sym___declspec] = ACTIONS(1420), - [anon_sym___cdecl] = ACTIONS(1420), - [anon_sym___clrcall] = ACTIONS(1420), - [anon_sym___stdcall] = ACTIONS(1420), - [anon_sym___fastcall] = ACTIONS(1420), - [anon_sym___thiscall] = ACTIONS(1420), - [anon_sym___vectorcall] = ACTIONS(1420), - [anon_sym_LBRACE] = ACTIONS(1422), - [anon_sym_signed] = ACTIONS(1420), - [anon_sym_unsigned] = ACTIONS(1420), - [anon_sym_long] = ACTIONS(1420), - [anon_sym_short] = ACTIONS(1420), - [anon_sym_static] = ACTIONS(1420), - [anon_sym_auto] = ACTIONS(1420), - [anon_sym_register] = ACTIONS(1420), - [anon_sym_inline] = ACTIONS(1420), - [anon_sym___inline] = ACTIONS(1420), - [anon_sym___inline__] = ACTIONS(1420), - [anon_sym___forceinline] = ACTIONS(1420), - [anon_sym_thread_local] = ACTIONS(1420), - [anon_sym___thread] = ACTIONS(1420), - [anon_sym_const] = ACTIONS(1420), - [anon_sym_constexpr] = ACTIONS(1420), - [anon_sym_volatile] = ACTIONS(1420), - [anon_sym_restrict] = ACTIONS(1420), - [anon_sym___restrict__] = ACTIONS(1420), - [anon_sym__Atomic] = ACTIONS(1420), - [anon_sym__Noreturn] = ACTIONS(1420), - [anon_sym_noreturn] = ACTIONS(1420), - [sym_primitive_type] = ACTIONS(1420), - [anon_sym_enum] = ACTIONS(1420), - [anon_sym_struct] = ACTIONS(1420), - [anon_sym_union] = ACTIONS(1420), - [anon_sym_if] = ACTIONS(1420), - [anon_sym_switch] = ACTIONS(1420), - [anon_sym_case] = ACTIONS(1420), - [anon_sym_default] = ACTIONS(1420), - [anon_sym_while] = ACTIONS(1420), - [anon_sym_do] = ACTIONS(1420), - [anon_sym_for] = ACTIONS(1420), - [anon_sym_return] = ACTIONS(1420), - [anon_sym_break] = ACTIONS(1420), - [anon_sym_continue] = ACTIONS(1420), - [anon_sym_goto] = ACTIONS(1420), - [anon_sym___try] = ACTIONS(1420), - [anon_sym___leave] = ACTIONS(1420), - [anon_sym_DASH_DASH] = ACTIONS(1422), - [anon_sym_PLUS_PLUS] = ACTIONS(1422), - [anon_sym_sizeof] = ACTIONS(1420), - [anon_sym___alignof__] = ACTIONS(1420), - [anon_sym___alignof] = ACTIONS(1420), - [anon_sym__alignof] = ACTIONS(1420), - [anon_sym_alignof] = ACTIONS(1420), - [anon_sym__Alignof] = ACTIONS(1420), - [anon_sym_offsetof] = ACTIONS(1420), - [anon_sym__Generic] = ACTIONS(1420), - [anon_sym_asm] = ACTIONS(1420), - [anon_sym___asm__] = ACTIONS(1420), - [sym_number_literal] = ACTIONS(1422), - [anon_sym_L_SQUOTE] = ACTIONS(1422), - [anon_sym_u_SQUOTE] = ACTIONS(1422), - [anon_sym_U_SQUOTE] = ACTIONS(1422), - [anon_sym_u8_SQUOTE] = ACTIONS(1422), - [anon_sym_SQUOTE] = ACTIONS(1422), - [anon_sym_L_DQUOTE] = ACTIONS(1422), - [anon_sym_u_DQUOTE] = ACTIONS(1422), - [anon_sym_U_DQUOTE] = ACTIONS(1422), - [anon_sym_u8_DQUOTE] = ACTIONS(1422), - [anon_sym_DQUOTE] = ACTIONS(1422), - [sym_true] = ACTIONS(1420), - [sym_false] = ACTIONS(1420), - [anon_sym_NULL] = ACTIONS(1420), - [anon_sym_nullptr] = ACTIONS(1420), - [sym_comment] = ACTIONS(3), - }, - [140] = { - [sym_identifier] = ACTIONS(1424), - [aux_sym_preproc_include_token1] = ACTIONS(1424), - [aux_sym_preproc_def_token1] = ACTIONS(1424), - [aux_sym_preproc_if_token1] = ACTIONS(1424), - [aux_sym_preproc_if_token2] = ACTIONS(1424), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1424), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1424), - [aux_sym_preproc_else_token1] = ACTIONS(1424), - [aux_sym_preproc_elif_token1] = ACTIONS(1424), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1424), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1424), - [sym_preproc_directive] = ACTIONS(1424), - [anon_sym_LPAREN2] = ACTIONS(1426), - [anon_sym_BANG] = ACTIONS(1426), - [anon_sym_TILDE] = ACTIONS(1426), - [anon_sym_DASH] = ACTIONS(1424), - [anon_sym_PLUS] = ACTIONS(1424), - [anon_sym_STAR] = ACTIONS(1426), - [anon_sym_AMP] = ACTIONS(1426), - [anon_sym_SEMI] = ACTIONS(1426), - [anon_sym___extension__] = ACTIONS(1424), - [anon_sym_typedef] = ACTIONS(1424), - [anon_sym_extern] = ACTIONS(1424), - [anon_sym___attribute__] = ACTIONS(1424), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1426), - [anon_sym___declspec] = ACTIONS(1424), - [anon_sym___cdecl] = ACTIONS(1424), - [anon_sym___clrcall] = ACTIONS(1424), - [anon_sym___stdcall] = ACTIONS(1424), - [anon_sym___fastcall] = ACTIONS(1424), - [anon_sym___thiscall] = ACTIONS(1424), - [anon_sym___vectorcall] = ACTIONS(1424), - [anon_sym_LBRACE] = ACTIONS(1426), - [anon_sym_signed] = ACTIONS(1424), - [anon_sym_unsigned] = ACTIONS(1424), - [anon_sym_long] = ACTIONS(1424), - [anon_sym_short] = ACTIONS(1424), - [anon_sym_static] = ACTIONS(1424), - [anon_sym_auto] = ACTIONS(1424), - [anon_sym_register] = ACTIONS(1424), - [anon_sym_inline] = ACTIONS(1424), - [anon_sym___inline] = ACTIONS(1424), - [anon_sym___inline__] = ACTIONS(1424), - [anon_sym___forceinline] = ACTIONS(1424), - [anon_sym_thread_local] = ACTIONS(1424), - [anon_sym___thread] = ACTIONS(1424), - [anon_sym_const] = ACTIONS(1424), - [anon_sym_constexpr] = ACTIONS(1424), - [anon_sym_volatile] = ACTIONS(1424), - [anon_sym_restrict] = ACTIONS(1424), - [anon_sym___restrict__] = ACTIONS(1424), - [anon_sym__Atomic] = ACTIONS(1424), - [anon_sym__Noreturn] = ACTIONS(1424), - [anon_sym_noreturn] = ACTIONS(1424), - [sym_primitive_type] = ACTIONS(1424), - [anon_sym_enum] = ACTIONS(1424), - [anon_sym_struct] = ACTIONS(1424), - [anon_sym_union] = ACTIONS(1424), - [anon_sym_if] = ACTIONS(1424), - [anon_sym_switch] = ACTIONS(1424), - [anon_sym_case] = ACTIONS(1424), - [anon_sym_default] = ACTIONS(1424), - [anon_sym_while] = ACTIONS(1424), - [anon_sym_do] = ACTIONS(1424), - [anon_sym_for] = ACTIONS(1424), - [anon_sym_return] = ACTIONS(1424), - [anon_sym_break] = ACTIONS(1424), - [anon_sym_continue] = ACTIONS(1424), - [anon_sym_goto] = ACTIONS(1424), - [anon_sym___try] = ACTIONS(1424), - [anon_sym___leave] = ACTIONS(1424), - [anon_sym_DASH_DASH] = ACTIONS(1426), - [anon_sym_PLUS_PLUS] = ACTIONS(1426), - [anon_sym_sizeof] = ACTIONS(1424), - [anon_sym___alignof__] = ACTIONS(1424), - [anon_sym___alignof] = ACTIONS(1424), - [anon_sym__alignof] = ACTIONS(1424), - [anon_sym_alignof] = ACTIONS(1424), - [anon_sym__Alignof] = ACTIONS(1424), - [anon_sym_offsetof] = ACTIONS(1424), - [anon_sym__Generic] = ACTIONS(1424), - [anon_sym_asm] = ACTIONS(1424), - [anon_sym___asm__] = ACTIONS(1424), - [sym_number_literal] = ACTIONS(1426), - [anon_sym_L_SQUOTE] = ACTIONS(1426), - [anon_sym_u_SQUOTE] = ACTIONS(1426), - [anon_sym_U_SQUOTE] = ACTIONS(1426), - [anon_sym_u8_SQUOTE] = ACTIONS(1426), - [anon_sym_SQUOTE] = ACTIONS(1426), - [anon_sym_L_DQUOTE] = ACTIONS(1426), - [anon_sym_u_DQUOTE] = ACTIONS(1426), - [anon_sym_U_DQUOTE] = ACTIONS(1426), - [anon_sym_u8_DQUOTE] = ACTIONS(1426), - [anon_sym_DQUOTE] = ACTIONS(1426), - [sym_true] = ACTIONS(1424), - [sym_false] = ACTIONS(1424), - [anon_sym_NULL] = ACTIONS(1424), - [anon_sym_nullptr] = ACTIONS(1424), - [sym_comment] = ACTIONS(3), - }, - [141] = { - [sym_identifier] = ACTIONS(1428), - [aux_sym_preproc_include_token1] = ACTIONS(1428), - [aux_sym_preproc_def_token1] = ACTIONS(1428), - [aux_sym_preproc_if_token1] = ACTIONS(1428), - [aux_sym_preproc_if_token2] = ACTIONS(1428), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1428), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1428), - [aux_sym_preproc_else_token1] = ACTIONS(1428), - [aux_sym_preproc_elif_token1] = ACTIONS(1428), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1428), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1428), - [sym_preproc_directive] = ACTIONS(1428), - [anon_sym_LPAREN2] = ACTIONS(1430), - [anon_sym_BANG] = ACTIONS(1430), - [anon_sym_TILDE] = ACTIONS(1430), - [anon_sym_DASH] = ACTIONS(1428), - [anon_sym_PLUS] = ACTIONS(1428), - [anon_sym_STAR] = ACTIONS(1430), - [anon_sym_AMP] = ACTIONS(1430), - [anon_sym_SEMI] = ACTIONS(1430), - [anon_sym___extension__] = ACTIONS(1428), - [anon_sym_typedef] = ACTIONS(1428), - [anon_sym_extern] = ACTIONS(1428), - [anon_sym___attribute__] = ACTIONS(1428), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1430), - [anon_sym___declspec] = ACTIONS(1428), - [anon_sym___cdecl] = ACTIONS(1428), - [anon_sym___clrcall] = ACTIONS(1428), - [anon_sym___stdcall] = ACTIONS(1428), - [anon_sym___fastcall] = ACTIONS(1428), - [anon_sym___thiscall] = ACTIONS(1428), - [anon_sym___vectorcall] = ACTIONS(1428), - [anon_sym_LBRACE] = ACTIONS(1430), - [anon_sym_signed] = ACTIONS(1428), - [anon_sym_unsigned] = ACTIONS(1428), - [anon_sym_long] = ACTIONS(1428), - [anon_sym_short] = ACTIONS(1428), - [anon_sym_static] = ACTIONS(1428), - [anon_sym_auto] = ACTIONS(1428), - [anon_sym_register] = ACTIONS(1428), - [anon_sym_inline] = ACTIONS(1428), - [anon_sym___inline] = ACTIONS(1428), - [anon_sym___inline__] = ACTIONS(1428), - [anon_sym___forceinline] = ACTIONS(1428), - [anon_sym_thread_local] = ACTIONS(1428), - [anon_sym___thread] = ACTIONS(1428), - [anon_sym_const] = ACTIONS(1428), - [anon_sym_constexpr] = ACTIONS(1428), - [anon_sym_volatile] = ACTIONS(1428), - [anon_sym_restrict] = ACTIONS(1428), - [anon_sym___restrict__] = ACTIONS(1428), - [anon_sym__Atomic] = ACTIONS(1428), - [anon_sym__Noreturn] = ACTIONS(1428), - [anon_sym_noreturn] = ACTIONS(1428), - [sym_primitive_type] = ACTIONS(1428), - [anon_sym_enum] = ACTIONS(1428), - [anon_sym_struct] = ACTIONS(1428), - [anon_sym_union] = ACTIONS(1428), - [anon_sym_if] = ACTIONS(1428), - [anon_sym_switch] = ACTIONS(1428), - [anon_sym_case] = ACTIONS(1428), - [anon_sym_default] = ACTIONS(1428), - [anon_sym_while] = ACTIONS(1428), - [anon_sym_do] = ACTIONS(1428), - [anon_sym_for] = ACTIONS(1428), - [anon_sym_return] = ACTIONS(1428), - [anon_sym_break] = ACTIONS(1428), - [anon_sym_continue] = ACTIONS(1428), - [anon_sym_goto] = ACTIONS(1428), - [anon_sym___try] = ACTIONS(1428), - [anon_sym___leave] = ACTIONS(1428), - [anon_sym_DASH_DASH] = ACTIONS(1430), - [anon_sym_PLUS_PLUS] = ACTIONS(1430), - [anon_sym_sizeof] = ACTIONS(1428), - [anon_sym___alignof__] = ACTIONS(1428), - [anon_sym___alignof] = ACTIONS(1428), - [anon_sym__alignof] = ACTIONS(1428), - [anon_sym_alignof] = ACTIONS(1428), - [anon_sym__Alignof] = ACTIONS(1428), - [anon_sym_offsetof] = ACTIONS(1428), - [anon_sym__Generic] = ACTIONS(1428), - [anon_sym_asm] = ACTIONS(1428), - [anon_sym___asm__] = ACTIONS(1428), - [sym_number_literal] = ACTIONS(1430), - [anon_sym_L_SQUOTE] = ACTIONS(1430), - [anon_sym_u_SQUOTE] = ACTIONS(1430), - [anon_sym_U_SQUOTE] = ACTIONS(1430), - [anon_sym_u8_SQUOTE] = ACTIONS(1430), - [anon_sym_SQUOTE] = ACTIONS(1430), - [anon_sym_L_DQUOTE] = ACTIONS(1430), - [anon_sym_u_DQUOTE] = ACTIONS(1430), - [anon_sym_U_DQUOTE] = ACTIONS(1430), - [anon_sym_u8_DQUOTE] = ACTIONS(1430), - [anon_sym_DQUOTE] = ACTIONS(1430), - [sym_true] = ACTIONS(1428), - [sym_false] = ACTIONS(1428), - [anon_sym_NULL] = ACTIONS(1428), - [anon_sym_nullptr] = ACTIONS(1428), - [sym_comment] = ACTIONS(3), - }, - [142] = { - [sym_identifier] = ACTIONS(1432), - [aux_sym_preproc_include_token1] = ACTIONS(1432), - [aux_sym_preproc_def_token1] = ACTIONS(1432), - [aux_sym_preproc_if_token1] = ACTIONS(1432), - [aux_sym_preproc_if_token2] = ACTIONS(1432), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1432), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1432), - [aux_sym_preproc_else_token1] = ACTIONS(1432), - [aux_sym_preproc_elif_token1] = ACTIONS(1432), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1432), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1432), - [sym_preproc_directive] = ACTIONS(1432), - [anon_sym_LPAREN2] = ACTIONS(1434), - [anon_sym_BANG] = ACTIONS(1434), - [anon_sym_TILDE] = ACTIONS(1434), - [anon_sym_DASH] = ACTIONS(1432), - [anon_sym_PLUS] = ACTIONS(1432), - [anon_sym_STAR] = ACTIONS(1434), - [anon_sym_AMP] = ACTIONS(1434), - [anon_sym_SEMI] = ACTIONS(1434), - [anon_sym___extension__] = ACTIONS(1432), - [anon_sym_typedef] = ACTIONS(1432), - [anon_sym_extern] = ACTIONS(1432), - [anon_sym___attribute__] = ACTIONS(1432), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1434), - [anon_sym___declspec] = ACTIONS(1432), - [anon_sym___cdecl] = ACTIONS(1432), - [anon_sym___clrcall] = ACTIONS(1432), - [anon_sym___stdcall] = ACTIONS(1432), - [anon_sym___fastcall] = ACTIONS(1432), - [anon_sym___thiscall] = ACTIONS(1432), - [anon_sym___vectorcall] = ACTIONS(1432), - [anon_sym_LBRACE] = ACTIONS(1434), - [anon_sym_signed] = ACTIONS(1432), - [anon_sym_unsigned] = ACTIONS(1432), - [anon_sym_long] = ACTIONS(1432), - [anon_sym_short] = ACTIONS(1432), - [anon_sym_static] = ACTIONS(1432), - [anon_sym_auto] = ACTIONS(1432), - [anon_sym_register] = ACTIONS(1432), - [anon_sym_inline] = ACTIONS(1432), - [anon_sym___inline] = ACTIONS(1432), - [anon_sym___inline__] = ACTIONS(1432), - [anon_sym___forceinline] = ACTIONS(1432), - [anon_sym_thread_local] = ACTIONS(1432), - [anon_sym___thread] = ACTIONS(1432), - [anon_sym_const] = ACTIONS(1432), - [anon_sym_constexpr] = ACTIONS(1432), - [anon_sym_volatile] = ACTIONS(1432), - [anon_sym_restrict] = ACTIONS(1432), - [anon_sym___restrict__] = ACTIONS(1432), - [anon_sym__Atomic] = ACTIONS(1432), - [anon_sym__Noreturn] = ACTIONS(1432), - [anon_sym_noreturn] = ACTIONS(1432), - [sym_primitive_type] = ACTIONS(1432), - [anon_sym_enum] = ACTIONS(1432), - [anon_sym_struct] = ACTIONS(1432), - [anon_sym_union] = ACTIONS(1432), - [anon_sym_if] = ACTIONS(1432), - [anon_sym_switch] = ACTIONS(1432), - [anon_sym_case] = ACTIONS(1432), - [anon_sym_default] = ACTIONS(1432), - [anon_sym_while] = ACTIONS(1432), - [anon_sym_do] = ACTIONS(1432), - [anon_sym_for] = ACTIONS(1432), - [anon_sym_return] = ACTIONS(1432), - [anon_sym_break] = ACTIONS(1432), - [anon_sym_continue] = ACTIONS(1432), - [anon_sym_goto] = ACTIONS(1432), - [anon_sym___try] = ACTIONS(1432), - [anon_sym___leave] = ACTIONS(1432), - [anon_sym_DASH_DASH] = ACTIONS(1434), - [anon_sym_PLUS_PLUS] = ACTIONS(1434), - [anon_sym_sizeof] = ACTIONS(1432), - [anon_sym___alignof__] = ACTIONS(1432), - [anon_sym___alignof] = ACTIONS(1432), - [anon_sym__alignof] = ACTIONS(1432), - [anon_sym_alignof] = ACTIONS(1432), - [anon_sym__Alignof] = ACTIONS(1432), - [anon_sym_offsetof] = ACTIONS(1432), - [anon_sym__Generic] = ACTIONS(1432), - [anon_sym_asm] = ACTIONS(1432), - [anon_sym___asm__] = ACTIONS(1432), - [sym_number_literal] = ACTIONS(1434), - [anon_sym_L_SQUOTE] = ACTIONS(1434), - [anon_sym_u_SQUOTE] = ACTIONS(1434), - [anon_sym_U_SQUOTE] = ACTIONS(1434), - [anon_sym_u8_SQUOTE] = ACTIONS(1434), - [anon_sym_SQUOTE] = ACTIONS(1434), - [anon_sym_L_DQUOTE] = ACTIONS(1434), - [anon_sym_u_DQUOTE] = ACTIONS(1434), - [anon_sym_U_DQUOTE] = ACTIONS(1434), - [anon_sym_u8_DQUOTE] = ACTIONS(1434), - [anon_sym_DQUOTE] = ACTIONS(1434), - [sym_true] = ACTIONS(1432), - [sym_false] = ACTIONS(1432), - [anon_sym_NULL] = ACTIONS(1432), - [anon_sym_nullptr] = ACTIONS(1432), - [sym_comment] = ACTIONS(3), - }, - [143] = { - [sym_identifier] = ACTIONS(1436), - [aux_sym_preproc_include_token1] = ACTIONS(1436), - [aux_sym_preproc_def_token1] = ACTIONS(1436), - [aux_sym_preproc_if_token1] = ACTIONS(1436), - [aux_sym_preproc_if_token2] = ACTIONS(1436), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1436), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1436), - [aux_sym_preproc_else_token1] = ACTIONS(1436), - [aux_sym_preproc_elif_token1] = ACTIONS(1436), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1436), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1436), - [sym_preproc_directive] = ACTIONS(1436), - [anon_sym_LPAREN2] = ACTIONS(1438), - [anon_sym_BANG] = ACTIONS(1438), - [anon_sym_TILDE] = ACTIONS(1438), - [anon_sym_DASH] = ACTIONS(1436), - [anon_sym_PLUS] = ACTIONS(1436), - [anon_sym_STAR] = ACTIONS(1438), - [anon_sym_AMP] = ACTIONS(1438), - [anon_sym_SEMI] = ACTIONS(1438), - [anon_sym___extension__] = ACTIONS(1436), - [anon_sym_typedef] = ACTIONS(1436), - [anon_sym_extern] = ACTIONS(1436), - [anon_sym___attribute__] = ACTIONS(1436), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1438), - [anon_sym___declspec] = ACTIONS(1436), - [anon_sym___cdecl] = ACTIONS(1436), - [anon_sym___clrcall] = ACTIONS(1436), - [anon_sym___stdcall] = ACTIONS(1436), - [anon_sym___fastcall] = ACTIONS(1436), - [anon_sym___thiscall] = ACTIONS(1436), - [anon_sym___vectorcall] = ACTIONS(1436), - [anon_sym_LBRACE] = ACTIONS(1438), - [anon_sym_signed] = ACTIONS(1436), - [anon_sym_unsigned] = ACTIONS(1436), - [anon_sym_long] = ACTIONS(1436), - [anon_sym_short] = ACTIONS(1436), - [anon_sym_static] = ACTIONS(1436), - [anon_sym_auto] = ACTIONS(1436), - [anon_sym_register] = ACTIONS(1436), - [anon_sym_inline] = ACTIONS(1436), - [anon_sym___inline] = ACTIONS(1436), - [anon_sym___inline__] = ACTIONS(1436), - [anon_sym___forceinline] = ACTIONS(1436), - [anon_sym_thread_local] = ACTIONS(1436), - [anon_sym___thread] = ACTIONS(1436), - [anon_sym_const] = ACTIONS(1436), - [anon_sym_constexpr] = ACTIONS(1436), - [anon_sym_volatile] = ACTIONS(1436), - [anon_sym_restrict] = ACTIONS(1436), - [anon_sym___restrict__] = ACTIONS(1436), - [anon_sym__Atomic] = ACTIONS(1436), - [anon_sym__Noreturn] = ACTIONS(1436), - [anon_sym_noreturn] = ACTIONS(1436), - [sym_primitive_type] = ACTIONS(1436), - [anon_sym_enum] = ACTIONS(1436), - [anon_sym_struct] = ACTIONS(1436), - [anon_sym_union] = ACTIONS(1436), - [anon_sym_if] = ACTIONS(1436), - [anon_sym_switch] = ACTIONS(1436), - [anon_sym_case] = ACTIONS(1436), - [anon_sym_default] = ACTIONS(1436), - [anon_sym_while] = ACTIONS(1436), - [anon_sym_do] = ACTIONS(1436), - [anon_sym_for] = ACTIONS(1436), - [anon_sym_return] = ACTIONS(1436), - [anon_sym_break] = ACTIONS(1436), - [anon_sym_continue] = ACTIONS(1436), - [anon_sym_goto] = ACTIONS(1436), - [anon_sym___try] = ACTIONS(1436), - [anon_sym___leave] = ACTIONS(1436), - [anon_sym_DASH_DASH] = ACTIONS(1438), - [anon_sym_PLUS_PLUS] = ACTIONS(1438), - [anon_sym_sizeof] = ACTIONS(1436), - [anon_sym___alignof__] = ACTIONS(1436), - [anon_sym___alignof] = ACTIONS(1436), - [anon_sym__alignof] = ACTIONS(1436), - [anon_sym_alignof] = ACTIONS(1436), - [anon_sym__Alignof] = ACTIONS(1436), - [anon_sym_offsetof] = ACTIONS(1436), - [anon_sym__Generic] = ACTIONS(1436), - [anon_sym_asm] = ACTIONS(1436), - [anon_sym___asm__] = ACTIONS(1436), - [sym_number_literal] = ACTIONS(1438), - [anon_sym_L_SQUOTE] = ACTIONS(1438), - [anon_sym_u_SQUOTE] = ACTIONS(1438), - [anon_sym_U_SQUOTE] = ACTIONS(1438), - [anon_sym_u8_SQUOTE] = ACTIONS(1438), - [anon_sym_SQUOTE] = ACTIONS(1438), - [anon_sym_L_DQUOTE] = ACTIONS(1438), - [anon_sym_u_DQUOTE] = ACTIONS(1438), - [anon_sym_U_DQUOTE] = ACTIONS(1438), - [anon_sym_u8_DQUOTE] = ACTIONS(1438), - [anon_sym_DQUOTE] = ACTIONS(1438), - [sym_true] = ACTIONS(1436), - [sym_false] = ACTIONS(1436), - [anon_sym_NULL] = ACTIONS(1436), - [anon_sym_nullptr] = ACTIONS(1436), - [sym_comment] = ACTIONS(3), - }, - [144] = { - [sym_identifier] = ACTIONS(1440), - [aux_sym_preproc_include_token1] = ACTIONS(1440), - [aux_sym_preproc_def_token1] = ACTIONS(1440), - [aux_sym_preproc_if_token1] = ACTIONS(1440), - [aux_sym_preproc_if_token2] = ACTIONS(1440), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), - [aux_sym_preproc_else_token1] = ACTIONS(1440), - [aux_sym_preproc_elif_token1] = ACTIONS(1440), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1440), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1440), - [sym_preproc_directive] = ACTIONS(1440), - [anon_sym_LPAREN2] = ACTIONS(1442), - [anon_sym_BANG] = ACTIONS(1442), - [anon_sym_TILDE] = ACTIONS(1442), - [anon_sym_DASH] = ACTIONS(1440), - [anon_sym_PLUS] = ACTIONS(1440), - [anon_sym_STAR] = ACTIONS(1442), - [anon_sym_AMP] = ACTIONS(1442), - [anon_sym_SEMI] = ACTIONS(1442), - [anon_sym___extension__] = ACTIONS(1440), - [anon_sym_typedef] = ACTIONS(1440), - [anon_sym_extern] = ACTIONS(1440), - [anon_sym___attribute__] = ACTIONS(1440), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), - [anon_sym___declspec] = ACTIONS(1440), - [anon_sym___cdecl] = ACTIONS(1440), - [anon_sym___clrcall] = ACTIONS(1440), - [anon_sym___stdcall] = ACTIONS(1440), - [anon_sym___fastcall] = ACTIONS(1440), - [anon_sym___thiscall] = ACTIONS(1440), - [anon_sym___vectorcall] = ACTIONS(1440), - [anon_sym_LBRACE] = ACTIONS(1442), - [anon_sym_signed] = ACTIONS(1440), - [anon_sym_unsigned] = ACTIONS(1440), - [anon_sym_long] = ACTIONS(1440), - [anon_sym_short] = ACTIONS(1440), - [anon_sym_static] = ACTIONS(1440), - [anon_sym_auto] = ACTIONS(1440), - [anon_sym_register] = ACTIONS(1440), - [anon_sym_inline] = ACTIONS(1440), - [anon_sym___inline] = ACTIONS(1440), - [anon_sym___inline__] = ACTIONS(1440), - [anon_sym___forceinline] = ACTIONS(1440), - [anon_sym_thread_local] = ACTIONS(1440), - [anon_sym___thread] = ACTIONS(1440), - [anon_sym_const] = ACTIONS(1440), - [anon_sym_constexpr] = ACTIONS(1440), - [anon_sym_volatile] = ACTIONS(1440), - [anon_sym_restrict] = ACTIONS(1440), - [anon_sym___restrict__] = ACTIONS(1440), - [anon_sym__Atomic] = ACTIONS(1440), - [anon_sym__Noreturn] = ACTIONS(1440), - [anon_sym_noreturn] = ACTIONS(1440), - [sym_primitive_type] = ACTIONS(1440), - [anon_sym_enum] = ACTIONS(1440), - [anon_sym_struct] = ACTIONS(1440), - [anon_sym_union] = ACTIONS(1440), - [anon_sym_if] = ACTIONS(1440), - [anon_sym_switch] = ACTIONS(1440), - [anon_sym_case] = ACTIONS(1440), - [anon_sym_default] = ACTIONS(1440), - [anon_sym_while] = ACTIONS(1440), - [anon_sym_do] = ACTIONS(1440), - [anon_sym_for] = ACTIONS(1440), - [anon_sym_return] = ACTIONS(1440), - [anon_sym_break] = ACTIONS(1440), - [anon_sym_continue] = ACTIONS(1440), - [anon_sym_goto] = ACTIONS(1440), - [anon_sym___try] = ACTIONS(1440), - [anon_sym___leave] = ACTIONS(1440), - [anon_sym_DASH_DASH] = ACTIONS(1442), - [anon_sym_PLUS_PLUS] = ACTIONS(1442), - [anon_sym_sizeof] = ACTIONS(1440), - [anon_sym___alignof__] = ACTIONS(1440), - [anon_sym___alignof] = ACTIONS(1440), - [anon_sym__alignof] = ACTIONS(1440), - [anon_sym_alignof] = ACTIONS(1440), - [anon_sym__Alignof] = ACTIONS(1440), - [anon_sym_offsetof] = ACTIONS(1440), - [anon_sym__Generic] = ACTIONS(1440), - [anon_sym_asm] = ACTIONS(1440), - [anon_sym___asm__] = ACTIONS(1440), - [sym_number_literal] = ACTIONS(1442), - [anon_sym_L_SQUOTE] = ACTIONS(1442), - [anon_sym_u_SQUOTE] = ACTIONS(1442), - [anon_sym_U_SQUOTE] = ACTIONS(1442), - [anon_sym_u8_SQUOTE] = ACTIONS(1442), - [anon_sym_SQUOTE] = ACTIONS(1442), - [anon_sym_L_DQUOTE] = ACTIONS(1442), - [anon_sym_u_DQUOTE] = ACTIONS(1442), - [anon_sym_U_DQUOTE] = ACTIONS(1442), - [anon_sym_u8_DQUOTE] = ACTIONS(1442), - [anon_sym_DQUOTE] = ACTIONS(1442), - [sym_true] = ACTIONS(1440), - [sym_false] = ACTIONS(1440), - [anon_sym_NULL] = ACTIONS(1440), - [anon_sym_nullptr] = ACTIONS(1440), - [sym_comment] = ACTIONS(3), - }, - [145] = { - [sym_identifier] = ACTIONS(1444), - [aux_sym_preproc_include_token1] = ACTIONS(1444), - [aux_sym_preproc_def_token1] = ACTIONS(1444), - [aux_sym_preproc_if_token1] = ACTIONS(1444), - [aux_sym_preproc_if_token2] = ACTIONS(1444), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1444), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1444), - [aux_sym_preproc_else_token1] = ACTIONS(1444), - [aux_sym_preproc_elif_token1] = ACTIONS(1444), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1444), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1444), - [sym_preproc_directive] = ACTIONS(1444), - [anon_sym_LPAREN2] = ACTIONS(1446), - [anon_sym_BANG] = ACTIONS(1446), - [anon_sym_TILDE] = ACTIONS(1446), - [anon_sym_DASH] = ACTIONS(1444), - [anon_sym_PLUS] = ACTIONS(1444), - [anon_sym_STAR] = ACTIONS(1446), - [anon_sym_AMP] = ACTIONS(1446), - [anon_sym_SEMI] = ACTIONS(1446), - [anon_sym___extension__] = ACTIONS(1444), - [anon_sym_typedef] = ACTIONS(1444), - [anon_sym_extern] = ACTIONS(1444), - [anon_sym___attribute__] = ACTIONS(1444), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1446), - [anon_sym___declspec] = ACTIONS(1444), - [anon_sym___cdecl] = ACTIONS(1444), - [anon_sym___clrcall] = ACTIONS(1444), - [anon_sym___stdcall] = ACTIONS(1444), - [anon_sym___fastcall] = ACTIONS(1444), - [anon_sym___thiscall] = ACTIONS(1444), - [anon_sym___vectorcall] = ACTIONS(1444), - [anon_sym_LBRACE] = ACTIONS(1446), - [anon_sym_signed] = ACTIONS(1444), - [anon_sym_unsigned] = ACTIONS(1444), - [anon_sym_long] = ACTIONS(1444), - [anon_sym_short] = ACTIONS(1444), - [anon_sym_static] = ACTIONS(1444), - [anon_sym_auto] = ACTIONS(1444), - [anon_sym_register] = ACTIONS(1444), - [anon_sym_inline] = ACTIONS(1444), - [anon_sym___inline] = ACTIONS(1444), - [anon_sym___inline__] = ACTIONS(1444), - [anon_sym___forceinline] = ACTIONS(1444), - [anon_sym_thread_local] = ACTIONS(1444), - [anon_sym___thread] = ACTIONS(1444), - [anon_sym_const] = ACTIONS(1444), - [anon_sym_constexpr] = ACTIONS(1444), - [anon_sym_volatile] = ACTIONS(1444), - [anon_sym_restrict] = ACTIONS(1444), - [anon_sym___restrict__] = ACTIONS(1444), - [anon_sym__Atomic] = ACTIONS(1444), - [anon_sym__Noreturn] = ACTIONS(1444), - [anon_sym_noreturn] = ACTIONS(1444), - [sym_primitive_type] = ACTIONS(1444), - [anon_sym_enum] = ACTIONS(1444), - [anon_sym_struct] = ACTIONS(1444), - [anon_sym_union] = ACTIONS(1444), - [anon_sym_if] = ACTIONS(1444), - [anon_sym_switch] = ACTIONS(1444), - [anon_sym_case] = ACTIONS(1444), - [anon_sym_default] = ACTIONS(1444), - [anon_sym_while] = ACTIONS(1444), - [anon_sym_do] = ACTIONS(1444), - [anon_sym_for] = ACTIONS(1444), - [anon_sym_return] = ACTIONS(1444), - [anon_sym_break] = ACTIONS(1444), - [anon_sym_continue] = ACTIONS(1444), - [anon_sym_goto] = ACTIONS(1444), - [anon_sym___try] = ACTIONS(1444), - [anon_sym___leave] = ACTIONS(1444), - [anon_sym_DASH_DASH] = ACTIONS(1446), - [anon_sym_PLUS_PLUS] = ACTIONS(1446), - [anon_sym_sizeof] = ACTIONS(1444), - [anon_sym___alignof__] = ACTIONS(1444), - [anon_sym___alignof] = ACTIONS(1444), - [anon_sym__alignof] = ACTIONS(1444), - [anon_sym_alignof] = ACTIONS(1444), - [anon_sym__Alignof] = ACTIONS(1444), - [anon_sym_offsetof] = ACTIONS(1444), - [anon_sym__Generic] = ACTIONS(1444), - [anon_sym_asm] = ACTIONS(1444), - [anon_sym___asm__] = ACTIONS(1444), - [sym_number_literal] = ACTIONS(1446), - [anon_sym_L_SQUOTE] = ACTIONS(1446), - [anon_sym_u_SQUOTE] = ACTIONS(1446), - [anon_sym_U_SQUOTE] = ACTIONS(1446), - [anon_sym_u8_SQUOTE] = ACTIONS(1446), - [anon_sym_SQUOTE] = ACTIONS(1446), - [anon_sym_L_DQUOTE] = ACTIONS(1446), - [anon_sym_u_DQUOTE] = ACTIONS(1446), - [anon_sym_U_DQUOTE] = ACTIONS(1446), - [anon_sym_u8_DQUOTE] = ACTIONS(1446), - [anon_sym_DQUOTE] = ACTIONS(1446), - [sym_true] = ACTIONS(1444), - [sym_false] = ACTIONS(1444), - [anon_sym_NULL] = ACTIONS(1444), - [anon_sym_nullptr] = ACTIONS(1444), - [sym_comment] = ACTIONS(3), - }, - [146] = { - [sym_identifier] = ACTIONS(1448), - [aux_sym_preproc_include_token1] = ACTIONS(1448), - [aux_sym_preproc_def_token1] = ACTIONS(1448), - [aux_sym_preproc_if_token1] = ACTIONS(1448), - [aux_sym_preproc_if_token2] = ACTIONS(1448), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1448), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1448), - [aux_sym_preproc_else_token1] = ACTIONS(1448), - [aux_sym_preproc_elif_token1] = ACTIONS(1448), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1448), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1448), - [sym_preproc_directive] = ACTIONS(1448), - [anon_sym_LPAREN2] = ACTIONS(1450), - [anon_sym_BANG] = ACTIONS(1450), - [anon_sym_TILDE] = ACTIONS(1450), - [anon_sym_DASH] = ACTIONS(1448), - [anon_sym_PLUS] = ACTIONS(1448), - [anon_sym_STAR] = ACTIONS(1450), - [anon_sym_AMP] = ACTIONS(1450), - [anon_sym_SEMI] = ACTIONS(1450), - [anon_sym___extension__] = ACTIONS(1448), - [anon_sym_typedef] = ACTIONS(1448), - [anon_sym_extern] = ACTIONS(1448), - [anon_sym___attribute__] = ACTIONS(1448), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1450), - [anon_sym___declspec] = ACTIONS(1448), - [anon_sym___cdecl] = ACTIONS(1448), - [anon_sym___clrcall] = ACTIONS(1448), - [anon_sym___stdcall] = ACTIONS(1448), - [anon_sym___fastcall] = ACTIONS(1448), - [anon_sym___thiscall] = ACTIONS(1448), - [anon_sym___vectorcall] = ACTIONS(1448), - [anon_sym_LBRACE] = ACTIONS(1450), - [anon_sym_signed] = ACTIONS(1448), - [anon_sym_unsigned] = ACTIONS(1448), - [anon_sym_long] = ACTIONS(1448), - [anon_sym_short] = ACTIONS(1448), - [anon_sym_static] = ACTIONS(1448), - [anon_sym_auto] = ACTIONS(1448), - [anon_sym_register] = ACTIONS(1448), - [anon_sym_inline] = ACTIONS(1448), - [anon_sym___inline] = ACTIONS(1448), - [anon_sym___inline__] = ACTIONS(1448), - [anon_sym___forceinline] = ACTIONS(1448), - [anon_sym_thread_local] = ACTIONS(1448), - [anon_sym___thread] = ACTIONS(1448), - [anon_sym_const] = ACTIONS(1448), - [anon_sym_constexpr] = ACTIONS(1448), - [anon_sym_volatile] = ACTIONS(1448), - [anon_sym_restrict] = ACTIONS(1448), - [anon_sym___restrict__] = ACTIONS(1448), - [anon_sym__Atomic] = ACTIONS(1448), - [anon_sym__Noreturn] = ACTIONS(1448), - [anon_sym_noreturn] = ACTIONS(1448), - [sym_primitive_type] = ACTIONS(1448), - [anon_sym_enum] = ACTIONS(1448), - [anon_sym_struct] = ACTIONS(1448), - [anon_sym_union] = ACTIONS(1448), - [anon_sym_if] = ACTIONS(1448), - [anon_sym_switch] = ACTIONS(1448), - [anon_sym_case] = ACTIONS(1448), - [anon_sym_default] = ACTIONS(1448), - [anon_sym_while] = ACTIONS(1448), - [anon_sym_do] = ACTIONS(1448), - [anon_sym_for] = ACTIONS(1448), - [anon_sym_return] = ACTIONS(1448), - [anon_sym_break] = ACTIONS(1448), - [anon_sym_continue] = ACTIONS(1448), - [anon_sym_goto] = ACTIONS(1448), - [anon_sym___try] = ACTIONS(1448), - [anon_sym___leave] = ACTIONS(1448), - [anon_sym_DASH_DASH] = ACTIONS(1450), - [anon_sym_PLUS_PLUS] = ACTIONS(1450), - [anon_sym_sizeof] = ACTIONS(1448), - [anon_sym___alignof__] = ACTIONS(1448), - [anon_sym___alignof] = ACTIONS(1448), - [anon_sym__alignof] = ACTIONS(1448), - [anon_sym_alignof] = ACTIONS(1448), - [anon_sym__Alignof] = ACTIONS(1448), - [anon_sym_offsetof] = ACTIONS(1448), - [anon_sym__Generic] = ACTIONS(1448), - [anon_sym_asm] = ACTIONS(1448), - [anon_sym___asm__] = ACTIONS(1448), - [sym_number_literal] = ACTIONS(1450), - [anon_sym_L_SQUOTE] = ACTIONS(1450), - [anon_sym_u_SQUOTE] = ACTIONS(1450), - [anon_sym_U_SQUOTE] = ACTIONS(1450), - [anon_sym_u8_SQUOTE] = ACTIONS(1450), - [anon_sym_SQUOTE] = ACTIONS(1450), - [anon_sym_L_DQUOTE] = ACTIONS(1450), - [anon_sym_u_DQUOTE] = ACTIONS(1450), - [anon_sym_U_DQUOTE] = ACTIONS(1450), - [anon_sym_u8_DQUOTE] = ACTIONS(1450), - [anon_sym_DQUOTE] = ACTIONS(1450), - [sym_true] = ACTIONS(1448), - [sym_false] = ACTIONS(1448), - [anon_sym_NULL] = ACTIONS(1448), - [anon_sym_nullptr] = ACTIONS(1448), - [sym_comment] = ACTIONS(3), - }, [147] = { [sym_identifier] = ACTIONS(1452), [aux_sym_preproc_include_token1] = ACTIONS(1452), @@ -37007,206 +36998,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [161] = { - [sym_identifier] = ACTIONS(1374), - [aux_sym_preproc_include_token1] = ACTIONS(1374), - [aux_sym_preproc_def_token1] = ACTIONS(1374), - [aux_sym_preproc_if_token1] = ACTIONS(1374), - [aux_sym_preproc_if_token2] = ACTIONS(1374), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1374), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1374), - [aux_sym_preproc_else_token1] = ACTIONS(1374), - [aux_sym_preproc_elif_token1] = ACTIONS(1374), - [sym_preproc_directive] = ACTIONS(1374), - [anon_sym_LPAREN2] = ACTIONS(1376), - [anon_sym_BANG] = ACTIONS(1376), - [anon_sym_TILDE] = ACTIONS(1376), - [anon_sym_DASH] = ACTIONS(1374), - [anon_sym_PLUS] = ACTIONS(1374), - [anon_sym_STAR] = ACTIONS(1376), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_SEMI] = ACTIONS(1376), - [anon_sym___extension__] = ACTIONS(1374), - [anon_sym_typedef] = ACTIONS(1374), - [anon_sym_extern] = ACTIONS(1374), - [anon_sym___attribute__] = ACTIONS(1374), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1376), - [anon_sym___declspec] = ACTIONS(1374), - [anon_sym___cdecl] = ACTIONS(1374), - [anon_sym___clrcall] = ACTIONS(1374), - [anon_sym___stdcall] = ACTIONS(1374), - [anon_sym___fastcall] = ACTIONS(1374), - [anon_sym___thiscall] = ACTIONS(1374), - [anon_sym___vectorcall] = ACTIONS(1374), - [anon_sym_LBRACE] = ACTIONS(1376), - [anon_sym_signed] = ACTIONS(1374), - [anon_sym_unsigned] = ACTIONS(1374), - [anon_sym_long] = ACTIONS(1374), - [anon_sym_short] = ACTIONS(1374), - [anon_sym_static] = ACTIONS(1374), - [anon_sym_auto] = ACTIONS(1374), - [anon_sym_register] = ACTIONS(1374), - [anon_sym_inline] = ACTIONS(1374), - [anon_sym___inline] = ACTIONS(1374), - [anon_sym___inline__] = ACTIONS(1374), - [anon_sym___forceinline] = ACTIONS(1374), - [anon_sym_thread_local] = ACTIONS(1374), - [anon_sym___thread] = ACTIONS(1374), - [anon_sym_const] = ACTIONS(1374), - [anon_sym_constexpr] = ACTIONS(1374), - [anon_sym_volatile] = ACTIONS(1374), - [anon_sym_restrict] = ACTIONS(1374), - [anon_sym___restrict__] = ACTIONS(1374), - [anon_sym__Atomic] = ACTIONS(1374), - [anon_sym__Noreturn] = ACTIONS(1374), - [anon_sym_noreturn] = ACTIONS(1374), - [sym_primitive_type] = ACTIONS(1374), - [anon_sym_enum] = ACTIONS(1374), - [anon_sym_struct] = ACTIONS(1374), - [anon_sym_union] = ACTIONS(1374), - [anon_sym_if] = ACTIONS(1374), - [anon_sym_else] = ACTIONS(1374), - [anon_sym_switch] = ACTIONS(1374), - [anon_sym_case] = ACTIONS(1374), - [anon_sym_default] = ACTIONS(1374), - [anon_sym_while] = ACTIONS(1374), - [anon_sym_do] = ACTIONS(1374), - [anon_sym_for] = ACTIONS(1374), - [anon_sym_return] = ACTIONS(1374), - [anon_sym_break] = ACTIONS(1374), - [anon_sym_continue] = ACTIONS(1374), - [anon_sym_goto] = ACTIONS(1374), - [anon_sym___try] = ACTIONS(1374), - [anon_sym___leave] = ACTIONS(1374), - [anon_sym_DASH_DASH] = ACTIONS(1376), - [anon_sym_PLUS_PLUS] = ACTIONS(1376), - [anon_sym_sizeof] = ACTIONS(1374), - [anon_sym___alignof__] = ACTIONS(1374), - [anon_sym___alignof] = ACTIONS(1374), - [anon_sym__alignof] = ACTIONS(1374), - [anon_sym_alignof] = ACTIONS(1374), - [anon_sym__Alignof] = ACTIONS(1374), - [anon_sym_offsetof] = ACTIONS(1374), - [anon_sym__Generic] = ACTIONS(1374), - [anon_sym_asm] = ACTIONS(1374), - [anon_sym___asm__] = ACTIONS(1374), - [sym_number_literal] = ACTIONS(1376), - [anon_sym_L_SQUOTE] = ACTIONS(1376), - [anon_sym_u_SQUOTE] = ACTIONS(1376), - [anon_sym_U_SQUOTE] = ACTIONS(1376), - [anon_sym_u8_SQUOTE] = ACTIONS(1376), - [anon_sym_SQUOTE] = ACTIONS(1376), - [anon_sym_L_DQUOTE] = ACTIONS(1376), - [anon_sym_u_DQUOTE] = ACTIONS(1376), - [anon_sym_U_DQUOTE] = ACTIONS(1376), - [anon_sym_u8_DQUOTE] = ACTIONS(1376), - [anon_sym_DQUOTE] = ACTIONS(1376), - [sym_true] = ACTIONS(1374), - [sym_false] = ACTIONS(1374), - [anon_sym_NULL] = ACTIONS(1374), - [anon_sym_nullptr] = ACTIONS(1374), - [sym_comment] = ACTIONS(3), - }, - [162] = { - [sym_identifier] = ACTIONS(1318), - [aux_sym_preproc_include_token1] = ACTIONS(1318), - [aux_sym_preproc_def_token1] = ACTIONS(1318), - [aux_sym_preproc_if_token1] = ACTIONS(1318), - [aux_sym_preproc_if_token2] = ACTIONS(1318), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1318), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1318), - [aux_sym_preproc_else_token1] = ACTIONS(1318), - [aux_sym_preproc_elif_token1] = ACTIONS(1318), - [sym_preproc_directive] = ACTIONS(1318), - [anon_sym_LPAREN2] = ACTIONS(1320), - [anon_sym_BANG] = ACTIONS(1320), - [anon_sym_TILDE] = ACTIONS(1320), - [anon_sym_DASH] = ACTIONS(1318), - [anon_sym_PLUS] = ACTIONS(1318), - [anon_sym_STAR] = ACTIONS(1320), - [anon_sym_AMP] = ACTIONS(1320), - [anon_sym_SEMI] = ACTIONS(1320), - [anon_sym___extension__] = ACTIONS(1318), - [anon_sym_typedef] = ACTIONS(1318), - [anon_sym_extern] = ACTIONS(1318), - [anon_sym___attribute__] = ACTIONS(1318), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1320), - [anon_sym___declspec] = ACTIONS(1318), - [anon_sym___cdecl] = ACTIONS(1318), - [anon_sym___clrcall] = ACTIONS(1318), - [anon_sym___stdcall] = ACTIONS(1318), - [anon_sym___fastcall] = ACTIONS(1318), - [anon_sym___thiscall] = ACTIONS(1318), - [anon_sym___vectorcall] = ACTIONS(1318), - [anon_sym_LBRACE] = ACTIONS(1320), - [anon_sym_signed] = ACTIONS(1318), - [anon_sym_unsigned] = ACTIONS(1318), - [anon_sym_long] = ACTIONS(1318), - [anon_sym_short] = ACTIONS(1318), - [anon_sym_static] = ACTIONS(1318), - [anon_sym_auto] = ACTIONS(1318), - [anon_sym_register] = ACTIONS(1318), - [anon_sym_inline] = ACTIONS(1318), - [anon_sym___inline] = ACTIONS(1318), - [anon_sym___inline__] = ACTIONS(1318), - [anon_sym___forceinline] = ACTIONS(1318), - [anon_sym_thread_local] = ACTIONS(1318), - [anon_sym___thread] = ACTIONS(1318), - [anon_sym_const] = ACTIONS(1318), - [anon_sym_constexpr] = ACTIONS(1318), - [anon_sym_volatile] = ACTIONS(1318), - [anon_sym_restrict] = ACTIONS(1318), - [anon_sym___restrict__] = ACTIONS(1318), - [anon_sym__Atomic] = ACTIONS(1318), - [anon_sym__Noreturn] = ACTIONS(1318), - [anon_sym_noreturn] = ACTIONS(1318), - [sym_primitive_type] = ACTIONS(1318), - [anon_sym_enum] = ACTIONS(1318), - [anon_sym_struct] = ACTIONS(1318), - [anon_sym_union] = ACTIONS(1318), - [anon_sym_if] = ACTIONS(1318), - [anon_sym_else] = ACTIONS(1318), - [anon_sym_switch] = ACTIONS(1318), - [anon_sym_case] = ACTIONS(1318), - [anon_sym_default] = ACTIONS(1318), - [anon_sym_while] = ACTIONS(1318), - [anon_sym_do] = ACTIONS(1318), - [anon_sym_for] = ACTIONS(1318), - [anon_sym_return] = ACTIONS(1318), - [anon_sym_break] = ACTIONS(1318), - [anon_sym_continue] = ACTIONS(1318), - [anon_sym_goto] = ACTIONS(1318), - [anon_sym___try] = ACTIONS(1318), - [anon_sym___leave] = ACTIONS(1318), - [anon_sym_DASH_DASH] = ACTIONS(1320), - [anon_sym_PLUS_PLUS] = ACTIONS(1320), - [anon_sym_sizeof] = ACTIONS(1318), - [anon_sym___alignof__] = ACTIONS(1318), - [anon_sym___alignof] = ACTIONS(1318), - [anon_sym__alignof] = ACTIONS(1318), - [anon_sym_alignof] = ACTIONS(1318), - [anon_sym__Alignof] = ACTIONS(1318), - [anon_sym_offsetof] = ACTIONS(1318), - [anon_sym__Generic] = ACTIONS(1318), - [anon_sym_asm] = ACTIONS(1318), - [anon_sym___asm__] = ACTIONS(1318), - [sym_number_literal] = ACTIONS(1320), - [anon_sym_L_SQUOTE] = ACTIONS(1320), - [anon_sym_u_SQUOTE] = ACTIONS(1320), - [anon_sym_U_SQUOTE] = ACTIONS(1320), - [anon_sym_u8_SQUOTE] = ACTIONS(1320), - [anon_sym_SQUOTE] = ACTIONS(1320), - [anon_sym_L_DQUOTE] = ACTIONS(1320), - [anon_sym_u_DQUOTE] = ACTIONS(1320), - [anon_sym_U_DQUOTE] = ACTIONS(1320), - [anon_sym_u8_DQUOTE] = ACTIONS(1320), - [anon_sym_DQUOTE] = ACTIONS(1320), - [sym_true] = ACTIONS(1318), - [sym_false] = ACTIONS(1318), - [anon_sym_NULL] = ACTIONS(1318), - [anon_sym_nullptr] = ACTIONS(1318), - [sym_comment] = ACTIONS(3), - }, - [163] = { [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), [aux_sym_preproc_def_token1] = ACTIONS(1310), @@ -37306,7 +37097,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [164] = { + [162] = { + [sym_identifier] = ACTIONS(1298), + [aux_sym_preproc_include_token1] = ACTIONS(1298), + [aux_sym_preproc_def_token1] = ACTIONS(1298), + [aux_sym_preproc_if_token1] = ACTIONS(1298), + [aux_sym_preproc_if_token2] = ACTIONS(1298), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1298), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1298), + [aux_sym_preproc_else_token1] = ACTIONS(1298), + [aux_sym_preproc_elif_token1] = ACTIONS(1298), + [sym_preproc_directive] = ACTIONS(1298), + [anon_sym_LPAREN2] = ACTIONS(1300), + [anon_sym_BANG] = ACTIONS(1300), + [anon_sym_TILDE] = ACTIONS(1300), + [anon_sym_DASH] = ACTIONS(1298), + [anon_sym_PLUS] = ACTIONS(1298), + [anon_sym_STAR] = ACTIONS(1300), + [anon_sym_AMP] = ACTIONS(1300), + [anon_sym_SEMI] = ACTIONS(1300), + [anon_sym___extension__] = ACTIONS(1298), + [anon_sym_typedef] = ACTIONS(1298), + [anon_sym_extern] = ACTIONS(1298), + [anon_sym___attribute__] = ACTIONS(1298), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1300), + [anon_sym___declspec] = ACTIONS(1298), + [anon_sym___cdecl] = ACTIONS(1298), + [anon_sym___clrcall] = ACTIONS(1298), + [anon_sym___stdcall] = ACTIONS(1298), + [anon_sym___fastcall] = ACTIONS(1298), + [anon_sym___thiscall] = ACTIONS(1298), + [anon_sym___vectorcall] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_signed] = ACTIONS(1298), + [anon_sym_unsigned] = ACTIONS(1298), + [anon_sym_long] = ACTIONS(1298), + [anon_sym_short] = ACTIONS(1298), + [anon_sym_static] = ACTIONS(1298), + [anon_sym_auto] = ACTIONS(1298), + [anon_sym_register] = ACTIONS(1298), + [anon_sym_inline] = ACTIONS(1298), + [anon_sym___inline] = ACTIONS(1298), + [anon_sym___inline__] = ACTIONS(1298), + [anon_sym___forceinline] = ACTIONS(1298), + [anon_sym_thread_local] = ACTIONS(1298), + [anon_sym___thread] = ACTIONS(1298), + [anon_sym_const] = ACTIONS(1298), + [anon_sym_constexpr] = ACTIONS(1298), + [anon_sym_volatile] = ACTIONS(1298), + [anon_sym_restrict] = ACTIONS(1298), + [anon_sym___restrict__] = ACTIONS(1298), + [anon_sym__Atomic] = ACTIONS(1298), + [anon_sym__Noreturn] = ACTIONS(1298), + [anon_sym_noreturn] = ACTIONS(1298), + [sym_primitive_type] = ACTIONS(1298), + [anon_sym_enum] = ACTIONS(1298), + [anon_sym_struct] = ACTIONS(1298), + [anon_sym_union] = ACTIONS(1298), + [anon_sym_if] = ACTIONS(1298), + [anon_sym_else] = ACTIONS(1298), + [anon_sym_switch] = ACTIONS(1298), + [anon_sym_case] = ACTIONS(1298), + [anon_sym_default] = ACTIONS(1298), + [anon_sym_while] = ACTIONS(1298), + [anon_sym_do] = ACTIONS(1298), + [anon_sym_for] = ACTIONS(1298), + [anon_sym_return] = ACTIONS(1298), + [anon_sym_break] = ACTIONS(1298), + [anon_sym_continue] = ACTIONS(1298), + [anon_sym_goto] = ACTIONS(1298), + [anon_sym___try] = ACTIONS(1298), + [anon_sym___leave] = ACTIONS(1298), + [anon_sym_DASH_DASH] = ACTIONS(1300), + [anon_sym_PLUS_PLUS] = ACTIONS(1300), + [anon_sym_sizeof] = ACTIONS(1298), + [anon_sym___alignof__] = ACTIONS(1298), + [anon_sym___alignof] = ACTIONS(1298), + [anon_sym__alignof] = ACTIONS(1298), + [anon_sym_alignof] = ACTIONS(1298), + [anon_sym__Alignof] = ACTIONS(1298), + [anon_sym_offsetof] = ACTIONS(1298), + [anon_sym__Generic] = ACTIONS(1298), + [anon_sym_asm] = ACTIONS(1298), + [anon_sym___asm__] = ACTIONS(1298), + [sym_number_literal] = ACTIONS(1300), + [anon_sym_L_SQUOTE] = ACTIONS(1300), + [anon_sym_u_SQUOTE] = ACTIONS(1300), + [anon_sym_U_SQUOTE] = ACTIONS(1300), + [anon_sym_u8_SQUOTE] = ACTIONS(1300), + [anon_sym_SQUOTE] = ACTIONS(1300), + [anon_sym_L_DQUOTE] = ACTIONS(1300), + [anon_sym_u_DQUOTE] = ACTIONS(1300), + [anon_sym_U_DQUOTE] = ACTIONS(1300), + [anon_sym_u8_DQUOTE] = ACTIONS(1300), + [anon_sym_DQUOTE] = ACTIONS(1300), + [sym_true] = ACTIONS(1298), + [sym_false] = ACTIONS(1298), + [anon_sym_NULL] = ACTIONS(1298), + [anon_sym_nullptr] = ACTIONS(1298), + [sym_comment] = ACTIONS(3), + }, + [163] = { [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), [aux_sym_preproc_def_token1] = ACTIONS(1310), @@ -37406,107 +37297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [165] = { - [sym_identifier] = ACTIONS(1334), - [aux_sym_preproc_include_token1] = ACTIONS(1334), - [aux_sym_preproc_def_token1] = ACTIONS(1334), - [aux_sym_preproc_if_token1] = ACTIONS(1334), - [aux_sym_preproc_if_token2] = ACTIONS(1334), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1334), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1334), - [aux_sym_preproc_else_token1] = ACTIONS(1334), - [aux_sym_preproc_elif_token1] = ACTIONS(1334), - [sym_preproc_directive] = ACTIONS(1334), - [anon_sym_LPAREN2] = ACTIONS(1336), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_TILDE] = ACTIONS(1336), - [anon_sym_DASH] = ACTIONS(1334), - [anon_sym_PLUS] = ACTIONS(1334), - [anon_sym_STAR] = ACTIONS(1336), - [anon_sym_AMP] = ACTIONS(1336), - [anon_sym_SEMI] = ACTIONS(1336), - [anon_sym___extension__] = ACTIONS(1334), - [anon_sym_typedef] = ACTIONS(1334), - [anon_sym_extern] = ACTIONS(1334), - [anon_sym___attribute__] = ACTIONS(1334), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1336), - [anon_sym___declspec] = ACTIONS(1334), - [anon_sym___cdecl] = ACTIONS(1334), - [anon_sym___clrcall] = ACTIONS(1334), - [anon_sym___stdcall] = ACTIONS(1334), - [anon_sym___fastcall] = ACTIONS(1334), - [anon_sym___thiscall] = ACTIONS(1334), - [anon_sym___vectorcall] = ACTIONS(1334), - [anon_sym_LBRACE] = ACTIONS(1336), - [anon_sym_signed] = ACTIONS(1334), - [anon_sym_unsigned] = ACTIONS(1334), - [anon_sym_long] = ACTIONS(1334), - [anon_sym_short] = ACTIONS(1334), - [anon_sym_static] = ACTIONS(1334), - [anon_sym_auto] = ACTIONS(1334), - [anon_sym_register] = ACTIONS(1334), - [anon_sym_inline] = ACTIONS(1334), - [anon_sym___inline] = ACTIONS(1334), - [anon_sym___inline__] = ACTIONS(1334), - [anon_sym___forceinline] = ACTIONS(1334), - [anon_sym_thread_local] = ACTIONS(1334), - [anon_sym___thread] = ACTIONS(1334), - [anon_sym_const] = ACTIONS(1334), - [anon_sym_constexpr] = ACTIONS(1334), - [anon_sym_volatile] = ACTIONS(1334), - [anon_sym_restrict] = ACTIONS(1334), - [anon_sym___restrict__] = ACTIONS(1334), - [anon_sym__Atomic] = ACTIONS(1334), - [anon_sym__Noreturn] = ACTIONS(1334), - [anon_sym_noreturn] = ACTIONS(1334), - [sym_primitive_type] = ACTIONS(1334), - [anon_sym_enum] = ACTIONS(1334), - [anon_sym_struct] = ACTIONS(1334), - [anon_sym_union] = ACTIONS(1334), - [anon_sym_if] = ACTIONS(1334), - [anon_sym_else] = ACTIONS(1334), - [anon_sym_switch] = ACTIONS(1334), - [anon_sym_case] = ACTIONS(1334), - [anon_sym_default] = ACTIONS(1334), - [anon_sym_while] = ACTIONS(1334), - [anon_sym_do] = ACTIONS(1334), - [anon_sym_for] = ACTIONS(1334), - [anon_sym_return] = ACTIONS(1334), - [anon_sym_break] = ACTIONS(1334), - [anon_sym_continue] = ACTIONS(1334), - [anon_sym_goto] = ACTIONS(1334), - [anon_sym___try] = ACTIONS(1334), - [anon_sym___leave] = ACTIONS(1334), - [anon_sym_DASH_DASH] = ACTIONS(1336), - [anon_sym_PLUS_PLUS] = ACTIONS(1336), - [anon_sym_sizeof] = ACTIONS(1334), - [anon_sym___alignof__] = ACTIONS(1334), - [anon_sym___alignof] = ACTIONS(1334), - [anon_sym__alignof] = ACTIONS(1334), - [anon_sym_alignof] = ACTIONS(1334), - [anon_sym__Alignof] = ACTIONS(1334), - [anon_sym_offsetof] = ACTIONS(1334), - [anon_sym__Generic] = ACTIONS(1334), - [anon_sym_asm] = ACTIONS(1334), - [anon_sym___asm__] = ACTIONS(1334), - [sym_number_literal] = ACTIONS(1336), - [anon_sym_L_SQUOTE] = ACTIONS(1336), - [anon_sym_u_SQUOTE] = ACTIONS(1336), - [anon_sym_U_SQUOTE] = ACTIONS(1336), - [anon_sym_u8_SQUOTE] = ACTIONS(1336), - [anon_sym_SQUOTE] = ACTIONS(1336), - [anon_sym_L_DQUOTE] = ACTIONS(1336), - [anon_sym_u_DQUOTE] = ACTIONS(1336), - [anon_sym_U_DQUOTE] = ACTIONS(1336), - [anon_sym_u8_DQUOTE] = ACTIONS(1336), - [anon_sym_DQUOTE] = ACTIONS(1336), - [sym_true] = ACTIONS(1334), - [sym_false] = ACTIONS(1334), - [anon_sym_NULL] = ACTIONS(1334), - [anon_sym_nullptr] = ACTIONS(1334), - [sym_comment] = ACTIONS(3), - }, - [166] = { + [164] = { [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), [aux_sym_preproc_def_token1] = ACTIONS(1310), @@ -37606,7 +37397,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [167] = { + [165] = { + [sym_identifier] = ACTIONS(1394), + [aux_sym_preproc_include_token1] = ACTIONS(1394), + [aux_sym_preproc_def_token1] = ACTIONS(1394), + [aux_sym_preproc_if_token1] = ACTIONS(1394), + [aux_sym_preproc_if_token2] = ACTIONS(1394), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1394), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1394), + [aux_sym_preproc_else_token1] = ACTIONS(1394), + [aux_sym_preproc_elif_token1] = ACTIONS(1394), + [sym_preproc_directive] = ACTIONS(1394), + [anon_sym_LPAREN2] = ACTIONS(1396), + [anon_sym_BANG] = ACTIONS(1396), + [anon_sym_TILDE] = ACTIONS(1396), + [anon_sym_DASH] = ACTIONS(1394), + [anon_sym_PLUS] = ACTIONS(1394), + [anon_sym_STAR] = ACTIONS(1396), + [anon_sym_AMP] = ACTIONS(1396), + [anon_sym_SEMI] = ACTIONS(1396), + [anon_sym___extension__] = ACTIONS(1394), + [anon_sym_typedef] = ACTIONS(1394), + [anon_sym_extern] = ACTIONS(1394), + [anon_sym___attribute__] = ACTIONS(1394), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1396), + [anon_sym___declspec] = ACTIONS(1394), + [anon_sym___cdecl] = ACTIONS(1394), + [anon_sym___clrcall] = ACTIONS(1394), + [anon_sym___stdcall] = ACTIONS(1394), + [anon_sym___fastcall] = ACTIONS(1394), + [anon_sym___thiscall] = ACTIONS(1394), + [anon_sym___vectorcall] = ACTIONS(1394), + [anon_sym_LBRACE] = ACTIONS(1396), + [anon_sym_signed] = ACTIONS(1394), + [anon_sym_unsigned] = ACTIONS(1394), + [anon_sym_long] = ACTIONS(1394), + [anon_sym_short] = ACTIONS(1394), + [anon_sym_static] = ACTIONS(1394), + [anon_sym_auto] = ACTIONS(1394), + [anon_sym_register] = ACTIONS(1394), + [anon_sym_inline] = ACTIONS(1394), + [anon_sym___inline] = ACTIONS(1394), + [anon_sym___inline__] = ACTIONS(1394), + [anon_sym___forceinline] = ACTIONS(1394), + [anon_sym_thread_local] = ACTIONS(1394), + [anon_sym___thread] = ACTIONS(1394), + [anon_sym_const] = ACTIONS(1394), + [anon_sym_constexpr] = ACTIONS(1394), + [anon_sym_volatile] = ACTIONS(1394), + [anon_sym_restrict] = ACTIONS(1394), + [anon_sym___restrict__] = ACTIONS(1394), + [anon_sym__Atomic] = ACTIONS(1394), + [anon_sym__Noreturn] = ACTIONS(1394), + [anon_sym_noreturn] = ACTIONS(1394), + [sym_primitive_type] = ACTIONS(1394), + [anon_sym_enum] = ACTIONS(1394), + [anon_sym_struct] = ACTIONS(1394), + [anon_sym_union] = ACTIONS(1394), + [anon_sym_if] = ACTIONS(1394), + [anon_sym_else] = ACTIONS(1394), + [anon_sym_switch] = ACTIONS(1394), + [anon_sym_case] = ACTIONS(1394), + [anon_sym_default] = ACTIONS(1394), + [anon_sym_while] = ACTIONS(1394), + [anon_sym_do] = ACTIONS(1394), + [anon_sym_for] = ACTIONS(1394), + [anon_sym_return] = ACTIONS(1394), + [anon_sym_break] = ACTIONS(1394), + [anon_sym_continue] = ACTIONS(1394), + [anon_sym_goto] = ACTIONS(1394), + [anon_sym___try] = ACTIONS(1394), + [anon_sym___leave] = ACTIONS(1394), + [anon_sym_DASH_DASH] = ACTIONS(1396), + [anon_sym_PLUS_PLUS] = ACTIONS(1396), + [anon_sym_sizeof] = ACTIONS(1394), + [anon_sym___alignof__] = ACTIONS(1394), + [anon_sym___alignof] = ACTIONS(1394), + [anon_sym__alignof] = ACTIONS(1394), + [anon_sym_alignof] = ACTIONS(1394), + [anon_sym__Alignof] = ACTIONS(1394), + [anon_sym_offsetof] = ACTIONS(1394), + [anon_sym__Generic] = ACTIONS(1394), + [anon_sym_asm] = ACTIONS(1394), + [anon_sym___asm__] = ACTIONS(1394), + [sym_number_literal] = ACTIONS(1396), + [anon_sym_L_SQUOTE] = ACTIONS(1396), + [anon_sym_u_SQUOTE] = ACTIONS(1396), + [anon_sym_U_SQUOTE] = ACTIONS(1396), + [anon_sym_u8_SQUOTE] = ACTIONS(1396), + [anon_sym_SQUOTE] = ACTIONS(1396), + [anon_sym_L_DQUOTE] = ACTIONS(1396), + [anon_sym_u_DQUOTE] = ACTIONS(1396), + [anon_sym_U_DQUOTE] = ACTIONS(1396), + [anon_sym_u8_DQUOTE] = ACTIONS(1396), + [anon_sym_DQUOTE] = ACTIONS(1396), + [sym_true] = ACTIONS(1394), + [sym_false] = ACTIONS(1394), + [anon_sym_NULL] = ACTIONS(1394), + [anon_sym_nullptr] = ACTIONS(1394), + [sym_comment] = ACTIONS(3), + }, + [166] = { [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), [aux_sym_preproc_def_token1] = ACTIONS(1310), @@ -37706,7 +37597,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [168] = { + [167] = { [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), [aux_sym_preproc_def_token1] = ACTIONS(1310), @@ -37806,407 +37697,307 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, + [168] = { + [sym_identifier] = ACTIONS(1390), + [aux_sym_preproc_include_token1] = ACTIONS(1390), + [aux_sym_preproc_def_token1] = ACTIONS(1390), + [aux_sym_preproc_if_token1] = ACTIONS(1390), + [aux_sym_preproc_if_token2] = ACTIONS(1390), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1390), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1390), + [aux_sym_preproc_else_token1] = ACTIONS(1390), + [aux_sym_preproc_elif_token1] = ACTIONS(1390), + [sym_preproc_directive] = ACTIONS(1390), + [anon_sym_LPAREN2] = ACTIONS(1392), + [anon_sym_BANG] = ACTIONS(1392), + [anon_sym_TILDE] = ACTIONS(1392), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_AMP] = ACTIONS(1392), + [anon_sym_SEMI] = ACTIONS(1392), + [anon_sym___extension__] = ACTIONS(1390), + [anon_sym_typedef] = ACTIONS(1390), + [anon_sym_extern] = ACTIONS(1390), + [anon_sym___attribute__] = ACTIONS(1390), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1392), + [anon_sym___declspec] = ACTIONS(1390), + [anon_sym___cdecl] = ACTIONS(1390), + [anon_sym___clrcall] = ACTIONS(1390), + [anon_sym___stdcall] = ACTIONS(1390), + [anon_sym___fastcall] = ACTIONS(1390), + [anon_sym___thiscall] = ACTIONS(1390), + [anon_sym___vectorcall] = ACTIONS(1390), + [anon_sym_LBRACE] = ACTIONS(1392), + [anon_sym_signed] = ACTIONS(1390), + [anon_sym_unsigned] = ACTIONS(1390), + [anon_sym_long] = ACTIONS(1390), + [anon_sym_short] = ACTIONS(1390), + [anon_sym_static] = ACTIONS(1390), + [anon_sym_auto] = ACTIONS(1390), + [anon_sym_register] = ACTIONS(1390), + [anon_sym_inline] = ACTIONS(1390), + [anon_sym___inline] = ACTIONS(1390), + [anon_sym___inline__] = ACTIONS(1390), + [anon_sym___forceinline] = ACTIONS(1390), + [anon_sym_thread_local] = ACTIONS(1390), + [anon_sym___thread] = ACTIONS(1390), + [anon_sym_const] = ACTIONS(1390), + [anon_sym_constexpr] = ACTIONS(1390), + [anon_sym_volatile] = ACTIONS(1390), + [anon_sym_restrict] = ACTIONS(1390), + [anon_sym___restrict__] = ACTIONS(1390), + [anon_sym__Atomic] = ACTIONS(1390), + [anon_sym__Noreturn] = ACTIONS(1390), + [anon_sym_noreturn] = ACTIONS(1390), + [sym_primitive_type] = ACTIONS(1390), + [anon_sym_enum] = ACTIONS(1390), + [anon_sym_struct] = ACTIONS(1390), + [anon_sym_union] = ACTIONS(1390), + [anon_sym_if] = ACTIONS(1390), + [anon_sym_else] = ACTIONS(1390), + [anon_sym_switch] = ACTIONS(1390), + [anon_sym_case] = ACTIONS(1390), + [anon_sym_default] = ACTIONS(1390), + [anon_sym_while] = ACTIONS(1390), + [anon_sym_do] = ACTIONS(1390), + [anon_sym_for] = ACTIONS(1390), + [anon_sym_return] = ACTIONS(1390), + [anon_sym_break] = ACTIONS(1390), + [anon_sym_continue] = ACTIONS(1390), + [anon_sym_goto] = ACTIONS(1390), + [anon_sym___try] = ACTIONS(1390), + [anon_sym___leave] = ACTIONS(1390), + [anon_sym_DASH_DASH] = ACTIONS(1392), + [anon_sym_PLUS_PLUS] = ACTIONS(1392), + [anon_sym_sizeof] = ACTIONS(1390), + [anon_sym___alignof__] = ACTIONS(1390), + [anon_sym___alignof] = ACTIONS(1390), + [anon_sym__alignof] = ACTIONS(1390), + [anon_sym_alignof] = ACTIONS(1390), + [anon_sym__Alignof] = ACTIONS(1390), + [anon_sym_offsetof] = ACTIONS(1390), + [anon_sym__Generic] = ACTIONS(1390), + [anon_sym_asm] = ACTIONS(1390), + [anon_sym___asm__] = ACTIONS(1390), + [sym_number_literal] = ACTIONS(1392), + [anon_sym_L_SQUOTE] = ACTIONS(1392), + [anon_sym_u_SQUOTE] = ACTIONS(1392), + [anon_sym_U_SQUOTE] = ACTIONS(1392), + [anon_sym_u8_SQUOTE] = ACTIONS(1392), + [anon_sym_SQUOTE] = ACTIONS(1392), + [anon_sym_L_DQUOTE] = ACTIONS(1392), + [anon_sym_u_DQUOTE] = ACTIONS(1392), + [anon_sym_U_DQUOTE] = ACTIONS(1392), + [anon_sym_u8_DQUOTE] = ACTIONS(1392), + [anon_sym_DQUOTE] = ACTIONS(1392), + [sym_true] = ACTIONS(1390), + [sym_false] = ACTIONS(1390), + [anon_sym_NULL] = ACTIONS(1390), + [anon_sym_nullptr] = ACTIONS(1390), + [sym_comment] = ACTIONS(3), + }, [169] = { - [sym_identifier] = ACTIONS(1346), - [aux_sym_preproc_include_token1] = ACTIONS(1346), - [aux_sym_preproc_def_token1] = ACTIONS(1346), - [aux_sym_preproc_if_token1] = ACTIONS(1346), - [aux_sym_preproc_if_token2] = ACTIONS(1346), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1346), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1346), - [aux_sym_preproc_else_token1] = ACTIONS(1346), - [aux_sym_preproc_elif_token1] = ACTIONS(1346), - [sym_preproc_directive] = ACTIONS(1346), - [anon_sym_LPAREN2] = ACTIONS(1348), - [anon_sym_BANG] = ACTIONS(1348), - [anon_sym_TILDE] = ACTIONS(1348), - [anon_sym_DASH] = ACTIONS(1346), - [anon_sym_PLUS] = ACTIONS(1346), - [anon_sym_STAR] = ACTIONS(1348), - [anon_sym_AMP] = ACTIONS(1348), - [anon_sym_SEMI] = ACTIONS(1348), - [anon_sym___extension__] = ACTIONS(1346), - [anon_sym_typedef] = ACTIONS(1346), - [anon_sym_extern] = ACTIONS(1346), - [anon_sym___attribute__] = ACTIONS(1346), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1348), - [anon_sym___declspec] = ACTIONS(1346), - [anon_sym___cdecl] = ACTIONS(1346), - [anon_sym___clrcall] = ACTIONS(1346), - [anon_sym___stdcall] = ACTIONS(1346), - [anon_sym___fastcall] = ACTIONS(1346), - [anon_sym___thiscall] = ACTIONS(1346), - [anon_sym___vectorcall] = ACTIONS(1346), - [anon_sym_LBRACE] = ACTIONS(1348), - [anon_sym_signed] = ACTIONS(1346), - [anon_sym_unsigned] = ACTIONS(1346), - [anon_sym_long] = ACTIONS(1346), - [anon_sym_short] = ACTIONS(1346), - [anon_sym_static] = ACTIONS(1346), - [anon_sym_auto] = ACTIONS(1346), - [anon_sym_register] = ACTIONS(1346), - [anon_sym_inline] = ACTIONS(1346), - [anon_sym___inline] = ACTIONS(1346), - [anon_sym___inline__] = ACTIONS(1346), - [anon_sym___forceinline] = ACTIONS(1346), - [anon_sym_thread_local] = ACTIONS(1346), - [anon_sym___thread] = ACTIONS(1346), - [anon_sym_const] = ACTIONS(1346), - [anon_sym_constexpr] = ACTIONS(1346), - [anon_sym_volatile] = ACTIONS(1346), - [anon_sym_restrict] = ACTIONS(1346), - [anon_sym___restrict__] = ACTIONS(1346), - [anon_sym__Atomic] = ACTIONS(1346), - [anon_sym__Noreturn] = ACTIONS(1346), - [anon_sym_noreturn] = ACTIONS(1346), - [sym_primitive_type] = ACTIONS(1346), - [anon_sym_enum] = ACTIONS(1346), - [anon_sym_struct] = ACTIONS(1346), - [anon_sym_union] = ACTIONS(1346), - [anon_sym_if] = ACTIONS(1346), - [anon_sym_else] = ACTIONS(1346), - [anon_sym_switch] = ACTIONS(1346), - [anon_sym_case] = ACTIONS(1346), - [anon_sym_default] = ACTIONS(1346), - [anon_sym_while] = ACTIONS(1346), - [anon_sym_do] = ACTIONS(1346), - [anon_sym_for] = ACTIONS(1346), - [anon_sym_return] = ACTIONS(1346), - [anon_sym_break] = ACTIONS(1346), - [anon_sym_continue] = ACTIONS(1346), - [anon_sym_goto] = ACTIONS(1346), - [anon_sym___try] = ACTIONS(1346), - [anon_sym___leave] = ACTIONS(1346), - [anon_sym_DASH_DASH] = ACTIONS(1348), - [anon_sym_PLUS_PLUS] = ACTIONS(1348), - [anon_sym_sizeof] = ACTIONS(1346), - [anon_sym___alignof__] = ACTIONS(1346), - [anon_sym___alignof] = ACTIONS(1346), - [anon_sym__alignof] = ACTIONS(1346), - [anon_sym_alignof] = ACTIONS(1346), - [anon_sym__Alignof] = ACTIONS(1346), - [anon_sym_offsetof] = ACTIONS(1346), - [anon_sym__Generic] = ACTIONS(1346), - [anon_sym_asm] = ACTIONS(1346), - [anon_sym___asm__] = ACTIONS(1346), - [sym_number_literal] = ACTIONS(1348), - [anon_sym_L_SQUOTE] = ACTIONS(1348), - [anon_sym_u_SQUOTE] = ACTIONS(1348), - [anon_sym_U_SQUOTE] = ACTIONS(1348), - [anon_sym_u8_SQUOTE] = ACTIONS(1348), - [anon_sym_SQUOTE] = ACTIONS(1348), - [anon_sym_L_DQUOTE] = ACTIONS(1348), - [anon_sym_u_DQUOTE] = ACTIONS(1348), - [anon_sym_U_DQUOTE] = ACTIONS(1348), - [anon_sym_u8_DQUOTE] = ACTIONS(1348), - [anon_sym_DQUOTE] = ACTIONS(1348), - [sym_true] = ACTIONS(1346), - [sym_false] = ACTIONS(1346), - [anon_sym_NULL] = ACTIONS(1346), - [anon_sym_nullptr] = ACTIONS(1346), + [sym_identifier] = ACTIONS(1382), + [aux_sym_preproc_include_token1] = ACTIONS(1382), + [aux_sym_preproc_def_token1] = ACTIONS(1382), + [aux_sym_preproc_if_token1] = ACTIONS(1382), + [aux_sym_preproc_if_token2] = ACTIONS(1382), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1382), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1382), + [aux_sym_preproc_else_token1] = ACTIONS(1382), + [aux_sym_preproc_elif_token1] = ACTIONS(1382), + [sym_preproc_directive] = ACTIONS(1382), + [anon_sym_LPAREN2] = ACTIONS(1384), + [anon_sym_BANG] = ACTIONS(1384), + [anon_sym_TILDE] = ACTIONS(1384), + [anon_sym_DASH] = ACTIONS(1382), + [anon_sym_PLUS] = ACTIONS(1382), + [anon_sym_STAR] = ACTIONS(1384), + [anon_sym_AMP] = ACTIONS(1384), + [anon_sym_SEMI] = ACTIONS(1384), + [anon_sym___extension__] = ACTIONS(1382), + [anon_sym_typedef] = ACTIONS(1382), + [anon_sym_extern] = ACTIONS(1382), + [anon_sym___attribute__] = ACTIONS(1382), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1384), + [anon_sym___declspec] = ACTIONS(1382), + [anon_sym___cdecl] = ACTIONS(1382), + [anon_sym___clrcall] = ACTIONS(1382), + [anon_sym___stdcall] = ACTIONS(1382), + [anon_sym___fastcall] = ACTIONS(1382), + [anon_sym___thiscall] = ACTIONS(1382), + [anon_sym___vectorcall] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_signed] = ACTIONS(1382), + [anon_sym_unsigned] = ACTIONS(1382), + [anon_sym_long] = ACTIONS(1382), + [anon_sym_short] = ACTIONS(1382), + [anon_sym_static] = ACTIONS(1382), + [anon_sym_auto] = ACTIONS(1382), + [anon_sym_register] = ACTIONS(1382), + [anon_sym_inline] = ACTIONS(1382), + [anon_sym___inline] = ACTIONS(1382), + [anon_sym___inline__] = ACTIONS(1382), + [anon_sym___forceinline] = ACTIONS(1382), + [anon_sym_thread_local] = ACTIONS(1382), + [anon_sym___thread] = ACTIONS(1382), + [anon_sym_const] = ACTIONS(1382), + [anon_sym_constexpr] = ACTIONS(1382), + [anon_sym_volatile] = ACTIONS(1382), + [anon_sym_restrict] = ACTIONS(1382), + [anon_sym___restrict__] = ACTIONS(1382), + [anon_sym__Atomic] = ACTIONS(1382), + [anon_sym__Noreturn] = ACTIONS(1382), + [anon_sym_noreturn] = ACTIONS(1382), + [sym_primitive_type] = ACTIONS(1382), + [anon_sym_enum] = ACTIONS(1382), + [anon_sym_struct] = ACTIONS(1382), + [anon_sym_union] = ACTIONS(1382), + [anon_sym_if] = ACTIONS(1382), + [anon_sym_else] = ACTIONS(1382), + [anon_sym_switch] = ACTIONS(1382), + [anon_sym_case] = ACTIONS(1382), + [anon_sym_default] = ACTIONS(1382), + [anon_sym_while] = ACTIONS(1382), + [anon_sym_do] = ACTIONS(1382), + [anon_sym_for] = ACTIONS(1382), + [anon_sym_return] = ACTIONS(1382), + [anon_sym_break] = ACTIONS(1382), + [anon_sym_continue] = ACTIONS(1382), + [anon_sym_goto] = ACTIONS(1382), + [anon_sym___try] = ACTIONS(1382), + [anon_sym___leave] = ACTIONS(1382), + [anon_sym_DASH_DASH] = ACTIONS(1384), + [anon_sym_PLUS_PLUS] = ACTIONS(1384), + [anon_sym_sizeof] = ACTIONS(1382), + [anon_sym___alignof__] = ACTIONS(1382), + [anon_sym___alignof] = ACTIONS(1382), + [anon_sym__alignof] = ACTIONS(1382), + [anon_sym_alignof] = ACTIONS(1382), + [anon_sym__Alignof] = ACTIONS(1382), + [anon_sym_offsetof] = ACTIONS(1382), + [anon_sym__Generic] = ACTIONS(1382), + [anon_sym_asm] = ACTIONS(1382), + [anon_sym___asm__] = ACTIONS(1382), + [sym_number_literal] = ACTIONS(1384), + [anon_sym_L_SQUOTE] = ACTIONS(1384), + [anon_sym_u_SQUOTE] = ACTIONS(1384), + [anon_sym_U_SQUOTE] = ACTIONS(1384), + [anon_sym_u8_SQUOTE] = ACTIONS(1384), + [anon_sym_SQUOTE] = ACTIONS(1384), + [anon_sym_L_DQUOTE] = ACTIONS(1384), + [anon_sym_u_DQUOTE] = ACTIONS(1384), + [anon_sym_U_DQUOTE] = ACTIONS(1384), + [anon_sym_u8_DQUOTE] = ACTIONS(1384), + [anon_sym_DQUOTE] = ACTIONS(1384), + [sym_true] = ACTIONS(1382), + [sym_false] = ACTIONS(1382), + [anon_sym_NULL] = ACTIONS(1382), + [anon_sym_nullptr] = ACTIONS(1382), [sym_comment] = ACTIONS(3), }, [170] = { - [sym_identifier] = ACTIONS(1370), - [aux_sym_preproc_include_token1] = ACTIONS(1370), - [aux_sym_preproc_def_token1] = ACTIONS(1370), - [aux_sym_preproc_if_token1] = ACTIONS(1370), - [aux_sym_preproc_if_token2] = ACTIONS(1370), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1370), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1370), - [aux_sym_preproc_else_token1] = ACTIONS(1370), - [aux_sym_preproc_elif_token1] = ACTIONS(1370), - [sym_preproc_directive] = ACTIONS(1370), - [anon_sym_LPAREN2] = ACTIONS(1372), - [anon_sym_BANG] = ACTIONS(1372), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_DASH] = ACTIONS(1370), - [anon_sym_PLUS] = ACTIONS(1370), - [anon_sym_STAR] = ACTIONS(1372), - [anon_sym_AMP] = ACTIONS(1372), - [anon_sym_SEMI] = ACTIONS(1372), - [anon_sym___extension__] = ACTIONS(1370), - [anon_sym_typedef] = ACTIONS(1370), - [anon_sym_extern] = ACTIONS(1370), - [anon_sym___attribute__] = ACTIONS(1370), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1372), - [anon_sym___declspec] = ACTIONS(1370), - [anon_sym___cdecl] = ACTIONS(1370), - [anon_sym___clrcall] = ACTIONS(1370), - [anon_sym___stdcall] = ACTIONS(1370), - [anon_sym___fastcall] = ACTIONS(1370), - [anon_sym___thiscall] = ACTIONS(1370), - [anon_sym___vectorcall] = ACTIONS(1370), - [anon_sym_LBRACE] = ACTIONS(1372), - [anon_sym_signed] = ACTIONS(1370), - [anon_sym_unsigned] = ACTIONS(1370), - [anon_sym_long] = ACTIONS(1370), - [anon_sym_short] = ACTIONS(1370), - [anon_sym_static] = ACTIONS(1370), - [anon_sym_auto] = ACTIONS(1370), - [anon_sym_register] = ACTIONS(1370), - [anon_sym_inline] = ACTIONS(1370), - [anon_sym___inline] = ACTIONS(1370), - [anon_sym___inline__] = ACTIONS(1370), - [anon_sym___forceinline] = ACTIONS(1370), - [anon_sym_thread_local] = ACTIONS(1370), - [anon_sym___thread] = ACTIONS(1370), - [anon_sym_const] = ACTIONS(1370), - [anon_sym_constexpr] = ACTIONS(1370), - [anon_sym_volatile] = ACTIONS(1370), - [anon_sym_restrict] = ACTIONS(1370), - [anon_sym___restrict__] = ACTIONS(1370), - [anon_sym__Atomic] = ACTIONS(1370), - [anon_sym__Noreturn] = ACTIONS(1370), - [anon_sym_noreturn] = ACTIONS(1370), - [sym_primitive_type] = ACTIONS(1370), - [anon_sym_enum] = ACTIONS(1370), - [anon_sym_struct] = ACTIONS(1370), - [anon_sym_union] = ACTIONS(1370), - [anon_sym_if] = ACTIONS(1370), - [anon_sym_else] = ACTIONS(1370), - [anon_sym_switch] = ACTIONS(1370), - [anon_sym_case] = ACTIONS(1370), - [anon_sym_default] = ACTIONS(1370), - [anon_sym_while] = ACTIONS(1370), - [anon_sym_do] = ACTIONS(1370), - [anon_sym_for] = ACTIONS(1370), - [anon_sym_return] = ACTIONS(1370), - [anon_sym_break] = ACTIONS(1370), - [anon_sym_continue] = ACTIONS(1370), - [anon_sym_goto] = ACTIONS(1370), - [anon_sym___try] = ACTIONS(1370), - [anon_sym___leave] = ACTIONS(1370), - [anon_sym_DASH_DASH] = ACTIONS(1372), - [anon_sym_PLUS_PLUS] = ACTIONS(1372), - [anon_sym_sizeof] = ACTIONS(1370), - [anon_sym___alignof__] = ACTIONS(1370), - [anon_sym___alignof] = ACTIONS(1370), - [anon_sym__alignof] = ACTIONS(1370), - [anon_sym_alignof] = ACTIONS(1370), - [anon_sym__Alignof] = ACTIONS(1370), - [anon_sym_offsetof] = ACTIONS(1370), - [anon_sym__Generic] = ACTIONS(1370), - [anon_sym_asm] = ACTIONS(1370), - [anon_sym___asm__] = ACTIONS(1370), - [sym_number_literal] = ACTIONS(1372), - [anon_sym_L_SQUOTE] = ACTIONS(1372), - [anon_sym_u_SQUOTE] = ACTIONS(1372), - [anon_sym_U_SQUOTE] = ACTIONS(1372), - [anon_sym_u8_SQUOTE] = ACTIONS(1372), - [anon_sym_SQUOTE] = ACTIONS(1372), - [anon_sym_L_DQUOTE] = ACTIONS(1372), - [anon_sym_u_DQUOTE] = ACTIONS(1372), - [anon_sym_U_DQUOTE] = ACTIONS(1372), - [anon_sym_u8_DQUOTE] = ACTIONS(1372), - [anon_sym_DQUOTE] = ACTIONS(1372), - [sym_true] = ACTIONS(1370), - [sym_false] = ACTIONS(1370), - [anon_sym_NULL] = ACTIONS(1370), - [anon_sym_nullptr] = ACTIONS(1370), + [sym_identifier] = ACTIONS(1342), + [aux_sym_preproc_include_token1] = ACTIONS(1342), + [aux_sym_preproc_def_token1] = ACTIONS(1342), + [aux_sym_preproc_if_token1] = ACTIONS(1342), + [aux_sym_preproc_if_token2] = ACTIONS(1342), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1342), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1342), + [aux_sym_preproc_else_token1] = ACTIONS(1342), + [aux_sym_preproc_elif_token1] = ACTIONS(1342), + [sym_preproc_directive] = ACTIONS(1342), + [anon_sym_LPAREN2] = ACTIONS(1344), + [anon_sym_BANG] = ACTIONS(1344), + [anon_sym_TILDE] = ACTIONS(1344), + [anon_sym_DASH] = ACTIONS(1342), + [anon_sym_PLUS] = ACTIONS(1342), + [anon_sym_STAR] = ACTIONS(1344), + [anon_sym_AMP] = ACTIONS(1344), + [anon_sym_SEMI] = ACTIONS(1344), + [anon_sym___extension__] = ACTIONS(1342), + [anon_sym_typedef] = ACTIONS(1342), + [anon_sym_extern] = ACTIONS(1342), + [anon_sym___attribute__] = ACTIONS(1342), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1344), + [anon_sym___declspec] = ACTIONS(1342), + [anon_sym___cdecl] = ACTIONS(1342), + [anon_sym___clrcall] = ACTIONS(1342), + [anon_sym___stdcall] = ACTIONS(1342), + [anon_sym___fastcall] = ACTIONS(1342), + [anon_sym___thiscall] = ACTIONS(1342), + [anon_sym___vectorcall] = ACTIONS(1342), + [anon_sym_LBRACE] = ACTIONS(1344), + [anon_sym_signed] = ACTIONS(1342), + [anon_sym_unsigned] = ACTIONS(1342), + [anon_sym_long] = ACTIONS(1342), + [anon_sym_short] = ACTIONS(1342), + [anon_sym_static] = ACTIONS(1342), + [anon_sym_auto] = ACTIONS(1342), + [anon_sym_register] = ACTIONS(1342), + [anon_sym_inline] = ACTIONS(1342), + [anon_sym___inline] = ACTIONS(1342), + [anon_sym___inline__] = ACTIONS(1342), + [anon_sym___forceinline] = ACTIONS(1342), + [anon_sym_thread_local] = ACTIONS(1342), + [anon_sym___thread] = ACTIONS(1342), + [anon_sym_const] = ACTIONS(1342), + [anon_sym_constexpr] = ACTIONS(1342), + [anon_sym_volatile] = ACTIONS(1342), + [anon_sym_restrict] = ACTIONS(1342), + [anon_sym___restrict__] = ACTIONS(1342), + [anon_sym__Atomic] = ACTIONS(1342), + [anon_sym__Noreturn] = ACTIONS(1342), + [anon_sym_noreturn] = ACTIONS(1342), + [sym_primitive_type] = ACTIONS(1342), + [anon_sym_enum] = ACTIONS(1342), + [anon_sym_struct] = ACTIONS(1342), + [anon_sym_union] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1342), + [anon_sym_else] = ACTIONS(1342), + [anon_sym_switch] = ACTIONS(1342), + [anon_sym_case] = ACTIONS(1342), + [anon_sym_default] = ACTIONS(1342), + [anon_sym_while] = ACTIONS(1342), + [anon_sym_do] = ACTIONS(1342), + [anon_sym_for] = ACTIONS(1342), + [anon_sym_return] = ACTIONS(1342), + [anon_sym_break] = ACTIONS(1342), + [anon_sym_continue] = ACTIONS(1342), + [anon_sym_goto] = ACTIONS(1342), + [anon_sym___try] = ACTIONS(1342), + [anon_sym___leave] = ACTIONS(1342), + [anon_sym_DASH_DASH] = ACTIONS(1344), + [anon_sym_PLUS_PLUS] = ACTIONS(1344), + [anon_sym_sizeof] = ACTIONS(1342), + [anon_sym___alignof__] = ACTIONS(1342), + [anon_sym___alignof] = ACTIONS(1342), + [anon_sym__alignof] = ACTIONS(1342), + [anon_sym_alignof] = ACTIONS(1342), + [anon_sym__Alignof] = ACTIONS(1342), + [anon_sym_offsetof] = ACTIONS(1342), + [anon_sym__Generic] = ACTIONS(1342), + [anon_sym_asm] = ACTIONS(1342), + [anon_sym___asm__] = ACTIONS(1342), + [sym_number_literal] = ACTIONS(1344), + [anon_sym_L_SQUOTE] = ACTIONS(1344), + [anon_sym_u_SQUOTE] = ACTIONS(1344), + [anon_sym_U_SQUOTE] = ACTIONS(1344), + [anon_sym_u8_SQUOTE] = ACTIONS(1344), + [anon_sym_SQUOTE] = ACTIONS(1344), + [anon_sym_L_DQUOTE] = ACTIONS(1344), + [anon_sym_u_DQUOTE] = ACTIONS(1344), + [anon_sym_U_DQUOTE] = ACTIONS(1344), + [anon_sym_u8_DQUOTE] = ACTIONS(1344), + [anon_sym_DQUOTE] = ACTIONS(1344), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [anon_sym_NULL] = ACTIONS(1342), + [anon_sym_nullptr] = ACTIONS(1342), [sym_comment] = ACTIONS(3), }, [171] = { - [sym_identifier] = ACTIONS(1302), - [aux_sym_preproc_include_token1] = ACTIONS(1302), - [aux_sym_preproc_def_token1] = ACTIONS(1302), - [aux_sym_preproc_if_token1] = ACTIONS(1302), - [aux_sym_preproc_if_token2] = ACTIONS(1302), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1302), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1302), - [aux_sym_preproc_else_token1] = ACTIONS(1302), - [aux_sym_preproc_elif_token1] = ACTIONS(1302), - [sym_preproc_directive] = ACTIONS(1302), - [anon_sym_LPAREN2] = ACTIONS(1304), - [anon_sym_BANG] = ACTIONS(1304), - [anon_sym_TILDE] = ACTIONS(1304), - [anon_sym_DASH] = ACTIONS(1302), - [anon_sym_PLUS] = ACTIONS(1302), - [anon_sym_STAR] = ACTIONS(1304), - [anon_sym_AMP] = ACTIONS(1304), - [anon_sym_SEMI] = ACTIONS(1304), - [anon_sym___extension__] = ACTIONS(1302), - [anon_sym_typedef] = ACTIONS(1302), - [anon_sym_extern] = ACTIONS(1302), - [anon_sym___attribute__] = ACTIONS(1302), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1304), - [anon_sym___declspec] = ACTIONS(1302), - [anon_sym___cdecl] = ACTIONS(1302), - [anon_sym___clrcall] = ACTIONS(1302), - [anon_sym___stdcall] = ACTIONS(1302), - [anon_sym___fastcall] = ACTIONS(1302), - [anon_sym___thiscall] = ACTIONS(1302), - [anon_sym___vectorcall] = ACTIONS(1302), - [anon_sym_LBRACE] = ACTIONS(1304), - [anon_sym_signed] = ACTIONS(1302), - [anon_sym_unsigned] = ACTIONS(1302), - [anon_sym_long] = ACTIONS(1302), - [anon_sym_short] = ACTIONS(1302), - [anon_sym_static] = ACTIONS(1302), - [anon_sym_auto] = ACTIONS(1302), - [anon_sym_register] = ACTIONS(1302), - [anon_sym_inline] = ACTIONS(1302), - [anon_sym___inline] = ACTIONS(1302), - [anon_sym___inline__] = ACTIONS(1302), - [anon_sym___forceinline] = ACTIONS(1302), - [anon_sym_thread_local] = ACTIONS(1302), - [anon_sym___thread] = ACTIONS(1302), - [anon_sym_const] = ACTIONS(1302), - [anon_sym_constexpr] = ACTIONS(1302), - [anon_sym_volatile] = ACTIONS(1302), - [anon_sym_restrict] = ACTIONS(1302), - [anon_sym___restrict__] = ACTIONS(1302), - [anon_sym__Atomic] = ACTIONS(1302), - [anon_sym__Noreturn] = ACTIONS(1302), - [anon_sym_noreturn] = ACTIONS(1302), - [sym_primitive_type] = ACTIONS(1302), - [anon_sym_enum] = ACTIONS(1302), - [anon_sym_struct] = ACTIONS(1302), - [anon_sym_union] = ACTIONS(1302), - [anon_sym_if] = ACTIONS(1302), - [anon_sym_else] = ACTIONS(1302), - [anon_sym_switch] = ACTIONS(1302), - [anon_sym_case] = ACTIONS(1302), - [anon_sym_default] = ACTIONS(1302), - [anon_sym_while] = ACTIONS(1302), - [anon_sym_do] = ACTIONS(1302), - [anon_sym_for] = ACTIONS(1302), - [anon_sym_return] = ACTIONS(1302), - [anon_sym_break] = ACTIONS(1302), - [anon_sym_continue] = ACTIONS(1302), - [anon_sym_goto] = ACTIONS(1302), - [anon_sym___try] = ACTIONS(1302), - [anon_sym___leave] = ACTIONS(1302), - [anon_sym_DASH_DASH] = ACTIONS(1304), - [anon_sym_PLUS_PLUS] = ACTIONS(1304), - [anon_sym_sizeof] = ACTIONS(1302), - [anon_sym___alignof__] = ACTIONS(1302), - [anon_sym___alignof] = ACTIONS(1302), - [anon_sym__alignof] = ACTIONS(1302), - [anon_sym_alignof] = ACTIONS(1302), - [anon_sym__Alignof] = ACTIONS(1302), - [anon_sym_offsetof] = ACTIONS(1302), - [anon_sym__Generic] = ACTIONS(1302), - [anon_sym_asm] = ACTIONS(1302), - [anon_sym___asm__] = ACTIONS(1302), - [sym_number_literal] = ACTIONS(1304), - [anon_sym_L_SQUOTE] = ACTIONS(1304), - [anon_sym_u_SQUOTE] = ACTIONS(1304), - [anon_sym_U_SQUOTE] = ACTIONS(1304), - [anon_sym_u8_SQUOTE] = ACTIONS(1304), - [anon_sym_SQUOTE] = ACTIONS(1304), - [anon_sym_L_DQUOTE] = ACTIONS(1304), - [anon_sym_u_DQUOTE] = ACTIONS(1304), - [anon_sym_U_DQUOTE] = ACTIONS(1304), - [anon_sym_u8_DQUOTE] = ACTIONS(1304), - [anon_sym_DQUOTE] = ACTIONS(1304), - [sym_true] = ACTIONS(1302), - [sym_false] = ACTIONS(1302), - [anon_sym_NULL] = ACTIONS(1302), - [anon_sym_nullptr] = ACTIONS(1302), - [sym_comment] = ACTIONS(3), - }, - [172] = { - [sym_identifier] = ACTIONS(1308), - [aux_sym_preproc_include_token1] = ACTIONS(1308), - [aux_sym_preproc_def_token1] = ACTIONS(1308), - [aux_sym_preproc_if_token1] = ACTIONS(1308), - [aux_sym_preproc_if_token2] = ACTIONS(1308), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1308), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1308), - [aux_sym_preproc_else_token1] = ACTIONS(1308), - [aux_sym_preproc_elif_token1] = ACTIONS(1308), - [sym_preproc_directive] = ACTIONS(1308), - [anon_sym_LPAREN2] = ACTIONS(1306), - [anon_sym_BANG] = ACTIONS(1306), - [anon_sym_TILDE] = ACTIONS(1306), - [anon_sym_DASH] = ACTIONS(1308), - [anon_sym_PLUS] = ACTIONS(1308), - [anon_sym_STAR] = ACTIONS(1306), - [anon_sym_AMP] = ACTIONS(1306), - [anon_sym_SEMI] = ACTIONS(1306), - [anon_sym___extension__] = ACTIONS(1308), - [anon_sym_typedef] = ACTIONS(1308), - [anon_sym_extern] = ACTIONS(1308), - [anon_sym___attribute__] = ACTIONS(1308), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1306), - [anon_sym___declspec] = ACTIONS(1308), - [anon_sym___cdecl] = ACTIONS(1308), - [anon_sym___clrcall] = ACTIONS(1308), - [anon_sym___stdcall] = ACTIONS(1308), - [anon_sym___fastcall] = ACTIONS(1308), - [anon_sym___thiscall] = ACTIONS(1308), - [anon_sym___vectorcall] = ACTIONS(1308), - [anon_sym_LBRACE] = ACTIONS(1306), - [anon_sym_signed] = ACTIONS(1308), - [anon_sym_unsigned] = ACTIONS(1308), - [anon_sym_long] = ACTIONS(1308), - [anon_sym_short] = ACTIONS(1308), - [anon_sym_static] = ACTIONS(1308), - [anon_sym_auto] = ACTIONS(1308), - [anon_sym_register] = ACTIONS(1308), - [anon_sym_inline] = ACTIONS(1308), - [anon_sym___inline] = ACTIONS(1308), - [anon_sym___inline__] = ACTIONS(1308), - [anon_sym___forceinline] = ACTIONS(1308), - [anon_sym_thread_local] = ACTIONS(1308), - [anon_sym___thread] = ACTIONS(1308), - [anon_sym_const] = ACTIONS(1308), - [anon_sym_constexpr] = ACTIONS(1308), - [anon_sym_volatile] = ACTIONS(1308), - [anon_sym_restrict] = ACTIONS(1308), - [anon_sym___restrict__] = ACTIONS(1308), - [anon_sym__Atomic] = ACTIONS(1308), - [anon_sym__Noreturn] = ACTIONS(1308), - [anon_sym_noreturn] = ACTIONS(1308), - [sym_primitive_type] = ACTIONS(1308), - [anon_sym_enum] = ACTIONS(1308), - [anon_sym_struct] = ACTIONS(1308), - [anon_sym_union] = ACTIONS(1308), - [anon_sym_if] = ACTIONS(1308), - [anon_sym_else] = ACTIONS(1308), - [anon_sym_switch] = ACTIONS(1308), - [anon_sym_case] = ACTIONS(1308), - [anon_sym_default] = ACTIONS(1308), - [anon_sym_while] = ACTIONS(1308), - [anon_sym_do] = ACTIONS(1308), - [anon_sym_for] = ACTIONS(1308), - [anon_sym_return] = ACTIONS(1308), - [anon_sym_break] = ACTIONS(1308), - [anon_sym_continue] = ACTIONS(1308), - [anon_sym_goto] = ACTIONS(1308), - [anon_sym___try] = ACTIONS(1308), - [anon_sym___leave] = ACTIONS(1308), - [anon_sym_DASH_DASH] = ACTIONS(1306), - [anon_sym_PLUS_PLUS] = ACTIONS(1306), - [anon_sym_sizeof] = ACTIONS(1308), - [anon_sym___alignof__] = ACTIONS(1308), - [anon_sym___alignof] = ACTIONS(1308), - [anon_sym__alignof] = ACTIONS(1308), - [anon_sym_alignof] = ACTIONS(1308), - [anon_sym__Alignof] = ACTIONS(1308), - [anon_sym_offsetof] = ACTIONS(1308), - [anon_sym__Generic] = ACTIONS(1308), - [anon_sym_asm] = ACTIONS(1308), - [anon_sym___asm__] = ACTIONS(1308), - [sym_number_literal] = ACTIONS(1306), - [anon_sym_L_SQUOTE] = ACTIONS(1306), - [anon_sym_u_SQUOTE] = ACTIONS(1306), - [anon_sym_U_SQUOTE] = ACTIONS(1306), - [anon_sym_u8_SQUOTE] = ACTIONS(1306), - [anon_sym_SQUOTE] = ACTIONS(1306), - [anon_sym_L_DQUOTE] = ACTIONS(1306), - [anon_sym_u_DQUOTE] = ACTIONS(1306), - [anon_sym_U_DQUOTE] = ACTIONS(1306), - [anon_sym_u8_DQUOTE] = ACTIONS(1306), - [anon_sym_DQUOTE] = ACTIONS(1306), - [sym_true] = ACTIONS(1308), - [sym_false] = ACTIONS(1308), - [anon_sym_NULL] = ACTIONS(1308), - [anon_sym_nullptr] = ACTIONS(1308), - [sym_comment] = ACTIONS(3), - }, - [173] = { [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), [aux_sym_preproc_def_token1] = ACTIONS(1310), @@ -38306,407 +38097,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [174] = { - [sym_identifier] = ACTIONS(1310), - [aux_sym_preproc_include_token1] = ACTIONS(1310), - [aux_sym_preproc_def_token1] = ACTIONS(1310), - [aux_sym_preproc_if_token1] = ACTIONS(1310), - [aux_sym_preproc_if_token2] = ACTIONS(1310), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1310), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1310), - [aux_sym_preproc_else_token1] = ACTIONS(1310), - [aux_sym_preproc_elif_token1] = ACTIONS(1310), - [sym_preproc_directive] = ACTIONS(1310), - [anon_sym_LPAREN2] = ACTIONS(1312), - [anon_sym_BANG] = ACTIONS(1312), - [anon_sym_TILDE] = ACTIONS(1312), - [anon_sym_DASH] = ACTIONS(1310), - [anon_sym_PLUS] = ACTIONS(1310), - [anon_sym_STAR] = ACTIONS(1312), - [anon_sym_AMP] = ACTIONS(1312), - [anon_sym_SEMI] = ACTIONS(1312), - [anon_sym___extension__] = ACTIONS(1310), - [anon_sym_typedef] = ACTIONS(1310), - [anon_sym_extern] = ACTIONS(1310), - [anon_sym___attribute__] = ACTIONS(1310), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1312), - [anon_sym___declspec] = ACTIONS(1310), - [anon_sym___cdecl] = ACTIONS(1310), - [anon_sym___clrcall] = ACTIONS(1310), - [anon_sym___stdcall] = ACTIONS(1310), - [anon_sym___fastcall] = ACTIONS(1310), - [anon_sym___thiscall] = ACTIONS(1310), - [anon_sym___vectorcall] = ACTIONS(1310), - [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_signed] = ACTIONS(1310), - [anon_sym_unsigned] = ACTIONS(1310), - [anon_sym_long] = ACTIONS(1310), - [anon_sym_short] = ACTIONS(1310), - [anon_sym_static] = ACTIONS(1310), - [anon_sym_auto] = ACTIONS(1310), - [anon_sym_register] = ACTIONS(1310), - [anon_sym_inline] = ACTIONS(1310), - [anon_sym___inline] = ACTIONS(1310), - [anon_sym___inline__] = ACTIONS(1310), - [anon_sym___forceinline] = ACTIONS(1310), - [anon_sym_thread_local] = ACTIONS(1310), - [anon_sym___thread] = ACTIONS(1310), - [anon_sym_const] = ACTIONS(1310), - [anon_sym_constexpr] = ACTIONS(1310), - [anon_sym_volatile] = ACTIONS(1310), - [anon_sym_restrict] = ACTIONS(1310), - [anon_sym___restrict__] = ACTIONS(1310), - [anon_sym__Atomic] = ACTIONS(1310), - [anon_sym__Noreturn] = ACTIONS(1310), - [anon_sym_noreturn] = ACTIONS(1310), - [sym_primitive_type] = ACTIONS(1310), - [anon_sym_enum] = ACTIONS(1310), - [anon_sym_struct] = ACTIONS(1310), - [anon_sym_union] = ACTIONS(1310), - [anon_sym_if] = ACTIONS(1310), - [anon_sym_else] = ACTIONS(1310), - [anon_sym_switch] = ACTIONS(1310), - [anon_sym_case] = ACTIONS(1310), - [anon_sym_default] = ACTIONS(1310), - [anon_sym_while] = ACTIONS(1310), - [anon_sym_do] = ACTIONS(1310), - [anon_sym_for] = ACTIONS(1310), - [anon_sym_return] = ACTIONS(1310), - [anon_sym_break] = ACTIONS(1310), - [anon_sym_continue] = ACTIONS(1310), - [anon_sym_goto] = ACTIONS(1310), - [anon_sym___try] = ACTIONS(1310), - [anon_sym___leave] = ACTIONS(1310), - [anon_sym_DASH_DASH] = ACTIONS(1312), - [anon_sym_PLUS_PLUS] = ACTIONS(1312), - [anon_sym_sizeof] = ACTIONS(1310), - [anon_sym___alignof__] = ACTIONS(1310), - [anon_sym___alignof] = ACTIONS(1310), - [anon_sym__alignof] = ACTIONS(1310), - [anon_sym_alignof] = ACTIONS(1310), - [anon_sym__Alignof] = ACTIONS(1310), - [anon_sym_offsetof] = ACTIONS(1310), - [anon_sym__Generic] = ACTIONS(1310), - [anon_sym_asm] = ACTIONS(1310), - [anon_sym___asm__] = ACTIONS(1310), - [sym_number_literal] = ACTIONS(1312), - [anon_sym_L_SQUOTE] = ACTIONS(1312), - [anon_sym_u_SQUOTE] = ACTIONS(1312), - [anon_sym_U_SQUOTE] = ACTIONS(1312), - [anon_sym_u8_SQUOTE] = ACTIONS(1312), - [anon_sym_SQUOTE] = ACTIONS(1312), - [anon_sym_L_DQUOTE] = ACTIONS(1312), - [anon_sym_u_DQUOTE] = ACTIONS(1312), - [anon_sym_U_DQUOTE] = ACTIONS(1312), - [anon_sym_u8_DQUOTE] = ACTIONS(1312), - [anon_sym_DQUOTE] = ACTIONS(1312), - [sym_true] = ACTIONS(1310), - [sym_false] = ACTIONS(1310), - [anon_sym_NULL] = ACTIONS(1310), - [anon_sym_nullptr] = ACTIONS(1310), - [sym_comment] = ACTIONS(3), - }, - [175] = { - [sym_identifier] = ACTIONS(1366), - [aux_sym_preproc_include_token1] = ACTIONS(1366), - [aux_sym_preproc_def_token1] = ACTIONS(1366), - [aux_sym_preproc_if_token1] = ACTIONS(1366), - [aux_sym_preproc_if_token2] = ACTIONS(1366), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1366), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1366), - [aux_sym_preproc_else_token1] = ACTIONS(1366), - [aux_sym_preproc_elif_token1] = ACTIONS(1366), - [sym_preproc_directive] = ACTIONS(1366), - [anon_sym_LPAREN2] = ACTIONS(1368), - [anon_sym_BANG] = ACTIONS(1368), - [anon_sym_TILDE] = ACTIONS(1368), - [anon_sym_DASH] = ACTIONS(1366), - [anon_sym_PLUS] = ACTIONS(1366), - [anon_sym_STAR] = ACTIONS(1368), - [anon_sym_AMP] = ACTIONS(1368), - [anon_sym_SEMI] = ACTIONS(1368), - [anon_sym___extension__] = ACTIONS(1366), - [anon_sym_typedef] = ACTIONS(1366), - [anon_sym_extern] = ACTIONS(1366), - [anon_sym___attribute__] = ACTIONS(1366), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1368), - [anon_sym___declspec] = ACTIONS(1366), - [anon_sym___cdecl] = ACTIONS(1366), - [anon_sym___clrcall] = ACTIONS(1366), - [anon_sym___stdcall] = ACTIONS(1366), - [anon_sym___fastcall] = ACTIONS(1366), - [anon_sym___thiscall] = ACTIONS(1366), - [anon_sym___vectorcall] = ACTIONS(1366), - [anon_sym_LBRACE] = ACTIONS(1368), - [anon_sym_signed] = ACTIONS(1366), - [anon_sym_unsigned] = ACTIONS(1366), - [anon_sym_long] = ACTIONS(1366), - [anon_sym_short] = ACTIONS(1366), - [anon_sym_static] = ACTIONS(1366), - [anon_sym_auto] = ACTIONS(1366), - [anon_sym_register] = ACTIONS(1366), - [anon_sym_inline] = ACTIONS(1366), - [anon_sym___inline] = ACTIONS(1366), - [anon_sym___inline__] = ACTIONS(1366), - [anon_sym___forceinline] = ACTIONS(1366), - [anon_sym_thread_local] = ACTIONS(1366), - [anon_sym___thread] = ACTIONS(1366), - [anon_sym_const] = ACTIONS(1366), - [anon_sym_constexpr] = ACTIONS(1366), - [anon_sym_volatile] = ACTIONS(1366), - [anon_sym_restrict] = ACTIONS(1366), - [anon_sym___restrict__] = ACTIONS(1366), - [anon_sym__Atomic] = ACTIONS(1366), - [anon_sym__Noreturn] = ACTIONS(1366), - [anon_sym_noreturn] = ACTIONS(1366), - [sym_primitive_type] = ACTIONS(1366), - [anon_sym_enum] = ACTIONS(1366), - [anon_sym_struct] = ACTIONS(1366), - [anon_sym_union] = ACTIONS(1366), - [anon_sym_if] = ACTIONS(1366), - [anon_sym_else] = ACTIONS(1366), - [anon_sym_switch] = ACTIONS(1366), - [anon_sym_case] = ACTIONS(1366), - [anon_sym_default] = ACTIONS(1366), - [anon_sym_while] = ACTIONS(1366), - [anon_sym_do] = ACTIONS(1366), - [anon_sym_for] = ACTIONS(1366), - [anon_sym_return] = ACTIONS(1366), - [anon_sym_break] = ACTIONS(1366), - [anon_sym_continue] = ACTIONS(1366), - [anon_sym_goto] = ACTIONS(1366), - [anon_sym___try] = ACTIONS(1366), - [anon_sym___leave] = ACTIONS(1366), - [anon_sym_DASH_DASH] = ACTIONS(1368), - [anon_sym_PLUS_PLUS] = ACTIONS(1368), - [anon_sym_sizeof] = ACTIONS(1366), - [anon_sym___alignof__] = ACTIONS(1366), - [anon_sym___alignof] = ACTIONS(1366), - [anon_sym__alignof] = ACTIONS(1366), - [anon_sym_alignof] = ACTIONS(1366), - [anon_sym__Alignof] = ACTIONS(1366), - [anon_sym_offsetof] = ACTIONS(1366), - [anon_sym__Generic] = ACTIONS(1366), - [anon_sym_asm] = ACTIONS(1366), - [anon_sym___asm__] = ACTIONS(1366), - [sym_number_literal] = ACTIONS(1368), - [anon_sym_L_SQUOTE] = ACTIONS(1368), - [anon_sym_u_SQUOTE] = ACTIONS(1368), - [anon_sym_U_SQUOTE] = ACTIONS(1368), - [anon_sym_u8_SQUOTE] = ACTIONS(1368), - [anon_sym_SQUOTE] = ACTIONS(1368), - [anon_sym_L_DQUOTE] = ACTIONS(1368), - [anon_sym_u_DQUOTE] = ACTIONS(1368), - [anon_sym_U_DQUOTE] = ACTIONS(1368), - [anon_sym_u8_DQUOTE] = ACTIONS(1368), - [anon_sym_DQUOTE] = ACTIONS(1368), - [sym_true] = ACTIONS(1366), - [sym_false] = ACTIONS(1366), - [anon_sym_NULL] = ACTIONS(1366), - [anon_sym_nullptr] = ACTIONS(1366), - [sym_comment] = ACTIONS(3), - }, - [176] = { - [sym_identifier] = ACTIONS(1362), - [aux_sym_preproc_include_token1] = ACTIONS(1362), - [aux_sym_preproc_def_token1] = ACTIONS(1362), - [aux_sym_preproc_if_token1] = ACTIONS(1362), - [aux_sym_preproc_if_token2] = ACTIONS(1362), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1362), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1362), - [aux_sym_preproc_else_token1] = ACTIONS(1362), - [aux_sym_preproc_elif_token1] = ACTIONS(1362), - [sym_preproc_directive] = ACTIONS(1362), - [anon_sym_LPAREN2] = ACTIONS(1364), - [anon_sym_BANG] = ACTIONS(1364), - [anon_sym_TILDE] = ACTIONS(1364), - [anon_sym_DASH] = ACTIONS(1362), - [anon_sym_PLUS] = ACTIONS(1362), - [anon_sym_STAR] = ACTIONS(1364), - [anon_sym_AMP] = ACTIONS(1364), - [anon_sym_SEMI] = ACTIONS(1364), - [anon_sym___extension__] = ACTIONS(1362), - [anon_sym_typedef] = ACTIONS(1362), - [anon_sym_extern] = ACTIONS(1362), - [anon_sym___attribute__] = ACTIONS(1362), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1364), - [anon_sym___declspec] = ACTIONS(1362), - [anon_sym___cdecl] = ACTIONS(1362), - [anon_sym___clrcall] = ACTIONS(1362), - [anon_sym___stdcall] = ACTIONS(1362), - [anon_sym___fastcall] = ACTIONS(1362), - [anon_sym___thiscall] = ACTIONS(1362), - [anon_sym___vectorcall] = ACTIONS(1362), - [anon_sym_LBRACE] = ACTIONS(1364), - [anon_sym_signed] = ACTIONS(1362), - [anon_sym_unsigned] = ACTIONS(1362), - [anon_sym_long] = ACTIONS(1362), - [anon_sym_short] = ACTIONS(1362), - [anon_sym_static] = ACTIONS(1362), - [anon_sym_auto] = ACTIONS(1362), - [anon_sym_register] = ACTIONS(1362), - [anon_sym_inline] = ACTIONS(1362), - [anon_sym___inline] = ACTIONS(1362), - [anon_sym___inline__] = ACTIONS(1362), - [anon_sym___forceinline] = ACTIONS(1362), - [anon_sym_thread_local] = ACTIONS(1362), - [anon_sym___thread] = ACTIONS(1362), - [anon_sym_const] = ACTIONS(1362), - [anon_sym_constexpr] = ACTIONS(1362), - [anon_sym_volatile] = ACTIONS(1362), - [anon_sym_restrict] = ACTIONS(1362), - [anon_sym___restrict__] = ACTIONS(1362), - [anon_sym__Atomic] = ACTIONS(1362), - [anon_sym__Noreturn] = ACTIONS(1362), - [anon_sym_noreturn] = ACTIONS(1362), - [sym_primitive_type] = ACTIONS(1362), - [anon_sym_enum] = ACTIONS(1362), - [anon_sym_struct] = ACTIONS(1362), - [anon_sym_union] = ACTIONS(1362), - [anon_sym_if] = ACTIONS(1362), - [anon_sym_else] = ACTIONS(1362), - [anon_sym_switch] = ACTIONS(1362), - [anon_sym_case] = ACTIONS(1362), - [anon_sym_default] = ACTIONS(1362), - [anon_sym_while] = ACTIONS(1362), - [anon_sym_do] = ACTIONS(1362), - [anon_sym_for] = ACTIONS(1362), - [anon_sym_return] = ACTIONS(1362), - [anon_sym_break] = ACTIONS(1362), - [anon_sym_continue] = ACTIONS(1362), - [anon_sym_goto] = ACTIONS(1362), - [anon_sym___try] = ACTIONS(1362), - [anon_sym___leave] = ACTIONS(1362), - [anon_sym_DASH_DASH] = ACTIONS(1364), - [anon_sym_PLUS_PLUS] = ACTIONS(1364), - [anon_sym_sizeof] = ACTIONS(1362), - [anon_sym___alignof__] = ACTIONS(1362), - [anon_sym___alignof] = ACTIONS(1362), - [anon_sym__alignof] = ACTIONS(1362), - [anon_sym_alignof] = ACTIONS(1362), - [anon_sym__Alignof] = ACTIONS(1362), - [anon_sym_offsetof] = ACTIONS(1362), - [anon_sym__Generic] = ACTIONS(1362), - [anon_sym_asm] = ACTIONS(1362), - [anon_sym___asm__] = ACTIONS(1362), - [sym_number_literal] = ACTIONS(1364), - [anon_sym_L_SQUOTE] = ACTIONS(1364), - [anon_sym_u_SQUOTE] = ACTIONS(1364), - [anon_sym_U_SQUOTE] = ACTIONS(1364), - [anon_sym_u8_SQUOTE] = ACTIONS(1364), - [anon_sym_SQUOTE] = ACTIONS(1364), - [anon_sym_L_DQUOTE] = ACTIONS(1364), - [anon_sym_u_DQUOTE] = ACTIONS(1364), - [anon_sym_U_DQUOTE] = ACTIONS(1364), - [anon_sym_u8_DQUOTE] = ACTIONS(1364), - [anon_sym_DQUOTE] = ACTIONS(1364), - [sym_true] = ACTIONS(1362), - [sym_false] = ACTIONS(1362), - [anon_sym_NULL] = ACTIONS(1362), - [anon_sym_nullptr] = ACTIONS(1362), - [sym_comment] = ACTIONS(3), - }, - [177] = { - [sym_identifier] = ACTIONS(1358), - [aux_sym_preproc_include_token1] = ACTIONS(1358), - [aux_sym_preproc_def_token1] = ACTIONS(1358), - [aux_sym_preproc_if_token1] = ACTIONS(1358), - [aux_sym_preproc_if_token2] = ACTIONS(1358), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1358), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1358), - [aux_sym_preproc_else_token1] = ACTIONS(1358), - [aux_sym_preproc_elif_token1] = ACTIONS(1358), - [sym_preproc_directive] = ACTIONS(1358), - [anon_sym_LPAREN2] = ACTIONS(1360), - [anon_sym_BANG] = ACTIONS(1360), - [anon_sym_TILDE] = ACTIONS(1360), - [anon_sym_DASH] = ACTIONS(1358), - [anon_sym_PLUS] = ACTIONS(1358), - [anon_sym_STAR] = ACTIONS(1360), - [anon_sym_AMP] = ACTIONS(1360), - [anon_sym_SEMI] = ACTIONS(1360), - [anon_sym___extension__] = ACTIONS(1358), - [anon_sym_typedef] = ACTIONS(1358), - [anon_sym_extern] = ACTIONS(1358), - [anon_sym___attribute__] = ACTIONS(1358), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1360), - [anon_sym___declspec] = ACTIONS(1358), - [anon_sym___cdecl] = ACTIONS(1358), - [anon_sym___clrcall] = ACTIONS(1358), - [anon_sym___stdcall] = ACTIONS(1358), - [anon_sym___fastcall] = ACTIONS(1358), - [anon_sym___thiscall] = ACTIONS(1358), - [anon_sym___vectorcall] = ACTIONS(1358), - [anon_sym_LBRACE] = ACTIONS(1360), - [anon_sym_signed] = ACTIONS(1358), - [anon_sym_unsigned] = ACTIONS(1358), - [anon_sym_long] = ACTIONS(1358), - [anon_sym_short] = ACTIONS(1358), - [anon_sym_static] = ACTIONS(1358), - [anon_sym_auto] = ACTIONS(1358), - [anon_sym_register] = ACTIONS(1358), - [anon_sym_inline] = ACTIONS(1358), - [anon_sym___inline] = ACTIONS(1358), - [anon_sym___inline__] = ACTIONS(1358), - [anon_sym___forceinline] = ACTIONS(1358), - [anon_sym_thread_local] = ACTIONS(1358), - [anon_sym___thread] = ACTIONS(1358), - [anon_sym_const] = ACTIONS(1358), - [anon_sym_constexpr] = ACTIONS(1358), - [anon_sym_volatile] = ACTIONS(1358), - [anon_sym_restrict] = ACTIONS(1358), - [anon_sym___restrict__] = ACTIONS(1358), - [anon_sym__Atomic] = ACTIONS(1358), - [anon_sym__Noreturn] = ACTIONS(1358), - [anon_sym_noreturn] = ACTIONS(1358), - [sym_primitive_type] = ACTIONS(1358), - [anon_sym_enum] = ACTIONS(1358), - [anon_sym_struct] = ACTIONS(1358), - [anon_sym_union] = ACTIONS(1358), - [anon_sym_if] = ACTIONS(1358), - [anon_sym_else] = ACTIONS(1358), - [anon_sym_switch] = ACTIONS(1358), - [anon_sym_case] = ACTIONS(1358), - [anon_sym_default] = ACTIONS(1358), - [anon_sym_while] = ACTIONS(1358), - [anon_sym_do] = ACTIONS(1358), - [anon_sym_for] = ACTIONS(1358), - [anon_sym_return] = ACTIONS(1358), - [anon_sym_break] = ACTIONS(1358), - [anon_sym_continue] = ACTIONS(1358), - [anon_sym_goto] = ACTIONS(1358), - [anon_sym___try] = ACTIONS(1358), - [anon_sym___leave] = ACTIONS(1358), - [anon_sym_DASH_DASH] = ACTIONS(1360), - [anon_sym_PLUS_PLUS] = ACTIONS(1360), - [anon_sym_sizeof] = ACTIONS(1358), - [anon_sym___alignof__] = ACTIONS(1358), - [anon_sym___alignof] = ACTIONS(1358), - [anon_sym__alignof] = ACTIONS(1358), - [anon_sym_alignof] = ACTIONS(1358), - [anon_sym__Alignof] = ACTIONS(1358), - [anon_sym_offsetof] = ACTIONS(1358), - [anon_sym__Generic] = ACTIONS(1358), - [anon_sym_asm] = ACTIONS(1358), - [anon_sym___asm__] = ACTIONS(1358), - [sym_number_literal] = ACTIONS(1360), - [anon_sym_L_SQUOTE] = ACTIONS(1360), - [anon_sym_u_SQUOTE] = ACTIONS(1360), - [anon_sym_U_SQUOTE] = ACTIONS(1360), - [anon_sym_u8_SQUOTE] = ACTIONS(1360), - [anon_sym_SQUOTE] = ACTIONS(1360), - [anon_sym_L_DQUOTE] = ACTIONS(1360), - [anon_sym_u_DQUOTE] = ACTIONS(1360), - [anon_sym_U_DQUOTE] = ACTIONS(1360), - [anon_sym_u8_DQUOTE] = ACTIONS(1360), - [anon_sym_DQUOTE] = ACTIONS(1360), - [sym_true] = ACTIONS(1358), - [sym_false] = ACTIONS(1358), - [anon_sym_NULL] = ACTIONS(1358), - [anon_sym_nullptr] = ACTIONS(1358), + [172] = { + [sym_identifier] = ACTIONS(1378), + [aux_sym_preproc_include_token1] = ACTIONS(1378), + [aux_sym_preproc_def_token1] = ACTIONS(1378), + [aux_sym_preproc_if_token1] = ACTIONS(1378), + [aux_sym_preproc_if_token2] = ACTIONS(1378), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1378), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1378), + [aux_sym_preproc_else_token1] = ACTIONS(1378), + [aux_sym_preproc_elif_token1] = ACTIONS(1378), + [sym_preproc_directive] = ACTIONS(1378), + [anon_sym_LPAREN2] = ACTIONS(1380), + [anon_sym_BANG] = ACTIONS(1380), + [anon_sym_TILDE] = ACTIONS(1380), + [anon_sym_DASH] = ACTIONS(1378), + [anon_sym_PLUS] = ACTIONS(1378), + [anon_sym_STAR] = ACTIONS(1380), + [anon_sym_AMP] = ACTIONS(1380), + [anon_sym_SEMI] = ACTIONS(1380), + [anon_sym___extension__] = ACTIONS(1378), + [anon_sym_typedef] = ACTIONS(1378), + [anon_sym_extern] = ACTIONS(1378), + [anon_sym___attribute__] = ACTIONS(1378), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1380), + [anon_sym___declspec] = ACTIONS(1378), + [anon_sym___cdecl] = ACTIONS(1378), + [anon_sym___clrcall] = ACTIONS(1378), + [anon_sym___stdcall] = ACTIONS(1378), + [anon_sym___fastcall] = ACTIONS(1378), + [anon_sym___thiscall] = ACTIONS(1378), + [anon_sym___vectorcall] = ACTIONS(1378), + [anon_sym_LBRACE] = ACTIONS(1380), + [anon_sym_signed] = ACTIONS(1378), + [anon_sym_unsigned] = ACTIONS(1378), + [anon_sym_long] = ACTIONS(1378), + [anon_sym_short] = ACTIONS(1378), + [anon_sym_static] = ACTIONS(1378), + [anon_sym_auto] = ACTIONS(1378), + [anon_sym_register] = ACTIONS(1378), + [anon_sym_inline] = ACTIONS(1378), + [anon_sym___inline] = ACTIONS(1378), + [anon_sym___inline__] = ACTIONS(1378), + [anon_sym___forceinline] = ACTIONS(1378), + [anon_sym_thread_local] = ACTIONS(1378), + [anon_sym___thread] = ACTIONS(1378), + [anon_sym_const] = ACTIONS(1378), + [anon_sym_constexpr] = ACTIONS(1378), + [anon_sym_volatile] = ACTIONS(1378), + [anon_sym_restrict] = ACTIONS(1378), + [anon_sym___restrict__] = ACTIONS(1378), + [anon_sym__Atomic] = ACTIONS(1378), + [anon_sym__Noreturn] = ACTIONS(1378), + [anon_sym_noreturn] = ACTIONS(1378), + [sym_primitive_type] = ACTIONS(1378), + [anon_sym_enum] = ACTIONS(1378), + [anon_sym_struct] = ACTIONS(1378), + [anon_sym_union] = ACTIONS(1378), + [anon_sym_if] = ACTIONS(1378), + [anon_sym_else] = ACTIONS(1378), + [anon_sym_switch] = ACTIONS(1378), + [anon_sym_case] = ACTIONS(1378), + [anon_sym_default] = ACTIONS(1378), + [anon_sym_while] = ACTIONS(1378), + [anon_sym_do] = ACTIONS(1378), + [anon_sym_for] = ACTIONS(1378), + [anon_sym_return] = ACTIONS(1378), + [anon_sym_break] = ACTIONS(1378), + [anon_sym_continue] = ACTIONS(1378), + [anon_sym_goto] = ACTIONS(1378), + [anon_sym___try] = ACTIONS(1378), + [anon_sym___leave] = ACTIONS(1378), + [anon_sym_DASH_DASH] = ACTIONS(1380), + [anon_sym_PLUS_PLUS] = ACTIONS(1380), + [anon_sym_sizeof] = ACTIONS(1378), + [anon_sym___alignof__] = ACTIONS(1378), + [anon_sym___alignof] = ACTIONS(1378), + [anon_sym__alignof] = ACTIONS(1378), + [anon_sym_alignof] = ACTIONS(1378), + [anon_sym__Alignof] = ACTIONS(1378), + [anon_sym_offsetof] = ACTIONS(1378), + [anon_sym__Generic] = ACTIONS(1378), + [anon_sym_asm] = ACTIONS(1378), + [anon_sym___asm__] = ACTIONS(1378), + [sym_number_literal] = ACTIONS(1380), + [anon_sym_L_SQUOTE] = ACTIONS(1380), + [anon_sym_u_SQUOTE] = ACTIONS(1380), + [anon_sym_U_SQUOTE] = ACTIONS(1380), + [anon_sym_u8_SQUOTE] = ACTIONS(1380), + [anon_sym_SQUOTE] = ACTIONS(1380), + [anon_sym_L_DQUOTE] = ACTIONS(1380), + [anon_sym_u_DQUOTE] = ACTIONS(1380), + [anon_sym_U_DQUOTE] = ACTIONS(1380), + [anon_sym_u8_DQUOTE] = ACTIONS(1380), + [anon_sym_DQUOTE] = ACTIONS(1380), + [sym_true] = ACTIONS(1378), + [sym_false] = ACTIONS(1378), + [anon_sym_NULL] = ACTIONS(1378), + [anon_sym_nullptr] = ACTIONS(1378), [sym_comment] = ACTIONS(3), }, - [178] = { + [173] = { [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), [aux_sym_preproc_def_token1] = ACTIONS(1310), @@ -38806,7 +38297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [179] = { + [174] = { [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), [aux_sym_preproc_def_token1] = ACTIONS(1310), @@ -38906,207 +38397,307 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [180] = { - [sym_identifier] = ACTIONS(1298), - [aux_sym_preproc_include_token1] = ACTIONS(1298), - [aux_sym_preproc_def_token1] = ACTIONS(1298), - [aux_sym_preproc_if_token1] = ACTIONS(1298), - [aux_sym_preproc_if_token2] = ACTIONS(1298), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1298), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1298), - [aux_sym_preproc_else_token1] = ACTIONS(1298), - [aux_sym_preproc_elif_token1] = ACTIONS(1298), - [sym_preproc_directive] = ACTIONS(1298), - [anon_sym_LPAREN2] = ACTIONS(1300), - [anon_sym_BANG] = ACTIONS(1300), - [anon_sym_TILDE] = ACTIONS(1300), - [anon_sym_DASH] = ACTIONS(1298), - [anon_sym_PLUS] = ACTIONS(1298), - [anon_sym_STAR] = ACTIONS(1300), - [anon_sym_AMP] = ACTIONS(1300), - [anon_sym_SEMI] = ACTIONS(1300), - [anon_sym___extension__] = ACTIONS(1298), - [anon_sym_typedef] = ACTIONS(1298), - [anon_sym_extern] = ACTIONS(1298), - [anon_sym___attribute__] = ACTIONS(1298), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1300), - [anon_sym___declspec] = ACTIONS(1298), - [anon_sym___cdecl] = ACTIONS(1298), - [anon_sym___clrcall] = ACTIONS(1298), - [anon_sym___stdcall] = ACTIONS(1298), - [anon_sym___fastcall] = ACTIONS(1298), - [anon_sym___thiscall] = ACTIONS(1298), - [anon_sym___vectorcall] = ACTIONS(1298), - [anon_sym_LBRACE] = ACTIONS(1300), - [anon_sym_signed] = ACTIONS(1298), - [anon_sym_unsigned] = ACTIONS(1298), - [anon_sym_long] = ACTIONS(1298), - [anon_sym_short] = ACTIONS(1298), - [anon_sym_static] = ACTIONS(1298), - [anon_sym_auto] = ACTIONS(1298), - [anon_sym_register] = ACTIONS(1298), - [anon_sym_inline] = ACTIONS(1298), - [anon_sym___inline] = ACTIONS(1298), - [anon_sym___inline__] = ACTIONS(1298), - [anon_sym___forceinline] = ACTIONS(1298), - [anon_sym_thread_local] = ACTIONS(1298), - [anon_sym___thread] = ACTIONS(1298), - [anon_sym_const] = ACTIONS(1298), - [anon_sym_constexpr] = ACTIONS(1298), - [anon_sym_volatile] = ACTIONS(1298), - [anon_sym_restrict] = ACTIONS(1298), - [anon_sym___restrict__] = ACTIONS(1298), - [anon_sym__Atomic] = ACTIONS(1298), - [anon_sym__Noreturn] = ACTIONS(1298), - [anon_sym_noreturn] = ACTIONS(1298), - [sym_primitive_type] = ACTIONS(1298), - [anon_sym_enum] = ACTIONS(1298), - [anon_sym_struct] = ACTIONS(1298), - [anon_sym_union] = ACTIONS(1298), - [anon_sym_if] = ACTIONS(1298), - [anon_sym_else] = ACTIONS(1298), - [anon_sym_switch] = ACTIONS(1298), - [anon_sym_case] = ACTIONS(1298), - [anon_sym_default] = ACTIONS(1298), - [anon_sym_while] = ACTIONS(1298), - [anon_sym_do] = ACTIONS(1298), - [anon_sym_for] = ACTIONS(1298), - [anon_sym_return] = ACTIONS(1298), - [anon_sym_break] = ACTIONS(1298), - [anon_sym_continue] = ACTIONS(1298), - [anon_sym_goto] = ACTIONS(1298), - [anon_sym___try] = ACTIONS(1298), - [anon_sym___leave] = ACTIONS(1298), - [anon_sym_DASH_DASH] = ACTIONS(1300), - [anon_sym_PLUS_PLUS] = ACTIONS(1300), - [anon_sym_sizeof] = ACTIONS(1298), - [anon_sym___alignof__] = ACTIONS(1298), - [anon_sym___alignof] = ACTIONS(1298), - [anon_sym__alignof] = ACTIONS(1298), - [anon_sym_alignof] = ACTIONS(1298), - [anon_sym__Alignof] = ACTIONS(1298), - [anon_sym_offsetof] = ACTIONS(1298), - [anon_sym__Generic] = ACTIONS(1298), - [anon_sym_asm] = ACTIONS(1298), - [anon_sym___asm__] = ACTIONS(1298), - [sym_number_literal] = ACTIONS(1300), - [anon_sym_L_SQUOTE] = ACTIONS(1300), - [anon_sym_u_SQUOTE] = ACTIONS(1300), - [anon_sym_U_SQUOTE] = ACTIONS(1300), - [anon_sym_u8_SQUOTE] = ACTIONS(1300), - [anon_sym_SQUOTE] = ACTIONS(1300), - [anon_sym_L_DQUOTE] = ACTIONS(1300), - [anon_sym_u_DQUOTE] = ACTIONS(1300), - [anon_sym_U_DQUOTE] = ACTIONS(1300), - [anon_sym_u8_DQUOTE] = ACTIONS(1300), - [anon_sym_DQUOTE] = ACTIONS(1300), - [sym_true] = ACTIONS(1298), - [sym_false] = ACTIONS(1298), - [anon_sym_NULL] = ACTIONS(1298), - [anon_sym_nullptr] = ACTIONS(1298), + [175] = { + [sym_identifier] = ACTIONS(1338), + [aux_sym_preproc_include_token1] = ACTIONS(1338), + [aux_sym_preproc_def_token1] = ACTIONS(1338), + [aux_sym_preproc_if_token1] = ACTIONS(1338), + [aux_sym_preproc_if_token2] = ACTIONS(1338), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1338), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1338), + [aux_sym_preproc_else_token1] = ACTIONS(1338), + [aux_sym_preproc_elif_token1] = ACTIONS(1338), + [sym_preproc_directive] = ACTIONS(1338), + [anon_sym_LPAREN2] = ACTIONS(1340), + [anon_sym_BANG] = ACTIONS(1340), + [anon_sym_TILDE] = ACTIONS(1340), + [anon_sym_DASH] = ACTIONS(1338), + [anon_sym_PLUS] = ACTIONS(1338), + [anon_sym_STAR] = ACTIONS(1340), + [anon_sym_AMP] = ACTIONS(1340), + [anon_sym_SEMI] = ACTIONS(1340), + [anon_sym___extension__] = ACTIONS(1338), + [anon_sym_typedef] = ACTIONS(1338), + [anon_sym_extern] = ACTIONS(1338), + [anon_sym___attribute__] = ACTIONS(1338), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1340), + [anon_sym___declspec] = ACTIONS(1338), + [anon_sym___cdecl] = ACTIONS(1338), + [anon_sym___clrcall] = ACTIONS(1338), + [anon_sym___stdcall] = ACTIONS(1338), + [anon_sym___fastcall] = ACTIONS(1338), + [anon_sym___thiscall] = ACTIONS(1338), + [anon_sym___vectorcall] = ACTIONS(1338), + [anon_sym_LBRACE] = ACTIONS(1340), + [anon_sym_signed] = ACTIONS(1338), + [anon_sym_unsigned] = ACTIONS(1338), + [anon_sym_long] = ACTIONS(1338), + [anon_sym_short] = ACTIONS(1338), + [anon_sym_static] = ACTIONS(1338), + [anon_sym_auto] = ACTIONS(1338), + [anon_sym_register] = ACTIONS(1338), + [anon_sym_inline] = ACTIONS(1338), + [anon_sym___inline] = ACTIONS(1338), + [anon_sym___inline__] = ACTIONS(1338), + [anon_sym___forceinline] = ACTIONS(1338), + [anon_sym_thread_local] = ACTIONS(1338), + [anon_sym___thread] = ACTIONS(1338), + [anon_sym_const] = ACTIONS(1338), + [anon_sym_constexpr] = ACTIONS(1338), + [anon_sym_volatile] = ACTIONS(1338), + [anon_sym_restrict] = ACTIONS(1338), + [anon_sym___restrict__] = ACTIONS(1338), + [anon_sym__Atomic] = ACTIONS(1338), + [anon_sym__Noreturn] = ACTIONS(1338), + [anon_sym_noreturn] = ACTIONS(1338), + [sym_primitive_type] = ACTIONS(1338), + [anon_sym_enum] = ACTIONS(1338), + [anon_sym_struct] = ACTIONS(1338), + [anon_sym_union] = ACTIONS(1338), + [anon_sym_if] = ACTIONS(1338), + [anon_sym_else] = ACTIONS(1338), + [anon_sym_switch] = ACTIONS(1338), + [anon_sym_case] = ACTIONS(1338), + [anon_sym_default] = ACTIONS(1338), + [anon_sym_while] = ACTIONS(1338), + [anon_sym_do] = ACTIONS(1338), + [anon_sym_for] = ACTIONS(1338), + [anon_sym_return] = ACTIONS(1338), + [anon_sym_break] = ACTIONS(1338), + [anon_sym_continue] = ACTIONS(1338), + [anon_sym_goto] = ACTIONS(1338), + [anon_sym___try] = ACTIONS(1338), + [anon_sym___leave] = ACTIONS(1338), + [anon_sym_DASH_DASH] = ACTIONS(1340), + [anon_sym_PLUS_PLUS] = ACTIONS(1340), + [anon_sym_sizeof] = ACTIONS(1338), + [anon_sym___alignof__] = ACTIONS(1338), + [anon_sym___alignof] = ACTIONS(1338), + [anon_sym__alignof] = ACTIONS(1338), + [anon_sym_alignof] = ACTIONS(1338), + [anon_sym__Alignof] = ACTIONS(1338), + [anon_sym_offsetof] = ACTIONS(1338), + [anon_sym__Generic] = ACTIONS(1338), + [anon_sym_asm] = ACTIONS(1338), + [anon_sym___asm__] = ACTIONS(1338), + [sym_number_literal] = ACTIONS(1340), + [anon_sym_L_SQUOTE] = ACTIONS(1340), + [anon_sym_u_SQUOTE] = ACTIONS(1340), + [anon_sym_U_SQUOTE] = ACTIONS(1340), + [anon_sym_u8_SQUOTE] = ACTIONS(1340), + [anon_sym_SQUOTE] = ACTIONS(1340), + [anon_sym_L_DQUOTE] = ACTIONS(1340), + [anon_sym_u_DQUOTE] = ACTIONS(1340), + [anon_sym_U_DQUOTE] = ACTIONS(1340), + [anon_sym_u8_DQUOTE] = ACTIONS(1340), + [anon_sym_DQUOTE] = ACTIONS(1340), + [sym_true] = ACTIONS(1338), + [sym_false] = ACTIONS(1338), + [anon_sym_NULL] = ACTIONS(1338), + [anon_sym_nullptr] = ACTIONS(1338), [sym_comment] = ACTIONS(3), }, - [181] = { - [sym_identifier] = ACTIONS(1330), - [aux_sym_preproc_include_token1] = ACTIONS(1330), - [aux_sym_preproc_def_token1] = ACTIONS(1330), - [aux_sym_preproc_if_token1] = ACTIONS(1330), - [aux_sym_preproc_if_token2] = ACTIONS(1330), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1330), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1330), - [aux_sym_preproc_else_token1] = ACTIONS(1330), - [aux_sym_preproc_elif_token1] = ACTIONS(1330), - [sym_preproc_directive] = ACTIONS(1330), - [anon_sym_LPAREN2] = ACTIONS(1332), - [anon_sym_BANG] = ACTIONS(1332), - [anon_sym_TILDE] = ACTIONS(1332), - [anon_sym_DASH] = ACTIONS(1330), - [anon_sym_PLUS] = ACTIONS(1330), - [anon_sym_STAR] = ACTIONS(1332), - [anon_sym_AMP] = ACTIONS(1332), - [anon_sym_SEMI] = ACTIONS(1332), - [anon_sym___extension__] = ACTIONS(1330), - [anon_sym_typedef] = ACTIONS(1330), - [anon_sym_extern] = ACTIONS(1330), - [anon_sym___attribute__] = ACTIONS(1330), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1332), - [anon_sym___declspec] = ACTIONS(1330), - [anon_sym___cdecl] = ACTIONS(1330), - [anon_sym___clrcall] = ACTIONS(1330), - [anon_sym___stdcall] = ACTIONS(1330), - [anon_sym___fastcall] = ACTIONS(1330), - [anon_sym___thiscall] = ACTIONS(1330), - [anon_sym___vectorcall] = ACTIONS(1330), - [anon_sym_LBRACE] = ACTIONS(1332), - [anon_sym_signed] = ACTIONS(1330), - [anon_sym_unsigned] = ACTIONS(1330), - [anon_sym_long] = ACTIONS(1330), - [anon_sym_short] = ACTIONS(1330), - [anon_sym_static] = ACTIONS(1330), - [anon_sym_auto] = ACTIONS(1330), - [anon_sym_register] = ACTIONS(1330), - [anon_sym_inline] = ACTIONS(1330), - [anon_sym___inline] = ACTIONS(1330), - [anon_sym___inline__] = ACTIONS(1330), - [anon_sym___forceinline] = ACTIONS(1330), - [anon_sym_thread_local] = ACTIONS(1330), - [anon_sym___thread] = ACTIONS(1330), - [anon_sym_const] = ACTIONS(1330), - [anon_sym_constexpr] = ACTIONS(1330), - [anon_sym_volatile] = ACTIONS(1330), - [anon_sym_restrict] = ACTIONS(1330), - [anon_sym___restrict__] = ACTIONS(1330), - [anon_sym__Atomic] = ACTIONS(1330), - [anon_sym__Noreturn] = ACTIONS(1330), - [anon_sym_noreturn] = ACTIONS(1330), - [sym_primitive_type] = ACTIONS(1330), - [anon_sym_enum] = ACTIONS(1330), - [anon_sym_struct] = ACTIONS(1330), - [anon_sym_union] = ACTIONS(1330), - [anon_sym_if] = ACTIONS(1330), - [anon_sym_else] = ACTIONS(1330), - [anon_sym_switch] = ACTIONS(1330), - [anon_sym_case] = ACTIONS(1330), - [anon_sym_default] = ACTIONS(1330), - [anon_sym_while] = ACTIONS(1330), - [anon_sym_do] = ACTIONS(1330), - [anon_sym_for] = ACTIONS(1330), - [anon_sym_return] = ACTIONS(1330), - [anon_sym_break] = ACTIONS(1330), - [anon_sym_continue] = ACTIONS(1330), - [anon_sym_goto] = ACTIONS(1330), - [anon_sym___try] = ACTIONS(1330), - [anon_sym___leave] = ACTIONS(1330), - [anon_sym_DASH_DASH] = ACTIONS(1332), - [anon_sym_PLUS_PLUS] = ACTIONS(1332), - [anon_sym_sizeof] = ACTIONS(1330), - [anon_sym___alignof__] = ACTIONS(1330), - [anon_sym___alignof] = ACTIONS(1330), - [anon_sym__alignof] = ACTIONS(1330), - [anon_sym_alignof] = ACTIONS(1330), - [anon_sym__Alignof] = ACTIONS(1330), - [anon_sym_offsetof] = ACTIONS(1330), - [anon_sym__Generic] = ACTIONS(1330), - [anon_sym_asm] = ACTIONS(1330), - [anon_sym___asm__] = ACTIONS(1330), - [sym_number_literal] = ACTIONS(1332), - [anon_sym_L_SQUOTE] = ACTIONS(1332), - [anon_sym_u_SQUOTE] = ACTIONS(1332), - [anon_sym_U_SQUOTE] = ACTIONS(1332), - [anon_sym_u8_SQUOTE] = ACTIONS(1332), - [anon_sym_SQUOTE] = ACTIONS(1332), - [anon_sym_L_DQUOTE] = ACTIONS(1332), - [anon_sym_u_DQUOTE] = ACTIONS(1332), - [anon_sym_U_DQUOTE] = ACTIONS(1332), - [anon_sym_u8_DQUOTE] = ACTIONS(1332), - [anon_sym_DQUOTE] = ACTIONS(1332), - [sym_true] = ACTIONS(1330), - [sym_false] = ACTIONS(1330), - [anon_sym_NULL] = ACTIONS(1330), - [anon_sym_nullptr] = ACTIONS(1330), + [176] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token2] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [aux_sym_preproc_else_token1] = ACTIONS(1350), + [aux_sym_preproc_elif_token1] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym___try] = ACTIONS(1350), + [anon_sym___leave] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), }, - [182] = { + [177] = { + [sym_identifier] = ACTIONS(1308), + [aux_sym_preproc_include_token1] = ACTIONS(1308), + [aux_sym_preproc_def_token1] = ACTIONS(1308), + [aux_sym_preproc_if_token1] = ACTIONS(1308), + [aux_sym_preproc_if_token2] = ACTIONS(1308), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1308), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1308), + [aux_sym_preproc_else_token1] = ACTIONS(1308), + [aux_sym_preproc_elif_token1] = ACTIONS(1308), + [sym_preproc_directive] = ACTIONS(1308), + [anon_sym_LPAREN2] = ACTIONS(1306), + [anon_sym_BANG] = ACTIONS(1306), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1308), + [anon_sym_PLUS] = ACTIONS(1308), + [anon_sym_STAR] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1306), + [anon_sym_SEMI] = ACTIONS(1306), + [anon_sym___extension__] = ACTIONS(1308), + [anon_sym_typedef] = ACTIONS(1308), + [anon_sym_extern] = ACTIONS(1308), + [anon_sym___attribute__] = ACTIONS(1308), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1306), + [anon_sym___declspec] = ACTIONS(1308), + [anon_sym___cdecl] = ACTIONS(1308), + [anon_sym___clrcall] = ACTIONS(1308), + [anon_sym___stdcall] = ACTIONS(1308), + [anon_sym___fastcall] = ACTIONS(1308), + [anon_sym___thiscall] = ACTIONS(1308), + [anon_sym___vectorcall] = ACTIONS(1308), + [anon_sym_LBRACE] = ACTIONS(1306), + [anon_sym_signed] = ACTIONS(1308), + [anon_sym_unsigned] = ACTIONS(1308), + [anon_sym_long] = ACTIONS(1308), + [anon_sym_short] = ACTIONS(1308), + [anon_sym_static] = ACTIONS(1308), + [anon_sym_auto] = ACTIONS(1308), + [anon_sym_register] = ACTIONS(1308), + [anon_sym_inline] = ACTIONS(1308), + [anon_sym___inline] = ACTIONS(1308), + [anon_sym___inline__] = ACTIONS(1308), + [anon_sym___forceinline] = ACTIONS(1308), + [anon_sym_thread_local] = ACTIONS(1308), + [anon_sym___thread] = ACTIONS(1308), + [anon_sym_const] = ACTIONS(1308), + [anon_sym_constexpr] = ACTIONS(1308), + [anon_sym_volatile] = ACTIONS(1308), + [anon_sym_restrict] = ACTIONS(1308), + [anon_sym___restrict__] = ACTIONS(1308), + [anon_sym__Atomic] = ACTIONS(1308), + [anon_sym__Noreturn] = ACTIONS(1308), + [anon_sym_noreturn] = ACTIONS(1308), + [sym_primitive_type] = ACTIONS(1308), + [anon_sym_enum] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1308), + [anon_sym_union] = ACTIONS(1308), + [anon_sym_if] = ACTIONS(1308), + [anon_sym_else] = ACTIONS(1308), + [anon_sym_switch] = ACTIONS(1308), + [anon_sym_case] = ACTIONS(1308), + [anon_sym_default] = ACTIONS(1308), + [anon_sym_while] = ACTIONS(1308), + [anon_sym_do] = ACTIONS(1308), + [anon_sym_for] = ACTIONS(1308), + [anon_sym_return] = ACTIONS(1308), + [anon_sym_break] = ACTIONS(1308), + [anon_sym_continue] = ACTIONS(1308), + [anon_sym_goto] = ACTIONS(1308), + [anon_sym___try] = ACTIONS(1308), + [anon_sym___leave] = ACTIONS(1308), + [anon_sym_DASH_DASH] = ACTIONS(1306), + [anon_sym_PLUS_PLUS] = ACTIONS(1306), + [anon_sym_sizeof] = ACTIONS(1308), + [anon_sym___alignof__] = ACTIONS(1308), + [anon_sym___alignof] = ACTIONS(1308), + [anon_sym__alignof] = ACTIONS(1308), + [anon_sym_alignof] = ACTIONS(1308), + [anon_sym__Alignof] = ACTIONS(1308), + [anon_sym_offsetof] = ACTIONS(1308), + [anon_sym__Generic] = ACTIONS(1308), + [anon_sym_asm] = ACTIONS(1308), + [anon_sym___asm__] = ACTIONS(1308), + [sym_number_literal] = ACTIONS(1306), + [anon_sym_L_SQUOTE] = ACTIONS(1306), + [anon_sym_u_SQUOTE] = ACTIONS(1306), + [anon_sym_U_SQUOTE] = ACTIONS(1306), + [anon_sym_u8_SQUOTE] = ACTIONS(1306), + [anon_sym_SQUOTE] = ACTIONS(1306), + [anon_sym_L_DQUOTE] = ACTIONS(1306), + [anon_sym_u_DQUOTE] = ACTIONS(1306), + [anon_sym_U_DQUOTE] = ACTIONS(1306), + [anon_sym_u8_DQUOTE] = ACTIONS(1306), + [anon_sym_DQUOTE] = ACTIONS(1306), + [sym_true] = ACTIONS(1308), + [sym_false] = ACTIONS(1308), + [anon_sym_NULL] = ACTIONS(1308), + [anon_sym_nullptr] = ACTIONS(1308), + [sym_comment] = ACTIONS(3), + }, + [178] = { [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), [aux_sym_preproc_def_token1] = ACTIONS(1310), @@ -39206,507 +38797,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [183] = { - [sym_identifier] = ACTIONS(1310), - [aux_sym_preproc_include_token1] = ACTIONS(1310), - [aux_sym_preproc_def_token1] = ACTIONS(1310), - [aux_sym_preproc_if_token1] = ACTIONS(1310), - [aux_sym_preproc_if_token2] = ACTIONS(1310), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1310), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1310), - [aux_sym_preproc_else_token1] = ACTIONS(1310), - [aux_sym_preproc_elif_token1] = ACTIONS(1310), - [sym_preproc_directive] = ACTIONS(1310), - [anon_sym_LPAREN2] = ACTIONS(1312), - [anon_sym_BANG] = ACTIONS(1312), - [anon_sym_TILDE] = ACTIONS(1312), - [anon_sym_DASH] = ACTIONS(1310), - [anon_sym_PLUS] = ACTIONS(1310), - [anon_sym_STAR] = ACTIONS(1312), - [anon_sym_AMP] = ACTIONS(1312), - [anon_sym_SEMI] = ACTIONS(1312), - [anon_sym___extension__] = ACTIONS(1310), - [anon_sym_typedef] = ACTIONS(1310), - [anon_sym_extern] = ACTIONS(1310), - [anon_sym___attribute__] = ACTIONS(1310), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1312), - [anon_sym___declspec] = ACTIONS(1310), - [anon_sym___cdecl] = ACTIONS(1310), - [anon_sym___clrcall] = ACTIONS(1310), - [anon_sym___stdcall] = ACTIONS(1310), - [anon_sym___fastcall] = ACTIONS(1310), - [anon_sym___thiscall] = ACTIONS(1310), - [anon_sym___vectorcall] = ACTIONS(1310), - [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_signed] = ACTIONS(1310), - [anon_sym_unsigned] = ACTIONS(1310), - [anon_sym_long] = ACTIONS(1310), - [anon_sym_short] = ACTIONS(1310), - [anon_sym_static] = ACTIONS(1310), - [anon_sym_auto] = ACTIONS(1310), - [anon_sym_register] = ACTIONS(1310), - [anon_sym_inline] = ACTIONS(1310), - [anon_sym___inline] = ACTIONS(1310), - [anon_sym___inline__] = ACTIONS(1310), - [anon_sym___forceinline] = ACTIONS(1310), - [anon_sym_thread_local] = ACTIONS(1310), - [anon_sym___thread] = ACTIONS(1310), - [anon_sym_const] = ACTIONS(1310), - [anon_sym_constexpr] = ACTIONS(1310), - [anon_sym_volatile] = ACTIONS(1310), - [anon_sym_restrict] = ACTIONS(1310), - [anon_sym___restrict__] = ACTIONS(1310), - [anon_sym__Atomic] = ACTIONS(1310), - [anon_sym__Noreturn] = ACTIONS(1310), - [anon_sym_noreturn] = ACTIONS(1310), - [sym_primitive_type] = ACTIONS(1310), - [anon_sym_enum] = ACTIONS(1310), - [anon_sym_struct] = ACTIONS(1310), - [anon_sym_union] = ACTIONS(1310), - [anon_sym_if] = ACTIONS(1310), - [anon_sym_else] = ACTIONS(1310), - [anon_sym_switch] = ACTIONS(1310), - [anon_sym_case] = ACTIONS(1310), - [anon_sym_default] = ACTIONS(1310), - [anon_sym_while] = ACTIONS(1310), - [anon_sym_do] = ACTIONS(1310), - [anon_sym_for] = ACTIONS(1310), - [anon_sym_return] = ACTIONS(1310), - [anon_sym_break] = ACTIONS(1310), - [anon_sym_continue] = ACTIONS(1310), - [anon_sym_goto] = ACTIONS(1310), - [anon_sym___try] = ACTIONS(1310), - [anon_sym___leave] = ACTIONS(1310), - [anon_sym_DASH_DASH] = ACTIONS(1312), - [anon_sym_PLUS_PLUS] = ACTIONS(1312), - [anon_sym_sizeof] = ACTIONS(1310), - [anon_sym___alignof__] = ACTIONS(1310), - [anon_sym___alignof] = ACTIONS(1310), - [anon_sym__alignof] = ACTIONS(1310), - [anon_sym_alignof] = ACTIONS(1310), - [anon_sym__Alignof] = ACTIONS(1310), - [anon_sym_offsetof] = ACTIONS(1310), - [anon_sym__Generic] = ACTIONS(1310), - [anon_sym_asm] = ACTIONS(1310), - [anon_sym___asm__] = ACTIONS(1310), - [sym_number_literal] = ACTIONS(1312), - [anon_sym_L_SQUOTE] = ACTIONS(1312), - [anon_sym_u_SQUOTE] = ACTIONS(1312), - [anon_sym_U_SQUOTE] = ACTIONS(1312), - [anon_sym_u8_SQUOTE] = ACTIONS(1312), - [anon_sym_SQUOTE] = ACTIONS(1312), - [anon_sym_L_DQUOTE] = ACTIONS(1312), - [anon_sym_u_DQUOTE] = ACTIONS(1312), - [anon_sym_U_DQUOTE] = ACTIONS(1312), - [anon_sym_u8_DQUOTE] = ACTIONS(1312), - [anon_sym_DQUOTE] = ACTIONS(1312), - [sym_true] = ACTIONS(1310), - [sym_false] = ACTIONS(1310), - [anon_sym_NULL] = ACTIONS(1310), - [anon_sym_nullptr] = ACTIONS(1310), - [sym_comment] = ACTIONS(3), - }, - [184] = { - [sym_identifier] = ACTIONS(1326), - [aux_sym_preproc_include_token1] = ACTIONS(1326), - [aux_sym_preproc_def_token1] = ACTIONS(1326), - [aux_sym_preproc_if_token1] = ACTIONS(1326), - [aux_sym_preproc_if_token2] = ACTIONS(1326), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1326), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1326), - [aux_sym_preproc_else_token1] = ACTIONS(1326), - [aux_sym_preproc_elif_token1] = ACTIONS(1326), - [sym_preproc_directive] = ACTIONS(1326), - [anon_sym_LPAREN2] = ACTIONS(1328), - [anon_sym_BANG] = ACTIONS(1328), - [anon_sym_TILDE] = ACTIONS(1328), - [anon_sym_DASH] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1326), - [anon_sym_STAR] = ACTIONS(1328), - [anon_sym_AMP] = ACTIONS(1328), - [anon_sym_SEMI] = ACTIONS(1328), - [anon_sym___extension__] = ACTIONS(1326), - [anon_sym_typedef] = ACTIONS(1326), - [anon_sym_extern] = ACTIONS(1326), - [anon_sym___attribute__] = ACTIONS(1326), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1328), - [anon_sym___declspec] = ACTIONS(1326), - [anon_sym___cdecl] = ACTIONS(1326), - [anon_sym___clrcall] = ACTIONS(1326), - [anon_sym___stdcall] = ACTIONS(1326), - [anon_sym___fastcall] = ACTIONS(1326), - [anon_sym___thiscall] = ACTIONS(1326), - [anon_sym___vectorcall] = ACTIONS(1326), - [anon_sym_LBRACE] = ACTIONS(1328), - [anon_sym_signed] = ACTIONS(1326), - [anon_sym_unsigned] = ACTIONS(1326), - [anon_sym_long] = ACTIONS(1326), - [anon_sym_short] = ACTIONS(1326), - [anon_sym_static] = ACTIONS(1326), - [anon_sym_auto] = ACTIONS(1326), - [anon_sym_register] = ACTIONS(1326), - [anon_sym_inline] = ACTIONS(1326), - [anon_sym___inline] = ACTIONS(1326), - [anon_sym___inline__] = ACTIONS(1326), - [anon_sym___forceinline] = ACTIONS(1326), - [anon_sym_thread_local] = ACTIONS(1326), - [anon_sym___thread] = ACTIONS(1326), - [anon_sym_const] = ACTIONS(1326), - [anon_sym_constexpr] = ACTIONS(1326), - [anon_sym_volatile] = ACTIONS(1326), - [anon_sym_restrict] = ACTIONS(1326), - [anon_sym___restrict__] = ACTIONS(1326), - [anon_sym__Atomic] = ACTIONS(1326), - [anon_sym__Noreturn] = ACTIONS(1326), - [anon_sym_noreturn] = ACTIONS(1326), - [sym_primitive_type] = ACTIONS(1326), - [anon_sym_enum] = ACTIONS(1326), - [anon_sym_struct] = ACTIONS(1326), - [anon_sym_union] = ACTIONS(1326), - [anon_sym_if] = ACTIONS(1326), - [anon_sym_else] = ACTIONS(1326), - [anon_sym_switch] = ACTIONS(1326), - [anon_sym_case] = ACTIONS(1326), - [anon_sym_default] = ACTIONS(1326), - [anon_sym_while] = ACTIONS(1326), - [anon_sym_do] = ACTIONS(1326), - [anon_sym_for] = ACTIONS(1326), - [anon_sym_return] = ACTIONS(1326), - [anon_sym_break] = ACTIONS(1326), - [anon_sym_continue] = ACTIONS(1326), - [anon_sym_goto] = ACTIONS(1326), - [anon_sym___try] = ACTIONS(1326), - [anon_sym___leave] = ACTIONS(1326), - [anon_sym_DASH_DASH] = ACTIONS(1328), - [anon_sym_PLUS_PLUS] = ACTIONS(1328), - [anon_sym_sizeof] = ACTIONS(1326), - [anon_sym___alignof__] = ACTIONS(1326), - [anon_sym___alignof] = ACTIONS(1326), - [anon_sym__alignof] = ACTIONS(1326), - [anon_sym_alignof] = ACTIONS(1326), - [anon_sym__Alignof] = ACTIONS(1326), - [anon_sym_offsetof] = ACTIONS(1326), - [anon_sym__Generic] = ACTIONS(1326), - [anon_sym_asm] = ACTIONS(1326), - [anon_sym___asm__] = ACTIONS(1326), - [sym_number_literal] = ACTIONS(1328), - [anon_sym_L_SQUOTE] = ACTIONS(1328), - [anon_sym_u_SQUOTE] = ACTIONS(1328), - [anon_sym_U_SQUOTE] = ACTIONS(1328), - [anon_sym_u8_SQUOTE] = ACTIONS(1328), - [anon_sym_SQUOTE] = ACTIONS(1328), - [anon_sym_L_DQUOTE] = ACTIONS(1328), - [anon_sym_u_DQUOTE] = ACTIONS(1328), - [anon_sym_U_DQUOTE] = ACTIONS(1328), - [anon_sym_u8_DQUOTE] = ACTIONS(1328), - [anon_sym_DQUOTE] = ACTIONS(1328), - [sym_true] = ACTIONS(1326), - [sym_false] = ACTIONS(1326), - [anon_sym_NULL] = ACTIONS(1326), - [anon_sym_nullptr] = ACTIONS(1326), - [sym_comment] = ACTIONS(3), - }, - [185] = { - [sym_identifier] = ACTIONS(1310), - [aux_sym_preproc_include_token1] = ACTIONS(1310), - [aux_sym_preproc_def_token1] = ACTIONS(1310), - [aux_sym_preproc_if_token1] = ACTIONS(1310), - [aux_sym_preproc_if_token2] = ACTIONS(1310), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1310), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1310), - [aux_sym_preproc_else_token1] = ACTIONS(1310), - [aux_sym_preproc_elif_token1] = ACTIONS(1310), - [sym_preproc_directive] = ACTIONS(1310), - [anon_sym_LPAREN2] = ACTIONS(1312), - [anon_sym_BANG] = ACTIONS(1312), - [anon_sym_TILDE] = ACTIONS(1312), - [anon_sym_DASH] = ACTIONS(1310), - [anon_sym_PLUS] = ACTIONS(1310), - [anon_sym_STAR] = ACTIONS(1312), - [anon_sym_AMP] = ACTIONS(1312), - [anon_sym_SEMI] = ACTIONS(1312), - [anon_sym___extension__] = ACTIONS(1310), - [anon_sym_typedef] = ACTIONS(1310), - [anon_sym_extern] = ACTIONS(1310), - [anon_sym___attribute__] = ACTIONS(1310), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1312), - [anon_sym___declspec] = ACTIONS(1310), - [anon_sym___cdecl] = ACTIONS(1310), - [anon_sym___clrcall] = ACTIONS(1310), - [anon_sym___stdcall] = ACTIONS(1310), - [anon_sym___fastcall] = ACTIONS(1310), - [anon_sym___thiscall] = ACTIONS(1310), - [anon_sym___vectorcall] = ACTIONS(1310), - [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_signed] = ACTIONS(1310), - [anon_sym_unsigned] = ACTIONS(1310), - [anon_sym_long] = ACTIONS(1310), - [anon_sym_short] = ACTIONS(1310), - [anon_sym_static] = ACTIONS(1310), - [anon_sym_auto] = ACTIONS(1310), - [anon_sym_register] = ACTIONS(1310), - [anon_sym_inline] = ACTIONS(1310), - [anon_sym___inline] = ACTIONS(1310), - [anon_sym___inline__] = ACTIONS(1310), - [anon_sym___forceinline] = ACTIONS(1310), - [anon_sym_thread_local] = ACTIONS(1310), - [anon_sym___thread] = ACTIONS(1310), - [anon_sym_const] = ACTIONS(1310), - [anon_sym_constexpr] = ACTIONS(1310), - [anon_sym_volatile] = ACTIONS(1310), - [anon_sym_restrict] = ACTIONS(1310), - [anon_sym___restrict__] = ACTIONS(1310), - [anon_sym__Atomic] = ACTIONS(1310), - [anon_sym__Noreturn] = ACTIONS(1310), - [anon_sym_noreturn] = ACTIONS(1310), - [sym_primitive_type] = ACTIONS(1310), - [anon_sym_enum] = ACTIONS(1310), - [anon_sym_struct] = ACTIONS(1310), - [anon_sym_union] = ACTIONS(1310), - [anon_sym_if] = ACTIONS(1310), - [anon_sym_else] = ACTIONS(1310), - [anon_sym_switch] = ACTIONS(1310), - [anon_sym_case] = ACTIONS(1310), - [anon_sym_default] = ACTIONS(1310), - [anon_sym_while] = ACTIONS(1310), - [anon_sym_do] = ACTIONS(1310), - [anon_sym_for] = ACTIONS(1310), - [anon_sym_return] = ACTIONS(1310), - [anon_sym_break] = ACTIONS(1310), - [anon_sym_continue] = ACTIONS(1310), - [anon_sym_goto] = ACTIONS(1310), - [anon_sym___try] = ACTIONS(1310), - [anon_sym___leave] = ACTIONS(1310), - [anon_sym_DASH_DASH] = ACTIONS(1312), - [anon_sym_PLUS_PLUS] = ACTIONS(1312), - [anon_sym_sizeof] = ACTIONS(1310), - [anon_sym___alignof__] = ACTIONS(1310), - [anon_sym___alignof] = ACTIONS(1310), - [anon_sym__alignof] = ACTIONS(1310), - [anon_sym_alignof] = ACTIONS(1310), - [anon_sym__Alignof] = ACTIONS(1310), - [anon_sym_offsetof] = ACTIONS(1310), - [anon_sym__Generic] = ACTIONS(1310), - [anon_sym_asm] = ACTIONS(1310), - [anon_sym___asm__] = ACTIONS(1310), - [sym_number_literal] = ACTIONS(1312), - [anon_sym_L_SQUOTE] = ACTIONS(1312), - [anon_sym_u_SQUOTE] = ACTIONS(1312), - [anon_sym_U_SQUOTE] = ACTIONS(1312), - [anon_sym_u8_SQUOTE] = ACTIONS(1312), - [anon_sym_SQUOTE] = ACTIONS(1312), - [anon_sym_L_DQUOTE] = ACTIONS(1312), - [anon_sym_u_DQUOTE] = ACTIONS(1312), - [anon_sym_U_DQUOTE] = ACTIONS(1312), - [anon_sym_u8_DQUOTE] = ACTIONS(1312), - [anon_sym_DQUOTE] = ACTIONS(1312), - [sym_true] = ACTIONS(1310), - [sym_false] = ACTIONS(1310), - [anon_sym_NULL] = ACTIONS(1310), - [anon_sym_nullptr] = ACTIONS(1310), - [sym_comment] = ACTIONS(3), - }, - [186] = { - [sym_identifier] = ACTIONS(1378), - [aux_sym_preproc_include_token1] = ACTIONS(1378), - [aux_sym_preproc_def_token1] = ACTIONS(1378), - [aux_sym_preproc_if_token1] = ACTIONS(1378), - [aux_sym_preproc_if_token2] = ACTIONS(1378), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1378), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1378), - [aux_sym_preproc_else_token1] = ACTIONS(1378), - [aux_sym_preproc_elif_token1] = ACTIONS(1378), - [sym_preproc_directive] = ACTIONS(1378), - [anon_sym_LPAREN2] = ACTIONS(1380), - [anon_sym_BANG] = ACTIONS(1380), - [anon_sym_TILDE] = ACTIONS(1380), - [anon_sym_DASH] = ACTIONS(1378), - [anon_sym_PLUS] = ACTIONS(1378), - [anon_sym_STAR] = ACTIONS(1380), - [anon_sym_AMP] = ACTIONS(1380), - [anon_sym_SEMI] = ACTIONS(1380), - [anon_sym___extension__] = ACTIONS(1378), - [anon_sym_typedef] = ACTIONS(1378), - [anon_sym_extern] = ACTIONS(1378), - [anon_sym___attribute__] = ACTIONS(1378), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1380), - [anon_sym___declspec] = ACTIONS(1378), - [anon_sym___cdecl] = ACTIONS(1378), - [anon_sym___clrcall] = ACTIONS(1378), - [anon_sym___stdcall] = ACTIONS(1378), - [anon_sym___fastcall] = ACTIONS(1378), - [anon_sym___thiscall] = ACTIONS(1378), - [anon_sym___vectorcall] = ACTIONS(1378), - [anon_sym_LBRACE] = ACTIONS(1380), - [anon_sym_signed] = ACTIONS(1378), - [anon_sym_unsigned] = ACTIONS(1378), - [anon_sym_long] = ACTIONS(1378), - [anon_sym_short] = ACTIONS(1378), - [anon_sym_static] = ACTIONS(1378), - [anon_sym_auto] = ACTIONS(1378), - [anon_sym_register] = ACTIONS(1378), - [anon_sym_inline] = ACTIONS(1378), - [anon_sym___inline] = ACTIONS(1378), - [anon_sym___inline__] = ACTIONS(1378), - [anon_sym___forceinline] = ACTIONS(1378), - [anon_sym_thread_local] = ACTIONS(1378), - [anon_sym___thread] = ACTIONS(1378), - [anon_sym_const] = ACTIONS(1378), - [anon_sym_constexpr] = ACTIONS(1378), - [anon_sym_volatile] = ACTIONS(1378), - [anon_sym_restrict] = ACTIONS(1378), - [anon_sym___restrict__] = ACTIONS(1378), - [anon_sym__Atomic] = ACTIONS(1378), - [anon_sym__Noreturn] = ACTIONS(1378), - [anon_sym_noreturn] = ACTIONS(1378), - [sym_primitive_type] = ACTIONS(1378), - [anon_sym_enum] = ACTIONS(1378), - [anon_sym_struct] = ACTIONS(1378), - [anon_sym_union] = ACTIONS(1378), - [anon_sym_if] = ACTIONS(1378), - [anon_sym_else] = ACTIONS(1378), - [anon_sym_switch] = ACTIONS(1378), - [anon_sym_case] = ACTIONS(1378), - [anon_sym_default] = ACTIONS(1378), - [anon_sym_while] = ACTIONS(1378), - [anon_sym_do] = ACTIONS(1378), - [anon_sym_for] = ACTIONS(1378), - [anon_sym_return] = ACTIONS(1378), - [anon_sym_break] = ACTIONS(1378), - [anon_sym_continue] = ACTIONS(1378), - [anon_sym_goto] = ACTIONS(1378), - [anon_sym___try] = ACTIONS(1378), - [anon_sym___leave] = ACTIONS(1378), - [anon_sym_DASH_DASH] = ACTIONS(1380), - [anon_sym_PLUS_PLUS] = ACTIONS(1380), - [anon_sym_sizeof] = ACTIONS(1378), - [anon_sym___alignof__] = ACTIONS(1378), - [anon_sym___alignof] = ACTIONS(1378), - [anon_sym__alignof] = ACTIONS(1378), - [anon_sym_alignof] = ACTIONS(1378), - [anon_sym__Alignof] = ACTIONS(1378), - [anon_sym_offsetof] = ACTIONS(1378), - [anon_sym__Generic] = ACTIONS(1378), - [anon_sym_asm] = ACTIONS(1378), - [anon_sym___asm__] = ACTIONS(1378), - [sym_number_literal] = ACTIONS(1380), - [anon_sym_L_SQUOTE] = ACTIONS(1380), - [anon_sym_u_SQUOTE] = ACTIONS(1380), - [anon_sym_U_SQUOTE] = ACTIONS(1380), - [anon_sym_u8_SQUOTE] = ACTIONS(1380), - [anon_sym_SQUOTE] = ACTIONS(1380), - [anon_sym_L_DQUOTE] = ACTIONS(1380), - [anon_sym_u_DQUOTE] = ACTIONS(1380), - [anon_sym_U_DQUOTE] = ACTIONS(1380), - [anon_sym_u8_DQUOTE] = ACTIONS(1380), - [anon_sym_DQUOTE] = ACTIONS(1380), - [sym_true] = ACTIONS(1378), - [sym_false] = ACTIONS(1378), - [anon_sym_NULL] = ACTIONS(1378), - [anon_sym_nullptr] = ACTIONS(1378), - [sym_comment] = ACTIONS(3), - }, - [187] = { - [sym_identifier] = ACTIONS(1382), - [aux_sym_preproc_include_token1] = ACTIONS(1382), - [aux_sym_preproc_def_token1] = ACTIONS(1382), - [aux_sym_preproc_if_token1] = ACTIONS(1382), - [aux_sym_preproc_if_token2] = ACTIONS(1382), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1382), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1382), - [aux_sym_preproc_else_token1] = ACTIONS(1382), - [aux_sym_preproc_elif_token1] = ACTIONS(1382), - [sym_preproc_directive] = ACTIONS(1382), - [anon_sym_LPAREN2] = ACTIONS(1384), - [anon_sym_BANG] = ACTIONS(1384), - [anon_sym_TILDE] = ACTIONS(1384), - [anon_sym_DASH] = ACTIONS(1382), - [anon_sym_PLUS] = ACTIONS(1382), - [anon_sym_STAR] = ACTIONS(1384), - [anon_sym_AMP] = ACTIONS(1384), - [anon_sym_SEMI] = ACTIONS(1384), - [anon_sym___extension__] = ACTIONS(1382), - [anon_sym_typedef] = ACTIONS(1382), - [anon_sym_extern] = ACTIONS(1382), - [anon_sym___attribute__] = ACTIONS(1382), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1384), - [anon_sym___declspec] = ACTIONS(1382), - [anon_sym___cdecl] = ACTIONS(1382), - [anon_sym___clrcall] = ACTIONS(1382), - [anon_sym___stdcall] = ACTIONS(1382), - [anon_sym___fastcall] = ACTIONS(1382), - [anon_sym___thiscall] = ACTIONS(1382), - [anon_sym___vectorcall] = ACTIONS(1382), - [anon_sym_LBRACE] = ACTIONS(1384), - [anon_sym_signed] = ACTIONS(1382), - [anon_sym_unsigned] = ACTIONS(1382), - [anon_sym_long] = ACTIONS(1382), - [anon_sym_short] = ACTIONS(1382), - [anon_sym_static] = ACTIONS(1382), - [anon_sym_auto] = ACTIONS(1382), - [anon_sym_register] = ACTIONS(1382), - [anon_sym_inline] = ACTIONS(1382), - [anon_sym___inline] = ACTIONS(1382), - [anon_sym___inline__] = ACTIONS(1382), - [anon_sym___forceinline] = ACTIONS(1382), - [anon_sym_thread_local] = ACTIONS(1382), - [anon_sym___thread] = ACTIONS(1382), - [anon_sym_const] = ACTIONS(1382), - [anon_sym_constexpr] = ACTIONS(1382), - [anon_sym_volatile] = ACTIONS(1382), - [anon_sym_restrict] = ACTIONS(1382), - [anon_sym___restrict__] = ACTIONS(1382), - [anon_sym__Atomic] = ACTIONS(1382), - [anon_sym__Noreturn] = ACTIONS(1382), - [anon_sym_noreturn] = ACTIONS(1382), - [sym_primitive_type] = ACTIONS(1382), - [anon_sym_enum] = ACTIONS(1382), - [anon_sym_struct] = ACTIONS(1382), - [anon_sym_union] = ACTIONS(1382), - [anon_sym_if] = ACTIONS(1382), - [anon_sym_else] = ACTIONS(1382), - [anon_sym_switch] = ACTIONS(1382), - [anon_sym_case] = ACTIONS(1382), - [anon_sym_default] = ACTIONS(1382), - [anon_sym_while] = ACTIONS(1382), - [anon_sym_do] = ACTIONS(1382), - [anon_sym_for] = ACTIONS(1382), - [anon_sym_return] = ACTIONS(1382), - [anon_sym_break] = ACTIONS(1382), - [anon_sym_continue] = ACTIONS(1382), - [anon_sym_goto] = ACTIONS(1382), - [anon_sym___try] = ACTIONS(1382), - [anon_sym___leave] = ACTIONS(1382), - [anon_sym_DASH_DASH] = ACTIONS(1384), - [anon_sym_PLUS_PLUS] = ACTIONS(1384), - [anon_sym_sizeof] = ACTIONS(1382), - [anon_sym___alignof__] = ACTIONS(1382), - [anon_sym___alignof] = ACTIONS(1382), - [anon_sym__alignof] = ACTIONS(1382), - [anon_sym_alignof] = ACTIONS(1382), - [anon_sym__Alignof] = ACTIONS(1382), - [anon_sym_offsetof] = ACTIONS(1382), - [anon_sym__Generic] = ACTIONS(1382), - [anon_sym_asm] = ACTIONS(1382), - [anon_sym___asm__] = ACTIONS(1382), - [sym_number_literal] = ACTIONS(1384), - [anon_sym_L_SQUOTE] = ACTIONS(1384), - [anon_sym_u_SQUOTE] = ACTIONS(1384), - [anon_sym_U_SQUOTE] = ACTIONS(1384), - [anon_sym_u8_SQUOTE] = ACTIONS(1384), - [anon_sym_SQUOTE] = ACTIONS(1384), - [anon_sym_L_DQUOTE] = ACTIONS(1384), - [anon_sym_u_DQUOTE] = ACTIONS(1384), - [anon_sym_U_DQUOTE] = ACTIONS(1384), - [anon_sym_u8_DQUOTE] = ACTIONS(1384), - [anon_sym_DQUOTE] = ACTIONS(1384), - [sym_true] = ACTIONS(1382), - [sym_false] = ACTIONS(1382), - [anon_sym_NULL] = ACTIONS(1382), - [anon_sym_nullptr] = ACTIONS(1382), - [sym_comment] = ACTIONS(3), - }, - [188] = { + [179] = { [sym_identifier] = ACTIONS(1354), [aux_sym_preproc_include_token1] = ACTIONS(1354), [aux_sym_preproc_def_token1] = ACTIONS(1354), @@ -39806,407 +38897,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1354), [sym_comment] = ACTIONS(3), }, - [189] = { - [sym_identifier] = ACTIONS(1310), - [aux_sym_preproc_include_token1] = ACTIONS(1310), - [aux_sym_preproc_def_token1] = ACTIONS(1310), - [aux_sym_preproc_if_token1] = ACTIONS(1310), - [aux_sym_preproc_if_token2] = ACTIONS(1310), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1310), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1310), - [aux_sym_preproc_else_token1] = ACTIONS(1310), - [aux_sym_preproc_elif_token1] = ACTIONS(1310), - [sym_preproc_directive] = ACTIONS(1310), - [anon_sym_LPAREN2] = ACTIONS(1312), - [anon_sym_BANG] = ACTIONS(1312), - [anon_sym_TILDE] = ACTIONS(1312), - [anon_sym_DASH] = ACTIONS(1310), - [anon_sym_PLUS] = ACTIONS(1310), - [anon_sym_STAR] = ACTIONS(1312), - [anon_sym_AMP] = ACTIONS(1312), - [anon_sym_SEMI] = ACTIONS(1312), - [anon_sym___extension__] = ACTIONS(1310), - [anon_sym_typedef] = ACTIONS(1310), - [anon_sym_extern] = ACTIONS(1310), - [anon_sym___attribute__] = ACTIONS(1310), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1312), - [anon_sym___declspec] = ACTIONS(1310), - [anon_sym___cdecl] = ACTIONS(1310), - [anon_sym___clrcall] = ACTIONS(1310), - [anon_sym___stdcall] = ACTIONS(1310), - [anon_sym___fastcall] = ACTIONS(1310), - [anon_sym___thiscall] = ACTIONS(1310), - [anon_sym___vectorcall] = ACTIONS(1310), - [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_signed] = ACTIONS(1310), - [anon_sym_unsigned] = ACTIONS(1310), - [anon_sym_long] = ACTIONS(1310), - [anon_sym_short] = ACTIONS(1310), - [anon_sym_static] = ACTIONS(1310), - [anon_sym_auto] = ACTIONS(1310), - [anon_sym_register] = ACTIONS(1310), - [anon_sym_inline] = ACTIONS(1310), - [anon_sym___inline] = ACTIONS(1310), - [anon_sym___inline__] = ACTIONS(1310), - [anon_sym___forceinline] = ACTIONS(1310), - [anon_sym_thread_local] = ACTIONS(1310), - [anon_sym___thread] = ACTIONS(1310), - [anon_sym_const] = ACTIONS(1310), - [anon_sym_constexpr] = ACTIONS(1310), - [anon_sym_volatile] = ACTIONS(1310), - [anon_sym_restrict] = ACTIONS(1310), - [anon_sym___restrict__] = ACTIONS(1310), - [anon_sym__Atomic] = ACTIONS(1310), - [anon_sym__Noreturn] = ACTIONS(1310), - [anon_sym_noreturn] = ACTIONS(1310), - [sym_primitive_type] = ACTIONS(1310), - [anon_sym_enum] = ACTIONS(1310), - [anon_sym_struct] = ACTIONS(1310), - [anon_sym_union] = ACTIONS(1310), - [anon_sym_if] = ACTIONS(1310), - [anon_sym_else] = ACTIONS(1310), - [anon_sym_switch] = ACTIONS(1310), - [anon_sym_case] = ACTIONS(1310), - [anon_sym_default] = ACTIONS(1310), - [anon_sym_while] = ACTIONS(1310), - [anon_sym_do] = ACTIONS(1310), - [anon_sym_for] = ACTIONS(1310), - [anon_sym_return] = ACTIONS(1310), - [anon_sym_break] = ACTIONS(1310), - [anon_sym_continue] = ACTIONS(1310), - [anon_sym_goto] = ACTIONS(1310), - [anon_sym___try] = ACTIONS(1310), - [anon_sym___leave] = ACTIONS(1310), - [anon_sym_DASH_DASH] = ACTIONS(1312), - [anon_sym_PLUS_PLUS] = ACTIONS(1312), - [anon_sym_sizeof] = ACTIONS(1310), - [anon_sym___alignof__] = ACTIONS(1310), - [anon_sym___alignof] = ACTIONS(1310), - [anon_sym__alignof] = ACTIONS(1310), - [anon_sym_alignof] = ACTIONS(1310), - [anon_sym__Alignof] = ACTIONS(1310), - [anon_sym_offsetof] = ACTIONS(1310), - [anon_sym__Generic] = ACTIONS(1310), - [anon_sym_asm] = ACTIONS(1310), - [anon_sym___asm__] = ACTIONS(1310), - [sym_number_literal] = ACTIONS(1312), - [anon_sym_L_SQUOTE] = ACTIONS(1312), - [anon_sym_u_SQUOTE] = ACTIONS(1312), - [anon_sym_U_SQUOTE] = ACTIONS(1312), - [anon_sym_u8_SQUOTE] = ACTIONS(1312), - [anon_sym_SQUOTE] = ACTIONS(1312), - [anon_sym_L_DQUOTE] = ACTIONS(1312), - [anon_sym_u_DQUOTE] = ACTIONS(1312), - [anon_sym_U_DQUOTE] = ACTIONS(1312), - [anon_sym_u8_DQUOTE] = ACTIONS(1312), - [anon_sym_DQUOTE] = ACTIONS(1312), - [sym_true] = ACTIONS(1310), - [sym_false] = ACTIONS(1310), - [anon_sym_NULL] = ACTIONS(1310), - [anon_sym_nullptr] = ACTIONS(1310), - [sym_comment] = ACTIONS(3), - }, - [190] = { - [sym_identifier] = ACTIONS(1310), - [aux_sym_preproc_include_token1] = ACTIONS(1310), - [aux_sym_preproc_def_token1] = ACTIONS(1310), - [aux_sym_preproc_if_token1] = ACTIONS(1310), - [aux_sym_preproc_if_token2] = ACTIONS(1310), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1310), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1310), - [aux_sym_preproc_else_token1] = ACTIONS(1310), - [aux_sym_preproc_elif_token1] = ACTIONS(1310), - [sym_preproc_directive] = ACTIONS(1310), - [anon_sym_LPAREN2] = ACTIONS(1312), - [anon_sym_BANG] = ACTIONS(1312), - [anon_sym_TILDE] = ACTIONS(1312), - [anon_sym_DASH] = ACTIONS(1310), - [anon_sym_PLUS] = ACTIONS(1310), - [anon_sym_STAR] = ACTIONS(1312), - [anon_sym_AMP] = ACTIONS(1312), - [anon_sym_SEMI] = ACTIONS(1312), - [anon_sym___extension__] = ACTIONS(1310), - [anon_sym_typedef] = ACTIONS(1310), - [anon_sym_extern] = ACTIONS(1310), - [anon_sym___attribute__] = ACTIONS(1310), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1312), - [anon_sym___declspec] = ACTIONS(1310), - [anon_sym___cdecl] = ACTIONS(1310), - [anon_sym___clrcall] = ACTIONS(1310), - [anon_sym___stdcall] = ACTIONS(1310), - [anon_sym___fastcall] = ACTIONS(1310), - [anon_sym___thiscall] = ACTIONS(1310), - [anon_sym___vectorcall] = ACTIONS(1310), - [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_signed] = ACTIONS(1310), - [anon_sym_unsigned] = ACTIONS(1310), - [anon_sym_long] = ACTIONS(1310), - [anon_sym_short] = ACTIONS(1310), - [anon_sym_static] = ACTIONS(1310), - [anon_sym_auto] = ACTIONS(1310), - [anon_sym_register] = ACTIONS(1310), - [anon_sym_inline] = ACTIONS(1310), - [anon_sym___inline] = ACTIONS(1310), - [anon_sym___inline__] = ACTIONS(1310), - [anon_sym___forceinline] = ACTIONS(1310), - [anon_sym_thread_local] = ACTIONS(1310), - [anon_sym___thread] = ACTIONS(1310), - [anon_sym_const] = ACTIONS(1310), - [anon_sym_constexpr] = ACTIONS(1310), - [anon_sym_volatile] = ACTIONS(1310), - [anon_sym_restrict] = ACTIONS(1310), - [anon_sym___restrict__] = ACTIONS(1310), - [anon_sym__Atomic] = ACTIONS(1310), - [anon_sym__Noreturn] = ACTIONS(1310), - [anon_sym_noreturn] = ACTIONS(1310), - [sym_primitive_type] = ACTIONS(1310), - [anon_sym_enum] = ACTIONS(1310), - [anon_sym_struct] = ACTIONS(1310), - [anon_sym_union] = ACTIONS(1310), - [anon_sym_if] = ACTIONS(1310), - [anon_sym_else] = ACTIONS(1310), - [anon_sym_switch] = ACTIONS(1310), - [anon_sym_case] = ACTIONS(1310), - [anon_sym_default] = ACTIONS(1310), - [anon_sym_while] = ACTIONS(1310), - [anon_sym_do] = ACTIONS(1310), - [anon_sym_for] = ACTIONS(1310), - [anon_sym_return] = ACTIONS(1310), - [anon_sym_break] = ACTIONS(1310), - [anon_sym_continue] = ACTIONS(1310), - [anon_sym_goto] = ACTIONS(1310), - [anon_sym___try] = ACTIONS(1310), - [anon_sym___leave] = ACTIONS(1310), - [anon_sym_DASH_DASH] = ACTIONS(1312), - [anon_sym_PLUS_PLUS] = ACTIONS(1312), - [anon_sym_sizeof] = ACTIONS(1310), - [anon_sym___alignof__] = ACTIONS(1310), - [anon_sym___alignof] = ACTIONS(1310), - [anon_sym__alignof] = ACTIONS(1310), - [anon_sym_alignof] = ACTIONS(1310), - [anon_sym__Alignof] = ACTIONS(1310), - [anon_sym_offsetof] = ACTIONS(1310), - [anon_sym__Generic] = ACTIONS(1310), - [anon_sym_asm] = ACTIONS(1310), - [anon_sym___asm__] = ACTIONS(1310), - [sym_number_literal] = ACTIONS(1312), - [anon_sym_L_SQUOTE] = ACTIONS(1312), - [anon_sym_u_SQUOTE] = ACTIONS(1312), - [anon_sym_U_SQUOTE] = ACTIONS(1312), - [anon_sym_u8_SQUOTE] = ACTIONS(1312), - [anon_sym_SQUOTE] = ACTIONS(1312), - [anon_sym_L_DQUOTE] = ACTIONS(1312), - [anon_sym_u_DQUOTE] = ACTIONS(1312), - [anon_sym_U_DQUOTE] = ACTIONS(1312), - [anon_sym_u8_DQUOTE] = ACTIONS(1312), - [anon_sym_DQUOTE] = ACTIONS(1312), - [sym_true] = ACTIONS(1310), - [sym_false] = ACTIONS(1310), - [anon_sym_NULL] = ACTIONS(1310), - [anon_sym_nullptr] = ACTIONS(1310), - [sym_comment] = ACTIONS(3), - }, - [191] = { - [sym_identifier] = ACTIONS(1386), - [aux_sym_preproc_include_token1] = ACTIONS(1386), - [aux_sym_preproc_def_token1] = ACTIONS(1386), - [aux_sym_preproc_if_token1] = ACTIONS(1386), - [aux_sym_preproc_if_token2] = ACTIONS(1386), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1386), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1386), - [aux_sym_preproc_else_token1] = ACTIONS(1386), - [aux_sym_preproc_elif_token1] = ACTIONS(1386), - [sym_preproc_directive] = ACTIONS(1386), - [anon_sym_LPAREN2] = ACTIONS(1388), - [anon_sym_BANG] = ACTIONS(1388), - [anon_sym_TILDE] = ACTIONS(1388), - [anon_sym_DASH] = ACTIONS(1386), - [anon_sym_PLUS] = ACTIONS(1386), - [anon_sym_STAR] = ACTIONS(1388), - [anon_sym_AMP] = ACTIONS(1388), - [anon_sym_SEMI] = ACTIONS(1388), - [anon_sym___extension__] = ACTIONS(1386), - [anon_sym_typedef] = ACTIONS(1386), - [anon_sym_extern] = ACTIONS(1386), - [anon_sym___attribute__] = ACTIONS(1386), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1388), - [anon_sym___declspec] = ACTIONS(1386), - [anon_sym___cdecl] = ACTIONS(1386), - [anon_sym___clrcall] = ACTIONS(1386), - [anon_sym___stdcall] = ACTIONS(1386), - [anon_sym___fastcall] = ACTIONS(1386), - [anon_sym___thiscall] = ACTIONS(1386), - [anon_sym___vectorcall] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_signed] = ACTIONS(1386), - [anon_sym_unsigned] = ACTIONS(1386), - [anon_sym_long] = ACTIONS(1386), - [anon_sym_short] = ACTIONS(1386), - [anon_sym_static] = ACTIONS(1386), - [anon_sym_auto] = ACTIONS(1386), - [anon_sym_register] = ACTIONS(1386), - [anon_sym_inline] = ACTIONS(1386), - [anon_sym___inline] = ACTIONS(1386), - [anon_sym___inline__] = ACTIONS(1386), - [anon_sym___forceinline] = ACTIONS(1386), - [anon_sym_thread_local] = ACTIONS(1386), - [anon_sym___thread] = ACTIONS(1386), - [anon_sym_const] = ACTIONS(1386), - [anon_sym_constexpr] = ACTIONS(1386), - [anon_sym_volatile] = ACTIONS(1386), - [anon_sym_restrict] = ACTIONS(1386), - [anon_sym___restrict__] = ACTIONS(1386), - [anon_sym__Atomic] = ACTIONS(1386), - [anon_sym__Noreturn] = ACTIONS(1386), - [anon_sym_noreturn] = ACTIONS(1386), - [sym_primitive_type] = ACTIONS(1386), - [anon_sym_enum] = ACTIONS(1386), - [anon_sym_struct] = ACTIONS(1386), - [anon_sym_union] = ACTIONS(1386), - [anon_sym_if] = ACTIONS(1386), - [anon_sym_else] = ACTIONS(1386), - [anon_sym_switch] = ACTIONS(1386), - [anon_sym_case] = ACTIONS(1386), - [anon_sym_default] = ACTIONS(1386), - [anon_sym_while] = ACTIONS(1386), - [anon_sym_do] = ACTIONS(1386), - [anon_sym_for] = ACTIONS(1386), - [anon_sym_return] = ACTIONS(1386), - [anon_sym_break] = ACTIONS(1386), - [anon_sym_continue] = ACTIONS(1386), - [anon_sym_goto] = ACTIONS(1386), - [anon_sym___try] = ACTIONS(1386), - [anon_sym___leave] = ACTIONS(1386), - [anon_sym_DASH_DASH] = ACTIONS(1388), - [anon_sym_PLUS_PLUS] = ACTIONS(1388), - [anon_sym_sizeof] = ACTIONS(1386), - [anon_sym___alignof__] = ACTIONS(1386), - [anon_sym___alignof] = ACTIONS(1386), - [anon_sym__alignof] = ACTIONS(1386), - [anon_sym_alignof] = ACTIONS(1386), - [anon_sym__Alignof] = ACTIONS(1386), - [anon_sym_offsetof] = ACTIONS(1386), - [anon_sym__Generic] = ACTIONS(1386), - [anon_sym_asm] = ACTIONS(1386), - [anon_sym___asm__] = ACTIONS(1386), - [sym_number_literal] = ACTIONS(1388), - [anon_sym_L_SQUOTE] = ACTIONS(1388), - [anon_sym_u_SQUOTE] = ACTIONS(1388), - [anon_sym_U_SQUOTE] = ACTIONS(1388), - [anon_sym_u8_SQUOTE] = ACTIONS(1388), - [anon_sym_SQUOTE] = ACTIONS(1388), - [anon_sym_L_DQUOTE] = ACTIONS(1388), - [anon_sym_u_DQUOTE] = ACTIONS(1388), - [anon_sym_U_DQUOTE] = ACTIONS(1388), - [anon_sym_u8_DQUOTE] = ACTIONS(1388), - [anon_sym_DQUOTE] = ACTIONS(1388), - [sym_true] = ACTIONS(1386), - [sym_false] = ACTIONS(1386), - [anon_sym_NULL] = ACTIONS(1386), - [anon_sym_nullptr] = ACTIONS(1386), - [sym_comment] = ACTIONS(3), - }, - [192] = { - [sym_identifier] = ACTIONS(1310), - [aux_sym_preproc_include_token1] = ACTIONS(1310), - [aux_sym_preproc_def_token1] = ACTIONS(1310), - [aux_sym_preproc_if_token1] = ACTIONS(1310), - [aux_sym_preproc_if_token2] = ACTIONS(1310), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1310), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1310), - [aux_sym_preproc_else_token1] = ACTIONS(1310), - [aux_sym_preproc_elif_token1] = ACTIONS(1310), - [sym_preproc_directive] = ACTIONS(1310), - [anon_sym_LPAREN2] = ACTIONS(1312), - [anon_sym_BANG] = ACTIONS(1312), - [anon_sym_TILDE] = ACTIONS(1312), - [anon_sym_DASH] = ACTIONS(1310), - [anon_sym_PLUS] = ACTIONS(1310), - [anon_sym_STAR] = ACTIONS(1312), - [anon_sym_AMP] = ACTIONS(1312), - [anon_sym_SEMI] = ACTIONS(1312), - [anon_sym___extension__] = ACTIONS(1310), - [anon_sym_typedef] = ACTIONS(1310), - [anon_sym_extern] = ACTIONS(1310), - [anon_sym___attribute__] = ACTIONS(1310), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1312), - [anon_sym___declspec] = ACTIONS(1310), - [anon_sym___cdecl] = ACTIONS(1310), - [anon_sym___clrcall] = ACTIONS(1310), - [anon_sym___stdcall] = ACTIONS(1310), - [anon_sym___fastcall] = ACTIONS(1310), - [anon_sym___thiscall] = ACTIONS(1310), - [anon_sym___vectorcall] = ACTIONS(1310), - [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_signed] = ACTIONS(1310), - [anon_sym_unsigned] = ACTIONS(1310), - [anon_sym_long] = ACTIONS(1310), - [anon_sym_short] = ACTIONS(1310), - [anon_sym_static] = ACTIONS(1310), - [anon_sym_auto] = ACTIONS(1310), - [anon_sym_register] = ACTIONS(1310), - [anon_sym_inline] = ACTIONS(1310), - [anon_sym___inline] = ACTIONS(1310), - [anon_sym___inline__] = ACTIONS(1310), - [anon_sym___forceinline] = ACTIONS(1310), - [anon_sym_thread_local] = ACTIONS(1310), - [anon_sym___thread] = ACTIONS(1310), - [anon_sym_const] = ACTIONS(1310), - [anon_sym_constexpr] = ACTIONS(1310), - [anon_sym_volatile] = ACTIONS(1310), - [anon_sym_restrict] = ACTIONS(1310), - [anon_sym___restrict__] = ACTIONS(1310), - [anon_sym__Atomic] = ACTIONS(1310), - [anon_sym__Noreturn] = ACTIONS(1310), - [anon_sym_noreturn] = ACTIONS(1310), - [sym_primitive_type] = ACTIONS(1310), - [anon_sym_enum] = ACTIONS(1310), - [anon_sym_struct] = ACTIONS(1310), - [anon_sym_union] = ACTIONS(1310), - [anon_sym_if] = ACTIONS(1310), - [anon_sym_else] = ACTIONS(1310), - [anon_sym_switch] = ACTIONS(1310), - [anon_sym_case] = ACTIONS(1310), - [anon_sym_default] = ACTIONS(1310), - [anon_sym_while] = ACTIONS(1310), - [anon_sym_do] = ACTIONS(1310), - [anon_sym_for] = ACTIONS(1310), - [anon_sym_return] = ACTIONS(1310), - [anon_sym_break] = ACTIONS(1310), - [anon_sym_continue] = ACTIONS(1310), - [anon_sym_goto] = ACTIONS(1310), - [anon_sym___try] = ACTIONS(1310), - [anon_sym___leave] = ACTIONS(1310), - [anon_sym_DASH_DASH] = ACTIONS(1312), - [anon_sym_PLUS_PLUS] = ACTIONS(1312), - [anon_sym_sizeof] = ACTIONS(1310), - [anon_sym___alignof__] = ACTIONS(1310), - [anon_sym___alignof] = ACTIONS(1310), - [anon_sym__alignof] = ACTIONS(1310), - [anon_sym_alignof] = ACTIONS(1310), - [anon_sym__Alignof] = ACTIONS(1310), - [anon_sym_offsetof] = ACTIONS(1310), - [anon_sym__Generic] = ACTIONS(1310), - [anon_sym_asm] = ACTIONS(1310), - [anon_sym___asm__] = ACTIONS(1310), - [sym_number_literal] = ACTIONS(1312), - [anon_sym_L_SQUOTE] = ACTIONS(1312), - [anon_sym_u_SQUOTE] = ACTIONS(1312), - [anon_sym_U_SQUOTE] = ACTIONS(1312), - [anon_sym_u8_SQUOTE] = ACTIONS(1312), - [anon_sym_SQUOTE] = ACTIONS(1312), - [anon_sym_L_DQUOTE] = ACTIONS(1312), - [anon_sym_u_DQUOTE] = ACTIONS(1312), - [anon_sym_U_DQUOTE] = ACTIONS(1312), - [anon_sym_u8_DQUOTE] = ACTIONS(1312), - [anon_sym_DQUOTE] = ACTIONS(1312), - [sym_true] = ACTIONS(1310), - [sym_false] = ACTIONS(1310), - [anon_sym_NULL] = ACTIONS(1310), - [anon_sym_nullptr] = ACTIONS(1310), - [sym_comment] = ACTIONS(3), - }, - [193] = { + [180] = { [sym_identifier] = ACTIONS(1398), [aux_sym_preproc_include_token1] = ACTIONS(1398), [aux_sym_preproc_def_token1] = ACTIONS(1398), @@ -40306,207 +38997,207 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1398), [sym_comment] = ACTIONS(3), }, - [194] = { - [sym_identifier] = ACTIONS(1314), - [aux_sym_preproc_include_token1] = ACTIONS(1314), - [aux_sym_preproc_def_token1] = ACTIONS(1314), - [aux_sym_preproc_if_token1] = ACTIONS(1314), - [aux_sym_preproc_if_token2] = ACTIONS(1314), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1314), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1314), - [aux_sym_preproc_else_token1] = ACTIONS(1314), - [aux_sym_preproc_elif_token1] = ACTIONS(1314), - [sym_preproc_directive] = ACTIONS(1314), - [anon_sym_LPAREN2] = ACTIONS(1316), - [anon_sym_BANG] = ACTIONS(1316), - [anon_sym_TILDE] = ACTIONS(1316), - [anon_sym_DASH] = ACTIONS(1314), - [anon_sym_PLUS] = ACTIONS(1314), - [anon_sym_STAR] = ACTIONS(1316), - [anon_sym_AMP] = ACTIONS(1316), - [anon_sym_SEMI] = ACTIONS(1316), - [anon_sym___extension__] = ACTIONS(1314), - [anon_sym_typedef] = ACTIONS(1314), - [anon_sym_extern] = ACTIONS(1314), - [anon_sym___attribute__] = ACTIONS(1314), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1316), - [anon_sym___declspec] = ACTIONS(1314), - [anon_sym___cdecl] = ACTIONS(1314), - [anon_sym___clrcall] = ACTIONS(1314), - [anon_sym___stdcall] = ACTIONS(1314), - [anon_sym___fastcall] = ACTIONS(1314), - [anon_sym___thiscall] = ACTIONS(1314), - [anon_sym___vectorcall] = ACTIONS(1314), - [anon_sym_LBRACE] = ACTIONS(1316), - [anon_sym_signed] = ACTIONS(1314), - [anon_sym_unsigned] = ACTIONS(1314), - [anon_sym_long] = ACTIONS(1314), - [anon_sym_short] = ACTIONS(1314), - [anon_sym_static] = ACTIONS(1314), - [anon_sym_auto] = ACTIONS(1314), - [anon_sym_register] = ACTIONS(1314), - [anon_sym_inline] = ACTIONS(1314), - [anon_sym___inline] = ACTIONS(1314), - [anon_sym___inline__] = ACTIONS(1314), - [anon_sym___forceinline] = ACTIONS(1314), - [anon_sym_thread_local] = ACTIONS(1314), - [anon_sym___thread] = ACTIONS(1314), - [anon_sym_const] = ACTIONS(1314), - [anon_sym_constexpr] = ACTIONS(1314), - [anon_sym_volatile] = ACTIONS(1314), - [anon_sym_restrict] = ACTIONS(1314), - [anon_sym___restrict__] = ACTIONS(1314), - [anon_sym__Atomic] = ACTIONS(1314), - [anon_sym__Noreturn] = ACTIONS(1314), - [anon_sym_noreturn] = ACTIONS(1314), - [sym_primitive_type] = ACTIONS(1314), - [anon_sym_enum] = ACTIONS(1314), - [anon_sym_struct] = ACTIONS(1314), - [anon_sym_union] = ACTIONS(1314), - [anon_sym_if] = ACTIONS(1314), - [anon_sym_else] = ACTIONS(1314), - [anon_sym_switch] = ACTIONS(1314), - [anon_sym_case] = ACTIONS(1314), - [anon_sym_default] = ACTIONS(1314), - [anon_sym_while] = ACTIONS(1314), - [anon_sym_do] = ACTIONS(1314), - [anon_sym_for] = ACTIONS(1314), - [anon_sym_return] = ACTIONS(1314), - [anon_sym_break] = ACTIONS(1314), - [anon_sym_continue] = ACTIONS(1314), - [anon_sym_goto] = ACTIONS(1314), - [anon_sym___try] = ACTIONS(1314), - [anon_sym___leave] = ACTIONS(1314), - [anon_sym_DASH_DASH] = ACTIONS(1316), - [anon_sym_PLUS_PLUS] = ACTIONS(1316), - [anon_sym_sizeof] = ACTIONS(1314), - [anon_sym___alignof__] = ACTIONS(1314), - [anon_sym___alignof] = ACTIONS(1314), - [anon_sym__alignof] = ACTIONS(1314), - [anon_sym_alignof] = ACTIONS(1314), - [anon_sym__Alignof] = ACTIONS(1314), - [anon_sym_offsetof] = ACTIONS(1314), - [anon_sym__Generic] = ACTIONS(1314), - [anon_sym_asm] = ACTIONS(1314), - [anon_sym___asm__] = ACTIONS(1314), - [sym_number_literal] = ACTIONS(1316), - [anon_sym_L_SQUOTE] = ACTIONS(1316), - [anon_sym_u_SQUOTE] = ACTIONS(1316), - [anon_sym_U_SQUOTE] = ACTIONS(1316), - [anon_sym_u8_SQUOTE] = ACTIONS(1316), - [anon_sym_SQUOTE] = ACTIONS(1316), - [anon_sym_L_DQUOTE] = ACTIONS(1316), - [anon_sym_u_DQUOTE] = ACTIONS(1316), - [anon_sym_U_DQUOTE] = ACTIONS(1316), - [anon_sym_u8_DQUOTE] = ACTIONS(1316), - [anon_sym_DQUOTE] = ACTIONS(1316), - [sym_true] = ACTIONS(1314), - [sym_false] = ACTIONS(1314), - [anon_sym_NULL] = ACTIONS(1314), - [anon_sym_nullptr] = ACTIONS(1314), + [181] = { + [sym_identifier] = ACTIONS(1336), + [aux_sym_preproc_include_token1] = ACTIONS(1336), + [aux_sym_preproc_def_token1] = ACTIONS(1336), + [aux_sym_preproc_if_token1] = ACTIONS(1336), + [aux_sym_preproc_if_token2] = ACTIONS(1336), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1336), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1336), + [aux_sym_preproc_else_token1] = ACTIONS(1336), + [aux_sym_preproc_elif_token1] = ACTIONS(1336), + [sym_preproc_directive] = ACTIONS(1336), + [anon_sym_LPAREN2] = ACTIONS(1334), + [anon_sym_BANG] = ACTIONS(1334), + [anon_sym_TILDE] = ACTIONS(1334), + [anon_sym_DASH] = ACTIONS(1336), + [anon_sym_PLUS] = ACTIONS(1336), + [anon_sym_STAR] = ACTIONS(1334), + [anon_sym_AMP] = ACTIONS(1334), + [anon_sym_SEMI] = ACTIONS(1334), + [anon_sym___extension__] = ACTIONS(1336), + [anon_sym_typedef] = ACTIONS(1336), + [anon_sym_extern] = ACTIONS(1336), + [anon_sym___attribute__] = ACTIONS(1336), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1334), + [anon_sym___declspec] = ACTIONS(1336), + [anon_sym___cdecl] = ACTIONS(1336), + [anon_sym___clrcall] = ACTIONS(1336), + [anon_sym___stdcall] = ACTIONS(1336), + [anon_sym___fastcall] = ACTIONS(1336), + [anon_sym___thiscall] = ACTIONS(1336), + [anon_sym___vectorcall] = ACTIONS(1336), + [anon_sym_LBRACE] = ACTIONS(1334), + [anon_sym_signed] = ACTIONS(1336), + [anon_sym_unsigned] = ACTIONS(1336), + [anon_sym_long] = ACTIONS(1336), + [anon_sym_short] = ACTIONS(1336), + [anon_sym_static] = ACTIONS(1336), + [anon_sym_auto] = ACTIONS(1336), + [anon_sym_register] = ACTIONS(1336), + [anon_sym_inline] = ACTIONS(1336), + [anon_sym___inline] = ACTIONS(1336), + [anon_sym___inline__] = ACTIONS(1336), + [anon_sym___forceinline] = ACTIONS(1336), + [anon_sym_thread_local] = ACTIONS(1336), + [anon_sym___thread] = ACTIONS(1336), + [anon_sym_const] = ACTIONS(1336), + [anon_sym_constexpr] = ACTIONS(1336), + [anon_sym_volatile] = ACTIONS(1336), + [anon_sym_restrict] = ACTIONS(1336), + [anon_sym___restrict__] = ACTIONS(1336), + [anon_sym__Atomic] = ACTIONS(1336), + [anon_sym__Noreturn] = ACTIONS(1336), + [anon_sym_noreturn] = ACTIONS(1336), + [sym_primitive_type] = ACTIONS(1336), + [anon_sym_enum] = ACTIONS(1336), + [anon_sym_struct] = ACTIONS(1336), + [anon_sym_union] = ACTIONS(1336), + [anon_sym_if] = ACTIONS(1336), + [anon_sym_else] = ACTIONS(1336), + [anon_sym_switch] = ACTIONS(1336), + [anon_sym_case] = ACTIONS(1336), + [anon_sym_default] = ACTIONS(1336), + [anon_sym_while] = ACTIONS(1336), + [anon_sym_do] = ACTIONS(1336), + [anon_sym_for] = ACTIONS(1336), + [anon_sym_return] = ACTIONS(1336), + [anon_sym_break] = ACTIONS(1336), + [anon_sym_continue] = ACTIONS(1336), + [anon_sym_goto] = ACTIONS(1336), + [anon_sym___try] = ACTIONS(1336), + [anon_sym___leave] = ACTIONS(1336), + [anon_sym_DASH_DASH] = ACTIONS(1334), + [anon_sym_PLUS_PLUS] = ACTIONS(1334), + [anon_sym_sizeof] = ACTIONS(1336), + [anon_sym___alignof__] = ACTIONS(1336), + [anon_sym___alignof] = ACTIONS(1336), + [anon_sym__alignof] = ACTIONS(1336), + [anon_sym_alignof] = ACTIONS(1336), + [anon_sym__Alignof] = ACTIONS(1336), + [anon_sym_offsetof] = ACTIONS(1336), + [anon_sym__Generic] = ACTIONS(1336), + [anon_sym_asm] = ACTIONS(1336), + [anon_sym___asm__] = ACTIONS(1336), + [sym_number_literal] = ACTIONS(1334), + [anon_sym_L_SQUOTE] = ACTIONS(1334), + [anon_sym_u_SQUOTE] = ACTIONS(1334), + [anon_sym_U_SQUOTE] = ACTIONS(1334), + [anon_sym_u8_SQUOTE] = ACTIONS(1334), + [anon_sym_SQUOTE] = ACTIONS(1334), + [anon_sym_L_DQUOTE] = ACTIONS(1334), + [anon_sym_u_DQUOTE] = ACTIONS(1334), + [anon_sym_U_DQUOTE] = ACTIONS(1334), + [anon_sym_u8_DQUOTE] = ACTIONS(1334), + [anon_sym_DQUOTE] = ACTIONS(1334), + [sym_true] = ACTIONS(1336), + [sym_false] = ACTIONS(1336), + [anon_sym_NULL] = ACTIONS(1336), + [anon_sym_nullptr] = ACTIONS(1336), [sym_comment] = ACTIONS(3), }, - [195] = { - [sym_identifier] = ACTIONS(1350), - [aux_sym_preproc_include_token1] = ACTIONS(1350), - [aux_sym_preproc_def_token1] = ACTIONS(1350), - [aux_sym_preproc_if_token1] = ACTIONS(1350), - [aux_sym_preproc_if_token2] = ACTIONS(1350), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), - [aux_sym_preproc_else_token1] = ACTIONS(1350), - [aux_sym_preproc_elif_token1] = ACTIONS(1350), - [sym_preproc_directive] = ACTIONS(1350), - [anon_sym_LPAREN2] = ACTIONS(1352), - [anon_sym_BANG] = ACTIONS(1352), - [anon_sym_TILDE] = ACTIONS(1352), - [anon_sym_DASH] = ACTIONS(1350), - [anon_sym_PLUS] = ACTIONS(1350), - [anon_sym_STAR] = ACTIONS(1352), - [anon_sym_AMP] = ACTIONS(1352), - [anon_sym_SEMI] = ACTIONS(1352), - [anon_sym___extension__] = ACTIONS(1350), - [anon_sym_typedef] = ACTIONS(1350), - [anon_sym_extern] = ACTIONS(1350), - [anon_sym___attribute__] = ACTIONS(1350), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), - [anon_sym___declspec] = ACTIONS(1350), - [anon_sym___cdecl] = ACTIONS(1350), - [anon_sym___clrcall] = ACTIONS(1350), - [anon_sym___stdcall] = ACTIONS(1350), - [anon_sym___fastcall] = ACTIONS(1350), - [anon_sym___thiscall] = ACTIONS(1350), - [anon_sym___vectorcall] = ACTIONS(1350), - [anon_sym_LBRACE] = ACTIONS(1352), - [anon_sym_signed] = ACTIONS(1350), - [anon_sym_unsigned] = ACTIONS(1350), - [anon_sym_long] = ACTIONS(1350), - [anon_sym_short] = ACTIONS(1350), - [anon_sym_static] = ACTIONS(1350), - [anon_sym_auto] = ACTIONS(1350), - [anon_sym_register] = ACTIONS(1350), - [anon_sym_inline] = ACTIONS(1350), - [anon_sym___inline] = ACTIONS(1350), - [anon_sym___inline__] = ACTIONS(1350), - [anon_sym___forceinline] = ACTIONS(1350), - [anon_sym_thread_local] = ACTIONS(1350), - [anon_sym___thread] = ACTIONS(1350), - [anon_sym_const] = ACTIONS(1350), - [anon_sym_constexpr] = ACTIONS(1350), - [anon_sym_volatile] = ACTIONS(1350), - [anon_sym_restrict] = ACTIONS(1350), - [anon_sym___restrict__] = ACTIONS(1350), - [anon_sym__Atomic] = ACTIONS(1350), - [anon_sym__Noreturn] = ACTIONS(1350), - [anon_sym_noreturn] = ACTIONS(1350), - [sym_primitive_type] = ACTIONS(1350), - [anon_sym_enum] = ACTIONS(1350), - [anon_sym_struct] = ACTIONS(1350), - [anon_sym_union] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1350), - [anon_sym_else] = ACTIONS(1350), - [anon_sym_switch] = ACTIONS(1350), - [anon_sym_case] = ACTIONS(1350), - [anon_sym_default] = ACTIONS(1350), - [anon_sym_while] = ACTIONS(1350), - [anon_sym_do] = ACTIONS(1350), - [anon_sym_for] = ACTIONS(1350), - [anon_sym_return] = ACTIONS(1350), - [anon_sym_break] = ACTIONS(1350), - [anon_sym_continue] = ACTIONS(1350), - [anon_sym_goto] = ACTIONS(1350), - [anon_sym___try] = ACTIONS(1350), - [anon_sym___leave] = ACTIONS(1350), - [anon_sym_DASH_DASH] = ACTIONS(1352), - [anon_sym_PLUS_PLUS] = ACTIONS(1352), - [anon_sym_sizeof] = ACTIONS(1350), - [anon_sym___alignof__] = ACTIONS(1350), - [anon_sym___alignof] = ACTIONS(1350), - [anon_sym__alignof] = ACTIONS(1350), - [anon_sym_alignof] = ACTIONS(1350), - [anon_sym__Alignof] = ACTIONS(1350), - [anon_sym_offsetof] = ACTIONS(1350), - [anon_sym__Generic] = ACTIONS(1350), - [anon_sym_asm] = ACTIONS(1350), - [anon_sym___asm__] = ACTIONS(1350), - [sym_number_literal] = ACTIONS(1352), - [anon_sym_L_SQUOTE] = ACTIONS(1352), - [anon_sym_u_SQUOTE] = ACTIONS(1352), - [anon_sym_U_SQUOTE] = ACTIONS(1352), - [anon_sym_u8_SQUOTE] = ACTIONS(1352), - [anon_sym_SQUOTE] = ACTIONS(1352), - [anon_sym_L_DQUOTE] = ACTIONS(1352), - [anon_sym_u_DQUOTE] = ACTIONS(1352), - [anon_sym_U_DQUOTE] = ACTIONS(1352), - [anon_sym_u8_DQUOTE] = ACTIONS(1352), - [anon_sym_DQUOTE] = ACTIONS(1352), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [anon_sym_NULL] = ACTIONS(1350), - [anon_sym_nullptr] = ACTIONS(1350), + [182] = { + [sym_identifier] = ACTIONS(1358), + [aux_sym_preproc_include_token1] = ACTIONS(1358), + [aux_sym_preproc_def_token1] = ACTIONS(1358), + [aux_sym_preproc_if_token1] = ACTIONS(1358), + [aux_sym_preproc_if_token2] = ACTIONS(1358), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1358), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1358), + [aux_sym_preproc_else_token1] = ACTIONS(1358), + [aux_sym_preproc_elif_token1] = ACTIONS(1358), + [sym_preproc_directive] = ACTIONS(1358), + [anon_sym_LPAREN2] = ACTIONS(1360), + [anon_sym_BANG] = ACTIONS(1360), + [anon_sym_TILDE] = ACTIONS(1360), + [anon_sym_DASH] = ACTIONS(1358), + [anon_sym_PLUS] = ACTIONS(1358), + [anon_sym_STAR] = ACTIONS(1360), + [anon_sym_AMP] = ACTIONS(1360), + [anon_sym_SEMI] = ACTIONS(1360), + [anon_sym___extension__] = ACTIONS(1358), + [anon_sym_typedef] = ACTIONS(1358), + [anon_sym_extern] = ACTIONS(1358), + [anon_sym___attribute__] = ACTIONS(1358), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1360), + [anon_sym___declspec] = ACTIONS(1358), + [anon_sym___cdecl] = ACTIONS(1358), + [anon_sym___clrcall] = ACTIONS(1358), + [anon_sym___stdcall] = ACTIONS(1358), + [anon_sym___fastcall] = ACTIONS(1358), + [anon_sym___thiscall] = ACTIONS(1358), + [anon_sym___vectorcall] = ACTIONS(1358), + [anon_sym_LBRACE] = ACTIONS(1360), + [anon_sym_signed] = ACTIONS(1358), + [anon_sym_unsigned] = ACTIONS(1358), + [anon_sym_long] = ACTIONS(1358), + [anon_sym_short] = ACTIONS(1358), + [anon_sym_static] = ACTIONS(1358), + [anon_sym_auto] = ACTIONS(1358), + [anon_sym_register] = ACTIONS(1358), + [anon_sym_inline] = ACTIONS(1358), + [anon_sym___inline] = ACTIONS(1358), + [anon_sym___inline__] = ACTIONS(1358), + [anon_sym___forceinline] = ACTIONS(1358), + [anon_sym_thread_local] = ACTIONS(1358), + [anon_sym___thread] = ACTIONS(1358), + [anon_sym_const] = ACTIONS(1358), + [anon_sym_constexpr] = ACTIONS(1358), + [anon_sym_volatile] = ACTIONS(1358), + [anon_sym_restrict] = ACTIONS(1358), + [anon_sym___restrict__] = ACTIONS(1358), + [anon_sym__Atomic] = ACTIONS(1358), + [anon_sym__Noreturn] = ACTIONS(1358), + [anon_sym_noreturn] = ACTIONS(1358), + [sym_primitive_type] = ACTIONS(1358), + [anon_sym_enum] = ACTIONS(1358), + [anon_sym_struct] = ACTIONS(1358), + [anon_sym_union] = ACTIONS(1358), + [anon_sym_if] = ACTIONS(1358), + [anon_sym_else] = ACTIONS(1358), + [anon_sym_switch] = ACTIONS(1358), + [anon_sym_case] = ACTIONS(1358), + [anon_sym_default] = ACTIONS(1358), + [anon_sym_while] = ACTIONS(1358), + [anon_sym_do] = ACTIONS(1358), + [anon_sym_for] = ACTIONS(1358), + [anon_sym_return] = ACTIONS(1358), + [anon_sym_break] = ACTIONS(1358), + [anon_sym_continue] = ACTIONS(1358), + [anon_sym_goto] = ACTIONS(1358), + [anon_sym___try] = ACTIONS(1358), + [anon_sym___leave] = ACTIONS(1358), + [anon_sym_DASH_DASH] = ACTIONS(1360), + [anon_sym_PLUS_PLUS] = ACTIONS(1360), + [anon_sym_sizeof] = ACTIONS(1358), + [anon_sym___alignof__] = ACTIONS(1358), + [anon_sym___alignof] = ACTIONS(1358), + [anon_sym__alignof] = ACTIONS(1358), + [anon_sym_alignof] = ACTIONS(1358), + [anon_sym__Alignof] = ACTIONS(1358), + [anon_sym_offsetof] = ACTIONS(1358), + [anon_sym__Generic] = ACTIONS(1358), + [anon_sym_asm] = ACTIONS(1358), + [anon_sym___asm__] = ACTIONS(1358), + [sym_number_literal] = ACTIONS(1360), + [anon_sym_L_SQUOTE] = ACTIONS(1360), + [anon_sym_u_SQUOTE] = ACTIONS(1360), + [anon_sym_U_SQUOTE] = ACTIONS(1360), + [anon_sym_u8_SQUOTE] = ACTIONS(1360), + [anon_sym_SQUOTE] = ACTIONS(1360), + [anon_sym_L_DQUOTE] = ACTIONS(1360), + [anon_sym_u_DQUOTE] = ACTIONS(1360), + [anon_sym_U_DQUOTE] = ACTIONS(1360), + [anon_sym_u8_DQUOTE] = ACTIONS(1360), + [anon_sym_DQUOTE] = ACTIONS(1360), + [sym_true] = ACTIONS(1358), + [sym_false] = ACTIONS(1358), + [anon_sym_NULL] = ACTIONS(1358), + [anon_sym_nullptr] = ACTIONS(1358), [sym_comment] = ACTIONS(3), }, - [196] = { + [183] = { [sym_identifier] = ACTIONS(1322), [aux_sym_preproc_include_token1] = ACTIONS(1322), [aux_sym_preproc_def_token1] = ACTIONS(1322), @@ -40606,307 +39297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1322), [sym_comment] = ACTIONS(3), }, - [197] = { - [sym_identifier] = ACTIONS(1338), - [aux_sym_preproc_include_token1] = ACTIONS(1338), - [aux_sym_preproc_def_token1] = ACTIONS(1338), - [aux_sym_preproc_if_token1] = ACTIONS(1338), - [aux_sym_preproc_if_token2] = ACTIONS(1338), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1338), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1338), - [aux_sym_preproc_else_token1] = ACTIONS(1338), - [aux_sym_preproc_elif_token1] = ACTIONS(1338), - [sym_preproc_directive] = ACTIONS(1338), - [anon_sym_LPAREN2] = ACTIONS(1340), - [anon_sym_BANG] = ACTIONS(1340), - [anon_sym_TILDE] = ACTIONS(1340), - [anon_sym_DASH] = ACTIONS(1338), - [anon_sym_PLUS] = ACTIONS(1338), - [anon_sym_STAR] = ACTIONS(1340), - [anon_sym_AMP] = ACTIONS(1340), - [anon_sym_SEMI] = ACTIONS(1340), - [anon_sym___extension__] = ACTIONS(1338), - [anon_sym_typedef] = ACTIONS(1338), - [anon_sym_extern] = ACTIONS(1338), - [anon_sym___attribute__] = ACTIONS(1338), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1340), - [anon_sym___declspec] = ACTIONS(1338), - [anon_sym___cdecl] = ACTIONS(1338), - [anon_sym___clrcall] = ACTIONS(1338), - [anon_sym___stdcall] = ACTIONS(1338), - [anon_sym___fastcall] = ACTIONS(1338), - [anon_sym___thiscall] = ACTIONS(1338), - [anon_sym___vectorcall] = ACTIONS(1338), - [anon_sym_LBRACE] = ACTIONS(1340), - [anon_sym_signed] = ACTIONS(1338), - [anon_sym_unsigned] = ACTIONS(1338), - [anon_sym_long] = ACTIONS(1338), - [anon_sym_short] = ACTIONS(1338), - [anon_sym_static] = ACTIONS(1338), - [anon_sym_auto] = ACTIONS(1338), - [anon_sym_register] = ACTIONS(1338), - [anon_sym_inline] = ACTIONS(1338), - [anon_sym___inline] = ACTIONS(1338), - [anon_sym___inline__] = ACTIONS(1338), - [anon_sym___forceinline] = ACTIONS(1338), - [anon_sym_thread_local] = ACTIONS(1338), - [anon_sym___thread] = ACTIONS(1338), - [anon_sym_const] = ACTIONS(1338), - [anon_sym_constexpr] = ACTIONS(1338), - [anon_sym_volatile] = ACTIONS(1338), - [anon_sym_restrict] = ACTIONS(1338), - [anon_sym___restrict__] = ACTIONS(1338), - [anon_sym__Atomic] = ACTIONS(1338), - [anon_sym__Noreturn] = ACTIONS(1338), - [anon_sym_noreturn] = ACTIONS(1338), - [sym_primitive_type] = ACTIONS(1338), - [anon_sym_enum] = ACTIONS(1338), - [anon_sym_struct] = ACTIONS(1338), - [anon_sym_union] = ACTIONS(1338), - [anon_sym_if] = ACTIONS(1338), - [anon_sym_else] = ACTIONS(1338), - [anon_sym_switch] = ACTIONS(1338), - [anon_sym_case] = ACTIONS(1338), - [anon_sym_default] = ACTIONS(1338), - [anon_sym_while] = ACTIONS(1338), - [anon_sym_do] = ACTIONS(1338), - [anon_sym_for] = ACTIONS(1338), - [anon_sym_return] = ACTIONS(1338), - [anon_sym_break] = ACTIONS(1338), - [anon_sym_continue] = ACTIONS(1338), - [anon_sym_goto] = ACTIONS(1338), - [anon_sym___try] = ACTIONS(1338), - [anon_sym___leave] = ACTIONS(1338), - [anon_sym_DASH_DASH] = ACTIONS(1340), - [anon_sym_PLUS_PLUS] = ACTIONS(1340), - [anon_sym_sizeof] = ACTIONS(1338), - [anon_sym___alignof__] = ACTIONS(1338), - [anon_sym___alignof] = ACTIONS(1338), - [anon_sym__alignof] = ACTIONS(1338), - [anon_sym_alignof] = ACTIONS(1338), - [anon_sym__Alignof] = ACTIONS(1338), - [anon_sym_offsetof] = ACTIONS(1338), - [anon_sym__Generic] = ACTIONS(1338), - [anon_sym_asm] = ACTIONS(1338), - [anon_sym___asm__] = ACTIONS(1338), - [sym_number_literal] = ACTIONS(1340), - [anon_sym_L_SQUOTE] = ACTIONS(1340), - [anon_sym_u_SQUOTE] = ACTIONS(1340), - [anon_sym_U_SQUOTE] = ACTIONS(1340), - [anon_sym_u8_SQUOTE] = ACTIONS(1340), - [anon_sym_SQUOTE] = ACTIONS(1340), - [anon_sym_L_DQUOTE] = ACTIONS(1340), - [anon_sym_u_DQUOTE] = ACTIONS(1340), - [anon_sym_U_DQUOTE] = ACTIONS(1340), - [anon_sym_u8_DQUOTE] = ACTIONS(1340), - [anon_sym_DQUOTE] = ACTIONS(1340), - [sym_true] = ACTIONS(1338), - [sym_false] = ACTIONS(1338), - [anon_sym_NULL] = ACTIONS(1338), - [anon_sym_nullptr] = ACTIONS(1338), - [sym_comment] = ACTIONS(3), - }, - [198] = { - [sym_identifier] = ACTIONS(1344), - [aux_sym_preproc_include_token1] = ACTIONS(1344), - [aux_sym_preproc_def_token1] = ACTIONS(1344), - [aux_sym_preproc_if_token1] = ACTIONS(1344), - [aux_sym_preproc_if_token2] = ACTIONS(1344), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1344), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1344), - [aux_sym_preproc_else_token1] = ACTIONS(1344), - [aux_sym_preproc_elif_token1] = ACTIONS(1344), - [sym_preproc_directive] = ACTIONS(1344), - [anon_sym_LPAREN2] = ACTIONS(1342), - [anon_sym_BANG] = ACTIONS(1342), - [anon_sym_TILDE] = ACTIONS(1342), - [anon_sym_DASH] = ACTIONS(1344), - [anon_sym_PLUS] = ACTIONS(1344), - [anon_sym_STAR] = ACTIONS(1342), - [anon_sym_AMP] = ACTIONS(1342), - [anon_sym_SEMI] = ACTIONS(1342), - [anon_sym___extension__] = ACTIONS(1344), - [anon_sym_typedef] = ACTIONS(1344), - [anon_sym_extern] = ACTIONS(1344), - [anon_sym___attribute__] = ACTIONS(1344), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1342), - [anon_sym___declspec] = ACTIONS(1344), - [anon_sym___cdecl] = ACTIONS(1344), - [anon_sym___clrcall] = ACTIONS(1344), - [anon_sym___stdcall] = ACTIONS(1344), - [anon_sym___fastcall] = ACTIONS(1344), - [anon_sym___thiscall] = ACTIONS(1344), - [anon_sym___vectorcall] = ACTIONS(1344), - [anon_sym_LBRACE] = ACTIONS(1342), - [anon_sym_signed] = ACTIONS(1344), - [anon_sym_unsigned] = ACTIONS(1344), - [anon_sym_long] = ACTIONS(1344), - [anon_sym_short] = ACTIONS(1344), - [anon_sym_static] = ACTIONS(1344), - [anon_sym_auto] = ACTIONS(1344), - [anon_sym_register] = ACTIONS(1344), - [anon_sym_inline] = ACTIONS(1344), - [anon_sym___inline] = ACTIONS(1344), - [anon_sym___inline__] = ACTIONS(1344), - [anon_sym___forceinline] = ACTIONS(1344), - [anon_sym_thread_local] = ACTIONS(1344), - [anon_sym___thread] = ACTIONS(1344), - [anon_sym_const] = ACTIONS(1344), - [anon_sym_constexpr] = ACTIONS(1344), - [anon_sym_volatile] = ACTIONS(1344), - [anon_sym_restrict] = ACTIONS(1344), - [anon_sym___restrict__] = ACTIONS(1344), - [anon_sym__Atomic] = ACTIONS(1344), - [anon_sym__Noreturn] = ACTIONS(1344), - [anon_sym_noreturn] = ACTIONS(1344), - [sym_primitive_type] = ACTIONS(1344), - [anon_sym_enum] = ACTIONS(1344), - [anon_sym_struct] = ACTIONS(1344), - [anon_sym_union] = ACTIONS(1344), - [anon_sym_if] = ACTIONS(1344), - [anon_sym_else] = ACTIONS(1344), - [anon_sym_switch] = ACTIONS(1344), - [anon_sym_case] = ACTIONS(1344), - [anon_sym_default] = ACTIONS(1344), - [anon_sym_while] = ACTIONS(1344), - [anon_sym_do] = ACTIONS(1344), - [anon_sym_for] = ACTIONS(1344), - [anon_sym_return] = ACTIONS(1344), - [anon_sym_break] = ACTIONS(1344), - [anon_sym_continue] = ACTIONS(1344), - [anon_sym_goto] = ACTIONS(1344), - [anon_sym___try] = ACTIONS(1344), - [anon_sym___leave] = ACTIONS(1344), - [anon_sym_DASH_DASH] = ACTIONS(1342), - [anon_sym_PLUS_PLUS] = ACTIONS(1342), - [anon_sym_sizeof] = ACTIONS(1344), - [anon_sym___alignof__] = ACTIONS(1344), - [anon_sym___alignof] = ACTIONS(1344), - [anon_sym__alignof] = ACTIONS(1344), - [anon_sym_alignof] = ACTIONS(1344), - [anon_sym__Alignof] = ACTIONS(1344), - [anon_sym_offsetof] = ACTIONS(1344), - [anon_sym__Generic] = ACTIONS(1344), - [anon_sym_asm] = ACTIONS(1344), - [anon_sym___asm__] = ACTIONS(1344), - [sym_number_literal] = ACTIONS(1342), - [anon_sym_L_SQUOTE] = ACTIONS(1342), - [anon_sym_u_SQUOTE] = ACTIONS(1342), - [anon_sym_U_SQUOTE] = ACTIONS(1342), - [anon_sym_u8_SQUOTE] = ACTIONS(1342), - [anon_sym_SQUOTE] = ACTIONS(1342), - [anon_sym_L_DQUOTE] = ACTIONS(1342), - [anon_sym_u_DQUOTE] = ACTIONS(1342), - [anon_sym_U_DQUOTE] = ACTIONS(1342), - [anon_sym_u8_DQUOTE] = ACTIONS(1342), - [anon_sym_DQUOTE] = ACTIONS(1342), - [sym_true] = ACTIONS(1344), - [sym_false] = ACTIONS(1344), - [anon_sym_NULL] = ACTIONS(1344), - [anon_sym_nullptr] = ACTIONS(1344), - [sym_comment] = ACTIONS(3), - }, - [199] = { - [sym_identifier] = ACTIONS(1390), - [aux_sym_preproc_include_token1] = ACTIONS(1390), - [aux_sym_preproc_def_token1] = ACTIONS(1390), - [aux_sym_preproc_if_token1] = ACTIONS(1390), - [aux_sym_preproc_if_token2] = ACTIONS(1390), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1390), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1390), - [aux_sym_preproc_else_token1] = ACTIONS(1390), - [aux_sym_preproc_elif_token1] = ACTIONS(1390), - [sym_preproc_directive] = ACTIONS(1390), - [anon_sym_LPAREN2] = ACTIONS(1392), - [anon_sym_BANG] = ACTIONS(1392), - [anon_sym_TILDE] = ACTIONS(1392), - [anon_sym_DASH] = ACTIONS(1390), - [anon_sym_PLUS] = ACTIONS(1390), - [anon_sym_STAR] = ACTIONS(1392), - [anon_sym_AMP] = ACTIONS(1392), - [anon_sym_SEMI] = ACTIONS(1392), - [anon_sym___extension__] = ACTIONS(1390), - [anon_sym_typedef] = ACTIONS(1390), - [anon_sym_extern] = ACTIONS(1390), - [anon_sym___attribute__] = ACTIONS(1390), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1392), - [anon_sym___declspec] = ACTIONS(1390), - [anon_sym___cdecl] = ACTIONS(1390), - [anon_sym___clrcall] = ACTIONS(1390), - [anon_sym___stdcall] = ACTIONS(1390), - [anon_sym___fastcall] = ACTIONS(1390), - [anon_sym___thiscall] = ACTIONS(1390), - [anon_sym___vectorcall] = ACTIONS(1390), - [anon_sym_LBRACE] = ACTIONS(1392), - [anon_sym_signed] = ACTIONS(1390), - [anon_sym_unsigned] = ACTIONS(1390), - [anon_sym_long] = ACTIONS(1390), - [anon_sym_short] = ACTIONS(1390), - [anon_sym_static] = ACTIONS(1390), - [anon_sym_auto] = ACTIONS(1390), - [anon_sym_register] = ACTIONS(1390), - [anon_sym_inline] = ACTIONS(1390), - [anon_sym___inline] = ACTIONS(1390), - [anon_sym___inline__] = ACTIONS(1390), - [anon_sym___forceinline] = ACTIONS(1390), - [anon_sym_thread_local] = ACTIONS(1390), - [anon_sym___thread] = ACTIONS(1390), - [anon_sym_const] = ACTIONS(1390), - [anon_sym_constexpr] = ACTIONS(1390), - [anon_sym_volatile] = ACTIONS(1390), - [anon_sym_restrict] = ACTIONS(1390), - [anon_sym___restrict__] = ACTIONS(1390), - [anon_sym__Atomic] = ACTIONS(1390), - [anon_sym__Noreturn] = ACTIONS(1390), - [anon_sym_noreturn] = ACTIONS(1390), - [sym_primitive_type] = ACTIONS(1390), - [anon_sym_enum] = ACTIONS(1390), - [anon_sym_struct] = ACTIONS(1390), - [anon_sym_union] = ACTIONS(1390), - [anon_sym_if] = ACTIONS(1390), - [anon_sym_else] = ACTIONS(1390), - [anon_sym_switch] = ACTIONS(1390), - [anon_sym_case] = ACTIONS(1390), - [anon_sym_default] = ACTIONS(1390), - [anon_sym_while] = ACTIONS(1390), - [anon_sym_do] = ACTIONS(1390), - [anon_sym_for] = ACTIONS(1390), - [anon_sym_return] = ACTIONS(1390), - [anon_sym_break] = ACTIONS(1390), - [anon_sym_continue] = ACTIONS(1390), - [anon_sym_goto] = ACTIONS(1390), - [anon_sym___try] = ACTIONS(1390), - [anon_sym___leave] = ACTIONS(1390), - [anon_sym_DASH_DASH] = ACTIONS(1392), - [anon_sym_PLUS_PLUS] = ACTIONS(1392), - [anon_sym_sizeof] = ACTIONS(1390), - [anon_sym___alignof__] = ACTIONS(1390), - [anon_sym___alignof] = ACTIONS(1390), - [anon_sym__alignof] = ACTIONS(1390), - [anon_sym_alignof] = ACTIONS(1390), - [anon_sym__Alignof] = ACTIONS(1390), - [anon_sym_offsetof] = ACTIONS(1390), - [anon_sym__Generic] = ACTIONS(1390), - [anon_sym_asm] = ACTIONS(1390), - [anon_sym___asm__] = ACTIONS(1390), - [sym_number_literal] = ACTIONS(1392), - [anon_sym_L_SQUOTE] = ACTIONS(1392), - [anon_sym_u_SQUOTE] = ACTIONS(1392), - [anon_sym_U_SQUOTE] = ACTIONS(1392), - [anon_sym_u8_SQUOTE] = ACTIONS(1392), - [anon_sym_SQUOTE] = ACTIONS(1392), - [anon_sym_L_DQUOTE] = ACTIONS(1392), - [anon_sym_u_DQUOTE] = ACTIONS(1392), - [anon_sym_U_DQUOTE] = ACTIONS(1392), - [anon_sym_u8_DQUOTE] = ACTIONS(1392), - [anon_sym_DQUOTE] = ACTIONS(1392), - [sym_true] = ACTIONS(1390), - [sym_false] = ACTIONS(1390), - [anon_sym_NULL] = ACTIONS(1390), - [anon_sym_nullptr] = ACTIONS(1390), - [sym_comment] = ACTIONS(3), - }, - [200] = { + [184] = { [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), [aux_sym_preproc_def_token1] = ACTIONS(1310), @@ -41006,1004 +39397,1812 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [201] = { - [sym_identifier] = ACTIONS(1394), - [aux_sym_preproc_include_token1] = ACTIONS(1394), - [aux_sym_preproc_def_token1] = ACTIONS(1394), - [aux_sym_preproc_if_token1] = ACTIONS(1394), - [aux_sym_preproc_if_token2] = ACTIONS(1394), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1394), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1394), - [aux_sym_preproc_else_token1] = ACTIONS(1394), - [aux_sym_preproc_elif_token1] = ACTIONS(1394), - [sym_preproc_directive] = ACTIONS(1394), - [anon_sym_LPAREN2] = ACTIONS(1396), - [anon_sym_BANG] = ACTIONS(1396), - [anon_sym_TILDE] = ACTIONS(1396), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_AMP] = ACTIONS(1396), - [anon_sym_SEMI] = ACTIONS(1396), - [anon_sym___extension__] = ACTIONS(1394), - [anon_sym_typedef] = ACTIONS(1394), - [anon_sym_extern] = ACTIONS(1394), - [anon_sym___attribute__] = ACTIONS(1394), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1396), - [anon_sym___declspec] = ACTIONS(1394), - [anon_sym___cdecl] = ACTIONS(1394), - [anon_sym___clrcall] = ACTIONS(1394), - [anon_sym___stdcall] = ACTIONS(1394), - [anon_sym___fastcall] = ACTIONS(1394), - [anon_sym___thiscall] = ACTIONS(1394), - [anon_sym___vectorcall] = ACTIONS(1394), - [anon_sym_LBRACE] = ACTIONS(1396), - [anon_sym_signed] = ACTIONS(1394), - [anon_sym_unsigned] = ACTIONS(1394), - [anon_sym_long] = ACTIONS(1394), - [anon_sym_short] = ACTIONS(1394), - [anon_sym_static] = ACTIONS(1394), - [anon_sym_auto] = ACTIONS(1394), - [anon_sym_register] = ACTIONS(1394), - [anon_sym_inline] = ACTIONS(1394), - [anon_sym___inline] = ACTIONS(1394), - [anon_sym___inline__] = ACTIONS(1394), - [anon_sym___forceinline] = ACTIONS(1394), - [anon_sym_thread_local] = ACTIONS(1394), - [anon_sym___thread] = ACTIONS(1394), - [anon_sym_const] = ACTIONS(1394), - [anon_sym_constexpr] = ACTIONS(1394), - [anon_sym_volatile] = ACTIONS(1394), - [anon_sym_restrict] = ACTIONS(1394), - [anon_sym___restrict__] = ACTIONS(1394), - [anon_sym__Atomic] = ACTIONS(1394), - [anon_sym__Noreturn] = ACTIONS(1394), - [anon_sym_noreturn] = ACTIONS(1394), - [sym_primitive_type] = ACTIONS(1394), - [anon_sym_enum] = ACTIONS(1394), - [anon_sym_struct] = ACTIONS(1394), - [anon_sym_union] = ACTIONS(1394), - [anon_sym_if] = ACTIONS(1394), - [anon_sym_else] = ACTIONS(1394), - [anon_sym_switch] = ACTIONS(1394), - [anon_sym_case] = ACTIONS(1394), - [anon_sym_default] = ACTIONS(1394), - [anon_sym_while] = ACTIONS(1394), - [anon_sym_do] = ACTIONS(1394), - [anon_sym_for] = ACTIONS(1394), - [anon_sym_return] = ACTIONS(1394), - [anon_sym_break] = ACTIONS(1394), - [anon_sym_continue] = ACTIONS(1394), - [anon_sym_goto] = ACTIONS(1394), - [anon_sym___try] = ACTIONS(1394), - [anon_sym___leave] = ACTIONS(1394), - [anon_sym_DASH_DASH] = ACTIONS(1396), - [anon_sym_PLUS_PLUS] = ACTIONS(1396), - [anon_sym_sizeof] = ACTIONS(1394), - [anon_sym___alignof__] = ACTIONS(1394), - [anon_sym___alignof] = ACTIONS(1394), - [anon_sym__alignof] = ACTIONS(1394), - [anon_sym_alignof] = ACTIONS(1394), - [anon_sym__Alignof] = ACTIONS(1394), - [anon_sym_offsetof] = ACTIONS(1394), - [anon_sym__Generic] = ACTIONS(1394), - [anon_sym_asm] = ACTIONS(1394), - [anon_sym___asm__] = ACTIONS(1394), - [sym_number_literal] = ACTIONS(1396), - [anon_sym_L_SQUOTE] = ACTIONS(1396), - [anon_sym_u_SQUOTE] = ACTIONS(1396), - [anon_sym_U_SQUOTE] = ACTIONS(1396), - [anon_sym_u8_SQUOTE] = ACTIONS(1396), - [anon_sym_SQUOTE] = ACTIONS(1396), - [anon_sym_L_DQUOTE] = ACTIONS(1396), - [anon_sym_u_DQUOTE] = ACTIONS(1396), - [anon_sym_U_DQUOTE] = ACTIONS(1396), - [anon_sym_u8_DQUOTE] = ACTIONS(1396), - [anon_sym_DQUOTE] = ACTIONS(1396), - [sym_true] = ACTIONS(1394), - [sym_false] = ACTIONS(1394), - [anon_sym_NULL] = ACTIONS(1394), - [anon_sym_nullptr] = ACTIONS(1394), - [sym_comment] = ACTIONS(3), - }, - [202] = { - [sym_identifier] = ACTIONS(1500), - [aux_sym_preproc_include_token1] = ACTIONS(1500), - [aux_sym_preproc_def_token1] = ACTIONS(1500), - [aux_sym_preproc_if_token1] = ACTIONS(1500), - [aux_sym_preproc_if_token2] = ACTIONS(1500), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1500), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1500), - [aux_sym_preproc_else_token1] = ACTIONS(1500), - [aux_sym_preproc_elif_token1] = ACTIONS(1500), - [sym_preproc_directive] = ACTIONS(1500), - [anon_sym_LPAREN2] = ACTIONS(1502), - [anon_sym_BANG] = ACTIONS(1502), - [anon_sym_TILDE] = ACTIONS(1502), - [anon_sym_DASH] = ACTIONS(1500), - [anon_sym_PLUS] = ACTIONS(1500), - [anon_sym_STAR] = ACTIONS(1502), - [anon_sym_AMP] = ACTIONS(1502), - [anon_sym_SEMI] = ACTIONS(1502), - [anon_sym___extension__] = ACTIONS(1500), - [anon_sym_typedef] = ACTIONS(1500), - [anon_sym_extern] = ACTIONS(1500), - [anon_sym___attribute__] = ACTIONS(1500), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1502), - [anon_sym___declspec] = ACTIONS(1500), - [anon_sym___cdecl] = ACTIONS(1500), - [anon_sym___clrcall] = ACTIONS(1500), - [anon_sym___stdcall] = ACTIONS(1500), - [anon_sym___fastcall] = ACTIONS(1500), - [anon_sym___thiscall] = ACTIONS(1500), - [anon_sym___vectorcall] = ACTIONS(1500), - [anon_sym_LBRACE] = ACTIONS(1502), - [anon_sym_signed] = ACTIONS(1500), - [anon_sym_unsigned] = ACTIONS(1500), - [anon_sym_long] = ACTIONS(1500), - [anon_sym_short] = ACTIONS(1500), - [anon_sym_static] = ACTIONS(1500), - [anon_sym_auto] = ACTIONS(1500), - [anon_sym_register] = ACTIONS(1500), - [anon_sym_inline] = ACTIONS(1500), - [anon_sym___inline] = ACTIONS(1500), - [anon_sym___inline__] = ACTIONS(1500), - [anon_sym___forceinline] = ACTIONS(1500), - [anon_sym_thread_local] = ACTIONS(1500), - [anon_sym___thread] = ACTIONS(1500), - [anon_sym_const] = ACTIONS(1500), - [anon_sym_constexpr] = ACTIONS(1500), - [anon_sym_volatile] = ACTIONS(1500), - [anon_sym_restrict] = ACTIONS(1500), - [anon_sym___restrict__] = ACTIONS(1500), - [anon_sym__Atomic] = ACTIONS(1500), - [anon_sym__Noreturn] = ACTIONS(1500), - [anon_sym_noreturn] = ACTIONS(1500), - [sym_primitive_type] = ACTIONS(1500), - [anon_sym_enum] = ACTIONS(1500), - [anon_sym_struct] = ACTIONS(1500), - [anon_sym_union] = ACTIONS(1500), - [anon_sym_if] = ACTIONS(1500), - [anon_sym_switch] = ACTIONS(1500), - [anon_sym_case] = ACTIONS(1500), - [anon_sym_default] = ACTIONS(1500), - [anon_sym_while] = ACTIONS(1500), - [anon_sym_do] = ACTIONS(1500), - [anon_sym_for] = ACTIONS(1500), - [anon_sym_return] = ACTIONS(1500), - [anon_sym_break] = ACTIONS(1500), - [anon_sym_continue] = ACTIONS(1500), - [anon_sym_goto] = ACTIONS(1500), - [anon_sym___try] = ACTIONS(1500), - [anon_sym___leave] = ACTIONS(1500), - [anon_sym_DASH_DASH] = ACTIONS(1502), - [anon_sym_PLUS_PLUS] = ACTIONS(1502), - [anon_sym_sizeof] = ACTIONS(1500), - [anon_sym___alignof__] = ACTIONS(1500), - [anon_sym___alignof] = ACTIONS(1500), - [anon_sym__alignof] = ACTIONS(1500), - [anon_sym_alignof] = ACTIONS(1500), - [anon_sym__Alignof] = ACTIONS(1500), - [anon_sym_offsetof] = ACTIONS(1500), - [anon_sym__Generic] = ACTIONS(1500), - [anon_sym_asm] = ACTIONS(1500), - [anon_sym___asm__] = ACTIONS(1500), - [sym_number_literal] = ACTIONS(1502), - [anon_sym_L_SQUOTE] = ACTIONS(1502), - [anon_sym_u_SQUOTE] = ACTIONS(1502), - [anon_sym_U_SQUOTE] = ACTIONS(1502), - [anon_sym_u8_SQUOTE] = ACTIONS(1502), - [anon_sym_SQUOTE] = ACTIONS(1502), - [anon_sym_L_DQUOTE] = ACTIONS(1502), - [anon_sym_u_DQUOTE] = ACTIONS(1502), - [anon_sym_U_DQUOTE] = ACTIONS(1502), - [anon_sym_u8_DQUOTE] = ACTIONS(1502), - [anon_sym_DQUOTE] = ACTIONS(1502), - [sym_true] = ACTIONS(1500), - [sym_false] = ACTIONS(1500), - [anon_sym_NULL] = ACTIONS(1500), - [anon_sym_nullptr] = ACTIONS(1500), + [185] = { + [sym_identifier] = ACTIONS(1370), + [aux_sym_preproc_include_token1] = ACTIONS(1370), + [aux_sym_preproc_def_token1] = ACTIONS(1370), + [aux_sym_preproc_if_token1] = ACTIONS(1370), + [aux_sym_preproc_if_token2] = ACTIONS(1370), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1370), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1370), + [aux_sym_preproc_else_token1] = ACTIONS(1370), + [aux_sym_preproc_elif_token1] = ACTIONS(1370), + [sym_preproc_directive] = ACTIONS(1370), + [anon_sym_LPAREN2] = ACTIONS(1372), + [anon_sym_BANG] = ACTIONS(1372), + [anon_sym_TILDE] = ACTIONS(1372), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_AMP] = ACTIONS(1372), + [anon_sym_SEMI] = ACTIONS(1372), + [anon_sym___extension__] = ACTIONS(1370), + [anon_sym_typedef] = ACTIONS(1370), + [anon_sym_extern] = ACTIONS(1370), + [anon_sym___attribute__] = ACTIONS(1370), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1372), + [anon_sym___declspec] = ACTIONS(1370), + [anon_sym___cdecl] = ACTIONS(1370), + [anon_sym___clrcall] = ACTIONS(1370), + [anon_sym___stdcall] = ACTIONS(1370), + [anon_sym___fastcall] = ACTIONS(1370), + [anon_sym___thiscall] = ACTIONS(1370), + [anon_sym___vectorcall] = ACTIONS(1370), + [anon_sym_LBRACE] = ACTIONS(1372), + [anon_sym_signed] = ACTIONS(1370), + [anon_sym_unsigned] = ACTIONS(1370), + [anon_sym_long] = ACTIONS(1370), + [anon_sym_short] = ACTIONS(1370), + [anon_sym_static] = ACTIONS(1370), + [anon_sym_auto] = ACTIONS(1370), + [anon_sym_register] = ACTIONS(1370), + [anon_sym_inline] = ACTIONS(1370), + [anon_sym___inline] = ACTIONS(1370), + [anon_sym___inline__] = ACTIONS(1370), + [anon_sym___forceinline] = ACTIONS(1370), + [anon_sym_thread_local] = ACTIONS(1370), + [anon_sym___thread] = ACTIONS(1370), + [anon_sym_const] = ACTIONS(1370), + [anon_sym_constexpr] = ACTIONS(1370), + [anon_sym_volatile] = ACTIONS(1370), + [anon_sym_restrict] = ACTIONS(1370), + [anon_sym___restrict__] = ACTIONS(1370), + [anon_sym__Atomic] = ACTIONS(1370), + [anon_sym__Noreturn] = ACTIONS(1370), + [anon_sym_noreturn] = ACTIONS(1370), + [sym_primitive_type] = ACTIONS(1370), + [anon_sym_enum] = ACTIONS(1370), + [anon_sym_struct] = ACTIONS(1370), + [anon_sym_union] = ACTIONS(1370), + [anon_sym_if] = ACTIONS(1370), + [anon_sym_else] = ACTIONS(1370), + [anon_sym_switch] = ACTIONS(1370), + [anon_sym_case] = ACTIONS(1370), + [anon_sym_default] = ACTIONS(1370), + [anon_sym_while] = ACTIONS(1370), + [anon_sym_do] = ACTIONS(1370), + [anon_sym_for] = ACTIONS(1370), + [anon_sym_return] = ACTIONS(1370), + [anon_sym_break] = ACTIONS(1370), + [anon_sym_continue] = ACTIONS(1370), + [anon_sym_goto] = ACTIONS(1370), + [anon_sym___try] = ACTIONS(1370), + [anon_sym___leave] = ACTIONS(1370), + [anon_sym_DASH_DASH] = ACTIONS(1372), + [anon_sym_PLUS_PLUS] = ACTIONS(1372), + [anon_sym_sizeof] = ACTIONS(1370), + [anon_sym___alignof__] = ACTIONS(1370), + [anon_sym___alignof] = ACTIONS(1370), + [anon_sym__alignof] = ACTIONS(1370), + [anon_sym_alignof] = ACTIONS(1370), + [anon_sym__Alignof] = ACTIONS(1370), + [anon_sym_offsetof] = ACTIONS(1370), + [anon_sym__Generic] = ACTIONS(1370), + [anon_sym_asm] = ACTIONS(1370), + [anon_sym___asm__] = ACTIONS(1370), + [sym_number_literal] = ACTIONS(1372), + [anon_sym_L_SQUOTE] = ACTIONS(1372), + [anon_sym_u_SQUOTE] = ACTIONS(1372), + [anon_sym_U_SQUOTE] = ACTIONS(1372), + [anon_sym_u8_SQUOTE] = ACTIONS(1372), + [anon_sym_SQUOTE] = ACTIONS(1372), + [anon_sym_L_DQUOTE] = ACTIONS(1372), + [anon_sym_u_DQUOTE] = ACTIONS(1372), + [anon_sym_U_DQUOTE] = ACTIONS(1372), + [anon_sym_u8_DQUOTE] = ACTIONS(1372), + [anon_sym_DQUOTE] = ACTIONS(1372), + [sym_true] = ACTIONS(1370), + [sym_false] = ACTIONS(1370), + [anon_sym_NULL] = ACTIONS(1370), + [anon_sym_nullptr] = ACTIONS(1370), [sym_comment] = ACTIONS(3), }, - [203] = { - [sym_identifier] = ACTIONS(1452), - [aux_sym_preproc_include_token1] = ACTIONS(1452), - [aux_sym_preproc_def_token1] = ACTIONS(1452), - [aux_sym_preproc_if_token1] = ACTIONS(1452), - [aux_sym_preproc_if_token2] = ACTIONS(1452), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1452), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1452), - [aux_sym_preproc_else_token1] = ACTIONS(1452), - [aux_sym_preproc_elif_token1] = ACTIONS(1452), - [sym_preproc_directive] = ACTIONS(1452), - [anon_sym_LPAREN2] = ACTIONS(1454), - [anon_sym_BANG] = ACTIONS(1454), - [anon_sym_TILDE] = ACTIONS(1454), - [anon_sym_DASH] = ACTIONS(1452), - [anon_sym_PLUS] = ACTIONS(1452), - [anon_sym_STAR] = ACTIONS(1454), - [anon_sym_AMP] = ACTIONS(1454), - [anon_sym_SEMI] = ACTIONS(1454), - [anon_sym___extension__] = ACTIONS(1452), - [anon_sym_typedef] = ACTIONS(1452), - [anon_sym_extern] = ACTIONS(1452), - [anon_sym___attribute__] = ACTIONS(1452), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1454), - [anon_sym___declspec] = ACTIONS(1452), - [anon_sym___cdecl] = ACTIONS(1452), - [anon_sym___clrcall] = ACTIONS(1452), - [anon_sym___stdcall] = ACTIONS(1452), - [anon_sym___fastcall] = ACTIONS(1452), - [anon_sym___thiscall] = ACTIONS(1452), - [anon_sym___vectorcall] = ACTIONS(1452), - [anon_sym_LBRACE] = ACTIONS(1454), - [anon_sym_signed] = ACTIONS(1452), - [anon_sym_unsigned] = ACTIONS(1452), - [anon_sym_long] = ACTIONS(1452), - [anon_sym_short] = ACTIONS(1452), - [anon_sym_static] = ACTIONS(1452), - [anon_sym_auto] = ACTIONS(1452), - [anon_sym_register] = ACTIONS(1452), - [anon_sym_inline] = ACTIONS(1452), - [anon_sym___inline] = ACTIONS(1452), - [anon_sym___inline__] = ACTIONS(1452), - [anon_sym___forceinline] = ACTIONS(1452), - [anon_sym_thread_local] = ACTIONS(1452), - [anon_sym___thread] = ACTIONS(1452), - [anon_sym_const] = ACTIONS(1452), - [anon_sym_constexpr] = ACTIONS(1452), - [anon_sym_volatile] = ACTIONS(1452), - [anon_sym_restrict] = ACTIONS(1452), - [anon_sym___restrict__] = ACTIONS(1452), - [anon_sym__Atomic] = ACTIONS(1452), - [anon_sym__Noreturn] = ACTIONS(1452), - [anon_sym_noreturn] = ACTIONS(1452), - [sym_primitive_type] = ACTIONS(1452), - [anon_sym_enum] = ACTIONS(1452), - [anon_sym_struct] = ACTIONS(1452), - [anon_sym_union] = ACTIONS(1452), - [anon_sym_if] = ACTIONS(1452), - [anon_sym_switch] = ACTIONS(1452), - [anon_sym_case] = ACTIONS(1452), - [anon_sym_default] = ACTIONS(1452), - [anon_sym_while] = ACTIONS(1452), - [anon_sym_do] = ACTIONS(1452), - [anon_sym_for] = ACTIONS(1452), - [anon_sym_return] = ACTIONS(1452), - [anon_sym_break] = ACTIONS(1452), - [anon_sym_continue] = ACTIONS(1452), - [anon_sym_goto] = ACTIONS(1452), - [anon_sym___try] = ACTIONS(1452), - [anon_sym___leave] = ACTIONS(1452), - [anon_sym_DASH_DASH] = ACTIONS(1454), - [anon_sym_PLUS_PLUS] = ACTIONS(1454), - [anon_sym_sizeof] = ACTIONS(1452), - [anon_sym___alignof__] = ACTIONS(1452), - [anon_sym___alignof] = ACTIONS(1452), - [anon_sym__alignof] = ACTIONS(1452), - [anon_sym_alignof] = ACTIONS(1452), - [anon_sym__Alignof] = ACTIONS(1452), - [anon_sym_offsetof] = ACTIONS(1452), - [anon_sym__Generic] = ACTIONS(1452), - [anon_sym_asm] = ACTIONS(1452), - [anon_sym___asm__] = ACTIONS(1452), - [sym_number_literal] = ACTIONS(1454), - [anon_sym_L_SQUOTE] = ACTIONS(1454), - [anon_sym_u_SQUOTE] = ACTIONS(1454), - [anon_sym_U_SQUOTE] = ACTIONS(1454), - [anon_sym_u8_SQUOTE] = ACTIONS(1454), - [anon_sym_SQUOTE] = ACTIONS(1454), - [anon_sym_L_DQUOTE] = ACTIONS(1454), - [anon_sym_u_DQUOTE] = ACTIONS(1454), - [anon_sym_U_DQUOTE] = ACTIONS(1454), - [anon_sym_u8_DQUOTE] = ACTIONS(1454), - [anon_sym_DQUOTE] = ACTIONS(1454), - [sym_true] = ACTIONS(1452), - [sym_false] = ACTIONS(1452), - [anon_sym_NULL] = ACTIONS(1452), - [anon_sym_nullptr] = ACTIONS(1452), + [186] = { + [sym_identifier] = ACTIONS(1346), + [aux_sym_preproc_include_token1] = ACTIONS(1346), + [aux_sym_preproc_def_token1] = ACTIONS(1346), + [aux_sym_preproc_if_token1] = ACTIONS(1346), + [aux_sym_preproc_if_token2] = ACTIONS(1346), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1346), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1346), + [aux_sym_preproc_else_token1] = ACTIONS(1346), + [aux_sym_preproc_elif_token1] = ACTIONS(1346), + [sym_preproc_directive] = ACTIONS(1346), + [anon_sym_LPAREN2] = ACTIONS(1348), + [anon_sym_BANG] = ACTIONS(1348), + [anon_sym_TILDE] = ACTIONS(1348), + [anon_sym_DASH] = ACTIONS(1346), + [anon_sym_PLUS] = ACTIONS(1346), + [anon_sym_STAR] = ACTIONS(1348), + [anon_sym_AMP] = ACTIONS(1348), + [anon_sym_SEMI] = ACTIONS(1348), + [anon_sym___extension__] = ACTIONS(1346), + [anon_sym_typedef] = ACTIONS(1346), + [anon_sym_extern] = ACTIONS(1346), + [anon_sym___attribute__] = ACTIONS(1346), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1348), + [anon_sym___declspec] = ACTIONS(1346), + [anon_sym___cdecl] = ACTIONS(1346), + [anon_sym___clrcall] = ACTIONS(1346), + [anon_sym___stdcall] = ACTIONS(1346), + [anon_sym___fastcall] = ACTIONS(1346), + [anon_sym___thiscall] = ACTIONS(1346), + [anon_sym___vectorcall] = ACTIONS(1346), + [anon_sym_LBRACE] = ACTIONS(1348), + [anon_sym_signed] = ACTIONS(1346), + [anon_sym_unsigned] = ACTIONS(1346), + [anon_sym_long] = ACTIONS(1346), + [anon_sym_short] = ACTIONS(1346), + [anon_sym_static] = ACTIONS(1346), + [anon_sym_auto] = ACTIONS(1346), + [anon_sym_register] = ACTIONS(1346), + [anon_sym_inline] = ACTIONS(1346), + [anon_sym___inline] = ACTIONS(1346), + [anon_sym___inline__] = ACTIONS(1346), + [anon_sym___forceinline] = ACTIONS(1346), + [anon_sym_thread_local] = ACTIONS(1346), + [anon_sym___thread] = ACTIONS(1346), + [anon_sym_const] = ACTIONS(1346), + [anon_sym_constexpr] = ACTIONS(1346), + [anon_sym_volatile] = ACTIONS(1346), + [anon_sym_restrict] = ACTIONS(1346), + [anon_sym___restrict__] = ACTIONS(1346), + [anon_sym__Atomic] = ACTIONS(1346), + [anon_sym__Noreturn] = ACTIONS(1346), + [anon_sym_noreturn] = ACTIONS(1346), + [sym_primitive_type] = ACTIONS(1346), + [anon_sym_enum] = ACTIONS(1346), + [anon_sym_struct] = ACTIONS(1346), + [anon_sym_union] = ACTIONS(1346), + [anon_sym_if] = ACTIONS(1346), + [anon_sym_else] = ACTIONS(1346), + [anon_sym_switch] = ACTIONS(1346), + [anon_sym_case] = ACTIONS(1346), + [anon_sym_default] = ACTIONS(1346), + [anon_sym_while] = ACTIONS(1346), + [anon_sym_do] = ACTIONS(1346), + [anon_sym_for] = ACTIONS(1346), + [anon_sym_return] = ACTIONS(1346), + [anon_sym_break] = ACTIONS(1346), + [anon_sym_continue] = ACTIONS(1346), + [anon_sym_goto] = ACTIONS(1346), + [anon_sym___try] = ACTIONS(1346), + [anon_sym___leave] = ACTIONS(1346), + [anon_sym_DASH_DASH] = ACTIONS(1348), + [anon_sym_PLUS_PLUS] = ACTIONS(1348), + [anon_sym_sizeof] = ACTIONS(1346), + [anon_sym___alignof__] = ACTIONS(1346), + [anon_sym___alignof] = ACTIONS(1346), + [anon_sym__alignof] = ACTIONS(1346), + [anon_sym_alignof] = ACTIONS(1346), + [anon_sym__Alignof] = ACTIONS(1346), + [anon_sym_offsetof] = ACTIONS(1346), + [anon_sym__Generic] = ACTIONS(1346), + [anon_sym_asm] = ACTIONS(1346), + [anon_sym___asm__] = ACTIONS(1346), + [sym_number_literal] = ACTIONS(1348), + [anon_sym_L_SQUOTE] = ACTIONS(1348), + [anon_sym_u_SQUOTE] = ACTIONS(1348), + [anon_sym_U_SQUOTE] = ACTIONS(1348), + [anon_sym_u8_SQUOTE] = ACTIONS(1348), + [anon_sym_SQUOTE] = ACTIONS(1348), + [anon_sym_L_DQUOTE] = ACTIONS(1348), + [anon_sym_u_DQUOTE] = ACTIONS(1348), + [anon_sym_U_DQUOTE] = ACTIONS(1348), + [anon_sym_u8_DQUOTE] = ACTIONS(1348), + [anon_sym_DQUOTE] = ACTIONS(1348), + [sym_true] = ACTIONS(1346), + [sym_false] = ACTIONS(1346), + [anon_sym_NULL] = ACTIONS(1346), + [anon_sym_nullptr] = ACTIONS(1346), [sym_comment] = ACTIONS(3), }, - [204] = { - [sym_identifier] = ACTIONS(1420), - [aux_sym_preproc_include_token1] = ACTIONS(1420), - [aux_sym_preproc_def_token1] = ACTIONS(1420), - [aux_sym_preproc_if_token1] = ACTIONS(1420), - [aux_sym_preproc_if_token2] = ACTIONS(1420), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1420), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1420), - [aux_sym_preproc_else_token1] = ACTIONS(1420), - [aux_sym_preproc_elif_token1] = ACTIONS(1420), - [sym_preproc_directive] = ACTIONS(1420), - [anon_sym_LPAREN2] = ACTIONS(1422), - [anon_sym_BANG] = ACTIONS(1422), - [anon_sym_TILDE] = ACTIONS(1422), - [anon_sym_DASH] = ACTIONS(1420), - [anon_sym_PLUS] = ACTIONS(1420), - [anon_sym_STAR] = ACTIONS(1422), - [anon_sym_AMP] = ACTIONS(1422), - [anon_sym_SEMI] = ACTIONS(1422), - [anon_sym___extension__] = ACTIONS(1420), - [anon_sym_typedef] = ACTIONS(1420), - [anon_sym_extern] = ACTIONS(1420), - [anon_sym___attribute__] = ACTIONS(1420), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1422), - [anon_sym___declspec] = ACTIONS(1420), - [anon_sym___cdecl] = ACTIONS(1420), - [anon_sym___clrcall] = ACTIONS(1420), - [anon_sym___stdcall] = ACTIONS(1420), - [anon_sym___fastcall] = ACTIONS(1420), - [anon_sym___thiscall] = ACTIONS(1420), - [anon_sym___vectorcall] = ACTIONS(1420), - [anon_sym_LBRACE] = ACTIONS(1422), - [anon_sym_signed] = ACTIONS(1420), - [anon_sym_unsigned] = ACTIONS(1420), - [anon_sym_long] = ACTIONS(1420), - [anon_sym_short] = ACTIONS(1420), - [anon_sym_static] = ACTIONS(1420), - [anon_sym_auto] = ACTIONS(1420), - [anon_sym_register] = ACTIONS(1420), - [anon_sym_inline] = ACTIONS(1420), - [anon_sym___inline] = ACTIONS(1420), - [anon_sym___inline__] = ACTIONS(1420), - [anon_sym___forceinline] = ACTIONS(1420), - [anon_sym_thread_local] = ACTIONS(1420), - [anon_sym___thread] = ACTIONS(1420), - [anon_sym_const] = ACTIONS(1420), - [anon_sym_constexpr] = ACTIONS(1420), - [anon_sym_volatile] = ACTIONS(1420), - [anon_sym_restrict] = ACTIONS(1420), - [anon_sym___restrict__] = ACTIONS(1420), - [anon_sym__Atomic] = ACTIONS(1420), - [anon_sym__Noreturn] = ACTIONS(1420), - [anon_sym_noreturn] = ACTIONS(1420), - [sym_primitive_type] = ACTIONS(1420), - [anon_sym_enum] = ACTIONS(1420), - [anon_sym_struct] = ACTIONS(1420), - [anon_sym_union] = ACTIONS(1420), - [anon_sym_if] = ACTIONS(1420), - [anon_sym_switch] = ACTIONS(1420), - [anon_sym_case] = ACTIONS(1420), - [anon_sym_default] = ACTIONS(1420), - [anon_sym_while] = ACTIONS(1420), - [anon_sym_do] = ACTIONS(1420), - [anon_sym_for] = ACTIONS(1420), - [anon_sym_return] = ACTIONS(1420), - [anon_sym_break] = ACTIONS(1420), - [anon_sym_continue] = ACTIONS(1420), - [anon_sym_goto] = ACTIONS(1420), - [anon_sym___try] = ACTIONS(1420), - [anon_sym___leave] = ACTIONS(1420), - [anon_sym_DASH_DASH] = ACTIONS(1422), - [anon_sym_PLUS_PLUS] = ACTIONS(1422), - [anon_sym_sizeof] = ACTIONS(1420), - [anon_sym___alignof__] = ACTIONS(1420), - [anon_sym___alignof] = ACTIONS(1420), - [anon_sym__alignof] = ACTIONS(1420), - [anon_sym_alignof] = ACTIONS(1420), - [anon_sym__Alignof] = ACTIONS(1420), - [anon_sym_offsetof] = ACTIONS(1420), - [anon_sym__Generic] = ACTIONS(1420), - [anon_sym_asm] = ACTIONS(1420), - [anon_sym___asm__] = ACTIONS(1420), - [sym_number_literal] = ACTIONS(1422), - [anon_sym_L_SQUOTE] = ACTIONS(1422), - [anon_sym_u_SQUOTE] = ACTIONS(1422), - [anon_sym_U_SQUOTE] = ACTIONS(1422), - [anon_sym_u8_SQUOTE] = ACTIONS(1422), - [anon_sym_SQUOTE] = ACTIONS(1422), - [anon_sym_L_DQUOTE] = ACTIONS(1422), - [anon_sym_u_DQUOTE] = ACTIONS(1422), - [anon_sym_U_DQUOTE] = ACTIONS(1422), - [anon_sym_u8_DQUOTE] = ACTIONS(1422), - [anon_sym_DQUOTE] = ACTIONS(1422), - [sym_true] = ACTIONS(1420), - [sym_false] = ACTIONS(1420), - [anon_sym_NULL] = ACTIONS(1420), - [anon_sym_nullptr] = ACTIONS(1420), + [187] = { + [sym_identifier] = ACTIONS(1330), + [aux_sym_preproc_include_token1] = ACTIONS(1330), + [aux_sym_preproc_def_token1] = ACTIONS(1330), + [aux_sym_preproc_if_token1] = ACTIONS(1330), + [aux_sym_preproc_if_token2] = ACTIONS(1330), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1330), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1330), + [aux_sym_preproc_else_token1] = ACTIONS(1330), + [aux_sym_preproc_elif_token1] = ACTIONS(1330), + [sym_preproc_directive] = ACTIONS(1330), + [anon_sym_LPAREN2] = ACTIONS(1332), + [anon_sym_BANG] = ACTIONS(1332), + [anon_sym_TILDE] = ACTIONS(1332), + [anon_sym_DASH] = ACTIONS(1330), + [anon_sym_PLUS] = ACTIONS(1330), + [anon_sym_STAR] = ACTIONS(1332), + [anon_sym_AMP] = ACTIONS(1332), + [anon_sym_SEMI] = ACTIONS(1332), + [anon_sym___extension__] = ACTIONS(1330), + [anon_sym_typedef] = ACTIONS(1330), + [anon_sym_extern] = ACTIONS(1330), + [anon_sym___attribute__] = ACTIONS(1330), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1332), + [anon_sym___declspec] = ACTIONS(1330), + [anon_sym___cdecl] = ACTIONS(1330), + [anon_sym___clrcall] = ACTIONS(1330), + [anon_sym___stdcall] = ACTIONS(1330), + [anon_sym___fastcall] = ACTIONS(1330), + [anon_sym___thiscall] = ACTIONS(1330), + [anon_sym___vectorcall] = ACTIONS(1330), + [anon_sym_LBRACE] = ACTIONS(1332), + [anon_sym_signed] = ACTIONS(1330), + [anon_sym_unsigned] = ACTIONS(1330), + [anon_sym_long] = ACTIONS(1330), + [anon_sym_short] = ACTIONS(1330), + [anon_sym_static] = ACTIONS(1330), + [anon_sym_auto] = ACTIONS(1330), + [anon_sym_register] = ACTIONS(1330), + [anon_sym_inline] = ACTIONS(1330), + [anon_sym___inline] = ACTIONS(1330), + [anon_sym___inline__] = ACTIONS(1330), + [anon_sym___forceinline] = ACTIONS(1330), + [anon_sym_thread_local] = ACTIONS(1330), + [anon_sym___thread] = ACTIONS(1330), + [anon_sym_const] = ACTIONS(1330), + [anon_sym_constexpr] = ACTIONS(1330), + [anon_sym_volatile] = ACTIONS(1330), + [anon_sym_restrict] = ACTIONS(1330), + [anon_sym___restrict__] = ACTIONS(1330), + [anon_sym__Atomic] = ACTIONS(1330), + [anon_sym__Noreturn] = ACTIONS(1330), + [anon_sym_noreturn] = ACTIONS(1330), + [sym_primitive_type] = ACTIONS(1330), + [anon_sym_enum] = ACTIONS(1330), + [anon_sym_struct] = ACTIONS(1330), + [anon_sym_union] = ACTIONS(1330), + [anon_sym_if] = ACTIONS(1330), + [anon_sym_else] = ACTIONS(1330), + [anon_sym_switch] = ACTIONS(1330), + [anon_sym_case] = ACTIONS(1330), + [anon_sym_default] = ACTIONS(1330), + [anon_sym_while] = ACTIONS(1330), + [anon_sym_do] = ACTIONS(1330), + [anon_sym_for] = ACTIONS(1330), + [anon_sym_return] = ACTIONS(1330), + [anon_sym_break] = ACTIONS(1330), + [anon_sym_continue] = ACTIONS(1330), + [anon_sym_goto] = ACTIONS(1330), + [anon_sym___try] = ACTIONS(1330), + [anon_sym___leave] = ACTIONS(1330), + [anon_sym_DASH_DASH] = ACTIONS(1332), + [anon_sym_PLUS_PLUS] = ACTIONS(1332), + [anon_sym_sizeof] = ACTIONS(1330), + [anon_sym___alignof__] = ACTIONS(1330), + [anon_sym___alignof] = ACTIONS(1330), + [anon_sym__alignof] = ACTIONS(1330), + [anon_sym_alignof] = ACTIONS(1330), + [anon_sym__Alignof] = ACTIONS(1330), + [anon_sym_offsetof] = ACTIONS(1330), + [anon_sym__Generic] = ACTIONS(1330), + [anon_sym_asm] = ACTIONS(1330), + [anon_sym___asm__] = ACTIONS(1330), + [sym_number_literal] = ACTIONS(1332), + [anon_sym_L_SQUOTE] = ACTIONS(1332), + [anon_sym_u_SQUOTE] = ACTIONS(1332), + [anon_sym_U_SQUOTE] = ACTIONS(1332), + [anon_sym_u8_SQUOTE] = ACTIONS(1332), + [anon_sym_SQUOTE] = ACTIONS(1332), + [anon_sym_L_DQUOTE] = ACTIONS(1332), + [anon_sym_u_DQUOTE] = ACTIONS(1332), + [anon_sym_U_DQUOTE] = ACTIONS(1332), + [anon_sym_u8_DQUOTE] = ACTIONS(1332), + [anon_sym_DQUOTE] = ACTIONS(1332), + [sym_true] = ACTIONS(1330), + [sym_false] = ACTIONS(1330), + [anon_sym_NULL] = ACTIONS(1330), + [anon_sym_nullptr] = ACTIONS(1330), [sym_comment] = ACTIONS(3), }, - [205] = { - [sym_identifier] = ACTIONS(1436), - [aux_sym_preproc_include_token1] = ACTIONS(1436), - [aux_sym_preproc_def_token1] = ACTIONS(1436), - [aux_sym_preproc_if_token1] = ACTIONS(1436), - [aux_sym_preproc_if_token2] = ACTIONS(1436), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1436), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1436), - [aux_sym_preproc_else_token1] = ACTIONS(1436), - [aux_sym_preproc_elif_token1] = ACTIONS(1436), - [sym_preproc_directive] = ACTIONS(1436), - [anon_sym_LPAREN2] = ACTIONS(1438), - [anon_sym_BANG] = ACTIONS(1438), - [anon_sym_TILDE] = ACTIONS(1438), - [anon_sym_DASH] = ACTIONS(1436), - [anon_sym_PLUS] = ACTIONS(1436), - [anon_sym_STAR] = ACTIONS(1438), - [anon_sym_AMP] = ACTIONS(1438), - [anon_sym_SEMI] = ACTIONS(1438), - [anon_sym___extension__] = ACTIONS(1436), - [anon_sym_typedef] = ACTIONS(1436), - [anon_sym_extern] = ACTIONS(1436), - [anon_sym___attribute__] = ACTIONS(1436), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1438), - [anon_sym___declspec] = ACTIONS(1436), - [anon_sym___cdecl] = ACTIONS(1436), - [anon_sym___clrcall] = ACTIONS(1436), - [anon_sym___stdcall] = ACTIONS(1436), - [anon_sym___fastcall] = ACTIONS(1436), - [anon_sym___thiscall] = ACTIONS(1436), - [anon_sym___vectorcall] = ACTIONS(1436), - [anon_sym_LBRACE] = ACTIONS(1438), - [anon_sym_signed] = ACTIONS(1436), - [anon_sym_unsigned] = ACTIONS(1436), - [anon_sym_long] = ACTIONS(1436), - [anon_sym_short] = ACTIONS(1436), - [anon_sym_static] = ACTIONS(1436), - [anon_sym_auto] = ACTIONS(1436), - [anon_sym_register] = ACTIONS(1436), - [anon_sym_inline] = ACTIONS(1436), - [anon_sym___inline] = ACTIONS(1436), - [anon_sym___inline__] = ACTIONS(1436), - [anon_sym___forceinline] = ACTIONS(1436), - [anon_sym_thread_local] = ACTIONS(1436), - [anon_sym___thread] = ACTIONS(1436), - [anon_sym_const] = ACTIONS(1436), - [anon_sym_constexpr] = ACTIONS(1436), - [anon_sym_volatile] = ACTIONS(1436), - [anon_sym_restrict] = ACTIONS(1436), - [anon_sym___restrict__] = ACTIONS(1436), - [anon_sym__Atomic] = ACTIONS(1436), - [anon_sym__Noreturn] = ACTIONS(1436), - [anon_sym_noreturn] = ACTIONS(1436), - [sym_primitive_type] = ACTIONS(1436), - [anon_sym_enum] = ACTIONS(1436), - [anon_sym_struct] = ACTIONS(1436), - [anon_sym_union] = ACTIONS(1436), - [anon_sym_if] = ACTIONS(1436), - [anon_sym_switch] = ACTIONS(1436), - [anon_sym_case] = ACTIONS(1436), - [anon_sym_default] = ACTIONS(1436), - [anon_sym_while] = ACTIONS(1436), - [anon_sym_do] = ACTIONS(1436), - [anon_sym_for] = ACTIONS(1436), - [anon_sym_return] = ACTIONS(1436), - [anon_sym_break] = ACTIONS(1436), - [anon_sym_continue] = ACTIONS(1436), - [anon_sym_goto] = ACTIONS(1436), - [anon_sym___try] = ACTIONS(1436), - [anon_sym___leave] = ACTIONS(1436), - [anon_sym_DASH_DASH] = ACTIONS(1438), - [anon_sym_PLUS_PLUS] = ACTIONS(1438), - [anon_sym_sizeof] = ACTIONS(1436), - [anon_sym___alignof__] = ACTIONS(1436), - [anon_sym___alignof] = ACTIONS(1436), - [anon_sym__alignof] = ACTIONS(1436), - [anon_sym_alignof] = ACTIONS(1436), - [anon_sym__Alignof] = ACTIONS(1436), - [anon_sym_offsetof] = ACTIONS(1436), - [anon_sym__Generic] = ACTIONS(1436), - [anon_sym_asm] = ACTIONS(1436), - [anon_sym___asm__] = ACTIONS(1436), - [sym_number_literal] = ACTIONS(1438), - [anon_sym_L_SQUOTE] = ACTIONS(1438), - [anon_sym_u_SQUOTE] = ACTIONS(1438), - [anon_sym_U_SQUOTE] = ACTIONS(1438), - [anon_sym_u8_SQUOTE] = ACTIONS(1438), - [anon_sym_SQUOTE] = ACTIONS(1438), - [anon_sym_L_DQUOTE] = ACTIONS(1438), - [anon_sym_u_DQUOTE] = ACTIONS(1438), - [anon_sym_U_DQUOTE] = ACTIONS(1438), - [anon_sym_u8_DQUOTE] = ACTIONS(1438), - [anon_sym_DQUOTE] = ACTIONS(1438), - [sym_true] = ACTIONS(1436), - [sym_false] = ACTIONS(1436), - [anon_sym_NULL] = ACTIONS(1436), - [anon_sym_nullptr] = ACTIONS(1436), + [188] = { + [sym_identifier] = ACTIONS(1310), + [aux_sym_preproc_include_token1] = ACTIONS(1310), + [aux_sym_preproc_def_token1] = ACTIONS(1310), + [aux_sym_preproc_if_token1] = ACTIONS(1310), + [aux_sym_preproc_if_token2] = ACTIONS(1310), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1310), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1310), + [aux_sym_preproc_else_token1] = ACTIONS(1310), + [aux_sym_preproc_elif_token1] = ACTIONS(1310), + [sym_preproc_directive] = ACTIONS(1310), + [anon_sym_LPAREN2] = ACTIONS(1312), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_TILDE] = ACTIONS(1312), + [anon_sym_DASH] = ACTIONS(1310), + [anon_sym_PLUS] = ACTIONS(1310), + [anon_sym_STAR] = ACTIONS(1312), + [anon_sym_AMP] = ACTIONS(1312), + [anon_sym_SEMI] = ACTIONS(1312), + [anon_sym___extension__] = ACTIONS(1310), + [anon_sym_typedef] = ACTIONS(1310), + [anon_sym_extern] = ACTIONS(1310), + [anon_sym___attribute__] = ACTIONS(1310), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1312), + [anon_sym___declspec] = ACTIONS(1310), + [anon_sym___cdecl] = ACTIONS(1310), + [anon_sym___clrcall] = ACTIONS(1310), + [anon_sym___stdcall] = ACTIONS(1310), + [anon_sym___fastcall] = ACTIONS(1310), + [anon_sym___thiscall] = ACTIONS(1310), + [anon_sym___vectorcall] = ACTIONS(1310), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_signed] = ACTIONS(1310), + [anon_sym_unsigned] = ACTIONS(1310), + [anon_sym_long] = ACTIONS(1310), + [anon_sym_short] = ACTIONS(1310), + [anon_sym_static] = ACTIONS(1310), + [anon_sym_auto] = ACTIONS(1310), + [anon_sym_register] = ACTIONS(1310), + [anon_sym_inline] = ACTIONS(1310), + [anon_sym___inline] = ACTIONS(1310), + [anon_sym___inline__] = ACTIONS(1310), + [anon_sym___forceinline] = ACTIONS(1310), + [anon_sym_thread_local] = ACTIONS(1310), + [anon_sym___thread] = ACTIONS(1310), + [anon_sym_const] = ACTIONS(1310), + [anon_sym_constexpr] = ACTIONS(1310), + [anon_sym_volatile] = ACTIONS(1310), + [anon_sym_restrict] = ACTIONS(1310), + [anon_sym___restrict__] = ACTIONS(1310), + [anon_sym__Atomic] = ACTIONS(1310), + [anon_sym__Noreturn] = ACTIONS(1310), + [anon_sym_noreturn] = ACTIONS(1310), + [sym_primitive_type] = ACTIONS(1310), + [anon_sym_enum] = ACTIONS(1310), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_union] = ACTIONS(1310), + [anon_sym_if] = ACTIONS(1310), + [anon_sym_else] = ACTIONS(1310), + [anon_sym_switch] = ACTIONS(1310), + [anon_sym_case] = ACTIONS(1310), + [anon_sym_default] = ACTIONS(1310), + [anon_sym_while] = ACTIONS(1310), + [anon_sym_do] = ACTIONS(1310), + [anon_sym_for] = ACTIONS(1310), + [anon_sym_return] = ACTIONS(1310), + [anon_sym_break] = ACTIONS(1310), + [anon_sym_continue] = ACTIONS(1310), + [anon_sym_goto] = ACTIONS(1310), + [anon_sym___try] = ACTIONS(1310), + [anon_sym___leave] = ACTIONS(1310), + [anon_sym_DASH_DASH] = ACTIONS(1312), + [anon_sym_PLUS_PLUS] = ACTIONS(1312), + [anon_sym_sizeof] = ACTIONS(1310), + [anon_sym___alignof__] = ACTIONS(1310), + [anon_sym___alignof] = ACTIONS(1310), + [anon_sym__alignof] = ACTIONS(1310), + [anon_sym_alignof] = ACTIONS(1310), + [anon_sym__Alignof] = ACTIONS(1310), + [anon_sym_offsetof] = ACTIONS(1310), + [anon_sym__Generic] = ACTIONS(1310), + [anon_sym_asm] = ACTIONS(1310), + [anon_sym___asm__] = ACTIONS(1310), + [sym_number_literal] = ACTIONS(1312), + [anon_sym_L_SQUOTE] = ACTIONS(1312), + [anon_sym_u_SQUOTE] = ACTIONS(1312), + [anon_sym_U_SQUOTE] = ACTIONS(1312), + [anon_sym_u8_SQUOTE] = ACTIONS(1312), + [anon_sym_SQUOTE] = ACTIONS(1312), + [anon_sym_L_DQUOTE] = ACTIONS(1312), + [anon_sym_u_DQUOTE] = ACTIONS(1312), + [anon_sym_U_DQUOTE] = ACTIONS(1312), + [anon_sym_u8_DQUOTE] = ACTIONS(1312), + [anon_sym_DQUOTE] = ACTIONS(1312), + [sym_true] = ACTIONS(1310), + [sym_false] = ACTIONS(1310), + [anon_sym_NULL] = ACTIONS(1310), + [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [206] = { - [sym_identifier] = ACTIONS(1480), - [aux_sym_preproc_include_token1] = ACTIONS(1480), - [aux_sym_preproc_def_token1] = ACTIONS(1480), - [aux_sym_preproc_if_token1] = ACTIONS(1480), - [aux_sym_preproc_if_token2] = ACTIONS(1480), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1480), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1480), - [aux_sym_preproc_else_token1] = ACTIONS(1480), - [aux_sym_preproc_elif_token1] = ACTIONS(1480), - [sym_preproc_directive] = ACTIONS(1480), - [anon_sym_LPAREN2] = ACTIONS(1482), - [anon_sym_BANG] = ACTIONS(1482), - [anon_sym_TILDE] = ACTIONS(1482), - [anon_sym_DASH] = ACTIONS(1480), - [anon_sym_PLUS] = ACTIONS(1480), - [anon_sym_STAR] = ACTIONS(1482), - [anon_sym_AMP] = ACTIONS(1482), - [anon_sym_SEMI] = ACTIONS(1482), - [anon_sym___extension__] = ACTIONS(1480), - [anon_sym_typedef] = ACTIONS(1480), - [anon_sym_extern] = ACTIONS(1480), - [anon_sym___attribute__] = ACTIONS(1480), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1482), - [anon_sym___declspec] = ACTIONS(1480), - [anon_sym___cdecl] = ACTIONS(1480), - [anon_sym___clrcall] = ACTIONS(1480), - [anon_sym___stdcall] = ACTIONS(1480), - [anon_sym___fastcall] = ACTIONS(1480), - [anon_sym___thiscall] = ACTIONS(1480), - [anon_sym___vectorcall] = ACTIONS(1480), - [anon_sym_LBRACE] = ACTIONS(1482), - [anon_sym_signed] = ACTIONS(1480), - [anon_sym_unsigned] = ACTIONS(1480), - [anon_sym_long] = ACTIONS(1480), - [anon_sym_short] = ACTIONS(1480), - [anon_sym_static] = ACTIONS(1480), - [anon_sym_auto] = ACTIONS(1480), - [anon_sym_register] = ACTIONS(1480), - [anon_sym_inline] = ACTIONS(1480), - [anon_sym___inline] = ACTIONS(1480), - [anon_sym___inline__] = ACTIONS(1480), - [anon_sym___forceinline] = ACTIONS(1480), - [anon_sym_thread_local] = ACTIONS(1480), - [anon_sym___thread] = ACTIONS(1480), - [anon_sym_const] = ACTIONS(1480), - [anon_sym_constexpr] = ACTIONS(1480), - [anon_sym_volatile] = ACTIONS(1480), - [anon_sym_restrict] = ACTIONS(1480), - [anon_sym___restrict__] = ACTIONS(1480), - [anon_sym__Atomic] = ACTIONS(1480), - [anon_sym__Noreturn] = ACTIONS(1480), - [anon_sym_noreturn] = ACTIONS(1480), - [sym_primitive_type] = ACTIONS(1480), - [anon_sym_enum] = ACTIONS(1480), - [anon_sym_struct] = ACTIONS(1480), - [anon_sym_union] = ACTIONS(1480), - [anon_sym_if] = ACTIONS(1480), - [anon_sym_switch] = ACTIONS(1480), - [anon_sym_case] = ACTIONS(1480), - [anon_sym_default] = ACTIONS(1480), - [anon_sym_while] = ACTIONS(1480), - [anon_sym_do] = ACTIONS(1480), - [anon_sym_for] = ACTIONS(1480), - [anon_sym_return] = ACTIONS(1480), - [anon_sym_break] = ACTIONS(1480), - [anon_sym_continue] = ACTIONS(1480), - [anon_sym_goto] = ACTIONS(1480), - [anon_sym___try] = ACTIONS(1480), - [anon_sym___leave] = ACTIONS(1480), - [anon_sym_DASH_DASH] = ACTIONS(1482), - [anon_sym_PLUS_PLUS] = ACTIONS(1482), - [anon_sym_sizeof] = ACTIONS(1480), - [anon_sym___alignof__] = ACTIONS(1480), - [anon_sym___alignof] = ACTIONS(1480), - [anon_sym__alignof] = ACTIONS(1480), - [anon_sym_alignof] = ACTIONS(1480), - [anon_sym__Alignof] = ACTIONS(1480), - [anon_sym_offsetof] = ACTIONS(1480), - [anon_sym__Generic] = ACTIONS(1480), - [anon_sym_asm] = ACTIONS(1480), - [anon_sym___asm__] = ACTIONS(1480), - [sym_number_literal] = ACTIONS(1482), - [anon_sym_L_SQUOTE] = ACTIONS(1482), - [anon_sym_u_SQUOTE] = ACTIONS(1482), - [anon_sym_U_SQUOTE] = ACTIONS(1482), - [anon_sym_u8_SQUOTE] = ACTIONS(1482), - [anon_sym_SQUOTE] = ACTIONS(1482), - [anon_sym_L_DQUOTE] = ACTIONS(1482), - [anon_sym_u_DQUOTE] = ACTIONS(1482), - [anon_sym_U_DQUOTE] = ACTIONS(1482), - [anon_sym_u8_DQUOTE] = ACTIONS(1482), - [anon_sym_DQUOTE] = ACTIONS(1482), - [sym_true] = ACTIONS(1480), - [sym_false] = ACTIONS(1480), - [anon_sym_NULL] = ACTIONS(1480), - [anon_sym_nullptr] = ACTIONS(1480), + [189] = { + [sym_identifier] = ACTIONS(1362), + [aux_sym_preproc_include_token1] = ACTIONS(1362), + [aux_sym_preproc_def_token1] = ACTIONS(1362), + [aux_sym_preproc_if_token1] = ACTIONS(1362), + [aux_sym_preproc_if_token2] = ACTIONS(1362), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1362), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1362), + [aux_sym_preproc_else_token1] = ACTIONS(1362), + [aux_sym_preproc_elif_token1] = ACTIONS(1362), + [sym_preproc_directive] = ACTIONS(1362), + [anon_sym_LPAREN2] = ACTIONS(1364), + [anon_sym_BANG] = ACTIONS(1364), + [anon_sym_TILDE] = ACTIONS(1364), + [anon_sym_DASH] = ACTIONS(1362), + [anon_sym_PLUS] = ACTIONS(1362), + [anon_sym_STAR] = ACTIONS(1364), + [anon_sym_AMP] = ACTIONS(1364), + [anon_sym_SEMI] = ACTIONS(1364), + [anon_sym___extension__] = ACTIONS(1362), + [anon_sym_typedef] = ACTIONS(1362), + [anon_sym_extern] = ACTIONS(1362), + [anon_sym___attribute__] = ACTIONS(1362), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1364), + [anon_sym___declspec] = ACTIONS(1362), + [anon_sym___cdecl] = ACTIONS(1362), + [anon_sym___clrcall] = ACTIONS(1362), + [anon_sym___stdcall] = ACTIONS(1362), + [anon_sym___fastcall] = ACTIONS(1362), + [anon_sym___thiscall] = ACTIONS(1362), + [anon_sym___vectorcall] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_signed] = ACTIONS(1362), + [anon_sym_unsigned] = ACTIONS(1362), + [anon_sym_long] = ACTIONS(1362), + [anon_sym_short] = ACTIONS(1362), + [anon_sym_static] = ACTIONS(1362), + [anon_sym_auto] = ACTIONS(1362), + [anon_sym_register] = ACTIONS(1362), + [anon_sym_inline] = ACTIONS(1362), + [anon_sym___inline] = ACTIONS(1362), + [anon_sym___inline__] = ACTIONS(1362), + [anon_sym___forceinline] = ACTIONS(1362), + [anon_sym_thread_local] = ACTIONS(1362), + [anon_sym___thread] = ACTIONS(1362), + [anon_sym_const] = ACTIONS(1362), + [anon_sym_constexpr] = ACTIONS(1362), + [anon_sym_volatile] = ACTIONS(1362), + [anon_sym_restrict] = ACTIONS(1362), + [anon_sym___restrict__] = ACTIONS(1362), + [anon_sym__Atomic] = ACTIONS(1362), + [anon_sym__Noreturn] = ACTIONS(1362), + [anon_sym_noreturn] = ACTIONS(1362), + [sym_primitive_type] = ACTIONS(1362), + [anon_sym_enum] = ACTIONS(1362), + [anon_sym_struct] = ACTIONS(1362), + [anon_sym_union] = ACTIONS(1362), + [anon_sym_if] = ACTIONS(1362), + [anon_sym_else] = ACTIONS(1362), + [anon_sym_switch] = ACTIONS(1362), + [anon_sym_case] = ACTIONS(1362), + [anon_sym_default] = ACTIONS(1362), + [anon_sym_while] = ACTIONS(1362), + [anon_sym_do] = ACTIONS(1362), + [anon_sym_for] = ACTIONS(1362), + [anon_sym_return] = ACTIONS(1362), + [anon_sym_break] = ACTIONS(1362), + [anon_sym_continue] = ACTIONS(1362), + [anon_sym_goto] = ACTIONS(1362), + [anon_sym___try] = ACTIONS(1362), + [anon_sym___leave] = ACTIONS(1362), + [anon_sym_DASH_DASH] = ACTIONS(1364), + [anon_sym_PLUS_PLUS] = ACTIONS(1364), + [anon_sym_sizeof] = ACTIONS(1362), + [anon_sym___alignof__] = ACTIONS(1362), + [anon_sym___alignof] = ACTIONS(1362), + [anon_sym__alignof] = ACTIONS(1362), + [anon_sym_alignof] = ACTIONS(1362), + [anon_sym__Alignof] = ACTIONS(1362), + [anon_sym_offsetof] = ACTIONS(1362), + [anon_sym__Generic] = ACTIONS(1362), + [anon_sym_asm] = ACTIONS(1362), + [anon_sym___asm__] = ACTIONS(1362), + [sym_number_literal] = ACTIONS(1364), + [anon_sym_L_SQUOTE] = ACTIONS(1364), + [anon_sym_u_SQUOTE] = ACTIONS(1364), + [anon_sym_U_SQUOTE] = ACTIONS(1364), + [anon_sym_u8_SQUOTE] = ACTIONS(1364), + [anon_sym_SQUOTE] = ACTIONS(1364), + [anon_sym_L_DQUOTE] = ACTIONS(1364), + [anon_sym_u_DQUOTE] = ACTIONS(1364), + [anon_sym_U_DQUOTE] = ACTIONS(1364), + [anon_sym_u8_DQUOTE] = ACTIONS(1364), + [anon_sym_DQUOTE] = ACTIONS(1364), + [sym_true] = ACTIONS(1362), + [sym_false] = ACTIONS(1362), + [anon_sym_NULL] = ACTIONS(1362), + [anon_sym_nullptr] = ACTIONS(1362), + [sym_comment] = ACTIONS(3), + }, + [190] = { + [sym_identifier] = ACTIONS(1310), + [aux_sym_preproc_include_token1] = ACTIONS(1310), + [aux_sym_preproc_def_token1] = ACTIONS(1310), + [aux_sym_preproc_if_token1] = ACTIONS(1310), + [aux_sym_preproc_if_token2] = ACTIONS(1310), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1310), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1310), + [aux_sym_preproc_else_token1] = ACTIONS(1310), + [aux_sym_preproc_elif_token1] = ACTIONS(1310), + [sym_preproc_directive] = ACTIONS(1310), + [anon_sym_LPAREN2] = ACTIONS(1312), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_TILDE] = ACTIONS(1312), + [anon_sym_DASH] = ACTIONS(1310), + [anon_sym_PLUS] = ACTIONS(1310), + [anon_sym_STAR] = ACTIONS(1312), + [anon_sym_AMP] = ACTIONS(1312), + [anon_sym_SEMI] = ACTIONS(1312), + [anon_sym___extension__] = ACTIONS(1310), + [anon_sym_typedef] = ACTIONS(1310), + [anon_sym_extern] = ACTIONS(1310), + [anon_sym___attribute__] = ACTIONS(1310), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1312), + [anon_sym___declspec] = ACTIONS(1310), + [anon_sym___cdecl] = ACTIONS(1310), + [anon_sym___clrcall] = ACTIONS(1310), + [anon_sym___stdcall] = ACTIONS(1310), + [anon_sym___fastcall] = ACTIONS(1310), + [anon_sym___thiscall] = ACTIONS(1310), + [anon_sym___vectorcall] = ACTIONS(1310), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_signed] = ACTIONS(1310), + [anon_sym_unsigned] = ACTIONS(1310), + [anon_sym_long] = ACTIONS(1310), + [anon_sym_short] = ACTIONS(1310), + [anon_sym_static] = ACTIONS(1310), + [anon_sym_auto] = ACTIONS(1310), + [anon_sym_register] = ACTIONS(1310), + [anon_sym_inline] = ACTIONS(1310), + [anon_sym___inline] = ACTIONS(1310), + [anon_sym___inline__] = ACTIONS(1310), + [anon_sym___forceinline] = ACTIONS(1310), + [anon_sym_thread_local] = ACTIONS(1310), + [anon_sym___thread] = ACTIONS(1310), + [anon_sym_const] = ACTIONS(1310), + [anon_sym_constexpr] = ACTIONS(1310), + [anon_sym_volatile] = ACTIONS(1310), + [anon_sym_restrict] = ACTIONS(1310), + [anon_sym___restrict__] = ACTIONS(1310), + [anon_sym__Atomic] = ACTIONS(1310), + [anon_sym__Noreturn] = ACTIONS(1310), + [anon_sym_noreturn] = ACTIONS(1310), + [sym_primitive_type] = ACTIONS(1310), + [anon_sym_enum] = ACTIONS(1310), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_union] = ACTIONS(1310), + [anon_sym_if] = ACTIONS(1310), + [anon_sym_else] = ACTIONS(1310), + [anon_sym_switch] = ACTIONS(1310), + [anon_sym_case] = ACTIONS(1310), + [anon_sym_default] = ACTIONS(1310), + [anon_sym_while] = ACTIONS(1310), + [anon_sym_do] = ACTIONS(1310), + [anon_sym_for] = ACTIONS(1310), + [anon_sym_return] = ACTIONS(1310), + [anon_sym_break] = ACTIONS(1310), + [anon_sym_continue] = ACTIONS(1310), + [anon_sym_goto] = ACTIONS(1310), + [anon_sym___try] = ACTIONS(1310), + [anon_sym___leave] = ACTIONS(1310), + [anon_sym_DASH_DASH] = ACTIONS(1312), + [anon_sym_PLUS_PLUS] = ACTIONS(1312), + [anon_sym_sizeof] = ACTIONS(1310), + [anon_sym___alignof__] = ACTIONS(1310), + [anon_sym___alignof] = ACTIONS(1310), + [anon_sym__alignof] = ACTIONS(1310), + [anon_sym_alignof] = ACTIONS(1310), + [anon_sym__Alignof] = ACTIONS(1310), + [anon_sym_offsetof] = ACTIONS(1310), + [anon_sym__Generic] = ACTIONS(1310), + [anon_sym_asm] = ACTIONS(1310), + [anon_sym___asm__] = ACTIONS(1310), + [sym_number_literal] = ACTIONS(1312), + [anon_sym_L_SQUOTE] = ACTIONS(1312), + [anon_sym_u_SQUOTE] = ACTIONS(1312), + [anon_sym_U_SQUOTE] = ACTIONS(1312), + [anon_sym_u8_SQUOTE] = ACTIONS(1312), + [anon_sym_SQUOTE] = ACTIONS(1312), + [anon_sym_L_DQUOTE] = ACTIONS(1312), + [anon_sym_u_DQUOTE] = ACTIONS(1312), + [anon_sym_U_DQUOTE] = ACTIONS(1312), + [anon_sym_u8_DQUOTE] = ACTIONS(1312), + [anon_sym_DQUOTE] = ACTIONS(1312), + [sym_true] = ACTIONS(1310), + [sym_false] = ACTIONS(1310), + [anon_sym_NULL] = ACTIONS(1310), + [anon_sym_nullptr] = ACTIONS(1310), + [sym_comment] = ACTIONS(3), + }, + [191] = { + [sym_identifier] = ACTIONS(1302), + [aux_sym_preproc_include_token1] = ACTIONS(1302), + [aux_sym_preproc_def_token1] = ACTIONS(1302), + [aux_sym_preproc_if_token1] = ACTIONS(1302), + [aux_sym_preproc_if_token2] = ACTIONS(1302), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1302), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1302), + [aux_sym_preproc_else_token1] = ACTIONS(1302), + [aux_sym_preproc_elif_token1] = ACTIONS(1302), + [sym_preproc_directive] = ACTIONS(1302), + [anon_sym_LPAREN2] = ACTIONS(1304), + [anon_sym_BANG] = ACTIONS(1304), + [anon_sym_TILDE] = ACTIONS(1304), + [anon_sym_DASH] = ACTIONS(1302), + [anon_sym_PLUS] = ACTIONS(1302), + [anon_sym_STAR] = ACTIONS(1304), + [anon_sym_AMP] = ACTIONS(1304), + [anon_sym_SEMI] = ACTIONS(1304), + [anon_sym___extension__] = ACTIONS(1302), + [anon_sym_typedef] = ACTIONS(1302), + [anon_sym_extern] = ACTIONS(1302), + [anon_sym___attribute__] = ACTIONS(1302), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1304), + [anon_sym___declspec] = ACTIONS(1302), + [anon_sym___cdecl] = ACTIONS(1302), + [anon_sym___clrcall] = ACTIONS(1302), + [anon_sym___stdcall] = ACTIONS(1302), + [anon_sym___fastcall] = ACTIONS(1302), + [anon_sym___thiscall] = ACTIONS(1302), + [anon_sym___vectorcall] = ACTIONS(1302), + [anon_sym_LBRACE] = ACTIONS(1304), + [anon_sym_signed] = ACTIONS(1302), + [anon_sym_unsigned] = ACTIONS(1302), + [anon_sym_long] = ACTIONS(1302), + [anon_sym_short] = ACTIONS(1302), + [anon_sym_static] = ACTIONS(1302), + [anon_sym_auto] = ACTIONS(1302), + [anon_sym_register] = ACTIONS(1302), + [anon_sym_inline] = ACTIONS(1302), + [anon_sym___inline] = ACTIONS(1302), + [anon_sym___inline__] = ACTIONS(1302), + [anon_sym___forceinline] = ACTIONS(1302), + [anon_sym_thread_local] = ACTIONS(1302), + [anon_sym___thread] = ACTIONS(1302), + [anon_sym_const] = ACTIONS(1302), + [anon_sym_constexpr] = ACTIONS(1302), + [anon_sym_volatile] = ACTIONS(1302), + [anon_sym_restrict] = ACTIONS(1302), + [anon_sym___restrict__] = ACTIONS(1302), + [anon_sym__Atomic] = ACTIONS(1302), + [anon_sym__Noreturn] = ACTIONS(1302), + [anon_sym_noreturn] = ACTIONS(1302), + [sym_primitive_type] = ACTIONS(1302), + [anon_sym_enum] = ACTIONS(1302), + [anon_sym_struct] = ACTIONS(1302), + [anon_sym_union] = ACTIONS(1302), + [anon_sym_if] = ACTIONS(1302), + [anon_sym_else] = ACTIONS(1302), + [anon_sym_switch] = ACTIONS(1302), + [anon_sym_case] = ACTIONS(1302), + [anon_sym_default] = ACTIONS(1302), + [anon_sym_while] = ACTIONS(1302), + [anon_sym_do] = ACTIONS(1302), + [anon_sym_for] = ACTIONS(1302), + [anon_sym_return] = ACTIONS(1302), + [anon_sym_break] = ACTIONS(1302), + [anon_sym_continue] = ACTIONS(1302), + [anon_sym_goto] = ACTIONS(1302), + [anon_sym___try] = ACTIONS(1302), + [anon_sym___leave] = ACTIONS(1302), + [anon_sym_DASH_DASH] = ACTIONS(1304), + [anon_sym_PLUS_PLUS] = ACTIONS(1304), + [anon_sym_sizeof] = ACTIONS(1302), + [anon_sym___alignof__] = ACTIONS(1302), + [anon_sym___alignof] = ACTIONS(1302), + [anon_sym__alignof] = ACTIONS(1302), + [anon_sym_alignof] = ACTIONS(1302), + [anon_sym__Alignof] = ACTIONS(1302), + [anon_sym_offsetof] = ACTIONS(1302), + [anon_sym__Generic] = ACTIONS(1302), + [anon_sym_asm] = ACTIONS(1302), + [anon_sym___asm__] = ACTIONS(1302), + [sym_number_literal] = ACTIONS(1304), + [anon_sym_L_SQUOTE] = ACTIONS(1304), + [anon_sym_u_SQUOTE] = ACTIONS(1304), + [anon_sym_U_SQUOTE] = ACTIONS(1304), + [anon_sym_u8_SQUOTE] = ACTIONS(1304), + [anon_sym_SQUOTE] = ACTIONS(1304), + [anon_sym_L_DQUOTE] = ACTIONS(1304), + [anon_sym_u_DQUOTE] = ACTIONS(1304), + [anon_sym_U_DQUOTE] = ACTIONS(1304), + [anon_sym_u8_DQUOTE] = ACTIONS(1304), + [anon_sym_DQUOTE] = ACTIONS(1304), + [sym_true] = ACTIONS(1302), + [sym_false] = ACTIONS(1302), + [anon_sym_NULL] = ACTIONS(1302), + [anon_sym_nullptr] = ACTIONS(1302), + [sym_comment] = ACTIONS(3), + }, + [192] = { + [sym_identifier] = ACTIONS(1366), + [aux_sym_preproc_include_token1] = ACTIONS(1366), + [aux_sym_preproc_def_token1] = ACTIONS(1366), + [aux_sym_preproc_if_token1] = ACTIONS(1366), + [aux_sym_preproc_if_token2] = ACTIONS(1366), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1366), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1366), + [aux_sym_preproc_else_token1] = ACTIONS(1366), + [aux_sym_preproc_elif_token1] = ACTIONS(1366), + [sym_preproc_directive] = ACTIONS(1366), + [anon_sym_LPAREN2] = ACTIONS(1368), + [anon_sym_BANG] = ACTIONS(1368), + [anon_sym_TILDE] = ACTIONS(1368), + [anon_sym_DASH] = ACTIONS(1366), + [anon_sym_PLUS] = ACTIONS(1366), + [anon_sym_STAR] = ACTIONS(1368), + [anon_sym_AMP] = ACTIONS(1368), + [anon_sym_SEMI] = ACTIONS(1368), + [anon_sym___extension__] = ACTIONS(1366), + [anon_sym_typedef] = ACTIONS(1366), + [anon_sym_extern] = ACTIONS(1366), + [anon_sym___attribute__] = ACTIONS(1366), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1368), + [anon_sym___declspec] = ACTIONS(1366), + [anon_sym___cdecl] = ACTIONS(1366), + [anon_sym___clrcall] = ACTIONS(1366), + [anon_sym___stdcall] = ACTIONS(1366), + [anon_sym___fastcall] = ACTIONS(1366), + [anon_sym___thiscall] = ACTIONS(1366), + [anon_sym___vectorcall] = ACTIONS(1366), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_signed] = ACTIONS(1366), + [anon_sym_unsigned] = ACTIONS(1366), + [anon_sym_long] = ACTIONS(1366), + [anon_sym_short] = ACTIONS(1366), + [anon_sym_static] = ACTIONS(1366), + [anon_sym_auto] = ACTIONS(1366), + [anon_sym_register] = ACTIONS(1366), + [anon_sym_inline] = ACTIONS(1366), + [anon_sym___inline] = ACTIONS(1366), + [anon_sym___inline__] = ACTIONS(1366), + [anon_sym___forceinline] = ACTIONS(1366), + [anon_sym_thread_local] = ACTIONS(1366), + [anon_sym___thread] = ACTIONS(1366), + [anon_sym_const] = ACTIONS(1366), + [anon_sym_constexpr] = ACTIONS(1366), + [anon_sym_volatile] = ACTIONS(1366), + [anon_sym_restrict] = ACTIONS(1366), + [anon_sym___restrict__] = ACTIONS(1366), + [anon_sym__Atomic] = ACTIONS(1366), + [anon_sym__Noreturn] = ACTIONS(1366), + [anon_sym_noreturn] = ACTIONS(1366), + [sym_primitive_type] = ACTIONS(1366), + [anon_sym_enum] = ACTIONS(1366), + [anon_sym_struct] = ACTIONS(1366), + [anon_sym_union] = ACTIONS(1366), + [anon_sym_if] = ACTIONS(1366), + [anon_sym_else] = ACTIONS(1366), + [anon_sym_switch] = ACTIONS(1366), + [anon_sym_case] = ACTIONS(1366), + [anon_sym_default] = ACTIONS(1366), + [anon_sym_while] = ACTIONS(1366), + [anon_sym_do] = ACTIONS(1366), + [anon_sym_for] = ACTIONS(1366), + [anon_sym_return] = ACTIONS(1366), + [anon_sym_break] = ACTIONS(1366), + [anon_sym_continue] = ACTIONS(1366), + [anon_sym_goto] = ACTIONS(1366), + [anon_sym___try] = ACTIONS(1366), + [anon_sym___leave] = ACTIONS(1366), + [anon_sym_DASH_DASH] = ACTIONS(1368), + [anon_sym_PLUS_PLUS] = ACTIONS(1368), + [anon_sym_sizeof] = ACTIONS(1366), + [anon_sym___alignof__] = ACTIONS(1366), + [anon_sym___alignof] = ACTIONS(1366), + [anon_sym__alignof] = ACTIONS(1366), + [anon_sym_alignof] = ACTIONS(1366), + [anon_sym__Alignof] = ACTIONS(1366), + [anon_sym_offsetof] = ACTIONS(1366), + [anon_sym__Generic] = ACTIONS(1366), + [anon_sym_asm] = ACTIONS(1366), + [anon_sym___asm__] = ACTIONS(1366), + [sym_number_literal] = ACTIONS(1368), + [anon_sym_L_SQUOTE] = ACTIONS(1368), + [anon_sym_u_SQUOTE] = ACTIONS(1368), + [anon_sym_U_SQUOTE] = ACTIONS(1368), + [anon_sym_u8_SQUOTE] = ACTIONS(1368), + [anon_sym_SQUOTE] = ACTIONS(1368), + [anon_sym_L_DQUOTE] = ACTIONS(1368), + [anon_sym_u_DQUOTE] = ACTIONS(1368), + [anon_sym_U_DQUOTE] = ACTIONS(1368), + [anon_sym_u8_DQUOTE] = ACTIONS(1368), + [anon_sym_DQUOTE] = ACTIONS(1368), + [sym_true] = ACTIONS(1366), + [sym_false] = ACTIONS(1366), + [anon_sym_NULL] = ACTIONS(1366), + [anon_sym_nullptr] = ACTIONS(1366), + [sym_comment] = ACTIONS(3), + }, + [193] = { + [sym_identifier] = ACTIONS(1310), + [aux_sym_preproc_include_token1] = ACTIONS(1310), + [aux_sym_preproc_def_token1] = ACTIONS(1310), + [aux_sym_preproc_if_token1] = ACTIONS(1310), + [aux_sym_preproc_if_token2] = ACTIONS(1310), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1310), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1310), + [aux_sym_preproc_else_token1] = ACTIONS(1310), + [aux_sym_preproc_elif_token1] = ACTIONS(1310), + [sym_preproc_directive] = ACTIONS(1310), + [anon_sym_LPAREN2] = ACTIONS(1312), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_TILDE] = ACTIONS(1312), + [anon_sym_DASH] = ACTIONS(1310), + [anon_sym_PLUS] = ACTIONS(1310), + [anon_sym_STAR] = ACTIONS(1312), + [anon_sym_AMP] = ACTIONS(1312), + [anon_sym_SEMI] = ACTIONS(1312), + [anon_sym___extension__] = ACTIONS(1310), + [anon_sym_typedef] = ACTIONS(1310), + [anon_sym_extern] = ACTIONS(1310), + [anon_sym___attribute__] = ACTIONS(1310), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1312), + [anon_sym___declspec] = ACTIONS(1310), + [anon_sym___cdecl] = ACTIONS(1310), + [anon_sym___clrcall] = ACTIONS(1310), + [anon_sym___stdcall] = ACTIONS(1310), + [anon_sym___fastcall] = ACTIONS(1310), + [anon_sym___thiscall] = ACTIONS(1310), + [anon_sym___vectorcall] = ACTIONS(1310), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_signed] = ACTIONS(1310), + [anon_sym_unsigned] = ACTIONS(1310), + [anon_sym_long] = ACTIONS(1310), + [anon_sym_short] = ACTIONS(1310), + [anon_sym_static] = ACTIONS(1310), + [anon_sym_auto] = ACTIONS(1310), + [anon_sym_register] = ACTIONS(1310), + [anon_sym_inline] = ACTIONS(1310), + [anon_sym___inline] = ACTIONS(1310), + [anon_sym___inline__] = ACTIONS(1310), + [anon_sym___forceinline] = ACTIONS(1310), + [anon_sym_thread_local] = ACTIONS(1310), + [anon_sym___thread] = ACTIONS(1310), + [anon_sym_const] = ACTIONS(1310), + [anon_sym_constexpr] = ACTIONS(1310), + [anon_sym_volatile] = ACTIONS(1310), + [anon_sym_restrict] = ACTIONS(1310), + [anon_sym___restrict__] = ACTIONS(1310), + [anon_sym__Atomic] = ACTIONS(1310), + [anon_sym__Noreturn] = ACTIONS(1310), + [anon_sym_noreturn] = ACTIONS(1310), + [sym_primitive_type] = ACTIONS(1310), + [anon_sym_enum] = ACTIONS(1310), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_union] = ACTIONS(1310), + [anon_sym_if] = ACTIONS(1310), + [anon_sym_else] = ACTIONS(1310), + [anon_sym_switch] = ACTIONS(1310), + [anon_sym_case] = ACTIONS(1310), + [anon_sym_default] = ACTIONS(1310), + [anon_sym_while] = ACTIONS(1310), + [anon_sym_do] = ACTIONS(1310), + [anon_sym_for] = ACTIONS(1310), + [anon_sym_return] = ACTIONS(1310), + [anon_sym_break] = ACTIONS(1310), + [anon_sym_continue] = ACTIONS(1310), + [anon_sym_goto] = ACTIONS(1310), + [anon_sym___try] = ACTIONS(1310), + [anon_sym___leave] = ACTIONS(1310), + [anon_sym_DASH_DASH] = ACTIONS(1312), + [anon_sym_PLUS_PLUS] = ACTIONS(1312), + [anon_sym_sizeof] = ACTIONS(1310), + [anon_sym___alignof__] = ACTIONS(1310), + [anon_sym___alignof] = ACTIONS(1310), + [anon_sym__alignof] = ACTIONS(1310), + [anon_sym_alignof] = ACTIONS(1310), + [anon_sym__Alignof] = ACTIONS(1310), + [anon_sym_offsetof] = ACTIONS(1310), + [anon_sym__Generic] = ACTIONS(1310), + [anon_sym_asm] = ACTIONS(1310), + [anon_sym___asm__] = ACTIONS(1310), + [sym_number_literal] = ACTIONS(1312), + [anon_sym_L_SQUOTE] = ACTIONS(1312), + [anon_sym_u_SQUOTE] = ACTIONS(1312), + [anon_sym_U_SQUOTE] = ACTIONS(1312), + [anon_sym_u8_SQUOTE] = ACTIONS(1312), + [anon_sym_SQUOTE] = ACTIONS(1312), + [anon_sym_L_DQUOTE] = ACTIONS(1312), + [anon_sym_u_DQUOTE] = ACTIONS(1312), + [anon_sym_U_DQUOTE] = ACTIONS(1312), + [anon_sym_u8_DQUOTE] = ACTIONS(1312), + [anon_sym_DQUOTE] = ACTIONS(1312), + [sym_true] = ACTIONS(1310), + [sym_false] = ACTIONS(1310), + [anon_sym_NULL] = ACTIONS(1310), + [anon_sym_nullptr] = ACTIONS(1310), + [sym_comment] = ACTIONS(3), + }, + [194] = { + [sym_identifier] = ACTIONS(1326), + [aux_sym_preproc_include_token1] = ACTIONS(1326), + [aux_sym_preproc_def_token1] = ACTIONS(1326), + [aux_sym_preproc_if_token1] = ACTIONS(1326), + [aux_sym_preproc_if_token2] = ACTIONS(1326), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1326), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1326), + [aux_sym_preproc_else_token1] = ACTIONS(1326), + [aux_sym_preproc_elif_token1] = ACTIONS(1326), + [sym_preproc_directive] = ACTIONS(1326), + [anon_sym_LPAREN2] = ACTIONS(1328), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_TILDE] = ACTIONS(1328), + [anon_sym_DASH] = ACTIONS(1326), + [anon_sym_PLUS] = ACTIONS(1326), + [anon_sym_STAR] = ACTIONS(1328), + [anon_sym_AMP] = ACTIONS(1328), + [anon_sym_SEMI] = ACTIONS(1328), + [anon_sym___extension__] = ACTIONS(1326), + [anon_sym_typedef] = ACTIONS(1326), + [anon_sym_extern] = ACTIONS(1326), + [anon_sym___attribute__] = ACTIONS(1326), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1328), + [anon_sym___declspec] = ACTIONS(1326), + [anon_sym___cdecl] = ACTIONS(1326), + [anon_sym___clrcall] = ACTIONS(1326), + [anon_sym___stdcall] = ACTIONS(1326), + [anon_sym___fastcall] = ACTIONS(1326), + [anon_sym___thiscall] = ACTIONS(1326), + [anon_sym___vectorcall] = ACTIONS(1326), + [anon_sym_LBRACE] = ACTIONS(1328), + [anon_sym_signed] = ACTIONS(1326), + [anon_sym_unsigned] = ACTIONS(1326), + [anon_sym_long] = ACTIONS(1326), + [anon_sym_short] = ACTIONS(1326), + [anon_sym_static] = ACTIONS(1326), + [anon_sym_auto] = ACTIONS(1326), + [anon_sym_register] = ACTIONS(1326), + [anon_sym_inline] = ACTIONS(1326), + [anon_sym___inline] = ACTIONS(1326), + [anon_sym___inline__] = ACTIONS(1326), + [anon_sym___forceinline] = ACTIONS(1326), + [anon_sym_thread_local] = ACTIONS(1326), + [anon_sym___thread] = ACTIONS(1326), + [anon_sym_const] = ACTIONS(1326), + [anon_sym_constexpr] = ACTIONS(1326), + [anon_sym_volatile] = ACTIONS(1326), + [anon_sym_restrict] = ACTIONS(1326), + [anon_sym___restrict__] = ACTIONS(1326), + [anon_sym__Atomic] = ACTIONS(1326), + [anon_sym__Noreturn] = ACTIONS(1326), + [anon_sym_noreturn] = ACTIONS(1326), + [sym_primitive_type] = ACTIONS(1326), + [anon_sym_enum] = ACTIONS(1326), + [anon_sym_struct] = ACTIONS(1326), + [anon_sym_union] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1326), + [anon_sym_else] = ACTIONS(1326), + [anon_sym_switch] = ACTIONS(1326), + [anon_sym_case] = ACTIONS(1326), + [anon_sym_default] = ACTIONS(1326), + [anon_sym_while] = ACTIONS(1326), + [anon_sym_do] = ACTIONS(1326), + [anon_sym_for] = ACTIONS(1326), + [anon_sym_return] = ACTIONS(1326), + [anon_sym_break] = ACTIONS(1326), + [anon_sym_continue] = ACTIONS(1326), + [anon_sym_goto] = ACTIONS(1326), + [anon_sym___try] = ACTIONS(1326), + [anon_sym___leave] = ACTIONS(1326), + [anon_sym_DASH_DASH] = ACTIONS(1328), + [anon_sym_PLUS_PLUS] = ACTIONS(1328), + [anon_sym_sizeof] = ACTIONS(1326), + [anon_sym___alignof__] = ACTIONS(1326), + [anon_sym___alignof] = ACTIONS(1326), + [anon_sym__alignof] = ACTIONS(1326), + [anon_sym_alignof] = ACTIONS(1326), + [anon_sym__Alignof] = ACTIONS(1326), + [anon_sym_offsetof] = ACTIONS(1326), + [anon_sym__Generic] = ACTIONS(1326), + [anon_sym_asm] = ACTIONS(1326), + [anon_sym___asm__] = ACTIONS(1326), + [sym_number_literal] = ACTIONS(1328), + [anon_sym_L_SQUOTE] = ACTIONS(1328), + [anon_sym_u_SQUOTE] = ACTIONS(1328), + [anon_sym_U_SQUOTE] = ACTIONS(1328), + [anon_sym_u8_SQUOTE] = ACTIONS(1328), + [anon_sym_SQUOTE] = ACTIONS(1328), + [anon_sym_L_DQUOTE] = ACTIONS(1328), + [anon_sym_u_DQUOTE] = ACTIONS(1328), + [anon_sym_U_DQUOTE] = ACTIONS(1328), + [anon_sym_u8_DQUOTE] = ACTIONS(1328), + [anon_sym_DQUOTE] = ACTIONS(1328), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [anon_sym_NULL] = ACTIONS(1326), + [anon_sym_nullptr] = ACTIONS(1326), [sym_comment] = ACTIONS(3), }, - [207] = { - [sym_identifier] = ACTIONS(1468), - [aux_sym_preproc_include_token1] = ACTIONS(1468), - [aux_sym_preproc_def_token1] = ACTIONS(1468), - [aux_sym_preproc_if_token1] = ACTIONS(1468), - [aux_sym_preproc_if_token2] = ACTIONS(1468), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1468), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1468), - [aux_sym_preproc_else_token1] = ACTIONS(1468), - [aux_sym_preproc_elif_token1] = ACTIONS(1468), - [sym_preproc_directive] = ACTIONS(1468), - [anon_sym_LPAREN2] = ACTIONS(1470), - [anon_sym_BANG] = ACTIONS(1470), - [anon_sym_TILDE] = ACTIONS(1470), - [anon_sym_DASH] = ACTIONS(1468), - [anon_sym_PLUS] = ACTIONS(1468), - [anon_sym_STAR] = ACTIONS(1470), - [anon_sym_AMP] = ACTIONS(1470), - [anon_sym_SEMI] = ACTIONS(1470), - [anon_sym___extension__] = ACTIONS(1468), - [anon_sym_typedef] = ACTIONS(1468), - [anon_sym_extern] = ACTIONS(1468), - [anon_sym___attribute__] = ACTIONS(1468), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1470), - [anon_sym___declspec] = ACTIONS(1468), - [anon_sym___cdecl] = ACTIONS(1468), - [anon_sym___clrcall] = ACTIONS(1468), - [anon_sym___stdcall] = ACTIONS(1468), - [anon_sym___fastcall] = ACTIONS(1468), - [anon_sym___thiscall] = ACTIONS(1468), - [anon_sym___vectorcall] = ACTIONS(1468), - [anon_sym_LBRACE] = ACTIONS(1470), - [anon_sym_signed] = ACTIONS(1468), - [anon_sym_unsigned] = ACTIONS(1468), - [anon_sym_long] = ACTIONS(1468), - [anon_sym_short] = ACTIONS(1468), - [anon_sym_static] = ACTIONS(1468), - [anon_sym_auto] = ACTIONS(1468), - [anon_sym_register] = ACTIONS(1468), - [anon_sym_inline] = ACTIONS(1468), - [anon_sym___inline] = ACTIONS(1468), - [anon_sym___inline__] = ACTIONS(1468), - [anon_sym___forceinline] = ACTIONS(1468), - [anon_sym_thread_local] = ACTIONS(1468), - [anon_sym___thread] = ACTIONS(1468), - [anon_sym_const] = ACTIONS(1468), - [anon_sym_constexpr] = ACTIONS(1468), - [anon_sym_volatile] = ACTIONS(1468), - [anon_sym_restrict] = ACTIONS(1468), - [anon_sym___restrict__] = ACTIONS(1468), - [anon_sym__Atomic] = ACTIONS(1468), - [anon_sym__Noreturn] = ACTIONS(1468), - [anon_sym_noreturn] = ACTIONS(1468), - [sym_primitive_type] = ACTIONS(1468), - [anon_sym_enum] = ACTIONS(1468), - [anon_sym_struct] = ACTIONS(1468), - [anon_sym_union] = ACTIONS(1468), - [anon_sym_if] = ACTIONS(1468), - [anon_sym_switch] = ACTIONS(1468), - [anon_sym_case] = ACTIONS(1468), - [anon_sym_default] = ACTIONS(1468), - [anon_sym_while] = ACTIONS(1468), - [anon_sym_do] = ACTIONS(1468), - [anon_sym_for] = ACTIONS(1468), - [anon_sym_return] = ACTIONS(1468), - [anon_sym_break] = ACTIONS(1468), - [anon_sym_continue] = ACTIONS(1468), - [anon_sym_goto] = ACTIONS(1468), - [anon_sym___try] = ACTIONS(1468), - [anon_sym___leave] = ACTIONS(1468), - [anon_sym_DASH_DASH] = ACTIONS(1470), - [anon_sym_PLUS_PLUS] = ACTIONS(1470), - [anon_sym_sizeof] = ACTIONS(1468), - [anon_sym___alignof__] = ACTIONS(1468), - [anon_sym___alignof] = ACTIONS(1468), - [anon_sym__alignof] = ACTIONS(1468), - [anon_sym_alignof] = ACTIONS(1468), - [anon_sym__Alignof] = ACTIONS(1468), - [anon_sym_offsetof] = ACTIONS(1468), - [anon_sym__Generic] = ACTIONS(1468), - [anon_sym_asm] = ACTIONS(1468), - [anon_sym___asm__] = ACTIONS(1468), - [sym_number_literal] = ACTIONS(1470), - [anon_sym_L_SQUOTE] = ACTIONS(1470), - [anon_sym_u_SQUOTE] = ACTIONS(1470), - [anon_sym_U_SQUOTE] = ACTIONS(1470), - [anon_sym_u8_SQUOTE] = ACTIONS(1470), - [anon_sym_SQUOTE] = ACTIONS(1470), - [anon_sym_L_DQUOTE] = ACTIONS(1470), - [anon_sym_u_DQUOTE] = ACTIONS(1470), - [anon_sym_U_DQUOTE] = ACTIONS(1470), - [anon_sym_u8_DQUOTE] = ACTIONS(1470), - [anon_sym_DQUOTE] = ACTIONS(1470), - [sym_true] = ACTIONS(1468), - [sym_false] = ACTIONS(1468), - [anon_sym_NULL] = ACTIONS(1468), - [anon_sym_nullptr] = ACTIONS(1468), + [195] = { + [sym_identifier] = ACTIONS(1310), + [aux_sym_preproc_include_token1] = ACTIONS(1310), + [aux_sym_preproc_def_token1] = ACTIONS(1310), + [aux_sym_preproc_if_token1] = ACTIONS(1310), + [aux_sym_preproc_if_token2] = ACTIONS(1310), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1310), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1310), + [aux_sym_preproc_else_token1] = ACTIONS(1310), + [aux_sym_preproc_elif_token1] = ACTIONS(1310), + [sym_preproc_directive] = ACTIONS(1310), + [anon_sym_LPAREN2] = ACTIONS(1312), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_TILDE] = ACTIONS(1312), + [anon_sym_DASH] = ACTIONS(1310), + [anon_sym_PLUS] = ACTIONS(1310), + [anon_sym_STAR] = ACTIONS(1312), + [anon_sym_AMP] = ACTIONS(1312), + [anon_sym_SEMI] = ACTIONS(1312), + [anon_sym___extension__] = ACTIONS(1310), + [anon_sym_typedef] = ACTIONS(1310), + [anon_sym_extern] = ACTIONS(1310), + [anon_sym___attribute__] = ACTIONS(1310), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1312), + [anon_sym___declspec] = ACTIONS(1310), + [anon_sym___cdecl] = ACTIONS(1310), + [anon_sym___clrcall] = ACTIONS(1310), + [anon_sym___stdcall] = ACTIONS(1310), + [anon_sym___fastcall] = ACTIONS(1310), + [anon_sym___thiscall] = ACTIONS(1310), + [anon_sym___vectorcall] = ACTIONS(1310), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_signed] = ACTIONS(1310), + [anon_sym_unsigned] = ACTIONS(1310), + [anon_sym_long] = ACTIONS(1310), + [anon_sym_short] = ACTIONS(1310), + [anon_sym_static] = ACTIONS(1310), + [anon_sym_auto] = ACTIONS(1310), + [anon_sym_register] = ACTIONS(1310), + [anon_sym_inline] = ACTIONS(1310), + [anon_sym___inline] = ACTIONS(1310), + [anon_sym___inline__] = ACTIONS(1310), + [anon_sym___forceinline] = ACTIONS(1310), + [anon_sym_thread_local] = ACTIONS(1310), + [anon_sym___thread] = ACTIONS(1310), + [anon_sym_const] = ACTIONS(1310), + [anon_sym_constexpr] = ACTIONS(1310), + [anon_sym_volatile] = ACTIONS(1310), + [anon_sym_restrict] = ACTIONS(1310), + [anon_sym___restrict__] = ACTIONS(1310), + [anon_sym__Atomic] = ACTIONS(1310), + [anon_sym__Noreturn] = ACTIONS(1310), + [anon_sym_noreturn] = ACTIONS(1310), + [sym_primitive_type] = ACTIONS(1310), + [anon_sym_enum] = ACTIONS(1310), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_union] = ACTIONS(1310), + [anon_sym_if] = ACTIONS(1310), + [anon_sym_else] = ACTIONS(1310), + [anon_sym_switch] = ACTIONS(1310), + [anon_sym_case] = ACTIONS(1310), + [anon_sym_default] = ACTIONS(1310), + [anon_sym_while] = ACTIONS(1310), + [anon_sym_do] = ACTIONS(1310), + [anon_sym_for] = ACTIONS(1310), + [anon_sym_return] = ACTIONS(1310), + [anon_sym_break] = ACTIONS(1310), + [anon_sym_continue] = ACTIONS(1310), + [anon_sym_goto] = ACTIONS(1310), + [anon_sym___try] = ACTIONS(1310), + [anon_sym___leave] = ACTIONS(1310), + [anon_sym_DASH_DASH] = ACTIONS(1312), + [anon_sym_PLUS_PLUS] = ACTIONS(1312), + [anon_sym_sizeof] = ACTIONS(1310), + [anon_sym___alignof__] = ACTIONS(1310), + [anon_sym___alignof] = ACTIONS(1310), + [anon_sym__alignof] = ACTIONS(1310), + [anon_sym_alignof] = ACTIONS(1310), + [anon_sym__Alignof] = ACTIONS(1310), + [anon_sym_offsetof] = ACTIONS(1310), + [anon_sym__Generic] = ACTIONS(1310), + [anon_sym_asm] = ACTIONS(1310), + [anon_sym___asm__] = ACTIONS(1310), + [sym_number_literal] = ACTIONS(1312), + [anon_sym_L_SQUOTE] = ACTIONS(1312), + [anon_sym_u_SQUOTE] = ACTIONS(1312), + [anon_sym_U_SQUOTE] = ACTIONS(1312), + [anon_sym_u8_SQUOTE] = ACTIONS(1312), + [anon_sym_SQUOTE] = ACTIONS(1312), + [anon_sym_L_DQUOTE] = ACTIONS(1312), + [anon_sym_u_DQUOTE] = ACTIONS(1312), + [anon_sym_U_DQUOTE] = ACTIONS(1312), + [anon_sym_u8_DQUOTE] = ACTIONS(1312), + [anon_sym_DQUOTE] = ACTIONS(1312), + [sym_true] = ACTIONS(1310), + [sym_false] = ACTIONS(1310), + [anon_sym_NULL] = ACTIONS(1310), + [anon_sym_nullptr] = ACTIONS(1310), + [sym_comment] = ACTIONS(3), + }, + [196] = { + [sym_identifier] = ACTIONS(1374), + [aux_sym_preproc_include_token1] = ACTIONS(1374), + [aux_sym_preproc_def_token1] = ACTIONS(1374), + [aux_sym_preproc_if_token1] = ACTIONS(1374), + [aux_sym_preproc_if_token2] = ACTIONS(1374), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1374), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1374), + [aux_sym_preproc_else_token1] = ACTIONS(1374), + [aux_sym_preproc_elif_token1] = ACTIONS(1374), + [sym_preproc_directive] = ACTIONS(1374), + [anon_sym_LPAREN2] = ACTIONS(1376), + [anon_sym_BANG] = ACTIONS(1376), + [anon_sym_TILDE] = ACTIONS(1376), + [anon_sym_DASH] = ACTIONS(1374), + [anon_sym_PLUS] = ACTIONS(1374), + [anon_sym_STAR] = ACTIONS(1376), + [anon_sym_AMP] = ACTIONS(1376), + [anon_sym_SEMI] = ACTIONS(1376), + [anon_sym___extension__] = ACTIONS(1374), + [anon_sym_typedef] = ACTIONS(1374), + [anon_sym_extern] = ACTIONS(1374), + [anon_sym___attribute__] = ACTIONS(1374), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1376), + [anon_sym___declspec] = ACTIONS(1374), + [anon_sym___cdecl] = ACTIONS(1374), + [anon_sym___clrcall] = ACTIONS(1374), + [anon_sym___stdcall] = ACTIONS(1374), + [anon_sym___fastcall] = ACTIONS(1374), + [anon_sym___thiscall] = ACTIONS(1374), + [anon_sym___vectorcall] = ACTIONS(1374), + [anon_sym_LBRACE] = ACTIONS(1376), + [anon_sym_signed] = ACTIONS(1374), + [anon_sym_unsigned] = ACTIONS(1374), + [anon_sym_long] = ACTIONS(1374), + [anon_sym_short] = ACTIONS(1374), + [anon_sym_static] = ACTIONS(1374), + [anon_sym_auto] = ACTIONS(1374), + [anon_sym_register] = ACTIONS(1374), + [anon_sym_inline] = ACTIONS(1374), + [anon_sym___inline] = ACTIONS(1374), + [anon_sym___inline__] = ACTIONS(1374), + [anon_sym___forceinline] = ACTIONS(1374), + [anon_sym_thread_local] = ACTIONS(1374), + [anon_sym___thread] = ACTIONS(1374), + [anon_sym_const] = ACTIONS(1374), + [anon_sym_constexpr] = ACTIONS(1374), + [anon_sym_volatile] = ACTIONS(1374), + [anon_sym_restrict] = ACTIONS(1374), + [anon_sym___restrict__] = ACTIONS(1374), + [anon_sym__Atomic] = ACTIONS(1374), + [anon_sym__Noreturn] = ACTIONS(1374), + [anon_sym_noreturn] = ACTIONS(1374), + [sym_primitive_type] = ACTIONS(1374), + [anon_sym_enum] = ACTIONS(1374), + [anon_sym_struct] = ACTIONS(1374), + [anon_sym_union] = ACTIONS(1374), + [anon_sym_if] = ACTIONS(1374), + [anon_sym_else] = ACTIONS(1374), + [anon_sym_switch] = ACTIONS(1374), + [anon_sym_case] = ACTIONS(1374), + [anon_sym_default] = ACTIONS(1374), + [anon_sym_while] = ACTIONS(1374), + [anon_sym_do] = ACTIONS(1374), + [anon_sym_for] = ACTIONS(1374), + [anon_sym_return] = ACTIONS(1374), + [anon_sym_break] = ACTIONS(1374), + [anon_sym_continue] = ACTIONS(1374), + [anon_sym_goto] = ACTIONS(1374), + [anon_sym___try] = ACTIONS(1374), + [anon_sym___leave] = ACTIONS(1374), + [anon_sym_DASH_DASH] = ACTIONS(1376), + [anon_sym_PLUS_PLUS] = ACTIONS(1376), + [anon_sym_sizeof] = ACTIONS(1374), + [anon_sym___alignof__] = ACTIONS(1374), + [anon_sym___alignof] = ACTIONS(1374), + [anon_sym__alignof] = ACTIONS(1374), + [anon_sym_alignof] = ACTIONS(1374), + [anon_sym__Alignof] = ACTIONS(1374), + [anon_sym_offsetof] = ACTIONS(1374), + [anon_sym__Generic] = ACTIONS(1374), + [anon_sym_asm] = ACTIONS(1374), + [anon_sym___asm__] = ACTIONS(1374), + [sym_number_literal] = ACTIONS(1376), + [anon_sym_L_SQUOTE] = ACTIONS(1376), + [anon_sym_u_SQUOTE] = ACTIONS(1376), + [anon_sym_U_SQUOTE] = ACTIONS(1376), + [anon_sym_u8_SQUOTE] = ACTIONS(1376), + [anon_sym_SQUOTE] = ACTIONS(1376), + [anon_sym_L_DQUOTE] = ACTIONS(1376), + [anon_sym_u_DQUOTE] = ACTIONS(1376), + [anon_sym_U_DQUOTE] = ACTIONS(1376), + [anon_sym_u8_DQUOTE] = ACTIONS(1376), + [anon_sym_DQUOTE] = ACTIONS(1376), + [sym_true] = ACTIONS(1374), + [sym_false] = ACTIONS(1374), + [anon_sym_NULL] = ACTIONS(1374), + [anon_sym_nullptr] = ACTIONS(1374), + [sym_comment] = ACTIONS(3), + }, + [197] = { + [sym_identifier] = ACTIONS(1310), + [aux_sym_preproc_include_token1] = ACTIONS(1310), + [aux_sym_preproc_def_token1] = ACTIONS(1310), + [aux_sym_preproc_if_token1] = ACTIONS(1310), + [aux_sym_preproc_if_token2] = ACTIONS(1310), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1310), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1310), + [aux_sym_preproc_else_token1] = ACTIONS(1310), + [aux_sym_preproc_elif_token1] = ACTIONS(1310), + [sym_preproc_directive] = ACTIONS(1310), + [anon_sym_LPAREN2] = ACTIONS(1312), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_TILDE] = ACTIONS(1312), + [anon_sym_DASH] = ACTIONS(1310), + [anon_sym_PLUS] = ACTIONS(1310), + [anon_sym_STAR] = ACTIONS(1312), + [anon_sym_AMP] = ACTIONS(1312), + [anon_sym_SEMI] = ACTIONS(1312), + [anon_sym___extension__] = ACTIONS(1310), + [anon_sym_typedef] = ACTIONS(1310), + [anon_sym_extern] = ACTIONS(1310), + [anon_sym___attribute__] = ACTIONS(1310), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1312), + [anon_sym___declspec] = ACTIONS(1310), + [anon_sym___cdecl] = ACTIONS(1310), + [anon_sym___clrcall] = ACTIONS(1310), + [anon_sym___stdcall] = ACTIONS(1310), + [anon_sym___fastcall] = ACTIONS(1310), + [anon_sym___thiscall] = ACTIONS(1310), + [anon_sym___vectorcall] = ACTIONS(1310), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_signed] = ACTIONS(1310), + [anon_sym_unsigned] = ACTIONS(1310), + [anon_sym_long] = ACTIONS(1310), + [anon_sym_short] = ACTIONS(1310), + [anon_sym_static] = ACTIONS(1310), + [anon_sym_auto] = ACTIONS(1310), + [anon_sym_register] = ACTIONS(1310), + [anon_sym_inline] = ACTIONS(1310), + [anon_sym___inline] = ACTIONS(1310), + [anon_sym___inline__] = ACTIONS(1310), + [anon_sym___forceinline] = ACTIONS(1310), + [anon_sym_thread_local] = ACTIONS(1310), + [anon_sym___thread] = ACTIONS(1310), + [anon_sym_const] = ACTIONS(1310), + [anon_sym_constexpr] = ACTIONS(1310), + [anon_sym_volatile] = ACTIONS(1310), + [anon_sym_restrict] = ACTIONS(1310), + [anon_sym___restrict__] = ACTIONS(1310), + [anon_sym__Atomic] = ACTIONS(1310), + [anon_sym__Noreturn] = ACTIONS(1310), + [anon_sym_noreturn] = ACTIONS(1310), + [sym_primitive_type] = ACTIONS(1310), + [anon_sym_enum] = ACTIONS(1310), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_union] = ACTIONS(1310), + [anon_sym_if] = ACTIONS(1310), + [anon_sym_else] = ACTIONS(1310), + [anon_sym_switch] = ACTIONS(1310), + [anon_sym_case] = ACTIONS(1310), + [anon_sym_default] = ACTIONS(1310), + [anon_sym_while] = ACTIONS(1310), + [anon_sym_do] = ACTIONS(1310), + [anon_sym_for] = ACTIONS(1310), + [anon_sym_return] = ACTIONS(1310), + [anon_sym_break] = ACTIONS(1310), + [anon_sym_continue] = ACTIONS(1310), + [anon_sym_goto] = ACTIONS(1310), + [anon_sym___try] = ACTIONS(1310), + [anon_sym___leave] = ACTIONS(1310), + [anon_sym_DASH_DASH] = ACTIONS(1312), + [anon_sym_PLUS_PLUS] = ACTIONS(1312), + [anon_sym_sizeof] = ACTIONS(1310), + [anon_sym___alignof__] = ACTIONS(1310), + [anon_sym___alignof] = ACTIONS(1310), + [anon_sym__alignof] = ACTIONS(1310), + [anon_sym_alignof] = ACTIONS(1310), + [anon_sym__Alignof] = ACTIONS(1310), + [anon_sym_offsetof] = ACTIONS(1310), + [anon_sym__Generic] = ACTIONS(1310), + [anon_sym_asm] = ACTIONS(1310), + [anon_sym___asm__] = ACTIONS(1310), + [sym_number_literal] = ACTIONS(1312), + [anon_sym_L_SQUOTE] = ACTIONS(1312), + [anon_sym_u_SQUOTE] = ACTIONS(1312), + [anon_sym_U_SQUOTE] = ACTIONS(1312), + [anon_sym_u8_SQUOTE] = ACTIONS(1312), + [anon_sym_SQUOTE] = ACTIONS(1312), + [anon_sym_L_DQUOTE] = ACTIONS(1312), + [anon_sym_u_DQUOTE] = ACTIONS(1312), + [anon_sym_U_DQUOTE] = ACTIONS(1312), + [anon_sym_u8_DQUOTE] = ACTIONS(1312), + [anon_sym_DQUOTE] = ACTIONS(1312), + [sym_true] = ACTIONS(1310), + [sym_false] = ACTIONS(1310), + [anon_sym_NULL] = ACTIONS(1310), + [anon_sym_nullptr] = ACTIONS(1310), + [sym_comment] = ACTIONS(3), + }, + [198] = { + [sym_identifier] = ACTIONS(1310), + [aux_sym_preproc_include_token1] = ACTIONS(1310), + [aux_sym_preproc_def_token1] = ACTIONS(1310), + [aux_sym_preproc_if_token1] = ACTIONS(1310), + [aux_sym_preproc_if_token2] = ACTIONS(1310), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1310), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1310), + [aux_sym_preproc_else_token1] = ACTIONS(1310), + [aux_sym_preproc_elif_token1] = ACTIONS(1310), + [sym_preproc_directive] = ACTIONS(1310), + [anon_sym_LPAREN2] = ACTIONS(1312), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_TILDE] = ACTIONS(1312), + [anon_sym_DASH] = ACTIONS(1310), + [anon_sym_PLUS] = ACTIONS(1310), + [anon_sym_STAR] = ACTIONS(1312), + [anon_sym_AMP] = ACTIONS(1312), + [anon_sym_SEMI] = ACTIONS(1312), + [anon_sym___extension__] = ACTIONS(1310), + [anon_sym_typedef] = ACTIONS(1310), + [anon_sym_extern] = ACTIONS(1310), + [anon_sym___attribute__] = ACTIONS(1310), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1312), + [anon_sym___declspec] = ACTIONS(1310), + [anon_sym___cdecl] = ACTIONS(1310), + [anon_sym___clrcall] = ACTIONS(1310), + [anon_sym___stdcall] = ACTIONS(1310), + [anon_sym___fastcall] = ACTIONS(1310), + [anon_sym___thiscall] = ACTIONS(1310), + [anon_sym___vectorcall] = ACTIONS(1310), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_signed] = ACTIONS(1310), + [anon_sym_unsigned] = ACTIONS(1310), + [anon_sym_long] = ACTIONS(1310), + [anon_sym_short] = ACTIONS(1310), + [anon_sym_static] = ACTIONS(1310), + [anon_sym_auto] = ACTIONS(1310), + [anon_sym_register] = ACTIONS(1310), + [anon_sym_inline] = ACTIONS(1310), + [anon_sym___inline] = ACTIONS(1310), + [anon_sym___inline__] = ACTIONS(1310), + [anon_sym___forceinline] = ACTIONS(1310), + [anon_sym_thread_local] = ACTIONS(1310), + [anon_sym___thread] = ACTIONS(1310), + [anon_sym_const] = ACTIONS(1310), + [anon_sym_constexpr] = ACTIONS(1310), + [anon_sym_volatile] = ACTIONS(1310), + [anon_sym_restrict] = ACTIONS(1310), + [anon_sym___restrict__] = ACTIONS(1310), + [anon_sym__Atomic] = ACTIONS(1310), + [anon_sym__Noreturn] = ACTIONS(1310), + [anon_sym_noreturn] = ACTIONS(1310), + [sym_primitive_type] = ACTIONS(1310), + [anon_sym_enum] = ACTIONS(1310), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_union] = ACTIONS(1310), + [anon_sym_if] = ACTIONS(1310), + [anon_sym_else] = ACTIONS(1310), + [anon_sym_switch] = ACTIONS(1310), + [anon_sym_case] = ACTIONS(1310), + [anon_sym_default] = ACTIONS(1310), + [anon_sym_while] = ACTIONS(1310), + [anon_sym_do] = ACTIONS(1310), + [anon_sym_for] = ACTIONS(1310), + [anon_sym_return] = ACTIONS(1310), + [anon_sym_break] = ACTIONS(1310), + [anon_sym_continue] = ACTIONS(1310), + [anon_sym_goto] = ACTIONS(1310), + [anon_sym___try] = ACTIONS(1310), + [anon_sym___leave] = ACTIONS(1310), + [anon_sym_DASH_DASH] = ACTIONS(1312), + [anon_sym_PLUS_PLUS] = ACTIONS(1312), + [anon_sym_sizeof] = ACTIONS(1310), + [anon_sym___alignof__] = ACTIONS(1310), + [anon_sym___alignof] = ACTIONS(1310), + [anon_sym__alignof] = ACTIONS(1310), + [anon_sym_alignof] = ACTIONS(1310), + [anon_sym__Alignof] = ACTIONS(1310), + [anon_sym_offsetof] = ACTIONS(1310), + [anon_sym__Generic] = ACTIONS(1310), + [anon_sym_asm] = ACTIONS(1310), + [anon_sym___asm__] = ACTIONS(1310), + [sym_number_literal] = ACTIONS(1312), + [anon_sym_L_SQUOTE] = ACTIONS(1312), + [anon_sym_u_SQUOTE] = ACTIONS(1312), + [anon_sym_U_SQUOTE] = ACTIONS(1312), + [anon_sym_u8_SQUOTE] = ACTIONS(1312), + [anon_sym_SQUOTE] = ACTIONS(1312), + [anon_sym_L_DQUOTE] = ACTIONS(1312), + [anon_sym_u_DQUOTE] = ACTIONS(1312), + [anon_sym_U_DQUOTE] = ACTIONS(1312), + [anon_sym_u8_DQUOTE] = ACTIONS(1312), + [anon_sym_DQUOTE] = ACTIONS(1312), + [sym_true] = ACTIONS(1310), + [sym_false] = ACTIONS(1310), + [anon_sym_NULL] = ACTIONS(1310), + [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [208] = { - [sym_identifier] = ACTIONS(1416), - [aux_sym_preproc_include_token1] = ACTIONS(1416), - [aux_sym_preproc_def_token1] = ACTIONS(1416), - [aux_sym_preproc_if_token1] = ACTIONS(1416), - [aux_sym_preproc_if_token2] = ACTIONS(1416), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1416), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1416), - [aux_sym_preproc_else_token1] = ACTIONS(1416), - [aux_sym_preproc_elif_token1] = ACTIONS(1416), - [sym_preproc_directive] = ACTIONS(1416), - [anon_sym_LPAREN2] = ACTIONS(1418), - [anon_sym_BANG] = ACTIONS(1418), - [anon_sym_TILDE] = ACTIONS(1418), - [anon_sym_DASH] = ACTIONS(1416), - [anon_sym_PLUS] = ACTIONS(1416), - [anon_sym_STAR] = ACTIONS(1418), - [anon_sym_AMP] = ACTIONS(1418), - [anon_sym_SEMI] = ACTIONS(1418), - [anon_sym___extension__] = ACTIONS(1416), - [anon_sym_typedef] = ACTIONS(1416), - [anon_sym_extern] = ACTIONS(1416), - [anon_sym___attribute__] = ACTIONS(1416), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), - [anon_sym___declspec] = ACTIONS(1416), - [anon_sym___cdecl] = ACTIONS(1416), - [anon_sym___clrcall] = ACTIONS(1416), - [anon_sym___stdcall] = ACTIONS(1416), - [anon_sym___fastcall] = ACTIONS(1416), - [anon_sym___thiscall] = ACTIONS(1416), - [anon_sym___vectorcall] = ACTIONS(1416), - [anon_sym_LBRACE] = ACTIONS(1418), - [anon_sym_signed] = ACTIONS(1416), - [anon_sym_unsigned] = ACTIONS(1416), - [anon_sym_long] = ACTIONS(1416), - [anon_sym_short] = ACTIONS(1416), - [anon_sym_static] = ACTIONS(1416), - [anon_sym_auto] = ACTIONS(1416), - [anon_sym_register] = ACTIONS(1416), - [anon_sym_inline] = ACTIONS(1416), - [anon_sym___inline] = ACTIONS(1416), - [anon_sym___inline__] = ACTIONS(1416), - [anon_sym___forceinline] = ACTIONS(1416), - [anon_sym_thread_local] = ACTIONS(1416), - [anon_sym___thread] = ACTIONS(1416), - [anon_sym_const] = ACTIONS(1416), - [anon_sym_constexpr] = ACTIONS(1416), - [anon_sym_volatile] = ACTIONS(1416), - [anon_sym_restrict] = ACTIONS(1416), - [anon_sym___restrict__] = ACTIONS(1416), - [anon_sym__Atomic] = ACTIONS(1416), - [anon_sym__Noreturn] = ACTIONS(1416), - [anon_sym_noreturn] = ACTIONS(1416), - [sym_primitive_type] = ACTIONS(1416), - [anon_sym_enum] = ACTIONS(1416), - [anon_sym_struct] = ACTIONS(1416), - [anon_sym_union] = ACTIONS(1416), - [anon_sym_if] = ACTIONS(1416), - [anon_sym_switch] = ACTIONS(1416), - [anon_sym_case] = ACTIONS(1416), - [anon_sym_default] = ACTIONS(1416), - [anon_sym_while] = ACTIONS(1416), - [anon_sym_do] = ACTIONS(1416), - [anon_sym_for] = ACTIONS(1416), - [anon_sym_return] = ACTIONS(1416), - [anon_sym_break] = ACTIONS(1416), - [anon_sym_continue] = ACTIONS(1416), - [anon_sym_goto] = ACTIONS(1416), - [anon_sym___try] = ACTIONS(1416), - [anon_sym___leave] = ACTIONS(1416), - [anon_sym_DASH_DASH] = ACTIONS(1418), - [anon_sym_PLUS_PLUS] = ACTIONS(1418), - [anon_sym_sizeof] = ACTIONS(1416), - [anon_sym___alignof__] = ACTIONS(1416), - [anon_sym___alignof] = ACTIONS(1416), - [anon_sym__alignof] = ACTIONS(1416), - [anon_sym_alignof] = ACTIONS(1416), - [anon_sym__Alignof] = ACTIONS(1416), - [anon_sym_offsetof] = ACTIONS(1416), - [anon_sym__Generic] = ACTIONS(1416), - [anon_sym_asm] = ACTIONS(1416), - [anon_sym___asm__] = ACTIONS(1416), - [sym_number_literal] = ACTIONS(1418), - [anon_sym_L_SQUOTE] = ACTIONS(1418), - [anon_sym_u_SQUOTE] = ACTIONS(1418), - [anon_sym_U_SQUOTE] = ACTIONS(1418), - [anon_sym_u8_SQUOTE] = ACTIONS(1418), - [anon_sym_SQUOTE] = ACTIONS(1418), - [anon_sym_L_DQUOTE] = ACTIONS(1418), - [anon_sym_u_DQUOTE] = ACTIONS(1418), - [anon_sym_U_DQUOTE] = ACTIONS(1418), - [anon_sym_u8_DQUOTE] = ACTIONS(1418), - [anon_sym_DQUOTE] = ACTIONS(1418), - [sym_true] = ACTIONS(1416), - [sym_false] = ACTIONS(1416), - [anon_sym_NULL] = ACTIONS(1416), - [anon_sym_nullptr] = ACTIONS(1416), + [199] = { + [sym_identifier] = ACTIONS(1386), + [aux_sym_preproc_include_token1] = ACTIONS(1386), + [aux_sym_preproc_def_token1] = ACTIONS(1386), + [aux_sym_preproc_if_token1] = ACTIONS(1386), + [aux_sym_preproc_if_token2] = ACTIONS(1386), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1386), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1386), + [aux_sym_preproc_else_token1] = ACTIONS(1386), + [aux_sym_preproc_elif_token1] = ACTIONS(1386), + [sym_preproc_directive] = ACTIONS(1386), + [anon_sym_LPAREN2] = ACTIONS(1388), + [anon_sym_BANG] = ACTIONS(1388), + [anon_sym_TILDE] = ACTIONS(1388), + [anon_sym_DASH] = ACTIONS(1386), + [anon_sym_PLUS] = ACTIONS(1386), + [anon_sym_STAR] = ACTIONS(1388), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_SEMI] = ACTIONS(1388), + [anon_sym___extension__] = ACTIONS(1386), + [anon_sym_typedef] = ACTIONS(1386), + [anon_sym_extern] = ACTIONS(1386), + [anon_sym___attribute__] = ACTIONS(1386), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1388), + [anon_sym___declspec] = ACTIONS(1386), + [anon_sym___cdecl] = ACTIONS(1386), + [anon_sym___clrcall] = ACTIONS(1386), + [anon_sym___stdcall] = ACTIONS(1386), + [anon_sym___fastcall] = ACTIONS(1386), + [anon_sym___thiscall] = ACTIONS(1386), + [anon_sym___vectorcall] = ACTIONS(1386), + [anon_sym_LBRACE] = ACTIONS(1388), + [anon_sym_signed] = ACTIONS(1386), + [anon_sym_unsigned] = ACTIONS(1386), + [anon_sym_long] = ACTIONS(1386), + [anon_sym_short] = ACTIONS(1386), + [anon_sym_static] = ACTIONS(1386), + [anon_sym_auto] = ACTIONS(1386), + [anon_sym_register] = ACTIONS(1386), + [anon_sym_inline] = ACTIONS(1386), + [anon_sym___inline] = ACTIONS(1386), + [anon_sym___inline__] = ACTIONS(1386), + [anon_sym___forceinline] = ACTIONS(1386), + [anon_sym_thread_local] = ACTIONS(1386), + [anon_sym___thread] = ACTIONS(1386), + [anon_sym_const] = ACTIONS(1386), + [anon_sym_constexpr] = ACTIONS(1386), + [anon_sym_volatile] = ACTIONS(1386), + [anon_sym_restrict] = ACTIONS(1386), + [anon_sym___restrict__] = ACTIONS(1386), + [anon_sym__Atomic] = ACTIONS(1386), + [anon_sym__Noreturn] = ACTIONS(1386), + [anon_sym_noreturn] = ACTIONS(1386), + [sym_primitive_type] = ACTIONS(1386), + [anon_sym_enum] = ACTIONS(1386), + [anon_sym_struct] = ACTIONS(1386), + [anon_sym_union] = ACTIONS(1386), + [anon_sym_if] = ACTIONS(1386), + [anon_sym_else] = ACTIONS(1386), + [anon_sym_switch] = ACTIONS(1386), + [anon_sym_case] = ACTIONS(1386), + [anon_sym_default] = ACTIONS(1386), + [anon_sym_while] = ACTIONS(1386), + [anon_sym_do] = ACTIONS(1386), + [anon_sym_for] = ACTIONS(1386), + [anon_sym_return] = ACTIONS(1386), + [anon_sym_break] = ACTIONS(1386), + [anon_sym_continue] = ACTIONS(1386), + [anon_sym_goto] = ACTIONS(1386), + [anon_sym___try] = ACTIONS(1386), + [anon_sym___leave] = ACTIONS(1386), + [anon_sym_DASH_DASH] = ACTIONS(1388), + [anon_sym_PLUS_PLUS] = ACTIONS(1388), + [anon_sym_sizeof] = ACTIONS(1386), + [anon_sym___alignof__] = ACTIONS(1386), + [anon_sym___alignof] = ACTIONS(1386), + [anon_sym__alignof] = ACTIONS(1386), + [anon_sym_alignof] = ACTIONS(1386), + [anon_sym__Alignof] = ACTIONS(1386), + [anon_sym_offsetof] = ACTIONS(1386), + [anon_sym__Generic] = ACTIONS(1386), + [anon_sym_asm] = ACTIONS(1386), + [anon_sym___asm__] = ACTIONS(1386), + [sym_number_literal] = ACTIONS(1388), + [anon_sym_L_SQUOTE] = ACTIONS(1388), + [anon_sym_u_SQUOTE] = ACTIONS(1388), + [anon_sym_U_SQUOTE] = ACTIONS(1388), + [anon_sym_u8_SQUOTE] = ACTIONS(1388), + [anon_sym_SQUOTE] = ACTIONS(1388), + [anon_sym_L_DQUOTE] = ACTIONS(1388), + [anon_sym_u_DQUOTE] = ACTIONS(1388), + [anon_sym_U_DQUOTE] = ACTIONS(1388), + [anon_sym_u8_DQUOTE] = ACTIONS(1388), + [anon_sym_DQUOTE] = ACTIONS(1388), + [sym_true] = ACTIONS(1386), + [sym_false] = ACTIONS(1386), + [anon_sym_NULL] = ACTIONS(1386), + [anon_sym_nullptr] = ACTIONS(1386), [sym_comment] = ACTIONS(3), }, - [209] = { - [sym_identifier] = ACTIONS(1504), - [aux_sym_preproc_include_token1] = ACTIONS(1504), - [aux_sym_preproc_def_token1] = ACTIONS(1504), - [aux_sym_preproc_if_token1] = ACTIONS(1504), - [aux_sym_preproc_if_token2] = ACTIONS(1504), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1504), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1504), - [aux_sym_preproc_else_token1] = ACTIONS(1504), - [aux_sym_preproc_elif_token1] = ACTIONS(1504), - [sym_preproc_directive] = ACTIONS(1504), - [anon_sym_LPAREN2] = ACTIONS(1506), - [anon_sym_BANG] = ACTIONS(1506), - [anon_sym_TILDE] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1504), - [anon_sym_PLUS] = ACTIONS(1504), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_AMP] = ACTIONS(1506), - [anon_sym_SEMI] = ACTIONS(1506), - [anon_sym___extension__] = ACTIONS(1504), - [anon_sym_typedef] = ACTIONS(1504), - [anon_sym_extern] = ACTIONS(1504), - [anon_sym___attribute__] = ACTIONS(1504), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1506), - [anon_sym___declspec] = ACTIONS(1504), - [anon_sym___cdecl] = ACTIONS(1504), - [anon_sym___clrcall] = ACTIONS(1504), - [anon_sym___stdcall] = ACTIONS(1504), - [anon_sym___fastcall] = ACTIONS(1504), - [anon_sym___thiscall] = ACTIONS(1504), - [anon_sym___vectorcall] = ACTIONS(1504), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_signed] = ACTIONS(1504), - [anon_sym_unsigned] = ACTIONS(1504), - [anon_sym_long] = ACTIONS(1504), - [anon_sym_short] = ACTIONS(1504), - [anon_sym_static] = ACTIONS(1504), - [anon_sym_auto] = ACTIONS(1504), - [anon_sym_register] = ACTIONS(1504), - [anon_sym_inline] = ACTIONS(1504), - [anon_sym___inline] = ACTIONS(1504), - [anon_sym___inline__] = ACTIONS(1504), - [anon_sym___forceinline] = ACTIONS(1504), - [anon_sym_thread_local] = ACTIONS(1504), - [anon_sym___thread] = ACTIONS(1504), - [anon_sym_const] = ACTIONS(1504), - [anon_sym_constexpr] = ACTIONS(1504), - [anon_sym_volatile] = ACTIONS(1504), - [anon_sym_restrict] = ACTIONS(1504), - [anon_sym___restrict__] = ACTIONS(1504), - [anon_sym__Atomic] = ACTIONS(1504), - [anon_sym__Noreturn] = ACTIONS(1504), - [anon_sym_noreturn] = ACTIONS(1504), - [sym_primitive_type] = ACTIONS(1504), - [anon_sym_enum] = ACTIONS(1504), - [anon_sym_struct] = ACTIONS(1504), - [anon_sym_union] = ACTIONS(1504), - [anon_sym_if] = ACTIONS(1504), - [anon_sym_switch] = ACTIONS(1504), - [anon_sym_case] = ACTIONS(1504), - [anon_sym_default] = ACTIONS(1504), - [anon_sym_while] = ACTIONS(1504), - [anon_sym_do] = ACTIONS(1504), - [anon_sym_for] = ACTIONS(1504), - [anon_sym_return] = ACTIONS(1504), - [anon_sym_break] = ACTIONS(1504), - [anon_sym_continue] = ACTIONS(1504), - [anon_sym_goto] = ACTIONS(1504), - [anon_sym___try] = ACTIONS(1504), - [anon_sym___leave] = ACTIONS(1504), - [anon_sym_DASH_DASH] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_sizeof] = ACTIONS(1504), - [anon_sym___alignof__] = ACTIONS(1504), - [anon_sym___alignof] = ACTIONS(1504), - [anon_sym__alignof] = ACTIONS(1504), - [anon_sym_alignof] = ACTIONS(1504), - [anon_sym__Alignof] = ACTIONS(1504), - [anon_sym_offsetof] = ACTIONS(1504), - [anon_sym__Generic] = ACTIONS(1504), - [anon_sym_asm] = ACTIONS(1504), - [anon_sym___asm__] = ACTIONS(1504), - [sym_number_literal] = ACTIONS(1506), - [anon_sym_L_SQUOTE] = ACTIONS(1506), - [anon_sym_u_SQUOTE] = ACTIONS(1506), - [anon_sym_U_SQUOTE] = ACTIONS(1506), - [anon_sym_u8_SQUOTE] = ACTIONS(1506), - [anon_sym_SQUOTE] = ACTIONS(1506), - [anon_sym_L_DQUOTE] = ACTIONS(1506), - [anon_sym_u_DQUOTE] = ACTIONS(1506), - [anon_sym_U_DQUOTE] = ACTIONS(1506), - [anon_sym_u8_DQUOTE] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym_true] = ACTIONS(1504), - [sym_false] = ACTIONS(1504), - [anon_sym_NULL] = ACTIONS(1504), - [anon_sym_nullptr] = ACTIONS(1504), + [200] = { + [sym_identifier] = ACTIONS(1314), + [aux_sym_preproc_include_token1] = ACTIONS(1314), + [aux_sym_preproc_def_token1] = ACTIONS(1314), + [aux_sym_preproc_if_token1] = ACTIONS(1314), + [aux_sym_preproc_if_token2] = ACTIONS(1314), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1314), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1314), + [aux_sym_preproc_else_token1] = ACTIONS(1314), + [aux_sym_preproc_elif_token1] = ACTIONS(1314), + [sym_preproc_directive] = ACTIONS(1314), + [anon_sym_LPAREN2] = ACTIONS(1316), + [anon_sym_BANG] = ACTIONS(1316), + [anon_sym_TILDE] = ACTIONS(1316), + [anon_sym_DASH] = ACTIONS(1314), + [anon_sym_PLUS] = ACTIONS(1314), + [anon_sym_STAR] = ACTIONS(1316), + [anon_sym_AMP] = ACTIONS(1316), + [anon_sym_SEMI] = ACTIONS(1316), + [anon_sym___extension__] = ACTIONS(1314), + [anon_sym_typedef] = ACTIONS(1314), + [anon_sym_extern] = ACTIONS(1314), + [anon_sym___attribute__] = ACTIONS(1314), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1316), + [anon_sym___declspec] = ACTIONS(1314), + [anon_sym___cdecl] = ACTIONS(1314), + [anon_sym___clrcall] = ACTIONS(1314), + [anon_sym___stdcall] = ACTIONS(1314), + [anon_sym___fastcall] = ACTIONS(1314), + [anon_sym___thiscall] = ACTIONS(1314), + [anon_sym___vectorcall] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_signed] = ACTIONS(1314), + [anon_sym_unsigned] = ACTIONS(1314), + [anon_sym_long] = ACTIONS(1314), + [anon_sym_short] = ACTIONS(1314), + [anon_sym_static] = ACTIONS(1314), + [anon_sym_auto] = ACTIONS(1314), + [anon_sym_register] = ACTIONS(1314), + [anon_sym_inline] = ACTIONS(1314), + [anon_sym___inline] = ACTIONS(1314), + [anon_sym___inline__] = ACTIONS(1314), + [anon_sym___forceinline] = ACTIONS(1314), + [anon_sym_thread_local] = ACTIONS(1314), + [anon_sym___thread] = ACTIONS(1314), + [anon_sym_const] = ACTIONS(1314), + [anon_sym_constexpr] = ACTIONS(1314), + [anon_sym_volatile] = ACTIONS(1314), + [anon_sym_restrict] = ACTIONS(1314), + [anon_sym___restrict__] = ACTIONS(1314), + [anon_sym__Atomic] = ACTIONS(1314), + [anon_sym__Noreturn] = ACTIONS(1314), + [anon_sym_noreturn] = ACTIONS(1314), + [sym_primitive_type] = ACTIONS(1314), + [anon_sym_enum] = ACTIONS(1314), + [anon_sym_struct] = ACTIONS(1314), + [anon_sym_union] = ACTIONS(1314), + [anon_sym_if] = ACTIONS(1314), + [anon_sym_else] = ACTIONS(1314), + [anon_sym_switch] = ACTIONS(1314), + [anon_sym_case] = ACTIONS(1314), + [anon_sym_default] = ACTIONS(1314), + [anon_sym_while] = ACTIONS(1314), + [anon_sym_do] = ACTIONS(1314), + [anon_sym_for] = ACTIONS(1314), + [anon_sym_return] = ACTIONS(1314), + [anon_sym_break] = ACTIONS(1314), + [anon_sym_continue] = ACTIONS(1314), + [anon_sym_goto] = ACTIONS(1314), + [anon_sym___try] = ACTIONS(1314), + [anon_sym___leave] = ACTIONS(1314), + [anon_sym_DASH_DASH] = ACTIONS(1316), + [anon_sym_PLUS_PLUS] = ACTIONS(1316), + [anon_sym_sizeof] = ACTIONS(1314), + [anon_sym___alignof__] = ACTIONS(1314), + [anon_sym___alignof] = ACTIONS(1314), + [anon_sym__alignof] = ACTIONS(1314), + [anon_sym_alignof] = ACTIONS(1314), + [anon_sym__Alignof] = ACTIONS(1314), + [anon_sym_offsetof] = ACTIONS(1314), + [anon_sym__Generic] = ACTIONS(1314), + [anon_sym_asm] = ACTIONS(1314), + [anon_sym___asm__] = ACTIONS(1314), + [sym_number_literal] = ACTIONS(1316), + [anon_sym_L_SQUOTE] = ACTIONS(1316), + [anon_sym_u_SQUOTE] = ACTIONS(1316), + [anon_sym_U_SQUOTE] = ACTIONS(1316), + [anon_sym_u8_SQUOTE] = ACTIONS(1316), + [anon_sym_SQUOTE] = ACTIONS(1316), + [anon_sym_L_DQUOTE] = ACTIONS(1316), + [anon_sym_u_DQUOTE] = ACTIONS(1316), + [anon_sym_U_DQUOTE] = ACTIONS(1316), + [anon_sym_u8_DQUOTE] = ACTIONS(1316), + [anon_sym_DQUOTE] = ACTIONS(1316), + [sym_true] = ACTIONS(1314), + [sym_false] = ACTIONS(1314), + [anon_sym_NULL] = ACTIONS(1314), + [anon_sym_nullptr] = ACTIONS(1314), [sym_comment] = ACTIONS(3), }, - [210] = { - [sym_identifier] = ACTIONS(1402), - [aux_sym_preproc_include_token1] = ACTIONS(1402), - [aux_sym_preproc_def_token1] = ACTIONS(1402), - [aux_sym_preproc_if_token1] = ACTIONS(1402), - [aux_sym_preproc_if_token2] = ACTIONS(1402), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1402), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1402), - [aux_sym_preproc_else_token1] = ACTIONS(1402), - [aux_sym_preproc_elif_token1] = ACTIONS(1402), - [sym_preproc_directive] = ACTIONS(1402), - [anon_sym_LPAREN2] = ACTIONS(1404), - [anon_sym_BANG] = ACTIONS(1404), - [anon_sym_TILDE] = ACTIONS(1404), - [anon_sym_DASH] = ACTIONS(1402), - [anon_sym_PLUS] = ACTIONS(1402), - [anon_sym_STAR] = ACTIONS(1404), - [anon_sym_AMP] = ACTIONS(1404), - [anon_sym_SEMI] = ACTIONS(1404), - [anon_sym___extension__] = ACTIONS(1402), - [anon_sym_typedef] = ACTIONS(1402), - [anon_sym_extern] = ACTIONS(1402), - [anon_sym___attribute__] = ACTIONS(1402), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1404), - [anon_sym___declspec] = ACTIONS(1402), - [anon_sym___cdecl] = ACTIONS(1402), - [anon_sym___clrcall] = ACTIONS(1402), - [anon_sym___stdcall] = ACTIONS(1402), - [anon_sym___fastcall] = ACTIONS(1402), - [anon_sym___thiscall] = ACTIONS(1402), - [anon_sym___vectorcall] = ACTIONS(1402), - [anon_sym_LBRACE] = ACTIONS(1404), - [anon_sym_signed] = ACTIONS(1402), - [anon_sym_unsigned] = ACTIONS(1402), - [anon_sym_long] = ACTIONS(1402), - [anon_sym_short] = ACTIONS(1402), - [anon_sym_static] = ACTIONS(1402), - [anon_sym_auto] = ACTIONS(1402), - [anon_sym_register] = ACTIONS(1402), - [anon_sym_inline] = ACTIONS(1402), - [anon_sym___inline] = ACTIONS(1402), - [anon_sym___inline__] = ACTIONS(1402), - [anon_sym___forceinline] = ACTIONS(1402), - [anon_sym_thread_local] = ACTIONS(1402), - [anon_sym___thread] = ACTIONS(1402), - [anon_sym_const] = ACTIONS(1402), - [anon_sym_constexpr] = ACTIONS(1402), - [anon_sym_volatile] = ACTIONS(1402), - [anon_sym_restrict] = ACTIONS(1402), - [anon_sym___restrict__] = ACTIONS(1402), - [anon_sym__Atomic] = ACTIONS(1402), - [anon_sym__Noreturn] = ACTIONS(1402), - [anon_sym_noreturn] = ACTIONS(1402), - [sym_primitive_type] = ACTIONS(1402), - [anon_sym_enum] = ACTIONS(1402), - [anon_sym_struct] = ACTIONS(1402), - [anon_sym_union] = ACTIONS(1402), - [anon_sym_if] = ACTIONS(1402), - [anon_sym_switch] = ACTIONS(1402), - [anon_sym_case] = ACTIONS(1402), - [anon_sym_default] = ACTIONS(1402), - [anon_sym_while] = ACTIONS(1402), - [anon_sym_do] = ACTIONS(1402), - [anon_sym_for] = ACTIONS(1402), - [anon_sym_return] = ACTIONS(1402), - [anon_sym_break] = ACTIONS(1402), - [anon_sym_continue] = ACTIONS(1402), - [anon_sym_goto] = ACTIONS(1402), - [anon_sym___try] = ACTIONS(1402), - [anon_sym___leave] = ACTIONS(1402), - [anon_sym_DASH_DASH] = ACTIONS(1404), - [anon_sym_PLUS_PLUS] = ACTIONS(1404), - [anon_sym_sizeof] = ACTIONS(1402), - [anon_sym___alignof__] = ACTIONS(1402), - [anon_sym___alignof] = ACTIONS(1402), - [anon_sym__alignof] = ACTIONS(1402), - [anon_sym_alignof] = ACTIONS(1402), - [anon_sym__Alignof] = ACTIONS(1402), - [anon_sym_offsetof] = ACTIONS(1402), - [anon_sym__Generic] = ACTIONS(1402), - [anon_sym_asm] = ACTIONS(1402), - [anon_sym___asm__] = ACTIONS(1402), - [sym_number_literal] = ACTIONS(1404), - [anon_sym_L_SQUOTE] = ACTIONS(1404), - [anon_sym_u_SQUOTE] = ACTIONS(1404), - [anon_sym_U_SQUOTE] = ACTIONS(1404), - [anon_sym_u8_SQUOTE] = ACTIONS(1404), - [anon_sym_SQUOTE] = ACTIONS(1404), - [anon_sym_L_DQUOTE] = ACTIONS(1404), - [anon_sym_u_DQUOTE] = ACTIONS(1404), - [anon_sym_U_DQUOTE] = ACTIONS(1404), - [anon_sym_u8_DQUOTE] = ACTIONS(1404), - [anon_sym_DQUOTE] = ACTIONS(1404), - [sym_true] = ACTIONS(1402), - [sym_false] = ACTIONS(1402), - [anon_sym_NULL] = ACTIONS(1402), - [anon_sym_nullptr] = ACTIONS(1402), + [201] = { + [sym_identifier] = ACTIONS(1318), + [aux_sym_preproc_include_token1] = ACTIONS(1318), + [aux_sym_preproc_def_token1] = ACTIONS(1318), + [aux_sym_preproc_if_token1] = ACTIONS(1318), + [aux_sym_preproc_if_token2] = ACTIONS(1318), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1318), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1318), + [aux_sym_preproc_else_token1] = ACTIONS(1318), + [aux_sym_preproc_elif_token1] = ACTIONS(1318), + [sym_preproc_directive] = ACTIONS(1318), + [anon_sym_LPAREN2] = ACTIONS(1320), + [anon_sym_BANG] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1320), + [anon_sym_DASH] = ACTIONS(1318), + [anon_sym_PLUS] = ACTIONS(1318), + [anon_sym_STAR] = ACTIONS(1320), + [anon_sym_AMP] = ACTIONS(1320), + [anon_sym_SEMI] = ACTIONS(1320), + [anon_sym___extension__] = ACTIONS(1318), + [anon_sym_typedef] = ACTIONS(1318), + [anon_sym_extern] = ACTIONS(1318), + [anon_sym___attribute__] = ACTIONS(1318), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1320), + [anon_sym___declspec] = ACTIONS(1318), + [anon_sym___cdecl] = ACTIONS(1318), + [anon_sym___clrcall] = ACTIONS(1318), + [anon_sym___stdcall] = ACTIONS(1318), + [anon_sym___fastcall] = ACTIONS(1318), + [anon_sym___thiscall] = ACTIONS(1318), + [anon_sym___vectorcall] = ACTIONS(1318), + [anon_sym_LBRACE] = ACTIONS(1320), + [anon_sym_signed] = ACTIONS(1318), + [anon_sym_unsigned] = ACTIONS(1318), + [anon_sym_long] = ACTIONS(1318), + [anon_sym_short] = ACTIONS(1318), + [anon_sym_static] = ACTIONS(1318), + [anon_sym_auto] = ACTIONS(1318), + [anon_sym_register] = ACTIONS(1318), + [anon_sym_inline] = ACTIONS(1318), + [anon_sym___inline] = ACTIONS(1318), + [anon_sym___inline__] = ACTIONS(1318), + [anon_sym___forceinline] = ACTIONS(1318), + [anon_sym_thread_local] = ACTIONS(1318), + [anon_sym___thread] = ACTIONS(1318), + [anon_sym_const] = ACTIONS(1318), + [anon_sym_constexpr] = ACTIONS(1318), + [anon_sym_volatile] = ACTIONS(1318), + [anon_sym_restrict] = ACTIONS(1318), + [anon_sym___restrict__] = ACTIONS(1318), + [anon_sym__Atomic] = ACTIONS(1318), + [anon_sym__Noreturn] = ACTIONS(1318), + [anon_sym_noreturn] = ACTIONS(1318), + [sym_primitive_type] = ACTIONS(1318), + [anon_sym_enum] = ACTIONS(1318), + [anon_sym_struct] = ACTIONS(1318), + [anon_sym_union] = ACTIONS(1318), + [anon_sym_if] = ACTIONS(1318), + [anon_sym_else] = ACTIONS(1318), + [anon_sym_switch] = ACTIONS(1318), + [anon_sym_case] = ACTIONS(1318), + [anon_sym_default] = ACTIONS(1318), + [anon_sym_while] = ACTIONS(1318), + [anon_sym_do] = ACTIONS(1318), + [anon_sym_for] = ACTIONS(1318), + [anon_sym_return] = ACTIONS(1318), + [anon_sym_break] = ACTIONS(1318), + [anon_sym_continue] = ACTIONS(1318), + [anon_sym_goto] = ACTIONS(1318), + [anon_sym___try] = ACTIONS(1318), + [anon_sym___leave] = ACTIONS(1318), + [anon_sym_DASH_DASH] = ACTIONS(1320), + [anon_sym_PLUS_PLUS] = ACTIONS(1320), + [anon_sym_sizeof] = ACTIONS(1318), + [anon_sym___alignof__] = ACTIONS(1318), + [anon_sym___alignof] = ACTIONS(1318), + [anon_sym__alignof] = ACTIONS(1318), + [anon_sym_alignof] = ACTIONS(1318), + [anon_sym__Alignof] = ACTIONS(1318), + [anon_sym_offsetof] = ACTIONS(1318), + [anon_sym__Generic] = ACTIONS(1318), + [anon_sym_asm] = ACTIONS(1318), + [anon_sym___asm__] = ACTIONS(1318), + [sym_number_literal] = ACTIONS(1320), + [anon_sym_L_SQUOTE] = ACTIONS(1320), + [anon_sym_u_SQUOTE] = ACTIONS(1320), + [anon_sym_U_SQUOTE] = ACTIONS(1320), + [anon_sym_u8_SQUOTE] = ACTIONS(1320), + [anon_sym_SQUOTE] = ACTIONS(1320), + [anon_sym_L_DQUOTE] = ACTIONS(1320), + [anon_sym_u_DQUOTE] = ACTIONS(1320), + [anon_sym_U_DQUOTE] = ACTIONS(1320), + [anon_sym_u8_DQUOTE] = ACTIONS(1320), + [anon_sym_DQUOTE] = ACTIONS(1320), + [sym_true] = ACTIONS(1318), + [sym_false] = ACTIONS(1318), + [anon_sym_NULL] = ACTIONS(1318), + [anon_sym_nullptr] = ACTIONS(1318), + [sym_comment] = ACTIONS(3), + }, + [202] = { + [sym_identifier] = ACTIONS(1492), + [aux_sym_preproc_include_token1] = ACTIONS(1492), + [aux_sym_preproc_def_token1] = ACTIONS(1492), + [aux_sym_preproc_if_token1] = ACTIONS(1492), + [aux_sym_preproc_if_token2] = ACTIONS(1492), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1492), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1492), + [aux_sym_preproc_else_token1] = ACTIONS(1492), + [aux_sym_preproc_elif_token1] = ACTIONS(1492), + [sym_preproc_directive] = ACTIONS(1492), + [anon_sym_LPAREN2] = ACTIONS(1494), + [anon_sym_BANG] = ACTIONS(1494), + [anon_sym_TILDE] = ACTIONS(1494), + [anon_sym_DASH] = ACTIONS(1492), + [anon_sym_PLUS] = ACTIONS(1492), + [anon_sym_STAR] = ACTIONS(1494), + [anon_sym_AMP] = ACTIONS(1494), + [anon_sym_SEMI] = ACTIONS(1494), + [anon_sym___extension__] = ACTIONS(1492), + [anon_sym_typedef] = ACTIONS(1492), + [anon_sym_extern] = ACTIONS(1492), + [anon_sym___attribute__] = ACTIONS(1492), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1494), + [anon_sym___declspec] = ACTIONS(1492), + [anon_sym___cdecl] = ACTIONS(1492), + [anon_sym___clrcall] = ACTIONS(1492), + [anon_sym___stdcall] = ACTIONS(1492), + [anon_sym___fastcall] = ACTIONS(1492), + [anon_sym___thiscall] = ACTIONS(1492), + [anon_sym___vectorcall] = ACTIONS(1492), + [anon_sym_LBRACE] = ACTIONS(1494), + [anon_sym_signed] = ACTIONS(1492), + [anon_sym_unsigned] = ACTIONS(1492), + [anon_sym_long] = ACTIONS(1492), + [anon_sym_short] = ACTIONS(1492), + [anon_sym_static] = ACTIONS(1492), + [anon_sym_auto] = ACTIONS(1492), + [anon_sym_register] = ACTIONS(1492), + [anon_sym_inline] = ACTIONS(1492), + [anon_sym___inline] = ACTIONS(1492), + [anon_sym___inline__] = ACTIONS(1492), + [anon_sym___forceinline] = ACTIONS(1492), + [anon_sym_thread_local] = ACTIONS(1492), + [anon_sym___thread] = ACTIONS(1492), + [anon_sym_const] = ACTIONS(1492), + [anon_sym_constexpr] = ACTIONS(1492), + [anon_sym_volatile] = ACTIONS(1492), + [anon_sym_restrict] = ACTIONS(1492), + [anon_sym___restrict__] = ACTIONS(1492), + [anon_sym__Atomic] = ACTIONS(1492), + [anon_sym__Noreturn] = ACTIONS(1492), + [anon_sym_noreturn] = ACTIONS(1492), + [sym_primitive_type] = ACTIONS(1492), + [anon_sym_enum] = ACTIONS(1492), + [anon_sym_struct] = ACTIONS(1492), + [anon_sym_union] = ACTIONS(1492), + [anon_sym_if] = ACTIONS(1492), + [anon_sym_switch] = ACTIONS(1492), + [anon_sym_case] = ACTIONS(1492), + [anon_sym_default] = ACTIONS(1492), + [anon_sym_while] = ACTIONS(1492), + [anon_sym_do] = ACTIONS(1492), + [anon_sym_for] = ACTIONS(1492), + [anon_sym_return] = ACTIONS(1492), + [anon_sym_break] = ACTIONS(1492), + [anon_sym_continue] = ACTIONS(1492), + [anon_sym_goto] = ACTIONS(1492), + [anon_sym___try] = ACTIONS(1492), + [anon_sym___leave] = ACTIONS(1492), + [anon_sym_DASH_DASH] = ACTIONS(1494), + [anon_sym_PLUS_PLUS] = ACTIONS(1494), + [anon_sym_sizeof] = ACTIONS(1492), + [anon_sym___alignof__] = ACTIONS(1492), + [anon_sym___alignof] = ACTIONS(1492), + [anon_sym__alignof] = ACTIONS(1492), + [anon_sym_alignof] = ACTIONS(1492), + [anon_sym__Alignof] = ACTIONS(1492), + [anon_sym_offsetof] = ACTIONS(1492), + [anon_sym__Generic] = ACTIONS(1492), + [anon_sym_asm] = ACTIONS(1492), + [anon_sym___asm__] = ACTIONS(1492), + [sym_number_literal] = ACTIONS(1494), + [anon_sym_L_SQUOTE] = ACTIONS(1494), + [anon_sym_u_SQUOTE] = ACTIONS(1494), + [anon_sym_U_SQUOTE] = ACTIONS(1494), + [anon_sym_u8_SQUOTE] = ACTIONS(1494), + [anon_sym_SQUOTE] = ACTIONS(1494), + [anon_sym_L_DQUOTE] = ACTIONS(1494), + [anon_sym_u_DQUOTE] = ACTIONS(1494), + [anon_sym_U_DQUOTE] = ACTIONS(1494), + [anon_sym_u8_DQUOTE] = ACTIONS(1494), + [anon_sym_DQUOTE] = ACTIONS(1494), + [sym_true] = ACTIONS(1492), + [sym_false] = ACTIONS(1492), + [anon_sym_NULL] = ACTIONS(1492), + [anon_sym_nullptr] = ACTIONS(1492), [sym_comment] = ACTIONS(3), }, - [211] = { - [sym_else_clause] = STATE(351), + [203] = { + [sym_else_clause] = STATE(255), + [ts_builtin_sym_end] = ACTIONS(1294), [sym_identifier] = ACTIONS(1292), [aux_sym_preproc_include_token1] = ACTIONS(1292), [aux_sym_preproc_def_token1] = ACTIONS(1292), [aux_sym_preproc_if_token1] = ACTIONS(1292), - [aux_sym_preproc_if_token2] = ACTIONS(1292), [aux_sym_preproc_ifdef_token1] = ACTIONS(1292), [aux_sym_preproc_ifdef_token2] = ACTIONS(1292), [sym_preproc_directive] = ACTIONS(1292), @@ -42096,306 +41295,800 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1292), [sym_comment] = ACTIONS(3), }, - [212] = { - [sym_identifier] = ACTIONS(1408), - [aux_sym_preproc_include_token1] = ACTIONS(1408), - [aux_sym_preproc_def_token1] = ACTIONS(1408), - [aux_sym_preproc_if_token1] = ACTIONS(1408), - [aux_sym_preproc_if_token2] = ACTIONS(1408), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1408), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1408), - [aux_sym_preproc_else_token1] = ACTIONS(1408), - [aux_sym_preproc_elif_token1] = ACTIONS(1408), - [sym_preproc_directive] = ACTIONS(1408), - [anon_sym_LPAREN2] = ACTIONS(1410), - [anon_sym_BANG] = ACTIONS(1410), - [anon_sym_TILDE] = ACTIONS(1410), - [anon_sym_DASH] = ACTIONS(1408), - [anon_sym_PLUS] = ACTIONS(1408), - [anon_sym_STAR] = ACTIONS(1410), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_SEMI] = ACTIONS(1410), - [anon_sym___extension__] = ACTIONS(1408), - [anon_sym_typedef] = ACTIONS(1408), - [anon_sym_extern] = ACTIONS(1408), - [anon_sym___attribute__] = ACTIONS(1408), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1410), - [anon_sym___declspec] = ACTIONS(1408), - [anon_sym___cdecl] = ACTIONS(1408), - [anon_sym___clrcall] = ACTIONS(1408), - [anon_sym___stdcall] = ACTIONS(1408), - [anon_sym___fastcall] = ACTIONS(1408), - [anon_sym___thiscall] = ACTIONS(1408), - [anon_sym___vectorcall] = ACTIONS(1408), - [anon_sym_LBRACE] = ACTIONS(1410), - [anon_sym_signed] = ACTIONS(1408), - [anon_sym_unsigned] = ACTIONS(1408), - [anon_sym_long] = ACTIONS(1408), - [anon_sym_short] = ACTIONS(1408), - [anon_sym_static] = ACTIONS(1408), - [anon_sym_auto] = ACTIONS(1408), - [anon_sym_register] = ACTIONS(1408), - [anon_sym_inline] = ACTIONS(1408), - [anon_sym___inline] = ACTIONS(1408), - [anon_sym___inline__] = ACTIONS(1408), - [anon_sym___forceinline] = ACTIONS(1408), - [anon_sym_thread_local] = ACTIONS(1408), - [anon_sym___thread] = ACTIONS(1408), - [anon_sym_const] = ACTIONS(1408), - [anon_sym_constexpr] = ACTIONS(1408), - [anon_sym_volatile] = ACTIONS(1408), - [anon_sym_restrict] = ACTIONS(1408), - [anon_sym___restrict__] = ACTIONS(1408), - [anon_sym__Atomic] = ACTIONS(1408), - [anon_sym__Noreturn] = ACTIONS(1408), - [anon_sym_noreturn] = ACTIONS(1408), - [sym_primitive_type] = ACTIONS(1408), - [anon_sym_enum] = ACTIONS(1408), - [anon_sym_struct] = ACTIONS(1408), - [anon_sym_union] = ACTIONS(1408), - [anon_sym_if] = ACTIONS(1408), - [anon_sym_switch] = ACTIONS(1408), - [anon_sym_case] = ACTIONS(1408), - [anon_sym_default] = ACTIONS(1408), - [anon_sym_while] = ACTIONS(1408), - [anon_sym_do] = ACTIONS(1408), - [anon_sym_for] = ACTIONS(1408), - [anon_sym_return] = ACTIONS(1408), - [anon_sym_break] = ACTIONS(1408), - [anon_sym_continue] = ACTIONS(1408), - [anon_sym_goto] = ACTIONS(1408), - [anon_sym___try] = ACTIONS(1408), - [anon_sym___leave] = ACTIONS(1408), - [anon_sym_DASH_DASH] = ACTIONS(1410), - [anon_sym_PLUS_PLUS] = ACTIONS(1410), - [anon_sym_sizeof] = ACTIONS(1408), - [anon_sym___alignof__] = ACTIONS(1408), - [anon_sym___alignof] = ACTIONS(1408), - [anon_sym__alignof] = ACTIONS(1408), - [anon_sym_alignof] = ACTIONS(1408), - [anon_sym__Alignof] = ACTIONS(1408), - [anon_sym_offsetof] = ACTIONS(1408), - [anon_sym__Generic] = ACTIONS(1408), - [anon_sym_asm] = ACTIONS(1408), - [anon_sym___asm__] = ACTIONS(1408), - [sym_number_literal] = ACTIONS(1410), - [anon_sym_L_SQUOTE] = ACTIONS(1410), - [anon_sym_u_SQUOTE] = ACTIONS(1410), - [anon_sym_U_SQUOTE] = ACTIONS(1410), - [anon_sym_u8_SQUOTE] = ACTIONS(1410), - [anon_sym_SQUOTE] = ACTIONS(1410), - [anon_sym_L_DQUOTE] = ACTIONS(1410), - [anon_sym_u_DQUOTE] = ACTIONS(1410), - [anon_sym_U_DQUOTE] = ACTIONS(1410), - [anon_sym_u8_DQUOTE] = ACTIONS(1410), - [anon_sym_DQUOTE] = ACTIONS(1410), - [sym_true] = ACTIONS(1408), - [sym_false] = ACTIONS(1408), - [anon_sym_NULL] = ACTIONS(1408), - [anon_sym_nullptr] = ACTIONS(1408), + [204] = { + [sym_identifier] = ACTIONS(1460), + [aux_sym_preproc_include_token1] = ACTIONS(1460), + [aux_sym_preproc_def_token1] = ACTIONS(1460), + [aux_sym_preproc_if_token1] = ACTIONS(1460), + [aux_sym_preproc_if_token2] = ACTIONS(1460), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1460), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1460), + [aux_sym_preproc_else_token1] = ACTIONS(1460), + [aux_sym_preproc_elif_token1] = ACTIONS(1460), + [sym_preproc_directive] = ACTIONS(1460), + [anon_sym_LPAREN2] = ACTIONS(1462), + [anon_sym_BANG] = ACTIONS(1462), + [anon_sym_TILDE] = ACTIONS(1462), + [anon_sym_DASH] = ACTIONS(1460), + [anon_sym_PLUS] = ACTIONS(1460), + [anon_sym_STAR] = ACTIONS(1462), + [anon_sym_AMP] = ACTIONS(1462), + [anon_sym_SEMI] = ACTIONS(1462), + [anon_sym___extension__] = ACTIONS(1460), + [anon_sym_typedef] = ACTIONS(1460), + [anon_sym_extern] = ACTIONS(1460), + [anon_sym___attribute__] = ACTIONS(1460), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1462), + [anon_sym___declspec] = ACTIONS(1460), + [anon_sym___cdecl] = ACTIONS(1460), + [anon_sym___clrcall] = ACTIONS(1460), + [anon_sym___stdcall] = ACTIONS(1460), + [anon_sym___fastcall] = ACTIONS(1460), + [anon_sym___thiscall] = ACTIONS(1460), + [anon_sym___vectorcall] = ACTIONS(1460), + [anon_sym_LBRACE] = ACTIONS(1462), + [anon_sym_signed] = ACTIONS(1460), + [anon_sym_unsigned] = ACTIONS(1460), + [anon_sym_long] = ACTIONS(1460), + [anon_sym_short] = ACTIONS(1460), + [anon_sym_static] = ACTIONS(1460), + [anon_sym_auto] = ACTIONS(1460), + [anon_sym_register] = ACTIONS(1460), + [anon_sym_inline] = ACTIONS(1460), + [anon_sym___inline] = ACTIONS(1460), + [anon_sym___inline__] = ACTIONS(1460), + [anon_sym___forceinline] = ACTIONS(1460), + [anon_sym_thread_local] = ACTIONS(1460), + [anon_sym___thread] = ACTIONS(1460), + [anon_sym_const] = ACTIONS(1460), + [anon_sym_constexpr] = ACTIONS(1460), + [anon_sym_volatile] = ACTIONS(1460), + [anon_sym_restrict] = ACTIONS(1460), + [anon_sym___restrict__] = ACTIONS(1460), + [anon_sym__Atomic] = ACTIONS(1460), + [anon_sym__Noreturn] = ACTIONS(1460), + [anon_sym_noreturn] = ACTIONS(1460), + [sym_primitive_type] = ACTIONS(1460), + [anon_sym_enum] = ACTIONS(1460), + [anon_sym_struct] = ACTIONS(1460), + [anon_sym_union] = ACTIONS(1460), + [anon_sym_if] = ACTIONS(1460), + [anon_sym_switch] = ACTIONS(1460), + [anon_sym_case] = ACTIONS(1460), + [anon_sym_default] = ACTIONS(1460), + [anon_sym_while] = ACTIONS(1460), + [anon_sym_do] = ACTIONS(1460), + [anon_sym_for] = ACTIONS(1460), + [anon_sym_return] = ACTIONS(1460), + [anon_sym_break] = ACTIONS(1460), + [anon_sym_continue] = ACTIONS(1460), + [anon_sym_goto] = ACTIONS(1460), + [anon_sym___try] = ACTIONS(1460), + [anon_sym___leave] = ACTIONS(1460), + [anon_sym_DASH_DASH] = ACTIONS(1462), + [anon_sym_PLUS_PLUS] = ACTIONS(1462), + [anon_sym_sizeof] = ACTIONS(1460), + [anon_sym___alignof__] = ACTIONS(1460), + [anon_sym___alignof] = ACTIONS(1460), + [anon_sym__alignof] = ACTIONS(1460), + [anon_sym_alignof] = ACTIONS(1460), + [anon_sym__Alignof] = ACTIONS(1460), + [anon_sym_offsetof] = ACTIONS(1460), + [anon_sym__Generic] = ACTIONS(1460), + [anon_sym_asm] = ACTIONS(1460), + [anon_sym___asm__] = ACTIONS(1460), + [sym_number_literal] = ACTIONS(1462), + [anon_sym_L_SQUOTE] = ACTIONS(1462), + [anon_sym_u_SQUOTE] = ACTIONS(1462), + [anon_sym_U_SQUOTE] = ACTIONS(1462), + [anon_sym_u8_SQUOTE] = ACTIONS(1462), + [anon_sym_SQUOTE] = ACTIONS(1462), + [anon_sym_L_DQUOTE] = ACTIONS(1462), + [anon_sym_u_DQUOTE] = ACTIONS(1462), + [anon_sym_U_DQUOTE] = ACTIONS(1462), + [anon_sym_u8_DQUOTE] = ACTIONS(1462), + [anon_sym_DQUOTE] = ACTIONS(1462), + [sym_true] = ACTIONS(1460), + [sym_false] = ACTIONS(1460), + [anon_sym_NULL] = ACTIONS(1460), + [anon_sym_nullptr] = ACTIONS(1460), [sym_comment] = ACTIONS(3), }, - [213] = { - [sym_identifier] = ACTIONS(1484), - [aux_sym_preproc_include_token1] = ACTIONS(1484), - [aux_sym_preproc_def_token1] = ACTIONS(1484), - [aux_sym_preproc_if_token1] = ACTIONS(1484), - [aux_sym_preproc_if_token2] = ACTIONS(1484), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1484), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1484), - [aux_sym_preproc_else_token1] = ACTIONS(1484), - [aux_sym_preproc_elif_token1] = ACTIONS(1484), - [sym_preproc_directive] = ACTIONS(1484), - [anon_sym_LPAREN2] = ACTIONS(1486), - [anon_sym_BANG] = ACTIONS(1486), - [anon_sym_TILDE] = ACTIONS(1486), - [anon_sym_DASH] = ACTIONS(1484), - [anon_sym_PLUS] = ACTIONS(1484), - [anon_sym_STAR] = ACTIONS(1486), - [anon_sym_AMP] = ACTIONS(1486), - [anon_sym_SEMI] = ACTIONS(1486), - [anon_sym___extension__] = ACTIONS(1484), - [anon_sym_typedef] = ACTIONS(1484), - [anon_sym_extern] = ACTIONS(1484), - [anon_sym___attribute__] = ACTIONS(1484), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1486), - [anon_sym___declspec] = ACTIONS(1484), - [anon_sym___cdecl] = ACTIONS(1484), - [anon_sym___clrcall] = ACTIONS(1484), - [anon_sym___stdcall] = ACTIONS(1484), - [anon_sym___fastcall] = ACTIONS(1484), - [anon_sym___thiscall] = ACTIONS(1484), - [anon_sym___vectorcall] = ACTIONS(1484), - [anon_sym_LBRACE] = ACTIONS(1486), - [anon_sym_signed] = ACTIONS(1484), - [anon_sym_unsigned] = ACTIONS(1484), - [anon_sym_long] = ACTIONS(1484), - [anon_sym_short] = ACTIONS(1484), - [anon_sym_static] = ACTIONS(1484), - [anon_sym_auto] = ACTIONS(1484), - [anon_sym_register] = ACTIONS(1484), - [anon_sym_inline] = ACTIONS(1484), - [anon_sym___inline] = ACTIONS(1484), - [anon_sym___inline__] = ACTIONS(1484), - [anon_sym___forceinline] = ACTIONS(1484), - [anon_sym_thread_local] = ACTIONS(1484), - [anon_sym___thread] = ACTIONS(1484), - [anon_sym_const] = ACTIONS(1484), - [anon_sym_constexpr] = ACTIONS(1484), - [anon_sym_volatile] = ACTIONS(1484), - [anon_sym_restrict] = ACTIONS(1484), - [anon_sym___restrict__] = ACTIONS(1484), - [anon_sym__Atomic] = ACTIONS(1484), - [anon_sym__Noreturn] = ACTIONS(1484), - [anon_sym_noreturn] = ACTIONS(1484), - [sym_primitive_type] = ACTIONS(1484), - [anon_sym_enum] = ACTIONS(1484), - [anon_sym_struct] = ACTIONS(1484), - [anon_sym_union] = ACTIONS(1484), - [anon_sym_if] = ACTIONS(1484), - [anon_sym_switch] = ACTIONS(1484), - [anon_sym_case] = ACTIONS(1484), - [anon_sym_default] = ACTIONS(1484), - [anon_sym_while] = ACTIONS(1484), - [anon_sym_do] = ACTIONS(1484), - [anon_sym_for] = ACTIONS(1484), - [anon_sym_return] = ACTIONS(1484), - [anon_sym_break] = ACTIONS(1484), - [anon_sym_continue] = ACTIONS(1484), - [anon_sym_goto] = ACTIONS(1484), - [anon_sym___try] = ACTIONS(1484), - [anon_sym___leave] = ACTIONS(1484), - [anon_sym_DASH_DASH] = ACTIONS(1486), - [anon_sym_PLUS_PLUS] = ACTIONS(1486), - [anon_sym_sizeof] = ACTIONS(1484), - [anon_sym___alignof__] = ACTIONS(1484), - [anon_sym___alignof] = ACTIONS(1484), - [anon_sym__alignof] = ACTIONS(1484), - [anon_sym_alignof] = ACTIONS(1484), - [anon_sym__Alignof] = ACTIONS(1484), - [anon_sym_offsetof] = ACTIONS(1484), - [anon_sym__Generic] = ACTIONS(1484), - [anon_sym_asm] = ACTIONS(1484), - [anon_sym___asm__] = ACTIONS(1484), - [sym_number_literal] = ACTIONS(1486), - [anon_sym_L_SQUOTE] = ACTIONS(1486), - [anon_sym_u_SQUOTE] = ACTIONS(1486), - [anon_sym_U_SQUOTE] = ACTIONS(1486), - [anon_sym_u8_SQUOTE] = ACTIONS(1486), - [anon_sym_SQUOTE] = ACTIONS(1486), - [anon_sym_L_DQUOTE] = ACTIONS(1486), - [anon_sym_u_DQUOTE] = ACTIONS(1486), - [anon_sym_U_DQUOTE] = ACTIONS(1486), - [anon_sym_u8_DQUOTE] = ACTIONS(1486), - [anon_sym_DQUOTE] = ACTIONS(1486), - [sym_true] = ACTIONS(1484), - [sym_false] = ACTIONS(1484), - [anon_sym_NULL] = ACTIONS(1484), - [anon_sym_nullptr] = ACTIONS(1484), + [205] = { + [sym_identifier] = ACTIONS(1468), + [aux_sym_preproc_include_token1] = ACTIONS(1468), + [aux_sym_preproc_def_token1] = ACTIONS(1468), + [aux_sym_preproc_if_token1] = ACTIONS(1468), + [aux_sym_preproc_if_token2] = ACTIONS(1468), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1468), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1468), + [aux_sym_preproc_else_token1] = ACTIONS(1468), + [aux_sym_preproc_elif_token1] = ACTIONS(1468), + [sym_preproc_directive] = ACTIONS(1468), + [anon_sym_LPAREN2] = ACTIONS(1470), + [anon_sym_BANG] = ACTIONS(1470), + [anon_sym_TILDE] = ACTIONS(1470), + [anon_sym_DASH] = ACTIONS(1468), + [anon_sym_PLUS] = ACTIONS(1468), + [anon_sym_STAR] = ACTIONS(1470), + [anon_sym_AMP] = ACTIONS(1470), + [anon_sym_SEMI] = ACTIONS(1470), + [anon_sym___extension__] = ACTIONS(1468), + [anon_sym_typedef] = ACTIONS(1468), + [anon_sym_extern] = ACTIONS(1468), + [anon_sym___attribute__] = ACTIONS(1468), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1470), + [anon_sym___declspec] = ACTIONS(1468), + [anon_sym___cdecl] = ACTIONS(1468), + [anon_sym___clrcall] = ACTIONS(1468), + [anon_sym___stdcall] = ACTIONS(1468), + [anon_sym___fastcall] = ACTIONS(1468), + [anon_sym___thiscall] = ACTIONS(1468), + [anon_sym___vectorcall] = ACTIONS(1468), + [anon_sym_LBRACE] = ACTIONS(1470), + [anon_sym_signed] = ACTIONS(1468), + [anon_sym_unsigned] = ACTIONS(1468), + [anon_sym_long] = ACTIONS(1468), + [anon_sym_short] = ACTIONS(1468), + [anon_sym_static] = ACTIONS(1468), + [anon_sym_auto] = ACTIONS(1468), + [anon_sym_register] = ACTIONS(1468), + [anon_sym_inline] = ACTIONS(1468), + [anon_sym___inline] = ACTIONS(1468), + [anon_sym___inline__] = ACTIONS(1468), + [anon_sym___forceinline] = ACTIONS(1468), + [anon_sym_thread_local] = ACTIONS(1468), + [anon_sym___thread] = ACTIONS(1468), + [anon_sym_const] = ACTIONS(1468), + [anon_sym_constexpr] = ACTIONS(1468), + [anon_sym_volatile] = ACTIONS(1468), + [anon_sym_restrict] = ACTIONS(1468), + [anon_sym___restrict__] = ACTIONS(1468), + [anon_sym__Atomic] = ACTIONS(1468), + [anon_sym__Noreturn] = ACTIONS(1468), + [anon_sym_noreturn] = ACTIONS(1468), + [sym_primitive_type] = ACTIONS(1468), + [anon_sym_enum] = ACTIONS(1468), + [anon_sym_struct] = ACTIONS(1468), + [anon_sym_union] = ACTIONS(1468), + [anon_sym_if] = ACTIONS(1468), + [anon_sym_switch] = ACTIONS(1468), + [anon_sym_case] = ACTIONS(1468), + [anon_sym_default] = ACTIONS(1468), + [anon_sym_while] = ACTIONS(1468), + [anon_sym_do] = ACTIONS(1468), + [anon_sym_for] = ACTIONS(1468), + [anon_sym_return] = ACTIONS(1468), + [anon_sym_break] = ACTIONS(1468), + [anon_sym_continue] = ACTIONS(1468), + [anon_sym_goto] = ACTIONS(1468), + [anon_sym___try] = ACTIONS(1468), + [anon_sym___leave] = ACTIONS(1468), + [anon_sym_DASH_DASH] = ACTIONS(1470), + [anon_sym_PLUS_PLUS] = ACTIONS(1470), + [anon_sym_sizeof] = ACTIONS(1468), + [anon_sym___alignof__] = ACTIONS(1468), + [anon_sym___alignof] = ACTIONS(1468), + [anon_sym__alignof] = ACTIONS(1468), + [anon_sym_alignof] = ACTIONS(1468), + [anon_sym__Alignof] = ACTIONS(1468), + [anon_sym_offsetof] = ACTIONS(1468), + [anon_sym__Generic] = ACTIONS(1468), + [anon_sym_asm] = ACTIONS(1468), + [anon_sym___asm__] = ACTIONS(1468), + [sym_number_literal] = ACTIONS(1470), + [anon_sym_L_SQUOTE] = ACTIONS(1470), + [anon_sym_u_SQUOTE] = ACTIONS(1470), + [anon_sym_U_SQUOTE] = ACTIONS(1470), + [anon_sym_u8_SQUOTE] = ACTIONS(1470), + [anon_sym_SQUOTE] = ACTIONS(1470), + [anon_sym_L_DQUOTE] = ACTIONS(1470), + [anon_sym_u_DQUOTE] = ACTIONS(1470), + [anon_sym_U_DQUOTE] = ACTIONS(1470), + [anon_sym_u8_DQUOTE] = ACTIONS(1470), + [anon_sym_DQUOTE] = ACTIONS(1470), + [sym_true] = ACTIONS(1468), + [sym_false] = ACTIONS(1468), + [anon_sym_NULL] = ACTIONS(1468), + [anon_sym_nullptr] = ACTIONS(1468), + [sym_comment] = ACTIONS(3), + }, + [206] = { + [sym_identifier] = ACTIONS(1472), + [aux_sym_preproc_include_token1] = ACTIONS(1472), + [aux_sym_preproc_def_token1] = ACTIONS(1472), + [aux_sym_preproc_if_token1] = ACTIONS(1472), + [aux_sym_preproc_if_token2] = ACTIONS(1472), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1472), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1472), + [aux_sym_preproc_else_token1] = ACTIONS(1472), + [aux_sym_preproc_elif_token1] = ACTIONS(1472), + [sym_preproc_directive] = ACTIONS(1472), + [anon_sym_LPAREN2] = ACTIONS(1474), + [anon_sym_BANG] = ACTIONS(1474), + [anon_sym_TILDE] = ACTIONS(1474), + [anon_sym_DASH] = ACTIONS(1472), + [anon_sym_PLUS] = ACTIONS(1472), + [anon_sym_STAR] = ACTIONS(1474), + [anon_sym_AMP] = ACTIONS(1474), + [anon_sym_SEMI] = ACTIONS(1474), + [anon_sym___extension__] = ACTIONS(1472), + [anon_sym_typedef] = ACTIONS(1472), + [anon_sym_extern] = ACTIONS(1472), + [anon_sym___attribute__] = ACTIONS(1472), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1474), + [anon_sym___declspec] = ACTIONS(1472), + [anon_sym___cdecl] = ACTIONS(1472), + [anon_sym___clrcall] = ACTIONS(1472), + [anon_sym___stdcall] = ACTIONS(1472), + [anon_sym___fastcall] = ACTIONS(1472), + [anon_sym___thiscall] = ACTIONS(1472), + [anon_sym___vectorcall] = ACTIONS(1472), + [anon_sym_LBRACE] = ACTIONS(1474), + [anon_sym_signed] = ACTIONS(1472), + [anon_sym_unsigned] = ACTIONS(1472), + [anon_sym_long] = ACTIONS(1472), + [anon_sym_short] = ACTIONS(1472), + [anon_sym_static] = ACTIONS(1472), + [anon_sym_auto] = ACTIONS(1472), + [anon_sym_register] = ACTIONS(1472), + [anon_sym_inline] = ACTIONS(1472), + [anon_sym___inline] = ACTIONS(1472), + [anon_sym___inline__] = ACTIONS(1472), + [anon_sym___forceinline] = ACTIONS(1472), + [anon_sym_thread_local] = ACTIONS(1472), + [anon_sym___thread] = ACTIONS(1472), + [anon_sym_const] = ACTIONS(1472), + [anon_sym_constexpr] = ACTIONS(1472), + [anon_sym_volatile] = ACTIONS(1472), + [anon_sym_restrict] = ACTIONS(1472), + [anon_sym___restrict__] = ACTIONS(1472), + [anon_sym__Atomic] = ACTIONS(1472), + [anon_sym__Noreturn] = ACTIONS(1472), + [anon_sym_noreturn] = ACTIONS(1472), + [sym_primitive_type] = ACTIONS(1472), + [anon_sym_enum] = ACTIONS(1472), + [anon_sym_struct] = ACTIONS(1472), + [anon_sym_union] = ACTIONS(1472), + [anon_sym_if] = ACTIONS(1472), + [anon_sym_switch] = ACTIONS(1472), + [anon_sym_case] = ACTIONS(1472), + [anon_sym_default] = ACTIONS(1472), + [anon_sym_while] = ACTIONS(1472), + [anon_sym_do] = ACTIONS(1472), + [anon_sym_for] = ACTIONS(1472), + [anon_sym_return] = ACTIONS(1472), + [anon_sym_break] = ACTIONS(1472), + [anon_sym_continue] = ACTIONS(1472), + [anon_sym_goto] = ACTIONS(1472), + [anon_sym___try] = ACTIONS(1472), + [anon_sym___leave] = ACTIONS(1472), + [anon_sym_DASH_DASH] = ACTIONS(1474), + [anon_sym_PLUS_PLUS] = ACTIONS(1474), + [anon_sym_sizeof] = ACTIONS(1472), + [anon_sym___alignof__] = ACTIONS(1472), + [anon_sym___alignof] = ACTIONS(1472), + [anon_sym__alignof] = ACTIONS(1472), + [anon_sym_alignof] = ACTIONS(1472), + [anon_sym__Alignof] = ACTIONS(1472), + [anon_sym_offsetof] = ACTIONS(1472), + [anon_sym__Generic] = ACTIONS(1472), + [anon_sym_asm] = ACTIONS(1472), + [anon_sym___asm__] = ACTIONS(1472), + [sym_number_literal] = ACTIONS(1474), + [anon_sym_L_SQUOTE] = ACTIONS(1474), + [anon_sym_u_SQUOTE] = ACTIONS(1474), + [anon_sym_U_SQUOTE] = ACTIONS(1474), + [anon_sym_u8_SQUOTE] = ACTIONS(1474), + [anon_sym_SQUOTE] = ACTIONS(1474), + [anon_sym_L_DQUOTE] = ACTIONS(1474), + [anon_sym_u_DQUOTE] = ACTIONS(1474), + [anon_sym_U_DQUOTE] = ACTIONS(1474), + [anon_sym_u8_DQUOTE] = ACTIONS(1474), + [anon_sym_DQUOTE] = ACTIONS(1474), + [sym_true] = ACTIONS(1472), + [sym_false] = ACTIONS(1472), + [anon_sym_NULL] = ACTIONS(1472), + [anon_sym_nullptr] = ACTIONS(1472), + [sym_comment] = ACTIONS(3), + }, + [207] = { + [sym_identifier] = ACTIONS(1438), + [aux_sym_preproc_include_token1] = ACTIONS(1438), + [aux_sym_preproc_def_token1] = ACTIONS(1438), + [aux_sym_preproc_if_token1] = ACTIONS(1438), + [aux_sym_preproc_if_token2] = ACTIONS(1438), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1438), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1438), + [aux_sym_preproc_else_token1] = ACTIONS(1438), + [aux_sym_preproc_elif_token1] = ACTIONS(1438), + [sym_preproc_directive] = ACTIONS(1438), + [anon_sym_LPAREN2] = ACTIONS(1440), + [anon_sym_BANG] = ACTIONS(1440), + [anon_sym_TILDE] = ACTIONS(1440), + [anon_sym_DASH] = ACTIONS(1438), + [anon_sym_PLUS] = ACTIONS(1438), + [anon_sym_STAR] = ACTIONS(1440), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1440), + [anon_sym___extension__] = ACTIONS(1438), + [anon_sym_typedef] = ACTIONS(1438), + [anon_sym_extern] = ACTIONS(1438), + [anon_sym___attribute__] = ACTIONS(1438), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1438), + [anon_sym___cdecl] = ACTIONS(1438), + [anon_sym___clrcall] = ACTIONS(1438), + [anon_sym___stdcall] = ACTIONS(1438), + [anon_sym___fastcall] = ACTIONS(1438), + [anon_sym___thiscall] = ACTIONS(1438), + [anon_sym___vectorcall] = ACTIONS(1438), + [anon_sym_LBRACE] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1438), + [anon_sym_unsigned] = ACTIONS(1438), + [anon_sym_long] = ACTIONS(1438), + [anon_sym_short] = ACTIONS(1438), + [anon_sym_static] = ACTIONS(1438), + [anon_sym_auto] = ACTIONS(1438), + [anon_sym_register] = ACTIONS(1438), + [anon_sym_inline] = ACTIONS(1438), + [anon_sym___inline] = ACTIONS(1438), + [anon_sym___inline__] = ACTIONS(1438), + [anon_sym___forceinline] = ACTIONS(1438), + [anon_sym_thread_local] = ACTIONS(1438), + [anon_sym___thread] = ACTIONS(1438), + [anon_sym_const] = ACTIONS(1438), + [anon_sym_constexpr] = ACTIONS(1438), + [anon_sym_volatile] = ACTIONS(1438), + [anon_sym_restrict] = ACTIONS(1438), + [anon_sym___restrict__] = ACTIONS(1438), + [anon_sym__Atomic] = ACTIONS(1438), + [anon_sym__Noreturn] = ACTIONS(1438), + [anon_sym_noreturn] = ACTIONS(1438), + [sym_primitive_type] = ACTIONS(1438), + [anon_sym_enum] = ACTIONS(1438), + [anon_sym_struct] = ACTIONS(1438), + [anon_sym_union] = ACTIONS(1438), + [anon_sym_if] = ACTIONS(1438), + [anon_sym_switch] = ACTIONS(1438), + [anon_sym_case] = ACTIONS(1438), + [anon_sym_default] = ACTIONS(1438), + [anon_sym_while] = ACTIONS(1438), + [anon_sym_do] = ACTIONS(1438), + [anon_sym_for] = ACTIONS(1438), + [anon_sym_return] = ACTIONS(1438), + [anon_sym_break] = ACTIONS(1438), + [anon_sym_continue] = ACTIONS(1438), + [anon_sym_goto] = ACTIONS(1438), + [anon_sym___try] = ACTIONS(1438), + [anon_sym___leave] = ACTIONS(1438), + [anon_sym_DASH_DASH] = ACTIONS(1440), + [anon_sym_PLUS_PLUS] = ACTIONS(1440), + [anon_sym_sizeof] = ACTIONS(1438), + [anon_sym___alignof__] = ACTIONS(1438), + [anon_sym___alignof] = ACTIONS(1438), + [anon_sym__alignof] = ACTIONS(1438), + [anon_sym_alignof] = ACTIONS(1438), + [anon_sym__Alignof] = ACTIONS(1438), + [anon_sym_offsetof] = ACTIONS(1438), + [anon_sym__Generic] = ACTIONS(1438), + [anon_sym_asm] = ACTIONS(1438), + [anon_sym___asm__] = ACTIONS(1438), + [sym_number_literal] = ACTIONS(1440), + [anon_sym_L_SQUOTE] = ACTIONS(1440), + [anon_sym_u_SQUOTE] = ACTIONS(1440), + [anon_sym_U_SQUOTE] = ACTIONS(1440), + [anon_sym_u8_SQUOTE] = ACTIONS(1440), + [anon_sym_SQUOTE] = ACTIONS(1440), + [anon_sym_L_DQUOTE] = ACTIONS(1440), + [anon_sym_u_DQUOTE] = ACTIONS(1440), + [anon_sym_U_DQUOTE] = ACTIONS(1440), + [anon_sym_u8_DQUOTE] = ACTIONS(1440), + [anon_sym_DQUOTE] = ACTIONS(1440), + [sym_true] = ACTIONS(1438), + [sym_false] = ACTIONS(1438), + [anon_sym_NULL] = ACTIONS(1438), + [anon_sym_nullptr] = ACTIONS(1438), + [sym_comment] = ACTIONS(3), + }, + [208] = { + [sym_identifier] = ACTIONS(1410), + [aux_sym_preproc_include_token1] = ACTIONS(1410), + [aux_sym_preproc_def_token1] = ACTIONS(1410), + [aux_sym_preproc_if_token1] = ACTIONS(1410), + [aux_sym_preproc_if_token2] = ACTIONS(1410), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1410), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1410), + [aux_sym_preproc_else_token1] = ACTIONS(1410), + [aux_sym_preproc_elif_token1] = ACTIONS(1410), + [sym_preproc_directive] = ACTIONS(1410), + [anon_sym_LPAREN2] = ACTIONS(1412), + [anon_sym_BANG] = ACTIONS(1412), + [anon_sym_TILDE] = ACTIONS(1412), + [anon_sym_DASH] = ACTIONS(1410), + [anon_sym_PLUS] = ACTIONS(1410), + [anon_sym_STAR] = ACTIONS(1412), + [anon_sym_AMP] = ACTIONS(1412), + [anon_sym_SEMI] = ACTIONS(1412), + [anon_sym___extension__] = ACTIONS(1410), + [anon_sym_typedef] = ACTIONS(1410), + [anon_sym_extern] = ACTIONS(1410), + [anon_sym___attribute__] = ACTIONS(1410), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1412), + [anon_sym___declspec] = ACTIONS(1410), + [anon_sym___cdecl] = ACTIONS(1410), + [anon_sym___clrcall] = ACTIONS(1410), + [anon_sym___stdcall] = ACTIONS(1410), + [anon_sym___fastcall] = ACTIONS(1410), + [anon_sym___thiscall] = ACTIONS(1410), + [anon_sym___vectorcall] = ACTIONS(1410), + [anon_sym_LBRACE] = ACTIONS(1412), + [anon_sym_signed] = ACTIONS(1410), + [anon_sym_unsigned] = ACTIONS(1410), + [anon_sym_long] = ACTIONS(1410), + [anon_sym_short] = ACTIONS(1410), + [anon_sym_static] = ACTIONS(1410), + [anon_sym_auto] = ACTIONS(1410), + [anon_sym_register] = ACTIONS(1410), + [anon_sym_inline] = ACTIONS(1410), + [anon_sym___inline] = ACTIONS(1410), + [anon_sym___inline__] = ACTIONS(1410), + [anon_sym___forceinline] = ACTIONS(1410), + [anon_sym_thread_local] = ACTIONS(1410), + [anon_sym___thread] = ACTIONS(1410), + [anon_sym_const] = ACTIONS(1410), + [anon_sym_constexpr] = ACTIONS(1410), + [anon_sym_volatile] = ACTIONS(1410), + [anon_sym_restrict] = ACTIONS(1410), + [anon_sym___restrict__] = ACTIONS(1410), + [anon_sym__Atomic] = ACTIONS(1410), + [anon_sym__Noreturn] = ACTIONS(1410), + [anon_sym_noreturn] = ACTIONS(1410), + [sym_primitive_type] = ACTIONS(1410), + [anon_sym_enum] = ACTIONS(1410), + [anon_sym_struct] = ACTIONS(1410), + [anon_sym_union] = ACTIONS(1410), + [anon_sym_if] = ACTIONS(1410), + [anon_sym_switch] = ACTIONS(1410), + [anon_sym_case] = ACTIONS(1410), + [anon_sym_default] = ACTIONS(1410), + [anon_sym_while] = ACTIONS(1410), + [anon_sym_do] = ACTIONS(1410), + [anon_sym_for] = ACTIONS(1410), + [anon_sym_return] = ACTIONS(1410), + [anon_sym_break] = ACTIONS(1410), + [anon_sym_continue] = ACTIONS(1410), + [anon_sym_goto] = ACTIONS(1410), + [anon_sym___try] = ACTIONS(1410), + [anon_sym___leave] = ACTIONS(1410), + [anon_sym_DASH_DASH] = ACTIONS(1412), + [anon_sym_PLUS_PLUS] = ACTIONS(1412), + [anon_sym_sizeof] = ACTIONS(1410), + [anon_sym___alignof__] = ACTIONS(1410), + [anon_sym___alignof] = ACTIONS(1410), + [anon_sym__alignof] = ACTIONS(1410), + [anon_sym_alignof] = ACTIONS(1410), + [anon_sym__Alignof] = ACTIONS(1410), + [anon_sym_offsetof] = ACTIONS(1410), + [anon_sym__Generic] = ACTIONS(1410), + [anon_sym_asm] = ACTIONS(1410), + [anon_sym___asm__] = ACTIONS(1410), + [sym_number_literal] = ACTIONS(1412), + [anon_sym_L_SQUOTE] = ACTIONS(1412), + [anon_sym_u_SQUOTE] = ACTIONS(1412), + [anon_sym_U_SQUOTE] = ACTIONS(1412), + [anon_sym_u8_SQUOTE] = ACTIONS(1412), + [anon_sym_SQUOTE] = ACTIONS(1412), + [anon_sym_L_DQUOTE] = ACTIONS(1412), + [anon_sym_u_DQUOTE] = ACTIONS(1412), + [anon_sym_U_DQUOTE] = ACTIONS(1412), + [anon_sym_u8_DQUOTE] = ACTIONS(1412), + [anon_sym_DQUOTE] = ACTIONS(1412), + [sym_true] = ACTIONS(1410), + [sym_false] = ACTIONS(1410), + [anon_sym_NULL] = ACTIONS(1410), + [anon_sym_nullptr] = ACTIONS(1410), + [sym_comment] = ACTIONS(3), + }, + [209] = { + [sym_identifier] = ACTIONS(1456), + [aux_sym_preproc_include_token1] = ACTIONS(1456), + [aux_sym_preproc_def_token1] = ACTIONS(1456), + [aux_sym_preproc_if_token1] = ACTIONS(1456), + [aux_sym_preproc_if_token2] = ACTIONS(1456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1456), + [aux_sym_preproc_else_token1] = ACTIONS(1456), + [aux_sym_preproc_elif_token1] = ACTIONS(1456), + [sym_preproc_directive] = ACTIONS(1456), + [anon_sym_LPAREN2] = ACTIONS(1458), + [anon_sym_BANG] = ACTIONS(1458), + [anon_sym_TILDE] = ACTIONS(1458), + [anon_sym_DASH] = ACTIONS(1456), + [anon_sym_PLUS] = ACTIONS(1456), + [anon_sym_STAR] = ACTIONS(1458), + [anon_sym_AMP] = ACTIONS(1458), + [anon_sym_SEMI] = ACTIONS(1458), + [anon_sym___extension__] = ACTIONS(1456), + [anon_sym_typedef] = ACTIONS(1456), + [anon_sym_extern] = ACTIONS(1456), + [anon_sym___attribute__] = ACTIONS(1456), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1458), + [anon_sym___declspec] = ACTIONS(1456), + [anon_sym___cdecl] = ACTIONS(1456), + [anon_sym___clrcall] = ACTIONS(1456), + [anon_sym___stdcall] = ACTIONS(1456), + [anon_sym___fastcall] = ACTIONS(1456), + [anon_sym___thiscall] = ACTIONS(1456), + [anon_sym___vectorcall] = ACTIONS(1456), + [anon_sym_LBRACE] = ACTIONS(1458), + [anon_sym_signed] = ACTIONS(1456), + [anon_sym_unsigned] = ACTIONS(1456), + [anon_sym_long] = ACTIONS(1456), + [anon_sym_short] = ACTIONS(1456), + [anon_sym_static] = ACTIONS(1456), + [anon_sym_auto] = ACTIONS(1456), + [anon_sym_register] = ACTIONS(1456), + [anon_sym_inline] = ACTIONS(1456), + [anon_sym___inline] = ACTIONS(1456), + [anon_sym___inline__] = ACTIONS(1456), + [anon_sym___forceinline] = ACTIONS(1456), + [anon_sym_thread_local] = ACTIONS(1456), + [anon_sym___thread] = ACTIONS(1456), + [anon_sym_const] = ACTIONS(1456), + [anon_sym_constexpr] = ACTIONS(1456), + [anon_sym_volatile] = ACTIONS(1456), + [anon_sym_restrict] = ACTIONS(1456), + [anon_sym___restrict__] = ACTIONS(1456), + [anon_sym__Atomic] = ACTIONS(1456), + [anon_sym__Noreturn] = ACTIONS(1456), + [anon_sym_noreturn] = ACTIONS(1456), + [sym_primitive_type] = ACTIONS(1456), + [anon_sym_enum] = ACTIONS(1456), + [anon_sym_struct] = ACTIONS(1456), + [anon_sym_union] = ACTIONS(1456), + [anon_sym_if] = ACTIONS(1456), + [anon_sym_switch] = ACTIONS(1456), + [anon_sym_case] = ACTIONS(1456), + [anon_sym_default] = ACTIONS(1456), + [anon_sym_while] = ACTIONS(1456), + [anon_sym_do] = ACTIONS(1456), + [anon_sym_for] = ACTIONS(1456), + [anon_sym_return] = ACTIONS(1456), + [anon_sym_break] = ACTIONS(1456), + [anon_sym_continue] = ACTIONS(1456), + [anon_sym_goto] = ACTIONS(1456), + [anon_sym___try] = ACTIONS(1456), + [anon_sym___leave] = ACTIONS(1456), + [anon_sym_DASH_DASH] = ACTIONS(1458), + [anon_sym_PLUS_PLUS] = ACTIONS(1458), + [anon_sym_sizeof] = ACTIONS(1456), + [anon_sym___alignof__] = ACTIONS(1456), + [anon_sym___alignof] = ACTIONS(1456), + [anon_sym__alignof] = ACTIONS(1456), + [anon_sym_alignof] = ACTIONS(1456), + [anon_sym__Alignof] = ACTIONS(1456), + [anon_sym_offsetof] = ACTIONS(1456), + [anon_sym__Generic] = ACTIONS(1456), + [anon_sym_asm] = ACTIONS(1456), + [anon_sym___asm__] = ACTIONS(1456), + [sym_number_literal] = ACTIONS(1458), + [anon_sym_L_SQUOTE] = ACTIONS(1458), + [anon_sym_u_SQUOTE] = ACTIONS(1458), + [anon_sym_U_SQUOTE] = ACTIONS(1458), + [anon_sym_u8_SQUOTE] = ACTIONS(1458), + [anon_sym_SQUOTE] = ACTIONS(1458), + [anon_sym_L_DQUOTE] = ACTIONS(1458), + [anon_sym_u_DQUOTE] = ACTIONS(1458), + [anon_sym_U_DQUOTE] = ACTIONS(1458), + [anon_sym_u8_DQUOTE] = ACTIONS(1458), + [anon_sym_DQUOTE] = ACTIONS(1458), + [sym_true] = ACTIONS(1456), + [sym_false] = ACTIONS(1456), + [anon_sym_NULL] = ACTIONS(1456), + [anon_sym_nullptr] = ACTIONS(1456), [sym_comment] = ACTIONS(3), }, - [214] = { - [sym_identifier] = ACTIONS(1492), - [aux_sym_preproc_include_token1] = ACTIONS(1492), - [aux_sym_preproc_def_token1] = ACTIONS(1492), - [aux_sym_preproc_if_token1] = ACTIONS(1492), - [aux_sym_preproc_if_token2] = ACTIONS(1492), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1492), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1492), - [aux_sym_preproc_else_token1] = ACTIONS(1492), - [aux_sym_preproc_elif_token1] = ACTIONS(1492), - [sym_preproc_directive] = ACTIONS(1492), - [anon_sym_LPAREN2] = ACTIONS(1494), - [anon_sym_BANG] = ACTIONS(1494), - [anon_sym_TILDE] = ACTIONS(1494), - [anon_sym_DASH] = ACTIONS(1492), - [anon_sym_PLUS] = ACTIONS(1492), - [anon_sym_STAR] = ACTIONS(1494), - [anon_sym_AMP] = ACTIONS(1494), - [anon_sym_SEMI] = ACTIONS(1494), - [anon_sym___extension__] = ACTIONS(1492), - [anon_sym_typedef] = ACTIONS(1492), - [anon_sym_extern] = ACTIONS(1492), - [anon_sym___attribute__] = ACTIONS(1492), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1494), - [anon_sym___declspec] = ACTIONS(1492), - [anon_sym___cdecl] = ACTIONS(1492), - [anon_sym___clrcall] = ACTIONS(1492), - [anon_sym___stdcall] = ACTIONS(1492), - [anon_sym___fastcall] = ACTIONS(1492), - [anon_sym___thiscall] = ACTIONS(1492), - [anon_sym___vectorcall] = ACTIONS(1492), - [anon_sym_LBRACE] = ACTIONS(1494), - [anon_sym_signed] = ACTIONS(1492), - [anon_sym_unsigned] = ACTIONS(1492), - [anon_sym_long] = ACTIONS(1492), - [anon_sym_short] = ACTIONS(1492), - [anon_sym_static] = ACTIONS(1492), - [anon_sym_auto] = ACTIONS(1492), - [anon_sym_register] = ACTIONS(1492), - [anon_sym_inline] = ACTIONS(1492), - [anon_sym___inline] = ACTIONS(1492), - [anon_sym___inline__] = ACTIONS(1492), - [anon_sym___forceinline] = ACTIONS(1492), - [anon_sym_thread_local] = ACTIONS(1492), - [anon_sym___thread] = ACTIONS(1492), - [anon_sym_const] = ACTIONS(1492), - [anon_sym_constexpr] = ACTIONS(1492), - [anon_sym_volatile] = ACTIONS(1492), - [anon_sym_restrict] = ACTIONS(1492), - [anon_sym___restrict__] = ACTIONS(1492), - [anon_sym__Atomic] = ACTIONS(1492), - [anon_sym__Noreturn] = ACTIONS(1492), - [anon_sym_noreturn] = ACTIONS(1492), - [sym_primitive_type] = ACTIONS(1492), - [anon_sym_enum] = ACTIONS(1492), - [anon_sym_struct] = ACTIONS(1492), - [anon_sym_union] = ACTIONS(1492), - [anon_sym_if] = ACTIONS(1492), - [anon_sym_switch] = ACTIONS(1492), - [anon_sym_case] = ACTIONS(1492), - [anon_sym_default] = ACTIONS(1492), - [anon_sym_while] = ACTIONS(1492), - [anon_sym_do] = ACTIONS(1492), - [anon_sym_for] = ACTIONS(1492), - [anon_sym_return] = ACTIONS(1492), - [anon_sym_break] = ACTIONS(1492), - [anon_sym_continue] = ACTIONS(1492), - [anon_sym_goto] = ACTIONS(1492), - [anon_sym___try] = ACTIONS(1492), - [anon_sym___leave] = ACTIONS(1492), - [anon_sym_DASH_DASH] = ACTIONS(1494), - [anon_sym_PLUS_PLUS] = ACTIONS(1494), - [anon_sym_sizeof] = ACTIONS(1492), - [anon_sym___alignof__] = ACTIONS(1492), - [anon_sym___alignof] = ACTIONS(1492), - [anon_sym__alignof] = ACTIONS(1492), - [anon_sym_alignof] = ACTIONS(1492), - [anon_sym__Alignof] = ACTIONS(1492), - [anon_sym_offsetof] = ACTIONS(1492), - [anon_sym__Generic] = ACTIONS(1492), - [anon_sym_asm] = ACTIONS(1492), - [anon_sym___asm__] = ACTIONS(1492), - [sym_number_literal] = ACTIONS(1494), - [anon_sym_L_SQUOTE] = ACTIONS(1494), - [anon_sym_u_SQUOTE] = ACTIONS(1494), - [anon_sym_U_SQUOTE] = ACTIONS(1494), - [anon_sym_u8_SQUOTE] = ACTIONS(1494), - [anon_sym_SQUOTE] = ACTIONS(1494), - [anon_sym_L_DQUOTE] = ACTIONS(1494), - [anon_sym_u_DQUOTE] = ACTIONS(1494), - [anon_sym_U_DQUOTE] = ACTIONS(1494), - [anon_sym_u8_DQUOTE] = ACTIONS(1494), - [anon_sym_DQUOTE] = ACTIONS(1494), - [sym_true] = ACTIONS(1492), - [sym_false] = ACTIONS(1492), - [anon_sym_NULL] = ACTIONS(1492), - [anon_sym_nullptr] = ACTIONS(1492), + [210] = { + [sym_identifier] = ACTIONS(1430), + [aux_sym_preproc_include_token1] = ACTIONS(1430), + [aux_sym_preproc_def_token1] = ACTIONS(1430), + [aux_sym_preproc_if_token1] = ACTIONS(1430), + [aux_sym_preproc_if_token2] = ACTIONS(1430), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1430), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1430), + [aux_sym_preproc_else_token1] = ACTIONS(1430), + [aux_sym_preproc_elif_token1] = ACTIONS(1430), + [sym_preproc_directive] = ACTIONS(1430), + [anon_sym_LPAREN2] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1432), + [anon_sym_TILDE] = ACTIONS(1432), + [anon_sym_DASH] = ACTIONS(1430), + [anon_sym_PLUS] = ACTIONS(1430), + [anon_sym_STAR] = ACTIONS(1432), + [anon_sym_AMP] = ACTIONS(1432), + [anon_sym_SEMI] = ACTIONS(1432), + [anon_sym___extension__] = ACTIONS(1430), + [anon_sym_typedef] = ACTIONS(1430), + [anon_sym_extern] = ACTIONS(1430), + [anon_sym___attribute__] = ACTIONS(1430), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1432), + [anon_sym___declspec] = ACTIONS(1430), + [anon_sym___cdecl] = ACTIONS(1430), + [anon_sym___clrcall] = ACTIONS(1430), + [anon_sym___stdcall] = ACTIONS(1430), + [anon_sym___fastcall] = ACTIONS(1430), + [anon_sym___thiscall] = ACTIONS(1430), + [anon_sym___vectorcall] = ACTIONS(1430), + [anon_sym_LBRACE] = ACTIONS(1432), + [anon_sym_signed] = ACTIONS(1430), + [anon_sym_unsigned] = ACTIONS(1430), + [anon_sym_long] = ACTIONS(1430), + [anon_sym_short] = ACTIONS(1430), + [anon_sym_static] = ACTIONS(1430), + [anon_sym_auto] = ACTIONS(1430), + [anon_sym_register] = ACTIONS(1430), + [anon_sym_inline] = ACTIONS(1430), + [anon_sym___inline] = ACTIONS(1430), + [anon_sym___inline__] = ACTIONS(1430), + [anon_sym___forceinline] = ACTIONS(1430), + [anon_sym_thread_local] = ACTIONS(1430), + [anon_sym___thread] = ACTIONS(1430), + [anon_sym_const] = ACTIONS(1430), + [anon_sym_constexpr] = ACTIONS(1430), + [anon_sym_volatile] = ACTIONS(1430), + [anon_sym_restrict] = ACTIONS(1430), + [anon_sym___restrict__] = ACTIONS(1430), + [anon_sym__Atomic] = ACTIONS(1430), + [anon_sym__Noreturn] = ACTIONS(1430), + [anon_sym_noreturn] = ACTIONS(1430), + [sym_primitive_type] = ACTIONS(1430), + [anon_sym_enum] = ACTIONS(1430), + [anon_sym_struct] = ACTIONS(1430), + [anon_sym_union] = ACTIONS(1430), + [anon_sym_if] = ACTIONS(1430), + [anon_sym_switch] = ACTIONS(1430), + [anon_sym_case] = ACTIONS(1430), + [anon_sym_default] = ACTIONS(1430), + [anon_sym_while] = ACTIONS(1430), + [anon_sym_do] = ACTIONS(1430), + [anon_sym_for] = ACTIONS(1430), + [anon_sym_return] = ACTIONS(1430), + [anon_sym_break] = ACTIONS(1430), + [anon_sym_continue] = ACTIONS(1430), + [anon_sym_goto] = ACTIONS(1430), + [anon_sym___try] = ACTIONS(1430), + [anon_sym___leave] = ACTIONS(1430), + [anon_sym_DASH_DASH] = ACTIONS(1432), + [anon_sym_PLUS_PLUS] = ACTIONS(1432), + [anon_sym_sizeof] = ACTIONS(1430), + [anon_sym___alignof__] = ACTIONS(1430), + [anon_sym___alignof] = ACTIONS(1430), + [anon_sym__alignof] = ACTIONS(1430), + [anon_sym_alignof] = ACTIONS(1430), + [anon_sym__Alignof] = ACTIONS(1430), + [anon_sym_offsetof] = ACTIONS(1430), + [anon_sym__Generic] = ACTIONS(1430), + [anon_sym_asm] = ACTIONS(1430), + [anon_sym___asm__] = ACTIONS(1430), + [sym_number_literal] = ACTIONS(1432), + [anon_sym_L_SQUOTE] = ACTIONS(1432), + [anon_sym_u_SQUOTE] = ACTIONS(1432), + [anon_sym_U_SQUOTE] = ACTIONS(1432), + [anon_sym_u8_SQUOTE] = ACTIONS(1432), + [anon_sym_SQUOTE] = ACTIONS(1432), + [anon_sym_L_DQUOTE] = ACTIONS(1432), + [anon_sym_u_DQUOTE] = ACTIONS(1432), + [anon_sym_U_DQUOTE] = ACTIONS(1432), + [anon_sym_u8_DQUOTE] = ACTIONS(1432), + [anon_sym_DQUOTE] = ACTIONS(1432), + [sym_true] = ACTIONS(1430), + [sym_false] = ACTIONS(1430), + [anon_sym_NULL] = ACTIONS(1430), + [anon_sym_nullptr] = ACTIONS(1430), [sym_comment] = ACTIONS(3), }, - [215] = { - [sym_else_clause] = STATE(257), - [ts_builtin_sym_end] = ACTIONS(1294), + [211] = { + [sym_identifier] = ACTIONS(1402), + [aux_sym_preproc_include_token1] = ACTIONS(1402), + [aux_sym_preproc_def_token1] = ACTIONS(1402), + [aux_sym_preproc_if_token1] = ACTIONS(1402), + [aux_sym_preproc_if_token2] = ACTIONS(1402), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1402), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1402), + [aux_sym_preproc_else_token1] = ACTIONS(1402), + [aux_sym_preproc_elif_token1] = ACTIONS(1402), + [sym_preproc_directive] = ACTIONS(1402), + [anon_sym_LPAREN2] = ACTIONS(1404), + [anon_sym_BANG] = ACTIONS(1404), + [anon_sym_TILDE] = ACTIONS(1404), + [anon_sym_DASH] = ACTIONS(1402), + [anon_sym_PLUS] = ACTIONS(1402), + [anon_sym_STAR] = ACTIONS(1404), + [anon_sym_AMP] = ACTIONS(1404), + [anon_sym_SEMI] = ACTIONS(1404), + [anon_sym___extension__] = ACTIONS(1402), + [anon_sym_typedef] = ACTIONS(1402), + [anon_sym_extern] = ACTIONS(1402), + [anon_sym___attribute__] = ACTIONS(1402), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1404), + [anon_sym___declspec] = ACTIONS(1402), + [anon_sym___cdecl] = ACTIONS(1402), + [anon_sym___clrcall] = ACTIONS(1402), + [anon_sym___stdcall] = ACTIONS(1402), + [anon_sym___fastcall] = ACTIONS(1402), + [anon_sym___thiscall] = ACTIONS(1402), + [anon_sym___vectorcall] = ACTIONS(1402), + [anon_sym_LBRACE] = ACTIONS(1404), + [anon_sym_signed] = ACTIONS(1402), + [anon_sym_unsigned] = ACTIONS(1402), + [anon_sym_long] = ACTIONS(1402), + [anon_sym_short] = ACTIONS(1402), + [anon_sym_static] = ACTIONS(1402), + [anon_sym_auto] = ACTIONS(1402), + [anon_sym_register] = ACTIONS(1402), + [anon_sym_inline] = ACTIONS(1402), + [anon_sym___inline] = ACTIONS(1402), + [anon_sym___inline__] = ACTIONS(1402), + [anon_sym___forceinline] = ACTIONS(1402), + [anon_sym_thread_local] = ACTIONS(1402), + [anon_sym___thread] = ACTIONS(1402), + [anon_sym_const] = ACTIONS(1402), + [anon_sym_constexpr] = ACTIONS(1402), + [anon_sym_volatile] = ACTIONS(1402), + [anon_sym_restrict] = ACTIONS(1402), + [anon_sym___restrict__] = ACTIONS(1402), + [anon_sym__Atomic] = ACTIONS(1402), + [anon_sym__Noreturn] = ACTIONS(1402), + [anon_sym_noreturn] = ACTIONS(1402), + [sym_primitive_type] = ACTIONS(1402), + [anon_sym_enum] = ACTIONS(1402), + [anon_sym_struct] = ACTIONS(1402), + [anon_sym_union] = ACTIONS(1402), + [anon_sym_if] = ACTIONS(1402), + [anon_sym_switch] = ACTIONS(1402), + [anon_sym_case] = ACTIONS(1402), + [anon_sym_default] = ACTIONS(1402), + [anon_sym_while] = ACTIONS(1402), + [anon_sym_do] = ACTIONS(1402), + [anon_sym_for] = ACTIONS(1402), + [anon_sym_return] = ACTIONS(1402), + [anon_sym_break] = ACTIONS(1402), + [anon_sym_continue] = ACTIONS(1402), + [anon_sym_goto] = ACTIONS(1402), + [anon_sym___try] = ACTIONS(1402), + [anon_sym___leave] = ACTIONS(1402), + [anon_sym_DASH_DASH] = ACTIONS(1404), + [anon_sym_PLUS_PLUS] = ACTIONS(1404), + [anon_sym_sizeof] = ACTIONS(1402), + [anon_sym___alignof__] = ACTIONS(1402), + [anon_sym___alignof] = ACTIONS(1402), + [anon_sym__alignof] = ACTIONS(1402), + [anon_sym_alignof] = ACTIONS(1402), + [anon_sym__Alignof] = ACTIONS(1402), + [anon_sym_offsetof] = ACTIONS(1402), + [anon_sym__Generic] = ACTIONS(1402), + [anon_sym_asm] = ACTIONS(1402), + [anon_sym___asm__] = ACTIONS(1402), + [sym_number_literal] = ACTIONS(1404), + [anon_sym_L_SQUOTE] = ACTIONS(1404), + [anon_sym_u_SQUOTE] = ACTIONS(1404), + [anon_sym_U_SQUOTE] = ACTIONS(1404), + [anon_sym_u8_SQUOTE] = ACTIONS(1404), + [anon_sym_SQUOTE] = ACTIONS(1404), + [anon_sym_L_DQUOTE] = ACTIONS(1404), + [anon_sym_u_DQUOTE] = ACTIONS(1404), + [anon_sym_U_DQUOTE] = ACTIONS(1404), + [anon_sym_u8_DQUOTE] = ACTIONS(1404), + [anon_sym_DQUOTE] = ACTIONS(1404), + [sym_true] = ACTIONS(1402), + [sym_false] = ACTIONS(1402), + [anon_sym_NULL] = ACTIONS(1402), + [anon_sym_nullptr] = ACTIONS(1402), + [sym_comment] = ACTIONS(3), + }, + [212] = { + [sym_else_clause] = STATE(265), [sym_identifier] = ACTIONS(1292), [aux_sym_preproc_include_token1] = ACTIONS(1292), [aux_sym_preproc_def_token1] = ACTIONS(1292), @@ -42424,6 +42117,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1292), [anon_sym___vectorcall] = ACTIONS(1292), [anon_sym_LBRACE] = ACTIONS(1294), + [anon_sym_RBRACE] = ACTIONS(1294), [anon_sym_signed] = ACTIONS(1292), [anon_sym_unsigned] = ACTIONS(1292), [anon_sym_long] = ACTIONS(1292), @@ -42492,7 +42186,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1292), [sym_comment] = ACTIONS(3), }, - [216] = { + [213] = { [sym_identifier] = ACTIONS(1476), [aux_sym_preproc_include_token1] = ACTIONS(1476), [aux_sym_preproc_def_token1] = ACTIONS(1476), @@ -42591,202 +42285,499 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1476), [sym_comment] = ACTIONS(3), }, - [217] = { - [sym_identifier] = ACTIONS(1460), - [aux_sym_preproc_include_token1] = ACTIONS(1460), - [aux_sym_preproc_def_token1] = ACTIONS(1460), - [aux_sym_preproc_if_token1] = ACTIONS(1460), - [aux_sym_preproc_if_token2] = ACTIONS(1460), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1460), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1460), - [aux_sym_preproc_else_token1] = ACTIONS(1460), - [aux_sym_preproc_elif_token1] = ACTIONS(1460), - [sym_preproc_directive] = ACTIONS(1460), - [anon_sym_LPAREN2] = ACTIONS(1462), - [anon_sym_BANG] = ACTIONS(1462), - [anon_sym_TILDE] = ACTIONS(1462), - [anon_sym_DASH] = ACTIONS(1460), - [anon_sym_PLUS] = ACTIONS(1460), - [anon_sym_STAR] = ACTIONS(1462), - [anon_sym_AMP] = ACTIONS(1462), - [anon_sym_SEMI] = ACTIONS(1462), - [anon_sym___extension__] = ACTIONS(1460), - [anon_sym_typedef] = ACTIONS(1460), - [anon_sym_extern] = ACTIONS(1460), - [anon_sym___attribute__] = ACTIONS(1460), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1462), - [anon_sym___declspec] = ACTIONS(1460), - [anon_sym___cdecl] = ACTIONS(1460), - [anon_sym___clrcall] = ACTIONS(1460), - [anon_sym___stdcall] = ACTIONS(1460), - [anon_sym___fastcall] = ACTIONS(1460), - [anon_sym___thiscall] = ACTIONS(1460), - [anon_sym___vectorcall] = ACTIONS(1460), - [anon_sym_LBRACE] = ACTIONS(1462), - [anon_sym_signed] = ACTIONS(1460), - [anon_sym_unsigned] = ACTIONS(1460), - [anon_sym_long] = ACTIONS(1460), - [anon_sym_short] = ACTIONS(1460), - [anon_sym_static] = ACTIONS(1460), - [anon_sym_auto] = ACTIONS(1460), - [anon_sym_register] = ACTIONS(1460), - [anon_sym_inline] = ACTIONS(1460), - [anon_sym___inline] = ACTIONS(1460), - [anon_sym___inline__] = ACTIONS(1460), - [anon_sym___forceinline] = ACTIONS(1460), - [anon_sym_thread_local] = ACTIONS(1460), - [anon_sym___thread] = ACTIONS(1460), - [anon_sym_const] = ACTIONS(1460), - [anon_sym_constexpr] = ACTIONS(1460), - [anon_sym_volatile] = ACTIONS(1460), - [anon_sym_restrict] = ACTIONS(1460), - [anon_sym___restrict__] = ACTIONS(1460), - [anon_sym__Atomic] = ACTIONS(1460), - [anon_sym__Noreturn] = ACTIONS(1460), - [anon_sym_noreturn] = ACTIONS(1460), - [sym_primitive_type] = ACTIONS(1460), - [anon_sym_enum] = ACTIONS(1460), - [anon_sym_struct] = ACTIONS(1460), - [anon_sym_union] = ACTIONS(1460), - [anon_sym_if] = ACTIONS(1460), - [anon_sym_switch] = ACTIONS(1460), - [anon_sym_case] = ACTIONS(1460), - [anon_sym_default] = ACTIONS(1460), - [anon_sym_while] = ACTIONS(1460), - [anon_sym_do] = ACTIONS(1460), - [anon_sym_for] = ACTIONS(1460), - [anon_sym_return] = ACTIONS(1460), - [anon_sym_break] = ACTIONS(1460), - [anon_sym_continue] = ACTIONS(1460), - [anon_sym_goto] = ACTIONS(1460), - [anon_sym___try] = ACTIONS(1460), - [anon_sym___leave] = ACTIONS(1460), - [anon_sym_DASH_DASH] = ACTIONS(1462), - [anon_sym_PLUS_PLUS] = ACTIONS(1462), - [anon_sym_sizeof] = ACTIONS(1460), - [anon_sym___alignof__] = ACTIONS(1460), - [anon_sym___alignof] = ACTIONS(1460), - [anon_sym__alignof] = ACTIONS(1460), - [anon_sym_alignof] = ACTIONS(1460), - [anon_sym__Alignof] = ACTIONS(1460), - [anon_sym_offsetof] = ACTIONS(1460), - [anon_sym__Generic] = ACTIONS(1460), - [anon_sym_asm] = ACTIONS(1460), - [anon_sym___asm__] = ACTIONS(1460), - [sym_number_literal] = ACTIONS(1462), - [anon_sym_L_SQUOTE] = ACTIONS(1462), - [anon_sym_u_SQUOTE] = ACTIONS(1462), - [anon_sym_U_SQUOTE] = ACTIONS(1462), - [anon_sym_u8_SQUOTE] = ACTIONS(1462), - [anon_sym_SQUOTE] = ACTIONS(1462), - [anon_sym_L_DQUOTE] = ACTIONS(1462), - [anon_sym_u_DQUOTE] = ACTIONS(1462), - [anon_sym_U_DQUOTE] = ACTIONS(1462), - [anon_sym_u8_DQUOTE] = ACTIONS(1462), - [anon_sym_DQUOTE] = ACTIONS(1462), - [sym_true] = ACTIONS(1460), - [sym_false] = ACTIONS(1460), - [anon_sym_NULL] = ACTIONS(1460), - [anon_sym_nullptr] = ACTIONS(1460), + [214] = { + [sym_identifier] = ACTIONS(1488), + [aux_sym_preproc_include_token1] = ACTIONS(1488), + [aux_sym_preproc_def_token1] = ACTIONS(1488), + [aux_sym_preproc_if_token1] = ACTIONS(1488), + [aux_sym_preproc_if_token2] = ACTIONS(1488), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1488), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1488), + [aux_sym_preproc_else_token1] = ACTIONS(1488), + [aux_sym_preproc_elif_token1] = ACTIONS(1488), + [sym_preproc_directive] = ACTIONS(1488), + [anon_sym_LPAREN2] = ACTIONS(1490), + [anon_sym_BANG] = ACTIONS(1490), + [anon_sym_TILDE] = ACTIONS(1490), + [anon_sym_DASH] = ACTIONS(1488), + [anon_sym_PLUS] = ACTIONS(1488), + [anon_sym_STAR] = ACTIONS(1490), + [anon_sym_AMP] = ACTIONS(1490), + [anon_sym_SEMI] = ACTIONS(1490), + [anon_sym___extension__] = ACTIONS(1488), + [anon_sym_typedef] = ACTIONS(1488), + [anon_sym_extern] = ACTIONS(1488), + [anon_sym___attribute__] = ACTIONS(1488), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1490), + [anon_sym___declspec] = ACTIONS(1488), + [anon_sym___cdecl] = ACTIONS(1488), + [anon_sym___clrcall] = ACTIONS(1488), + [anon_sym___stdcall] = ACTIONS(1488), + [anon_sym___fastcall] = ACTIONS(1488), + [anon_sym___thiscall] = ACTIONS(1488), + [anon_sym___vectorcall] = ACTIONS(1488), + [anon_sym_LBRACE] = ACTIONS(1490), + [anon_sym_signed] = ACTIONS(1488), + [anon_sym_unsigned] = ACTIONS(1488), + [anon_sym_long] = ACTIONS(1488), + [anon_sym_short] = ACTIONS(1488), + [anon_sym_static] = ACTIONS(1488), + [anon_sym_auto] = ACTIONS(1488), + [anon_sym_register] = ACTIONS(1488), + [anon_sym_inline] = ACTIONS(1488), + [anon_sym___inline] = ACTIONS(1488), + [anon_sym___inline__] = ACTIONS(1488), + [anon_sym___forceinline] = ACTIONS(1488), + [anon_sym_thread_local] = ACTIONS(1488), + [anon_sym___thread] = ACTIONS(1488), + [anon_sym_const] = ACTIONS(1488), + [anon_sym_constexpr] = ACTIONS(1488), + [anon_sym_volatile] = ACTIONS(1488), + [anon_sym_restrict] = ACTIONS(1488), + [anon_sym___restrict__] = ACTIONS(1488), + [anon_sym__Atomic] = ACTIONS(1488), + [anon_sym__Noreturn] = ACTIONS(1488), + [anon_sym_noreturn] = ACTIONS(1488), + [sym_primitive_type] = ACTIONS(1488), + [anon_sym_enum] = ACTIONS(1488), + [anon_sym_struct] = ACTIONS(1488), + [anon_sym_union] = ACTIONS(1488), + [anon_sym_if] = ACTIONS(1488), + [anon_sym_switch] = ACTIONS(1488), + [anon_sym_case] = ACTIONS(1488), + [anon_sym_default] = ACTIONS(1488), + [anon_sym_while] = ACTIONS(1488), + [anon_sym_do] = ACTIONS(1488), + [anon_sym_for] = ACTIONS(1488), + [anon_sym_return] = ACTIONS(1488), + [anon_sym_break] = ACTIONS(1488), + [anon_sym_continue] = ACTIONS(1488), + [anon_sym_goto] = ACTIONS(1488), + [anon_sym___try] = ACTIONS(1488), + [anon_sym___leave] = ACTIONS(1488), + [anon_sym_DASH_DASH] = ACTIONS(1490), + [anon_sym_PLUS_PLUS] = ACTIONS(1490), + [anon_sym_sizeof] = ACTIONS(1488), + [anon_sym___alignof__] = ACTIONS(1488), + [anon_sym___alignof] = ACTIONS(1488), + [anon_sym__alignof] = ACTIONS(1488), + [anon_sym_alignof] = ACTIONS(1488), + [anon_sym__Alignof] = ACTIONS(1488), + [anon_sym_offsetof] = ACTIONS(1488), + [anon_sym__Generic] = ACTIONS(1488), + [anon_sym_asm] = ACTIONS(1488), + [anon_sym___asm__] = ACTIONS(1488), + [sym_number_literal] = ACTIONS(1490), + [anon_sym_L_SQUOTE] = ACTIONS(1490), + [anon_sym_u_SQUOTE] = ACTIONS(1490), + [anon_sym_U_SQUOTE] = ACTIONS(1490), + [anon_sym_u8_SQUOTE] = ACTIONS(1490), + [anon_sym_SQUOTE] = ACTIONS(1490), + [anon_sym_L_DQUOTE] = ACTIONS(1490), + [anon_sym_u_DQUOTE] = ACTIONS(1490), + [anon_sym_U_DQUOTE] = ACTIONS(1490), + [anon_sym_u8_DQUOTE] = ACTIONS(1490), + [anon_sym_DQUOTE] = ACTIONS(1490), + [sym_true] = ACTIONS(1488), + [sym_false] = ACTIONS(1488), + [anon_sym_NULL] = ACTIONS(1488), + [anon_sym_nullptr] = ACTIONS(1488), + [sym_comment] = ACTIONS(3), + }, + [215] = { + [sym_else_clause] = STATE(351), + [sym_identifier] = ACTIONS(1292), + [aux_sym_preproc_include_token1] = ACTIONS(1292), + [aux_sym_preproc_def_token1] = ACTIONS(1292), + [aux_sym_preproc_if_token1] = ACTIONS(1292), + [aux_sym_preproc_if_token2] = ACTIONS(1292), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1292), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1292), + [sym_preproc_directive] = ACTIONS(1292), + [anon_sym_LPAREN2] = ACTIONS(1294), + [anon_sym_BANG] = ACTIONS(1294), + [anon_sym_TILDE] = ACTIONS(1294), + [anon_sym_DASH] = ACTIONS(1292), + [anon_sym_PLUS] = ACTIONS(1292), + [anon_sym_STAR] = ACTIONS(1294), + [anon_sym_AMP] = ACTIONS(1294), + [anon_sym_SEMI] = ACTIONS(1294), + [anon_sym___extension__] = ACTIONS(1292), + [anon_sym_typedef] = ACTIONS(1292), + [anon_sym_extern] = ACTIONS(1292), + [anon_sym___attribute__] = ACTIONS(1292), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1294), + [anon_sym___declspec] = ACTIONS(1292), + [anon_sym___cdecl] = ACTIONS(1292), + [anon_sym___clrcall] = ACTIONS(1292), + [anon_sym___stdcall] = ACTIONS(1292), + [anon_sym___fastcall] = ACTIONS(1292), + [anon_sym___thiscall] = ACTIONS(1292), + [anon_sym___vectorcall] = ACTIONS(1292), + [anon_sym_LBRACE] = ACTIONS(1294), + [anon_sym_signed] = ACTIONS(1292), + [anon_sym_unsigned] = ACTIONS(1292), + [anon_sym_long] = ACTIONS(1292), + [anon_sym_short] = ACTIONS(1292), + [anon_sym_static] = ACTIONS(1292), + [anon_sym_auto] = ACTIONS(1292), + [anon_sym_register] = ACTIONS(1292), + [anon_sym_inline] = ACTIONS(1292), + [anon_sym___inline] = ACTIONS(1292), + [anon_sym___inline__] = ACTIONS(1292), + [anon_sym___forceinline] = ACTIONS(1292), + [anon_sym_thread_local] = ACTIONS(1292), + [anon_sym___thread] = ACTIONS(1292), + [anon_sym_const] = ACTIONS(1292), + [anon_sym_constexpr] = ACTIONS(1292), + [anon_sym_volatile] = ACTIONS(1292), + [anon_sym_restrict] = ACTIONS(1292), + [anon_sym___restrict__] = ACTIONS(1292), + [anon_sym__Atomic] = ACTIONS(1292), + [anon_sym__Noreturn] = ACTIONS(1292), + [anon_sym_noreturn] = ACTIONS(1292), + [sym_primitive_type] = ACTIONS(1292), + [anon_sym_enum] = ACTIONS(1292), + [anon_sym_struct] = ACTIONS(1292), + [anon_sym_union] = ACTIONS(1292), + [anon_sym_if] = ACTIONS(1292), + [anon_sym_else] = ACTIONS(1512), + [anon_sym_switch] = ACTIONS(1292), + [anon_sym_case] = ACTIONS(1292), + [anon_sym_default] = ACTIONS(1292), + [anon_sym_while] = ACTIONS(1292), + [anon_sym_do] = ACTIONS(1292), + [anon_sym_for] = ACTIONS(1292), + [anon_sym_return] = ACTIONS(1292), + [anon_sym_break] = ACTIONS(1292), + [anon_sym_continue] = ACTIONS(1292), + [anon_sym_goto] = ACTIONS(1292), + [anon_sym___try] = ACTIONS(1292), + [anon_sym___leave] = ACTIONS(1292), + [anon_sym_DASH_DASH] = ACTIONS(1294), + [anon_sym_PLUS_PLUS] = ACTIONS(1294), + [anon_sym_sizeof] = ACTIONS(1292), + [anon_sym___alignof__] = ACTIONS(1292), + [anon_sym___alignof] = ACTIONS(1292), + [anon_sym__alignof] = ACTIONS(1292), + [anon_sym_alignof] = ACTIONS(1292), + [anon_sym__Alignof] = ACTIONS(1292), + [anon_sym_offsetof] = ACTIONS(1292), + [anon_sym__Generic] = ACTIONS(1292), + [anon_sym_asm] = ACTIONS(1292), + [anon_sym___asm__] = ACTIONS(1292), + [sym_number_literal] = ACTIONS(1294), + [anon_sym_L_SQUOTE] = ACTIONS(1294), + [anon_sym_u_SQUOTE] = ACTIONS(1294), + [anon_sym_U_SQUOTE] = ACTIONS(1294), + [anon_sym_u8_SQUOTE] = ACTIONS(1294), + [anon_sym_SQUOTE] = ACTIONS(1294), + [anon_sym_L_DQUOTE] = ACTIONS(1294), + [anon_sym_u_DQUOTE] = ACTIONS(1294), + [anon_sym_U_DQUOTE] = ACTIONS(1294), + [anon_sym_u8_DQUOTE] = ACTIONS(1294), + [anon_sym_DQUOTE] = ACTIONS(1294), + [sym_true] = ACTIONS(1292), + [sym_false] = ACTIONS(1292), + [anon_sym_NULL] = ACTIONS(1292), + [anon_sym_nullptr] = ACTIONS(1292), + [sym_comment] = ACTIONS(3), + }, + [216] = { + [sym_identifier] = ACTIONS(1414), + [aux_sym_preproc_include_token1] = ACTIONS(1414), + [aux_sym_preproc_def_token1] = ACTIONS(1414), + [aux_sym_preproc_if_token1] = ACTIONS(1414), + [aux_sym_preproc_if_token2] = ACTIONS(1414), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1414), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1414), + [aux_sym_preproc_else_token1] = ACTIONS(1414), + [aux_sym_preproc_elif_token1] = ACTIONS(1414), + [sym_preproc_directive] = ACTIONS(1414), + [anon_sym_LPAREN2] = ACTIONS(1416), + [anon_sym_BANG] = ACTIONS(1416), + [anon_sym_TILDE] = ACTIONS(1416), + [anon_sym_DASH] = ACTIONS(1414), + [anon_sym_PLUS] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1416), + [anon_sym_AMP] = ACTIONS(1416), + [anon_sym_SEMI] = ACTIONS(1416), + [anon_sym___extension__] = ACTIONS(1414), + [anon_sym_typedef] = ACTIONS(1414), + [anon_sym_extern] = ACTIONS(1414), + [anon_sym___attribute__] = ACTIONS(1414), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1416), + [anon_sym___declspec] = ACTIONS(1414), + [anon_sym___cdecl] = ACTIONS(1414), + [anon_sym___clrcall] = ACTIONS(1414), + [anon_sym___stdcall] = ACTIONS(1414), + [anon_sym___fastcall] = ACTIONS(1414), + [anon_sym___thiscall] = ACTIONS(1414), + [anon_sym___vectorcall] = ACTIONS(1414), + [anon_sym_LBRACE] = ACTIONS(1416), + [anon_sym_signed] = ACTIONS(1414), + [anon_sym_unsigned] = ACTIONS(1414), + [anon_sym_long] = ACTIONS(1414), + [anon_sym_short] = ACTIONS(1414), + [anon_sym_static] = ACTIONS(1414), + [anon_sym_auto] = ACTIONS(1414), + [anon_sym_register] = ACTIONS(1414), + [anon_sym_inline] = ACTIONS(1414), + [anon_sym___inline] = ACTIONS(1414), + [anon_sym___inline__] = ACTIONS(1414), + [anon_sym___forceinline] = ACTIONS(1414), + [anon_sym_thread_local] = ACTIONS(1414), + [anon_sym___thread] = ACTIONS(1414), + [anon_sym_const] = ACTIONS(1414), + [anon_sym_constexpr] = ACTIONS(1414), + [anon_sym_volatile] = ACTIONS(1414), + [anon_sym_restrict] = ACTIONS(1414), + [anon_sym___restrict__] = ACTIONS(1414), + [anon_sym__Atomic] = ACTIONS(1414), + [anon_sym__Noreturn] = ACTIONS(1414), + [anon_sym_noreturn] = ACTIONS(1414), + [sym_primitive_type] = ACTIONS(1414), + [anon_sym_enum] = ACTIONS(1414), + [anon_sym_struct] = ACTIONS(1414), + [anon_sym_union] = ACTIONS(1414), + [anon_sym_if] = ACTIONS(1414), + [anon_sym_switch] = ACTIONS(1414), + [anon_sym_case] = ACTIONS(1414), + [anon_sym_default] = ACTIONS(1414), + [anon_sym_while] = ACTIONS(1414), + [anon_sym_do] = ACTIONS(1414), + [anon_sym_for] = ACTIONS(1414), + [anon_sym_return] = ACTIONS(1414), + [anon_sym_break] = ACTIONS(1414), + [anon_sym_continue] = ACTIONS(1414), + [anon_sym_goto] = ACTIONS(1414), + [anon_sym___try] = ACTIONS(1414), + [anon_sym___leave] = ACTIONS(1414), + [anon_sym_DASH_DASH] = ACTIONS(1416), + [anon_sym_PLUS_PLUS] = ACTIONS(1416), + [anon_sym_sizeof] = ACTIONS(1414), + [anon_sym___alignof__] = ACTIONS(1414), + [anon_sym___alignof] = ACTIONS(1414), + [anon_sym__alignof] = ACTIONS(1414), + [anon_sym_alignof] = ACTIONS(1414), + [anon_sym__Alignof] = ACTIONS(1414), + [anon_sym_offsetof] = ACTIONS(1414), + [anon_sym__Generic] = ACTIONS(1414), + [anon_sym_asm] = ACTIONS(1414), + [anon_sym___asm__] = ACTIONS(1414), + [sym_number_literal] = ACTIONS(1416), + [anon_sym_L_SQUOTE] = ACTIONS(1416), + [anon_sym_u_SQUOTE] = ACTIONS(1416), + [anon_sym_U_SQUOTE] = ACTIONS(1416), + [anon_sym_u8_SQUOTE] = ACTIONS(1416), + [anon_sym_SQUOTE] = ACTIONS(1416), + [anon_sym_L_DQUOTE] = ACTIONS(1416), + [anon_sym_u_DQUOTE] = ACTIONS(1416), + [anon_sym_U_DQUOTE] = ACTIONS(1416), + [anon_sym_u8_DQUOTE] = ACTIONS(1416), + [anon_sym_DQUOTE] = ACTIONS(1416), + [sym_true] = ACTIONS(1414), + [sym_false] = ACTIONS(1414), + [anon_sym_NULL] = ACTIONS(1414), + [anon_sym_nullptr] = ACTIONS(1414), + [sym_comment] = ACTIONS(3), + }, + [217] = { + [sym_identifier] = ACTIONS(1484), + [aux_sym_preproc_include_token1] = ACTIONS(1484), + [aux_sym_preproc_def_token1] = ACTIONS(1484), + [aux_sym_preproc_if_token1] = ACTIONS(1484), + [aux_sym_preproc_if_token2] = ACTIONS(1484), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1484), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1484), + [aux_sym_preproc_else_token1] = ACTIONS(1484), + [aux_sym_preproc_elif_token1] = ACTIONS(1484), + [sym_preproc_directive] = ACTIONS(1484), + [anon_sym_LPAREN2] = ACTIONS(1486), + [anon_sym_BANG] = ACTIONS(1486), + [anon_sym_TILDE] = ACTIONS(1486), + [anon_sym_DASH] = ACTIONS(1484), + [anon_sym_PLUS] = ACTIONS(1484), + [anon_sym_STAR] = ACTIONS(1486), + [anon_sym_AMP] = ACTIONS(1486), + [anon_sym_SEMI] = ACTIONS(1486), + [anon_sym___extension__] = ACTIONS(1484), + [anon_sym_typedef] = ACTIONS(1484), + [anon_sym_extern] = ACTIONS(1484), + [anon_sym___attribute__] = ACTIONS(1484), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1486), + [anon_sym___declspec] = ACTIONS(1484), + [anon_sym___cdecl] = ACTIONS(1484), + [anon_sym___clrcall] = ACTIONS(1484), + [anon_sym___stdcall] = ACTIONS(1484), + [anon_sym___fastcall] = ACTIONS(1484), + [anon_sym___thiscall] = ACTIONS(1484), + [anon_sym___vectorcall] = ACTIONS(1484), + [anon_sym_LBRACE] = ACTIONS(1486), + [anon_sym_signed] = ACTIONS(1484), + [anon_sym_unsigned] = ACTIONS(1484), + [anon_sym_long] = ACTIONS(1484), + [anon_sym_short] = ACTIONS(1484), + [anon_sym_static] = ACTIONS(1484), + [anon_sym_auto] = ACTIONS(1484), + [anon_sym_register] = ACTIONS(1484), + [anon_sym_inline] = ACTIONS(1484), + [anon_sym___inline] = ACTIONS(1484), + [anon_sym___inline__] = ACTIONS(1484), + [anon_sym___forceinline] = ACTIONS(1484), + [anon_sym_thread_local] = ACTIONS(1484), + [anon_sym___thread] = ACTIONS(1484), + [anon_sym_const] = ACTIONS(1484), + [anon_sym_constexpr] = ACTIONS(1484), + [anon_sym_volatile] = ACTIONS(1484), + [anon_sym_restrict] = ACTIONS(1484), + [anon_sym___restrict__] = ACTIONS(1484), + [anon_sym__Atomic] = ACTIONS(1484), + [anon_sym__Noreturn] = ACTIONS(1484), + [anon_sym_noreturn] = ACTIONS(1484), + [sym_primitive_type] = ACTIONS(1484), + [anon_sym_enum] = ACTIONS(1484), + [anon_sym_struct] = ACTIONS(1484), + [anon_sym_union] = ACTIONS(1484), + [anon_sym_if] = ACTIONS(1484), + [anon_sym_switch] = ACTIONS(1484), + [anon_sym_case] = ACTIONS(1484), + [anon_sym_default] = ACTIONS(1484), + [anon_sym_while] = ACTIONS(1484), + [anon_sym_do] = ACTIONS(1484), + [anon_sym_for] = ACTIONS(1484), + [anon_sym_return] = ACTIONS(1484), + [anon_sym_break] = ACTIONS(1484), + [anon_sym_continue] = ACTIONS(1484), + [anon_sym_goto] = ACTIONS(1484), + [anon_sym___try] = ACTIONS(1484), + [anon_sym___leave] = ACTIONS(1484), + [anon_sym_DASH_DASH] = ACTIONS(1486), + [anon_sym_PLUS_PLUS] = ACTIONS(1486), + [anon_sym_sizeof] = ACTIONS(1484), + [anon_sym___alignof__] = ACTIONS(1484), + [anon_sym___alignof] = ACTIONS(1484), + [anon_sym__alignof] = ACTIONS(1484), + [anon_sym_alignof] = ACTIONS(1484), + [anon_sym__Alignof] = ACTIONS(1484), + [anon_sym_offsetof] = ACTIONS(1484), + [anon_sym__Generic] = ACTIONS(1484), + [anon_sym_asm] = ACTIONS(1484), + [anon_sym___asm__] = ACTIONS(1484), + [sym_number_literal] = ACTIONS(1486), + [anon_sym_L_SQUOTE] = ACTIONS(1486), + [anon_sym_u_SQUOTE] = ACTIONS(1486), + [anon_sym_U_SQUOTE] = ACTIONS(1486), + [anon_sym_u8_SQUOTE] = ACTIONS(1486), + [anon_sym_SQUOTE] = ACTIONS(1486), + [anon_sym_L_DQUOTE] = ACTIONS(1486), + [anon_sym_u_DQUOTE] = ACTIONS(1486), + [anon_sym_U_DQUOTE] = ACTIONS(1486), + [anon_sym_u8_DQUOTE] = ACTIONS(1486), + [anon_sym_DQUOTE] = ACTIONS(1486), + [sym_true] = ACTIONS(1484), + [sym_false] = ACTIONS(1484), + [anon_sym_NULL] = ACTIONS(1484), + [anon_sym_nullptr] = ACTIONS(1484), [sym_comment] = ACTIONS(3), }, [218] = { - [sym_identifier] = ACTIONS(1412), - [aux_sym_preproc_include_token1] = ACTIONS(1412), - [aux_sym_preproc_def_token1] = ACTIONS(1412), - [aux_sym_preproc_if_token1] = ACTIONS(1412), - [aux_sym_preproc_if_token2] = ACTIONS(1412), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1412), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1412), - [aux_sym_preproc_else_token1] = ACTIONS(1412), - [aux_sym_preproc_elif_token1] = ACTIONS(1412), - [sym_preproc_directive] = ACTIONS(1412), - [anon_sym_LPAREN2] = ACTIONS(1414), - [anon_sym_BANG] = ACTIONS(1414), - [anon_sym_TILDE] = ACTIONS(1414), - [anon_sym_DASH] = ACTIONS(1412), - [anon_sym_PLUS] = ACTIONS(1412), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(1412), - [anon_sym_typedef] = ACTIONS(1412), - [anon_sym_extern] = ACTIONS(1412), - [anon_sym___attribute__] = ACTIONS(1412), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1414), - [anon_sym___declspec] = ACTIONS(1412), - [anon_sym___cdecl] = ACTIONS(1412), - [anon_sym___clrcall] = ACTIONS(1412), - [anon_sym___stdcall] = ACTIONS(1412), - [anon_sym___fastcall] = ACTIONS(1412), - [anon_sym___thiscall] = ACTIONS(1412), - [anon_sym___vectorcall] = ACTIONS(1412), - [anon_sym_LBRACE] = ACTIONS(1414), - [anon_sym_signed] = ACTIONS(1412), - [anon_sym_unsigned] = ACTIONS(1412), - [anon_sym_long] = ACTIONS(1412), - [anon_sym_short] = ACTIONS(1412), - [anon_sym_static] = ACTIONS(1412), - [anon_sym_auto] = ACTIONS(1412), - [anon_sym_register] = ACTIONS(1412), - [anon_sym_inline] = ACTIONS(1412), - [anon_sym___inline] = ACTIONS(1412), - [anon_sym___inline__] = ACTIONS(1412), - [anon_sym___forceinline] = ACTIONS(1412), - [anon_sym_thread_local] = ACTIONS(1412), - [anon_sym___thread] = ACTIONS(1412), - [anon_sym_const] = ACTIONS(1412), - [anon_sym_constexpr] = ACTIONS(1412), - [anon_sym_volatile] = ACTIONS(1412), - [anon_sym_restrict] = ACTIONS(1412), - [anon_sym___restrict__] = ACTIONS(1412), - [anon_sym__Atomic] = ACTIONS(1412), - [anon_sym__Noreturn] = ACTIONS(1412), - [anon_sym_noreturn] = ACTIONS(1412), - [sym_primitive_type] = ACTIONS(1412), - [anon_sym_enum] = ACTIONS(1412), - [anon_sym_struct] = ACTIONS(1412), - [anon_sym_union] = ACTIONS(1412), - [anon_sym_if] = ACTIONS(1412), - [anon_sym_switch] = ACTIONS(1412), - [anon_sym_case] = ACTIONS(1412), - [anon_sym_default] = ACTIONS(1412), - [anon_sym_while] = ACTIONS(1412), - [anon_sym_do] = ACTIONS(1412), - [anon_sym_for] = ACTIONS(1412), - [anon_sym_return] = ACTIONS(1412), - [anon_sym_break] = ACTIONS(1412), - [anon_sym_continue] = ACTIONS(1412), - [anon_sym_goto] = ACTIONS(1412), - [anon_sym___try] = ACTIONS(1412), - [anon_sym___leave] = ACTIONS(1412), - [anon_sym_DASH_DASH] = ACTIONS(1414), - [anon_sym_PLUS_PLUS] = ACTIONS(1414), - [anon_sym_sizeof] = ACTIONS(1412), - [anon_sym___alignof__] = ACTIONS(1412), - [anon_sym___alignof] = ACTIONS(1412), - [anon_sym__alignof] = ACTIONS(1412), - [anon_sym_alignof] = ACTIONS(1412), - [anon_sym__Alignof] = ACTIONS(1412), - [anon_sym_offsetof] = ACTIONS(1412), - [anon_sym__Generic] = ACTIONS(1412), - [anon_sym_asm] = ACTIONS(1412), - [anon_sym___asm__] = ACTIONS(1412), - [sym_number_literal] = ACTIONS(1414), - [anon_sym_L_SQUOTE] = ACTIONS(1414), - [anon_sym_u_SQUOTE] = ACTIONS(1414), - [anon_sym_U_SQUOTE] = ACTIONS(1414), - [anon_sym_u8_SQUOTE] = ACTIONS(1414), - [anon_sym_SQUOTE] = ACTIONS(1414), - [anon_sym_L_DQUOTE] = ACTIONS(1414), - [anon_sym_u_DQUOTE] = ACTIONS(1414), - [anon_sym_U_DQUOTE] = ACTIONS(1414), - [anon_sym_u8_DQUOTE] = ACTIONS(1414), - [anon_sym_DQUOTE] = ACTIONS(1414), - [sym_true] = ACTIONS(1412), - [sym_false] = ACTIONS(1412), - [anon_sym_NULL] = ACTIONS(1412), - [anon_sym_nullptr] = ACTIONS(1412), + [sym_identifier] = ACTIONS(1426), + [aux_sym_preproc_include_token1] = ACTIONS(1426), + [aux_sym_preproc_def_token1] = ACTIONS(1426), + [aux_sym_preproc_if_token1] = ACTIONS(1426), + [aux_sym_preproc_if_token2] = ACTIONS(1426), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1426), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1426), + [aux_sym_preproc_else_token1] = ACTIONS(1426), + [aux_sym_preproc_elif_token1] = ACTIONS(1426), + [sym_preproc_directive] = ACTIONS(1426), + [anon_sym_LPAREN2] = ACTIONS(1428), + [anon_sym_BANG] = ACTIONS(1428), + [anon_sym_TILDE] = ACTIONS(1428), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_STAR] = ACTIONS(1428), + [anon_sym_AMP] = ACTIONS(1428), + [anon_sym_SEMI] = ACTIONS(1428), + [anon_sym___extension__] = ACTIONS(1426), + [anon_sym_typedef] = ACTIONS(1426), + [anon_sym_extern] = ACTIONS(1426), + [anon_sym___attribute__] = ACTIONS(1426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1428), + [anon_sym___declspec] = ACTIONS(1426), + [anon_sym___cdecl] = ACTIONS(1426), + [anon_sym___clrcall] = ACTIONS(1426), + [anon_sym___stdcall] = ACTIONS(1426), + [anon_sym___fastcall] = ACTIONS(1426), + [anon_sym___thiscall] = ACTIONS(1426), + [anon_sym___vectorcall] = ACTIONS(1426), + [anon_sym_LBRACE] = ACTIONS(1428), + [anon_sym_signed] = ACTIONS(1426), + [anon_sym_unsigned] = ACTIONS(1426), + [anon_sym_long] = ACTIONS(1426), + [anon_sym_short] = ACTIONS(1426), + [anon_sym_static] = ACTIONS(1426), + [anon_sym_auto] = ACTIONS(1426), + [anon_sym_register] = ACTIONS(1426), + [anon_sym_inline] = ACTIONS(1426), + [anon_sym___inline] = ACTIONS(1426), + [anon_sym___inline__] = ACTIONS(1426), + [anon_sym___forceinline] = ACTIONS(1426), + [anon_sym_thread_local] = ACTIONS(1426), + [anon_sym___thread] = ACTIONS(1426), + [anon_sym_const] = ACTIONS(1426), + [anon_sym_constexpr] = ACTIONS(1426), + [anon_sym_volatile] = ACTIONS(1426), + [anon_sym_restrict] = ACTIONS(1426), + [anon_sym___restrict__] = ACTIONS(1426), + [anon_sym__Atomic] = ACTIONS(1426), + [anon_sym__Noreturn] = ACTIONS(1426), + [anon_sym_noreturn] = ACTIONS(1426), + [sym_primitive_type] = ACTIONS(1426), + [anon_sym_enum] = ACTIONS(1426), + [anon_sym_struct] = ACTIONS(1426), + [anon_sym_union] = ACTIONS(1426), + [anon_sym_if] = ACTIONS(1426), + [anon_sym_switch] = ACTIONS(1426), + [anon_sym_case] = ACTIONS(1426), + [anon_sym_default] = ACTIONS(1426), + [anon_sym_while] = ACTIONS(1426), + [anon_sym_do] = ACTIONS(1426), + [anon_sym_for] = ACTIONS(1426), + [anon_sym_return] = ACTIONS(1426), + [anon_sym_break] = ACTIONS(1426), + [anon_sym_continue] = ACTIONS(1426), + [anon_sym_goto] = ACTIONS(1426), + [anon_sym___try] = ACTIONS(1426), + [anon_sym___leave] = ACTIONS(1426), + [anon_sym_DASH_DASH] = ACTIONS(1428), + [anon_sym_PLUS_PLUS] = ACTIONS(1428), + [anon_sym_sizeof] = ACTIONS(1426), + [anon_sym___alignof__] = ACTIONS(1426), + [anon_sym___alignof] = ACTIONS(1426), + [anon_sym__alignof] = ACTIONS(1426), + [anon_sym_alignof] = ACTIONS(1426), + [anon_sym__Alignof] = ACTIONS(1426), + [anon_sym_offsetof] = ACTIONS(1426), + [anon_sym__Generic] = ACTIONS(1426), + [anon_sym_asm] = ACTIONS(1426), + [anon_sym___asm__] = ACTIONS(1426), + [sym_number_literal] = ACTIONS(1428), + [anon_sym_L_SQUOTE] = ACTIONS(1428), + [anon_sym_u_SQUOTE] = ACTIONS(1428), + [anon_sym_U_SQUOTE] = ACTIONS(1428), + [anon_sym_u8_SQUOTE] = ACTIONS(1428), + [anon_sym_SQUOTE] = ACTIONS(1428), + [anon_sym_L_DQUOTE] = ACTIONS(1428), + [anon_sym_u_DQUOTE] = ACTIONS(1428), + [anon_sym_U_DQUOTE] = ACTIONS(1428), + [anon_sym_u8_DQUOTE] = ACTIONS(1428), + [anon_sym_DQUOTE] = ACTIONS(1428), + [sym_true] = ACTIONS(1426), + [sym_false] = ACTIONS(1426), + [anon_sym_NULL] = ACTIONS(1426), + [anon_sym_nullptr] = ACTIONS(1426), [sym_comment] = ACTIONS(3), }, [219] = { @@ -42889,105 +42880,204 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [220] = { - [sym_identifier] = ACTIONS(1424), - [aux_sym_preproc_include_token1] = ACTIONS(1424), - [aux_sym_preproc_def_token1] = ACTIONS(1424), - [aux_sym_preproc_if_token1] = ACTIONS(1424), - [aux_sym_preproc_if_token2] = ACTIONS(1424), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1424), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1424), - [aux_sym_preproc_else_token1] = ACTIONS(1424), - [aux_sym_preproc_elif_token1] = ACTIONS(1424), - [sym_preproc_directive] = ACTIONS(1424), - [anon_sym_LPAREN2] = ACTIONS(1426), - [anon_sym_BANG] = ACTIONS(1426), - [anon_sym_TILDE] = ACTIONS(1426), - [anon_sym_DASH] = ACTIONS(1424), - [anon_sym_PLUS] = ACTIONS(1424), - [anon_sym_STAR] = ACTIONS(1426), - [anon_sym_AMP] = ACTIONS(1426), - [anon_sym_SEMI] = ACTIONS(1426), - [anon_sym___extension__] = ACTIONS(1424), - [anon_sym_typedef] = ACTIONS(1424), - [anon_sym_extern] = ACTIONS(1424), - [anon_sym___attribute__] = ACTIONS(1424), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1426), - [anon_sym___declspec] = ACTIONS(1424), - [anon_sym___cdecl] = ACTIONS(1424), - [anon_sym___clrcall] = ACTIONS(1424), - [anon_sym___stdcall] = ACTIONS(1424), - [anon_sym___fastcall] = ACTIONS(1424), - [anon_sym___thiscall] = ACTIONS(1424), - [anon_sym___vectorcall] = ACTIONS(1424), - [anon_sym_LBRACE] = ACTIONS(1426), - [anon_sym_signed] = ACTIONS(1424), - [anon_sym_unsigned] = ACTIONS(1424), - [anon_sym_long] = ACTIONS(1424), - [anon_sym_short] = ACTIONS(1424), - [anon_sym_static] = ACTIONS(1424), - [anon_sym_auto] = ACTIONS(1424), - [anon_sym_register] = ACTIONS(1424), - [anon_sym_inline] = ACTIONS(1424), - [anon_sym___inline] = ACTIONS(1424), - [anon_sym___inline__] = ACTIONS(1424), - [anon_sym___forceinline] = ACTIONS(1424), - [anon_sym_thread_local] = ACTIONS(1424), - [anon_sym___thread] = ACTIONS(1424), - [anon_sym_const] = ACTIONS(1424), - [anon_sym_constexpr] = ACTIONS(1424), - [anon_sym_volatile] = ACTIONS(1424), - [anon_sym_restrict] = ACTIONS(1424), - [anon_sym___restrict__] = ACTIONS(1424), - [anon_sym__Atomic] = ACTIONS(1424), - [anon_sym__Noreturn] = ACTIONS(1424), - [anon_sym_noreturn] = ACTIONS(1424), - [sym_primitive_type] = ACTIONS(1424), - [anon_sym_enum] = ACTIONS(1424), - [anon_sym_struct] = ACTIONS(1424), - [anon_sym_union] = ACTIONS(1424), - [anon_sym_if] = ACTIONS(1424), - [anon_sym_switch] = ACTIONS(1424), - [anon_sym_case] = ACTIONS(1424), - [anon_sym_default] = ACTIONS(1424), - [anon_sym_while] = ACTIONS(1424), - [anon_sym_do] = ACTIONS(1424), - [anon_sym_for] = ACTIONS(1424), - [anon_sym_return] = ACTIONS(1424), - [anon_sym_break] = ACTIONS(1424), - [anon_sym_continue] = ACTIONS(1424), - [anon_sym_goto] = ACTIONS(1424), - [anon_sym___try] = ACTIONS(1424), - [anon_sym___leave] = ACTIONS(1424), - [anon_sym_DASH_DASH] = ACTIONS(1426), - [anon_sym_PLUS_PLUS] = ACTIONS(1426), - [anon_sym_sizeof] = ACTIONS(1424), - [anon_sym___alignof__] = ACTIONS(1424), - [anon_sym___alignof] = ACTIONS(1424), - [anon_sym__alignof] = ACTIONS(1424), - [anon_sym_alignof] = ACTIONS(1424), - [anon_sym__Alignof] = ACTIONS(1424), - [anon_sym_offsetof] = ACTIONS(1424), - [anon_sym__Generic] = ACTIONS(1424), - [anon_sym_asm] = ACTIONS(1424), - [anon_sym___asm__] = ACTIONS(1424), - [sym_number_literal] = ACTIONS(1426), - [anon_sym_L_SQUOTE] = ACTIONS(1426), - [anon_sym_u_SQUOTE] = ACTIONS(1426), - [anon_sym_U_SQUOTE] = ACTIONS(1426), - [anon_sym_u8_SQUOTE] = ACTIONS(1426), - [anon_sym_SQUOTE] = ACTIONS(1426), - [anon_sym_L_DQUOTE] = ACTIONS(1426), - [anon_sym_u_DQUOTE] = ACTIONS(1426), - [anon_sym_U_DQUOTE] = ACTIONS(1426), - [anon_sym_u8_DQUOTE] = ACTIONS(1426), - [anon_sym_DQUOTE] = ACTIONS(1426), - [sym_true] = ACTIONS(1424), - [sym_false] = ACTIONS(1424), - [anon_sym_NULL] = ACTIONS(1424), - [anon_sym_nullptr] = ACTIONS(1424), + [sym_identifier] = ACTIONS(1504), + [aux_sym_preproc_include_token1] = ACTIONS(1504), + [aux_sym_preproc_def_token1] = ACTIONS(1504), + [aux_sym_preproc_if_token1] = ACTIONS(1504), + [aux_sym_preproc_if_token2] = ACTIONS(1504), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1504), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1504), + [aux_sym_preproc_else_token1] = ACTIONS(1504), + [aux_sym_preproc_elif_token1] = ACTIONS(1504), + [sym_preproc_directive] = ACTIONS(1504), + [anon_sym_LPAREN2] = ACTIONS(1506), + [anon_sym_BANG] = ACTIONS(1506), + [anon_sym_TILDE] = ACTIONS(1506), + [anon_sym_DASH] = ACTIONS(1504), + [anon_sym_PLUS] = ACTIONS(1504), + [anon_sym_STAR] = ACTIONS(1506), + [anon_sym_AMP] = ACTIONS(1506), + [anon_sym_SEMI] = ACTIONS(1506), + [anon_sym___extension__] = ACTIONS(1504), + [anon_sym_typedef] = ACTIONS(1504), + [anon_sym_extern] = ACTIONS(1504), + [anon_sym___attribute__] = ACTIONS(1504), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1506), + [anon_sym___declspec] = ACTIONS(1504), + [anon_sym___cdecl] = ACTIONS(1504), + [anon_sym___clrcall] = ACTIONS(1504), + [anon_sym___stdcall] = ACTIONS(1504), + [anon_sym___fastcall] = ACTIONS(1504), + [anon_sym___thiscall] = ACTIONS(1504), + [anon_sym___vectorcall] = ACTIONS(1504), + [anon_sym_LBRACE] = ACTIONS(1506), + [anon_sym_signed] = ACTIONS(1504), + [anon_sym_unsigned] = ACTIONS(1504), + [anon_sym_long] = ACTIONS(1504), + [anon_sym_short] = ACTIONS(1504), + [anon_sym_static] = ACTIONS(1504), + [anon_sym_auto] = ACTIONS(1504), + [anon_sym_register] = ACTIONS(1504), + [anon_sym_inline] = ACTIONS(1504), + [anon_sym___inline] = ACTIONS(1504), + [anon_sym___inline__] = ACTIONS(1504), + [anon_sym___forceinline] = ACTIONS(1504), + [anon_sym_thread_local] = ACTIONS(1504), + [anon_sym___thread] = ACTIONS(1504), + [anon_sym_const] = ACTIONS(1504), + [anon_sym_constexpr] = ACTIONS(1504), + [anon_sym_volatile] = ACTIONS(1504), + [anon_sym_restrict] = ACTIONS(1504), + [anon_sym___restrict__] = ACTIONS(1504), + [anon_sym__Atomic] = ACTIONS(1504), + [anon_sym__Noreturn] = ACTIONS(1504), + [anon_sym_noreturn] = ACTIONS(1504), + [sym_primitive_type] = ACTIONS(1504), + [anon_sym_enum] = ACTIONS(1504), + [anon_sym_struct] = ACTIONS(1504), + [anon_sym_union] = ACTIONS(1504), + [anon_sym_if] = ACTIONS(1504), + [anon_sym_switch] = ACTIONS(1504), + [anon_sym_case] = ACTIONS(1504), + [anon_sym_default] = ACTIONS(1504), + [anon_sym_while] = ACTIONS(1504), + [anon_sym_do] = ACTIONS(1504), + [anon_sym_for] = ACTIONS(1504), + [anon_sym_return] = ACTIONS(1504), + [anon_sym_break] = ACTIONS(1504), + [anon_sym_continue] = ACTIONS(1504), + [anon_sym_goto] = ACTIONS(1504), + [anon_sym___try] = ACTIONS(1504), + [anon_sym___leave] = ACTIONS(1504), + [anon_sym_DASH_DASH] = ACTIONS(1506), + [anon_sym_PLUS_PLUS] = ACTIONS(1506), + [anon_sym_sizeof] = ACTIONS(1504), + [anon_sym___alignof__] = ACTIONS(1504), + [anon_sym___alignof] = ACTIONS(1504), + [anon_sym__alignof] = ACTIONS(1504), + [anon_sym_alignof] = ACTIONS(1504), + [anon_sym__Alignof] = ACTIONS(1504), + [anon_sym_offsetof] = ACTIONS(1504), + [anon_sym__Generic] = ACTIONS(1504), + [anon_sym_asm] = ACTIONS(1504), + [anon_sym___asm__] = ACTIONS(1504), + [sym_number_literal] = ACTIONS(1506), + [anon_sym_L_SQUOTE] = ACTIONS(1506), + [anon_sym_u_SQUOTE] = ACTIONS(1506), + [anon_sym_U_SQUOTE] = ACTIONS(1506), + [anon_sym_u8_SQUOTE] = ACTIONS(1506), + [anon_sym_SQUOTE] = ACTIONS(1506), + [anon_sym_L_DQUOTE] = ACTIONS(1506), + [anon_sym_u_DQUOTE] = ACTIONS(1506), + [anon_sym_U_DQUOTE] = ACTIONS(1506), + [anon_sym_u8_DQUOTE] = ACTIONS(1506), + [anon_sym_DQUOTE] = ACTIONS(1506), + [sym_true] = ACTIONS(1504), + [sym_false] = ACTIONS(1504), + [anon_sym_NULL] = ACTIONS(1504), + [anon_sym_nullptr] = ACTIONS(1504), [sym_comment] = ACTIONS(3), }, [221] = { + [sym_identifier] = ACTIONS(1406), + [aux_sym_preproc_include_token1] = ACTIONS(1406), + [aux_sym_preproc_def_token1] = ACTIONS(1406), + [aux_sym_preproc_if_token1] = ACTIONS(1406), + [aux_sym_preproc_if_token2] = ACTIONS(1406), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1406), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1406), + [aux_sym_preproc_else_token1] = ACTIONS(1406), + [aux_sym_preproc_elif_token1] = ACTIONS(1406), + [sym_preproc_directive] = ACTIONS(1406), + [anon_sym_LPAREN2] = ACTIONS(1408), + [anon_sym_BANG] = ACTIONS(1408), + [anon_sym_TILDE] = ACTIONS(1408), + [anon_sym_DASH] = ACTIONS(1406), + [anon_sym_PLUS] = ACTIONS(1406), + [anon_sym_STAR] = ACTIONS(1408), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_SEMI] = ACTIONS(1408), + [anon_sym___extension__] = ACTIONS(1406), + [anon_sym_typedef] = ACTIONS(1406), + [anon_sym_extern] = ACTIONS(1406), + [anon_sym___attribute__] = ACTIONS(1406), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1408), + [anon_sym___declspec] = ACTIONS(1406), + [anon_sym___cdecl] = ACTIONS(1406), + [anon_sym___clrcall] = ACTIONS(1406), + [anon_sym___stdcall] = ACTIONS(1406), + [anon_sym___fastcall] = ACTIONS(1406), + [anon_sym___thiscall] = ACTIONS(1406), + [anon_sym___vectorcall] = ACTIONS(1406), + [anon_sym_LBRACE] = ACTIONS(1408), + [anon_sym_signed] = ACTIONS(1406), + [anon_sym_unsigned] = ACTIONS(1406), + [anon_sym_long] = ACTIONS(1406), + [anon_sym_short] = ACTIONS(1406), + [anon_sym_static] = ACTIONS(1406), + [anon_sym_auto] = ACTIONS(1406), + [anon_sym_register] = ACTIONS(1406), + [anon_sym_inline] = ACTIONS(1406), + [anon_sym___inline] = ACTIONS(1406), + [anon_sym___inline__] = ACTIONS(1406), + [anon_sym___forceinline] = ACTIONS(1406), + [anon_sym_thread_local] = ACTIONS(1406), + [anon_sym___thread] = ACTIONS(1406), + [anon_sym_const] = ACTIONS(1406), + [anon_sym_constexpr] = ACTIONS(1406), + [anon_sym_volatile] = ACTIONS(1406), + [anon_sym_restrict] = ACTIONS(1406), + [anon_sym___restrict__] = ACTIONS(1406), + [anon_sym__Atomic] = ACTIONS(1406), + [anon_sym__Noreturn] = ACTIONS(1406), + [anon_sym_noreturn] = ACTIONS(1406), + [sym_primitive_type] = ACTIONS(1406), + [anon_sym_enum] = ACTIONS(1406), + [anon_sym_struct] = ACTIONS(1406), + [anon_sym_union] = ACTIONS(1406), + [anon_sym_if] = ACTIONS(1406), + [anon_sym_switch] = ACTIONS(1406), + [anon_sym_case] = ACTIONS(1406), + [anon_sym_default] = ACTIONS(1406), + [anon_sym_while] = ACTIONS(1406), + [anon_sym_do] = ACTIONS(1406), + [anon_sym_for] = ACTIONS(1406), + [anon_sym_return] = ACTIONS(1406), + [anon_sym_break] = ACTIONS(1406), + [anon_sym_continue] = ACTIONS(1406), + [anon_sym_goto] = ACTIONS(1406), + [anon_sym___try] = ACTIONS(1406), + [anon_sym___leave] = ACTIONS(1406), + [anon_sym_DASH_DASH] = ACTIONS(1408), + [anon_sym_PLUS_PLUS] = ACTIONS(1408), + [anon_sym_sizeof] = ACTIONS(1406), + [anon_sym___alignof__] = ACTIONS(1406), + [anon_sym___alignof] = ACTIONS(1406), + [anon_sym__alignof] = ACTIONS(1406), + [anon_sym_alignof] = ACTIONS(1406), + [anon_sym__Alignof] = ACTIONS(1406), + [anon_sym_offsetof] = ACTIONS(1406), + [anon_sym__Generic] = ACTIONS(1406), + [anon_sym_asm] = ACTIONS(1406), + [anon_sym___asm__] = ACTIONS(1406), + [sym_number_literal] = ACTIONS(1408), + [anon_sym_L_SQUOTE] = ACTIONS(1408), + [anon_sym_u_SQUOTE] = ACTIONS(1408), + [anon_sym_U_SQUOTE] = ACTIONS(1408), + [anon_sym_u8_SQUOTE] = ACTIONS(1408), + [anon_sym_SQUOTE] = ACTIONS(1408), + [anon_sym_L_DQUOTE] = ACTIONS(1408), + [anon_sym_u_DQUOTE] = ACTIONS(1408), + [anon_sym_U_DQUOTE] = ACTIONS(1408), + [anon_sym_u8_DQUOTE] = ACTIONS(1408), + [anon_sym_DQUOTE] = ACTIONS(1408), + [sym_true] = ACTIONS(1406), + [sym_false] = ACTIONS(1406), + [anon_sym_NULL] = ACTIONS(1406), + [anon_sym_nullptr] = ACTIONS(1406), + [sym_comment] = ACTIONS(3), + }, + [222] = { [sym_identifier] = ACTIONS(1464), [aux_sym_preproc_include_token1] = ACTIONS(1464), [aux_sym_preproc_def_token1] = ACTIONS(1464), @@ -43086,1001 +43176,804 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1464), [sym_comment] = ACTIONS(3), }, - [222] = { - [sym_identifier] = ACTIONS(1428), - [aux_sym_preproc_include_token1] = ACTIONS(1428), - [aux_sym_preproc_def_token1] = ACTIONS(1428), - [aux_sym_preproc_if_token1] = ACTIONS(1428), - [aux_sym_preproc_if_token2] = ACTIONS(1428), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1428), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1428), - [aux_sym_preproc_else_token1] = ACTIONS(1428), - [aux_sym_preproc_elif_token1] = ACTIONS(1428), - [sym_preproc_directive] = ACTIONS(1428), - [anon_sym_LPAREN2] = ACTIONS(1430), - [anon_sym_BANG] = ACTIONS(1430), - [anon_sym_TILDE] = ACTIONS(1430), - [anon_sym_DASH] = ACTIONS(1428), - [anon_sym_PLUS] = ACTIONS(1428), - [anon_sym_STAR] = ACTIONS(1430), - [anon_sym_AMP] = ACTIONS(1430), - [anon_sym_SEMI] = ACTIONS(1430), - [anon_sym___extension__] = ACTIONS(1428), - [anon_sym_typedef] = ACTIONS(1428), - [anon_sym_extern] = ACTIONS(1428), - [anon_sym___attribute__] = ACTIONS(1428), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1430), - [anon_sym___declspec] = ACTIONS(1428), - [anon_sym___cdecl] = ACTIONS(1428), - [anon_sym___clrcall] = ACTIONS(1428), - [anon_sym___stdcall] = ACTIONS(1428), - [anon_sym___fastcall] = ACTIONS(1428), - [anon_sym___thiscall] = ACTIONS(1428), - [anon_sym___vectorcall] = ACTIONS(1428), - [anon_sym_LBRACE] = ACTIONS(1430), - [anon_sym_signed] = ACTIONS(1428), - [anon_sym_unsigned] = ACTIONS(1428), - [anon_sym_long] = ACTIONS(1428), - [anon_sym_short] = ACTIONS(1428), - [anon_sym_static] = ACTIONS(1428), - [anon_sym_auto] = ACTIONS(1428), - [anon_sym_register] = ACTIONS(1428), - [anon_sym_inline] = ACTIONS(1428), - [anon_sym___inline] = ACTIONS(1428), - [anon_sym___inline__] = ACTIONS(1428), - [anon_sym___forceinline] = ACTIONS(1428), - [anon_sym_thread_local] = ACTIONS(1428), - [anon_sym___thread] = ACTIONS(1428), - [anon_sym_const] = ACTIONS(1428), - [anon_sym_constexpr] = ACTIONS(1428), - [anon_sym_volatile] = ACTIONS(1428), - [anon_sym_restrict] = ACTIONS(1428), - [anon_sym___restrict__] = ACTIONS(1428), - [anon_sym__Atomic] = ACTIONS(1428), - [anon_sym__Noreturn] = ACTIONS(1428), - [anon_sym_noreturn] = ACTIONS(1428), - [sym_primitive_type] = ACTIONS(1428), - [anon_sym_enum] = ACTIONS(1428), - [anon_sym_struct] = ACTIONS(1428), - [anon_sym_union] = ACTIONS(1428), - [anon_sym_if] = ACTIONS(1428), - [anon_sym_switch] = ACTIONS(1428), - [anon_sym_case] = ACTIONS(1428), - [anon_sym_default] = ACTIONS(1428), - [anon_sym_while] = ACTIONS(1428), - [anon_sym_do] = ACTIONS(1428), - [anon_sym_for] = ACTIONS(1428), - [anon_sym_return] = ACTIONS(1428), - [anon_sym_break] = ACTIONS(1428), - [anon_sym_continue] = ACTIONS(1428), - [anon_sym_goto] = ACTIONS(1428), - [anon_sym___try] = ACTIONS(1428), - [anon_sym___leave] = ACTIONS(1428), - [anon_sym_DASH_DASH] = ACTIONS(1430), - [anon_sym_PLUS_PLUS] = ACTIONS(1430), - [anon_sym_sizeof] = ACTIONS(1428), - [anon_sym___alignof__] = ACTIONS(1428), - [anon_sym___alignof] = ACTIONS(1428), - [anon_sym__alignof] = ACTIONS(1428), - [anon_sym_alignof] = ACTIONS(1428), - [anon_sym__Alignof] = ACTIONS(1428), - [anon_sym_offsetof] = ACTIONS(1428), - [anon_sym__Generic] = ACTIONS(1428), - [anon_sym_asm] = ACTIONS(1428), - [anon_sym___asm__] = ACTIONS(1428), - [sym_number_literal] = ACTIONS(1430), - [anon_sym_L_SQUOTE] = ACTIONS(1430), - [anon_sym_u_SQUOTE] = ACTIONS(1430), - [anon_sym_U_SQUOTE] = ACTIONS(1430), - [anon_sym_u8_SQUOTE] = ACTIONS(1430), - [anon_sym_SQUOTE] = ACTIONS(1430), - [anon_sym_L_DQUOTE] = ACTIONS(1430), - [anon_sym_u_DQUOTE] = ACTIONS(1430), - [anon_sym_U_DQUOTE] = ACTIONS(1430), - [anon_sym_u8_DQUOTE] = ACTIONS(1430), - [anon_sym_DQUOTE] = ACTIONS(1430), - [sym_true] = ACTIONS(1428), - [sym_false] = ACTIONS(1428), - [anon_sym_NULL] = ACTIONS(1428), - [anon_sym_nullptr] = ACTIONS(1428), - [sym_comment] = ACTIONS(3), - }, [223] = { - [sym_identifier] = ACTIONS(1432), - [aux_sym_preproc_include_token1] = ACTIONS(1432), - [aux_sym_preproc_def_token1] = ACTIONS(1432), - [aux_sym_preproc_if_token1] = ACTIONS(1432), - [aux_sym_preproc_if_token2] = ACTIONS(1432), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1432), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1432), - [aux_sym_preproc_else_token1] = ACTIONS(1432), - [aux_sym_preproc_elif_token1] = ACTIONS(1432), - [sym_preproc_directive] = ACTIONS(1432), - [anon_sym_LPAREN2] = ACTIONS(1434), - [anon_sym_BANG] = ACTIONS(1434), - [anon_sym_TILDE] = ACTIONS(1434), - [anon_sym_DASH] = ACTIONS(1432), - [anon_sym_PLUS] = ACTIONS(1432), - [anon_sym_STAR] = ACTIONS(1434), - [anon_sym_AMP] = ACTIONS(1434), - [anon_sym_SEMI] = ACTIONS(1434), - [anon_sym___extension__] = ACTIONS(1432), - [anon_sym_typedef] = ACTIONS(1432), - [anon_sym_extern] = ACTIONS(1432), - [anon_sym___attribute__] = ACTIONS(1432), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1434), - [anon_sym___declspec] = ACTIONS(1432), - [anon_sym___cdecl] = ACTIONS(1432), - [anon_sym___clrcall] = ACTIONS(1432), - [anon_sym___stdcall] = ACTIONS(1432), - [anon_sym___fastcall] = ACTIONS(1432), - [anon_sym___thiscall] = ACTIONS(1432), - [anon_sym___vectorcall] = ACTIONS(1432), - [anon_sym_LBRACE] = ACTIONS(1434), - [anon_sym_signed] = ACTIONS(1432), - [anon_sym_unsigned] = ACTIONS(1432), - [anon_sym_long] = ACTIONS(1432), - [anon_sym_short] = ACTIONS(1432), - [anon_sym_static] = ACTIONS(1432), - [anon_sym_auto] = ACTIONS(1432), - [anon_sym_register] = ACTIONS(1432), - [anon_sym_inline] = ACTIONS(1432), - [anon_sym___inline] = ACTIONS(1432), - [anon_sym___inline__] = ACTIONS(1432), - [anon_sym___forceinline] = ACTIONS(1432), - [anon_sym_thread_local] = ACTIONS(1432), - [anon_sym___thread] = ACTIONS(1432), - [anon_sym_const] = ACTIONS(1432), - [anon_sym_constexpr] = ACTIONS(1432), - [anon_sym_volatile] = ACTIONS(1432), - [anon_sym_restrict] = ACTIONS(1432), - [anon_sym___restrict__] = ACTIONS(1432), - [anon_sym__Atomic] = ACTIONS(1432), - [anon_sym__Noreturn] = ACTIONS(1432), - [anon_sym_noreturn] = ACTIONS(1432), - [sym_primitive_type] = ACTIONS(1432), - [anon_sym_enum] = ACTIONS(1432), - [anon_sym_struct] = ACTIONS(1432), - [anon_sym_union] = ACTIONS(1432), - [anon_sym_if] = ACTIONS(1432), - [anon_sym_switch] = ACTIONS(1432), - [anon_sym_case] = ACTIONS(1432), - [anon_sym_default] = ACTIONS(1432), - [anon_sym_while] = ACTIONS(1432), - [anon_sym_do] = ACTIONS(1432), - [anon_sym_for] = ACTIONS(1432), - [anon_sym_return] = ACTIONS(1432), - [anon_sym_break] = ACTIONS(1432), - [anon_sym_continue] = ACTIONS(1432), - [anon_sym_goto] = ACTIONS(1432), - [anon_sym___try] = ACTIONS(1432), - [anon_sym___leave] = ACTIONS(1432), - [anon_sym_DASH_DASH] = ACTIONS(1434), - [anon_sym_PLUS_PLUS] = ACTIONS(1434), - [anon_sym_sizeof] = ACTIONS(1432), - [anon_sym___alignof__] = ACTIONS(1432), - [anon_sym___alignof] = ACTIONS(1432), - [anon_sym__alignof] = ACTIONS(1432), - [anon_sym_alignof] = ACTIONS(1432), - [anon_sym__Alignof] = ACTIONS(1432), - [anon_sym_offsetof] = ACTIONS(1432), - [anon_sym__Generic] = ACTIONS(1432), - [anon_sym_asm] = ACTIONS(1432), - [anon_sym___asm__] = ACTIONS(1432), - [sym_number_literal] = ACTIONS(1434), - [anon_sym_L_SQUOTE] = ACTIONS(1434), - [anon_sym_u_SQUOTE] = ACTIONS(1434), - [anon_sym_U_SQUOTE] = ACTIONS(1434), - [anon_sym_u8_SQUOTE] = ACTIONS(1434), - [anon_sym_SQUOTE] = ACTIONS(1434), - [anon_sym_L_DQUOTE] = ACTIONS(1434), - [anon_sym_u_DQUOTE] = ACTIONS(1434), - [anon_sym_U_DQUOTE] = ACTIONS(1434), - [anon_sym_u8_DQUOTE] = ACTIONS(1434), - [anon_sym_DQUOTE] = ACTIONS(1434), - [sym_true] = ACTIONS(1432), - [sym_false] = ACTIONS(1432), - [anon_sym_NULL] = ACTIONS(1432), - [anon_sym_nullptr] = ACTIONS(1432), + [sym_identifier] = ACTIONS(1422), + [aux_sym_preproc_include_token1] = ACTIONS(1422), + [aux_sym_preproc_def_token1] = ACTIONS(1422), + [aux_sym_preproc_if_token1] = ACTIONS(1422), + [aux_sym_preproc_if_token2] = ACTIONS(1422), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1422), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1422), + [aux_sym_preproc_else_token1] = ACTIONS(1422), + [aux_sym_preproc_elif_token1] = ACTIONS(1422), + [sym_preproc_directive] = ACTIONS(1422), + [anon_sym_LPAREN2] = ACTIONS(1424), + [anon_sym_BANG] = ACTIONS(1424), + [anon_sym_TILDE] = ACTIONS(1424), + [anon_sym_DASH] = ACTIONS(1422), + [anon_sym_PLUS] = ACTIONS(1422), + [anon_sym_STAR] = ACTIONS(1424), + [anon_sym_AMP] = ACTIONS(1424), + [anon_sym_SEMI] = ACTIONS(1424), + [anon_sym___extension__] = ACTIONS(1422), + [anon_sym_typedef] = ACTIONS(1422), + [anon_sym_extern] = ACTIONS(1422), + [anon_sym___attribute__] = ACTIONS(1422), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym___declspec] = ACTIONS(1422), + [anon_sym___cdecl] = ACTIONS(1422), + [anon_sym___clrcall] = ACTIONS(1422), + [anon_sym___stdcall] = ACTIONS(1422), + [anon_sym___fastcall] = ACTIONS(1422), + [anon_sym___thiscall] = ACTIONS(1422), + [anon_sym___vectorcall] = ACTIONS(1422), + [anon_sym_LBRACE] = ACTIONS(1424), + [anon_sym_signed] = ACTIONS(1422), + [anon_sym_unsigned] = ACTIONS(1422), + [anon_sym_long] = ACTIONS(1422), + [anon_sym_short] = ACTIONS(1422), + [anon_sym_static] = ACTIONS(1422), + [anon_sym_auto] = ACTIONS(1422), + [anon_sym_register] = ACTIONS(1422), + [anon_sym_inline] = ACTIONS(1422), + [anon_sym___inline] = ACTIONS(1422), + [anon_sym___inline__] = ACTIONS(1422), + [anon_sym___forceinline] = ACTIONS(1422), + [anon_sym_thread_local] = ACTIONS(1422), + [anon_sym___thread] = ACTIONS(1422), + [anon_sym_const] = ACTIONS(1422), + [anon_sym_constexpr] = ACTIONS(1422), + [anon_sym_volatile] = ACTIONS(1422), + [anon_sym_restrict] = ACTIONS(1422), + [anon_sym___restrict__] = ACTIONS(1422), + [anon_sym__Atomic] = ACTIONS(1422), + [anon_sym__Noreturn] = ACTIONS(1422), + [anon_sym_noreturn] = ACTIONS(1422), + [sym_primitive_type] = ACTIONS(1422), + [anon_sym_enum] = ACTIONS(1422), + [anon_sym_struct] = ACTIONS(1422), + [anon_sym_union] = ACTIONS(1422), + [anon_sym_if] = ACTIONS(1422), + [anon_sym_switch] = ACTIONS(1422), + [anon_sym_case] = ACTIONS(1422), + [anon_sym_default] = ACTIONS(1422), + [anon_sym_while] = ACTIONS(1422), + [anon_sym_do] = ACTIONS(1422), + [anon_sym_for] = ACTIONS(1422), + [anon_sym_return] = ACTIONS(1422), + [anon_sym_break] = ACTIONS(1422), + [anon_sym_continue] = ACTIONS(1422), + [anon_sym_goto] = ACTIONS(1422), + [anon_sym___try] = ACTIONS(1422), + [anon_sym___leave] = ACTIONS(1422), + [anon_sym_DASH_DASH] = ACTIONS(1424), + [anon_sym_PLUS_PLUS] = ACTIONS(1424), + [anon_sym_sizeof] = ACTIONS(1422), + [anon_sym___alignof__] = ACTIONS(1422), + [anon_sym___alignof] = ACTIONS(1422), + [anon_sym__alignof] = ACTIONS(1422), + [anon_sym_alignof] = ACTIONS(1422), + [anon_sym__Alignof] = ACTIONS(1422), + [anon_sym_offsetof] = ACTIONS(1422), + [anon_sym__Generic] = ACTIONS(1422), + [anon_sym_asm] = ACTIONS(1422), + [anon_sym___asm__] = ACTIONS(1422), + [sym_number_literal] = ACTIONS(1424), + [anon_sym_L_SQUOTE] = ACTIONS(1424), + [anon_sym_u_SQUOTE] = ACTIONS(1424), + [anon_sym_U_SQUOTE] = ACTIONS(1424), + [anon_sym_u8_SQUOTE] = ACTIONS(1424), + [anon_sym_SQUOTE] = ACTIONS(1424), + [anon_sym_L_DQUOTE] = ACTIONS(1424), + [anon_sym_u_DQUOTE] = ACTIONS(1424), + [anon_sym_U_DQUOTE] = ACTIONS(1424), + [anon_sym_u8_DQUOTE] = ACTIONS(1424), + [anon_sym_DQUOTE] = ACTIONS(1424), + [sym_true] = ACTIONS(1422), + [sym_false] = ACTIONS(1422), + [anon_sym_NULL] = ACTIONS(1422), + [anon_sym_nullptr] = ACTIONS(1422), [sym_comment] = ACTIONS(3), }, [224] = { - [sym_identifier] = ACTIONS(1440), - [aux_sym_preproc_include_token1] = ACTIONS(1440), - [aux_sym_preproc_def_token1] = ACTIONS(1440), - [aux_sym_preproc_if_token1] = ACTIONS(1440), - [aux_sym_preproc_if_token2] = ACTIONS(1440), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), - [aux_sym_preproc_else_token1] = ACTIONS(1440), - [aux_sym_preproc_elif_token1] = ACTIONS(1440), - [sym_preproc_directive] = ACTIONS(1440), - [anon_sym_LPAREN2] = ACTIONS(1442), - [anon_sym_BANG] = ACTIONS(1442), - [anon_sym_TILDE] = ACTIONS(1442), - [anon_sym_DASH] = ACTIONS(1440), - [anon_sym_PLUS] = ACTIONS(1440), - [anon_sym_STAR] = ACTIONS(1442), - [anon_sym_AMP] = ACTIONS(1442), - [anon_sym_SEMI] = ACTIONS(1442), - [anon_sym___extension__] = ACTIONS(1440), - [anon_sym_typedef] = ACTIONS(1440), - [anon_sym_extern] = ACTIONS(1440), - [anon_sym___attribute__] = ACTIONS(1440), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), - [anon_sym___declspec] = ACTIONS(1440), - [anon_sym___cdecl] = ACTIONS(1440), - [anon_sym___clrcall] = ACTIONS(1440), - [anon_sym___stdcall] = ACTIONS(1440), - [anon_sym___fastcall] = ACTIONS(1440), - [anon_sym___thiscall] = ACTIONS(1440), - [anon_sym___vectorcall] = ACTIONS(1440), - [anon_sym_LBRACE] = ACTIONS(1442), - [anon_sym_signed] = ACTIONS(1440), - [anon_sym_unsigned] = ACTIONS(1440), - [anon_sym_long] = ACTIONS(1440), - [anon_sym_short] = ACTIONS(1440), - [anon_sym_static] = ACTIONS(1440), - [anon_sym_auto] = ACTIONS(1440), - [anon_sym_register] = ACTIONS(1440), - [anon_sym_inline] = ACTIONS(1440), - [anon_sym___inline] = ACTIONS(1440), - [anon_sym___inline__] = ACTIONS(1440), - [anon_sym___forceinline] = ACTIONS(1440), - [anon_sym_thread_local] = ACTIONS(1440), - [anon_sym___thread] = ACTIONS(1440), - [anon_sym_const] = ACTIONS(1440), - [anon_sym_constexpr] = ACTIONS(1440), - [anon_sym_volatile] = ACTIONS(1440), - [anon_sym_restrict] = ACTIONS(1440), - [anon_sym___restrict__] = ACTIONS(1440), - [anon_sym__Atomic] = ACTIONS(1440), - [anon_sym__Noreturn] = ACTIONS(1440), - [anon_sym_noreturn] = ACTIONS(1440), - [sym_primitive_type] = ACTIONS(1440), - [anon_sym_enum] = ACTIONS(1440), - [anon_sym_struct] = ACTIONS(1440), - [anon_sym_union] = ACTIONS(1440), - [anon_sym_if] = ACTIONS(1440), - [anon_sym_switch] = ACTIONS(1440), - [anon_sym_case] = ACTIONS(1440), - [anon_sym_default] = ACTIONS(1440), - [anon_sym_while] = ACTIONS(1440), - [anon_sym_do] = ACTIONS(1440), - [anon_sym_for] = ACTIONS(1440), - [anon_sym_return] = ACTIONS(1440), - [anon_sym_break] = ACTIONS(1440), - [anon_sym_continue] = ACTIONS(1440), - [anon_sym_goto] = ACTIONS(1440), - [anon_sym___try] = ACTIONS(1440), - [anon_sym___leave] = ACTIONS(1440), - [anon_sym_DASH_DASH] = ACTIONS(1442), - [anon_sym_PLUS_PLUS] = ACTIONS(1442), - [anon_sym_sizeof] = ACTIONS(1440), - [anon_sym___alignof__] = ACTIONS(1440), - [anon_sym___alignof] = ACTIONS(1440), - [anon_sym__alignof] = ACTIONS(1440), - [anon_sym_alignof] = ACTIONS(1440), - [anon_sym__Alignof] = ACTIONS(1440), - [anon_sym_offsetof] = ACTIONS(1440), - [anon_sym__Generic] = ACTIONS(1440), - [anon_sym_asm] = ACTIONS(1440), - [anon_sym___asm__] = ACTIONS(1440), - [sym_number_literal] = ACTIONS(1442), - [anon_sym_L_SQUOTE] = ACTIONS(1442), - [anon_sym_u_SQUOTE] = ACTIONS(1442), - [anon_sym_U_SQUOTE] = ACTIONS(1442), - [anon_sym_u8_SQUOTE] = ACTIONS(1442), - [anon_sym_SQUOTE] = ACTIONS(1442), - [anon_sym_L_DQUOTE] = ACTIONS(1442), - [anon_sym_u_DQUOTE] = ACTIONS(1442), - [anon_sym_U_DQUOTE] = ACTIONS(1442), - [anon_sym_u8_DQUOTE] = ACTIONS(1442), - [anon_sym_DQUOTE] = ACTIONS(1442), - [sym_true] = ACTIONS(1440), - [sym_false] = ACTIONS(1440), - [anon_sym_NULL] = ACTIONS(1440), - [anon_sym_nullptr] = ACTIONS(1440), + [sym_identifier] = ACTIONS(1434), + [aux_sym_preproc_include_token1] = ACTIONS(1434), + [aux_sym_preproc_def_token1] = ACTIONS(1434), + [aux_sym_preproc_if_token1] = ACTIONS(1434), + [aux_sym_preproc_if_token2] = ACTIONS(1434), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1434), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1434), + [aux_sym_preproc_else_token1] = ACTIONS(1434), + [aux_sym_preproc_elif_token1] = ACTIONS(1434), + [sym_preproc_directive] = ACTIONS(1434), + [anon_sym_LPAREN2] = ACTIONS(1436), + [anon_sym_BANG] = ACTIONS(1436), + [anon_sym_TILDE] = ACTIONS(1436), + [anon_sym_DASH] = ACTIONS(1434), + [anon_sym_PLUS] = ACTIONS(1434), + [anon_sym_STAR] = ACTIONS(1436), + [anon_sym_AMP] = ACTIONS(1436), + [anon_sym_SEMI] = ACTIONS(1436), + [anon_sym___extension__] = ACTIONS(1434), + [anon_sym_typedef] = ACTIONS(1434), + [anon_sym_extern] = ACTIONS(1434), + [anon_sym___attribute__] = ACTIONS(1434), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1436), + [anon_sym___declspec] = ACTIONS(1434), + [anon_sym___cdecl] = ACTIONS(1434), + [anon_sym___clrcall] = ACTIONS(1434), + [anon_sym___stdcall] = ACTIONS(1434), + [anon_sym___fastcall] = ACTIONS(1434), + [anon_sym___thiscall] = ACTIONS(1434), + [anon_sym___vectorcall] = ACTIONS(1434), + [anon_sym_LBRACE] = ACTIONS(1436), + [anon_sym_signed] = ACTIONS(1434), + [anon_sym_unsigned] = ACTIONS(1434), + [anon_sym_long] = ACTIONS(1434), + [anon_sym_short] = ACTIONS(1434), + [anon_sym_static] = ACTIONS(1434), + [anon_sym_auto] = ACTIONS(1434), + [anon_sym_register] = ACTIONS(1434), + [anon_sym_inline] = ACTIONS(1434), + [anon_sym___inline] = ACTIONS(1434), + [anon_sym___inline__] = ACTIONS(1434), + [anon_sym___forceinline] = ACTIONS(1434), + [anon_sym_thread_local] = ACTIONS(1434), + [anon_sym___thread] = ACTIONS(1434), + [anon_sym_const] = ACTIONS(1434), + [anon_sym_constexpr] = ACTIONS(1434), + [anon_sym_volatile] = ACTIONS(1434), + [anon_sym_restrict] = ACTIONS(1434), + [anon_sym___restrict__] = ACTIONS(1434), + [anon_sym__Atomic] = ACTIONS(1434), + [anon_sym__Noreturn] = ACTIONS(1434), + [anon_sym_noreturn] = ACTIONS(1434), + [sym_primitive_type] = ACTIONS(1434), + [anon_sym_enum] = ACTIONS(1434), + [anon_sym_struct] = ACTIONS(1434), + [anon_sym_union] = ACTIONS(1434), + [anon_sym_if] = ACTIONS(1434), + [anon_sym_switch] = ACTIONS(1434), + [anon_sym_case] = ACTIONS(1434), + [anon_sym_default] = ACTIONS(1434), + [anon_sym_while] = ACTIONS(1434), + [anon_sym_do] = ACTIONS(1434), + [anon_sym_for] = ACTIONS(1434), + [anon_sym_return] = ACTIONS(1434), + [anon_sym_break] = ACTIONS(1434), + [anon_sym_continue] = ACTIONS(1434), + [anon_sym_goto] = ACTIONS(1434), + [anon_sym___try] = ACTIONS(1434), + [anon_sym___leave] = ACTIONS(1434), + [anon_sym_DASH_DASH] = ACTIONS(1436), + [anon_sym_PLUS_PLUS] = ACTIONS(1436), + [anon_sym_sizeof] = ACTIONS(1434), + [anon_sym___alignof__] = ACTIONS(1434), + [anon_sym___alignof] = ACTIONS(1434), + [anon_sym__alignof] = ACTIONS(1434), + [anon_sym_alignof] = ACTIONS(1434), + [anon_sym__Alignof] = ACTIONS(1434), + [anon_sym_offsetof] = ACTIONS(1434), + [anon_sym__Generic] = ACTIONS(1434), + [anon_sym_asm] = ACTIONS(1434), + [anon_sym___asm__] = ACTIONS(1434), + [sym_number_literal] = ACTIONS(1436), + [anon_sym_L_SQUOTE] = ACTIONS(1436), + [anon_sym_u_SQUOTE] = ACTIONS(1436), + [anon_sym_U_SQUOTE] = ACTIONS(1436), + [anon_sym_u8_SQUOTE] = ACTIONS(1436), + [anon_sym_SQUOTE] = ACTIONS(1436), + [anon_sym_L_DQUOTE] = ACTIONS(1436), + [anon_sym_u_DQUOTE] = ACTIONS(1436), + [anon_sym_U_DQUOTE] = ACTIONS(1436), + [anon_sym_u8_DQUOTE] = ACTIONS(1436), + [anon_sym_DQUOTE] = ACTIONS(1436), + [sym_true] = ACTIONS(1434), + [sym_false] = ACTIONS(1434), + [anon_sym_NULL] = ACTIONS(1434), + [anon_sym_nullptr] = ACTIONS(1434), [sym_comment] = ACTIONS(3), }, [225] = { - [sym_identifier] = ACTIONS(1472), - [aux_sym_preproc_include_token1] = ACTIONS(1472), - [aux_sym_preproc_def_token1] = ACTIONS(1472), - [aux_sym_preproc_if_token1] = ACTIONS(1472), - [aux_sym_preproc_if_token2] = ACTIONS(1472), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1472), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1472), - [aux_sym_preproc_else_token1] = ACTIONS(1472), - [aux_sym_preproc_elif_token1] = ACTIONS(1472), - [sym_preproc_directive] = ACTIONS(1472), - [anon_sym_LPAREN2] = ACTIONS(1474), - [anon_sym_BANG] = ACTIONS(1474), - [anon_sym_TILDE] = ACTIONS(1474), - [anon_sym_DASH] = ACTIONS(1472), - [anon_sym_PLUS] = ACTIONS(1472), - [anon_sym_STAR] = ACTIONS(1474), - [anon_sym_AMP] = ACTIONS(1474), - [anon_sym_SEMI] = ACTIONS(1474), - [anon_sym___extension__] = ACTIONS(1472), - [anon_sym_typedef] = ACTIONS(1472), - [anon_sym_extern] = ACTIONS(1472), - [anon_sym___attribute__] = ACTIONS(1472), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1474), - [anon_sym___declspec] = ACTIONS(1472), - [anon_sym___cdecl] = ACTIONS(1472), - [anon_sym___clrcall] = ACTIONS(1472), - [anon_sym___stdcall] = ACTIONS(1472), - [anon_sym___fastcall] = ACTIONS(1472), - [anon_sym___thiscall] = ACTIONS(1472), - [anon_sym___vectorcall] = ACTIONS(1472), - [anon_sym_LBRACE] = ACTIONS(1474), - [anon_sym_signed] = ACTIONS(1472), - [anon_sym_unsigned] = ACTIONS(1472), - [anon_sym_long] = ACTIONS(1472), - [anon_sym_short] = ACTIONS(1472), - [anon_sym_static] = ACTIONS(1472), - [anon_sym_auto] = ACTIONS(1472), - [anon_sym_register] = ACTIONS(1472), - [anon_sym_inline] = ACTIONS(1472), - [anon_sym___inline] = ACTIONS(1472), - [anon_sym___inline__] = ACTIONS(1472), - [anon_sym___forceinline] = ACTIONS(1472), - [anon_sym_thread_local] = ACTIONS(1472), - [anon_sym___thread] = ACTIONS(1472), - [anon_sym_const] = ACTIONS(1472), - [anon_sym_constexpr] = ACTIONS(1472), - [anon_sym_volatile] = ACTIONS(1472), - [anon_sym_restrict] = ACTIONS(1472), - [anon_sym___restrict__] = ACTIONS(1472), - [anon_sym__Atomic] = ACTIONS(1472), - [anon_sym__Noreturn] = ACTIONS(1472), - [anon_sym_noreturn] = ACTIONS(1472), - [sym_primitive_type] = ACTIONS(1472), - [anon_sym_enum] = ACTIONS(1472), - [anon_sym_struct] = ACTIONS(1472), - [anon_sym_union] = ACTIONS(1472), - [anon_sym_if] = ACTIONS(1472), - [anon_sym_switch] = ACTIONS(1472), - [anon_sym_case] = ACTIONS(1472), - [anon_sym_default] = ACTIONS(1472), - [anon_sym_while] = ACTIONS(1472), - [anon_sym_do] = ACTIONS(1472), - [anon_sym_for] = ACTIONS(1472), - [anon_sym_return] = ACTIONS(1472), - [anon_sym_break] = ACTIONS(1472), - [anon_sym_continue] = ACTIONS(1472), - [anon_sym_goto] = ACTIONS(1472), - [anon_sym___try] = ACTIONS(1472), - [anon_sym___leave] = ACTIONS(1472), - [anon_sym_DASH_DASH] = ACTIONS(1474), - [anon_sym_PLUS_PLUS] = ACTIONS(1474), - [anon_sym_sizeof] = ACTIONS(1472), - [anon_sym___alignof__] = ACTIONS(1472), - [anon_sym___alignof] = ACTIONS(1472), - [anon_sym__alignof] = ACTIONS(1472), - [anon_sym_alignof] = ACTIONS(1472), - [anon_sym__Alignof] = ACTIONS(1472), - [anon_sym_offsetof] = ACTIONS(1472), - [anon_sym__Generic] = ACTIONS(1472), - [anon_sym_asm] = ACTIONS(1472), - [anon_sym___asm__] = ACTIONS(1472), - [sym_number_literal] = ACTIONS(1474), - [anon_sym_L_SQUOTE] = ACTIONS(1474), - [anon_sym_u_SQUOTE] = ACTIONS(1474), - [anon_sym_U_SQUOTE] = ACTIONS(1474), - [anon_sym_u8_SQUOTE] = ACTIONS(1474), - [anon_sym_SQUOTE] = ACTIONS(1474), - [anon_sym_L_DQUOTE] = ACTIONS(1474), - [anon_sym_u_DQUOTE] = ACTIONS(1474), - [anon_sym_U_DQUOTE] = ACTIONS(1474), - [anon_sym_u8_DQUOTE] = ACTIONS(1474), - [anon_sym_DQUOTE] = ACTIONS(1474), - [sym_true] = ACTIONS(1472), - [sym_false] = ACTIONS(1472), - [anon_sym_NULL] = ACTIONS(1472), - [anon_sym_nullptr] = ACTIONS(1472), + [sym_identifier] = ACTIONS(1442), + [aux_sym_preproc_include_token1] = ACTIONS(1442), + [aux_sym_preproc_def_token1] = ACTIONS(1442), + [aux_sym_preproc_if_token1] = ACTIONS(1442), + [aux_sym_preproc_if_token2] = ACTIONS(1442), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1442), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1442), + [aux_sym_preproc_else_token1] = ACTIONS(1442), + [aux_sym_preproc_elif_token1] = ACTIONS(1442), + [sym_preproc_directive] = ACTIONS(1442), + [anon_sym_LPAREN2] = ACTIONS(1444), + [anon_sym_BANG] = ACTIONS(1444), + [anon_sym_TILDE] = ACTIONS(1444), + [anon_sym_DASH] = ACTIONS(1442), + [anon_sym_PLUS] = ACTIONS(1442), + [anon_sym_STAR] = ACTIONS(1444), + [anon_sym_AMP] = ACTIONS(1444), + [anon_sym_SEMI] = ACTIONS(1444), + [anon_sym___extension__] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1442), + [anon_sym_extern] = ACTIONS(1442), + [anon_sym___attribute__] = ACTIONS(1442), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1444), + [anon_sym___declspec] = ACTIONS(1442), + [anon_sym___cdecl] = ACTIONS(1442), + [anon_sym___clrcall] = ACTIONS(1442), + [anon_sym___stdcall] = ACTIONS(1442), + [anon_sym___fastcall] = ACTIONS(1442), + [anon_sym___thiscall] = ACTIONS(1442), + [anon_sym___vectorcall] = ACTIONS(1442), + [anon_sym_LBRACE] = ACTIONS(1444), + [anon_sym_signed] = ACTIONS(1442), + [anon_sym_unsigned] = ACTIONS(1442), + [anon_sym_long] = ACTIONS(1442), + [anon_sym_short] = ACTIONS(1442), + [anon_sym_static] = ACTIONS(1442), + [anon_sym_auto] = ACTIONS(1442), + [anon_sym_register] = ACTIONS(1442), + [anon_sym_inline] = ACTIONS(1442), + [anon_sym___inline] = ACTIONS(1442), + [anon_sym___inline__] = ACTIONS(1442), + [anon_sym___forceinline] = ACTIONS(1442), + [anon_sym_thread_local] = ACTIONS(1442), + [anon_sym___thread] = ACTIONS(1442), + [anon_sym_const] = ACTIONS(1442), + [anon_sym_constexpr] = ACTIONS(1442), + [anon_sym_volatile] = ACTIONS(1442), + [anon_sym_restrict] = ACTIONS(1442), + [anon_sym___restrict__] = ACTIONS(1442), + [anon_sym__Atomic] = ACTIONS(1442), + [anon_sym__Noreturn] = ACTIONS(1442), + [anon_sym_noreturn] = ACTIONS(1442), + [sym_primitive_type] = ACTIONS(1442), + [anon_sym_enum] = ACTIONS(1442), + [anon_sym_struct] = ACTIONS(1442), + [anon_sym_union] = ACTIONS(1442), + [anon_sym_if] = ACTIONS(1442), + [anon_sym_switch] = ACTIONS(1442), + [anon_sym_case] = ACTIONS(1442), + [anon_sym_default] = ACTIONS(1442), + [anon_sym_while] = ACTIONS(1442), + [anon_sym_do] = ACTIONS(1442), + [anon_sym_for] = ACTIONS(1442), + [anon_sym_return] = ACTIONS(1442), + [anon_sym_break] = ACTIONS(1442), + [anon_sym_continue] = ACTIONS(1442), + [anon_sym_goto] = ACTIONS(1442), + [anon_sym___try] = ACTIONS(1442), + [anon_sym___leave] = ACTIONS(1442), + [anon_sym_DASH_DASH] = ACTIONS(1444), + [anon_sym_PLUS_PLUS] = ACTIONS(1444), + [anon_sym_sizeof] = ACTIONS(1442), + [anon_sym___alignof__] = ACTIONS(1442), + [anon_sym___alignof] = ACTIONS(1442), + [anon_sym__alignof] = ACTIONS(1442), + [anon_sym_alignof] = ACTIONS(1442), + [anon_sym__Alignof] = ACTIONS(1442), + [anon_sym_offsetof] = ACTIONS(1442), + [anon_sym__Generic] = ACTIONS(1442), + [anon_sym_asm] = ACTIONS(1442), + [anon_sym___asm__] = ACTIONS(1442), + [sym_number_literal] = ACTIONS(1444), + [anon_sym_L_SQUOTE] = ACTIONS(1444), + [anon_sym_u_SQUOTE] = ACTIONS(1444), + [anon_sym_U_SQUOTE] = ACTIONS(1444), + [anon_sym_u8_SQUOTE] = ACTIONS(1444), + [anon_sym_SQUOTE] = ACTIONS(1444), + [anon_sym_L_DQUOTE] = ACTIONS(1444), + [anon_sym_u_DQUOTE] = ACTIONS(1444), + [anon_sym_U_DQUOTE] = ACTIONS(1444), + [anon_sym_u8_DQUOTE] = ACTIONS(1444), + [anon_sym_DQUOTE] = ACTIONS(1444), + [sym_true] = ACTIONS(1442), + [sym_false] = ACTIONS(1442), + [anon_sym_NULL] = ACTIONS(1442), + [anon_sym_nullptr] = ACTIONS(1442), [sym_comment] = ACTIONS(3), }, [226] = { - [sym_identifier] = ACTIONS(1456), - [aux_sym_preproc_include_token1] = ACTIONS(1456), - [aux_sym_preproc_def_token1] = ACTIONS(1456), - [aux_sym_preproc_if_token1] = ACTIONS(1456), - [aux_sym_preproc_if_token2] = ACTIONS(1456), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1456), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1456), - [aux_sym_preproc_else_token1] = ACTIONS(1456), - [aux_sym_preproc_elif_token1] = ACTIONS(1456), - [sym_preproc_directive] = ACTIONS(1456), - [anon_sym_LPAREN2] = ACTIONS(1458), - [anon_sym_BANG] = ACTIONS(1458), - [anon_sym_TILDE] = ACTIONS(1458), - [anon_sym_DASH] = ACTIONS(1456), - [anon_sym_PLUS] = ACTIONS(1456), - [anon_sym_STAR] = ACTIONS(1458), - [anon_sym_AMP] = ACTIONS(1458), - [anon_sym_SEMI] = ACTIONS(1458), - [anon_sym___extension__] = ACTIONS(1456), - [anon_sym_typedef] = ACTIONS(1456), - [anon_sym_extern] = ACTIONS(1456), - [anon_sym___attribute__] = ACTIONS(1456), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1458), - [anon_sym___declspec] = ACTIONS(1456), - [anon_sym___cdecl] = ACTIONS(1456), - [anon_sym___clrcall] = ACTIONS(1456), - [anon_sym___stdcall] = ACTIONS(1456), - [anon_sym___fastcall] = ACTIONS(1456), - [anon_sym___thiscall] = ACTIONS(1456), - [anon_sym___vectorcall] = ACTIONS(1456), - [anon_sym_LBRACE] = ACTIONS(1458), - [anon_sym_signed] = ACTIONS(1456), - [anon_sym_unsigned] = ACTIONS(1456), - [anon_sym_long] = ACTIONS(1456), - [anon_sym_short] = ACTIONS(1456), - [anon_sym_static] = ACTIONS(1456), - [anon_sym_auto] = ACTIONS(1456), - [anon_sym_register] = ACTIONS(1456), - [anon_sym_inline] = ACTIONS(1456), - [anon_sym___inline] = ACTIONS(1456), - [anon_sym___inline__] = ACTIONS(1456), - [anon_sym___forceinline] = ACTIONS(1456), - [anon_sym_thread_local] = ACTIONS(1456), - [anon_sym___thread] = ACTIONS(1456), - [anon_sym_const] = ACTIONS(1456), - [anon_sym_constexpr] = ACTIONS(1456), - [anon_sym_volatile] = ACTIONS(1456), - [anon_sym_restrict] = ACTIONS(1456), - [anon_sym___restrict__] = ACTIONS(1456), - [anon_sym__Atomic] = ACTIONS(1456), - [anon_sym__Noreturn] = ACTIONS(1456), - [anon_sym_noreturn] = ACTIONS(1456), - [sym_primitive_type] = ACTIONS(1456), - [anon_sym_enum] = ACTIONS(1456), - [anon_sym_struct] = ACTIONS(1456), - [anon_sym_union] = ACTIONS(1456), - [anon_sym_if] = ACTIONS(1456), - [anon_sym_switch] = ACTIONS(1456), - [anon_sym_case] = ACTIONS(1456), - [anon_sym_default] = ACTIONS(1456), - [anon_sym_while] = ACTIONS(1456), - [anon_sym_do] = ACTIONS(1456), - [anon_sym_for] = ACTIONS(1456), - [anon_sym_return] = ACTIONS(1456), - [anon_sym_break] = ACTIONS(1456), - [anon_sym_continue] = ACTIONS(1456), - [anon_sym_goto] = ACTIONS(1456), - [anon_sym___try] = ACTIONS(1456), - [anon_sym___leave] = ACTIONS(1456), - [anon_sym_DASH_DASH] = ACTIONS(1458), - [anon_sym_PLUS_PLUS] = ACTIONS(1458), - [anon_sym_sizeof] = ACTIONS(1456), - [anon_sym___alignof__] = ACTIONS(1456), - [anon_sym___alignof] = ACTIONS(1456), - [anon_sym__alignof] = ACTIONS(1456), - [anon_sym_alignof] = ACTIONS(1456), - [anon_sym__Alignof] = ACTIONS(1456), - [anon_sym_offsetof] = ACTIONS(1456), - [anon_sym__Generic] = ACTIONS(1456), - [anon_sym_asm] = ACTIONS(1456), - [anon_sym___asm__] = ACTIONS(1456), - [sym_number_literal] = ACTIONS(1458), - [anon_sym_L_SQUOTE] = ACTIONS(1458), - [anon_sym_u_SQUOTE] = ACTIONS(1458), - [anon_sym_U_SQUOTE] = ACTIONS(1458), - [anon_sym_u8_SQUOTE] = ACTIONS(1458), - [anon_sym_SQUOTE] = ACTIONS(1458), - [anon_sym_L_DQUOTE] = ACTIONS(1458), - [anon_sym_u_DQUOTE] = ACTIONS(1458), - [anon_sym_U_DQUOTE] = ACTIONS(1458), - [anon_sym_u8_DQUOTE] = ACTIONS(1458), - [anon_sym_DQUOTE] = ACTIONS(1458), - [sym_true] = ACTIONS(1456), - [sym_false] = ACTIONS(1456), - [anon_sym_NULL] = ACTIONS(1456), - [anon_sym_nullptr] = ACTIONS(1456), + [sym_identifier] = ACTIONS(1446), + [aux_sym_preproc_include_token1] = ACTIONS(1446), + [aux_sym_preproc_def_token1] = ACTIONS(1446), + [aux_sym_preproc_if_token1] = ACTIONS(1446), + [aux_sym_preproc_if_token2] = ACTIONS(1446), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1446), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1446), + [aux_sym_preproc_else_token1] = ACTIONS(1446), + [aux_sym_preproc_elif_token1] = ACTIONS(1446), + [sym_preproc_directive] = ACTIONS(1446), + [anon_sym_LPAREN2] = ACTIONS(1448), + [anon_sym_BANG] = ACTIONS(1448), + [anon_sym_TILDE] = ACTIONS(1448), + [anon_sym_DASH] = ACTIONS(1446), + [anon_sym_PLUS] = ACTIONS(1446), + [anon_sym_STAR] = ACTIONS(1448), + [anon_sym_AMP] = ACTIONS(1448), + [anon_sym_SEMI] = ACTIONS(1448), + [anon_sym___extension__] = ACTIONS(1446), + [anon_sym_typedef] = ACTIONS(1446), + [anon_sym_extern] = ACTIONS(1446), + [anon_sym___attribute__] = ACTIONS(1446), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1448), + [anon_sym___declspec] = ACTIONS(1446), + [anon_sym___cdecl] = ACTIONS(1446), + [anon_sym___clrcall] = ACTIONS(1446), + [anon_sym___stdcall] = ACTIONS(1446), + [anon_sym___fastcall] = ACTIONS(1446), + [anon_sym___thiscall] = ACTIONS(1446), + [anon_sym___vectorcall] = ACTIONS(1446), + [anon_sym_LBRACE] = ACTIONS(1448), + [anon_sym_signed] = ACTIONS(1446), + [anon_sym_unsigned] = ACTIONS(1446), + [anon_sym_long] = ACTIONS(1446), + [anon_sym_short] = ACTIONS(1446), + [anon_sym_static] = ACTIONS(1446), + [anon_sym_auto] = ACTIONS(1446), + [anon_sym_register] = ACTIONS(1446), + [anon_sym_inline] = ACTIONS(1446), + [anon_sym___inline] = ACTIONS(1446), + [anon_sym___inline__] = ACTIONS(1446), + [anon_sym___forceinline] = ACTIONS(1446), + [anon_sym_thread_local] = ACTIONS(1446), + [anon_sym___thread] = ACTIONS(1446), + [anon_sym_const] = ACTIONS(1446), + [anon_sym_constexpr] = ACTIONS(1446), + [anon_sym_volatile] = ACTIONS(1446), + [anon_sym_restrict] = ACTIONS(1446), + [anon_sym___restrict__] = ACTIONS(1446), + [anon_sym__Atomic] = ACTIONS(1446), + [anon_sym__Noreturn] = ACTIONS(1446), + [anon_sym_noreturn] = ACTIONS(1446), + [sym_primitive_type] = ACTIONS(1446), + [anon_sym_enum] = ACTIONS(1446), + [anon_sym_struct] = ACTIONS(1446), + [anon_sym_union] = ACTIONS(1446), + [anon_sym_if] = ACTIONS(1446), + [anon_sym_switch] = ACTIONS(1446), + [anon_sym_case] = ACTIONS(1446), + [anon_sym_default] = ACTIONS(1446), + [anon_sym_while] = ACTIONS(1446), + [anon_sym_do] = ACTIONS(1446), + [anon_sym_for] = ACTIONS(1446), + [anon_sym_return] = ACTIONS(1446), + [anon_sym_break] = ACTIONS(1446), + [anon_sym_continue] = ACTIONS(1446), + [anon_sym_goto] = ACTIONS(1446), + [anon_sym___try] = ACTIONS(1446), + [anon_sym___leave] = ACTIONS(1446), + [anon_sym_DASH_DASH] = ACTIONS(1448), + [anon_sym_PLUS_PLUS] = ACTIONS(1448), + [anon_sym_sizeof] = ACTIONS(1446), + [anon_sym___alignof__] = ACTIONS(1446), + [anon_sym___alignof] = ACTIONS(1446), + [anon_sym__alignof] = ACTIONS(1446), + [anon_sym_alignof] = ACTIONS(1446), + [anon_sym__Alignof] = ACTIONS(1446), + [anon_sym_offsetof] = ACTIONS(1446), + [anon_sym__Generic] = ACTIONS(1446), + [anon_sym_asm] = ACTIONS(1446), + [anon_sym___asm__] = ACTIONS(1446), + [sym_number_literal] = ACTIONS(1448), + [anon_sym_L_SQUOTE] = ACTIONS(1448), + [anon_sym_u_SQUOTE] = ACTIONS(1448), + [anon_sym_U_SQUOTE] = ACTIONS(1448), + [anon_sym_u8_SQUOTE] = ACTIONS(1448), + [anon_sym_SQUOTE] = ACTIONS(1448), + [anon_sym_L_DQUOTE] = ACTIONS(1448), + [anon_sym_u_DQUOTE] = ACTIONS(1448), + [anon_sym_U_DQUOTE] = ACTIONS(1448), + [anon_sym_u8_DQUOTE] = ACTIONS(1448), + [anon_sym_DQUOTE] = ACTIONS(1448), + [sym_true] = ACTIONS(1446), + [sym_false] = ACTIONS(1446), + [anon_sym_NULL] = ACTIONS(1446), + [anon_sym_nullptr] = ACTIONS(1446), [sym_comment] = ACTIONS(3), }, [227] = { - [sym_identifier] = ACTIONS(1444), - [aux_sym_preproc_include_token1] = ACTIONS(1444), - [aux_sym_preproc_def_token1] = ACTIONS(1444), - [aux_sym_preproc_if_token1] = ACTIONS(1444), - [aux_sym_preproc_if_token2] = ACTIONS(1444), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1444), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1444), - [aux_sym_preproc_else_token1] = ACTIONS(1444), - [aux_sym_preproc_elif_token1] = ACTIONS(1444), - [sym_preproc_directive] = ACTIONS(1444), - [anon_sym_LPAREN2] = ACTIONS(1446), - [anon_sym_BANG] = ACTIONS(1446), - [anon_sym_TILDE] = ACTIONS(1446), - [anon_sym_DASH] = ACTIONS(1444), - [anon_sym_PLUS] = ACTIONS(1444), - [anon_sym_STAR] = ACTIONS(1446), - [anon_sym_AMP] = ACTIONS(1446), - [anon_sym_SEMI] = ACTIONS(1446), - [anon_sym___extension__] = ACTIONS(1444), - [anon_sym_typedef] = ACTIONS(1444), - [anon_sym_extern] = ACTIONS(1444), - [anon_sym___attribute__] = ACTIONS(1444), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1446), - [anon_sym___declspec] = ACTIONS(1444), - [anon_sym___cdecl] = ACTIONS(1444), - [anon_sym___clrcall] = ACTIONS(1444), - [anon_sym___stdcall] = ACTIONS(1444), - [anon_sym___fastcall] = ACTIONS(1444), - [anon_sym___thiscall] = ACTIONS(1444), - [anon_sym___vectorcall] = ACTIONS(1444), - [anon_sym_LBRACE] = ACTIONS(1446), - [anon_sym_signed] = ACTIONS(1444), - [anon_sym_unsigned] = ACTIONS(1444), - [anon_sym_long] = ACTIONS(1444), - [anon_sym_short] = ACTIONS(1444), - [anon_sym_static] = ACTIONS(1444), - [anon_sym_auto] = ACTIONS(1444), - [anon_sym_register] = ACTIONS(1444), - [anon_sym_inline] = ACTIONS(1444), - [anon_sym___inline] = ACTIONS(1444), - [anon_sym___inline__] = ACTIONS(1444), - [anon_sym___forceinline] = ACTIONS(1444), - [anon_sym_thread_local] = ACTIONS(1444), - [anon_sym___thread] = ACTIONS(1444), - [anon_sym_const] = ACTIONS(1444), - [anon_sym_constexpr] = ACTIONS(1444), - [anon_sym_volatile] = ACTIONS(1444), - [anon_sym_restrict] = ACTIONS(1444), - [anon_sym___restrict__] = ACTIONS(1444), - [anon_sym__Atomic] = ACTIONS(1444), - [anon_sym__Noreturn] = ACTIONS(1444), - [anon_sym_noreturn] = ACTIONS(1444), - [sym_primitive_type] = ACTIONS(1444), - [anon_sym_enum] = ACTIONS(1444), - [anon_sym_struct] = ACTIONS(1444), - [anon_sym_union] = ACTIONS(1444), - [anon_sym_if] = ACTIONS(1444), - [anon_sym_switch] = ACTIONS(1444), - [anon_sym_case] = ACTIONS(1444), - [anon_sym_default] = ACTIONS(1444), - [anon_sym_while] = ACTIONS(1444), - [anon_sym_do] = ACTIONS(1444), - [anon_sym_for] = ACTIONS(1444), - [anon_sym_return] = ACTIONS(1444), - [anon_sym_break] = ACTIONS(1444), - [anon_sym_continue] = ACTIONS(1444), - [anon_sym_goto] = ACTIONS(1444), - [anon_sym___try] = ACTIONS(1444), - [anon_sym___leave] = ACTIONS(1444), - [anon_sym_DASH_DASH] = ACTIONS(1446), - [anon_sym_PLUS_PLUS] = ACTIONS(1446), - [anon_sym_sizeof] = ACTIONS(1444), - [anon_sym___alignof__] = ACTIONS(1444), - [anon_sym___alignof] = ACTIONS(1444), - [anon_sym__alignof] = ACTIONS(1444), - [anon_sym_alignof] = ACTIONS(1444), - [anon_sym__Alignof] = ACTIONS(1444), - [anon_sym_offsetof] = ACTIONS(1444), - [anon_sym__Generic] = ACTIONS(1444), - [anon_sym_asm] = ACTIONS(1444), - [anon_sym___asm__] = ACTIONS(1444), - [sym_number_literal] = ACTIONS(1446), - [anon_sym_L_SQUOTE] = ACTIONS(1446), - [anon_sym_u_SQUOTE] = ACTIONS(1446), - [anon_sym_U_SQUOTE] = ACTIONS(1446), - [anon_sym_u8_SQUOTE] = ACTIONS(1446), - [anon_sym_SQUOTE] = ACTIONS(1446), - [anon_sym_L_DQUOTE] = ACTIONS(1446), - [anon_sym_u_DQUOTE] = ACTIONS(1446), - [anon_sym_U_DQUOTE] = ACTIONS(1446), - [anon_sym_u8_DQUOTE] = ACTIONS(1446), - [anon_sym_DQUOTE] = ACTIONS(1446), - [sym_true] = ACTIONS(1444), - [sym_false] = ACTIONS(1444), - [anon_sym_NULL] = ACTIONS(1444), - [anon_sym_nullptr] = ACTIONS(1444), + [sym_identifier] = ACTIONS(1418), + [aux_sym_preproc_include_token1] = ACTIONS(1418), + [aux_sym_preproc_def_token1] = ACTIONS(1418), + [aux_sym_preproc_if_token1] = ACTIONS(1418), + [aux_sym_preproc_if_token2] = ACTIONS(1418), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1418), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1418), + [aux_sym_preproc_else_token1] = ACTIONS(1418), + [aux_sym_preproc_elif_token1] = ACTIONS(1418), + [sym_preproc_directive] = ACTIONS(1418), + [anon_sym_LPAREN2] = ACTIONS(1420), + [anon_sym_BANG] = ACTIONS(1420), + [anon_sym_TILDE] = ACTIONS(1420), + [anon_sym_DASH] = ACTIONS(1418), + [anon_sym_PLUS] = ACTIONS(1418), + [anon_sym_STAR] = ACTIONS(1420), + [anon_sym_AMP] = ACTIONS(1420), + [anon_sym_SEMI] = ACTIONS(1420), + [anon_sym___extension__] = ACTIONS(1418), + [anon_sym_typedef] = ACTIONS(1418), + [anon_sym_extern] = ACTIONS(1418), + [anon_sym___attribute__] = ACTIONS(1418), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1420), + [anon_sym___declspec] = ACTIONS(1418), + [anon_sym___cdecl] = ACTIONS(1418), + [anon_sym___clrcall] = ACTIONS(1418), + [anon_sym___stdcall] = ACTIONS(1418), + [anon_sym___fastcall] = ACTIONS(1418), + [anon_sym___thiscall] = ACTIONS(1418), + [anon_sym___vectorcall] = ACTIONS(1418), + [anon_sym_LBRACE] = ACTIONS(1420), + [anon_sym_signed] = ACTIONS(1418), + [anon_sym_unsigned] = ACTIONS(1418), + [anon_sym_long] = ACTIONS(1418), + [anon_sym_short] = ACTIONS(1418), + [anon_sym_static] = ACTIONS(1418), + [anon_sym_auto] = ACTIONS(1418), + [anon_sym_register] = ACTIONS(1418), + [anon_sym_inline] = ACTIONS(1418), + [anon_sym___inline] = ACTIONS(1418), + [anon_sym___inline__] = ACTIONS(1418), + [anon_sym___forceinline] = ACTIONS(1418), + [anon_sym_thread_local] = ACTIONS(1418), + [anon_sym___thread] = ACTIONS(1418), + [anon_sym_const] = ACTIONS(1418), + [anon_sym_constexpr] = ACTIONS(1418), + [anon_sym_volatile] = ACTIONS(1418), + [anon_sym_restrict] = ACTIONS(1418), + [anon_sym___restrict__] = ACTIONS(1418), + [anon_sym__Atomic] = ACTIONS(1418), + [anon_sym__Noreturn] = ACTIONS(1418), + [anon_sym_noreturn] = ACTIONS(1418), + [sym_primitive_type] = ACTIONS(1418), + [anon_sym_enum] = ACTIONS(1418), + [anon_sym_struct] = ACTIONS(1418), + [anon_sym_union] = ACTIONS(1418), + [anon_sym_if] = ACTIONS(1418), + [anon_sym_switch] = ACTIONS(1418), + [anon_sym_case] = ACTIONS(1418), + [anon_sym_default] = ACTIONS(1418), + [anon_sym_while] = ACTIONS(1418), + [anon_sym_do] = ACTIONS(1418), + [anon_sym_for] = ACTIONS(1418), + [anon_sym_return] = ACTIONS(1418), + [anon_sym_break] = ACTIONS(1418), + [anon_sym_continue] = ACTIONS(1418), + [anon_sym_goto] = ACTIONS(1418), + [anon_sym___try] = ACTIONS(1418), + [anon_sym___leave] = ACTIONS(1418), + [anon_sym_DASH_DASH] = ACTIONS(1420), + [anon_sym_PLUS_PLUS] = ACTIONS(1420), + [anon_sym_sizeof] = ACTIONS(1418), + [anon_sym___alignof__] = ACTIONS(1418), + [anon_sym___alignof] = ACTIONS(1418), + [anon_sym__alignof] = ACTIONS(1418), + [anon_sym_alignof] = ACTIONS(1418), + [anon_sym__Alignof] = ACTIONS(1418), + [anon_sym_offsetof] = ACTIONS(1418), + [anon_sym__Generic] = ACTIONS(1418), + [anon_sym_asm] = ACTIONS(1418), + [anon_sym___asm__] = ACTIONS(1418), + [sym_number_literal] = ACTIONS(1420), + [anon_sym_L_SQUOTE] = ACTIONS(1420), + [anon_sym_u_SQUOTE] = ACTIONS(1420), + [anon_sym_U_SQUOTE] = ACTIONS(1420), + [anon_sym_u8_SQUOTE] = ACTIONS(1420), + [anon_sym_SQUOTE] = ACTIONS(1420), + [anon_sym_L_DQUOTE] = ACTIONS(1420), + [anon_sym_u_DQUOTE] = ACTIONS(1420), + [anon_sym_U_DQUOTE] = ACTIONS(1420), + [anon_sym_u8_DQUOTE] = ACTIONS(1420), + [anon_sym_DQUOTE] = ACTIONS(1420), + [sym_true] = ACTIONS(1418), + [sym_false] = ACTIONS(1418), + [anon_sym_NULL] = ACTIONS(1418), + [anon_sym_nullptr] = ACTIONS(1418), [sym_comment] = ACTIONS(3), }, [228] = { - [sym_identifier] = ACTIONS(1448), - [aux_sym_preproc_include_token1] = ACTIONS(1448), - [aux_sym_preproc_def_token1] = ACTIONS(1448), - [aux_sym_preproc_if_token1] = ACTIONS(1448), - [aux_sym_preproc_if_token2] = ACTIONS(1448), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1448), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1448), - [aux_sym_preproc_else_token1] = ACTIONS(1448), - [aux_sym_preproc_elif_token1] = ACTIONS(1448), - [sym_preproc_directive] = ACTIONS(1448), - [anon_sym_LPAREN2] = ACTIONS(1450), - [anon_sym_BANG] = ACTIONS(1450), - [anon_sym_TILDE] = ACTIONS(1450), - [anon_sym_DASH] = ACTIONS(1448), - [anon_sym_PLUS] = ACTIONS(1448), - [anon_sym_STAR] = ACTIONS(1450), - [anon_sym_AMP] = ACTIONS(1450), - [anon_sym_SEMI] = ACTIONS(1450), - [anon_sym___extension__] = ACTIONS(1448), - [anon_sym_typedef] = ACTIONS(1448), - [anon_sym_extern] = ACTIONS(1448), - [anon_sym___attribute__] = ACTIONS(1448), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1450), - [anon_sym___declspec] = ACTIONS(1448), - [anon_sym___cdecl] = ACTIONS(1448), - [anon_sym___clrcall] = ACTIONS(1448), - [anon_sym___stdcall] = ACTIONS(1448), - [anon_sym___fastcall] = ACTIONS(1448), - [anon_sym___thiscall] = ACTIONS(1448), - [anon_sym___vectorcall] = ACTIONS(1448), - [anon_sym_LBRACE] = ACTIONS(1450), - [anon_sym_signed] = ACTIONS(1448), - [anon_sym_unsigned] = ACTIONS(1448), - [anon_sym_long] = ACTIONS(1448), - [anon_sym_short] = ACTIONS(1448), - [anon_sym_static] = ACTIONS(1448), - [anon_sym_auto] = ACTIONS(1448), - [anon_sym_register] = ACTIONS(1448), - [anon_sym_inline] = ACTIONS(1448), - [anon_sym___inline] = ACTIONS(1448), - [anon_sym___inline__] = ACTIONS(1448), - [anon_sym___forceinline] = ACTIONS(1448), - [anon_sym_thread_local] = ACTIONS(1448), - [anon_sym___thread] = ACTIONS(1448), - [anon_sym_const] = ACTIONS(1448), - [anon_sym_constexpr] = ACTIONS(1448), - [anon_sym_volatile] = ACTIONS(1448), - [anon_sym_restrict] = ACTIONS(1448), - [anon_sym___restrict__] = ACTIONS(1448), - [anon_sym__Atomic] = ACTIONS(1448), - [anon_sym__Noreturn] = ACTIONS(1448), - [anon_sym_noreturn] = ACTIONS(1448), - [sym_primitive_type] = ACTIONS(1448), - [anon_sym_enum] = ACTIONS(1448), - [anon_sym_struct] = ACTIONS(1448), - [anon_sym_union] = ACTIONS(1448), - [anon_sym_if] = ACTIONS(1448), - [anon_sym_switch] = ACTIONS(1448), - [anon_sym_case] = ACTIONS(1448), - [anon_sym_default] = ACTIONS(1448), - [anon_sym_while] = ACTIONS(1448), - [anon_sym_do] = ACTIONS(1448), - [anon_sym_for] = ACTIONS(1448), - [anon_sym_return] = ACTIONS(1448), - [anon_sym_break] = ACTIONS(1448), - [anon_sym_continue] = ACTIONS(1448), - [anon_sym_goto] = ACTIONS(1448), - [anon_sym___try] = ACTIONS(1448), - [anon_sym___leave] = ACTIONS(1448), - [anon_sym_DASH_DASH] = ACTIONS(1450), - [anon_sym_PLUS_PLUS] = ACTIONS(1450), - [anon_sym_sizeof] = ACTIONS(1448), - [anon_sym___alignof__] = ACTIONS(1448), - [anon_sym___alignof] = ACTIONS(1448), - [anon_sym__alignof] = ACTIONS(1448), - [anon_sym_alignof] = ACTIONS(1448), - [anon_sym__Alignof] = ACTIONS(1448), - [anon_sym_offsetof] = ACTIONS(1448), - [anon_sym__Generic] = ACTIONS(1448), - [anon_sym_asm] = ACTIONS(1448), - [anon_sym___asm__] = ACTIONS(1448), - [sym_number_literal] = ACTIONS(1450), - [anon_sym_L_SQUOTE] = ACTIONS(1450), - [anon_sym_u_SQUOTE] = ACTIONS(1450), - [anon_sym_U_SQUOTE] = ACTIONS(1450), - [anon_sym_u8_SQUOTE] = ACTIONS(1450), - [anon_sym_SQUOTE] = ACTIONS(1450), - [anon_sym_L_DQUOTE] = ACTIONS(1450), - [anon_sym_u_DQUOTE] = ACTIONS(1450), - [anon_sym_U_DQUOTE] = ACTIONS(1450), - [anon_sym_u8_DQUOTE] = ACTIONS(1450), - [anon_sym_DQUOTE] = ACTIONS(1450), - [sym_true] = ACTIONS(1448), - [sym_false] = ACTIONS(1448), - [anon_sym_NULL] = ACTIONS(1448), - [anon_sym_nullptr] = ACTIONS(1448), + [sym_identifier] = ACTIONS(1500), + [aux_sym_preproc_include_token1] = ACTIONS(1500), + [aux_sym_preproc_def_token1] = ACTIONS(1500), + [aux_sym_preproc_if_token1] = ACTIONS(1500), + [aux_sym_preproc_if_token2] = ACTIONS(1500), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1500), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1500), + [aux_sym_preproc_else_token1] = ACTIONS(1500), + [aux_sym_preproc_elif_token1] = ACTIONS(1500), + [sym_preproc_directive] = ACTIONS(1500), + [anon_sym_LPAREN2] = ACTIONS(1502), + [anon_sym_BANG] = ACTIONS(1502), + [anon_sym_TILDE] = ACTIONS(1502), + [anon_sym_DASH] = ACTIONS(1500), + [anon_sym_PLUS] = ACTIONS(1500), + [anon_sym_STAR] = ACTIONS(1502), + [anon_sym_AMP] = ACTIONS(1502), + [anon_sym_SEMI] = ACTIONS(1502), + [anon_sym___extension__] = ACTIONS(1500), + [anon_sym_typedef] = ACTIONS(1500), + [anon_sym_extern] = ACTIONS(1500), + [anon_sym___attribute__] = ACTIONS(1500), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1502), + [anon_sym___declspec] = ACTIONS(1500), + [anon_sym___cdecl] = ACTIONS(1500), + [anon_sym___clrcall] = ACTIONS(1500), + [anon_sym___stdcall] = ACTIONS(1500), + [anon_sym___fastcall] = ACTIONS(1500), + [anon_sym___thiscall] = ACTIONS(1500), + [anon_sym___vectorcall] = ACTIONS(1500), + [anon_sym_LBRACE] = ACTIONS(1502), + [anon_sym_signed] = ACTIONS(1500), + [anon_sym_unsigned] = ACTIONS(1500), + [anon_sym_long] = ACTIONS(1500), + [anon_sym_short] = ACTIONS(1500), + [anon_sym_static] = ACTIONS(1500), + [anon_sym_auto] = ACTIONS(1500), + [anon_sym_register] = ACTIONS(1500), + [anon_sym_inline] = ACTIONS(1500), + [anon_sym___inline] = ACTIONS(1500), + [anon_sym___inline__] = ACTIONS(1500), + [anon_sym___forceinline] = ACTIONS(1500), + [anon_sym_thread_local] = ACTIONS(1500), + [anon_sym___thread] = ACTIONS(1500), + [anon_sym_const] = ACTIONS(1500), + [anon_sym_constexpr] = ACTIONS(1500), + [anon_sym_volatile] = ACTIONS(1500), + [anon_sym_restrict] = ACTIONS(1500), + [anon_sym___restrict__] = ACTIONS(1500), + [anon_sym__Atomic] = ACTIONS(1500), + [anon_sym__Noreturn] = ACTIONS(1500), + [anon_sym_noreturn] = ACTIONS(1500), + [sym_primitive_type] = ACTIONS(1500), + [anon_sym_enum] = ACTIONS(1500), + [anon_sym_struct] = ACTIONS(1500), + [anon_sym_union] = ACTIONS(1500), + [anon_sym_if] = ACTIONS(1500), + [anon_sym_switch] = ACTIONS(1500), + [anon_sym_case] = ACTIONS(1500), + [anon_sym_default] = ACTIONS(1500), + [anon_sym_while] = ACTIONS(1500), + [anon_sym_do] = ACTIONS(1500), + [anon_sym_for] = ACTIONS(1500), + [anon_sym_return] = ACTIONS(1500), + [anon_sym_break] = ACTIONS(1500), + [anon_sym_continue] = ACTIONS(1500), + [anon_sym_goto] = ACTIONS(1500), + [anon_sym___try] = ACTIONS(1500), + [anon_sym___leave] = ACTIONS(1500), + [anon_sym_DASH_DASH] = ACTIONS(1502), + [anon_sym_PLUS_PLUS] = ACTIONS(1502), + [anon_sym_sizeof] = ACTIONS(1500), + [anon_sym___alignof__] = ACTIONS(1500), + [anon_sym___alignof] = ACTIONS(1500), + [anon_sym__alignof] = ACTIONS(1500), + [anon_sym_alignof] = ACTIONS(1500), + [anon_sym__Alignof] = ACTIONS(1500), + [anon_sym_offsetof] = ACTIONS(1500), + [anon_sym__Generic] = ACTIONS(1500), + [anon_sym_asm] = ACTIONS(1500), + [anon_sym___asm__] = ACTIONS(1500), + [sym_number_literal] = ACTIONS(1502), + [anon_sym_L_SQUOTE] = ACTIONS(1502), + [anon_sym_u_SQUOTE] = ACTIONS(1502), + [anon_sym_U_SQUOTE] = ACTIONS(1502), + [anon_sym_u8_SQUOTE] = ACTIONS(1502), + [anon_sym_SQUOTE] = ACTIONS(1502), + [anon_sym_L_DQUOTE] = ACTIONS(1502), + [anon_sym_u_DQUOTE] = ACTIONS(1502), + [anon_sym_U_DQUOTE] = ACTIONS(1502), + [anon_sym_u8_DQUOTE] = ACTIONS(1502), + [anon_sym_DQUOTE] = ACTIONS(1502), + [sym_true] = ACTIONS(1500), + [sym_false] = ACTIONS(1500), + [anon_sym_NULL] = ACTIONS(1500), + [anon_sym_nullptr] = ACTIONS(1500), [sym_comment] = ACTIONS(3), }, [229] = { - [sym_else_clause] = STATE(268), - [sym_identifier] = ACTIONS(1292), - [aux_sym_preproc_include_token1] = ACTIONS(1292), - [aux_sym_preproc_def_token1] = ACTIONS(1292), - [aux_sym_preproc_if_token1] = ACTIONS(1292), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1292), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1292), - [sym_preproc_directive] = ACTIONS(1292), - [anon_sym_LPAREN2] = ACTIONS(1294), - [anon_sym_BANG] = ACTIONS(1294), - [anon_sym_TILDE] = ACTIONS(1294), - [anon_sym_DASH] = ACTIONS(1292), - [anon_sym_PLUS] = ACTIONS(1292), - [anon_sym_STAR] = ACTIONS(1294), - [anon_sym_AMP] = ACTIONS(1294), - [anon_sym_SEMI] = ACTIONS(1294), - [anon_sym___extension__] = ACTIONS(1292), - [anon_sym_typedef] = ACTIONS(1292), - [anon_sym_extern] = ACTIONS(1292), - [anon_sym___attribute__] = ACTIONS(1292), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1294), - [anon_sym___declspec] = ACTIONS(1292), - [anon_sym___cdecl] = ACTIONS(1292), - [anon_sym___clrcall] = ACTIONS(1292), - [anon_sym___stdcall] = ACTIONS(1292), - [anon_sym___fastcall] = ACTIONS(1292), - [anon_sym___thiscall] = ACTIONS(1292), - [anon_sym___vectorcall] = ACTIONS(1292), - [anon_sym_LBRACE] = ACTIONS(1294), - [anon_sym_RBRACE] = ACTIONS(1294), - [anon_sym_signed] = ACTIONS(1292), - [anon_sym_unsigned] = ACTIONS(1292), - [anon_sym_long] = ACTIONS(1292), - [anon_sym_short] = ACTIONS(1292), - [anon_sym_static] = ACTIONS(1292), - [anon_sym_auto] = ACTIONS(1292), - [anon_sym_register] = ACTIONS(1292), - [anon_sym_inline] = ACTIONS(1292), - [anon_sym___inline] = ACTIONS(1292), - [anon_sym___inline__] = ACTIONS(1292), - [anon_sym___forceinline] = ACTIONS(1292), - [anon_sym_thread_local] = ACTIONS(1292), - [anon_sym___thread] = ACTIONS(1292), - [anon_sym_const] = ACTIONS(1292), - [anon_sym_constexpr] = ACTIONS(1292), - [anon_sym_volatile] = ACTIONS(1292), - [anon_sym_restrict] = ACTIONS(1292), - [anon_sym___restrict__] = ACTIONS(1292), - [anon_sym__Atomic] = ACTIONS(1292), - [anon_sym__Noreturn] = ACTIONS(1292), - [anon_sym_noreturn] = ACTIONS(1292), - [sym_primitive_type] = ACTIONS(1292), - [anon_sym_enum] = ACTIONS(1292), - [anon_sym_struct] = ACTIONS(1292), - [anon_sym_union] = ACTIONS(1292), - [anon_sym_if] = ACTIONS(1292), - [anon_sym_else] = ACTIONS(1512), - [anon_sym_switch] = ACTIONS(1292), - [anon_sym_case] = ACTIONS(1292), - [anon_sym_default] = ACTIONS(1292), - [anon_sym_while] = ACTIONS(1292), - [anon_sym_do] = ACTIONS(1292), - [anon_sym_for] = ACTIONS(1292), - [anon_sym_return] = ACTIONS(1292), - [anon_sym_break] = ACTIONS(1292), - [anon_sym_continue] = ACTIONS(1292), - [anon_sym_goto] = ACTIONS(1292), - [anon_sym___try] = ACTIONS(1292), - [anon_sym___leave] = ACTIONS(1292), - [anon_sym_DASH_DASH] = ACTIONS(1294), - [anon_sym_PLUS_PLUS] = ACTIONS(1294), - [anon_sym_sizeof] = ACTIONS(1292), - [anon_sym___alignof__] = ACTIONS(1292), - [anon_sym___alignof] = ACTIONS(1292), - [anon_sym__alignof] = ACTIONS(1292), - [anon_sym_alignof] = ACTIONS(1292), - [anon_sym__Alignof] = ACTIONS(1292), - [anon_sym_offsetof] = ACTIONS(1292), - [anon_sym__Generic] = ACTIONS(1292), - [anon_sym_asm] = ACTIONS(1292), - [anon_sym___asm__] = ACTIONS(1292), - [sym_number_literal] = ACTIONS(1294), - [anon_sym_L_SQUOTE] = ACTIONS(1294), - [anon_sym_u_SQUOTE] = ACTIONS(1294), - [anon_sym_U_SQUOTE] = ACTIONS(1294), - [anon_sym_u8_SQUOTE] = ACTIONS(1294), - [anon_sym_SQUOTE] = ACTIONS(1294), - [anon_sym_L_DQUOTE] = ACTIONS(1294), - [anon_sym_u_DQUOTE] = ACTIONS(1294), - [anon_sym_U_DQUOTE] = ACTIONS(1294), - [anon_sym_u8_DQUOTE] = ACTIONS(1294), - [anon_sym_DQUOTE] = ACTIONS(1294), - [sym_true] = ACTIONS(1292), - [sym_false] = ACTIONS(1292), - [anon_sym_NULL] = ACTIONS(1292), - [anon_sym_nullptr] = ACTIONS(1292), + [sym_identifier] = ACTIONS(1480), + [aux_sym_preproc_include_token1] = ACTIONS(1480), + [aux_sym_preproc_def_token1] = ACTIONS(1480), + [aux_sym_preproc_if_token1] = ACTIONS(1480), + [aux_sym_preproc_if_token2] = ACTIONS(1480), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1480), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1480), + [aux_sym_preproc_else_token1] = ACTIONS(1480), + [aux_sym_preproc_elif_token1] = ACTIONS(1480), + [sym_preproc_directive] = ACTIONS(1480), + [anon_sym_LPAREN2] = ACTIONS(1482), + [anon_sym_BANG] = ACTIONS(1482), + [anon_sym_TILDE] = ACTIONS(1482), + [anon_sym_DASH] = ACTIONS(1480), + [anon_sym_PLUS] = ACTIONS(1480), + [anon_sym_STAR] = ACTIONS(1482), + [anon_sym_AMP] = ACTIONS(1482), + [anon_sym_SEMI] = ACTIONS(1482), + [anon_sym___extension__] = ACTIONS(1480), + [anon_sym_typedef] = ACTIONS(1480), + [anon_sym_extern] = ACTIONS(1480), + [anon_sym___attribute__] = ACTIONS(1480), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1482), + [anon_sym___declspec] = ACTIONS(1480), + [anon_sym___cdecl] = ACTIONS(1480), + [anon_sym___clrcall] = ACTIONS(1480), + [anon_sym___stdcall] = ACTIONS(1480), + [anon_sym___fastcall] = ACTIONS(1480), + [anon_sym___thiscall] = ACTIONS(1480), + [anon_sym___vectorcall] = ACTIONS(1480), + [anon_sym_LBRACE] = ACTIONS(1482), + [anon_sym_signed] = ACTIONS(1480), + [anon_sym_unsigned] = ACTIONS(1480), + [anon_sym_long] = ACTIONS(1480), + [anon_sym_short] = ACTIONS(1480), + [anon_sym_static] = ACTIONS(1480), + [anon_sym_auto] = ACTIONS(1480), + [anon_sym_register] = ACTIONS(1480), + [anon_sym_inline] = ACTIONS(1480), + [anon_sym___inline] = ACTIONS(1480), + [anon_sym___inline__] = ACTIONS(1480), + [anon_sym___forceinline] = ACTIONS(1480), + [anon_sym_thread_local] = ACTIONS(1480), + [anon_sym___thread] = ACTIONS(1480), + [anon_sym_const] = ACTIONS(1480), + [anon_sym_constexpr] = ACTIONS(1480), + [anon_sym_volatile] = ACTIONS(1480), + [anon_sym_restrict] = ACTIONS(1480), + [anon_sym___restrict__] = ACTIONS(1480), + [anon_sym__Atomic] = ACTIONS(1480), + [anon_sym__Noreturn] = ACTIONS(1480), + [anon_sym_noreturn] = ACTIONS(1480), + [sym_primitive_type] = ACTIONS(1480), + [anon_sym_enum] = ACTIONS(1480), + [anon_sym_struct] = ACTIONS(1480), + [anon_sym_union] = ACTIONS(1480), + [anon_sym_if] = ACTIONS(1480), + [anon_sym_switch] = ACTIONS(1480), + [anon_sym_case] = ACTIONS(1480), + [anon_sym_default] = ACTIONS(1480), + [anon_sym_while] = ACTIONS(1480), + [anon_sym_do] = ACTIONS(1480), + [anon_sym_for] = ACTIONS(1480), + [anon_sym_return] = ACTIONS(1480), + [anon_sym_break] = ACTIONS(1480), + [anon_sym_continue] = ACTIONS(1480), + [anon_sym_goto] = ACTIONS(1480), + [anon_sym___try] = ACTIONS(1480), + [anon_sym___leave] = ACTIONS(1480), + [anon_sym_DASH_DASH] = ACTIONS(1482), + [anon_sym_PLUS_PLUS] = ACTIONS(1482), + [anon_sym_sizeof] = ACTIONS(1480), + [anon_sym___alignof__] = ACTIONS(1480), + [anon_sym___alignof] = ACTIONS(1480), + [anon_sym__alignof] = ACTIONS(1480), + [anon_sym_alignof] = ACTIONS(1480), + [anon_sym__Alignof] = ACTIONS(1480), + [anon_sym_offsetof] = ACTIONS(1480), + [anon_sym__Generic] = ACTIONS(1480), + [anon_sym_asm] = ACTIONS(1480), + [anon_sym___asm__] = ACTIONS(1480), + [sym_number_literal] = ACTIONS(1482), + [anon_sym_L_SQUOTE] = ACTIONS(1482), + [anon_sym_u_SQUOTE] = ACTIONS(1482), + [anon_sym_U_SQUOTE] = ACTIONS(1482), + [anon_sym_u8_SQUOTE] = ACTIONS(1482), + [anon_sym_SQUOTE] = ACTIONS(1482), + [anon_sym_L_DQUOTE] = ACTIONS(1482), + [anon_sym_u_DQUOTE] = ACTIONS(1482), + [anon_sym_U_DQUOTE] = ACTIONS(1482), + [anon_sym_u8_DQUOTE] = ACTIONS(1482), + [anon_sym_DQUOTE] = ACTIONS(1482), + [sym_true] = ACTIONS(1480), + [sym_false] = ACTIONS(1480), + [anon_sym_NULL] = ACTIONS(1480), + [anon_sym_nullptr] = ACTIONS(1480), [sym_comment] = ACTIONS(3), }, [230] = { - [sym_identifier] = ACTIONS(1488), - [aux_sym_preproc_include_token1] = ACTIONS(1488), - [aux_sym_preproc_def_token1] = ACTIONS(1488), - [aux_sym_preproc_if_token1] = ACTIONS(1488), - [aux_sym_preproc_if_token2] = ACTIONS(1488), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1488), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1488), - [aux_sym_preproc_else_token1] = ACTIONS(1488), - [aux_sym_preproc_elif_token1] = ACTIONS(1488), - [sym_preproc_directive] = ACTIONS(1488), - [anon_sym_LPAREN2] = ACTIONS(1490), - [anon_sym_BANG] = ACTIONS(1490), - [anon_sym_TILDE] = ACTIONS(1490), - [anon_sym_DASH] = ACTIONS(1488), - [anon_sym_PLUS] = ACTIONS(1488), - [anon_sym_STAR] = ACTIONS(1490), - [anon_sym_AMP] = ACTIONS(1490), - [anon_sym_SEMI] = ACTIONS(1490), - [anon_sym___extension__] = ACTIONS(1488), - [anon_sym_typedef] = ACTIONS(1488), - [anon_sym_extern] = ACTIONS(1488), - [anon_sym___attribute__] = ACTIONS(1488), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1490), - [anon_sym___declspec] = ACTIONS(1488), - [anon_sym___cdecl] = ACTIONS(1488), - [anon_sym___clrcall] = ACTIONS(1488), - [anon_sym___stdcall] = ACTIONS(1488), - [anon_sym___fastcall] = ACTIONS(1488), - [anon_sym___thiscall] = ACTIONS(1488), - [anon_sym___vectorcall] = ACTIONS(1488), - [anon_sym_LBRACE] = ACTIONS(1490), - [anon_sym_signed] = ACTIONS(1488), - [anon_sym_unsigned] = ACTIONS(1488), - [anon_sym_long] = ACTIONS(1488), - [anon_sym_short] = ACTIONS(1488), - [anon_sym_static] = ACTIONS(1488), - [anon_sym_auto] = ACTIONS(1488), - [anon_sym_register] = ACTIONS(1488), - [anon_sym_inline] = ACTIONS(1488), - [anon_sym___inline] = ACTIONS(1488), - [anon_sym___inline__] = ACTIONS(1488), - [anon_sym___forceinline] = ACTIONS(1488), - [anon_sym_thread_local] = ACTIONS(1488), - [anon_sym___thread] = ACTIONS(1488), - [anon_sym_const] = ACTIONS(1488), - [anon_sym_constexpr] = ACTIONS(1488), - [anon_sym_volatile] = ACTIONS(1488), - [anon_sym_restrict] = ACTIONS(1488), - [anon_sym___restrict__] = ACTIONS(1488), - [anon_sym__Atomic] = ACTIONS(1488), - [anon_sym__Noreturn] = ACTIONS(1488), - [anon_sym_noreturn] = ACTIONS(1488), - [sym_primitive_type] = ACTIONS(1488), - [anon_sym_enum] = ACTIONS(1488), - [anon_sym_struct] = ACTIONS(1488), - [anon_sym_union] = ACTIONS(1488), - [anon_sym_if] = ACTIONS(1488), - [anon_sym_switch] = ACTIONS(1488), - [anon_sym_case] = ACTIONS(1488), - [anon_sym_default] = ACTIONS(1488), - [anon_sym_while] = ACTIONS(1488), - [anon_sym_do] = ACTIONS(1488), - [anon_sym_for] = ACTIONS(1488), - [anon_sym_return] = ACTIONS(1488), - [anon_sym_break] = ACTIONS(1488), - [anon_sym_continue] = ACTIONS(1488), - [anon_sym_goto] = ACTIONS(1488), - [anon_sym___try] = ACTIONS(1488), - [anon_sym___leave] = ACTIONS(1488), - [anon_sym_DASH_DASH] = ACTIONS(1490), - [anon_sym_PLUS_PLUS] = ACTIONS(1490), - [anon_sym_sizeof] = ACTIONS(1488), - [anon_sym___alignof__] = ACTIONS(1488), - [anon_sym___alignof] = ACTIONS(1488), - [anon_sym__alignof] = ACTIONS(1488), - [anon_sym_alignof] = ACTIONS(1488), - [anon_sym__Alignof] = ACTIONS(1488), - [anon_sym_offsetof] = ACTIONS(1488), - [anon_sym__Generic] = ACTIONS(1488), - [anon_sym_asm] = ACTIONS(1488), - [anon_sym___asm__] = ACTIONS(1488), - [sym_number_literal] = ACTIONS(1490), - [anon_sym_L_SQUOTE] = ACTIONS(1490), - [anon_sym_u_SQUOTE] = ACTIONS(1490), - [anon_sym_U_SQUOTE] = ACTIONS(1490), - [anon_sym_u8_SQUOTE] = ACTIONS(1490), - [anon_sym_SQUOTE] = ACTIONS(1490), - [anon_sym_L_DQUOTE] = ACTIONS(1490), - [anon_sym_u_DQUOTE] = ACTIONS(1490), - [anon_sym_U_DQUOTE] = ACTIONS(1490), - [anon_sym_u8_DQUOTE] = ACTIONS(1490), - [anon_sym_DQUOTE] = ACTIONS(1490), - [sym_true] = ACTIONS(1488), - [sym_false] = ACTIONS(1488), - [anon_sym_NULL] = ACTIONS(1488), - [anon_sym_nullptr] = ACTIONS(1488), - [sym_comment] = ACTIONS(3), - }, - [231] = { - [ts_builtin_sym_end] = ACTIONS(1312), - [sym_identifier] = ACTIONS(1310), - [aux_sym_preproc_include_token1] = ACTIONS(1310), - [aux_sym_preproc_def_token1] = ACTIONS(1310), - [aux_sym_preproc_if_token1] = ACTIONS(1310), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1310), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1310), - [sym_preproc_directive] = ACTIONS(1310), - [anon_sym_LPAREN2] = ACTIONS(1312), - [anon_sym_BANG] = ACTIONS(1312), - [anon_sym_TILDE] = ACTIONS(1312), - [anon_sym_DASH] = ACTIONS(1310), - [anon_sym_PLUS] = ACTIONS(1310), - [anon_sym_STAR] = ACTIONS(1312), - [anon_sym_AMP] = ACTIONS(1312), - [anon_sym_SEMI] = ACTIONS(1312), - [anon_sym___extension__] = ACTIONS(1310), - [anon_sym_typedef] = ACTIONS(1310), - [anon_sym_extern] = ACTIONS(1310), - [anon_sym___attribute__] = ACTIONS(1310), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1312), - [anon_sym___declspec] = ACTIONS(1310), - [anon_sym___cdecl] = ACTIONS(1310), - [anon_sym___clrcall] = ACTIONS(1310), - [anon_sym___stdcall] = ACTIONS(1310), - [anon_sym___fastcall] = ACTIONS(1310), - [anon_sym___thiscall] = ACTIONS(1310), - [anon_sym___vectorcall] = ACTIONS(1310), - [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_signed] = ACTIONS(1310), - [anon_sym_unsigned] = ACTIONS(1310), - [anon_sym_long] = ACTIONS(1310), - [anon_sym_short] = ACTIONS(1310), - [anon_sym_static] = ACTIONS(1310), - [anon_sym_auto] = ACTIONS(1310), - [anon_sym_register] = ACTIONS(1310), - [anon_sym_inline] = ACTIONS(1310), - [anon_sym___inline] = ACTIONS(1310), - [anon_sym___inline__] = ACTIONS(1310), - [anon_sym___forceinline] = ACTIONS(1310), - [anon_sym_thread_local] = ACTIONS(1310), - [anon_sym___thread] = ACTIONS(1310), - [anon_sym_const] = ACTIONS(1310), - [anon_sym_constexpr] = ACTIONS(1310), - [anon_sym_volatile] = ACTIONS(1310), - [anon_sym_restrict] = ACTIONS(1310), - [anon_sym___restrict__] = ACTIONS(1310), - [anon_sym__Atomic] = ACTIONS(1310), - [anon_sym__Noreturn] = ACTIONS(1310), - [anon_sym_noreturn] = ACTIONS(1310), - [sym_primitive_type] = ACTIONS(1310), - [anon_sym_enum] = ACTIONS(1310), - [anon_sym_struct] = ACTIONS(1310), - [anon_sym_union] = ACTIONS(1310), - [anon_sym_if] = ACTIONS(1310), - [anon_sym_else] = ACTIONS(1310), - [anon_sym_switch] = ACTIONS(1310), - [anon_sym_case] = ACTIONS(1310), - [anon_sym_default] = ACTIONS(1310), - [anon_sym_while] = ACTIONS(1310), - [anon_sym_do] = ACTIONS(1310), - [anon_sym_for] = ACTIONS(1310), - [anon_sym_return] = ACTIONS(1310), - [anon_sym_break] = ACTIONS(1310), - [anon_sym_continue] = ACTIONS(1310), - [anon_sym_goto] = ACTIONS(1310), - [anon_sym___try] = ACTIONS(1310), - [anon_sym___leave] = ACTIONS(1310), - [anon_sym_DASH_DASH] = ACTIONS(1312), - [anon_sym_PLUS_PLUS] = ACTIONS(1312), - [anon_sym_sizeof] = ACTIONS(1310), - [anon_sym___alignof__] = ACTIONS(1310), - [anon_sym___alignof] = ACTIONS(1310), - [anon_sym__alignof] = ACTIONS(1310), - [anon_sym_alignof] = ACTIONS(1310), - [anon_sym__Alignof] = ACTIONS(1310), - [anon_sym_offsetof] = ACTIONS(1310), - [anon_sym__Generic] = ACTIONS(1310), - [anon_sym_asm] = ACTIONS(1310), - [anon_sym___asm__] = ACTIONS(1310), - [sym_number_literal] = ACTIONS(1312), - [anon_sym_L_SQUOTE] = ACTIONS(1312), - [anon_sym_u_SQUOTE] = ACTIONS(1312), - [anon_sym_U_SQUOTE] = ACTIONS(1312), - [anon_sym_u8_SQUOTE] = ACTIONS(1312), - [anon_sym_SQUOTE] = ACTIONS(1312), - [anon_sym_L_DQUOTE] = ACTIONS(1312), - [anon_sym_u_DQUOTE] = ACTIONS(1312), - [anon_sym_U_DQUOTE] = ACTIONS(1312), - [anon_sym_u8_DQUOTE] = ACTIONS(1312), - [anon_sym_DQUOTE] = ACTIONS(1312), - [sym_true] = ACTIONS(1310), - [sym_false] = ACTIONS(1310), - [anon_sym_NULL] = ACTIONS(1310), - [anon_sym_nullptr] = ACTIONS(1310), + [sym_identifier] = ACTIONS(1452), + [aux_sym_preproc_include_token1] = ACTIONS(1452), + [aux_sym_preproc_def_token1] = ACTIONS(1452), + [aux_sym_preproc_if_token1] = ACTIONS(1452), + [aux_sym_preproc_if_token2] = ACTIONS(1452), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1452), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1452), + [aux_sym_preproc_else_token1] = ACTIONS(1452), + [aux_sym_preproc_elif_token1] = ACTIONS(1452), + [sym_preproc_directive] = ACTIONS(1452), + [anon_sym_LPAREN2] = ACTIONS(1454), + [anon_sym_BANG] = ACTIONS(1454), + [anon_sym_TILDE] = ACTIONS(1454), + [anon_sym_DASH] = ACTIONS(1452), + [anon_sym_PLUS] = ACTIONS(1452), + [anon_sym_STAR] = ACTIONS(1454), + [anon_sym_AMP] = ACTIONS(1454), + [anon_sym_SEMI] = ACTIONS(1454), + [anon_sym___extension__] = ACTIONS(1452), + [anon_sym_typedef] = ACTIONS(1452), + [anon_sym_extern] = ACTIONS(1452), + [anon_sym___attribute__] = ACTIONS(1452), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1454), + [anon_sym___declspec] = ACTIONS(1452), + [anon_sym___cdecl] = ACTIONS(1452), + [anon_sym___clrcall] = ACTIONS(1452), + [anon_sym___stdcall] = ACTIONS(1452), + [anon_sym___fastcall] = ACTIONS(1452), + [anon_sym___thiscall] = ACTIONS(1452), + [anon_sym___vectorcall] = ACTIONS(1452), + [anon_sym_LBRACE] = ACTIONS(1454), + [anon_sym_signed] = ACTIONS(1452), + [anon_sym_unsigned] = ACTIONS(1452), + [anon_sym_long] = ACTIONS(1452), + [anon_sym_short] = ACTIONS(1452), + [anon_sym_static] = ACTIONS(1452), + [anon_sym_auto] = ACTIONS(1452), + [anon_sym_register] = ACTIONS(1452), + [anon_sym_inline] = ACTIONS(1452), + [anon_sym___inline] = ACTIONS(1452), + [anon_sym___inline__] = ACTIONS(1452), + [anon_sym___forceinline] = ACTIONS(1452), + [anon_sym_thread_local] = ACTIONS(1452), + [anon_sym___thread] = ACTIONS(1452), + [anon_sym_const] = ACTIONS(1452), + [anon_sym_constexpr] = ACTIONS(1452), + [anon_sym_volatile] = ACTIONS(1452), + [anon_sym_restrict] = ACTIONS(1452), + [anon_sym___restrict__] = ACTIONS(1452), + [anon_sym__Atomic] = ACTIONS(1452), + [anon_sym__Noreturn] = ACTIONS(1452), + [anon_sym_noreturn] = ACTIONS(1452), + [sym_primitive_type] = ACTIONS(1452), + [anon_sym_enum] = ACTIONS(1452), + [anon_sym_struct] = ACTIONS(1452), + [anon_sym_union] = ACTIONS(1452), + [anon_sym_if] = ACTIONS(1452), + [anon_sym_switch] = ACTIONS(1452), + [anon_sym_case] = ACTIONS(1452), + [anon_sym_default] = ACTIONS(1452), + [anon_sym_while] = ACTIONS(1452), + [anon_sym_do] = ACTIONS(1452), + [anon_sym_for] = ACTIONS(1452), + [anon_sym_return] = ACTIONS(1452), + [anon_sym_break] = ACTIONS(1452), + [anon_sym_continue] = ACTIONS(1452), + [anon_sym_goto] = ACTIONS(1452), + [anon_sym___try] = ACTIONS(1452), + [anon_sym___leave] = ACTIONS(1452), + [anon_sym_DASH_DASH] = ACTIONS(1454), + [anon_sym_PLUS_PLUS] = ACTIONS(1454), + [anon_sym_sizeof] = ACTIONS(1452), + [anon_sym___alignof__] = ACTIONS(1452), + [anon_sym___alignof] = ACTIONS(1452), + [anon_sym__alignof] = ACTIONS(1452), + [anon_sym_alignof] = ACTIONS(1452), + [anon_sym__Alignof] = ACTIONS(1452), + [anon_sym_offsetof] = ACTIONS(1452), + [anon_sym__Generic] = ACTIONS(1452), + [anon_sym_asm] = ACTIONS(1452), + [anon_sym___asm__] = ACTIONS(1452), + [sym_number_literal] = ACTIONS(1454), + [anon_sym_L_SQUOTE] = ACTIONS(1454), + [anon_sym_u_SQUOTE] = ACTIONS(1454), + [anon_sym_U_SQUOTE] = ACTIONS(1454), + [anon_sym_u8_SQUOTE] = ACTIONS(1454), + [anon_sym_SQUOTE] = ACTIONS(1454), + [anon_sym_L_DQUOTE] = ACTIONS(1454), + [anon_sym_u_DQUOTE] = ACTIONS(1454), + [anon_sym_U_DQUOTE] = ACTIONS(1454), + [anon_sym_u8_DQUOTE] = ACTIONS(1454), + [anon_sym_DQUOTE] = ACTIONS(1454), + [sym_true] = ACTIONS(1452), + [sym_false] = ACTIONS(1452), + [anon_sym_NULL] = ACTIONS(1452), + [anon_sym_nullptr] = ACTIONS(1452), [sym_comment] = ACTIONS(3), }, - [232] = { + [231] = { + [ts_builtin_sym_end] = ACTIONS(1312), [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), [aux_sym_preproc_def_token1] = ACTIONS(1310), [aux_sym_preproc_if_token1] = ACTIONS(1310), - [aux_sym_preproc_if_token2] = ACTIONS(1310), [aux_sym_preproc_ifdef_token1] = ACTIONS(1310), [aux_sym_preproc_ifdef_token2] = ACTIONS(1310), [sym_preproc_directive] = ACTIONS(1310), @@ -44173,7 +44066,203 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, + [232] = { + [sym_identifier] = ACTIONS(1318), + [aux_sym_preproc_include_token1] = ACTIONS(1318), + [aux_sym_preproc_def_token1] = ACTIONS(1318), + [aux_sym_preproc_if_token1] = ACTIONS(1318), + [aux_sym_preproc_if_token2] = ACTIONS(1318), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1318), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1318), + [sym_preproc_directive] = ACTIONS(1318), + [anon_sym_LPAREN2] = ACTIONS(1320), + [anon_sym_BANG] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1320), + [anon_sym_DASH] = ACTIONS(1318), + [anon_sym_PLUS] = ACTIONS(1318), + [anon_sym_STAR] = ACTIONS(1320), + [anon_sym_AMP] = ACTIONS(1320), + [anon_sym_SEMI] = ACTIONS(1320), + [anon_sym___extension__] = ACTIONS(1318), + [anon_sym_typedef] = ACTIONS(1318), + [anon_sym_extern] = ACTIONS(1318), + [anon_sym___attribute__] = ACTIONS(1318), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1320), + [anon_sym___declspec] = ACTIONS(1318), + [anon_sym___cdecl] = ACTIONS(1318), + [anon_sym___clrcall] = ACTIONS(1318), + [anon_sym___stdcall] = ACTIONS(1318), + [anon_sym___fastcall] = ACTIONS(1318), + [anon_sym___thiscall] = ACTIONS(1318), + [anon_sym___vectorcall] = ACTIONS(1318), + [anon_sym_LBRACE] = ACTIONS(1320), + [anon_sym_signed] = ACTIONS(1318), + [anon_sym_unsigned] = ACTIONS(1318), + [anon_sym_long] = ACTIONS(1318), + [anon_sym_short] = ACTIONS(1318), + [anon_sym_static] = ACTIONS(1318), + [anon_sym_auto] = ACTIONS(1318), + [anon_sym_register] = ACTIONS(1318), + [anon_sym_inline] = ACTIONS(1318), + [anon_sym___inline] = ACTIONS(1318), + [anon_sym___inline__] = ACTIONS(1318), + [anon_sym___forceinline] = ACTIONS(1318), + [anon_sym_thread_local] = ACTIONS(1318), + [anon_sym___thread] = ACTIONS(1318), + [anon_sym_const] = ACTIONS(1318), + [anon_sym_constexpr] = ACTIONS(1318), + [anon_sym_volatile] = ACTIONS(1318), + [anon_sym_restrict] = ACTIONS(1318), + [anon_sym___restrict__] = ACTIONS(1318), + [anon_sym__Atomic] = ACTIONS(1318), + [anon_sym__Noreturn] = ACTIONS(1318), + [anon_sym_noreturn] = ACTIONS(1318), + [sym_primitive_type] = ACTIONS(1318), + [anon_sym_enum] = ACTIONS(1318), + [anon_sym_struct] = ACTIONS(1318), + [anon_sym_union] = ACTIONS(1318), + [anon_sym_if] = ACTIONS(1318), + [anon_sym_else] = ACTIONS(1318), + [anon_sym_switch] = ACTIONS(1318), + [anon_sym_case] = ACTIONS(1318), + [anon_sym_default] = ACTIONS(1318), + [anon_sym_while] = ACTIONS(1318), + [anon_sym_do] = ACTIONS(1318), + [anon_sym_for] = ACTIONS(1318), + [anon_sym_return] = ACTIONS(1318), + [anon_sym_break] = ACTIONS(1318), + [anon_sym_continue] = ACTIONS(1318), + [anon_sym_goto] = ACTIONS(1318), + [anon_sym___try] = ACTIONS(1318), + [anon_sym___leave] = ACTIONS(1318), + [anon_sym_DASH_DASH] = ACTIONS(1320), + [anon_sym_PLUS_PLUS] = ACTIONS(1320), + [anon_sym_sizeof] = ACTIONS(1318), + [anon_sym___alignof__] = ACTIONS(1318), + [anon_sym___alignof] = ACTIONS(1318), + [anon_sym__alignof] = ACTIONS(1318), + [anon_sym_alignof] = ACTIONS(1318), + [anon_sym__Alignof] = ACTIONS(1318), + [anon_sym_offsetof] = ACTIONS(1318), + [anon_sym__Generic] = ACTIONS(1318), + [anon_sym_asm] = ACTIONS(1318), + [anon_sym___asm__] = ACTIONS(1318), + [sym_number_literal] = ACTIONS(1320), + [anon_sym_L_SQUOTE] = ACTIONS(1320), + [anon_sym_u_SQUOTE] = ACTIONS(1320), + [anon_sym_U_SQUOTE] = ACTIONS(1320), + [anon_sym_u8_SQUOTE] = ACTIONS(1320), + [anon_sym_SQUOTE] = ACTIONS(1320), + [anon_sym_L_DQUOTE] = ACTIONS(1320), + [anon_sym_u_DQUOTE] = ACTIONS(1320), + [anon_sym_U_DQUOTE] = ACTIONS(1320), + [anon_sym_u8_DQUOTE] = ACTIONS(1320), + [anon_sym_DQUOTE] = ACTIONS(1320), + [sym_true] = ACTIONS(1318), + [sym_false] = ACTIONS(1318), + [anon_sym_NULL] = ACTIONS(1318), + [anon_sym_nullptr] = ACTIONS(1318), + [sym_comment] = ACTIONS(3), + }, [233] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_RBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym___try] = ACTIONS(1350), + [anon_sym___leave] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), + [sym_comment] = ACTIONS(3), + }, + [234] = { [ts_builtin_sym_end] = ACTIONS(1312), [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), @@ -44271,7 +44360,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [234] = { + [235] = { [ts_builtin_sym_end] = ACTIONS(1312), [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), @@ -44369,7 +44458,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [235] = { + [236] = { [ts_builtin_sym_end] = ACTIONS(1312), [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), @@ -44467,7 +44556,105 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [236] = { + [237] = { + [sym_identifier] = ACTIONS(1354), + [aux_sym_preproc_include_token1] = ACTIONS(1354), + [aux_sym_preproc_def_token1] = ACTIONS(1354), + [aux_sym_preproc_if_token1] = ACTIONS(1354), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), + [sym_preproc_directive] = ACTIONS(1354), + [anon_sym_LPAREN2] = ACTIONS(1356), + [anon_sym_BANG] = ACTIONS(1356), + [anon_sym_TILDE] = ACTIONS(1356), + [anon_sym_DASH] = ACTIONS(1354), + [anon_sym_PLUS] = ACTIONS(1354), + [anon_sym_STAR] = ACTIONS(1356), + [anon_sym_AMP] = ACTIONS(1356), + [anon_sym_SEMI] = ACTIONS(1356), + [anon_sym___extension__] = ACTIONS(1354), + [anon_sym_typedef] = ACTIONS(1354), + [anon_sym_extern] = ACTIONS(1354), + [anon_sym___attribute__] = ACTIONS(1354), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), + [anon_sym___declspec] = ACTIONS(1354), + [anon_sym___cdecl] = ACTIONS(1354), + [anon_sym___clrcall] = ACTIONS(1354), + [anon_sym___stdcall] = ACTIONS(1354), + [anon_sym___fastcall] = ACTIONS(1354), + [anon_sym___thiscall] = ACTIONS(1354), + [anon_sym___vectorcall] = ACTIONS(1354), + [anon_sym_LBRACE] = ACTIONS(1356), + [anon_sym_RBRACE] = ACTIONS(1356), + [anon_sym_signed] = ACTIONS(1354), + [anon_sym_unsigned] = ACTIONS(1354), + [anon_sym_long] = ACTIONS(1354), + [anon_sym_short] = ACTIONS(1354), + [anon_sym_static] = ACTIONS(1354), + [anon_sym_auto] = ACTIONS(1354), + [anon_sym_register] = ACTIONS(1354), + [anon_sym_inline] = ACTIONS(1354), + [anon_sym___inline] = ACTIONS(1354), + [anon_sym___inline__] = ACTIONS(1354), + [anon_sym___forceinline] = ACTIONS(1354), + [anon_sym_thread_local] = ACTIONS(1354), + [anon_sym___thread] = ACTIONS(1354), + [anon_sym_const] = ACTIONS(1354), + [anon_sym_constexpr] = ACTIONS(1354), + [anon_sym_volatile] = ACTIONS(1354), + [anon_sym_restrict] = ACTIONS(1354), + [anon_sym___restrict__] = ACTIONS(1354), + [anon_sym__Atomic] = ACTIONS(1354), + [anon_sym__Noreturn] = ACTIONS(1354), + [anon_sym_noreturn] = ACTIONS(1354), + [sym_primitive_type] = ACTIONS(1354), + [anon_sym_enum] = ACTIONS(1354), + [anon_sym_struct] = ACTIONS(1354), + [anon_sym_union] = ACTIONS(1354), + [anon_sym_if] = ACTIONS(1354), + [anon_sym_else] = ACTIONS(1354), + [anon_sym_switch] = ACTIONS(1354), + [anon_sym_case] = ACTIONS(1354), + [anon_sym_default] = ACTIONS(1354), + [anon_sym_while] = ACTIONS(1354), + [anon_sym_do] = ACTIONS(1354), + [anon_sym_for] = ACTIONS(1354), + [anon_sym_return] = ACTIONS(1354), + [anon_sym_break] = ACTIONS(1354), + [anon_sym_continue] = ACTIONS(1354), + [anon_sym_goto] = ACTIONS(1354), + [anon_sym___try] = ACTIONS(1354), + [anon_sym___leave] = ACTIONS(1354), + [anon_sym_DASH_DASH] = ACTIONS(1356), + [anon_sym_PLUS_PLUS] = ACTIONS(1356), + [anon_sym_sizeof] = ACTIONS(1354), + [anon_sym___alignof__] = ACTIONS(1354), + [anon_sym___alignof] = ACTIONS(1354), + [anon_sym__alignof] = ACTIONS(1354), + [anon_sym_alignof] = ACTIONS(1354), + [anon_sym__Alignof] = ACTIONS(1354), + [anon_sym_offsetof] = ACTIONS(1354), + [anon_sym__Generic] = ACTIONS(1354), + [anon_sym_asm] = ACTIONS(1354), + [anon_sym___asm__] = ACTIONS(1354), + [sym_number_literal] = ACTIONS(1356), + [anon_sym_L_SQUOTE] = ACTIONS(1356), + [anon_sym_u_SQUOTE] = ACTIONS(1356), + [anon_sym_U_SQUOTE] = ACTIONS(1356), + [anon_sym_u8_SQUOTE] = ACTIONS(1356), + [anon_sym_SQUOTE] = ACTIONS(1356), + [anon_sym_L_DQUOTE] = ACTIONS(1356), + [anon_sym_u_DQUOTE] = ACTIONS(1356), + [anon_sym_U_DQUOTE] = ACTIONS(1356), + [anon_sym_u8_DQUOTE] = ACTIONS(1356), + [anon_sym_DQUOTE] = ACTIONS(1356), + [sym_true] = ACTIONS(1354), + [sym_false] = ACTIONS(1354), + [anon_sym_NULL] = ACTIONS(1354), + [anon_sym_nullptr] = ACTIONS(1354), + [sym_comment] = ACTIONS(3), + }, + [238] = { [ts_builtin_sym_end] = ACTIONS(1312), [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), @@ -44565,105 +44752,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [237] = { - [sym_identifier] = ACTIONS(1346), - [aux_sym_preproc_include_token1] = ACTIONS(1346), - [aux_sym_preproc_def_token1] = ACTIONS(1346), - [aux_sym_preproc_if_token1] = ACTIONS(1346), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1346), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1346), - [sym_preproc_directive] = ACTIONS(1346), - [anon_sym_LPAREN2] = ACTIONS(1348), - [anon_sym_BANG] = ACTIONS(1348), - [anon_sym_TILDE] = ACTIONS(1348), - [anon_sym_DASH] = ACTIONS(1346), - [anon_sym_PLUS] = ACTIONS(1346), - [anon_sym_STAR] = ACTIONS(1348), - [anon_sym_AMP] = ACTIONS(1348), - [anon_sym_SEMI] = ACTIONS(1348), - [anon_sym___extension__] = ACTIONS(1346), - [anon_sym_typedef] = ACTIONS(1346), - [anon_sym_extern] = ACTIONS(1346), - [anon_sym___attribute__] = ACTIONS(1346), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1348), - [anon_sym___declspec] = ACTIONS(1346), - [anon_sym___cdecl] = ACTIONS(1346), - [anon_sym___clrcall] = ACTIONS(1346), - [anon_sym___stdcall] = ACTIONS(1346), - [anon_sym___fastcall] = ACTIONS(1346), - [anon_sym___thiscall] = ACTIONS(1346), - [anon_sym___vectorcall] = ACTIONS(1346), - [anon_sym_LBRACE] = ACTIONS(1348), - [anon_sym_RBRACE] = ACTIONS(1348), - [anon_sym_signed] = ACTIONS(1346), - [anon_sym_unsigned] = ACTIONS(1346), - [anon_sym_long] = ACTIONS(1346), - [anon_sym_short] = ACTIONS(1346), - [anon_sym_static] = ACTIONS(1346), - [anon_sym_auto] = ACTIONS(1346), - [anon_sym_register] = ACTIONS(1346), - [anon_sym_inline] = ACTIONS(1346), - [anon_sym___inline] = ACTIONS(1346), - [anon_sym___inline__] = ACTIONS(1346), - [anon_sym___forceinline] = ACTIONS(1346), - [anon_sym_thread_local] = ACTIONS(1346), - [anon_sym___thread] = ACTIONS(1346), - [anon_sym_const] = ACTIONS(1346), - [anon_sym_constexpr] = ACTIONS(1346), - [anon_sym_volatile] = ACTIONS(1346), - [anon_sym_restrict] = ACTIONS(1346), - [anon_sym___restrict__] = ACTIONS(1346), - [anon_sym__Atomic] = ACTIONS(1346), - [anon_sym__Noreturn] = ACTIONS(1346), - [anon_sym_noreturn] = ACTIONS(1346), - [sym_primitive_type] = ACTIONS(1346), - [anon_sym_enum] = ACTIONS(1346), - [anon_sym_struct] = ACTIONS(1346), - [anon_sym_union] = ACTIONS(1346), - [anon_sym_if] = ACTIONS(1346), - [anon_sym_else] = ACTIONS(1346), - [anon_sym_switch] = ACTIONS(1346), - [anon_sym_case] = ACTIONS(1346), - [anon_sym_default] = ACTIONS(1346), - [anon_sym_while] = ACTIONS(1346), - [anon_sym_do] = ACTIONS(1346), - [anon_sym_for] = ACTIONS(1346), - [anon_sym_return] = ACTIONS(1346), - [anon_sym_break] = ACTIONS(1346), - [anon_sym_continue] = ACTIONS(1346), - [anon_sym_goto] = ACTIONS(1346), - [anon_sym___try] = ACTIONS(1346), - [anon_sym___leave] = ACTIONS(1346), - [anon_sym_DASH_DASH] = ACTIONS(1348), - [anon_sym_PLUS_PLUS] = ACTIONS(1348), - [anon_sym_sizeof] = ACTIONS(1346), - [anon_sym___alignof__] = ACTIONS(1346), - [anon_sym___alignof] = ACTIONS(1346), - [anon_sym__alignof] = ACTIONS(1346), - [anon_sym_alignof] = ACTIONS(1346), - [anon_sym__Alignof] = ACTIONS(1346), - [anon_sym_offsetof] = ACTIONS(1346), - [anon_sym__Generic] = ACTIONS(1346), - [anon_sym_asm] = ACTIONS(1346), - [anon_sym___asm__] = ACTIONS(1346), - [sym_number_literal] = ACTIONS(1348), - [anon_sym_L_SQUOTE] = ACTIONS(1348), - [anon_sym_u_SQUOTE] = ACTIONS(1348), - [anon_sym_U_SQUOTE] = ACTIONS(1348), - [anon_sym_u8_SQUOTE] = ACTIONS(1348), - [anon_sym_SQUOTE] = ACTIONS(1348), - [anon_sym_L_DQUOTE] = ACTIONS(1348), - [anon_sym_u_DQUOTE] = ACTIONS(1348), - [anon_sym_U_DQUOTE] = ACTIONS(1348), - [anon_sym_u8_DQUOTE] = ACTIONS(1348), - [anon_sym_DQUOTE] = ACTIONS(1348), - [sym_true] = ACTIONS(1346), - [sym_false] = ACTIONS(1346), - [anon_sym_NULL] = ACTIONS(1346), - [anon_sym_nullptr] = ACTIONS(1346), - [sym_comment] = ACTIONS(3), - }, - [238] = { + [239] = { [ts_builtin_sym_end] = ACTIONS(1312), [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), @@ -44761,129 +44850,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [239] = { - [sym_identifier] = ACTIONS(1350), - [aux_sym_preproc_include_token1] = ACTIONS(1350), - [aux_sym_preproc_def_token1] = ACTIONS(1350), - [aux_sym_preproc_if_token1] = ACTIONS(1350), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), - [sym_preproc_directive] = ACTIONS(1350), - [anon_sym_LPAREN2] = ACTIONS(1352), - [anon_sym_BANG] = ACTIONS(1352), - [anon_sym_TILDE] = ACTIONS(1352), - [anon_sym_DASH] = ACTIONS(1350), - [anon_sym_PLUS] = ACTIONS(1350), - [anon_sym_STAR] = ACTIONS(1352), - [anon_sym_AMP] = ACTIONS(1352), - [anon_sym_SEMI] = ACTIONS(1352), - [anon_sym___extension__] = ACTIONS(1350), - [anon_sym_typedef] = ACTIONS(1350), - [anon_sym_extern] = ACTIONS(1350), - [anon_sym___attribute__] = ACTIONS(1350), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), - [anon_sym___declspec] = ACTIONS(1350), - [anon_sym___cdecl] = ACTIONS(1350), - [anon_sym___clrcall] = ACTIONS(1350), - [anon_sym___stdcall] = ACTIONS(1350), - [anon_sym___fastcall] = ACTIONS(1350), - [anon_sym___thiscall] = ACTIONS(1350), - [anon_sym___vectorcall] = ACTIONS(1350), - [anon_sym_LBRACE] = ACTIONS(1352), - [anon_sym_RBRACE] = ACTIONS(1352), - [anon_sym_signed] = ACTIONS(1350), - [anon_sym_unsigned] = ACTIONS(1350), - [anon_sym_long] = ACTIONS(1350), - [anon_sym_short] = ACTIONS(1350), - [anon_sym_static] = ACTIONS(1350), - [anon_sym_auto] = ACTIONS(1350), - [anon_sym_register] = ACTIONS(1350), - [anon_sym_inline] = ACTIONS(1350), - [anon_sym___inline] = ACTIONS(1350), - [anon_sym___inline__] = ACTIONS(1350), - [anon_sym___forceinline] = ACTIONS(1350), - [anon_sym_thread_local] = ACTIONS(1350), - [anon_sym___thread] = ACTIONS(1350), - [anon_sym_const] = ACTIONS(1350), - [anon_sym_constexpr] = ACTIONS(1350), - [anon_sym_volatile] = ACTIONS(1350), - [anon_sym_restrict] = ACTIONS(1350), - [anon_sym___restrict__] = ACTIONS(1350), - [anon_sym__Atomic] = ACTIONS(1350), - [anon_sym__Noreturn] = ACTIONS(1350), - [anon_sym_noreturn] = ACTIONS(1350), - [sym_primitive_type] = ACTIONS(1350), - [anon_sym_enum] = ACTIONS(1350), - [anon_sym_struct] = ACTIONS(1350), - [anon_sym_union] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1350), - [anon_sym_else] = ACTIONS(1350), - [anon_sym_switch] = ACTIONS(1350), - [anon_sym_case] = ACTIONS(1350), - [anon_sym_default] = ACTIONS(1350), - [anon_sym_while] = ACTIONS(1350), - [anon_sym_do] = ACTIONS(1350), - [anon_sym_for] = ACTIONS(1350), - [anon_sym_return] = ACTIONS(1350), - [anon_sym_break] = ACTIONS(1350), - [anon_sym_continue] = ACTIONS(1350), - [anon_sym_goto] = ACTIONS(1350), - [anon_sym___try] = ACTIONS(1350), - [anon_sym___leave] = ACTIONS(1350), - [anon_sym_DASH_DASH] = ACTIONS(1352), - [anon_sym_PLUS_PLUS] = ACTIONS(1352), - [anon_sym_sizeof] = ACTIONS(1350), - [anon_sym___alignof__] = ACTIONS(1350), - [anon_sym___alignof] = ACTIONS(1350), - [anon_sym__alignof] = ACTIONS(1350), - [anon_sym_alignof] = ACTIONS(1350), - [anon_sym__Alignof] = ACTIONS(1350), - [anon_sym_offsetof] = ACTIONS(1350), - [anon_sym__Generic] = ACTIONS(1350), - [anon_sym_asm] = ACTIONS(1350), - [anon_sym___asm__] = ACTIONS(1350), - [sym_number_literal] = ACTIONS(1352), - [anon_sym_L_SQUOTE] = ACTIONS(1352), - [anon_sym_u_SQUOTE] = ACTIONS(1352), - [anon_sym_U_SQUOTE] = ACTIONS(1352), - [anon_sym_u8_SQUOTE] = ACTIONS(1352), - [anon_sym_SQUOTE] = ACTIONS(1352), - [anon_sym_L_DQUOTE] = ACTIONS(1352), - [anon_sym_u_DQUOTE] = ACTIONS(1352), - [anon_sym_U_DQUOTE] = ACTIONS(1352), - [anon_sym_u8_DQUOTE] = ACTIONS(1352), - [anon_sym_DQUOTE] = ACTIONS(1352), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [anon_sym_NULL] = ACTIONS(1350), - [anon_sym_nullptr] = ACTIONS(1350), - [sym_comment] = ACTIONS(3), - }, [240] = { - [sym__expression] = STATE(840), - [sym__expression_not_binary] = STATE(824), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(824), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(824), - [sym_call_expression] = STATE(824), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(824), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(824), - [sym_initializer_list] = STATE(798), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym__expression] = STATE(838), + [sym__expression_not_binary] = STATE(807), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(807), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(807), + [sym_call_expression] = STATE(807), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(807), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(807), + [sym_initializer_list] = STATE(828), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym_identifier] = ACTIONS(1514), [anon_sym_COMMA] = ACTIONS(1516), [aux_sym_preproc_if_token2] = ACTIONS(1516), @@ -45546,101 +45537,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [247] = { - [ts_builtin_sym_end] = ACTIONS(1312), - [sym_identifier] = ACTIONS(1310), - [aux_sym_preproc_include_token1] = ACTIONS(1310), - [aux_sym_preproc_def_token1] = ACTIONS(1310), - [aux_sym_preproc_if_token1] = ACTIONS(1310), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1310), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1310), - [sym_preproc_directive] = ACTIONS(1310), - [anon_sym_LPAREN2] = ACTIONS(1312), - [anon_sym_BANG] = ACTIONS(1312), - [anon_sym_TILDE] = ACTIONS(1312), - [anon_sym_DASH] = ACTIONS(1310), - [anon_sym_PLUS] = ACTIONS(1310), - [anon_sym_STAR] = ACTIONS(1312), - [anon_sym_AMP] = ACTIONS(1312), - [anon_sym_SEMI] = ACTIONS(1312), - [anon_sym___extension__] = ACTIONS(1310), - [anon_sym_typedef] = ACTIONS(1310), - [anon_sym_extern] = ACTIONS(1310), - [anon_sym___attribute__] = ACTIONS(1310), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1312), - [anon_sym___declspec] = ACTIONS(1310), - [anon_sym___cdecl] = ACTIONS(1310), - [anon_sym___clrcall] = ACTIONS(1310), - [anon_sym___stdcall] = ACTIONS(1310), - [anon_sym___fastcall] = ACTIONS(1310), - [anon_sym___thiscall] = ACTIONS(1310), - [anon_sym___vectorcall] = ACTIONS(1310), - [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_signed] = ACTIONS(1310), - [anon_sym_unsigned] = ACTIONS(1310), - [anon_sym_long] = ACTIONS(1310), - [anon_sym_short] = ACTIONS(1310), - [anon_sym_static] = ACTIONS(1310), - [anon_sym_auto] = ACTIONS(1310), - [anon_sym_register] = ACTIONS(1310), - [anon_sym_inline] = ACTIONS(1310), - [anon_sym___inline] = ACTIONS(1310), - [anon_sym___inline__] = ACTIONS(1310), - [anon_sym___forceinline] = ACTIONS(1310), - [anon_sym_thread_local] = ACTIONS(1310), - [anon_sym___thread] = ACTIONS(1310), - [anon_sym_const] = ACTIONS(1310), - [anon_sym_constexpr] = ACTIONS(1310), - [anon_sym_volatile] = ACTIONS(1310), - [anon_sym_restrict] = ACTIONS(1310), - [anon_sym___restrict__] = ACTIONS(1310), - [anon_sym__Atomic] = ACTIONS(1310), - [anon_sym__Noreturn] = ACTIONS(1310), - [anon_sym_noreturn] = ACTIONS(1310), - [sym_primitive_type] = ACTIONS(1310), - [anon_sym_enum] = ACTIONS(1310), - [anon_sym_struct] = ACTIONS(1310), - [anon_sym_union] = ACTIONS(1310), - [anon_sym_if] = ACTIONS(1310), - [anon_sym_else] = ACTIONS(1310), - [anon_sym_switch] = ACTIONS(1310), - [anon_sym_case] = ACTIONS(1310), - [anon_sym_default] = ACTIONS(1310), - [anon_sym_while] = ACTIONS(1310), - [anon_sym_do] = ACTIONS(1310), - [anon_sym_for] = ACTIONS(1310), - [anon_sym_return] = ACTIONS(1310), - [anon_sym_break] = ACTIONS(1310), - [anon_sym_continue] = ACTIONS(1310), - [anon_sym_goto] = ACTIONS(1310), - [anon_sym___try] = ACTIONS(1310), - [anon_sym___leave] = ACTIONS(1310), - [anon_sym_DASH_DASH] = ACTIONS(1312), - [anon_sym_PLUS_PLUS] = ACTIONS(1312), - [anon_sym_sizeof] = ACTIONS(1310), - [anon_sym___alignof__] = ACTIONS(1310), - [anon_sym___alignof] = ACTIONS(1310), - [anon_sym__alignof] = ACTIONS(1310), - [anon_sym_alignof] = ACTIONS(1310), - [anon_sym__Alignof] = ACTIONS(1310), - [anon_sym_offsetof] = ACTIONS(1310), - [anon_sym__Generic] = ACTIONS(1310), - [anon_sym_asm] = ACTIONS(1310), - [anon_sym___asm__] = ACTIONS(1310), - [sym_number_literal] = ACTIONS(1312), - [anon_sym_L_SQUOTE] = ACTIONS(1312), - [anon_sym_u_SQUOTE] = ACTIONS(1312), - [anon_sym_U_SQUOTE] = ACTIONS(1312), - [anon_sym_u8_SQUOTE] = ACTIONS(1312), - [anon_sym_SQUOTE] = ACTIONS(1312), - [anon_sym_L_DQUOTE] = ACTIONS(1312), - [anon_sym_u_DQUOTE] = ACTIONS(1312), - [anon_sym_U_DQUOTE] = ACTIONS(1312), - [anon_sym_u8_DQUOTE] = ACTIONS(1312), - [anon_sym_DQUOTE] = ACTIONS(1312), - [sym_true] = ACTIONS(1310), - [sym_false] = ACTIONS(1310), - [anon_sym_NULL] = ACTIONS(1310), - [anon_sym_nullptr] = ACTIONS(1310), + [sym_identifier] = ACTIONS(1346), + [aux_sym_preproc_include_token1] = ACTIONS(1346), + [aux_sym_preproc_def_token1] = ACTIONS(1346), + [aux_sym_preproc_if_token1] = ACTIONS(1346), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1346), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1346), + [sym_preproc_directive] = ACTIONS(1346), + [anon_sym_LPAREN2] = ACTIONS(1348), + [anon_sym_BANG] = ACTIONS(1348), + [anon_sym_TILDE] = ACTIONS(1348), + [anon_sym_DASH] = ACTIONS(1346), + [anon_sym_PLUS] = ACTIONS(1346), + [anon_sym_STAR] = ACTIONS(1348), + [anon_sym_AMP] = ACTIONS(1348), + [anon_sym_SEMI] = ACTIONS(1348), + [anon_sym___extension__] = ACTIONS(1346), + [anon_sym_typedef] = ACTIONS(1346), + [anon_sym_extern] = ACTIONS(1346), + [anon_sym___attribute__] = ACTIONS(1346), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1348), + [anon_sym___declspec] = ACTIONS(1346), + [anon_sym___cdecl] = ACTIONS(1346), + [anon_sym___clrcall] = ACTIONS(1346), + [anon_sym___stdcall] = ACTIONS(1346), + [anon_sym___fastcall] = ACTIONS(1346), + [anon_sym___thiscall] = ACTIONS(1346), + [anon_sym___vectorcall] = ACTIONS(1346), + [anon_sym_LBRACE] = ACTIONS(1348), + [anon_sym_RBRACE] = ACTIONS(1348), + [anon_sym_signed] = ACTIONS(1346), + [anon_sym_unsigned] = ACTIONS(1346), + [anon_sym_long] = ACTIONS(1346), + [anon_sym_short] = ACTIONS(1346), + [anon_sym_static] = ACTIONS(1346), + [anon_sym_auto] = ACTIONS(1346), + [anon_sym_register] = ACTIONS(1346), + [anon_sym_inline] = ACTIONS(1346), + [anon_sym___inline] = ACTIONS(1346), + [anon_sym___inline__] = ACTIONS(1346), + [anon_sym___forceinline] = ACTIONS(1346), + [anon_sym_thread_local] = ACTIONS(1346), + [anon_sym___thread] = ACTIONS(1346), + [anon_sym_const] = ACTIONS(1346), + [anon_sym_constexpr] = ACTIONS(1346), + [anon_sym_volatile] = ACTIONS(1346), + [anon_sym_restrict] = ACTIONS(1346), + [anon_sym___restrict__] = ACTIONS(1346), + [anon_sym__Atomic] = ACTIONS(1346), + [anon_sym__Noreturn] = ACTIONS(1346), + [anon_sym_noreturn] = ACTIONS(1346), + [sym_primitive_type] = ACTIONS(1346), + [anon_sym_enum] = ACTIONS(1346), + [anon_sym_struct] = ACTIONS(1346), + [anon_sym_union] = ACTIONS(1346), + [anon_sym_if] = ACTIONS(1346), + [anon_sym_else] = ACTIONS(1346), + [anon_sym_switch] = ACTIONS(1346), + [anon_sym_case] = ACTIONS(1346), + [anon_sym_default] = ACTIONS(1346), + [anon_sym_while] = ACTIONS(1346), + [anon_sym_do] = ACTIONS(1346), + [anon_sym_for] = ACTIONS(1346), + [anon_sym_return] = ACTIONS(1346), + [anon_sym_break] = ACTIONS(1346), + [anon_sym_continue] = ACTIONS(1346), + [anon_sym_goto] = ACTIONS(1346), + [anon_sym___try] = ACTIONS(1346), + [anon_sym___leave] = ACTIONS(1346), + [anon_sym_DASH_DASH] = ACTIONS(1348), + [anon_sym_PLUS_PLUS] = ACTIONS(1348), + [anon_sym_sizeof] = ACTIONS(1346), + [anon_sym___alignof__] = ACTIONS(1346), + [anon_sym___alignof] = ACTIONS(1346), + [anon_sym__alignof] = ACTIONS(1346), + [anon_sym_alignof] = ACTIONS(1346), + [anon_sym__Alignof] = ACTIONS(1346), + [anon_sym_offsetof] = ACTIONS(1346), + [anon_sym__Generic] = ACTIONS(1346), + [anon_sym_asm] = ACTIONS(1346), + [anon_sym___asm__] = ACTIONS(1346), + [sym_number_literal] = ACTIONS(1348), + [anon_sym_L_SQUOTE] = ACTIONS(1348), + [anon_sym_u_SQUOTE] = ACTIONS(1348), + [anon_sym_U_SQUOTE] = ACTIONS(1348), + [anon_sym_u8_SQUOTE] = ACTIONS(1348), + [anon_sym_SQUOTE] = ACTIONS(1348), + [anon_sym_L_DQUOTE] = ACTIONS(1348), + [anon_sym_u_DQUOTE] = ACTIONS(1348), + [anon_sym_U_DQUOTE] = ACTIONS(1348), + [anon_sym_u8_DQUOTE] = ACTIONS(1348), + [anon_sym_DQUOTE] = ACTIONS(1348), + [sym_true] = ACTIONS(1346), + [sym_false] = ACTIONS(1346), + [anon_sym_NULL] = ACTIONS(1346), + [anon_sym_nullptr] = ACTIONS(1346), [sym_comment] = ACTIONS(3), }, [248] = { @@ -45742,101 +45733,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [249] = { - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_RBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym___try] = ACTIONS(1354), - [anon_sym___leave] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [sym_identifier] = ACTIONS(1358), + [aux_sym_preproc_include_token1] = ACTIONS(1358), + [aux_sym_preproc_def_token1] = ACTIONS(1358), + [aux_sym_preproc_if_token1] = ACTIONS(1358), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1358), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1358), + [sym_preproc_directive] = ACTIONS(1358), + [anon_sym_LPAREN2] = ACTIONS(1360), + [anon_sym_BANG] = ACTIONS(1360), + [anon_sym_TILDE] = ACTIONS(1360), + [anon_sym_DASH] = ACTIONS(1358), + [anon_sym_PLUS] = ACTIONS(1358), + [anon_sym_STAR] = ACTIONS(1360), + [anon_sym_AMP] = ACTIONS(1360), + [anon_sym_SEMI] = ACTIONS(1360), + [anon_sym___extension__] = ACTIONS(1358), + [anon_sym_typedef] = ACTIONS(1358), + [anon_sym_extern] = ACTIONS(1358), + [anon_sym___attribute__] = ACTIONS(1358), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1360), + [anon_sym___declspec] = ACTIONS(1358), + [anon_sym___cdecl] = ACTIONS(1358), + [anon_sym___clrcall] = ACTIONS(1358), + [anon_sym___stdcall] = ACTIONS(1358), + [anon_sym___fastcall] = ACTIONS(1358), + [anon_sym___thiscall] = ACTIONS(1358), + [anon_sym___vectorcall] = ACTIONS(1358), + [anon_sym_LBRACE] = ACTIONS(1360), + [anon_sym_RBRACE] = ACTIONS(1360), + [anon_sym_signed] = ACTIONS(1358), + [anon_sym_unsigned] = ACTIONS(1358), + [anon_sym_long] = ACTIONS(1358), + [anon_sym_short] = ACTIONS(1358), + [anon_sym_static] = ACTIONS(1358), + [anon_sym_auto] = ACTIONS(1358), + [anon_sym_register] = ACTIONS(1358), + [anon_sym_inline] = ACTIONS(1358), + [anon_sym___inline] = ACTIONS(1358), + [anon_sym___inline__] = ACTIONS(1358), + [anon_sym___forceinline] = ACTIONS(1358), + [anon_sym_thread_local] = ACTIONS(1358), + [anon_sym___thread] = ACTIONS(1358), + [anon_sym_const] = ACTIONS(1358), + [anon_sym_constexpr] = ACTIONS(1358), + [anon_sym_volatile] = ACTIONS(1358), + [anon_sym_restrict] = ACTIONS(1358), + [anon_sym___restrict__] = ACTIONS(1358), + [anon_sym__Atomic] = ACTIONS(1358), + [anon_sym__Noreturn] = ACTIONS(1358), + [anon_sym_noreturn] = ACTIONS(1358), + [sym_primitive_type] = ACTIONS(1358), + [anon_sym_enum] = ACTIONS(1358), + [anon_sym_struct] = ACTIONS(1358), + [anon_sym_union] = ACTIONS(1358), + [anon_sym_if] = ACTIONS(1358), + [anon_sym_else] = ACTIONS(1358), + [anon_sym_switch] = ACTIONS(1358), + [anon_sym_case] = ACTIONS(1358), + [anon_sym_default] = ACTIONS(1358), + [anon_sym_while] = ACTIONS(1358), + [anon_sym_do] = ACTIONS(1358), + [anon_sym_for] = ACTIONS(1358), + [anon_sym_return] = ACTIONS(1358), + [anon_sym_break] = ACTIONS(1358), + [anon_sym_continue] = ACTIONS(1358), + [anon_sym_goto] = ACTIONS(1358), + [anon_sym___try] = ACTIONS(1358), + [anon_sym___leave] = ACTIONS(1358), + [anon_sym_DASH_DASH] = ACTIONS(1360), + [anon_sym_PLUS_PLUS] = ACTIONS(1360), + [anon_sym_sizeof] = ACTIONS(1358), + [anon_sym___alignof__] = ACTIONS(1358), + [anon_sym___alignof] = ACTIONS(1358), + [anon_sym__alignof] = ACTIONS(1358), + [anon_sym_alignof] = ACTIONS(1358), + [anon_sym__Alignof] = ACTIONS(1358), + [anon_sym_offsetof] = ACTIONS(1358), + [anon_sym__Generic] = ACTIONS(1358), + [anon_sym_asm] = ACTIONS(1358), + [anon_sym___asm__] = ACTIONS(1358), + [sym_number_literal] = ACTIONS(1360), + [anon_sym_L_SQUOTE] = ACTIONS(1360), + [anon_sym_u_SQUOTE] = ACTIONS(1360), + [anon_sym_U_SQUOTE] = ACTIONS(1360), + [anon_sym_u8_SQUOTE] = ACTIONS(1360), + [anon_sym_SQUOTE] = ACTIONS(1360), + [anon_sym_L_DQUOTE] = ACTIONS(1360), + [anon_sym_u_DQUOTE] = ACTIONS(1360), + [anon_sym_U_DQUOTE] = ACTIONS(1360), + [anon_sym_u8_DQUOTE] = ACTIONS(1360), + [anon_sym_DQUOTE] = ACTIONS(1360), + [sym_true] = ACTIONS(1358), + [sym_false] = ACTIONS(1358), + [anon_sym_NULL] = ACTIONS(1358), + [anon_sym_nullptr] = ACTIONS(1358), [sym_comment] = ACTIONS(3), }, [250] = { @@ -45938,101 +45929,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [251] = { - [ts_builtin_sym_end] = ACTIONS(1312), - [sym_identifier] = ACTIONS(1310), - [aux_sym_preproc_include_token1] = ACTIONS(1310), - [aux_sym_preproc_def_token1] = ACTIONS(1310), - [aux_sym_preproc_if_token1] = ACTIONS(1310), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1310), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1310), - [sym_preproc_directive] = ACTIONS(1310), - [anon_sym_LPAREN2] = ACTIONS(1312), - [anon_sym_BANG] = ACTIONS(1312), - [anon_sym_TILDE] = ACTIONS(1312), - [anon_sym_DASH] = ACTIONS(1310), - [anon_sym_PLUS] = ACTIONS(1310), - [anon_sym_STAR] = ACTIONS(1312), - [anon_sym_AMP] = ACTIONS(1312), - [anon_sym_SEMI] = ACTIONS(1312), - [anon_sym___extension__] = ACTIONS(1310), - [anon_sym_typedef] = ACTIONS(1310), - [anon_sym_extern] = ACTIONS(1310), - [anon_sym___attribute__] = ACTIONS(1310), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1312), - [anon_sym___declspec] = ACTIONS(1310), - [anon_sym___cdecl] = ACTIONS(1310), - [anon_sym___clrcall] = ACTIONS(1310), - [anon_sym___stdcall] = ACTIONS(1310), - [anon_sym___fastcall] = ACTIONS(1310), - [anon_sym___thiscall] = ACTIONS(1310), - [anon_sym___vectorcall] = ACTIONS(1310), - [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_signed] = ACTIONS(1310), - [anon_sym_unsigned] = ACTIONS(1310), - [anon_sym_long] = ACTIONS(1310), - [anon_sym_short] = ACTIONS(1310), - [anon_sym_static] = ACTIONS(1310), - [anon_sym_auto] = ACTIONS(1310), - [anon_sym_register] = ACTIONS(1310), - [anon_sym_inline] = ACTIONS(1310), - [anon_sym___inline] = ACTIONS(1310), - [anon_sym___inline__] = ACTIONS(1310), - [anon_sym___forceinline] = ACTIONS(1310), - [anon_sym_thread_local] = ACTIONS(1310), - [anon_sym___thread] = ACTIONS(1310), - [anon_sym_const] = ACTIONS(1310), - [anon_sym_constexpr] = ACTIONS(1310), - [anon_sym_volatile] = ACTIONS(1310), - [anon_sym_restrict] = ACTIONS(1310), - [anon_sym___restrict__] = ACTIONS(1310), - [anon_sym__Atomic] = ACTIONS(1310), - [anon_sym__Noreturn] = ACTIONS(1310), - [anon_sym_noreturn] = ACTIONS(1310), - [sym_primitive_type] = ACTIONS(1310), - [anon_sym_enum] = ACTIONS(1310), - [anon_sym_struct] = ACTIONS(1310), - [anon_sym_union] = ACTIONS(1310), - [anon_sym_if] = ACTIONS(1310), - [anon_sym_else] = ACTIONS(1310), - [anon_sym_switch] = ACTIONS(1310), - [anon_sym_case] = ACTIONS(1310), - [anon_sym_default] = ACTIONS(1310), - [anon_sym_while] = ACTIONS(1310), - [anon_sym_do] = ACTIONS(1310), - [anon_sym_for] = ACTIONS(1310), - [anon_sym_return] = ACTIONS(1310), - [anon_sym_break] = ACTIONS(1310), - [anon_sym_continue] = ACTIONS(1310), - [anon_sym_goto] = ACTIONS(1310), - [anon_sym___try] = ACTIONS(1310), - [anon_sym___leave] = ACTIONS(1310), - [anon_sym_DASH_DASH] = ACTIONS(1312), - [anon_sym_PLUS_PLUS] = ACTIONS(1312), - [anon_sym_sizeof] = ACTIONS(1310), - [anon_sym___alignof__] = ACTIONS(1310), - [anon_sym___alignof] = ACTIONS(1310), - [anon_sym__alignof] = ACTIONS(1310), - [anon_sym_alignof] = ACTIONS(1310), - [anon_sym__Alignof] = ACTIONS(1310), - [anon_sym_offsetof] = ACTIONS(1310), - [anon_sym__Generic] = ACTIONS(1310), - [anon_sym_asm] = ACTIONS(1310), - [anon_sym___asm__] = ACTIONS(1310), - [sym_number_literal] = ACTIONS(1312), - [anon_sym_L_SQUOTE] = ACTIONS(1312), - [anon_sym_u_SQUOTE] = ACTIONS(1312), - [anon_sym_U_SQUOTE] = ACTIONS(1312), - [anon_sym_u8_SQUOTE] = ACTIONS(1312), - [anon_sym_SQUOTE] = ACTIONS(1312), - [anon_sym_L_DQUOTE] = ACTIONS(1312), - [anon_sym_u_DQUOTE] = ACTIONS(1312), - [anon_sym_U_DQUOTE] = ACTIONS(1312), - [anon_sym_u8_DQUOTE] = ACTIONS(1312), - [anon_sym_DQUOTE] = ACTIONS(1312), - [sym_true] = ACTIONS(1310), - [sym_false] = ACTIONS(1310), - [anon_sym_NULL] = ACTIONS(1310), - [anon_sym_nullptr] = ACTIONS(1310), + [sym_identifier] = ACTIONS(1362), + [aux_sym_preproc_include_token1] = ACTIONS(1362), + [aux_sym_preproc_def_token1] = ACTIONS(1362), + [aux_sym_preproc_if_token1] = ACTIONS(1362), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1362), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1362), + [sym_preproc_directive] = ACTIONS(1362), + [anon_sym_LPAREN2] = ACTIONS(1364), + [anon_sym_BANG] = ACTIONS(1364), + [anon_sym_TILDE] = ACTIONS(1364), + [anon_sym_DASH] = ACTIONS(1362), + [anon_sym_PLUS] = ACTIONS(1362), + [anon_sym_STAR] = ACTIONS(1364), + [anon_sym_AMP] = ACTIONS(1364), + [anon_sym_SEMI] = ACTIONS(1364), + [anon_sym___extension__] = ACTIONS(1362), + [anon_sym_typedef] = ACTIONS(1362), + [anon_sym_extern] = ACTIONS(1362), + [anon_sym___attribute__] = ACTIONS(1362), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1364), + [anon_sym___declspec] = ACTIONS(1362), + [anon_sym___cdecl] = ACTIONS(1362), + [anon_sym___clrcall] = ACTIONS(1362), + [anon_sym___stdcall] = ACTIONS(1362), + [anon_sym___fastcall] = ACTIONS(1362), + [anon_sym___thiscall] = ACTIONS(1362), + [anon_sym___vectorcall] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_RBRACE] = ACTIONS(1364), + [anon_sym_signed] = ACTIONS(1362), + [anon_sym_unsigned] = ACTIONS(1362), + [anon_sym_long] = ACTIONS(1362), + [anon_sym_short] = ACTIONS(1362), + [anon_sym_static] = ACTIONS(1362), + [anon_sym_auto] = ACTIONS(1362), + [anon_sym_register] = ACTIONS(1362), + [anon_sym_inline] = ACTIONS(1362), + [anon_sym___inline] = ACTIONS(1362), + [anon_sym___inline__] = ACTIONS(1362), + [anon_sym___forceinline] = ACTIONS(1362), + [anon_sym_thread_local] = ACTIONS(1362), + [anon_sym___thread] = ACTIONS(1362), + [anon_sym_const] = ACTIONS(1362), + [anon_sym_constexpr] = ACTIONS(1362), + [anon_sym_volatile] = ACTIONS(1362), + [anon_sym_restrict] = ACTIONS(1362), + [anon_sym___restrict__] = ACTIONS(1362), + [anon_sym__Atomic] = ACTIONS(1362), + [anon_sym__Noreturn] = ACTIONS(1362), + [anon_sym_noreturn] = ACTIONS(1362), + [sym_primitive_type] = ACTIONS(1362), + [anon_sym_enum] = ACTIONS(1362), + [anon_sym_struct] = ACTIONS(1362), + [anon_sym_union] = ACTIONS(1362), + [anon_sym_if] = ACTIONS(1362), + [anon_sym_else] = ACTIONS(1362), + [anon_sym_switch] = ACTIONS(1362), + [anon_sym_case] = ACTIONS(1362), + [anon_sym_default] = ACTIONS(1362), + [anon_sym_while] = ACTIONS(1362), + [anon_sym_do] = ACTIONS(1362), + [anon_sym_for] = ACTIONS(1362), + [anon_sym_return] = ACTIONS(1362), + [anon_sym_break] = ACTIONS(1362), + [anon_sym_continue] = ACTIONS(1362), + [anon_sym_goto] = ACTIONS(1362), + [anon_sym___try] = ACTIONS(1362), + [anon_sym___leave] = ACTIONS(1362), + [anon_sym_DASH_DASH] = ACTIONS(1364), + [anon_sym_PLUS_PLUS] = ACTIONS(1364), + [anon_sym_sizeof] = ACTIONS(1362), + [anon_sym___alignof__] = ACTIONS(1362), + [anon_sym___alignof] = ACTIONS(1362), + [anon_sym__alignof] = ACTIONS(1362), + [anon_sym_alignof] = ACTIONS(1362), + [anon_sym__Alignof] = ACTIONS(1362), + [anon_sym_offsetof] = ACTIONS(1362), + [anon_sym__Generic] = ACTIONS(1362), + [anon_sym_asm] = ACTIONS(1362), + [anon_sym___asm__] = ACTIONS(1362), + [sym_number_literal] = ACTIONS(1364), + [anon_sym_L_SQUOTE] = ACTIONS(1364), + [anon_sym_u_SQUOTE] = ACTIONS(1364), + [anon_sym_U_SQUOTE] = ACTIONS(1364), + [anon_sym_u8_SQUOTE] = ACTIONS(1364), + [anon_sym_SQUOTE] = ACTIONS(1364), + [anon_sym_L_DQUOTE] = ACTIONS(1364), + [anon_sym_u_DQUOTE] = ACTIONS(1364), + [anon_sym_U_DQUOTE] = ACTIONS(1364), + [anon_sym_u8_DQUOTE] = ACTIONS(1364), + [anon_sym_DQUOTE] = ACTIONS(1364), + [sym_true] = ACTIONS(1362), + [sym_false] = ACTIONS(1362), + [anon_sym_NULL] = ACTIONS(1362), + [anon_sym_nullptr] = ACTIONS(1362), [sym_comment] = ACTIONS(3), }, [252] = { @@ -46232,202 +46223,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [254] = { - [sym_identifier] = ACTIONS(1358), - [aux_sym_preproc_include_token1] = ACTIONS(1358), - [aux_sym_preproc_def_token1] = ACTIONS(1358), - [aux_sym_preproc_if_token1] = ACTIONS(1358), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1358), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1358), - [sym_preproc_directive] = ACTIONS(1358), - [anon_sym_LPAREN2] = ACTIONS(1360), - [anon_sym_BANG] = ACTIONS(1360), - [anon_sym_TILDE] = ACTIONS(1360), - [anon_sym_DASH] = ACTIONS(1358), - [anon_sym_PLUS] = ACTIONS(1358), - [anon_sym_STAR] = ACTIONS(1360), - [anon_sym_AMP] = ACTIONS(1360), - [anon_sym_SEMI] = ACTIONS(1360), - [anon_sym___extension__] = ACTIONS(1358), - [anon_sym_typedef] = ACTIONS(1358), - [anon_sym_extern] = ACTIONS(1358), - [anon_sym___attribute__] = ACTIONS(1358), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1360), - [anon_sym___declspec] = ACTIONS(1358), - [anon_sym___cdecl] = ACTIONS(1358), - [anon_sym___clrcall] = ACTIONS(1358), - [anon_sym___stdcall] = ACTIONS(1358), - [anon_sym___fastcall] = ACTIONS(1358), - [anon_sym___thiscall] = ACTIONS(1358), - [anon_sym___vectorcall] = ACTIONS(1358), - [anon_sym_LBRACE] = ACTIONS(1360), - [anon_sym_RBRACE] = ACTIONS(1360), - [anon_sym_signed] = ACTIONS(1358), - [anon_sym_unsigned] = ACTIONS(1358), - [anon_sym_long] = ACTIONS(1358), - [anon_sym_short] = ACTIONS(1358), - [anon_sym_static] = ACTIONS(1358), - [anon_sym_auto] = ACTIONS(1358), - [anon_sym_register] = ACTIONS(1358), - [anon_sym_inline] = ACTIONS(1358), - [anon_sym___inline] = ACTIONS(1358), - [anon_sym___inline__] = ACTIONS(1358), - [anon_sym___forceinline] = ACTIONS(1358), - [anon_sym_thread_local] = ACTIONS(1358), - [anon_sym___thread] = ACTIONS(1358), - [anon_sym_const] = ACTIONS(1358), - [anon_sym_constexpr] = ACTIONS(1358), - [anon_sym_volatile] = ACTIONS(1358), - [anon_sym_restrict] = ACTIONS(1358), - [anon_sym___restrict__] = ACTIONS(1358), - [anon_sym__Atomic] = ACTIONS(1358), - [anon_sym__Noreturn] = ACTIONS(1358), - [anon_sym_noreturn] = ACTIONS(1358), - [sym_primitive_type] = ACTIONS(1358), - [anon_sym_enum] = ACTIONS(1358), - [anon_sym_struct] = ACTIONS(1358), - [anon_sym_union] = ACTIONS(1358), - [anon_sym_if] = ACTIONS(1358), - [anon_sym_else] = ACTIONS(1358), - [anon_sym_switch] = ACTIONS(1358), - [anon_sym_case] = ACTIONS(1358), - [anon_sym_default] = ACTIONS(1358), - [anon_sym_while] = ACTIONS(1358), - [anon_sym_do] = ACTIONS(1358), - [anon_sym_for] = ACTIONS(1358), - [anon_sym_return] = ACTIONS(1358), - [anon_sym_break] = ACTIONS(1358), - [anon_sym_continue] = ACTIONS(1358), - [anon_sym_goto] = ACTIONS(1358), - [anon_sym___try] = ACTIONS(1358), - [anon_sym___leave] = ACTIONS(1358), - [anon_sym_DASH_DASH] = ACTIONS(1360), - [anon_sym_PLUS_PLUS] = ACTIONS(1360), - [anon_sym_sizeof] = ACTIONS(1358), - [anon_sym___alignof__] = ACTIONS(1358), - [anon_sym___alignof] = ACTIONS(1358), - [anon_sym__alignof] = ACTIONS(1358), - [anon_sym_alignof] = ACTIONS(1358), - [anon_sym__Alignof] = ACTIONS(1358), - [anon_sym_offsetof] = ACTIONS(1358), - [anon_sym__Generic] = ACTIONS(1358), - [anon_sym_asm] = ACTIONS(1358), - [anon_sym___asm__] = ACTIONS(1358), - [sym_number_literal] = ACTIONS(1360), - [anon_sym_L_SQUOTE] = ACTIONS(1360), - [anon_sym_u_SQUOTE] = ACTIONS(1360), - [anon_sym_U_SQUOTE] = ACTIONS(1360), - [anon_sym_u8_SQUOTE] = ACTIONS(1360), - [anon_sym_SQUOTE] = ACTIONS(1360), - [anon_sym_L_DQUOTE] = ACTIONS(1360), - [anon_sym_u_DQUOTE] = ACTIONS(1360), - [anon_sym_U_DQUOTE] = ACTIONS(1360), - [anon_sym_u8_DQUOTE] = ACTIONS(1360), - [anon_sym_DQUOTE] = ACTIONS(1360), - [sym_true] = ACTIONS(1358), - [sym_false] = ACTIONS(1358), - [anon_sym_NULL] = ACTIONS(1358), - [anon_sym_nullptr] = ACTIONS(1358), - [sym_comment] = ACTIONS(3), - }, - [255] = { - [sym_identifier] = ACTIONS(1362), - [aux_sym_preproc_include_token1] = ACTIONS(1362), - [aux_sym_preproc_def_token1] = ACTIONS(1362), - [aux_sym_preproc_if_token1] = ACTIONS(1362), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1362), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1362), - [sym_preproc_directive] = ACTIONS(1362), - [anon_sym_LPAREN2] = ACTIONS(1364), - [anon_sym_BANG] = ACTIONS(1364), - [anon_sym_TILDE] = ACTIONS(1364), - [anon_sym_DASH] = ACTIONS(1362), - [anon_sym_PLUS] = ACTIONS(1362), - [anon_sym_STAR] = ACTIONS(1364), - [anon_sym_AMP] = ACTIONS(1364), - [anon_sym_SEMI] = ACTIONS(1364), - [anon_sym___extension__] = ACTIONS(1362), - [anon_sym_typedef] = ACTIONS(1362), - [anon_sym_extern] = ACTIONS(1362), - [anon_sym___attribute__] = ACTIONS(1362), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1364), - [anon_sym___declspec] = ACTIONS(1362), - [anon_sym___cdecl] = ACTIONS(1362), - [anon_sym___clrcall] = ACTIONS(1362), - [anon_sym___stdcall] = ACTIONS(1362), - [anon_sym___fastcall] = ACTIONS(1362), - [anon_sym___thiscall] = ACTIONS(1362), - [anon_sym___vectorcall] = ACTIONS(1362), - [anon_sym_LBRACE] = ACTIONS(1364), - [anon_sym_RBRACE] = ACTIONS(1364), - [anon_sym_signed] = ACTIONS(1362), - [anon_sym_unsigned] = ACTIONS(1362), - [anon_sym_long] = ACTIONS(1362), - [anon_sym_short] = ACTIONS(1362), - [anon_sym_static] = ACTIONS(1362), - [anon_sym_auto] = ACTIONS(1362), - [anon_sym_register] = ACTIONS(1362), - [anon_sym_inline] = ACTIONS(1362), - [anon_sym___inline] = ACTIONS(1362), - [anon_sym___inline__] = ACTIONS(1362), - [anon_sym___forceinline] = ACTIONS(1362), - [anon_sym_thread_local] = ACTIONS(1362), - [anon_sym___thread] = ACTIONS(1362), - [anon_sym_const] = ACTIONS(1362), - [anon_sym_constexpr] = ACTIONS(1362), - [anon_sym_volatile] = ACTIONS(1362), - [anon_sym_restrict] = ACTIONS(1362), - [anon_sym___restrict__] = ACTIONS(1362), - [anon_sym__Atomic] = ACTIONS(1362), - [anon_sym__Noreturn] = ACTIONS(1362), - [anon_sym_noreturn] = ACTIONS(1362), - [sym_primitive_type] = ACTIONS(1362), - [anon_sym_enum] = ACTIONS(1362), - [anon_sym_struct] = ACTIONS(1362), - [anon_sym_union] = ACTIONS(1362), - [anon_sym_if] = ACTIONS(1362), - [anon_sym_else] = ACTIONS(1362), - [anon_sym_switch] = ACTIONS(1362), - [anon_sym_case] = ACTIONS(1362), - [anon_sym_default] = ACTIONS(1362), - [anon_sym_while] = ACTIONS(1362), - [anon_sym_do] = ACTIONS(1362), - [anon_sym_for] = ACTIONS(1362), - [anon_sym_return] = ACTIONS(1362), - [anon_sym_break] = ACTIONS(1362), - [anon_sym_continue] = ACTIONS(1362), - [anon_sym_goto] = ACTIONS(1362), - [anon_sym___try] = ACTIONS(1362), - [anon_sym___leave] = ACTIONS(1362), - [anon_sym_DASH_DASH] = ACTIONS(1364), - [anon_sym_PLUS_PLUS] = ACTIONS(1364), - [anon_sym_sizeof] = ACTIONS(1362), - [anon_sym___alignof__] = ACTIONS(1362), - [anon_sym___alignof] = ACTIONS(1362), - [anon_sym__alignof] = ACTIONS(1362), - [anon_sym_alignof] = ACTIONS(1362), - [anon_sym__Alignof] = ACTIONS(1362), - [anon_sym_offsetof] = ACTIONS(1362), - [anon_sym__Generic] = ACTIONS(1362), - [anon_sym_asm] = ACTIONS(1362), - [anon_sym___asm__] = ACTIONS(1362), - [sym_number_literal] = ACTIONS(1364), - [anon_sym_L_SQUOTE] = ACTIONS(1364), - [anon_sym_u_SQUOTE] = ACTIONS(1364), - [anon_sym_U_SQUOTE] = ACTIONS(1364), - [anon_sym_u8_SQUOTE] = ACTIONS(1364), - [anon_sym_SQUOTE] = ACTIONS(1364), - [anon_sym_L_DQUOTE] = ACTIONS(1364), - [anon_sym_u_DQUOTE] = ACTIONS(1364), - [anon_sym_U_DQUOTE] = ACTIONS(1364), - [anon_sym_u8_DQUOTE] = ACTIONS(1364), - [anon_sym_DQUOTE] = ACTIONS(1364), - [sym_true] = ACTIONS(1362), - [sym_false] = ACTIONS(1362), - [anon_sym_NULL] = ACTIONS(1362), - [anon_sym_nullptr] = ACTIONS(1362), - [sym_comment] = ACTIONS(3), - }, - [256] = { [ts_builtin_sym_end] = ACTIONS(1312), [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), @@ -46525,105 +46320,105 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [257] = { - [ts_builtin_sym_end] = ACTIONS(1336), - [sym_identifier] = ACTIONS(1334), - [aux_sym_preproc_include_token1] = ACTIONS(1334), - [aux_sym_preproc_def_token1] = ACTIONS(1334), - [aux_sym_preproc_if_token1] = ACTIONS(1334), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1334), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1334), - [sym_preproc_directive] = ACTIONS(1334), - [anon_sym_LPAREN2] = ACTIONS(1336), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_TILDE] = ACTIONS(1336), - [anon_sym_DASH] = ACTIONS(1334), - [anon_sym_PLUS] = ACTIONS(1334), - [anon_sym_STAR] = ACTIONS(1336), - [anon_sym_AMP] = ACTIONS(1336), - [anon_sym_SEMI] = ACTIONS(1336), - [anon_sym___extension__] = ACTIONS(1334), - [anon_sym_typedef] = ACTIONS(1334), - [anon_sym_extern] = ACTIONS(1334), - [anon_sym___attribute__] = ACTIONS(1334), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1336), - [anon_sym___declspec] = ACTIONS(1334), - [anon_sym___cdecl] = ACTIONS(1334), - [anon_sym___clrcall] = ACTIONS(1334), - [anon_sym___stdcall] = ACTIONS(1334), - [anon_sym___fastcall] = ACTIONS(1334), - [anon_sym___thiscall] = ACTIONS(1334), - [anon_sym___vectorcall] = ACTIONS(1334), - [anon_sym_LBRACE] = ACTIONS(1336), - [anon_sym_signed] = ACTIONS(1334), - [anon_sym_unsigned] = ACTIONS(1334), - [anon_sym_long] = ACTIONS(1334), - [anon_sym_short] = ACTIONS(1334), - [anon_sym_static] = ACTIONS(1334), - [anon_sym_auto] = ACTIONS(1334), - [anon_sym_register] = ACTIONS(1334), - [anon_sym_inline] = ACTIONS(1334), - [anon_sym___inline] = ACTIONS(1334), - [anon_sym___inline__] = ACTIONS(1334), - [anon_sym___forceinline] = ACTIONS(1334), - [anon_sym_thread_local] = ACTIONS(1334), - [anon_sym___thread] = ACTIONS(1334), - [anon_sym_const] = ACTIONS(1334), - [anon_sym_constexpr] = ACTIONS(1334), - [anon_sym_volatile] = ACTIONS(1334), - [anon_sym_restrict] = ACTIONS(1334), - [anon_sym___restrict__] = ACTIONS(1334), - [anon_sym__Atomic] = ACTIONS(1334), - [anon_sym__Noreturn] = ACTIONS(1334), - [anon_sym_noreturn] = ACTIONS(1334), - [sym_primitive_type] = ACTIONS(1334), - [anon_sym_enum] = ACTIONS(1334), - [anon_sym_struct] = ACTIONS(1334), - [anon_sym_union] = ACTIONS(1334), - [anon_sym_if] = ACTIONS(1334), - [anon_sym_else] = ACTIONS(1334), - [anon_sym_switch] = ACTIONS(1334), - [anon_sym_case] = ACTIONS(1334), - [anon_sym_default] = ACTIONS(1334), - [anon_sym_while] = ACTIONS(1334), - [anon_sym_do] = ACTIONS(1334), - [anon_sym_for] = ACTIONS(1334), - [anon_sym_return] = ACTIONS(1334), - [anon_sym_break] = ACTIONS(1334), - [anon_sym_continue] = ACTIONS(1334), - [anon_sym_goto] = ACTIONS(1334), - [anon_sym___try] = ACTIONS(1334), - [anon_sym___leave] = ACTIONS(1334), - [anon_sym_DASH_DASH] = ACTIONS(1336), - [anon_sym_PLUS_PLUS] = ACTIONS(1336), - [anon_sym_sizeof] = ACTIONS(1334), - [anon_sym___alignof__] = ACTIONS(1334), - [anon_sym___alignof] = ACTIONS(1334), - [anon_sym__alignof] = ACTIONS(1334), - [anon_sym_alignof] = ACTIONS(1334), - [anon_sym__Alignof] = ACTIONS(1334), - [anon_sym_offsetof] = ACTIONS(1334), - [anon_sym__Generic] = ACTIONS(1334), - [anon_sym_asm] = ACTIONS(1334), - [anon_sym___asm__] = ACTIONS(1334), - [sym_number_literal] = ACTIONS(1336), - [anon_sym_L_SQUOTE] = ACTIONS(1336), - [anon_sym_u_SQUOTE] = ACTIONS(1336), - [anon_sym_U_SQUOTE] = ACTIONS(1336), - [anon_sym_u8_SQUOTE] = ACTIONS(1336), - [anon_sym_SQUOTE] = ACTIONS(1336), - [anon_sym_L_DQUOTE] = ACTIONS(1336), - [anon_sym_u_DQUOTE] = ACTIONS(1336), - [anon_sym_U_DQUOTE] = ACTIONS(1336), - [anon_sym_u8_DQUOTE] = ACTIONS(1336), - [anon_sym_DQUOTE] = ACTIONS(1336), - [sym_true] = ACTIONS(1334), - [sym_false] = ACTIONS(1334), - [anon_sym_NULL] = ACTIONS(1334), - [anon_sym_nullptr] = ACTIONS(1334), + [255] = { + [ts_builtin_sym_end] = ACTIONS(1340), + [sym_identifier] = ACTIONS(1338), + [aux_sym_preproc_include_token1] = ACTIONS(1338), + [aux_sym_preproc_def_token1] = ACTIONS(1338), + [aux_sym_preproc_if_token1] = ACTIONS(1338), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1338), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1338), + [sym_preproc_directive] = ACTIONS(1338), + [anon_sym_LPAREN2] = ACTIONS(1340), + [anon_sym_BANG] = ACTIONS(1340), + [anon_sym_TILDE] = ACTIONS(1340), + [anon_sym_DASH] = ACTIONS(1338), + [anon_sym_PLUS] = ACTIONS(1338), + [anon_sym_STAR] = ACTIONS(1340), + [anon_sym_AMP] = ACTIONS(1340), + [anon_sym_SEMI] = ACTIONS(1340), + [anon_sym___extension__] = ACTIONS(1338), + [anon_sym_typedef] = ACTIONS(1338), + [anon_sym_extern] = ACTIONS(1338), + [anon_sym___attribute__] = ACTIONS(1338), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1340), + [anon_sym___declspec] = ACTIONS(1338), + [anon_sym___cdecl] = ACTIONS(1338), + [anon_sym___clrcall] = ACTIONS(1338), + [anon_sym___stdcall] = ACTIONS(1338), + [anon_sym___fastcall] = ACTIONS(1338), + [anon_sym___thiscall] = ACTIONS(1338), + [anon_sym___vectorcall] = ACTIONS(1338), + [anon_sym_LBRACE] = ACTIONS(1340), + [anon_sym_signed] = ACTIONS(1338), + [anon_sym_unsigned] = ACTIONS(1338), + [anon_sym_long] = ACTIONS(1338), + [anon_sym_short] = ACTIONS(1338), + [anon_sym_static] = ACTIONS(1338), + [anon_sym_auto] = ACTIONS(1338), + [anon_sym_register] = ACTIONS(1338), + [anon_sym_inline] = ACTIONS(1338), + [anon_sym___inline] = ACTIONS(1338), + [anon_sym___inline__] = ACTIONS(1338), + [anon_sym___forceinline] = ACTIONS(1338), + [anon_sym_thread_local] = ACTIONS(1338), + [anon_sym___thread] = ACTIONS(1338), + [anon_sym_const] = ACTIONS(1338), + [anon_sym_constexpr] = ACTIONS(1338), + [anon_sym_volatile] = ACTIONS(1338), + [anon_sym_restrict] = ACTIONS(1338), + [anon_sym___restrict__] = ACTIONS(1338), + [anon_sym__Atomic] = ACTIONS(1338), + [anon_sym__Noreturn] = ACTIONS(1338), + [anon_sym_noreturn] = ACTIONS(1338), + [sym_primitive_type] = ACTIONS(1338), + [anon_sym_enum] = ACTIONS(1338), + [anon_sym_struct] = ACTIONS(1338), + [anon_sym_union] = ACTIONS(1338), + [anon_sym_if] = ACTIONS(1338), + [anon_sym_else] = ACTIONS(1338), + [anon_sym_switch] = ACTIONS(1338), + [anon_sym_case] = ACTIONS(1338), + [anon_sym_default] = ACTIONS(1338), + [anon_sym_while] = ACTIONS(1338), + [anon_sym_do] = ACTIONS(1338), + [anon_sym_for] = ACTIONS(1338), + [anon_sym_return] = ACTIONS(1338), + [anon_sym_break] = ACTIONS(1338), + [anon_sym_continue] = ACTIONS(1338), + [anon_sym_goto] = ACTIONS(1338), + [anon_sym___try] = ACTIONS(1338), + [anon_sym___leave] = ACTIONS(1338), + [anon_sym_DASH_DASH] = ACTIONS(1340), + [anon_sym_PLUS_PLUS] = ACTIONS(1340), + [anon_sym_sizeof] = ACTIONS(1338), + [anon_sym___alignof__] = ACTIONS(1338), + [anon_sym___alignof] = ACTIONS(1338), + [anon_sym__alignof] = ACTIONS(1338), + [anon_sym_alignof] = ACTIONS(1338), + [anon_sym__Alignof] = ACTIONS(1338), + [anon_sym_offsetof] = ACTIONS(1338), + [anon_sym__Generic] = ACTIONS(1338), + [anon_sym_asm] = ACTIONS(1338), + [anon_sym___asm__] = ACTIONS(1338), + [sym_number_literal] = ACTIONS(1340), + [anon_sym_L_SQUOTE] = ACTIONS(1340), + [anon_sym_u_SQUOTE] = ACTIONS(1340), + [anon_sym_U_SQUOTE] = ACTIONS(1340), + [anon_sym_u8_SQUOTE] = ACTIONS(1340), + [anon_sym_SQUOTE] = ACTIONS(1340), + [anon_sym_L_DQUOTE] = ACTIONS(1340), + [anon_sym_u_DQUOTE] = ACTIONS(1340), + [anon_sym_U_DQUOTE] = ACTIONS(1340), + [anon_sym_u8_DQUOTE] = ACTIONS(1340), + [anon_sym_DQUOTE] = ACTIONS(1340), + [sym_true] = ACTIONS(1338), + [sym_false] = ACTIONS(1338), + [anon_sym_NULL] = ACTIONS(1338), + [anon_sym_nullptr] = ACTIONS(1338), [sym_comment] = ACTIONS(3), }, - [258] = { + [256] = { [sym_identifier] = ACTIONS(1366), [aux_sym_preproc_include_token1] = ACTIONS(1366), [aux_sym_preproc_def_token1] = ACTIONS(1366), @@ -46721,105 +46516,203 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1366), [sym_comment] = ACTIONS(3), }, - [259] = { - [ts_builtin_sym_end] = ACTIONS(1340), - [sym_identifier] = ACTIONS(1338), - [aux_sym_preproc_include_token1] = ACTIONS(1338), - [aux_sym_preproc_def_token1] = ACTIONS(1338), - [aux_sym_preproc_if_token1] = ACTIONS(1338), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1338), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1338), - [sym_preproc_directive] = ACTIONS(1338), - [anon_sym_LPAREN2] = ACTIONS(1340), - [anon_sym_BANG] = ACTIONS(1340), - [anon_sym_TILDE] = ACTIONS(1340), - [anon_sym_DASH] = ACTIONS(1338), - [anon_sym_PLUS] = ACTIONS(1338), - [anon_sym_STAR] = ACTIONS(1340), - [anon_sym_AMP] = ACTIONS(1340), - [anon_sym_SEMI] = ACTIONS(1340), - [anon_sym___extension__] = ACTIONS(1338), - [anon_sym_typedef] = ACTIONS(1338), - [anon_sym_extern] = ACTIONS(1338), - [anon_sym___attribute__] = ACTIONS(1338), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1340), - [anon_sym___declspec] = ACTIONS(1338), - [anon_sym___cdecl] = ACTIONS(1338), - [anon_sym___clrcall] = ACTIONS(1338), - [anon_sym___stdcall] = ACTIONS(1338), - [anon_sym___fastcall] = ACTIONS(1338), - [anon_sym___thiscall] = ACTIONS(1338), - [anon_sym___vectorcall] = ACTIONS(1338), - [anon_sym_LBRACE] = ACTIONS(1340), - [anon_sym_signed] = ACTIONS(1338), - [anon_sym_unsigned] = ACTIONS(1338), - [anon_sym_long] = ACTIONS(1338), - [anon_sym_short] = ACTIONS(1338), - [anon_sym_static] = ACTIONS(1338), - [anon_sym_auto] = ACTIONS(1338), - [anon_sym_register] = ACTIONS(1338), - [anon_sym_inline] = ACTIONS(1338), - [anon_sym___inline] = ACTIONS(1338), - [anon_sym___inline__] = ACTIONS(1338), - [anon_sym___forceinline] = ACTIONS(1338), - [anon_sym_thread_local] = ACTIONS(1338), - [anon_sym___thread] = ACTIONS(1338), - [anon_sym_const] = ACTIONS(1338), - [anon_sym_constexpr] = ACTIONS(1338), - [anon_sym_volatile] = ACTIONS(1338), - [anon_sym_restrict] = ACTIONS(1338), - [anon_sym___restrict__] = ACTIONS(1338), - [anon_sym__Atomic] = ACTIONS(1338), - [anon_sym__Noreturn] = ACTIONS(1338), - [anon_sym_noreturn] = ACTIONS(1338), - [sym_primitive_type] = ACTIONS(1338), - [anon_sym_enum] = ACTIONS(1338), - [anon_sym_struct] = ACTIONS(1338), - [anon_sym_union] = ACTIONS(1338), - [anon_sym_if] = ACTIONS(1338), - [anon_sym_else] = ACTIONS(1338), - [anon_sym_switch] = ACTIONS(1338), - [anon_sym_case] = ACTIONS(1338), - [anon_sym_default] = ACTIONS(1338), - [anon_sym_while] = ACTIONS(1338), - [anon_sym_do] = ACTIONS(1338), - [anon_sym_for] = ACTIONS(1338), - [anon_sym_return] = ACTIONS(1338), - [anon_sym_break] = ACTIONS(1338), - [anon_sym_continue] = ACTIONS(1338), - [anon_sym_goto] = ACTIONS(1338), - [anon_sym___try] = ACTIONS(1338), - [anon_sym___leave] = ACTIONS(1338), - [anon_sym_DASH_DASH] = ACTIONS(1340), - [anon_sym_PLUS_PLUS] = ACTIONS(1340), - [anon_sym_sizeof] = ACTIONS(1338), - [anon_sym___alignof__] = ACTIONS(1338), - [anon_sym___alignof] = ACTIONS(1338), - [anon_sym__alignof] = ACTIONS(1338), - [anon_sym_alignof] = ACTIONS(1338), - [anon_sym__Alignof] = ACTIONS(1338), - [anon_sym_offsetof] = ACTIONS(1338), - [anon_sym__Generic] = ACTIONS(1338), - [anon_sym_asm] = ACTIONS(1338), - [anon_sym___asm__] = ACTIONS(1338), - [sym_number_literal] = ACTIONS(1340), - [anon_sym_L_SQUOTE] = ACTIONS(1340), - [anon_sym_u_SQUOTE] = ACTIONS(1340), - [anon_sym_U_SQUOTE] = ACTIONS(1340), - [anon_sym_u8_SQUOTE] = ACTIONS(1340), - [anon_sym_SQUOTE] = ACTIONS(1340), - [anon_sym_L_DQUOTE] = ACTIONS(1340), - [anon_sym_u_DQUOTE] = ACTIONS(1340), - [anon_sym_U_DQUOTE] = ACTIONS(1340), - [anon_sym_u8_DQUOTE] = ACTIONS(1340), - [anon_sym_DQUOTE] = ACTIONS(1340), - [sym_true] = ACTIONS(1338), - [sym_false] = ACTIONS(1338), - [anon_sym_NULL] = ACTIONS(1338), - [anon_sym_nullptr] = ACTIONS(1338), + [257] = { + [ts_builtin_sym_end] = ACTIONS(1312), + [sym_identifier] = ACTIONS(1310), + [aux_sym_preproc_include_token1] = ACTIONS(1310), + [aux_sym_preproc_def_token1] = ACTIONS(1310), + [aux_sym_preproc_if_token1] = ACTIONS(1310), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1310), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1310), + [sym_preproc_directive] = ACTIONS(1310), + [anon_sym_LPAREN2] = ACTIONS(1312), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_TILDE] = ACTIONS(1312), + [anon_sym_DASH] = ACTIONS(1310), + [anon_sym_PLUS] = ACTIONS(1310), + [anon_sym_STAR] = ACTIONS(1312), + [anon_sym_AMP] = ACTIONS(1312), + [anon_sym_SEMI] = ACTIONS(1312), + [anon_sym___extension__] = ACTIONS(1310), + [anon_sym_typedef] = ACTIONS(1310), + [anon_sym_extern] = ACTIONS(1310), + [anon_sym___attribute__] = ACTIONS(1310), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1312), + [anon_sym___declspec] = ACTIONS(1310), + [anon_sym___cdecl] = ACTIONS(1310), + [anon_sym___clrcall] = ACTIONS(1310), + [anon_sym___stdcall] = ACTIONS(1310), + [anon_sym___fastcall] = ACTIONS(1310), + [anon_sym___thiscall] = ACTIONS(1310), + [anon_sym___vectorcall] = ACTIONS(1310), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_signed] = ACTIONS(1310), + [anon_sym_unsigned] = ACTIONS(1310), + [anon_sym_long] = ACTIONS(1310), + [anon_sym_short] = ACTIONS(1310), + [anon_sym_static] = ACTIONS(1310), + [anon_sym_auto] = ACTIONS(1310), + [anon_sym_register] = ACTIONS(1310), + [anon_sym_inline] = ACTIONS(1310), + [anon_sym___inline] = ACTIONS(1310), + [anon_sym___inline__] = ACTIONS(1310), + [anon_sym___forceinline] = ACTIONS(1310), + [anon_sym_thread_local] = ACTIONS(1310), + [anon_sym___thread] = ACTIONS(1310), + [anon_sym_const] = ACTIONS(1310), + [anon_sym_constexpr] = ACTIONS(1310), + [anon_sym_volatile] = ACTIONS(1310), + [anon_sym_restrict] = ACTIONS(1310), + [anon_sym___restrict__] = ACTIONS(1310), + [anon_sym__Atomic] = ACTIONS(1310), + [anon_sym__Noreturn] = ACTIONS(1310), + [anon_sym_noreturn] = ACTIONS(1310), + [sym_primitive_type] = ACTIONS(1310), + [anon_sym_enum] = ACTIONS(1310), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_union] = ACTIONS(1310), + [anon_sym_if] = ACTIONS(1310), + [anon_sym_else] = ACTIONS(1310), + [anon_sym_switch] = ACTIONS(1310), + [anon_sym_case] = ACTIONS(1310), + [anon_sym_default] = ACTIONS(1310), + [anon_sym_while] = ACTIONS(1310), + [anon_sym_do] = ACTIONS(1310), + [anon_sym_for] = ACTIONS(1310), + [anon_sym_return] = ACTIONS(1310), + [anon_sym_break] = ACTIONS(1310), + [anon_sym_continue] = ACTIONS(1310), + [anon_sym_goto] = ACTIONS(1310), + [anon_sym___try] = ACTIONS(1310), + [anon_sym___leave] = ACTIONS(1310), + [anon_sym_DASH_DASH] = ACTIONS(1312), + [anon_sym_PLUS_PLUS] = ACTIONS(1312), + [anon_sym_sizeof] = ACTIONS(1310), + [anon_sym___alignof__] = ACTIONS(1310), + [anon_sym___alignof] = ACTIONS(1310), + [anon_sym__alignof] = ACTIONS(1310), + [anon_sym_alignof] = ACTIONS(1310), + [anon_sym__Alignof] = ACTIONS(1310), + [anon_sym_offsetof] = ACTIONS(1310), + [anon_sym__Generic] = ACTIONS(1310), + [anon_sym_asm] = ACTIONS(1310), + [anon_sym___asm__] = ACTIONS(1310), + [sym_number_literal] = ACTIONS(1312), + [anon_sym_L_SQUOTE] = ACTIONS(1312), + [anon_sym_u_SQUOTE] = ACTIONS(1312), + [anon_sym_U_SQUOTE] = ACTIONS(1312), + [anon_sym_u8_SQUOTE] = ACTIONS(1312), + [anon_sym_SQUOTE] = ACTIONS(1312), + [anon_sym_L_DQUOTE] = ACTIONS(1312), + [anon_sym_u_DQUOTE] = ACTIONS(1312), + [anon_sym_U_DQUOTE] = ACTIONS(1312), + [anon_sym_u8_DQUOTE] = ACTIONS(1312), + [anon_sym_DQUOTE] = ACTIONS(1312), + [sym_true] = ACTIONS(1310), + [sym_false] = ACTIONS(1310), + [anon_sym_NULL] = ACTIONS(1310), + [anon_sym_nullptr] = ACTIONS(1310), + [sym_comment] = ACTIONS(3), + }, + [258] = { + [ts_builtin_sym_end] = ACTIONS(1344), + [sym_identifier] = ACTIONS(1342), + [aux_sym_preproc_include_token1] = ACTIONS(1342), + [aux_sym_preproc_def_token1] = ACTIONS(1342), + [aux_sym_preproc_if_token1] = ACTIONS(1342), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1342), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1342), + [sym_preproc_directive] = ACTIONS(1342), + [anon_sym_LPAREN2] = ACTIONS(1344), + [anon_sym_BANG] = ACTIONS(1344), + [anon_sym_TILDE] = ACTIONS(1344), + [anon_sym_DASH] = ACTIONS(1342), + [anon_sym_PLUS] = ACTIONS(1342), + [anon_sym_STAR] = ACTIONS(1344), + [anon_sym_AMP] = ACTIONS(1344), + [anon_sym_SEMI] = ACTIONS(1344), + [anon_sym___extension__] = ACTIONS(1342), + [anon_sym_typedef] = ACTIONS(1342), + [anon_sym_extern] = ACTIONS(1342), + [anon_sym___attribute__] = ACTIONS(1342), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1344), + [anon_sym___declspec] = ACTIONS(1342), + [anon_sym___cdecl] = ACTIONS(1342), + [anon_sym___clrcall] = ACTIONS(1342), + [anon_sym___stdcall] = ACTIONS(1342), + [anon_sym___fastcall] = ACTIONS(1342), + [anon_sym___thiscall] = ACTIONS(1342), + [anon_sym___vectorcall] = ACTIONS(1342), + [anon_sym_LBRACE] = ACTIONS(1344), + [anon_sym_signed] = ACTIONS(1342), + [anon_sym_unsigned] = ACTIONS(1342), + [anon_sym_long] = ACTIONS(1342), + [anon_sym_short] = ACTIONS(1342), + [anon_sym_static] = ACTIONS(1342), + [anon_sym_auto] = ACTIONS(1342), + [anon_sym_register] = ACTIONS(1342), + [anon_sym_inline] = ACTIONS(1342), + [anon_sym___inline] = ACTIONS(1342), + [anon_sym___inline__] = ACTIONS(1342), + [anon_sym___forceinline] = ACTIONS(1342), + [anon_sym_thread_local] = ACTIONS(1342), + [anon_sym___thread] = ACTIONS(1342), + [anon_sym_const] = ACTIONS(1342), + [anon_sym_constexpr] = ACTIONS(1342), + [anon_sym_volatile] = ACTIONS(1342), + [anon_sym_restrict] = ACTIONS(1342), + [anon_sym___restrict__] = ACTIONS(1342), + [anon_sym__Atomic] = ACTIONS(1342), + [anon_sym__Noreturn] = ACTIONS(1342), + [anon_sym_noreturn] = ACTIONS(1342), + [sym_primitive_type] = ACTIONS(1342), + [anon_sym_enum] = ACTIONS(1342), + [anon_sym_struct] = ACTIONS(1342), + [anon_sym_union] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1342), + [anon_sym_else] = ACTIONS(1342), + [anon_sym_switch] = ACTIONS(1342), + [anon_sym_case] = ACTIONS(1342), + [anon_sym_default] = ACTIONS(1342), + [anon_sym_while] = ACTIONS(1342), + [anon_sym_do] = ACTIONS(1342), + [anon_sym_for] = ACTIONS(1342), + [anon_sym_return] = ACTIONS(1342), + [anon_sym_break] = ACTIONS(1342), + [anon_sym_continue] = ACTIONS(1342), + [anon_sym_goto] = ACTIONS(1342), + [anon_sym___try] = ACTIONS(1342), + [anon_sym___leave] = ACTIONS(1342), + [anon_sym_DASH_DASH] = ACTIONS(1344), + [anon_sym_PLUS_PLUS] = ACTIONS(1344), + [anon_sym_sizeof] = ACTIONS(1342), + [anon_sym___alignof__] = ACTIONS(1342), + [anon_sym___alignof] = ACTIONS(1342), + [anon_sym__alignof] = ACTIONS(1342), + [anon_sym_alignof] = ACTIONS(1342), + [anon_sym__Alignof] = ACTIONS(1342), + [anon_sym_offsetof] = ACTIONS(1342), + [anon_sym__Generic] = ACTIONS(1342), + [anon_sym_asm] = ACTIONS(1342), + [anon_sym___asm__] = ACTIONS(1342), + [sym_number_literal] = ACTIONS(1344), + [anon_sym_L_SQUOTE] = ACTIONS(1344), + [anon_sym_u_SQUOTE] = ACTIONS(1344), + [anon_sym_U_SQUOTE] = ACTIONS(1344), + [anon_sym_u8_SQUOTE] = ACTIONS(1344), + [anon_sym_SQUOTE] = ACTIONS(1344), + [anon_sym_L_DQUOTE] = ACTIONS(1344), + [anon_sym_u_DQUOTE] = ACTIONS(1344), + [anon_sym_U_DQUOTE] = ACTIONS(1344), + [anon_sym_u8_DQUOTE] = ACTIONS(1344), + [anon_sym_DQUOTE] = ACTIONS(1344), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [anon_sym_NULL] = ACTIONS(1342), + [anon_sym_nullptr] = ACTIONS(1342), [sym_comment] = ACTIONS(3), }, - [260] = { + [259] = { [sym_identifier] = ACTIONS(1308), [aux_sym_preproc_include_token1] = ACTIONS(1308), [aux_sym_preproc_def_token1] = ACTIONS(1308), @@ -46917,6 +46810,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1308), [sym_comment] = ACTIONS(3), }, + [260] = { + [ts_builtin_sym_end] = ACTIONS(1312), + [sym_identifier] = ACTIONS(1310), + [aux_sym_preproc_include_token1] = ACTIONS(1310), + [aux_sym_preproc_def_token1] = ACTIONS(1310), + [aux_sym_preproc_if_token1] = ACTIONS(1310), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1310), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1310), + [sym_preproc_directive] = ACTIONS(1310), + [anon_sym_LPAREN2] = ACTIONS(1312), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_TILDE] = ACTIONS(1312), + [anon_sym_DASH] = ACTIONS(1310), + [anon_sym_PLUS] = ACTIONS(1310), + [anon_sym_STAR] = ACTIONS(1312), + [anon_sym_AMP] = ACTIONS(1312), + [anon_sym_SEMI] = ACTIONS(1312), + [anon_sym___extension__] = ACTIONS(1310), + [anon_sym_typedef] = ACTIONS(1310), + [anon_sym_extern] = ACTIONS(1310), + [anon_sym___attribute__] = ACTIONS(1310), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1312), + [anon_sym___declspec] = ACTIONS(1310), + [anon_sym___cdecl] = ACTIONS(1310), + [anon_sym___clrcall] = ACTIONS(1310), + [anon_sym___stdcall] = ACTIONS(1310), + [anon_sym___fastcall] = ACTIONS(1310), + [anon_sym___thiscall] = ACTIONS(1310), + [anon_sym___vectorcall] = ACTIONS(1310), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_signed] = ACTIONS(1310), + [anon_sym_unsigned] = ACTIONS(1310), + [anon_sym_long] = ACTIONS(1310), + [anon_sym_short] = ACTIONS(1310), + [anon_sym_static] = ACTIONS(1310), + [anon_sym_auto] = ACTIONS(1310), + [anon_sym_register] = ACTIONS(1310), + [anon_sym_inline] = ACTIONS(1310), + [anon_sym___inline] = ACTIONS(1310), + [anon_sym___inline__] = ACTIONS(1310), + [anon_sym___forceinline] = ACTIONS(1310), + [anon_sym_thread_local] = ACTIONS(1310), + [anon_sym___thread] = ACTIONS(1310), + [anon_sym_const] = ACTIONS(1310), + [anon_sym_constexpr] = ACTIONS(1310), + [anon_sym_volatile] = ACTIONS(1310), + [anon_sym_restrict] = ACTIONS(1310), + [anon_sym___restrict__] = ACTIONS(1310), + [anon_sym__Atomic] = ACTIONS(1310), + [anon_sym__Noreturn] = ACTIONS(1310), + [anon_sym_noreturn] = ACTIONS(1310), + [sym_primitive_type] = ACTIONS(1310), + [anon_sym_enum] = ACTIONS(1310), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_union] = ACTIONS(1310), + [anon_sym_if] = ACTIONS(1310), + [anon_sym_else] = ACTIONS(1310), + [anon_sym_switch] = ACTIONS(1310), + [anon_sym_case] = ACTIONS(1310), + [anon_sym_default] = ACTIONS(1310), + [anon_sym_while] = ACTIONS(1310), + [anon_sym_do] = ACTIONS(1310), + [anon_sym_for] = ACTIONS(1310), + [anon_sym_return] = ACTIONS(1310), + [anon_sym_break] = ACTIONS(1310), + [anon_sym_continue] = ACTIONS(1310), + [anon_sym_goto] = ACTIONS(1310), + [anon_sym___try] = ACTIONS(1310), + [anon_sym___leave] = ACTIONS(1310), + [anon_sym_DASH_DASH] = ACTIONS(1312), + [anon_sym_PLUS_PLUS] = ACTIONS(1312), + [anon_sym_sizeof] = ACTIONS(1310), + [anon_sym___alignof__] = ACTIONS(1310), + [anon_sym___alignof] = ACTIONS(1310), + [anon_sym__alignof] = ACTIONS(1310), + [anon_sym_alignof] = ACTIONS(1310), + [anon_sym__Alignof] = ACTIONS(1310), + [anon_sym_offsetof] = ACTIONS(1310), + [anon_sym__Generic] = ACTIONS(1310), + [anon_sym_asm] = ACTIONS(1310), + [anon_sym___asm__] = ACTIONS(1310), + [sym_number_literal] = ACTIONS(1312), + [anon_sym_L_SQUOTE] = ACTIONS(1312), + [anon_sym_u_SQUOTE] = ACTIONS(1312), + [anon_sym_U_SQUOTE] = ACTIONS(1312), + [anon_sym_u8_SQUOTE] = ACTIONS(1312), + [anon_sym_SQUOTE] = ACTIONS(1312), + [anon_sym_L_DQUOTE] = ACTIONS(1312), + [anon_sym_u_DQUOTE] = ACTIONS(1312), + [anon_sym_U_DQUOTE] = ACTIONS(1312), + [anon_sym_u8_DQUOTE] = ACTIONS(1312), + [anon_sym_DQUOTE] = ACTIONS(1312), + [sym_true] = ACTIONS(1310), + [sym_false] = ACTIONS(1310), + [anon_sym_NULL] = ACTIONS(1310), + [anon_sym_nullptr] = ACTIONS(1310), + [sym_comment] = ACTIONS(3), + }, [261] = { [ts_builtin_sym_end] = ACTIONS(1304), [sym_identifier] = ACTIONS(1302), @@ -47016,104 +47007,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [262] = { - [ts_builtin_sym_end] = ACTIONS(1400), - [sym_identifier] = ACTIONS(1398), - [aux_sym_preproc_include_token1] = ACTIONS(1398), - [aux_sym_preproc_def_token1] = ACTIONS(1398), - [aux_sym_preproc_if_token1] = ACTIONS(1398), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1398), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1398), - [sym_preproc_directive] = ACTIONS(1398), - [anon_sym_LPAREN2] = ACTIONS(1400), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_TILDE] = ACTIONS(1400), - [anon_sym_DASH] = ACTIONS(1398), - [anon_sym_PLUS] = ACTIONS(1398), - [anon_sym_STAR] = ACTIONS(1400), - [anon_sym_AMP] = ACTIONS(1400), - [anon_sym_SEMI] = ACTIONS(1400), - [anon_sym___extension__] = ACTIONS(1398), - [anon_sym_typedef] = ACTIONS(1398), - [anon_sym_extern] = ACTIONS(1398), - [anon_sym___attribute__] = ACTIONS(1398), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1400), - [anon_sym___declspec] = ACTIONS(1398), - [anon_sym___cdecl] = ACTIONS(1398), - [anon_sym___clrcall] = ACTIONS(1398), - [anon_sym___stdcall] = ACTIONS(1398), - [anon_sym___fastcall] = ACTIONS(1398), - [anon_sym___thiscall] = ACTIONS(1398), - [anon_sym___vectorcall] = ACTIONS(1398), - [anon_sym_LBRACE] = ACTIONS(1400), - [anon_sym_signed] = ACTIONS(1398), - [anon_sym_unsigned] = ACTIONS(1398), - [anon_sym_long] = ACTIONS(1398), - [anon_sym_short] = ACTIONS(1398), - [anon_sym_static] = ACTIONS(1398), - [anon_sym_auto] = ACTIONS(1398), - [anon_sym_register] = ACTIONS(1398), - [anon_sym_inline] = ACTIONS(1398), - [anon_sym___inline] = ACTIONS(1398), - [anon_sym___inline__] = ACTIONS(1398), - [anon_sym___forceinline] = ACTIONS(1398), - [anon_sym_thread_local] = ACTIONS(1398), - [anon_sym___thread] = ACTIONS(1398), - [anon_sym_const] = ACTIONS(1398), - [anon_sym_constexpr] = ACTIONS(1398), - [anon_sym_volatile] = ACTIONS(1398), - [anon_sym_restrict] = ACTIONS(1398), - [anon_sym___restrict__] = ACTIONS(1398), - [anon_sym__Atomic] = ACTIONS(1398), - [anon_sym__Noreturn] = ACTIONS(1398), - [anon_sym_noreturn] = ACTIONS(1398), - [sym_primitive_type] = ACTIONS(1398), - [anon_sym_enum] = ACTIONS(1398), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_union] = ACTIONS(1398), - [anon_sym_if] = ACTIONS(1398), - [anon_sym_else] = ACTIONS(1398), - [anon_sym_switch] = ACTIONS(1398), - [anon_sym_case] = ACTIONS(1398), - [anon_sym_default] = ACTIONS(1398), - [anon_sym_while] = ACTIONS(1398), - [anon_sym_do] = ACTIONS(1398), - [anon_sym_for] = ACTIONS(1398), - [anon_sym_return] = ACTIONS(1398), - [anon_sym_break] = ACTIONS(1398), - [anon_sym_continue] = ACTIONS(1398), - [anon_sym_goto] = ACTIONS(1398), - [anon_sym___try] = ACTIONS(1398), - [anon_sym___leave] = ACTIONS(1398), - [anon_sym_DASH_DASH] = ACTIONS(1400), - [anon_sym_PLUS_PLUS] = ACTIONS(1400), - [anon_sym_sizeof] = ACTIONS(1398), - [anon_sym___alignof__] = ACTIONS(1398), - [anon_sym___alignof] = ACTIONS(1398), - [anon_sym__alignof] = ACTIONS(1398), - [anon_sym_alignof] = ACTIONS(1398), - [anon_sym__Alignof] = ACTIONS(1398), - [anon_sym_offsetof] = ACTIONS(1398), - [anon_sym__Generic] = ACTIONS(1398), - [anon_sym_asm] = ACTIONS(1398), - [anon_sym___asm__] = ACTIONS(1398), - [sym_number_literal] = ACTIONS(1400), - [anon_sym_L_SQUOTE] = ACTIONS(1400), - [anon_sym_u_SQUOTE] = ACTIONS(1400), - [anon_sym_U_SQUOTE] = ACTIONS(1400), - [anon_sym_u8_SQUOTE] = ACTIONS(1400), - [anon_sym_SQUOTE] = ACTIONS(1400), - [anon_sym_L_DQUOTE] = ACTIONS(1400), - [anon_sym_u_DQUOTE] = ACTIONS(1400), - [anon_sym_U_DQUOTE] = ACTIONS(1400), - [anon_sym_u8_DQUOTE] = ACTIONS(1400), - [anon_sym_DQUOTE] = ACTIONS(1400), - [sym_true] = ACTIONS(1398), - [sym_false] = ACTIONS(1398), - [anon_sym_NULL] = ACTIONS(1398), - [anon_sym_nullptr] = ACTIONS(1398), - [sym_comment] = ACTIONS(3), - }, - [263] = { [ts_builtin_sym_end] = ACTIONS(1372), [sym_identifier] = ACTIONS(1370), [aux_sym_preproc_include_token1] = ACTIONS(1370), @@ -47161,254 +47054,155 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_volatile] = ACTIONS(1370), [anon_sym_restrict] = ACTIONS(1370), [anon_sym___restrict__] = ACTIONS(1370), - [anon_sym__Atomic] = ACTIONS(1370), - [anon_sym__Noreturn] = ACTIONS(1370), - [anon_sym_noreturn] = ACTIONS(1370), - [sym_primitive_type] = ACTIONS(1370), - [anon_sym_enum] = ACTIONS(1370), - [anon_sym_struct] = ACTIONS(1370), - [anon_sym_union] = ACTIONS(1370), - [anon_sym_if] = ACTIONS(1370), - [anon_sym_else] = ACTIONS(1370), - [anon_sym_switch] = ACTIONS(1370), - [anon_sym_case] = ACTIONS(1370), - [anon_sym_default] = ACTIONS(1370), - [anon_sym_while] = ACTIONS(1370), - [anon_sym_do] = ACTIONS(1370), - [anon_sym_for] = ACTIONS(1370), - [anon_sym_return] = ACTIONS(1370), - [anon_sym_break] = ACTIONS(1370), - [anon_sym_continue] = ACTIONS(1370), - [anon_sym_goto] = ACTIONS(1370), - [anon_sym___try] = ACTIONS(1370), - [anon_sym___leave] = ACTIONS(1370), - [anon_sym_DASH_DASH] = ACTIONS(1372), - [anon_sym_PLUS_PLUS] = ACTIONS(1372), - [anon_sym_sizeof] = ACTIONS(1370), - [anon_sym___alignof__] = ACTIONS(1370), - [anon_sym___alignof] = ACTIONS(1370), - [anon_sym__alignof] = ACTIONS(1370), - [anon_sym_alignof] = ACTIONS(1370), - [anon_sym__Alignof] = ACTIONS(1370), - [anon_sym_offsetof] = ACTIONS(1370), - [anon_sym__Generic] = ACTIONS(1370), - [anon_sym_asm] = ACTIONS(1370), - [anon_sym___asm__] = ACTIONS(1370), - [sym_number_literal] = ACTIONS(1372), - [anon_sym_L_SQUOTE] = ACTIONS(1372), - [anon_sym_u_SQUOTE] = ACTIONS(1372), - [anon_sym_U_SQUOTE] = ACTIONS(1372), - [anon_sym_u8_SQUOTE] = ACTIONS(1372), - [anon_sym_SQUOTE] = ACTIONS(1372), - [anon_sym_L_DQUOTE] = ACTIONS(1372), - [anon_sym_u_DQUOTE] = ACTIONS(1372), - [anon_sym_U_DQUOTE] = ACTIONS(1372), - [anon_sym_u8_DQUOTE] = ACTIONS(1372), - [anon_sym_DQUOTE] = ACTIONS(1372), - [sym_true] = ACTIONS(1370), - [sym_false] = ACTIONS(1370), - [anon_sym_NULL] = ACTIONS(1370), - [anon_sym_nullptr] = ACTIONS(1370), - [sym_comment] = ACTIONS(3), - }, - [264] = { - [ts_builtin_sym_end] = ACTIONS(1316), - [sym_identifier] = ACTIONS(1314), - [aux_sym_preproc_include_token1] = ACTIONS(1314), - [aux_sym_preproc_def_token1] = ACTIONS(1314), - [aux_sym_preproc_if_token1] = ACTIONS(1314), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1314), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1314), - [sym_preproc_directive] = ACTIONS(1314), - [anon_sym_LPAREN2] = ACTIONS(1316), - [anon_sym_BANG] = ACTIONS(1316), - [anon_sym_TILDE] = ACTIONS(1316), - [anon_sym_DASH] = ACTIONS(1314), - [anon_sym_PLUS] = ACTIONS(1314), - [anon_sym_STAR] = ACTIONS(1316), - [anon_sym_AMP] = ACTIONS(1316), - [anon_sym_SEMI] = ACTIONS(1316), - [anon_sym___extension__] = ACTIONS(1314), - [anon_sym_typedef] = ACTIONS(1314), - [anon_sym_extern] = ACTIONS(1314), - [anon_sym___attribute__] = ACTIONS(1314), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1316), - [anon_sym___declspec] = ACTIONS(1314), - [anon_sym___cdecl] = ACTIONS(1314), - [anon_sym___clrcall] = ACTIONS(1314), - [anon_sym___stdcall] = ACTIONS(1314), - [anon_sym___fastcall] = ACTIONS(1314), - [anon_sym___thiscall] = ACTIONS(1314), - [anon_sym___vectorcall] = ACTIONS(1314), - [anon_sym_LBRACE] = ACTIONS(1316), - [anon_sym_signed] = ACTIONS(1314), - [anon_sym_unsigned] = ACTIONS(1314), - [anon_sym_long] = ACTIONS(1314), - [anon_sym_short] = ACTIONS(1314), - [anon_sym_static] = ACTIONS(1314), - [anon_sym_auto] = ACTIONS(1314), - [anon_sym_register] = ACTIONS(1314), - [anon_sym_inline] = ACTIONS(1314), - [anon_sym___inline] = ACTIONS(1314), - [anon_sym___inline__] = ACTIONS(1314), - [anon_sym___forceinline] = ACTIONS(1314), - [anon_sym_thread_local] = ACTIONS(1314), - [anon_sym___thread] = ACTIONS(1314), - [anon_sym_const] = ACTIONS(1314), - [anon_sym_constexpr] = ACTIONS(1314), - [anon_sym_volatile] = ACTIONS(1314), - [anon_sym_restrict] = ACTIONS(1314), - [anon_sym___restrict__] = ACTIONS(1314), - [anon_sym__Atomic] = ACTIONS(1314), - [anon_sym__Noreturn] = ACTIONS(1314), - [anon_sym_noreturn] = ACTIONS(1314), - [sym_primitive_type] = ACTIONS(1314), - [anon_sym_enum] = ACTIONS(1314), - [anon_sym_struct] = ACTIONS(1314), - [anon_sym_union] = ACTIONS(1314), - [anon_sym_if] = ACTIONS(1314), - [anon_sym_else] = ACTIONS(1314), - [anon_sym_switch] = ACTIONS(1314), - [anon_sym_case] = ACTIONS(1314), - [anon_sym_default] = ACTIONS(1314), - [anon_sym_while] = ACTIONS(1314), - [anon_sym_do] = ACTIONS(1314), - [anon_sym_for] = ACTIONS(1314), - [anon_sym_return] = ACTIONS(1314), - [anon_sym_break] = ACTIONS(1314), - [anon_sym_continue] = ACTIONS(1314), - [anon_sym_goto] = ACTIONS(1314), - [anon_sym___try] = ACTIONS(1314), - [anon_sym___leave] = ACTIONS(1314), - [anon_sym_DASH_DASH] = ACTIONS(1316), - [anon_sym_PLUS_PLUS] = ACTIONS(1316), - [anon_sym_sizeof] = ACTIONS(1314), - [anon_sym___alignof__] = ACTIONS(1314), - [anon_sym___alignof] = ACTIONS(1314), - [anon_sym__alignof] = ACTIONS(1314), - [anon_sym_alignof] = ACTIONS(1314), - [anon_sym__Alignof] = ACTIONS(1314), - [anon_sym_offsetof] = ACTIONS(1314), - [anon_sym__Generic] = ACTIONS(1314), - [anon_sym_asm] = ACTIONS(1314), - [anon_sym___asm__] = ACTIONS(1314), - [sym_number_literal] = ACTIONS(1316), - [anon_sym_L_SQUOTE] = ACTIONS(1316), - [anon_sym_u_SQUOTE] = ACTIONS(1316), - [anon_sym_U_SQUOTE] = ACTIONS(1316), - [anon_sym_u8_SQUOTE] = ACTIONS(1316), - [anon_sym_SQUOTE] = ACTIONS(1316), - [anon_sym_L_DQUOTE] = ACTIONS(1316), - [anon_sym_u_DQUOTE] = ACTIONS(1316), - [anon_sym_U_DQUOTE] = ACTIONS(1316), - [anon_sym_u8_DQUOTE] = ACTIONS(1316), - [anon_sym_DQUOTE] = ACTIONS(1316), - [sym_true] = ACTIONS(1314), - [sym_false] = ACTIONS(1314), - [anon_sym_NULL] = ACTIONS(1314), - [anon_sym_nullptr] = ACTIONS(1314), + [anon_sym__Atomic] = ACTIONS(1370), + [anon_sym__Noreturn] = ACTIONS(1370), + [anon_sym_noreturn] = ACTIONS(1370), + [sym_primitive_type] = ACTIONS(1370), + [anon_sym_enum] = ACTIONS(1370), + [anon_sym_struct] = ACTIONS(1370), + [anon_sym_union] = ACTIONS(1370), + [anon_sym_if] = ACTIONS(1370), + [anon_sym_else] = ACTIONS(1370), + [anon_sym_switch] = ACTIONS(1370), + [anon_sym_case] = ACTIONS(1370), + [anon_sym_default] = ACTIONS(1370), + [anon_sym_while] = ACTIONS(1370), + [anon_sym_do] = ACTIONS(1370), + [anon_sym_for] = ACTIONS(1370), + [anon_sym_return] = ACTIONS(1370), + [anon_sym_break] = ACTIONS(1370), + [anon_sym_continue] = ACTIONS(1370), + [anon_sym_goto] = ACTIONS(1370), + [anon_sym___try] = ACTIONS(1370), + [anon_sym___leave] = ACTIONS(1370), + [anon_sym_DASH_DASH] = ACTIONS(1372), + [anon_sym_PLUS_PLUS] = ACTIONS(1372), + [anon_sym_sizeof] = ACTIONS(1370), + [anon_sym___alignof__] = ACTIONS(1370), + [anon_sym___alignof] = ACTIONS(1370), + [anon_sym__alignof] = ACTIONS(1370), + [anon_sym_alignof] = ACTIONS(1370), + [anon_sym__Alignof] = ACTIONS(1370), + [anon_sym_offsetof] = ACTIONS(1370), + [anon_sym__Generic] = ACTIONS(1370), + [anon_sym_asm] = ACTIONS(1370), + [anon_sym___asm__] = ACTIONS(1370), + [sym_number_literal] = ACTIONS(1372), + [anon_sym_L_SQUOTE] = ACTIONS(1372), + [anon_sym_u_SQUOTE] = ACTIONS(1372), + [anon_sym_U_SQUOTE] = ACTIONS(1372), + [anon_sym_u8_SQUOTE] = ACTIONS(1372), + [anon_sym_SQUOTE] = ACTIONS(1372), + [anon_sym_L_DQUOTE] = ACTIONS(1372), + [anon_sym_u_DQUOTE] = ACTIONS(1372), + [anon_sym_U_DQUOTE] = ACTIONS(1372), + [anon_sym_u8_DQUOTE] = ACTIONS(1372), + [anon_sym_DQUOTE] = ACTIONS(1372), + [sym_true] = ACTIONS(1370), + [sym_false] = ACTIONS(1370), + [anon_sym_NULL] = ACTIONS(1370), + [anon_sym_nullptr] = ACTIONS(1370), [sym_comment] = ACTIONS(3), }, - [265] = { - [ts_builtin_sym_end] = ACTIONS(1320), - [sym_identifier] = ACTIONS(1318), - [aux_sym_preproc_include_token1] = ACTIONS(1318), - [aux_sym_preproc_def_token1] = ACTIONS(1318), - [aux_sym_preproc_if_token1] = ACTIONS(1318), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1318), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1318), - [sym_preproc_directive] = ACTIONS(1318), - [anon_sym_LPAREN2] = ACTIONS(1320), - [anon_sym_BANG] = ACTIONS(1320), - [anon_sym_TILDE] = ACTIONS(1320), - [anon_sym_DASH] = ACTIONS(1318), - [anon_sym_PLUS] = ACTIONS(1318), - [anon_sym_STAR] = ACTIONS(1320), - [anon_sym_AMP] = ACTIONS(1320), - [anon_sym_SEMI] = ACTIONS(1320), - [anon_sym___extension__] = ACTIONS(1318), - [anon_sym_typedef] = ACTIONS(1318), - [anon_sym_extern] = ACTIONS(1318), - [anon_sym___attribute__] = ACTIONS(1318), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1320), - [anon_sym___declspec] = ACTIONS(1318), - [anon_sym___cdecl] = ACTIONS(1318), - [anon_sym___clrcall] = ACTIONS(1318), - [anon_sym___stdcall] = ACTIONS(1318), - [anon_sym___fastcall] = ACTIONS(1318), - [anon_sym___thiscall] = ACTIONS(1318), - [anon_sym___vectorcall] = ACTIONS(1318), - [anon_sym_LBRACE] = ACTIONS(1320), - [anon_sym_signed] = ACTIONS(1318), - [anon_sym_unsigned] = ACTIONS(1318), - [anon_sym_long] = ACTIONS(1318), - [anon_sym_short] = ACTIONS(1318), - [anon_sym_static] = ACTIONS(1318), - [anon_sym_auto] = ACTIONS(1318), - [anon_sym_register] = ACTIONS(1318), - [anon_sym_inline] = ACTIONS(1318), - [anon_sym___inline] = ACTIONS(1318), - [anon_sym___inline__] = ACTIONS(1318), - [anon_sym___forceinline] = ACTIONS(1318), - [anon_sym_thread_local] = ACTIONS(1318), - [anon_sym___thread] = ACTIONS(1318), - [anon_sym_const] = ACTIONS(1318), - [anon_sym_constexpr] = ACTIONS(1318), - [anon_sym_volatile] = ACTIONS(1318), - [anon_sym_restrict] = ACTIONS(1318), - [anon_sym___restrict__] = ACTIONS(1318), - [anon_sym__Atomic] = ACTIONS(1318), - [anon_sym__Noreturn] = ACTIONS(1318), - [anon_sym_noreturn] = ACTIONS(1318), - [sym_primitive_type] = ACTIONS(1318), - [anon_sym_enum] = ACTIONS(1318), - [anon_sym_struct] = ACTIONS(1318), - [anon_sym_union] = ACTIONS(1318), - [anon_sym_if] = ACTIONS(1318), - [anon_sym_else] = ACTIONS(1318), - [anon_sym_switch] = ACTIONS(1318), - [anon_sym_case] = ACTIONS(1318), - [anon_sym_default] = ACTIONS(1318), - [anon_sym_while] = ACTIONS(1318), - [anon_sym_do] = ACTIONS(1318), - [anon_sym_for] = ACTIONS(1318), - [anon_sym_return] = ACTIONS(1318), - [anon_sym_break] = ACTIONS(1318), - [anon_sym_continue] = ACTIONS(1318), - [anon_sym_goto] = ACTIONS(1318), - [anon_sym___try] = ACTIONS(1318), - [anon_sym___leave] = ACTIONS(1318), - [anon_sym_DASH_DASH] = ACTIONS(1320), - [anon_sym_PLUS_PLUS] = ACTIONS(1320), - [anon_sym_sizeof] = ACTIONS(1318), - [anon_sym___alignof__] = ACTIONS(1318), - [anon_sym___alignof] = ACTIONS(1318), - [anon_sym__alignof] = ACTIONS(1318), - [anon_sym_alignof] = ACTIONS(1318), - [anon_sym__Alignof] = ACTIONS(1318), - [anon_sym_offsetof] = ACTIONS(1318), - [anon_sym__Generic] = ACTIONS(1318), - [anon_sym_asm] = ACTIONS(1318), - [anon_sym___asm__] = ACTIONS(1318), - [sym_number_literal] = ACTIONS(1320), - [anon_sym_L_SQUOTE] = ACTIONS(1320), - [anon_sym_u_SQUOTE] = ACTIONS(1320), - [anon_sym_U_SQUOTE] = ACTIONS(1320), - [anon_sym_u8_SQUOTE] = ACTIONS(1320), - [anon_sym_SQUOTE] = ACTIONS(1320), - [anon_sym_L_DQUOTE] = ACTIONS(1320), - [anon_sym_u_DQUOTE] = ACTIONS(1320), - [anon_sym_U_DQUOTE] = ACTIONS(1320), - [anon_sym_u8_DQUOTE] = ACTIONS(1320), - [anon_sym_DQUOTE] = ACTIONS(1320), - [sym_true] = ACTIONS(1318), - [sym_false] = ACTIONS(1318), - [anon_sym_NULL] = ACTIONS(1318), - [anon_sym_nullptr] = ACTIONS(1318), + [263] = { + [ts_builtin_sym_end] = ACTIONS(1388), + [sym_identifier] = ACTIONS(1386), + [aux_sym_preproc_include_token1] = ACTIONS(1386), + [aux_sym_preproc_def_token1] = ACTIONS(1386), + [aux_sym_preproc_if_token1] = ACTIONS(1386), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1386), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1386), + [sym_preproc_directive] = ACTIONS(1386), + [anon_sym_LPAREN2] = ACTIONS(1388), + [anon_sym_BANG] = ACTIONS(1388), + [anon_sym_TILDE] = ACTIONS(1388), + [anon_sym_DASH] = ACTIONS(1386), + [anon_sym_PLUS] = ACTIONS(1386), + [anon_sym_STAR] = ACTIONS(1388), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_SEMI] = ACTIONS(1388), + [anon_sym___extension__] = ACTIONS(1386), + [anon_sym_typedef] = ACTIONS(1386), + [anon_sym_extern] = ACTIONS(1386), + [anon_sym___attribute__] = ACTIONS(1386), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1388), + [anon_sym___declspec] = ACTIONS(1386), + [anon_sym___cdecl] = ACTIONS(1386), + [anon_sym___clrcall] = ACTIONS(1386), + [anon_sym___stdcall] = ACTIONS(1386), + [anon_sym___fastcall] = ACTIONS(1386), + [anon_sym___thiscall] = ACTIONS(1386), + [anon_sym___vectorcall] = ACTIONS(1386), + [anon_sym_LBRACE] = ACTIONS(1388), + [anon_sym_signed] = ACTIONS(1386), + [anon_sym_unsigned] = ACTIONS(1386), + [anon_sym_long] = ACTIONS(1386), + [anon_sym_short] = ACTIONS(1386), + [anon_sym_static] = ACTIONS(1386), + [anon_sym_auto] = ACTIONS(1386), + [anon_sym_register] = ACTIONS(1386), + [anon_sym_inline] = ACTIONS(1386), + [anon_sym___inline] = ACTIONS(1386), + [anon_sym___inline__] = ACTIONS(1386), + [anon_sym___forceinline] = ACTIONS(1386), + [anon_sym_thread_local] = ACTIONS(1386), + [anon_sym___thread] = ACTIONS(1386), + [anon_sym_const] = ACTIONS(1386), + [anon_sym_constexpr] = ACTIONS(1386), + [anon_sym_volatile] = ACTIONS(1386), + [anon_sym_restrict] = ACTIONS(1386), + [anon_sym___restrict__] = ACTIONS(1386), + [anon_sym__Atomic] = ACTIONS(1386), + [anon_sym__Noreturn] = ACTIONS(1386), + [anon_sym_noreturn] = ACTIONS(1386), + [sym_primitive_type] = ACTIONS(1386), + [anon_sym_enum] = ACTIONS(1386), + [anon_sym_struct] = ACTIONS(1386), + [anon_sym_union] = ACTIONS(1386), + [anon_sym_if] = ACTIONS(1386), + [anon_sym_else] = ACTIONS(1386), + [anon_sym_switch] = ACTIONS(1386), + [anon_sym_case] = ACTIONS(1386), + [anon_sym_default] = ACTIONS(1386), + [anon_sym_while] = ACTIONS(1386), + [anon_sym_do] = ACTIONS(1386), + [anon_sym_for] = ACTIONS(1386), + [anon_sym_return] = ACTIONS(1386), + [anon_sym_break] = ACTIONS(1386), + [anon_sym_continue] = ACTIONS(1386), + [anon_sym_goto] = ACTIONS(1386), + [anon_sym___try] = ACTIONS(1386), + [anon_sym___leave] = ACTIONS(1386), + [anon_sym_DASH_DASH] = ACTIONS(1388), + [anon_sym_PLUS_PLUS] = ACTIONS(1388), + [anon_sym_sizeof] = ACTIONS(1386), + [anon_sym___alignof__] = ACTIONS(1386), + [anon_sym___alignof] = ACTIONS(1386), + [anon_sym__alignof] = ACTIONS(1386), + [anon_sym_alignof] = ACTIONS(1386), + [anon_sym__Alignof] = ACTIONS(1386), + [anon_sym_offsetof] = ACTIONS(1386), + [anon_sym__Generic] = ACTIONS(1386), + [anon_sym_asm] = ACTIONS(1386), + [anon_sym___asm__] = ACTIONS(1386), + [sym_number_literal] = ACTIONS(1388), + [anon_sym_L_SQUOTE] = ACTIONS(1388), + [anon_sym_u_SQUOTE] = ACTIONS(1388), + [anon_sym_U_SQUOTE] = ACTIONS(1388), + [anon_sym_u8_SQUOTE] = ACTIONS(1388), + [anon_sym_SQUOTE] = ACTIONS(1388), + [anon_sym_L_DQUOTE] = ACTIONS(1388), + [anon_sym_u_DQUOTE] = ACTIONS(1388), + [anon_sym_U_DQUOTE] = ACTIONS(1388), + [anon_sym_u8_DQUOTE] = ACTIONS(1388), + [anon_sym_DQUOTE] = ACTIONS(1388), + [sym_true] = ACTIONS(1386), + [sym_false] = ACTIONS(1386), + [anon_sym_NULL] = ACTIONS(1386), + [anon_sym_nullptr] = ACTIONS(1386), [sym_comment] = ACTIONS(3), }, - [266] = { - [ts_builtin_sym_end] = ACTIONS(1376), + [264] = { [sym_identifier] = ACTIONS(1374), [aux_sym_preproc_include_token1] = ACTIONS(1374), [aux_sym_preproc_def_token1] = ACTIONS(1374), @@ -47437,6 +47231,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1374), [anon_sym___vectorcall] = ACTIONS(1374), [anon_sym_LBRACE] = ACTIONS(1376), + [anon_sym_RBRACE] = ACTIONS(1376), [anon_sym_signed] = ACTIONS(1374), [anon_sym_unsigned] = ACTIONS(1374), [anon_sym_long] = ACTIONS(1374), @@ -47505,227 +47300,423 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1374), [sym_comment] = ACTIONS(3), }, - [267] = { - [sym_identifier] = ACTIONS(1394), - [aux_sym_preproc_include_token1] = ACTIONS(1394), - [aux_sym_preproc_def_token1] = ACTIONS(1394), - [aux_sym_preproc_if_token1] = ACTIONS(1394), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1394), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1394), - [sym_preproc_directive] = ACTIONS(1394), - [anon_sym_LPAREN2] = ACTIONS(1396), - [anon_sym_BANG] = ACTIONS(1396), - [anon_sym_TILDE] = ACTIONS(1396), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_AMP] = ACTIONS(1396), - [anon_sym_SEMI] = ACTIONS(1396), - [anon_sym___extension__] = ACTIONS(1394), - [anon_sym_typedef] = ACTIONS(1394), - [anon_sym_extern] = ACTIONS(1394), - [anon_sym___attribute__] = ACTIONS(1394), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1396), - [anon_sym___declspec] = ACTIONS(1394), - [anon_sym___cdecl] = ACTIONS(1394), - [anon_sym___clrcall] = ACTIONS(1394), - [anon_sym___stdcall] = ACTIONS(1394), - [anon_sym___fastcall] = ACTIONS(1394), - [anon_sym___thiscall] = ACTIONS(1394), - [anon_sym___vectorcall] = ACTIONS(1394), - [anon_sym_LBRACE] = ACTIONS(1396), - [anon_sym_RBRACE] = ACTIONS(1396), - [anon_sym_signed] = ACTIONS(1394), - [anon_sym_unsigned] = ACTIONS(1394), - [anon_sym_long] = ACTIONS(1394), - [anon_sym_short] = ACTIONS(1394), - [anon_sym_static] = ACTIONS(1394), - [anon_sym_auto] = ACTIONS(1394), - [anon_sym_register] = ACTIONS(1394), - [anon_sym_inline] = ACTIONS(1394), - [anon_sym___inline] = ACTIONS(1394), - [anon_sym___inline__] = ACTIONS(1394), - [anon_sym___forceinline] = ACTIONS(1394), - [anon_sym_thread_local] = ACTIONS(1394), - [anon_sym___thread] = ACTIONS(1394), - [anon_sym_const] = ACTIONS(1394), - [anon_sym_constexpr] = ACTIONS(1394), - [anon_sym_volatile] = ACTIONS(1394), - [anon_sym_restrict] = ACTIONS(1394), - [anon_sym___restrict__] = ACTIONS(1394), - [anon_sym__Atomic] = ACTIONS(1394), - [anon_sym__Noreturn] = ACTIONS(1394), - [anon_sym_noreturn] = ACTIONS(1394), - [sym_primitive_type] = ACTIONS(1394), - [anon_sym_enum] = ACTIONS(1394), - [anon_sym_struct] = ACTIONS(1394), - [anon_sym_union] = ACTIONS(1394), - [anon_sym_if] = ACTIONS(1394), - [anon_sym_else] = ACTIONS(1394), - [anon_sym_switch] = ACTIONS(1394), - [anon_sym_case] = ACTIONS(1394), - [anon_sym_default] = ACTIONS(1394), - [anon_sym_while] = ACTIONS(1394), - [anon_sym_do] = ACTIONS(1394), - [anon_sym_for] = ACTIONS(1394), - [anon_sym_return] = ACTIONS(1394), - [anon_sym_break] = ACTIONS(1394), - [anon_sym_continue] = ACTIONS(1394), - [anon_sym_goto] = ACTIONS(1394), - [anon_sym___try] = ACTIONS(1394), - [anon_sym___leave] = ACTIONS(1394), - [anon_sym_DASH_DASH] = ACTIONS(1396), - [anon_sym_PLUS_PLUS] = ACTIONS(1396), - [anon_sym_sizeof] = ACTIONS(1394), - [anon_sym___alignof__] = ACTIONS(1394), - [anon_sym___alignof] = ACTIONS(1394), - [anon_sym__alignof] = ACTIONS(1394), - [anon_sym_alignof] = ACTIONS(1394), - [anon_sym__Alignof] = ACTIONS(1394), - [anon_sym_offsetof] = ACTIONS(1394), - [anon_sym__Generic] = ACTIONS(1394), - [anon_sym_asm] = ACTIONS(1394), - [anon_sym___asm__] = ACTIONS(1394), - [sym_number_literal] = ACTIONS(1396), - [anon_sym_L_SQUOTE] = ACTIONS(1396), - [anon_sym_u_SQUOTE] = ACTIONS(1396), - [anon_sym_U_SQUOTE] = ACTIONS(1396), - [anon_sym_u8_SQUOTE] = ACTIONS(1396), - [anon_sym_SQUOTE] = ACTIONS(1396), - [anon_sym_L_DQUOTE] = ACTIONS(1396), - [anon_sym_u_DQUOTE] = ACTIONS(1396), - [anon_sym_U_DQUOTE] = ACTIONS(1396), - [anon_sym_u8_DQUOTE] = ACTIONS(1396), - [anon_sym_DQUOTE] = ACTIONS(1396), - [sym_true] = ACTIONS(1394), - [sym_false] = ACTIONS(1394), - [anon_sym_NULL] = ACTIONS(1394), - [anon_sym_nullptr] = ACTIONS(1394), + [265] = { + [sym_identifier] = ACTIONS(1338), + [aux_sym_preproc_include_token1] = ACTIONS(1338), + [aux_sym_preproc_def_token1] = ACTIONS(1338), + [aux_sym_preproc_if_token1] = ACTIONS(1338), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1338), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1338), + [sym_preproc_directive] = ACTIONS(1338), + [anon_sym_LPAREN2] = ACTIONS(1340), + [anon_sym_BANG] = ACTIONS(1340), + [anon_sym_TILDE] = ACTIONS(1340), + [anon_sym_DASH] = ACTIONS(1338), + [anon_sym_PLUS] = ACTIONS(1338), + [anon_sym_STAR] = ACTIONS(1340), + [anon_sym_AMP] = ACTIONS(1340), + [anon_sym_SEMI] = ACTIONS(1340), + [anon_sym___extension__] = ACTIONS(1338), + [anon_sym_typedef] = ACTIONS(1338), + [anon_sym_extern] = ACTIONS(1338), + [anon_sym___attribute__] = ACTIONS(1338), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1340), + [anon_sym___declspec] = ACTIONS(1338), + [anon_sym___cdecl] = ACTIONS(1338), + [anon_sym___clrcall] = ACTIONS(1338), + [anon_sym___stdcall] = ACTIONS(1338), + [anon_sym___fastcall] = ACTIONS(1338), + [anon_sym___thiscall] = ACTIONS(1338), + [anon_sym___vectorcall] = ACTIONS(1338), + [anon_sym_LBRACE] = ACTIONS(1340), + [anon_sym_RBRACE] = ACTIONS(1340), + [anon_sym_signed] = ACTIONS(1338), + [anon_sym_unsigned] = ACTIONS(1338), + [anon_sym_long] = ACTIONS(1338), + [anon_sym_short] = ACTIONS(1338), + [anon_sym_static] = ACTIONS(1338), + [anon_sym_auto] = ACTIONS(1338), + [anon_sym_register] = ACTIONS(1338), + [anon_sym_inline] = ACTIONS(1338), + [anon_sym___inline] = ACTIONS(1338), + [anon_sym___inline__] = ACTIONS(1338), + [anon_sym___forceinline] = ACTIONS(1338), + [anon_sym_thread_local] = ACTIONS(1338), + [anon_sym___thread] = ACTIONS(1338), + [anon_sym_const] = ACTIONS(1338), + [anon_sym_constexpr] = ACTIONS(1338), + [anon_sym_volatile] = ACTIONS(1338), + [anon_sym_restrict] = ACTIONS(1338), + [anon_sym___restrict__] = ACTIONS(1338), + [anon_sym__Atomic] = ACTIONS(1338), + [anon_sym__Noreturn] = ACTIONS(1338), + [anon_sym_noreturn] = ACTIONS(1338), + [sym_primitive_type] = ACTIONS(1338), + [anon_sym_enum] = ACTIONS(1338), + [anon_sym_struct] = ACTIONS(1338), + [anon_sym_union] = ACTIONS(1338), + [anon_sym_if] = ACTIONS(1338), + [anon_sym_else] = ACTIONS(1338), + [anon_sym_switch] = ACTIONS(1338), + [anon_sym_case] = ACTIONS(1338), + [anon_sym_default] = ACTIONS(1338), + [anon_sym_while] = ACTIONS(1338), + [anon_sym_do] = ACTIONS(1338), + [anon_sym_for] = ACTIONS(1338), + [anon_sym_return] = ACTIONS(1338), + [anon_sym_break] = ACTIONS(1338), + [anon_sym_continue] = ACTIONS(1338), + [anon_sym_goto] = ACTIONS(1338), + [anon_sym___try] = ACTIONS(1338), + [anon_sym___leave] = ACTIONS(1338), + [anon_sym_DASH_DASH] = ACTIONS(1340), + [anon_sym_PLUS_PLUS] = ACTIONS(1340), + [anon_sym_sizeof] = ACTIONS(1338), + [anon_sym___alignof__] = ACTIONS(1338), + [anon_sym___alignof] = ACTIONS(1338), + [anon_sym__alignof] = ACTIONS(1338), + [anon_sym_alignof] = ACTIONS(1338), + [anon_sym__Alignof] = ACTIONS(1338), + [anon_sym_offsetof] = ACTIONS(1338), + [anon_sym__Generic] = ACTIONS(1338), + [anon_sym_asm] = ACTIONS(1338), + [anon_sym___asm__] = ACTIONS(1338), + [sym_number_literal] = ACTIONS(1340), + [anon_sym_L_SQUOTE] = ACTIONS(1340), + [anon_sym_u_SQUOTE] = ACTIONS(1340), + [anon_sym_U_SQUOTE] = ACTIONS(1340), + [anon_sym_u8_SQUOTE] = ACTIONS(1340), + [anon_sym_SQUOTE] = ACTIONS(1340), + [anon_sym_L_DQUOTE] = ACTIONS(1340), + [anon_sym_u_DQUOTE] = ACTIONS(1340), + [anon_sym_U_DQUOTE] = ACTIONS(1340), + [anon_sym_u8_DQUOTE] = ACTIONS(1340), + [anon_sym_DQUOTE] = ACTIONS(1340), + [sym_true] = ACTIONS(1338), + [sym_false] = ACTIONS(1338), + [anon_sym_NULL] = ACTIONS(1338), + [anon_sym_nullptr] = ACTIONS(1338), + [sym_comment] = ACTIONS(3), + }, + [266] = { + [ts_builtin_sym_end] = ACTIONS(1316), + [sym_identifier] = ACTIONS(1314), + [aux_sym_preproc_include_token1] = ACTIONS(1314), + [aux_sym_preproc_def_token1] = ACTIONS(1314), + [aux_sym_preproc_if_token1] = ACTIONS(1314), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1314), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1314), + [sym_preproc_directive] = ACTIONS(1314), + [anon_sym_LPAREN2] = ACTIONS(1316), + [anon_sym_BANG] = ACTIONS(1316), + [anon_sym_TILDE] = ACTIONS(1316), + [anon_sym_DASH] = ACTIONS(1314), + [anon_sym_PLUS] = ACTIONS(1314), + [anon_sym_STAR] = ACTIONS(1316), + [anon_sym_AMP] = ACTIONS(1316), + [anon_sym_SEMI] = ACTIONS(1316), + [anon_sym___extension__] = ACTIONS(1314), + [anon_sym_typedef] = ACTIONS(1314), + [anon_sym_extern] = ACTIONS(1314), + [anon_sym___attribute__] = ACTIONS(1314), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1316), + [anon_sym___declspec] = ACTIONS(1314), + [anon_sym___cdecl] = ACTIONS(1314), + [anon_sym___clrcall] = ACTIONS(1314), + [anon_sym___stdcall] = ACTIONS(1314), + [anon_sym___fastcall] = ACTIONS(1314), + [anon_sym___thiscall] = ACTIONS(1314), + [anon_sym___vectorcall] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_signed] = ACTIONS(1314), + [anon_sym_unsigned] = ACTIONS(1314), + [anon_sym_long] = ACTIONS(1314), + [anon_sym_short] = ACTIONS(1314), + [anon_sym_static] = ACTIONS(1314), + [anon_sym_auto] = ACTIONS(1314), + [anon_sym_register] = ACTIONS(1314), + [anon_sym_inline] = ACTIONS(1314), + [anon_sym___inline] = ACTIONS(1314), + [anon_sym___inline__] = ACTIONS(1314), + [anon_sym___forceinline] = ACTIONS(1314), + [anon_sym_thread_local] = ACTIONS(1314), + [anon_sym___thread] = ACTIONS(1314), + [anon_sym_const] = ACTIONS(1314), + [anon_sym_constexpr] = ACTIONS(1314), + [anon_sym_volatile] = ACTIONS(1314), + [anon_sym_restrict] = ACTIONS(1314), + [anon_sym___restrict__] = ACTIONS(1314), + [anon_sym__Atomic] = ACTIONS(1314), + [anon_sym__Noreturn] = ACTIONS(1314), + [anon_sym_noreturn] = ACTIONS(1314), + [sym_primitive_type] = ACTIONS(1314), + [anon_sym_enum] = ACTIONS(1314), + [anon_sym_struct] = ACTIONS(1314), + [anon_sym_union] = ACTIONS(1314), + [anon_sym_if] = ACTIONS(1314), + [anon_sym_else] = ACTIONS(1314), + [anon_sym_switch] = ACTIONS(1314), + [anon_sym_case] = ACTIONS(1314), + [anon_sym_default] = ACTIONS(1314), + [anon_sym_while] = ACTIONS(1314), + [anon_sym_do] = ACTIONS(1314), + [anon_sym_for] = ACTIONS(1314), + [anon_sym_return] = ACTIONS(1314), + [anon_sym_break] = ACTIONS(1314), + [anon_sym_continue] = ACTIONS(1314), + [anon_sym_goto] = ACTIONS(1314), + [anon_sym___try] = ACTIONS(1314), + [anon_sym___leave] = ACTIONS(1314), + [anon_sym_DASH_DASH] = ACTIONS(1316), + [anon_sym_PLUS_PLUS] = ACTIONS(1316), + [anon_sym_sizeof] = ACTIONS(1314), + [anon_sym___alignof__] = ACTIONS(1314), + [anon_sym___alignof] = ACTIONS(1314), + [anon_sym__alignof] = ACTIONS(1314), + [anon_sym_alignof] = ACTIONS(1314), + [anon_sym__Alignof] = ACTIONS(1314), + [anon_sym_offsetof] = ACTIONS(1314), + [anon_sym__Generic] = ACTIONS(1314), + [anon_sym_asm] = ACTIONS(1314), + [anon_sym___asm__] = ACTIONS(1314), + [sym_number_literal] = ACTIONS(1316), + [anon_sym_L_SQUOTE] = ACTIONS(1316), + [anon_sym_u_SQUOTE] = ACTIONS(1316), + [anon_sym_U_SQUOTE] = ACTIONS(1316), + [anon_sym_u8_SQUOTE] = ACTIONS(1316), + [anon_sym_SQUOTE] = ACTIONS(1316), + [anon_sym_L_DQUOTE] = ACTIONS(1316), + [anon_sym_u_DQUOTE] = ACTIONS(1316), + [anon_sym_U_DQUOTE] = ACTIONS(1316), + [anon_sym_u8_DQUOTE] = ACTIONS(1316), + [anon_sym_DQUOTE] = ACTIONS(1316), + [sym_true] = ACTIONS(1314), + [sym_false] = ACTIONS(1314), + [anon_sym_NULL] = ACTIONS(1314), + [anon_sym_nullptr] = ACTIONS(1314), + [sym_comment] = ACTIONS(3), + }, + [267] = { + [ts_builtin_sym_end] = ACTIONS(1320), + [sym_identifier] = ACTIONS(1318), + [aux_sym_preproc_include_token1] = ACTIONS(1318), + [aux_sym_preproc_def_token1] = ACTIONS(1318), + [aux_sym_preproc_if_token1] = ACTIONS(1318), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1318), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1318), + [sym_preproc_directive] = ACTIONS(1318), + [anon_sym_LPAREN2] = ACTIONS(1320), + [anon_sym_BANG] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1320), + [anon_sym_DASH] = ACTIONS(1318), + [anon_sym_PLUS] = ACTIONS(1318), + [anon_sym_STAR] = ACTIONS(1320), + [anon_sym_AMP] = ACTIONS(1320), + [anon_sym_SEMI] = ACTIONS(1320), + [anon_sym___extension__] = ACTIONS(1318), + [anon_sym_typedef] = ACTIONS(1318), + [anon_sym_extern] = ACTIONS(1318), + [anon_sym___attribute__] = ACTIONS(1318), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1320), + [anon_sym___declspec] = ACTIONS(1318), + [anon_sym___cdecl] = ACTIONS(1318), + [anon_sym___clrcall] = ACTIONS(1318), + [anon_sym___stdcall] = ACTIONS(1318), + [anon_sym___fastcall] = ACTIONS(1318), + [anon_sym___thiscall] = ACTIONS(1318), + [anon_sym___vectorcall] = ACTIONS(1318), + [anon_sym_LBRACE] = ACTIONS(1320), + [anon_sym_signed] = ACTIONS(1318), + [anon_sym_unsigned] = ACTIONS(1318), + [anon_sym_long] = ACTIONS(1318), + [anon_sym_short] = ACTIONS(1318), + [anon_sym_static] = ACTIONS(1318), + [anon_sym_auto] = ACTIONS(1318), + [anon_sym_register] = ACTIONS(1318), + [anon_sym_inline] = ACTIONS(1318), + [anon_sym___inline] = ACTIONS(1318), + [anon_sym___inline__] = ACTIONS(1318), + [anon_sym___forceinline] = ACTIONS(1318), + [anon_sym_thread_local] = ACTIONS(1318), + [anon_sym___thread] = ACTIONS(1318), + [anon_sym_const] = ACTIONS(1318), + [anon_sym_constexpr] = ACTIONS(1318), + [anon_sym_volatile] = ACTIONS(1318), + [anon_sym_restrict] = ACTIONS(1318), + [anon_sym___restrict__] = ACTIONS(1318), + [anon_sym__Atomic] = ACTIONS(1318), + [anon_sym__Noreturn] = ACTIONS(1318), + [anon_sym_noreturn] = ACTIONS(1318), + [sym_primitive_type] = ACTIONS(1318), + [anon_sym_enum] = ACTIONS(1318), + [anon_sym_struct] = ACTIONS(1318), + [anon_sym_union] = ACTIONS(1318), + [anon_sym_if] = ACTIONS(1318), + [anon_sym_else] = ACTIONS(1318), + [anon_sym_switch] = ACTIONS(1318), + [anon_sym_case] = ACTIONS(1318), + [anon_sym_default] = ACTIONS(1318), + [anon_sym_while] = ACTIONS(1318), + [anon_sym_do] = ACTIONS(1318), + [anon_sym_for] = ACTIONS(1318), + [anon_sym_return] = ACTIONS(1318), + [anon_sym_break] = ACTIONS(1318), + [anon_sym_continue] = ACTIONS(1318), + [anon_sym_goto] = ACTIONS(1318), + [anon_sym___try] = ACTIONS(1318), + [anon_sym___leave] = ACTIONS(1318), + [anon_sym_DASH_DASH] = ACTIONS(1320), + [anon_sym_PLUS_PLUS] = ACTIONS(1320), + [anon_sym_sizeof] = ACTIONS(1318), + [anon_sym___alignof__] = ACTIONS(1318), + [anon_sym___alignof] = ACTIONS(1318), + [anon_sym__alignof] = ACTIONS(1318), + [anon_sym_alignof] = ACTIONS(1318), + [anon_sym__Alignof] = ACTIONS(1318), + [anon_sym_offsetof] = ACTIONS(1318), + [anon_sym__Generic] = ACTIONS(1318), + [anon_sym_asm] = ACTIONS(1318), + [anon_sym___asm__] = ACTIONS(1318), + [sym_number_literal] = ACTIONS(1320), + [anon_sym_L_SQUOTE] = ACTIONS(1320), + [anon_sym_u_SQUOTE] = ACTIONS(1320), + [anon_sym_U_SQUOTE] = ACTIONS(1320), + [anon_sym_u8_SQUOTE] = ACTIONS(1320), + [anon_sym_SQUOTE] = ACTIONS(1320), + [anon_sym_L_DQUOTE] = ACTIONS(1320), + [anon_sym_u_DQUOTE] = ACTIONS(1320), + [anon_sym_U_DQUOTE] = ACTIONS(1320), + [anon_sym_u8_DQUOTE] = ACTIONS(1320), + [anon_sym_DQUOTE] = ACTIONS(1320), + [sym_true] = ACTIONS(1318), + [sym_false] = ACTIONS(1318), + [anon_sym_NULL] = ACTIONS(1318), + [anon_sym_nullptr] = ACTIONS(1318), [sym_comment] = ACTIONS(3), }, [268] = { - [sym_identifier] = ACTIONS(1334), - [aux_sym_preproc_include_token1] = ACTIONS(1334), - [aux_sym_preproc_def_token1] = ACTIONS(1334), - [aux_sym_preproc_if_token1] = ACTIONS(1334), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1334), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1334), - [sym_preproc_directive] = ACTIONS(1334), - [anon_sym_LPAREN2] = ACTIONS(1336), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_TILDE] = ACTIONS(1336), - [anon_sym_DASH] = ACTIONS(1334), - [anon_sym_PLUS] = ACTIONS(1334), - [anon_sym_STAR] = ACTIONS(1336), - [anon_sym_AMP] = ACTIONS(1336), - [anon_sym_SEMI] = ACTIONS(1336), - [anon_sym___extension__] = ACTIONS(1334), - [anon_sym_typedef] = ACTIONS(1334), - [anon_sym_extern] = ACTIONS(1334), - [anon_sym___attribute__] = ACTIONS(1334), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1336), - [anon_sym___declspec] = ACTIONS(1334), - [anon_sym___cdecl] = ACTIONS(1334), - [anon_sym___clrcall] = ACTIONS(1334), - [anon_sym___stdcall] = ACTIONS(1334), - [anon_sym___fastcall] = ACTIONS(1334), - [anon_sym___thiscall] = ACTIONS(1334), - [anon_sym___vectorcall] = ACTIONS(1334), - [anon_sym_LBRACE] = ACTIONS(1336), - [anon_sym_RBRACE] = ACTIONS(1336), - [anon_sym_signed] = ACTIONS(1334), - [anon_sym_unsigned] = ACTIONS(1334), - [anon_sym_long] = ACTIONS(1334), - [anon_sym_short] = ACTIONS(1334), - [anon_sym_static] = ACTIONS(1334), - [anon_sym_auto] = ACTIONS(1334), - [anon_sym_register] = ACTIONS(1334), - [anon_sym_inline] = ACTIONS(1334), - [anon_sym___inline] = ACTIONS(1334), - [anon_sym___inline__] = ACTIONS(1334), - [anon_sym___forceinline] = ACTIONS(1334), - [anon_sym_thread_local] = ACTIONS(1334), - [anon_sym___thread] = ACTIONS(1334), - [anon_sym_const] = ACTIONS(1334), - [anon_sym_constexpr] = ACTIONS(1334), - [anon_sym_volatile] = ACTIONS(1334), - [anon_sym_restrict] = ACTIONS(1334), - [anon_sym___restrict__] = ACTIONS(1334), - [anon_sym__Atomic] = ACTIONS(1334), - [anon_sym__Noreturn] = ACTIONS(1334), - [anon_sym_noreturn] = ACTIONS(1334), - [sym_primitive_type] = ACTIONS(1334), - [anon_sym_enum] = ACTIONS(1334), - [anon_sym_struct] = ACTIONS(1334), - [anon_sym_union] = ACTIONS(1334), - [anon_sym_if] = ACTIONS(1334), - [anon_sym_else] = ACTIONS(1334), - [anon_sym_switch] = ACTIONS(1334), - [anon_sym_case] = ACTIONS(1334), - [anon_sym_default] = ACTIONS(1334), - [anon_sym_while] = ACTIONS(1334), - [anon_sym_do] = ACTIONS(1334), - [anon_sym_for] = ACTIONS(1334), - [anon_sym_return] = ACTIONS(1334), - [anon_sym_break] = ACTIONS(1334), - [anon_sym_continue] = ACTIONS(1334), - [anon_sym_goto] = ACTIONS(1334), - [anon_sym___try] = ACTIONS(1334), - [anon_sym___leave] = ACTIONS(1334), - [anon_sym_DASH_DASH] = ACTIONS(1336), - [anon_sym_PLUS_PLUS] = ACTIONS(1336), - [anon_sym_sizeof] = ACTIONS(1334), - [anon_sym___alignof__] = ACTIONS(1334), - [anon_sym___alignof] = ACTIONS(1334), - [anon_sym__alignof] = ACTIONS(1334), - [anon_sym_alignof] = ACTIONS(1334), - [anon_sym__Alignof] = ACTIONS(1334), - [anon_sym_offsetof] = ACTIONS(1334), - [anon_sym__Generic] = ACTIONS(1334), - [anon_sym_asm] = ACTIONS(1334), - [anon_sym___asm__] = ACTIONS(1334), - [sym_number_literal] = ACTIONS(1336), - [anon_sym_L_SQUOTE] = ACTIONS(1336), - [anon_sym_u_SQUOTE] = ACTIONS(1336), - [anon_sym_U_SQUOTE] = ACTIONS(1336), - [anon_sym_u8_SQUOTE] = ACTIONS(1336), - [anon_sym_SQUOTE] = ACTIONS(1336), - [anon_sym_L_DQUOTE] = ACTIONS(1336), - [anon_sym_u_DQUOTE] = ACTIONS(1336), - [anon_sym_U_DQUOTE] = ACTIONS(1336), - [anon_sym_u8_DQUOTE] = ACTIONS(1336), - [anon_sym_DQUOTE] = ACTIONS(1336), - [sym_true] = ACTIONS(1334), - [sym_false] = ACTIONS(1334), - [anon_sym_NULL] = ACTIONS(1334), - [anon_sym_nullptr] = ACTIONS(1334), + [ts_builtin_sym_end] = ACTIONS(1380), + [sym_identifier] = ACTIONS(1378), + [aux_sym_preproc_include_token1] = ACTIONS(1378), + [aux_sym_preproc_def_token1] = ACTIONS(1378), + [aux_sym_preproc_if_token1] = ACTIONS(1378), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1378), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1378), + [sym_preproc_directive] = ACTIONS(1378), + [anon_sym_LPAREN2] = ACTIONS(1380), + [anon_sym_BANG] = ACTIONS(1380), + [anon_sym_TILDE] = ACTIONS(1380), + [anon_sym_DASH] = ACTIONS(1378), + [anon_sym_PLUS] = ACTIONS(1378), + [anon_sym_STAR] = ACTIONS(1380), + [anon_sym_AMP] = ACTIONS(1380), + [anon_sym_SEMI] = ACTIONS(1380), + [anon_sym___extension__] = ACTIONS(1378), + [anon_sym_typedef] = ACTIONS(1378), + [anon_sym_extern] = ACTIONS(1378), + [anon_sym___attribute__] = ACTIONS(1378), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1380), + [anon_sym___declspec] = ACTIONS(1378), + [anon_sym___cdecl] = ACTIONS(1378), + [anon_sym___clrcall] = ACTIONS(1378), + [anon_sym___stdcall] = ACTIONS(1378), + [anon_sym___fastcall] = ACTIONS(1378), + [anon_sym___thiscall] = ACTIONS(1378), + [anon_sym___vectorcall] = ACTIONS(1378), + [anon_sym_LBRACE] = ACTIONS(1380), + [anon_sym_signed] = ACTIONS(1378), + [anon_sym_unsigned] = ACTIONS(1378), + [anon_sym_long] = ACTIONS(1378), + [anon_sym_short] = ACTIONS(1378), + [anon_sym_static] = ACTIONS(1378), + [anon_sym_auto] = ACTIONS(1378), + [anon_sym_register] = ACTIONS(1378), + [anon_sym_inline] = ACTIONS(1378), + [anon_sym___inline] = ACTIONS(1378), + [anon_sym___inline__] = ACTIONS(1378), + [anon_sym___forceinline] = ACTIONS(1378), + [anon_sym_thread_local] = ACTIONS(1378), + [anon_sym___thread] = ACTIONS(1378), + [anon_sym_const] = ACTIONS(1378), + [anon_sym_constexpr] = ACTIONS(1378), + [anon_sym_volatile] = ACTIONS(1378), + [anon_sym_restrict] = ACTIONS(1378), + [anon_sym___restrict__] = ACTIONS(1378), + [anon_sym__Atomic] = ACTIONS(1378), + [anon_sym__Noreturn] = ACTIONS(1378), + [anon_sym_noreturn] = ACTIONS(1378), + [sym_primitive_type] = ACTIONS(1378), + [anon_sym_enum] = ACTIONS(1378), + [anon_sym_struct] = ACTIONS(1378), + [anon_sym_union] = ACTIONS(1378), + [anon_sym_if] = ACTIONS(1378), + [anon_sym_else] = ACTIONS(1378), + [anon_sym_switch] = ACTIONS(1378), + [anon_sym_case] = ACTIONS(1378), + [anon_sym_default] = ACTIONS(1378), + [anon_sym_while] = ACTIONS(1378), + [anon_sym_do] = ACTIONS(1378), + [anon_sym_for] = ACTIONS(1378), + [anon_sym_return] = ACTIONS(1378), + [anon_sym_break] = ACTIONS(1378), + [anon_sym_continue] = ACTIONS(1378), + [anon_sym_goto] = ACTIONS(1378), + [anon_sym___try] = ACTIONS(1378), + [anon_sym___leave] = ACTIONS(1378), + [anon_sym_DASH_DASH] = ACTIONS(1380), + [anon_sym_PLUS_PLUS] = ACTIONS(1380), + [anon_sym_sizeof] = ACTIONS(1378), + [anon_sym___alignof__] = ACTIONS(1378), + [anon_sym___alignof] = ACTIONS(1378), + [anon_sym__alignof] = ACTIONS(1378), + [anon_sym_alignof] = ACTIONS(1378), + [anon_sym__Alignof] = ACTIONS(1378), + [anon_sym_offsetof] = ACTIONS(1378), + [anon_sym__Generic] = ACTIONS(1378), + [anon_sym_asm] = ACTIONS(1378), + [anon_sym___asm__] = ACTIONS(1378), + [sym_number_literal] = ACTIONS(1380), + [anon_sym_L_SQUOTE] = ACTIONS(1380), + [anon_sym_u_SQUOTE] = ACTIONS(1380), + [anon_sym_U_SQUOTE] = ACTIONS(1380), + [anon_sym_u8_SQUOTE] = ACTIONS(1380), + [anon_sym_SQUOTE] = ACTIONS(1380), + [anon_sym_L_DQUOTE] = ACTIONS(1380), + [anon_sym_u_DQUOTE] = ACTIONS(1380), + [anon_sym_U_DQUOTE] = ACTIONS(1380), + [anon_sym_u8_DQUOTE] = ACTIONS(1380), + [anon_sym_DQUOTE] = ACTIONS(1380), + [sym_true] = ACTIONS(1378), + [sym_false] = ACTIONS(1378), + [anon_sym_NULL] = ACTIONS(1378), + [anon_sym_nullptr] = ACTIONS(1378), [sym_comment] = ACTIONS(3), }, [269] = { - [sym__expression] = STATE(840), - [sym__expression_not_binary] = STATE(824), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(824), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(824), - [sym_call_expression] = STATE(824), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(824), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(824), - [sym_initializer_list] = STATE(798), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym__expression] = STATE(838), + [sym__expression_not_binary] = STATE(807), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(807), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(807), + [sym_call_expression] = STATE(807), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(807), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(807), + [sym_initializer_list] = STATE(828), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym_identifier] = ACTIONS(1526), [anon_sym_COMMA] = ACTIONS(1516), [anon_sym_RPAREN] = ACTIONS(1516), @@ -47800,402 +47791,207 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [270] = { - [sym_identifier] = ACTIONS(1374), - [aux_sym_preproc_include_token1] = ACTIONS(1374), - [aux_sym_preproc_def_token1] = ACTIONS(1374), - [aux_sym_preproc_if_token1] = ACTIONS(1374), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1374), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1374), - [sym_preproc_directive] = ACTIONS(1374), - [anon_sym_LPAREN2] = ACTIONS(1376), - [anon_sym_BANG] = ACTIONS(1376), - [anon_sym_TILDE] = ACTIONS(1376), - [anon_sym_DASH] = ACTIONS(1374), - [anon_sym_PLUS] = ACTIONS(1374), - [anon_sym_STAR] = ACTIONS(1376), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_SEMI] = ACTIONS(1376), - [anon_sym___extension__] = ACTIONS(1374), - [anon_sym_typedef] = ACTIONS(1374), - [anon_sym_extern] = ACTIONS(1374), - [anon_sym___attribute__] = ACTIONS(1374), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1376), - [anon_sym___declspec] = ACTIONS(1374), - [anon_sym___cdecl] = ACTIONS(1374), - [anon_sym___clrcall] = ACTIONS(1374), - [anon_sym___stdcall] = ACTIONS(1374), - [anon_sym___fastcall] = ACTIONS(1374), - [anon_sym___thiscall] = ACTIONS(1374), - [anon_sym___vectorcall] = ACTIONS(1374), - [anon_sym_LBRACE] = ACTIONS(1376), - [anon_sym_RBRACE] = ACTIONS(1376), - [anon_sym_signed] = ACTIONS(1374), - [anon_sym_unsigned] = ACTIONS(1374), - [anon_sym_long] = ACTIONS(1374), - [anon_sym_short] = ACTIONS(1374), - [anon_sym_static] = ACTIONS(1374), - [anon_sym_auto] = ACTIONS(1374), - [anon_sym_register] = ACTIONS(1374), - [anon_sym_inline] = ACTIONS(1374), - [anon_sym___inline] = ACTIONS(1374), - [anon_sym___inline__] = ACTIONS(1374), - [anon_sym___forceinline] = ACTIONS(1374), - [anon_sym_thread_local] = ACTIONS(1374), - [anon_sym___thread] = ACTIONS(1374), - [anon_sym_const] = ACTIONS(1374), - [anon_sym_constexpr] = ACTIONS(1374), - [anon_sym_volatile] = ACTIONS(1374), - [anon_sym_restrict] = ACTIONS(1374), - [anon_sym___restrict__] = ACTIONS(1374), - [anon_sym__Atomic] = ACTIONS(1374), - [anon_sym__Noreturn] = ACTIONS(1374), - [anon_sym_noreturn] = ACTIONS(1374), - [sym_primitive_type] = ACTIONS(1374), - [anon_sym_enum] = ACTIONS(1374), - [anon_sym_struct] = ACTIONS(1374), - [anon_sym_union] = ACTIONS(1374), - [anon_sym_if] = ACTIONS(1374), - [anon_sym_else] = ACTIONS(1374), - [anon_sym_switch] = ACTIONS(1374), - [anon_sym_case] = ACTIONS(1374), - [anon_sym_default] = ACTIONS(1374), - [anon_sym_while] = ACTIONS(1374), - [anon_sym_do] = ACTIONS(1374), - [anon_sym_for] = ACTIONS(1374), - [anon_sym_return] = ACTIONS(1374), - [anon_sym_break] = ACTIONS(1374), - [anon_sym_continue] = ACTIONS(1374), - [anon_sym_goto] = ACTIONS(1374), - [anon_sym___try] = ACTIONS(1374), - [anon_sym___leave] = ACTIONS(1374), - [anon_sym_DASH_DASH] = ACTIONS(1376), - [anon_sym_PLUS_PLUS] = ACTIONS(1376), - [anon_sym_sizeof] = ACTIONS(1374), - [anon_sym___alignof__] = ACTIONS(1374), - [anon_sym___alignof] = ACTIONS(1374), - [anon_sym__alignof] = ACTIONS(1374), - [anon_sym_alignof] = ACTIONS(1374), - [anon_sym__Alignof] = ACTIONS(1374), - [anon_sym_offsetof] = ACTIONS(1374), - [anon_sym__Generic] = ACTIONS(1374), - [anon_sym_asm] = ACTIONS(1374), - [anon_sym___asm__] = ACTIONS(1374), - [sym_number_literal] = ACTIONS(1376), - [anon_sym_L_SQUOTE] = ACTIONS(1376), - [anon_sym_u_SQUOTE] = ACTIONS(1376), - [anon_sym_U_SQUOTE] = ACTIONS(1376), - [anon_sym_u8_SQUOTE] = ACTIONS(1376), - [anon_sym_SQUOTE] = ACTIONS(1376), - [anon_sym_L_DQUOTE] = ACTIONS(1376), - [anon_sym_u_DQUOTE] = ACTIONS(1376), - [anon_sym_U_DQUOTE] = ACTIONS(1376), - [anon_sym_u8_DQUOTE] = ACTIONS(1376), - [anon_sym_DQUOTE] = ACTIONS(1376), - [sym_true] = ACTIONS(1374), - [sym_false] = ACTIONS(1374), - [anon_sym_NULL] = ACTIONS(1374), - [anon_sym_nullptr] = ACTIONS(1374), + [sym_identifier] = ACTIONS(1378), + [aux_sym_preproc_include_token1] = ACTIONS(1378), + [aux_sym_preproc_def_token1] = ACTIONS(1378), + [aux_sym_preproc_if_token1] = ACTIONS(1378), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1378), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1378), + [sym_preproc_directive] = ACTIONS(1378), + [anon_sym_LPAREN2] = ACTIONS(1380), + [anon_sym_BANG] = ACTIONS(1380), + [anon_sym_TILDE] = ACTIONS(1380), + [anon_sym_DASH] = ACTIONS(1378), + [anon_sym_PLUS] = ACTIONS(1378), + [anon_sym_STAR] = ACTIONS(1380), + [anon_sym_AMP] = ACTIONS(1380), + [anon_sym_SEMI] = ACTIONS(1380), + [anon_sym___extension__] = ACTIONS(1378), + [anon_sym_typedef] = ACTIONS(1378), + [anon_sym_extern] = ACTIONS(1378), + [anon_sym___attribute__] = ACTIONS(1378), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1380), + [anon_sym___declspec] = ACTIONS(1378), + [anon_sym___cdecl] = ACTIONS(1378), + [anon_sym___clrcall] = ACTIONS(1378), + [anon_sym___stdcall] = ACTIONS(1378), + [anon_sym___fastcall] = ACTIONS(1378), + [anon_sym___thiscall] = ACTIONS(1378), + [anon_sym___vectorcall] = ACTIONS(1378), + [anon_sym_LBRACE] = ACTIONS(1380), + [anon_sym_RBRACE] = ACTIONS(1380), + [anon_sym_signed] = ACTIONS(1378), + [anon_sym_unsigned] = ACTIONS(1378), + [anon_sym_long] = ACTIONS(1378), + [anon_sym_short] = ACTIONS(1378), + [anon_sym_static] = ACTIONS(1378), + [anon_sym_auto] = ACTIONS(1378), + [anon_sym_register] = ACTIONS(1378), + [anon_sym_inline] = ACTIONS(1378), + [anon_sym___inline] = ACTIONS(1378), + [anon_sym___inline__] = ACTIONS(1378), + [anon_sym___forceinline] = ACTIONS(1378), + [anon_sym_thread_local] = ACTIONS(1378), + [anon_sym___thread] = ACTIONS(1378), + [anon_sym_const] = ACTIONS(1378), + [anon_sym_constexpr] = ACTIONS(1378), + [anon_sym_volatile] = ACTIONS(1378), + [anon_sym_restrict] = ACTIONS(1378), + [anon_sym___restrict__] = ACTIONS(1378), + [anon_sym__Atomic] = ACTIONS(1378), + [anon_sym__Noreturn] = ACTIONS(1378), + [anon_sym_noreturn] = ACTIONS(1378), + [sym_primitive_type] = ACTIONS(1378), + [anon_sym_enum] = ACTIONS(1378), + [anon_sym_struct] = ACTIONS(1378), + [anon_sym_union] = ACTIONS(1378), + [anon_sym_if] = ACTIONS(1378), + [anon_sym_else] = ACTIONS(1378), + [anon_sym_switch] = ACTIONS(1378), + [anon_sym_case] = ACTIONS(1378), + [anon_sym_default] = ACTIONS(1378), + [anon_sym_while] = ACTIONS(1378), + [anon_sym_do] = ACTIONS(1378), + [anon_sym_for] = ACTIONS(1378), + [anon_sym_return] = ACTIONS(1378), + [anon_sym_break] = ACTIONS(1378), + [anon_sym_continue] = ACTIONS(1378), + [anon_sym_goto] = ACTIONS(1378), + [anon_sym___try] = ACTIONS(1378), + [anon_sym___leave] = ACTIONS(1378), + [anon_sym_DASH_DASH] = ACTIONS(1380), + [anon_sym_PLUS_PLUS] = ACTIONS(1380), + [anon_sym_sizeof] = ACTIONS(1378), + [anon_sym___alignof__] = ACTIONS(1378), + [anon_sym___alignof] = ACTIONS(1378), + [anon_sym__alignof] = ACTIONS(1378), + [anon_sym_alignof] = ACTIONS(1378), + [anon_sym__Alignof] = ACTIONS(1378), + [anon_sym_offsetof] = ACTIONS(1378), + [anon_sym__Generic] = ACTIONS(1378), + [anon_sym_asm] = ACTIONS(1378), + [anon_sym___asm__] = ACTIONS(1378), + [sym_number_literal] = ACTIONS(1380), + [anon_sym_L_SQUOTE] = ACTIONS(1380), + [anon_sym_u_SQUOTE] = ACTIONS(1380), + [anon_sym_U_SQUOTE] = ACTIONS(1380), + [anon_sym_u8_SQUOTE] = ACTIONS(1380), + [anon_sym_SQUOTE] = ACTIONS(1380), + [anon_sym_L_DQUOTE] = ACTIONS(1380), + [anon_sym_u_DQUOTE] = ACTIONS(1380), + [anon_sym_U_DQUOTE] = ACTIONS(1380), + [anon_sym_u8_DQUOTE] = ACTIONS(1380), + [anon_sym_DQUOTE] = ACTIONS(1380), + [sym_true] = ACTIONS(1378), + [sym_false] = ACTIONS(1378), + [anon_sym_NULL] = ACTIONS(1378), + [anon_sym_nullptr] = ACTIONS(1378), [sym_comment] = ACTIONS(3), }, [271] = { - [sym_identifier] = ACTIONS(1390), - [aux_sym_preproc_include_token1] = ACTIONS(1390), - [aux_sym_preproc_def_token1] = ACTIONS(1390), - [aux_sym_preproc_if_token1] = ACTIONS(1390), - [aux_sym_preproc_if_token2] = ACTIONS(1390), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1390), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1390), - [sym_preproc_directive] = ACTIONS(1390), - [anon_sym_LPAREN2] = ACTIONS(1392), - [anon_sym_BANG] = ACTIONS(1392), - [anon_sym_TILDE] = ACTIONS(1392), - [anon_sym_DASH] = ACTIONS(1390), - [anon_sym_PLUS] = ACTIONS(1390), - [anon_sym_STAR] = ACTIONS(1392), - [anon_sym_AMP] = ACTIONS(1392), - [anon_sym_SEMI] = ACTIONS(1392), - [anon_sym___extension__] = ACTIONS(1390), - [anon_sym_typedef] = ACTIONS(1390), - [anon_sym_extern] = ACTIONS(1390), - [anon_sym___attribute__] = ACTIONS(1390), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1392), - [anon_sym___declspec] = ACTIONS(1390), - [anon_sym___cdecl] = ACTIONS(1390), - [anon_sym___clrcall] = ACTIONS(1390), - [anon_sym___stdcall] = ACTIONS(1390), - [anon_sym___fastcall] = ACTIONS(1390), - [anon_sym___thiscall] = ACTIONS(1390), - [anon_sym___vectorcall] = ACTIONS(1390), - [anon_sym_LBRACE] = ACTIONS(1392), - [anon_sym_signed] = ACTIONS(1390), - [anon_sym_unsigned] = ACTIONS(1390), - [anon_sym_long] = ACTIONS(1390), - [anon_sym_short] = ACTIONS(1390), - [anon_sym_static] = ACTIONS(1390), - [anon_sym_auto] = ACTIONS(1390), - [anon_sym_register] = ACTIONS(1390), - [anon_sym_inline] = ACTIONS(1390), - [anon_sym___inline] = ACTIONS(1390), - [anon_sym___inline__] = ACTIONS(1390), - [anon_sym___forceinline] = ACTIONS(1390), - [anon_sym_thread_local] = ACTIONS(1390), - [anon_sym___thread] = ACTIONS(1390), - [anon_sym_const] = ACTIONS(1390), - [anon_sym_constexpr] = ACTIONS(1390), - [anon_sym_volatile] = ACTIONS(1390), - [anon_sym_restrict] = ACTIONS(1390), - [anon_sym___restrict__] = ACTIONS(1390), - [anon_sym__Atomic] = ACTIONS(1390), - [anon_sym__Noreturn] = ACTIONS(1390), - [anon_sym_noreturn] = ACTIONS(1390), - [sym_primitive_type] = ACTIONS(1390), - [anon_sym_enum] = ACTIONS(1390), - [anon_sym_struct] = ACTIONS(1390), - [anon_sym_union] = ACTIONS(1390), - [anon_sym_if] = ACTIONS(1390), - [anon_sym_else] = ACTIONS(1390), - [anon_sym_switch] = ACTIONS(1390), - [anon_sym_case] = ACTIONS(1390), - [anon_sym_default] = ACTIONS(1390), - [anon_sym_while] = ACTIONS(1390), - [anon_sym_do] = ACTIONS(1390), - [anon_sym_for] = ACTIONS(1390), - [anon_sym_return] = ACTIONS(1390), - [anon_sym_break] = ACTIONS(1390), - [anon_sym_continue] = ACTIONS(1390), - [anon_sym_goto] = ACTIONS(1390), - [anon_sym___try] = ACTIONS(1390), - [anon_sym___leave] = ACTIONS(1390), - [anon_sym_DASH_DASH] = ACTIONS(1392), - [anon_sym_PLUS_PLUS] = ACTIONS(1392), - [anon_sym_sizeof] = ACTIONS(1390), - [anon_sym___alignof__] = ACTIONS(1390), - [anon_sym___alignof] = ACTIONS(1390), - [anon_sym__alignof] = ACTIONS(1390), - [anon_sym_alignof] = ACTIONS(1390), - [anon_sym__Alignof] = ACTIONS(1390), - [anon_sym_offsetof] = ACTIONS(1390), - [anon_sym__Generic] = ACTIONS(1390), - [anon_sym_asm] = ACTIONS(1390), - [anon_sym___asm__] = ACTIONS(1390), - [sym_number_literal] = ACTIONS(1392), - [anon_sym_L_SQUOTE] = ACTIONS(1392), - [anon_sym_u_SQUOTE] = ACTIONS(1392), - [anon_sym_U_SQUOTE] = ACTIONS(1392), - [anon_sym_u8_SQUOTE] = ACTIONS(1392), - [anon_sym_SQUOTE] = ACTIONS(1392), - [anon_sym_L_DQUOTE] = ACTIONS(1392), - [anon_sym_u_DQUOTE] = ACTIONS(1392), - [anon_sym_U_DQUOTE] = ACTIONS(1392), - [anon_sym_u8_DQUOTE] = ACTIONS(1392), - [anon_sym_DQUOTE] = ACTIONS(1392), - [sym_true] = ACTIONS(1390), - [sym_false] = ACTIONS(1390), - [anon_sym_NULL] = ACTIONS(1390), - [anon_sym_nullptr] = ACTIONS(1390), + [sym_identifier] = ACTIONS(1382), + [aux_sym_preproc_include_token1] = ACTIONS(1382), + [aux_sym_preproc_def_token1] = ACTIONS(1382), + [aux_sym_preproc_if_token1] = ACTIONS(1382), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1382), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1382), + [sym_preproc_directive] = ACTIONS(1382), + [anon_sym_LPAREN2] = ACTIONS(1384), + [anon_sym_BANG] = ACTIONS(1384), + [anon_sym_TILDE] = ACTIONS(1384), + [anon_sym_DASH] = ACTIONS(1382), + [anon_sym_PLUS] = ACTIONS(1382), + [anon_sym_STAR] = ACTIONS(1384), + [anon_sym_AMP] = ACTIONS(1384), + [anon_sym_SEMI] = ACTIONS(1384), + [anon_sym___extension__] = ACTIONS(1382), + [anon_sym_typedef] = ACTIONS(1382), + [anon_sym_extern] = ACTIONS(1382), + [anon_sym___attribute__] = ACTIONS(1382), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1384), + [anon_sym___declspec] = ACTIONS(1382), + [anon_sym___cdecl] = ACTIONS(1382), + [anon_sym___clrcall] = ACTIONS(1382), + [anon_sym___stdcall] = ACTIONS(1382), + [anon_sym___fastcall] = ACTIONS(1382), + [anon_sym___thiscall] = ACTIONS(1382), + [anon_sym___vectorcall] = ACTIONS(1382), + [anon_sym_LBRACE] = ACTIONS(1384), + [anon_sym_RBRACE] = ACTIONS(1384), + [anon_sym_signed] = ACTIONS(1382), + [anon_sym_unsigned] = ACTIONS(1382), + [anon_sym_long] = ACTIONS(1382), + [anon_sym_short] = ACTIONS(1382), + [anon_sym_static] = ACTIONS(1382), + [anon_sym_auto] = ACTIONS(1382), + [anon_sym_register] = ACTIONS(1382), + [anon_sym_inline] = ACTIONS(1382), + [anon_sym___inline] = ACTIONS(1382), + [anon_sym___inline__] = ACTIONS(1382), + [anon_sym___forceinline] = ACTIONS(1382), + [anon_sym_thread_local] = ACTIONS(1382), + [anon_sym___thread] = ACTIONS(1382), + [anon_sym_const] = ACTIONS(1382), + [anon_sym_constexpr] = ACTIONS(1382), + [anon_sym_volatile] = ACTIONS(1382), + [anon_sym_restrict] = ACTIONS(1382), + [anon_sym___restrict__] = ACTIONS(1382), + [anon_sym__Atomic] = ACTIONS(1382), + [anon_sym__Noreturn] = ACTIONS(1382), + [anon_sym_noreturn] = ACTIONS(1382), + [sym_primitive_type] = ACTIONS(1382), + [anon_sym_enum] = ACTIONS(1382), + [anon_sym_struct] = ACTIONS(1382), + [anon_sym_union] = ACTIONS(1382), + [anon_sym_if] = ACTIONS(1382), + [anon_sym_else] = ACTIONS(1382), + [anon_sym_switch] = ACTIONS(1382), + [anon_sym_case] = ACTIONS(1382), + [anon_sym_default] = ACTIONS(1382), + [anon_sym_while] = ACTIONS(1382), + [anon_sym_do] = ACTIONS(1382), + [anon_sym_for] = ACTIONS(1382), + [anon_sym_return] = ACTIONS(1382), + [anon_sym_break] = ACTIONS(1382), + [anon_sym_continue] = ACTIONS(1382), + [anon_sym_goto] = ACTIONS(1382), + [anon_sym___try] = ACTIONS(1382), + [anon_sym___leave] = ACTIONS(1382), + [anon_sym_DASH_DASH] = ACTIONS(1384), + [anon_sym_PLUS_PLUS] = ACTIONS(1384), + [anon_sym_sizeof] = ACTIONS(1382), + [anon_sym___alignof__] = ACTIONS(1382), + [anon_sym___alignof] = ACTIONS(1382), + [anon_sym__alignof] = ACTIONS(1382), + [anon_sym_alignof] = ACTIONS(1382), + [anon_sym__Alignof] = ACTIONS(1382), + [anon_sym_offsetof] = ACTIONS(1382), + [anon_sym__Generic] = ACTIONS(1382), + [anon_sym_asm] = ACTIONS(1382), + [anon_sym___asm__] = ACTIONS(1382), + [sym_number_literal] = ACTIONS(1384), + [anon_sym_L_SQUOTE] = ACTIONS(1384), + [anon_sym_u_SQUOTE] = ACTIONS(1384), + [anon_sym_U_SQUOTE] = ACTIONS(1384), + [anon_sym_u8_SQUOTE] = ACTIONS(1384), + [anon_sym_SQUOTE] = ACTIONS(1384), + [anon_sym_L_DQUOTE] = ACTIONS(1384), + [anon_sym_u_DQUOTE] = ACTIONS(1384), + [anon_sym_U_DQUOTE] = ACTIONS(1384), + [anon_sym_u8_DQUOTE] = ACTIONS(1384), + [anon_sym_DQUOTE] = ACTIONS(1384), + [sym_true] = ACTIONS(1382), + [sym_false] = ACTIONS(1382), + [anon_sym_NULL] = ACTIONS(1382), + [anon_sym_nullptr] = ACTIONS(1382), [sym_comment] = ACTIONS(3), }, [272] = { - [sym_identifier] = ACTIONS(1344), - [aux_sym_preproc_include_token1] = ACTIONS(1344), - [aux_sym_preproc_def_token1] = ACTIONS(1344), - [aux_sym_preproc_if_token1] = ACTIONS(1344), - [aux_sym_preproc_if_token2] = ACTIONS(1344), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1344), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1344), - [sym_preproc_directive] = ACTIONS(1344), - [anon_sym_LPAREN2] = ACTIONS(1342), - [anon_sym_BANG] = ACTIONS(1342), - [anon_sym_TILDE] = ACTIONS(1342), - [anon_sym_DASH] = ACTIONS(1344), - [anon_sym_PLUS] = ACTIONS(1344), - [anon_sym_STAR] = ACTIONS(1342), - [anon_sym_AMP] = ACTIONS(1342), - [anon_sym_SEMI] = ACTIONS(1342), - [anon_sym___extension__] = ACTIONS(1344), - [anon_sym_typedef] = ACTIONS(1344), - [anon_sym_extern] = ACTIONS(1344), - [anon_sym___attribute__] = ACTIONS(1344), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1342), - [anon_sym___declspec] = ACTIONS(1344), - [anon_sym___cdecl] = ACTIONS(1344), - [anon_sym___clrcall] = ACTIONS(1344), - [anon_sym___stdcall] = ACTIONS(1344), - [anon_sym___fastcall] = ACTIONS(1344), - [anon_sym___thiscall] = ACTIONS(1344), - [anon_sym___vectorcall] = ACTIONS(1344), - [anon_sym_LBRACE] = ACTIONS(1342), - [anon_sym_signed] = ACTIONS(1344), - [anon_sym_unsigned] = ACTIONS(1344), - [anon_sym_long] = ACTIONS(1344), - [anon_sym_short] = ACTIONS(1344), - [anon_sym_static] = ACTIONS(1344), - [anon_sym_auto] = ACTIONS(1344), - [anon_sym_register] = ACTIONS(1344), - [anon_sym_inline] = ACTIONS(1344), - [anon_sym___inline] = ACTIONS(1344), - [anon_sym___inline__] = ACTIONS(1344), - [anon_sym___forceinline] = ACTIONS(1344), - [anon_sym_thread_local] = ACTIONS(1344), - [anon_sym___thread] = ACTIONS(1344), - [anon_sym_const] = ACTIONS(1344), - [anon_sym_constexpr] = ACTIONS(1344), - [anon_sym_volatile] = ACTIONS(1344), - [anon_sym_restrict] = ACTIONS(1344), - [anon_sym___restrict__] = ACTIONS(1344), - [anon_sym__Atomic] = ACTIONS(1344), - [anon_sym__Noreturn] = ACTIONS(1344), - [anon_sym_noreturn] = ACTIONS(1344), - [sym_primitive_type] = ACTIONS(1344), - [anon_sym_enum] = ACTIONS(1344), - [anon_sym_struct] = ACTIONS(1344), - [anon_sym_union] = ACTIONS(1344), - [anon_sym_if] = ACTIONS(1344), - [anon_sym_else] = ACTIONS(1344), - [anon_sym_switch] = ACTIONS(1344), - [anon_sym_case] = ACTIONS(1344), - [anon_sym_default] = ACTIONS(1344), - [anon_sym_while] = ACTIONS(1344), - [anon_sym_do] = ACTIONS(1344), - [anon_sym_for] = ACTIONS(1344), - [anon_sym_return] = ACTIONS(1344), - [anon_sym_break] = ACTIONS(1344), - [anon_sym_continue] = ACTIONS(1344), - [anon_sym_goto] = ACTIONS(1344), - [anon_sym___try] = ACTIONS(1344), - [anon_sym___leave] = ACTIONS(1344), - [anon_sym_DASH_DASH] = ACTIONS(1342), - [anon_sym_PLUS_PLUS] = ACTIONS(1342), - [anon_sym_sizeof] = ACTIONS(1344), - [anon_sym___alignof__] = ACTIONS(1344), - [anon_sym___alignof] = ACTIONS(1344), - [anon_sym__alignof] = ACTIONS(1344), - [anon_sym_alignof] = ACTIONS(1344), - [anon_sym__Alignof] = ACTIONS(1344), - [anon_sym_offsetof] = ACTIONS(1344), - [anon_sym__Generic] = ACTIONS(1344), - [anon_sym_asm] = ACTIONS(1344), - [anon_sym___asm__] = ACTIONS(1344), - [sym_number_literal] = ACTIONS(1342), - [anon_sym_L_SQUOTE] = ACTIONS(1342), - [anon_sym_u_SQUOTE] = ACTIONS(1342), - [anon_sym_U_SQUOTE] = ACTIONS(1342), - [anon_sym_u8_SQUOTE] = ACTIONS(1342), - [anon_sym_SQUOTE] = ACTIONS(1342), - [anon_sym_L_DQUOTE] = ACTIONS(1342), - [anon_sym_u_DQUOTE] = ACTIONS(1342), - [anon_sym_U_DQUOTE] = ACTIONS(1342), - [anon_sym_u8_DQUOTE] = ACTIONS(1342), - [anon_sym_DQUOTE] = ACTIONS(1342), - [sym_true] = ACTIONS(1344), - [sym_false] = ACTIONS(1344), - [anon_sym_NULL] = ACTIONS(1344), - [anon_sym_nullptr] = ACTIONS(1344), - [sym_comment] = ACTIONS(3), - }, - [273] = { - [ts_builtin_sym_end] = ACTIONS(1396), - [sym_identifier] = ACTIONS(1394), - [aux_sym_preproc_include_token1] = ACTIONS(1394), - [aux_sym_preproc_def_token1] = ACTIONS(1394), - [aux_sym_preproc_if_token1] = ACTIONS(1394), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1394), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1394), - [sym_preproc_directive] = ACTIONS(1394), - [anon_sym_LPAREN2] = ACTIONS(1396), - [anon_sym_BANG] = ACTIONS(1396), - [anon_sym_TILDE] = ACTIONS(1396), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_AMP] = ACTIONS(1396), - [anon_sym_SEMI] = ACTIONS(1396), - [anon_sym___extension__] = ACTIONS(1394), - [anon_sym_typedef] = ACTIONS(1394), - [anon_sym_extern] = ACTIONS(1394), - [anon_sym___attribute__] = ACTIONS(1394), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1396), - [anon_sym___declspec] = ACTIONS(1394), - [anon_sym___cdecl] = ACTIONS(1394), - [anon_sym___clrcall] = ACTIONS(1394), - [anon_sym___stdcall] = ACTIONS(1394), - [anon_sym___fastcall] = ACTIONS(1394), - [anon_sym___thiscall] = ACTIONS(1394), - [anon_sym___vectorcall] = ACTIONS(1394), - [anon_sym_LBRACE] = ACTIONS(1396), - [anon_sym_signed] = ACTIONS(1394), - [anon_sym_unsigned] = ACTIONS(1394), - [anon_sym_long] = ACTIONS(1394), - [anon_sym_short] = ACTIONS(1394), - [anon_sym_static] = ACTIONS(1394), - [anon_sym_auto] = ACTIONS(1394), - [anon_sym_register] = ACTIONS(1394), - [anon_sym_inline] = ACTIONS(1394), - [anon_sym___inline] = ACTIONS(1394), - [anon_sym___inline__] = ACTIONS(1394), - [anon_sym___forceinline] = ACTIONS(1394), - [anon_sym_thread_local] = ACTIONS(1394), - [anon_sym___thread] = ACTIONS(1394), - [anon_sym_const] = ACTIONS(1394), - [anon_sym_constexpr] = ACTIONS(1394), - [anon_sym_volatile] = ACTIONS(1394), - [anon_sym_restrict] = ACTIONS(1394), - [anon_sym___restrict__] = ACTIONS(1394), - [anon_sym__Atomic] = ACTIONS(1394), - [anon_sym__Noreturn] = ACTIONS(1394), - [anon_sym_noreturn] = ACTIONS(1394), - [sym_primitive_type] = ACTIONS(1394), - [anon_sym_enum] = ACTIONS(1394), - [anon_sym_struct] = ACTIONS(1394), - [anon_sym_union] = ACTIONS(1394), - [anon_sym_if] = ACTIONS(1394), - [anon_sym_else] = ACTIONS(1394), - [anon_sym_switch] = ACTIONS(1394), - [anon_sym_case] = ACTIONS(1394), - [anon_sym_default] = ACTIONS(1394), - [anon_sym_while] = ACTIONS(1394), - [anon_sym_do] = ACTIONS(1394), - [anon_sym_for] = ACTIONS(1394), - [anon_sym_return] = ACTIONS(1394), - [anon_sym_break] = ACTIONS(1394), - [anon_sym_continue] = ACTIONS(1394), - [anon_sym_goto] = ACTIONS(1394), - [anon_sym___try] = ACTIONS(1394), - [anon_sym___leave] = ACTIONS(1394), - [anon_sym_DASH_DASH] = ACTIONS(1396), - [anon_sym_PLUS_PLUS] = ACTIONS(1396), - [anon_sym_sizeof] = ACTIONS(1394), - [anon_sym___alignof__] = ACTIONS(1394), - [anon_sym___alignof] = ACTIONS(1394), - [anon_sym__alignof] = ACTIONS(1394), - [anon_sym_alignof] = ACTIONS(1394), - [anon_sym__Alignof] = ACTIONS(1394), - [anon_sym_offsetof] = ACTIONS(1394), - [anon_sym__Generic] = ACTIONS(1394), - [anon_sym_asm] = ACTIONS(1394), - [anon_sym___asm__] = ACTIONS(1394), - [sym_number_literal] = ACTIONS(1396), - [anon_sym_L_SQUOTE] = ACTIONS(1396), - [anon_sym_u_SQUOTE] = ACTIONS(1396), - [anon_sym_U_SQUOTE] = ACTIONS(1396), - [anon_sym_u8_SQUOTE] = ACTIONS(1396), - [anon_sym_SQUOTE] = ACTIONS(1396), - [anon_sym_L_DQUOTE] = ACTIONS(1396), - [anon_sym_u_DQUOTE] = ACTIONS(1396), - [anon_sym_U_DQUOTE] = ACTIONS(1396), - [anon_sym_u8_DQUOTE] = ACTIONS(1396), - [anon_sym_DQUOTE] = ACTIONS(1396), - [sym_true] = ACTIONS(1394), - [sym_false] = ACTIONS(1394), - [anon_sym_NULL] = ACTIONS(1394), - [anon_sym_nullptr] = ACTIONS(1394), - [sym_comment] = ACTIONS(3), - }, - [274] = { [sym_identifier] = ACTIONS(1398), [aux_sym_preproc_include_token1] = ACTIONS(1398), [aux_sym_preproc_def_token1] = ACTIONS(1398), [aux_sym_preproc_if_token1] = ACTIONS(1398), + [aux_sym_preproc_if_token2] = ACTIONS(1398), [aux_sym_preproc_ifdef_token1] = ACTIONS(1398), [aux_sym_preproc_ifdef_token2] = ACTIONS(1398), [sym_preproc_directive] = ACTIONS(1398), @@ -48220,7 +48016,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1398), [anon_sym___vectorcall] = ACTIONS(1398), [anon_sym_LBRACE] = ACTIONS(1400), - [anon_sym_RBRACE] = ACTIONS(1400), [anon_sym_signed] = ACTIONS(1398), [anon_sym_unsigned] = ACTIONS(1398), [anon_sym_long] = ACTIONS(1398), @@ -48289,208 +48084,207 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1398), [sym_comment] = ACTIONS(3), }, - [275] = { - [sym_identifier] = ACTIONS(1310), - [aux_sym_preproc_include_token1] = ACTIONS(1310), - [aux_sym_preproc_def_token1] = ACTIONS(1310), - [aux_sym_preproc_if_token1] = ACTIONS(1310), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1310), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1310), - [sym_preproc_directive] = ACTIONS(1310), - [anon_sym_LPAREN2] = ACTIONS(1312), - [anon_sym_BANG] = ACTIONS(1312), - [anon_sym_TILDE] = ACTIONS(1312), - [anon_sym_DASH] = ACTIONS(1310), - [anon_sym_PLUS] = ACTIONS(1310), - [anon_sym_STAR] = ACTIONS(1312), - [anon_sym_AMP] = ACTIONS(1312), - [anon_sym_SEMI] = ACTIONS(1312), - [anon_sym___extension__] = ACTIONS(1310), - [anon_sym_typedef] = ACTIONS(1310), - [anon_sym_extern] = ACTIONS(1310), - [anon_sym___attribute__] = ACTIONS(1310), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1312), - [anon_sym___declspec] = ACTIONS(1310), - [anon_sym___cdecl] = ACTIONS(1310), - [anon_sym___clrcall] = ACTIONS(1310), - [anon_sym___stdcall] = ACTIONS(1310), - [anon_sym___fastcall] = ACTIONS(1310), - [anon_sym___thiscall] = ACTIONS(1310), - [anon_sym___vectorcall] = ACTIONS(1310), - [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_RBRACE] = ACTIONS(1312), - [anon_sym_signed] = ACTIONS(1310), - [anon_sym_unsigned] = ACTIONS(1310), - [anon_sym_long] = ACTIONS(1310), - [anon_sym_short] = ACTIONS(1310), - [anon_sym_static] = ACTIONS(1310), - [anon_sym_auto] = ACTIONS(1310), - [anon_sym_register] = ACTIONS(1310), - [anon_sym_inline] = ACTIONS(1310), - [anon_sym___inline] = ACTIONS(1310), - [anon_sym___inline__] = ACTIONS(1310), - [anon_sym___forceinline] = ACTIONS(1310), - [anon_sym_thread_local] = ACTIONS(1310), - [anon_sym___thread] = ACTIONS(1310), - [anon_sym_const] = ACTIONS(1310), - [anon_sym_constexpr] = ACTIONS(1310), - [anon_sym_volatile] = ACTIONS(1310), - [anon_sym_restrict] = ACTIONS(1310), - [anon_sym___restrict__] = ACTIONS(1310), - [anon_sym__Atomic] = ACTIONS(1310), - [anon_sym__Noreturn] = ACTIONS(1310), - [anon_sym_noreturn] = ACTIONS(1310), - [sym_primitive_type] = ACTIONS(1310), - [anon_sym_enum] = ACTIONS(1310), - [anon_sym_struct] = ACTIONS(1310), - [anon_sym_union] = ACTIONS(1310), - [anon_sym_if] = ACTIONS(1310), - [anon_sym_else] = ACTIONS(1310), - [anon_sym_switch] = ACTIONS(1310), - [anon_sym_case] = ACTIONS(1310), - [anon_sym_default] = ACTIONS(1310), - [anon_sym_while] = ACTIONS(1310), - [anon_sym_do] = ACTIONS(1310), - [anon_sym_for] = ACTIONS(1310), - [anon_sym_return] = ACTIONS(1310), - [anon_sym_break] = ACTIONS(1310), - [anon_sym_continue] = ACTIONS(1310), - [anon_sym_goto] = ACTIONS(1310), - [anon_sym___try] = ACTIONS(1310), - [anon_sym___leave] = ACTIONS(1310), - [anon_sym_DASH_DASH] = ACTIONS(1312), - [anon_sym_PLUS_PLUS] = ACTIONS(1312), - [anon_sym_sizeof] = ACTIONS(1310), - [anon_sym___alignof__] = ACTIONS(1310), - [anon_sym___alignof] = ACTIONS(1310), - [anon_sym__alignof] = ACTIONS(1310), - [anon_sym_alignof] = ACTIONS(1310), - [anon_sym__Alignof] = ACTIONS(1310), - [anon_sym_offsetof] = ACTIONS(1310), - [anon_sym__Generic] = ACTIONS(1310), - [anon_sym_asm] = ACTIONS(1310), - [anon_sym___asm__] = ACTIONS(1310), - [sym_number_literal] = ACTIONS(1312), - [anon_sym_L_SQUOTE] = ACTIONS(1312), - [anon_sym_u_SQUOTE] = ACTIONS(1312), - [anon_sym_U_SQUOTE] = ACTIONS(1312), - [anon_sym_u8_SQUOTE] = ACTIONS(1312), - [anon_sym_SQUOTE] = ACTIONS(1312), - [anon_sym_L_DQUOTE] = ACTIONS(1312), - [anon_sym_u_DQUOTE] = ACTIONS(1312), - [anon_sym_U_DQUOTE] = ACTIONS(1312), - [anon_sym_u8_DQUOTE] = ACTIONS(1312), - [anon_sym_DQUOTE] = ACTIONS(1312), - [sym_true] = ACTIONS(1310), - [sym_false] = ACTIONS(1310), - [anon_sym_NULL] = ACTIONS(1310), - [anon_sym_nullptr] = ACTIONS(1310), + [273] = { + [sym_identifier] = ACTIONS(1336), + [aux_sym_preproc_include_token1] = ACTIONS(1336), + [aux_sym_preproc_def_token1] = ACTIONS(1336), + [aux_sym_preproc_if_token1] = ACTIONS(1336), + [aux_sym_preproc_if_token2] = ACTIONS(1336), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1336), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1336), + [sym_preproc_directive] = ACTIONS(1336), + [anon_sym_LPAREN2] = ACTIONS(1334), + [anon_sym_BANG] = ACTIONS(1334), + [anon_sym_TILDE] = ACTIONS(1334), + [anon_sym_DASH] = ACTIONS(1336), + [anon_sym_PLUS] = ACTIONS(1336), + [anon_sym_STAR] = ACTIONS(1334), + [anon_sym_AMP] = ACTIONS(1334), + [anon_sym_SEMI] = ACTIONS(1334), + [anon_sym___extension__] = ACTIONS(1336), + [anon_sym_typedef] = ACTIONS(1336), + [anon_sym_extern] = ACTIONS(1336), + [anon_sym___attribute__] = ACTIONS(1336), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1334), + [anon_sym___declspec] = ACTIONS(1336), + [anon_sym___cdecl] = ACTIONS(1336), + [anon_sym___clrcall] = ACTIONS(1336), + [anon_sym___stdcall] = ACTIONS(1336), + [anon_sym___fastcall] = ACTIONS(1336), + [anon_sym___thiscall] = ACTIONS(1336), + [anon_sym___vectorcall] = ACTIONS(1336), + [anon_sym_LBRACE] = ACTIONS(1334), + [anon_sym_signed] = ACTIONS(1336), + [anon_sym_unsigned] = ACTIONS(1336), + [anon_sym_long] = ACTIONS(1336), + [anon_sym_short] = ACTIONS(1336), + [anon_sym_static] = ACTIONS(1336), + [anon_sym_auto] = ACTIONS(1336), + [anon_sym_register] = ACTIONS(1336), + [anon_sym_inline] = ACTIONS(1336), + [anon_sym___inline] = ACTIONS(1336), + [anon_sym___inline__] = ACTIONS(1336), + [anon_sym___forceinline] = ACTIONS(1336), + [anon_sym_thread_local] = ACTIONS(1336), + [anon_sym___thread] = ACTIONS(1336), + [anon_sym_const] = ACTIONS(1336), + [anon_sym_constexpr] = ACTIONS(1336), + [anon_sym_volatile] = ACTIONS(1336), + [anon_sym_restrict] = ACTIONS(1336), + [anon_sym___restrict__] = ACTIONS(1336), + [anon_sym__Atomic] = ACTIONS(1336), + [anon_sym__Noreturn] = ACTIONS(1336), + [anon_sym_noreturn] = ACTIONS(1336), + [sym_primitive_type] = ACTIONS(1336), + [anon_sym_enum] = ACTIONS(1336), + [anon_sym_struct] = ACTIONS(1336), + [anon_sym_union] = ACTIONS(1336), + [anon_sym_if] = ACTIONS(1336), + [anon_sym_else] = ACTIONS(1336), + [anon_sym_switch] = ACTIONS(1336), + [anon_sym_case] = ACTIONS(1336), + [anon_sym_default] = ACTIONS(1336), + [anon_sym_while] = ACTIONS(1336), + [anon_sym_do] = ACTIONS(1336), + [anon_sym_for] = ACTIONS(1336), + [anon_sym_return] = ACTIONS(1336), + [anon_sym_break] = ACTIONS(1336), + [anon_sym_continue] = ACTIONS(1336), + [anon_sym_goto] = ACTIONS(1336), + [anon_sym___try] = ACTIONS(1336), + [anon_sym___leave] = ACTIONS(1336), + [anon_sym_DASH_DASH] = ACTIONS(1334), + [anon_sym_PLUS_PLUS] = ACTIONS(1334), + [anon_sym_sizeof] = ACTIONS(1336), + [anon_sym___alignof__] = ACTIONS(1336), + [anon_sym___alignof] = ACTIONS(1336), + [anon_sym__alignof] = ACTIONS(1336), + [anon_sym_alignof] = ACTIONS(1336), + [anon_sym__Alignof] = ACTIONS(1336), + [anon_sym_offsetof] = ACTIONS(1336), + [anon_sym__Generic] = ACTIONS(1336), + [anon_sym_asm] = ACTIONS(1336), + [anon_sym___asm__] = ACTIONS(1336), + [sym_number_literal] = ACTIONS(1334), + [anon_sym_L_SQUOTE] = ACTIONS(1334), + [anon_sym_u_SQUOTE] = ACTIONS(1334), + [anon_sym_U_SQUOTE] = ACTIONS(1334), + [anon_sym_u8_SQUOTE] = ACTIONS(1334), + [anon_sym_SQUOTE] = ACTIONS(1334), + [anon_sym_L_DQUOTE] = ACTIONS(1334), + [anon_sym_u_DQUOTE] = ACTIONS(1334), + [anon_sym_U_DQUOTE] = ACTIONS(1334), + [anon_sym_u8_DQUOTE] = ACTIONS(1334), + [anon_sym_DQUOTE] = ACTIONS(1334), + [sym_true] = ACTIONS(1336), + [sym_false] = ACTIONS(1336), + [anon_sym_NULL] = ACTIONS(1336), + [anon_sym_nullptr] = ACTIONS(1336), [sym_comment] = ACTIONS(3), }, - [276] = { - [sym_identifier] = ACTIONS(1338), - [aux_sym_preproc_include_token1] = ACTIONS(1338), - [aux_sym_preproc_def_token1] = ACTIONS(1338), - [aux_sym_preproc_if_token1] = ACTIONS(1338), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1338), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1338), - [sym_preproc_directive] = ACTIONS(1338), - [anon_sym_LPAREN2] = ACTIONS(1340), - [anon_sym_BANG] = ACTIONS(1340), - [anon_sym_TILDE] = ACTIONS(1340), - [anon_sym_DASH] = ACTIONS(1338), - [anon_sym_PLUS] = ACTIONS(1338), - [anon_sym_STAR] = ACTIONS(1340), - [anon_sym_AMP] = ACTIONS(1340), - [anon_sym_SEMI] = ACTIONS(1340), - [anon_sym___extension__] = ACTIONS(1338), - [anon_sym_typedef] = ACTIONS(1338), - [anon_sym_extern] = ACTIONS(1338), - [anon_sym___attribute__] = ACTIONS(1338), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1340), - [anon_sym___declspec] = ACTIONS(1338), - [anon_sym___cdecl] = ACTIONS(1338), - [anon_sym___clrcall] = ACTIONS(1338), - [anon_sym___stdcall] = ACTIONS(1338), - [anon_sym___fastcall] = ACTIONS(1338), - [anon_sym___thiscall] = ACTIONS(1338), - [anon_sym___vectorcall] = ACTIONS(1338), - [anon_sym_LBRACE] = ACTIONS(1340), - [anon_sym_RBRACE] = ACTIONS(1340), - [anon_sym_signed] = ACTIONS(1338), - [anon_sym_unsigned] = ACTIONS(1338), - [anon_sym_long] = ACTIONS(1338), - [anon_sym_short] = ACTIONS(1338), - [anon_sym_static] = ACTIONS(1338), - [anon_sym_auto] = ACTIONS(1338), - [anon_sym_register] = ACTIONS(1338), - [anon_sym_inline] = ACTIONS(1338), - [anon_sym___inline] = ACTIONS(1338), - [anon_sym___inline__] = ACTIONS(1338), - [anon_sym___forceinline] = ACTIONS(1338), - [anon_sym_thread_local] = ACTIONS(1338), - [anon_sym___thread] = ACTIONS(1338), - [anon_sym_const] = ACTIONS(1338), - [anon_sym_constexpr] = ACTIONS(1338), - [anon_sym_volatile] = ACTIONS(1338), - [anon_sym_restrict] = ACTIONS(1338), - [anon_sym___restrict__] = ACTIONS(1338), - [anon_sym__Atomic] = ACTIONS(1338), - [anon_sym__Noreturn] = ACTIONS(1338), - [anon_sym_noreturn] = ACTIONS(1338), - [sym_primitive_type] = ACTIONS(1338), - [anon_sym_enum] = ACTIONS(1338), - [anon_sym_struct] = ACTIONS(1338), - [anon_sym_union] = ACTIONS(1338), - [anon_sym_if] = ACTIONS(1338), - [anon_sym_else] = ACTIONS(1338), - [anon_sym_switch] = ACTIONS(1338), - [anon_sym_case] = ACTIONS(1338), - [anon_sym_default] = ACTIONS(1338), - [anon_sym_while] = ACTIONS(1338), - [anon_sym_do] = ACTIONS(1338), - [anon_sym_for] = ACTIONS(1338), - [anon_sym_return] = ACTIONS(1338), - [anon_sym_break] = ACTIONS(1338), - [anon_sym_continue] = ACTIONS(1338), - [anon_sym_goto] = ACTIONS(1338), - [anon_sym___try] = ACTIONS(1338), - [anon_sym___leave] = ACTIONS(1338), - [anon_sym_DASH_DASH] = ACTIONS(1340), - [anon_sym_PLUS_PLUS] = ACTIONS(1340), - [anon_sym_sizeof] = ACTIONS(1338), - [anon_sym___alignof__] = ACTIONS(1338), - [anon_sym___alignof] = ACTIONS(1338), - [anon_sym__alignof] = ACTIONS(1338), - [anon_sym_alignof] = ACTIONS(1338), - [anon_sym__Alignof] = ACTIONS(1338), - [anon_sym_offsetof] = ACTIONS(1338), - [anon_sym__Generic] = ACTIONS(1338), - [anon_sym_asm] = ACTIONS(1338), - [anon_sym___asm__] = ACTIONS(1338), - [sym_number_literal] = ACTIONS(1340), - [anon_sym_L_SQUOTE] = ACTIONS(1340), - [anon_sym_u_SQUOTE] = ACTIONS(1340), - [anon_sym_U_SQUOTE] = ACTIONS(1340), - [anon_sym_u8_SQUOTE] = ACTIONS(1340), - [anon_sym_SQUOTE] = ACTIONS(1340), - [anon_sym_L_DQUOTE] = ACTIONS(1340), - [anon_sym_u_DQUOTE] = ACTIONS(1340), - [anon_sym_U_DQUOTE] = ACTIONS(1340), - [anon_sym_u8_DQUOTE] = ACTIONS(1340), - [anon_sym_DQUOTE] = ACTIONS(1340), - [sym_true] = ACTIONS(1338), - [sym_false] = ACTIONS(1338), - [anon_sym_NULL] = ACTIONS(1338), - [anon_sym_nullptr] = ACTIONS(1338), + [274] = { + [ts_builtin_sym_end] = ACTIONS(1376), + [sym_identifier] = ACTIONS(1374), + [aux_sym_preproc_include_token1] = ACTIONS(1374), + [aux_sym_preproc_def_token1] = ACTIONS(1374), + [aux_sym_preproc_if_token1] = ACTIONS(1374), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1374), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1374), + [sym_preproc_directive] = ACTIONS(1374), + [anon_sym_LPAREN2] = ACTIONS(1376), + [anon_sym_BANG] = ACTIONS(1376), + [anon_sym_TILDE] = ACTIONS(1376), + [anon_sym_DASH] = ACTIONS(1374), + [anon_sym_PLUS] = ACTIONS(1374), + [anon_sym_STAR] = ACTIONS(1376), + [anon_sym_AMP] = ACTIONS(1376), + [anon_sym_SEMI] = ACTIONS(1376), + [anon_sym___extension__] = ACTIONS(1374), + [anon_sym_typedef] = ACTIONS(1374), + [anon_sym_extern] = ACTIONS(1374), + [anon_sym___attribute__] = ACTIONS(1374), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1376), + [anon_sym___declspec] = ACTIONS(1374), + [anon_sym___cdecl] = ACTIONS(1374), + [anon_sym___clrcall] = ACTIONS(1374), + [anon_sym___stdcall] = ACTIONS(1374), + [anon_sym___fastcall] = ACTIONS(1374), + [anon_sym___thiscall] = ACTIONS(1374), + [anon_sym___vectorcall] = ACTIONS(1374), + [anon_sym_LBRACE] = ACTIONS(1376), + [anon_sym_signed] = ACTIONS(1374), + [anon_sym_unsigned] = ACTIONS(1374), + [anon_sym_long] = ACTIONS(1374), + [anon_sym_short] = ACTIONS(1374), + [anon_sym_static] = ACTIONS(1374), + [anon_sym_auto] = ACTIONS(1374), + [anon_sym_register] = ACTIONS(1374), + [anon_sym_inline] = ACTIONS(1374), + [anon_sym___inline] = ACTIONS(1374), + [anon_sym___inline__] = ACTIONS(1374), + [anon_sym___forceinline] = ACTIONS(1374), + [anon_sym_thread_local] = ACTIONS(1374), + [anon_sym___thread] = ACTIONS(1374), + [anon_sym_const] = ACTIONS(1374), + [anon_sym_constexpr] = ACTIONS(1374), + [anon_sym_volatile] = ACTIONS(1374), + [anon_sym_restrict] = ACTIONS(1374), + [anon_sym___restrict__] = ACTIONS(1374), + [anon_sym__Atomic] = ACTIONS(1374), + [anon_sym__Noreturn] = ACTIONS(1374), + [anon_sym_noreturn] = ACTIONS(1374), + [sym_primitive_type] = ACTIONS(1374), + [anon_sym_enum] = ACTIONS(1374), + [anon_sym_struct] = ACTIONS(1374), + [anon_sym_union] = ACTIONS(1374), + [anon_sym_if] = ACTIONS(1374), + [anon_sym_else] = ACTIONS(1374), + [anon_sym_switch] = ACTIONS(1374), + [anon_sym_case] = ACTIONS(1374), + [anon_sym_default] = ACTIONS(1374), + [anon_sym_while] = ACTIONS(1374), + [anon_sym_do] = ACTIONS(1374), + [anon_sym_for] = ACTIONS(1374), + [anon_sym_return] = ACTIONS(1374), + [anon_sym_break] = ACTIONS(1374), + [anon_sym_continue] = ACTIONS(1374), + [anon_sym_goto] = ACTIONS(1374), + [anon_sym___try] = ACTIONS(1374), + [anon_sym___leave] = ACTIONS(1374), + [anon_sym_DASH_DASH] = ACTIONS(1376), + [anon_sym_PLUS_PLUS] = ACTIONS(1376), + [anon_sym_sizeof] = ACTIONS(1374), + [anon_sym___alignof__] = ACTIONS(1374), + [anon_sym___alignof] = ACTIONS(1374), + [anon_sym__alignof] = ACTIONS(1374), + [anon_sym_alignof] = ACTIONS(1374), + [anon_sym__Alignof] = ACTIONS(1374), + [anon_sym_offsetof] = ACTIONS(1374), + [anon_sym__Generic] = ACTIONS(1374), + [anon_sym_asm] = ACTIONS(1374), + [anon_sym___asm__] = ACTIONS(1374), + [sym_number_literal] = ACTIONS(1376), + [anon_sym_L_SQUOTE] = ACTIONS(1376), + [anon_sym_u_SQUOTE] = ACTIONS(1376), + [anon_sym_U_SQUOTE] = ACTIONS(1376), + [anon_sym_u8_SQUOTE] = ACTIONS(1376), + [anon_sym_SQUOTE] = ACTIONS(1376), + [anon_sym_L_DQUOTE] = ACTIONS(1376), + [anon_sym_u_DQUOTE] = ACTIONS(1376), + [anon_sym_U_DQUOTE] = ACTIONS(1376), + [anon_sym_u8_DQUOTE] = ACTIONS(1376), + [anon_sym_DQUOTE] = ACTIONS(1376), + [sym_true] = ACTIONS(1374), + [sym_false] = ACTIONS(1374), + [anon_sym_NULL] = ACTIONS(1374), + [anon_sym_nullptr] = ACTIONS(1374), [sym_comment] = ACTIONS(3), }, - [277] = { + [275] = { [sym_identifier] = ACTIONS(1386), [aux_sym_preproc_include_token1] = ACTIONS(1386), [aux_sym_preproc_def_token1] = ACTIONS(1386), [aux_sym_preproc_if_token1] = ACTIONS(1386), - [aux_sym_preproc_if_token2] = ACTIONS(1386), [aux_sym_preproc_ifdef_token1] = ACTIONS(1386), [aux_sym_preproc_ifdef_token2] = ACTIONS(1386), [sym_preproc_directive] = ACTIONS(1386), @@ -48515,6 +48309,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1386), [anon_sym___vectorcall] = ACTIONS(1386), [anon_sym_LBRACE] = ACTIONS(1388), + [anon_sym_RBRACE] = ACTIONS(1388), [anon_sym_signed] = ACTIONS(1386), [anon_sym_unsigned] = ACTIONS(1386), [anon_sym_long] = ACTIONS(1386), @@ -48583,6 +48378,202 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1386), [sym_comment] = ACTIONS(3), }, + [276] = { + [sym_identifier] = ACTIONS(1342), + [aux_sym_preproc_include_token1] = ACTIONS(1342), + [aux_sym_preproc_def_token1] = ACTIONS(1342), + [aux_sym_preproc_if_token1] = ACTIONS(1342), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1342), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1342), + [sym_preproc_directive] = ACTIONS(1342), + [anon_sym_LPAREN2] = ACTIONS(1344), + [anon_sym_BANG] = ACTIONS(1344), + [anon_sym_TILDE] = ACTIONS(1344), + [anon_sym_DASH] = ACTIONS(1342), + [anon_sym_PLUS] = ACTIONS(1342), + [anon_sym_STAR] = ACTIONS(1344), + [anon_sym_AMP] = ACTIONS(1344), + [anon_sym_SEMI] = ACTIONS(1344), + [anon_sym___extension__] = ACTIONS(1342), + [anon_sym_typedef] = ACTIONS(1342), + [anon_sym_extern] = ACTIONS(1342), + [anon_sym___attribute__] = ACTIONS(1342), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1344), + [anon_sym___declspec] = ACTIONS(1342), + [anon_sym___cdecl] = ACTIONS(1342), + [anon_sym___clrcall] = ACTIONS(1342), + [anon_sym___stdcall] = ACTIONS(1342), + [anon_sym___fastcall] = ACTIONS(1342), + [anon_sym___thiscall] = ACTIONS(1342), + [anon_sym___vectorcall] = ACTIONS(1342), + [anon_sym_LBRACE] = ACTIONS(1344), + [anon_sym_RBRACE] = ACTIONS(1344), + [anon_sym_signed] = ACTIONS(1342), + [anon_sym_unsigned] = ACTIONS(1342), + [anon_sym_long] = ACTIONS(1342), + [anon_sym_short] = ACTIONS(1342), + [anon_sym_static] = ACTIONS(1342), + [anon_sym_auto] = ACTIONS(1342), + [anon_sym_register] = ACTIONS(1342), + [anon_sym_inline] = ACTIONS(1342), + [anon_sym___inline] = ACTIONS(1342), + [anon_sym___inline__] = ACTIONS(1342), + [anon_sym___forceinline] = ACTIONS(1342), + [anon_sym_thread_local] = ACTIONS(1342), + [anon_sym___thread] = ACTIONS(1342), + [anon_sym_const] = ACTIONS(1342), + [anon_sym_constexpr] = ACTIONS(1342), + [anon_sym_volatile] = ACTIONS(1342), + [anon_sym_restrict] = ACTIONS(1342), + [anon_sym___restrict__] = ACTIONS(1342), + [anon_sym__Atomic] = ACTIONS(1342), + [anon_sym__Noreturn] = ACTIONS(1342), + [anon_sym_noreturn] = ACTIONS(1342), + [sym_primitive_type] = ACTIONS(1342), + [anon_sym_enum] = ACTIONS(1342), + [anon_sym_struct] = ACTIONS(1342), + [anon_sym_union] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1342), + [anon_sym_else] = ACTIONS(1342), + [anon_sym_switch] = ACTIONS(1342), + [anon_sym_case] = ACTIONS(1342), + [anon_sym_default] = ACTIONS(1342), + [anon_sym_while] = ACTIONS(1342), + [anon_sym_do] = ACTIONS(1342), + [anon_sym_for] = ACTIONS(1342), + [anon_sym_return] = ACTIONS(1342), + [anon_sym_break] = ACTIONS(1342), + [anon_sym_continue] = ACTIONS(1342), + [anon_sym_goto] = ACTIONS(1342), + [anon_sym___try] = ACTIONS(1342), + [anon_sym___leave] = ACTIONS(1342), + [anon_sym_DASH_DASH] = ACTIONS(1344), + [anon_sym_PLUS_PLUS] = ACTIONS(1344), + [anon_sym_sizeof] = ACTIONS(1342), + [anon_sym___alignof__] = ACTIONS(1342), + [anon_sym___alignof] = ACTIONS(1342), + [anon_sym__alignof] = ACTIONS(1342), + [anon_sym_alignof] = ACTIONS(1342), + [anon_sym__Alignof] = ACTIONS(1342), + [anon_sym_offsetof] = ACTIONS(1342), + [anon_sym__Generic] = ACTIONS(1342), + [anon_sym_asm] = ACTIONS(1342), + [anon_sym___asm__] = ACTIONS(1342), + [sym_number_literal] = ACTIONS(1344), + [anon_sym_L_SQUOTE] = ACTIONS(1344), + [anon_sym_u_SQUOTE] = ACTIONS(1344), + [anon_sym_U_SQUOTE] = ACTIONS(1344), + [anon_sym_u8_SQUOTE] = ACTIONS(1344), + [anon_sym_SQUOTE] = ACTIONS(1344), + [anon_sym_L_DQUOTE] = ACTIONS(1344), + [anon_sym_u_DQUOTE] = ACTIONS(1344), + [anon_sym_U_DQUOTE] = ACTIONS(1344), + [anon_sym_u8_DQUOTE] = ACTIONS(1344), + [anon_sym_DQUOTE] = ACTIONS(1344), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [anon_sym_NULL] = ACTIONS(1342), + [anon_sym_nullptr] = ACTIONS(1342), + [sym_comment] = ACTIONS(3), + }, + [277] = { + [sym_identifier] = ACTIONS(1310), + [aux_sym_preproc_include_token1] = ACTIONS(1310), + [aux_sym_preproc_def_token1] = ACTIONS(1310), + [aux_sym_preproc_if_token1] = ACTIONS(1310), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1310), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1310), + [sym_preproc_directive] = ACTIONS(1310), + [anon_sym_LPAREN2] = ACTIONS(1312), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_TILDE] = ACTIONS(1312), + [anon_sym_DASH] = ACTIONS(1310), + [anon_sym_PLUS] = ACTIONS(1310), + [anon_sym_STAR] = ACTIONS(1312), + [anon_sym_AMP] = ACTIONS(1312), + [anon_sym_SEMI] = ACTIONS(1312), + [anon_sym___extension__] = ACTIONS(1310), + [anon_sym_typedef] = ACTIONS(1310), + [anon_sym_extern] = ACTIONS(1310), + [anon_sym___attribute__] = ACTIONS(1310), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1312), + [anon_sym___declspec] = ACTIONS(1310), + [anon_sym___cdecl] = ACTIONS(1310), + [anon_sym___clrcall] = ACTIONS(1310), + [anon_sym___stdcall] = ACTIONS(1310), + [anon_sym___fastcall] = ACTIONS(1310), + [anon_sym___thiscall] = ACTIONS(1310), + [anon_sym___vectorcall] = ACTIONS(1310), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_RBRACE] = ACTIONS(1312), + [anon_sym_signed] = ACTIONS(1310), + [anon_sym_unsigned] = ACTIONS(1310), + [anon_sym_long] = ACTIONS(1310), + [anon_sym_short] = ACTIONS(1310), + [anon_sym_static] = ACTIONS(1310), + [anon_sym_auto] = ACTIONS(1310), + [anon_sym_register] = ACTIONS(1310), + [anon_sym_inline] = ACTIONS(1310), + [anon_sym___inline] = ACTIONS(1310), + [anon_sym___inline__] = ACTIONS(1310), + [anon_sym___forceinline] = ACTIONS(1310), + [anon_sym_thread_local] = ACTIONS(1310), + [anon_sym___thread] = ACTIONS(1310), + [anon_sym_const] = ACTIONS(1310), + [anon_sym_constexpr] = ACTIONS(1310), + [anon_sym_volatile] = ACTIONS(1310), + [anon_sym_restrict] = ACTIONS(1310), + [anon_sym___restrict__] = ACTIONS(1310), + [anon_sym__Atomic] = ACTIONS(1310), + [anon_sym__Noreturn] = ACTIONS(1310), + [anon_sym_noreturn] = ACTIONS(1310), + [sym_primitive_type] = ACTIONS(1310), + [anon_sym_enum] = ACTIONS(1310), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_union] = ACTIONS(1310), + [anon_sym_if] = ACTIONS(1310), + [anon_sym_else] = ACTIONS(1310), + [anon_sym_switch] = ACTIONS(1310), + [anon_sym_case] = ACTIONS(1310), + [anon_sym_default] = ACTIONS(1310), + [anon_sym_while] = ACTIONS(1310), + [anon_sym_do] = ACTIONS(1310), + [anon_sym_for] = ACTIONS(1310), + [anon_sym_return] = ACTIONS(1310), + [anon_sym_break] = ACTIONS(1310), + [anon_sym_continue] = ACTIONS(1310), + [anon_sym_goto] = ACTIONS(1310), + [anon_sym___try] = ACTIONS(1310), + [anon_sym___leave] = ACTIONS(1310), + [anon_sym_DASH_DASH] = ACTIONS(1312), + [anon_sym_PLUS_PLUS] = ACTIONS(1312), + [anon_sym_sizeof] = ACTIONS(1310), + [anon_sym___alignof__] = ACTIONS(1310), + [anon_sym___alignof] = ACTIONS(1310), + [anon_sym__alignof] = ACTIONS(1310), + [anon_sym_alignof] = ACTIONS(1310), + [anon_sym__Alignof] = ACTIONS(1310), + [anon_sym_offsetof] = ACTIONS(1310), + [anon_sym__Generic] = ACTIONS(1310), + [anon_sym_asm] = ACTIONS(1310), + [anon_sym___asm__] = ACTIONS(1310), + [sym_number_literal] = ACTIONS(1312), + [anon_sym_L_SQUOTE] = ACTIONS(1312), + [anon_sym_u_SQUOTE] = ACTIONS(1312), + [anon_sym_U_SQUOTE] = ACTIONS(1312), + [anon_sym_u8_SQUOTE] = ACTIONS(1312), + [anon_sym_SQUOTE] = ACTIONS(1312), + [anon_sym_L_DQUOTE] = ACTIONS(1312), + [anon_sym_u_DQUOTE] = ACTIONS(1312), + [anon_sym_U_DQUOTE] = ACTIONS(1312), + [anon_sym_u8_DQUOTE] = ACTIONS(1312), + [anon_sym_DQUOTE] = ACTIONS(1312), + [sym_true] = ACTIONS(1310), + [sym_false] = ACTIONS(1310), + [anon_sym_NULL] = ACTIONS(1310), + [anon_sym_nullptr] = ACTIONS(1310), + [sym_comment] = ACTIONS(3), + }, [278] = { [ts_builtin_sym_end] = ACTIONS(1368), [sym_identifier] = ACTIONS(1366), @@ -48682,6 +48673,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [279] = { + [sym_identifier] = ACTIONS(1390), + [aux_sym_preproc_include_token1] = ACTIONS(1390), + [aux_sym_preproc_def_token1] = ACTIONS(1390), + [aux_sym_preproc_if_token1] = ACTIONS(1390), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1390), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1390), + [sym_preproc_directive] = ACTIONS(1390), + [anon_sym_LPAREN2] = ACTIONS(1392), + [anon_sym_BANG] = ACTIONS(1392), + [anon_sym_TILDE] = ACTIONS(1392), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_AMP] = ACTIONS(1392), + [anon_sym_SEMI] = ACTIONS(1392), + [anon_sym___extension__] = ACTIONS(1390), + [anon_sym_typedef] = ACTIONS(1390), + [anon_sym_extern] = ACTIONS(1390), + [anon_sym___attribute__] = ACTIONS(1390), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1392), + [anon_sym___declspec] = ACTIONS(1390), + [anon_sym___cdecl] = ACTIONS(1390), + [anon_sym___clrcall] = ACTIONS(1390), + [anon_sym___stdcall] = ACTIONS(1390), + [anon_sym___fastcall] = ACTIONS(1390), + [anon_sym___thiscall] = ACTIONS(1390), + [anon_sym___vectorcall] = ACTIONS(1390), + [anon_sym_LBRACE] = ACTIONS(1392), + [anon_sym_RBRACE] = ACTIONS(1392), + [anon_sym_signed] = ACTIONS(1390), + [anon_sym_unsigned] = ACTIONS(1390), + [anon_sym_long] = ACTIONS(1390), + [anon_sym_short] = ACTIONS(1390), + [anon_sym_static] = ACTIONS(1390), + [anon_sym_auto] = ACTIONS(1390), + [anon_sym_register] = ACTIONS(1390), + [anon_sym_inline] = ACTIONS(1390), + [anon_sym___inline] = ACTIONS(1390), + [anon_sym___inline__] = ACTIONS(1390), + [anon_sym___forceinline] = ACTIONS(1390), + [anon_sym_thread_local] = ACTIONS(1390), + [anon_sym___thread] = ACTIONS(1390), + [anon_sym_const] = ACTIONS(1390), + [anon_sym_constexpr] = ACTIONS(1390), + [anon_sym_volatile] = ACTIONS(1390), + [anon_sym_restrict] = ACTIONS(1390), + [anon_sym___restrict__] = ACTIONS(1390), + [anon_sym__Atomic] = ACTIONS(1390), + [anon_sym__Noreturn] = ACTIONS(1390), + [anon_sym_noreturn] = ACTIONS(1390), + [sym_primitive_type] = ACTIONS(1390), + [anon_sym_enum] = ACTIONS(1390), + [anon_sym_struct] = ACTIONS(1390), + [anon_sym_union] = ACTIONS(1390), + [anon_sym_if] = ACTIONS(1390), + [anon_sym_else] = ACTIONS(1390), + [anon_sym_switch] = ACTIONS(1390), + [anon_sym_case] = ACTIONS(1390), + [anon_sym_default] = ACTIONS(1390), + [anon_sym_while] = ACTIONS(1390), + [anon_sym_do] = ACTIONS(1390), + [anon_sym_for] = ACTIONS(1390), + [anon_sym_return] = ACTIONS(1390), + [anon_sym_break] = ACTIONS(1390), + [anon_sym_continue] = ACTIONS(1390), + [anon_sym_goto] = ACTIONS(1390), + [anon_sym___try] = ACTIONS(1390), + [anon_sym___leave] = ACTIONS(1390), + [anon_sym_DASH_DASH] = ACTIONS(1392), + [anon_sym_PLUS_PLUS] = ACTIONS(1392), + [anon_sym_sizeof] = ACTIONS(1390), + [anon_sym___alignof__] = ACTIONS(1390), + [anon_sym___alignof] = ACTIONS(1390), + [anon_sym__alignof] = ACTIONS(1390), + [anon_sym_alignof] = ACTIONS(1390), + [anon_sym__Alignof] = ACTIONS(1390), + [anon_sym_offsetof] = ACTIONS(1390), + [anon_sym__Generic] = ACTIONS(1390), + [anon_sym_asm] = ACTIONS(1390), + [anon_sym___asm__] = ACTIONS(1390), + [sym_number_literal] = ACTIONS(1392), + [anon_sym_L_SQUOTE] = ACTIONS(1392), + [anon_sym_u_SQUOTE] = ACTIONS(1392), + [anon_sym_U_SQUOTE] = ACTIONS(1392), + [anon_sym_u8_SQUOTE] = ACTIONS(1392), + [anon_sym_SQUOTE] = ACTIONS(1392), + [anon_sym_L_DQUOTE] = ACTIONS(1392), + [anon_sym_u_DQUOTE] = ACTIONS(1392), + [anon_sym_U_DQUOTE] = ACTIONS(1392), + [anon_sym_u8_DQUOTE] = ACTIONS(1392), + [anon_sym_DQUOTE] = ACTIONS(1392), + [sym_true] = ACTIONS(1390), + [sym_false] = ACTIONS(1390), + [anon_sym_NULL] = ACTIONS(1390), + [anon_sym_nullptr] = ACTIONS(1390), + [sym_comment] = ACTIONS(3), + }, + [280] = { [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), [aux_sym_preproc_def_token1] = ACTIONS(1310), @@ -48779,7 +48868,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [280] = { + [281] = { [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), [aux_sym_preproc_def_token1] = ACTIONS(1310), @@ -48877,104 +48966,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [281] = { - [sym_identifier] = ACTIONS(1378), - [aux_sym_preproc_include_token1] = ACTIONS(1378), - [aux_sym_preproc_def_token1] = ACTIONS(1378), - [aux_sym_preproc_if_token1] = ACTIONS(1378), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1378), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1378), - [sym_preproc_directive] = ACTIONS(1378), - [anon_sym_LPAREN2] = ACTIONS(1380), - [anon_sym_BANG] = ACTIONS(1380), - [anon_sym_TILDE] = ACTIONS(1380), - [anon_sym_DASH] = ACTIONS(1378), - [anon_sym_PLUS] = ACTIONS(1378), - [anon_sym_STAR] = ACTIONS(1380), - [anon_sym_AMP] = ACTIONS(1380), - [anon_sym_SEMI] = ACTIONS(1380), - [anon_sym___extension__] = ACTIONS(1378), - [anon_sym_typedef] = ACTIONS(1378), - [anon_sym_extern] = ACTIONS(1378), - [anon_sym___attribute__] = ACTIONS(1378), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1380), - [anon_sym___declspec] = ACTIONS(1378), - [anon_sym___cdecl] = ACTIONS(1378), - [anon_sym___clrcall] = ACTIONS(1378), - [anon_sym___stdcall] = ACTIONS(1378), - [anon_sym___fastcall] = ACTIONS(1378), - [anon_sym___thiscall] = ACTIONS(1378), - [anon_sym___vectorcall] = ACTIONS(1378), - [anon_sym_LBRACE] = ACTIONS(1380), - [anon_sym_RBRACE] = ACTIONS(1380), - [anon_sym_signed] = ACTIONS(1378), - [anon_sym_unsigned] = ACTIONS(1378), - [anon_sym_long] = ACTIONS(1378), - [anon_sym_short] = ACTIONS(1378), - [anon_sym_static] = ACTIONS(1378), - [anon_sym_auto] = ACTIONS(1378), - [anon_sym_register] = ACTIONS(1378), - [anon_sym_inline] = ACTIONS(1378), - [anon_sym___inline] = ACTIONS(1378), - [anon_sym___inline__] = ACTIONS(1378), - [anon_sym___forceinline] = ACTIONS(1378), - [anon_sym_thread_local] = ACTIONS(1378), - [anon_sym___thread] = ACTIONS(1378), - [anon_sym_const] = ACTIONS(1378), - [anon_sym_constexpr] = ACTIONS(1378), - [anon_sym_volatile] = ACTIONS(1378), - [anon_sym_restrict] = ACTIONS(1378), - [anon_sym___restrict__] = ACTIONS(1378), - [anon_sym__Atomic] = ACTIONS(1378), - [anon_sym__Noreturn] = ACTIONS(1378), - [anon_sym_noreturn] = ACTIONS(1378), - [sym_primitive_type] = ACTIONS(1378), - [anon_sym_enum] = ACTIONS(1378), - [anon_sym_struct] = ACTIONS(1378), - [anon_sym_union] = ACTIONS(1378), - [anon_sym_if] = ACTIONS(1378), - [anon_sym_else] = ACTIONS(1378), - [anon_sym_switch] = ACTIONS(1378), - [anon_sym_case] = ACTIONS(1378), - [anon_sym_default] = ACTIONS(1378), - [anon_sym_while] = ACTIONS(1378), - [anon_sym_do] = ACTIONS(1378), - [anon_sym_for] = ACTIONS(1378), - [anon_sym_return] = ACTIONS(1378), - [anon_sym_break] = ACTIONS(1378), - [anon_sym_continue] = ACTIONS(1378), - [anon_sym_goto] = ACTIONS(1378), - [anon_sym___try] = ACTIONS(1378), - [anon_sym___leave] = ACTIONS(1378), - [anon_sym_DASH_DASH] = ACTIONS(1380), - [anon_sym_PLUS_PLUS] = ACTIONS(1380), - [anon_sym_sizeof] = ACTIONS(1378), - [anon_sym___alignof__] = ACTIONS(1378), - [anon_sym___alignof] = ACTIONS(1378), - [anon_sym__alignof] = ACTIONS(1378), - [anon_sym_alignof] = ACTIONS(1378), - [anon_sym__Alignof] = ACTIONS(1378), - [anon_sym_offsetof] = ACTIONS(1378), - [anon_sym__Generic] = ACTIONS(1378), - [anon_sym_asm] = ACTIONS(1378), - [anon_sym___asm__] = ACTIONS(1378), - [sym_number_literal] = ACTIONS(1380), - [anon_sym_L_SQUOTE] = ACTIONS(1380), - [anon_sym_u_SQUOTE] = ACTIONS(1380), - [anon_sym_U_SQUOTE] = ACTIONS(1380), - [anon_sym_u8_SQUOTE] = ACTIONS(1380), - [anon_sym_SQUOTE] = ACTIONS(1380), - [anon_sym_L_DQUOTE] = ACTIONS(1380), - [anon_sym_u_DQUOTE] = ACTIONS(1380), - [anon_sym_U_DQUOTE] = ACTIONS(1380), - [anon_sym_u8_DQUOTE] = ACTIONS(1380), - [anon_sym_DQUOTE] = ACTIONS(1380), - [sym_true] = ACTIONS(1378), - [sym_false] = ACTIONS(1378), - [anon_sym_NULL] = ACTIONS(1378), - [anon_sym_nullptr] = ACTIONS(1378), - [sym_comment] = ACTIONS(3), - }, [282] = { [ts_builtin_sym_end] = ACTIONS(1364), [sym_identifier] = ACTIONS(1362), @@ -49074,104 +49065,202 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [283] = { - [ts_builtin_sym_end] = ACTIONS(1380), - [sym_identifier] = ACTIONS(1378), - [aux_sym_preproc_include_token1] = ACTIONS(1378), - [aux_sym_preproc_def_token1] = ACTIONS(1378), - [aux_sym_preproc_if_token1] = ACTIONS(1378), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1378), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1378), - [sym_preproc_directive] = ACTIONS(1378), - [anon_sym_LPAREN2] = ACTIONS(1380), - [anon_sym_BANG] = ACTIONS(1380), - [anon_sym_TILDE] = ACTIONS(1380), - [anon_sym_DASH] = ACTIONS(1378), - [anon_sym_PLUS] = ACTIONS(1378), - [anon_sym_STAR] = ACTIONS(1380), - [anon_sym_AMP] = ACTIONS(1380), - [anon_sym_SEMI] = ACTIONS(1380), - [anon_sym___extension__] = ACTIONS(1378), - [anon_sym_typedef] = ACTIONS(1378), - [anon_sym_extern] = ACTIONS(1378), - [anon_sym___attribute__] = ACTIONS(1378), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1380), - [anon_sym___declspec] = ACTIONS(1378), - [anon_sym___cdecl] = ACTIONS(1378), - [anon_sym___clrcall] = ACTIONS(1378), - [anon_sym___stdcall] = ACTIONS(1378), - [anon_sym___fastcall] = ACTIONS(1378), - [anon_sym___thiscall] = ACTIONS(1378), - [anon_sym___vectorcall] = ACTIONS(1378), - [anon_sym_LBRACE] = ACTIONS(1380), - [anon_sym_signed] = ACTIONS(1378), - [anon_sym_unsigned] = ACTIONS(1378), - [anon_sym_long] = ACTIONS(1378), - [anon_sym_short] = ACTIONS(1378), - [anon_sym_static] = ACTIONS(1378), - [anon_sym_auto] = ACTIONS(1378), - [anon_sym_register] = ACTIONS(1378), - [anon_sym_inline] = ACTIONS(1378), - [anon_sym___inline] = ACTIONS(1378), - [anon_sym___inline__] = ACTIONS(1378), - [anon_sym___forceinline] = ACTIONS(1378), - [anon_sym_thread_local] = ACTIONS(1378), - [anon_sym___thread] = ACTIONS(1378), - [anon_sym_const] = ACTIONS(1378), - [anon_sym_constexpr] = ACTIONS(1378), - [anon_sym_volatile] = ACTIONS(1378), - [anon_sym_restrict] = ACTIONS(1378), - [anon_sym___restrict__] = ACTIONS(1378), - [anon_sym__Atomic] = ACTIONS(1378), - [anon_sym__Noreturn] = ACTIONS(1378), - [anon_sym_noreturn] = ACTIONS(1378), - [sym_primitive_type] = ACTIONS(1378), - [anon_sym_enum] = ACTIONS(1378), - [anon_sym_struct] = ACTIONS(1378), - [anon_sym_union] = ACTIONS(1378), - [anon_sym_if] = ACTIONS(1378), - [anon_sym_else] = ACTIONS(1378), - [anon_sym_switch] = ACTIONS(1378), - [anon_sym_case] = ACTIONS(1378), - [anon_sym_default] = ACTIONS(1378), - [anon_sym_while] = ACTIONS(1378), - [anon_sym_do] = ACTIONS(1378), - [anon_sym_for] = ACTIONS(1378), - [anon_sym_return] = ACTIONS(1378), - [anon_sym_break] = ACTIONS(1378), - [anon_sym_continue] = ACTIONS(1378), - [anon_sym_goto] = ACTIONS(1378), - [anon_sym___try] = ACTIONS(1378), - [anon_sym___leave] = ACTIONS(1378), - [anon_sym_DASH_DASH] = ACTIONS(1380), - [anon_sym_PLUS_PLUS] = ACTIONS(1380), - [anon_sym_sizeof] = ACTIONS(1378), - [anon_sym___alignof__] = ACTIONS(1378), - [anon_sym___alignof] = ACTIONS(1378), - [anon_sym__alignof] = ACTIONS(1378), - [anon_sym_alignof] = ACTIONS(1378), - [anon_sym__Alignof] = ACTIONS(1378), - [anon_sym_offsetof] = ACTIONS(1378), - [anon_sym__Generic] = ACTIONS(1378), - [anon_sym_asm] = ACTIONS(1378), - [anon_sym___asm__] = ACTIONS(1378), - [sym_number_literal] = ACTIONS(1380), - [anon_sym_L_SQUOTE] = ACTIONS(1380), - [anon_sym_u_SQUOTE] = ACTIONS(1380), - [anon_sym_U_SQUOTE] = ACTIONS(1380), - [anon_sym_u8_SQUOTE] = ACTIONS(1380), - [anon_sym_SQUOTE] = ACTIONS(1380), - [anon_sym_L_DQUOTE] = ACTIONS(1380), - [anon_sym_u_DQUOTE] = ACTIONS(1380), - [anon_sym_U_DQUOTE] = ACTIONS(1380), - [anon_sym_u8_DQUOTE] = ACTIONS(1380), - [anon_sym_DQUOTE] = ACTIONS(1380), - [sym_true] = ACTIONS(1378), - [sym_false] = ACTIONS(1378), - [anon_sym_NULL] = ACTIONS(1378), - [anon_sym_nullptr] = ACTIONS(1378), + [sym_identifier] = ACTIONS(1310), + [aux_sym_preproc_include_token1] = ACTIONS(1310), + [aux_sym_preproc_def_token1] = ACTIONS(1310), + [aux_sym_preproc_if_token1] = ACTIONS(1310), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1310), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1310), + [sym_preproc_directive] = ACTIONS(1310), + [anon_sym_LPAREN2] = ACTIONS(1312), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_TILDE] = ACTIONS(1312), + [anon_sym_DASH] = ACTIONS(1310), + [anon_sym_PLUS] = ACTIONS(1310), + [anon_sym_STAR] = ACTIONS(1312), + [anon_sym_AMP] = ACTIONS(1312), + [anon_sym_SEMI] = ACTIONS(1312), + [anon_sym___extension__] = ACTIONS(1310), + [anon_sym_typedef] = ACTIONS(1310), + [anon_sym_extern] = ACTIONS(1310), + [anon_sym___attribute__] = ACTIONS(1310), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1312), + [anon_sym___declspec] = ACTIONS(1310), + [anon_sym___cdecl] = ACTIONS(1310), + [anon_sym___clrcall] = ACTIONS(1310), + [anon_sym___stdcall] = ACTIONS(1310), + [anon_sym___fastcall] = ACTIONS(1310), + [anon_sym___thiscall] = ACTIONS(1310), + [anon_sym___vectorcall] = ACTIONS(1310), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_RBRACE] = ACTIONS(1312), + [anon_sym_signed] = ACTIONS(1310), + [anon_sym_unsigned] = ACTIONS(1310), + [anon_sym_long] = ACTIONS(1310), + [anon_sym_short] = ACTIONS(1310), + [anon_sym_static] = ACTIONS(1310), + [anon_sym_auto] = ACTIONS(1310), + [anon_sym_register] = ACTIONS(1310), + [anon_sym_inline] = ACTIONS(1310), + [anon_sym___inline] = ACTIONS(1310), + [anon_sym___inline__] = ACTIONS(1310), + [anon_sym___forceinline] = ACTIONS(1310), + [anon_sym_thread_local] = ACTIONS(1310), + [anon_sym___thread] = ACTIONS(1310), + [anon_sym_const] = ACTIONS(1310), + [anon_sym_constexpr] = ACTIONS(1310), + [anon_sym_volatile] = ACTIONS(1310), + [anon_sym_restrict] = ACTIONS(1310), + [anon_sym___restrict__] = ACTIONS(1310), + [anon_sym__Atomic] = ACTIONS(1310), + [anon_sym__Noreturn] = ACTIONS(1310), + [anon_sym_noreturn] = ACTIONS(1310), + [sym_primitive_type] = ACTIONS(1310), + [anon_sym_enum] = ACTIONS(1310), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_union] = ACTIONS(1310), + [anon_sym_if] = ACTIONS(1310), + [anon_sym_else] = ACTIONS(1310), + [anon_sym_switch] = ACTIONS(1310), + [anon_sym_case] = ACTIONS(1310), + [anon_sym_default] = ACTIONS(1310), + [anon_sym_while] = ACTIONS(1310), + [anon_sym_do] = ACTIONS(1310), + [anon_sym_for] = ACTIONS(1310), + [anon_sym_return] = ACTIONS(1310), + [anon_sym_break] = ACTIONS(1310), + [anon_sym_continue] = ACTIONS(1310), + [anon_sym_goto] = ACTIONS(1310), + [anon_sym___try] = ACTIONS(1310), + [anon_sym___leave] = ACTIONS(1310), + [anon_sym_DASH_DASH] = ACTIONS(1312), + [anon_sym_PLUS_PLUS] = ACTIONS(1312), + [anon_sym_sizeof] = ACTIONS(1310), + [anon_sym___alignof__] = ACTIONS(1310), + [anon_sym___alignof] = ACTIONS(1310), + [anon_sym__alignof] = ACTIONS(1310), + [anon_sym_alignof] = ACTIONS(1310), + [anon_sym__Alignof] = ACTIONS(1310), + [anon_sym_offsetof] = ACTIONS(1310), + [anon_sym__Generic] = ACTIONS(1310), + [anon_sym_asm] = ACTIONS(1310), + [anon_sym___asm__] = ACTIONS(1310), + [sym_number_literal] = ACTIONS(1312), + [anon_sym_L_SQUOTE] = ACTIONS(1312), + [anon_sym_u_SQUOTE] = ACTIONS(1312), + [anon_sym_U_SQUOTE] = ACTIONS(1312), + [anon_sym_u8_SQUOTE] = ACTIONS(1312), + [anon_sym_SQUOTE] = ACTIONS(1312), + [anon_sym_L_DQUOTE] = ACTIONS(1312), + [anon_sym_u_DQUOTE] = ACTIONS(1312), + [anon_sym_U_DQUOTE] = ACTIONS(1312), + [anon_sym_u8_DQUOTE] = ACTIONS(1312), + [anon_sym_DQUOTE] = ACTIONS(1312), + [sym_true] = ACTIONS(1310), + [sym_false] = ACTIONS(1310), + [anon_sym_NULL] = ACTIONS(1310), + [anon_sym_nullptr] = ACTIONS(1310), + [sym_comment] = ACTIONS(3), + }, + [284] = { + [sym_identifier] = ACTIONS(1394), + [aux_sym_preproc_include_token1] = ACTIONS(1394), + [aux_sym_preproc_def_token1] = ACTIONS(1394), + [aux_sym_preproc_if_token1] = ACTIONS(1394), + [aux_sym_preproc_if_token2] = ACTIONS(1394), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1394), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1394), + [sym_preproc_directive] = ACTIONS(1394), + [anon_sym_LPAREN2] = ACTIONS(1396), + [anon_sym_BANG] = ACTIONS(1396), + [anon_sym_TILDE] = ACTIONS(1396), + [anon_sym_DASH] = ACTIONS(1394), + [anon_sym_PLUS] = ACTIONS(1394), + [anon_sym_STAR] = ACTIONS(1396), + [anon_sym_AMP] = ACTIONS(1396), + [anon_sym_SEMI] = ACTIONS(1396), + [anon_sym___extension__] = ACTIONS(1394), + [anon_sym_typedef] = ACTIONS(1394), + [anon_sym_extern] = ACTIONS(1394), + [anon_sym___attribute__] = ACTIONS(1394), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1396), + [anon_sym___declspec] = ACTIONS(1394), + [anon_sym___cdecl] = ACTIONS(1394), + [anon_sym___clrcall] = ACTIONS(1394), + [anon_sym___stdcall] = ACTIONS(1394), + [anon_sym___fastcall] = ACTIONS(1394), + [anon_sym___thiscall] = ACTIONS(1394), + [anon_sym___vectorcall] = ACTIONS(1394), + [anon_sym_LBRACE] = ACTIONS(1396), + [anon_sym_signed] = ACTIONS(1394), + [anon_sym_unsigned] = ACTIONS(1394), + [anon_sym_long] = ACTIONS(1394), + [anon_sym_short] = ACTIONS(1394), + [anon_sym_static] = ACTIONS(1394), + [anon_sym_auto] = ACTIONS(1394), + [anon_sym_register] = ACTIONS(1394), + [anon_sym_inline] = ACTIONS(1394), + [anon_sym___inline] = ACTIONS(1394), + [anon_sym___inline__] = ACTIONS(1394), + [anon_sym___forceinline] = ACTIONS(1394), + [anon_sym_thread_local] = ACTIONS(1394), + [anon_sym___thread] = ACTIONS(1394), + [anon_sym_const] = ACTIONS(1394), + [anon_sym_constexpr] = ACTIONS(1394), + [anon_sym_volatile] = ACTIONS(1394), + [anon_sym_restrict] = ACTIONS(1394), + [anon_sym___restrict__] = ACTIONS(1394), + [anon_sym__Atomic] = ACTIONS(1394), + [anon_sym__Noreturn] = ACTIONS(1394), + [anon_sym_noreturn] = ACTIONS(1394), + [sym_primitive_type] = ACTIONS(1394), + [anon_sym_enum] = ACTIONS(1394), + [anon_sym_struct] = ACTIONS(1394), + [anon_sym_union] = ACTIONS(1394), + [anon_sym_if] = ACTIONS(1394), + [anon_sym_else] = ACTIONS(1394), + [anon_sym_switch] = ACTIONS(1394), + [anon_sym_case] = ACTIONS(1394), + [anon_sym_default] = ACTIONS(1394), + [anon_sym_while] = ACTIONS(1394), + [anon_sym_do] = ACTIONS(1394), + [anon_sym_for] = ACTIONS(1394), + [anon_sym_return] = ACTIONS(1394), + [anon_sym_break] = ACTIONS(1394), + [anon_sym_continue] = ACTIONS(1394), + [anon_sym_goto] = ACTIONS(1394), + [anon_sym___try] = ACTIONS(1394), + [anon_sym___leave] = ACTIONS(1394), + [anon_sym_DASH_DASH] = ACTIONS(1396), + [anon_sym_PLUS_PLUS] = ACTIONS(1396), + [anon_sym_sizeof] = ACTIONS(1394), + [anon_sym___alignof__] = ACTIONS(1394), + [anon_sym___alignof] = ACTIONS(1394), + [anon_sym__alignof] = ACTIONS(1394), + [anon_sym_alignof] = ACTIONS(1394), + [anon_sym__Alignof] = ACTIONS(1394), + [anon_sym_offsetof] = ACTIONS(1394), + [anon_sym__Generic] = ACTIONS(1394), + [anon_sym_asm] = ACTIONS(1394), + [anon_sym___asm__] = ACTIONS(1394), + [sym_number_literal] = ACTIONS(1396), + [anon_sym_L_SQUOTE] = ACTIONS(1396), + [anon_sym_u_SQUOTE] = ACTIONS(1396), + [anon_sym_U_SQUOTE] = ACTIONS(1396), + [anon_sym_u8_SQUOTE] = ACTIONS(1396), + [anon_sym_SQUOTE] = ACTIONS(1396), + [anon_sym_L_DQUOTE] = ACTIONS(1396), + [anon_sym_u_DQUOTE] = ACTIONS(1396), + [anon_sym_U_DQUOTE] = ACTIONS(1396), + [anon_sym_u8_DQUOTE] = ACTIONS(1396), + [anon_sym_DQUOTE] = ACTIONS(1396), + [sym_true] = ACTIONS(1394), + [sym_false] = ACTIONS(1394), + [anon_sym_NULL] = ACTIONS(1394), + [anon_sym_nullptr] = ACTIONS(1394), [sym_comment] = ACTIONS(3), }, - [284] = { + [285] = { [ts_builtin_sym_end] = ACTIONS(1384), [sym_identifier] = ACTIONS(1382), [aux_sym_preproc_include_token1] = ACTIONS(1382), @@ -49269,105 +49358,105 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1382), [sym_comment] = ACTIONS(3), }, - [285] = { - [sym_identifier] = ACTIONS(1310), - [aux_sym_preproc_include_token1] = ACTIONS(1310), - [aux_sym_preproc_def_token1] = ACTIONS(1310), - [aux_sym_preproc_if_token1] = ACTIONS(1310), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1310), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1310), - [sym_preproc_directive] = ACTIONS(1310), - [anon_sym_LPAREN2] = ACTIONS(1312), - [anon_sym_BANG] = ACTIONS(1312), - [anon_sym_TILDE] = ACTIONS(1312), - [anon_sym_DASH] = ACTIONS(1310), - [anon_sym_PLUS] = ACTIONS(1310), - [anon_sym_STAR] = ACTIONS(1312), - [anon_sym_AMP] = ACTIONS(1312), - [anon_sym_SEMI] = ACTIONS(1312), - [anon_sym___extension__] = ACTIONS(1310), - [anon_sym_typedef] = ACTIONS(1310), - [anon_sym_extern] = ACTIONS(1310), - [anon_sym___attribute__] = ACTIONS(1310), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1312), - [anon_sym___declspec] = ACTIONS(1310), - [anon_sym___cdecl] = ACTIONS(1310), - [anon_sym___clrcall] = ACTIONS(1310), - [anon_sym___stdcall] = ACTIONS(1310), - [anon_sym___fastcall] = ACTIONS(1310), - [anon_sym___thiscall] = ACTIONS(1310), - [anon_sym___vectorcall] = ACTIONS(1310), - [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_RBRACE] = ACTIONS(1312), - [anon_sym_signed] = ACTIONS(1310), - [anon_sym_unsigned] = ACTIONS(1310), - [anon_sym_long] = ACTIONS(1310), - [anon_sym_short] = ACTIONS(1310), - [anon_sym_static] = ACTIONS(1310), - [anon_sym_auto] = ACTIONS(1310), - [anon_sym_register] = ACTIONS(1310), - [anon_sym_inline] = ACTIONS(1310), - [anon_sym___inline] = ACTIONS(1310), - [anon_sym___inline__] = ACTIONS(1310), - [anon_sym___forceinline] = ACTIONS(1310), - [anon_sym_thread_local] = ACTIONS(1310), - [anon_sym___thread] = ACTIONS(1310), - [anon_sym_const] = ACTIONS(1310), - [anon_sym_constexpr] = ACTIONS(1310), - [anon_sym_volatile] = ACTIONS(1310), - [anon_sym_restrict] = ACTIONS(1310), - [anon_sym___restrict__] = ACTIONS(1310), - [anon_sym__Atomic] = ACTIONS(1310), - [anon_sym__Noreturn] = ACTIONS(1310), - [anon_sym_noreturn] = ACTIONS(1310), - [sym_primitive_type] = ACTIONS(1310), - [anon_sym_enum] = ACTIONS(1310), - [anon_sym_struct] = ACTIONS(1310), - [anon_sym_union] = ACTIONS(1310), - [anon_sym_if] = ACTIONS(1310), - [anon_sym_else] = ACTIONS(1310), - [anon_sym_switch] = ACTIONS(1310), - [anon_sym_case] = ACTIONS(1310), - [anon_sym_default] = ACTIONS(1310), - [anon_sym_while] = ACTIONS(1310), - [anon_sym_do] = ACTIONS(1310), - [anon_sym_for] = ACTIONS(1310), - [anon_sym_return] = ACTIONS(1310), - [anon_sym_break] = ACTIONS(1310), - [anon_sym_continue] = ACTIONS(1310), - [anon_sym_goto] = ACTIONS(1310), - [anon_sym___try] = ACTIONS(1310), - [anon_sym___leave] = ACTIONS(1310), - [anon_sym_DASH_DASH] = ACTIONS(1312), - [anon_sym_PLUS_PLUS] = ACTIONS(1312), - [anon_sym_sizeof] = ACTIONS(1310), - [anon_sym___alignof__] = ACTIONS(1310), - [anon_sym___alignof] = ACTIONS(1310), - [anon_sym__alignof] = ACTIONS(1310), - [anon_sym_alignof] = ACTIONS(1310), - [anon_sym__Alignof] = ACTIONS(1310), - [anon_sym_offsetof] = ACTIONS(1310), - [anon_sym__Generic] = ACTIONS(1310), - [anon_sym_asm] = ACTIONS(1310), - [anon_sym___asm__] = ACTIONS(1310), - [sym_number_literal] = ACTIONS(1312), - [anon_sym_L_SQUOTE] = ACTIONS(1312), - [anon_sym_u_SQUOTE] = ACTIONS(1312), - [anon_sym_U_SQUOTE] = ACTIONS(1312), - [anon_sym_u8_SQUOTE] = ACTIONS(1312), - [anon_sym_SQUOTE] = ACTIONS(1312), - [anon_sym_L_DQUOTE] = ACTIONS(1312), - [anon_sym_u_DQUOTE] = ACTIONS(1312), - [anon_sym_U_DQUOTE] = ACTIONS(1312), - [anon_sym_u8_DQUOTE] = ACTIONS(1312), - [anon_sym_DQUOTE] = ACTIONS(1312), - [sym_true] = ACTIONS(1310), - [sym_false] = ACTIONS(1310), - [anon_sym_NULL] = ACTIONS(1310), - [anon_sym_nullptr] = ACTIONS(1310), + [286] = { + [ts_builtin_sym_end] = ACTIONS(1392), + [sym_identifier] = ACTIONS(1390), + [aux_sym_preproc_include_token1] = ACTIONS(1390), + [aux_sym_preproc_def_token1] = ACTIONS(1390), + [aux_sym_preproc_if_token1] = ACTIONS(1390), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1390), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1390), + [sym_preproc_directive] = ACTIONS(1390), + [anon_sym_LPAREN2] = ACTIONS(1392), + [anon_sym_BANG] = ACTIONS(1392), + [anon_sym_TILDE] = ACTIONS(1392), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_AMP] = ACTIONS(1392), + [anon_sym_SEMI] = ACTIONS(1392), + [anon_sym___extension__] = ACTIONS(1390), + [anon_sym_typedef] = ACTIONS(1390), + [anon_sym_extern] = ACTIONS(1390), + [anon_sym___attribute__] = ACTIONS(1390), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1392), + [anon_sym___declspec] = ACTIONS(1390), + [anon_sym___cdecl] = ACTIONS(1390), + [anon_sym___clrcall] = ACTIONS(1390), + [anon_sym___stdcall] = ACTIONS(1390), + [anon_sym___fastcall] = ACTIONS(1390), + [anon_sym___thiscall] = ACTIONS(1390), + [anon_sym___vectorcall] = ACTIONS(1390), + [anon_sym_LBRACE] = ACTIONS(1392), + [anon_sym_signed] = ACTIONS(1390), + [anon_sym_unsigned] = ACTIONS(1390), + [anon_sym_long] = ACTIONS(1390), + [anon_sym_short] = ACTIONS(1390), + [anon_sym_static] = ACTIONS(1390), + [anon_sym_auto] = ACTIONS(1390), + [anon_sym_register] = ACTIONS(1390), + [anon_sym_inline] = ACTIONS(1390), + [anon_sym___inline] = ACTIONS(1390), + [anon_sym___inline__] = ACTIONS(1390), + [anon_sym___forceinline] = ACTIONS(1390), + [anon_sym_thread_local] = ACTIONS(1390), + [anon_sym___thread] = ACTIONS(1390), + [anon_sym_const] = ACTIONS(1390), + [anon_sym_constexpr] = ACTIONS(1390), + [anon_sym_volatile] = ACTIONS(1390), + [anon_sym_restrict] = ACTIONS(1390), + [anon_sym___restrict__] = ACTIONS(1390), + [anon_sym__Atomic] = ACTIONS(1390), + [anon_sym__Noreturn] = ACTIONS(1390), + [anon_sym_noreturn] = ACTIONS(1390), + [sym_primitive_type] = ACTIONS(1390), + [anon_sym_enum] = ACTIONS(1390), + [anon_sym_struct] = ACTIONS(1390), + [anon_sym_union] = ACTIONS(1390), + [anon_sym_if] = ACTIONS(1390), + [anon_sym_else] = ACTIONS(1390), + [anon_sym_switch] = ACTIONS(1390), + [anon_sym_case] = ACTIONS(1390), + [anon_sym_default] = ACTIONS(1390), + [anon_sym_while] = ACTIONS(1390), + [anon_sym_do] = ACTIONS(1390), + [anon_sym_for] = ACTIONS(1390), + [anon_sym_return] = ACTIONS(1390), + [anon_sym_break] = ACTIONS(1390), + [anon_sym_continue] = ACTIONS(1390), + [anon_sym_goto] = ACTIONS(1390), + [anon_sym___try] = ACTIONS(1390), + [anon_sym___leave] = ACTIONS(1390), + [anon_sym_DASH_DASH] = ACTIONS(1392), + [anon_sym_PLUS_PLUS] = ACTIONS(1392), + [anon_sym_sizeof] = ACTIONS(1390), + [anon_sym___alignof__] = ACTIONS(1390), + [anon_sym___alignof] = ACTIONS(1390), + [anon_sym__alignof] = ACTIONS(1390), + [anon_sym_alignof] = ACTIONS(1390), + [anon_sym__Alignof] = ACTIONS(1390), + [anon_sym_offsetof] = ACTIONS(1390), + [anon_sym__Generic] = ACTIONS(1390), + [anon_sym_asm] = ACTIONS(1390), + [anon_sym___asm__] = ACTIONS(1390), + [sym_number_literal] = ACTIONS(1392), + [anon_sym_L_SQUOTE] = ACTIONS(1392), + [anon_sym_u_SQUOTE] = ACTIONS(1392), + [anon_sym_U_SQUOTE] = ACTIONS(1392), + [anon_sym_u8_SQUOTE] = ACTIONS(1392), + [anon_sym_SQUOTE] = ACTIONS(1392), + [anon_sym_L_DQUOTE] = ACTIONS(1392), + [anon_sym_u_DQUOTE] = ACTIONS(1392), + [anon_sym_U_DQUOTE] = ACTIONS(1392), + [anon_sym_u8_DQUOTE] = ACTIONS(1392), + [anon_sym_DQUOTE] = ACTIONS(1392), + [sym_true] = ACTIONS(1390), + [sym_false] = ACTIONS(1390), + [anon_sym_NULL] = ACTIONS(1390), + [anon_sym_nullptr] = ACTIONS(1390), [sym_comment] = ACTIONS(3), }, - [286] = { + [287] = { [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), [aux_sym_preproc_def_token1] = ACTIONS(1310), @@ -49465,200 +49554,102 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [287] = { - [ts_builtin_sym_end] = ACTIONS(1388), - [sym_identifier] = ACTIONS(1386), - [aux_sym_preproc_include_token1] = ACTIONS(1386), - [aux_sym_preproc_def_token1] = ACTIONS(1386), - [aux_sym_preproc_if_token1] = ACTIONS(1386), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1386), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1386), - [sym_preproc_directive] = ACTIONS(1386), - [anon_sym_LPAREN2] = ACTIONS(1388), - [anon_sym_BANG] = ACTIONS(1388), - [anon_sym_TILDE] = ACTIONS(1388), - [anon_sym_DASH] = ACTIONS(1386), - [anon_sym_PLUS] = ACTIONS(1386), - [anon_sym_STAR] = ACTIONS(1388), - [anon_sym_AMP] = ACTIONS(1388), - [anon_sym_SEMI] = ACTIONS(1388), - [anon_sym___extension__] = ACTIONS(1386), - [anon_sym_typedef] = ACTIONS(1386), - [anon_sym_extern] = ACTIONS(1386), - [anon_sym___attribute__] = ACTIONS(1386), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1388), - [anon_sym___declspec] = ACTIONS(1386), - [anon_sym___cdecl] = ACTIONS(1386), - [anon_sym___clrcall] = ACTIONS(1386), - [anon_sym___stdcall] = ACTIONS(1386), - [anon_sym___fastcall] = ACTIONS(1386), - [anon_sym___thiscall] = ACTIONS(1386), - [anon_sym___vectorcall] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_signed] = ACTIONS(1386), - [anon_sym_unsigned] = ACTIONS(1386), - [anon_sym_long] = ACTIONS(1386), - [anon_sym_short] = ACTIONS(1386), - [anon_sym_static] = ACTIONS(1386), - [anon_sym_auto] = ACTIONS(1386), - [anon_sym_register] = ACTIONS(1386), - [anon_sym_inline] = ACTIONS(1386), - [anon_sym___inline] = ACTIONS(1386), - [anon_sym___inline__] = ACTIONS(1386), - [anon_sym___forceinline] = ACTIONS(1386), - [anon_sym_thread_local] = ACTIONS(1386), - [anon_sym___thread] = ACTIONS(1386), - [anon_sym_const] = ACTIONS(1386), - [anon_sym_constexpr] = ACTIONS(1386), - [anon_sym_volatile] = ACTIONS(1386), - [anon_sym_restrict] = ACTIONS(1386), - [anon_sym___restrict__] = ACTIONS(1386), - [anon_sym__Atomic] = ACTIONS(1386), - [anon_sym__Noreturn] = ACTIONS(1386), - [anon_sym_noreturn] = ACTIONS(1386), - [sym_primitive_type] = ACTIONS(1386), - [anon_sym_enum] = ACTIONS(1386), - [anon_sym_struct] = ACTIONS(1386), - [anon_sym_union] = ACTIONS(1386), - [anon_sym_if] = ACTIONS(1386), - [anon_sym_else] = ACTIONS(1386), - [anon_sym_switch] = ACTIONS(1386), - [anon_sym_case] = ACTIONS(1386), - [anon_sym_default] = ACTIONS(1386), - [anon_sym_while] = ACTIONS(1386), - [anon_sym_do] = ACTIONS(1386), - [anon_sym_for] = ACTIONS(1386), - [anon_sym_return] = ACTIONS(1386), - [anon_sym_break] = ACTIONS(1386), - [anon_sym_continue] = ACTIONS(1386), - [anon_sym_goto] = ACTIONS(1386), - [anon_sym___try] = ACTIONS(1386), - [anon_sym___leave] = ACTIONS(1386), - [anon_sym_DASH_DASH] = ACTIONS(1388), - [anon_sym_PLUS_PLUS] = ACTIONS(1388), - [anon_sym_sizeof] = ACTIONS(1386), - [anon_sym___alignof__] = ACTIONS(1386), - [anon_sym___alignof] = ACTIONS(1386), - [anon_sym__alignof] = ACTIONS(1386), - [anon_sym_alignof] = ACTIONS(1386), - [anon_sym__Alignof] = ACTIONS(1386), - [anon_sym_offsetof] = ACTIONS(1386), - [anon_sym__Generic] = ACTIONS(1386), - [anon_sym_asm] = ACTIONS(1386), - [anon_sym___asm__] = ACTIONS(1386), - [sym_number_literal] = ACTIONS(1388), - [anon_sym_L_SQUOTE] = ACTIONS(1388), - [anon_sym_u_SQUOTE] = ACTIONS(1388), - [anon_sym_U_SQUOTE] = ACTIONS(1388), - [anon_sym_u8_SQUOTE] = ACTIONS(1388), - [anon_sym_SQUOTE] = ACTIONS(1388), - [anon_sym_L_DQUOTE] = ACTIONS(1388), - [anon_sym_u_DQUOTE] = ACTIONS(1388), - [anon_sym_U_DQUOTE] = ACTIONS(1388), - [anon_sym_u8_DQUOTE] = ACTIONS(1388), - [anon_sym_DQUOTE] = ACTIONS(1388), - [sym_true] = ACTIONS(1386), - [sym_false] = ACTIONS(1386), - [anon_sym_NULL] = ACTIONS(1386), - [anon_sym_nullptr] = ACTIONS(1386), - [sym_comment] = ACTIONS(3), - }, [288] = { - [sym_identifier] = ACTIONS(1382), - [aux_sym_preproc_include_token1] = ACTIONS(1382), - [aux_sym_preproc_def_token1] = ACTIONS(1382), - [aux_sym_preproc_if_token1] = ACTIONS(1382), - [aux_sym_preproc_if_token2] = ACTIONS(1382), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1382), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1382), - [sym_preproc_directive] = ACTIONS(1382), - [anon_sym_LPAREN2] = ACTIONS(1384), - [anon_sym_BANG] = ACTIONS(1384), - [anon_sym_TILDE] = ACTIONS(1384), - [anon_sym_DASH] = ACTIONS(1382), - [anon_sym_PLUS] = ACTIONS(1382), - [anon_sym_STAR] = ACTIONS(1384), - [anon_sym_AMP] = ACTIONS(1384), - [anon_sym_SEMI] = ACTIONS(1384), - [anon_sym___extension__] = ACTIONS(1382), - [anon_sym_typedef] = ACTIONS(1382), - [anon_sym_extern] = ACTIONS(1382), - [anon_sym___attribute__] = ACTIONS(1382), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1384), - [anon_sym___declspec] = ACTIONS(1382), - [anon_sym___cdecl] = ACTIONS(1382), - [anon_sym___clrcall] = ACTIONS(1382), - [anon_sym___stdcall] = ACTIONS(1382), - [anon_sym___fastcall] = ACTIONS(1382), - [anon_sym___thiscall] = ACTIONS(1382), - [anon_sym___vectorcall] = ACTIONS(1382), - [anon_sym_LBRACE] = ACTIONS(1384), - [anon_sym_signed] = ACTIONS(1382), - [anon_sym_unsigned] = ACTIONS(1382), - [anon_sym_long] = ACTIONS(1382), - [anon_sym_short] = ACTIONS(1382), - [anon_sym_static] = ACTIONS(1382), - [anon_sym_auto] = ACTIONS(1382), - [anon_sym_register] = ACTIONS(1382), - [anon_sym_inline] = ACTIONS(1382), - [anon_sym___inline] = ACTIONS(1382), - [anon_sym___inline__] = ACTIONS(1382), - [anon_sym___forceinline] = ACTIONS(1382), - [anon_sym_thread_local] = ACTIONS(1382), - [anon_sym___thread] = ACTIONS(1382), - [anon_sym_const] = ACTIONS(1382), - [anon_sym_constexpr] = ACTIONS(1382), - [anon_sym_volatile] = ACTIONS(1382), - [anon_sym_restrict] = ACTIONS(1382), - [anon_sym___restrict__] = ACTIONS(1382), - [anon_sym__Atomic] = ACTIONS(1382), - [anon_sym__Noreturn] = ACTIONS(1382), - [anon_sym_noreturn] = ACTIONS(1382), - [sym_primitive_type] = ACTIONS(1382), - [anon_sym_enum] = ACTIONS(1382), - [anon_sym_struct] = ACTIONS(1382), - [anon_sym_union] = ACTIONS(1382), - [anon_sym_if] = ACTIONS(1382), - [anon_sym_else] = ACTIONS(1382), - [anon_sym_switch] = ACTIONS(1382), - [anon_sym_case] = ACTIONS(1382), - [anon_sym_default] = ACTIONS(1382), - [anon_sym_while] = ACTIONS(1382), - [anon_sym_do] = ACTIONS(1382), - [anon_sym_for] = ACTIONS(1382), - [anon_sym_return] = ACTIONS(1382), - [anon_sym_break] = ACTIONS(1382), - [anon_sym_continue] = ACTIONS(1382), - [anon_sym_goto] = ACTIONS(1382), - [anon_sym___try] = ACTIONS(1382), - [anon_sym___leave] = ACTIONS(1382), - [anon_sym_DASH_DASH] = ACTIONS(1384), - [anon_sym_PLUS_PLUS] = ACTIONS(1384), - [anon_sym_sizeof] = ACTIONS(1382), - [anon_sym___alignof__] = ACTIONS(1382), - [anon_sym___alignof] = ACTIONS(1382), - [anon_sym__alignof] = ACTIONS(1382), - [anon_sym_alignof] = ACTIONS(1382), - [anon_sym__Alignof] = ACTIONS(1382), - [anon_sym_offsetof] = ACTIONS(1382), - [anon_sym__Generic] = ACTIONS(1382), - [anon_sym_asm] = ACTIONS(1382), - [anon_sym___asm__] = ACTIONS(1382), - [sym_number_literal] = ACTIONS(1384), - [anon_sym_L_SQUOTE] = ACTIONS(1384), - [anon_sym_u_SQUOTE] = ACTIONS(1384), - [anon_sym_U_SQUOTE] = ACTIONS(1384), - [anon_sym_u8_SQUOTE] = ACTIONS(1384), - [anon_sym_SQUOTE] = ACTIONS(1384), - [anon_sym_L_DQUOTE] = ACTIONS(1384), - [anon_sym_u_DQUOTE] = ACTIONS(1384), - [anon_sym_U_DQUOTE] = ACTIONS(1384), - [anon_sym_u8_DQUOTE] = ACTIONS(1384), - [anon_sym_DQUOTE] = ACTIONS(1384), - [sym_true] = ACTIONS(1382), - [sym_false] = ACTIONS(1382), - [anon_sym_NULL] = ACTIONS(1382), - [anon_sym_nullptr] = ACTIONS(1382), + [ts_builtin_sym_end] = ACTIONS(1396), + [sym_identifier] = ACTIONS(1394), + [aux_sym_preproc_include_token1] = ACTIONS(1394), + [aux_sym_preproc_def_token1] = ACTIONS(1394), + [aux_sym_preproc_if_token1] = ACTIONS(1394), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1394), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1394), + [sym_preproc_directive] = ACTIONS(1394), + [anon_sym_LPAREN2] = ACTIONS(1396), + [anon_sym_BANG] = ACTIONS(1396), + [anon_sym_TILDE] = ACTIONS(1396), + [anon_sym_DASH] = ACTIONS(1394), + [anon_sym_PLUS] = ACTIONS(1394), + [anon_sym_STAR] = ACTIONS(1396), + [anon_sym_AMP] = ACTIONS(1396), + [anon_sym_SEMI] = ACTIONS(1396), + [anon_sym___extension__] = ACTIONS(1394), + [anon_sym_typedef] = ACTIONS(1394), + [anon_sym_extern] = ACTIONS(1394), + [anon_sym___attribute__] = ACTIONS(1394), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1396), + [anon_sym___declspec] = ACTIONS(1394), + [anon_sym___cdecl] = ACTIONS(1394), + [anon_sym___clrcall] = ACTIONS(1394), + [anon_sym___stdcall] = ACTIONS(1394), + [anon_sym___fastcall] = ACTIONS(1394), + [anon_sym___thiscall] = ACTIONS(1394), + [anon_sym___vectorcall] = ACTIONS(1394), + [anon_sym_LBRACE] = ACTIONS(1396), + [anon_sym_signed] = ACTIONS(1394), + [anon_sym_unsigned] = ACTIONS(1394), + [anon_sym_long] = ACTIONS(1394), + [anon_sym_short] = ACTIONS(1394), + [anon_sym_static] = ACTIONS(1394), + [anon_sym_auto] = ACTIONS(1394), + [anon_sym_register] = ACTIONS(1394), + [anon_sym_inline] = ACTIONS(1394), + [anon_sym___inline] = ACTIONS(1394), + [anon_sym___inline__] = ACTIONS(1394), + [anon_sym___forceinline] = ACTIONS(1394), + [anon_sym_thread_local] = ACTIONS(1394), + [anon_sym___thread] = ACTIONS(1394), + [anon_sym_const] = ACTIONS(1394), + [anon_sym_constexpr] = ACTIONS(1394), + [anon_sym_volatile] = ACTIONS(1394), + [anon_sym_restrict] = ACTIONS(1394), + [anon_sym___restrict__] = ACTIONS(1394), + [anon_sym__Atomic] = ACTIONS(1394), + [anon_sym__Noreturn] = ACTIONS(1394), + [anon_sym_noreturn] = ACTIONS(1394), + [sym_primitive_type] = ACTIONS(1394), + [anon_sym_enum] = ACTIONS(1394), + [anon_sym_struct] = ACTIONS(1394), + [anon_sym_union] = ACTIONS(1394), + [anon_sym_if] = ACTIONS(1394), + [anon_sym_else] = ACTIONS(1394), + [anon_sym_switch] = ACTIONS(1394), + [anon_sym_case] = ACTIONS(1394), + [anon_sym_default] = ACTIONS(1394), + [anon_sym_while] = ACTIONS(1394), + [anon_sym_do] = ACTIONS(1394), + [anon_sym_for] = ACTIONS(1394), + [anon_sym_return] = ACTIONS(1394), + [anon_sym_break] = ACTIONS(1394), + [anon_sym_continue] = ACTIONS(1394), + [anon_sym_goto] = ACTIONS(1394), + [anon_sym___try] = ACTIONS(1394), + [anon_sym___leave] = ACTIONS(1394), + [anon_sym_DASH_DASH] = ACTIONS(1396), + [anon_sym_PLUS_PLUS] = ACTIONS(1396), + [anon_sym_sizeof] = ACTIONS(1394), + [anon_sym___alignof__] = ACTIONS(1394), + [anon_sym___alignof] = ACTIONS(1394), + [anon_sym__alignof] = ACTIONS(1394), + [anon_sym_alignof] = ACTIONS(1394), + [anon_sym__Alignof] = ACTIONS(1394), + [anon_sym_offsetof] = ACTIONS(1394), + [anon_sym__Generic] = ACTIONS(1394), + [anon_sym_asm] = ACTIONS(1394), + [anon_sym___asm__] = ACTIONS(1394), + [sym_number_literal] = ACTIONS(1396), + [anon_sym_L_SQUOTE] = ACTIONS(1396), + [anon_sym_u_SQUOTE] = ACTIONS(1396), + [anon_sym_U_SQUOTE] = ACTIONS(1396), + [anon_sym_u8_SQUOTE] = ACTIONS(1396), + [anon_sym_SQUOTE] = ACTIONS(1396), + [anon_sym_L_DQUOTE] = ACTIONS(1396), + [anon_sym_u_DQUOTE] = ACTIONS(1396), + [anon_sym_U_DQUOTE] = ACTIONS(1396), + [anon_sym_u8_DQUOTE] = ACTIONS(1396), + [anon_sym_DQUOTE] = ACTIONS(1396), + [sym_true] = ACTIONS(1394), + [sym_false] = ACTIONS(1394), + [anon_sym_NULL] = ACTIONS(1394), + [anon_sym_nullptr] = ACTIONS(1394), [sym_comment] = ACTIONS(3), }, [289] = { @@ -49760,300 +49751,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [290] = { - [ts_builtin_sym_end] = ACTIONS(1356), - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_include_token1] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1354), - [aux_sym_preproc_if_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1354), - [anon_sym_LPAREN2] = ACTIONS(1356), - [anon_sym_BANG] = ACTIONS(1356), - [anon_sym_TILDE] = ACTIONS(1356), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_STAR] = ACTIONS(1356), - [anon_sym_AMP] = ACTIONS(1356), - [anon_sym_SEMI] = ACTIONS(1356), - [anon_sym___extension__] = ACTIONS(1354), - [anon_sym_typedef] = ACTIONS(1354), - [anon_sym_extern] = ACTIONS(1354), - [anon_sym___attribute__] = ACTIONS(1354), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), - [anon_sym___declspec] = ACTIONS(1354), - [anon_sym___cdecl] = ACTIONS(1354), - [anon_sym___clrcall] = ACTIONS(1354), - [anon_sym___stdcall] = ACTIONS(1354), - [anon_sym___fastcall] = ACTIONS(1354), - [anon_sym___thiscall] = ACTIONS(1354), - [anon_sym___vectorcall] = ACTIONS(1354), - [anon_sym_LBRACE] = ACTIONS(1356), - [anon_sym_signed] = ACTIONS(1354), - [anon_sym_unsigned] = ACTIONS(1354), - [anon_sym_long] = ACTIONS(1354), - [anon_sym_short] = ACTIONS(1354), - [anon_sym_static] = ACTIONS(1354), - [anon_sym_auto] = ACTIONS(1354), - [anon_sym_register] = ACTIONS(1354), - [anon_sym_inline] = ACTIONS(1354), - [anon_sym___inline] = ACTIONS(1354), - [anon_sym___inline__] = ACTIONS(1354), - [anon_sym___forceinline] = ACTIONS(1354), - [anon_sym_thread_local] = ACTIONS(1354), - [anon_sym___thread] = ACTIONS(1354), - [anon_sym_const] = ACTIONS(1354), - [anon_sym_constexpr] = ACTIONS(1354), - [anon_sym_volatile] = ACTIONS(1354), - [anon_sym_restrict] = ACTIONS(1354), - [anon_sym___restrict__] = ACTIONS(1354), - [anon_sym__Atomic] = ACTIONS(1354), - [anon_sym__Noreturn] = ACTIONS(1354), - [anon_sym_noreturn] = ACTIONS(1354), - [sym_primitive_type] = ACTIONS(1354), - [anon_sym_enum] = ACTIONS(1354), - [anon_sym_struct] = ACTIONS(1354), - [anon_sym_union] = ACTIONS(1354), - [anon_sym_if] = ACTIONS(1354), - [anon_sym_else] = ACTIONS(1354), - [anon_sym_switch] = ACTIONS(1354), - [anon_sym_case] = ACTIONS(1354), - [anon_sym_default] = ACTIONS(1354), - [anon_sym_while] = ACTIONS(1354), - [anon_sym_do] = ACTIONS(1354), - [anon_sym_for] = ACTIONS(1354), - [anon_sym_return] = ACTIONS(1354), - [anon_sym_break] = ACTIONS(1354), - [anon_sym_continue] = ACTIONS(1354), - [anon_sym_goto] = ACTIONS(1354), - [anon_sym___try] = ACTIONS(1354), - [anon_sym___leave] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1356), - [anon_sym_PLUS_PLUS] = ACTIONS(1356), - [anon_sym_sizeof] = ACTIONS(1354), - [anon_sym___alignof__] = ACTIONS(1354), - [anon_sym___alignof] = ACTIONS(1354), - [anon_sym__alignof] = ACTIONS(1354), - [anon_sym_alignof] = ACTIONS(1354), - [anon_sym__Alignof] = ACTIONS(1354), - [anon_sym_offsetof] = ACTIONS(1354), - [anon_sym__Generic] = ACTIONS(1354), - [anon_sym_asm] = ACTIONS(1354), - [anon_sym___asm__] = ACTIONS(1354), - [sym_number_literal] = ACTIONS(1356), - [anon_sym_L_SQUOTE] = ACTIONS(1356), - [anon_sym_u_SQUOTE] = ACTIONS(1356), - [anon_sym_U_SQUOTE] = ACTIONS(1356), - [anon_sym_u8_SQUOTE] = ACTIONS(1356), - [anon_sym_SQUOTE] = ACTIONS(1356), - [anon_sym_L_DQUOTE] = ACTIONS(1356), - [anon_sym_u_DQUOTE] = ACTIONS(1356), - [anon_sym_U_DQUOTE] = ACTIONS(1356), - [anon_sym_u8_DQUOTE] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1356), - [sym_true] = ACTIONS(1354), - [sym_false] = ACTIONS(1354), - [anon_sym_NULL] = ACTIONS(1354), - [anon_sym_nullptr] = ACTIONS(1354), + [ts_builtin_sym_end] = ACTIONS(1300), + [sym_identifier] = ACTIONS(1298), + [aux_sym_preproc_include_token1] = ACTIONS(1298), + [aux_sym_preproc_def_token1] = ACTIONS(1298), + [aux_sym_preproc_if_token1] = ACTIONS(1298), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1298), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1298), + [sym_preproc_directive] = ACTIONS(1298), + [anon_sym_LPAREN2] = ACTIONS(1300), + [anon_sym_BANG] = ACTIONS(1300), + [anon_sym_TILDE] = ACTIONS(1300), + [anon_sym_DASH] = ACTIONS(1298), + [anon_sym_PLUS] = ACTIONS(1298), + [anon_sym_STAR] = ACTIONS(1300), + [anon_sym_AMP] = ACTIONS(1300), + [anon_sym_SEMI] = ACTIONS(1300), + [anon_sym___extension__] = ACTIONS(1298), + [anon_sym_typedef] = ACTIONS(1298), + [anon_sym_extern] = ACTIONS(1298), + [anon_sym___attribute__] = ACTIONS(1298), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1300), + [anon_sym___declspec] = ACTIONS(1298), + [anon_sym___cdecl] = ACTIONS(1298), + [anon_sym___clrcall] = ACTIONS(1298), + [anon_sym___stdcall] = ACTIONS(1298), + [anon_sym___fastcall] = ACTIONS(1298), + [anon_sym___thiscall] = ACTIONS(1298), + [anon_sym___vectorcall] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_signed] = ACTIONS(1298), + [anon_sym_unsigned] = ACTIONS(1298), + [anon_sym_long] = ACTIONS(1298), + [anon_sym_short] = ACTIONS(1298), + [anon_sym_static] = ACTIONS(1298), + [anon_sym_auto] = ACTIONS(1298), + [anon_sym_register] = ACTIONS(1298), + [anon_sym_inline] = ACTIONS(1298), + [anon_sym___inline] = ACTIONS(1298), + [anon_sym___inline__] = ACTIONS(1298), + [anon_sym___forceinline] = ACTIONS(1298), + [anon_sym_thread_local] = ACTIONS(1298), + [anon_sym___thread] = ACTIONS(1298), + [anon_sym_const] = ACTIONS(1298), + [anon_sym_constexpr] = ACTIONS(1298), + [anon_sym_volatile] = ACTIONS(1298), + [anon_sym_restrict] = ACTIONS(1298), + [anon_sym___restrict__] = ACTIONS(1298), + [anon_sym__Atomic] = ACTIONS(1298), + [anon_sym__Noreturn] = ACTIONS(1298), + [anon_sym_noreturn] = ACTIONS(1298), + [sym_primitive_type] = ACTIONS(1298), + [anon_sym_enum] = ACTIONS(1298), + [anon_sym_struct] = ACTIONS(1298), + [anon_sym_union] = ACTIONS(1298), + [anon_sym_if] = ACTIONS(1298), + [anon_sym_else] = ACTIONS(1298), + [anon_sym_switch] = ACTIONS(1298), + [anon_sym_case] = ACTIONS(1298), + [anon_sym_default] = ACTIONS(1298), + [anon_sym_while] = ACTIONS(1298), + [anon_sym_do] = ACTIONS(1298), + [anon_sym_for] = ACTIONS(1298), + [anon_sym_return] = ACTIONS(1298), + [anon_sym_break] = ACTIONS(1298), + [anon_sym_continue] = ACTIONS(1298), + [anon_sym_goto] = ACTIONS(1298), + [anon_sym___try] = ACTIONS(1298), + [anon_sym___leave] = ACTIONS(1298), + [anon_sym_DASH_DASH] = ACTIONS(1300), + [anon_sym_PLUS_PLUS] = ACTIONS(1300), + [anon_sym_sizeof] = ACTIONS(1298), + [anon_sym___alignof__] = ACTIONS(1298), + [anon_sym___alignof] = ACTIONS(1298), + [anon_sym__alignof] = ACTIONS(1298), + [anon_sym_alignof] = ACTIONS(1298), + [anon_sym__Alignof] = ACTIONS(1298), + [anon_sym_offsetof] = ACTIONS(1298), + [anon_sym__Generic] = ACTIONS(1298), + [anon_sym_asm] = ACTIONS(1298), + [anon_sym___asm__] = ACTIONS(1298), + [sym_number_literal] = ACTIONS(1300), + [anon_sym_L_SQUOTE] = ACTIONS(1300), + [anon_sym_u_SQUOTE] = ACTIONS(1300), + [anon_sym_U_SQUOTE] = ACTIONS(1300), + [anon_sym_u8_SQUOTE] = ACTIONS(1300), + [anon_sym_SQUOTE] = ACTIONS(1300), + [anon_sym_L_DQUOTE] = ACTIONS(1300), + [anon_sym_u_DQUOTE] = ACTIONS(1300), + [anon_sym_U_DQUOTE] = ACTIONS(1300), + [anon_sym_u8_DQUOTE] = ACTIONS(1300), + [anon_sym_DQUOTE] = ACTIONS(1300), + [sym_true] = ACTIONS(1298), + [sym_false] = ACTIONS(1298), + [anon_sym_NULL] = ACTIONS(1298), + [anon_sym_nullptr] = ACTIONS(1298), [sym_comment] = ACTIONS(3), }, [291] = { - [sym_identifier] = ACTIONS(1378), - [aux_sym_preproc_include_token1] = ACTIONS(1378), - [aux_sym_preproc_def_token1] = ACTIONS(1378), - [aux_sym_preproc_if_token1] = ACTIONS(1378), - [aux_sym_preproc_if_token2] = ACTIONS(1378), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1378), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1378), - [sym_preproc_directive] = ACTIONS(1378), - [anon_sym_LPAREN2] = ACTIONS(1380), - [anon_sym_BANG] = ACTIONS(1380), - [anon_sym_TILDE] = ACTIONS(1380), - [anon_sym_DASH] = ACTIONS(1378), - [anon_sym_PLUS] = ACTIONS(1378), - [anon_sym_STAR] = ACTIONS(1380), - [anon_sym_AMP] = ACTIONS(1380), - [anon_sym_SEMI] = ACTIONS(1380), - [anon_sym___extension__] = ACTIONS(1378), - [anon_sym_typedef] = ACTIONS(1378), - [anon_sym_extern] = ACTIONS(1378), - [anon_sym___attribute__] = ACTIONS(1378), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1380), - [anon_sym___declspec] = ACTIONS(1378), - [anon_sym___cdecl] = ACTIONS(1378), - [anon_sym___clrcall] = ACTIONS(1378), - [anon_sym___stdcall] = ACTIONS(1378), - [anon_sym___fastcall] = ACTIONS(1378), - [anon_sym___thiscall] = ACTIONS(1378), - [anon_sym___vectorcall] = ACTIONS(1378), - [anon_sym_LBRACE] = ACTIONS(1380), - [anon_sym_signed] = ACTIONS(1378), - [anon_sym_unsigned] = ACTIONS(1378), - [anon_sym_long] = ACTIONS(1378), - [anon_sym_short] = ACTIONS(1378), - [anon_sym_static] = ACTIONS(1378), - [anon_sym_auto] = ACTIONS(1378), - [anon_sym_register] = ACTIONS(1378), - [anon_sym_inline] = ACTIONS(1378), - [anon_sym___inline] = ACTIONS(1378), - [anon_sym___inline__] = ACTIONS(1378), - [anon_sym___forceinline] = ACTIONS(1378), - [anon_sym_thread_local] = ACTIONS(1378), - [anon_sym___thread] = ACTIONS(1378), - [anon_sym_const] = ACTIONS(1378), - [anon_sym_constexpr] = ACTIONS(1378), - [anon_sym_volatile] = ACTIONS(1378), - [anon_sym_restrict] = ACTIONS(1378), - [anon_sym___restrict__] = ACTIONS(1378), - [anon_sym__Atomic] = ACTIONS(1378), - [anon_sym__Noreturn] = ACTIONS(1378), - [anon_sym_noreturn] = ACTIONS(1378), - [sym_primitive_type] = ACTIONS(1378), - [anon_sym_enum] = ACTIONS(1378), - [anon_sym_struct] = ACTIONS(1378), - [anon_sym_union] = ACTIONS(1378), - [anon_sym_if] = ACTIONS(1378), - [anon_sym_else] = ACTIONS(1378), - [anon_sym_switch] = ACTIONS(1378), - [anon_sym_case] = ACTIONS(1378), - [anon_sym_default] = ACTIONS(1378), - [anon_sym_while] = ACTIONS(1378), - [anon_sym_do] = ACTIONS(1378), - [anon_sym_for] = ACTIONS(1378), - [anon_sym_return] = ACTIONS(1378), - [anon_sym_break] = ACTIONS(1378), - [anon_sym_continue] = ACTIONS(1378), - [anon_sym_goto] = ACTIONS(1378), - [anon_sym___try] = ACTIONS(1378), - [anon_sym___leave] = ACTIONS(1378), - [anon_sym_DASH_DASH] = ACTIONS(1380), - [anon_sym_PLUS_PLUS] = ACTIONS(1380), - [anon_sym_sizeof] = ACTIONS(1378), - [anon_sym___alignof__] = ACTIONS(1378), - [anon_sym___alignof] = ACTIONS(1378), - [anon_sym__alignof] = ACTIONS(1378), - [anon_sym_alignof] = ACTIONS(1378), - [anon_sym__Alignof] = ACTIONS(1378), - [anon_sym_offsetof] = ACTIONS(1378), - [anon_sym__Generic] = ACTIONS(1378), - [anon_sym_asm] = ACTIONS(1378), - [anon_sym___asm__] = ACTIONS(1378), - [sym_number_literal] = ACTIONS(1380), - [anon_sym_L_SQUOTE] = ACTIONS(1380), - [anon_sym_u_SQUOTE] = ACTIONS(1380), - [anon_sym_U_SQUOTE] = ACTIONS(1380), - [anon_sym_u8_SQUOTE] = ACTIONS(1380), - [anon_sym_SQUOTE] = ACTIONS(1380), - [anon_sym_L_DQUOTE] = ACTIONS(1380), - [anon_sym_u_DQUOTE] = ACTIONS(1380), - [anon_sym_U_DQUOTE] = ACTIONS(1380), - [anon_sym_u8_DQUOTE] = ACTIONS(1380), - [anon_sym_DQUOTE] = ACTIONS(1380), - [sym_true] = ACTIONS(1378), - [sym_false] = ACTIONS(1378), - [anon_sym_NULL] = ACTIONS(1378), - [anon_sym_nullptr] = ACTIONS(1378), - [sym_comment] = ACTIONS(3), - }, - [292] = { - [sym_identifier] = ACTIONS(1310), - [aux_sym_preproc_include_token1] = ACTIONS(1310), - [aux_sym_preproc_def_token1] = ACTIONS(1310), - [aux_sym_preproc_if_token1] = ACTIONS(1310), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1310), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1310), - [sym_preproc_directive] = ACTIONS(1310), - [anon_sym_LPAREN2] = ACTIONS(1312), - [anon_sym_BANG] = ACTIONS(1312), - [anon_sym_TILDE] = ACTIONS(1312), - [anon_sym_DASH] = ACTIONS(1310), - [anon_sym_PLUS] = ACTIONS(1310), - [anon_sym_STAR] = ACTIONS(1312), - [anon_sym_AMP] = ACTIONS(1312), - [anon_sym_SEMI] = ACTIONS(1312), - [anon_sym___extension__] = ACTIONS(1310), - [anon_sym_typedef] = ACTIONS(1310), - [anon_sym_extern] = ACTIONS(1310), - [anon_sym___attribute__] = ACTIONS(1310), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1312), - [anon_sym___declspec] = ACTIONS(1310), - [anon_sym___cdecl] = ACTIONS(1310), - [anon_sym___clrcall] = ACTIONS(1310), - [anon_sym___stdcall] = ACTIONS(1310), - [anon_sym___fastcall] = ACTIONS(1310), - [anon_sym___thiscall] = ACTIONS(1310), - [anon_sym___vectorcall] = ACTIONS(1310), - [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_RBRACE] = ACTIONS(1312), - [anon_sym_signed] = ACTIONS(1310), - [anon_sym_unsigned] = ACTIONS(1310), - [anon_sym_long] = ACTIONS(1310), - [anon_sym_short] = ACTIONS(1310), - [anon_sym_static] = ACTIONS(1310), - [anon_sym_auto] = ACTIONS(1310), - [anon_sym_register] = ACTIONS(1310), - [anon_sym_inline] = ACTIONS(1310), - [anon_sym___inline] = ACTIONS(1310), - [anon_sym___inline__] = ACTIONS(1310), - [anon_sym___forceinline] = ACTIONS(1310), - [anon_sym_thread_local] = ACTIONS(1310), - [anon_sym___thread] = ACTIONS(1310), - [anon_sym_const] = ACTIONS(1310), - [anon_sym_constexpr] = ACTIONS(1310), - [anon_sym_volatile] = ACTIONS(1310), - [anon_sym_restrict] = ACTIONS(1310), - [anon_sym___restrict__] = ACTIONS(1310), - [anon_sym__Atomic] = ACTIONS(1310), - [anon_sym__Noreturn] = ACTIONS(1310), - [anon_sym_noreturn] = ACTIONS(1310), - [sym_primitive_type] = ACTIONS(1310), - [anon_sym_enum] = ACTIONS(1310), - [anon_sym_struct] = ACTIONS(1310), - [anon_sym_union] = ACTIONS(1310), - [anon_sym_if] = ACTIONS(1310), - [anon_sym_else] = ACTIONS(1310), - [anon_sym_switch] = ACTIONS(1310), - [anon_sym_case] = ACTIONS(1310), - [anon_sym_default] = ACTIONS(1310), - [anon_sym_while] = ACTIONS(1310), - [anon_sym_do] = ACTIONS(1310), - [anon_sym_for] = ACTIONS(1310), - [anon_sym_return] = ACTIONS(1310), - [anon_sym_break] = ACTIONS(1310), - [anon_sym_continue] = ACTIONS(1310), - [anon_sym_goto] = ACTIONS(1310), - [anon_sym___try] = ACTIONS(1310), - [anon_sym___leave] = ACTIONS(1310), - [anon_sym_DASH_DASH] = ACTIONS(1312), - [anon_sym_PLUS_PLUS] = ACTIONS(1312), - [anon_sym_sizeof] = ACTIONS(1310), - [anon_sym___alignof__] = ACTIONS(1310), - [anon_sym___alignof] = ACTIONS(1310), - [anon_sym__alignof] = ACTIONS(1310), - [anon_sym_alignof] = ACTIONS(1310), - [anon_sym__Alignof] = ACTIONS(1310), - [anon_sym_offsetof] = ACTIONS(1310), - [anon_sym__Generic] = ACTIONS(1310), - [anon_sym_asm] = ACTIONS(1310), - [anon_sym___asm__] = ACTIONS(1310), - [sym_number_literal] = ACTIONS(1312), - [anon_sym_L_SQUOTE] = ACTIONS(1312), - [anon_sym_u_SQUOTE] = ACTIONS(1312), - [anon_sym_U_SQUOTE] = ACTIONS(1312), - [anon_sym_u8_SQUOTE] = ACTIONS(1312), - [anon_sym_SQUOTE] = ACTIONS(1312), - [anon_sym_L_DQUOTE] = ACTIONS(1312), - [anon_sym_u_DQUOTE] = ACTIONS(1312), - [anon_sym_U_DQUOTE] = ACTIONS(1312), - [anon_sym_u8_DQUOTE] = ACTIONS(1312), - [anon_sym_DQUOTE] = ACTIONS(1312), - [sym_true] = ACTIONS(1310), - [sym_false] = ACTIONS(1310), - [anon_sym_NULL] = ACTIONS(1310), - [anon_sym_nullptr] = ACTIONS(1310), - [sym_comment] = ACTIONS(3), - }, - [293] = { [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), [aux_sym_preproc_def_token1] = ACTIONS(1310), @@ -50151,203 +49946,203 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [294] = { - [sym_identifier] = ACTIONS(1374), - [aux_sym_preproc_include_token1] = ACTIONS(1374), - [aux_sym_preproc_def_token1] = ACTIONS(1374), - [aux_sym_preproc_if_token1] = ACTIONS(1374), - [aux_sym_preproc_if_token2] = ACTIONS(1374), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1374), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1374), - [sym_preproc_directive] = ACTIONS(1374), - [anon_sym_LPAREN2] = ACTIONS(1376), - [anon_sym_BANG] = ACTIONS(1376), - [anon_sym_TILDE] = ACTIONS(1376), - [anon_sym_DASH] = ACTIONS(1374), - [anon_sym_PLUS] = ACTIONS(1374), - [anon_sym_STAR] = ACTIONS(1376), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_SEMI] = ACTIONS(1376), - [anon_sym___extension__] = ACTIONS(1374), - [anon_sym_typedef] = ACTIONS(1374), - [anon_sym_extern] = ACTIONS(1374), - [anon_sym___attribute__] = ACTIONS(1374), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1376), - [anon_sym___declspec] = ACTIONS(1374), - [anon_sym___cdecl] = ACTIONS(1374), - [anon_sym___clrcall] = ACTIONS(1374), - [anon_sym___stdcall] = ACTIONS(1374), - [anon_sym___fastcall] = ACTIONS(1374), - [anon_sym___thiscall] = ACTIONS(1374), - [anon_sym___vectorcall] = ACTIONS(1374), - [anon_sym_LBRACE] = ACTIONS(1376), - [anon_sym_signed] = ACTIONS(1374), - [anon_sym_unsigned] = ACTIONS(1374), - [anon_sym_long] = ACTIONS(1374), - [anon_sym_short] = ACTIONS(1374), - [anon_sym_static] = ACTIONS(1374), - [anon_sym_auto] = ACTIONS(1374), - [anon_sym_register] = ACTIONS(1374), - [anon_sym_inline] = ACTIONS(1374), - [anon_sym___inline] = ACTIONS(1374), - [anon_sym___inline__] = ACTIONS(1374), - [anon_sym___forceinline] = ACTIONS(1374), - [anon_sym_thread_local] = ACTIONS(1374), - [anon_sym___thread] = ACTIONS(1374), - [anon_sym_const] = ACTIONS(1374), - [anon_sym_constexpr] = ACTIONS(1374), - [anon_sym_volatile] = ACTIONS(1374), - [anon_sym_restrict] = ACTIONS(1374), - [anon_sym___restrict__] = ACTIONS(1374), - [anon_sym__Atomic] = ACTIONS(1374), - [anon_sym__Noreturn] = ACTIONS(1374), - [anon_sym_noreturn] = ACTIONS(1374), - [sym_primitive_type] = ACTIONS(1374), - [anon_sym_enum] = ACTIONS(1374), - [anon_sym_struct] = ACTIONS(1374), - [anon_sym_union] = ACTIONS(1374), - [anon_sym_if] = ACTIONS(1374), - [anon_sym_else] = ACTIONS(1374), - [anon_sym_switch] = ACTIONS(1374), - [anon_sym_case] = ACTIONS(1374), - [anon_sym_default] = ACTIONS(1374), - [anon_sym_while] = ACTIONS(1374), - [anon_sym_do] = ACTIONS(1374), - [anon_sym_for] = ACTIONS(1374), - [anon_sym_return] = ACTIONS(1374), - [anon_sym_break] = ACTIONS(1374), - [anon_sym_continue] = ACTIONS(1374), - [anon_sym_goto] = ACTIONS(1374), - [anon_sym___try] = ACTIONS(1374), - [anon_sym___leave] = ACTIONS(1374), - [anon_sym_DASH_DASH] = ACTIONS(1376), - [anon_sym_PLUS_PLUS] = ACTIONS(1376), - [anon_sym_sizeof] = ACTIONS(1374), - [anon_sym___alignof__] = ACTIONS(1374), - [anon_sym___alignof] = ACTIONS(1374), - [anon_sym__alignof] = ACTIONS(1374), - [anon_sym_alignof] = ACTIONS(1374), - [anon_sym__Alignof] = ACTIONS(1374), - [anon_sym_offsetof] = ACTIONS(1374), - [anon_sym__Generic] = ACTIONS(1374), - [anon_sym_asm] = ACTIONS(1374), - [anon_sym___asm__] = ACTIONS(1374), - [sym_number_literal] = ACTIONS(1376), - [anon_sym_L_SQUOTE] = ACTIONS(1376), - [anon_sym_u_SQUOTE] = ACTIONS(1376), - [anon_sym_U_SQUOTE] = ACTIONS(1376), - [anon_sym_u8_SQUOTE] = ACTIONS(1376), - [anon_sym_SQUOTE] = ACTIONS(1376), - [anon_sym_L_DQUOTE] = ACTIONS(1376), - [anon_sym_u_DQUOTE] = ACTIONS(1376), - [anon_sym_U_DQUOTE] = ACTIONS(1376), - [anon_sym_u8_DQUOTE] = ACTIONS(1376), - [anon_sym_DQUOTE] = ACTIONS(1376), - [sym_true] = ACTIONS(1374), - [sym_false] = ACTIONS(1374), - [anon_sym_NULL] = ACTIONS(1374), - [anon_sym_nullptr] = ACTIONS(1374), + [292] = { + [sym_identifier] = ACTIONS(1394), + [aux_sym_preproc_include_token1] = ACTIONS(1394), + [aux_sym_preproc_def_token1] = ACTIONS(1394), + [aux_sym_preproc_if_token1] = ACTIONS(1394), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1394), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1394), + [sym_preproc_directive] = ACTIONS(1394), + [anon_sym_LPAREN2] = ACTIONS(1396), + [anon_sym_BANG] = ACTIONS(1396), + [anon_sym_TILDE] = ACTIONS(1396), + [anon_sym_DASH] = ACTIONS(1394), + [anon_sym_PLUS] = ACTIONS(1394), + [anon_sym_STAR] = ACTIONS(1396), + [anon_sym_AMP] = ACTIONS(1396), + [anon_sym_SEMI] = ACTIONS(1396), + [anon_sym___extension__] = ACTIONS(1394), + [anon_sym_typedef] = ACTIONS(1394), + [anon_sym_extern] = ACTIONS(1394), + [anon_sym___attribute__] = ACTIONS(1394), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1396), + [anon_sym___declspec] = ACTIONS(1394), + [anon_sym___cdecl] = ACTIONS(1394), + [anon_sym___clrcall] = ACTIONS(1394), + [anon_sym___stdcall] = ACTIONS(1394), + [anon_sym___fastcall] = ACTIONS(1394), + [anon_sym___thiscall] = ACTIONS(1394), + [anon_sym___vectorcall] = ACTIONS(1394), + [anon_sym_LBRACE] = ACTIONS(1396), + [anon_sym_RBRACE] = ACTIONS(1396), + [anon_sym_signed] = ACTIONS(1394), + [anon_sym_unsigned] = ACTIONS(1394), + [anon_sym_long] = ACTIONS(1394), + [anon_sym_short] = ACTIONS(1394), + [anon_sym_static] = ACTIONS(1394), + [anon_sym_auto] = ACTIONS(1394), + [anon_sym_register] = ACTIONS(1394), + [anon_sym_inline] = ACTIONS(1394), + [anon_sym___inline] = ACTIONS(1394), + [anon_sym___inline__] = ACTIONS(1394), + [anon_sym___forceinline] = ACTIONS(1394), + [anon_sym_thread_local] = ACTIONS(1394), + [anon_sym___thread] = ACTIONS(1394), + [anon_sym_const] = ACTIONS(1394), + [anon_sym_constexpr] = ACTIONS(1394), + [anon_sym_volatile] = ACTIONS(1394), + [anon_sym_restrict] = ACTIONS(1394), + [anon_sym___restrict__] = ACTIONS(1394), + [anon_sym__Atomic] = ACTIONS(1394), + [anon_sym__Noreturn] = ACTIONS(1394), + [anon_sym_noreturn] = ACTIONS(1394), + [sym_primitive_type] = ACTIONS(1394), + [anon_sym_enum] = ACTIONS(1394), + [anon_sym_struct] = ACTIONS(1394), + [anon_sym_union] = ACTIONS(1394), + [anon_sym_if] = ACTIONS(1394), + [anon_sym_else] = ACTIONS(1394), + [anon_sym_switch] = ACTIONS(1394), + [anon_sym_case] = ACTIONS(1394), + [anon_sym_default] = ACTIONS(1394), + [anon_sym_while] = ACTIONS(1394), + [anon_sym_do] = ACTIONS(1394), + [anon_sym_for] = ACTIONS(1394), + [anon_sym_return] = ACTIONS(1394), + [anon_sym_break] = ACTIONS(1394), + [anon_sym_continue] = ACTIONS(1394), + [anon_sym_goto] = ACTIONS(1394), + [anon_sym___try] = ACTIONS(1394), + [anon_sym___leave] = ACTIONS(1394), + [anon_sym_DASH_DASH] = ACTIONS(1396), + [anon_sym_PLUS_PLUS] = ACTIONS(1396), + [anon_sym_sizeof] = ACTIONS(1394), + [anon_sym___alignof__] = ACTIONS(1394), + [anon_sym___alignof] = ACTIONS(1394), + [anon_sym__alignof] = ACTIONS(1394), + [anon_sym_alignof] = ACTIONS(1394), + [anon_sym__Alignof] = ACTIONS(1394), + [anon_sym_offsetof] = ACTIONS(1394), + [anon_sym__Generic] = ACTIONS(1394), + [anon_sym_asm] = ACTIONS(1394), + [anon_sym___asm__] = ACTIONS(1394), + [sym_number_literal] = ACTIONS(1396), + [anon_sym_L_SQUOTE] = ACTIONS(1396), + [anon_sym_u_SQUOTE] = ACTIONS(1396), + [anon_sym_U_SQUOTE] = ACTIONS(1396), + [anon_sym_u8_SQUOTE] = ACTIONS(1396), + [anon_sym_SQUOTE] = ACTIONS(1396), + [anon_sym_L_DQUOTE] = ACTIONS(1396), + [anon_sym_u_DQUOTE] = ACTIONS(1396), + [anon_sym_U_DQUOTE] = ACTIONS(1396), + [anon_sym_u8_DQUOTE] = ACTIONS(1396), + [anon_sym_DQUOTE] = ACTIONS(1396), + [sym_true] = ACTIONS(1394), + [sym_false] = ACTIONS(1394), + [anon_sym_NULL] = ACTIONS(1394), + [anon_sym_nullptr] = ACTIONS(1394), [sym_comment] = ACTIONS(3), }, - [295] = { - [sym_identifier] = ACTIONS(1346), - [aux_sym_preproc_include_token1] = ACTIONS(1346), - [aux_sym_preproc_def_token1] = ACTIONS(1346), - [aux_sym_preproc_if_token1] = ACTIONS(1346), - [aux_sym_preproc_if_token2] = ACTIONS(1346), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1346), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1346), - [sym_preproc_directive] = ACTIONS(1346), - [anon_sym_LPAREN2] = ACTIONS(1348), - [anon_sym_BANG] = ACTIONS(1348), - [anon_sym_TILDE] = ACTIONS(1348), - [anon_sym_DASH] = ACTIONS(1346), - [anon_sym_PLUS] = ACTIONS(1346), - [anon_sym_STAR] = ACTIONS(1348), - [anon_sym_AMP] = ACTIONS(1348), - [anon_sym_SEMI] = ACTIONS(1348), - [anon_sym___extension__] = ACTIONS(1346), - [anon_sym_typedef] = ACTIONS(1346), - [anon_sym_extern] = ACTIONS(1346), - [anon_sym___attribute__] = ACTIONS(1346), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1348), - [anon_sym___declspec] = ACTIONS(1346), - [anon_sym___cdecl] = ACTIONS(1346), - [anon_sym___clrcall] = ACTIONS(1346), - [anon_sym___stdcall] = ACTIONS(1346), - [anon_sym___fastcall] = ACTIONS(1346), - [anon_sym___thiscall] = ACTIONS(1346), - [anon_sym___vectorcall] = ACTIONS(1346), - [anon_sym_LBRACE] = ACTIONS(1348), - [anon_sym_signed] = ACTIONS(1346), - [anon_sym_unsigned] = ACTIONS(1346), - [anon_sym_long] = ACTIONS(1346), - [anon_sym_short] = ACTIONS(1346), - [anon_sym_static] = ACTIONS(1346), - [anon_sym_auto] = ACTIONS(1346), - [anon_sym_register] = ACTIONS(1346), - [anon_sym_inline] = ACTIONS(1346), - [anon_sym___inline] = ACTIONS(1346), - [anon_sym___inline__] = ACTIONS(1346), - [anon_sym___forceinline] = ACTIONS(1346), - [anon_sym_thread_local] = ACTIONS(1346), - [anon_sym___thread] = ACTIONS(1346), - [anon_sym_const] = ACTIONS(1346), - [anon_sym_constexpr] = ACTIONS(1346), - [anon_sym_volatile] = ACTIONS(1346), - [anon_sym_restrict] = ACTIONS(1346), - [anon_sym___restrict__] = ACTIONS(1346), - [anon_sym__Atomic] = ACTIONS(1346), - [anon_sym__Noreturn] = ACTIONS(1346), - [anon_sym_noreturn] = ACTIONS(1346), - [sym_primitive_type] = ACTIONS(1346), - [anon_sym_enum] = ACTIONS(1346), - [anon_sym_struct] = ACTIONS(1346), - [anon_sym_union] = ACTIONS(1346), - [anon_sym_if] = ACTIONS(1346), - [anon_sym_else] = ACTIONS(1346), - [anon_sym_switch] = ACTIONS(1346), - [anon_sym_case] = ACTIONS(1346), - [anon_sym_default] = ACTIONS(1346), - [anon_sym_while] = ACTIONS(1346), - [anon_sym_do] = ACTIONS(1346), - [anon_sym_for] = ACTIONS(1346), - [anon_sym_return] = ACTIONS(1346), - [anon_sym_break] = ACTIONS(1346), - [anon_sym_continue] = ACTIONS(1346), - [anon_sym_goto] = ACTIONS(1346), - [anon_sym___try] = ACTIONS(1346), - [anon_sym___leave] = ACTIONS(1346), - [anon_sym_DASH_DASH] = ACTIONS(1348), - [anon_sym_PLUS_PLUS] = ACTIONS(1348), - [anon_sym_sizeof] = ACTIONS(1346), - [anon_sym___alignof__] = ACTIONS(1346), - [anon_sym___alignof] = ACTIONS(1346), - [anon_sym__alignof] = ACTIONS(1346), - [anon_sym_alignof] = ACTIONS(1346), - [anon_sym__Alignof] = ACTIONS(1346), - [anon_sym_offsetof] = ACTIONS(1346), - [anon_sym__Generic] = ACTIONS(1346), - [anon_sym_asm] = ACTIONS(1346), - [anon_sym___asm__] = ACTIONS(1346), - [sym_number_literal] = ACTIONS(1348), - [anon_sym_L_SQUOTE] = ACTIONS(1348), - [anon_sym_u_SQUOTE] = ACTIONS(1348), - [anon_sym_U_SQUOTE] = ACTIONS(1348), - [anon_sym_u8_SQUOTE] = ACTIONS(1348), - [anon_sym_SQUOTE] = ACTIONS(1348), - [anon_sym_L_DQUOTE] = ACTIONS(1348), - [anon_sym_u_DQUOTE] = ACTIONS(1348), - [anon_sym_U_DQUOTE] = ACTIONS(1348), - [anon_sym_u8_DQUOTE] = ACTIONS(1348), - [anon_sym_DQUOTE] = ACTIONS(1348), - [sym_true] = ACTIONS(1346), - [sym_false] = ACTIONS(1346), - [anon_sym_NULL] = ACTIONS(1346), - [anon_sym_nullptr] = ACTIONS(1346), + [293] = { + [sym_identifier] = ACTIONS(1390), + [aux_sym_preproc_include_token1] = ACTIONS(1390), + [aux_sym_preproc_def_token1] = ACTIONS(1390), + [aux_sym_preproc_if_token1] = ACTIONS(1390), + [aux_sym_preproc_if_token2] = ACTIONS(1390), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1390), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1390), + [sym_preproc_directive] = ACTIONS(1390), + [anon_sym_LPAREN2] = ACTIONS(1392), + [anon_sym_BANG] = ACTIONS(1392), + [anon_sym_TILDE] = ACTIONS(1392), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_AMP] = ACTIONS(1392), + [anon_sym_SEMI] = ACTIONS(1392), + [anon_sym___extension__] = ACTIONS(1390), + [anon_sym_typedef] = ACTIONS(1390), + [anon_sym_extern] = ACTIONS(1390), + [anon_sym___attribute__] = ACTIONS(1390), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1392), + [anon_sym___declspec] = ACTIONS(1390), + [anon_sym___cdecl] = ACTIONS(1390), + [anon_sym___clrcall] = ACTIONS(1390), + [anon_sym___stdcall] = ACTIONS(1390), + [anon_sym___fastcall] = ACTIONS(1390), + [anon_sym___thiscall] = ACTIONS(1390), + [anon_sym___vectorcall] = ACTIONS(1390), + [anon_sym_LBRACE] = ACTIONS(1392), + [anon_sym_signed] = ACTIONS(1390), + [anon_sym_unsigned] = ACTIONS(1390), + [anon_sym_long] = ACTIONS(1390), + [anon_sym_short] = ACTIONS(1390), + [anon_sym_static] = ACTIONS(1390), + [anon_sym_auto] = ACTIONS(1390), + [anon_sym_register] = ACTIONS(1390), + [anon_sym_inline] = ACTIONS(1390), + [anon_sym___inline] = ACTIONS(1390), + [anon_sym___inline__] = ACTIONS(1390), + [anon_sym___forceinline] = ACTIONS(1390), + [anon_sym_thread_local] = ACTIONS(1390), + [anon_sym___thread] = ACTIONS(1390), + [anon_sym_const] = ACTIONS(1390), + [anon_sym_constexpr] = ACTIONS(1390), + [anon_sym_volatile] = ACTIONS(1390), + [anon_sym_restrict] = ACTIONS(1390), + [anon_sym___restrict__] = ACTIONS(1390), + [anon_sym__Atomic] = ACTIONS(1390), + [anon_sym__Noreturn] = ACTIONS(1390), + [anon_sym_noreturn] = ACTIONS(1390), + [sym_primitive_type] = ACTIONS(1390), + [anon_sym_enum] = ACTIONS(1390), + [anon_sym_struct] = ACTIONS(1390), + [anon_sym_union] = ACTIONS(1390), + [anon_sym_if] = ACTIONS(1390), + [anon_sym_else] = ACTIONS(1390), + [anon_sym_switch] = ACTIONS(1390), + [anon_sym_case] = ACTIONS(1390), + [anon_sym_default] = ACTIONS(1390), + [anon_sym_while] = ACTIONS(1390), + [anon_sym_do] = ACTIONS(1390), + [anon_sym_for] = ACTIONS(1390), + [anon_sym_return] = ACTIONS(1390), + [anon_sym_break] = ACTIONS(1390), + [anon_sym_continue] = ACTIONS(1390), + [anon_sym_goto] = ACTIONS(1390), + [anon_sym___try] = ACTIONS(1390), + [anon_sym___leave] = ACTIONS(1390), + [anon_sym_DASH_DASH] = ACTIONS(1392), + [anon_sym_PLUS_PLUS] = ACTIONS(1392), + [anon_sym_sizeof] = ACTIONS(1390), + [anon_sym___alignof__] = ACTIONS(1390), + [anon_sym___alignof] = ACTIONS(1390), + [anon_sym__alignof] = ACTIONS(1390), + [anon_sym_alignof] = ACTIONS(1390), + [anon_sym__Alignof] = ACTIONS(1390), + [anon_sym_offsetof] = ACTIONS(1390), + [anon_sym__Generic] = ACTIONS(1390), + [anon_sym_asm] = ACTIONS(1390), + [anon_sym___asm__] = ACTIONS(1390), + [sym_number_literal] = ACTIONS(1392), + [anon_sym_L_SQUOTE] = ACTIONS(1392), + [anon_sym_u_SQUOTE] = ACTIONS(1392), + [anon_sym_U_SQUOTE] = ACTIONS(1392), + [anon_sym_u8_SQUOTE] = ACTIONS(1392), + [anon_sym_SQUOTE] = ACTIONS(1392), + [anon_sym_L_DQUOTE] = ACTIONS(1392), + [anon_sym_u_DQUOTE] = ACTIONS(1392), + [anon_sym_U_DQUOTE] = ACTIONS(1392), + [anon_sym_u8_DQUOTE] = ACTIONS(1392), + [anon_sym_DQUOTE] = ACTIONS(1392), + [sym_true] = ACTIONS(1390), + [sym_false] = ACTIONS(1390), + [anon_sym_NULL] = ACTIONS(1390), + [anon_sym_nullptr] = ACTIONS(1390), [sym_comment] = ACTIONS(3), }, - [296] = { + [294] = { [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), [aux_sym_preproc_def_token1] = ACTIONS(1310), @@ -50445,203 +50240,105 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [297] = { - [ts_builtin_sym_end] = ACTIONS(1300), - [sym_identifier] = ACTIONS(1298), - [aux_sym_preproc_include_token1] = ACTIONS(1298), - [aux_sym_preproc_def_token1] = ACTIONS(1298), - [aux_sym_preproc_if_token1] = ACTIONS(1298), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1298), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1298), - [sym_preproc_directive] = ACTIONS(1298), - [anon_sym_LPAREN2] = ACTIONS(1300), - [anon_sym_BANG] = ACTIONS(1300), - [anon_sym_TILDE] = ACTIONS(1300), - [anon_sym_DASH] = ACTIONS(1298), - [anon_sym_PLUS] = ACTIONS(1298), - [anon_sym_STAR] = ACTIONS(1300), - [anon_sym_AMP] = ACTIONS(1300), - [anon_sym_SEMI] = ACTIONS(1300), - [anon_sym___extension__] = ACTIONS(1298), - [anon_sym_typedef] = ACTIONS(1298), - [anon_sym_extern] = ACTIONS(1298), - [anon_sym___attribute__] = ACTIONS(1298), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1300), - [anon_sym___declspec] = ACTIONS(1298), - [anon_sym___cdecl] = ACTIONS(1298), - [anon_sym___clrcall] = ACTIONS(1298), - [anon_sym___stdcall] = ACTIONS(1298), - [anon_sym___fastcall] = ACTIONS(1298), - [anon_sym___thiscall] = ACTIONS(1298), - [anon_sym___vectorcall] = ACTIONS(1298), - [anon_sym_LBRACE] = ACTIONS(1300), - [anon_sym_signed] = ACTIONS(1298), - [anon_sym_unsigned] = ACTIONS(1298), - [anon_sym_long] = ACTIONS(1298), - [anon_sym_short] = ACTIONS(1298), - [anon_sym_static] = ACTIONS(1298), - [anon_sym_auto] = ACTIONS(1298), - [anon_sym_register] = ACTIONS(1298), - [anon_sym_inline] = ACTIONS(1298), - [anon_sym___inline] = ACTIONS(1298), - [anon_sym___inline__] = ACTIONS(1298), - [anon_sym___forceinline] = ACTIONS(1298), - [anon_sym_thread_local] = ACTIONS(1298), - [anon_sym___thread] = ACTIONS(1298), - [anon_sym_const] = ACTIONS(1298), - [anon_sym_constexpr] = ACTIONS(1298), - [anon_sym_volatile] = ACTIONS(1298), - [anon_sym_restrict] = ACTIONS(1298), - [anon_sym___restrict__] = ACTIONS(1298), - [anon_sym__Atomic] = ACTIONS(1298), - [anon_sym__Noreturn] = ACTIONS(1298), - [anon_sym_noreturn] = ACTIONS(1298), - [sym_primitive_type] = ACTIONS(1298), - [anon_sym_enum] = ACTIONS(1298), - [anon_sym_struct] = ACTIONS(1298), - [anon_sym_union] = ACTIONS(1298), - [anon_sym_if] = ACTIONS(1298), - [anon_sym_else] = ACTIONS(1298), - [anon_sym_switch] = ACTIONS(1298), - [anon_sym_case] = ACTIONS(1298), - [anon_sym_default] = ACTIONS(1298), - [anon_sym_while] = ACTIONS(1298), - [anon_sym_do] = ACTIONS(1298), - [anon_sym_for] = ACTIONS(1298), - [anon_sym_return] = ACTIONS(1298), - [anon_sym_break] = ACTIONS(1298), - [anon_sym_continue] = ACTIONS(1298), - [anon_sym_goto] = ACTIONS(1298), - [anon_sym___try] = ACTIONS(1298), - [anon_sym___leave] = ACTIONS(1298), - [anon_sym_DASH_DASH] = ACTIONS(1300), - [anon_sym_PLUS_PLUS] = ACTIONS(1300), - [anon_sym_sizeof] = ACTIONS(1298), - [anon_sym___alignof__] = ACTIONS(1298), - [anon_sym___alignof] = ACTIONS(1298), - [anon_sym__alignof] = ACTIONS(1298), - [anon_sym_alignof] = ACTIONS(1298), - [anon_sym__Alignof] = ACTIONS(1298), - [anon_sym_offsetof] = ACTIONS(1298), - [anon_sym__Generic] = ACTIONS(1298), - [anon_sym_asm] = ACTIONS(1298), - [anon_sym___asm__] = ACTIONS(1298), - [sym_number_literal] = ACTIONS(1300), - [anon_sym_L_SQUOTE] = ACTIONS(1300), - [anon_sym_u_SQUOTE] = ACTIONS(1300), - [anon_sym_U_SQUOTE] = ACTIONS(1300), - [anon_sym_u8_SQUOTE] = ACTIONS(1300), - [anon_sym_SQUOTE] = ACTIONS(1300), - [anon_sym_L_DQUOTE] = ACTIONS(1300), - [anon_sym_u_DQUOTE] = ACTIONS(1300), - [anon_sym_U_DQUOTE] = ACTIONS(1300), - [anon_sym_u8_DQUOTE] = ACTIONS(1300), - [anon_sym_DQUOTE] = ACTIONS(1300), - [sym_true] = ACTIONS(1298), - [sym_false] = ACTIONS(1298), - [anon_sym_NULL] = ACTIONS(1298), - [anon_sym_nullptr] = ACTIONS(1298), - [sym_comment] = ACTIONS(3), - }, - [298] = { - [sym_identifier] = ACTIONS(1322), - [aux_sym_preproc_include_token1] = ACTIONS(1322), - [aux_sym_preproc_def_token1] = ACTIONS(1322), - [aux_sym_preproc_if_token1] = ACTIONS(1322), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1322), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1322), - [sym_preproc_directive] = ACTIONS(1322), - [anon_sym_LPAREN2] = ACTIONS(1324), - [anon_sym_BANG] = ACTIONS(1324), - [anon_sym_TILDE] = ACTIONS(1324), - [anon_sym_DASH] = ACTIONS(1322), - [anon_sym_PLUS] = ACTIONS(1322), - [anon_sym_STAR] = ACTIONS(1324), - [anon_sym_AMP] = ACTIONS(1324), - [anon_sym_SEMI] = ACTIONS(1324), - [anon_sym___extension__] = ACTIONS(1322), - [anon_sym_typedef] = ACTIONS(1322), - [anon_sym_extern] = ACTIONS(1322), - [anon_sym___attribute__] = ACTIONS(1322), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1324), - [anon_sym___declspec] = ACTIONS(1322), - [anon_sym___cdecl] = ACTIONS(1322), - [anon_sym___clrcall] = ACTIONS(1322), - [anon_sym___stdcall] = ACTIONS(1322), - [anon_sym___fastcall] = ACTIONS(1322), - [anon_sym___thiscall] = ACTIONS(1322), - [anon_sym___vectorcall] = ACTIONS(1322), - [anon_sym_LBRACE] = ACTIONS(1324), - [anon_sym_RBRACE] = ACTIONS(1324), - [anon_sym_signed] = ACTIONS(1322), - [anon_sym_unsigned] = ACTIONS(1322), - [anon_sym_long] = ACTIONS(1322), - [anon_sym_short] = ACTIONS(1322), - [anon_sym_static] = ACTIONS(1322), - [anon_sym_auto] = ACTIONS(1322), - [anon_sym_register] = ACTIONS(1322), - [anon_sym_inline] = ACTIONS(1322), - [anon_sym___inline] = ACTIONS(1322), - [anon_sym___inline__] = ACTIONS(1322), - [anon_sym___forceinline] = ACTIONS(1322), - [anon_sym_thread_local] = ACTIONS(1322), - [anon_sym___thread] = ACTIONS(1322), - [anon_sym_const] = ACTIONS(1322), - [anon_sym_constexpr] = ACTIONS(1322), - [anon_sym_volatile] = ACTIONS(1322), - [anon_sym_restrict] = ACTIONS(1322), - [anon_sym___restrict__] = ACTIONS(1322), - [anon_sym__Atomic] = ACTIONS(1322), - [anon_sym__Noreturn] = ACTIONS(1322), - [anon_sym_noreturn] = ACTIONS(1322), - [sym_primitive_type] = ACTIONS(1322), - [anon_sym_enum] = ACTIONS(1322), - [anon_sym_struct] = ACTIONS(1322), - [anon_sym_union] = ACTIONS(1322), - [anon_sym_if] = ACTIONS(1322), - [anon_sym_else] = ACTIONS(1322), - [anon_sym_switch] = ACTIONS(1322), - [anon_sym_case] = ACTIONS(1322), - [anon_sym_default] = ACTIONS(1322), - [anon_sym_while] = ACTIONS(1322), - [anon_sym_do] = ACTIONS(1322), - [anon_sym_for] = ACTIONS(1322), - [anon_sym_return] = ACTIONS(1322), - [anon_sym_break] = ACTIONS(1322), - [anon_sym_continue] = ACTIONS(1322), - [anon_sym_goto] = ACTIONS(1322), - [anon_sym___try] = ACTIONS(1322), - [anon_sym___leave] = ACTIONS(1322), - [anon_sym_DASH_DASH] = ACTIONS(1324), - [anon_sym_PLUS_PLUS] = ACTIONS(1324), - [anon_sym_sizeof] = ACTIONS(1322), - [anon_sym___alignof__] = ACTIONS(1322), - [anon_sym___alignof] = ACTIONS(1322), - [anon_sym__alignof] = ACTIONS(1322), - [anon_sym_alignof] = ACTIONS(1322), - [anon_sym__Alignof] = ACTIONS(1322), - [anon_sym_offsetof] = ACTIONS(1322), - [anon_sym__Generic] = ACTIONS(1322), - [anon_sym_asm] = ACTIONS(1322), - [anon_sym___asm__] = ACTIONS(1322), - [sym_number_literal] = ACTIONS(1324), - [anon_sym_L_SQUOTE] = ACTIONS(1324), - [anon_sym_u_SQUOTE] = ACTIONS(1324), - [anon_sym_U_SQUOTE] = ACTIONS(1324), - [anon_sym_u8_SQUOTE] = ACTIONS(1324), - [anon_sym_SQUOTE] = ACTIONS(1324), - [anon_sym_L_DQUOTE] = ACTIONS(1324), - [anon_sym_u_DQUOTE] = ACTIONS(1324), - [anon_sym_U_DQUOTE] = ACTIONS(1324), - [anon_sym_u8_DQUOTE] = ACTIONS(1324), - [anon_sym_DQUOTE] = ACTIONS(1324), - [sym_true] = ACTIONS(1322), - [sym_false] = ACTIONS(1322), - [anon_sym_NULL] = ACTIONS(1322), - [anon_sym_nullptr] = ACTIONS(1322), + [295] = { + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token2] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym___try] = ACTIONS(1350), + [anon_sym___leave] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), [sym_comment] = ACTIONS(3), }, - [299] = { + [296] = { [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), [aux_sym_preproc_def_token1] = ACTIONS(1310), @@ -50739,109 +50436,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [300] = { - [ts_builtin_sym_end] = ACTIONS(1328), - [sym_identifier] = ACTIONS(1326), - [aux_sym_preproc_include_token1] = ACTIONS(1326), - [aux_sym_preproc_def_token1] = ACTIONS(1326), - [aux_sym_preproc_if_token1] = ACTIONS(1326), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1326), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1326), - [sym_preproc_directive] = ACTIONS(1326), - [anon_sym_LPAREN2] = ACTIONS(1328), - [anon_sym_BANG] = ACTIONS(1328), - [anon_sym_TILDE] = ACTIONS(1328), - [anon_sym_DASH] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1326), - [anon_sym_STAR] = ACTIONS(1328), - [anon_sym_AMP] = ACTIONS(1328), - [anon_sym_SEMI] = ACTIONS(1328), - [anon_sym___extension__] = ACTIONS(1326), - [anon_sym_typedef] = ACTIONS(1326), - [anon_sym_extern] = ACTIONS(1326), - [anon_sym___attribute__] = ACTIONS(1326), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1328), - [anon_sym___declspec] = ACTIONS(1326), - [anon_sym___cdecl] = ACTIONS(1326), - [anon_sym___clrcall] = ACTIONS(1326), - [anon_sym___stdcall] = ACTIONS(1326), - [anon_sym___fastcall] = ACTIONS(1326), - [anon_sym___thiscall] = ACTIONS(1326), - [anon_sym___vectorcall] = ACTIONS(1326), - [anon_sym_LBRACE] = ACTIONS(1328), - [anon_sym_signed] = ACTIONS(1326), - [anon_sym_unsigned] = ACTIONS(1326), - [anon_sym_long] = ACTIONS(1326), - [anon_sym_short] = ACTIONS(1326), - [anon_sym_static] = ACTIONS(1326), - [anon_sym_auto] = ACTIONS(1326), - [anon_sym_register] = ACTIONS(1326), - [anon_sym_inline] = ACTIONS(1326), - [anon_sym___inline] = ACTIONS(1326), - [anon_sym___inline__] = ACTIONS(1326), - [anon_sym___forceinline] = ACTIONS(1326), - [anon_sym_thread_local] = ACTIONS(1326), - [anon_sym___thread] = ACTIONS(1326), - [anon_sym_const] = ACTIONS(1326), - [anon_sym_constexpr] = ACTIONS(1326), - [anon_sym_volatile] = ACTIONS(1326), - [anon_sym_restrict] = ACTIONS(1326), - [anon_sym___restrict__] = ACTIONS(1326), - [anon_sym__Atomic] = ACTIONS(1326), - [anon_sym__Noreturn] = ACTIONS(1326), - [anon_sym_noreturn] = ACTIONS(1326), - [sym_primitive_type] = ACTIONS(1326), - [anon_sym_enum] = ACTIONS(1326), - [anon_sym_struct] = ACTIONS(1326), - [anon_sym_union] = ACTIONS(1326), - [anon_sym_if] = ACTIONS(1326), - [anon_sym_else] = ACTIONS(1326), - [anon_sym_switch] = ACTIONS(1326), - [anon_sym_case] = ACTIONS(1326), - [anon_sym_default] = ACTIONS(1326), - [anon_sym_while] = ACTIONS(1326), - [anon_sym_do] = ACTIONS(1326), - [anon_sym_for] = ACTIONS(1326), - [anon_sym_return] = ACTIONS(1326), - [anon_sym_break] = ACTIONS(1326), - [anon_sym_continue] = ACTIONS(1326), - [anon_sym_goto] = ACTIONS(1326), - [anon_sym___try] = ACTIONS(1326), - [anon_sym___leave] = ACTIONS(1326), - [anon_sym_DASH_DASH] = ACTIONS(1328), - [anon_sym_PLUS_PLUS] = ACTIONS(1328), - [anon_sym_sizeof] = ACTIONS(1326), - [anon_sym___alignof__] = ACTIONS(1326), - [anon_sym___alignof] = ACTIONS(1326), - [anon_sym__alignof] = ACTIONS(1326), - [anon_sym_alignof] = ACTIONS(1326), - [anon_sym__Alignof] = ACTIONS(1326), - [anon_sym_offsetof] = ACTIONS(1326), - [anon_sym__Generic] = ACTIONS(1326), - [anon_sym_asm] = ACTIONS(1326), - [anon_sym___asm__] = ACTIONS(1326), - [sym_number_literal] = ACTIONS(1328), - [anon_sym_L_SQUOTE] = ACTIONS(1328), - [anon_sym_u_SQUOTE] = ACTIONS(1328), - [anon_sym_U_SQUOTE] = ACTIONS(1328), - [anon_sym_u8_SQUOTE] = ACTIONS(1328), - [anon_sym_SQUOTE] = ACTIONS(1328), - [anon_sym_L_DQUOTE] = ACTIONS(1328), - [anon_sym_u_DQUOTE] = ACTIONS(1328), - [anon_sym_U_DQUOTE] = ACTIONS(1328), - [anon_sym_u8_DQUOTE] = ACTIONS(1328), - [anon_sym_DQUOTE] = ACTIONS(1328), - [sym_true] = ACTIONS(1326), - [sym_false] = ACTIONS(1326), - [anon_sym_NULL] = ACTIONS(1326), - [anon_sym_nullptr] = ACTIONS(1326), - [sym_comment] = ACTIONS(3), - }, - [301] = { + [297] = { [sym_identifier] = ACTIONS(1382), [aux_sym_preproc_include_token1] = ACTIONS(1382), [aux_sym_preproc_def_token1] = ACTIONS(1382), [aux_sym_preproc_if_token1] = ACTIONS(1382), + [aux_sym_preproc_if_token2] = ACTIONS(1382), [aux_sym_preproc_ifdef_token1] = ACTIONS(1382), [aux_sym_preproc_ifdef_token2] = ACTIONS(1382), [sym_preproc_directive] = ACTIONS(1382), @@ -50866,7 +50466,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1382), [anon_sym___vectorcall] = ACTIONS(1382), [anon_sym_LBRACE] = ACTIONS(1384), - [anon_sym_RBRACE] = ACTIONS(1384), [anon_sym_signed] = ACTIONS(1382), [anon_sym_unsigned] = ACTIONS(1382), [anon_sym_long] = ACTIONS(1382), @@ -50935,7 +50534,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1382), [sym_comment] = ACTIONS(3), }, - [302] = { + [298] = { [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), [aux_sym_preproc_def_token1] = ACTIONS(1310), @@ -51033,7 +50632,301 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [303] = { + [299] = { + [sym_identifier] = ACTIONS(1378), + [aux_sym_preproc_include_token1] = ACTIONS(1378), + [aux_sym_preproc_def_token1] = ACTIONS(1378), + [aux_sym_preproc_if_token1] = ACTIONS(1378), + [aux_sym_preproc_if_token2] = ACTIONS(1378), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1378), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1378), + [sym_preproc_directive] = ACTIONS(1378), + [anon_sym_LPAREN2] = ACTIONS(1380), + [anon_sym_BANG] = ACTIONS(1380), + [anon_sym_TILDE] = ACTIONS(1380), + [anon_sym_DASH] = ACTIONS(1378), + [anon_sym_PLUS] = ACTIONS(1378), + [anon_sym_STAR] = ACTIONS(1380), + [anon_sym_AMP] = ACTIONS(1380), + [anon_sym_SEMI] = ACTIONS(1380), + [anon_sym___extension__] = ACTIONS(1378), + [anon_sym_typedef] = ACTIONS(1378), + [anon_sym_extern] = ACTIONS(1378), + [anon_sym___attribute__] = ACTIONS(1378), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1380), + [anon_sym___declspec] = ACTIONS(1378), + [anon_sym___cdecl] = ACTIONS(1378), + [anon_sym___clrcall] = ACTIONS(1378), + [anon_sym___stdcall] = ACTIONS(1378), + [anon_sym___fastcall] = ACTIONS(1378), + [anon_sym___thiscall] = ACTIONS(1378), + [anon_sym___vectorcall] = ACTIONS(1378), + [anon_sym_LBRACE] = ACTIONS(1380), + [anon_sym_signed] = ACTIONS(1378), + [anon_sym_unsigned] = ACTIONS(1378), + [anon_sym_long] = ACTIONS(1378), + [anon_sym_short] = ACTIONS(1378), + [anon_sym_static] = ACTIONS(1378), + [anon_sym_auto] = ACTIONS(1378), + [anon_sym_register] = ACTIONS(1378), + [anon_sym_inline] = ACTIONS(1378), + [anon_sym___inline] = ACTIONS(1378), + [anon_sym___inline__] = ACTIONS(1378), + [anon_sym___forceinline] = ACTIONS(1378), + [anon_sym_thread_local] = ACTIONS(1378), + [anon_sym___thread] = ACTIONS(1378), + [anon_sym_const] = ACTIONS(1378), + [anon_sym_constexpr] = ACTIONS(1378), + [anon_sym_volatile] = ACTIONS(1378), + [anon_sym_restrict] = ACTIONS(1378), + [anon_sym___restrict__] = ACTIONS(1378), + [anon_sym__Atomic] = ACTIONS(1378), + [anon_sym__Noreturn] = ACTIONS(1378), + [anon_sym_noreturn] = ACTIONS(1378), + [sym_primitive_type] = ACTIONS(1378), + [anon_sym_enum] = ACTIONS(1378), + [anon_sym_struct] = ACTIONS(1378), + [anon_sym_union] = ACTIONS(1378), + [anon_sym_if] = ACTIONS(1378), + [anon_sym_else] = ACTIONS(1378), + [anon_sym_switch] = ACTIONS(1378), + [anon_sym_case] = ACTIONS(1378), + [anon_sym_default] = ACTIONS(1378), + [anon_sym_while] = ACTIONS(1378), + [anon_sym_do] = ACTIONS(1378), + [anon_sym_for] = ACTIONS(1378), + [anon_sym_return] = ACTIONS(1378), + [anon_sym_break] = ACTIONS(1378), + [anon_sym_continue] = ACTIONS(1378), + [anon_sym_goto] = ACTIONS(1378), + [anon_sym___try] = ACTIONS(1378), + [anon_sym___leave] = ACTIONS(1378), + [anon_sym_DASH_DASH] = ACTIONS(1380), + [anon_sym_PLUS_PLUS] = ACTIONS(1380), + [anon_sym_sizeof] = ACTIONS(1378), + [anon_sym___alignof__] = ACTIONS(1378), + [anon_sym___alignof] = ACTIONS(1378), + [anon_sym__alignof] = ACTIONS(1378), + [anon_sym_alignof] = ACTIONS(1378), + [anon_sym__Alignof] = ACTIONS(1378), + [anon_sym_offsetof] = ACTIONS(1378), + [anon_sym__Generic] = ACTIONS(1378), + [anon_sym_asm] = ACTIONS(1378), + [anon_sym___asm__] = ACTIONS(1378), + [sym_number_literal] = ACTIONS(1380), + [anon_sym_L_SQUOTE] = ACTIONS(1380), + [anon_sym_u_SQUOTE] = ACTIONS(1380), + [anon_sym_U_SQUOTE] = ACTIONS(1380), + [anon_sym_u8_SQUOTE] = ACTIONS(1380), + [anon_sym_SQUOTE] = ACTIONS(1380), + [anon_sym_L_DQUOTE] = ACTIONS(1380), + [anon_sym_u_DQUOTE] = ACTIONS(1380), + [anon_sym_U_DQUOTE] = ACTIONS(1380), + [anon_sym_u8_DQUOTE] = ACTIONS(1380), + [anon_sym_DQUOTE] = ACTIONS(1380), + [sym_true] = ACTIONS(1378), + [sym_false] = ACTIONS(1378), + [anon_sym_NULL] = ACTIONS(1378), + [anon_sym_nullptr] = ACTIONS(1378), + [sym_comment] = ACTIONS(3), + }, + [300] = { + [sym_identifier] = ACTIONS(1322), + [aux_sym_preproc_include_token1] = ACTIONS(1322), + [aux_sym_preproc_def_token1] = ACTIONS(1322), + [aux_sym_preproc_if_token1] = ACTIONS(1322), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1322), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1322), + [sym_preproc_directive] = ACTIONS(1322), + [anon_sym_LPAREN2] = ACTIONS(1324), + [anon_sym_BANG] = ACTIONS(1324), + [anon_sym_TILDE] = ACTIONS(1324), + [anon_sym_DASH] = ACTIONS(1322), + [anon_sym_PLUS] = ACTIONS(1322), + [anon_sym_STAR] = ACTIONS(1324), + [anon_sym_AMP] = ACTIONS(1324), + [anon_sym_SEMI] = ACTIONS(1324), + [anon_sym___extension__] = ACTIONS(1322), + [anon_sym_typedef] = ACTIONS(1322), + [anon_sym_extern] = ACTIONS(1322), + [anon_sym___attribute__] = ACTIONS(1322), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1324), + [anon_sym___declspec] = ACTIONS(1322), + [anon_sym___cdecl] = ACTIONS(1322), + [anon_sym___clrcall] = ACTIONS(1322), + [anon_sym___stdcall] = ACTIONS(1322), + [anon_sym___fastcall] = ACTIONS(1322), + [anon_sym___thiscall] = ACTIONS(1322), + [anon_sym___vectorcall] = ACTIONS(1322), + [anon_sym_LBRACE] = ACTIONS(1324), + [anon_sym_RBRACE] = ACTIONS(1324), + [anon_sym_signed] = ACTIONS(1322), + [anon_sym_unsigned] = ACTIONS(1322), + [anon_sym_long] = ACTIONS(1322), + [anon_sym_short] = ACTIONS(1322), + [anon_sym_static] = ACTIONS(1322), + [anon_sym_auto] = ACTIONS(1322), + [anon_sym_register] = ACTIONS(1322), + [anon_sym_inline] = ACTIONS(1322), + [anon_sym___inline] = ACTIONS(1322), + [anon_sym___inline__] = ACTIONS(1322), + [anon_sym___forceinline] = ACTIONS(1322), + [anon_sym_thread_local] = ACTIONS(1322), + [anon_sym___thread] = ACTIONS(1322), + [anon_sym_const] = ACTIONS(1322), + [anon_sym_constexpr] = ACTIONS(1322), + [anon_sym_volatile] = ACTIONS(1322), + [anon_sym_restrict] = ACTIONS(1322), + [anon_sym___restrict__] = ACTIONS(1322), + [anon_sym__Atomic] = ACTIONS(1322), + [anon_sym__Noreturn] = ACTIONS(1322), + [anon_sym_noreturn] = ACTIONS(1322), + [sym_primitive_type] = ACTIONS(1322), + [anon_sym_enum] = ACTIONS(1322), + [anon_sym_struct] = ACTIONS(1322), + [anon_sym_union] = ACTIONS(1322), + [anon_sym_if] = ACTIONS(1322), + [anon_sym_else] = ACTIONS(1322), + [anon_sym_switch] = ACTIONS(1322), + [anon_sym_case] = ACTIONS(1322), + [anon_sym_default] = ACTIONS(1322), + [anon_sym_while] = ACTIONS(1322), + [anon_sym_do] = ACTIONS(1322), + [anon_sym_for] = ACTIONS(1322), + [anon_sym_return] = ACTIONS(1322), + [anon_sym_break] = ACTIONS(1322), + [anon_sym_continue] = ACTIONS(1322), + [anon_sym_goto] = ACTIONS(1322), + [anon_sym___try] = ACTIONS(1322), + [anon_sym___leave] = ACTIONS(1322), + [anon_sym_DASH_DASH] = ACTIONS(1324), + [anon_sym_PLUS_PLUS] = ACTIONS(1324), + [anon_sym_sizeof] = ACTIONS(1322), + [anon_sym___alignof__] = ACTIONS(1322), + [anon_sym___alignof] = ACTIONS(1322), + [anon_sym__alignof] = ACTIONS(1322), + [anon_sym_alignof] = ACTIONS(1322), + [anon_sym__Alignof] = ACTIONS(1322), + [anon_sym_offsetof] = ACTIONS(1322), + [anon_sym__Generic] = ACTIONS(1322), + [anon_sym_asm] = ACTIONS(1322), + [anon_sym___asm__] = ACTIONS(1322), + [sym_number_literal] = ACTIONS(1324), + [anon_sym_L_SQUOTE] = ACTIONS(1324), + [anon_sym_u_SQUOTE] = ACTIONS(1324), + [anon_sym_U_SQUOTE] = ACTIONS(1324), + [anon_sym_u8_SQUOTE] = ACTIONS(1324), + [anon_sym_SQUOTE] = ACTIONS(1324), + [anon_sym_L_DQUOTE] = ACTIONS(1324), + [anon_sym_u_DQUOTE] = ACTIONS(1324), + [anon_sym_U_DQUOTE] = ACTIONS(1324), + [anon_sym_u8_DQUOTE] = ACTIONS(1324), + [anon_sym_DQUOTE] = ACTIONS(1324), + [sym_true] = ACTIONS(1322), + [sym_false] = ACTIONS(1322), + [anon_sym_NULL] = ACTIONS(1322), + [anon_sym_nullptr] = ACTIONS(1322), + [sym_comment] = ACTIONS(3), + }, + [301] = { + [ts_builtin_sym_end] = ACTIONS(1348), + [sym_identifier] = ACTIONS(1346), + [aux_sym_preproc_include_token1] = ACTIONS(1346), + [aux_sym_preproc_def_token1] = ACTIONS(1346), + [aux_sym_preproc_if_token1] = ACTIONS(1346), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1346), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1346), + [sym_preproc_directive] = ACTIONS(1346), + [anon_sym_LPAREN2] = ACTIONS(1348), + [anon_sym_BANG] = ACTIONS(1348), + [anon_sym_TILDE] = ACTIONS(1348), + [anon_sym_DASH] = ACTIONS(1346), + [anon_sym_PLUS] = ACTIONS(1346), + [anon_sym_STAR] = ACTIONS(1348), + [anon_sym_AMP] = ACTIONS(1348), + [anon_sym_SEMI] = ACTIONS(1348), + [anon_sym___extension__] = ACTIONS(1346), + [anon_sym_typedef] = ACTIONS(1346), + [anon_sym_extern] = ACTIONS(1346), + [anon_sym___attribute__] = ACTIONS(1346), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1348), + [anon_sym___declspec] = ACTIONS(1346), + [anon_sym___cdecl] = ACTIONS(1346), + [anon_sym___clrcall] = ACTIONS(1346), + [anon_sym___stdcall] = ACTIONS(1346), + [anon_sym___fastcall] = ACTIONS(1346), + [anon_sym___thiscall] = ACTIONS(1346), + [anon_sym___vectorcall] = ACTIONS(1346), + [anon_sym_LBRACE] = ACTIONS(1348), + [anon_sym_signed] = ACTIONS(1346), + [anon_sym_unsigned] = ACTIONS(1346), + [anon_sym_long] = ACTIONS(1346), + [anon_sym_short] = ACTIONS(1346), + [anon_sym_static] = ACTIONS(1346), + [anon_sym_auto] = ACTIONS(1346), + [anon_sym_register] = ACTIONS(1346), + [anon_sym_inline] = ACTIONS(1346), + [anon_sym___inline] = ACTIONS(1346), + [anon_sym___inline__] = ACTIONS(1346), + [anon_sym___forceinline] = ACTIONS(1346), + [anon_sym_thread_local] = ACTIONS(1346), + [anon_sym___thread] = ACTIONS(1346), + [anon_sym_const] = ACTIONS(1346), + [anon_sym_constexpr] = ACTIONS(1346), + [anon_sym_volatile] = ACTIONS(1346), + [anon_sym_restrict] = ACTIONS(1346), + [anon_sym___restrict__] = ACTIONS(1346), + [anon_sym__Atomic] = ACTIONS(1346), + [anon_sym__Noreturn] = ACTIONS(1346), + [anon_sym_noreturn] = ACTIONS(1346), + [sym_primitive_type] = ACTIONS(1346), + [anon_sym_enum] = ACTIONS(1346), + [anon_sym_struct] = ACTIONS(1346), + [anon_sym_union] = ACTIONS(1346), + [anon_sym_if] = ACTIONS(1346), + [anon_sym_else] = ACTIONS(1346), + [anon_sym_switch] = ACTIONS(1346), + [anon_sym_case] = ACTIONS(1346), + [anon_sym_default] = ACTIONS(1346), + [anon_sym_while] = ACTIONS(1346), + [anon_sym_do] = ACTIONS(1346), + [anon_sym_for] = ACTIONS(1346), + [anon_sym_return] = ACTIONS(1346), + [anon_sym_break] = ACTIONS(1346), + [anon_sym_continue] = ACTIONS(1346), + [anon_sym_goto] = ACTIONS(1346), + [anon_sym___try] = ACTIONS(1346), + [anon_sym___leave] = ACTIONS(1346), + [anon_sym_DASH_DASH] = ACTIONS(1348), + [anon_sym_PLUS_PLUS] = ACTIONS(1348), + [anon_sym_sizeof] = ACTIONS(1346), + [anon_sym___alignof__] = ACTIONS(1346), + [anon_sym___alignof] = ACTIONS(1346), + [anon_sym__alignof] = ACTIONS(1346), + [anon_sym_alignof] = ACTIONS(1346), + [anon_sym__Alignof] = ACTIONS(1346), + [anon_sym_offsetof] = ACTIONS(1346), + [anon_sym__Generic] = ACTIONS(1346), + [anon_sym_asm] = ACTIONS(1346), + [anon_sym___asm__] = ACTIONS(1346), + [sym_number_literal] = ACTIONS(1348), + [anon_sym_L_SQUOTE] = ACTIONS(1348), + [anon_sym_u_SQUOTE] = ACTIONS(1348), + [anon_sym_U_SQUOTE] = ACTIONS(1348), + [anon_sym_u8_SQUOTE] = ACTIONS(1348), + [anon_sym_SQUOTE] = ACTIONS(1348), + [anon_sym_L_DQUOTE] = ACTIONS(1348), + [anon_sym_u_DQUOTE] = ACTIONS(1348), + [anon_sym_U_DQUOTE] = ACTIONS(1348), + [anon_sym_u8_DQUOTE] = ACTIONS(1348), + [anon_sym_DQUOTE] = ACTIONS(1348), + [sym_true] = ACTIONS(1346), + [sym_false] = ACTIONS(1346), + [anon_sym_NULL] = ACTIONS(1346), + [anon_sym_nullptr] = ACTIONS(1346), + [sym_comment] = ACTIONS(3), + }, + [302] = { [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), [aux_sym_preproc_def_token1] = ACTIONS(1310), @@ -51131,105 +51024,105 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, + [303] = { + [ts_builtin_sym_end] = ACTIONS(1328), + [sym_identifier] = ACTIONS(1326), + [aux_sym_preproc_include_token1] = ACTIONS(1326), + [aux_sym_preproc_def_token1] = ACTIONS(1326), + [aux_sym_preproc_if_token1] = ACTIONS(1326), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1326), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1326), + [sym_preproc_directive] = ACTIONS(1326), + [anon_sym_LPAREN2] = ACTIONS(1328), + [anon_sym_BANG] = ACTIONS(1328), + [anon_sym_TILDE] = ACTIONS(1328), + [anon_sym_DASH] = ACTIONS(1326), + [anon_sym_PLUS] = ACTIONS(1326), + [anon_sym_STAR] = ACTIONS(1328), + [anon_sym_AMP] = ACTIONS(1328), + [anon_sym_SEMI] = ACTIONS(1328), + [anon_sym___extension__] = ACTIONS(1326), + [anon_sym_typedef] = ACTIONS(1326), + [anon_sym_extern] = ACTIONS(1326), + [anon_sym___attribute__] = ACTIONS(1326), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1328), + [anon_sym___declspec] = ACTIONS(1326), + [anon_sym___cdecl] = ACTIONS(1326), + [anon_sym___clrcall] = ACTIONS(1326), + [anon_sym___stdcall] = ACTIONS(1326), + [anon_sym___fastcall] = ACTIONS(1326), + [anon_sym___thiscall] = ACTIONS(1326), + [anon_sym___vectorcall] = ACTIONS(1326), + [anon_sym_LBRACE] = ACTIONS(1328), + [anon_sym_signed] = ACTIONS(1326), + [anon_sym_unsigned] = ACTIONS(1326), + [anon_sym_long] = ACTIONS(1326), + [anon_sym_short] = ACTIONS(1326), + [anon_sym_static] = ACTIONS(1326), + [anon_sym_auto] = ACTIONS(1326), + [anon_sym_register] = ACTIONS(1326), + [anon_sym_inline] = ACTIONS(1326), + [anon_sym___inline] = ACTIONS(1326), + [anon_sym___inline__] = ACTIONS(1326), + [anon_sym___forceinline] = ACTIONS(1326), + [anon_sym_thread_local] = ACTIONS(1326), + [anon_sym___thread] = ACTIONS(1326), + [anon_sym_const] = ACTIONS(1326), + [anon_sym_constexpr] = ACTIONS(1326), + [anon_sym_volatile] = ACTIONS(1326), + [anon_sym_restrict] = ACTIONS(1326), + [anon_sym___restrict__] = ACTIONS(1326), + [anon_sym__Atomic] = ACTIONS(1326), + [anon_sym__Noreturn] = ACTIONS(1326), + [anon_sym_noreturn] = ACTIONS(1326), + [sym_primitive_type] = ACTIONS(1326), + [anon_sym_enum] = ACTIONS(1326), + [anon_sym_struct] = ACTIONS(1326), + [anon_sym_union] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1326), + [anon_sym_else] = ACTIONS(1326), + [anon_sym_switch] = ACTIONS(1326), + [anon_sym_case] = ACTIONS(1326), + [anon_sym_default] = ACTIONS(1326), + [anon_sym_while] = ACTIONS(1326), + [anon_sym_do] = ACTIONS(1326), + [anon_sym_for] = ACTIONS(1326), + [anon_sym_return] = ACTIONS(1326), + [anon_sym_break] = ACTIONS(1326), + [anon_sym_continue] = ACTIONS(1326), + [anon_sym_goto] = ACTIONS(1326), + [anon_sym___try] = ACTIONS(1326), + [anon_sym___leave] = ACTIONS(1326), + [anon_sym_DASH_DASH] = ACTIONS(1328), + [anon_sym_PLUS_PLUS] = ACTIONS(1328), + [anon_sym_sizeof] = ACTIONS(1326), + [anon_sym___alignof__] = ACTIONS(1326), + [anon_sym___alignof] = ACTIONS(1326), + [anon_sym__alignof] = ACTIONS(1326), + [anon_sym_alignof] = ACTIONS(1326), + [anon_sym__Alignof] = ACTIONS(1326), + [anon_sym_offsetof] = ACTIONS(1326), + [anon_sym__Generic] = ACTIONS(1326), + [anon_sym_asm] = ACTIONS(1326), + [anon_sym___asm__] = ACTIONS(1326), + [sym_number_literal] = ACTIONS(1328), + [anon_sym_L_SQUOTE] = ACTIONS(1328), + [anon_sym_u_SQUOTE] = ACTIONS(1328), + [anon_sym_U_SQUOTE] = ACTIONS(1328), + [anon_sym_u8_SQUOTE] = ACTIONS(1328), + [anon_sym_SQUOTE] = ACTIONS(1328), + [anon_sym_L_DQUOTE] = ACTIONS(1328), + [anon_sym_u_DQUOTE] = ACTIONS(1328), + [anon_sym_U_DQUOTE] = ACTIONS(1328), + [anon_sym_u8_DQUOTE] = ACTIONS(1328), + [anon_sym_DQUOTE] = ACTIONS(1328), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [anon_sym_NULL] = ACTIONS(1326), + [anon_sym_nullptr] = ACTIONS(1326), + [sym_comment] = ACTIONS(3), + }, [304] = { - [sym_identifier] = ACTIONS(1386), - [aux_sym_preproc_include_token1] = ACTIONS(1386), - [aux_sym_preproc_def_token1] = ACTIONS(1386), - [aux_sym_preproc_if_token1] = ACTIONS(1386), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1386), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1386), - [sym_preproc_directive] = ACTIONS(1386), - [anon_sym_LPAREN2] = ACTIONS(1388), - [anon_sym_BANG] = ACTIONS(1388), - [anon_sym_TILDE] = ACTIONS(1388), - [anon_sym_DASH] = ACTIONS(1386), - [anon_sym_PLUS] = ACTIONS(1386), - [anon_sym_STAR] = ACTIONS(1388), - [anon_sym_AMP] = ACTIONS(1388), - [anon_sym_SEMI] = ACTIONS(1388), - [anon_sym___extension__] = ACTIONS(1386), - [anon_sym_typedef] = ACTIONS(1386), - [anon_sym_extern] = ACTIONS(1386), - [anon_sym___attribute__] = ACTIONS(1386), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1388), - [anon_sym___declspec] = ACTIONS(1386), - [anon_sym___cdecl] = ACTIONS(1386), - [anon_sym___clrcall] = ACTIONS(1386), - [anon_sym___stdcall] = ACTIONS(1386), - [anon_sym___fastcall] = ACTIONS(1386), - [anon_sym___thiscall] = ACTIONS(1386), - [anon_sym___vectorcall] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_RBRACE] = ACTIONS(1388), - [anon_sym_signed] = ACTIONS(1386), - [anon_sym_unsigned] = ACTIONS(1386), - [anon_sym_long] = ACTIONS(1386), - [anon_sym_short] = ACTIONS(1386), - [anon_sym_static] = ACTIONS(1386), - [anon_sym_auto] = ACTIONS(1386), - [anon_sym_register] = ACTIONS(1386), - [anon_sym_inline] = ACTIONS(1386), - [anon_sym___inline] = ACTIONS(1386), - [anon_sym___inline__] = ACTIONS(1386), - [anon_sym___forceinline] = ACTIONS(1386), - [anon_sym_thread_local] = ACTIONS(1386), - [anon_sym___thread] = ACTIONS(1386), - [anon_sym_const] = ACTIONS(1386), - [anon_sym_constexpr] = ACTIONS(1386), - [anon_sym_volatile] = ACTIONS(1386), - [anon_sym_restrict] = ACTIONS(1386), - [anon_sym___restrict__] = ACTIONS(1386), - [anon_sym__Atomic] = ACTIONS(1386), - [anon_sym__Noreturn] = ACTIONS(1386), - [anon_sym_noreturn] = ACTIONS(1386), - [sym_primitive_type] = ACTIONS(1386), - [anon_sym_enum] = ACTIONS(1386), - [anon_sym_struct] = ACTIONS(1386), - [anon_sym_union] = ACTIONS(1386), - [anon_sym_if] = ACTIONS(1386), - [anon_sym_else] = ACTIONS(1386), - [anon_sym_switch] = ACTIONS(1386), - [anon_sym_case] = ACTIONS(1386), - [anon_sym_default] = ACTIONS(1386), - [anon_sym_while] = ACTIONS(1386), - [anon_sym_do] = ACTIONS(1386), - [anon_sym_for] = ACTIONS(1386), - [anon_sym_return] = ACTIONS(1386), - [anon_sym_break] = ACTIONS(1386), - [anon_sym_continue] = ACTIONS(1386), - [anon_sym_goto] = ACTIONS(1386), - [anon_sym___try] = ACTIONS(1386), - [anon_sym___leave] = ACTIONS(1386), - [anon_sym_DASH_DASH] = ACTIONS(1388), - [anon_sym_PLUS_PLUS] = ACTIONS(1388), - [anon_sym_sizeof] = ACTIONS(1386), - [anon_sym___alignof__] = ACTIONS(1386), - [anon_sym___alignof] = ACTIONS(1386), - [anon_sym__alignof] = ACTIONS(1386), - [anon_sym_alignof] = ACTIONS(1386), - [anon_sym__Alignof] = ACTIONS(1386), - [anon_sym_offsetof] = ACTIONS(1386), - [anon_sym__Generic] = ACTIONS(1386), - [anon_sym_asm] = ACTIONS(1386), - [anon_sym___asm__] = ACTIONS(1386), - [sym_number_literal] = ACTIONS(1388), - [anon_sym_L_SQUOTE] = ACTIONS(1388), - [anon_sym_u_SQUOTE] = ACTIONS(1388), - [anon_sym_U_SQUOTE] = ACTIONS(1388), - [anon_sym_u8_SQUOTE] = ACTIONS(1388), - [anon_sym_SQUOTE] = ACTIONS(1388), - [anon_sym_L_DQUOTE] = ACTIONS(1388), - [anon_sym_u_DQUOTE] = ACTIONS(1388), - [anon_sym_U_DQUOTE] = ACTIONS(1388), - [anon_sym_u8_DQUOTE] = ACTIONS(1388), - [anon_sym_DQUOTE] = ACTIONS(1388), - [sym_true] = ACTIONS(1386), - [sym_false] = ACTIONS(1386), - [anon_sym_NULL] = ACTIONS(1386), - [anon_sym_nullptr] = ACTIONS(1386), - [sym_comment] = ACTIONS(3), - }, - [305] = { [sym_identifier] = ACTIONS(1370), [aux_sym_preproc_include_token1] = ACTIONS(1370), [aux_sym_preproc_def_token1] = ACTIONS(1370), @@ -51327,105 +51220,301 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1370), [sym_comment] = ACTIONS(3), }, + [305] = { + [sym_identifier] = ACTIONS(1302), + [aux_sym_preproc_include_token1] = ACTIONS(1302), + [aux_sym_preproc_def_token1] = ACTIONS(1302), + [aux_sym_preproc_if_token1] = ACTIONS(1302), + [aux_sym_preproc_if_token2] = ACTIONS(1302), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1302), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1302), + [sym_preproc_directive] = ACTIONS(1302), + [anon_sym_LPAREN2] = ACTIONS(1304), + [anon_sym_BANG] = ACTIONS(1304), + [anon_sym_TILDE] = ACTIONS(1304), + [anon_sym_DASH] = ACTIONS(1302), + [anon_sym_PLUS] = ACTIONS(1302), + [anon_sym_STAR] = ACTIONS(1304), + [anon_sym_AMP] = ACTIONS(1304), + [anon_sym_SEMI] = ACTIONS(1304), + [anon_sym___extension__] = ACTIONS(1302), + [anon_sym_typedef] = ACTIONS(1302), + [anon_sym_extern] = ACTIONS(1302), + [anon_sym___attribute__] = ACTIONS(1302), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1304), + [anon_sym___declspec] = ACTIONS(1302), + [anon_sym___cdecl] = ACTIONS(1302), + [anon_sym___clrcall] = ACTIONS(1302), + [anon_sym___stdcall] = ACTIONS(1302), + [anon_sym___fastcall] = ACTIONS(1302), + [anon_sym___thiscall] = ACTIONS(1302), + [anon_sym___vectorcall] = ACTIONS(1302), + [anon_sym_LBRACE] = ACTIONS(1304), + [anon_sym_signed] = ACTIONS(1302), + [anon_sym_unsigned] = ACTIONS(1302), + [anon_sym_long] = ACTIONS(1302), + [anon_sym_short] = ACTIONS(1302), + [anon_sym_static] = ACTIONS(1302), + [anon_sym_auto] = ACTIONS(1302), + [anon_sym_register] = ACTIONS(1302), + [anon_sym_inline] = ACTIONS(1302), + [anon_sym___inline] = ACTIONS(1302), + [anon_sym___inline__] = ACTIONS(1302), + [anon_sym___forceinline] = ACTIONS(1302), + [anon_sym_thread_local] = ACTIONS(1302), + [anon_sym___thread] = ACTIONS(1302), + [anon_sym_const] = ACTIONS(1302), + [anon_sym_constexpr] = ACTIONS(1302), + [anon_sym_volatile] = ACTIONS(1302), + [anon_sym_restrict] = ACTIONS(1302), + [anon_sym___restrict__] = ACTIONS(1302), + [anon_sym__Atomic] = ACTIONS(1302), + [anon_sym__Noreturn] = ACTIONS(1302), + [anon_sym_noreturn] = ACTIONS(1302), + [sym_primitive_type] = ACTIONS(1302), + [anon_sym_enum] = ACTIONS(1302), + [anon_sym_struct] = ACTIONS(1302), + [anon_sym_union] = ACTIONS(1302), + [anon_sym_if] = ACTIONS(1302), + [anon_sym_else] = ACTIONS(1302), + [anon_sym_switch] = ACTIONS(1302), + [anon_sym_case] = ACTIONS(1302), + [anon_sym_default] = ACTIONS(1302), + [anon_sym_while] = ACTIONS(1302), + [anon_sym_do] = ACTIONS(1302), + [anon_sym_for] = ACTIONS(1302), + [anon_sym_return] = ACTIONS(1302), + [anon_sym_break] = ACTIONS(1302), + [anon_sym_continue] = ACTIONS(1302), + [anon_sym_goto] = ACTIONS(1302), + [anon_sym___try] = ACTIONS(1302), + [anon_sym___leave] = ACTIONS(1302), + [anon_sym_DASH_DASH] = ACTIONS(1304), + [anon_sym_PLUS_PLUS] = ACTIONS(1304), + [anon_sym_sizeof] = ACTIONS(1302), + [anon_sym___alignof__] = ACTIONS(1302), + [anon_sym___alignof] = ACTIONS(1302), + [anon_sym__alignof] = ACTIONS(1302), + [anon_sym_alignof] = ACTIONS(1302), + [anon_sym__Alignof] = ACTIONS(1302), + [anon_sym_offsetof] = ACTIONS(1302), + [anon_sym__Generic] = ACTIONS(1302), + [anon_sym_asm] = ACTIONS(1302), + [anon_sym___asm__] = ACTIONS(1302), + [sym_number_literal] = ACTIONS(1304), + [anon_sym_L_SQUOTE] = ACTIONS(1304), + [anon_sym_u_SQUOTE] = ACTIONS(1304), + [anon_sym_U_SQUOTE] = ACTIONS(1304), + [anon_sym_u8_SQUOTE] = ACTIONS(1304), + [anon_sym_SQUOTE] = ACTIONS(1304), + [anon_sym_L_DQUOTE] = ACTIONS(1304), + [anon_sym_u_DQUOTE] = ACTIONS(1304), + [anon_sym_U_DQUOTE] = ACTIONS(1304), + [anon_sym_u8_DQUOTE] = ACTIONS(1304), + [anon_sym_DQUOTE] = ACTIONS(1304), + [sym_true] = ACTIONS(1302), + [sym_false] = ACTIONS(1302), + [anon_sym_NULL] = ACTIONS(1302), + [anon_sym_nullptr] = ACTIONS(1302), + [sym_comment] = ACTIONS(3), + }, [306] = { - [ts_builtin_sym_end] = ACTIONS(1352), - [sym_identifier] = ACTIONS(1350), - [aux_sym_preproc_include_token1] = ACTIONS(1350), - [aux_sym_preproc_def_token1] = ACTIONS(1350), - [aux_sym_preproc_if_token1] = ACTIONS(1350), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), - [sym_preproc_directive] = ACTIONS(1350), - [anon_sym_LPAREN2] = ACTIONS(1352), - [anon_sym_BANG] = ACTIONS(1352), - [anon_sym_TILDE] = ACTIONS(1352), - [anon_sym_DASH] = ACTIONS(1350), - [anon_sym_PLUS] = ACTIONS(1350), - [anon_sym_STAR] = ACTIONS(1352), - [anon_sym_AMP] = ACTIONS(1352), - [anon_sym_SEMI] = ACTIONS(1352), - [anon_sym___extension__] = ACTIONS(1350), - [anon_sym_typedef] = ACTIONS(1350), - [anon_sym_extern] = ACTIONS(1350), - [anon_sym___attribute__] = ACTIONS(1350), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), - [anon_sym___declspec] = ACTIONS(1350), - [anon_sym___cdecl] = ACTIONS(1350), - [anon_sym___clrcall] = ACTIONS(1350), - [anon_sym___stdcall] = ACTIONS(1350), - [anon_sym___fastcall] = ACTIONS(1350), - [anon_sym___thiscall] = ACTIONS(1350), - [anon_sym___vectorcall] = ACTIONS(1350), - [anon_sym_LBRACE] = ACTIONS(1352), - [anon_sym_signed] = ACTIONS(1350), - [anon_sym_unsigned] = ACTIONS(1350), - [anon_sym_long] = ACTIONS(1350), - [anon_sym_short] = ACTIONS(1350), - [anon_sym_static] = ACTIONS(1350), - [anon_sym_auto] = ACTIONS(1350), - [anon_sym_register] = ACTIONS(1350), - [anon_sym_inline] = ACTIONS(1350), - [anon_sym___inline] = ACTIONS(1350), - [anon_sym___inline__] = ACTIONS(1350), - [anon_sym___forceinline] = ACTIONS(1350), - [anon_sym_thread_local] = ACTIONS(1350), - [anon_sym___thread] = ACTIONS(1350), - [anon_sym_const] = ACTIONS(1350), - [anon_sym_constexpr] = ACTIONS(1350), - [anon_sym_volatile] = ACTIONS(1350), - [anon_sym_restrict] = ACTIONS(1350), - [anon_sym___restrict__] = ACTIONS(1350), - [anon_sym__Atomic] = ACTIONS(1350), - [anon_sym__Noreturn] = ACTIONS(1350), - [anon_sym_noreturn] = ACTIONS(1350), - [sym_primitive_type] = ACTIONS(1350), - [anon_sym_enum] = ACTIONS(1350), - [anon_sym_struct] = ACTIONS(1350), - [anon_sym_union] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1350), - [anon_sym_else] = ACTIONS(1350), - [anon_sym_switch] = ACTIONS(1350), - [anon_sym_case] = ACTIONS(1350), - [anon_sym_default] = ACTIONS(1350), - [anon_sym_while] = ACTIONS(1350), - [anon_sym_do] = ACTIONS(1350), - [anon_sym_for] = ACTIONS(1350), - [anon_sym_return] = ACTIONS(1350), - [anon_sym_break] = ACTIONS(1350), - [anon_sym_continue] = ACTIONS(1350), - [anon_sym_goto] = ACTIONS(1350), - [anon_sym___try] = ACTIONS(1350), - [anon_sym___leave] = ACTIONS(1350), - [anon_sym_DASH_DASH] = ACTIONS(1352), - [anon_sym_PLUS_PLUS] = ACTIONS(1352), - [anon_sym_sizeof] = ACTIONS(1350), - [anon_sym___alignof__] = ACTIONS(1350), - [anon_sym___alignof] = ACTIONS(1350), - [anon_sym__alignof] = ACTIONS(1350), - [anon_sym_alignof] = ACTIONS(1350), - [anon_sym__Alignof] = ACTIONS(1350), - [anon_sym_offsetof] = ACTIONS(1350), - [anon_sym__Generic] = ACTIONS(1350), - [anon_sym_asm] = ACTIONS(1350), - [anon_sym___asm__] = ACTIONS(1350), - [sym_number_literal] = ACTIONS(1352), - [anon_sym_L_SQUOTE] = ACTIONS(1352), - [anon_sym_u_SQUOTE] = ACTIONS(1352), - [anon_sym_U_SQUOTE] = ACTIONS(1352), - [anon_sym_u8_SQUOTE] = ACTIONS(1352), - [anon_sym_SQUOTE] = ACTIONS(1352), - [anon_sym_L_DQUOTE] = ACTIONS(1352), - [anon_sym_u_DQUOTE] = ACTIONS(1352), - [anon_sym_U_DQUOTE] = ACTIONS(1352), - [anon_sym_u8_DQUOTE] = ACTIONS(1352), - [anon_sym_DQUOTE] = ACTIONS(1352), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [anon_sym_NULL] = ACTIONS(1350), - [anon_sym_nullptr] = ACTIONS(1350), + [ts_builtin_sym_end] = ACTIONS(1356), + [sym_identifier] = ACTIONS(1354), + [aux_sym_preproc_include_token1] = ACTIONS(1354), + [aux_sym_preproc_def_token1] = ACTIONS(1354), + [aux_sym_preproc_if_token1] = ACTIONS(1354), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1354), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1354), + [sym_preproc_directive] = ACTIONS(1354), + [anon_sym_LPAREN2] = ACTIONS(1356), + [anon_sym_BANG] = ACTIONS(1356), + [anon_sym_TILDE] = ACTIONS(1356), + [anon_sym_DASH] = ACTIONS(1354), + [anon_sym_PLUS] = ACTIONS(1354), + [anon_sym_STAR] = ACTIONS(1356), + [anon_sym_AMP] = ACTIONS(1356), + [anon_sym_SEMI] = ACTIONS(1356), + [anon_sym___extension__] = ACTIONS(1354), + [anon_sym_typedef] = ACTIONS(1354), + [anon_sym_extern] = ACTIONS(1354), + [anon_sym___attribute__] = ACTIONS(1354), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1356), + [anon_sym___declspec] = ACTIONS(1354), + [anon_sym___cdecl] = ACTIONS(1354), + [anon_sym___clrcall] = ACTIONS(1354), + [anon_sym___stdcall] = ACTIONS(1354), + [anon_sym___fastcall] = ACTIONS(1354), + [anon_sym___thiscall] = ACTIONS(1354), + [anon_sym___vectorcall] = ACTIONS(1354), + [anon_sym_LBRACE] = ACTIONS(1356), + [anon_sym_signed] = ACTIONS(1354), + [anon_sym_unsigned] = ACTIONS(1354), + [anon_sym_long] = ACTIONS(1354), + [anon_sym_short] = ACTIONS(1354), + [anon_sym_static] = ACTIONS(1354), + [anon_sym_auto] = ACTIONS(1354), + [anon_sym_register] = ACTIONS(1354), + [anon_sym_inline] = ACTIONS(1354), + [anon_sym___inline] = ACTIONS(1354), + [anon_sym___inline__] = ACTIONS(1354), + [anon_sym___forceinline] = ACTIONS(1354), + [anon_sym_thread_local] = ACTIONS(1354), + [anon_sym___thread] = ACTIONS(1354), + [anon_sym_const] = ACTIONS(1354), + [anon_sym_constexpr] = ACTIONS(1354), + [anon_sym_volatile] = ACTIONS(1354), + [anon_sym_restrict] = ACTIONS(1354), + [anon_sym___restrict__] = ACTIONS(1354), + [anon_sym__Atomic] = ACTIONS(1354), + [anon_sym__Noreturn] = ACTIONS(1354), + [anon_sym_noreturn] = ACTIONS(1354), + [sym_primitive_type] = ACTIONS(1354), + [anon_sym_enum] = ACTIONS(1354), + [anon_sym_struct] = ACTIONS(1354), + [anon_sym_union] = ACTIONS(1354), + [anon_sym_if] = ACTIONS(1354), + [anon_sym_else] = ACTIONS(1354), + [anon_sym_switch] = ACTIONS(1354), + [anon_sym_case] = ACTIONS(1354), + [anon_sym_default] = ACTIONS(1354), + [anon_sym_while] = ACTIONS(1354), + [anon_sym_do] = ACTIONS(1354), + [anon_sym_for] = ACTIONS(1354), + [anon_sym_return] = ACTIONS(1354), + [anon_sym_break] = ACTIONS(1354), + [anon_sym_continue] = ACTIONS(1354), + [anon_sym_goto] = ACTIONS(1354), + [anon_sym___try] = ACTIONS(1354), + [anon_sym___leave] = ACTIONS(1354), + [anon_sym_DASH_DASH] = ACTIONS(1356), + [anon_sym_PLUS_PLUS] = ACTIONS(1356), + [anon_sym_sizeof] = ACTIONS(1354), + [anon_sym___alignof__] = ACTIONS(1354), + [anon_sym___alignof] = ACTIONS(1354), + [anon_sym__alignof] = ACTIONS(1354), + [anon_sym_alignof] = ACTIONS(1354), + [anon_sym__Alignof] = ACTIONS(1354), + [anon_sym_offsetof] = ACTIONS(1354), + [anon_sym__Generic] = ACTIONS(1354), + [anon_sym_asm] = ACTIONS(1354), + [anon_sym___asm__] = ACTIONS(1354), + [sym_number_literal] = ACTIONS(1356), + [anon_sym_L_SQUOTE] = ACTIONS(1356), + [anon_sym_u_SQUOTE] = ACTIONS(1356), + [anon_sym_U_SQUOTE] = ACTIONS(1356), + [anon_sym_u8_SQUOTE] = ACTIONS(1356), + [anon_sym_SQUOTE] = ACTIONS(1356), + [anon_sym_L_DQUOTE] = ACTIONS(1356), + [anon_sym_u_DQUOTE] = ACTIONS(1356), + [anon_sym_U_DQUOTE] = ACTIONS(1356), + [anon_sym_u8_DQUOTE] = ACTIONS(1356), + [anon_sym_DQUOTE] = ACTIONS(1356), + [sym_true] = ACTIONS(1354), + [sym_false] = ACTIONS(1354), + [anon_sym_NULL] = ACTIONS(1354), + [anon_sym_nullptr] = ACTIONS(1354), + [sym_comment] = ACTIONS(3), + }, + [307] = { + [sym_identifier] = ACTIONS(1310), + [aux_sym_preproc_include_token1] = ACTIONS(1310), + [aux_sym_preproc_def_token1] = ACTIONS(1310), + [aux_sym_preproc_if_token1] = ACTIONS(1310), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1310), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1310), + [sym_preproc_directive] = ACTIONS(1310), + [anon_sym_LPAREN2] = ACTIONS(1312), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_TILDE] = ACTIONS(1312), + [anon_sym_DASH] = ACTIONS(1310), + [anon_sym_PLUS] = ACTIONS(1310), + [anon_sym_STAR] = ACTIONS(1312), + [anon_sym_AMP] = ACTIONS(1312), + [anon_sym_SEMI] = ACTIONS(1312), + [anon_sym___extension__] = ACTIONS(1310), + [anon_sym_typedef] = ACTIONS(1310), + [anon_sym_extern] = ACTIONS(1310), + [anon_sym___attribute__] = ACTIONS(1310), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1312), + [anon_sym___declspec] = ACTIONS(1310), + [anon_sym___cdecl] = ACTIONS(1310), + [anon_sym___clrcall] = ACTIONS(1310), + [anon_sym___stdcall] = ACTIONS(1310), + [anon_sym___fastcall] = ACTIONS(1310), + [anon_sym___thiscall] = ACTIONS(1310), + [anon_sym___vectorcall] = ACTIONS(1310), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_RBRACE] = ACTIONS(1312), + [anon_sym_signed] = ACTIONS(1310), + [anon_sym_unsigned] = ACTIONS(1310), + [anon_sym_long] = ACTIONS(1310), + [anon_sym_short] = ACTIONS(1310), + [anon_sym_static] = ACTIONS(1310), + [anon_sym_auto] = ACTIONS(1310), + [anon_sym_register] = ACTIONS(1310), + [anon_sym_inline] = ACTIONS(1310), + [anon_sym___inline] = ACTIONS(1310), + [anon_sym___inline__] = ACTIONS(1310), + [anon_sym___forceinline] = ACTIONS(1310), + [anon_sym_thread_local] = ACTIONS(1310), + [anon_sym___thread] = ACTIONS(1310), + [anon_sym_const] = ACTIONS(1310), + [anon_sym_constexpr] = ACTIONS(1310), + [anon_sym_volatile] = ACTIONS(1310), + [anon_sym_restrict] = ACTIONS(1310), + [anon_sym___restrict__] = ACTIONS(1310), + [anon_sym__Atomic] = ACTIONS(1310), + [anon_sym__Noreturn] = ACTIONS(1310), + [anon_sym_noreturn] = ACTIONS(1310), + [sym_primitive_type] = ACTIONS(1310), + [anon_sym_enum] = ACTIONS(1310), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_union] = ACTIONS(1310), + [anon_sym_if] = ACTIONS(1310), + [anon_sym_else] = ACTIONS(1310), + [anon_sym_switch] = ACTIONS(1310), + [anon_sym_case] = ACTIONS(1310), + [anon_sym_default] = ACTIONS(1310), + [anon_sym_while] = ACTIONS(1310), + [anon_sym_do] = ACTIONS(1310), + [anon_sym_for] = ACTIONS(1310), + [anon_sym_return] = ACTIONS(1310), + [anon_sym_break] = ACTIONS(1310), + [anon_sym_continue] = ACTIONS(1310), + [anon_sym_goto] = ACTIONS(1310), + [anon_sym___try] = ACTIONS(1310), + [anon_sym___leave] = ACTIONS(1310), + [anon_sym_DASH_DASH] = ACTIONS(1312), + [anon_sym_PLUS_PLUS] = ACTIONS(1312), + [anon_sym_sizeof] = ACTIONS(1310), + [anon_sym___alignof__] = ACTIONS(1310), + [anon_sym___alignof] = ACTIONS(1310), + [anon_sym__alignof] = ACTIONS(1310), + [anon_sym_alignof] = ACTIONS(1310), + [anon_sym__Alignof] = ACTIONS(1310), + [anon_sym_offsetof] = ACTIONS(1310), + [anon_sym__Generic] = ACTIONS(1310), + [anon_sym_asm] = ACTIONS(1310), + [anon_sym___asm__] = ACTIONS(1310), + [sym_number_literal] = ACTIONS(1312), + [anon_sym_L_SQUOTE] = ACTIONS(1312), + [anon_sym_u_SQUOTE] = ACTIONS(1312), + [anon_sym_U_SQUOTE] = ACTIONS(1312), + [anon_sym_u8_SQUOTE] = ACTIONS(1312), + [anon_sym_SQUOTE] = ACTIONS(1312), + [anon_sym_L_DQUOTE] = ACTIONS(1312), + [anon_sym_u_DQUOTE] = ACTIONS(1312), + [anon_sym_U_DQUOTE] = ACTIONS(1312), + [anon_sym_u8_DQUOTE] = ACTIONS(1312), + [anon_sym_DQUOTE] = ACTIONS(1312), + [sym_true] = ACTIONS(1310), + [sym_false] = ACTIONS(1310), + [anon_sym_NULL] = ACTIONS(1310), + [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [307] = { + [308] = { [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), [aux_sym_preproc_def_token1] = ACTIONS(1310), @@ -51523,104 +51612,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [308] = { - [sym_identifier] = ACTIONS(1302), - [aux_sym_preproc_include_token1] = ACTIONS(1302), - [aux_sym_preproc_def_token1] = ACTIONS(1302), - [aux_sym_preproc_if_token1] = ACTIONS(1302), - [aux_sym_preproc_if_token2] = ACTIONS(1302), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1302), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1302), - [sym_preproc_directive] = ACTIONS(1302), - [anon_sym_LPAREN2] = ACTIONS(1304), - [anon_sym_BANG] = ACTIONS(1304), - [anon_sym_TILDE] = ACTIONS(1304), - [anon_sym_DASH] = ACTIONS(1302), - [anon_sym_PLUS] = ACTIONS(1302), - [anon_sym_STAR] = ACTIONS(1304), - [anon_sym_AMP] = ACTIONS(1304), - [anon_sym_SEMI] = ACTIONS(1304), - [anon_sym___extension__] = ACTIONS(1302), - [anon_sym_typedef] = ACTIONS(1302), - [anon_sym_extern] = ACTIONS(1302), - [anon_sym___attribute__] = ACTIONS(1302), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1304), - [anon_sym___declspec] = ACTIONS(1302), - [anon_sym___cdecl] = ACTIONS(1302), - [anon_sym___clrcall] = ACTIONS(1302), - [anon_sym___stdcall] = ACTIONS(1302), - [anon_sym___fastcall] = ACTIONS(1302), - [anon_sym___thiscall] = ACTIONS(1302), - [anon_sym___vectorcall] = ACTIONS(1302), - [anon_sym_LBRACE] = ACTIONS(1304), - [anon_sym_signed] = ACTIONS(1302), - [anon_sym_unsigned] = ACTIONS(1302), - [anon_sym_long] = ACTIONS(1302), - [anon_sym_short] = ACTIONS(1302), - [anon_sym_static] = ACTIONS(1302), - [anon_sym_auto] = ACTIONS(1302), - [anon_sym_register] = ACTIONS(1302), - [anon_sym_inline] = ACTIONS(1302), - [anon_sym___inline] = ACTIONS(1302), - [anon_sym___inline__] = ACTIONS(1302), - [anon_sym___forceinline] = ACTIONS(1302), - [anon_sym_thread_local] = ACTIONS(1302), - [anon_sym___thread] = ACTIONS(1302), - [anon_sym_const] = ACTIONS(1302), - [anon_sym_constexpr] = ACTIONS(1302), - [anon_sym_volatile] = ACTIONS(1302), - [anon_sym_restrict] = ACTIONS(1302), - [anon_sym___restrict__] = ACTIONS(1302), - [anon_sym__Atomic] = ACTIONS(1302), - [anon_sym__Noreturn] = ACTIONS(1302), - [anon_sym_noreturn] = ACTIONS(1302), - [sym_primitive_type] = ACTIONS(1302), - [anon_sym_enum] = ACTIONS(1302), - [anon_sym_struct] = ACTIONS(1302), - [anon_sym_union] = ACTIONS(1302), - [anon_sym_if] = ACTIONS(1302), - [anon_sym_else] = ACTIONS(1302), - [anon_sym_switch] = ACTIONS(1302), - [anon_sym_case] = ACTIONS(1302), - [anon_sym_default] = ACTIONS(1302), - [anon_sym_while] = ACTIONS(1302), - [anon_sym_do] = ACTIONS(1302), - [anon_sym_for] = ACTIONS(1302), - [anon_sym_return] = ACTIONS(1302), - [anon_sym_break] = ACTIONS(1302), - [anon_sym_continue] = ACTIONS(1302), - [anon_sym_goto] = ACTIONS(1302), - [anon_sym___try] = ACTIONS(1302), - [anon_sym___leave] = ACTIONS(1302), - [anon_sym_DASH_DASH] = ACTIONS(1304), - [anon_sym_PLUS_PLUS] = ACTIONS(1304), - [anon_sym_sizeof] = ACTIONS(1302), - [anon_sym___alignof__] = ACTIONS(1302), - [anon_sym___alignof] = ACTIONS(1302), - [anon_sym__alignof] = ACTIONS(1302), - [anon_sym_alignof] = ACTIONS(1302), - [anon_sym__Alignof] = ACTIONS(1302), - [anon_sym_offsetof] = ACTIONS(1302), - [anon_sym__Generic] = ACTIONS(1302), - [anon_sym_asm] = ACTIONS(1302), - [anon_sym___asm__] = ACTIONS(1302), - [sym_number_literal] = ACTIONS(1304), - [anon_sym_L_SQUOTE] = ACTIONS(1304), - [anon_sym_u_SQUOTE] = ACTIONS(1304), - [anon_sym_U_SQUOTE] = ACTIONS(1304), - [anon_sym_u8_SQUOTE] = ACTIONS(1304), - [anon_sym_SQUOTE] = ACTIONS(1304), - [anon_sym_L_DQUOTE] = ACTIONS(1304), - [anon_sym_u_DQUOTE] = ACTIONS(1304), - [anon_sym_U_DQUOTE] = ACTIONS(1304), - [anon_sym_u8_DQUOTE] = ACTIONS(1304), - [anon_sym_DQUOTE] = ACTIONS(1304), - [sym_true] = ACTIONS(1302), - [sym_false] = ACTIONS(1302), - [anon_sym_NULL] = ACTIONS(1302), - [anon_sym_nullptr] = ACTIONS(1302), - [sym_comment] = ACTIONS(3), - }, [309] = { [sym_identifier] = ACTIONS(1308), [aux_sym_preproc_include_token1] = ACTIONS(1308), @@ -51818,6 +51809,300 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [311] = { + [sym_identifier] = ACTIONS(1336), + [aux_sym_preproc_include_token1] = ACTIONS(1336), + [aux_sym_preproc_def_token1] = ACTIONS(1336), + [aux_sym_preproc_if_token1] = ACTIONS(1336), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1336), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1336), + [sym_preproc_directive] = ACTIONS(1336), + [anon_sym_LPAREN2] = ACTIONS(1334), + [anon_sym_BANG] = ACTIONS(1334), + [anon_sym_TILDE] = ACTIONS(1334), + [anon_sym_DASH] = ACTIONS(1336), + [anon_sym_PLUS] = ACTIONS(1336), + [anon_sym_STAR] = ACTIONS(1334), + [anon_sym_AMP] = ACTIONS(1334), + [anon_sym_SEMI] = ACTIONS(1334), + [anon_sym___extension__] = ACTIONS(1336), + [anon_sym_typedef] = ACTIONS(1336), + [anon_sym_extern] = ACTIONS(1336), + [anon_sym___attribute__] = ACTIONS(1336), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1334), + [anon_sym___declspec] = ACTIONS(1336), + [anon_sym___cdecl] = ACTIONS(1336), + [anon_sym___clrcall] = ACTIONS(1336), + [anon_sym___stdcall] = ACTIONS(1336), + [anon_sym___fastcall] = ACTIONS(1336), + [anon_sym___thiscall] = ACTIONS(1336), + [anon_sym___vectorcall] = ACTIONS(1336), + [anon_sym_LBRACE] = ACTIONS(1334), + [anon_sym_RBRACE] = ACTIONS(1334), + [anon_sym_signed] = ACTIONS(1336), + [anon_sym_unsigned] = ACTIONS(1336), + [anon_sym_long] = ACTIONS(1336), + [anon_sym_short] = ACTIONS(1336), + [anon_sym_static] = ACTIONS(1336), + [anon_sym_auto] = ACTIONS(1336), + [anon_sym_register] = ACTIONS(1336), + [anon_sym_inline] = ACTIONS(1336), + [anon_sym___inline] = ACTIONS(1336), + [anon_sym___inline__] = ACTIONS(1336), + [anon_sym___forceinline] = ACTIONS(1336), + [anon_sym_thread_local] = ACTIONS(1336), + [anon_sym___thread] = ACTIONS(1336), + [anon_sym_const] = ACTIONS(1336), + [anon_sym_constexpr] = ACTIONS(1336), + [anon_sym_volatile] = ACTIONS(1336), + [anon_sym_restrict] = ACTIONS(1336), + [anon_sym___restrict__] = ACTIONS(1336), + [anon_sym__Atomic] = ACTIONS(1336), + [anon_sym__Noreturn] = ACTIONS(1336), + [anon_sym_noreturn] = ACTIONS(1336), + [sym_primitive_type] = ACTIONS(1336), + [anon_sym_enum] = ACTIONS(1336), + [anon_sym_struct] = ACTIONS(1336), + [anon_sym_union] = ACTIONS(1336), + [anon_sym_if] = ACTIONS(1336), + [anon_sym_else] = ACTIONS(1336), + [anon_sym_switch] = ACTIONS(1336), + [anon_sym_case] = ACTIONS(1336), + [anon_sym_default] = ACTIONS(1336), + [anon_sym_while] = ACTIONS(1336), + [anon_sym_do] = ACTIONS(1336), + [anon_sym_for] = ACTIONS(1336), + [anon_sym_return] = ACTIONS(1336), + [anon_sym_break] = ACTIONS(1336), + [anon_sym_continue] = ACTIONS(1336), + [anon_sym_goto] = ACTIONS(1336), + [anon_sym___try] = ACTIONS(1336), + [anon_sym___leave] = ACTIONS(1336), + [anon_sym_DASH_DASH] = ACTIONS(1334), + [anon_sym_PLUS_PLUS] = ACTIONS(1334), + [anon_sym_sizeof] = ACTIONS(1336), + [anon_sym___alignof__] = ACTIONS(1336), + [anon_sym___alignof] = ACTIONS(1336), + [anon_sym__alignof] = ACTIONS(1336), + [anon_sym_alignof] = ACTIONS(1336), + [anon_sym__Alignof] = ACTIONS(1336), + [anon_sym_offsetof] = ACTIONS(1336), + [anon_sym__Generic] = ACTIONS(1336), + [anon_sym_asm] = ACTIONS(1336), + [anon_sym___asm__] = ACTIONS(1336), + [sym_number_literal] = ACTIONS(1334), + [anon_sym_L_SQUOTE] = ACTIONS(1334), + [anon_sym_u_SQUOTE] = ACTIONS(1334), + [anon_sym_U_SQUOTE] = ACTIONS(1334), + [anon_sym_u8_SQUOTE] = ACTIONS(1334), + [anon_sym_SQUOTE] = ACTIONS(1334), + [anon_sym_L_DQUOTE] = ACTIONS(1334), + [anon_sym_u_DQUOTE] = ACTIONS(1334), + [anon_sym_U_DQUOTE] = ACTIONS(1334), + [anon_sym_u8_DQUOTE] = ACTIONS(1334), + [anon_sym_DQUOTE] = ACTIONS(1334), + [sym_true] = ACTIONS(1336), + [sym_false] = ACTIONS(1336), + [anon_sym_NULL] = ACTIONS(1336), + [anon_sym_nullptr] = ACTIONS(1336), + [sym_comment] = ACTIONS(3), + }, + [312] = { + [sym_identifier] = ACTIONS(1374), + [aux_sym_preproc_include_token1] = ACTIONS(1374), + [aux_sym_preproc_def_token1] = ACTIONS(1374), + [aux_sym_preproc_if_token1] = ACTIONS(1374), + [aux_sym_preproc_if_token2] = ACTIONS(1374), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1374), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1374), + [sym_preproc_directive] = ACTIONS(1374), + [anon_sym_LPAREN2] = ACTIONS(1376), + [anon_sym_BANG] = ACTIONS(1376), + [anon_sym_TILDE] = ACTIONS(1376), + [anon_sym_DASH] = ACTIONS(1374), + [anon_sym_PLUS] = ACTIONS(1374), + [anon_sym_STAR] = ACTIONS(1376), + [anon_sym_AMP] = ACTIONS(1376), + [anon_sym_SEMI] = ACTIONS(1376), + [anon_sym___extension__] = ACTIONS(1374), + [anon_sym_typedef] = ACTIONS(1374), + [anon_sym_extern] = ACTIONS(1374), + [anon_sym___attribute__] = ACTIONS(1374), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1376), + [anon_sym___declspec] = ACTIONS(1374), + [anon_sym___cdecl] = ACTIONS(1374), + [anon_sym___clrcall] = ACTIONS(1374), + [anon_sym___stdcall] = ACTIONS(1374), + [anon_sym___fastcall] = ACTIONS(1374), + [anon_sym___thiscall] = ACTIONS(1374), + [anon_sym___vectorcall] = ACTIONS(1374), + [anon_sym_LBRACE] = ACTIONS(1376), + [anon_sym_signed] = ACTIONS(1374), + [anon_sym_unsigned] = ACTIONS(1374), + [anon_sym_long] = ACTIONS(1374), + [anon_sym_short] = ACTIONS(1374), + [anon_sym_static] = ACTIONS(1374), + [anon_sym_auto] = ACTIONS(1374), + [anon_sym_register] = ACTIONS(1374), + [anon_sym_inline] = ACTIONS(1374), + [anon_sym___inline] = ACTIONS(1374), + [anon_sym___inline__] = ACTIONS(1374), + [anon_sym___forceinline] = ACTIONS(1374), + [anon_sym_thread_local] = ACTIONS(1374), + [anon_sym___thread] = ACTIONS(1374), + [anon_sym_const] = ACTIONS(1374), + [anon_sym_constexpr] = ACTIONS(1374), + [anon_sym_volatile] = ACTIONS(1374), + [anon_sym_restrict] = ACTIONS(1374), + [anon_sym___restrict__] = ACTIONS(1374), + [anon_sym__Atomic] = ACTIONS(1374), + [anon_sym__Noreturn] = ACTIONS(1374), + [anon_sym_noreturn] = ACTIONS(1374), + [sym_primitive_type] = ACTIONS(1374), + [anon_sym_enum] = ACTIONS(1374), + [anon_sym_struct] = ACTIONS(1374), + [anon_sym_union] = ACTIONS(1374), + [anon_sym_if] = ACTIONS(1374), + [anon_sym_else] = ACTIONS(1374), + [anon_sym_switch] = ACTIONS(1374), + [anon_sym_case] = ACTIONS(1374), + [anon_sym_default] = ACTIONS(1374), + [anon_sym_while] = ACTIONS(1374), + [anon_sym_do] = ACTIONS(1374), + [anon_sym_for] = ACTIONS(1374), + [anon_sym_return] = ACTIONS(1374), + [anon_sym_break] = ACTIONS(1374), + [anon_sym_continue] = ACTIONS(1374), + [anon_sym_goto] = ACTIONS(1374), + [anon_sym___try] = ACTIONS(1374), + [anon_sym___leave] = ACTIONS(1374), + [anon_sym_DASH_DASH] = ACTIONS(1376), + [anon_sym_PLUS_PLUS] = ACTIONS(1376), + [anon_sym_sizeof] = ACTIONS(1374), + [anon_sym___alignof__] = ACTIONS(1374), + [anon_sym___alignof] = ACTIONS(1374), + [anon_sym__alignof] = ACTIONS(1374), + [anon_sym_alignof] = ACTIONS(1374), + [anon_sym__Alignof] = ACTIONS(1374), + [anon_sym_offsetof] = ACTIONS(1374), + [anon_sym__Generic] = ACTIONS(1374), + [anon_sym_asm] = ACTIONS(1374), + [anon_sym___asm__] = ACTIONS(1374), + [sym_number_literal] = ACTIONS(1376), + [anon_sym_L_SQUOTE] = ACTIONS(1376), + [anon_sym_u_SQUOTE] = ACTIONS(1376), + [anon_sym_U_SQUOTE] = ACTIONS(1376), + [anon_sym_u8_SQUOTE] = ACTIONS(1376), + [anon_sym_SQUOTE] = ACTIONS(1376), + [anon_sym_L_DQUOTE] = ACTIONS(1376), + [anon_sym_u_DQUOTE] = ACTIONS(1376), + [anon_sym_U_DQUOTE] = ACTIONS(1376), + [anon_sym_u8_DQUOTE] = ACTIONS(1376), + [anon_sym_DQUOTE] = ACTIONS(1376), + [sym_true] = ACTIONS(1374), + [sym_false] = ACTIONS(1374), + [anon_sym_NULL] = ACTIONS(1374), + [anon_sym_nullptr] = ACTIONS(1374), + [sym_comment] = ACTIONS(3), + }, + [313] = { + [sym_identifier] = ACTIONS(1386), + [aux_sym_preproc_include_token1] = ACTIONS(1386), + [aux_sym_preproc_def_token1] = ACTIONS(1386), + [aux_sym_preproc_if_token1] = ACTIONS(1386), + [aux_sym_preproc_if_token2] = ACTIONS(1386), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1386), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1386), + [sym_preproc_directive] = ACTIONS(1386), + [anon_sym_LPAREN2] = ACTIONS(1388), + [anon_sym_BANG] = ACTIONS(1388), + [anon_sym_TILDE] = ACTIONS(1388), + [anon_sym_DASH] = ACTIONS(1386), + [anon_sym_PLUS] = ACTIONS(1386), + [anon_sym_STAR] = ACTIONS(1388), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_SEMI] = ACTIONS(1388), + [anon_sym___extension__] = ACTIONS(1386), + [anon_sym_typedef] = ACTIONS(1386), + [anon_sym_extern] = ACTIONS(1386), + [anon_sym___attribute__] = ACTIONS(1386), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1388), + [anon_sym___declspec] = ACTIONS(1386), + [anon_sym___cdecl] = ACTIONS(1386), + [anon_sym___clrcall] = ACTIONS(1386), + [anon_sym___stdcall] = ACTIONS(1386), + [anon_sym___fastcall] = ACTIONS(1386), + [anon_sym___thiscall] = ACTIONS(1386), + [anon_sym___vectorcall] = ACTIONS(1386), + [anon_sym_LBRACE] = ACTIONS(1388), + [anon_sym_signed] = ACTIONS(1386), + [anon_sym_unsigned] = ACTIONS(1386), + [anon_sym_long] = ACTIONS(1386), + [anon_sym_short] = ACTIONS(1386), + [anon_sym_static] = ACTIONS(1386), + [anon_sym_auto] = ACTIONS(1386), + [anon_sym_register] = ACTIONS(1386), + [anon_sym_inline] = ACTIONS(1386), + [anon_sym___inline] = ACTIONS(1386), + [anon_sym___inline__] = ACTIONS(1386), + [anon_sym___forceinline] = ACTIONS(1386), + [anon_sym_thread_local] = ACTIONS(1386), + [anon_sym___thread] = ACTIONS(1386), + [anon_sym_const] = ACTIONS(1386), + [anon_sym_constexpr] = ACTIONS(1386), + [anon_sym_volatile] = ACTIONS(1386), + [anon_sym_restrict] = ACTIONS(1386), + [anon_sym___restrict__] = ACTIONS(1386), + [anon_sym__Atomic] = ACTIONS(1386), + [anon_sym__Noreturn] = ACTIONS(1386), + [anon_sym_noreturn] = ACTIONS(1386), + [sym_primitive_type] = ACTIONS(1386), + [anon_sym_enum] = ACTIONS(1386), + [anon_sym_struct] = ACTIONS(1386), + [anon_sym_union] = ACTIONS(1386), + [anon_sym_if] = ACTIONS(1386), + [anon_sym_else] = ACTIONS(1386), + [anon_sym_switch] = ACTIONS(1386), + [anon_sym_case] = ACTIONS(1386), + [anon_sym_default] = ACTIONS(1386), + [anon_sym_while] = ACTIONS(1386), + [anon_sym_do] = ACTIONS(1386), + [anon_sym_for] = ACTIONS(1386), + [anon_sym_return] = ACTIONS(1386), + [anon_sym_break] = ACTIONS(1386), + [anon_sym_continue] = ACTIONS(1386), + [anon_sym_goto] = ACTIONS(1386), + [anon_sym___try] = ACTIONS(1386), + [anon_sym___leave] = ACTIONS(1386), + [anon_sym_DASH_DASH] = ACTIONS(1388), + [anon_sym_PLUS_PLUS] = ACTIONS(1388), + [anon_sym_sizeof] = ACTIONS(1386), + [anon_sym___alignof__] = ACTIONS(1386), + [anon_sym___alignof] = ACTIONS(1386), + [anon_sym__alignof] = ACTIONS(1386), + [anon_sym_alignof] = ACTIONS(1386), + [anon_sym__Alignof] = ACTIONS(1386), + [anon_sym_offsetof] = ACTIONS(1386), + [anon_sym__Generic] = ACTIONS(1386), + [anon_sym_asm] = ACTIONS(1386), + [anon_sym___asm__] = ACTIONS(1386), + [sym_number_literal] = ACTIONS(1388), + [anon_sym_L_SQUOTE] = ACTIONS(1388), + [anon_sym_u_SQUOTE] = ACTIONS(1388), + [anon_sym_U_SQUOTE] = ACTIONS(1388), + [anon_sym_u8_SQUOTE] = ACTIONS(1388), + [anon_sym_SQUOTE] = ACTIONS(1388), + [anon_sym_L_DQUOTE] = ACTIONS(1388), + [anon_sym_u_DQUOTE] = ACTIONS(1388), + [anon_sym_U_DQUOTE] = ACTIONS(1388), + [anon_sym_u8_DQUOTE] = ACTIONS(1388), + [anon_sym_DQUOTE] = ACTIONS(1388), + [sym_true] = ACTIONS(1386), + [sym_false] = ACTIONS(1386), + [anon_sym_NULL] = ACTIONS(1386), + [anon_sym_nullptr] = ACTIONS(1386), + [sym_comment] = ACTIONS(3), + }, + [314] = { [sym_identifier] = ACTIONS(1362), [aux_sym_preproc_include_token1] = ACTIONS(1362), [aux_sym_preproc_def_token1] = ACTIONS(1362), @@ -51908,210 +52193,112 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u_DQUOTE] = ACTIONS(1364), [anon_sym_U_DQUOTE] = ACTIONS(1364), [anon_sym_u8_DQUOTE] = ACTIONS(1364), - [anon_sym_DQUOTE] = ACTIONS(1364), - [sym_true] = ACTIONS(1362), - [sym_false] = ACTIONS(1362), - [anon_sym_NULL] = ACTIONS(1362), - [anon_sym_nullptr] = ACTIONS(1362), - [sym_comment] = ACTIONS(3), - }, - [312] = { - [sym_identifier] = ACTIONS(1394), - [aux_sym_preproc_include_token1] = ACTIONS(1394), - [aux_sym_preproc_def_token1] = ACTIONS(1394), - [aux_sym_preproc_if_token1] = ACTIONS(1394), - [aux_sym_preproc_if_token2] = ACTIONS(1394), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1394), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1394), - [sym_preproc_directive] = ACTIONS(1394), - [anon_sym_LPAREN2] = ACTIONS(1396), - [anon_sym_BANG] = ACTIONS(1396), - [anon_sym_TILDE] = ACTIONS(1396), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1396), - [anon_sym_AMP] = ACTIONS(1396), - [anon_sym_SEMI] = ACTIONS(1396), - [anon_sym___extension__] = ACTIONS(1394), - [anon_sym_typedef] = ACTIONS(1394), - [anon_sym_extern] = ACTIONS(1394), - [anon_sym___attribute__] = ACTIONS(1394), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1396), - [anon_sym___declspec] = ACTIONS(1394), - [anon_sym___cdecl] = ACTIONS(1394), - [anon_sym___clrcall] = ACTIONS(1394), - [anon_sym___stdcall] = ACTIONS(1394), - [anon_sym___fastcall] = ACTIONS(1394), - [anon_sym___thiscall] = ACTIONS(1394), - [anon_sym___vectorcall] = ACTIONS(1394), - [anon_sym_LBRACE] = ACTIONS(1396), - [anon_sym_signed] = ACTIONS(1394), - [anon_sym_unsigned] = ACTIONS(1394), - [anon_sym_long] = ACTIONS(1394), - [anon_sym_short] = ACTIONS(1394), - [anon_sym_static] = ACTIONS(1394), - [anon_sym_auto] = ACTIONS(1394), - [anon_sym_register] = ACTIONS(1394), - [anon_sym_inline] = ACTIONS(1394), - [anon_sym___inline] = ACTIONS(1394), - [anon_sym___inline__] = ACTIONS(1394), - [anon_sym___forceinline] = ACTIONS(1394), - [anon_sym_thread_local] = ACTIONS(1394), - [anon_sym___thread] = ACTIONS(1394), - [anon_sym_const] = ACTIONS(1394), - [anon_sym_constexpr] = ACTIONS(1394), - [anon_sym_volatile] = ACTIONS(1394), - [anon_sym_restrict] = ACTIONS(1394), - [anon_sym___restrict__] = ACTIONS(1394), - [anon_sym__Atomic] = ACTIONS(1394), - [anon_sym__Noreturn] = ACTIONS(1394), - [anon_sym_noreturn] = ACTIONS(1394), - [sym_primitive_type] = ACTIONS(1394), - [anon_sym_enum] = ACTIONS(1394), - [anon_sym_struct] = ACTIONS(1394), - [anon_sym_union] = ACTIONS(1394), - [anon_sym_if] = ACTIONS(1394), - [anon_sym_else] = ACTIONS(1394), - [anon_sym_switch] = ACTIONS(1394), - [anon_sym_case] = ACTIONS(1394), - [anon_sym_default] = ACTIONS(1394), - [anon_sym_while] = ACTIONS(1394), - [anon_sym_do] = ACTIONS(1394), - [anon_sym_for] = ACTIONS(1394), - [anon_sym_return] = ACTIONS(1394), - [anon_sym_break] = ACTIONS(1394), - [anon_sym_continue] = ACTIONS(1394), - [anon_sym_goto] = ACTIONS(1394), - [anon_sym___try] = ACTIONS(1394), - [anon_sym___leave] = ACTIONS(1394), - [anon_sym_DASH_DASH] = ACTIONS(1396), - [anon_sym_PLUS_PLUS] = ACTIONS(1396), - [anon_sym_sizeof] = ACTIONS(1394), - [anon_sym___alignof__] = ACTIONS(1394), - [anon_sym___alignof] = ACTIONS(1394), - [anon_sym__alignof] = ACTIONS(1394), - [anon_sym_alignof] = ACTIONS(1394), - [anon_sym__Alignof] = ACTIONS(1394), - [anon_sym_offsetof] = ACTIONS(1394), - [anon_sym__Generic] = ACTIONS(1394), - [anon_sym_asm] = ACTIONS(1394), - [anon_sym___asm__] = ACTIONS(1394), - [sym_number_literal] = ACTIONS(1396), - [anon_sym_L_SQUOTE] = ACTIONS(1396), - [anon_sym_u_SQUOTE] = ACTIONS(1396), - [anon_sym_U_SQUOTE] = ACTIONS(1396), - [anon_sym_u8_SQUOTE] = ACTIONS(1396), - [anon_sym_SQUOTE] = ACTIONS(1396), - [anon_sym_L_DQUOTE] = ACTIONS(1396), - [anon_sym_u_DQUOTE] = ACTIONS(1396), - [anon_sym_U_DQUOTE] = ACTIONS(1396), - [anon_sym_u8_DQUOTE] = ACTIONS(1396), - [anon_sym_DQUOTE] = ACTIONS(1396), - [sym_true] = ACTIONS(1394), - [sym_false] = ACTIONS(1394), - [anon_sym_NULL] = ACTIONS(1394), - [anon_sym_nullptr] = ACTIONS(1394), - [sym_comment] = ACTIONS(3), - }, - [313] = { - [sym_identifier] = ACTIONS(1398), - [aux_sym_preproc_include_token1] = ACTIONS(1398), - [aux_sym_preproc_def_token1] = ACTIONS(1398), - [aux_sym_preproc_if_token1] = ACTIONS(1398), - [aux_sym_preproc_if_token2] = ACTIONS(1398), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1398), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1398), - [sym_preproc_directive] = ACTIONS(1398), - [anon_sym_LPAREN2] = ACTIONS(1400), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_TILDE] = ACTIONS(1400), - [anon_sym_DASH] = ACTIONS(1398), - [anon_sym_PLUS] = ACTIONS(1398), - [anon_sym_STAR] = ACTIONS(1400), - [anon_sym_AMP] = ACTIONS(1400), - [anon_sym_SEMI] = ACTIONS(1400), - [anon_sym___extension__] = ACTIONS(1398), - [anon_sym_typedef] = ACTIONS(1398), - [anon_sym_extern] = ACTIONS(1398), - [anon_sym___attribute__] = ACTIONS(1398), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1400), - [anon_sym___declspec] = ACTIONS(1398), - [anon_sym___cdecl] = ACTIONS(1398), - [anon_sym___clrcall] = ACTIONS(1398), - [anon_sym___stdcall] = ACTIONS(1398), - [anon_sym___fastcall] = ACTIONS(1398), - [anon_sym___thiscall] = ACTIONS(1398), - [anon_sym___vectorcall] = ACTIONS(1398), - [anon_sym_LBRACE] = ACTIONS(1400), - [anon_sym_signed] = ACTIONS(1398), - [anon_sym_unsigned] = ACTIONS(1398), - [anon_sym_long] = ACTIONS(1398), - [anon_sym_short] = ACTIONS(1398), - [anon_sym_static] = ACTIONS(1398), - [anon_sym_auto] = ACTIONS(1398), - [anon_sym_register] = ACTIONS(1398), - [anon_sym_inline] = ACTIONS(1398), - [anon_sym___inline] = ACTIONS(1398), - [anon_sym___inline__] = ACTIONS(1398), - [anon_sym___forceinline] = ACTIONS(1398), - [anon_sym_thread_local] = ACTIONS(1398), - [anon_sym___thread] = ACTIONS(1398), - [anon_sym_const] = ACTIONS(1398), - [anon_sym_constexpr] = ACTIONS(1398), - [anon_sym_volatile] = ACTIONS(1398), - [anon_sym_restrict] = ACTIONS(1398), - [anon_sym___restrict__] = ACTIONS(1398), - [anon_sym__Atomic] = ACTIONS(1398), - [anon_sym__Noreturn] = ACTIONS(1398), - [anon_sym_noreturn] = ACTIONS(1398), - [sym_primitive_type] = ACTIONS(1398), - [anon_sym_enum] = ACTIONS(1398), - [anon_sym_struct] = ACTIONS(1398), - [anon_sym_union] = ACTIONS(1398), - [anon_sym_if] = ACTIONS(1398), - [anon_sym_else] = ACTIONS(1398), - [anon_sym_switch] = ACTIONS(1398), - [anon_sym_case] = ACTIONS(1398), - [anon_sym_default] = ACTIONS(1398), - [anon_sym_while] = ACTIONS(1398), - [anon_sym_do] = ACTIONS(1398), - [anon_sym_for] = ACTIONS(1398), - [anon_sym_return] = ACTIONS(1398), - [anon_sym_break] = ACTIONS(1398), - [anon_sym_continue] = ACTIONS(1398), - [anon_sym_goto] = ACTIONS(1398), - [anon_sym___try] = ACTIONS(1398), - [anon_sym___leave] = ACTIONS(1398), - [anon_sym_DASH_DASH] = ACTIONS(1400), - [anon_sym_PLUS_PLUS] = ACTIONS(1400), - [anon_sym_sizeof] = ACTIONS(1398), - [anon_sym___alignof__] = ACTIONS(1398), - [anon_sym___alignof] = ACTIONS(1398), - [anon_sym__alignof] = ACTIONS(1398), - [anon_sym_alignof] = ACTIONS(1398), - [anon_sym__Alignof] = ACTIONS(1398), - [anon_sym_offsetof] = ACTIONS(1398), - [anon_sym__Generic] = ACTIONS(1398), - [anon_sym_asm] = ACTIONS(1398), - [anon_sym___asm__] = ACTIONS(1398), - [sym_number_literal] = ACTIONS(1400), - [anon_sym_L_SQUOTE] = ACTIONS(1400), - [anon_sym_u_SQUOTE] = ACTIONS(1400), - [anon_sym_U_SQUOTE] = ACTIONS(1400), - [anon_sym_u8_SQUOTE] = ACTIONS(1400), - [anon_sym_SQUOTE] = ACTIONS(1400), - [anon_sym_L_DQUOTE] = ACTIONS(1400), - [anon_sym_u_DQUOTE] = ACTIONS(1400), - [anon_sym_U_DQUOTE] = ACTIONS(1400), - [anon_sym_u8_DQUOTE] = ACTIONS(1400), - [anon_sym_DQUOTE] = ACTIONS(1400), - [sym_true] = ACTIONS(1398), - [sym_false] = ACTIONS(1398), - [anon_sym_NULL] = ACTIONS(1398), - [anon_sym_nullptr] = ACTIONS(1398), + [anon_sym_DQUOTE] = ACTIONS(1364), + [sym_true] = ACTIONS(1362), + [sym_false] = ACTIONS(1362), + [anon_sym_NULL] = ACTIONS(1362), + [anon_sym_nullptr] = ACTIONS(1362), [sym_comment] = ACTIONS(3), }, - [314] = { + [315] = { + [ts_builtin_sym_end] = ACTIONS(1352), + [sym_identifier] = ACTIONS(1350), + [aux_sym_preproc_include_token1] = ACTIONS(1350), + [aux_sym_preproc_def_token1] = ACTIONS(1350), + [aux_sym_preproc_if_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), + [sym_preproc_directive] = ACTIONS(1350), + [anon_sym_LPAREN2] = ACTIONS(1352), + [anon_sym_BANG] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1350), + [anon_sym_PLUS] = ACTIONS(1350), + [anon_sym_STAR] = ACTIONS(1352), + [anon_sym_AMP] = ACTIONS(1352), + [anon_sym_SEMI] = ACTIONS(1352), + [anon_sym___extension__] = ACTIONS(1350), + [anon_sym_typedef] = ACTIONS(1350), + [anon_sym_extern] = ACTIONS(1350), + [anon_sym___attribute__] = ACTIONS(1350), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), + [anon_sym___declspec] = ACTIONS(1350), + [anon_sym___cdecl] = ACTIONS(1350), + [anon_sym___clrcall] = ACTIONS(1350), + [anon_sym___stdcall] = ACTIONS(1350), + [anon_sym___fastcall] = ACTIONS(1350), + [anon_sym___thiscall] = ACTIONS(1350), + [anon_sym___vectorcall] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1352), + [anon_sym_signed] = ACTIONS(1350), + [anon_sym_unsigned] = ACTIONS(1350), + [anon_sym_long] = ACTIONS(1350), + [anon_sym_short] = ACTIONS(1350), + [anon_sym_static] = ACTIONS(1350), + [anon_sym_auto] = ACTIONS(1350), + [anon_sym_register] = ACTIONS(1350), + [anon_sym_inline] = ACTIONS(1350), + [anon_sym___inline] = ACTIONS(1350), + [anon_sym___inline__] = ACTIONS(1350), + [anon_sym___forceinline] = ACTIONS(1350), + [anon_sym_thread_local] = ACTIONS(1350), + [anon_sym___thread] = ACTIONS(1350), + [anon_sym_const] = ACTIONS(1350), + [anon_sym_constexpr] = ACTIONS(1350), + [anon_sym_volatile] = ACTIONS(1350), + [anon_sym_restrict] = ACTIONS(1350), + [anon_sym___restrict__] = ACTIONS(1350), + [anon_sym__Atomic] = ACTIONS(1350), + [anon_sym__Noreturn] = ACTIONS(1350), + [anon_sym_noreturn] = ACTIONS(1350), + [sym_primitive_type] = ACTIONS(1350), + [anon_sym_enum] = ACTIONS(1350), + [anon_sym_struct] = ACTIONS(1350), + [anon_sym_union] = ACTIONS(1350), + [anon_sym_if] = ACTIONS(1350), + [anon_sym_else] = ACTIONS(1350), + [anon_sym_switch] = ACTIONS(1350), + [anon_sym_case] = ACTIONS(1350), + [anon_sym_default] = ACTIONS(1350), + [anon_sym_while] = ACTIONS(1350), + [anon_sym_do] = ACTIONS(1350), + [anon_sym_for] = ACTIONS(1350), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1350), + [anon_sym_continue] = ACTIONS(1350), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym___try] = ACTIONS(1350), + [anon_sym___leave] = ACTIONS(1350), + [anon_sym_DASH_DASH] = ACTIONS(1352), + [anon_sym_PLUS_PLUS] = ACTIONS(1352), + [anon_sym_sizeof] = ACTIONS(1350), + [anon_sym___alignof__] = ACTIONS(1350), + [anon_sym___alignof] = ACTIONS(1350), + [anon_sym__alignof] = ACTIONS(1350), + [anon_sym_alignof] = ACTIONS(1350), + [anon_sym__Alignof] = ACTIONS(1350), + [anon_sym_offsetof] = ACTIONS(1350), + [anon_sym__Generic] = ACTIONS(1350), + [anon_sym_asm] = ACTIONS(1350), + [anon_sym___asm__] = ACTIONS(1350), + [sym_number_literal] = ACTIONS(1352), + [anon_sym_L_SQUOTE] = ACTIONS(1352), + [anon_sym_u_SQUOTE] = ACTIONS(1352), + [anon_sym_U_SQUOTE] = ACTIONS(1352), + [anon_sym_u8_SQUOTE] = ACTIONS(1352), + [anon_sym_SQUOTE] = ACTIONS(1352), + [anon_sym_L_DQUOTE] = ACTIONS(1352), + [anon_sym_u_DQUOTE] = ACTIONS(1352), + [anon_sym_U_DQUOTE] = ACTIONS(1352), + [anon_sym_u8_DQUOTE] = ACTIONS(1352), + [anon_sym_DQUOTE] = ACTIONS(1352), + [sym_true] = ACTIONS(1350), + [sym_false] = ACTIONS(1350), + [anon_sym_NULL] = ACTIONS(1350), + [anon_sym_nullptr] = ACTIONS(1350), + [sym_comment] = ACTIONS(3), + }, + [316] = { [sym_identifier] = ACTIONS(1358), [aux_sym_preproc_include_token1] = ACTIONS(1358), [aux_sym_preproc_def_token1] = ACTIONS(1358), @@ -52209,202 +52396,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1358), [sym_comment] = ACTIONS(3), }, - [315] = { - [ts_builtin_sym_end] = ACTIONS(1348), - [sym_identifier] = ACTIONS(1346), - [aux_sym_preproc_include_token1] = ACTIONS(1346), - [aux_sym_preproc_def_token1] = ACTIONS(1346), - [aux_sym_preproc_if_token1] = ACTIONS(1346), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1346), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1346), - [sym_preproc_directive] = ACTIONS(1346), - [anon_sym_LPAREN2] = ACTIONS(1348), - [anon_sym_BANG] = ACTIONS(1348), - [anon_sym_TILDE] = ACTIONS(1348), - [anon_sym_DASH] = ACTIONS(1346), - [anon_sym_PLUS] = ACTIONS(1346), - [anon_sym_STAR] = ACTIONS(1348), - [anon_sym_AMP] = ACTIONS(1348), - [anon_sym_SEMI] = ACTIONS(1348), - [anon_sym___extension__] = ACTIONS(1346), - [anon_sym_typedef] = ACTIONS(1346), - [anon_sym_extern] = ACTIONS(1346), - [anon_sym___attribute__] = ACTIONS(1346), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1348), - [anon_sym___declspec] = ACTIONS(1346), - [anon_sym___cdecl] = ACTIONS(1346), - [anon_sym___clrcall] = ACTIONS(1346), - [anon_sym___stdcall] = ACTIONS(1346), - [anon_sym___fastcall] = ACTIONS(1346), - [anon_sym___thiscall] = ACTIONS(1346), - [anon_sym___vectorcall] = ACTIONS(1346), - [anon_sym_LBRACE] = ACTIONS(1348), - [anon_sym_signed] = ACTIONS(1346), - [anon_sym_unsigned] = ACTIONS(1346), - [anon_sym_long] = ACTIONS(1346), - [anon_sym_short] = ACTIONS(1346), - [anon_sym_static] = ACTIONS(1346), - [anon_sym_auto] = ACTIONS(1346), - [anon_sym_register] = ACTIONS(1346), - [anon_sym_inline] = ACTIONS(1346), - [anon_sym___inline] = ACTIONS(1346), - [anon_sym___inline__] = ACTIONS(1346), - [anon_sym___forceinline] = ACTIONS(1346), - [anon_sym_thread_local] = ACTIONS(1346), - [anon_sym___thread] = ACTIONS(1346), - [anon_sym_const] = ACTIONS(1346), - [anon_sym_constexpr] = ACTIONS(1346), - [anon_sym_volatile] = ACTIONS(1346), - [anon_sym_restrict] = ACTIONS(1346), - [anon_sym___restrict__] = ACTIONS(1346), - [anon_sym__Atomic] = ACTIONS(1346), - [anon_sym__Noreturn] = ACTIONS(1346), - [anon_sym_noreturn] = ACTIONS(1346), - [sym_primitive_type] = ACTIONS(1346), - [anon_sym_enum] = ACTIONS(1346), - [anon_sym_struct] = ACTIONS(1346), - [anon_sym_union] = ACTIONS(1346), - [anon_sym_if] = ACTIONS(1346), - [anon_sym_else] = ACTIONS(1346), - [anon_sym_switch] = ACTIONS(1346), - [anon_sym_case] = ACTIONS(1346), - [anon_sym_default] = ACTIONS(1346), - [anon_sym_while] = ACTIONS(1346), - [anon_sym_do] = ACTIONS(1346), - [anon_sym_for] = ACTIONS(1346), - [anon_sym_return] = ACTIONS(1346), - [anon_sym_break] = ACTIONS(1346), - [anon_sym_continue] = ACTIONS(1346), - [anon_sym_goto] = ACTIONS(1346), - [anon_sym___try] = ACTIONS(1346), - [anon_sym___leave] = ACTIONS(1346), - [anon_sym_DASH_DASH] = ACTIONS(1348), - [anon_sym_PLUS_PLUS] = ACTIONS(1348), - [anon_sym_sizeof] = ACTIONS(1346), - [anon_sym___alignof__] = ACTIONS(1346), - [anon_sym___alignof] = ACTIONS(1346), - [anon_sym__alignof] = ACTIONS(1346), - [anon_sym_alignof] = ACTIONS(1346), - [anon_sym__Alignof] = ACTIONS(1346), - [anon_sym_offsetof] = ACTIONS(1346), - [anon_sym__Generic] = ACTIONS(1346), - [anon_sym_asm] = ACTIONS(1346), - [anon_sym___asm__] = ACTIONS(1346), - [sym_number_literal] = ACTIONS(1348), - [anon_sym_L_SQUOTE] = ACTIONS(1348), - [anon_sym_u_SQUOTE] = ACTIONS(1348), - [anon_sym_U_SQUOTE] = ACTIONS(1348), - [anon_sym_u8_SQUOTE] = ACTIONS(1348), - [anon_sym_SQUOTE] = ACTIONS(1348), - [anon_sym_L_DQUOTE] = ACTIONS(1348), - [anon_sym_u_DQUOTE] = ACTIONS(1348), - [anon_sym_U_DQUOTE] = ACTIONS(1348), - [anon_sym_u8_DQUOTE] = ACTIONS(1348), - [anon_sym_DQUOTE] = ACTIONS(1348), - [sym_true] = ACTIONS(1346), - [sym_false] = ACTIONS(1346), - [anon_sym_NULL] = ACTIONS(1346), - [anon_sym_nullptr] = ACTIONS(1346), - [sym_comment] = ACTIONS(3), - }, - [316] = { - [sym_identifier] = ACTIONS(1344), - [aux_sym_preproc_include_token1] = ACTIONS(1344), - [aux_sym_preproc_def_token1] = ACTIONS(1344), - [aux_sym_preproc_if_token1] = ACTIONS(1344), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1344), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1344), - [sym_preproc_directive] = ACTIONS(1344), - [anon_sym_LPAREN2] = ACTIONS(1342), - [anon_sym_BANG] = ACTIONS(1342), - [anon_sym_TILDE] = ACTIONS(1342), - [anon_sym_DASH] = ACTIONS(1344), - [anon_sym_PLUS] = ACTIONS(1344), - [anon_sym_STAR] = ACTIONS(1342), - [anon_sym_AMP] = ACTIONS(1342), - [anon_sym_SEMI] = ACTIONS(1342), - [anon_sym___extension__] = ACTIONS(1344), - [anon_sym_typedef] = ACTIONS(1344), - [anon_sym_extern] = ACTIONS(1344), - [anon_sym___attribute__] = ACTIONS(1344), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1342), - [anon_sym___declspec] = ACTIONS(1344), - [anon_sym___cdecl] = ACTIONS(1344), - [anon_sym___clrcall] = ACTIONS(1344), - [anon_sym___stdcall] = ACTIONS(1344), - [anon_sym___fastcall] = ACTIONS(1344), - [anon_sym___thiscall] = ACTIONS(1344), - [anon_sym___vectorcall] = ACTIONS(1344), - [anon_sym_LBRACE] = ACTIONS(1342), - [anon_sym_RBRACE] = ACTIONS(1342), - [anon_sym_signed] = ACTIONS(1344), - [anon_sym_unsigned] = ACTIONS(1344), - [anon_sym_long] = ACTIONS(1344), - [anon_sym_short] = ACTIONS(1344), - [anon_sym_static] = ACTIONS(1344), - [anon_sym_auto] = ACTIONS(1344), - [anon_sym_register] = ACTIONS(1344), - [anon_sym_inline] = ACTIONS(1344), - [anon_sym___inline] = ACTIONS(1344), - [anon_sym___inline__] = ACTIONS(1344), - [anon_sym___forceinline] = ACTIONS(1344), - [anon_sym_thread_local] = ACTIONS(1344), - [anon_sym___thread] = ACTIONS(1344), - [anon_sym_const] = ACTIONS(1344), - [anon_sym_constexpr] = ACTIONS(1344), - [anon_sym_volatile] = ACTIONS(1344), - [anon_sym_restrict] = ACTIONS(1344), - [anon_sym___restrict__] = ACTIONS(1344), - [anon_sym__Atomic] = ACTIONS(1344), - [anon_sym__Noreturn] = ACTIONS(1344), - [anon_sym_noreturn] = ACTIONS(1344), - [sym_primitive_type] = ACTIONS(1344), - [anon_sym_enum] = ACTIONS(1344), - [anon_sym_struct] = ACTIONS(1344), - [anon_sym_union] = ACTIONS(1344), - [anon_sym_if] = ACTIONS(1344), - [anon_sym_else] = ACTIONS(1344), - [anon_sym_switch] = ACTIONS(1344), - [anon_sym_case] = ACTIONS(1344), - [anon_sym_default] = ACTIONS(1344), - [anon_sym_while] = ACTIONS(1344), - [anon_sym_do] = ACTIONS(1344), - [anon_sym_for] = ACTIONS(1344), - [anon_sym_return] = ACTIONS(1344), - [anon_sym_break] = ACTIONS(1344), - [anon_sym_continue] = ACTIONS(1344), - [anon_sym_goto] = ACTIONS(1344), - [anon_sym___try] = ACTIONS(1344), - [anon_sym___leave] = ACTIONS(1344), - [anon_sym_DASH_DASH] = ACTIONS(1342), - [anon_sym_PLUS_PLUS] = ACTIONS(1342), - [anon_sym_sizeof] = ACTIONS(1344), - [anon_sym___alignof__] = ACTIONS(1344), - [anon_sym___alignof] = ACTIONS(1344), - [anon_sym__alignof] = ACTIONS(1344), - [anon_sym_alignof] = ACTIONS(1344), - [anon_sym__Alignof] = ACTIONS(1344), - [anon_sym_offsetof] = ACTIONS(1344), - [anon_sym__Generic] = ACTIONS(1344), - [anon_sym_asm] = ACTIONS(1344), - [anon_sym___asm__] = ACTIONS(1344), - [sym_number_literal] = ACTIONS(1342), - [anon_sym_L_SQUOTE] = ACTIONS(1342), - [anon_sym_u_SQUOTE] = ACTIONS(1342), - [anon_sym_U_SQUOTE] = ACTIONS(1342), - [anon_sym_u8_SQUOTE] = ACTIONS(1342), - [anon_sym_SQUOTE] = ACTIONS(1342), - [anon_sym_L_DQUOTE] = ACTIONS(1342), - [anon_sym_u_DQUOTE] = ACTIONS(1342), - [anon_sym_U_DQUOTE] = ACTIONS(1342), - [anon_sym_u8_DQUOTE] = ACTIONS(1342), - [anon_sym_DQUOTE] = ACTIONS(1342), - [sym_true] = ACTIONS(1344), - [sym_false] = ACTIONS(1344), - [anon_sym_NULL] = ACTIONS(1344), - [anon_sym_nullptr] = ACTIONS(1344), - [sym_comment] = ACTIONS(3), - }, [317] = { [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), @@ -52504,6 +52495,202 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [318] = { + [sym_identifier] = ACTIONS(1310), + [aux_sym_preproc_include_token1] = ACTIONS(1310), + [aux_sym_preproc_def_token1] = ACTIONS(1310), + [aux_sym_preproc_if_token1] = ACTIONS(1310), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1310), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1310), + [sym_preproc_directive] = ACTIONS(1310), + [anon_sym_LPAREN2] = ACTIONS(1312), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_TILDE] = ACTIONS(1312), + [anon_sym_DASH] = ACTIONS(1310), + [anon_sym_PLUS] = ACTIONS(1310), + [anon_sym_STAR] = ACTIONS(1312), + [anon_sym_AMP] = ACTIONS(1312), + [anon_sym_SEMI] = ACTIONS(1312), + [anon_sym___extension__] = ACTIONS(1310), + [anon_sym_typedef] = ACTIONS(1310), + [anon_sym_extern] = ACTIONS(1310), + [anon_sym___attribute__] = ACTIONS(1310), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1312), + [anon_sym___declspec] = ACTIONS(1310), + [anon_sym___cdecl] = ACTIONS(1310), + [anon_sym___clrcall] = ACTIONS(1310), + [anon_sym___stdcall] = ACTIONS(1310), + [anon_sym___fastcall] = ACTIONS(1310), + [anon_sym___thiscall] = ACTIONS(1310), + [anon_sym___vectorcall] = ACTIONS(1310), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_RBRACE] = ACTIONS(1312), + [anon_sym_signed] = ACTIONS(1310), + [anon_sym_unsigned] = ACTIONS(1310), + [anon_sym_long] = ACTIONS(1310), + [anon_sym_short] = ACTIONS(1310), + [anon_sym_static] = ACTIONS(1310), + [anon_sym_auto] = ACTIONS(1310), + [anon_sym_register] = ACTIONS(1310), + [anon_sym_inline] = ACTIONS(1310), + [anon_sym___inline] = ACTIONS(1310), + [anon_sym___inline__] = ACTIONS(1310), + [anon_sym___forceinline] = ACTIONS(1310), + [anon_sym_thread_local] = ACTIONS(1310), + [anon_sym___thread] = ACTIONS(1310), + [anon_sym_const] = ACTIONS(1310), + [anon_sym_constexpr] = ACTIONS(1310), + [anon_sym_volatile] = ACTIONS(1310), + [anon_sym_restrict] = ACTIONS(1310), + [anon_sym___restrict__] = ACTIONS(1310), + [anon_sym__Atomic] = ACTIONS(1310), + [anon_sym__Noreturn] = ACTIONS(1310), + [anon_sym_noreturn] = ACTIONS(1310), + [sym_primitive_type] = ACTIONS(1310), + [anon_sym_enum] = ACTIONS(1310), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_union] = ACTIONS(1310), + [anon_sym_if] = ACTIONS(1310), + [anon_sym_else] = ACTIONS(1310), + [anon_sym_switch] = ACTIONS(1310), + [anon_sym_case] = ACTIONS(1310), + [anon_sym_default] = ACTIONS(1310), + [anon_sym_while] = ACTIONS(1310), + [anon_sym_do] = ACTIONS(1310), + [anon_sym_for] = ACTIONS(1310), + [anon_sym_return] = ACTIONS(1310), + [anon_sym_break] = ACTIONS(1310), + [anon_sym_continue] = ACTIONS(1310), + [anon_sym_goto] = ACTIONS(1310), + [anon_sym___try] = ACTIONS(1310), + [anon_sym___leave] = ACTIONS(1310), + [anon_sym_DASH_DASH] = ACTIONS(1312), + [anon_sym_PLUS_PLUS] = ACTIONS(1312), + [anon_sym_sizeof] = ACTIONS(1310), + [anon_sym___alignof__] = ACTIONS(1310), + [anon_sym___alignof] = ACTIONS(1310), + [anon_sym__alignof] = ACTIONS(1310), + [anon_sym_alignof] = ACTIONS(1310), + [anon_sym__Alignof] = ACTIONS(1310), + [anon_sym_offsetof] = ACTIONS(1310), + [anon_sym__Generic] = ACTIONS(1310), + [anon_sym_asm] = ACTIONS(1310), + [anon_sym___asm__] = ACTIONS(1310), + [sym_number_literal] = ACTIONS(1312), + [anon_sym_L_SQUOTE] = ACTIONS(1312), + [anon_sym_u_SQUOTE] = ACTIONS(1312), + [anon_sym_U_SQUOTE] = ACTIONS(1312), + [anon_sym_u8_SQUOTE] = ACTIONS(1312), + [anon_sym_SQUOTE] = ACTIONS(1312), + [anon_sym_L_DQUOTE] = ACTIONS(1312), + [anon_sym_u_DQUOTE] = ACTIONS(1312), + [anon_sym_U_DQUOTE] = ACTIONS(1312), + [anon_sym_u8_DQUOTE] = ACTIONS(1312), + [anon_sym_DQUOTE] = ACTIONS(1312), + [sym_true] = ACTIONS(1310), + [sym_false] = ACTIONS(1310), + [anon_sym_NULL] = ACTIONS(1310), + [anon_sym_nullptr] = ACTIONS(1310), + [sym_comment] = ACTIONS(3), + }, + [319] = { + [ts_builtin_sym_end] = ACTIONS(1400), + [sym_identifier] = ACTIONS(1398), + [aux_sym_preproc_include_token1] = ACTIONS(1398), + [aux_sym_preproc_def_token1] = ACTIONS(1398), + [aux_sym_preproc_if_token1] = ACTIONS(1398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1398), + [sym_preproc_directive] = ACTIONS(1398), + [anon_sym_LPAREN2] = ACTIONS(1400), + [anon_sym_BANG] = ACTIONS(1400), + [anon_sym_TILDE] = ACTIONS(1400), + [anon_sym_DASH] = ACTIONS(1398), + [anon_sym_PLUS] = ACTIONS(1398), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_AMP] = ACTIONS(1400), + [anon_sym_SEMI] = ACTIONS(1400), + [anon_sym___extension__] = ACTIONS(1398), + [anon_sym_typedef] = ACTIONS(1398), + [anon_sym_extern] = ACTIONS(1398), + [anon_sym___attribute__] = ACTIONS(1398), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1400), + [anon_sym___declspec] = ACTIONS(1398), + [anon_sym___cdecl] = ACTIONS(1398), + [anon_sym___clrcall] = ACTIONS(1398), + [anon_sym___stdcall] = ACTIONS(1398), + [anon_sym___fastcall] = ACTIONS(1398), + [anon_sym___thiscall] = ACTIONS(1398), + [anon_sym___vectorcall] = ACTIONS(1398), + [anon_sym_LBRACE] = ACTIONS(1400), + [anon_sym_signed] = ACTIONS(1398), + [anon_sym_unsigned] = ACTIONS(1398), + [anon_sym_long] = ACTIONS(1398), + [anon_sym_short] = ACTIONS(1398), + [anon_sym_static] = ACTIONS(1398), + [anon_sym_auto] = ACTIONS(1398), + [anon_sym_register] = ACTIONS(1398), + [anon_sym_inline] = ACTIONS(1398), + [anon_sym___inline] = ACTIONS(1398), + [anon_sym___inline__] = ACTIONS(1398), + [anon_sym___forceinline] = ACTIONS(1398), + [anon_sym_thread_local] = ACTIONS(1398), + [anon_sym___thread] = ACTIONS(1398), + [anon_sym_const] = ACTIONS(1398), + [anon_sym_constexpr] = ACTIONS(1398), + [anon_sym_volatile] = ACTIONS(1398), + [anon_sym_restrict] = ACTIONS(1398), + [anon_sym___restrict__] = ACTIONS(1398), + [anon_sym__Atomic] = ACTIONS(1398), + [anon_sym__Noreturn] = ACTIONS(1398), + [anon_sym_noreturn] = ACTIONS(1398), + [sym_primitive_type] = ACTIONS(1398), + [anon_sym_enum] = ACTIONS(1398), + [anon_sym_struct] = ACTIONS(1398), + [anon_sym_union] = ACTIONS(1398), + [anon_sym_if] = ACTIONS(1398), + [anon_sym_else] = ACTIONS(1398), + [anon_sym_switch] = ACTIONS(1398), + [anon_sym_case] = ACTIONS(1398), + [anon_sym_default] = ACTIONS(1398), + [anon_sym_while] = ACTIONS(1398), + [anon_sym_do] = ACTIONS(1398), + [anon_sym_for] = ACTIONS(1398), + [anon_sym_return] = ACTIONS(1398), + [anon_sym_break] = ACTIONS(1398), + [anon_sym_continue] = ACTIONS(1398), + [anon_sym_goto] = ACTIONS(1398), + [anon_sym___try] = ACTIONS(1398), + [anon_sym___leave] = ACTIONS(1398), + [anon_sym_DASH_DASH] = ACTIONS(1400), + [anon_sym_PLUS_PLUS] = ACTIONS(1400), + [anon_sym_sizeof] = ACTIONS(1398), + [anon_sym___alignof__] = ACTIONS(1398), + [anon_sym___alignof] = ACTIONS(1398), + [anon_sym__alignof] = ACTIONS(1398), + [anon_sym_alignof] = ACTIONS(1398), + [anon_sym__Alignof] = ACTIONS(1398), + [anon_sym_offsetof] = ACTIONS(1398), + [anon_sym__Generic] = ACTIONS(1398), + [anon_sym_asm] = ACTIONS(1398), + [anon_sym___asm__] = ACTIONS(1398), + [sym_number_literal] = ACTIONS(1400), + [anon_sym_L_SQUOTE] = ACTIONS(1400), + [anon_sym_u_SQUOTE] = ACTIONS(1400), + [anon_sym_U_SQUOTE] = ACTIONS(1400), + [anon_sym_u8_SQUOTE] = ACTIONS(1400), + [anon_sym_SQUOTE] = ACTIONS(1400), + [anon_sym_L_DQUOTE] = ACTIONS(1400), + [anon_sym_u_DQUOTE] = ACTIONS(1400), + [anon_sym_U_DQUOTE] = ACTIONS(1400), + [anon_sym_u8_DQUOTE] = ACTIONS(1400), + [anon_sym_DQUOTE] = ACTIONS(1400), + [sym_true] = ACTIONS(1398), + [sym_false] = ACTIONS(1398), + [anon_sym_NULL] = ACTIONS(1398), + [anon_sym_nullptr] = ACTIONS(1398), + [sym_comment] = ACTIONS(3), + }, + [320] = { [ts_builtin_sym_end] = ACTIONS(1332), [sym_identifier] = ACTIONS(1330), [aux_sym_preproc_include_token1] = ACTIONS(1330), @@ -52601,7 +52788,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1330), [sym_comment] = ACTIONS(3), }, - [319] = { + [321] = { [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), [aux_sym_preproc_def_token1] = ACTIONS(1310), @@ -52699,11 +52886,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [320] = { + [322] = { [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), [aux_sym_preproc_def_token1] = ACTIONS(1310), [aux_sym_preproc_if_token1] = ACTIONS(1310), + [aux_sym_preproc_if_token2] = ACTIONS(1310), [aux_sym_preproc_ifdef_token1] = ACTIONS(1310), [aux_sym_preproc_ifdef_token2] = ACTIONS(1310), [sym_preproc_directive] = ACTIONS(1310), @@ -52728,7 +52916,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1310), [anon_sym___vectorcall] = ACTIONS(1310), [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_RBRACE] = ACTIONS(1312), [anon_sym_signed] = ACTIONS(1310), [anon_sym_unsigned] = ACTIONS(1310), [anon_sym_long] = ACTIONS(1310), @@ -52797,11 +52984,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [321] = { + [323] = { [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), [aux_sym_preproc_def_token1] = ACTIONS(1310), [aux_sym_preproc_if_token1] = ACTIONS(1310), + [aux_sym_preproc_if_token2] = ACTIONS(1310), [aux_sym_preproc_ifdef_token1] = ACTIONS(1310), [aux_sym_preproc_ifdef_token2] = ACTIONS(1310), [sym_preproc_directive] = ACTIONS(1310), @@ -52826,7 +53014,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1310), [anon_sym___vectorcall] = ACTIONS(1310), [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_RBRACE] = ACTIONS(1312), [anon_sym_signed] = ACTIONS(1310), [anon_sym_unsigned] = ACTIONS(1310), [anon_sym_long] = ACTIONS(1310), @@ -52895,7 +53082,105 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [322] = { + [324] = { + [sym_identifier] = ACTIONS(1310), + [aux_sym_preproc_include_token1] = ACTIONS(1310), + [aux_sym_preproc_def_token1] = ACTIONS(1310), + [aux_sym_preproc_if_token1] = ACTIONS(1310), + [aux_sym_preproc_if_token2] = ACTIONS(1310), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1310), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1310), + [sym_preproc_directive] = ACTIONS(1310), + [anon_sym_LPAREN2] = ACTIONS(1312), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_TILDE] = ACTIONS(1312), + [anon_sym_DASH] = ACTIONS(1310), + [anon_sym_PLUS] = ACTIONS(1310), + [anon_sym_STAR] = ACTIONS(1312), + [anon_sym_AMP] = ACTIONS(1312), + [anon_sym_SEMI] = ACTIONS(1312), + [anon_sym___extension__] = ACTIONS(1310), + [anon_sym_typedef] = ACTIONS(1310), + [anon_sym_extern] = ACTIONS(1310), + [anon_sym___attribute__] = ACTIONS(1310), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1312), + [anon_sym___declspec] = ACTIONS(1310), + [anon_sym___cdecl] = ACTIONS(1310), + [anon_sym___clrcall] = ACTIONS(1310), + [anon_sym___stdcall] = ACTIONS(1310), + [anon_sym___fastcall] = ACTIONS(1310), + [anon_sym___thiscall] = ACTIONS(1310), + [anon_sym___vectorcall] = ACTIONS(1310), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_signed] = ACTIONS(1310), + [anon_sym_unsigned] = ACTIONS(1310), + [anon_sym_long] = ACTIONS(1310), + [anon_sym_short] = ACTIONS(1310), + [anon_sym_static] = ACTIONS(1310), + [anon_sym_auto] = ACTIONS(1310), + [anon_sym_register] = ACTIONS(1310), + [anon_sym_inline] = ACTIONS(1310), + [anon_sym___inline] = ACTIONS(1310), + [anon_sym___inline__] = ACTIONS(1310), + [anon_sym___forceinline] = ACTIONS(1310), + [anon_sym_thread_local] = ACTIONS(1310), + [anon_sym___thread] = ACTIONS(1310), + [anon_sym_const] = ACTIONS(1310), + [anon_sym_constexpr] = ACTIONS(1310), + [anon_sym_volatile] = ACTIONS(1310), + [anon_sym_restrict] = ACTIONS(1310), + [anon_sym___restrict__] = ACTIONS(1310), + [anon_sym__Atomic] = ACTIONS(1310), + [anon_sym__Noreturn] = ACTIONS(1310), + [anon_sym_noreturn] = ACTIONS(1310), + [sym_primitive_type] = ACTIONS(1310), + [anon_sym_enum] = ACTIONS(1310), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_union] = ACTIONS(1310), + [anon_sym_if] = ACTIONS(1310), + [anon_sym_else] = ACTIONS(1310), + [anon_sym_switch] = ACTIONS(1310), + [anon_sym_case] = ACTIONS(1310), + [anon_sym_default] = ACTIONS(1310), + [anon_sym_while] = ACTIONS(1310), + [anon_sym_do] = ACTIONS(1310), + [anon_sym_for] = ACTIONS(1310), + [anon_sym_return] = ACTIONS(1310), + [anon_sym_break] = ACTIONS(1310), + [anon_sym_continue] = ACTIONS(1310), + [anon_sym_goto] = ACTIONS(1310), + [anon_sym___try] = ACTIONS(1310), + [anon_sym___leave] = ACTIONS(1310), + [anon_sym_DASH_DASH] = ACTIONS(1312), + [anon_sym_PLUS_PLUS] = ACTIONS(1312), + [anon_sym_sizeof] = ACTIONS(1310), + [anon_sym___alignof__] = ACTIONS(1310), + [anon_sym___alignof] = ACTIONS(1310), + [anon_sym__alignof] = ACTIONS(1310), + [anon_sym_alignof] = ACTIONS(1310), + [anon_sym__Alignof] = ACTIONS(1310), + [anon_sym_offsetof] = ACTIONS(1310), + [anon_sym__Generic] = ACTIONS(1310), + [anon_sym_asm] = ACTIONS(1310), + [anon_sym___asm__] = ACTIONS(1310), + [sym_number_literal] = ACTIONS(1312), + [anon_sym_L_SQUOTE] = ACTIONS(1312), + [anon_sym_u_SQUOTE] = ACTIONS(1312), + [anon_sym_U_SQUOTE] = ACTIONS(1312), + [anon_sym_u8_SQUOTE] = ACTIONS(1312), + [anon_sym_SQUOTE] = ACTIONS(1312), + [anon_sym_L_DQUOTE] = ACTIONS(1312), + [anon_sym_u_DQUOTE] = ACTIONS(1312), + [anon_sym_U_DQUOTE] = ACTIONS(1312), + [anon_sym_u8_DQUOTE] = ACTIONS(1312), + [anon_sym_DQUOTE] = ACTIONS(1312), + [sym_true] = ACTIONS(1310), + [sym_false] = ACTIONS(1310), + [anon_sym_NULL] = ACTIONS(1310), + [anon_sym_nullptr] = ACTIONS(1310), + [sym_comment] = ACTIONS(3), + }, + [325] = { [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), [aux_sym_preproc_def_token1] = ACTIONS(1310), @@ -52993,7 +53278,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [323] = { + [326] = { [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), [aux_sym_preproc_def_token1] = ACTIONS(1310), @@ -53091,12 +53376,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [324] = { + [327] = { [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), [aux_sym_preproc_def_token1] = ACTIONS(1310), [aux_sym_preproc_if_token1] = ACTIONS(1310), - [aux_sym_preproc_if_token2] = ACTIONS(1310), [aux_sym_preproc_ifdef_token1] = ACTIONS(1310), [aux_sym_preproc_ifdef_token2] = ACTIONS(1310), [sym_preproc_directive] = ACTIONS(1310), @@ -53121,6 +53405,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1310), [anon_sym___vectorcall] = ACTIONS(1310), [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_RBRACE] = ACTIONS(1312), [anon_sym_signed] = ACTIONS(1310), [anon_sym_unsigned] = ACTIONS(1310), [anon_sym_long] = ACTIONS(1310), @@ -53189,7 +53474,105 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [325] = { + [328] = { + [sym_identifier] = ACTIONS(1298), + [aux_sym_preproc_include_token1] = ACTIONS(1298), + [aux_sym_preproc_def_token1] = ACTIONS(1298), + [aux_sym_preproc_if_token1] = ACTIONS(1298), + [aux_sym_preproc_if_token2] = ACTIONS(1298), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1298), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1298), + [sym_preproc_directive] = ACTIONS(1298), + [anon_sym_LPAREN2] = ACTIONS(1300), + [anon_sym_BANG] = ACTIONS(1300), + [anon_sym_TILDE] = ACTIONS(1300), + [anon_sym_DASH] = ACTIONS(1298), + [anon_sym_PLUS] = ACTIONS(1298), + [anon_sym_STAR] = ACTIONS(1300), + [anon_sym_AMP] = ACTIONS(1300), + [anon_sym_SEMI] = ACTIONS(1300), + [anon_sym___extension__] = ACTIONS(1298), + [anon_sym_typedef] = ACTIONS(1298), + [anon_sym_extern] = ACTIONS(1298), + [anon_sym___attribute__] = ACTIONS(1298), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1300), + [anon_sym___declspec] = ACTIONS(1298), + [anon_sym___cdecl] = ACTIONS(1298), + [anon_sym___clrcall] = ACTIONS(1298), + [anon_sym___stdcall] = ACTIONS(1298), + [anon_sym___fastcall] = ACTIONS(1298), + [anon_sym___thiscall] = ACTIONS(1298), + [anon_sym___vectorcall] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_signed] = ACTIONS(1298), + [anon_sym_unsigned] = ACTIONS(1298), + [anon_sym_long] = ACTIONS(1298), + [anon_sym_short] = ACTIONS(1298), + [anon_sym_static] = ACTIONS(1298), + [anon_sym_auto] = ACTIONS(1298), + [anon_sym_register] = ACTIONS(1298), + [anon_sym_inline] = ACTIONS(1298), + [anon_sym___inline] = ACTIONS(1298), + [anon_sym___inline__] = ACTIONS(1298), + [anon_sym___forceinline] = ACTIONS(1298), + [anon_sym_thread_local] = ACTIONS(1298), + [anon_sym___thread] = ACTIONS(1298), + [anon_sym_const] = ACTIONS(1298), + [anon_sym_constexpr] = ACTIONS(1298), + [anon_sym_volatile] = ACTIONS(1298), + [anon_sym_restrict] = ACTIONS(1298), + [anon_sym___restrict__] = ACTIONS(1298), + [anon_sym__Atomic] = ACTIONS(1298), + [anon_sym__Noreturn] = ACTIONS(1298), + [anon_sym_noreturn] = ACTIONS(1298), + [sym_primitive_type] = ACTIONS(1298), + [anon_sym_enum] = ACTIONS(1298), + [anon_sym_struct] = ACTIONS(1298), + [anon_sym_union] = ACTIONS(1298), + [anon_sym_if] = ACTIONS(1298), + [anon_sym_else] = ACTIONS(1298), + [anon_sym_switch] = ACTIONS(1298), + [anon_sym_case] = ACTIONS(1298), + [anon_sym_default] = ACTIONS(1298), + [anon_sym_while] = ACTIONS(1298), + [anon_sym_do] = ACTIONS(1298), + [anon_sym_for] = ACTIONS(1298), + [anon_sym_return] = ACTIONS(1298), + [anon_sym_break] = ACTIONS(1298), + [anon_sym_continue] = ACTIONS(1298), + [anon_sym_goto] = ACTIONS(1298), + [anon_sym___try] = ACTIONS(1298), + [anon_sym___leave] = ACTIONS(1298), + [anon_sym_DASH_DASH] = ACTIONS(1300), + [anon_sym_PLUS_PLUS] = ACTIONS(1300), + [anon_sym_sizeof] = ACTIONS(1298), + [anon_sym___alignof__] = ACTIONS(1298), + [anon_sym___alignof] = ACTIONS(1298), + [anon_sym__alignof] = ACTIONS(1298), + [anon_sym_alignof] = ACTIONS(1298), + [anon_sym__Alignof] = ACTIONS(1298), + [anon_sym_offsetof] = ACTIONS(1298), + [anon_sym__Generic] = ACTIONS(1298), + [anon_sym_asm] = ACTIONS(1298), + [anon_sym___asm__] = ACTIONS(1298), + [sym_number_literal] = ACTIONS(1300), + [anon_sym_L_SQUOTE] = ACTIONS(1300), + [anon_sym_u_SQUOTE] = ACTIONS(1300), + [anon_sym_U_SQUOTE] = ACTIONS(1300), + [anon_sym_u8_SQUOTE] = ACTIONS(1300), + [anon_sym_SQUOTE] = ACTIONS(1300), + [anon_sym_L_DQUOTE] = ACTIONS(1300), + [anon_sym_u_DQUOTE] = ACTIONS(1300), + [anon_sym_U_DQUOTE] = ACTIONS(1300), + [anon_sym_u8_DQUOTE] = ACTIONS(1300), + [anon_sym_DQUOTE] = ACTIONS(1300), + [sym_true] = ACTIONS(1298), + [sym_false] = ACTIONS(1298), + [anon_sym_NULL] = ACTIONS(1298), + [anon_sym_nullptr] = ACTIONS(1298), + [sym_comment] = ACTIONS(3), + }, + [329] = { [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), [aux_sym_preproc_def_token1] = ACTIONS(1310), @@ -53287,7 +53670,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [326] = { + [330] = { [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), [aux_sym_preproc_def_token1] = ACTIONS(1310), @@ -53385,7 +53768,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [327] = { + [331] = { [sym_identifier] = ACTIONS(1354), [aux_sym_preproc_include_token1] = ACTIONS(1354), [aux_sym_preproc_def_token1] = ACTIONS(1354), @@ -53483,208 +53866,109 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1354), [sym_comment] = ACTIONS(3), }, - [328] = { - [sym_identifier] = ACTIONS(1350), - [aux_sym_preproc_include_token1] = ACTIONS(1350), - [aux_sym_preproc_def_token1] = ACTIONS(1350), - [aux_sym_preproc_if_token1] = ACTIONS(1350), - [aux_sym_preproc_if_token2] = ACTIONS(1350), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1350), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1350), - [sym_preproc_directive] = ACTIONS(1350), - [anon_sym_LPAREN2] = ACTIONS(1352), - [anon_sym_BANG] = ACTIONS(1352), - [anon_sym_TILDE] = ACTIONS(1352), - [anon_sym_DASH] = ACTIONS(1350), - [anon_sym_PLUS] = ACTIONS(1350), - [anon_sym_STAR] = ACTIONS(1352), - [anon_sym_AMP] = ACTIONS(1352), - [anon_sym_SEMI] = ACTIONS(1352), - [anon_sym___extension__] = ACTIONS(1350), - [anon_sym_typedef] = ACTIONS(1350), - [anon_sym_extern] = ACTIONS(1350), - [anon_sym___attribute__] = ACTIONS(1350), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1352), - [anon_sym___declspec] = ACTIONS(1350), - [anon_sym___cdecl] = ACTIONS(1350), - [anon_sym___clrcall] = ACTIONS(1350), - [anon_sym___stdcall] = ACTIONS(1350), - [anon_sym___fastcall] = ACTIONS(1350), - [anon_sym___thiscall] = ACTIONS(1350), - [anon_sym___vectorcall] = ACTIONS(1350), - [anon_sym_LBRACE] = ACTIONS(1352), - [anon_sym_signed] = ACTIONS(1350), - [anon_sym_unsigned] = ACTIONS(1350), - [anon_sym_long] = ACTIONS(1350), - [anon_sym_short] = ACTIONS(1350), - [anon_sym_static] = ACTIONS(1350), - [anon_sym_auto] = ACTIONS(1350), - [anon_sym_register] = ACTIONS(1350), - [anon_sym_inline] = ACTIONS(1350), - [anon_sym___inline] = ACTIONS(1350), - [anon_sym___inline__] = ACTIONS(1350), - [anon_sym___forceinline] = ACTIONS(1350), - [anon_sym_thread_local] = ACTIONS(1350), - [anon_sym___thread] = ACTIONS(1350), - [anon_sym_const] = ACTIONS(1350), - [anon_sym_constexpr] = ACTIONS(1350), - [anon_sym_volatile] = ACTIONS(1350), - [anon_sym_restrict] = ACTIONS(1350), - [anon_sym___restrict__] = ACTIONS(1350), - [anon_sym__Atomic] = ACTIONS(1350), - [anon_sym__Noreturn] = ACTIONS(1350), - [anon_sym_noreturn] = ACTIONS(1350), - [sym_primitive_type] = ACTIONS(1350), - [anon_sym_enum] = ACTIONS(1350), - [anon_sym_struct] = ACTIONS(1350), - [anon_sym_union] = ACTIONS(1350), - [anon_sym_if] = ACTIONS(1350), - [anon_sym_else] = ACTIONS(1350), - [anon_sym_switch] = ACTIONS(1350), - [anon_sym_case] = ACTIONS(1350), - [anon_sym_default] = ACTIONS(1350), - [anon_sym_while] = ACTIONS(1350), - [anon_sym_do] = ACTIONS(1350), - [anon_sym_for] = ACTIONS(1350), - [anon_sym_return] = ACTIONS(1350), - [anon_sym_break] = ACTIONS(1350), - [anon_sym_continue] = ACTIONS(1350), - [anon_sym_goto] = ACTIONS(1350), - [anon_sym___try] = ACTIONS(1350), - [anon_sym___leave] = ACTIONS(1350), - [anon_sym_DASH_DASH] = ACTIONS(1352), - [anon_sym_PLUS_PLUS] = ACTIONS(1352), - [anon_sym_sizeof] = ACTIONS(1350), - [anon_sym___alignof__] = ACTIONS(1350), - [anon_sym___alignof] = ACTIONS(1350), - [anon_sym__alignof] = ACTIONS(1350), - [anon_sym_alignof] = ACTIONS(1350), - [anon_sym__Alignof] = ACTIONS(1350), - [anon_sym_offsetof] = ACTIONS(1350), - [anon_sym__Generic] = ACTIONS(1350), - [anon_sym_asm] = ACTIONS(1350), - [anon_sym___asm__] = ACTIONS(1350), - [sym_number_literal] = ACTIONS(1352), - [anon_sym_L_SQUOTE] = ACTIONS(1352), - [anon_sym_u_SQUOTE] = ACTIONS(1352), - [anon_sym_U_SQUOTE] = ACTIONS(1352), - [anon_sym_u8_SQUOTE] = ACTIONS(1352), - [anon_sym_SQUOTE] = ACTIONS(1352), - [anon_sym_L_DQUOTE] = ACTIONS(1352), - [anon_sym_u_DQUOTE] = ACTIONS(1352), - [anon_sym_U_DQUOTE] = ACTIONS(1352), - [anon_sym_u8_DQUOTE] = ACTIONS(1352), - [anon_sym_DQUOTE] = ACTIONS(1352), - [sym_true] = ACTIONS(1350), - [sym_false] = ACTIONS(1350), - [anon_sym_NULL] = ACTIONS(1350), - [anon_sym_nullptr] = ACTIONS(1350), - [sym_comment] = ACTIONS(3), - }, - [329] = { - [sym_identifier] = ACTIONS(1310), - [aux_sym_preproc_include_token1] = ACTIONS(1310), - [aux_sym_preproc_def_token1] = ACTIONS(1310), - [aux_sym_preproc_if_token1] = ACTIONS(1310), - [aux_sym_preproc_if_token2] = ACTIONS(1310), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1310), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1310), - [sym_preproc_directive] = ACTIONS(1310), - [anon_sym_LPAREN2] = ACTIONS(1312), - [anon_sym_BANG] = ACTIONS(1312), - [anon_sym_TILDE] = ACTIONS(1312), - [anon_sym_DASH] = ACTIONS(1310), - [anon_sym_PLUS] = ACTIONS(1310), - [anon_sym_STAR] = ACTIONS(1312), - [anon_sym_AMP] = ACTIONS(1312), - [anon_sym_SEMI] = ACTIONS(1312), - [anon_sym___extension__] = ACTIONS(1310), - [anon_sym_typedef] = ACTIONS(1310), - [anon_sym_extern] = ACTIONS(1310), - [anon_sym___attribute__] = ACTIONS(1310), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1312), - [anon_sym___declspec] = ACTIONS(1310), - [anon_sym___cdecl] = ACTIONS(1310), - [anon_sym___clrcall] = ACTIONS(1310), - [anon_sym___stdcall] = ACTIONS(1310), - [anon_sym___fastcall] = ACTIONS(1310), - [anon_sym___thiscall] = ACTIONS(1310), - [anon_sym___vectorcall] = ACTIONS(1310), - [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_signed] = ACTIONS(1310), - [anon_sym_unsigned] = ACTIONS(1310), - [anon_sym_long] = ACTIONS(1310), - [anon_sym_short] = ACTIONS(1310), - [anon_sym_static] = ACTIONS(1310), - [anon_sym_auto] = ACTIONS(1310), - [anon_sym_register] = ACTIONS(1310), - [anon_sym_inline] = ACTIONS(1310), - [anon_sym___inline] = ACTIONS(1310), - [anon_sym___inline__] = ACTIONS(1310), - [anon_sym___forceinline] = ACTIONS(1310), - [anon_sym_thread_local] = ACTIONS(1310), - [anon_sym___thread] = ACTIONS(1310), - [anon_sym_const] = ACTIONS(1310), - [anon_sym_constexpr] = ACTIONS(1310), - [anon_sym_volatile] = ACTIONS(1310), - [anon_sym_restrict] = ACTIONS(1310), - [anon_sym___restrict__] = ACTIONS(1310), - [anon_sym__Atomic] = ACTIONS(1310), - [anon_sym__Noreturn] = ACTIONS(1310), - [anon_sym_noreturn] = ACTIONS(1310), - [sym_primitive_type] = ACTIONS(1310), - [anon_sym_enum] = ACTIONS(1310), - [anon_sym_struct] = ACTIONS(1310), - [anon_sym_union] = ACTIONS(1310), - [anon_sym_if] = ACTIONS(1310), - [anon_sym_else] = ACTIONS(1310), - [anon_sym_switch] = ACTIONS(1310), - [anon_sym_case] = ACTIONS(1310), - [anon_sym_default] = ACTIONS(1310), - [anon_sym_while] = ACTIONS(1310), - [anon_sym_do] = ACTIONS(1310), - [anon_sym_for] = ACTIONS(1310), - [anon_sym_return] = ACTIONS(1310), - [anon_sym_break] = ACTIONS(1310), - [anon_sym_continue] = ACTIONS(1310), - [anon_sym_goto] = ACTIONS(1310), - [anon_sym___try] = ACTIONS(1310), - [anon_sym___leave] = ACTIONS(1310), - [anon_sym_DASH_DASH] = ACTIONS(1312), - [anon_sym_PLUS_PLUS] = ACTIONS(1312), - [anon_sym_sizeof] = ACTIONS(1310), - [anon_sym___alignof__] = ACTIONS(1310), - [anon_sym___alignof] = ACTIONS(1310), - [anon_sym__alignof] = ACTIONS(1310), - [anon_sym_alignof] = ACTIONS(1310), - [anon_sym__Alignof] = ACTIONS(1310), - [anon_sym_offsetof] = ACTIONS(1310), - [anon_sym__Generic] = ACTIONS(1310), - [anon_sym_asm] = ACTIONS(1310), - [anon_sym___asm__] = ACTIONS(1310), - [sym_number_literal] = ACTIONS(1312), - [anon_sym_L_SQUOTE] = ACTIONS(1312), - [anon_sym_u_SQUOTE] = ACTIONS(1312), - [anon_sym_U_SQUOTE] = ACTIONS(1312), - [anon_sym_u8_SQUOTE] = ACTIONS(1312), - [anon_sym_SQUOTE] = ACTIONS(1312), - [anon_sym_L_DQUOTE] = ACTIONS(1312), - [anon_sym_u_DQUOTE] = ACTIONS(1312), - [anon_sym_U_DQUOTE] = ACTIONS(1312), - [anon_sym_u8_DQUOTE] = ACTIONS(1312), - [anon_sym_DQUOTE] = ACTIONS(1312), - [sym_true] = ACTIONS(1310), - [sym_false] = ACTIONS(1310), - [anon_sym_NULL] = ACTIONS(1310), - [anon_sym_nullptr] = ACTIONS(1310), + [332] = { + [sym_identifier] = ACTIONS(1330), + [aux_sym_preproc_include_token1] = ACTIONS(1330), + [aux_sym_preproc_def_token1] = ACTIONS(1330), + [aux_sym_preproc_if_token1] = ACTIONS(1330), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1330), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1330), + [sym_preproc_directive] = ACTIONS(1330), + [anon_sym_LPAREN2] = ACTIONS(1332), + [anon_sym_BANG] = ACTIONS(1332), + [anon_sym_TILDE] = ACTIONS(1332), + [anon_sym_DASH] = ACTIONS(1330), + [anon_sym_PLUS] = ACTIONS(1330), + [anon_sym_STAR] = ACTIONS(1332), + [anon_sym_AMP] = ACTIONS(1332), + [anon_sym_SEMI] = ACTIONS(1332), + [anon_sym___extension__] = ACTIONS(1330), + [anon_sym_typedef] = ACTIONS(1330), + [anon_sym_extern] = ACTIONS(1330), + [anon_sym___attribute__] = ACTIONS(1330), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1332), + [anon_sym___declspec] = ACTIONS(1330), + [anon_sym___cdecl] = ACTIONS(1330), + [anon_sym___clrcall] = ACTIONS(1330), + [anon_sym___stdcall] = ACTIONS(1330), + [anon_sym___fastcall] = ACTIONS(1330), + [anon_sym___thiscall] = ACTIONS(1330), + [anon_sym___vectorcall] = ACTIONS(1330), + [anon_sym_LBRACE] = ACTIONS(1332), + [anon_sym_RBRACE] = ACTIONS(1332), + [anon_sym_signed] = ACTIONS(1330), + [anon_sym_unsigned] = ACTIONS(1330), + [anon_sym_long] = ACTIONS(1330), + [anon_sym_short] = ACTIONS(1330), + [anon_sym_static] = ACTIONS(1330), + [anon_sym_auto] = ACTIONS(1330), + [anon_sym_register] = ACTIONS(1330), + [anon_sym_inline] = ACTIONS(1330), + [anon_sym___inline] = ACTIONS(1330), + [anon_sym___inline__] = ACTIONS(1330), + [anon_sym___forceinline] = ACTIONS(1330), + [anon_sym_thread_local] = ACTIONS(1330), + [anon_sym___thread] = ACTIONS(1330), + [anon_sym_const] = ACTIONS(1330), + [anon_sym_constexpr] = ACTIONS(1330), + [anon_sym_volatile] = ACTIONS(1330), + [anon_sym_restrict] = ACTIONS(1330), + [anon_sym___restrict__] = ACTIONS(1330), + [anon_sym__Atomic] = ACTIONS(1330), + [anon_sym__Noreturn] = ACTIONS(1330), + [anon_sym_noreturn] = ACTIONS(1330), + [sym_primitive_type] = ACTIONS(1330), + [anon_sym_enum] = ACTIONS(1330), + [anon_sym_struct] = ACTIONS(1330), + [anon_sym_union] = ACTIONS(1330), + [anon_sym_if] = ACTIONS(1330), + [anon_sym_else] = ACTIONS(1330), + [anon_sym_switch] = ACTIONS(1330), + [anon_sym_case] = ACTIONS(1330), + [anon_sym_default] = ACTIONS(1330), + [anon_sym_while] = ACTIONS(1330), + [anon_sym_do] = ACTIONS(1330), + [anon_sym_for] = ACTIONS(1330), + [anon_sym_return] = ACTIONS(1330), + [anon_sym_break] = ACTIONS(1330), + [anon_sym_continue] = ACTIONS(1330), + [anon_sym_goto] = ACTIONS(1330), + [anon_sym___try] = ACTIONS(1330), + [anon_sym___leave] = ACTIONS(1330), + [anon_sym_DASH_DASH] = ACTIONS(1332), + [anon_sym_PLUS_PLUS] = ACTIONS(1332), + [anon_sym_sizeof] = ACTIONS(1330), + [anon_sym___alignof__] = ACTIONS(1330), + [anon_sym___alignof] = ACTIONS(1330), + [anon_sym__alignof] = ACTIONS(1330), + [anon_sym_alignof] = ACTIONS(1330), + [anon_sym__Alignof] = ACTIONS(1330), + [anon_sym_offsetof] = ACTIONS(1330), + [anon_sym__Generic] = ACTIONS(1330), + [anon_sym_asm] = ACTIONS(1330), + [anon_sym___asm__] = ACTIONS(1330), + [sym_number_literal] = ACTIONS(1332), + [anon_sym_L_SQUOTE] = ACTIONS(1332), + [anon_sym_u_SQUOTE] = ACTIONS(1332), + [anon_sym_U_SQUOTE] = ACTIONS(1332), + [anon_sym_u8_SQUOTE] = ACTIONS(1332), + [anon_sym_SQUOTE] = ACTIONS(1332), + [anon_sym_L_DQUOTE] = ACTIONS(1332), + [anon_sym_u_DQUOTE] = ACTIONS(1332), + [anon_sym_U_DQUOTE] = ACTIONS(1332), + [anon_sym_u8_DQUOTE] = ACTIONS(1332), + [anon_sym_DQUOTE] = ACTIONS(1332), + [sym_true] = ACTIONS(1330), + [sym_false] = ACTIONS(1330), + [anon_sym_NULL] = ACTIONS(1330), + [anon_sym_nullptr] = ACTIONS(1330), [sym_comment] = ACTIONS(3), }, - [330] = { + [333] = { [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), [aux_sym_preproc_def_token1] = ACTIONS(1310), [aux_sym_preproc_if_token1] = ACTIONS(1310), - [aux_sym_preproc_if_token2] = ACTIONS(1310), [aux_sym_preproc_ifdef_token1] = ACTIONS(1310), [aux_sym_preproc_ifdef_token2] = ACTIONS(1310), [sym_preproc_directive] = ACTIONS(1310), @@ -53709,6 +53993,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1310), [anon_sym___vectorcall] = ACTIONS(1310), [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_RBRACE] = ACTIONS(1312), [anon_sym_signed] = ACTIONS(1310), [anon_sym_unsigned] = ACTIONS(1310), [anon_sym_long] = ACTIONS(1310), @@ -53777,207 +54062,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [331] = { - [ts_builtin_sym_end] = ACTIONS(1392), - [sym_identifier] = ACTIONS(1390), - [aux_sym_preproc_include_token1] = ACTIONS(1390), - [aux_sym_preproc_def_token1] = ACTIONS(1390), - [aux_sym_preproc_if_token1] = ACTIONS(1390), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1390), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1390), - [sym_preproc_directive] = ACTIONS(1390), - [anon_sym_LPAREN2] = ACTIONS(1392), - [anon_sym_BANG] = ACTIONS(1392), - [anon_sym_TILDE] = ACTIONS(1392), - [anon_sym_DASH] = ACTIONS(1390), - [anon_sym_PLUS] = ACTIONS(1390), - [anon_sym_STAR] = ACTIONS(1392), - [anon_sym_AMP] = ACTIONS(1392), - [anon_sym_SEMI] = ACTIONS(1392), - [anon_sym___extension__] = ACTIONS(1390), - [anon_sym_typedef] = ACTIONS(1390), - [anon_sym_extern] = ACTIONS(1390), - [anon_sym___attribute__] = ACTIONS(1390), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1392), - [anon_sym___declspec] = ACTIONS(1390), - [anon_sym___cdecl] = ACTIONS(1390), - [anon_sym___clrcall] = ACTIONS(1390), - [anon_sym___stdcall] = ACTIONS(1390), - [anon_sym___fastcall] = ACTIONS(1390), - [anon_sym___thiscall] = ACTIONS(1390), - [anon_sym___vectorcall] = ACTIONS(1390), - [anon_sym_LBRACE] = ACTIONS(1392), - [anon_sym_signed] = ACTIONS(1390), - [anon_sym_unsigned] = ACTIONS(1390), - [anon_sym_long] = ACTIONS(1390), - [anon_sym_short] = ACTIONS(1390), - [anon_sym_static] = ACTIONS(1390), - [anon_sym_auto] = ACTIONS(1390), - [anon_sym_register] = ACTIONS(1390), - [anon_sym_inline] = ACTIONS(1390), - [anon_sym___inline] = ACTIONS(1390), - [anon_sym___inline__] = ACTIONS(1390), - [anon_sym___forceinline] = ACTIONS(1390), - [anon_sym_thread_local] = ACTIONS(1390), - [anon_sym___thread] = ACTIONS(1390), - [anon_sym_const] = ACTIONS(1390), - [anon_sym_constexpr] = ACTIONS(1390), - [anon_sym_volatile] = ACTIONS(1390), - [anon_sym_restrict] = ACTIONS(1390), - [anon_sym___restrict__] = ACTIONS(1390), - [anon_sym__Atomic] = ACTIONS(1390), - [anon_sym__Noreturn] = ACTIONS(1390), - [anon_sym_noreturn] = ACTIONS(1390), - [sym_primitive_type] = ACTIONS(1390), - [anon_sym_enum] = ACTIONS(1390), - [anon_sym_struct] = ACTIONS(1390), - [anon_sym_union] = ACTIONS(1390), - [anon_sym_if] = ACTIONS(1390), - [anon_sym_else] = ACTIONS(1390), - [anon_sym_switch] = ACTIONS(1390), - [anon_sym_case] = ACTIONS(1390), - [anon_sym_default] = ACTIONS(1390), - [anon_sym_while] = ACTIONS(1390), - [anon_sym_do] = ACTIONS(1390), - [anon_sym_for] = ACTIONS(1390), - [anon_sym_return] = ACTIONS(1390), - [anon_sym_break] = ACTIONS(1390), - [anon_sym_continue] = ACTIONS(1390), - [anon_sym_goto] = ACTIONS(1390), - [anon_sym___try] = ACTIONS(1390), - [anon_sym___leave] = ACTIONS(1390), - [anon_sym_DASH_DASH] = ACTIONS(1392), - [anon_sym_PLUS_PLUS] = ACTIONS(1392), - [anon_sym_sizeof] = ACTIONS(1390), - [anon_sym___alignof__] = ACTIONS(1390), - [anon_sym___alignof] = ACTIONS(1390), - [anon_sym__alignof] = ACTIONS(1390), - [anon_sym_alignof] = ACTIONS(1390), - [anon_sym__Alignof] = ACTIONS(1390), - [anon_sym_offsetof] = ACTIONS(1390), - [anon_sym__Generic] = ACTIONS(1390), - [anon_sym_asm] = ACTIONS(1390), - [anon_sym___asm__] = ACTIONS(1390), - [sym_number_literal] = ACTIONS(1392), - [anon_sym_L_SQUOTE] = ACTIONS(1392), - [anon_sym_u_SQUOTE] = ACTIONS(1392), - [anon_sym_U_SQUOTE] = ACTIONS(1392), - [anon_sym_u8_SQUOTE] = ACTIONS(1392), - [anon_sym_SQUOTE] = ACTIONS(1392), - [anon_sym_L_DQUOTE] = ACTIONS(1392), - [anon_sym_u_DQUOTE] = ACTIONS(1392), - [anon_sym_U_DQUOTE] = ACTIONS(1392), - [anon_sym_u8_DQUOTE] = ACTIONS(1392), - [anon_sym_DQUOTE] = ACTIONS(1392), - [sym_true] = ACTIONS(1390), - [sym_false] = ACTIONS(1390), - [anon_sym_NULL] = ACTIONS(1390), - [anon_sym_nullptr] = ACTIONS(1390), - [sym_comment] = ACTIONS(3), - }, - [332] = { - [sym_identifier] = ACTIONS(1390), - [aux_sym_preproc_include_token1] = ACTIONS(1390), - [aux_sym_preproc_def_token1] = ACTIONS(1390), - [aux_sym_preproc_if_token1] = ACTIONS(1390), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1390), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1390), - [sym_preproc_directive] = ACTIONS(1390), - [anon_sym_LPAREN2] = ACTIONS(1392), - [anon_sym_BANG] = ACTIONS(1392), - [anon_sym_TILDE] = ACTIONS(1392), - [anon_sym_DASH] = ACTIONS(1390), - [anon_sym_PLUS] = ACTIONS(1390), - [anon_sym_STAR] = ACTIONS(1392), - [anon_sym_AMP] = ACTIONS(1392), - [anon_sym_SEMI] = ACTIONS(1392), - [anon_sym___extension__] = ACTIONS(1390), - [anon_sym_typedef] = ACTIONS(1390), - [anon_sym_extern] = ACTIONS(1390), - [anon_sym___attribute__] = ACTIONS(1390), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1392), - [anon_sym___declspec] = ACTIONS(1390), - [anon_sym___cdecl] = ACTIONS(1390), - [anon_sym___clrcall] = ACTIONS(1390), - [anon_sym___stdcall] = ACTIONS(1390), - [anon_sym___fastcall] = ACTIONS(1390), - [anon_sym___thiscall] = ACTIONS(1390), - [anon_sym___vectorcall] = ACTIONS(1390), - [anon_sym_LBRACE] = ACTIONS(1392), - [anon_sym_RBRACE] = ACTIONS(1392), - [anon_sym_signed] = ACTIONS(1390), - [anon_sym_unsigned] = ACTIONS(1390), - [anon_sym_long] = ACTIONS(1390), - [anon_sym_short] = ACTIONS(1390), - [anon_sym_static] = ACTIONS(1390), - [anon_sym_auto] = ACTIONS(1390), - [anon_sym_register] = ACTIONS(1390), - [anon_sym_inline] = ACTIONS(1390), - [anon_sym___inline] = ACTIONS(1390), - [anon_sym___inline__] = ACTIONS(1390), - [anon_sym___forceinline] = ACTIONS(1390), - [anon_sym_thread_local] = ACTIONS(1390), - [anon_sym___thread] = ACTIONS(1390), - [anon_sym_const] = ACTIONS(1390), - [anon_sym_constexpr] = ACTIONS(1390), - [anon_sym_volatile] = ACTIONS(1390), - [anon_sym_restrict] = ACTIONS(1390), - [anon_sym___restrict__] = ACTIONS(1390), - [anon_sym__Atomic] = ACTIONS(1390), - [anon_sym__Noreturn] = ACTIONS(1390), - [anon_sym_noreturn] = ACTIONS(1390), - [sym_primitive_type] = ACTIONS(1390), - [anon_sym_enum] = ACTIONS(1390), - [anon_sym_struct] = ACTIONS(1390), - [anon_sym_union] = ACTIONS(1390), - [anon_sym_if] = ACTIONS(1390), - [anon_sym_else] = ACTIONS(1390), - [anon_sym_switch] = ACTIONS(1390), - [anon_sym_case] = ACTIONS(1390), - [anon_sym_default] = ACTIONS(1390), - [anon_sym_while] = ACTIONS(1390), - [anon_sym_do] = ACTIONS(1390), - [anon_sym_for] = ACTIONS(1390), - [anon_sym_return] = ACTIONS(1390), - [anon_sym_break] = ACTIONS(1390), - [anon_sym_continue] = ACTIONS(1390), - [anon_sym_goto] = ACTIONS(1390), - [anon_sym___try] = ACTIONS(1390), - [anon_sym___leave] = ACTIONS(1390), - [anon_sym_DASH_DASH] = ACTIONS(1392), - [anon_sym_PLUS_PLUS] = ACTIONS(1392), - [anon_sym_sizeof] = ACTIONS(1390), - [anon_sym___alignof__] = ACTIONS(1390), - [anon_sym___alignof] = ACTIONS(1390), - [anon_sym__alignof] = ACTIONS(1390), - [anon_sym_alignof] = ACTIONS(1390), - [anon_sym__Alignof] = ACTIONS(1390), - [anon_sym_offsetof] = ACTIONS(1390), - [anon_sym__Generic] = ACTIONS(1390), - [anon_sym_asm] = ACTIONS(1390), - [anon_sym___asm__] = ACTIONS(1390), - [sym_number_literal] = ACTIONS(1392), - [anon_sym_L_SQUOTE] = ACTIONS(1392), - [anon_sym_u_SQUOTE] = ACTIONS(1392), - [anon_sym_U_SQUOTE] = ACTIONS(1392), - [anon_sym_u8_SQUOTE] = ACTIONS(1392), - [anon_sym_SQUOTE] = ACTIONS(1392), - [anon_sym_L_DQUOTE] = ACTIONS(1392), - [anon_sym_u_DQUOTE] = ACTIONS(1392), - [anon_sym_U_DQUOTE] = ACTIONS(1392), - [anon_sym_u8_DQUOTE] = ACTIONS(1392), - [anon_sym_DQUOTE] = ACTIONS(1392), - [sym_true] = ACTIONS(1390), - [sym_false] = ACTIONS(1390), - [anon_sym_NULL] = ACTIONS(1390), - [anon_sym_nullptr] = ACTIONS(1390), - [sym_comment] = ACTIONS(3), - }, - [333] = { + [334] = { [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), [aux_sym_preproc_def_token1] = ACTIONS(1310), [aux_sym_preproc_if_token1] = ACTIONS(1310), + [aux_sym_preproc_if_token2] = ACTIONS(1310), [aux_sym_preproc_ifdef_token1] = ACTIONS(1310), [aux_sym_preproc_ifdef_token2] = ACTIONS(1310), [sym_preproc_directive] = ACTIONS(1310), @@ -54002,7 +54092,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1310), [anon_sym___vectorcall] = ACTIONS(1310), [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_RBRACE] = ACTIONS(1312), [anon_sym_signed] = ACTIONS(1310), [anon_sym_unsigned] = ACTIONS(1310), [anon_sym_long] = ACTIONS(1310), @@ -54071,7 +54160,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [334] = { + [335] = { [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), [aux_sym_preproc_def_token1] = ACTIONS(1310), @@ -54169,7 +54258,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [335] = { + [336] = { [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), [aux_sym_preproc_def_token1] = ACTIONS(1310), @@ -54267,7 +54356,105 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [336] = { + [337] = { + [sym_identifier] = ACTIONS(1398), + [aux_sym_preproc_include_token1] = ACTIONS(1398), + [aux_sym_preproc_def_token1] = ACTIONS(1398), + [aux_sym_preproc_if_token1] = ACTIONS(1398), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1398), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1398), + [sym_preproc_directive] = ACTIONS(1398), + [anon_sym_LPAREN2] = ACTIONS(1400), + [anon_sym_BANG] = ACTIONS(1400), + [anon_sym_TILDE] = ACTIONS(1400), + [anon_sym_DASH] = ACTIONS(1398), + [anon_sym_PLUS] = ACTIONS(1398), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_AMP] = ACTIONS(1400), + [anon_sym_SEMI] = ACTIONS(1400), + [anon_sym___extension__] = ACTIONS(1398), + [anon_sym_typedef] = ACTIONS(1398), + [anon_sym_extern] = ACTIONS(1398), + [anon_sym___attribute__] = ACTIONS(1398), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1400), + [anon_sym___declspec] = ACTIONS(1398), + [anon_sym___cdecl] = ACTIONS(1398), + [anon_sym___clrcall] = ACTIONS(1398), + [anon_sym___stdcall] = ACTIONS(1398), + [anon_sym___fastcall] = ACTIONS(1398), + [anon_sym___thiscall] = ACTIONS(1398), + [anon_sym___vectorcall] = ACTIONS(1398), + [anon_sym_LBRACE] = ACTIONS(1400), + [anon_sym_RBRACE] = ACTIONS(1400), + [anon_sym_signed] = ACTIONS(1398), + [anon_sym_unsigned] = ACTIONS(1398), + [anon_sym_long] = ACTIONS(1398), + [anon_sym_short] = ACTIONS(1398), + [anon_sym_static] = ACTIONS(1398), + [anon_sym_auto] = ACTIONS(1398), + [anon_sym_register] = ACTIONS(1398), + [anon_sym_inline] = ACTIONS(1398), + [anon_sym___inline] = ACTIONS(1398), + [anon_sym___inline__] = ACTIONS(1398), + [anon_sym___forceinline] = ACTIONS(1398), + [anon_sym_thread_local] = ACTIONS(1398), + [anon_sym___thread] = ACTIONS(1398), + [anon_sym_const] = ACTIONS(1398), + [anon_sym_constexpr] = ACTIONS(1398), + [anon_sym_volatile] = ACTIONS(1398), + [anon_sym_restrict] = ACTIONS(1398), + [anon_sym___restrict__] = ACTIONS(1398), + [anon_sym__Atomic] = ACTIONS(1398), + [anon_sym__Noreturn] = ACTIONS(1398), + [anon_sym_noreturn] = ACTIONS(1398), + [sym_primitive_type] = ACTIONS(1398), + [anon_sym_enum] = ACTIONS(1398), + [anon_sym_struct] = ACTIONS(1398), + [anon_sym_union] = ACTIONS(1398), + [anon_sym_if] = ACTIONS(1398), + [anon_sym_else] = ACTIONS(1398), + [anon_sym_switch] = ACTIONS(1398), + [anon_sym_case] = ACTIONS(1398), + [anon_sym_default] = ACTIONS(1398), + [anon_sym_while] = ACTIONS(1398), + [anon_sym_do] = ACTIONS(1398), + [anon_sym_for] = ACTIONS(1398), + [anon_sym_return] = ACTIONS(1398), + [anon_sym_break] = ACTIONS(1398), + [anon_sym_continue] = ACTIONS(1398), + [anon_sym_goto] = ACTIONS(1398), + [anon_sym___try] = ACTIONS(1398), + [anon_sym___leave] = ACTIONS(1398), + [anon_sym_DASH_DASH] = ACTIONS(1400), + [anon_sym_PLUS_PLUS] = ACTIONS(1400), + [anon_sym_sizeof] = ACTIONS(1398), + [anon_sym___alignof__] = ACTIONS(1398), + [anon_sym___alignof] = ACTIONS(1398), + [anon_sym__alignof] = ACTIONS(1398), + [anon_sym_alignof] = ACTIONS(1398), + [anon_sym__Alignof] = ACTIONS(1398), + [anon_sym_offsetof] = ACTIONS(1398), + [anon_sym__Generic] = ACTIONS(1398), + [anon_sym_asm] = ACTIONS(1398), + [anon_sym___asm__] = ACTIONS(1398), + [sym_number_literal] = ACTIONS(1400), + [anon_sym_L_SQUOTE] = ACTIONS(1400), + [anon_sym_u_SQUOTE] = ACTIONS(1400), + [anon_sym_U_SQUOTE] = ACTIONS(1400), + [anon_sym_u8_SQUOTE] = ACTIONS(1400), + [anon_sym_SQUOTE] = ACTIONS(1400), + [anon_sym_L_DQUOTE] = ACTIONS(1400), + [anon_sym_u_DQUOTE] = ACTIONS(1400), + [anon_sym_U_DQUOTE] = ACTIONS(1400), + [anon_sym_u8_DQUOTE] = ACTIONS(1400), + [anon_sym_DQUOTE] = ACTIONS(1400), + [sym_true] = ACTIONS(1398), + [sym_false] = ACTIONS(1398), + [anon_sym_NULL] = ACTIONS(1398), + [anon_sym_nullptr] = ACTIONS(1398), + [sym_comment] = ACTIONS(3), + }, + [338] = { [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), [aux_sym_preproc_def_token1] = ACTIONS(1310), @@ -54342,128 +54529,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___alignof__] = ACTIONS(1310), [anon_sym___alignof] = ACTIONS(1310), [anon_sym__alignof] = ACTIONS(1310), - [anon_sym_alignof] = ACTIONS(1310), - [anon_sym__Alignof] = ACTIONS(1310), - [anon_sym_offsetof] = ACTIONS(1310), - [anon_sym__Generic] = ACTIONS(1310), - [anon_sym_asm] = ACTIONS(1310), - [anon_sym___asm__] = ACTIONS(1310), - [sym_number_literal] = ACTIONS(1312), - [anon_sym_L_SQUOTE] = ACTIONS(1312), - [anon_sym_u_SQUOTE] = ACTIONS(1312), - [anon_sym_U_SQUOTE] = ACTIONS(1312), - [anon_sym_u8_SQUOTE] = ACTIONS(1312), - [anon_sym_SQUOTE] = ACTIONS(1312), - [anon_sym_L_DQUOTE] = ACTIONS(1312), - [anon_sym_u_DQUOTE] = ACTIONS(1312), - [anon_sym_U_DQUOTE] = ACTIONS(1312), - [anon_sym_u8_DQUOTE] = ACTIONS(1312), - [anon_sym_DQUOTE] = ACTIONS(1312), - [sym_true] = ACTIONS(1310), - [sym_false] = ACTIONS(1310), - [anon_sym_NULL] = ACTIONS(1310), - [anon_sym_nullptr] = ACTIONS(1310), - [sym_comment] = ACTIONS(3), - }, - [337] = { - [sym_identifier] = ACTIONS(1314), - [aux_sym_preproc_include_token1] = ACTIONS(1314), - [aux_sym_preproc_def_token1] = ACTIONS(1314), - [aux_sym_preproc_if_token1] = ACTIONS(1314), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1314), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1314), - [sym_preproc_directive] = ACTIONS(1314), - [anon_sym_LPAREN2] = ACTIONS(1316), - [anon_sym_BANG] = ACTIONS(1316), - [anon_sym_TILDE] = ACTIONS(1316), - [anon_sym_DASH] = ACTIONS(1314), - [anon_sym_PLUS] = ACTIONS(1314), - [anon_sym_STAR] = ACTIONS(1316), - [anon_sym_AMP] = ACTIONS(1316), - [anon_sym_SEMI] = ACTIONS(1316), - [anon_sym___extension__] = ACTIONS(1314), - [anon_sym_typedef] = ACTIONS(1314), - [anon_sym_extern] = ACTIONS(1314), - [anon_sym___attribute__] = ACTIONS(1314), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1316), - [anon_sym___declspec] = ACTIONS(1314), - [anon_sym___cdecl] = ACTIONS(1314), - [anon_sym___clrcall] = ACTIONS(1314), - [anon_sym___stdcall] = ACTIONS(1314), - [anon_sym___fastcall] = ACTIONS(1314), - [anon_sym___thiscall] = ACTIONS(1314), - [anon_sym___vectorcall] = ACTIONS(1314), - [anon_sym_LBRACE] = ACTIONS(1316), - [anon_sym_RBRACE] = ACTIONS(1316), - [anon_sym_signed] = ACTIONS(1314), - [anon_sym_unsigned] = ACTIONS(1314), - [anon_sym_long] = ACTIONS(1314), - [anon_sym_short] = ACTIONS(1314), - [anon_sym_static] = ACTIONS(1314), - [anon_sym_auto] = ACTIONS(1314), - [anon_sym_register] = ACTIONS(1314), - [anon_sym_inline] = ACTIONS(1314), - [anon_sym___inline] = ACTIONS(1314), - [anon_sym___inline__] = ACTIONS(1314), - [anon_sym___forceinline] = ACTIONS(1314), - [anon_sym_thread_local] = ACTIONS(1314), - [anon_sym___thread] = ACTIONS(1314), - [anon_sym_const] = ACTIONS(1314), - [anon_sym_constexpr] = ACTIONS(1314), - [anon_sym_volatile] = ACTIONS(1314), - [anon_sym_restrict] = ACTIONS(1314), - [anon_sym___restrict__] = ACTIONS(1314), - [anon_sym__Atomic] = ACTIONS(1314), - [anon_sym__Noreturn] = ACTIONS(1314), - [anon_sym_noreturn] = ACTIONS(1314), - [sym_primitive_type] = ACTIONS(1314), - [anon_sym_enum] = ACTIONS(1314), - [anon_sym_struct] = ACTIONS(1314), - [anon_sym_union] = ACTIONS(1314), - [anon_sym_if] = ACTIONS(1314), - [anon_sym_else] = ACTIONS(1314), - [anon_sym_switch] = ACTIONS(1314), - [anon_sym_case] = ACTIONS(1314), - [anon_sym_default] = ACTIONS(1314), - [anon_sym_while] = ACTIONS(1314), - [anon_sym_do] = ACTIONS(1314), - [anon_sym_for] = ACTIONS(1314), - [anon_sym_return] = ACTIONS(1314), - [anon_sym_break] = ACTIONS(1314), - [anon_sym_continue] = ACTIONS(1314), - [anon_sym_goto] = ACTIONS(1314), - [anon_sym___try] = ACTIONS(1314), - [anon_sym___leave] = ACTIONS(1314), - [anon_sym_DASH_DASH] = ACTIONS(1316), - [anon_sym_PLUS_PLUS] = ACTIONS(1316), - [anon_sym_sizeof] = ACTIONS(1314), - [anon_sym___alignof__] = ACTIONS(1314), - [anon_sym___alignof] = ACTIONS(1314), - [anon_sym__alignof] = ACTIONS(1314), - [anon_sym_alignof] = ACTIONS(1314), - [anon_sym__Alignof] = ACTIONS(1314), - [anon_sym_offsetof] = ACTIONS(1314), - [anon_sym__Generic] = ACTIONS(1314), - [anon_sym_asm] = ACTIONS(1314), - [anon_sym___asm__] = ACTIONS(1314), - [sym_number_literal] = ACTIONS(1316), - [anon_sym_L_SQUOTE] = ACTIONS(1316), - [anon_sym_u_SQUOTE] = ACTIONS(1316), - [anon_sym_U_SQUOTE] = ACTIONS(1316), - [anon_sym_u8_SQUOTE] = ACTIONS(1316), - [anon_sym_SQUOTE] = ACTIONS(1316), - [anon_sym_L_DQUOTE] = ACTIONS(1316), - [anon_sym_u_DQUOTE] = ACTIONS(1316), - [anon_sym_U_DQUOTE] = ACTIONS(1316), - [anon_sym_u8_DQUOTE] = ACTIONS(1316), - [anon_sym_DQUOTE] = ACTIONS(1316), - [sym_true] = ACTIONS(1314), - [sym_false] = ACTIONS(1314), - [anon_sym_NULL] = ACTIONS(1314), - [anon_sym_nullptr] = ACTIONS(1314), + [anon_sym_alignof] = ACTIONS(1310), + [anon_sym__Alignof] = ACTIONS(1310), + [anon_sym_offsetof] = ACTIONS(1310), + [anon_sym__Generic] = ACTIONS(1310), + [anon_sym_asm] = ACTIONS(1310), + [anon_sym___asm__] = ACTIONS(1310), + [sym_number_literal] = ACTIONS(1312), + [anon_sym_L_SQUOTE] = ACTIONS(1312), + [anon_sym_u_SQUOTE] = ACTIONS(1312), + [anon_sym_U_SQUOTE] = ACTIONS(1312), + [anon_sym_u8_SQUOTE] = ACTIONS(1312), + [anon_sym_SQUOTE] = ACTIONS(1312), + [anon_sym_L_DQUOTE] = ACTIONS(1312), + [anon_sym_u_DQUOTE] = ACTIONS(1312), + [anon_sym_U_DQUOTE] = ACTIONS(1312), + [anon_sym_u8_DQUOTE] = ACTIONS(1312), + [anon_sym_DQUOTE] = ACTIONS(1312), + [sym_true] = ACTIONS(1310), + [sym_false] = ACTIONS(1310), + [anon_sym_NULL] = ACTIONS(1310), + [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [338] = { + [339] = { [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), [aux_sym_preproc_def_token1] = ACTIONS(1310), @@ -54561,7 +54650,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [339] = { + [340] = { [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), [aux_sym_preproc_def_token1] = ACTIONS(1310), @@ -54659,7 +54748,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [340] = { + [341] = { [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), [aux_sym_preproc_def_token1] = ACTIONS(1310), @@ -54757,7 +54846,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [341] = { + [342] = { [sym_identifier] = ACTIONS(1310), [aux_sym_preproc_include_token1] = ACTIONS(1310), [aux_sym_preproc_def_token1] = ACTIONS(1310), @@ -54855,104 +54944,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [342] = { - [sym_identifier] = ACTIONS(1330), - [aux_sym_preproc_include_token1] = ACTIONS(1330), - [aux_sym_preproc_def_token1] = ACTIONS(1330), - [aux_sym_preproc_if_token1] = ACTIONS(1330), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1330), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1330), - [sym_preproc_directive] = ACTIONS(1330), - [anon_sym_LPAREN2] = ACTIONS(1332), - [anon_sym_BANG] = ACTIONS(1332), - [anon_sym_TILDE] = ACTIONS(1332), - [anon_sym_DASH] = ACTIONS(1330), - [anon_sym_PLUS] = ACTIONS(1330), - [anon_sym_STAR] = ACTIONS(1332), - [anon_sym_AMP] = ACTIONS(1332), - [anon_sym_SEMI] = ACTIONS(1332), - [anon_sym___extension__] = ACTIONS(1330), - [anon_sym_typedef] = ACTIONS(1330), - [anon_sym_extern] = ACTIONS(1330), - [anon_sym___attribute__] = ACTIONS(1330), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1332), - [anon_sym___declspec] = ACTIONS(1330), - [anon_sym___cdecl] = ACTIONS(1330), - [anon_sym___clrcall] = ACTIONS(1330), - [anon_sym___stdcall] = ACTIONS(1330), - [anon_sym___fastcall] = ACTIONS(1330), - [anon_sym___thiscall] = ACTIONS(1330), - [anon_sym___vectorcall] = ACTIONS(1330), - [anon_sym_LBRACE] = ACTIONS(1332), - [anon_sym_RBRACE] = ACTIONS(1332), - [anon_sym_signed] = ACTIONS(1330), - [anon_sym_unsigned] = ACTIONS(1330), - [anon_sym_long] = ACTIONS(1330), - [anon_sym_short] = ACTIONS(1330), - [anon_sym_static] = ACTIONS(1330), - [anon_sym_auto] = ACTIONS(1330), - [anon_sym_register] = ACTIONS(1330), - [anon_sym_inline] = ACTIONS(1330), - [anon_sym___inline] = ACTIONS(1330), - [anon_sym___inline__] = ACTIONS(1330), - [anon_sym___forceinline] = ACTIONS(1330), - [anon_sym_thread_local] = ACTIONS(1330), - [anon_sym___thread] = ACTIONS(1330), - [anon_sym_const] = ACTIONS(1330), - [anon_sym_constexpr] = ACTIONS(1330), - [anon_sym_volatile] = ACTIONS(1330), - [anon_sym_restrict] = ACTIONS(1330), - [anon_sym___restrict__] = ACTIONS(1330), - [anon_sym__Atomic] = ACTIONS(1330), - [anon_sym__Noreturn] = ACTIONS(1330), - [anon_sym_noreturn] = ACTIONS(1330), - [sym_primitive_type] = ACTIONS(1330), - [anon_sym_enum] = ACTIONS(1330), - [anon_sym_struct] = ACTIONS(1330), - [anon_sym_union] = ACTIONS(1330), - [anon_sym_if] = ACTIONS(1330), - [anon_sym_else] = ACTIONS(1330), - [anon_sym_switch] = ACTIONS(1330), - [anon_sym_case] = ACTIONS(1330), - [anon_sym_default] = ACTIONS(1330), - [anon_sym_while] = ACTIONS(1330), - [anon_sym_do] = ACTIONS(1330), - [anon_sym_for] = ACTIONS(1330), - [anon_sym_return] = ACTIONS(1330), - [anon_sym_break] = ACTIONS(1330), - [anon_sym_continue] = ACTIONS(1330), - [anon_sym_goto] = ACTIONS(1330), - [anon_sym___try] = ACTIONS(1330), - [anon_sym___leave] = ACTIONS(1330), - [anon_sym_DASH_DASH] = ACTIONS(1332), - [anon_sym_PLUS_PLUS] = ACTIONS(1332), - [anon_sym_sizeof] = ACTIONS(1330), - [anon_sym___alignof__] = ACTIONS(1330), - [anon_sym___alignof] = ACTIONS(1330), - [anon_sym__alignof] = ACTIONS(1330), - [anon_sym_alignof] = ACTIONS(1330), - [anon_sym__Alignof] = ACTIONS(1330), - [anon_sym_offsetof] = ACTIONS(1330), - [anon_sym__Generic] = ACTIONS(1330), - [anon_sym_asm] = ACTIONS(1330), - [anon_sym___asm__] = ACTIONS(1330), - [sym_number_literal] = ACTIONS(1332), - [anon_sym_L_SQUOTE] = ACTIONS(1332), - [anon_sym_u_SQUOTE] = ACTIONS(1332), - [anon_sym_U_SQUOTE] = ACTIONS(1332), - [anon_sym_u8_SQUOTE] = ACTIONS(1332), - [anon_sym_SQUOTE] = ACTIONS(1332), - [anon_sym_L_DQUOTE] = ACTIONS(1332), - [anon_sym_u_DQUOTE] = ACTIONS(1332), - [anon_sym_U_DQUOTE] = ACTIONS(1332), - [anon_sym_u8_DQUOTE] = ACTIONS(1332), - [anon_sym_DQUOTE] = ACTIONS(1332), - [sym_true] = ACTIONS(1330), - [sym_false] = ACTIONS(1330), - [anon_sym_NULL] = ACTIONS(1330), - [anon_sym_nullptr] = ACTIONS(1330), - [sym_comment] = ACTIONS(3), - }, [343] = { [sym_identifier] = ACTIONS(1314), [aux_sym_preproc_include_token1] = ACTIONS(1314), @@ -55052,101 +55043,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [344] = { - [sym_identifier] = ACTIONS(1318), - [aux_sym_preproc_include_token1] = ACTIONS(1318), - [aux_sym_preproc_def_token1] = ACTIONS(1318), - [aux_sym_preproc_if_token1] = ACTIONS(1318), - [aux_sym_preproc_if_token2] = ACTIONS(1318), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1318), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1318), - [sym_preproc_directive] = ACTIONS(1318), - [anon_sym_LPAREN2] = ACTIONS(1320), - [anon_sym_BANG] = ACTIONS(1320), - [anon_sym_TILDE] = ACTIONS(1320), - [anon_sym_DASH] = ACTIONS(1318), - [anon_sym_PLUS] = ACTIONS(1318), - [anon_sym_STAR] = ACTIONS(1320), - [anon_sym_AMP] = ACTIONS(1320), - [anon_sym_SEMI] = ACTIONS(1320), - [anon_sym___extension__] = ACTIONS(1318), - [anon_sym_typedef] = ACTIONS(1318), - [anon_sym_extern] = ACTIONS(1318), - [anon_sym___attribute__] = ACTIONS(1318), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1320), - [anon_sym___declspec] = ACTIONS(1318), - [anon_sym___cdecl] = ACTIONS(1318), - [anon_sym___clrcall] = ACTIONS(1318), - [anon_sym___stdcall] = ACTIONS(1318), - [anon_sym___fastcall] = ACTIONS(1318), - [anon_sym___thiscall] = ACTIONS(1318), - [anon_sym___vectorcall] = ACTIONS(1318), - [anon_sym_LBRACE] = ACTIONS(1320), - [anon_sym_signed] = ACTIONS(1318), - [anon_sym_unsigned] = ACTIONS(1318), - [anon_sym_long] = ACTIONS(1318), - [anon_sym_short] = ACTIONS(1318), - [anon_sym_static] = ACTIONS(1318), - [anon_sym_auto] = ACTIONS(1318), - [anon_sym_register] = ACTIONS(1318), - [anon_sym_inline] = ACTIONS(1318), - [anon_sym___inline] = ACTIONS(1318), - [anon_sym___inline__] = ACTIONS(1318), - [anon_sym___forceinline] = ACTIONS(1318), - [anon_sym_thread_local] = ACTIONS(1318), - [anon_sym___thread] = ACTIONS(1318), - [anon_sym_const] = ACTIONS(1318), - [anon_sym_constexpr] = ACTIONS(1318), - [anon_sym_volatile] = ACTIONS(1318), - [anon_sym_restrict] = ACTIONS(1318), - [anon_sym___restrict__] = ACTIONS(1318), - [anon_sym__Atomic] = ACTIONS(1318), - [anon_sym__Noreturn] = ACTIONS(1318), - [anon_sym_noreturn] = ACTIONS(1318), - [sym_primitive_type] = ACTIONS(1318), - [anon_sym_enum] = ACTIONS(1318), - [anon_sym_struct] = ACTIONS(1318), - [anon_sym_union] = ACTIONS(1318), - [anon_sym_if] = ACTIONS(1318), - [anon_sym_else] = ACTIONS(1318), - [anon_sym_switch] = ACTIONS(1318), - [anon_sym_case] = ACTIONS(1318), - [anon_sym_default] = ACTIONS(1318), - [anon_sym_while] = ACTIONS(1318), - [anon_sym_do] = ACTIONS(1318), - [anon_sym_for] = ACTIONS(1318), - [anon_sym_return] = ACTIONS(1318), - [anon_sym_break] = ACTIONS(1318), - [anon_sym_continue] = ACTIONS(1318), - [anon_sym_goto] = ACTIONS(1318), - [anon_sym___try] = ACTIONS(1318), - [anon_sym___leave] = ACTIONS(1318), - [anon_sym_DASH_DASH] = ACTIONS(1320), - [anon_sym_PLUS_PLUS] = ACTIONS(1320), - [anon_sym_sizeof] = ACTIONS(1318), - [anon_sym___alignof__] = ACTIONS(1318), - [anon_sym___alignof] = ACTIONS(1318), - [anon_sym__alignof] = ACTIONS(1318), - [anon_sym_alignof] = ACTIONS(1318), - [anon_sym__Alignof] = ACTIONS(1318), - [anon_sym_offsetof] = ACTIONS(1318), - [anon_sym__Generic] = ACTIONS(1318), - [anon_sym_asm] = ACTIONS(1318), - [anon_sym___asm__] = ACTIONS(1318), - [sym_number_literal] = ACTIONS(1320), - [anon_sym_L_SQUOTE] = ACTIONS(1320), - [anon_sym_u_SQUOTE] = ACTIONS(1320), - [anon_sym_U_SQUOTE] = ACTIONS(1320), - [anon_sym_u8_SQUOTE] = ACTIONS(1320), - [anon_sym_SQUOTE] = ACTIONS(1320), - [anon_sym_L_DQUOTE] = ACTIONS(1320), - [anon_sym_u_DQUOTE] = ACTIONS(1320), - [anon_sym_U_DQUOTE] = ACTIONS(1320), - [anon_sym_u8_DQUOTE] = ACTIONS(1320), - [anon_sym_DQUOTE] = ACTIONS(1320), - [sym_true] = ACTIONS(1318), - [sym_false] = ACTIONS(1318), - [anon_sym_NULL] = ACTIONS(1318), - [anon_sym_nullptr] = ACTIONS(1318), + [sym_identifier] = ACTIONS(1346), + [aux_sym_preproc_include_token1] = ACTIONS(1346), + [aux_sym_preproc_def_token1] = ACTIONS(1346), + [aux_sym_preproc_if_token1] = ACTIONS(1346), + [aux_sym_preproc_if_token2] = ACTIONS(1346), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1346), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1346), + [sym_preproc_directive] = ACTIONS(1346), + [anon_sym_LPAREN2] = ACTIONS(1348), + [anon_sym_BANG] = ACTIONS(1348), + [anon_sym_TILDE] = ACTIONS(1348), + [anon_sym_DASH] = ACTIONS(1346), + [anon_sym_PLUS] = ACTIONS(1346), + [anon_sym_STAR] = ACTIONS(1348), + [anon_sym_AMP] = ACTIONS(1348), + [anon_sym_SEMI] = ACTIONS(1348), + [anon_sym___extension__] = ACTIONS(1346), + [anon_sym_typedef] = ACTIONS(1346), + [anon_sym_extern] = ACTIONS(1346), + [anon_sym___attribute__] = ACTIONS(1346), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1348), + [anon_sym___declspec] = ACTIONS(1346), + [anon_sym___cdecl] = ACTIONS(1346), + [anon_sym___clrcall] = ACTIONS(1346), + [anon_sym___stdcall] = ACTIONS(1346), + [anon_sym___fastcall] = ACTIONS(1346), + [anon_sym___thiscall] = ACTIONS(1346), + [anon_sym___vectorcall] = ACTIONS(1346), + [anon_sym_LBRACE] = ACTIONS(1348), + [anon_sym_signed] = ACTIONS(1346), + [anon_sym_unsigned] = ACTIONS(1346), + [anon_sym_long] = ACTIONS(1346), + [anon_sym_short] = ACTIONS(1346), + [anon_sym_static] = ACTIONS(1346), + [anon_sym_auto] = ACTIONS(1346), + [anon_sym_register] = ACTIONS(1346), + [anon_sym_inline] = ACTIONS(1346), + [anon_sym___inline] = ACTIONS(1346), + [anon_sym___inline__] = ACTIONS(1346), + [anon_sym___forceinline] = ACTIONS(1346), + [anon_sym_thread_local] = ACTIONS(1346), + [anon_sym___thread] = ACTIONS(1346), + [anon_sym_const] = ACTIONS(1346), + [anon_sym_constexpr] = ACTIONS(1346), + [anon_sym_volatile] = ACTIONS(1346), + [anon_sym_restrict] = ACTIONS(1346), + [anon_sym___restrict__] = ACTIONS(1346), + [anon_sym__Atomic] = ACTIONS(1346), + [anon_sym__Noreturn] = ACTIONS(1346), + [anon_sym_noreturn] = ACTIONS(1346), + [sym_primitive_type] = ACTIONS(1346), + [anon_sym_enum] = ACTIONS(1346), + [anon_sym_struct] = ACTIONS(1346), + [anon_sym_union] = ACTIONS(1346), + [anon_sym_if] = ACTIONS(1346), + [anon_sym_else] = ACTIONS(1346), + [anon_sym_switch] = ACTIONS(1346), + [anon_sym_case] = ACTIONS(1346), + [anon_sym_default] = ACTIONS(1346), + [anon_sym_while] = ACTIONS(1346), + [anon_sym_do] = ACTIONS(1346), + [anon_sym_for] = ACTIONS(1346), + [anon_sym_return] = ACTIONS(1346), + [anon_sym_break] = ACTIONS(1346), + [anon_sym_continue] = ACTIONS(1346), + [anon_sym_goto] = ACTIONS(1346), + [anon_sym___try] = ACTIONS(1346), + [anon_sym___leave] = ACTIONS(1346), + [anon_sym_DASH_DASH] = ACTIONS(1348), + [anon_sym_PLUS_PLUS] = ACTIONS(1348), + [anon_sym_sizeof] = ACTIONS(1346), + [anon_sym___alignof__] = ACTIONS(1346), + [anon_sym___alignof] = ACTIONS(1346), + [anon_sym__alignof] = ACTIONS(1346), + [anon_sym_alignof] = ACTIONS(1346), + [anon_sym__Alignof] = ACTIONS(1346), + [anon_sym_offsetof] = ACTIONS(1346), + [anon_sym__Generic] = ACTIONS(1346), + [anon_sym_asm] = ACTIONS(1346), + [anon_sym___asm__] = ACTIONS(1346), + [sym_number_literal] = ACTIONS(1348), + [anon_sym_L_SQUOTE] = ACTIONS(1348), + [anon_sym_u_SQUOTE] = ACTIONS(1348), + [anon_sym_U_SQUOTE] = ACTIONS(1348), + [anon_sym_u8_SQUOTE] = ACTIONS(1348), + [anon_sym_SQUOTE] = ACTIONS(1348), + [anon_sym_L_DQUOTE] = ACTIONS(1348), + [anon_sym_u_DQUOTE] = ACTIONS(1348), + [anon_sym_U_DQUOTE] = ACTIONS(1348), + [anon_sym_u8_DQUOTE] = ACTIONS(1348), + [anon_sym_DQUOTE] = ACTIONS(1348), + [sym_true] = ACTIONS(1346), + [sym_false] = ACTIONS(1346), + [anon_sym_NULL] = ACTIONS(1346), + [anon_sym_nullptr] = ACTIONS(1346), [sym_comment] = ACTIONS(3), }, [345] = { @@ -55246,201 +55237,201 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1322), [anon_sym_nullptr] = ACTIONS(1322), [sym_comment] = ACTIONS(3), - }, - [346] = { - [sym_identifier] = ACTIONS(1298), - [aux_sym_preproc_include_token1] = ACTIONS(1298), - [aux_sym_preproc_def_token1] = ACTIONS(1298), - [aux_sym_preproc_if_token1] = ACTIONS(1298), - [aux_sym_preproc_if_token2] = ACTIONS(1298), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1298), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1298), - [sym_preproc_directive] = ACTIONS(1298), - [anon_sym_LPAREN2] = ACTIONS(1300), - [anon_sym_BANG] = ACTIONS(1300), - [anon_sym_TILDE] = ACTIONS(1300), - [anon_sym_DASH] = ACTIONS(1298), - [anon_sym_PLUS] = ACTIONS(1298), - [anon_sym_STAR] = ACTIONS(1300), - [anon_sym_AMP] = ACTIONS(1300), - [anon_sym_SEMI] = ACTIONS(1300), - [anon_sym___extension__] = ACTIONS(1298), - [anon_sym_typedef] = ACTIONS(1298), - [anon_sym_extern] = ACTIONS(1298), - [anon_sym___attribute__] = ACTIONS(1298), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1300), - [anon_sym___declspec] = ACTIONS(1298), - [anon_sym___cdecl] = ACTIONS(1298), - [anon_sym___clrcall] = ACTIONS(1298), - [anon_sym___stdcall] = ACTIONS(1298), - [anon_sym___fastcall] = ACTIONS(1298), - [anon_sym___thiscall] = ACTIONS(1298), - [anon_sym___vectorcall] = ACTIONS(1298), - [anon_sym_LBRACE] = ACTIONS(1300), - [anon_sym_signed] = ACTIONS(1298), - [anon_sym_unsigned] = ACTIONS(1298), - [anon_sym_long] = ACTIONS(1298), - [anon_sym_short] = ACTIONS(1298), - [anon_sym_static] = ACTIONS(1298), - [anon_sym_auto] = ACTIONS(1298), - [anon_sym_register] = ACTIONS(1298), - [anon_sym_inline] = ACTIONS(1298), - [anon_sym___inline] = ACTIONS(1298), - [anon_sym___inline__] = ACTIONS(1298), - [anon_sym___forceinline] = ACTIONS(1298), - [anon_sym_thread_local] = ACTIONS(1298), - [anon_sym___thread] = ACTIONS(1298), - [anon_sym_const] = ACTIONS(1298), - [anon_sym_constexpr] = ACTIONS(1298), - [anon_sym_volatile] = ACTIONS(1298), - [anon_sym_restrict] = ACTIONS(1298), - [anon_sym___restrict__] = ACTIONS(1298), - [anon_sym__Atomic] = ACTIONS(1298), - [anon_sym__Noreturn] = ACTIONS(1298), - [anon_sym_noreturn] = ACTIONS(1298), - [sym_primitive_type] = ACTIONS(1298), - [anon_sym_enum] = ACTIONS(1298), - [anon_sym_struct] = ACTIONS(1298), - [anon_sym_union] = ACTIONS(1298), - [anon_sym_if] = ACTIONS(1298), - [anon_sym_else] = ACTIONS(1298), - [anon_sym_switch] = ACTIONS(1298), - [anon_sym_case] = ACTIONS(1298), - [anon_sym_default] = ACTIONS(1298), - [anon_sym_while] = ACTIONS(1298), - [anon_sym_do] = ACTIONS(1298), - [anon_sym_for] = ACTIONS(1298), - [anon_sym_return] = ACTIONS(1298), - [anon_sym_break] = ACTIONS(1298), - [anon_sym_continue] = ACTIONS(1298), - [anon_sym_goto] = ACTIONS(1298), - [anon_sym___try] = ACTIONS(1298), - [anon_sym___leave] = ACTIONS(1298), - [anon_sym_DASH_DASH] = ACTIONS(1300), - [anon_sym_PLUS_PLUS] = ACTIONS(1300), - [anon_sym_sizeof] = ACTIONS(1298), - [anon_sym___alignof__] = ACTIONS(1298), - [anon_sym___alignof] = ACTIONS(1298), - [anon_sym__alignof] = ACTIONS(1298), - [anon_sym_alignof] = ACTIONS(1298), - [anon_sym__Alignof] = ACTIONS(1298), - [anon_sym_offsetof] = ACTIONS(1298), - [anon_sym__Generic] = ACTIONS(1298), - [anon_sym_asm] = ACTIONS(1298), - [anon_sym___asm__] = ACTIONS(1298), - [sym_number_literal] = ACTIONS(1300), - [anon_sym_L_SQUOTE] = ACTIONS(1300), - [anon_sym_u_SQUOTE] = ACTIONS(1300), - [anon_sym_U_SQUOTE] = ACTIONS(1300), - [anon_sym_u8_SQUOTE] = ACTIONS(1300), - [anon_sym_SQUOTE] = ACTIONS(1300), - [anon_sym_L_DQUOTE] = ACTIONS(1300), - [anon_sym_u_DQUOTE] = ACTIONS(1300), - [anon_sym_U_DQUOTE] = ACTIONS(1300), - [anon_sym_u8_DQUOTE] = ACTIONS(1300), - [anon_sym_DQUOTE] = ACTIONS(1300), - [sym_true] = ACTIONS(1298), - [sym_false] = ACTIONS(1298), - [anon_sym_NULL] = ACTIONS(1298), - [anon_sym_nullptr] = ACTIONS(1298), - [sym_comment] = ACTIONS(3), - }, - [347] = { - [sym_identifier] = ACTIONS(1318), - [aux_sym_preproc_include_token1] = ACTIONS(1318), - [aux_sym_preproc_def_token1] = ACTIONS(1318), - [aux_sym_preproc_if_token1] = ACTIONS(1318), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1318), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1318), - [sym_preproc_directive] = ACTIONS(1318), - [anon_sym_LPAREN2] = ACTIONS(1320), - [anon_sym_BANG] = ACTIONS(1320), - [anon_sym_TILDE] = ACTIONS(1320), - [anon_sym_DASH] = ACTIONS(1318), - [anon_sym_PLUS] = ACTIONS(1318), - [anon_sym_STAR] = ACTIONS(1320), - [anon_sym_AMP] = ACTIONS(1320), - [anon_sym_SEMI] = ACTIONS(1320), - [anon_sym___extension__] = ACTIONS(1318), - [anon_sym_typedef] = ACTIONS(1318), - [anon_sym_extern] = ACTIONS(1318), - [anon_sym___attribute__] = ACTIONS(1318), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1320), - [anon_sym___declspec] = ACTIONS(1318), - [anon_sym___cdecl] = ACTIONS(1318), - [anon_sym___clrcall] = ACTIONS(1318), - [anon_sym___stdcall] = ACTIONS(1318), - [anon_sym___fastcall] = ACTIONS(1318), - [anon_sym___thiscall] = ACTIONS(1318), - [anon_sym___vectorcall] = ACTIONS(1318), - [anon_sym_LBRACE] = ACTIONS(1320), - [anon_sym_RBRACE] = ACTIONS(1320), - [anon_sym_signed] = ACTIONS(1318), - [anon_sym_unsigned] = ACTIONS(1318), - [anon_sym_long] = ACTIONS(1318), - [anon_sym_short] = ACTIONS(1318), - [anon_sym_static] = ACTIONS(1318), - [anon_sym_auto] = ACTIONS(1318), - [anon_sym_register] = ACTIONS(1318), - [anon_sym_inline] = ACTIONS(1318), - [anon_sym___inline] = ACTIONS(1318), - [anon_sym___inline__] = ACTIONS(1318), - [anon_sym___forceinline] = ACTIONS(1318), - [anon_sym_thread_local] = ACTIONS(1318), - [anon_sym___thread] = ACTIONS(1318), - [anon_sym_const] = ACTIONS(1318), - [anon_sym_constexpr] = ACTIONS(1318), - [anon_sym_volatile] = ACTIONS(1318), - [anon_sym_restrict] = ACTIONS(1318), - [anon_sym___restrict__] = ACTIONS(1318), - [anon_sym__Atomic] = ACTIONS(1318), - [anon_sym__Noreturn] = ACTIONS(1318), - [anon_sym_noreturn] = ACTIONS(1318), - [sym_primitive_type] = ACTIONS(1318), - [anon_sym_enum] = ACTIONS(1318), - [anon_sym_struct] = ACTIONS(1318), - [anon_sym_union] = ACTIONS(1318), - [anon_sym_if] = ACTIONS(1318), - [anon_sym_else] = ACTIONS(1318), - [anon_sym_switch] = ACTIONS(1318), - [anon_sym_case] = ACTIONS(1318), - [anon_sym_default] = ACTIONS(1318), - [anon_sym_while] = ACTIONS(1318), - [anon_sym_do] = ACTIONS(1318), - [anon_sym_for] = ACTIONS(1318), - [anon_sym_return] = ACTIONS(1318), - [anon_sym_break] = ACTIONS(1318), - [anon_sym_continue] = ACTIONS(1318), - [anon_sym_goto] = ACTIONS(1318), - [anon_sym___try] = ACTIONS(1318), - [anon_sym___leave] = ACTIONS(1318), - [anon_sym_DASH_DASH] = ACTIONS(1320), - [anon_sym_PLUS_PLUS] = ACTIONS(1320), - [anon_sym_sizeof] = ACTIONS(1318), - [anon_sym___alignof__] = ACTIONS(1318), - [anon_sym___alignof] = ACTIONS(1318), - [anon_sym__alignof] = ACTIONS(1318), - [anon_sym_alignof] = ACTIONS(1318), - [anon_sym__Alignof] = ACTIONS(1318), - [anon_sym_offsetof] = ACTIONS(1318), - [anon_sym__Generic] = ACTIONS(1318), - [anon_sym_asm] = ACTIONS(1318), - [anon_sym___asm__] = ACTIONS(1318), - [sym_number_literal] = ACTIONS(1320), - [anon_sym_L_SQUOTE] = ACTIONS(1320), - [anon_sym_u_SQUOTE] = ACTIONS(1320), - [anon_sym_U_SQUOTE] = ACTIONS(1320), - [anon_sym_u8_SQUOTE] = ACTIONS(1320), - [anon_sym_SQUOTE] = ACTIONS(1320), - [anon_sym_L_DQUOTE] = ACTIONS(1320), - [anon_sym_u_DQUOTE] = ACTIONS(1320), - [anon_sym_U_DQUOTE] = ACTIONS(1320), - [anon_sym_u8_DQUOTE] = ACTIONS(1320), - [anon_sym_DQUOTE] = ACTIONS(1320), - [sym_true] = ACTIONS(1318), - [sym_false] = ACTIONS(1318), - [anon_sym_NULL] = ACTIONS(1318), - [anon_sym_nullptr] = ACTIONS(1318), + }, + [346] = { + [sym_identifier] = ACTIONS(1342), + [aux_sym_preproc_include_token1] = ACTIONS(1342), + [aux_sym_preproc_def_token1] = ACTIONS(1342), + [aux_sym_preproc_if_token1] = ACTIONS(1342), + [aux_sym_preproc_if_token2] = ACTIONS(1342), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1342), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1342), + [sym_preproc_directive] = ACTIONS(1342), + [anon_sym_LPAREN2] = ACTIONS(1344), + [anon_sym_BANG] = ACTIONS(1344), + [anon_sym_TILDE] = ACTIONS(1344), + [anon_sym_DASH] = ACTIONS(1342), + [anon_sym_PLUS] = ACTIONS(1342), + [anon_sym_STAR] = ACTIONS(1344), + [anon_sym_AMP] = ACTIONS(1344), + [anon_sym_SEMI] = ACTIONS(1344), + [anon_sym___extension__] = ACTIONS(1342), + [anon_sym_typedef] = ACTIONS(1342), + [anon_sym_extern] = ACTIONS(1342), + [anon_sym___attribute__] = ACTIONS(1342), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1344), + [anon_sym___declspec] = ACTIONS(1342), + [anon_sym___cdecl] = ACTIONS(1342), + [anon_sym___clrcall] = ACTIONS(1342), + [anon_sym___stdcall] = ACTIONS(1342), + [anon_sym___fastcall] = ACTIONS(1342), + [anon_sym___thiscall] = ACTIONS(1342), + [anon_sym___vectorcall] = ACTIONS(1342), + [anon_sym_LBRACE] = ACTIONS(1344), + [anon_sym_signed] = ACTIONS(1342), + [anon_sym_unsigned] = ACTIONS(1342), + [anon_sym_long] = ACTIONS(1342), + [anon_sym_short] = ACTIONS(1342), + [anon_sym_static] = ACTIONS(1342), + [anon_sym_auto] = ACTIONS(1342), + [anon_sym_register] = ACTIONS(1342), + [anon_sym_inline] = ACTIONS(1342), + [anon_sym___inline] = ACTIONS(1342), + [anon_sym___inline__] = ACTIONS(1342), + [anon_sym___forceinline] = ACTIONS(1342), + [anon_sym_thread_local] = ACTIONS(1342), + [anon_sym___thread] = ACTIONS(1342), + [anon_sym_const] = ACTIONS(1342), + [anon_sym_constexpr] = ACTIONS(1342), + [anon_sym_volatile] = ACTIONS(1342), + [anon_sym_restrict] = ACTIONS(1342), + [anon_sym___restrict__] = ACTIONS(1342), + [anon_sym__Atomic] = ACTIONS(1342), + [anon_sym__Noreturn] = ACTIONS(1342), + [anon_sym_noreturn] = ACTIONS(1342), + [sym_primitive_type] = ACTIONS(1342), + [anon_sym_enum] = ACTIONS(1342), + [anon_sym_struct] = ACTIONS(1342), + [anon_sym_union] = ACTIONS(1342), + [anon_sym_if] = ACTIONS(1342), + [anon_sym_else] = ACTIONS(1342), + [anon_sym_switch] = ACTIONS(1342), + [anon_sym_case] = ACTIONS(1342), + [anon_sym_default] = ACTIONS(1342), + [anon_sym_while] = ACTIONS(1342), + [anon_sym_do] = ACTIONS(1342), + [anon_sym_for] = ACTIONS(1342), + [anon_sym_return] = ACTIONS(1342), + [anon_sym_break] = ACTIONS(1342), + [anon_sym_continue] = ACTIONS(1342), + [anon_sym_goto] = ACTIONS(1342), + [anon_sym___try] = ACTIONS(1342), + [anon_sym___leave] = ACTIONS(1342), + [anon_sym_DASH_DASH] = ACTIONS(1344), + [anon_sym_PLUS_PLUS] = ACTIONS(1344), + [anon_sym_sizeof] = ACTIONS(1342), + [anon_sym___alignof__] = ACTIONS(1342), + [anon_sym___alignof] = ACTIONS(1342), + [anon_sym__alignof] = ACTIONS(1342), + [anon_sym_alignof] = ACTIONS(1342), + [anon_sym__Alignof] = ACTIONS(1342), + [anon_sym_offsetof] = ACTIONS(1342), + [anon_sym__Generic] = ACTIONS(1342), + [anon_sym_asm] = ACTIONS(1342), + [anon_sym___asm__] = ACTIONS(1342), + [sym_number_literal] = ACTIONS(1344), + [anon_sym_L_SQUOTE] = ACTIONS(1344), + [anon_sym_u_SQUOTE] = ACTIONS(1344), + [anon_sym_U_SQUOTE] = ACTIONS(1344), + [anon_sym_u8_SQUOTE] = ACTIONS(1344), + [anon_sym_SQUOTE] = ACTIONS(1344), + [anon_sym_L_DQUOTE] = ACTIONS(1344), + [anon_sym_u_DQUOTE] = ACTIONS(1344), + [anon_sym_U_DQUOTE] = ACTIONS(1344), + [anon_sym_u8_DQUOTE] = ACTIONS(1344), + [anon_sym_DQUOTE] = ACTIONS(1344), + [sym_true] = ACTIONS(1342), + [sym_false] = ACTIONS(1342), + [anon_sym_NULL] = ACTIONS(1342), + [anon_sym_nullptr] = ACTIONS(1342), + [sym_comment] = ACTIONS(3), + }, + [347] = { + [sym_identifier] = ACTIONS(1314), + [aux_sym_preproc_include_token1] = ACTIONS(1314), + [aux_sym_preproc_def_token1] = ACTIONS(1314), + [aux_sym_preproc_if_token1] = ACTIONS(1314), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1314), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1314), + [sym_preproc_directive] = ACTIONS(1314), + [anon_sym_LPAREN2] = ACTIONS(1316), + [anon_sym_BANG] = ACTIONS(1316), + [anon_sym_TILDE] = ACTIONS(1316), + [anon_sym_DASH] = ACTIONS(1314), + [anon_sym_PLUS] = ACTIONS(1314), + [anon_sym_STAR] = ACTIONS(1316), + [anon_sym_AMP] = ACTIONS(1316), + [anon_sym_SEMI] = ACTIONS(1316), + [anon_sym___extension__] = ACTIONS(1314), + [anon_sym_typedef] = ACTIONS(1314), + [anon_sym_extern] = ACTIONS(1314), + [anon_sym___attribute__] = ACTIONS(1314), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1316), + [anon_sym___declspec] = ACTIONS(1314), + [anon_sym___cdecl] = ACTIONS(1314), + [anon_sym___clrcall] = ACTIONS(1314), + [anon_sym___stdcall] = ACTIONS(1314), + [anon_sym___fastcall] = ACTIONS(1314), + [anon_sym___thiscall] = ACTIONS(1314), + [anon_sym___vectorcall] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1316), + [anon_sym_RBRACE] = ACTIONS(1316), + [anon_sym_signed] = ACTIONS(1314), + [anon_sym_unsigned] = ACTIONS(1314), + [anon_sym_long] = ACTIONS(1314), + [anon_sym_short] = ACTIONS(1314), + [anon_sym_static] = ACTIONS(1314), + [anon_sym_auto] = ACTIONS(1314), + [anon_sym_register] = ACTIONS(1314), + [anon_sym_inline] = ACTIONS(1314), + [anon_sym___inline] = ACTIONS(1314), + [anon_sym___inline__] = ACTIONS(1314), + [anon_sym___forceinline] = ACTIONS(1314), + [anon_sym_thread_local] = ACTIONS(1314), + [anon_sym___thread] = ACTIONS(1314), + [anon_sym_const] = ACTIONS(1314), + [anon_sym_constexpr] = ACTIONS(1314), + [anon_sym_volatile] = ACTIONS(1314), + [anon_sym_restrict] = ACTIONS(1314), + [anon_sym___restrict__] = ACTIONS(1314), + [anon_sym__Atomic] = ACTIONS(1314), + [anon_sym__Noreturn] = ACTIONS(1314), + [anon_sym_noreturn] = ACTIONS(1314), + [sym_primitive_type] = ACTIONS(1314), + [anon_sym_enum] = ACTIONS(1314), + [anon_sym_struct] = ACTIONS(1314), + [anon_sym_union] = ACTIONS(1314), + [anon_sym_if] = ACTIONS(1314), + [anon_sym_else] = ACTIONS(1314), + [anon_sym_switch] = ACTIONS(1314), + [anon_sym_case] = ACTIONS(1314), + [anon_sym_default] = ACTIONS(1314), + [anon_sym_while] = ACTIONS(1314), + [anon_sym_do] = ACTIONS(1314), + [anon_sym_for] = ACTIONS(1314), + [anon_sym_return] = ACTIONS(1314), + [anon_sym_break] = ACTIONS(1314), + [anon_sym_continue] = ACTIONS(1314), + [anon_sym_goto] = ACTIONS(1314), + [anon_sym___try] = ACTIONS(1314), + [anon_sym___leave] = ACTIONS(1314), + [anon_sym_DASH_DASH] = ACTIONS(1316), + [anon_sym_PLUS_PLUS] = ACTIONS(1316), + [anon_sym_sizeof] = ACTIONS(1314), + [anon_sym___alignof__] = ACTIONS(1314), + [anon_sym___alignof] = ACTIONS(1314), + [anon_sym__alignof] = ACTIONS(1314), + [anon_sym_alignof] = ACTIONS(1314), + [anon_sym__Alignof] = ACTIONS(1314), + [anon_sym_offsetof] = ACTIONS(1314), + [anon_sym__Generic] = ACTIONS(1314), + [anon_sym_asm] = ACTIONS(1314), + [anon_sym___asm__] = ACTIONS(1314), + [sym_number_literal] = ACTIONS(1316), + [anon_sym_L_SQUOTE] = ACTIONS(1316), + [anon_sym_u_SQUOTE] = ACTIONS(1316), + [anon_sym_U_SQUOTE] = ACTIONS(1316), + [anon_sym_u8_SQUOTE] = ACTIONS(1316), + [anon_sym_SQUOTE] = ACTIONS(1316), + [anon_sym_L_DQUOTE] = ACTIONS(1316), + [anon_sym_u_DQUOTE] = ACTIONS(1316), + [anon_sym_U_DQUOTE] = ACTIONS(1316), + [anon_sym_u8_DQUOTE] = ACTIONS(1316), + [anon_sym_DQUOTE] = ACTIONS(1316), + [sym_true] = ACTIONS(1314), + [sym_false] = ACTIONS(1314), + [anon_sym_NULL] = ACTIONS(1314), + [anon_sym_nullptr] = ACTIONS(1314), [sym_comment] = ACTIONS(3), }, [348] = { @@ -55542,101 +55533,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [349] = { - [sym_identifier] = ACTIONS(1338), - [aux_sym_preproc_include_token1] = ACTIONS(1338), - [aux_sym_preproc_def_token1] = ACTIONS(1338), - [aux_sym_preproc_if_token1] = ACTIONS(1338), - [aux_sym_preproc_if_token2] = ACTIONS(1338), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1338), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1338), - [sym_preproc_directive] = ACTIONS(1338), - [anon_sym_LPAREN2] = ACTIONS(1340), - [anon_sym_BANG] = ACTIONS(1340), - [anon_sym_TILDE] = ACTIONS(1340), - [anon_sym_DASH] = ACTIONS(1338), - [anon_sym_PLUS] = ACTIONS(1338), - [anon_sym_STAR] = ACTIONS(1340), - [anon_sym_AMP] = ACTIONS(1340), - [anon_sym_SEMI] = ACTIONS(1340), - [anon_sym___extension__] = ACTIONS(1338), - [anon_sym_typedef] = ACTIONS(1338), - [anon_sym_extern] = ACTIONS(1338), - [anon_sym___attribute__] = ACTIONS(1338), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1340), - [anon_sym___declspec] = ACTIONS(1338), - [anon_sym___cdecl] = ACTIONS(1338), - [anon_sym___clrcall] = ACTIONS(1338), - [anon_sym___stdcall] = ACTIONS(1338), - [anon_sym___fastcall] = ACTIONS(1338), - [anon_sym___thiscall] = ACTIONS(1338), - [anon_sym___vectorcall] = ACTIONS(1338), - [anon_sym_LBRACE] = ACTIONS(1340), - [anon_sym_signed] = ACTIONS(1338), - [anon_sym_unsigned] = ACTIONS(1338), - [anon_sym_long] = ACTIONS(1338), - [anon_sym_short] = ACTIONS(1338), - [anon_sym_static] = ACTIONS(1338), - [anon_sym_auto] = ACTIONS(1338), - [anon_sym_register] = ACTIONS(1338), - [anon_sym_inline] = ACTIONS(1338), - [anon_sym___inline] = ACTIONS(1338), - [anon_sym___inline__] = ACTIONS(1338), - [anon_sym___forceinline] = ACTIONS(1338), - [anon_sym_thread_local] = ACTIONS(1338), - [anon_sym___thread] = ACTIONS(1338), - [anon_sym_const] = ACTIONS(1338), - [anon_sym_constexpr] = ACTIONS(1338), - [anon_sym_volatile] = ACTIONS(1338), - [anon_sym_restrict] = ACTIONS(1338), - [anon_sym___restrict__] = ACTIONS(1338), - [anon_sym__Atomic] = ACTIONS(1338), - [anon_sym__Noreturn] = ACTIONS(1338), - [anon_sym_noreturn] = ACTIONS(1338), - [sym_primitive_type] = ACTIONS(1338), - [anon_sym_enum] = ACTIONS(1338), - [anon_sym_struct] = ACTIONS(1338), - [anon_sym_union] = ACTIONS(1338), - [anon_sym_if] = ACTIONS(1338), - [anon_sym_else] = ACTIONS(1338), - [anon_sym_switch] = ACTIONS(1338), - [anon_sym_case] = ACTIONS(1338), - [anon_sym_default] = ACTIONS(1338), - [anon_sym_while] = ACTIONS(1338), - [anon_sym_do] = ACTIONS(1338), - [anon_sym_for] = ACTIONS(1338), - [anon_sym_return] = ACTIONS(1338), - [anon_sym_break] = ACTIONS(1338), - [anon_sym_continue] = ACTIONS(1338), - [anon_sym_goto] = ACTIONS(1338), - [anon_sym___try] = ACTIONS(1338), - [anon_sym___leave] = ACTIONS(1338), - [anon_sym_DASH_DASH] = ACTIONS(1340), - [anon_sym_PLUS_PLUS] = ACTIONS(1340), - [anon_sym_sizeof] = ACTIONS(1338), - [anon_sym___alignof__] = ACTIONS(1338), - [anon_sym___alignof] = ACTIONS(1338), - [anon_sym__alignof] = ACTIONS(1338), - [anon_sym_alignof] = ACTIONS(1338), - [anon_sym__Alignof] = ACTIONS(1338), - [anon_sym_offsetof] = ACTIONS(1338), - [anon_sym__Generic] = ACTIONS(1338), - [anon_sym_asm] = ACTIONS(1338), - [anon_sym___asm__] = ACTIONS(1338), - [sym_number_literal] = ACTIONS(1340), - [anon_sym_L_SQUOTE] = ACTIONS(1340), - [anon_sym_u_SQUOTE] = ACTIONS(1340), - [anon_sym_U_SQUOTE] = ACTIONS(1340), - [anon_sym_u8_SQUOTE] = ACTIONS(1340), - [anon_sym_SQUOTE] = ACTIONS(1340), - [anon_sym_L_DQUOTE] = ACTIONS(1340), - [anon_sym_u_DQUOTE] = ACTIONS(1340), - [anon_sym_U_DQUOTE] = ACTIONS(1340), - [anon_sym_u8_DQUOTE] = ACTIONS(1340), - [anon_sym_DQUOTE] = ACTIONS(1340), - [sym_true] = ACTIONS(1338), - [sym_false] = ACTIONS(1338), - [anon_sym_NULL] = ACTIONS(1338), - [anon_sym_nullptr] = ACTIONS(1338), + [sym_identifier] = ACTIONS(1318), + [aux_sym_preproc_include_token1] = ACTIONS(1318), + [aux_sym_preproc_def_token1] = ACTIONS(1318), + [aux_sym_preproc_if_token1] = ACTIONS(1318), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1318), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1318), + [sym_preproc_directive] = ACTIONS(1318), + [anon_sym_LPAREN2] = ACTIONS(1320), + [anon_sym_BANG] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1320), + [anon_sym_DASH] = ACTIONS(1318), + [anon_sym_PLUS] = ACTIONS(1318), + [anon_sym_STAR] = ACTIONS(1320), + [anon_sym_AMP] = ACTIONS(1320), + [anon_sym_SEMI] = ACTIONS(1320), + [anon_sym___extension__] = ACTIONS(1318), + [anon_sym_typedef] = ACTIONS(1318), + [anon_sym_extern] = ACTIONS(1318), + [anon_sym___attribute__] = ACTIONS(1318), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1320), + [anon_sym___declspec] = ACTIONS(1318), + [anon_sym___cdecl] = ACTIONS(1318), + [anon_sym___clrcall] = ACTIONS(1318), + [anon_sym___stdcall] = ACTIONS(1318), + [anon_sym___fastcall] = ACTIONS(1318), + [anon_sym___thiscall] = ACTIONS(1318), + [anon_sym___vectorcall] = ACTIONS(1318), + [anon_sym_LBRACE] = ACTIONS(1320), + [anon_sym_RBRACE] = ACTIONS(1320), + [anon_sym_signed] = ACTIONS(1318), + [anon_sym_unsigned] = ACTIONS(1318), + [anon_sym_long] = ACTIONS(1318), + [anon_sym_short] = ACTIONS(1318), + [anon_sym_static] = ACTIONS(1318), + [anon_sym_auto] = ACTIONS(1318), + [anon_sym_register] = ACTIONS(1318), + [anon_sym_inline] = ACTIONS(1318), + [anon_sym___inline] = ACTIONS(1318), + [anon_sym___inline__] = ACTIONS(1318), + [anon_sym___forceinline] = ACTIONS(1318), + [anon_sym_thread_local] = ACTIONS(1318), + [anon_sym___thread] = ACTIONS(1318), + [anon_sym_const] = ACTIONS(1318), + [anon_sym_constexpr] = ACTIONS(1318), + [anon_sym_volatile] = ACTIONS(1318), + [anon_sym_restrict] = ACTIONS(1318), + [anon_sym___restrict__] = ACTIONS(1318), + [anon_sym__Atomic] = ACTIONS(1318), + [anon_sym__Noreturn] = ACTIONS(1318), + [anon_sym_noreturn] = ACTIONS(1318), + [sym_primitive_type] = ACTIONS(1318), + [anon_sym_enum] = ACTIONS(1318), + [anon_sym_struct] = ACTIONS(1318), + [anon_sym_union] = ACTIONS(1318), + [anon_sym_if] = ACTIONS(1318), + [anon_sym_else] = ACTIONS(1318), + [anon_sym_switch] = ACTIONS(1318), + [anon_sym_case] = ACTIONS(1318), + [anon_sym_default] = ACTIONS(1318), + [anon_sym_while] = ACTIONS(1318), + [anon_sym_do] = ACTIONS(1318), + [anon_sym_for] = ACTIONS(1318), + [anon_sym_return] = ACTIONS(1318), + [anon_sym_break] = ACTIONS(1318), + [anon_sym_continue] = ACTIONS(1318), + [anon_sym_goto] = ACTIONS(1318), + [anon_sym___try] = ACTIONS(1318), + [anon_sym___leave] = ACTIONS(1318), + [anon_sym_DASH_DASH] = ACTIONS(1320), + [anon_sym_PLUS_PLUS] = ACTIONS(1320), + [anon_sym_sizeof] = ACTIONS(1318), + [anon_sym___alignof__] = ACTIONS(1318), + [anon_sym___alignof] = ACTIONS(1318), + [anon_sym__alignof] = ACTIONS(1318), + [anon_sym_alignof] = ACTIONS(1318), + [anon_sym__Alignof] = ACTIONS(1318), + [anon_sym_offsetof] = ACTIONS(1318), + [anon_sym__Generic] = ACTIONS(1318), + [anon_sym_asm] = ACTIONS(1318), + [anon_sym___asm__] = ACTIONS(1318), + [sym_number_literal] = ACTIONS(1320), + [anon_sym_L_SQUOTE] = ACTIONS(1320), + [anon_sym_u_SQUOTE] = ACTIONS(1320), + [anon_sym_U_SQUOTE] = ACTIONS(1320), + [anon_sym_u8_SQUOTE] = ACTIONS(1320), + [anon_sym_SQUOTE] = ACTIONS(1320), + [anon_sym_L_DQUOTE] = ACTIONS(1320), + [anon_sym_u_DQUOTE] = ACTIONS(1320), + [anon_sym_U_DQUOTE] = ACTIONS(1320), + [anon_sym_u8_DQUOTE] = ACTIONS(1320), + [anon_sym_DQUOTE] = ACTIONS(1320), + [sym_true] = ACTIONS(1318), + [sym_false] = ACTIONS(1318), + [anon_sym_NULL] = ACTIONS(1318), + [anon_sym_nullptr] = ACTIONS(1318), [sym_comment] = ACTIONS(3), }, [350] = { @@ -55738,101 +55729,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [351] = { - [sym_identifier] = ACTIONS(1334), - [aux_sym_preproc_include_token1] = ACTIONS(1334), - [aux_sym_preproc_def_token1] = ACTIONS(1334), - [aux_sym_preproc_if_token1] = ACTIONS(1334), - [aux_sym_preproc_if_token2] = ACTIONS(1334), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1334), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1334), - [sym_preproc_directive] = ACTIONS(1334), - [anon_sym_LPAREN2] = ACTIONS(1336), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_TILDE] = ACTIONS(1336), - [anon_sym_DASH] = ACTIONS(1334), - [anon_sym_PLUS] = ACTIONS(1334), - [anon_sym_STAR] = ACTIONS(1336), - [anon_sym_AMP] = ACTIONS(1336), - [anon_sym_SEMI] = ACTIONS(1336), - [anon_sym___extension__] = ACTIONS(1334), - [anon_sym_typedef] = ACTIONS(1334), - [anon_sym_extern] = ACTIONS(1334), - [anon_sym___attribute__] = ACTIONS(1334), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1336), - [anon_sym___declspec] = ACTIONS(1334), - [anon_sym___cdecl] = ACTIONS(1334), - [anon_sym___clrcall] = ACTIONS(1334), - [anon_sym___stdcall] = ACTIONS(1334), - [anon_sym___fastcall] = ACTIONS(1334), - [anon_sym___thiscall] = ACTIONS(1334), - [anon_sym___vectorcall] = ACTIONS(1334), - [anon_sym_LBRACE] = ACTIONS(1336), - [anon_sym_signed] = ACTIONS(1334), - [anon_sym_unsigned] = ACTIONS(1334), - [anon_sym_long] = ACTIONS(1334), - [anon_sym_short] = ACTIONS(1334), - [anon_sym_static] = ACTIONS(1334), - [anon_sym_auto] = ACTIONS(1334), - [anon_sym_register] = ACTIONS(1334), - [anon_sym_inline] = ACTIONS(1334), - [anon_sym___inline] = ACTIONS(1334), - [anon_sym___inline__] = ACTIONS(1334), - [anon_sym___forceinline] = ACTIONS(1334), - [anon_sym_thread_local] = ACTIONS(1334), - [anon_sym___thread] = ACTIONS(1334), - [anon_sym_const] = ACTIONS(1334), - [anon_sym_constexpr] = ACTIONS(1334), - [anon_sym_volatile] = ACTIONS(1334), - [anon_sym_restrict] = ACTIONS(1334), - [anon_sym___restrict__] = ACTIONS(1334), - [anon_sym__Atomic] = ACTIONS(1334), - [anon_sym__Noreturn] = ACTIONS(1334), - [anon_sym_noreturn] = ACTIONS(1334), - [sym_primitive_type] = ACTIONS(1334), - [anon_sym_enum] = ACTIONS(1334), - [anon_sym_struct] = ACTIONS(1334), - [anon_sym_union] = ACTIONS(1334), - [anon_sym_if] = ACTIONS(1334), - [anon_sym_else] = ACTIONS(1334), - [anon_sym_switch] = ACTIONS(1334), - [anon_sym_case] = ACTIONS(1334), - [anon_sym_default] = ACTIONS(1334), - [anon_sym_while] = ACTIONS(1334), - [anon_sym_do] = ACTIONS(1334), - [anon_sym_for] = ACTIONS(1334), - [anon_sym_return] = ACTIONS(1334), - [anon_sym_break] = ACTIONS(1334), - [anon_sym_continue] = ACTIONS(1334), - [anon_sym_goto] = ACTIONS(1334), - [anon_sym___try] = ACTIONS(1334), - [anon_sym___leave] = ACTIONS(1334), - [anon_sym_DASH_DASH] = ACTIONS(1336), - [anon_sym_PLUS_PLUS] = ACTIONS(1336), - [anon_sym_sizeof] = ACTIONS(1334), - [anon_sym___alignof__] = ACTIONS(1334), - [anon_sym___alignof] = ACTIONS(1334), - [anon_sym__alignof] = ACTIONS(1334), - [anon_sym_alignof] = ACTIONS(1334), - [anon_sym__Alignof] = ACTIONS(1334), - [anon_sym_offsetof] = ACTIONS(1334), - [anon_sym__Generic] = ACTIONS(1334), - [anon_sym_asm] = ACTIONS(1334), - [anon_sym___asm__] = ACTIONS(1334), - [sym_number_literal] = ACTIONS(1336), - [anon_sym_L_SQUOTE] = ACTIONS(1336), - [anon_sym_u_SQUOTE] = ACTIONS(1336), - [anon_sym_U_SQUOTE] = ACTIONS(1336), - [anon_sym_u8_SQUOTE] = ACTIONS(1336), - [anon_sym_SQUOTE] = ACTIONS(1336), - [anon_sym_L_DQUOTE] = ACTIONS(1336), - [anon_sym_u_DQUOTE] = ACTIONS(1336), - [anon_sym_U_DQUOTE] = ACTIONS(1336), - [anon_sym_u8_DQUOTE] = ACTIONS(1336), - [anon_sym_DQUOTE] = ACTIONS(1336), - [sym_true] = ACTIONS(1334), - [sym_false] = ACTIONS(1334), - [anon_sym_NULL] = ACTIONS(1334), - [anon_sym_nullptr] = ACTIONS(1334), + [sym_identifier] = ACTIONS(1338), + [aux_sym_preproc_include_token1] = ACTIONS(1338), + [aux_sym_preproc_def_token1] = ACTIONS(1338), + [aux_sym_preproc_if_token1] = ACTIONS(1338), + [aux_sym_preproc_if_token2] = ACTIONS(1338), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1338), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1338), + [sym_preproc_directive] = ACTIONS(1338), + [anon_sym_LPAREN2] = ACTIONS(1340), + [anon_sym_BANG] = ACTIONS(1340), + [anon_sym_TILDE] = ACTIONS(1340), + [anon_sym_DASH] = ACTIONS(1338), + [anon_sym_PLUS] = ACTIONS(1338), + [anon_sym_STAR] = ACTIONS(1340), + [anon_sym_AMP] = ACTIONS(1340), + [anon_sym_SEMI] = ACTIONS(1340), + [anon_sym___extension__] = ACTIONS(1338), + [anon_sym_typedef] = ACTIONS(1338), + [anon_sym_extern] = ACTIONS(1338), + [anon_sym___attribute__] = ACTIONS(1338), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1340), + [anon_sym___declspec] = ACTIONS(1338), + [anon_sym___cdecl] = ACTIONS(1338), + [anon_sym___clrcall] = ACTIONS(1338), + [anon_sym___stdcall] = ACTIONS(1338), + [anon_sym___fastcall] = ACTIONS(1338), + [anon_sym___thiscall] = ACTIONS(1338), + [anon_sym___vectorcall] = ACTIONS(1338), + [anon_sym_LBRACE] = ACTIONS(1340), + [anon_sym_signed] = ACTIONS(1338), + [anon_sym_unsigned] = ACTIONS(1338), + [anon_sym_long] = ACTIONS(1338), + [anon_sym_short] = ACTIONS(1338), + [anon_sym_static] = ACTIONS(1338), + [anon_sym_auto] = ACTIONS(1338), + [anon_sym_register] = ACTIONS(1338), + [anon_sym_inline] = ACTIONS(1338), + [anon_sym___inline] = ACTIONS(1338), + [anon_sym___inline__] = ACTIONS(1338), + [anon_sym___forceinline] = ACTIONS(1338), + [anon_sym_thread_local] = ACTIONS(1338), + [anon_sym___thread] = ACTIONS(1338), + [anon_sym_const] = ACTIONS(1338), + [anon_sym_constexpr] = ACTIONS(1338), + [anon_sym_volatile] = ACTIONS(1338), + [anon_sym_restrict] = ACTIONS(1338), + [anon_sym___restrict__] = ACTIONS(1338), + [anon_sym__Atomic] = ACTIONS(1338), + [anon_sym__Noreturn] = ACTIONS(1338), + [anon_sym_noreturn] = ACTIONS(1338), + [sym_primitive_type] = ACTIONS(1338), + [anon_sym_enum] = ACTIONS(1338), + [anon_sym_struct] = ACTIONS(1338), + [anon_sym_union] = ACTIONS(1338), + [anon_sym_if] = ACTIONS(1338), + [anon_sym_else] = ACTIONS(1338), + [anon_sym_switch] = ACTIONS(1338), + [anon_sym_case] = ACTIONS(1338), + [anon_sym_default] = ACTIONS(1338), + [anon_sym_while] = ACTIONS(1338), + [anon_sym_do] = ACTIONS(1338), + [anon_sym_for] = ACTIONS(1338), + [anon_sym_return] = ACTIONS(1338), + [anon_sym_break] = ACTIONS(1338), + [anon_sym_continue] = ACTIONS(1338), + [anon_sym_goto] = ACTIONS(1338), + [anon_sym___try] = ACTIONS(1338), + [anon_sym___leave] = ACTIONS(1338), + [anon_sym_DASH_DASH] = ACTIONS(1340), + [anon_sym_PLUS_PLUS] = ACTIONS(1340), + [anon_sym_sizeof] = ACTIONS(1338), + [anon_sym___alignof__] = ACTIONS(1338), + [anon_sym___alignof] = ACTIONS(1338), + [anon_sym__alignof] = ACTIONS(1338), + [anon_sym_alignof] = ACTIONS(1338), + [anon_sym__Alignof] = ACTIONS(1338), + [anon_sym_offsetof] = ACTIONS(1338), + [anon_sym__Generic] = ACTIONS(1338), + [anon_sym_asm] = ACTIONS(1338), + [anon_sym___asm__] = ACTIONS(1338), + [sym_number_literal] = ACTIONS(1340), + [anon_sym_L_SQUOTE] = ACTIONS(1340), + [anon_sym_u_SQUOTE] = ACTIONS(1340), + [anon_sym_U_SQUOTE] = ACTIONS(1340), + [anon_sym_u8_SQUOTE] = ACTIONS(1340), + [anon_sym_SQUOTE] = ACTIONS(1340), + [anon_sym_L_DQUOTE] = ACTIONS(1340), + [anon_sym_u_DQUOTE] = ACTIONS(1340), + [anon_sym_U_DQUOTE] = ACTIONS(1340), + [anon_sym_u8_DQUOTE] = ACTIONS(1340), + [anon_sym_DQUOTE] = ACTIONS(1340), + [sym_true] = ACTIONS(1338), + [sym_false] = ACTIONS(1338), + [anon_sym_NULL] = ACTIONS(1338), + [anon_sym_nullptr] = ACTIONS(1338), [sym_comment] = ACTIONS(3), }, [352] = { @@ -56032,491 +56023,394 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [354] = { - [sym_identifier] = ACTIONS(1432), - [aux_sym_preproc_include_token1] = ACTIONS(1432), - [aux_sym_preproc_def_token1] = ACTIONS(1432), - [aux_sym_preproc_if_token1] = ACTIONS(1432), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1432), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1432), - [sym_preproc_directive] = ACTIONS(1432), - [anon_sym_LPAREN2] = ACTIONS(1434), - [anon_sym_BANG] = ACTIONS(1434), - [anon_sym_TILDE] = ACTIONS(1434), - [anon_sym_DASH] = ACTIONS(1432), - [anon_sym_PLUS] = ACTIONS(1432), - [anon_sym_STAR] = ACTIONS(1434), - [anon_sym_AMP] = ACTIONS(1434), - [anon_sym_SEMI] = ACTIONS(1434), - [anon_sym___extension__] = ACTIONS(1432), - [anon_sym_typedef] = ACTIONS(1432), - [anon_sym_extern] = ACTIONS(1432), - [anon_sym___attribute__] = ACTIONS(1432), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1434), - [anon_sym___declspec] = ACTIONS(1432), - [anon_sym___cdecl] = ACTIONS(1432), - [anon_sym___clrcall] = ACTIONS(1432), - [anon_sym___stdcall] = ACTIONS(1432), - [anon_sym___fastcall] = ACTIONS(1432), - [anon_sym___thiscall] = ACTIONS(1432), - [anon_sym___vectorcall] = ACTIONS(1432), - [anon_sym_LBRACE] = ACTIONS(1434), - [anon_sym_RBRACE] = ACTIONS(1434), - [anon_sym_signed] = ACTIONS(1432), - [anon_sym_unsigned] = ACTIONS(1432), - [anon_sym_long] = ACTIONS(1432), - [anon_sym_short] = ACTIONS(1432), - [anon_sym_static] = ACTIONS(1432), - [anon_sym_auto] = ACTIONS(1432), - [anon_sym_register] = ACTIONS(1432), - [anon_sym_inline] = ACTIONS(1432), - [anon_sym___inline] = ACTIONS(1432), - [anon_sym___inline__] = ACTIONS(1432), - [anon_sym___forceinline] = ACTIONS(1432), - [anon_sym_thread_local] = ACTIONS(1432), - [anon_sym___thread] = ACTIONS(1432), - [anon_sym_const] = ACTIONS(1432), - [anon_sym_constexpr] = ACTIONS(1432), - [anon_sym_volatile] = ACTIONS(1432), - [anon_sym_restrict] = ACTIONS(1432), - [anon_sym___restrict__] = ACTIONS(1432), - [anon_sym__Atomic] = ACTIONS(1432), - [anon_sym__Noreturn] = ACTIONS(1432), - [anon_sym_noreturn] = ACTIONS(1432), - [sym_primitive_type] = ACTIONS(1432), - [anon_sym_enum] = ACTIONS(1432), - [anon_sym_struct] = ACTIONS(1432), - [anon_sym_union] = ACTIONS(1432), - [anon_sym_if] = ACTIONS(1432), - [anon_sym_switch] = ACTIONS(1432), - [anon_sym_case] = ACTIONS(1432), - [anon_sym_default] = ACTIONS(1432), - [anon_sym_while] = ACTIONS(1432), - [anon_sym_do] = ACTIONS(1432), - [anon_sym_for] = ACTIONS(1432), - [anon_sym_return] = ACTIONS(1432), - [anon_sym_break] = ACTIONS(1432), - [anon_sym_continue] = ACTIONS(1432), - [anon_sym_goto] = ACTIONS(1432), - [anon_sym___try] = ACTIONS(1432), - [anon_sym___leave] = ACTIONS(1432), - [anon_sym_DASH_DASH] = ACTIONS(1434), - [anon_sym_PLUS_PLUS] = ACTIONS(1434), - [anon_sym_sizeof] = ACTIONS(1432), - [anon_sym___alignof__] = ACTIONS(1432), - [anon_sym___alignof] = ACTIONS(1432), - [anon_sym__alignof] = ACTIONS(1432), - [anon_sym_alignof] = ACTIONS(1432), - [anon_sym__Alignof] = ACTIONS(1432), - [anon_sym_offsetof] = ACTIONS(1432), - [anon_sym__Generic] = ACTIONS(1432), - [anon_sym_asm] = ACTIONS(1432), - [anon_sym___asm__] = ACTIONS(1432), - [sym_number_literal] = ACTIONS(1434), - [anon_sym_L_SQUOTE] = ACTIONS(1434), - [anon_sym_u_SQUOTE] = ACTIONS(1434), - [anon_sym_U_SQUOTE] = ACTIONS(1434), - [anon_sym_u8_SQUOTE] = ACTIONS(1434), - [anon_sym_SQUOTE] = ACTIONS(1434), - [anon_sym_L_DQUOTE] = ACTIONS(1434), - [anon_sym_u_DQUOTE] = ACTIONS(1434), - [anon_sym_U_DQUOTE] = ACTIONS(1434), - [anon_sym_u8_DQUOTE] = ACTIONS(1434), - [anon_sym_DQUOTE] = ACTIONS(1434), - [sym_true] = ACTIONS(1432), - [sym_false] = ACTIONS(1432), - [anon_sym_NULL] = ACTIONS(1432), - [anon_sym_nullptr] = ACTIONS(1432), + [sym_identifier] = ACTIONS(1430), + [aux_sym_preproc_include_token1] = ACTIONS(1430), + [aux_sym_preproc_def_token1] = ACTIONS(1430), + [aux_sym_preproc_if_token1] = ACTIONS(1430), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1430), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1430), + [sym_preproc_directive] = ACTIONS(1430), + [anon_sym_LPAREN2] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1432), + [anon_sym_TILDE] = ACTIONS(1432), + [anon_sym_DASH] = ACTIONS(1430), + [anon_sym_PLUS] = ACTIONS(1430), + [anon_sym_STAR] = ACTIONS(1432), + [anon_sym_AMP] = ACTIONS(1432), + [anon_sym_SEMI] = ACTIONS(1432), + [anon_sym___extension__] = ACTIONS(1430), + [anon_sym_typedef] = ACTIONS(1430), + [anon_sym_extern] = ACTIONS(1430), + [anon_sym___attribute__] = ACTIONS(1430), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1432), + [anon_sym___declspec] = ACTIONS(1430), + [anon_sym___cdecl] = ACTIONS(1430), + [anon_sym___clrcall] = ACTIONS(1430), + [anon_sym___stdcall] = ACTIONS(1430), + [anon_sym___fastcall] = ACTIONS(1430), + [anon_sym___thiscall] = ACTIONS(1430), + [anon_sym___vectorcall] = ACTIONS(1430), + [anon_sym_LBRACE] = ACTIONS(1432), + [anon_sym_RBRACE] = ACTIONS(1432), + [anon_sym_signed] = ACTIONS(1430), + [anon_sym_unsigned] = ACTIONS(1430), + [anon_sym_long] = ACTIONS(1430), + [anon_sym_short] = ACTIONS(1430), + [anon_sym_static] = ACTIONS(1430), + [anon_sym_auto] = ACTIONS(1430), + [anon_sym_register] = ACTIONS(1430), + [anon_sym_inline] = ACTIONS(1430), + [anon_sym___inline] = ACTIONS(1430), + [anon_sym___inline__] = ACTIONS(1430), + [anon_sym___forceinline] = ACTIONS(1430), + [anon_sym_thread_local] = ACTIONS(1430), + [anon_sym___thread] = ACTIONS(1430), + [anon_sym_const] = ACTIONS(1430), + [anon_sym_constexpr] = ACTIONS(1430), + [anon_sym_volatile] = ACTIONS(1430), + [anon_sym_restrict] = ACTIONS(1430), + [anon_sym___restrict__] = ACTIONS(1430), + [anon_sym__Atomic] = ACTIONS(1430), + [anon_sym__Noreturn] = ACTIONS(1430), + [anon_sym_noreturn] = ACTIONS(1430), + [sym_primitive_type] = ACTIONS(1430), + [anon_sym_enum] = ACTIONS(1430), + [anon_sym_struct] = ACTIONS(1430), + [anon_sym_union] = ACTIONS(1430), + [anon_sym_if] = ACTIONS(1430), + [anon_sym_switch] = ACTIONS(1430), + [anon_sym_case] = ACTIONS(1430), + [anon_sym_default] = ACTIONS(1430), + [anon_sym_while] = ACTIONS(1430), + [anon_sym_do] = ACTIONS(1430), + [anon_sym_for] = ACTIONS(1430), + [anon_sym_return] = ACTIONS(1430), + [anon_sym_break] = ACTIONS(1430), + [anon_sym_continue] = ACTIONS(1430), + [anon_sym_goto] = ACTIONS(1430), + [anon_sym___try] = ACTIONS(1430), + [anon_sym___leave] = ACTIONS(1430), + [anon_sym_DASH_DASH] = ACTIONS(1432), + [anon_sym_PLUS_PLUS] = ACTIONS(1432), + [anon_sym_sizeof] = ACTIONS(1430), + [anon_sym___alignof__] = ACTIONS(1430), + [anon_sym___alignof] = ACTIONS(1430), + [anon_sym__alignof] = ACTIONS(1430), + [anon_sym_alignof] = ACTIONS(1430), + [anon_sym__Alignof] = ACTIONS(1430), + [anon_sym_offsetof] = ACTIONS(1430), + [anon_sym__Generic] = ACTIONS(1430), + [anon_sym_asm] = ACTIONS(1430), + [anon_sym___asm__] = ACTIONS(1430), + [sym_number_literal] = ACTIONS(1432), + [anon_sym_L_SQUOTE] = ACTIONS(1432), + [anon_sym_u_SQUOTE] = ACTIONS(1432), + [anon_sym_U_SQUOTE] = ACTIONS(1432), + [anon_sym_u8_SQUOTE] = ACTIONS(1432), + [anon_sym_SQUOTE] = ACTIONS(1432), + [anon_sym_L_DQUOTE] = ACTIONS(1432), + [anon_sym_u_DQUOTE] = ACTIONS(1432), + [anon_sym_U_DQUOTE] = ACTIONS(1432), + [anon_sym_u8_DQUOTE] = ACTIONS(1432), + [anon_sym_DQUOTE] = ACTIONS(1432), + [sym_true] = ACTIONS(1430), + [sym_false] = ACTIONS(1430), + [anon_sym_NULL] = ACTIONS(1430), + [anon_sym_nullptr] = ACTIONS(1430), [sym_comment] = ACTIONS(3), }, [355] = { - [sym_identifier] = ACTIONS(1488), - [aux_sym_preproc_include_token1] = ACTIONS(1488), - [aux_sym_preproc_def_token1] = ACTIONS(1488), - [aux_sym_preproc_if_token1] = ACTIONS(1488), - [aux_sym_preproc_if_token2] = ACTIONS(1488), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1488), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1488), - [sym_preproc_directive] = ACTIONS(1488), - [anon_sym_LPAREN2] = ACTIONS(1490), - [anon_sym_BANG] = ACTIONS(1490), - [anon_sym_TILDE] = ACTIONS(1490), - [anon_sym_DASH] = ACTIONS(1488), - [anon_sym_PLUS] = ACTIONS(1488), - [anon_sym_STAR] = ACTIONS(1490), - [anon_sym_AMP] = ACTIONS(1490), - [anon_sym_SEMI] = ACTIONS(1490), - [anon_sym___extension__] = ACTIONS(1488), - [anon_sym_typedef] = ACTIONS(1488), - [anon_sym_extern] = ACTIONS(1488), - [anon_sym___attribute__] = ACTIONS(1488), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1490), - [anon_sym___declspec] = ACTIONS(1488), - [anon_sym___cdecl] = ACTIONS(1488), - [anon_sym___clrcall] = ACTIONS(1488), - [anon_sym___stdcall] = ACTIONS(1488), - [anon_sym___fastcall] = ACTIONS(1488), - [anon_sym___thiscall] = ACTIONS(1488), - [anon_sym___vectorcall] = ACTIONS(1488), - [anon_sym_LBRACE] = ACTIONS(1490), - [anon_sym_signed] = ACTIONS(1488), - [anon_sym_unsigned] = ACTIONS(1488), - [anon_sym_long] = ACTIONS(1488), - [anon_sym_short] = ACTIONS(1488), - [anon_sym_static] = ACTIONS(1488), - [anon_sym_auto] = ACTIONS(1488), - [anon_sym_register] = ACTIONS(1488), - [anon_sym_inline] = ACTIONS(1488), - [anon_sym___inline] = ACTIONS(1488), - [anon_sym___inline__] = ACTIONS(1488), - [anon_sym___forceinline] = ACTIONS(1488), - [anon_sym_thread_local] = ACTIONS(1488), - [anon_sym___thread] = ACTIONS(1488), - [anon_sym_const] = ACTIONS(1488), - [anon_sym_constexpr] = ACTIONS(1488), - [anon_sym_volatile] = ACTIONS(1488), - [anon_sym_restrict] = ACTIONS(1488), - [anon_sym___restrict__] = ACTIONS(1488), - [anon_sym__Atomic] = ACTIONS(1488), - [anon_sym__Noreturn] = ACTIONS(1488), - [anon_sym_noreturn] = ACTIONS(1488), - [sym_primitive_type] = ACTIONS(1488), - [anon_sym_enum] = ACTIONS(1488), - [anon_sym_struct] = ACTIONS(1488), - [anon_sym_union] = ACTIONS(1488), - [anon_sym_if] = ACTIONS(1488), - [anon_sym_switch] = ACTIONS(1488), - [anon_sym_case] = ACTIONS(1488), - [anon_sym_default] = ACTIONS(1488), - [anon_sym_while] = ACTIONS(1488), - [anon_sym_do] = ACTIONS(1488), - [anon_sym_for] = ACTIONS(1488), - [anon_sym_return] = ACTIONS(1488), - [anon_sym_break] = ACTIONS(1488), - [anon_sym_continue] = ACTIONS(1488), - [anon_sym_goto] = ACTIONS(1488), - [anon_sym___try] = ACTIONS(1488), - [anon_sym___leave] = ACTIONS(1488), - [anon_sym_DASH_DASH] = ACTIONS(1490), - [anon_sym_PLUS_PLUS] = ACTIONS(1490), - [anon_sym_sizeof] = ACTIONS(1488), - [anon_sym___alignof__] = ACTIONS(1488), - [anon_sym___alignof] = ACTIONS(1488), - [anon_sym__alignof] = ACTIONS(1488), - [anon_sym_alignof] = ACTIONS(1488), - [anon_sym__Alignof] = ACTIONS(1488), - [anon_sym_offsetof] = ACTIONS(1488), - [anon_sym__Generic] = ACTIONS(1488), - [anon_sym_asm] = ACTIONS(1488), - [anon_sym___asm__] = ACTIONS(1488), - [sym_number_literal] = ACTIONS(1490), - [anon_sym_L_SQUOTE] = ACTIONS(1490), - [anon_sym_u_SQUOTE] = ACTIONS(1490), - [anon_sym_U_SQUOTE] = ACTIONS(1490), - [anon_sym_u8_SQUOTE] = ACTIONS(1490), - [anon_sym_SQUOTE] = ACTIONS(1490), - [anon_sym_L_DQUOTE] = ACTIONS(1490), - [anon_sym_u_DQUOTE] = ACTIONS(1490), - [anon_sym_U_DQUOTE] = ACTIONS(1490), - [anon_sym_u8_DQUOTE] = ACTIONS(1490), - [anon_sym_DQUOTE] = ACTIONS(1490), - [sym_true] = ACTIONS(1488), - [sym_false] = ACTIONS(1488), - [anon_sym_NULL] = ACTIONS(1488), - [anon_sym_nullptr] = ACTIONS(1488), + [sym_identifier] = ACTIONS(1492), + [aux_sym_preproc_include_token1] = ACTIONS(1492), + [aux_sym_preproc_def_token1] = ACTIONS(1492), + [aux_sym_preproc_if_token1] = ACTIONS(1492), + [aux_sym_preproc_if_token2] = ACTIONS(1492), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1492), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1492), + [sym_preproc_directive] = ACTIONS(1492), + [anon_sym_LPAREN2] = ACTIONS(1494), + [anon_sym_BANG] = ACTIONS(1494), + [anon_sym_TILDE] = ACTIONS(1494), + [anon_sym_DASH] = ACTIONS(1492), + [anon_sym_PLUS] = ACTIONS(1492), + [anon_sym_STAR] = ACTIONS(1494), + [anon_sym_AMP] = ACTIONS(1494), + [anon_sym_SEMI] = ACTIONS(1494), + [anon_sym___extension__] = ACTIONS(1492), + [anon_sym_typedef] = ACTIONS(1492), + [anon_sym_extern] = ACTIONS(1492), + [anon_sym___attribute__] = ACTIONS(1492), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1494), + [anon_sym___declspec] = ACTIONS(1492), + [anon_sym___cdecl] = ACTIONS(1492), + [anon_sym___clrcall] = ACTIONS(1492), + [anon_sym___stdcall] = ACTIONS(1492), + [anon_sym___fastcall] = ACTIONS(1492), + [anon_sym___thiscall] = ACTIONS(1492), + [anon_sym___vectorcall] = ACTIONS(1492), + [anon_sym_LBRACE] = ACTIONS(1494), + [anon_sym_signed] = ACTIONS(1492), + [anon_sym_unsigned] = ACTIONS(1492), + [anon_sym_long] = ACTIONS(1492), + [anon_sym_short] = ACTIONS(1492), + [anon_sym_static] = ACTIONS(1492), + [anon_sym_auto] = ACTIONS(1492), + [anon_sym_register] = ACTIONS(1492), + [anon_sym_inline] = ACTIONS(1492), + [anon_sym___inline] = ACTIONS(1492), + [anon_sym___inline__] = ACTIONS(1492), + [anon_sym___forceinline] = ACTIONS(1492), + [anon_sym_thread_local] = ACTIONS(1492), + [anon_sym___thread] = ACTIONS(1492), + [anon_sym_const] = ACTIONS(1492), + [anon_sym_constexpr] = ACTIONS(1492), + [anon_sym_volatile] = ACTIONS(1492), + [anon_sym_restrict] = ACTIONS(1492), + [anon_sym___restrict__] = ACTIONS(1492), + [anon_sym__Atomic] = ACTIONS(1492), + [anon_sym__Noreturn] = ACTIONS(1492), + [anon_sym_noreturn] = ACTIONS(1492), + [sym_primitive_type] = ACTIONS(1492), + [anon_sym_enum] = ACTIONS(1492), + [anon_sym_struct] = ACTIONS(1492), + [anon_sym_union] = ACTIONS(1492), + [anon_sym_if] = ACTIONS(1492), + [anon_sym_switch] = ACTIONS(1492), + [anon_sym_case] = ACTIONS(1492), + [anon_sym_default] = ACTIONS(1492), + [anon_sym_while] = ACTIONS(1492), + [anon_sym_do] = ACTIONS(1492), + [anon_sym_for] = ACTIONS(1492), + [anon_sym_return] = ACTIONS(1492), + [anon_sym_break] = ACTIONS(1492), + [anon_sym_continue] = ACTIONS(1492), + [anon_sym_goto] = ACTIONS(1492), + [anon_sym___try] = ACTIONS(1492), + [anon_sym___leave] = ACTIONS(1492), + [anon_sym_DASH_DASH] = ACTIONS(1494), + [anon_sym_PLUS_PLUS] = ACTIONS(1494), + [anon_sym_sizeof] = ACTIONS(1492), + [anon_sym___alignof__] = ACTIONS(1492), + [anon_sym___alignof] = ACTIONS(1492), + [anon_sym__alignof] = ACTIONS(1492), + [anon_sym_alignof] = ACTIONS(1492), + [anon_sym__Alignof] = ACTIONS(1492), + [anon_sym_offsetof] = ACTIONS(1492), + [anon_sym__Generic] = ACTIONS(1492), + [anon_sym_asm] = ACTIONS(1492), + [anon_sym___asm__] = ACTIONS(1492), + [sym_number_literal] = ACTIONS(1494), + [anon_sym_L_SQUOTE] = ACTIONS(1494), + [anon_sym_u_SQUOTE] = ACTIONS(1494), + [anon_sym_U_SQUOTE] = ACTIONS(1494), + [anon_sym_u8_SQUOTE] = ACTIONS(1494), + [anon_sym_SQUOTE] = ACTIONS(1494), + [anon_sym_L_DQUOTE] = ACTIONS(1494), + [anon_sym_u_DQUOTE] = ACTIONS(1494), + [anon_sym_U_DQUOTE] = ACTIONS(1494), + [anon_sym_u8_DQUOTE] = ACTIONS(1494), + [anon_sym_DQUOTE] = ACTIONS(1494), + [sym_true] = ACTIONS(1492), + [sym_false] = ACTIONS(1492), + [anon_sym_NULL] = ACTIONS(1492), + [anon_sym_nullptr] = ACTIONS(1492), [sym_comment] = ACTIONS(3), }, [356] = { - [sym_identifier] = ACTIONS(1448), - [aux_sym_preproc_include_token1] = ACTIONS(1448), - [aux_sym_preproc_def_token1] = ACTIONS(1448), - [aux_sym_preproc_if_token1] = ACTIONS(1448), - [aux_sym_preproc_if_token2] = ACTIONS(1448), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1448), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1448), - [sym_preproc_directive] = ACTIONS(1448), - [anon_sym_LPAREN2] = ACTIONS(1450), - [anon_sym_BANG] = ACTIONS(1450), - [anon_sym_TILDE] = ACTIONS(1450), - [anon_sym_DASH] = ACTIONS(1448), - [anon_sym_PLUS] = ACTIONS(1448), - [anon_sym_STAR] = ACTIONS(1450), - [anon_sym_AMP] = ACTIONS(1450), - [anon_sym_SEMI] = ACTIONS(1450), - [anon_sym___extension__] = ACTIONS(1448), - [anon_sym_typedef] = ACTIONS(1448), - [anon_sym_extern] = ACTIONS(1448), - [anon_sym___attribute__] = ACTIONS(1448), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1450), - [anon_sym___declspec] = ACTIONS(1448), - [anon_sym___cdecl] = ACTIONS(1448), - [anon_sym___clrcall] = ACTIONS(1448), - [anon_sym___stdcall] = ACTIONS(1448), - [anon_sym___fastcall] = ACTIONS(1448), - [anon_sym___thiscall] = ACTIONS(1448), - [anon_sym___vectorcall] = ACTIONS(1448), - [anon_sym_LBRACE] = ACTIONS(1450), - [anon_sym_signed] = ACTIONS(1448), - [anon_sym_unsigned] = ACTIONS(1448), - [anon_sym_long] = ACTIONS(1448), - [anon_sym_short] = ACTIONS(1448), - [anon_sym_static] = ACTIONS(1448), - [anon_sym_auto] = ACTIONS(1448), - [anon_sym_register] = ACTIONS(1448), - [anon_sym_inline] = ACTIONS(1448), - [anon_sym___inline] = ACTIONS(1448), - [anon_sym___inline__] = ACTIONS(1448), - [anon_sym___forceinline] = ACTIONS(1448), - [anon_sym_thread_local] = ACTIONS(1448), - [anon_sym___thread] = ACTIONS(1448), - [anon_sym_const] = ACTIONS(1448), - [anon_sym_constexpr] = ACTIONS(1448), - [anon_sym_volatile] = ACTIONS(1448), - [anon_sym_restrict] = ACTIONS(1448), - [anon_sym___restrict__] = ACTIONS(1448), - [anon_sym__Atomic] = ACTIONS(1448), - [anon_sym__Noreturn] = ACTIONS(1448), - [anon_sym_noreturn] = ACTIONS(1448), - [sym_primitive_type] = ACTIONS(1448), - [anon_sym_enum] = ACTIONS(1448), - [anon_sym_struct] = ACTIONS(1448), - [anon_sym_union] = ACTIONS(1448), - [anon_sym_if] = ACTIONS(1448), - [anon_sym_switch] = ACTIONS(1448), - [anon_sym_case] = ACTIONS(1448), - [anon_sym_default] = ACTIONS(1448), - [anon_sym_while] = ACTIONS(1448), - [anon_sym_do] = ACTIONS(1448), - [anon_sym_for] = ACTIONS(1448), - [anon_sym_return] = ACTIONS(1448), - [anon_sym_break] = ACTIONS(1448), - [anon_sym_continue] = ACTIONS(1448), - [anon_sym_goto] = ACTIONS(1448), - [anon_sym___try] = ACTIONS(1448), - [anon_sym___leave] = ACTIONS(1448), - [anon_sym_DASH_DASH] = ACTIONS(1450), - [anon_sym_PLUS_PLUS] = ACTIONS(1450), - [anon_sym_sizeof] = ACTIONS(1448), - [anon_sym___alignof__] = ACTIONS(1448), - [anon_sym___alignof] = ACTIONS(1448), - [anon_sym__alignof] = ACTIONS(1448), - [anon_sym_alignof] = ACTIONS(1448), - [anon_sym__Alignof] = ACTIONS(1448), - [anon_sym_offsetof] = ACTIONS(1448), - [anon_sym__Generic] = ACTIONS(1448), - [anon_sym_asm] = ACTIONS(1448), - [anon_sym___asm__] = ACTIONS(1448), - [sym_number_literal] = ACTIONS(1450), - [anon_sym_L_SQUOTE] = ACTIONS(1450), - [anon_sym_u_SQUOTE] = ACTIONS(1450), - [anon_sym_U_SQUOTE] = ACTIONS(1450), - [anon_sym_u8_SQUOTE] = ACTIONS(1450), - [anon_sym_SQUOTE] = ACTIONS(1450), - [anon_sym_L_DQUOTE] = ACTIONS(1450), - [anon_sym_u_DQUOTE] = ACTIONS(1450), - [anon_sym_U_DQUOTE] = ACTIONS(1450), - [anon_sym_u8_DQUOTE] = ACTIONS(1450), - [anon_sym_DQUOTE] = ACTIONS(1450), - [sym_true] = ACTIONS(1448), - [sym_false] = ACTIONS(1448), - [anon_sym_NULL] = ACTIONS(1448), - [anon_sym_nullptr] = ACTIONS(1448), + [sym_identifier] = ACTIONS(1442), + [aux_sym_preproc_include_token1] = ACTIONS(1442), + [aux_sym_preproc_def_token1] = ACTIONS(1442), + [aux_sym_preproc_if_token1] = ACTIONS(1442), + [aux_sym_preproc_if_token2] = ACTIONS(1442), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1442), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1442), + [sym_preproc_directive] = ACTIONS(1442), + [anon_sym_LPAREN2] = ACTIONS(1444), + [anon_sym_BANG] = ACTIONS(1444), + [anon_sym_TILDE] = ACTIONS(1444), + [anon_sym_DASH] = ACTIONS(1442), + [anon_sym_PLUS] = ACTIONS(1442), + [anon_sym_STAR] = ACTIONS(1444), + [anon_sym_AMP] = ACTIONS(1444), + [anon_sym_SEMI] = ACTIONS(1444), + [anon_sym___extension__] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1442), + [anon_sym_extern] = ACTIONS(1442), + [anon_sym___attribute__] = ACTIONS(1442), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1444), + [anon_sym___declspec] = ACTIONS(1442), + [anon_sym___cdecl] = ACTIONS(1442), + [anon_sym___clrcall] = ACTIONS(1442), + [anon_sym___stdcall] = ACTIONS(1442), + [anon_sym___fastcall] = ACTIONS(1442), + [anon_sym___thiscall] = ACTIONS(1442), + [anon_sym___vectorcall] = ACTIONS(1442), + [anon_sym_LBRACE] = ACTIONS(1444), + [anon_sym_signed] = ACTIONS(1442), + [anon_sym_unsigned] = ACTIONS(1442), + [anon_sym_long] = ACTIONS(1442), + [anon_sym_short] = ACTIONS(1442), + [anon_sym_static] = ACTIONS(1442), + [anon_sym_auto] = ACTIONS(1442), + [anon_sym_register] = ACTIONS(1442), + [anon_sym_inline] = ACTIONS(1442), + [anon_sym___inline] = ACTIONS(1442), + [anon_sym___inline__] = ACTIONS(1442), + [anon_sym___forceinline] = ACTIONS(1442), + [anon_sym_thread_local] = ACTIONS(1442), + [anon_sym___thread] = ACTIONS(1442), + [anon_sym_const] = ACTIONS(1442), + [anon_sym_constexpr] = ACTIONS(1442), + [anon_sym_volatile] = ACTIONS(1442), + [anon_sym_restrict] = ACTIONS(1442), + [anon_sym___restrict__] = ACTIONS(1442), + [anon_sym__Atomic] = ACTIONS(1442), + [anon_sym__Noreturn] = ACTIONS(1442), + [anon_sym_noreturn] = ACTIONS(1442), + [sym_primitive_type] = ACTIONS(1442), + [anon_sym_enum] = ACTIONS(1442), + [anon_sym_struct] = ACTIONS(1442), + [anon_sym_union] = ACTIONS(1442), + [anon_sym_if] = ACTIONS(1442), + [anon_sym_switch] = ACTIONS(1442), + [anon_sym_case] = ACTIONS(1442), + [anon_sym_default] = ACTIONS(1442), + [anon_sym_while] = ACTIONS(1442), + [anon_sym_do] = ACTIONS(1442), + [anon_sym_for] = ACTIONS(1442), + [anon_sym_return] = ACTIONS(1442), + [anon_sym_break] = ACTIONS(1442), + [anon_sym_continue] = ACTIONS(1442), + [anon_sym_goto] = ACTIONS(1442), + [anon_sym___try] = ACTIONS(1442), + [anon_sym___leave] = ACTIONS(1442), + [anon_sym_DASH_DASH] = ACTIONS(1444), + [anon_sym_PLUS_PLUS] = ACTIONS(1444), + [anon_sym_sizeof] = ACTIONS(1442), + [anon_sym___alignof__] = ACTIONS(1442), + [anon_sym___alignof] = ACTIONS(1442), + [anon_sym__alignof] = ACTIONS(1442), + [anon_sym_alignof] = ACTIONS(1442), + [anon_sym__Alignof] = ACTIONS(1442), + [anon_sym_offsetof] = ACTIONS(1442), + [anon_sym__Generic] = ACTIONS(1442), + [anon_sym_asm] = ACTIONS(1442), + [anon_sym___asm__] = ACTIONS(1442), + [sym_number_literal] = ACTIONS(1444), + [anon_sym_L_SQUOTE] = ACTIONS(1444), + [anon_sym_u_SQUOTE] = ACTIONS(1444), + [anon_sym_U_SQUOTE] = ACTIONS(1444), + [anon_sym_u8_SQUOTE] = ACTIONS(1444), + [anon_sym_SQUOTE] = ACTIONS(1444), + [anon_sym_L_DQUOTE] = ACTIONS(1444), + [anon_sym_u_DQUOTE] = ACTIONS(1444), + [anon_sym_U_DQUOTE] = ACTIONS(1444), + [anon_sym_u8_DQUOTE] = ACTIONS(1444), + [anon_sym_DQUOTE] = ACTIONS(1444), + [sym_true] = ACTIONS(1442), + [sym_false] = ACTIONS(1442), + [anon_sym_NULL] = ACTIONS(1442), + [anon_sym_nullptr] = ACTIONS(1442), [sym_comment] = ACTIONS(3), }, [357] = { - [sym_identifier] = ACTIONS(1432), - [aux_sym_preproc_include_token1] = ACTIONS(1432), - [aux_sym_preproc_def_token1] = ACTIONS(1432), - [aux_sym_preproc_if_token1] = ACTIONS(1432), - [aux_sym_preproc_if_token2] = ACTIONS(1432), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1432), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1432), - [sym_preproc_directive] = ACTIONS(1432), - [anon_sym_LPAREN2] = ACTIONS(1434), - [anon_sym_BANG] = ACTIONS(1434), - [anon_sym_TILDE] = ACTIONS(1434), - [anon_sym_DASH] = ACTIONS(1432), - [anon_sym_PLUS] = ACTIONS(1432), - [anon_sym_STAR] = ACTIONS(1434), - [anon_sym_AMP] = ACTIONS(1434), - [anon_sym_SEMI] = ACTIONS(1434), - [anon_sym___extension__] = ACTIONS(1432), - [anon_sym_typedef] = ACTIONS(1432), - [anon_sym_extern] = ACTIONS(1432), - [anon_sym___attribute__] = ACTIONS(1432), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1434), - [anon_sym___declspec] = ACTIONS(1432), - [anon_sym___cdecl] = ACTIONS(1432), - [anon_sym___clrcall] = ACTIONS(1432), - [anon_sym___stdcall] = ACTIONS(1432), - [anon_sym___fastcall] = ACTIONS(1432), - [anon_sym___thiscall] = ACTIONS(1432), - [anon_sym___vectorcall] = ACTIONS(1432), - [anon_sym_LBRACE] = ACTIONS(1434), - [anon_sym_signed] = ACTIONS(1432), - [anon_sym_unsigned] = ACTIONS(1432), - [anon_sym_long] = ACTIONS(1432), - [anon_sym_short] = ACTIONS(1432), - [anon_sym_static] = ACTIONS(1432), - [anon_sym_auto] = ACTIONS(1432), - [anon_sym_register] = ACTIONS(1432), - [anon_sym_inline] = ACTIONS(1432), - [anon_sym___inline] = ACTIONS(1432), - [anon_sym___inline__] = ACTIONS(1432), - [anon_sym___forceinline] = ACTIONS(1432), - [anon_sym_thread_local] = ACTIONS(1432), - [anon_sym___thread] = ACTIONS(1432), - [anon_sym_const] = ACTIONS(1432), - [anon_sym_constexpr] = ACTIONS(1432), - [anon_sym_volatile] = ACTIONS(1432), - [anon_sym_restrict] = ACTIONS(1432), - [anon_sym___restrict__] = ACTIONS(1432), - [anon_sym__Atomic] = ACTIONS(1432), - [anon_sym__Noreturn] = ACTIONS(1432), - [anon_sym_noreturn] = ACTIONS(1432), - [sym_primitive_type] = ACTIONS(1432), - [anon_sym_enum] = ACTIONS(1432), - [anon_sym_struct] = ACTIONS(1432), - [anon_sym_union] = ACTIONS(1432), - [anon_sym_if] = ACTIONS(1432), - [anon_sym_switch] = ACTIONS(1432), - [anon_sym_case] = ACTIONS(1432), - [anon_sym_default] = ACTIONS(1432), - [anon_sym_while] = ACTIONS(1432), - [anon_sym_do] = ACTIONS(1432), - [anon_sym_for] = ACTIONS(1432), - [anon_sym_return] = ACTIONS(1432), - [anon_sym_break] = ACTIONS(1432), - [anon_sym_continue] = ACTIONS(1432), - [anon_sym_goto] = ACTIONS(1432), - [anon_sym___try] = ACTIONS(1432), - [anon_sym___leave] = ACTIONS(1432), - [anon_sym_DASH_DASH] = ACTIONS(1434), - [anon_sym_PLUS_PLUS] = ACTIONS(1434), - [anon_sym_sizeof] = ACTIONS(1432), - [anon_sym___alignof__] = ACTIONS(1432), - [anon_sym___alignof] = ACTIONS(1432), - [anon_sym__alignof] = ACTIONS(1432), - [anon_sym_alignof] = ACTIONS(1432), - [anon_sym__Alignof] = ACTIONS(1432), - [anon_sym_offsetof] = ACTIONS(1432), - [anon_sym__Generic] = ACTIONS(1432), - [anon_sym_asm] = ACTIONS(1432), - [anon_sym___asm__] = ACTIONS(1432), - [sym_number_literal] = ACTIONS(1434), - [anon_sym_L_SQUOTE] = ACTIONS(1434), - [anon_sym_u_SQUOTE] = ACTIONS(1434), - [anon_sym_U_SQUOTE] = ACTIONS(1434), - [anon_sym_u8_SQUOTE] = ACTIONS(1434), - [anon_sym_SQUOTE] = ACTIONS(1434), - [anon_sym_L_DQUOTE] = ACTIONS(1434), - [anon_sym_u_DQUOTE] = ACTIONS(1434), - [anon_sym_U_DQUOTE] = ACTIONS(1434), - [anon_sym_u8_DQUOTE] = ACTIONS(1434), - [anon_sym_DQUOTE] = ACTIONS(1434), - [sym_true] = ACTIONS(1432), - [sym_false] = ACTIONS(1432), - [anon_sym_NULL] = ACTIONS(1432), - [anon_sym_nullptr] = ACTIONS(1432), + [sym_identifier] = ACTIONS(1418), + [aux_sym_preproc_include_token1] = ACTIONS(1418), + [aux_sym_preproc_def_token1] = ACTIONS(1418), + [aux_sym_preproc_if_token1] = ACTIONS(1418), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1418), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1418), + [sym_preproc_directive] = ACTIONS(1418), + [anon_sym_LPAREN2] = ACTIONS(1420), + [anon_sym_BANG] = ACTIONS(1420), + [anon_sym_TILDE] = ACTIONS(1420), + [anon_sym_DASH] = ACTIONS(1418), + [anon_sym_PLUS] = ACTIONS(1418), + [anon_sym_STAR] = ACTIONS(1420), + [anon_sym_AMP] = ACTIONS(1420), + [anon_sym_SEMI] = ACTIONS(1420), + [anon_sym___extension__] = ACTIONS(1418), + [anon_sym_typedef] = ACTIONS(1418), + [anon_sym_extern] = ACTIONS(1418), + [anon_sym___attribute__] = ACTIONS(1418), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1420), + [anon_sym___declspec] = ACTIONS(1418), + [anon_sym___cdecl] = ACTIONS(1418), + [anon_sym___clrcall] = ACTIONS(1418), + [anon_sym___stdcall] = ACTIONS(1418), + [anon_sym___fastcall] = ACTIONS(1418), + [anon_sym___thiscall] = ACTIONS(1418), + [anon_sym___vectorcall] = ACTIONS(1418), + [anon_sym_LBRACE] = ACTIONS(1420), + [anon_sym_RBRACE] = ACTIONS(1420), + [anon_sym_signed] = ACTIONS(1418), + [anon_sym_unsigned] = ACTIONS(1418), + [anon_sym_long] = ACTIONS(1418), + [anon_sym_short] = ACTIONS(1418), + [anon_sym_static] = ACTIONS(1418), + [anon_sym_auto] = ACTIONS(1418), + [anon_sym_register] = ACTIONS(1418), + [anon_sym_inline] = ACTIONS(1418), + [anon_sym___inline] = ACTIONS(1418), + [anon_sym___inline__] = ACTIONS(1418), + [anon_sym___forceinline] = ACTIONS(1418), + [anon_sym_thread_local] = ACTIONS(1418), + [anon_sym___thread] = ACTIONS(1418), + [anon_sym_const] = ACTIONS(1418), + [anon_sym_constexpr] = ACTIONS(1418), + [anon_sym_volatile] = ACTIONS(1418), + [anon_sym_restrict] = ACTIONS(1418), + [anon_sym___restrict__] = ACTIONS(1418), + [anon_sym__Atomic] = ACTIONS(1418), + [anon_sym__Noreturn] = ACTIONS(1418), + [anon_sym_noreturn] = ACTIONS(1418), + [sym_primitive_type] = ACTIONS(1418), + [anon_sym_enum] = ACTIONS(1418), + [anon_sym_struct] = ACTIONS(1418), + [anon_sym_union] = ACTIONS(1418), + [anon_sym_if] = ACTIONS(1418), + [anon_sym_switch] = ACTIONS(1418), + [anon_sym_case] = ACTIONS(1418), + [anon_sym_default] = ACTIONS(1418), + [anon_sym_while] = ACTIONS(1418), + [anon_sym_do] = ACTIONS(1418), + [anon_sym_for] = ACTIONS(1418), + [anon_sym_return] = ACTIONS(1418), + [anon_sym_break] = ACTIONS(1418), + [anon_sym_continue] = ACTIONS(1418), + [anon_sym_goto] = ACTIONS(1418), + [anon_sym___try] = ACTIONS(1418), + [anon_sym___leave] = ACTIONS(1418), + [anon_sym_DASH_DASH] = ACTIONS(1420), + [anon_sym_PLUS_PLUS] = ACTIONS(1420), + [anon_sym_sizeof] = ACTIONS(1418), + [anon_sym___alignof__] = ACTIONS(1418), + [anon_sym___alignof] = ACTIONS(1418), + [anon_sym__alignof] = ACTIONS(1418), + [anon_sym_alignof] = ACTIONS(1418), + [anon_sym__Alignof] = ACTIONS(1418), + [anon_sym_offsetof] = ACTIONS(1418), + [anon_sym__Generic] = ACTIONS(1418), + [anon_sym_asm] = ACTIONS(1418), + [anon_sym___asm__] = ACTIONS(1418), + [sym_number_literal] = ACTIONS(1420), + [anon_sym_L_SQUOTE] = ACTIONS(1420), + [anon_sym_u_SQUOTE] = ACTIONS(1420), + [anon_sym_U_SQUOTE] = ACTIONS(1420), + [anon_sym_u8_SQUOTE] = ACTIONS(1420), + [anon_sym_SQUOTE] = ACTIONS(1420), + [anon_sym_L_DQUOTE] = ACTIONS(1420), + [anon_sym_u_DQUOTE] = ACTIONS(1420), + [anon_sym_U_DQUOTE] = ACTIONS(1420), + [anon_sym_u8_DQUOTE] = ACTIONS(1420), + [anon_sym_DQUOTE] = ACTIONS(1420), + [sym_true] = ACTIONS(1418), + [sym_false] = ACTIONS(1418), + [anon_sym_NULL] = ACTIONS(1418), + [anon_sym_nullptr] = ACTIONS(1418), [sym_comment] = ACTIONS(3), }, [358] = { - [sym_identifier] = ACTIONS(1416), - [aux_sym_preproc_include_token1] = ACTIONS(1416), - [aux_sym_preproc_def_token1] = ACTIONS(1416), - [aux_sym_preproc_if_token1] = ACTIONS(1416), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1416), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1416), - [sym_preproc_directive] = ACTIONS(1416), - [anon_sym_LPAREN2] = ACTIONS(1418), - [anon_sym_BANG] = ACTIONS(1418), - [anon_sym_TILDE] = ACTIONS(1418), - [anon_sym_DASH] = ACTIONS(1416), - [anon_sym_PLUS] = ACTIONS(1416), - [anon_sym_STAR] = ACTIONS(1418), - [anon_sym_AMP] = ACTIONS(1418), - [anon_sym_SEMI] = ACTIONS(1418), - [anon_sym___extension__] = ACTIONS(1416), - [anon_sym_typedef] = ACTIONS(1416), - [anon_sym_extern] = ACTIONS(1416), - [anon_sym___attribute__] = ACTIONS(1416), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), - [anon_sym___declspec] = ACTIONS(1416), - [anon_sym___cdecl] = ACTIONS(1416), - [anon_sym___clrcall] = ACTIONS(1416), - [anon_sym___stdcall] = ACTIONS(1416), - [anon_sym___fastcall] = ACTIONS(1416), - [anon_sym___thiscall] = ACTIONS(1416), - [anon_sym___vectorcall] = ACTIONS(1416), - [anon_sym_LBRACE] = ACTIONS(1418), - [anon_sym_RBRACE] = ACTIONS(1418), - [anon_sym_signed] = ACTIONS(1416), - [anon_sym_unsigned] = ACTIONS(1416), - [anon_sym_long] = ACTIONS(1416), - [anon_sym_short] = ACTIONS(1416), - [anon_sym_static] = ACTIONS(1416), - [anon_sym_auto] = ACTIONS(1416), - [anon_sym_register] = ACTIONS(1416), - [anon_sym_inline] = ACTIONS(1416), - [anon_sym___inline] = ACTIONS(1416), - [anon_sym___inline__] = ACTIONS(1416), - [anon_sym___forceinline] = ACTIONS(1416), - [anon_sym_thread_local] = ACTIONS(1416), - [anon_sym___thread] = ACTIONS(1416), - [anon_sym_const] = ACTIONS(1416), - [anon_sym_constexpr] = ACTIONS(1416), - [anon_sym_volatile] = ACTIONS(1416), - [anon_sym_restrict] = ACTIONS(1416), - [anon_sym___restrict__] = ACTIONS(1416), - [anon_sym__Atomic] = ACTIONS(1416), - [anon_sym__Noreturn] = ACTIONS(1416), - [anon_sym_noreturn] = ACTIONS(1416), - [sym_primitive_type] = ACTIONS(1416), - [anon_sym_enum] = ACTIONS(1416), - [anon_sym_struct] = ACTIONS(1416), - [anon_sym_union] = ACTIONS(1416), - [anon_sym_if] = ACTIONS(1416), - [anon_sym_switch] = ACTIONS(1416), - [anon_sym_case] = ACTIONS(1416), - [anon_sym_default] = ACTIONS(1416), - [anon_sym_while] = ACTIONS(1416), - [anon_sym_do] = ACTIONS(1416), - [anon_sym_for] = ACTIONS(1416), - [anon_sym_return] = ACTIONS(1416), - [anon_sym_break] = ACTIONS(1416), - [anon_sym_continue] = ACTIONS(1416), - [anon_sym_goto] = ACTIONS(1416), - [anon_sym___try] = ACTIONS(1416), - [anon_sym___leave] = ACTIONS(1416), - [anon_sym_DASH_DASH] = ACTIONS(1418), - [anon_sym_PLUS_PLUS] = ACTIONS(1418), - [anon_sym_sizeof] = ACTIONS(1416), - [anon_sym___alignof__] = ACTIONS(1416), - [anon_sym___alignof] = ACTIONS(1416), - [anon_sym__alignof] = ACTIONS(1416), - [anon_sym_alignof] = ACTIONS(1416), - [anon_sym__Alignof] = ACTIONS(1416), - [anon_sym_offsetof] = ACTIONS(1416), - [anon_sym__Generic] = ACTIONS(1416), - [anon_sym_asm] = ACTIONS(1416), - [anon_sym___asm__] = ACTIONS(1416), - [sym_number_literal] = ACTIONS(1418), - [anon_sym_L_SQUOTE] = ACTIONS(1418), - [anon_sym_u_SQUOTE] = ACTIONS(1418), - [anon_sym_U_SQUOTE] = ACTIONS(1418), - [anon_sym_u8_SQUOTE] = ACTIONS(1418), - [anon_sym_SQUOTE] = ACTIONS(1418), - [anon_sym_L_DQUOTE] = ACTIONS(1418), - [anon_sym_u_DQUOTE] = ACTIONS(1418), - [anon_sym_U_DQUOTE] = ACTIONS(1418), - [anon_sym_u8_DQUOTE] = ACTIONS(1418), - [anon_sym_DQUOTE] = ACTIONS(1418), - [sym_true] = ACTIONS(1416), - [sym_false] = ACTIONS(1416), - [anon_sym_NULL] = ACTIONS(1416), - [anon_sym_nullptr] = ACTIONS(1416), - [sym_comment] = ACTIONS(3), - }, - [359] = { [sym_identifier] = ACTIONS(1402), [aux_sym_preproc_include_token1] = ACTIONS(1402), [aux_sym_preproc_def_token1] = ACTIONS(1402), @@ -56554,1041 +56448,749 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_auto] = ACTIONS(1402), [anon_sym_register] = ACTIONS(1402), [anon_sym_inline] = ACTIONS(1402), - [anon_sym___inline] = ACTIONS(1402), - [anon_sym___inline__] = ACTIONS(1402), - [anon_sym___forceinline] = ACTIONS(1402), - [anon_sym_thread_local] = ACTIONS(1402), - [anon_sym___thread] = ACTIONS(1402), - [anon_sym_const] = ACTIONS(1402), - [anon_sym_constexpr] = ACTIONS(1402), - [anon_sym_volatile] = ACTIONS(1402), - [anon_sym_restrict] = ACTIONS(1402), - [anon_sym___restrict__] = ACTIONS(1402), - [anon_sym__Atomic] = ACTIONS(1402), - [anon_sym__Noreturn] = ACTIONS(1402), - [anon_sym_noreturn] = ACTIONS(1402), - [sym_primitive_type] = ACTIONS(1402), - [anon_sym_enum] = ACTIONS(1402), - [anon_sym_struct] = ACTIONS(1402), - [anon_sym_union] = ACTIONS(1402), - [anon_sym_if] = ACTIONS(1402), - [anon_sym_switch] = ACTIONS(1402), - [anon_sym_case] = ACTIONS(1402), - [anon_sym_default] = ACTIONS(1402), - [anon_sym_while] = ACTIONS(1402), - [anon_sym_do] = ACTIONS(1402), - [anon_sym_for] = ACTIONS(1402), - [anon_sym_return] = ACTIONS(1402), - [anon_sym_break] = ACTIONS(1402), - [anon_sym_continue] = ACTIONS(1402), - [anon_sym_goto] = ACTIONS(1402), - [anon_sym___try] = ACTIONS(1402), - [anon_sym___leave] = ACTIONS(1402), - [anon_sym_DASH_DASH] = ACTIONS(1404), - [anon_sym_PLUS_PLUS] = ACTIONS(1404), - [anon_sym_sizeof] = ACTIONS(1402), - [anon_sym___alignof__] = ACTIONS(1402), - [anon_sym___alignof] = ACTIONS(1402), - [anon_sym__alignof] = ACTIONS(1402), - [anon_sym_alignof] = ACTIONS(1402), - [anon_sym__Alignof] = ACTIONS(1402), - [anon_sym_offsetof] = ACTIONS(1402), - [anon_sym__Generic] = ACTIONS(1402), - [anon_sym_asm] = ACTIONS(1402), - [anon_sym___asm__] = ACTIONS(1402), - [sym_number_literal] = ACTIONS(1404), - [anon_sym_L_SQUOTE] = ACTIONS(1404), - [anon_sym_u_SQUOTE] = ACTIONS(1404), - [anon_sym_U_SQUOTE] = ACTIONS(1404), - [anon_sym_u8_SQUOTE] = ACTIONS(1404), - [anon_sym_SQUOTE] = ACTIONS(1404), - [anon_sym_L_DQUOTE] = ACTIONS(1404), - [anon_sym_u_DQUOTE] = ACTIONS(1404), - [anon_sym_U_DQUOTE] = ACTIONS(1404), - [anon_sym_u8_DQUOTE] = ACTIONS(1404), - [anon_sym_DQUOTE] = ACTIONS(1404), - [sym_true] = ACTIONS(1402), - [sym_false] = ACTIONS(1402), - [anon_sym_NULL] = ACTIONS(1402), - [anon_sym_nullptr] = ACTIONS(1402), - [sym_comment] = ACTIONS(3), - }, - [360] = { - [sym_identifier] = ACTIONS(1484), - [aux_sym_preproc_include_token1] = ACTIONS(1484), - [aux_sym_preproc_def_token1] = ACTIONS(1484), - [aux_sym_preproc_if_token1] = ACTIONS(1484), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1484), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1484), - [sym_preproc_directive] = ACTIONS(1484), - [anon_sym_LPAREN2] = ACTIONS(1486), - [anon_sym_BANG] = ACTIONS(1486), - [anon_sym_TILDE] = ACTIONS(1486), - [anon_sym_DASH] = ACTIONS(1484), - [anon_sym_PLUS] = ACTIONS(1484), - [anon_sym_STAR] = ACTIONS(1486), - [anon_sym_AMP] = ACTIONS(1486), - [anon_sym_SEMI] = ACTIONS(1486), - [anon_sym___extension__] = ACTIONS(1484), - [anon_sym_typedef] = ACTIONS(1484), - [anon_sym_extern] = ACTIONS(1484), - [anon_sym___attribute__] = ACTIONS(1484), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1486), - [anon_sym___declspec] = ACTIONS(1484), - [anon_sym___cdecl] = ACTIONS(1484), - [anon_sym___clrcall] = ACTIONS(1484), - [anon_sym___stdcall] = ACTIONS(1484), - [anon_sym___fastcall] = ACTIONS(1484), - [anon_sym___thiscall] = ACTIONS(1484), - [anon_sym___vectorcall] = ACTIONS(1484), - [anon_sym_LBRACE] = ACTIONS(1486), - [anon_sym_RBRACE] = ACTIONS(1486), - [anon_sym_signed] = ACTIONS(1484), - [anon_sym_unsigned] = ACTIONS(1484), - [anon_sym_long] = ACTIONS(1484), - [anon_sym_short] = ACTIONS(1484), - [anon_sym_static] = ACTIONS(1484), - [anon_sym_auto] = ACTIONS(1484), - [anon_sym_register] = ACTIONS(1484), - [anon_sym_inline] = ACTIONS(1484), - [anon_sym___inline] = ACTIONS(1484), - [anon_sym___inline__] = ACTIONS(1484), - [anon_sym___forceinline] = ACTIONS(1484), - [anon_sym_thread_local] = ACTIONS(1484), - [anon_sym___thread] = ACTIONS(1484), - [anon_sym_const] = ACTIONS(1484), - [anon_sym_constexpr] = ACTIONS(1484), - [anon_sym_volatile] = ACTIONS(1484), - [anon_sym_restrict] = ACTIONS(1484), - [anon_sym___restrict__] = ACTIONS(1484), - [anon_sym__Atomic] = ACTIONS(1484), - [anon_sym__Noreturn] = ACTIONS(1484), - [anon_sym_noreturn] = ACTIONS(1484), - [sym_primitive_type] = ACTIONS(1484), - [anon_sym_enum] = ACTIONS(1484), - [anon_sym_struct] = ACTIONS(1484), - [anon_sym_union] = ACTIONS(1484), - [anon_sym_if] = ACTIONS(1484), - [anon_sym_switch] = ACTIONS(1484), - [anon_sym_case] = ACTIONS(1484), - [anon_sym_default] = ACTIONS(1484), - [anon_sym_while] = ACTIONS(1484), - [anon_sym_do] = ACTIONS(1484), - [anon_sym_for] = ACTIONS(1484), - [anon_sym_return] = ACTIONS(1484), - [anon_sym_break] = ACTIONS(1484), - [anon_sym_continue] = ACTIONS(1484), - [anon_sym_goto] = ACTIONS(1484), - [anon_sym___try] = ACTIONS(1484), - [anon_sym___leave] = ACTIONS(1484), - [anon_sym_DASH_DASH] = ACTIONS(1486), - [anon_sym_PLUS_PLUS] = ACTIONS(1486), - [anon_sym_sizeof] = ACTIONS(1484), - [anon_sym___alignof__] = ACTIONS(1484), - [anon_sym___alignof] = ACTIONS(1484), - [anon_sym__alignof] = ACTIONS(1484), - [anon_sym_alignof] = ACTIONS(1484), - [anon_sym__Alignof] = ACTIONS(1484), - [anon_sym_offsetof] = ACTIONS(1484), - [anon_sym__Generic] = ACTIONS(1484), - [anon_sym_asm] = ACTIONS(1484), - [anon_sym___asm__] = ACTIONS(1484), - [sym_number_literal] = ACTIONS(1486), - [anon_sym_L_SQUOTE] = ACTIONS(1486), - [anon_sym_u_SQUOTE] = ACTIONS(1486), - [anon_sym_U_SQUOTE] = ACTIONS(1486), - [anon_sym_u8_SQUOTE] = ACTIONS(1486), - [anon_sym_SQUOTE] = ACTIONS(1486), - [anon_sym_L_DQUOTE] = ACTIONS(1486), - [anon_sym_u_DQUOTE] = ACTIONS(1486), - [anon_sym_U_DQUOTE] = ACTIONS(1486), - [anon_sym_u8_DQUOTE] = ACTIONS(1486), - [anon_sym_DQUOTE] = ACTIONS(1486), - [sym_true] = ACTIONS(1484), - [sym_false] = ACTIONS(1484), - [anon_sym_NULL] = ACTIONS(1484), - [anon_sym_nullptr] = ACTIONS(1484), - [sym_comment] = ACTIONS(3), - }, - [361] = { - [sym_identifier] = ACTIONS(1456), - [aux_sym_preproc_include_token1] = ACTIONS(1456), - [aux_sym_preproc_def_token1] = ACTIONS(1456), - [aux_sym_preproc_if_token1] = ACTIONS(1456), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1456), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1456), - [sym_preproc_directive] = ACTIONS(1456), - [anon_sym_LPAREN2] = ACTIONS(1458), - [anon_sym_BANG] = ACTIONS(1458), - [anon_sym_TILDE] = ACTIONS(1458), - [anon_sym_DASH] = ACTIONS(1456), - [anon_sym_PLUS] = ACTIONS(1456), - [anon_sym_STAR] = ACTIONS(1458), - [anon_sym_AMP] = ACTIONS(1458), - [anon_sym_SEMI] = ACTIONS(1458), - [anon_sym___extension__] = ACTIONS(1456), - [anon_sym_typedef] = ACTIONS(1456), - [anon_sym_extern] = ACTIONS(1456), - [anon_sym___attribute__] = ACTIONS(1456), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1458), - [anon_sym___declspec] = ACTIONS(1456), - [anon_sym___cdecl] = ACTIONS(1456), - [anon_sym___clrcall] = ACTIONS(1456), - [anon_sym___stdcall] = ACTIONS(1456), - [anon_sym___fastcall] = ACTIONS(1456), - [anon_sym___thiscall] = ACTIONS(1456), - [anon_sym___vectorcall] = ACTIONS(1456), - [anon_sym_LBRACE] = ACTIONS(1458), - [anon_sym_RBRACE] = ACTIONS(1458), - [anon_sym_signed] = ACTIONS(1456), - [anon_sym_unsigned] = ACTIONS(1456), - [anon_sym_long] = ACTIONS(1456), - [anon_sym_short] = ACTIONS(1456), - [anon_sym_static] = ACTIONS(1456), - [anon_sym_auto] = ACTIONS(1456), - [anon_sym_register] = ACTIONS(1456), - [anon_sym_inline] = ACTIONS(1456), - [anon_sym___inline] = ACTIONS(1456), - [anon_sym___inline__] = ACTIONS(1456), - [anon_sym___forceinline] = ACTIONS(1456), - [anon_sym_thread_local] = ACTIONS(1456), - [anon_sym___thread] = ACTIONS(1456), - [anon_sym_const] = ACTIONS(1456), - [anon_sym_constexpr] = ACTIONS(1456), - [anon_sym_volatile] = ACTIONS(1456), - [anon_sym_restrict] = ACTIONS(1456), - [anon_sym___restrict__] = ACTIONS(1456), - [anon_sym__Atomic] = ACTIONS(1456), - [anon_sym__Noreturn] = ACTIONS(1456), - [anon_sym_noreturn] = ACTIONS(1456), - [sym_primitive_type] = ACTIONS(1456), - [anon_sym_enum] = ACTIONS(1456), - [anon_sym_struct] = ACTIONS(1456), - [anon_sym_union] = ACTIONS(1456), - [anon_sym_if] = ACTIONS(1456), - [anon_sym_switch] = ACTIONS(1456), - [anon_sym_case] = ACTIONS(1456), - [anon_sym_default] = ACTIONS(1456), - [anon_sym_while] = ACTIONS(1456), - [anon_sym_do] = ACTIONS(1456), - [anon_sym_for] = ACTIONS(1456), - [anon_sym_return] = ACTIONS(1456), - [anon_sym_break] = ACTIONS(1456), - [anon_sym_continue] = ACTIONS(1456), - [anon_sym_goto] = ACTIONS(1456), - [anon_sym___try] = ACTIONS(1456), - [anon_sym___leave] = ACTIONS(1456), - [anon_sym_DASH_DASH] = ACTIONS(1458), - [anon_sym_PLUS_PLUS] = ACTIONS(1458), - [anon_sym_sizeof] = ACTIONS(1456), - [anon_sym___alignof__] = ACTIONS(1456), - [anon_sym___alignof] = ACTIONS(1456), - [anon_sym__alignof] = ACTIONS(1456), - [anon_sym_alignof] = ACTIONS(1456), - [anon_sym__Alignof] = ACTIONS(1456), - [anon_sym_offsetof] = ACTIONS(1456), - [anon_sym__Generic] = ACTIONS(1456), - [anon_sym_asm] = ACTIONS(1456), - [anon_sym___asm__] = ACTIONS(1456), - [sym_number_literal] = ACTIONS(1458), - [anon_sym_L_SQUOTE] = ACTIONS(1458), - [anon_sym_u_SQUOTE] = ACTIONS(1458), - [anon_sym_U_SQUOTE] = ACTIONS(1458), - [anon_sym_u8_SQUOTE] = ACTIONS(1458), - [anon_sym_SQUOTE] = ACTIONS(1458), - [anon_sym_L_DQUOTE] = ACTIONS(1458), - [anon_sym_u_DQUOTE] = ACTIONS(1458), - [anon_sym_U_DQUOTE] = ACTIONS(1458), - [anon_sym_u8_DQUOTE] = ACTIONS(1458), - [anon_sym_DQUOTE] = ACTIONS(1458), - [sym_true] = ACTIONS(1456), - [sym_false] = ACTIONS(1456), - [anon_sym_NULL] = ACTIONS(1456), - [anon_sym_nullptr] = ACTIONS(1456), - [sym_comment] = ACTIONS(3), - }, - [362] = { - [sym_identifier] = ACTIONS(1500), - [aux_sym_preproc_include_token1] = ACTIONS(1500), - [aux_sym_preproc_def_token1] = ACTIONS(1500), - [aux_sym_preproc_if_token1] = ACTIONS(1500), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1500), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1500), - [sym_preproc_directive] = ACTIONS(1500), - [anon_sym_LPAREN2] = ACTIONS(1502), - [anon_sym_BANG] = ACTIONS(1502), - [anon_sym_TILDE] = ACTIONS(1502), - [anon_sym_DASH] = ACTIONS(1500), - [anon_sym_PLUS] = ACTIONS(1500), - [anon_sym_STAR] = ACTIONS(1502), - [anon_sym_AMP] = ACTIONS(1502), - [anon_sym_SEMI] = ACTIONS(1502), - [anon_sym___extension__] = ACTIONS(1500), - [anon_sym_typedef] = ACTIONS(1500), - [anon_sym_extern] = ACTIONS(1500), - [anon_sym___attribute__] = ACTIONS(1500), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1502), - [anon_sym___declspec] = ACTIONS(1500), - [anon_sym___cdecl] = ACTIONS(1500), - [anon_sym___clrcall] = ACTIONS(1500), - [anon_sym___stdcall] = ACTIONS(1500), - [anon_sym___fastcall] = ACTIONS(1500), - [anon_sym___thiscall] = ACTIONS(1500), - [anon_sym___vectorcall] = ACTIONS(1500), - [anon_sym_LBRACE] = ACTIONS(1502), - [anon_sym_RBRACE] = ACTIONS(1502), - [anon_sym_signed] = ACTIONS(1500), - [anon_sym_unsigned] = ACTIONS(1500), - [anon_sym_long] = ACTIONS(1500), - [anon_sym_short] = ACTIONS(1500), - [anon_sym_static] = ACTIONS(1500), - [anon_sym_auto] = ACTIONS(1500), - [anon_sym_register] = ACTIONS(1500), - [anon_sym_inline] = ACTIONS(1500), - [anon_sym___inline] = ACTIONS(1500), - [anon_sym___inline__] = ACTIONS(1500), - [anon_sym___forceinline] = ACTIONS(1500), - [anon_sym_thread_local] = ACTIONS(1500), - [anon_sym___thread] = ACTIONS(1500), - [anon_sym_const] = ACTIONS(1500), - [anon_sym_constexpr] = ACTIONS(1500), - [anon_sym_volatile] = ACTIONS(1500), - [anon_sym_restrict] = ACTIONS(1500), - [anon_sym___restrict__] = ACTIONS(1500), - [anon_sym__Atomic] = ACTIONS(1500), - [anon_sym__Noreturn] = ACTIONS(1500), - [anon_sym_noreturn] = ACTIONS(1500), - [sym_primitive_type] = ACTIONS(1500), - [anon_sym_enum] = ACTIONS(1500), - [anon_sym_struct] = ACTIONS(1500), - [anon_sym_union] = ACTIONS(1500), - [anon_sym_if] = ACTIONS(1500), - [anon_sym_switch] = ACTIONS(1500), - [anon_sym_case] = ACTIONS(1500), - [anon_sym_default] = ACTIONS(1500), - [anon_sym_while] = ACTIONS(1500), - [anon_sym_do] = ACTIONS(1500), - [anon_sym_for] = ACTIONS(1500), - [anon_sym_return] = ACTIONS(1500), - [anon_sym_break] = ACTIONS(1500), - [anon_sym_continue] = ACTIONS(1500), - [anon_sym_goto] = ACTIONS(1500), - [anon_sym___try] = ACTIONS(1500), - [anon_sym___leave] = ACTIONS(1500), - [anon_sym_DASH_DASH] = ACTIONS(1502), - [anon_sym_PLUS_PLUS] = ACTIONS(1502), - [anon_sym_sizeof] = ACTIONS(1500), - [anon_sym___alignof__] = ACTIONS(1500), - [anon_sym___alignof] = ACTIONS(1500), - [anon_sym__alignof] = ACTIONS(1500), - [anon_sym_alignof] = ACTIONS(1500), - [anon_sym__Alignof] = ACTIONS(1500), - [anon_sym_offsetof] = ACTIONS(1500), - [anon_sym__Generic] = ACTIONS(1500), - [anon_sym_asm] = ACTIONS(1500), - [anon_sym___asm__] = ACTIONS(1500), - [sym_number_literal] = ACTIONS(1502), - [anon_sym_L_SQUOTE] = ACTIONS(1502), - [anon_sym_u_SQUOTE] = ACTIONS(1502), - [anon_sym_U_SQUOTE] = ACTIONS(1502), - [anon_sym_u8_SQUOTE] = ACTIONS(1502), - [anon_sym_SQUOTE] = ACTIONS(1502), - [anon_sym_L_DQUOTE] = ACTIONS(1502), - [anon_sym_u_DQUOTE] = ACTIONS(1502), - [anon_sym_U_DQUOTE] = ACTIONS(1502), - [anon_sym_u8_DQUOTE] = ACTIONS(1502), - [anon_sym_DQUOTE] = ACTIONS(1502), - [sym_true] = ACTIONS(1500), - [sym_false] = ACTIONS(1500), - [anon_sym_NULL] = ACTIONS(1500), - [anon_sym_nullptr] = ACTIONS(1500), - [sym_comment] = ACTIONS(3), - }, - [363] = { - [sym_identifier] = ACTIONS(1428), - [aux_sym_preproc_include_token1] = ACTIONS(1428), - [aux_sym_preproc_def_token1] = ACTIONS(1428), - [aux_sym_preproc_if_token1] = ACTIONS(1428), - [aux_sym_preproc_if_token2] = ACTIONS(1428), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1428), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1428), - [sym_preproc_directive] = ACTIONS(1428), - [anon_sym_LPAREN2] = ACTIONS(1430), - [anon_sym_BANG] = ACTIONS(1430), - [anon_sym_TILDE] = ACTIONS(1430), - [anon_sym_DASH] = ACTIONS(1428), - [anon_sym_PLUS] = ACTIONS(1428), - [anon_sym_STAR] = ACTIONS(1430), - [anon_sym_AMP] = ACTIONS(1430), - [anon_sym_SEMI] = ACTIONS(1430), - [anon_sym___extension__] = ACTIONS(1428), - [anon_sym_typedef] = ACTIONS(1428), - [anon_sym_extern] = ACTIONS(1428), - [anon_sym___attribute__] = ACTIONS(1428), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1430), - [anon_sym___declspec] = ACTIONS(1428), - [anon_sym___cdecl] = ACTIONS(1428), - [anon_sym___clrcall] = ACTIONS(1428), - [anon_sym___stdcall] = ACTIONS(1428), - [anon_sym___fastcall] = ACTIONS(1428), - [anon_sym___thiscall] = ACTIONS(1428), - [anon_sym___vectorcall] = ACTIONS(1428), - [anon_sym_LBRACE] = ACTIONS(1430), - [anon_sym_signed] = ACTIONS(1428), - [anon_sym_unsigned] = ACTIONS(1428), - [anon_sym_long] = ACTIONS(1428), - [anon_sym_short] = ACTIONS(1428), - [anon_sym_static] = ACTIONS(1428), - [anon_sym_auto] = ACTIONS(1428), - [anon_sym_register] = ACTIONS(1428), - [anon_sym_inline] = ACTIONS(1428), - [anon_sym___inline] = ACTIONS(1428), - [anon_sym___inline__] = ACTIONS(1428), - [anon_sym___forceinline] = ACTIONS(1428), - [anon_sym_thread_local] = ACTIONS(1428), - [anon_sym___thread] = ACTIONS(1428), - [anon_sym_const] = ACTIONS(1428), - [anon_sym_constexpr] = ACTIONS(1428), - [anon_sym_volatile] = ACTIONS(1428), - [anon_sym_restrict] = ACTIONS(1428), - [anon_sym___restrict__] = ACTIONS(1428), - [anon_sym__Atomic] = ACTIONS(1428), - [anon_sym__Noreturn] = ACTIONS(1428), - [anon_sym_noreturn] = ACTIONS(1428), - [sym_primitive_type] = ACTIONS(1428), - [anon_sym_enum] = ACTIONS(1428), - [anon_sym_struct] = ACTIONS(1428), - [anon_sym_union] = ACTIONS(1428), - [anon_sym_if] = ACTIONS(1428), - [anon_sym_switch] = ACTIONS(1428), - [anon_sym_case] = ACTIONS(1428), - [anon_sym_default] = ACTIONS(1428), - [anon_sym_while] = ACTIONS(1428), - [anon_sym_do] = ACTIONS(1428), - [anon_sym_for] = ACTIONS(1428), - [anon_sym_return] = ACTIONS(1428), - [anon_sym_break] = ACTIONS(1428), - [anon_sym_continue] = ACTIONS(1428), - [anon_sym_goto] = ACTIONS(1428), - [anon_sym___try] = ACTIONS(1428), - [anon_sym___leave] = ACTIONS(1428), - [anon_sym_DASH_DASH] = ACTIONS(1430), - [anon_sym_PLUS_PLUS] = ACTIONS(1430), - [anon_sym_sizeof] = ACTIONS(1428), - [anon_sym___alignof__] = ACTIONS(1428), - [anon_sym___alignof] = ACTIONS(1428), - [anon_sym__alignof] = ACTIONS(1428), - [anon_sym_alignof] = ACTIONS(1428), - [anon_sym__Alignof] = ACTIONS(1428), - [anon_sym_offsetof] = ACTIONS(1428), - [anon_sym__Generic] = ACTIONS(1428), - [anon_sym_asm] = ACTIONS(1428), - [anon_sym___asm__] = ACTIONS(1428), - [sym_number_literal] = ACTIONS(1430), - [anon_sym_L_SQUOTE] = ACTIONS(1430), - [anon_sym_u_SQUOTE] = ACTIONS(1430), - [anon_sym_U_SQUOTE] = ACTIONS(1430), - [anon_sym_u8_SQUOTE] = ACTIONS(1430), - [anon_sym_SQUOTE] = ACTIONS(1430), - [anon_sym_L_DQUOTE] = ACTIONS(1430), - [anon_sym_u_DQUOTE] = ACTIONS(1430), - [anon_sym_U_DQUOTE] = ACTIONS(1430), - [anon_sym_u8_DQUOTE] = ACTIONS(1430), - [anon_sym_DQUOTE] = ACTIONS(1430), - [sym_true] = ACTIONS(1428), - [sym_false] = ACTIONS(1428), - [anon_sym_NULL] = ACTIONS(1428), - [anon_sym_nullptr] = ACTIONS(1428), - [sym_comment] = ACTIONS(3), - }, - [364] = { - [sym_identifier] = ACTIONS(1504), - [aux_sym_preproc_include_token1] = ACTIONS(1504), - [aux_sym_preproc_def_token1] = ACTIONS(1504), - [aux_sym_preproc_if_token1] = ACTIONS(1504), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1504), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1504), - [sym_preproc_directive] = ACTIONS(1504), - [anon_sym_LPAREN2] = ACTIONS(1506), - [anon_sym_BANG] = ACTIONS(1506), - [anon_sym_TILDE] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1504), - [anon_sym_PLUS] = ACTIONS(1504), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_AMP] = ACTIONS(1506), - [anon_sym_SEMI] = ACTIONS(1506), - [anon_sym___extension__] = ACTIONS(1504), - [anon_sym_typedef] = ACTIONS(1504), - [anon_sym_extern] = ACTIONS(1504), - [anon_sym___attribute__] = ACTIONS(1504), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1506), - [anon_sym___declspec] = ACTIONS(1504), - [anon_sym___cdecl] = ACTIONS(1504), - [anon_sym___clrcall] = ACTIONS(1504), - [anon_sym___stdcall] = ACTIONS(1504), - [anon_sym___fastcall] = ACTIONS(1504), - [anon_sym___thiscall] = ACTIONS(1504), - [anon_sym___vectorcall] = ACTIONS(1504), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_RBRACE] = ACTIONS(1506), - [anon_sym_signed] = ACTIONS(1504), - [anon_sym_unsigned] = ACTIONS(1504), - [anon_sym_long] = ACTIONS(1504), - [anon_sym_short] = ACTIONS(1504), - [anon_sym_static] = ACTIONS(1504), - [anon_sym_auto] = ACTIONS(1504), - [anon_sym_register] = ACTIONS(1504), - [anon_sym_inline] = ACTIONS(1504), - [anon_sym___inline] = ACTIONS(1504), - [anon_sym___inline__] = ACTIONS(1504), - [anon_sym___forceinline] = ACTIONS(1504), - [anon_sym_thread_local] = ACTIONS(1504), - [anon_sym___thread] = ACTIONS(1504), - [anon_sym_const] = ACTIONS(1504), - [anon_sym_constexpr] = ACTIONS(1504), - [anon_sym_volatile] = ACTIONS(1504), - [anon_sym_restrict] = ACTIONS(1504), - [anon_sym___restrict__] = ACTIONS(1504), - [anon_sym__Atomic] = ACTIONS(1504), - [anon_sym__Noreturn] = ACTIONS(1504), - [anon_sym_noreturn] = ACTIONS(1504), - [sym_primitive_type] = ACTIONS(1504), - [anon_sym_enum] = ACTIONS(1504), - [anon_sym_struct] = ACTIONS(1504), - [anon_sym_union] = ACTIONS(1504), - [anon_sym_if] = ACTIONS(1504), - [anon_sym_switch] = ACTIONS(1504), - [anon_sym_case] = ACTIONS(1504), - [anon_sym_default] = ACTIONS(1504), - [anon_sym_while] = ACTIONS(1504), - [anon_sym_do] = ACTIONS(1504), - [anon_sym_for] = ACTIONS(1504), - [anon_sym_return] = ACTIONS(1504), - [anon_sym_break] = ACTIONS(1504), - [anon_sym_continue] = ACTIONS(1504), - [anon_sym_goto] = ACTIONS(1504), - [anon_sym___try] = ACTIONS(1504), - [anon_sym___leave] = ACTIONS(1504), - [anon_sym_DASH_DASH] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_sizeof] = ACTIONS(1504), - [anon_sym___alignof__] = ACTIONS(1504), - [anon_sym___alignof] = ACTIONS(1504), - [anon_sym__alignof] = ACTIONS(1504), - [anon_sym_alignof] = ACTIONS(1504), - [anon_sym__Alignof] = ACTIONS(1504), - [anon_sym_offsetof] = ACTIONS(1504), - [anon_sym__Generic] = ACTIONS(1504), - [anon_sym_asm] = ACTIONS(1504), - [anon_sym___asm__] = ACTIONS(1504), - [sym_number_literal] = ACTIONS(1506), - [anon_sym_L_SQUOTE] = ACTIONS(1506), - [anon_sym_u_SQUOTE] = ACTIONS(1506), - [anon_sym_U_SQUOTE] = ACTIONS(1506), - [anon_sym_u8_SQUOTE] = ACTIONS(1506), - [anon_sym_SQUOTE] = ACTIONS(1506), - [anon_sym_L_DQUOTE] = ACTIONS(1506), - [anon_sym_u_DQUOTE] = ACTIONS(1506), - [anon_sym_U_DQUOTE] = ACTIONS(1506), - [anon_sym_u8_DQUOTE] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym_true] = ACTIONS(1504), - [sym_false] = ACTIONS(1504), - [anon_sym_NULL] = ACTIONS(1504), - [anon_sym_nullptr] = ACTIONS(1504), + [anon_sym___inline] = ACTIONS(1402), + [anon_sym___inline__] = ACTIONS(1402), + [anon_sym___forceinline] = ACTIONS(1402), + [anon_sym_thread_local] = ACTIONS(1402), + [anon_sym___thread] = ACTIONS(1402), + [anon_sym_const] = ACTIONS(1402), + [anon_sym_constexpr] = ACTIONS(1402), + [anon_sym_volatile] = ACTIONS(1402), + [anon_sym_restrict] = ACTIONS(1402), + [anon_sym___restrict__] = ACTIONS(1402), + [anon_sym__Atomic] = ACTIONS(1402), + [anon_sym__Noreturn] = ACTIONS(1402), + [anon_sym_noreturn] = ACTIONS(1402), + [sym_primitive_type] = ACTIONS(1402), + [anon_sym_enum] = ACTIONS(1402), + [anon_sym_struct] = ACTIONS(1402), + [anon_sym_union] = ACTIONS(1402), + [anon_sym_if] = ACTIONS(1402), + [anon_sym_switch] = ACTIONS(1402), + [anon_sym_case] = ACTIONS(1402), + [anon_sym_default] = ACTIONS(1402), + [anon_sym_while] = ACTIONS(1402), + [anon_sym_do] = ACTIONS(1402), + [anon_sym_for] = ACTIONS(1402), + [anon_sym_return] = ACTIONS(1402), + [anon_sym_break] = ACTIONS(1402), + [anon_sym_continue] = ACTIONS(1402), + [anon_sym_goto] = ACTIONS(1402), + [anon_sym___try] = ACTIONS(1402), + [anon_sym___leave] = ACTIONS(1402), + [anon_sym_DASH_DASH] = ACTIONS(1404), + [anon_sym_PLUS_PLUS] = ACTIONS(1404), + [anon_sym_sizeof] = ACTIONS(1402), + [anon_sym___alignof__] = ACTIONS(1402), + [anon_sym___alignof] = ACTIONS(1402), + [anon_sym__alignof] = ACTIONS(1402), + [anon_sym_alignof] = ACTIONS(1402), + [anon_sym__Alignof] = ACTIONS(1402), + [anon_sym_offsetof] = ACTIONS(1402), + [anon_sym__Generic] = ACTIONS(1402), + [anon_sym_asm] = ACTIONS(1402), + [anon_sym___asm__] = ACTIONS(1402), + [sym_number_literal] = ACTIONS(1404), + [anon_sym_L_SQUOTE] = ACTIONS(1404), + [anon_sym_u_SQUOTE] = ACTIONS(1404), + [anon_sym_U_SQUOTE] = ACTIONS(1404), + [anon_sym_u8_SQUOTE] = ACTIONS(1404), + [anon_sym_SQUOTE] = ACTIONS(1404), + [anon_sym_L_DQUOTE] = ACTIONS(1404), + [anon_sym_u_DQUOTE] = ACTIONS(1404), + [anon_sym_U_DQUOTE] = ACTIONS(1404), + [anon_sym_u8_DQUOTE] = ACTIONS(1404), + [anon_sym_DQUOTE] = ACTIONS(1404), + [sym_true] = ACTIONS(1402), + [sym_false] = ACTIONS(1402), + [anon_sym_NULL] = ACTIONS(1402), + [anon_sym_nullptr] = ACTIONS(1402), [sym_comment] = ACTIONS(3), }, - [365] = { - [sym_identifier] = ACTIONS(1424), - [aux_sym_preproc_include_token1] = ACTIONS(1424), - [aux_sym_preproc_def_token1] = ACTIONS(1424), - [aux_sym_preproc_if_token1] = ACTIONS(1424), - [aux_sym_preproc_if_token2] = ACTIONS(1424), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1424), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1424), - [sym_preproc_directive] = ACTIONS(1424), - [anon_sym_LPAREN2] = ACTIONS(1426), - [anon_sym_BANG] = ACTIONS(1426), - [anon_sym_TILDE] = ACTIONS(1426), - [anon_sym_DASH] = ACTIONS(1424), - [anon_sym_PLUS] = ACTIONS(1424), - [anon_sym_STAR] = ACTIONS(1426), - [anon_sym_AMP] = ACTIONS(1426), - [anon_sym_SEMI] = ACTIONS(1426), - [anon_sym___extension__] = ACTIONS(1424), - [anon_sym_typedef] = ACTIONS(1424), - [anon_sym_extern] = ACTIONS(1424), - [anon_sym___attribute__] = ACTIONS(1424), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1426), - [anon_sym___declspec] = ACTIONS(1424), - [anon_sym___cdecl] = ACTIONS(1424), - [anon_sym___clrcall] = ACTIONS(1424), - [anon_sym___stdcall] = ACTIONS(1424), - [anon_sym___fastcall] = ACTIONS(1424), - [anon_sym___thiscall] = ACTIONS(1424), - [anon_sym___vectorcall] = ACTIONS(1424), - [anon_sym_LBRACE] = ACTIONS(1426), - [anon_sym_signed] = ACTIONS(1424), - [anon_sym_unsigned] = ACTIONS(1424), - [anon_sym_long] = ACTIONS(1424), - [anon_sym_short] = ACTIONS(1424), - [anon_sym_static] = ACTIONS(1424), - [anon_sym_auto] = ACTIONS(1424), - [anon_sym_register] = ACTIONS(1424), - [anon_sym_inline] = ACTIONS(1424), - [anon_sym___inline] = ACTIONS(1424), - [anon_sym___inline__] = ACTIONS(1424), - [anon_sym___forceinline] = ACTIONS(1424), - [anon_sym_thread_local] = ACTIONS(1424), - [anon_sym___thread] = ACTIONS(1424), - [anon_sym_const] = ACTIONS(1424), - [anon_sym_constexpr] = ACTIONS(1424), - [anon_sym_volatile] = ACTIONS(1424), - [anon_sym_restrict] = ACTIONS(1424), - [anon_sym___restrict__] = ACTIONS(1424), - [anon_sym__Atomic] = ACTIONS(1424), - [anon_sym__Noreturn] = ACTIONS(1424), - [anon_sym_noreturn] = ACTIONS(1424), - [sym_primitive_type] = ACTIONS(1424), - [anon_sym_enum] = ACTIONS(1424), - [anon_sym_struct] = ACTIONS(1424), - [anon_sym_union] = ACTIONS(1424), - [anon_sym_if] = ACTIONS(1424), - [anon_sym_switch] = ACTIONS(1424), - [anon_sym_case] = ACTIONS(1424), - [anon_sym_default] = ACTIONS(1424), - [anon_sym_while] = ACTIONS(1424), - [anon_sym_do] = ACTIONS(1424), - [anon_sym_for] = ACTIONS(1424), - [anon_sym_return] = ACTIONS(1424), - [anon_sym_break] = ACTIONS(1424), - [anon_sym_continue] = ACTIONS(1424), - [anon_sym_goto] = ACTIONS(1424), - [anon_sym___try] = ACTIONS(1424), - [anon_sym___leave] = ACTIONS(1424), - [anon_sym_DASH_DASH] = ACTIONS(1426), - [anon_sym_PLUS_PLUS] = ACTIONS(1426), - [anon_sym_sizeof] = ACTIONS(1424), - [anon_sym___alignof__] = ACTIONS(1424), - [anon_sym___alignof] = ACTIONS(1424), - [anon_sym__alignof] = ACTIONS(1424), - [anon_sym_alignof] = ACTIONS(1424), - [anon_sym__Alignof] = ACTIONS(1424), - [anon_sym_offsetof] = ACTIONS(1424), - [anon_sym__Generic] = ACTIONS(1424), - [anon_sym_asm] = ACTIONS(1424), - [anon_sym___asm__] = ACTIONS(1424), - [sym_number_literal] = ACTIONS(1426), - [anon_sym_L_SQUOTE] = ACTIONS(1426), - [anon_sym_u_SQUOTE] = ACTIONS(1426), - [anon_sym_U_SQUOTE] = ACTIONS(1426), - [anon_sym_u8_SQUOTE] = ACTIONS(1426), - [anon_sym_SQUOTE] = ACTIONS(1426), - [anon_sym_L_DQUOTE] = ACTIONS(1426), - [anon_sym_u_DQUOTE] = ACTIONS(1426), - [anon_sym_U_DQUOTE] = ACTIONS(1426), - [anon_sym_u8_DQUOTE] = ACTIONS(1426), - [anon_sym_DQUOTE] = ACTIONS(1426), - [sym_true] = ACTIONS(1424), - [sym_false] = ACTIONS(1424), - [anon_sym_NULL] = ACTIONS(1424), - [anon_sym_nullptr] = ACTIONS(1424), + [359] = { + [sym_identifier] = ACTIONS(1446), + [aux_sym_preproc_include_token1] = ACTIONS(1446), + [aux_sym_preproc_def_token1] = ACTIONS(1446), + [aux_sym_preproc_if_token1] = ACTIONS(1446), + [aux_sym_preproc_if_token2] = ACTIONS(1446), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1446), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1446), + [sym_preproc_directive] = ACTIONS(1446), + [anon_sym_LPAREN2] = ACTIONS(1448), + [anon_sym_BANG] = ACTIONS(1448), + [anon_sym_TILDE] = ACTIONS(1448), + [anon_sym_DASH] = ACTIONS(1446), + [anon_sym_PLUS] = ACTIONS(1446), + [anon_sym_STAR] = ACTIONS(1448), + [anon_sym_AMP] = ACTIONS(1448), + [anon_sym_SEMI] = ACTIONS(1448), + [anon_sym___extension__] = ACTIONS(1446), + [anon_sym_typedef] = ACTIONS(1446), + [anon_sym_extern] = ACTIONS(1446), + [anon_sym___attribute__] = ACTIONS(1446), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1448), + [anon_sym___declspec] = ACTIONS(1446), + [anon_sym___cdecl] = ACTIONS(1446), + [anon_sym___clrcall] = ACTIONS(1446), + [anon_sym___stdcall] = ACTIONS(1446), + [anon_sym___fastcall] = ACTIONS(1446), + [anon_sym___thiscall] = ACTIONS(1446), + [anon_sym___vectorcall] = ACTIONS(1446), + [anon_sym_LBRACE] = ACTIONS(1448), + [anon_sym_signed] = ACTIONS(1446), + [anon_sym_unsigned] = ACTIONS(1446), + [anon_sym_long] = ACTIONS(1446), + [anon_sym_short] = ACTIONS(1446), + [anon_sym_static] = ACTIONS(1446), + [anon_sym_auto] = ACTIONS(1446), + [anon_sym_register] = ACTIONS(1446), + [anon_sym_inline] = ACTIONS(1446), + [anon_sym___inline] = ACTIONS(1446), + [anon_sym___inline__] = ACTIONS(1446), + [anon_sym___forceinline] = ACTIONS(1446), + [anon_sym_thread_local] = ACTIONS(1446), + [anon_sym___thread] = ACTIONS(1446), + [anon_sym_const] = ACTIONS(1446), + [anon_sym_constexpr] = ACTIONS(1446), + [anon_sym_volatile] = ACTIONS(1446), + [anon_sym_restrict] = ACTIONS(1446), + [anon_sym___restrict__] = ACTIONS(1446), + [anon_sym__Atomic] = ACTIONS(1446), + [anon_sym__Noreturn] = ACTIONS(1446), + [anon_sym_noreturn] = ACTIONS(1446), + [sym_primitive_type] = ACTIONS(1446), + [anon_sym_enum] = ACTIONS(1446), + [anon_sym_struct] = ACTIONS(1446), + [anon_sym_union] = ACTIONS(1446), + [anon_sym_if] = ACTIONS(1446), + [anon_sym_switch] = ACTIONS(1446), + [anon_sym_case] = ACTIONS(1446), + [anon_sym_default] = ACTIONS(1446), + [anon_sym_while] = ACTIONS(1446), + [anon_sym_do] = ACTIONS(1446), + [anon_sym_for] = ACTIONS(1446), + [anon_sym_return] = ACTIONS(1446), + [anon_sym_break] = ACTIONS(1446), + [anon_sym_continue] = ACTIONS(1446), + [anon_sym_goto] = ACTIONS(1446), + [anon_sym___try] = ACTIONS(1446), + [anon_sym___leave] = ACTIONS(1446), + [anon_sym_DASH_DASH] = ACTIONS(1448), + [anon_sym_PLUS_PLUS] = ACTIONS(1448), + [anon_sym_sizeof] = ACTIONS(1446), + [anon_sym___alignof__] = ACTIONS(1446), + [anon_sym___alignof] = ACTIONS(1446), + [anon_sym__alignof] = ACTIONS(1446), + [anon_sym_alignof] = ACTIONS(1446), + [anon_sym__Alignof] = ACTIONS(1446), + [anon_sym_offsetof] = ACTIONS(1446), + [anon_sym__Generic] = ACTIONS(1446), + [anon_sym_asm] = ACTIONS(1446), + [anon_sym___asm__] = ACTIONS(1446), + [sym_number_literal] = ACTIONS(1448), + [anon_sym_L_SQUOTE] = ACTIONS(1448), + [anon_sym_u_SQUOTE] = ACTIONS(1448), + [anon_sym_U_SQUOTE] = ACTIONS(1448), + [anon_sym_u8_SQUOTE] = ACTIONS(1448), + [anon_sym_SQUOTE] = ACTIONS(1448), + [anon_sym_L_DQUOTE] = ACTIONS(1448), + [anon_sym_u_DQUOTE] = ACTIONS(1448), + [anon_sym_U_DQUOTE] = ACTIONS(1448), + [anon_sym_u8_DQUOTE] = ACTIONS(1448), + [anon_sym_DQUOTE] = ACTIONS(1448), + [sym_true] = ACTIONS(1446), + [sym_false] = ACTIONS(1446), + [anon_sym_NULL] = ACTIONS(1446), + [anon_sym_nullptr] = ACTIONS(1446), [sym_comment] = ACTIONS(3), }, - [366] = { - [sym_identifier] = ACTIONS(1472), - [aux_sym_preproc_include_token1] = ACTIONS(1472), - [aux_sym_preproc_def_token1] = ACTIONS(1472), - [aux_sym_preproc_if_token1] = ACTIONS(1472), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1472), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1472), - [sym_preproc_directive] = ACTIONS(1472), - [anon_sym_LPAREN2] = ACTIONS(1474), - [anon_sym_BANG] = ACTIONS(1474), - [anon_sym_TILDE] = ACTIONS(1474), - [anon_sym_DASH] = ACTIONS(1472), - [anon_sym_PLUS] = ACTIONS(1472), - [anon_sym_STAR] = ACTIONS(1474), - [anon_sym_AMP] = ACTIONS(1474), - [anon_sym_SEMI] = ACTIONS(1474), - [anon_sym___extension__] = ACTIONS(1472), - [anon_sym_typedef] = ACTIONS(1472), - [anon_sym_extern] = ACTIONS(1472), - [anon_sym___attribute__] = ACTIONS(1472), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1474), - [anon_sym___declspec] = ACTIONS(1472), - [anon_sym___cdecl] = ACTIONS(1472), - [anon_sym___clrcall] = ACTIONS(1472), - [anon_sym___stdcall] = ACTIONS(1472), - [anon_sym___fastcall] = ACTIONS(1472), - [anon_sym___thiscall] = ACTIONS(1472), - [anon_sym___vectorcall] = ACTIONS(1472), - [anon_sym_LBRACE] = ACTIONS(1474), - [anon_sym_RBRACE] = ACTIONS(1474), - [anon_sym_signed] = ACTIONS(1472), - [anon_sym_unsigned] = ACTIONS(1472), - [anon_sym_long] = ACTIONS(1472), - [anon_sym_short] = ACTIONS(1472), - [anon_sym_static] = ACTIONS(1472), - [anon_sym_auto] = ACTIONS(1472), - [anon_sym_register] = ACTIONS(1472), - [anon_sym_inline] = ACTIONS(1472), - [anon_sym___inline] = ACTIONS(1472), - [anon_sym___inline__] = ACTIONS(1472), - [anon_sym___forceinline] = ACTIONS(1472), - [anon_sym_thread_local] = ACTIONS(1472), - [anon_sym___thread] = ACTIONS(1472), - [anon_sym_const] = ACTIONS(1472), - [anon_sym_constexpr] = ACTIONS(1472), - [anon_sym_volatile] = ACTIONS(1472), - [anon_sym_restrict] = ACTIONS(1472), - [anon_sym___restrict__] = ACTIONS(1472), - [anon_sym__Atomic] = ACTIONS(1472), - [anon_sym__Noreturn] = ACTIONS(1472), - [anon_sym_noreturn] = ACTIONS(1472), - [sym_primitive_type] = ACTIONS(1472), - [anon_sym_enum] = ACTIONS(1472), - [anon_sym_struct] = ACTIONS(1472), - [anon_sym_union] = ACTIONS(1472), - [anon_sym_if] = ACTIONS(1472), - [anon_sym_switch] = ACTIONS(1472), - [anon_sym_case] = ACTIONS(1472), - [anon_sym_default] = ACTIONS(1472), - [anon_sym_while] = ACTIONS(1472), - [anon_sym_do] = ACTIONS(1472), - [anon_sym_for] = ACTIONS(1472), - [anon_sym_return] = ACTIONS(1472), - [anon_sym_break] = ACTIONS(1472), - [anon_sym_continue] = ACTIONS(1472), - [anon_sym_goto] = ACTIONS(1472), - [anon_sym___try] = ACTIONS(1472), - [anon_sym___leave] = ACTIONS(1472), - [anon_sym_DASH_DASH] = ACTIONS(1474), - [anon_sym_PLUS_PLUS] = ACTIONS(1474), - [anon_sym_sizeof] = ACTIONS(1472), - [anon_sym___alignof__] = ACTIONS(1472), - [anon_sym___alignof] = ACTIONS(1472), - [anon_sym__alignof] = ACTIONS(1472), - [anon_sym_alignof] = ACTIONS(1472), - [anon_sym__Alignof] = ACTIONS(1472), - [anon_sym_offsetof] = ACTIONS(1472), - [anon_sym__Generic] = ACTIONS(1472), - [anon_sym_asm] = ACTIONS(1472), - [anon_sym___asm__] = ACTIONS(1472), - [sym_number_literal] = ACTIONS(1474), - [anon_sym_L_SQUOTE] = ACTIONS(1474), - [anon_sym_u_SQUOTE] = ACTIONS(1474), - [anon_sym_U_SQUOTE] = ACTIONS(1474), - [anon_sym_u8_SQUOTE] = ACTIONS(1474), - [anon_sym_SQUOTE] = ACTIONS(1474), - [anon_sym_L_DQUOTE] = ACTIONS(1474), - [anon_sym_u_DQUOTE] = ACTIONS(1474), - [anon_sym_U_DQUOTE] = ACTIONS(1474), - [anon_sym_u8_DQUOTE] = ACTIONS(1474), - [anon_sym_DQUOTE] = ACTIONS(1474), - [sym_true] = ACTIONS(1472), - [sym_false] = ACTIONS(1472), - [anon_sym_NULL] = ACTIONS(1472), - [anon_sym_nullptr] = ACTIONS(1472), + [360] = { + [sym_identifier] = ACTIONS(1464), + [aux_sym_preproc_include_token1] = ACTIONS(1464), + [aux_sym_preproc_def_token1] = ACTIONS(1464), + [aux_sym_preproc_if_token1] = ACTIONS(1464), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1464), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1464), + [sym_preproc_directive] = ACTIONS(1464), + [anon_sym_LPAREN2] = ACTIONS(1466), + [anon_sym_BANG] = ACTIONS(1466), + [anon_sym_TILDE] = ACTIONS(1466), + [anon_sym_DASH] = ACTIONS(1464), + [anon_sym_PLUS] = ACTIONS(1464), + [anon_sym_STAR] = ACTIONS(1466), + [anon_sym_AMP] = ACTIONS(1466), + [anon_sym_SEMI] = ACTIONS(1466), + [anon_sym___extension__] = ACTIONS(1464), + [anon_sym_typedef] = ACTIONS(1464), + [anon_sym_extern] = ACTIONS(1464), + [anon_sym___attribute__] = ACTIONS(1464), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1466), + [anon_sym___declspec] = ACTIONS(1464), + [anon_sym___cdecl] = ACTIONS(1464), + [anon_sym___clrcall] = ACTIONS(1464), + [anon_sym___stdcall] = ACTIONS(1464), + [anon_sym___fastcall] = ACTIONS(1464), + [anon_sym___thiscall] = ACTIONS(1464), + [anon_sym___vectorcall] = ACTIONS(1464), + [anon_sym_LBRACE] = ACTIONS(1466), + [anon_sym_RBRACE] = ACTIONS(1466), + [anon_sym_signed] = ACTIONS(1464), + [anon_sym_unsigned] = ACTIONS(1464), + [anon_sym_long] = ACTIONS(1464), + [anon_sym_short] = ACTIONS(1464), + [anon_sym_static] = ACTIONS(1464), + [anon_sym_auto] = ACTIONS(1464), + [anon_sym_register] = ACTIONS(1464), + [anon_sym_inline] = ACTIONS(1464), + [anon_sym___inline] = ACTIONS(1464), + [anon_sym___inline__] = ACTIONS(1464), + [anon_sym___forceinline] = ACTIONS(1464), + [anon_sym_thread_local] = ACTIONS(1464), + [anon_sym___thread] = ACTIONS(1464), + [anon_sym_const] = ACTIONS(1464), + [anon_sym_constexpr] = ACTIONS(1464), + [anon_sym_volatile] = ACTIONS(1464), + [anon_sym_restrict] = ACTIONS(1464), + [anon_sym___restrict__] = ACTIONS(1464), + [anon_sym__Atomic] = ACTIONS(1464), + [anon_sym__Noreturn] = ACTIONS(1464), + [anon_sym_noreturn] = ACTIONS(1464), + [sym_primitive_type] = ACTIONS(1464), + [anon_sym_enum] = ACTIONS(1464), + [anon_sym_struct] = ACTIONS(1464), + [anon_sym_union] = ACTIONS(1464), + [anon_sym_if] = ACTIONS(1464), + [anon_sym_switch] = ACTIONS(1464), + [anon_sym_case] = ACTIONS(1464), + [anon_sym_default] = ACTIONS(1464), + [anon_sym_while] = ACTIONS(1464), + [anon_sym_do] = ACTIONS(1464), + [anon_sym_for] = ACTIONS(1464), + [anon_sym_return] = ACTIONS(1464), + [anon_sym_break] = ACTIONS(1464), + [anon_sym_continue] = ACTIONS(1464), + [anon_sym_goto] = ACTIONS(1464), + [anon_sym___try] = ACTIONS(1464), + [anon_sym___leave] = ACTIONS(1464), + [anon_sym_DASH_DASH] = ACTIONS(1466), + [anon_sym_PLUS_PLUS] = ACTIONS(1466), + [anon_sym_sizeof] = ACTIONS(1464), + [anon_sym___alignof__] = ACTIONS(1464), + [anon_sym___alignof] = ACTIONS(1464), + [anon_sym__alignof] = ACTIONS(1464), + [anon_sym_alignof] = ACTIONS(1464), + [anon_sym__Alignof] = ACTIONS(1464), + [anon_sym_offsetof] = ACTIONS(1464), + [anon_sym__Generic] = ACTIONS(1464), + [anon_sym_asm] = ACTIONS(1464), + [anon_sym___asm__] = ACTIONS(1464), + [sym_number_literal] = ACTIONS(1466), + [anon_sym_L_SQUOTE] = ACTIONS(1466), + [anon_sym_u_SQUOTE] = ACTIONS(1466), + [anon_sym_U_SQUOTE] = ACTIONS(1466), + [anon_sym_u8_SQUOTE] = ACTIONS(1466), + [anon_sym_SQUOTE] = ACTIONS(1466), + [anon_sym_L_DQUOTE] = ACTIONS(1466), + [anon_sym_u_DQUOTE] = ACTIONS(1466), + [anon_sym_U_DQUOTE] = ACTIONS(1466), + [anon_sym_u8_DQUOTE] = ACTIONS(1466), + [anon_sym_DQUOTE] = ACTIONS(1466), + [sym_true] = ACTIONS(1464), + [sym_false] = ACTIONS(1464), + [anon_sym_NULL] = ACTIONS(1464), + [anon_sym_nullptr] = ACTIONS(1464), [sym_comment] = ACTIONS(3), }, - [367] = { - [sym_identifier] = ACTIONS(1452), - [aux_sym_preproc_include_token1] = ACTIONS(1452), - [aux_sym_preproc_def_token1] = ACTIONS(1452), - [aux_sym_preproc_if_token1] = ACTIONS(1452), - [aux_sym_preproc_if_token2] = ACTIONS(1452), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1452), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1452), - [sym_preproc_directive] = ACTIONS(1452), - [anon_sym_LPAREN2] = ACTIONS(1454), - [anon_sym_BANG] = ACTIONS(1454), - [anon_sym_TILDE] = ACTIONS(1454), - [anon_sym_DASH] = ACTIONS(1452), - [anon_sym_PLUS] = ACTIONS(1452), - [anon_sym_STAR] = ACTIONS(1454), - [anon_sym_AMP] = ACTIONS(1454), - [anon_sym_SEMI] = ACTIONS(1454), - [anon_sym___extension__] = ACTIONS(1452), - [anon_sym_typedef] = ACTIONS(1452), - [anon_sym_extern] = ACTIONS(1452), - [anon_sym___attribute__] = ACTIONS(1452), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1454), - [anon_sym___declspec] = ACTIONS(1452), - [anon_sym___cdecl] = ACTIONS(1452), - [anon_sym___clrcall] = ACTIONS(1452), - [anon_sym___stdcall] = ACTIONS(1452), - [anon_sym___fastcall] = ACTIONS(1452), - [anon_sym___thiscall] = ACTIONS(1452), - [anon_sym___vectorcall] = ACTIONS(1452), - [anon_sym_LBRACE] = ACTIONS(1454), - [anon_sym_signed] = ACTIONS(1452), - [anon_sym_unsigned] = ACTIONS(1452), - [anon_sym_long] = ACTIONS(1452), - [anon_sym_short] = ACTIONS(1452), - [anon_sym_static] = ACTIONS(1452), - [anon_sym_auto] = ACTIONS(1452), - [anon_sym_register] = ACTIONS(1452), - [anon_sym_inline] = ACTIONS(1452), - [anon_sym___inline] = ACTIONS(1452), - [anon_sym___inline__] = ACTIONS(1452), - [anon_sym___forceinline] = ACTIONS(1452), - [anon_sym_thread_local] = ACTIONS(1452), - [anon_sym___thread] = ACTIONS(1452), - [anon_sym_const] = ACTIONS(1452), - [anon_sym_constexpr] = ACTIONS(1452), - [anon_sym_volatile] = ACTIONS(1452), - [anon_sym_restrict] = ACTIONS(1452), - [anon_sym___restrict__] = ACTIONS(1452), - [anon_sym__Atomic] = ACTIONS(1452), - [anon_sym__Noreturn] = ACTIONS(1452), - [anon_sym_noreturn] = ACTIONS(1452), - [sym_primitive_type] = ACTIONS(1452), - [anon_sym_enum] = ACTIONS(1452), - [anon_sym_struct] = ACTIONS(1452), - [anon_sym_union] = ACTIONS(1452), - [anon_sym_if] = ACTIONS(1452), - [anon_sym_switch] = ACTIONS(1452), - [anon_sym_case] = ACTIONS(1452), - [anon_sym_default] = ACTIONS(1452), - [anon_sym_while] = ACTIONS(1452), - [anon_sym_do] = ACTIONS(1452), - [anon_sym_for] = ACTIONS(1452), - [anon_sym_return] = ACTIONS(1452), - [anon_sym_break] = ACTIONS(1452), - [anon_sym_continue] = ACTIONS(1452), - [anon_sym_goto] = ACTIONS(1452), - [anon_sym___try] = ACTIONS(1452), - [anon_sym___leave] = ACTIONS(1452), - [anon_sym_DASH_DASH] = ACTIONS(1454), - [anon_sym_PLUS_PLUS] = ACTIONS(1454), - [anon_sym_sizeof] = ACTIONS(1452), - [anon_sym___alignof__] = ACTIONS(1452), - [anon_sym___alignof] = ACTIONS(1452), - [anon_sym__alignof] = ACTIONS(1452), - [anon_sym_alignof] = ACTIONS(1452), - [anon_sym__Alignof] = ACTIONS(1452), - [anon_sym_offsetof] = ACTIONS(1452), - [anon_sym__Generic] = ACTIONS(1452), - [anon_sym_asm] = ACTIONS(1452), - [anon_sym___asm__] = ACTIONS(1452), - [sym_number_literal] = ACTIONS(1454), - [anon_sym_L_SQUOTE] = ACTIONS(1454), - [anon_sym_u_SQUOTE] = ACTIONS(1454), - [anon_sym_U_SQUOTE] = ACTIONS(1454), - [anon_sym_u8_SQUOTE] = ACTIONS(1454), - [anon_sym_SQUOTE] = ACTIONS(1454), - [anon_sym_L_DQUOTE] = ACTIONS(1454), - [anon_sym_u_DQUOTE] = ACTIONS(1454), - [anon_sym_U_DQUOTE] = ACTIONS(1454), - [anon_sym_u8_DQUOTE] = ACTIONS(1454), - [anon_sym_DQUOTE] = ACTIONS(1454), - [sym_true] = ACTIONS(1452), - [sym_false] = ACTIONS(1452), - [anon_sym_NULL] = ACTIONS(1452), - [anon_sym_nullptr] = ACTIONS(1452), + [361] = { + [sym_identifier] = ACTIONS(1422), + [aux_sym_preproc_include_token1] = ACTIONS(1422), + [aux_sym_preproc_def_token1] = ACTIONS(1422), + [aux_sym_preproc_if_token1] = ACTIONS(1422), + [aux_sym_preproc_if_token2] = ACTIONS(1422), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1422), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1422), + [sym_preproc_directive] = ACTIONS(1422), + [anon_sym_LPAREN2] = ACTIONS(1424), + [anon_sym_BANG] = ACTIONS(1424), + [anon_sym_TILDE] = ACTIONS(1424), + [anon_sym_DASH] = ACTIONS(1422), + [anon_sym_PLUS] = ACTIONS(1422), + [anon_sym_STAR] = ACTIONS(1424), + [anon_sym_AMP] = ACTIONS(1424), + [anon_sym_SEMI] = ACTIONS(1424), + [anon_sym___extension__] = ACTIONS(1422), + [anon_sym_typedef] = ACTIONS(1422), + [anon_sym_extern] = ACTIONS(1422), + [anon_sym___attribute__] = ACTIONS(1422), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym___declspec] = ACTIONS(1422), + [anon_sym___cdecl] = ACTIONS(1422), + [anon_sym___clrcall] = ACTIONS(1422), + [anon_sym___stdcall] = ACTIONS(1422), + [anon_sym___fastcall] = ACTIONS(1422), + [anon_sym___thiscall] = ACTIONS(1422), + [anon_sym___vectorcall] = ACTIONS(1422), + [anon_sym_LBRACE] = ACTIONS(1424), + [anon_sym_signed] = ACTIONS(1422), + [anon_sym_unsigned] = ACTIONS(1422), + [anon_sym_long] = ACTIONS(1422), + [anon_sym_short] = ACTIONS(1422), + [anon_sym_static] = ACTIONS(1422), + [anon_sym_auto] = ACTIONS(1422), + [anon_sym_register] = ACTIONS(1422), + [anon_sym_inline] = ACTIONS(1422), + [anon_sym___inline] = ACTIONS(1422), + [anon_sym___inline__] = ACTIONS(1422), + [anon_sym___forceinline] = ACTIONS(1422), + [anon_sym_thread_local] = ACTIONS(1422), + [anon_sym___thread] = ACTIONS(1422), + [anon_sym_const] = ACTIONS(1422), + [anon_sym_constexpr] = ACTIONS(1422), + [anon_sym_volatile] = ACTIONS(1422), + [anon_sym_restrict] = ACTIONS(1422), + [anon_sym___restrict__] = ACTIONS(1422), + [anon_sym__Atomic] = ACTIONS(1422), + [anon_sym__Noreturn] = ACTIONS(1422), + [anon_sym_noreturn] = ACTIONS(1422), + [sym_primitive_type] = ACTIONS(1422), + [anon_sym_enum] = ACTIONS(1422), + [anon_sym_struct] = ACTIONS(1422), + [anon_sym_union] = ACTIONS(1422), + [anon_sym_if] = ACTIONS(1422), + [anon_sym_switch] = ACTIONS(1422), + [anon_sym_case] = ACTIONS(1422), + [anon_sym_default] = ACTIONS(1422), + [anon_sym_while] = ACTIONS(1422), + [anon_sym_do] = ACTIONS(1422), + [anon_sym_for] = ACTIONS(1422), + [anon_sym_return] = ACTIONS(1422), + [anon_sym_break] = ACTIONS(1422), + [anon_sym_continue] = ACTIONS(1422), + [anon_sym_goto] = ACTIONS(1422), + [anon_sym___try] = ACTIONS(1422), + [anon_sym___leave] = ACTIONS(1422), + [anon_sym_DASH_DASH] = ACTIONS(1424), + [anon_sym_PLUS_PLUS] = ACTIONS(1424), + [anon_sym_sizeof] = ACTIONS(1422), + [anon_sym___alignof__] = ACTIONS(1422), + [anon_sym___alignof] = ACTIONS(1422), + [anon_sym__alignof] = ACTIONS(1422), + [anon_sym_alignof] = ACTIONS(1422), + [anon_sym__Alignof] = ACTIONS(1422), + [anon_sym_offsetof] = ACTIONS(1422), + [anon_sym__Generic] = ACTIONS(1422), + [anon_sym_asm] = ACTIONS(1422), + [anon_sym___asm__] = ACTIONS(1422), + [sym_number_literal] = ACTIONS(1424), + [anon_sym_L_SQUOTE] = ACTIONS(1424), + [anon_sym_u_SQUOTE] = ACTIONS(1424), + [anon_sym_U_SQUOTE] = ACTIONS(1424), + [anon_sym_u8_SQUOTE] = ACTIONS(1424), + [anon_sym_SQUOTE] = ACTIONS(1424), + [anon_sym_L_DQUOTE] = ACTIONS(1424), + [anon_sym_u_DQUOTE] = ACTIONS(1424), + [anon_sym_U_DQUOTE] = ACTIONS(1424), + [anon_sym_u8_DQUOTE] = ACTIONS(1424), + [anon_sym_DQUOTE] = ACTIONS(1424), + [sym_true] = ACTIONS(1422), + [sym_false] = ACTIONS(1422), + [anon_sym_NULL] = ACTIONS(1422), + [anon_sym_nullptr] = ACTIONS(1422), [sym_comment] = ACTIONS(3), }, - [368] = { - [sym_identifier] = ACTIONS(1416), - [aux_sym_preproc_include_token1] = ACTIONS(1416), - [aux_sym_preproc_def_token1] = ACTIONS(1416), - [aux_sym_preproc_if_token1] = ACTIONS(1416), - [aux_sym_preproc_if_token2] = ACTIONS(1416), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1416), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1416), - [sym_preproc_directive] = ACTIONS(1416), - [anon_sym_LPAREN2] = ACTIONS(1418), - [anon_sym_BANG] = ACTIONS(1418), - [anon_sym_TILDE] = ACTIONS(1418), - [anon_sym_DASH] = ACTIONS(1416), - [anon_sym_PLUS] = ACTIONS(1416), - [anon_sym_STAR] = ACTIONS(1418), - [anon_sym_AMP] = ACTIONS(1418), - [anon_sym_SEMI] = ACTIONS(1418), - [anon_sym___extension__] = ACTIONS(1416), - [anon_sym_typedef] = ACTIONS(1416), - [anon_sym_extern] = ACTIONS(1416), - [anon_sym___attribute__] = ACTIONS(1416), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), - [anon_sym___declspec] = ACTIONS(1416), - [anon_sym___cdecl] = ACTIONS(1416), - [anon_sym___clrcall] = ACTIONS(1416), - [anon_sym___stdcall] = ACTIONS(1416), - [anon_sym___fastcall] = ACTIONS(1416), - [anon_sym___thiscall] = ACTIONS(1416), - [anon_sym___vectorcall] = ACTIONS(1416), - [anon_sym_LBRACE] = ACTIONS(1418), - [anon_sym_signed] = ACTIONS(1416), - [anon_sym_unsigned] = ACTIONS(1416), - [anon_sym_long] = ACTIONS(1416), - [anon_sym_short] = ACTIONS(1416), - [anon_sym_static] = ACTIONS(1416), - [anon_sym_auto] = ACTIONS(1416), - [anon_sym_register] = ACTIONS(1416), - [anon_sym_inline] = ACTIONS(1416), - [anon_sym___inline] = ACTIONS(1416), - [anon_sym___inline__] = ACTIONS(1416), - [anon_sym___forceinline] = ACTIONS(1416), - [anon_sym_thread_local] = ACTIONS(1416), - [anon_sym___thread] = ACTIONS(1416), - [anon_sym_const] = ACTIONS(1416), - [anon_sym_constexpr] = ACTIONS(1416), - [anon_sym_volatile] = ACTIONS(1416), - [anon_sym_restrict] = ACTIONS(1416), - [anon_sym___restrict__] = ACTIONS(1416), - [anon_sym__Atomic] = ACTIONS(1416), - [anon_sym__Noreturn] = ACTIONS(1416), - [anon_sym_noreturn] = ACTIONS(1416), - [sym_primitive_type] = ACTIONS(1416), - [anon_sym_enum] = ACTIONS(1416), - [anon_sym_struct] = ACTIONS(1416), - [anon_sym_union] = ACTIONS(1416), - [anon_sym_if] = ACTIONS(1416), - [anon_sym_switch] = ACTIONS(1416), - [anon_sym_case] = ACTIONS(1416), - [anon_sym_default] = ACTIONS(1416), - [anon_sym_while] = ACTIONS(1416), - [anon_sym_do] = ACTIONS(1416), - [anon_sym_for] = ACTIONS(1416), - [anon_sym_return] = ACTIONS(1416), - [anon_sym_break] = ACTIONS(1416), - [anon_sym_continue] = ACTIONS(1416), - [anon_sym_goto] = ACTIONS(1416), - [anon_sym___try] = ACTIONS(1416), - [anon_sym___leave] = ACTIONS(1416), - [anon_sym_DASH_DASH] = ACTIONS(1418), - [anon_sym_PLUS_PLUS] = ACTIONS(1418), - [anon_sym_sizeof] = ACTIONS(1416), - [anon_sym___alignof__] = ACTIONS(1416), - [anon_sym___alignof] = ACTIONS(1416), - [anon_sym__alignof] = ACTIONS(1416), - [anon_sym_alignof] = ACTIONS(1416), - [anon_sym__Alignof] = ACTIONS(1416), - [anon_sym_offsetof] = ACTIONS(1416), - [anon_sym__Generic] = ACTIONS(1416), - [anon_sym_asm] = ACTIONS(1416), - [anon_sym___asm__] = ACTIONS(1416), - [sym_number_literal] = ACTIONS(1418), - [anon_sym_L_SQUOTE] = ACTIONS(1418), - [anon_sym_u_SQUOTE] = ACTIONS(1418), - [anon_sym_U_SQUOTE] = ACTIONS(1418), - [anon_sym_u8_SQUOTE] = ACTIONS(1418), - [anon_sym_SQUOTE] = ACTIONS(1418), - [anon_sym_L_DQUOTE] = ACTIONS(1418), - [anon_sym_u_DQUOTE] = ACTIONS(1418), - [anon_sym_U_DQUOTE] = ACTIONS(1418), - [anon_sym_u8_DQUOTE] = ACTIONS(1418), - [anon_sym_DQUOTE] = ACTIONS(1418), - [sym_true] = ACTIONS(1416), - [sym_false] = ACTIONS(1416), - [anon_sym_NULL] = ACTIONS(1416), - [anon_sym_nullptr] = ACTIONS(1416), + [362] = { + [sym_identifier] = ACTIONS(1410), + [aux_sym_preproc_include_token1] = ACTIONS(1410), + [aux_sym_preproc_def_token1] = ACTIONS(1410), + [aux_sym_preproc_if_token1] = ACTIONS(1410), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1410), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1410), + [sym_preproc_directive] = ACTIONS(1410), + [anon_sym_LPAREN2] = ACTIONS(1412), + [anon_sym_BANG] = ACTIONS(1412), + [anon_sym_TILDE] = ACTIONS(1412), + [anon_sym_DASH] = ACTIONS(1410), + [anon_sym_PLUS] = ACTIONS(1410), + [anon_sym_STAR] = ACTIONS(1412), + [anon_sym_AMP] = ACTIONS(1412), + [anon_sym_SEMI] = ACTIONS(1412), + [anon_sym___extension__] = ACTIONS(1410), + [anon_sym_typedef] = ACTIONS(1410), + [anon_sym_extern] = ACTIONS(1410), + [anon_sym___attribute__] = ACTIONS(1410), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1412), + [anon_sym___declspec] = ACTIONS(1410), + [anon_sym___cdecl] = ACTIONS(1410), + [anon_sym___clrcall] = ACTIONS(1410), + [anon_sym___stdcall] = ACTIONS(1410), + [anon_sym___fastcall] = ACTIONS(1410), + [anon_sym___thiscall] = ACTIONS(1410), + [anon_sym___vectorcall] = ACTIONS(1410), + [anon_sym_LBRACE] = ACTIONS(1412), + [anon_sym_RBRACE] = ACTIONS(1412), + [anon_sym_signed] = ACTIONS(1410), + [anon_sym_unsigned] = ACTIONS(1410), + [anon_sym_long] = ACTIONS(1410), + [anon_sym_short] = ACTIONS(1410), + [anon_sym_static] = ACTIONS(1410), + [anon_sym_auto] = ACTIONS(1410), + [anon_sym_register] = ACTIONS(1410), + [anon_sym_inline] = ACTIONS(1410), + [anon_sym___inline] = ACTIONS(1410), + [anon_sym___inline__] = ACTIONS(1410), + [anon_sym___forceinline] = ACTIONS(1410), + [anon_sym_thread_local] = ACTIONS(1410), + [anon_sym___thread] = ACTIONS(1410), + [anon_sym_const] = ACTIONS(1410), + [anon_sym_constexpr] = ACTIONS(1410), + [anon_sym_volatile] = ACTIONS(1410), + [anon_sym_restrict] = ACTIONS(1410), + [anon_sym___restrict__] = ACTIONS(1410), + [anon_sym__Atomic] = ACTIONS(1410), + [anon_sym__Noreturn] = ACTIONS(1410), + [anon_sym_noreturn] = ACTIONS(1410), + [sym_primitive_type] = ACTIONS(1410), + [anon_sym_enum] = ACTIONS(1410), + [anon_sym_struct] = ACTIONS(1410), + [anon_sym_union] = ACTIONS(1410), + [anon_sym_if] = ACTIONS(1410), + [anon_sym_switch] = ACTIONS(1410), + [anon_sym_case] = ACTIONS(1410), + [anon_sym_default] = ACTIONS(1410), + [anon_sym_while] = ACTIONS(1410), + [anon_sym_do] = ACTIONS(1410), + [anon_sym_for] = ACTIONS(1410), + [anon_sym_return] = ACTIONS(1410), + [anon_sym_break] = ACTIONS(1410), + [anon_sym_continue] = ACTIONS(1410), + [anon_sym_goto] = ACTIONS(1410), + [anon_sym___try] = ACTIONS(1410), + [anon_sym___leave] = ACTIONS(1410), + [anon_sym_DASH_DASH] = ACTIONS(1412), + [anon_sym_PLUS_PLUS] = ACTIONS(1412), + [anon_sym_sizeof] = ACTIONS(1410), + [anon_sym___alignof__] = ACTIONS(1410), + [anon_sym___alignof] = ACTIONS(1410), + [anon_sym__alignof] = ACTIONS(1410), + [anon_sym_alignof] = ACTIONS(1410), + [anon_sym__Alignof] = ACTIONS(1410), + [anon_sym_offsetof] = ACTIONS(1410), + [anon_sym__Generic] = ACTIONS(1410), + [anon_sym_asm] = ACTIONS(1410), + [anon_sym___asm__] = ACTIONS(1410), + [sym_number_literal] = ACTIONS(1412), + [anon_sym_L_SQUOTE] = ACTIONS(1412), + [anon_sym_u_SQUOTE] = ACTIONS(1412), + [anon_sym_U_SQUOTE] = ACTIONS(1412), + [anon_sym_u8_SQUOTE] = ACTIONS(1412), + [anon_sym_SQUOTE] = ACTIONS(1412), + [anon_sym_L_DQUOTE] = ACTIONS(1412), + [anon_sym_u_DQUOTE] = ACTIONS(1412), + [anon_sym_U_DQUOTE] = ACTIONS(1412), + [anon_sym_u8_DQUOTE] = ACTIONS(1412), + [anon_sym_DQUOTE] = ACTIONS(1412), + [sym_true] = ACTIONS(1410), + [sym_false] = ACTIONS(1410), + [anon_sym_NULL] = ACTIONS(1410), + [anon_sym_nullptr] = ACTIONS(1410), [sym_comment] = ACTIONS(3), }, - [369] = { - [sym_identifier] = ACTIONS(1456), - [aux_sym_preproc_include_token1] = ACTIONS(1456), - [aux_sym_preproc_def_token1] = ACTIONS(1456), - [aux_sym_preproc_if_token1] = ACTIONS(1456), - [aux_sym_preproc_if_token2] = ACTIONS(1456), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1456), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1456), - [sym_preproc_directive] = ACTIONS(1456), - [anon_sym_LPAREN2] = ACTIONS(1458), - [anon_sym_BANG] = ACTIONS(1458), - [anon_sym_TILDE] = ACTIONS(1458), - [anon_sym_DASH] = ACTIONS(1456), - [anon_sym_PLUS] = ACTIONS(1456), - [anon_sym_STAR] = ACTIONS(1458), - [anon_sym_AMP] = ACTIONS(1458), - [anon_sym_SEMI] = ACTIONS(1458), - [anon_sym___extension__] = ACTIONS(1456), - [anon_sym_typedef] = ACTIONS(1456), - [anon_sym_extern] = ACTIONS(1456), - [anon_sym___attribute__] = ACTIONS(1456), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1458), - [anon_sym___declspec] = ACTIONS(1456), - [anon_sym___cdecl] = ACTIONS(1456), - [anon_sym___clrcall] = ACTIONS(1456), - [anon_sym___stdcall] = ACTIONS(1456), - [anon_sym___fastcall] = ACTIONS(1456), - [anon_sym___thiscall] = ACTIONS(1456), - [anon_sym___vectorcall] = ACTIONS(1456), - [anon_sym_LBRACE] = ACTIONS(1458), - [anon_sym_signed] = ACTIONS(1456), - [anon_sym_unsigned] = ACTIONS(1456), - [anon_sym_long] = ACTIONS(1456), - [anon_sym_short] = ACTIONS(1456), - [anon_sym_static] = ACTIONS(1456), - [anon_sym_auto] = ACTIONS(1456), - [anon_sym_register] = ACTIONS(1456), - [anon_sym_inline] = ACTIONS(1456), - [anon_sym___inline] = ACTIONS(1456), - [anon_sym___inline__] = ACTIONS(1456), - [anon_sym___forceinline] = ACTIONS(1456), - [anon_sym_thread_local] = ACTIONS(1456), - [anon_sym___thread] = ACTIONS(1456), - [anon_sym_const] = ACTIONS(1456), - [anon_sym_constexpr] = ACTIONS(1456), - [anon_sym_volatile] = ACTIONS(1456), - [anon_sym_restrict] = ACTIONS(1456), - [anon_sym___restrict__] = ACTIONS(1456), - [anon_sym__Atomic] = ACTIONS(1456), - [anon_sym__Noreturn] = ACTIONS(1456), - [anon_sym_noreturn] = ACTIONS(1456), - [sym_primitive_type] = ACTIONS(1456), - [anon_sym_enum] = ACTIONS(1456), - [anon_sym_struct] = ACTIONS(1456), - [anon_sym_union] = ACTIONS(1456), - [anon_sym_if] = ACTIONS(1456), - [anon_sym_switch] = ACTIONS(1456), - [anon_sym_case] = ACTIONS(1456), - [anon_sym_default] = ACTIONS(1456), - [anon_sym_while] = ACTIONS(1456), - [anon_sym_do] = ACTIONS(1456), - [anon_sym_for] = ACTIONS(1456), - [anon_sym_return] = ACTIONS(1456), - [anon_sym_break] = ACTIONS(1456), - [anon_sym_continue] = ACTIONS(1456), - [anon_sym_goto] = ACTIONS(1456), - [anon_sym___try] = ACTIONS(1456), - [anon_sym___leave] = ACTIONS(1456), - [anon_sym_DASH_DASH] = ACTIONS(1458), - [anon_sym_PLUS_PLUS] = ACTIONS(1458), - [anon_sym_sizeof] = ACTIONS(1456), - [anon_sym___alignof__] = ACTIONS(1456), - [anon_sym___alignof] = ACTIONS(1456), - [anon_sym__alignof] = ACTIONS(1456), - [anon_sym_alignof] = ACTIONS(1456), - [anon_sym__Alignof] = ACTIONS(1456), - [anon_sym_offsetof] = ACTIONS(1456), - [anon_sym__Generic] = ACTIONS(1456), - [anon_sym_asm] = ACTIONS(1456), - [anon_sym___asm__] = ACTIONS(1456), - [sym_number_literal] = ACTIONS(1458), - [anon_sym_L_SQUOTE] = ACTIONS(1458), - [anon_sym_u_SQUOTE] = ACTIONS(1458), - [anon_sym_U_SQUOTE] = ACTIONS(1458), - [anon_sym_u8_SQUOTE] = ACTIONS(1458), - [anon_sym_SQUOTE] = ACTIONS(1458), - [anon_sym_L_DQUOTE] = ACTIONS(1458), - [anon_sym_u_DQUOTE] = ACTIONS(1458), - [anon_sym_U_DQUOTE] = ACTIONS(1458), - [anon_sym_u8_DQUOTE] = ACTIONS(1458), - [anon_sym_DQUOTE] = ACTIONS(1458), - [sym_true] = ACTIONS(1456), - [sym_false] = ACTIONS(1456), - [anon_sym_NULL] = ACTIONS(1456), - [anon_sym_nullptr] = ACTIONS(1456), + [363] = { + [sym_identifier] = ACTIONS(1406), + [aux_sym_preproc_include_token1] = ACTIONS(1406), + [aux_sym_preproc_def_token1] = ACTIONS(1406), + [aux_sym_preproc_if_token1] = ACTIONS(1406), + [aux_sym_preproc_if_token2] = ACTIONS(1406), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1406), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1406), + [sym_preproc_directive] = ACTIONS(1406), + [anon_sym_LPAREN2] = ACTIONS(1408), + [anon_sym_BANG] = ACTIONS(1408), + [anon_sym_TILDE] = ACTIONS(1408), + [anon_sym_DASH] = ACTIONS(1406), + [anon_sym_PLUS] = ACTIONS(1406), + [anon_sym_STAR] = ACTIONS(1408), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_SEMI] = ACTIONS(1408), + [anon_sym___extension__] = ACTIONS(1406), + [anon_sym_typedef] = ACTIONS(1406), + [anon_sym_extern] = ACTIONS(1406), + [anon_sym___attribute__] = ACTIONS(1406), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1408), + [anon_sym___declspec] = ACTIONS(1406), + [anon_sym___cdecl] = ACTIONS(1406), + [anon_sym___clrcall] = ACTIONS(1406), + [anon_sym___stdcall] = ACTIONS(1406), + [anon_sym___fastcall] = ACTIONS(1406), + [anon_sym___thiscall] = ACTIONS(1406), + [anon_sym___vectorcall] = ACTIONS(1406), + [anon_sym_LBRACE] = ACTIONS(1408), + [anon_sym_signed] = ACTIONS(1406), + [anon_sym_unsigned] = ACTIONS(1406), + [anon_sym_long] = ACTIONS(1406), + [anon_sym_short] = ACTIONS(1406), + [anon_sym_static] = ACTIONS(1406), + [anon_sym_auto] = ACTIONS(1406), + [anon_sym_register] = ACTIONS(1406), + [anon_sym_inline] = ACTIONS(1406), + [anon_sym___inline] = ACTIONS(1406), + [anon_sym___inline__] = ACTIONS(1406), + [anon_sym___forceinline] = ACTIONS(1406), + [anon_sym_thread_local] = ACTIONS(1406), + [anon_sym___thread] = ACTIONS(1406), + [anon_sym_const] = ACTIONS(1406), + [anon_sym_constexpr] = ACTIONS(1406), + [anon_sym_volatile] = ACTIONS(1406), + [anon_sym_restrict] = ACTIONS(1406), + [anon_sym___restrict__] = ACTIONS(1406), + [anon_sym__Atomic] = ACTIONS(1406), + [anon_sym__Noreturn] = ACTIONS(1406), + [anon_sym_noreturn] = ACTIONS(1406), + [sym_primitive_type] = ACTIONS(1406), + [anon_sym_enum] = ACTIONS(1406), + [anon_sym_struct] = ACTIONS(1406), + [anon_sym_union] = ACTIONS(1406), + [anon_sym_if] = ACTIONS(1406), + [anon_sym_switch] = ACTIONS(1406), + [anon_sym_case] = ACTIONS(1406), + [anon_sym_default] = ACTIONS(1406), + [anon_sym_while] = ACTIONS(1406), + [anon_sym_do] = ACTIONS(1406), + [anon_sym_for] = ACTIONS(1406), + [anon_sym_return] = ACTIONS(1406), + [anon_sym_break] = ACTIONS(1406), + [anon_sym_continue] = ACTIONS(1406), + [anon_sym_goto] = ACTIONS(1406), + [anon_sym___try] = ACTIONS(1406), + [anon_sym___leave] = ACTIONS(1406), + [anon_sym_DASH_DASH] = ACTIONS(1408), + [anon_sym_PLUS_PLUS] = ACTIONS(1408), + [anon_sym_sizeof] = ACTIONS(1406), + [anon_sym___alignof__] = ACTIONS(1406), + [anon_sym___alignof] = ACTIONS(1406), + [anon_sym__alignof] = ACTIONS(1406), + [anon_sym_alignof] = ACTIONS(1406), + [anon_sym__Alignof] = ACTIONS(1406), + [anon_sym_offsetof] = ACTIONS(1406), + [anon_sym__Generic] = ACTIONS(1406), + [anon_sym_asm] = ACTIONS(1406), + [anon_sym___asm__] = ACTIONS(1406), + [sym_number_literal] = ACTIONS(1408), + [anon_sym_L_SQUOTE] = ACTIONS(1408), + [anon_sym_u_SQUOTE] = ACTIONS(1408), + [anon_sym_U_SQUOTE] = ACTIONS(1408), + [anon_sym_u8_SQUOTE] = ACTIONS(1408), + [anon_sym_SQUOTE] = ACTIONS(1408), + [anon_sym_L_DQUOTE] = ACTIONS(1408), + [anon_sym_u_DQUOTE] = ACTIONS(1408), + [anon_sym_U_DQUOTE] = ACTIONS(1408), + [anon_sym_u8_DQUOTE] = ACTIONS(1408), + [anon_sym_DQUOTE] = ACTIONS(1408), + [sym_true] = ACTIONS(1406), + [sym_false] = ACTIONS(1406), + [anon_sym_NULL] = ACTIONS(1406), + [anon_sym_nullptr] = ACTIONS(1406), + [sym_comment] = ACTIONS(3), + }, + [364] = { + [sym_identifier] = ACTIONS(1484), + [aux_sym_preproc_include_token1] = ACTIONS(1484), + [aux_sym_preproc_def_token1] = ACTIONS(1484), + [aux_sym_preproc_if_token1] = ACTIONS(1484), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1484), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1484), + [sym_preproc_directive] = ACTIONS(1484), + [anon_sym_LPAREN2] = ACTIONS(1486), + [anon_sym_BANG] = ACTIONS(1486), + [anon_sym_TILDE] = ACTIONS(1486), + [anon_sym_DASH] = ACTIONS(1484), + [anon_sym_PLUS] = ACTIONS(1484), + [anon_sym_STAR] = ACTIONS(1486), + [anon_sym_AMP] = ACTIONS(1486), + [anon_sym_SEMI] = ACTIONS(1486), + [anon_sym___extension__] = ACTIONS(1484), + [anon_sym_typedef] = ACTIONS(1484), + [anon_sym_extern] = ACTIONS(1484), + [anon_sym___attribute__] = ACTIONS(1484), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1486), + [anon_sym___declspec] = ACTIONS(1484), + [anon_sym___cdecl] = ACTIONS(1484), + [anon_sym___clrcall] = ACTIONS(1484), + [anon_sym___stdcall] = ACTIONS(1484), + [anon_sym___fastcall] = ACTIONS(1484), + [anon_sym___thiscall] = ACTIONS(1484), + [anon_sym___vectorcall] = ACTIONS(1484), + [anon_sym_LBRACE] = ACTIONS(1486), + [anon_sym_RBRACE] = ACTIONS(1486), + [anon_sym_signed] = ACTIONS(1484), + [anon_sym_unsigned] = ACTIONS(1484), + [anon_sym_long] = ACTIONS(1484), + [anon_sym_short] = ACTIONS(1484), + [anon_sym_static] = ACTIONS(1484), + [anon_sym_auto] = ACTIONS(1484), + [anon_sym_register] = ACTIONS(1484), + [anon_sym_inline] = ACTIONS(1484), + [anon_sym___inline] = ACTIONS(1484), + [anon_sym___inline__] = ACTIONS(1484), + [anon_sym___forceinline] = ACTIONS(1484), + [anon_sym_thread_local] = ACTIONS(1484), + [anon_sym___thread] = ACTIONS(1484), + [anon_sym_const] = ACTIONS(1484), + [anon_sym_constexpr] = ACTIONS(1484), + [anon_sym_volatile] = ACTIONS(1484), + [anon_sym_restrict] = ACTIONS(1484), + [anon_sym___restrict__] = ACTIONS(1484), + [anon_sym__Atomic] = ACTIONS(1484), + [anon_sym__Noreturn] = ACTIONS(1484), + [anon_sym_noreturn] = ACTIONS(1484), + [sym_primitive_type] = ACTIONS(1484), + [anon_sym_enum] = ACTIONS(1484), + [anon_sym_struct] = ACTIONS(1484), + [anon_sym_union] = ACTIONS(1484), + [anon_sym_if] = ACTIONS(1484), + [anon_sym_switch] = ACTIONS(1484), + [anon_sym_case] = ACTIONS(1484), + [anon_sym_default] = ACTIONS(1484), + [anon_sym_while] = ACTIONS(1484), + [anon_sym_do] = ACTIONS(1484), + [anon_sym_for] = ACTIONS(1484), + [anon_sym_return] = ACTIONS(1484), + [anon_sym_break] = ACTIONS(1484), + [anon_sym_continue] = ACTIONS(1484), + [anon_sym_goto] = ACTIONS(1484), + [anon_sym___try] = ACTIONS(1484), + [anon_sym___leave] = ACTIONS(1484), + [anon_sym_DASH_DASH] = ACTIONS(1486), + [anon_sym_PLUS_PLUS] = ACTIONS(1486), + [anon_sym_sizeof] = ACTIONS(1484), + [anon_sym___alignof__] = ACTIONS(1484), + [anon_sym___alignof] = ACTIONS(1484), + [anon_sym__alignof] = ACTIONS(1484), + [anon_sym_alignof] = ACTIONS(1484), + [anon_sym__Alignof] = ACTIONS(1484), + [anon_sym_offsetof] = ACTIONS(1484), + [anon_sym__Generic] = ACTIONS(1484), + [anon_sym_asm] = ACTIONS(1484), + [anon_sym___asm__] = ACTIONS(1484), + [sym_number_literal] = ACTIONS(1486), + [anon_sym_L_SQUOTE] = ACTIONS(1486), + [anon_sym_u_SQUOTE] = ACTIONS(1486), + [anon_sym_U_SQUOTE] = ACTIONS(1486), + [anon_sym_u8_SQUOTE] = ACTIONS(1486), + [anon_sym_SQUOTE] = ACTIONS(1486), + [anon_sym_L_DQUOTE] = ACTIONS(1486), + [anon_sym_u_DQUOTE] = ACTIONS(1486), + [anon_sym_U_DQUOTE] = ACTIONS(1486), + [anon_sym_u8_DQUOTE] = ACTIONS(1486), + [anon_sym_DQUOTE] = ACTIONS(1486), + [sym_true] = ACTIONS(1484), + [sym_false] = ACTIONS(1484), + [anon_sym_NULL] = ACTIONS(1484), + [anon_sym_nullptr] = ACTIONS(1484), [sym_comment] = ACTIONS(3), }, - [370] = { + [365] = { + [sym_identifier] = ACTIONS(1414), + [aux_sym_preproc_include_token1] = ACTIONS(1414), + [aux_sym_preproc_def_token1] = ACTIONS(1414), + [aux_sym_preproc_if_token1] = ACTIONS(1414), + [aux_sym_preproc_if_token2] = ACTIONS(1414), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1414), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1414), + [sym_preproc_directive] = ACTIONS(1414), + [anon_sym_LPAREN2] = ACTIONS(1416), + [anon_sym_BANG] = ACTIONS(1416), + [anon_sym_TILDE] = ACTIONS(1416), + [anon_sym_DASH] = ACTIONS(1414), + [anon_sym_PLUS] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1416), + [anon_sym_AMP] = ACTIONS(1416), + [anon_sym_SEMI] = ACTIONS(1416), + [anon_sym___extension__] = ACTIONS(1414), + [anon_sym_typedef] = ACTIONS(1414), + [anon_sym_extern] = ACTIONS(1414), + [anon_sym___attribute__] = ACTIONS(1414), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1416), + [anon_sym___declspec] = ACTIONS(1414), + [anon_sym___cdecl] = ACTIONS(1414), + [anon_sym___clrcall] = ACTIONS(1414), + [anon_sym___stdcall] = ACTIONS(1414), + [anon_sym___fastcall] = ACTIONS(1414), + [anon_sym___thiscall] = ACTIONS(1414), + [anon_sym___vectorcall] = ACTIONS(1414), + [anon_sym_LBRACE] = ACTIONS(1416), + [anon_sym_signed] = ACTIONS(1414), + [anon_sym_unsigned] = ACTIONS(1414), + [anon_sym_long] = ACTIONS(1414), + [anon_sym_short] = ACTIONS(1414), + [anon_sym_static] = ACTIONS(1414), + [anon_sym_auto] = ACTIONS(1414), + [anon_sym_register] = ACTIONS(1414), + [anon_sym_inline] = ACTIONS(1414), + [anon_sym___inline] = ACTIONS(1414), + [anon_sym___inline__] = ACTIONS(1414), + [anon_sym___forceinline] = ACTIONS(1414), + [anon_sym_thread_local] = ACTIONS(1414), + [anon_sym___thread] = ACTIONS(1414), + [anon_sym_const] = ACTIONS(1414), + [anon_sym_constexpr] = ACTIONS(1414), + [anon_sym_volatile] = ACTIONS(1414), + [anon_sym_restrict] = ACTIONS(1414), + [anon_sym___restrict__] = ACTIONS(1414), + [anon_sym__Atomic] = ACTIONS(1414), + [anon_sym__Noreturn] = ACTIONS(1414), + [anon_sym_noreturn] = ACTIONS(1414), + [sym_primitive_type] = ACTIONS(1414), + [anon_sym_enum] = ACTIONS(1414), + [anon_sym_struct] = ACTIONS(1414), + [anon_sym_union] = ACTIONS(1414), + [anon_sym_if] = ACTIONS(1414), + [anon_sym_switch] = ACTIONS(1414), + [anon_sym_case] = ACTIONS(1414), + [anon_sym_default] = ACTIONS(1414), + [anon_sym_while] = ACTIONS(1414), + [anon_sym_do] = ACTIONS(1414), + [anon_sym_for] = ACTIONS(1414), + [anon_sym_return] = ACTIONS(1414), + [anon_sym_break] = ACTIONS(1414), + [anon_sym_continue] = ACTIONS(1414), + [anon_sym_goto] = ACTIONS(1414), + [anon_sym___try] = ACTIONS(1414), + [anon_sym___leave] = ACTIONS(1414), + [anon_sym_DASH_DASH] = ACTIONS(1416), + [anon_sym_PLUS_PLUS] = ACTIONS(1416), + [anon_sym_sizeof] = ACTIONS(1414), + [anon_sym___alignof__] = ACTIONS(1414), + [anon_sym___alignof] = ACTIONS(1414), + [anon_sym__alignof] = ACTIONS(1414), + [anon_sym_alignof] = ACTIONS(1414), + [anon_sym__Alignof] = ACTIONS(1414), + [anon_sym_offsetof] = ACTIONS(1414), + [anon_sym__Generic] = ACTIONS(1414), + [anon_sym_asm] = ACTIONS(1414), + [anon_sym___asm__] = ACTIONS(1414), + [sym_number_literal] = ACTIONS(1416), + [anon_sym_L_SQUOTE] = ACTIONS(1416), + [anon_sym_u_SQUOTE] = ACTIONS(1416), + [anon_sym_U_SQUOTE] = ACTIONS(1416), + [anon_sym_u8_SQUOTE] = ACTIONS(1416), + [anon_sym_SQUOTE] = ACTIONS(1416), + [anon_sym_L_DQUOTE] = ACTIONS(1416), + [anon_sym_u_DQUOTE] = ACTIONS(1416), + [anon_sym_U_DQUOTE] = ACTIONS(1416), + [anon_sym_u8_DQUOTE] = ACTIONS(1416), + [anon_sym_DQUOTE] = ACTIONS(1416), + [sym_true] = ACTIONS(1414), + [sym_false] = ACTIONS(1414), + [anon_sym_NULL] = ACTIONS(1414), + [anon_sym_nullptr] = ACTIONS(1414), + [sym_comment] = ACTIONS(3), + }, + [366] = { [sym_identifier] = ACTIONS(1460), [aux_sym_preproc_include_token1] = ACTIONS(1460), [aux_sym_preproc_def_token1] = ACTIONS(1460), [aux_sym_preproc_if_token1] = ACTIONS(1460), - [aux_sym_preproc_if_token2] = ACTIONS(1460), [aux_sym_preproc_ifdef_token1] = ACTIONS(1460), [aux_sym_preproc_ifdef_token2] = ACTIONS(1460), [sym_preproc_directive] = ACTIONS(1460), @@ -57613,6 +57215,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1460), [anon_sym___vectorcall] = ACTIONS(1460), [anon_sym_LBRACE] = ACTIONS(1462), + [anon_sym_RBRACE] = ACTIONS(1462), [anon_sym_signed] = ACTIONS(1460), [anon_sym_unsigned] = ACTIONS(1460), [anon_sym_long] = ACTIONS(1460), @@ -57680,7 +57283,201 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1460), [sym_comment] = ACTIONS(3), }, - [371] = { + [367] = { + [sym_identifier] = ACTIONS(1452), + [aux_sym_preproc_include_token1] = ACTIONS(1452), + [aux_sym_preproc_def_token1] = ACTIONS(1452), + [aux_sym_preproc_if_token1] = ACTIONS(1452), + [aux_sym_preproc_if_token2] = ACTIONS(1452), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1452), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1452), + [sym_preproc_directive] = ACTIONS(1452), + [anon_sym_LPAREN2] = ACTIONS(1454), + [anon_sym_BANG] = ACTIONS(1454), + [anon_sym_TILDE] = ACTIONS(1454), + [anon_sym_DASH] = ACTIONS(1452), + [anon_sym_PLUS] = ACTIONS(1452), + [anon_sym_STAR] = ACTIONS(1454), + [anon_sym_AMP] = ACTIONS(1454), + [anon_sym_SEMI] = ACTIONS(1454), + [anon_sym___extension__] = ACTIONS(1452), + [anon_sym_typedef] = ACTIONS(1452), + [anon_sym_extern] = ACTIONS(1452), + [anon_sym___attribute__] = ACTIONS(1452), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1454), + [anon_sym___declspec] = ACTIONS(1452), + [anon_sym___cdecl] = ACTIONS(1452), + [anon_sym___clrcall] = ACTIONS(1452), + [anon_sym___stdcall] = ACTIONS(1452), + [anon_sym___fastcall] = ACTIONS(1452), + [anon_sym___thiscall] = ACTIONS(1452), + [anon_sym___vectorcall] = ACTIONS(1452), + [anon_sym_LBRACE] = ACTIONS(1454), + [anon_sym_signed] = ACTIONS(1452), + [anon_sym_unsigned] = ACTIONS(1452), + [anon_sym_long] = ACTIONS(1452), + [anon_sym_short] = ACTIONS(1452), + [anon_sym_static] = ACTIONS(1452), + [anon_sym_auto] = ACTIONS(1452), + [anon_sym_register] = ACTIONS(1452), + [anon_sym_inline] = ACTIONS(1452), + [anon_sym___inline] = ACTIONS(1452), + [anon_sym___inline__] = ACTIONS(1452), + [anon_sym___forceinline] = ACTIONS(1452), + [anon_sym_thread_local] = ACTIONS(1452), + [anon_sym___thread] = ACTIONS(1452), + [anon_sym_const] = ACTIONS(1452), + [anon_sym_constexpr] = ACTIONS(1452), + [anon_sym_volatile] = ACTIONS(1452), + [anon_sym_restrict] = ACTIONS(1452), + [anon_sym___restrict__] = ACTIONS(1452), + [anon_sym__Atomic] = ACTIONS(1452), + [anon_sym__Noreturn] = ACTIONS(1452), + [anon_sym_noreturn] = ACTIONS(1452), + [sym_primitive_type] = ACTIONS(1452), + [anon_sym_enum] = ACTIONS(1452), + [anon_sym_struct] = ACTIONS(1452), + [anon_sym_union] = ACTIONS(1452), + [anon_sym_if] = ACTIONS(1452), + [anon_sym_switch] = ACTIONS(1452), + [anon_sym_case] = ACTIONS(1452), + [anon_sym_default] = ACTIONS(1452), + [anon_sym_while] = ACTIONS(1452), + [anon_sym_do] = ACTIONS(1452), + [anon_sym_for] = ACTIONS(1452), + [anon_sym_return] = ACTIONS(1452), + [anon_sym_break] = ACTIONS(1452), + [anon_sym_continue] = ACTIONS(1452), + [anon_sym_goto] = ACTIONS(1452), + [anon_sym___try] = ACTIONS(1452), + [anon_sym___leave] = ACTIONS(1452), + [anon_sym_DASH_DASH] = ACTIONS(1454), + [anon_sym_PLUS_PLUS] = ACTIONS(1454), + [anon_sym_sizeof] = ACTIONS(1452), + [anon_sym___alignof__] = ACTIONS(1452), + [anon_sym___alignof] = ACTIONS(1452), + [anon_sym__alignof] = ACTIONS(1452), + [anon_sym_alignof] = ACTIONS(1452), + [anon_sym__Alignof] = ACTIONS(1452), + [anon_sym_offsetof] = ACTIONS(1452), + [anon_sym__Generic] = ACTIONS(1452), + [anon_sym_asm] = ACTIONS(1452), + [anon_sym___asm__] = ACTIONS(1452), + [sym_number_literal] = ACTIONS(1454), + [anon_sym_L_SQUOTE] = ACTIONS(1454), + [anon_sym_u_SQUOTE] = ACTIONS(1454), + [anon_sym_U_SQUOTE] = ACTIONS(1454), + [anon_sym_u8_SQUOTE] = ACTIONS(1454), + [anon_sym_SQUOTE] = ACTIONS(1454), + [anon_sym_L_DQUOTE] = ACTIONS(1454), + [anon_sym_u_DQUOTE] = ACTIONS(1454), + [anon_sym_U_DQUOTE] = ACTIONS(1454), + [anon_sym_u8_DQUOTE] = ACTIONS(1454), + [anon_sym_DQUOTE] = ACTIONS(1454), + [sym_true] = ACTIONS(1452), + [sym_false] = ACTIONS(1452), + [anon_sym_NULL] = ACTIONS(1452), + [anon_sym_nullptr] = ACTIONS(1452), + [sym_comment] = ACTIONS(3), + }, + [368] = { + [sym_identifier] = ACTIONS(1504), + [aux_sym_preproc_include_token1] = ACTIONS(1504), + [aux_sym_preproc_def_token1] = ACTIONS(1504), + [aux_sym_preproc_if_token1] = ACTIONS(1504), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1504), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1504), + [sym_preproc_directive] = ACTIONS(1504), + [anon_sym_LPAREN2] = ACTIONS(1506), + [anon_sym_BANG] = ACTIONS(1506), + [anon_sym_TILDE] = ACTIONS(1506), + [anon_sym_DASH] = ACTIONS(1504), + [anon_sym_PLUS] = ACTIONS(1504), + [anon_sym_STAR] = ACTIONS(1506), + [anon_sym_AMP] = ACTIONS(1506), + [anon_sym_SEMI] = ACTIONS(1506), + [anon_sym___extension__] = ACTIONS(1504), + [anon_sym_typedef] = ACTIONS(1504), + [anon_sym_extern] = ACTIONS(1504), + [anon_sym___attribute__] = ACTIONS(1504), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1506), + [anon_sym___declspec] = ACTIONS(1504), + [anon_sym___cdecl] = ACTIONS(1504), + [anon_sym___clrcall] = ACTIONS(1504), + [anon_sym___stdcall] = ACTIONS(1504), + [anon_sym___fastcall] = ACTIONS(1504), + [anon_sym___thiscall] = ACTIONS(1504), + [anon_sym___vectorcall] = ACTIONS(1504), + [anon_sym_LBRACE] = ACTIONS(1506), + [anon_sym_RBRACE] = ACTIONS(1506), + [anon_sym_signed] = ACTIONS(1504), + [anon_sym_unsigned] = ACTIONS(1504), + [anon_sym_long] = ACTIONS(1504), + [anon_sym_short] = ACTIONS(1504), + [anon_sym_static] = ACTIONS(1504), + [anon_sym_auto] = ACTIONS(1504), + [anon_sym_register] = ACTIONS(1504), + [anon_sym_inline] = ACTIONS(1504), + [anon_sym___inline] = ACTIONS(1504), + [anon_sym___inline__] = ACTIONS(1504), + [anon_sym___forceinline] = ACTIONS(1504), + [anon_sym_thread_local] = ACTIONS(1504), + [anon_sym___thread] = ACTIONS(1504), + [anon_sym_const] = ACTIONS(1504), + [anon_sym_constexpr] = ACTIONS(1504), + [anon_sym_volatile] = ACTIONS(1504), + [anon_sym_restrict] = ACTIONS(1504), + [anon_sym___restrict__] = ACTIONS(1504), + [anon_sym__Atomic] = ACTIONS(1504), + [anon_sym__Noreturn] = ACTIONS(1504), + [anon_sym_noreturn] = ACTIONS(1504), + [sym_primitive_type] = ACTIONS(1504), + [anon_sym_enum] = ACTIONS(1504), + [anon_sym_struct] = ACTIONS(1504), + [anon_sym_union] = ACTIONS(1504), + [anon_sym_if] = ACTIONS(1504), + [anon_sym_switch] = ACTIONS(1504), + [anon_sym_case] = ACTIONS(1504), + [anon_sym_default] = ACTIONS(1504), + [anon_sym_while] = ACTIONS(1504), + [anon_sym_do] = ACTIONS(1504), + [anon_sym_for] = ACTIONS(1504), + [anon_sym_return] = ACTIONS(1504), + [anon_sym_break] = ACTIONS(1504), + [anon_sym_continue] = ACTIONS(1504), + [anon_sym_goto] = ACTIONS(1504), + [anon_sym___try] = ACTIONS(1504), + [anon_sym___leave] = ACTIONS(1504), + [anon_sym_DASH_DASH] = ACTIONS(1506), + [anon_sym_PLUS_PLUS] = ACTIONS(1506), + [anon_sym_sizeof] = ACTIONS(1504), + [anon_sym___alignof__] = ACTIONS(1504), + [anon_sym___alignof] = ACTIONS(1504), + [anon_sym__alignof] = ACTIONS(1504), + [anon_sym_alignof] = ACTIONS(1504), + [anon_sym__Alignof] = ACTIONS(1504), + [anon_sym_offsetof] = ACTIONS(1504), + [anon_sym__Generic] = ACTIONS(1504), + [anon_sym_asm] = ACTIONS(1504), + [anon_sym___asm__] = ACTIONS(1504), + [sym_number_literal] = ACTIONS(1506), + [anon_sym_L_SQUOTE] = ACTIONS(1506), + [anon_sym_u_SQUOTE] = ACTIONS(1506), + [anon_sym_U_SQUOTE] = ACTIONS(1506), + [anon_sym_u8_SQUOTE] = ACTIONS(1506), + [anon_sym_SQUOTE] = ACTIONS(1506), + [anon_sym_L_DQUOTE] = ACTIONS(1506), + [anon_sym_u_DQUOTE] = ACTIONS(1506), + [anon_sym_U_DQUOTE] = ACTIONS(1506), + [anon_sym_u8_DQUOTE] = ACTIONS(1506), + [anon_sym_DQUOTE] = ACTIONS(1506), + [sym_true] = ACTIONS(1504), + [sym_false] = ACTIONS(1504), + [anon_sym_NULL] = ACTIONS(1504), + [anon_sym_nullptr] = ACTIONS(1504), + [sym_comment] = ACTIONS(3), + }, + [369] = { [sym_identifier] = ACTIONS(1464), [aux_sym_preproc_include_token1] = ACTIONS(1464), [aux_sym_preproc_def_token1] = ACTIONS(1464), @@ -57777,392 +57574,586 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1464), [sym_comment] = ACTIONS(3), }, + [370] = { + [sym_identifier] = ACTIONS(1468), + [aux_sym_preproc_include_token1] = ACTIONS(1468), + [aux_sym_preproc_def_token1] = ACTIONS(1468), + [aux_sym_preproc_if_token1] = ACTIONS(1468), + [aux_sym_preproc_if_token2] = ACTIONS(1468), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1468), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1468), + [sym_preproc_directive] = ACTIONS(1468), + [anon_sym_LPAREN2] = ACTIONS(1470), + [anon_sym_BANG] = ACTIONS(1470), + [anon_sym_TILDE] = ACTIONS(1470), + [anon_sym_DASH] = ACTIONS(1468), + [anon_sym_PLUS] = ACTIONS(1468), + [anon_sym_STAR] = ACTIONS(1470), + [anon_sym_AMP] = ACTIONS(1470), + [anon_sym_SEMI] = ACTIONS(1470), + [anon_sym___extension__] = ACTIONS(1468), + [anon_sym_typedef] = ACTIONS(1468), + [anon_sym_extern] = ACTIONS(1468), + [anon_sym___attribute__] = ACTIONS(1468), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1470), + [anon_sym___declspec] = ACTIONS(1468), + [anon_sym___cdecl] = ACTIONS(1468), + [anon_sym___clrcall] = ACTIONS(1468), + [anon_sym___stdcall] = ACTIONS(1468), + [anon_sym___fastcall] = ACTIONS(1468), + [anon_sym___thiscall] = ACTIONS(1468), + [anon_sym___vectorcall] = ACTIONS(1468), + [anon_sym_LBRACE] = ACTIONS(1470), + [anon_sym_signed] = ACTIONS(1468), + [anon_sym_unsigned] = ACTIONS(1468), + [anon_sym_long] = ACTIONS(1468), + [anon_sym_short] = ACTIONS(1468), + [anon_sym_static] = ACTIONS(1468), + [anon_sym_auto] = ACTIONS(1468), + [anon_sym_register] = ACTIONS(1468), + [anon_sym_inline] = ACTIONS(1468), + [anon_sym___inline] = ACTIONS(1468), + [anon_sym___inline__] = ACTIONS(1468), + [anon_sym___forceinline] = ACTIONS(1468), + [anon_sym_thread_local] = ACTIONS(1468), + [anon_sym___thread] = ACTIONS(1468), + [anon_sym_const] = ACTIONS(1468), + [anon_sym_constexpr] = ACTIONS(1468), + [anon_sym_volatile] = ACTIONS(1468), + [anon_sym_restrict] = ACTIONS(1468), + [anon_sym___restrict__] = ACTIONS(1468), + [anon_sym__Atomic] = ACTIONS(1468), + [anon_sym__Noreturn] = ACTIONS(1468), + [anon_sym_noreturn] = ACTIONS(1468), + [sym_primitive_type] = ACTIONS(1468), + [anon_sym_enum] = ACTIONS(1468), + [anon_sym_struct] = ACTIONS(1468), + [anon_sym_union] = ACTIONS(1468), + [anon_sym_if] = ACTIONS(1468), + [anon_sym_switch] = ACTIONS(1468), + [anon_sym_case] = ACTIONS(1468), + [anon_sym_default] = ACTIONS(1468), + [anon_sym_while] = ACTIONS(1468), + [anon_sym_do] = ACTIONS(1468), + [anon_sym_for] = ACTIONS(1468), + [anon_sym_return] = ACTIONS(1468), + [anon_sym_break] = ACTIONS(1468), + [anon_sym_continue] = ACTIONS(1468), + [anon_sym_goto] = ACTIONS(1468), + [anon_sym___try] = ACTIONS(1468), + [anon_sym___leave] = ACTIONS(1468), + [anon_sym_DASH_DASH] = ACTIONS(1470), + [anon_sym_PLUS_PLUS] = ACTIONS(1470), + [anon_sym_sizeof] = ACTIONS(1468), + [anon_sym___alignof__] = ACTIONS(1468), + [anon_sym___alignof] = ACTIONS(1468), + [anon_sym__alignof] = ACTIONS(1468), + [anon_sym_alignof] = ACTIONS(1468), + [anon_sym__Alignof] = ACTIONS(1468), + [anon_sym_offsetof] = ACTIONS(1468), + [anon_sym__Generic] = ACTIONS(1468), + [anon_sym_asm] = ACTIONS(1468), + [anon_sym___asm__] = ACTIONS(1468), + [sym_number_literal] = ACTIONS(1470), + [anon_sym_L_SQUOTE] = ACTIONS(1470), + [anon_sym_u_SQUOTE] = ACTIONS(1470), + [anon_sym_U_SQUOTE] = ACTIONS(1470), + [anon_sym_u8_SQUOTE] = ACTIONS(1470), + [anon_sym_SQUOTE] = ACTIONS(1470), + [anon_sym_L_DQUOTE] = ACTIONS(1470), + [anon_sym_u_DQUOTE] = ACTIONS(1470), + [anon_sym_U_DQUOTE] = ACTIONS(1470), + [anon_sym_u8_DQUOTE] = ACTIONS(1470), + [anon_sym_DQUOTE] = ACTIONS(1470), + [sym_true] = ACTIONS(1468), + [sym_false] = ACTIONS(1468), + [anon_sym_NULL] = ACTIONS(1468), + [anon_sym_nullptr] = ACTIONS(1468), + [sym_comment] = ACTIONS(3), + }, + [371] = { + [sym_identifier] = ACTIONS(1476), + [aux_sym_preproc_include_token1] = ACTIONS(1476), + [aux_sym_preproc_def_token1] = ACTIONS(1476), + [aux_sym_preproc_if_token1] = ACTIONS(1476), + [aux_sym_preproc_if_token2] = ACTIONS(1476), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1476), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1476), + [sym_preproc_directive] = ACTIONS(1476), + [anon_sym_LPAREN2] = ACTIONS(1478), + [anon_sym_BANG] = ACTIONS(1478), + [anon_sym_TILDE] = ACTIONS(1478), + [anon_sym_DASH] = ACTIONS(1476), + [anon_sym_PLUS] = ACTIONS(1476), + [anon_sym_STAR] = ACTIONS(1478), + [anon_sym_AMP] = ACTIONS(1478), + [anon_sym_SEMI] = ACTIONS(1478), + [anon_sym___extension__] = ACTIONS(1476), + [anon_sym_typedef] = ACTIONS(1476), + [anon_sym_extern] = ACTIONS(1476), + [anon_sym___attribute__] = ACTIONS(1476), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1478), + [anon_sym___declspec] = ACTIONS(1476), + [anon_sym___cdecl] = ACTIONS(1476), + [anon_sym___clrcall] = ACTIONS(1476), + [anon_sym___stdcall] = ACTIONS(1476), + [anon_sym___fastcall] = ACTIONS(1476), + [anon_sym___thiscall] = ACTIONS(1476), + [anon_sym___vectorcall] = ACTIONS(1476), + [anon_sym_LBRACE] = ACTIONS(1478), + [anon_sym_signed] = ACTIONS(1476), + [anon_sym_unsigned] = ACTIONS(1476), + [anon_sym_long] = ACTIONS(1476), + [anon_sym_short] = ACTIONS(1476), + [anon_sym_static] = ACTIONS(1476), + [anon_sym_auto] = ACTIONS(1476), + [anon_sym_register] = ACTIONS(1476), + [anon_sym_inline] = ACTIONS(1476), + [anon_sym___inline] = ACTIONS(1476), + [anon_sym___inline__] = ACTIONS(1476), + [anon_sym___forceinline] = ACTIONS(1476), + [anon_sym_thread_local] = ACTIONS(1476), + [anon_sym___thread] = ACTIONS(1476), + [anon_sym_const] = ACTIONS(1476), + [anon_sym_constexpr] = ACTIONS(1476), + [anon_sym_volatile] = ACTIONS(1476), + [anon_sym_restrict] = ACTIONS(1476), + [anon_sym___restrict__] = ACTIONS(1476), + [anon_sym__Atomic] = ACTIONS(1476), + [anon_sym__Noreturn] = ACTIONS(1476), + [anon_sym_noreturn] = ACTIONS(1476), + [sym_primitive_type] = ACTIONS(1476), + [anon_sym_enum] = ACTIONS(1476), + [anon_sym_struct] = ACTIONS(1476), + [anon_sym_union] = ACTIONS(1476), + [anon_sym_if] = ACTIONS(1476), + [anon_sym_switch] = ACTIONS(1476), + [anon_sym_case] = ACTIONS(1476), + [anon_sym_default] = ACTIONS(1476), + [anon_sym_while] = ACTIONS(1476), + [anon_sym_do] = ACTIONS(1476), + [anon_sym_for] = ACTIONS(1476), + [anon_sym_return] = ACTIONS(1476), + [anon_sym_break] = ACTIONS(1476), + [anon_sym_continue] = ACTIONS(1476), + [anon_sym_goto] = ACTIONS(1476), + [anon_sym___try] = ACTIONS(1476), + [anon_sym___leave] = ACTIONS(1476), + [anon_sym_DASH_DASH] = ACTIONS(1478), + [anon_sym_PLUS_PLUS] = ACTIONS(1478), + [anon_sym_sizeof] = ACTIONS(1476), + [anon_sym___alignof__] = ACTIONS(1476), + [anon_sym___alignof] = ACTIONS(1476), + [anon_sym__alignof] = ACTIONS(1476), + [anon_sym_alignof] = ACTIONS(1476), + [anon_sym__Alignof] = ACTIONS(1476), + [anon_sym_offsetof] = ACTIONS(1476), + [anon_sym__Generic] = ACTIONS(1476), + [anon_sym_asm] = ACTIONS(1476), + [anon_sym___asm__] = ACTIONS(1476), + [sym_number_literal] = ACTIONS(1478), + [anon_sym_L_SQUOTE] = ACTIONS(1478), + [anon_sym_u_SQUOTE] = ACTIONS(1478), + [anon_sym_U_SQUOTE] = ACTIONS(1478), + [anon_sym_u8_SQUOTE] = ACTIONS(1478), + [anon_sym_SQUOTE] = ACTIONS(1478), + [anon_sym_L_DQUOTE] = ACTIONS(1478), + [anon_sym_u_DQUOTE] = ACTIONS(1478), + [anon_sym_U_DQUOTE] = ACTIONS(1478), + [anon_sym_u8_DQUOTE] = ACTIONS(1478), + [anon_sym_DQUOTE] = ACTIONS(1478), + [sym_true] = ACTIONS(1476), + [sym_false] = ACTIONS(1476), + [anon_sym_NULL] = ACTIONS(1476), + [anon_sym_nullptr] = ACTIONS(1476), + [sym_comment] = ACTIONS(3), + }, [372] = { - [sym_identifier] = ACTIONS(1408), - [aux_sym_preproc_include_token1] = ACTIONS(1408), - [aux_sym_preproc_def_token1] = ACTIONS(1408), - [aux_sym_preproc_if_token1] = ACTIONS(1408), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1408), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1408), - [sym_preproc_directive] = ACTIONS(1408), - [anon_sym_LPAREN2] = ACTIONS(1410), - [anon_sym_BANG] = ACTIONS(1410), - [anon_sym_TILDE] = ACTIONS(1410), - [anon_sym_DASH] = ACTIONS(1408), - [anon_sym_PLUS] = ACTIONS(1408), - [anon_sym_STAR] = ACTIONS(1410), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_SEMI] = ACTIONS(1410), - [anon_sym___extension__] = ACTIONS(1408), - [anon_sym_typedef] = ACTIONS(1408), - [anon_sym_extern] = ACTIONS(1408), - [anon_sym___attribute__] = ACTIONS(1408), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1410), - [anon_sym___declspec] = ACTIONS(1408), - [anon_sym___cdecl] = ACTIONS(1408), - [anon_sym___clrcall] = ACTIONS(1408), - [anon_sym___stdcall] = ACTIONS(1408), - [anon_sym___fastcall] = ACTIONS(1408), - [anon_sym___thiscall] = ACTIONS(1408), - [anon_sym___vectorcall] = ACTIONS(1408), - [anon_sym_LBRACE] = ACTIONS(1410), - [anon_sym_RBRACE] = ACTIONS(1410), - [anon_sym_signed] = ACTIONS(1408), - [anon_sym_unsigned] = ACTIONS(1408), - [anon_sym_long] = ACTIONS(1408), - [anon_sym_short] = ACTIONS(1408), - [anon_sym_static] = ACTIONS(1408), - [anon_sym_auto] = ACTIONS(1408), - [anon_sym_register] = ACTIONS(1408), - [anon_sym_inline] = ACTIONS(1408), - [anon_sym___inline] = ACTIONS(1408), - [anon_sym___inline__] = ACTIONS(1408), - [anon_sym___forceinline] = ACTIONS(1408), - [anon_sym_thread_local] = ACTIONS(1408), - [anon_sym___thread] = ACTIONS(1408), - [anon_sym_const] = ACTIONS(1408), - [anon_sym_constexpr] = ACTIONS(1408), - [anon_sym_volatile] = ACTIONS(1408), - [anon_sym_restrict] = ACTIONS(1408), - [anon_sym___restrict__] = ACTIONS(1408), - [anon_sym__Atomic] = ACTIONS(1408), - [anon_sym__Noreturn] = ACTIONS(1408), - [anon_sym_noreturn] = ACTIONS(1408), - [sym_primitive_type] = ACTIONS(1408), - [anon_sym_enum] = ACTIONS(1408), - [anon_sym_struct] = ACTIONS(1408), - [anon_sym_union] = ACTIONS(1408), - [anon_sym_if] = ACTIONS(1408), - [anon_sym_switch] = ACTIONS(1408), - [anon_sym_case] = ACTIONS(1408), - [anon_sym_default] = ACTIONS(1408), - [anon_sym_while] = ACTIONS(1408), - [anon_sym_do] = ACTIONS(1408), - [anon_sym_for] = ACTIONS(1408), - [anon_sym_return] = ACTIONS(1408), - [anon_sym_break] = ACTIONS(1408), - [anon_sym_continue] = ACTIONS(1408), - [anon_sym_goto] = ACTIONS(1408), - [anon_sym___try] = ACTIONS(1408), - [anon_sym___leave] = ACTIONS(1408), - [anon_sym_DASH_DASH] = ACTIONS(1410), - [anon_sym_PLUS_PLUS] = ACTIONS(1410), - [anon_sym_sizeof] = ACTIONS(1408), - [anon_sym___alignof__] = ACTIONS(1408), - [anon_sym___alignof] = ACTIONS(1408), - [anon_sym__alignof] = ACTIONS(1408), - [anon_sym_alignof] = ACTIONS(1408), - [anon_sym__Alignof] = ACTIONS(1408), - [anon_sym_offsetof] = ACTIONS(1408), - [anon_sym__Generic] = ACTIONS(1408), - [anon_sym_asm] = ACTIONS(1408), - [anon_sym___asm__] = ACTIONS(1408), - [sym_number_literal] = ACTIONS(1410), - [anon_sym_L_SQUOTE] = ACTIONS(1410), - [anon_sym_u_SQUOTE] = ACTIONS(1410), - [anon_sym_U_SQUOTE] = ACTIONS(1410), - [anon_sym_u8_SQUOTE] = ACTIONS(1410), - [anon_sym_SQUOTE] = ACTIONS(1410), - [anon_sym_L_DQUOTE] = ACTIONS(1410), - [anon_sym_u_DQUOTE] = ACTIONS(1410), - [anon_sym_U_DQUOTE] = ACTIONS(1410), - [anon_sym_u8_DQUOTE] = ACTIONS(1410), - [anon_sym_DQUOTE] = ACTIONS(1410), - [sym_true] = ACTIONS(1408), - [sym_false] = ACTIONS(1408), - [anon_sym_NULL] = ACTIONS(1408), - [anon_sym_nullptr] = ACTIONS(1408), + [sym_identifier] = ACTIONS(1452), + [aux_sym_preproc_include_token1] = ACTIONS(1452), + [aux_sym_preproc_def_token1] = ACTIONS(1452), + [aux_sym_preproc_if_token1] = ACTIONS(1452), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1452), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1452), + [sym_preproc_directive] = ACTIONS(1452), + [anon_sym_LPAREN2] = ACTIONS(1454), + [anon_sym_BANG] = ACTIONS(1454), + [anon_sym_TILDE] = ACTIONS(1454), + [anon_sym_DASH] = ACTIONS(1452), + [anon_sym_PLUS] = ACTIONS(1452), + [anon_sym_STAR] = ACTIONS(1454), + [anon_sym_AMP] = ACTIONS(1454), + [anon_sym_SEMI] = ACTIONS(1454), + [anon_sym___extension__] = ACTIONS(1452), + [anon_sym_typedef] = ACTIONS(1452), + [anon_sym_extern] = ACTIONS(1452), + [anon_sym___attribute__] = ACTIONS(1452), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1454), + [anon_sym___declspec] = ACTIONS(1452), + [anon_sym___cdecl] = ACTIONS(1452), + [anon_sym___clrcall] = ACTIONS(1452), + [anon_sym___stdcall] = ACTIONS(1452), + [anon_sym___fastcall] = ACTIONS(1452), + [anon_sym___thiscall] = ACTIONS(1452), + [anon_sym___vectorcall] = ACTIONS(1452), + [anon_sym_LBRACE] = ACTIONS(1454), + [anon_sym_RBRACE] = ACTIONS(1454), + [anon_sym_signed] = ACTIONS(1452), + [anon_sym_unsigned] = ACTIONS(1452), + [anon_sym_long] = ACTIONS(1452), + [anon_sym_short] = ACTIONS(1452), + [anon_sym_static] = ACTIONS(1452), + [anon_sym_auto] = ACTIONS(1452), + [anon_sym_register] = ACTIONS(1452), + [anon_sym_inline] = ACTIONS(1452), + [anon_sym___inline] = ACTIONS(1452), + [anon_sym___inline__] = ACTIONS(1452), + [anon_sym___forceinline] = ACTIONS(1452), + [anon_sym_thread_local] = ACTIONS(1452), + [anon_sym___thread] = ACTIONS(1452), + [anon_sym_const] = ACTIONS(1452), + [anon_sym_constexpr] = ACTIONS(1452), + [anon_sym_volatile] = ACTIONS(1452), + [anon_sym_restrict] = ACTIONS(1452), + [anon_sym___restrict__] = ACTIONS(1452), + [anon_sym__Atomic] = ACTIONS(1452), + [anon_sym__Noreturn] = ACTIONS(1452), + [anon_sym_noreturn] = ACTIONS(1452), + [sym_primitive_type] = ACTIONS(1452), + [anon_sym_enum] = ACTIONS(1452), + [anon_sym_struct] = ACTIONS(1452), + [anon_sym_union] = ACTIONS(1452), + [anon_sym_if] = ACTIONS(1452), + [anon_sym_switch] = ACTIONS(1452), + [anon_sym_case] = ACTIONS(1452), + [anon_sym_default] = ACTIONS(1452), + [anon_sym_while] = ACTIONS(1452), + [anon_sym_do] = ACTIONS(1452), + [anon_sym_for] = ACTIONS(1452), + [anon_sym_return] = ACTIONS(1452), + [anon_sym_break] = ACTIONS(1452), + [anon_sym_continue] = ACTIONS(1452), + [anon_sym_goto] = ACTIONS(1452), + [anon_sym___try] = ACTIONS(1452), + [anon_sym___leave] = ACTIONS(1452), + [anon_sym_DASH_DASH] = ACTIONS(1454), + [anon_sym_PLUS_PLUS] = ACTIONS(1454), + [anon_sym_sizeof] = ACTIONS(1452), + [anon_sym___alignof__] = ACTIONS(1452), + [anon_sym___alignof] = ACTIONS(1452), + [anon_sym__alignof] = ACTIONS(1452), + [anon_sym_alignof] = ACTIONS(1452), + [anon_sym__Alignof] = ACTIONS(1452), + [anon_sym_offsetof] = ACTIONS(1452), + [anon_sym__Generic] = ACTIONS(1452), + [anon_sym_asm] = ACTIONS(1452), + [anon_sym___asm__] = ACTIONS(1452), + [sym_number_literal] = ACTIONS(1454), + [anon_sym_L_SQUOTE] = ACTIONS(1454), + [anon_sym_u_SQUOTE] = ACTIONS(1454), + [anon_sym_U_SQUOTE] = ACTIONS(1454), + [anon_sym_u8_SQUOTE] = ACTIONS(1454), + [anon_sym_SQUOTE] = ACTIONS(1454), + [anon_sym_L_DQUOTE] = ACTIONS(1454), + [anon_sym_u_DQUOTE] = ACTIONS(1454), + [anon_sym_U_DQUOTE] = ACTIONS(1454), + [anon_sym_u8_DQUOTE] = ACTIONS(1454), + [anon_sym_DQUOTE] = ACTIONS(1454), + [sym_true] = ACTIONS(1452), + [sym_false] = ACTIONS(1452), + [anon_sym_NULL] = ACTIONS(1452), + [anon_sym_nullptr] = ACTIONS(1452), [sym_comment] = ACTIONS(3), }, [373] = { - [sym_identifier] = ACTIONS(1496), - [aux_sym_preproc_include_token1] = ACTIONS(1496), - [aux_sym_preproc_def_token1] = ACTIONS(1496), - [aux_sym_preproc_if_token1] = ACTIONS(1496), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1496), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1496), - [sym_preproc_directive] = ACTIONS(1496), - [anon_sym_LPAREN2] = ACTIONS(1498), - [anon_sym_BANG] = ACTIONS(1498), - [anon_sym_TILDE] = ACTIONS(1498), - [anon_sym_DASH] = ACTIONS(1496), - [anon_sym_PLUS] = ACTIONS(1496), - [anon_sym_STAR] = ACTIONS(1498), - [anon_sym_AMP] = ACTIONS(1498), - [anon_sym_SEMI] = ACTIONS(1498), - [anon_sym___extension__] = ACTIONS(1496), - [anon_sym_typedef] = ACTIONS(1496), - [anon_sym_extern] = ACTIONS(1496), - [anon_sym___attribute__] = ACTIONS(1496), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1498), - [anon_sym___declspec] = ACTIONS(1496), - [anon_sym___cdecl] = ACTIONS(1496), - [anon_sym___clrcall] = ACTIONS(1496), - [anon_sym___stdcall] = ACTIONS(1496), - [anon_sym___fastcall] = ACTIONS(1496), - [anon_sym___thiscall] = ACTIONS(1496), - [anon_sym___vectorcall] = ACTIONS(1496), - [anon_sym_LBRACE] = ACTIONS(1498), - [anon_sym_RBRACE] = ACTIONS(1498), - [anon_sym_signed] = ACTIONS(1496), - [anon_sym_unsigned] = ACTIONS(1496), - [anon_sym_long] = ACTIONS(1496), - [anon_sym_short] = ACTIONS(1496), - [anon_sym_static] = ACTIONS(1496), - [anon_sym_auto] = ACTIONS(1496), - [anon_sym_register] = ACTIONS(1496), - [anon_sym_inline] = ACTIONS(1496), - [anon_sym___inline] = ACTIONS(1496), - [anon_sym___inline__] = ACTIONS(1496), - [anon_sym___forceinline] = ACTIONS(1496), - [anon_sym_thread_local] = ACTIONS(1496), - [anon_sym___thread] = ACTIONS(1496), - [anon_sym_const] = ACTIONS(1496), - [anon_sym_constexpr] = ACTIONS(1496), - [anon_sym_volatile] = ACTIONS(1496), - [anon_sym_restrict] = ACTIONS(1496), - [anon_sym___restrict__] = ACTIONS(1496), - [anon_sym__Atomic] = ACTIONS(1496), - [anon_sym__Noreturn] = ACTIONS(1496), - [anon_sym_noreturn] = ACTIONS(1496), - [sym_primitive_type] = ACTIONS(1496), - [anon_sym_enum] = ACTIONS(1496), - [anon_sym_struct] = ACTIONS(1496), - [anon_sym_union] = ACTIONS(1496), - [anon_sym_if] = ACTIONS(1496), - [anon_sym_switch] = ACTIONS(1496), - [anon_sym_case] = ACTIONS(1496), - [anon_sym_default] = ACTIONS(1496), - [anon_sym_while] = ACTIONS(1496), - [anon_sym_do] = ACTIONS(1496), - [anon_sym_for] = ACTIONS(1496), - [anon_sym_return] = ACTIONS(1496), - [anon_sym_break] = ACTIONS(1496), - [anon_sym_continue] = ACTIONS(1496), - [anon_sym_goto] = ACTIONS(1496), - [anon_sym___try] = ACTIONS(1496), - [anon_sym___leave] = ACTIONS(1496), - [anon_sym_DASH_DASH] = ACTIONS(1498), - [anon_sym_PLUS_PLUS] = ACTIONS(1498), - [anon_sym_sizeof] = ACTIONS(1496), - [anon_sym___alignof__] = ACTIONS(1496), - [anon_sym___alignof] = ACTIONS(1496), - [anon_sym__alignof] = ACTIONS(1496), - [anon_sym_alignof] = ACTIONS(1496), - [anon_sym__Alignof] = ACTIONS(1496), - [anon_sym_offsetof] = ACTIONS(1496), - [anon_sym__Generic] = ACTIONS(1496), - [anon_sym_asm] = ACTIONS(1496), - [anon_sym___asm__] = ACTIONS(1496), - [sym_number_literal] = ACTIONS(1498), - [anon_sym_L_SQUOTE] = ACTIONS(1498), - [anon_sym_u_SQUOTE] = ACTIONS(1498), - [anon_sym_U_SQUOTE] = ACTIONS(1498), - [anon_sym_u8_SQUOTE] = ACTIONS(1498), - [anon_sym_SQUOTE] = ACTIONS(1498), - [anon_sym_L_DQUOTE] = ACTIONS(1498), - [anon_sym_u_DQUOTE] = ACTIONS(1498), - [anon_sym_U_DQUOTE] = ACTIONS(1498), - [anon_sym_u8_DQUOTE] = ACTIONS(1498), - [anon_sym_DQUOTE] = ACTIONS(1498), - [sym_true] = ACTIONS(1496), - [sym_false] = ACTIONS(1496), - [anon_sym_NULL] = ACTIONS(1496), - [anon_sym_nullptr] = ACTIONS(1496), + [sym_identifier] = ACTIONS(1438), + [aux_sym_preproc_include_token1] = ACTIONS(1438), + [aux_sym_preproc_def_token1] = ACTIONS(1438), + [aux_sym_preproc_if_token1] = ACTIONS(1438), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1438), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1438), + [sym_preproc_directive] = ACTIONS(1438), + [anon_sym_LPAREN2] = ACTIONS(1440), + [anon_sym_BANG] = ACTIONS(1440), + [anon_sym_TILDE] = ACTIONS(1440), + [anon_sym_DASH] = ACTIONS(1438), + [anon_sym_PLUS] = ACTIONS(1438), + [anon_sym_STAR] = ACTIONS(1440), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1440), + [anon_sym___extension__] = ACTIONS(1438), + [anon_sym_typedef] = ACTIONS(1438), + [anon_sym_extern] = ACTIONS(1438), + [anon_sym___attribute__] = ACTIONS(1438), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1438), + [anon_sym___cdecl] = ACTIONS(1438), + [anon_sym___clrcall] = ACTIONS(1438), + [anon_sym___stdcall] = ACTIONS(1438), + [anon_sym___fastcall] = ACTIONS(1438), + [anon_sym___thiscall] = ACTIONS(1438), + [anon_sym___vectorcall] = ACTIONS(1438), + [anon_sym_LBRACE] = ACTIONS(1440), + [anon_sym_RBRACE] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1438), + [anon_sym_unsigned] = ACTIONS(1438), + [anon_sym_long] = ACTIONS(1438), + [anon_sym_short] = ACTIONS(1438), + [anon_sym_static] = ACTIONS(1438), + [anon_sym_auto] = ACTIONS(1438), + [anon_sym_register] = ACTIONS(1438), + [anon_sym_inline] = ACTIONS(1438), + [anon_sym___inline] = ACTIONS(1438), + [anon_sym___inline__] = ACTIONS(1438), + [anon_sym___forceinline] = ACTIONS(1438), + [anon_sym_thread_local] = ACTIONS(1438), + [anon_sym___thread] = ACTIONS(1438), + [anon_sym_const] = ACTIONS(1438), + [anon_sym_constexpr] = ACTIONS(1438), + [anon_sym_volatile] = ACTIONS(1438), + [anon_sym_restrict] = ACTIONS(1438), + [anon_sym___restrict__] = ACTIONS(1438), + [anon_sym__Atomic] = ACTIONS(1438), + [anon_sym__Noreturn] = ACTIONS(1438), + [anon_sym_noreturn] = ACTIONS(1438), + [sym_primitive_type] = ACTIONS(1438), + [anon_sym_enum] = ACTIONS(1438), + [anon_sym_struct] = ACTIONS(1438), + [anon_sym_union] = ACTIONS(1438), + [anon_sym_if] = ACTIONS(1438), + [anon_sym_switch] = ACTIONS(1438), + [anon_sym_case] = ACTIONS(1438), + [anon_sym_default] = ACTIONS(1438), + [anon_sym_while] = ACTIONS(1438), + [anon_sym_do] = ACTIONS(1438), + [anon_sym_for] = ACTIONS(1438), + [anon_sym_return] = ACTIONS(1438), + [anon_sym_break] = ACTIONS(1438), + [anon_sym_continue] = ACTIONS(1438), + [anon_sym_goto] = ACTIONS(1438), + [anon_sym___try] = ACTIONS(1438), + [anon_sym___leave] = ACTIONS(1438), + [anon_sym_DASH_DASH] = ACTIONS(1440), + [anon_sym_PLUS_PLUS] = ACTIONS(1440), + [anon_sym_sizeof] = ACTIONS(1438), + [anon_sym___alignof__] = ACTIONS(1438), + [anon_sym___alignof] = ACTIONS(1438), + [anon_sym__alignof] = ACTIONS(1438), + [anon_sym_alignof] = ACTIONS(1438), + [anon_sym__Alignof] = ACTIONS(1438), + [anon_sym_offsetof] = ACTIONS(1438), + [anon_sym__Generic] = ACTIONS(1438), + [anon_sym_asm] = ACTIONS(1438), + [anon_sym___asm__] = ACTIONS(1438), + [sym_number_literal] = ACTIONS(1440), + [anon_sym_L_SQUOTE] = ACTIONS(1440), + [anon_sym_u_SQUOTE] = ACTIONS(1440), + [anon_sym_U_SQUOTE] = ACTIONS(1440), + [anon_sym_u8_SQUOTE] = ACTIONS(1440), + [anon_sym_SQUOTE] = ACTIONS(1440), + [anon_sym_L_DQUOTE] = ACTIONS(1440), + [anon_sym_u_DQUOTE] = ACTIONS(1440), + [anon_sym_U_DQUOTE] = ACTIONS(1440), + [anon_sym_u8_DQUOTE] = ACTIONS(1440), + [anon_sym_DQUOTE] = ACTIONS(1440), + [sym_true] = ACTIONS(1438), + [sym_false] = ACTIONS(1438), + [anon_sym_NULL] = ACTIONS(1438), + [anon_sym_nullptr] = ACTIONS(1438), [sym_comment] = ACTIONS(3), }, [374] = { - [sym_identifier] = ACTIONS(1500), - [aux_sym_preproc_include_token1] = ACTIONS(1500), - [aux_sym_preproc_def_token1] = ACTIONS(1500), - [aux_sym_preproc_if_token1] = ACTIONS(1500), - [aux_sym_preproc_if_token2] = ACTIONS(1500), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1500), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1500), - [sym_preproc_directive] = ACTIONS(1500), - [anon_sym_LPAREN2] = ACTIONS(1502), - [anon_sym_BANG] = ACTIONS(1502), - [anon_sym_TILDE] = ACTIONS(1502), - [anon_sym_DASH] = ACTIONS(1500), - [anon_sym_PLUS] = ACTIONS(1500), - [anon_sym_STAR] = ACTIONS(1502), - [anon_sym_AMP] = ACTIONS(1502), - [anon_sym_SEMI] = ACTIONS(1502), - [anon_sym___extension__] = ACTIONS(1500), - [anon_sym_typedef] = ACTIONS(1500), - [anon_sym_extern] = ACTIONS(1500), - [anon_sym___attribute__] = ACTIONS(1500), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1502), - [anon_sym___declspec] = ACTIONS(1500), - [anon_sym___cdecl] = ACTIONS(1500), - [anon_sym___clrcall] = ACTIONS(1500), - [anon_sym___stdcall] = ACTIONS(1500), - [anon_sym___fastcall] = ACTIONS(1500), - [anon_sym___thiscall] = ACTIONS(1500), - [anon_sym___vectorcall] = ACTIONS(1500), - [anon_sym_LBRACE] = ACTIONS(1502), - [anon_sym_signed] = ACTIONS(1500), - [anon_sym_unsigned] = ACTIONS(1500), - [anon_sym_long] = ACTIONS(1500), - [anon_sym_short] = ACTIONS(1500), - [anon_sym_static] = ACTIONS(1500), - [anon_sym_auto] = ACTIONS(1500), - [anon_sym_register] = ACTIONS(1500), - [anon_sym_inline] = ACTIONS(1500), - [anon_sym___inline] = ACTIONS(1500), - [anon_sym___inline__] = ACTIONS(1500), - [anon_sym___forceinline] = ACTIONS(1500), - [anon_sym_thread_local] = ACTIONS(1500), - [anon_sym___thread] = ACTIONS(1500), - [anon_sym_const] = ACTIONS(1500), - [anon_sym_constexpr] = ACTIONS(1500), - [anon_sym_volatile] = ACTIONS(1500), - [anon_sym_restrict] = ACTIONS(1500), - [anon_sym___restrict__] = ACTIONS(1500), - [anon_sym__Atomic] = ACTIONS(1500), - [anon_sym__Noreturn] = ACTIONS(1500), - [anon_sym_noreturn] = ACTIONS(1500), - [sym_primitive_type] = ACTIONS(1500), - [anon_sym_enum] = ACTIONS(1500), - [anon_sym_struct] = ACTIONS(1500), - [anon_sym_union] = ACTIONS(1500), - [anon_sym_if] = ACTIONS(1500), - [anon_sym_switch] = ACTIONS(1500), - [anon_sym_case] = ACTIONS(1500), - [anon_sym_default] = ACTIONS(1500), - [anon_sym_while] = ACTIONS(1500), - [anon_sym_do] = ACTIONS(1500), - [anon_sym_for] = ACTIONS(1500), - [anon_sym_return] = ACTIONS(1500), - [anon_sym_break] = ACTIONS(1500), - [anon_sym_continue] = ACTIONS(1500), - [anon_sym_goto] = ACTIONS(1500), - [anon_sym___try] = ACTIONS(1500), - [anon_sym___leave] = ACTIONS(1500), - [anon_sym_DASH_DASH] = ACTIONS(1502), - [anon_sym_PLUS_PLUS] = ACTIONS(1502), - [anon_sym_sizeof] = ACTIONS(1500), - [anon_sym___alignof__] = ACTIONS(1500), - [anon_sym___alignof] = ACTIONS(1500), - [anon_sym__alignof] = ACTIONS(1500), - [anon_sym_alignof] = ACTIONS(1500), - [anon_sym__Alignof] = ACTIONS(1500), - [anon_sym_offsetof] = ACTIONS(1500), - [anon_sym__Generic] = ACTIONS(1500), - [anon_sym_asm] = ACTIONS(1500), - [anon_sym___asm__] = ACTIONS(1500), - [sym_number_literal] = ACTIONS(1502), - [anon_sym_L_SQUOTE] = ACTIONS(1502), - [anon_sym_u_SQUOTE] = ACTIONS(1502), - [anon_sym_U_SQUOTE] = ACTIONS(1502), - [anon_sym_u8_SQUOTE] = ACTIONS(1502), - [anon_sym_SQUOTE] = ACTIONS(1502), - [anon_sym_L_DQUOTE] = ACTIONS(1502), - [anon_sym_u_DQUOTE] = ACTIONS(1502), - [anon_sym_U_DQUOTE] = ACTIONS(1502), - [anon_sym_u8_DQUOTE] = ACTIONS(1502), - [anon_sym_DQUOTE] = ACTIONS(1502), - [sym_true] = ACTIONS(1500), - [sym_false] = ACTIONS(1500), - [anon_sym_NULL] = ACTIONS(1500), - [anon_sym_nullptr] = ACTIONS(1500), + [sym_identifier] = ACTIONS(1484), + [aux_sym_preproc_include_token1] = ACTIONS(1484), + [aux_sym_preproc_def_token1] = ACTIONS(1484), + [aux_sym_preproc_if_token1] = ACTIONS(1484), + [aux_sym_preproc_if_token2] = ACTIONS(1484), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1484), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1484), + [sym_preproc_directive] = ACTIONS(1484), + [anon_sym_LPAREN2] = ACTIONS(1486), + [anon_sym_BANG] = ACTIONS(1486), + [anon_sym_TILDE] = ACTIONS(1486), + [anon_sym_DASH] = ACTIONS(1484), + [anon_sym_PLUS] = ACTIONS(1484), + [anon_sym_STAR] = ACTIONS(1486), + [anon_sym_AMP] = ACTIONS(1486), + [anon_sym_SEMI] = ACTIONS(1486), + [anon_sym___extension__] = ACTIONS(1484), + [anon_sym_typedef] = ACTIONS(1484), + [anon_sym_extern] = ACTIONS(1484), + [anon_sym___attribute__] = ACTIONS(1484), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1486), + [anon_sym___declspec] = ACTIONS(1484), + [anon_sym___cdecl] = ACTIONS(1484), + [anon_sym___clrcall] = ACTIONS(1484), + [anon_sym___stdcall] = ACTIONS(1484), + [anon_sym___fastcall] = ACTIONS(1484), + [anon_sym___thiscall] = ACTIONS(1484), + [anon_sym___vectorcall] = ACTIONS(1484), + [anon_sym_LBRACE] = ACTIONS(1486), + [anon_sym_signed] = ACTIONS(1484), + [anon_sym_unsigned] = ACTIONS(1484), + [anon_sym_long] = ACTIONS(1484), + [anon_sym_short] = ACTIONS(1484), + [anon_sym_static] = ACTIONS(1484), + [anon_sym_auto] = ACTIONS(1484), + [anon_sym_register] = ACTIONS(1484), + [anon_sym_inline] = ACTIONS(1484), + [anon_sym___inline] = ACTIONS(1484), + [anon_sym___inline__] = ACTIONS(1484), + [anon_sym___forceinline] = ACTIONS(1484), + [anon_sym_thread_local] = ACTIONS(1484), + [anon_sym___thread] = ACTIONS(1484), + [anon_sym_const] = ACTIONS(1484), + [anon_sym_constexpr] = ACTIONS(1484), + [anon_sym_volatile] = ACTIONS(1484), + [anon_sym_restrict] = ACTIONS(1484), + [anon_sym___restrict__] = ACTIONS(1484), + [anon_sym__Atomic] = ACTIONS(1484), + [anon_sym__Noreturn] = ACTIONS(1484), + [anon_sym_noreturn] = ACTIONS(1484), + [sym_primitive_type] = ACTIONS(1484), + [anon_sym_enum] = ACTIONS(1484), + [anon_sym_struct] = ACTIONS(1484), + [anon_sym_union] = ACTIONS(1484), + [anon_sym_if] = ACTIONS(1484), + [anon_sym_switch] = ACTIONS(1484), + [anon_sym_case] = ACTIONS(1484), + [anon_sym_default] = ACTIONS(1484), + [anon_sym_while] = ACTIONS(1484), + [anon_sym_do] = ACTIONS(1484), + [anon_sym_for] = ACTIONS(1484), + [anon_sym_return] = ACTIONS(1484), + [anon_sym_break] = ACTIONS(1484), + [anon_sym_continue] = ACTIONS(1484), + [anon_sym_goto] = ACTIONS(1484), + [anon_sym___try] = ACTIONS(1484), + [anon_sym___leave] = ACTIONS(1484), + [anon_sym_DASH_DASH] = ACTIONS(1486), + [anon_sym_PLUS_PLUS] = ACTIONS(1486), + [anon_sym_sizeof] = ACTIONS(1484), + [anon_sym___alignof__] = ACTIONS(1484), + [anon_sym___alignof] = ACTIONS(1484), + [anon_sym__alignof] = ACTIONS(1484), + [anon_sym_alignof] = ACTIONS(1484), + [anon_sym__Alignof] = ACTIONS(1484), + [anon_sym_offsetof] = ACTIONS(1484), + [anon_sym__Generic] = ACTIONS(1484), + [anon_sym_asm] = ACTIONS(1484), + [anon_sym___asm__] = ACTIONS(1484), + [sym_number_literal] = ACTIONS(1486), + [anon_sym_L_SQUOTE] = ACTIONS(1486), + [anon_sym_u_SQUOTE] = ACTIONS(1486), + [anon_sym_U_SQUOTE] = ACTIONS(1486), + [anon_sym_u8_SQUOTE] = ACTIONS(1486), + [anon_sym_SQUOTE] = ACTIONS(1486), + [anon_sym_L_DQUOTE] = ACTIONS(1486), + [anon_sym_u_DQUOTE] = ACTIONS(1486), + [anon_sym_U_DQUOTE] = ACTIONS(1486), + [anon_sym_u8_DQUOTE] = ACTIONS(1486), + [anon_sym_DQUOTE] = ACTIONS(1486), + [sym_true] = ACTIONS(1484), + [sym_false] = ACTIONS(1484), + [anon_sym_NULL] = ACTIONS(1484), + [anon_sym_nullptr] = ACTIONS(1484), [sym_comment] = ACTIONS(3), }, [375] = { - [sym_identifier] = ACTIONS(1424), - [aux_sym_preproc_include_token1] = ACTIONS(1424), - [aux_sym_preproc_def_token1] = ACTIONS(1424), - [aux_sym_preproc_if_token1] = ACTIONS(1424), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1424), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1424), - [sym_preproc_directive] = ACTIONS(1424), - [anon_sym_LPAREN2] = ACTIONS(1426), - [anon_sym_BANG] = ACTIONS(1426), - [anon_sym_TILDE] = ACTIONS(1426), - [anon_sym_DASH] = ACTIONS(1424), - [anon_sym_PLUS] = ACTIONS(1424), - [anon_sym_STAR] = ACTIONS(1426), - [anon_sym_AMP] = ACTIONS(1426), - [anon_sym_SEMI] = ACTIONS(1426), - [anon_sym___extension__] = ACTIONS(1424), - [anon_sym_typedef] = ACTIONS(1424), - [anon_sym_extern] = ACTIONS(1424), - [anon_sym___attribute__] = ACTIONS(1424), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1426), - [anon_sym___declspec] = ACTIONS(1424), - [anon_sym___cdecl] = ACTIONS(1424), - [anon_sym___clrcall] = ACTIONS(1424), - [anon_sym___stdcall] = ACTIONS(1424), - [anon_sym___fastcall] = ACTIONS(1424), - [anon_sym___thiscall] = ACTIONS(1424), - [anon_sym___vectorcall] = ACTIONS(1424), - [anon_sym_LBRACE] = ACTIONS(1426), - [anon_sym_RBRACE] = ACTIONS(1426), - [anon_sym_signed] = ACTIONS(1424), - [anon_sym_unsigned] = ACTIONS(1424), - [anon_sym_long] = ACTIONS(1424), - [anon_sym_short] = ACTIONS(1424), - [anon_sym_static] = ACTIONS(1424), - [anon_sym_auto] = ACTIONS(1424), - [anon_sym_register] = ACTIONS(1424), - [anon_sym_inline] = ACTIONS(1424), - [anon_sym___inline] = ACTIONS(1424), - [anon_sym___inline__] = ACTIONS(1424), - [anon_sym___forceinline] = ACTIONS(1424), - [anon_sym_thread_local] = ACTIONS(1424), - [anon_sym___thread] = ACTIONS(1424), - [anon_sym_const] = ACTIONS(1424), - [anon_sym_constexpr] = ACTIONS(1424), - [anon_sym_volatile] = ACTIONS(1424), - [anon_sym_restrict] = ACTIONS(1424), - [anon_sym___restrict__] = ACTIONS(1424), - [anon_sym__Atomic] = ACTIONS(1424), - [anon_sym__Noreturn] = ACTIONS(1424), - [anon_sym_noreturn] = ACTIONS(1424), - [sym_primitive_type] = ACTIONS(1424), - [anon_sym_enum] = ACTIONS(1424), - [anon_sym_struct] = ACTIONS(1424), - [anon_sym_union] = ACTIONS(1424), - [anon_sym_if] = ACTIONS(1424), - [anon_sym_switch] = ACTIONS(1424), - [anon_sym_case] = ACTIONS(1424), - [anon_sym_default] = ACTIONS(1424), - [anon_sym_while] = ACTIONS(1424), - [anon_sym_do] = ACTIONS(1424), - [anon_sym_for] = ACTIONS(1424), - [anon_sym_return] = ACTIONS(1424), - [anon_sym_break] = ACTIONS(1424), - [anon_sym_continue] = ACTIONS(1424), - [anon_sym_goto] = ACTIONS(1424), - [anon_sym___try] = ACTIONS(1424), - [anon_sym___leave] = ACTIONS(1424), - [anon_sym_DASH_DASH] = ACTIONS(1426), - [anon_sym_PLUS_PLUS] = ACTIONS(1426), - [anon_sym_sizeof] = ACTIONS(1424), - [anon_sym___alignof__] = ACTIONS(1424), - [anon_sym___alignof] = ACTIONS(1424), - [anon_sym__alignof] = ACTIONS(1424), - [anon_sym_alignof] = ACTIONS(1424), - [anon_sym__Alignof] = ACTIONS(1424), - [anon_sym_offsetof] = ACTIONS(1424), - [anon_sym__Generic] = ACTIONS(1424), - [anon_sym_asm] = ACTIONS(1424), - [anon_sym___asm__] = ACTIONS(1424), - [sym_number_literal] = ACTIONS(1426), - [anon_sym_L_SQUOTE] = ACTIONS(1426), - [anon_sym_u_SQUOTE] = ACTIONS(1426), - [anon_sym_U_SQUOTE] = ACTIONS(1426), - [anon_sym_u8_SQUOTE] = ACTIONS(1426), - [anon_sym_SQUOTE] = ACTIONS(1426), - [anon_sym_L_DQUOTE] = ACTIONS(1426), - [anon_sym_u_DQUOTE] = ACTIONS(1426), - [anon_sym_U_DQUOTE] = ACTIONS(1426), - [anon_sym_u8_DQUOTE] = ACTIONS(1426), - [anon_sym_DQUOTE] = ACTIONS(1426), - [sym_true] = ACTIONS(1424), - [sym_false] = ACTIONS(1424), - [anon_sym_NULL] = ACTIONS(1424), - [anon_sym_nullptr] = ACTIONS(1424), + [sym_identifier] = ACTIONS(1456), + [aux_sym_preproc_include_token1] = ACTIONS(1456), + [aux_sym_preproc_def_token1] = ACTIONS(1456), + [aux_sym_preproc_if_token1] = ACTIONS(1456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1456), + [sym_preproc_directive] = ACTIONS(1456), + [anon_sym_LPAREN2] = ACTIONS(1458), + [anon_sym_BANG] = ACTIONS(1458), + [anon_sym_TILDE] = ACTIONS(1458), + [anon_sym_DASH] = ACTIONS(1456), + [anon_sym_PLUS] = ACTIONS(1456), + [anon_sym_STAR] = ACTIONS(1458), + [anon_sym_AMP] = ACTIONS(1458), + [anon_sym_SEMI] = ACTIONS(1458), + [anon_sym___extension__] = ACTIONS(1456), + [anon_sym_typedef] = ACTIONS(1456), + [anon_sym_extern] = ACTIONS(1456), + [anon_sym___attribute__] = ACTIONS(1456), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1458), + [anon_sym___declspec] = ACTIONS(1456), + [anon_sym___cdecl] = ACTIONS(1456), + [anon_sym___clrcall] = ACTIONS(1456), + [anon_sym___stdcall] = ACTIONS(1456), + [anon_sym___fastcall] = ACTIONS(1456), + [anon_sym___thiscall] = ACTIONS(1456), + [anon_sym___vectorcall] = ACTIONS(1456), + [anon_sym_LBRACE] = ACTIONS(1458), + [anon_sym_RBRACE] = ACTIONS(1458), + [anon_sym_signed] = ACTIONS(1456), + [anon_sym_unsigned] = ACTIONS(1456), + [anon_sym_long] = ACTIONS(1456), + [anon_sym_short] = ACTIONS(1456), + [anon_sym_static] = ACTIONS(1456), + [anon_sym_auto] = ACTIONS(1456), + [anon_sym_register] = ACTIONS(1456), + [anon_sym_inline] = ACTIONS(1456), + [anon_sym___inline] = ACTIONS(1456), + [anon_sym___inline__] = ACTIONS(1456), + [anon_sym___forceinline] = ACTIONS(1456), + [anon_sym_thread_local] = ACTIONS(1456), + [anon_sym___thread] = ACTIONS(1456), + [anon_sym_const] = ACTIONS(1456), + [anon_sym_constexpr] = ACTIONS(1456), + [anon_sym_volatile] = ACTIONS(1456), + [anon_sym_restrict] = ACTIONS(1456), + [anon_sym___restrict__] = ACTIONS(1456), + [anon_sym__Atomic] = ACTIONS(1456), + [anon_sym__Noreturn] = ACTIONS(1456), + [anon_sym_noreturn] = ACTIONS(1456), + [sym_primitive_type] = ACTIONS(1456), + [anon_sym_enum] = ACTIONS(1456), + [anon_sym_struct] = ACTIONS(1456), + [anon_sym_union] = ACTIONS(1456), + [anon_sym_if] = ACTIONS(1456), + [anon_sym_switch] = ACTIONS(1456), + [anon_sym_case] = ACTIONS(1456), + [anon_sym_default] = ACTIONS(1456), + [anon_sym_while] = ACTIONS(1456), + [anon_sym_do] = ACTIONS(1456), + [anon_sym_for] = ACTIONS(1456), + [anon_sym_return] = ACTIONS(1456), + [anon_sym_break] = ACTIONS(1456), + [anon_sym_continue] = ACTIONS(1456), + [anon_sym_goto] = ACTIONS(1456), + [anon_sym___try] = ACTIONS(1456), + [anon_sym___leave] = ACTIONS(1456), + [anon_sym_DASH_DASH] = ACTIONS(1458), + [anon_sym_PLUS_PLUS] = ACTIONS(1458), + [anon_sym_sizeof] = ACTIONS(1456), + [anon_sym___alignof__] = ACTIONS(1456), + [anon_sym___alignof] = ACTIONS(1456), + [anon_sym__alignof] = ACTIONS(1456), + [anon_sym_alignof] = ACTIONS(1456), + [anon_sym__Alignof] = ACTIONS(1456), + [anon_sym_offsetof] = ACTIONS(1456), + [anon_sym__Generic] = ACTIONS(1456), + [anon_sym_asm] = ACTIONS(1456), + [anon_sym___asm__] = ACTIONS(1456), + [sym_number_literal] = ACTIONS(1458), + [anon_sym_L_SQUOTE] = ACTIONS(1458), + [anon_sym_u_SQUOTE] = ACTIONS(1458), + [anon_sym_U_SQUOTE] = ACTIONS(1458), + [anon_sym_u8_SQUOTE] = ACTIONS(1458), + [anon_sym_SQUOTE] = ACTIONS(1458), + [anon_sym_L_DQUOTE] = ACTIONS(1458), + [anon_sym_u_DQUOTE] = ACTIONS(1458), + [anon_sym_U_DQUOTE] = ACTIONS(1458), + [anon_sym_u8_DQUOTE] = ACTIONS(1458), + [anon_sym_DQUOTE] = ACTIONS(1458), + [sym_true] = ACTIONS(1456), + [sym_false] = ACTIONS(1456), + [anon_sym_NULL] = ACTIONS(1456), + [anon_sym_nullptr] = ACTIONS(1456), [sym_comment] = ACTIONS(3), }, [376] = { @@ -58263,1752 +58254,1461 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [377] = { - [sym_identifier] = ACTIONS(1428), - [aux_sym_preproc_include_token1] = ACTIONS(1428), - [aux_sym_preproc_def_token1] = ACTIONS(1428), - [aux_sym_preproc_if_token1] = ACTIONS(1428), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1428), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1428), - [sym_preproc_directive] = ACTIONS(1428), - [anon_sym_LPAREN2] = ACTIONS(1430), - [anon_sym_BANG] = ACTIONS(1430), - [anon_sym_TILDE] = ACTIONS(1430), - [anon_sym_DASH] = ACTIONS(1428), - [anon_sym_PLUS] = ACTIONS(1428), - [anon_sym_STAR] = ACTIONS(1430), - [anon_sym_AMP] = ACTIONS(1430), - [anon_sym_SEMI] = ACTIONS(1430), - [anon_sym___extension__] = ACTIONS(1428), - [anon_sym_typedef] = ACTIONS(1428), - [anon_sym_extern] = ACTIONS(1428), - [anon_sym___attribute__] = ACTIONS(1428), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1430), - [anon_sym___declspec] = ACTIONS(1428), - [anon_sym___cdecl] = ACTIONS(1428), - [anon_sym___clrcall] = ACTIONS(1428), - [anon_sym___stdcall] = ACTIONS(1428), - [anon_sym___fastcall] = ACTIONS(1428), - [anon_sym___thiscall] = ACTIONS(1428), - [anon_sym___vectorcall] = ACTIONS(1428), - [anon_sym_LBRACE] = ACTIONS(1430), - [anon_sym_RBRACE] = ACTIONS(1430), - [anon_sym_signed] = ACTIONS(1428), - [anon_sym_unsigned] = ACTIONS(1428), - [anon_sym_long] = ACTIONS(1428), - [anon_sym_short] = ACTIONS(1428), - [anon_sym_static] = ACTIONS(1428), - [anon_sym_auto] = ACTIONS(1428), - [anon_sym_register] = ACTIONS(1428), - [anon_sym_inline] = ACTIONS(1428), - [anon_sym___inline] = ACTIONS(1428), - [anon_sym___inline__] = ACTIONS(1428), - [anon_sym___forceinline] = ACTIONS(1428), - [anon_sym_thread_local] = ACTIONS(1428), - [anon_sym___thread] = ACTIONS(1428), - [anon_sym_const] = ACTIONS(1428), - [anon_sym_constexpr] = ACTIONS(1428), - [anon_sym_volatile] = ACTIONS(1428), - [anon_sym_restrict] = ACTIONS(1428), - [anon_sym___restrict__] = ACTIONS(1428), - [anon_sym__Atomic] = ACTIONS(1428), - [anon_sym__Noreturn] = ACTIONS(1428), - [anon_sym_noreturn] = ACTIONS(1428), - [sym_primitive_type] = ACTIONS(1428), - [anon_sym_enum] = ACTIONS(1428), - [anon_sym_struct] = ACTIONS(1428), - [anon_sym_union] = ACTIONS(1428), - [anon_sym_if] = ACTIONS(1428), - [anon_sym_switch] = ACTIONS(1428), - [anon_sym_case] = ACTIONS(1428), - [anon_sym_default] = ACTIONS(1428), - [anon_sym_while] = ACTIONS(1428), - [anon_sym_do] = ACTIONS(1428), - [anon_sym_for] = ACTIONS(1428), - [anon_sym_return] = ACTIONS(1428), - [anon_sym_break] = ACTIONS(1428), - [anon_sym_continue] = ACTIONS(1428), - [anon_sym_goto] = ACTIONS(1428), - [anon_sym___try] = ACTIONS(1428), - [anon_sym___leave] = ACTIONS(1428), - [anon_sym_DASH_DASH] = ACTIONS(1430), - [anon_sym_PLUS_PLUS] = ACTIONS(1430), - [anon_sym_sizeof] = ACTIONS(1428), - [anon_sym___alignof__] = ACTIONS(1428), - [anon_sym___alignof] = ACTIONS(1428), - [anon_sym__alignof] = ACTIONS(1428), - [anon_sym_alignof] = ACTIONS(1428), - [anon_sym__Alignof] = ACTIONS(1428), - [anon_sym_offsetof] = ACTIONS(1428), - [anon_sym__Generic] = ACTIONS(1428), - [anon_sym_asm] = ACTIONS(1428), - [anon_sym___asm__] = ACTIONS(1428), - [sym_number_literal] = ACTIONS(1430), - [anon_sym_L_SQUOTE] = ACTIONS(1430), - [anon_sym_u_SQUOTE] = ACTIONS(1430), - [anon_sym_U_SQUOTE] = ACTIONS(1430), - [anon_sym_u8_SQUOTE] = ACTIONS(1430), - [anon_sym_SQUOTE] = ACTIONS(1430), - [anon_sym_L_DQUOTE] = ACTIONS(1430), - [anon_sym_u_DQUOTE] = ACTIONS(1430), - [anon_sym_U_DQUOTE] = ACTIONS(1430), - [anon_sym_u8_DQUOTE] = ACTIONS(1430), - [anon_sym_DQUOTE] = ACTIONS(1430), - [sym_true] = ACTIONS(1428), - [sym_false] = ACTIONS(1428), - [anon_sym_NULL] = ACTIONS(1428), - [anon_sym_nullptr] = ACTIONS(1428), + [sym_identifier] = ACTIONS(1414), + [aux_sym_preproc_include_token1] = ACTIONS(1414), + [aux_sym_preproc_def_token1] = ACTIONS(1414), + [aux_sym_preproc_if_token1] = ACTIONS(1414), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1414), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1414), + [sym_preproc_directive] = ACTIONS(1414), + [anon_sym_LPAREN2] = ACTIONS(1416), + [anon_sym_BANG] = ACTIONS(1416), + [anon_sym_TILDE] = ACTIONS(1416), + [anon_sym_DASH] = ACTIONS(1414), + [anon_sym_PLUS] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1416), + [anon_sym_AMP] = ACTIONS(1416), + [anon_sym_SEMI] = ACTIONS(1416), + [anon_sym___extension__] = ACTIONS(1414), + [anon_sym_typedef] = ACTIONS(1414), + [anon_sym_extern] = ACTIONS(1414), + [anon_sym___attribute__] = ACTIONS(1414), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1416), + [anon_sym___declspec] = ACTIONS(1414), + [anon_sym___cdecl] = ACTIONS(1414), + [anon_sym___clrcall] = ACTIONS(1414), + [anon_sym___stdcall] = ACTIONS(1414), + [anon_sym___fastcall] = ACTIONS(1414), + [anon_sym___thiscall] = ACTIONS(1414), + [anon_sym___vectorcall] = ACTIONS(1414), + [anon_sym_LBRACE] = ACTIONS(1416), + [anon_sym_RBRACE] = ACTIONS(1416), + [anon_sym_signed] = ACTIONS(1414), + [anon_sym_unsigned] = ACTIONS(1414), + [anon_sym_long] = ACTIONS(1414), + [anon_sym_short] = ACTIONS(1414), + [anon_sym_static] = ACTIONS(1414), + [anon_sym_auto] = ACTIONS(1414), + [anon_sym_register] = ACTIONS(1414), + [anon_sym_inline] = ACTIONS(1414), + [anon_sym___inline] = ACTIONS(1414), + [anon_sym___inline__] = ACTIONS(1414), + [anon_sym___forceinline] = ACTIONS(1414), + [anon_sym_thread_local] = ACTIONS(1414), + [anon_sym___thread] = ACTIONS(1414), + [anon_sym_const] = ACTIONS(1414), + [anon_sym_constexpr] = ACTIONS(1414), + [anon_sym_volatile] = ACTIONS(1414), + [anon_sym_restrict] = ACTIONS(1414), + [anon_sym___restrict__] = ACTIONS(1414), + [anon_sym__Atomic] = ACTIONS(1414), + [anon_sym__Noreturn] = ACTIONS(1414), + [anon_sym_noreturn] = ACTIONS(1414), + [sym_primitive_type] = ACTIONS(1414), + [anon_sym_enum] = ACTIONS(1414), + [anon_sym_struct] = ACTIONS(1414), + [anon_sym_union] = ACTIONS(1414), + [anon_sym_if] = ACTIONS(1414), + [anon_sym_switch] = ACTIONS(1414), + [anon_sym_case] = ACTIONS(1414), + [anon_sym_default] = ACTIONS(1414), + [anon_sym_while] = ACTIONS(1414), + [anon_sym_do] = ACTIONS(1414), + [anon_sym_for] = ACTIONS(1414), + [anon_sym_return] = ACTIONS(1414), + [anon_sym_break] = ACTIONS(1414), + [anon_sym_continue] = ACTIONS(1414), + [anon_sym_goto] = ACTIONS(1414), + [anon_sym___try] = ACTIONS(1414), + [anon_sym___leave] = ACTIONS(1414), + [anon_sym_DASH_DASH] = ACTIONS(1416), + [anon_sym_PLUS_PLUS] = ACTIONS(1416), + [anon_sym_sizeof] = ACTIONS(1414), + [anon_sym___alignof__] = ACTIONS(1414), + [anon_sym___alignof] = ACTIONS(1414), + [anon_sym__alignof] = ACTIONS(1414), + [anon_sym_alignof] = ACTIONS(1414), + [anon_sym__Alignof] = ACTIONS(1414), + [anon_sym_offsetof] = ACTIONS(1414), + [anon_sym__Generic] = ACTIONS(1414), + [anon_sym_asm] = ACTIONS(1414), + [anon_sym___asm__] = ACTIONS(1414), + [sym_number_literal] = ACTIONS(1416), + [anon_sym_L_SQUOTE] = ACTIONS(1416), + [anon_sym_u_SQUOTE] = ACTIONS(1416), + [anon_sym_U_SQUOTE] = ACTIONS(1416), + [anon_sym_u8_SQUOTE] = ACTIONS(1416), + [anon_sym_SQUOTE] = ACTIONS(1416), + [anon_sym_L_DQUOTE] = ACTIONS(1416), + [anon_sym_u_DQUOTE] = ACTIONS(1416), + [anon_sym_U_DQUOTE] = ACTIONS(1416), + [anon_sym_u8_DQUOTE] = ACTIONS(1416), + [anon_sym_DQUOTE] = ACTIONS(1416), + [sym_true] = ACTIONS(1414), + [sym_false] = ACTIONS(1414), + [anon_sym_NULL] = ACTIONS(1414), + [anon_sym_nullptr] = ACTIONS(1414), [sym_comment] = ACTIONS(3), }, [378] = { - [sym_identifier] = ACTIONS(1444), - [aux_sym_preproc_include_token1] = ACTIONS(1444), - [aux_sym_preproc_def_token1] = ACTIONS(1444), - [aux_sym_preproc_if_token1] = ACTIONS(1444), - [aux_sym_preproc_if_token2] = ACTIONS(1444), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1444), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1444), - [sym_preproc_directive] = ACTIONS(1444), - [anon_sym_LPAREN2] = ACTIONS(1446), - [anon_sym_BANG] = ACTIONS(1446), - [anon_sym_TILDE] = ACTIONS(1446), - [anon_sym_DASH] = ACTIONS(1444), - [anon_sym_PLUS] = ACTIONS(1444), - [anon_sym_STAR] = ACTIONS(1446), - [anon_sym_AMP] = ACTIONS(1446), - [anon_sym_SEMI] = ACTIONS(1446), - [anon_sym___extension__] = ACTIONS(1444), - [anon_sym_typedef] = ACTIONS(1444), - [anon_sym_extern] = ACTIONS(1444), - [anon_sym___attribute__] = ACTIONS(1444), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1446), - [anon_sym___declspec] = ACTIONS(1444), - [anon_sym___cdecl] = ACTIONS(1444), - [anon_sym___clrcall] = ACTIONS(1444), - [anon_sym___stdcall] = ACTIONS(1444), - [anon_sym___fastcall] = ACTIONS(1444), - [anon_sym___thiscall] = ACTIONS(1444), - [anon_sym___vectorcall] = ACTIONS(1444), - [anon_sym_LBRACE] = ACTIONS(1446), - [anon_sym_signed] = ACTIONS(1444), - [anon_sym_unsigned] = ACTIONS(1444), - [anon_sym_long] = ACTIONS(1444), - [anon_sym_short] = ACTIONS(1444), - [anon_sym_static] = ACTIONS(1444), - [anon_sym_auto] = ACTIONS(1444), - [anon_sym_register] = ACTIONS(1444), - [anon_sym_inline] = ACTIONS(1444), - [anon_sym___inline] = ACTIONS(1444), - [anon_sym___inline__] = ACTIONS(1444), - [anon_sym___forceinline] = ACTIONS(1444), - [anon_sym_thread_local] = ACTIONS(1444), - [anon_sym___thread] = ACTIONS(1444), - [anon_sym_const] = ACTIONS(1444), - [anon_sym_constexpr] = ACTIONS(1444), - [anon_sym_volatile] = ACTIONS(1444), - [anon_sym_restrict] = ACTIONS(1444), - [anon_sym___restrict__] = ACTIONS(1444), - [anon_sym__Atomic] = ACTIONS(1444), - [anon_sym__Noreturn] = ACTIONS(1444), - [anon_sym_noreturn] = ACTIONS(1444), - [sym_primitive_type] = ACTIONS(1444), - [anon_sym_enum] = ACTIONS(1444), - [anon_sym_struct] = ACTIONS(1444), - [anon_sym_union] = ACTIONS(1444), - [anon_sym_if] = ACTIONS(1444), - [anon_sym_switch] = ACTIONS(1444), - [anon_sym_case] = ACTIONS(1444), - [anon_sym_default] = ACTIONS(1444), - [anon_sym_while] = ACTIONS(1444), - [anon_sym_do] = ACTIONS(1444), - [anon_sym_for] = ACTIONS(1444), - [anon_sym_return] = ACTIONS(1444), - [anon_sym_break] = ACTIONS(1444), - [anon_sym_continue] = ACTIONS(1444), - [anon_sym_goto] = ACTIONS(1444), - [anon_sym___try] = ACTIONS(1444), - [anon_sym___leave] = ACTIONS(1444), - [anon_sym_DASH_DASH] = ACTIONS(1446), - [anon_sym_PLUS_PLUS] = ACTIONS(1446), - [anon_sym_sizeof] = ACTIONS(1444), - [anon_sym___alignof__] = ACTIONS(1444), - [anon_sym___alignof] = ACTIONS(1444), - [anon_sym__alignof] = ACTIONS(1444), - [anon_sym_alignof] = ACTIONS(1444), - [anon_sym__Alignof] = ACTIONS(1444), - [anon_sym_offsetof] = ACTIONS(1444), - [anon_sym__Generic] = ACTIONS(1444), - [anon_sym_asm] = ACTIONS(1444), - [anon_sym___asm__] = ACTIONS(1444), - [sym_number_literal] = ACTIONS(1446), - [anon_sym_L_SQUOTE] = ACTIONS(1446), - [anon_sym_u_SQUOTE] = ACTIONS(1446), - [anon_sym_U_SQUOTE] = ACTIONS(1446), - [anon_sym_u8_SQUOTE] = ACTIONS(1446), - [anon_sym_SQUOTE] = ACTIONS(1446), - [anon_sym_L_DQUOTE] = ACTIONS(1446), - [anon_sym_u_DQUOTE] = ACTIONS(1446), - [anon_sym_U_DQUOTE] = ACTIONS(1446), - [anon_sym_u8_DQUOTE] = ACTIONS(1446), - [anon_sym_DQUOTE] = ACTIONS(1446), - [sym_true] = ACTIONS(1444), - [sym_false] = ACTIONS(1444), - [anon_sym_NULL] = ACTIONS(1444), - [anon_sym_nullptr] = ACTIONS(1444), + [sym_identifier] = ACTIONS(1434), + [aux_sym_preproc_include_token1] = ACTIONS(1434), + [aux_sym_preproc_def_token1] = ACTIONS(1434), + [aux_sym_preproc_if_token1] = ACTIONS(1434), + [aux_sym_preproc_if_token2] = ACTIONS(1434), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1434), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1434), + [sym_preproc_directive] = ACTIONS(1434), + [anon_sym_LPAREN2] = ACTIONS(1436), + [anon_sym_BANG] = ACTIONS(1436), + [anon_sym_TILDE] = ACTIONS(1436), + [anon_sym_DASH] = ACTIONS(1434), + [anon_sym_PLUS] = ACTIONS(1434), + [anon_sym_STAR] = ACTIONS(1436), + [anon_sym_AMP] = ACTIONS(1436), + [anon_sym_SEMI] = ACTIONS(1436), + [anon_sym___extension__] = ACTIONS(1434), + [anon_sym_typedef] = ACTIONS(1434), + [anon_sym_extern] = ACTIONS(1434), + [anon_sym___attribute__] = ACTIONS(1434), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1436), + [anon_sym___declspec] = ACTIONS(1434), + [anon_sym___cdecl] = ACTIONS(1434), + [anon_sym___clrcall] = ACTIONS(1434), + [anon_sym___stdcall] = ACTIONS(1434), + [anon_sym___fastcall] = ACTIONS(1434), + [anon_sym___thiscall] = ACTIONS(1434), + [anon_sym___vectorcall] = ACTIONS(1434), + [anon_sym_LBRACE] = ACTIONS(1436), + [anon_sym_signed] = ACTIONS(1434), + [anon_sym_unsigned] = ACTIONS(1434), + [anon_sym_long] = ACTIONS(1434), + [anon_sym_short] = ACTIONS(1434), + [anon_sym_static] = ACTIONS(1434), + [anon_sym_auto] = ACTIONS(1434), + [anon_sym_register] = ACTIONS(1434), + [anon_sym_inline] = ACTIONS(1434), + [anon_sym___inline] = ACTIONS(1434), + [anon_sym___inline__] = ACTIONS(1434), + [anon_sym___forceinline] = ACTIONS(1434), + [anon_sym_thread_local] = ACTIONS(1434), + [anon_sym___thread] = ACTIONS(1434), + [anon_sym_const] = ACTIONS(1434), + [anon_sym_constexpr] = ACTIONS(1434), + [anon_sym_volatile] = ACTIONS(1434), + [anon_sym_restrict] = ACTIONS(1434), + [anon_sym___restrict__] = ACTIONS(1434), + [anon_sym__Atomic] = ACTIONS(1434), + [anon_sym__Noreturn] = ACTIONS(1434), + [anon_sym_noreturn] = ACTIONS(1434), + [sym_primitive_type] = ACTIONS(1434), + [anon_sym_enum] = ACTIONS(1434), + [anon_sym_struct] = ACTIONS(1434), + [anon_sym_union] = ACTIONS(1434), + [anon_sym_if] = ACTIONS(1434), + [anon_sym_switch] = ACTIONS(1434), + [anon_sym_case] = ACTIONS(1434), + [anon_sym_default] = ACTIONS(1434), + [anon_sym_while] = ACTIONS(1434), + [anon_sym_do] = ACTIONS(1434), + [anon_sym_for] = ACTIONS(1434), + [anon_sym_return] = ACTIONS(1434), + [anon_sym_break] = ACTIONS(1434), + [anon_sym_continue] = ACTIONS(1434), + [anon_sym_goto] = ACTIONS(1434), + [anon_sym___try] = ACTIONS(1434), + [anon_sym___leave] = ACTIONS(1434), + [anon_sym_DASH_DASH] = ACTIONS(1436), + [anon_sym_PLUS_PLUS] = ACTIONS(1436), + [anon_sym_sizeof] = ACTIONS(1434), + [anon_sym___alignof__] = ACTIONS(1434), + [anon_sym___alignof] = ACTIONS(1434), + [anon_sym__alignof] = ACTIONS(1434), + [anon_sym_alignof] = ACTIONS(1434), + [anon_sym__Alignof] = ACTIONS(1434), + [anon_sym_offsetof] = ACTIONS(1434), + [anon_sym__Generic] = ACTIONS(1434), + [anon_sym_asm] = ACTIONS(1434), + [anon_sym___asm__] = ACTIONS(1434), + [sym_number_literal] = ACTIONS(1436), + [anon_sym_L_SQUOTE] = ACTIONS(1436), + [anon_sym_u_SQUOTE] = ACTIONS(1436), + [anon_sym_U_SQUOTE] = ACTIONS(1436), + [anon_sym_u8_SQUOTE] = ACTIONS(1436), + [anon_sym_SQUOTE] = ACTIONS(1436), + [anon_sym_L_DQUOTE] = ACTIONS(1436), + [anon_sym_u_DQUOTE] = ACTIONS(1436), + [anon_sym_U_DQUOTE] = ACTIONS(1436), + [anon_sym_u8_DQUOTE] = ACTIONS(1436), + [anon_sym_DQUOTE] = ACTIONS(1436), + [sym_true] = ACTIONS(1434), + [sym_false] = ACTIONS(1434), + [anon_sym_NULL] = ACTIONS(1434), + [anon_sym_nullptr] = ACTIONS(1434), [sym_comment] = ACTIONS(3), }, [379] = { - [sym_identifier] = ACTIONS(1420), - [aux_sym_preproc_include_token1] = ACTIONS(1420), - [aux_sym_preproc_def_token1] = ACTIONS(1420), - [aux_sym_preproc_if_token1] = ACTIONS(1420), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1420), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1420), - [sym_preproc_directive] = ACTIONS(1420), - [anon_sym_LPAREN2] = ACTIONS(1422), - [anon_sym_BANG] = ACTIONS(1422), - [anon_sym_TILDE] = ACTIONS(1422), - [anon_sym_DASH] = ACTIONS(1420), - [anon_sym_PLUS] = ACTIONS(1420), - [anon_sym_STAR] = ACTIONS(1422), - [anon_sym_AMP] = ACTIONS(1422), - [anon_sym_SEMI] = ACTIONS(1422), - [anon_sym___extension__] = ACTIONS(1420), - [anon_sym_typedef] = ACTIONS(1420), - [anon_sym_extern] = ACTIONS(1420), - [anon_sym___attribute__] = ACTIONS(1420), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1422), - [anon_sym___declspec] = ACTIONS(1420), - [anon_sym___cdecl] = ACTIONS(1420), - [anon_sym___clrcall] = ACTIONS(1420), - [anon_sym___stdcall] = ACTIONS(1420), - [anon_sym___fastcall] = ACTIONS(1420), - [anon_sym___thiscall] = ACTIONS(1420), - [anon_sym___vectorcall] = ACTIONS(1420), - [anon_sym_LBRACE] = ACTIONS(1422), - [anon_sym_RBRACE] = ACTIONS(1422), - [anon_sym_signed] = ACTIONS(1420), - [anon_sym_unsigned] = ACTIONS(1420), - [anon_sym_long] = ACTIONS(1420), - [anon_sym_short] = ACTIONS(1420), - [anon_sym_static] = ACTIONS(1420), - [anon_sym_auto] = ACTIONS(1420), - [anon_sym_register] = ACTIONS(1420), - [anon_sym_inline] = ACTIONS(1420), - [anon_sym___inline] = ACTIONS(1420), - [anon_sym___inline__] = ACTIONS(1420), - [anon_sym___forceinline] = ACTIONS(1420), - [anon_sym_thread_local] = ACTIONS(1420), - [anon_sym___thread] = ACTIONS(1420), - [anon_sym_const] = ACTIONS(1420), - [anon_sym_constexpr] = ACTIONS(1420), - [anon_sym_volatile] = ACTIONS(1420), - [anon_sym_restrict] = ACTIONS(1420), - [anon_sym___restrict__] = ACTIONS(1420), - [anon_sym__Atomic] = ACTIONS(1420), - [anon_sym__Noreturn] = ACTIONS(1420), - [anon_sym_noreturn] = ACTIONS(1420), - [sym_primitive_type] = ACTIONS(1420), - [anon_sym_enum] = ACTIONS(1420), - [anon_sym_struct] = ACTIONS(1420), - [anon_sym_union] = ACTIONS(1420), - [anon_sym_if] = ACTIONS(1420), - [anon_sym_switch] = ACTIONS(1420), - [anon_sym_case] = ACTIONS(1420), - [anon_sym_default] = ACTIONS(1420), - [anon_sym_while] = ACTIONS(1420), - [anon_sym_do] = ACTIONS(1420), - [anon_sym_for] = ACTIONS(1420), - [anon_sym_return] = ACTIONS(1420), - [anon_sym_break] = ACTIONS(1420), - [anon_sym_continue] = ACTIONS(1420), - [anon_sym_goto] = ACTIONS(1420), - [anon_sym___try] = ACTIONS(1420), - [anon_sym___leave] = ACTIONS(1420), - [anon_sym_DASH_DASH] = ACTIONS(1422), - [anon_sym_PLUS_PLUS] = ACTIONS(1422), - [anon_sym_sizeof] = ACTIONS(1420), - [anon_sym___alignof__] = ACTIONS(1420), - [anon_sym___alignof] = ACTIONS(1420), - [anon_sym__alignof] = ACTIONS(1420), - [anon_sym_alignof] = ACTIONS(1420), - [anon_sym__Alignof] = ACTIONS(1420), - [anon_sym_offsetof] = ACTIONS(1420), - [anon_sym__Generic] = ACTIONS(1420), - [anon_sym_asm] = ACTIONS(1420), - [anon_sym___asm__] = ACTIONS(1420), - [sym_number_literal] = ACTIONS(1422), - [anon_sym_L_SQUOTE] = ACTIONS(1422), - [anon_sym_u_SQUOTE] = ACTIONS(1422), - [anon_sym_U_SQUOTE] = ACTIONS(1422), - [anon_sym_u8_SQUOTE] = ACTIONS(1422), - [anon_sym_SQUOTE] = ACTIONS(1422), - [anon_sym_L_DQUOTE] = ACTIONS(1422), - [anon_sym_u_DQUOTE] = ACTIONS(1422), - [anon_sym_U_DQUOTE] = ACTIONS(1422), - [anon_sym_u8_DQUOTE] = ACTIONS(1422), - [anon_sym_DQUOTE] = ACTIONS(1422), - [sym_true] = ACTIONS(1420), - [sym_false] = ACTIONS(1420), - [anon_sym_NULL] = ACTIONS(1420), - [anon_sym_nullptr] = ACTIONS(1420), + [sym_identifier] = ACTIONS(1406), + [aux_sym_preproc_include_token1] = ACTIONS(1406), + [aux_sym_preproc_def_token1] = ACTIONS(1406), + [aux_sym_preproc_if_token1] = ACTIONS(1406), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1406), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1406), + [sym_preproc_directive] = ACTIONS(1406), + [anon_sym_LPAREN2] = ACTIONS(1408), + [anon_sym_BANG] = ACTIONS(1408), + [anon_sym_TILDE] = ACTIONS(1408), + [anon_sym_DASH] = ACTIONS(1406), + [anon_sym_PLUS] = ACTIONS(1406), + [anon_sym_STAR] = ACTIONS(1408), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_SEMI] = ACTIONS(1408), + [anon_sym___extension__] = ACTIONS(1406), + [anon_sym_typedef] = ACTIONS(1406), + [anon_sym_extern] = ACTIONS(1406), + [anon_sym___attribute__] = ACTIONS(1406), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1408), + [anon_sym___declspec] = ACTIONS(1406), + [anon_sym___cdecl] = ACTIONS(1406), + [anon_sym___clrcall] = ACTIONS(1406), + [anon_sym___stdcall] = ACTIONS(1406), + [anon_sym___fastcall] = ACTIONS(1406), + [anon_sym___thiscall] = ACTIONS(1406), + [anon_sym___vectorcall] = ACTIONS(1406), + [anon_sym_LBRACE] = ACTIONS(1408), + [anon_sym_RBRACE] = ACTIONS(1408), + [anon_sym_signed] = ACTIONS(1406), + [anon_sym_unsigned] = ACTIONS(1406), + [anon_sym_long] = ACTIONS(1406), + [anon_sym_short] = ACTIONS(1406), + [anon_sym_static] = ACTIONS(1406), + [anon_sym_auto] = ACTIONS(1406), + [anon_sym_register] = ACTIONS(1406), + [anon_sym_inline] = ACTIONS(1406), + [anon_sym___inline] = ACTIONS(1406), + [anon_sym___inline__] = ACTIONS(1406), + [anon_sym___forceinline] = ACTIONS(1406), + [anon_sym_thread_local] = ACTIONS(1406), + [anon_sym___thread] = ACTIONS(1406), + [anon_sym_const] = ACTIONS(1406), + [anon_sym_constexpr] = ACTIONS(1406), + [anon_sym_volatile] = ACTIONS(1406), + [anon_sym_restrict] = ACTIONS(1406), + [anon_sym___restrict__] = ACTIONS(1406), + [anon_sym__Atomic] = ACTIONS(1406), + [anon_sym__Noreturn] = ACTIONS(1406), + [anon_sym_noreturn] = ACTIONS(1406), + [sym_primitive_type] = ACTIONS(1406), + [anon_sym_enum] = ACTIONS(1406), + [anon_sym_struct] = ACTIONS(1406), + [anon_sym_union] = ACTIONS(1406), + [anon_sym_if] = ACTIONS(1406), + [anon_sym_switch] = ACTIONS(1406), + [anon_sym_case] = ACTIONS(1406), + [anon_sym_default] = ACTIONS(1406), + [anon_sym_while] = ACTIONS(1406), + [anon_sym_do] = ACTIONS(1406), + [anon_sym_for] = ACTIONS(1406), + [anon_sym_return] = ACTIONS(1406), + [anon_sym_break] = ACTIONS(1406), + [anon_sym_continue] = ACTIONS(1406), + [anon_sym_goto] = ACTIONS(1406), + [anon_sym___try] = ACTIONS(1406), + [anon_sym___leave] = ACTIONS(1406), + [anon_sym_DASH_DASH] = ACTIONS(1408), + [anon_sym_PLUS_PLUS] = ACTIONS(1408), + [anon_sym_sizeof] = ACTIONS(1406), + [anon_sym___alignof__] = ACTIONS(1406), + [anon_sym___alignof] = ACTIONS(1406), + [anon_sym__alignof] = ACTIONS(1406), + [anon_sym_alignof] = ACTIONS(1406), + [anon_sym__Alignof] = ACTIONS(1406), + [anon_sym_offsetof] = ACTIONS(1406), + [anon_sym__Generic] = ACTIONS(1406), + [anon_sym_asm] = ACTIONS(1406), + [anon_sym___asm__] = ACTIONS(1406), + [sym_number_literal] = ACTIONS(1408), + [anon_sym_L_SQUOTE] = ACTIONS(1408), + [anon_sym_u_SQUOTE] = ACTIONS(1408), + [anon_sym_U_SQUOTE] = ACTIONS(1408), + [anon_sym_u8_SQUOTE] = ACTIONS(1408), + [anon_sym_SQUOTE] = ACTIONS(1408), + [anon_sym_L_DQUOTE] = ACTIONS(1408), + [anon_sym_u_DQUOTE] = ACTIONS(1408), + [anon_sym_U_DQUOTE] = ACTIONS(1408), + [anon_sym_u8_DQUOTE] = ACTIONS(1408), + [anon_sym_DQUOTE] = ACTIONS(1408), + [sym_true] = ACTIONS(1406), + [sym_false] = ACTIONS(1406), + [anon_sym_NULL] = ACTIONS(1406), + [anon_sym_nullptr] = ACTIONS(1406), [sym_comment] = ACTIONS(3), }, [380] = { - [sym_identifier] = ACTIONS(1452), - [aux_sym_preproc_include_token1] = ACTIONS(1452), - [aux_sym_preproc_def_token1] = ACTIONS(1452), - [aux_sym_preproc_if_token1] = ACTIONS(1452), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1452), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1452), - [sym_preproc_directive] = ACTIONS(1452), - [anon_sym_LPAREN2] = ACTIONS(1454), - [anon_sym_BANG] = ACTIONS(1454), - [anon_sym_TILDE] = ACTIONS(1454), - [anon_sym_DASH] = ACTIONS(1452), - [anon_sym_PLUS] = ACTIONS(1452), - [anon_sym_STAR] = ACTIONS(1454), - [anon_sym_AMP] = ACTIONS(1454), - [anon_sym_SEMI] = ACTIONS(1454), - [anon_sym___extension__] = ACTIONS(1452), - [anon_sym_typedef] = ACTIONS(1452), - [anon_sym_extern] = ACTIONS(1452), - [anon_sym___attribute__] = ACTIONS(1452), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1454), - [anon_sym___declspec] = ACTIONS(1452), - [anon_sym___cdecl] = ACTIONS(1452), - [anon_sym___clrcall] = ACTIONS(1452), - [anon_sym___stdcall] = ACTIONS(1452), - [anon_sym___fastcall] = ACTIONS(1452), - [anon_sym___thiscall] = ACTIONS(1452), - [anon_sym___vectorcall] = ACTIONS(1452), - [anon_sym_LBRACE] = ACTIONS(1454), - [anon_sym_RBRACE] = ACTIONS(1454), - [anon_sym_signed] = ACTIONS(1452), - [anon_sym_unsigned] = ACTIONS(1452), - [anon_sym_long] = ACTIONS(1452), - [anon_sym_short] = ACTIONS(1452), - [anon_sym_static] = ACTIONS(1452), - [anon_sym_auto] = ACTIONS(1452), - [anon_sym_register] = ACTIONS(1452), - [anon_sym_inline] = ACTIONS(1452), - [anon_sym___inline] = ACTIONS(1452), - [anon_sym___inline__] = ACTIONS(1452), - [anon_sym___forceinline] = ACTIONS(1452), - [anon_sym_thread_local] = ACTIONS(1452), - [anon_sym___thread] = ACTIONS(1452), - [anon_sym_const] = ACTIONS(1452), - [anon_sym_constexpr] = ACTIONS(1452), - [anon_sym_volatile] = ACTIONS(1452), - [anon_sym_restrict] = ACTIONS(1452), - [anon_sym___restrict__] = ACTIONS(1452), - [anon_sym__Atomic] = ACTIONS(1452), - [anon_sym__Noreturn] = ACTIONS(1452), - [anon_sym_noreturn] = ACTIONS(1452), - [sym_primitive_type] = ACTIONS(1452), - [anon_sym_enum] = ACTIONS(1452), - [anon_sym_struct] = ACTIONS(1452), - [anon_sym_union] = ACTIONS(1452), - [anon_sym_if] = ACTIONS(1452), - [anon_sym_switch] = ACTIONS(1452), - [anon_sym_case] = ACTIONS(1452), - [anon_sym_default] = ACTIONS(1452), - [anon_sym_while] = ACTIONS(1452), - [anon_sym_do] = ACTIONS(1452), - [anon_sym_for] = ACTIONS(1452), - [anon_sym_return] = ACTIONS(1452), - [anon_sym_break] = ACTIONS(1452), - [anon_sym_continue] = ACTIONS(1452), - [anon_sym_goto] = ACTIONS(1452), - [anon_sym___try] = ACTIONS(1452), - [anon_sym___leave] = ACTIONS(1452), - [anon_sym_DASH_DASH] = ACTIONS(1454), - [anon_sym_PLUS_PLUS] = ACTIONS(1454), - [anon_sym_sizeof] = ACTIONS(1452), - [anon_sym___alignof__] = ACTIONS(1452), - [anon_sym___alignof] = ACTIONS(1452), - [anon_sym__alignof] = ACTIONS(1452), - [anon_sym_alignof] = ACTIONS(1452), - [anon_sym__Alignof] = ACTIONS(1452), - [anon_sym_offsetof] = ACTIONS(1452), - [anon_sym__Generic] = ACTIONS(1452), - [anon_sym_asm] = ACTIONS(1452), - [anon_sym___asm__] = ACTIONS(1452), - [sym_number_literal] = ACTIONS(1454), - [anon_sym_L_SQUOTE] = ACTIONS(1454), - [anon_sym_u_SQUOTE] = ACTIONS(1454), - [anon_sym_U_SQUOTE] = ACTIONS(1454), - [anon_sym_u8_SQUOTE] = ACTIONS(1454), - [anon_sym_SQUOTE] = ACTIONS(1454), - [anon_sym_L_DQUOTE] = ACTIONS(1454), - [anon_sym_u_DQUOTE] = ACTIONS(1454), - [anon_sym_U_DQUOTE] = ACTIONS(1454), - [anon_sym_u8_DQUOTE] = ACTIONS(1454), - [anon_sym_DQUOTE] = ACTIONS(1454), - [sym_true] = ACTIONS(1452), - [sym_false] = ACTIONS(1452), - [anon_sym_NULL] = ACTIONS(1452), - [anon_sym_nullptr] = ACTIONS(1452), + [sym_identifier] = ACTIONS(1410), + [aux_sym_preproc_include_token1] = ACTIONS(1410), + [aux_sym_preproc_def_token1] = ACTIONS(1410), + [aux_sym_preproc_if_token1] = ACTIONS(1410), + [aux_sym_preproc_if_token2] = ACTIONS(1410), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1410), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1410), + [sym_preproc_directive] = ACTIONS(1410), + [anon_sym_LPAREN2] = ACTIONS(1412), + [anon_sym_BANG] = ACTIONS(1412), + [anon_sym_TILDE] = ACTIONS(1412), + [anon_sym_DASH] = ACTIONS(1410), + [anon_sym_PLUS] = ACTIONS(1410), + [anon_sym_STAR] = ACTIONS(1412), + [anon_sym_AMP] = ACTIONS(1412), + [anon_sym_SEMI] = ACTIONS(1412), + [anon_sym___extension__] = ACTIONS(1410), + [anon_sym_typedef] = ACTIONS(1410), + [anon_sym_extern] = ACTIONS(1410), + [anon_sym___attribute__] = ACTIONS(1410), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1412), + [anon_sym___declspec] = ACTIONS(1410), + [anon_sym___cdecl] = ACTIONS(1410), + [anon_sym___clrcall] = ACTIONS(1410), + [anon_sym___stdcall] = ACTIONS(1410), + [anon_sym___fastcall] = ACTIONS(1410), + [anon_sym___thiscall] = ACTIONS(1410), + [anon_sym___vectorcall] = ACTIONS(1410), + [anon_sym_LBRACE] = ACTIONS(1412), + [anon_sym_signed] = ACTIONS(1410), + [anon_sym_unsigned] = ACTIONS(1410), + [anon_sym_long] = ACTIONS(1410), + [anon_sym_short] = ACTIONS(1410), + [anon_sym_static] = ACTIONS(1410), + [anon_sym_auto] = ACTIONS(1410), + [anon_sym_register] = ACTIONS(1410), + [anon_sym_inline] = ACTIONS(1410), + [anon_sym___inline] = ACTIONS(1410), + [anon_sym___inline__] = ACTIONS(1410), + [anon_sym___forceinline] = ACTIONS(1410), + [anon_sym_thread_local] = ACTIONS(1410), + [anon_sym___thread] = ACTIONS(1410), + [anon_sym_const] = ACTIONS(1410), + [anon_sym_constexpr] = ACTIONS(1410), + [anon_sym_volatile] = ACTIONS(1410), + [anon_sym_restrict] = ACTIONS(1410), + [anon_sym___restrict__] = ACTIONS(1410), + [anon_sym__Atomic] = ACTIONS(1410), + [anon_sym__Noreturn] = ACTIONS(1410), + [anon_sym_noreturn] = ACTIONS(1410), + [sym_primitive_type] = ACTIONS(1410), + [anon_sym_enum] = ACTIONS(1410), + [anon_sym_struct] = ACTIONS(1410), + [anon_sym_union] = ACTIONS(1410), + [anon_sym_if] = ACTIONS(1410), + [anon_sym_switch] = ACTIONS(1410), + [anon_sym_case] = ACTIONS(1410), + [anon_sym_default] = ACTIONS(1410), + [anon_sym_while] = ACTIONS(1410), + [anon_sym_do] = ACTIONS(1410), + [anon_sym_for] = ACTIONS(1410), + [anon_sym_return] = ACTIONS(1410), + [anon_sym_break] = ACTIONS(1410), + [anon_sym_continue] = ACTIONS(1410), + [anon_sym_goto] = ACTIONS(1410), + [anon_sym___try] = ACTIONS(1410), + [anon_sym___leave] = ACTIONS(1410), + [anon_sym_DASH_DASH] = ACTIONS(1412), + [anon_sym_PLUS_PLUS] = ACTIONS(1412), + [anon_sym_sizeof] = ACTIONS(1410), + [anon_sym___alignof__] = ACTIONS(1410), + [anon_sym___alignof] = ACTIONS(1410), + [anon_sym__alignof] = ACTIONS(1410), + [anon_sym_alignof] = ACTIONS(1410), + [anon_sym__Alignof] = ACTIONS(1410), + [anon_sym_offsetof] = ACTIONS(1410), + [anon_sym__Generic] = ACTIONS(1410), + [anon_sym_asm] = ACTIONS(1410), + [anon_sym___asm__] = ACTIONS(1410), + [sym_number_literal] = ACTIONS(1412), + [anon_sym_L_SQUOTE] = ACTIONS(1412), + [anon_sym_u_SQUOTE] = ACTIONS(1412), + [anon_sym_U_SQUOTE] = ACTIONS(1412), + [anon_sym_u8_SQUOTE] = ACTIONS(1412), + [anon_sym_SQUOTE] = ACTIONS(1412), + [anon_sym_L_DQUOTE] = ACTIONS(1412), + [anon_sym_u_DQUOTE] = ACTIONS(1412), + [anon_sym_U_DQUOTE] = ACTIONS(1412), + [anon_sym_u8_DQUOTE] = ACTIONS(1412), + [anon_sym_DQUOTE] = ACTIONS(1412), + [sym_true] = ACTIONS(1410), + [sym_false] = ACTIONS(1410), + [anon_sym_NULL] = ACTIONS(1410), + [anon_sym_nullptr] = ACTIONS(1410), [sym_comment] = ACTIONS(3), }, [381] = { - [sym_identifier] = ACTIONS(1412), - [aux_sym_preproc_include_token1] = ACTIONS(1412), - [aux_sym_preproc_def_token1] = ACTIONS(1412), - [aux_sym_preproc_if_token1] = ACTIONS(1412), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1412), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1412), - [sym_preproc_directive] = ACTIONS(1412), - [anon_sym_LPAREN2] = ACTIONS(1414), - [anon_sym_BANG] = ACTIONS(1414), - [anon_sym_TILDE] = ACTIONS(1414), - [anon_sym_DASH] = ACTIONS(1412), - [anon_sym_PLUS] = ACTIONS(1412), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(1412), - [anon_sym_typedef] = ACTIONS(1412), - [anon_sym_extern] = ACTIONS(1412), - [anon_sym___attribute__] = ACTIONS(1412), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1414), - [anon_sym___declspec] = ACTIONS(1412), - [anon_sym___cdecl] = ACTIONS(1412), - [anon_sym___clrcall] = ACTIONS(1412), - [anon_sym___stdcall] = ACTIONS(1412), - [anon_sym___fastcall] = ACTIONS(1412), - [anon_sym___thiscall] = ACTIONS(1412), - [anon_sym___vectorcall] = ACTIONS(1412), - [anon_sym_LBRACE] = ACTIONS(1414), - [anon_sym_RBRACE] = ACTIONS(1414), - [anon_sym_signed] = ACTIONS(1412), - [anon_sym_unsigned] = ACTIONS(1412), - [anon_sym_long] = ACTIONS(1412), - [anon_sym_short] = ACTIONS(1412), - [anon_sym_static] = ACTIONS(1412), - [anon_sym_auto] = ACTIONS(1412), - [anon_sym_register] = ACTIONS(1412), - [anon_sym_inline] = ACTIONS(1412), - [anon_sym___inline] = ACTIONS(1412), - [anon_sym___inline__] = ACTIONS(1412), - [anon_sym___forceinline] = ACTIONS(1412), - [anon_sym_thread_local] = ACTIONS(1412), - [anon_sym___thread] = ACTIONS(1412), - [anon_sym_const] = ACTIONS(1412), - [anon_sym_constexpr] = ACTIONS(1412), - [anon_sym_volatile] = ACTIONS(1412), - [anon_sym_restrict] = ACTIONS(1412), - [anon_sym___restrict__] = ACTIONS(1412), - [anon_sym__Atomic] = ACTIONS(1412), - [anon_sym__Noreturn] = ACTIONS(1412), - [anon_sym_noreturn] = ACTIONS(1412), - [sym_primitive_type] = ACTIONS(1412), - [anon_sym_enum] = ACTIONS(1412), - [anon_sym_struct] = ACTIONS(1412), - [anon_sym_union] = ACTIONS(1412), - [anon_sym_if] = ACTIONS(1412), - [anon_sym_switch] = ACTIONS(1412), - [anon_sym_case] = ACTIONS(1412), - [anon_sym_default] = ACTIONS(1412), - [anon_sym_while] = ACTIONS(1412), - [anon_sym_do] = ACTIONS(1412), - [anon_sym_for] = ACTIONS(1412), - [anon_sym_return] = ACTIONS(1412), - [anon_sym_break] = ACTIONS(1412), - [anon_sym_continue] = ACTIONS(1412), - [anon_sym_goto] = ACTIONS(1412), - [anon_sym___try] = ACTIONS(1412), - [anon_sym___leave] = ACTIONS(1412), - [anon_sym_DASH_DASH] = ACTIONS(1414), - [anon_sym_PLUS_PLUS] = ACTIONS(1414), - [anon_sym_sizeof] = ACTIONS(1412), - [anon_sym___alignof__] = ACTIONS(1412), - [anon_sym___alignof] = ACTIONS(1412), - [anon_sym__alignof] = ACTIONS(1412), - [anon_sym_alignof] = ACTIONS(1412), - [anon_sym__Alignof] = ACTIONS(1412), - [anon_sym_offsetof] = ACTIONS(1412), - [anon_sym__Generic] = ACTIONS(1412), - [anon_sym_asm] = ACTIONS(1412), - [anon_sym___asm__] = ACTIONS(1412), - [sym_number_literal] = ACTIONS(1414), - [anon_sym_L_SQUOTE] = ACTIONS(1414), - [anon_sym_u_SQUOTE] = ACTIONS(1414), - [anon_sym_U_SQUOTE] = ACTIONS(1414), - [anon_sym_u8_SQUOTE] = ACTIONS(1414), - [anon_sym_SQUOTE] = ACTIONS(1414), - [anon_sym_L_DQUOTE] = ACTIONS(1414), - [anon_sym_u_DQUOTE] = ACTIONS(1414), - [anon_sym_U_DQUOTE] = ACTIONS(1414), - [anon_sym_u8_DQUOTE] = ACTIONS(1414), - [anon_sym_DQUOTE] = ACTIONS(1414), - [sym_true] = ACTIONS(1412), - [sym_false] = ACTIONS(1412), - [anon_sym_NULL] = ACTIONS(1412), - [anon_sym_nullptr] = ACTIONS(1412), + [sym_identifier] = ACTIONS(1468), + [aux_sym_preproc_include_token1] = ACTIONS(1468), + [aux_sym_preproc_def_token1] = ACTIONS(1468), + [aux_sym_preproc_if_token1] = ACTIONS(1468), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1468), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1468), + [sym_preproc_directive] = ACTIONS(1468), + [anon_sym_LPAREN2] = ACTIONS(1470), + [anon_sym_BANG] = ACTIONS(1470), + [anon_sym_TILDE] = ACTIONS(1470), + [anon_sym_DASH] = ACTIONS(1468), + [anon_sym_PLUS] = ACTIONS(1468), + [anon_sym_STAR] = ACTIONS(1470), + [anon_sym_AMP] = ACTIONS(1470), + [anon_sym_SEMI] = ACTIONS(1470), + [anon_sym___extension__] = ACTIONS(1468), + [anon_sym_typedef] = ACTIONS(1468), + [anon_sym_extern] = ACTIONS(1468), + [anon_sym___attribute__] = ACTIONS(1468), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1470), + [anon_sym___declspec] = ACTIONS(1468), + [anon_sym___cdecl] = ACTIONS(1468), + [anon_sym___clrcall] = ACTIONS(1468), + [anon_sym___stdcall] = ACTIONS(1468), + [anon_sym___fastcall] = ACTIONS(1468), + [anon_sym___thiscall] = ACTIONS(1468), + [anon_sym___vectorcall] = ACTIONS(1468), + [anon_sym_LBRACE] = ACTIONS(1470), + [anon_sym_RBRACE] = ACTIONS(1470), + [anon_sym_signed] = ACTIONS(1468), + [anon_sym_unsigned] = ACTIONS(1468), + [anon_sym_long] = ACTIONS(1468), + [anon_sym_short] = ACTIONS(1468), + [anon_sym_static] = ACTIONS(1468), + [anon_sym_auto] = ACTIONS(1468), + [anon_sym_register] = ACTIONS(1468), + [anon_sym_inline] = ACTIONS(1468), + [anon_sym___inline] = ACTIONS(1468), + [anon_sym___inline__] = ACTIONS(1468), + [anon_sym___forceinline] = ACTIONS(1468), + [anon_sym_thread_local] = ACTIONS(1468), + [anon_sym___thread] = ACTIONS(1468), + [anon_sym_const] = ACTIONS(1468), + [anon_sym_constexpr] = ACTIONS(1468), + [anon_sym_volatile] = ACTIONS(1468), + [anon_sym_restrict] = ACTIONS(1468), + [anon_sym___restrict__] = ACTIONS(1468), + [anon_sym__Atomic] = ACTIONS(1468), + [anon_sym__Noreturn] = ACTIONS(1468), + [anon_sym_noreturn] = ACTIONS(1468), + [sym_primitive_type] = ACTIONS(1468), + [anon_sym_enum] = ACTIONS(1468), + [anon_sym_struct] = ACTIONS(1468), + [anon_sym_union] = ACTIONS(1468), + [anon_sym_if] = ACTIONS(1468), + [anon_sym_switch] = ACTIONS(1468), + [anon_sym_case] = ACTIONS(1468), + [anon_sym_default] = ACTIONS(1468), + [anon_sym_while] = ACTIONS(1468), + [anon_sym_do] = ACTIONS(1468), + [anon_sym_for] = ACTIONS(1468), + [anon_sym_return] = ACTIONS(1468), + [anon_sym_break] = ACTIONS(1468), + [anon_sym_continue] = ACTIONS(1468), + [anon_sym_goto] = ACTIONS(1468), + [anon_sym___try] = ACTIONS(1468), + [anon_sym___leave] = ACTIONS(1468), + [anon_sym_DASH_DASH] = ACTIONS(1470), + [anon_sym_PLUS_PLUS] = ACTIONS(1470), + [anon_sym_sizeof] = ACTIONS(1468), + [anon_sym___alignof__] = ACTIONS(1468), + [anon_sym___alignof] = ACTIONS(1468), + [anon_sym__alignof] = ACTIONS(1468), + [anon_sym_alignof] = ACTIONS(1468), + [anon_sym__Alignof] = ACTIONS(1468), + [anon_sym_offsetof] = ACTIONS(1468), + [anon_sym__Generic] = ACTIONS(1468), + [anon_sym_asm] = ACTIONS(1468), + [anon_sym___asm__] = ACTIONS(1468), + [sym_number_literal] = ACTIONS(1470), + [anon_sym_L_SQUOTE] = ACTIONS(1470), + [anon_sym_u_SQUOTE] = ACTIONS(1470), + [anon_sym_U_SQUOTE] = ACTIONS(1470), + [anon_sym_u8_SQUOTE] = ACTIONS(1470), + [anon_sym_SQUOTE] = ACTIONS(1470), + [anon_sym_L_DQUOTE] = ACTIONS(1470), + [anon_sym_u_DQUOTE] = ACTIONS(1470), + [anon_sym_U_DQUOTE] = ACTIONS(1470), + [anon_sym_u8_DQUOTE] = ACTIONS(1470), + [anon_sym_DQUOTE] = ACTIONS(1470), + [sym_true] = ACTIONS(1468), + [sym_false] = ACTIONS(1468), + [anon_sym_NULL] = ACTIONS(1468), + [anon_sym_nullptr] = ACTIONS(1468), [sym_comment] = ACTIONS(3), }, [382] = { - [sym_identifier] = ACTIONS(1492), - [aux_sym_preproc_include_token1] = ACTIONS(1492), - [aux_sym_preproc_def_token1] = ACTIONS(1492), - [aux_sym_preproc_if_token1] = ACTIONS(1492), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1492), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1492), - [sym_preproc_directive] = ACTIONS(1492), - [anon_sym_LPAREN2] = ACTIONS(1494), - [anon_sym_BANG] = ACTIONS(1494), - [anon_sym_TILDE] = ACTIONS(1494), - [anon_sym_DASH] = ACTIONS(1492), - [anon_sym_PLUS] = ACTIONS(1492), - [anon_sym_STAR] = ACTIONS(1494), - [anon_sym_AMP] = ACTIONS(1494), - [anon_sym_SEMI] = ACTIONS(1494), - [anon_sym___extension__] = ACTIONS(1492), - [anon_sym_typedef] = ACTIONS(1492), - [anon_sym_extern] = ACTIONS(1492), - [anon_sym___attribute__] = ACTIONS(1492), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1494), - [anon_sym___declspec] = ACTIONS(1492), - [anon_sym___cdecl] = ACTIONS(1492), - [anon_sym___clrcall] = ACTIONS(1492), - [anon_sym___stdcall] = ACTIONS(1492), - [anon_sym___fastcall] = ACTIONS(1492), - [anon_sym___thiscall] = ACTIONS(1492), - [anon_sym___vectorcall] = ACTIONS(1492), - [anon_sym_LBRACE] = ACTIONS(1494), - [anon_sym_RBRACE] = ACTIONS(1494), - [anon_sym_signed] = ACTIONS(1492), - [anon_sym_unsigned] = ACTIONS(1492), - [anon_sym_long] = ACTIONS(1492), - [anon_sym_short] = ACTIONS(1492), - [anon_sym_static] = ACTIONS(1492), - [anon_sym_auto] = ACTIONS(1492), - [anon_sym_register] = ACTIONS(1492), - [anon_sym_inline] = ACTIONS(1492), - [anon_sym___inline] = ACTIONS(1492), - [anon_sym___inline__] = ACTIONS(1492), - [anon_sym___forceinline] = ACTIONS(1492), - [anon_sym_thread_local] = ACTIONS(1492), - [anon_sym___thread] = ACTIONS(1492), - [anon_sym_const] = ACTIONS(1492), - [anon_sym_constexpr] = ACTIONS(1492), - [anon_sym_volatile] = ACTIONS(1492), - [anon_sym_restrict] = ACTIONS(1492), - [anon_sym___restrict__] = ACTIONS(1492), - [anon_sym__Atomic] = ACTIONS(1492), - [anon_sym__Noreturn] = ACTIONS(1492), - [anon_sym_noreturn] = ACTIONS(1492), - [sym_primitive_type] = ACTIONS(1492), - [anon_sym_enum] = ACTIONS(1492), - [anon_sym_struct] = ACTIONS(1492), - [anon_sym_union] = ACTIONS(1492), - [anon_sym_if] = ACTIONS(1492), - [anon_sym_switch] = ACTIONS(1492), - [anon_sym_case] = ACTIONS(1492), - [anon_sym_default] = ACTIONS(1492), - [anon_sym_while] = ACTIONS(1492), - [anon_sym_do] = ACTIONS(1492), - [anon_sym_for] = ACTIONS(1492), - [anon_sym_return] = ACTIONS(1492), - [anon_sym_break] = ACTIONS(1492), - [anon_sym_continue] = ACTIONS(1492), - [anon_sym_goto] = ACTIONS(1492), - [anon_sym___try] = ACTIONS(1492), - [anon_sym___leave] = ACTIONS(1492), - [anon_sym_DASH_DASH] = ACTIONS(1494), - [anon_sym_PLUS_PLUS] = ACTIONS(1494), - [anon_sym_sizeof] = ACTIONS(1492), - [anon_sym___alignof__] = ACTIONS(1492), - [anon_sym___alignof] = ACTIONS(1492), - [anon_sym__alignof] = ACTIONS(1492), - [anon_sym_alignof] = ACTIONS(1492), - [anon_sym__Alignof] = ACTIONS(1492), - [anon_sym_offsetof] = ACTIONS(1492), - [anon_sym__Generic] = ACTIONS(1492), - [anon_sym_asm] = ACTIONS(1492), - [anon_sym___asm__] = ACTIONS(1492), - [sym_number_literal] = ACTIONS(1494), - [anon_sym_L_SQUOTE] = ACTIONS(1494), - [anon_sym_u_SQUOTE] = ACTIONS(1494), - [anon_sym_U_SQUOTE] = ACTIONS(1494), - [anon_sym_u8_SQUOTE] = ACTIONS(1494), - [anon_sym_SQUOTE] = ACTIONS(1494), - [anon_sym_L_DQUOTE] = ACTIONS(1494), - [anon_sym_u_DQUOTE] = ACTIONS(1494), - [anon_sym_U_DQUOTE] = ACTIONS(1494), - [anon_sym_u8_DQUOTE] = ACTIONS(1494), - [anon_sym_DQUOTE] = ACTIONS(1494), - [sym_true] = ACTIONS(1492), - [sym_false] = ACTIONS(1492), - [anon_sym_NULL] = ACTIONS(1492), - [anon_sym_nullptr] = ACTIONS(1492), + [sym_identifier] = ACTIONS(1496), + [aux_sym_preproc_include_token1] = ACTIONS(1496), + [aux_sym_preproc_def_token1] = ACTIONS(1496), + [aux_sym_preproc_if_token1] = ACTIONS(1496), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1496), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1496), + [sym_preproc_directive] = ACTIONS(1496), + [anon_sym_LPAREN2] = ACTIONS(1498), + [anon_sym_BANG] = ACTIONS(1498), + [anon_sym_TILDE] = ACTIONS(1498), + [anon_sym_DASH] = ACTIONS(1496), + [anon_sym_PLUS] = ACTIONS(1496), + [anon_sym_STAR] = ACTIONS(1498), + [anon_sym_AMP] = ACTIONS(1498), + [anon_sym_SEMI] = ACTIONS(1498), + [anon_sym___extension__] = ACTIONS(1496), + [anon_sym_typedef] = ACTIONS(1496), + [anon_sym_extern] = ACTIONS(1496), + [anon_sym___attribute__] = ACTIONS(1496), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1498), + [anon_sym___declspec] = ACTIONS(1496), + [anon_sym___cdecl] = ACTIONS(1496), + [anon_sym___clrcall] = ACTIONS(1496), + [anon_sym___stdcall] = ACTIONS(1496), + [anon_sym___fastcall] = ACTIONS(1496), + [anon_sym___thiscall] = ACTIONS(1496), + [anon_sym___vectorcall] = ACTIONS(1496), + [anon_sym_LBRACE] = ACTIONS(1498), + [anon_sym_RBRACE] = ACTIONS(1498), + [anon_sym_signed] = ACTIONS(1496), + [anon_sym_unsigned] = ACTIONS(1496), + [anon_sym_long] = ACTIONS(1496), + [anon_sym_short] = ACTIONS(1496), + [anon_sym_static] = ACTIONS(1496), + [anon_sym_auto] = ACTIONS(1496), + [anon_sym_register] = ACTIONS(1496), + [anon_sym_inline] = ACTIONS(1496), + [anon_sym___inline] = ACTIONS(1496), + [anon_sym___inline__] = ACTIONS(1496), + [anon_sym___forceinline] = ACTIONS(1496), + [anon_sym_thread_local] = ACTIONS(1496), + [anon_sym___thread] = ACTIONS(1496), + [anon_sym_const] = ACTIONS(1496), + [anon_sym_constexpr] = ACTIONS(1496), + [anon_sym_volatile] = ACTIONS(1496), + [anon_sym_restrict] = ACTIONS(1496), + [anon_sym___restrict__] = ACTIONS(1496), + [anon_sym__Atomic] = ACTIONS(1496), + [anon_sym__Noreturn] = ACTIONS(1496), + [anon_sym_noreturn] = ACTIONS(1496), + [sym_primitive_type] = ACTIONS(1496), + [anon_sym_enum] = ACTIONS(1496), + [anon_sym_struct] = ACTIONS(1496), + [anon_sym_union] = ACTIONS(1496), + [anon_sym_if] = ACTIONS(1496), + [anon_sym_switch] = ACTIONS(1496), + [anon_sym_case] = ACTIONS(1496), + [anon_sym_default] = ACTIONS(1496), + [anon_sym_while] = ACTIONS(1496), + [anon_sym_do] = ACTIONS(1496), + [anon_sym_for] = ACTIONS(1496), + [anon_sym_return] = ACTIONS(1496), + [anon_sym_break] = ACTIONS(1496), + [anon_sym_continue] = ACTIONS(1496), + [anon_sym_goto] = ACTIONS(1496), + [anon_sym___try] = ACTIONS(1496), + [anon_sym___leave] = ACTIONS(1496), + [anon_sym_DASH_DASH] = ACTIONS(1498), + [anon_sym_PLUS_PLUS] = ACTIONS(1498), + [anon_sym_sizeof] = ACTIONS(1496), + [anon_sym___alignof__] = ACTIONS(1496), + [anon_sym___alignof] = ACTIONS(1496), + [anon_sym__alignof] = ACTIONS(1496), + [anon_sym_alignof] = ACTIONS(1496), + [anon_sym__Alignof] = ACTIONS(1496), + [anon_sym_offsetof] = ACTIONS(1496), + [anon_sym__Generic] = ACTIONS(1496), + [anon_sym_asm] = ACTIONS(1496), + [anon_sym___asm__] = ACTIONS(1496), + [sym_number_literal] = ACTIONS(1498), + [anon_sym_L_SQUOTE] = ACTIONS(1498), + [anon_sym_u_SQUOTE] = ACTIONS(1498), + [anon_sym_U_SQUOTE] = ACTIONS(1498), + [anon_sym_u8_SQUOTE] = ACTIONS(1498), + [anon_sym_SQUOTE] = ACTIONS(1498), + [anon_sym_L_DQUOTE] = ACTIONS(1498), + [anon_sym_u_DQUOTE] = ACTIONS(1498), + [anon_sym_U_DQUOTE] = ACTIONS(1498), + [anon_sym_u8_DQUOTE] = ACTIONS(1498), + [anon_sym_DQUOTE] = ACTIONS(1498), + [sym_true] = ACTIONS(1496), + [sym_false] = ACTIONS(1496), + [anon_sym_NULL] = ACTIONS(1496), + [anon_sym_nullptr] = ACTIONS(1496), [sym_comment] = ACTIONS(3), }, [383] = { - [sym_identifier] = ACTIONS(1464), - [aux_sym_preproc_include_token1] = ACTIONS(1464), - [aux_sym_preproc_def_token1] = ACTIONS(1464), - [aux_sym_preproc_if_token1] = ACTIONS(1464), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1464), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1464), - [sym_preproc_directive] = ACTIONS(1464), - [anon_sym_LPAREN2] = ACTIONS(1466), - [anon_sym_BANG] = ACTIONS(1466), - [anon_sym_TILDE] = ACTIONS(1466), - [anon_sym_DASH] = ACTIONS(1464), - [anon_sym_PLUS] = ACTIONS(1464), - [anon_sym_STAR] = ACTIONS(1466), - [anon_sym_AMP] = ACTIONS(1466), - [anon_sym_SEMI] = ACTIONS(1466), - [anon_sym___extension__] = ACTIONS(1464), - [anon_sym_typedef] = ACTIONS(1464), - [anon_sym_extern] = ACTIONS(1464), - [anon_sym___attribute__] = ACTIONS(1464), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1466), - [anon_sym___declspec] = ACTIONS(1464), - [anon_sym___cdecl] = ACTIONS(1464), - [anon_sym___clrcall] = ACTIONS(1464), - [anon_sym___stdcall] = ACTIONS(1464), - [anon_sym___fastcall] = ACTIONS(1464), - [anon_sym___thiscall] = ACTIONS(1464), - [anon_sym___vectorcall] = ACTIONS(1464), - [anon_sym_LBRACE] = ACTIONS(1466), - [anon_sym_RBRACE] = ACTIONS(1466), - [anon_sym_signed] = ACTIONS(1464), - [anon_sym_unsigned] = ACTIONS(1464), - [anon_sym_long] = ACTIONS(1464), - [anon_sym_short] = ACTIONS(1464), - [anon_sym_static] = ACTIONS(1464), - [anon_sym_auto] = ACTIONS(1464), - [anon_sym_register] = ACTIONS(1464), - [anon_sym_inline] = ACTIONS(1464), - [anon_sym___inline] = ACTIONS(1464), - [anon_sym___inline__] = ACTIONS(1464), - [anon_sym___forceinline] = ACTIONS(1464), - [anon_sym_thread_local] = ACTIONS(1464), - [anon_sym___thread] = ACTIONS(1464), - [anon_sym_const] = ACTIONS(1464), - [anon_sym_constexpr] = ACTIONS(1464), - [anon_sym_volatile] = ACTIONS(1464), - [anon_sym_restrict] = ACTIONS(1464), - [anon_sym___restrict__] = ACTIONS(1464), - [anon_sym__Atomic] = ACTIONS(1464), - [anon_sym__Noreturn] = ACTIONS(1464), - [anon_sym_noreturn] = ACTIONS(1464), - [sym_primitive_type] = ACTIONS(1464), - [anon_sym_enum] = ACTIONS(1464), - [anon_sym_struct] = ACTIONS(1464), - [anon_sym_union] = ACTIONS(1464), - [anon_sym_if] = ACTIONS(1464), - [anon_sym_switch] = ACTIONS(1464), - [anon_sym_case] = ACTIONS(1464), - [anon_sym_default] = ACTIONS(1464), - [anon_sym_while] = ACTIONS(1464), - [anon_sym_do] = ACTIONS(1464), - [anon_sym_for] = ACTIONS(1464), - [anon_sym_return] = ACTIONS(1464), - [anon_sym_break] = ACTIONS(1464), - [anon_sym_continue] = ACTIONS(1464), - [anon_sym_goto] = ACTIONS(1464), - [anon_sym___try] = ACTIONS(1464), - [anon_sym___leave] = ACTIONS(1464), - [anon_sym_DASH_DASH] = ACTIONS(1466), - [anon_sym_PLUS_PLUS] = ACTIONS(1466), - [anon_sym_sizeof] = ACTIONS(1464), - [anon_sym___alignof__] = ACTIONS(1464), - [anon_sym___alignof] = ACTIONS(1464), - [anon_sym__alignof] = ACTIONS(1464), - [anon_sym_alignof] = ACTIONS(1464), - [anon_sym__Alignof] = ACTIONS(1464), - [anon_sym_offsetof] = ACTIONS(1464), - [anon_sym__Generic] = ACTIONS(1464), - [anon_sym_asm] = ACTIONS(1464), - [anon_sym___asm__] = ACTIONS(1464), - [sym_number_literal] = ACTIONS(1466), - [anon_sym_L_SQUOTE] = ACTIONS(1466), - [anon_sym_u_SQUOTE] = ACTIONS(1466), - [anon_sym_U_SQUOTE] = ACTIONS(1466), - [anon_sym_u8_SQUOTE] = ACTIONS(1466), - [anon_sym_SQUOTE] = ACTIONS(1466), - [anon_sym_L_DQUOTE] = ACTIONS(1466), - [anon_sym_u_DQUOTE] = ACTIONS(1466), - [anon_sym_U_DQUOTE] = ACTIONS(1466), - [anon_sym_u8_DQUOTE] = ACTIONS(1466), - [anon_sym_DQUOTE] = ACTIONS(1466), - [sym_true] = ACTIONS(1464), - [sym_false] = ACTIONS(1464), - [anon_sym_NULL] = ACTIONS(1464), - [anon_sym_nullptr] = ACTIONS(1464), - [sym_comment] = ACTIONS(3), - }, - [384] = { - [sym_identifier] = ACTIONS(1472), - [aux_sym_preproc_include_token1] = ACTIONS(1472), - [aux_sym_preproc_def_token1] = ACTIONS(1472), - [aux_sym_preproc_if_token1] = ACTIONS(1472), - [aux_sym_preproc_if_token2] = ACTIONS(1472), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1472), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1472), - [sym_preproc_directive] = ACTIONS(1472), - [anon_sym_LPAREN2] = ACTIONS(1474), - [anon_sym_BANG] = ACTIONS(1474), - [anon_sym_TILDE] = ACTIONS(1474), - [anon_sym_DASH] = ACTIONS(1472), - [anon_sym_PLUS] = ACTIONS(1472), - [anon_sym_STAR] = ACTIONS(1474), - [anon_sym_AMP] = ACTIONS(1474), - [anon_sym_SEMI] = ACTIONS(1474), - [anon_sym___extension__] = ACTIONS(1472), - [anon_sym_typedef] = ACTIONS(1472), - [anon_sym_extern] = ACTIONS(1472), - [anon_sym___attribute__] = ACTIONS(1472), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1474), - [anon_sym___declspec] = ACTIONS(1472), - [anon_sym___cdecl] = ACTIONS(1472), - [anon_sym___clrcall] = ACTIONS(1472), - [anon_sym___stdcall] = ACTIONS(1472), - [anon_sym___fastcall] = ACTIONS(1472), - [anon_sym___thiscall] = ACTIONS(1472), - [anon_sym___vectorcall] = ACTIONS(1472), - [anon_sym_LBRACE] = ACTIONS(1474), - [anon_sym_signed] = ACTIONS(1472), - [anon_sym_unsigned] = ACTIONS(1472), - [anon_sym_long] = ACTIONS(1472), - [anon_sym_short] = ACTIONS(1472), - [anon_sym_static] = ACTIONS(1472), - [anon_sym_auto] = ACTIONS(1472), - [anon_sym_register] = ACTIONS(1472), - [anon_sym_inline] = ACTIONS(1472), - [anon_sym___inline] = ACTIONS(1472), - [anon_sym___inline__] = ACTIONS(1472), - [anon_sym___forceinline] = ACTIONS(1472), - [anon_sym_thread_local] = ACTIONS(1472), - [anon_sym___thread] = ACTIONS(1472), - [anon_sym_const] = ACTIONS(1472), - [anon_sym_constexpr] = ACTIONS(1472), - [anon_sym_volatile] = ACTIONS(1472), - [anon_sym_restrict] = ACTIONS(1472), - [anon_sym___restrict__] = ACTIONS(1472), - [anon_sym__Atomic] = ACTIONS(1472), - [anon_sym__Noreturn] = ACTIONS(1472), - [anon_sym_noreturn] = ACTIONS(1472), - [sym_primitive_type] = ACTIONS(1472), - [anon_sym_enum] = ACTIONS(1472), - [anon_sym_struct] = ACTIONS(1472), - [anon_sym_union] = ACTIONS(1472), - [anon_sym_if] = ACTIONS(1472), - [anon_sym_switch] = ACTIONS(1472), - [anon_sym_case] = ACTIONS(1472), - [anon_sym_default] = ACTIONS(1472), - [anon_sym_while] = ACTIONS(1472), - [anon_sym_do] = ACTIONS(1472), - [anon_sym_for] = ACTIONS(1472), - [anon_sym_return] = ACTIONS(1472), - [anon_sym_break] = ACTIONS(1472), - [anon_sym_continue] = ACTIONS(1472), - [anon_sym_goto] = ACTIONS(1472), - [anon_sym___try] = ACTIONS(1472), - [anon_sym___leave] = ACTIONS(1472), - [anon_sym_DASH_DASH] = ACTIONS(1474), - [anon_sym_PLUS_PLUS] = ACTIONS(1474), - [anon_sym_sizeof] = ACTIONS(1472), - [anon_sym___alignof__] = ACTIONS(1472), - [anon_sym___alignof] = ACTIONS(1472), - [anon_sym__alignof] = ACTIONS(1472), - [anon_sym_alignof] = ACTIONS(1472), - [anon_sym__Alignof] = ACTIONS(1472), - [anon_sym_offsetof] = ACTIONS(1472), - [anon_sym__Generic] = ACTIONS(1472), - [anon_sym_asm] = ACTIONS(1472), - [anon_sym___asm__] = ACTIONS(1472), - [sym_number_literal] = ACTIONS(1474), - [anon_sym_L_SQUOTE] = ACTIONS(1474), - [anon_sym_u_SQUOTE] = ACTIONS(1474), - [anon_sym_U_SQUOTE] = ACTIONS(1474), - [anon_sym_u8_SQUOTE] = ACTIONS(1474), - [anon_sym_SQUOTE] = ACTIONS(1474), - [anon_sym_L_DQUOTE] = ACTIONS(1474), - [anon_sym_u_DQUOTE] = ACTIONS(1474), - [anon_sym_U_DQUOTE] = ACTIONS(1474), - [anon_sym_u8_DQUOTE] = ACTIONS(1474), - [anon_sym_DQUOTE] = ACTIONS(1474), - [sym_true] = ACTIONS(1472), - [sym_false] = ACTIONS(1472), - [anon_sym_NULL] = ACTIONS(1472), - [anon_sym_nullptr] = ACTIONS(1472), + [sym_identifier] = ACTIONS(1476), + [aux_sym_preproc_include_token1] = ACTIONS(1476), + [aux_sym_preproc_def_token1] = ACTIONS(1476), + [aux_sym_preproc_if_token1] = ACTIONS(1476), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1476), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1476), + [sym_preproc_directive] = ACTIONS(1476), + [anon_sym_LPAREN2] = ACTIONS(1478), + [anon_sym_BANG] = ACTIONS(1478), + [anon_sym_TILDE] = ACTIONS(1478), + [anon_sym_DASH] = ACTIONS(1476), + [anon_sym_PLUS] = ACTIONS(1476), + [anon_sym_STAR] = ACTIONS(1478), + [anon_sym_AMP] = ACTIONS(1478), + [anon_sym_SEMI] = ACTIONS(1478), + [anon_sym___extension__] = ACTIONS(1476), + [anon_sym_typedef] = ACTIONS(1476), + [anon_sym_extern] = ACTIONS(1476), + [anon_sym___attribute__] = ACTIONS(1476), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1478), + [anon_sym___declspec] = ACTIONS(1476), + [anon_sym___cdecl] = ACTIONS(1476), + [anon_sym___clrcall] = ACTIONS(1476), + [anon_sym___stdcall] = ACTIONS(1476), + [anon_sym___fastcall] = ACTIONS(1476), + [anon_sym___thiscall] = ACTIONS(1476), + [anon_sym___vectorcall] = ACTIONS(1476), + [anon_sym_LBRACE] = ACTIONS(1478), + [anon_sym_RBRACE] = ACTIONS(1478), + [anon_sym_signed] = ACTIONS(1476), + [anon_sym_unsigned] = ACTIONS(1476), + [anon_sym_long] = ACTIONS(1476), + [anon_sym_short] = ACTIONS(1476), + [anon_sym_static] = ACTIONS(1476), + [anon_sym_auto] = ACTIONS(1476), + [anon_sym_register] = ACTIONS(1476), + [anon_sym_inline] = ACTIONS(1476), + [anon_sym___inline] = ACTIONS(1476), + [anon_sym___inline__] = ACTIONS(1476), + [anon_sym___forceinline] = ACTIONS(1476), + [anon_sym_thread_local] = ACTIONS(1476), + [anon_sym___thread] = ACTIONS(1476), + [anon_sym_const] = ACTIONS(1476), + [anon_sym_constexpr] = ACTIONS(1476), + [anon_sym_volatile] = ACTIONS(1476), + [anon_sym_restrict] = ACTIONS(1476), + [anon_sym___restrict__] = ACTIONS(1476), + [anon_sym__Atomic] = ACTIONS(1476), + [anon_sym__Noreturn] = ACTIONS(1476), + [anon_sym_noreturn] = ACTIONS(1476), + [sym_primitive_type] = ACTIONS(1476), + [anon_sym_enum] = ACTIONS(1476), + [anon_sym_struct] = ACTIONS(1476), + [anon_sym_union] = ACTIONS(1476), + [anon_sym_if] = ACTIONS(1476), + [anon_sym_switch] = ACTIONS(1476), + [anon_sym_case] = ACTIONS(1476), + [anon_sym_default] = ACTIONS(1476), + [anon_sym_while] = ACTIONS(1476), + [anon_sym_do] = ACTIONS(1476), + [anon_sym_for] = ACTIONS(1476), + [anon_sym_return] = ACTIONS(1476), + [anon_sym_break] = ACTIONS(1476), + [anon_sym_continue] = ACTIONS(1476), + [anon_sym_goto] = ACTIONS(1476), + [anon_sym___try] = ACTIONS(1476), + [anon_sym___leave] = ACTIONS(1476), + [anon_sym_DASH_DASH] = ACTIONS(1478), + [anon_sym_PLUS_PLUS] = ACTIONS(1478), + [anon_sym_sizeof] = ACTIONS(1476), + [anon_sym___alignof__] = ACTIONS(1476), + [anon_sym___alignof] = ACTIONS(1476), + [anon_sym__alignof] = ACTIONS(1476), + [anon_sym_alignof] = ACTIONS(1476), + [anon_sym__Alignof] = ACTIONS(1476), + [anon_sym_offsetof] = ACTIONS(1476), + [anon_sym__Generic] = ACTIONS(1476), + [anon_sym_asm] = ACTIONS(1476), + [anon_sym___asm__] = ACTIONS(1476), + [sym_number_literal] = ACTIONS(1478), + [anon_sym_L_SQUOTE] = ACTIONS(1478), + [anon_sym_u_SQUOTE] = ACTIONS(1478), + [anon_sym_U_SQUOTE] = ACTIONS(1478), + [anon_sym_u8_SQUOTE] = ACTIONS(1478), + [anon_sym_SQUOTE] = ACTIONS(1478), + [anon_sym_L_DQUOTE] = ACTIONS(1478), + [anon_sym_u_DQUOTE] = ACTIONS(1478), + [anon_sym_U_DQUOTE] = ACTIONS(1478), + [anon_sym_u8_DQUOTE] = ACTIONS(1478), + [anon_sym_DQUOTE] = ACTIONS(1478), + [sym_true] = ACTIONS(1476), + [sym_false] = ACTIONS(1476), + [anon_sym_NULL] = ACTIONS(1476), + [anon_sym_nullptr] = ACTIONS(1476), + [sym_comment] = ACTIONS(3), + }, + [384] = { + [sym_identifier] = ACTIONS(1422), + [aux_sym_preproc_include_token1] = ACTIONS(1422), + [aux_sym_preproc_def_token1] = ACTIONS(1422), + [aux_sym_preproc_if_token1] = ACTIONS(1422), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1422), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1422), + [sym_preproc_directive] = ACTIONS(1422), + [anon_sym_LPAREN2] = ACTIONS(1424), + [anon_sym_BANG] = ACTIONS(1424), + [anon_sym_TILDE] = ACTIONS(1424), + [anon_sym_DASH] = ACTIONS(1422), + [anon_sym_PLUS] = ACTIONS(1422), + [anon_sym_STAR] = ACTIONS(1424), + [anon_sym_AMP] = ACTIONS(1424), + [anon_sym_SEMI] = ACTIONS(1424), + [anon_sym___extension__] = ACTIONS(1422), + [anon_sym_typedef] = ACTIONS(1422), + [anon_sym_extern] = ACTIONS(1422), + [anon_sym___attribute__] = ACTIONS(1422), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym___declspec] = ACTIONS(1422), + [anon_sym___cdecl] = ACTIONS(1422), + [anon_sym___clrcall] = ACTIONS(1422), + [anon_sym___stdcall] = ACTIONS(1422), + [anon_sym___fastcall] = ACTIONS(1422), + [anon_sym___thiscall] = ACTIONS(1422), + [anon_sym___vectorcall] = ACTIONS(1422), + [anon_sym_LBRACE] = ACTIONS(1424), + [anon_sym_RBRACE] = ACTIONS(1424), + [anon_sym_signed] = ACTIONS(1422), + [anon_sym_unsigned] = ACTIONS(1422), + [anon_sym_long] = ACTIONS(1422), + [anon_sym_short] = ACTIONS(1422), + [anon_sym_static] = ACTIONS(1422), + [anon_sym_auto] = ACTIONS(1422), + [anon_sym_register] = ACTIONS(1422), + [anon_sym_inline] = ACTIONS(1422), + [anon_sym___inline] = ACTIONS(1422), + [anon_sym___inline__] = ACTIONS(1422), + [anon_sym___forceinline] = ACTIONS(1422), + [anon_sym_thread_local] = ACTIONS(1422), + [anon_sym___thread] = ACTIONS(1422), + [anon_sym_const] = ACTIONS(1422), + [anon_sym_constexpr] = ACTIONS(1422), + [anon_sym_volatile] = ACTIONS(1422), + [anon_sym_restrict] = ACTIONS(1422), + [anon_sym___restrict__] = ACTIONS(1422), + [anon_sym__Atomic] = ACTIONS(1422), + [anon_sym__Noreturn] = ACTIONS(1422), + [anon_sym_noreturn] = ACTIONS(1422), + [sym_primitive_type] = ACTIONS(1422), + [anon_sym_enum] = ACTIONS(1422), + [anon_sym_struct] = ACTIONS(1422), + [anon_sym_union] = ACTIONS(1422), + [anon_sym_if] = ACTIONS(1422), + [anon_sym_switch] = ACTIONS(1422), + [anon_sym_case] = ACTIONS(1422), + [anon_sym_default] = ACTIONS(1422), + [anon_sym_while] = ACTIONS(1422), + [anon_sym_do] = ACTIONS(1422), + [anon_sym_for] = ACTIONS(1422), + [anon_sym_return] = ACTIONS(1422), + [anon_sym_break] = ACTIONS(1422), + [anon_sym_continue] = ACTIONS(1422), + [anon_sym_goto] = ACTIONS(1422), + [anon_sym___try] = ACTIONS(1422), + [anon_sym___leave] = ACTIONS(1422), + [anon_sym_DASH_DASH] = ACTIONS(1424), + [anon_sym_PLUS_PLUS] = ACTIONS(1424), + [anon_sym_sizeof] = ACTIONS(1422), + [anon_sym___alignof__] = ACTIONS(1422), + [anon_sym___alignof] = ACTIONS(1422), + [anon_sym__alignof] = ACTIONS(1422), + [anon_sym_alignof] = ACTIONS(1422), + [anon_sym__Alignof] = ACTIONS(1422), + [anon_sym_offsetof] = ACTIONS(1422), + [anon_sym__Generic] = ACTIONS(1422), + [anon_sym_asm] = ACTIONS(1422), + [anon_sym___asm__] = ACTIONS(1422), + [sym_number_literal] = ACTIONS(1424), + [anon_sym_L_SQUOTE] = ACTIONS(1424), + [anon_sym_u_SQUOTE] = ACTIONS(1424), + [anon_sym_U_SQUOTE] = ACTIONS(1424), + [anon_sym_u8_SQUOTE] = ACTIONS(1424), + [anon_sym_SQUOTE] = ACTIONS(1424), + [anon_sym_L_DQUOTE] = ACTIONS(1424), + [anon_sym_u_DQUOTE] = ACTIONS(1424), + [anon_sym_U_DQUOTE] = ACTIONS(1424), + [anon_sym_u8_DQUOTE] = ACTIONS(1424), + [anon_sym_DQUOTE] = ACTIONS(1424), + [sym_true] = ACTIONS(1422), + [sym_false] = ACTIONS(1422), + [anon_sym_NULL] = ACTIONS(1422), + [anon_sym_nullptr] = ACTIONS(1422), [sym_comment] = ACTIONS(3), }, [385] = { - [sym_identifier] = ACTIONS(1436), - [aux_sym_preproc_include_token1] = ACTIONS(1436), - [aux_sym_preproc_def_token1] = ACTIONS(1436), - [aux_sym_preproc_if_token1] = ACTIONS(1436), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1436), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1436), - [sym_preproc_directive] = ACTIONS(1436), - [anon_sym_LPAREN2] = ACTIONS(1438), - [anon_sym_BANG] = ACTIONS(1438), - [anon_sym_TILDE] = ACTIONS(1438), - [anon_sym_DASH] = ACTIONS(1436), - [anon_sym_PLUS] = ACTIONS(1436), - [anon_sym_STAR] = ACTIONS(1438), - [anon_sym_AMP] = ACTIONS(1438), - [anon_sym_SEMI] = ACTIONS(1438), - [anon_sym___extension__] = ACTIONS(1436), - [anon_sym_typedef] = ACTIONS(1436), - [anon_sym_extern] = ACTIONS(1436), - [anon_sym___attribute__] = ACTIONS(1436), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1438), - [anon_sym___declspec] = ACTIONS(1436), - [anon_sym___cdecl] = ACTIONS(1436), - [anon_sym___clrcall] = ACTIONS(1436), - [anon_sym___stdcall] = ACTIONS(1436), - [anon_sym___fastcall] = ACTIONS(1436), - [anon_sym___thiscall] = ACTIONS(1436), - [anon_sym___vectorcall] = ACTIONS(1436), - [anon_sym_LBRACE] = ACTIONS(1438), - [anon_sym_RBRACE] = ACTIONS(1438), - [anon_sym_signed] = ACTIONS(1436), - [anon_sym_unsigned] = ACTIONS(1436), - [anon_sym_long] = ACTIONS(1436), - [anon_sym_short] = ACTIONS(1436), - [anon_sym_static] = ACTIONS(1436), - [anon_sym_auto] = ACTIONS(1436), - [anon_sym_register] = ACTIONS(1436), - [anon_sym_inline] = ACTIONS(1436), - [anon_sym___inline] = ACTIONS(1436), - [anon_sym___inline__] = ACTIONS(1436), - [anon_sym___forceinline] = ACTIONS(1436), - [anon_sym_thread_local] = ACTIONS(1436), - [anon_sym___thread] = ACTIONS(1436), - [anon_sym_const] = ACTIONS(1436), - [anon_sym_constexpr] = ACTIONS(1436), - [anon_sym_volatile] = ACTIONS(1436), - [anon_sym_restrict] = ACTIONS(1436), - [anon_sym___restrict__] = ACTIONS(1436), - [anon_sym__Atomic] = ACTIONS(1436), - [anon_sym__Noreturn] = ACTIONS(1436), - [anon_sym_noreturn] = ACTIONS(1436), - [sym_primitive_type] = ACTIONS(1436), - [anon_sym_enum] = ACTIONS(1436), - [anon_sym_struct] = ACTIONS(1436), - [anon_sym_union] = ACTIONS(1436), - [anon_sym_if] = ACTIONS(1436), - [anon_sym_switch] = ACTIONS(1436), - [anon_sym_case] = ACTIONS(1436), - [anon_sym_default] = ACTIONS(1436), - [anon_sym_while] = ACTIONS(1436), - [anon_sym_do] = ACTIONS(1436), - [anon_sym_for] = ACTIONS(1436), - [anon_sym_return] = ACTIONS(1436), - [anon_sym_break] = ACTIONS(1436), - [anon_sym_continue] = ACTIONS(1436), - [anon_sym_goto] = ACTIONS(1436), - [anon_sym___try] = ACTIONS(1436), - [anon_sym___leave] = ACTIONS(1436), - [anon_sym_DASH_DASH] = ACTIONS(1438), - [anon_sym_PLUS_PLUS] = ACTIONS(1438), - [anon_sym_sizeof] = ACTIONS(1436), - [anon_sym___alignof__] = ACTIONS(1436), - [anon_sym___alignof] = ACTIONS(1436), - [anon_sym__alignof] = ACTIONS(1436), - [anon_sym_alignof] = ACTIONS(1436), - [anon_sym__Alignof] = ACTIONS(1436), - [anon_sym_offsetof] = ACTIONS(1436), - [anon_sym__Generic] = ACTIONS(1436), - [anon_sym_asm] = ACTIONS(1436), - [anon_sym___asm__] = ACTIONS(1436), - [sym_number_literal] = ACTIONS(1438), - [anon_sym_L_SQUOTE] = ACTIONS(1438), - [anon_sym_u_SQUOTE] = ACTIONS(1438), - [anon_sym_U_SQUOTE] = ACTIONS(1438), - [anon_sym_u8_SQUOTE] = ACTIONS(1438), - [anon_sym_SQUOTE] = ACTIONS(1438), - [anon_sym_L_DQUOTE] = ACTIONS(1438), - [anon_sym_u_DQUOTE] = ACTIONS(1438), - [anon_sym_U_DQUOTE] = ACTIONS(1438), - [anon_sym_u8_DQUOTE] = ACTIONS(1438), - [anon_sym_DQUOTE] = ACTIONS(1438), - [sym_true] = ACTIONS(1436), - [sym_false] = ACTIONS(1436), - [anon_sym_NULL] = ACTIONS(1436), - [anon_sym_nullptr] = ACTIONS(1436), + [sym_identifier] = ACTIONS(1492), + [aux_sym_preproc_include_token1] = ACTIONS(1492), + [aux_sym_preproc_def_token1] = ACTIONS(1492), + [aux_sym_preproc_if_token1] = ACTIONS(1492), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1492), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1492), + [sym_preproc_directive] = ACTIONS(1492), + [anon_sym_LPAREN2] = ACTIONS(1494), + [anon_sym_BANG] = ACTIONS(1494), + [anon_sym_TILDE] = ACTIONS(1494), + [anon_sym_DASH] = ACTIONS(1492), + [anon_sym_PLUS] = ACTIONS(1492), + [anon_sym_STAR] = ACTIONS(1494), + [anon_sym_AMP] = ACTIONS(1494), + [anon_sym_SEMI] = ACTIONS(1494), + [anon_sym___extension__] = ACTIONS(1492), + [anon_sym_typedef] = ACTIONS(1492), + [anon_sym_extern] = ACTIONS(1492), + [anon_sym___attribute__] = ACTIONS(1492), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1494), + [anon_sym___declspec] = ACTIONS(1492), + [anon_sym___cdecl] = ACTIONS(1492), + [anon_sym___clrcall] = ACTIONS(1492), + [anon_sym___stdcall] = ACTIONS(1492), + [anon_sym___fastcall] = ACTIONS(1492), + [anon_sym___thiscall] = ACTIONS(1492), + [anon_sym___vectorcall] = ACTIONS(1492), + [anon_sym_LBRACE] = ACTIONS(1494), + [anon_sym_RBRACE] = ACTIONS(1494), + [anon_sym_signed] = ACTIONS(1492), + [anon_sym_unsigned] = ACTIONS(1492), + [anon_sym_long] = ACTIONS(1492), + [anon_sym_short] = ACTIONS(1492), + [anon_sym_static] = ACTIONS(1492), + [anon_sym_auto] = ACTIONS(1492), + [anon_sym_register] = ACTIONS(1492), + [anon_sym_inline] = ACTIONS(1492), + [anon_sym___inline] = ACTIONS(1492), + [anon_sym___inline__] = ACTIONS(1492), + [anon_sym___forceinline] = ACTIONS(1492), + [anon_sym_thread_local] = ACTIONS(1492), + [anon_sym___thread] = ACTIONS(1492), + [anon_sym_const] = ACTIONS(1492), + [anon_sym_constexpr] = ACTIONS(1492), + [anon_sym_volatile] = ACTIONS(1492), + [anon_sym_restrict] = ACTIONS(1492), + [anon_sym___restrict__] = ACTIONS(1492), + [anon_sym__Atomic] = ACTIONS(1492), + [anon_sym__Noreturn] = ACTIONS(1492), + [anon_sym_noreturn] = ACTIONS(1492), + [sym_primitive_type] = ACTIONS(1492), + [anon_sym_enum] = ACTIONS(1492), + [anon_sym_struct] = ACTIONS(1492), + [anon_sym_union] = ACTIONS(1492), + [anon_sym_if] = ACTIONS(1492), + [anon_sym_switch] = ACTIONS(1492), + [anon_sym_case] = ACTIONS(1492), + [anon_sym_default] = ACTIONS(1492), + [anon_sym_while] = ACTIONS(1492), + [anon_sym_do] = ACTIONS(1492), + [anon_sym_for] = ACTIONS(1492), + [anon_sym_return] = ACTIONS(1492), + [anon_sym_break] = ACTIONS(1492), + [anon_sym_continue] = ACTIONS(1492), + [anon_sym_goto] = ACTIONS(1492), + [anon_sym___try] = ACTIONS(1492), + [anon_sym___leave] = ACTIONS(1492), + [anon_sym_DASH_DASH] = ACTIONS(1494), + [anon_sym_PLUS_PLUS] = ACTIONS(1494), + [anon_sym_sizeof] = ACTIONS(1492), + [anon_sym___alignof__] = ACTIONS(1492), + [anon_sym___alignof] = ACTIONS(1492), + [anon_sym__alignof] = ACTIONS(1492), + [anon_sym_alignof] = ACTIONS(1492), + [anon_sym__Alignof] = ACTIONS(1492), + [anon_sym_offsetof] = ACTIONS(1492), + [anon_sym__Generic] = ACTIONS(1492), + [anon_sym_asm] = ACTIONS(1492), + [anon_sym___asm__] = ACTIONS(1492), + [sym_number_literal] = ACTIONS(1494), + [anon_sym_L_SQUOTE] = ACTIONS(1494), + [anon_sym_u_SQUOTE] = ACTIONS(1494), + [anon_sym_U_SQUOTE] = ACTIONS(1494), + [anon_sym_u8_SQUOTE] = ACTIONS(1494), + [anon_sym_SQUOTE] = ACTIONS(1494), + [anon_sym_L_DQUOTE] = ACTIONS(1494), + [anon_sym_u_DQUOTE] = ACTIONS(1494), + [anon_sym_U_DQUOTE] = ACTIONS(1494), + [anon_sym_u8_DQUOTE] = ACTIONS(1494), + [anon_sym_DQUOTE] = ACTIONS(1494), + [sym_true] = ACTIONS(1492), + [sym_false] = ACTIONS(1492), + [anon_sym_NULL] = ACTIONS(1492), + [anon_sym_nullptr] = ACTIONS(1492), [sym_comment] = ACTIONS(3), }, [386] = { - [sym_identifier] = ACTIONS(1408), - [aux_sym_preproc_include_token1] = ACTIONS(1408), - [aux_sym_preproc_def_token1] = ACTIONS(1408), - [aux_sym_preproc_if_token1] = ACTIONS(1408), - [aux_sym_preproc_if_token2] = ACTIONS(1408), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1408), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1408), - [sym_preproc_directive] = ACTIONS(1408), - [anon_sym_LPAREN2] = ACTIONS(1410), - [anon_sym_BANG] = ACTIONS(1410), - [anon_sym_TILDE] = ACTIONS(1410), - [anon_sym_DASH] = ACTIONS(1408), - [anon_sym_PLUS] = ACTIONS(1408), - [anon_sym_STAR] = ACTIONS(1410), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_SEMI] = ACTIONS(1410), - [anon_sym___extension__] = ACTIONS(1408), - [anon_sym_typedef] = ACTIONS(1408), - [anon_sym_extern] = ACTIONS(1408), - [anon_sym___attribute__] = ACTIONS(1408), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1410), - [anon_sym___declspec] = ACTIONS(1408), - [anon_sym___cdecl] = ACTIONS(1408), - [anon_sym___clrcall] = ACTIONS(1408), - [anon_sym___stdcall] = ACTIONS(1408), - [anon_sym___fastcall] = ACTIONS(1408), - [anon_sym___thiscall] = ACTIONS(1408), - [anon_sym___vectorcall] = ACTIONS(1408), - [anon_sym_LBRACE] = ACTIONS(1410), - [anon_sym_signed] = ACTIONS(1408), - [anon_sym_unsigned] = ACTIONS(1408), - [anon_sym_long] = ACTIONS(1408), - [anon_sym_short] = ACTIONS(1408), - [anon_sym_static] = ACTIONS(1408), - [anon_sym_auto] = ACTIONS(1408), - [anon_sym_register] = ACTIONS(1408), - [anon_sym_inline] = ACTIONS(1408), - [anon_sym___inline] = ACTIONS(1408), - [anon_sym___inline__] = ACTIONS(1408), - [anon_sym___forceinline] = ACTIONS(1408), - [anon_sym_thread_local] = ACTIONS(1408), - [anon_sym___thread] = ACTIONS(1408), - [anon_sym_const] = ACTIONS(1408), - [anon_sym_constexpr] = ACTIONS(1408), - [anon_sym_volatile] = ACTIONS(1408), - [anon_sym_restrict] = ACTIONS(1408), - [anon_sym___restrict__] = ACTIONS(1408), - [anon_sym__Atomic] = ACTIONS(1408), - [anon_sym__Noreturn] = ACTIONS(1408), - [anon_sym_noreturn] = ACTIONS(1408), - [sym_primitive_type] = ACTIONS(1408), - [anon_sym_enum] = ACTIONS(1408), - [anon_sym_struct] = ACTIONS(1408), - [anon_sym_union] = ACTIONS(1408), - [anon_sym_if] = ACTIONS(1408), - [anon_sym_switch] = ACTIONS(1408), - [anon_sym_case] = ACTIONS(1408), - [anon_sym_default] = ACTIONS(1408), - [anon_sym_while] = ACTIONS(1408), - [anon_sym_do] = ACTIONS(1408), - [anon_sym_for] = ACTIONS(1408), - [anon_sym_return] = ACTIONS(1408), - [anon_sym_break] = ACTIONS(1408), - [anon_sym_continue] = ACTIONS(1408), - [anon_sym_goto] = ACTIONS(1408), - [anon_sym___try] = ACTIONS(1408), - [anon_sym___leave] = ACTIONS(1408), - [anon_sym_DASH_DASH] = ACTIONS(1410), - [anon_sym_PLUS_PLUS] = ACTIONS(1410), - [anon_sym_sizeof] = ACTIONS(1408), - [anon_sym___alignof__] = ACTIONS(1408), - [anon_sym___alignof] = ACTIONS(1408), - [anon_sym__alignof] = ACTIONS(1408), - [anon_sym_alignof] = ACTIONS(1408), - [anon_sym__Alignof] = ACTIONS(1408), - [anon_sym_offsetof] = ACTIONS(1408), - [anon_sym__Generic] = ACTIONS(1408), - [anon_sym_asm] = ACTIONS(1408), - [anon_sym___asm__] = ACTIONS(1408), - [sym_number_literal] = ACTIONS(1410), - [anon_sym_L_SQUOTE] = ACTIONS(1410), - [anon_sym_u_SQUOTE] = ACTIONS(1410), - [anon_sym_U_SQUOTE] = ACTIONS(1410), - [anon_sym_u8_SQUOTE] = ACTIONS(1410), - [anon_sym_SQUOTE] = ACTIONS(1410), - [anon_sym_L_DQUOTE] = ACTIONS(1410), - [anon_sym_u_DQUOTE] = ACTIONS(1410), - [anon_sym_U_DQUOTE] = ACTIONS(1410), - [anon_sym_u8_DQUOTE] = ACTIONS(1410), - [anon_sym_DQUOTE] = ACTIONS(1410), - [sym_true] = ACTIONS(1408), - [sym_false] = ACTIONS(1408), - [anon_sym_NULL] = ACTIONS(1408), - [anon_sym_nullptr] = ACTIONS(1408), + [sym_identifier] = ACTIONS(1456), + [aux_sym_preproc_include_token1] = ACTIONS(1456), + [aux_sym_preproc_def_token1] = ACTIONS(1456), + [aux_sym_preproc_if_token1] = ACTIONS(1456), + [aux_sym_preproc_if_token2] = ACTIONS(1456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1456), + [sym_preproc_directive] = ACTIONS(1456), + [anon_sym_LPAREN2] = ACTIONS(1458), + [anon_sym_BANG] = ACTIONS(1458), + [anon_sym_TILDE] = ACTIONS(1458), + [anon_sym_DASH] = ACTIONS(1456), + [anon_sym_PLUS] = ACTIONS(1456), + [anon_sym_STAR] = ACTIONS(1458), + [anon_sym_AMP] = ACTIONS(1458), + [anon_sym_SEMI] = ACTIONS(1458), + [anon_sym___extension__] = ACTIONS(1456), + [anon_sym_typedef] = ACTIONS(1456), + [anon_sym_extern] = ACTIONS(1456), + [anon_sym___attribute__] = ACTIONS(1456), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1458), + [anon_sym___declspec] = ACTIONS(1456), + [anon_sym___cdecl] = ACTIONS(1456), + [anon_sym___clrcall] = ACTIONS(1456), + [anon_sym___stdcall] = ACTIONS(1456), + [anon_sym___fastcall] = ACTIONS(1456), + [anon_sym___thiscall] = ACTIONS(1456), + [anon_sym___vectorcall] = ACTIONS(1456), + [anon_sym_LBRACE] = ACTIONS(1458), + [anon_sym_signed] = ACTIONS(1456), + [anon_sym_unsigned] = ACTIONS(1456), + [anon_sym_long] = ACTIONS(1456), + [anon_sym_short] = ACTIONS(1456), + [anon_sym_static] = ACTIONS(1456), + [anon_sym_auto] = ACTIONS(1456), + [anon_sym_register] = ACTIONS(1456), + [anon_sym_inline] = ACTIONS(1456), + [anon_sym___inline] = ACTIONS(1456), + [anon_sym___inline__] = ACTIONS(1456), + [anon_sym___forceinline] = ACTIONS(1456), + [anon_sym_thread_local] = ACTIONS(1456), + [anon_sym___thread] = ACTIONS(1456), + [anon_sym_const] = ACTIONS(1456), + [anon_sym_constexpr] = ACTIONS(1456), + [anon_sym_volatile] = ACTIONS(1456), + [anon_sym_restrict] = ACTIONS(1456), + [anon_sym___restrict__] = ACTIONS(1456), + [anon_sym__Atomic] = ACTIONS(1456), + [anon_sym__Noreturn] = ACTIONS(1456), + [anon_sym_noreturn] = ACTIONS(1456), + [sym_primitive_type] = ACTIONS(1456), + [anon_sym_enum] = ACTIONS(1456), + [anon_sym_struct] = ACTIONS(1456), + [anon_sym_union] = ACTIONS(1456), + [anon_sym_if] = ACTIONS(1456), + [anon_sym_switch] = ACTIONS(1456), + [anon_sym_case] = ACTIONS(1456), + [anon_sym_default] = ACTIONS(1456), + [anon_sym_while] = ACTIONS(1456), + [anon_sym_do] = ACTIONS(1456), + [anon_sym_for] = ACTIONS(1456), + [anon_sym_return] = ACTIONS(1456), + [anon_sym_break] = ACTIONS(1456), + [anon_sym_continue] = ACTIONS(1456), + [anon_sym_goto] = ACTIONS(1456), + [anon_sym___try] = ACTIONS(1456), + [anon_sym___leave] = ACTIONS(1456), + [anon_sym_DASH_DASH] = ACTIONS(1458), + [anon_sym_PLUS_PLUS] = ACTIONS(1458), + [anon_sym_sizeof] = ACTIONS(1456), + [anon_sym___alignof__] = ACTIONS(1456), + [anon_sym___alignof] = ACTIONS(1456), + [anon_sym__alignof] = ACTIONS(1456), + [anon_sym_alignof] = ACTIONS(1456), + [anon_sym__Alignof] = ACTIONS(1456), + [anon_sym_offsetof] = ACTIONS(1456), + [anon_sym__Generic] = ACTIONS(1456), + [anon_sym_asm] = ACTIONS(1456), + [anon_sym___asm__] = ACTIONS(1456), + [sym_number_literal] = ACTIONS(1458), + [anon_sym_L_SQUOTE] = ACTIONS(1458), + [anon_sym_u_SQUOTE] = ACTIONS(1458), + [anon_sym_U_SQUOTE] = ACTIONS(1458), + [anon_sym_u8_SQUOTE] = ACTIONS(1458), + [anon_sym_SQUOTE] = ACTIONS(1458), + [anon_sym_L_DQUOTE] = ACTIONS(1458), + [anon_sym_u_DQUOTE] = ACTIONS(1458), + [anon_sym_U_DQUOTE] = ACTIONS(1458), + [anon_sym_u8_DQUOTE] = ACTIONS(1458), + [anon_sym_DQUOTE] = ACTIONS(1458), + [sym_true] = ACTIONS(1456), + [sym_false] = ACTIONS(1456), + [anon_sym_NULL] = ACTIONS(1456), + [anon_sym_nullptr] = ACTIONS(1456), [sym_comment] = ACTIONS(3), }, [387] = { - [sym_identifier] = ACTIONS(1420), - [aux_sym_preproc_include_token1] = ACTIONS(1420), - [aux_sym_preproc_def_token1] = ACTIONS(1420), - [aux_sym_preproc_if_token1] = ACTIONS(1420), - [aux_sym_preproc_if_token2] = ACTIONS(1420), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1420), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1420), - [sym_preproc_directive] = ACTIONS(1420), - [anon_sym_LPAREN2] = ACTIONS(1422), - [anon_sym_BANG] = ACTIONS(1422), - [anon_sym_TILDE] = ACTIONS(1422), - [anon_sym_DASH] = ACTIONS(1420), - [anon_sym_PLUS] = ACTIONS(1420), - [anon_sym_STAR] = ACTIONS(1422), - [anon_sym_AMP] = ACTIONS(1422), - [anon_sym_SEMI] = ACTIONS(1422), - [anon_sym___extension__] = ACTIONS(1420), - [anon_sym_typedef] = ACTIONS(1420), - [anon_sym_extern] = ACTIONS(1420), - [anon_sym___attribute__] = ACTIONS(1420), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1422), - [anon_sym___declspec] = ACTIONS(1420), - [anon_sym___cdecl] = ACTIONS(1420), - [anon_sym___clrcall] = ACTIONS(1420), - [anon_sym___stdcall] = ACTIONS(1420), - [anon_sym___fastcall] = ACTIONS(1420), - [anon_sym___thiscall] = ACTIONS(1420), - [anon_sym___vectorcall] = ACTIONS(1420), - [anon_sym_LBRACE] = ACTIONS(1422), - [anon_sym_signed] = ACTIONS(1420), - [anon_sym_unsigned] = ACTIONS(1420), - [anon_sym_long] = ACTIONS(1420), - [anon_sym_short] = ACTIONS(1420), - [anon_sym_static] = ACTIONS(1420), - [anon_sym_auto] = ACTIONS(1420), - [anon_sym_register] = ACTIONS(1420), - [anon_sym_inline] = ACTIONS(1420), - [anon_sym___inline] = ACTIONS(1420), - [anon_sym___inline__] = ACTIONS(1420), - [anon_sym___forceinline] = ACTIONS(1420), - [anon_sym_thread_local] = ACTIONS(1420), - [anon_sym___thread] = ACTIONS(1420), - [anon_sym_const] = ACTIONS(1420), - [anon_sym_constexpr] = ACTIONS(1420), - [anon_sym_volatile] = ACTIONS(1420), - [anon_sym_restrict] = ACTIONS(1420), - [anon_sym___restrict__] = ACTIONS(1420), - [anon_sym__Atomic] = ACTIONS(1420), - [anon_sym__Noreturn] = ACTIONS(1420), - [anon_sym_noreturn] = ACTIONS(1420), - [sym_primitive_type] = ACTIONS(1420), - [anon_sym_enum] = ACTIONS(1420), - [anon_sym_struct] = ACTIONS(1420), - [anon_sym_union] = ACTIONS(1420), - [anon_sym_if] = ACTIONS(1420), - [anon_sym_switch] = ACTIONS(1420), - [anon_sym_case] = ACTIONS(1420), - [anon_sym_default] = ACTIONS(1420), - [anon_sym_while] = ACTIONS(1420), - [anon_sym_do] = ACTIONS(1420), - [anon_sym_for] = ACTIONS(1420), - [anon_sym_return] = ACTIONS(1420), - [anon_sym_break] = ACTIONS(1420), - [anon_sym_continue] = ACTIONS(1420), - [anon_sym_goto] = ACTIONS(1420), - [anon_sym___try] = ACTIONS(1420), - [anon_sym___leave] = ACTIONS(1420), - [anon_sym_DASH_DASH] = ACTIONS(1422), - [anon_sym_PLUS_PLUS] = ACTIONS(1422), - [anon_sym_sizeof] = ACTIONS(1420), - [anon_sym___alignof__] = ACTIONS(1420), - [anon_sym___alignof] = ACTIONS(1420), - [anon_sym__alignof] = ACTIONS(1420), - [anon_sym_alignof] = ACTIONS(1420), - [anon_sym__Alignof] = ACTIONS(1420), - [anon_sym_offsetof] = ACTIONS(1420), - [anon_sym__Generic] = ACTIONS(1420), - [anon_sym_asm] = ACTIONS(1420), - [anon_sym___asm__] = ACTIONS(1420), - [sym_number_literal] = ACTIONS(1422), - [anon_sym_L_SQUOTE] = ACTIONS(1422), - [anon_sym_u_SQUOTE] = ACTIONS(1422), - [anon_sym_U_SQUOTE] = ACTIONS(1422), - [anon_sym_u8_SQUOTE] = ACTIONS(1422), - [anon_sym_SQUOTE] = ACTIONS(1422), - [anon_sym_L_DQUOTE] = ACTIONS(1422), - [anon_sym_u_DQUOTE] = ACTIONS(1422), - [anon_sym_U_DQUOTE] = ACTIONS(1422), - [anon_sym_u8_DQUOTE] = ACTIONS(1422), - [anon_sym_DQUOTE] = ACTIONS(1422), - [sym_true] = ACTIONS(1420), - [sym_false] = ACTIONS(1420), - [anon_sym_NULL] = ACTIONS(1420), - [anon_sym_nullptr] = ACTIONS(1420), - [sym_comment] = ACTIONS(3), - }, - [388] = { - [sym_identifier] = ACTIONS(1488), - [aux_sym_preproc_include_token1] = ACTIONS(1488), - [aux_sym_preproc_def_token1] = ACTIONS(1488), - [aux_sym_preproc_if_token1] = ACTIONS(1488), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1488), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1488), - [sym_preproc_directive] = ACTIONS(1488), - [anon_sym_LPAREN2] = ACTIONS(1490), - [anon_sym_BANG] = ACTIONS(1490), - [anon_sym_TILDE] = ACTIONS(1490), - [anon_sym_DASH] = ACTIONS(1488), - [anon_sym_PLUS] = ACTIONS(1488), - [anon_sym_STAR] = ACTIONS(1490), - [anon_sym_AMP] = ACTIONS(1490), - [anon_sym_SEMI] = ACTIONS(1490), - [anon_sym___extension__] = ACTIONS(1488), - [anon_sym_typedef] = ACTIONS(1488), - [anon_sym_extern] = ACTIONS(1488), - [anon_sym___attribute__] = ACTIONS(1488), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1490), - [anon_sym___declspec] = ACTIONS(1488), - [anon_sym___cdecl] = ACTIONS(1488), - [anon_sym___clrcall] = ACTIONS(1488), - [anon_sym___stdcall] = ACTIONS(1488), - [anon_sym___fastcall] = ACTIONS(1488), - [anon_sym___thiscall] = ACTIONS(1488), - [anon_sym___vectorcall] = ACTIONS(1488), - [anon_sym_LBRACE] = ACTIONS(1490), - [anon_sym_RBRACE] = ACTIONS(1490), - [anon_sym_signed] = ACTIONS(1488), - [anon_sym_unsigned] = ACTIONS(1488), - [anon_sym_long] = ACTIONS(1488), - [anon_sym_short] = ACTIONS(1488), - [anon_sym_static] = ACTIONS(1488), - [anon_sym_auto] = ACTIONS(1488), - [anon_sym_register] = ACTIONS(1488), - [anon_sym_inline] = ACTIONS(1488), - [anon_sym___inline] = ACTIONS(1488), - [anon_sym___inline__] = ACTIONS(1488), - [anon_sym___forceinline] = ACTIONS(1488), - [anon_sym_thread_local] = ACTIONS(1488), - [anon_sym___thread] = ACTIONS(1488), - [anon_sym_const] = ACTIONS(1488), - [anon_sym_constexpr] = ACTIONS(1488), - [anon_sym_volatile] = ACTIONS(1488), - [anon_sym_restrict] = ACTIONS(1488), - [anon_sym___restrict__] = ACTIONS(1488), - [anon_sym__Atomic] = ACTIONS(1488), - [anon_sym__Noreturn] = ACTIONS(1488), - [anon_sym_noreturn] = ACTIONS(1488), - [sym_primitive_type] = ACTIONS(1488), - [anon_sym_enum] = ACTIONS(1488), - [anon_sym_struct] = ACTIONS(1488), - [anon_sym_union] = ACTIONS(1488), - [anon_sym_if] = ACTIONS(1488), - [anon_sym_switch] = ACTIONS(1488), - [anon_sym_case] = ACTIONS(1488), - [anon_sym_default] = ACTIONS(1488), - [anon_sym_while] = ACTIONS(1488), - [anon_sym_do] = ACTIONS(1488), - [anon_sym_for] = ACTIONS(1488), - [anon_sym_return] = ACTIONS(1488), - [anon_sym_break] = ACTIONS(1488), - [anon_sym_continue] = ACTIONS(1488), - [anon_sym_goto] = ACTIONS(1488), - [anon_sym___try] = ACTIONS(1488), - [anon_sym___leave] = ACTIONS(1488), - [anon_sym_DASH_DASH] = ACTIONS(1490), - [anon_sym_PLUS_PLUS] = ACTIONS(1490), - [anon_sym_sizeof] = ACTIONS(1488), - [anon_sym___alignof__] = ACTIONS(1488), - [anon_sym___alignof] = ACTIONS(1488), - [anon_sym__alignof] = ACTIONS(1488), - [anon_sym_alignof] = ACTIONS(1488), - [anon_sym__Alignof] = ACTIONS(1488), - [anon_sym_offsetof] = ACTIONS(1488), - [anon_sym__Generic] = ACTIONS(1488), - [anon_sym_asm] = ACTIONS(1488), - [anon_sym___asm__] = ACTIONS(1488), - [sym_number_literal] = ACTIONS(1490), - [anon_sym_L_SQUOTE] = ACTIONS(1490), - [anon_sym_u_SQUOTE] = ACTIONS(1490), - [anon_sym_U_SQUOTE] = ACTIONS(1490), - [anon_sym_u8_SQUOTE] = ACTIONS(1490), - [anon_sym_SQUOTE] = ACTIONS(1490), - [anon_sym_L_DQUOTE] = ACTIONS(1490), - [anon_sym_u_DQUOTE] = ACTIONS(1490), - [anon_sym_U_DQUOTE] = ACTIONS(1490), - [anon_sym_u8_DQUOTE] = ACTIONS(1490), - [anon_sym_DQUOTE] = ACTIONS(1490), - [sym_true] = ACTIONS(1488), - [sym_false] = ACTIONS(1488), - [anon_sym_NULL] = ACTIONS(1488), - [anon_sym_nullptr] = ACTIONS(1488), - [sym_comment] = ACTIONS(3), - }, - [389] = { - [sym_identifier] = ACTIONS(1480), - [aux_sym_preproc_include_token1] = ACTIONS(1480), - [aux_sym_preproc_def_token1] = ACTIONS(1480), - [aux_sym_preproc_if_token1] = ACTIONS(1480), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1480), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1480), - [sym_preproc_directive] = ACTIONS(1480), - [anon_sym_LPAREN2] = ACTIONS(1482), - [anon_sym_BANG] = ACTIONS(1482), - [anon_sym_TILDE] = ACTIONS(1482), - [anon_sym_DASH] = ACTIONS(1480), - [anon_sym_PLUS] = ACTIONS(1480), - [anon_sym_STAR] = ACTIONS(1482), - [anon_sym_AMP] = ACTIONS(1482), - [anon_sym_SEMI] = ACTIONS(1482), - [anon_sym___extension__] = ACTIONS(1480), - [anon_sym_typedef] = ACTIONS(1480), - [anon_sym_extern] = ACTIONS(1480), - [anon_sym___attribute__] = ACTIONS(1480), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1482), - [anon_sym___declspec] = ACTIONS(1480), - [anon_sym___cdecl] = ACTIONS(1480), - [anon_sym___clrcall] = ACTIONS(1480), - [anon_sym___stdcall] = ACTIONS(1480), - [anon_sym___fastcall] = ACTIONS(1480), - [anon_sym___thiscall] = ACTIONS(1480), - [anon_sym___vectorcall] = ACTIONS(1480), - [anon_sym_LBRACE] = ACTIONS(1482), - [anon_sym_RBRACE] = ACTIONS(1482), - [anon_sym_signed] = ACTIONS(1480), - [anon_sym_unsigned] = ACTIONS(1480), - [anon_sym_long] = ACTIONS(1480), - [anon_sym_short] = ACTIONS(1480), - [anon_sym_static] = ACTIONS(1480), - [anon_sym_auto] = ACTIONS(1480), - [anon_sym_register] = ACTIONS(1480), - [anon_sym_inline] = ACTIONS(1480), - [anon_sym___inline] = ACTIONS(1480), - [anon_sym___inline__] = ACTIONS(1480), - [anon_sym___forceinline] = ACTIONS(1480), - [anon_sym_thread_local] = ACTIONS(1480), - [anon_sym___thread] = ACTIONS(1480), - [anon_sym_const] = ACTIONS(1480), - [anon_sym_constexpr] = ACTIONS(1480), - [anon_sym_volatile] = ACTIONS(1480), - [anon_sym_restrict] = ACTIONS(1480), - [anon_sym___restrict__] = ACTIONS(1480), - [anon_sym__Atomic] = ACTIONS(1480), - [anon_sym__Noreturn] = ACTIONS(1480), - [anon_sym_noreturn] = ACTIONS(1480), - [sym_primitive_type] = ACTIONS(1480), - [anon_sym_enum] = ACTIONS(1480), - [anon_sym_struct] = ACTIONS(1480), - [anon_sym_union] = ACTIONS(1480), - [anon_sym_if] = ACTIONS(1480), - [anon_sym_switch] = ACTIONS(1480), - [anon_sym_case] = ACTIONS(1480), - [anon_sym_default] = ACTIONS(1480), - [anon_sym_while] = ACTIONS(1480), - [anon_sym_do] = ACTIONS(1480), - [anon_sym_for] = ACTIONS(1480), - [anon_sym_return] = ACTIONS(1480), - [anon_sym_break] = ACTIONS(1480), - [anon_sym_continue] = ACTIONS(1480), - [anon_sym_goto] = ACTIONS(1480), - [anon_sym___try] = ACTIONS(1480), - [anon_sym___leave] = ACTIONS(1480), - [anon_sym_DASH_DASH] = ACTIONS(1482), - [anon_sym_PLUS_PLUS] = ACTIONS(1482), - [anon_sym_sizeof] = ACTIONS(1480), - [anon_sym___alignof__] = ACTIONS(1480), - [anon_sym___alignof] = ACTIONS(1480), - [anon_sym__alignof] = ACTIONS(1480), - [anon_sym_alignof] = ACTIONS(1480), - [anon_sym__Alignof] = ACTIONS(1480), - [anon_sym_offsetof] = ACTIONS(1480), - [anon_sym__Generic] = ACTIONS(1480), - [anon_sym_asm] = ACTIONS(1480), - [anon_sym___asm__] = ACTIONS(1480), - [sym_number_literal] = ACTIONS(1482), - [anon_sym_L_SQUOTE] = ACTIONS(1482), - [anon_sym_u_SQUOTE] = ACTIONS(1482), - [anon_sym_U_SQUOTE] = ACTIONS(1482), - [anon_sym_u8_SQUOTE] = ACTIONS(1482), - [anon_sym_SQUOTE] = ACTIONS(1482), - [anon_sym_L_DQUOTE] = ACTIONS(1482), - [anon_sym_u_DQUOTE] = ACTIONS(1482), - [anon_sym_U_DQUOTE] = ACTIONS(1482), - [anon_sym_u8_DQUOTE] = ACTIONS(1482), - [anon_sym_DQUOTE] = ACTIONS(1482), - [sym_true] = ACTIONS(1480), - [sym_false] = ACTIONS(1480), - [anon_sym_NULL] = ACTIONS(1480), - [anon_sym_nullptr] = ACTIONS(1480), - [sym_comment] = ACTIONS(3), - }, - [390] = { - [sym_identifier] = ACTIONS(1480), - [aux_sym_preproc_include_token1] = ACTIONS(1480), - [aux_sym_preproc_def_token1] = ACTIONS(1480), - [aux_sym_preproc_if_token1] = ACTIONS(1480), - [aux_sym_preproc_if_token2] = ACTIONS(1480), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1480), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1480), - [sym_preproc_directive] = ACTIONS(1480), - [anon_sym_LPAREN2] = ACTIONS(1482), - [anon_sym_BANG] = ACTIONS(1482), - [anon_sym_TILDE] = ACTIONS(1482), - [anon_sym_DASH] = ACTIONS(1480), - [anon_sym_PLUS] = ACTIONS(1480), - [anon_sym_STAR] = ACTIONS(1482), - [anon_sym_AMP] = ACTIONS(1482), - [anon_sym_SEMI] = ACTIONS(1482), - [anon_sym___extension__] = ACTIONS(1480), - [anon_sym_typedef] = ACTIONS(1480), - [anon_sym_extern] = ACTIONS(1480), - [anon_sym___attribute__] = ACTIONS(1480), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1482), - [anon_sym___declspec] = ACTIONS(1480), - [anon_sym___cdecl] = ACTIONS(1480), - [anon_sym___clrcall] = ACTIONS(1480), - [anon_sym___stdcall] = ACTIONS(1480), - [anon_sym___fastcall] = ACTIONS(1480), - [anon_sym___thiscall] = ACTIONS(1480), - [anon_sym___vectorcall] = ACTIONS(1480), - [anon_sym_LBRACE] = ACTIONS(1482), - [anon_sym_signed] = ACTIONS(1480), - [anon_sym_unsigned] = ACTIONS(1480), - [anon_sym_long] = ACTIONS(1480), - [anon_sym_short] = ACTIONS(1480), - [anon_sym_static] = ACTIONS(1480), - [anon_sym_auto] = ACTIONS(1480), - [anon_sym_register] = ACTIONS(1480), - [anon_sym_inline] = ACTIONS(1480), - [anon_sym___inline] = ACTIONS(1480), - [anon_sym___inline__] = ACTIONS(1480), - [anon_sym___forceinline] = ACTIONS(1480), - [anon_sym_thread_local] = ACTIONS(1480), - [anon_sym___thread] = ACTIONS(1480), - [anon_sym_const] = ACTIONS(1480), - [anon_sym_constexpr] = ACTIONS(1480), - [anon_sym_volatile] = ACTIONS(1480), - [anon_sym_restrict] = ACTIONS(1480), - [anon_sym___restrict__] = ACTIONS(1480), - [anon_sym__Atomic] = ACTIONS(1480), - [anon_sym__Noreturn] = ACTIONS(1480), - [anon_sym_noreturn] = ACTIONS(1480), - [sym_primitive_type] = ACTIONS(1480), - [anon_sym_enum] = ACTIONS(1480), - [anon_sym_struct] = ACTIONS(1480), - [anon_sym_union] = ACTIONS(1480), - [anon_sym_if] = ACTIONS(1480), - [anon_sym_switch] = ACTIONS(1480), - [anon_sym_case] = ACTIONS(1480), - [anon_sym_default] = ACTIONS(1480), - [anon_sym_while] = ACTIONS(1480), - [anon_sym_do] = ACTIONS(1480), - [anon_sym_for] = ACTIONS(1480), - [anon_sym_return] = ACTIONS(1480), - [anon_sym_break] = ACTIONS(1480), - [anon_sym_continue] = ACTIONS(1480), - [anon_sym_goto] = ACTIONS(1480), - [anon_sym___try] = ACTIONS(1480), - [anon_sym___leave] = ACTIONS(1480), - [anon_sym_DASH_DASH] = ACTIONS(1482), - [anon_sym_PLUS_PLUS] = ACTIONS(1482), - [anon_sym_sizeof] = ACTIONS(1480), - [anon_sym___alignof__] = ACTIONS(1480), - [anon_sym___alignof] = ACTIONS(1480), - [anon_sym__alignof] = ACTIONS(1480), - [anon_sym_alignof] = ACTIONS(1480), - [anon_sym__Alignof] = ACTIONS(1480), - [anon_sym_offsetof] = ACTIONS(1480), - [anon_sym__Generic] = ACTIONS(1480), - [anon_sym_asm] = ACTIONS(1480), - [anon_sym___asm__] = ACTIONS(1480), - [sym_number_literal] = ACTIONS(1482), - [anon_sym_L_SQUOTE] = ACTIONS(1482), - [anon_sym_u_SQUOTE] = ACTIONS(1482), - [anon_sym_U_SQUOTE] = ACTIONS(1482), - [anon_sym_u8_SQUOTE] = ACTIONS(1482), - [anon_sym_SQUOTE] = ACTIONS(1482), - [anon_sym_L_DQUOTE] = ACTIONS(1482), - [anon_sym_u_DQUOTE] = ACTIONS(1482), - [anon_sym_U_DQUOTE] = ACTIONS(1482), - [anon_sym_u8_DQUOTE] = ACTIONS(1482), - [anon_sym_DQUOTE] = ACTIONS(1482), - [sym_true] = ACTIONS(1480), - [sym_false] = ACTIONS(1480), - [anon_sym_NULL] = ACTIONS(1480), - [anon_sym_nullptr] = ACTIONS(1480), + [sym_identifier] = ACTIONS(1460), + [aux_sym_preproc_include_token1] = ACTIONS(1460), + [aux_sym_preproc_def_token1] = ACTIONS(1460), + [aux_sym_preproc_if_token1] = ACTIONS(1460), + [aux_sym_preproc_if_token2] = ACTIONS(1460), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1460), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1460), + [sym_preproc_directive] = ACTIONS(1460), + [anon_sym_LPAREN2] = ACTIONS(1462), + [anon_sym_BANG] = ACTIONS(1462), + [anon_sym_TILDE] = ACTIONS(1462), + [anon_sym_DASH] = ACTIONS(1460), + [anon_sym_PLUS] = ACTIONS(1460), + [anon_sym_STAR] = ACTIONS(1462), + [anon_sym_AMP] = ACTIONS(1462), + [anon_sym_SEMI] = ACTIONS(1462), + [anon_sym___extension__] = ACTIONS(1460), + [anon_sym_typedef] = ACTIONS(1460), + [anon_sym_extern] = ACTIONS(1460), + [anon_sym___attribute__] = ACTIONS(1460), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1462), + [anon_sym___declspec] = ACTIONS(1460), + [anon_sym___cdecl] = ACTIONS(1460), + [anon_sym___clrcall] = ACTIONS(1460), + [anon_sym___stdcall] = ACTIONS(1460), + [anon_sym___fastcall] = ACTIONS(1460), + [anon_sym___thiscall] = ACTIONS(1460), + [anon_sym___vectorcall] = ACTIONS(1460), + [anon_sym_LBRACE] = ACTIONS(1462), + [anon_sym_signed] = ACTIONS(1460), + [anon_sym_unsigned] = ACTIONS(1460), + [anon_sym_long] = ACTIONS(1460), + [anon_sym_short] = ACTIONS(1460), + [anon_sym_static] = ACTIONS(1460), + [anon_sym_auto] = ACTIONS(1460), + [anon_sym_register] = ACTIONS(1460), + [anon_sym_inline] = ACTIONS(1460), + [anon_sym___inline] = ACTIONS(1460), + [anon_sym___inline__] = ACTIONS(1460), + [anon_sym___forceinline] = ACTIONS(1460), + [anon_sym_thread_local] = ACTIONS(1460), + [anon_sym___thread] = ACTIONS(1460), + [anon_sym_const] = ACTIONS(1460), + [anon_sym_constexpr] = ACTIONS(1460), + [anon_sym_volatile] = ACTIONS(1460), + [anon_sym_restrict] = ACTIONS(1460), + [anon_sym___restrict__] = ACTIONS(1460), + [anon_sym__Atomic] = ACTIONS(1460), + [anon_sym__Noreturn] = ACTIONS(1460), + [anon_sym_noreturn] = ACTIONS(1460), + [sym_primitive_type] = ACTIONS(1460), + [anon_sym_enum] = ACTIONS(1460), + [anon_sym_struct] = ACTIONS(1460), + [anon_sym_union] = ACTIONS(1460), + [anon_sym_if] = ACTIONS(1460), + [anon_sym_switch] = ACTIONS(1460), + [anon_sym_case] = ACTIONS(1460), + [anon_sym_default] = ACTIONS(1460), + [anon_sym_while] = ACTIONS(1460), + [anon_sym_do] = ACTIONS(1460), + [anon_sym_for] = ACTIONS(1460), + [anon_sym_return] = ACTIONS(1460), + [anon_sym_break] = ACTIONS(1460), + [anon_sym_continue] = ACTIONS(1460), + [anon_sym_goto] = ACTIONS(1460), + [anon_sym___try] = ACTIONS(1460), + [anon_sym___leave] = ACTIONS(1460), + [anon_sym_DASH_DASH] = ACTIONS(1462), + [anon_sym_PLUS_PLUS] = ACTIONS(1462), + [anon_sym_sizeof] = ACTIONS(1460), + [anon_sym___alignof__] = ACTIONS(1460), + [anon_sym___alignof] = ACTIONS(1460), + [anon_sym__alignof] = ACTIONS(1460), + [anon_sym_alignof] = ACTIONS(1460), + [anon_sym__Alignof] = ACTIONS(1460), + [anon_sym_offsetof] = ACTIONS(1460), + [anon_sym__Generic] = ACTIONS(1460), + [anon_sym_asm] = ACTIONS(1460), + [anon_sym___asm__] = ACTIONS(1460), + [sym_number_literal] = ACTIONS(1462), + [anon_sym_L_SQUOTE] = ACTIONS(1462), + [anon_sym_u_SQUOTE] = ACTIONS(1462), + [anon_sym_U_SQUOTE] = ACTIONS(1462), + [anon_sym_u8_SQUOTE] = ACTIONS(1462), + [anon_sym_SQUOTE] = ACTIONS(1462), + [anon_sym_L_DQUOTE] = ACTIONS(1462), + [anon_sym_u_DQUOTE] = ACTIONS(1462), + [anon_sym_U_DQUOTE] = ACTIONS(1462), + [anon_sym_u8_DQUOTE] = ACTIONS(1462), + [anon_sym_DQUOTE] = ACTIONS(1462), + [sym_true] = ACTIONS(1460), + [sym_false] = ACTIONS(1460), + [anon_sym_NULL] = ACTIONS(1460), + [anon_sym_nullptr] = ACTIONS(1460), [sym_comment] = ACTIONS(3), }, - [391] = { - [sym_identifier] = ACTIONS(1448), - [aux_sym_preproc_include_token1] = ACTIONS(1448), - [aux_sym_preproc_def_token1] = ACTIONS(1448), - [aux_sym_preproc_if_token1] = ACTIONS(1448), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1448), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1448), - [sym_preproc_directive] = ACTIONS(1448), - [anon_sym_LPAREN2] = ACTIONS(1450), - [anon_sym_BANG] = ACTIONS(1450), - [anon_sym_TILDE] = ACTIONS(1450), - [anon_sym_DASH] = ACTIONS(1448), - [anon_sym_PLUS] = ACTIONS(1448), - [anon_sym_STAR] = ACTIONS(1450), - [anon_sym_AMP] = ACTIONS(1450), - [anon_sym_SEMI] = ACTIONS(1450), - [anon_sym___extension__] = ACTIONS(1448), - [anon_sym_typedef] = ACTIONS(1448), - [anon_sym_extern] = ACTIONS(1448), - [anon_sym___attribute__] = ACTIONS(1448), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1450), - [anon_sym___declspec] = ACTIONS(1448), - [anon_sym___cdecl] = ACTIONS(1448), - [anon_sym___clrcall] = ACTIONS(1448), - [anon_sym___stdcall] = ACTIONS(1448), - [anon_sym___fastcall] = ACTIONS(1448), - [anon_sym___thiscall] = ACTIONS(1448), - [anon_sym___vectorcall] = ACTIONS(1448), - [anon_sym_LBRACE] = ACTIONS(1450), - [anon_sym_RBRACE] = ACTIONS(1450), - [anon_sym_signed] = ACTIONS(1448), - [anon_sym_unsigned] = ACTIONS(1448), - [anon_sym_long] = ACTIONS(1448), - [anon_sym_short] = ACTIONS(1448), - [anon_sym_static] = ACTIONS(1448), - [anon_sym_auto] = ACTIONS(1448), - [anon_sym_register] = ACTIONS(1448), - [anon_sym_inline] = ACTIONS(1448), - [anon_sym___inline] = ACTIONS(1448), - [anon_sym___inline__] = ACTIONS(1448), - [anon_sym___forceinline] = ACTIONS(1448), - [anon_sym_thread_local] = ACTIONS(1448), - [anon_sym___thread] = ACTIONS(1448), - [anon_sym_const] = ACTIONS(1448), - [anon_sym_constexpr] = ACTIONS(1448), - [anon_sym_volatile] = ACTIONS(1448), - [anon_sym_restrict] = ACTIONS(1448), - [anon_sym___restrict__] = ACTIONS(1448), - [anon_sym__Atomic] = ACTIONS(1448), - [anon_sym__Noreturn] = ACTIONS(1448), - [anon_sym_noreturn] = ACTIONS(1448), - [sym_primitive_type] = ACTIONS(1448), - [anon_sym_enum] = ACTIONS(1448), - [anon_sym_struct] = ACTIONS(1448), - [anon_sym_union] = ACTIONS(1448), - [anon_sym_if] = ACTIONS(1448), - [anon_sym_switch] = ACTIONS(1448), - [anon_sym_case] = ACTIONS(1448), - [anon_sym_default] = ACTIONS(1448), - [anon_sym_while] = ACTIONS(1448), - [anon_sym_do] = ACTIONS(1448), - [anon_sym_for] = ACTIONS(1448), - [anon_sym_return] = ACTIONS(1448), - [anon_sym_break] = ACTIONS(1448), - [anon_sym_continue] = ACTIONS(1448), - [anon_sym_goto] = ACTIONS(1448), - [anon_sym___try] = ACTIONS(1448), - [anon_sym___leave] = ACTIONS(1448), - [anon_sym_DASH_DASH] = ACTIONS(1450), - [anon_sym_PLUS_PLUS] = ACTIONS(1450), - [anon_sym_sizeof] = ACTIONS(1448), - [anon_sym___alignof__] = ACTIONS(1448), - [anon_sym___alignof] = ACTIONS(1448), - [anon_sym__alignof] = ACTIONS(1448), - [anon_sym_alignof] = ACTIONS(1448), - [anon_sym__Alignof] = ACTIONS(1448), - [anon_sym_offsetof] = ACTIONS(1448), - [anon_sym__Generic] = ACTIONS(1448), - [anon_sym_asm] = ACTIONS(1448), - [anon_sym___asm__] = ACTIONS(1448), - [sym_number_literal] = ACTIONS(1450), - [anon_sym_L_SQUOTE] = ACTIONS(1450), - [anon_sym_u_SQUOTE] = ACTIONS(1450), - [anon_sym_U_SQUOTE] = ACTIONS(1450), - [anon_sym_u8_SQUOTE] = ACTIONS(1450), - [anon_sym_SQUOTE] = ACTIONS(1450), - [anon_sym_L_DQUOTE] = ACTIONS(1450), - [anon_sym_u_DQUOTE] = ACTIONS(1450), - [anon_sym_U_DQUOTE] = ACTIONS(1450), - [anon_sym_u8_DQUOTE] = ACTIONS(1450), - [anon_sym_DQUOTE] = ACTIONS(1450), - [sym_true] = ACTIONS(1448), - [sym_false] = ACTIONS(1448), - [anon_sym_NULL] = ACTIONS(1448), - [anon_sym_nullptr] = ACTIONS(1448), + [388] = { + [sym_identifier] = ACTIONS(1430), + [aux_sym_preproc_include_token1] = ACTIONS(1430), + [aux_sym_preproc_def_token1] = ACTIONS(1430), + [aux_sym_preproc_if_token1] = ACTIONS(1430), + [aux_sym_preproc_if_token2] = ACTIONS(1430), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1430), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1430), + [sym_preproc_directive] = ACTIONS(1430), + [anon_sym_LPAREN2] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1432), + [anon_sym_TILDE] = ACTIONS(1432), + [anon_sym_DASH] = ACTIONS(1430), + [anon_sym_PLUS] = ACTIONS(1430), + [anon_sym_STAR] = ACTIONS(1432), + [anon_sym_AMP] = ACTIONS(1432), + [anon_sym_SEMI] = ACTIONS(1432), + [anon_sym___extension__] = ACTIONS(1430), + [anon_sym_typedef] = ACTIONS(1430), + [anon_sym_extern] = ACTIONS(1430), + [anon_sym___attribute__] = ACTIONS(1430), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1432), + [anon_sym___declspec] = ACTIONS(1430), + [anon_sym___cdecl] = ACTIONS(1430), + [anon_sym___clrcall] = ACTIONS(1430), + [anon_sym___stdcall] = ACTIONS(1430), + [anon_sym___fastcall] = ACTIONS(1430), + [anon_sym___thiscall] = ACTIONS(1430), + [anon_sym___vectorcall] = ACTIONS(1430), + [anon_sym_LBRACE] = ACTIONS(1432), + [anon_sym_signed] = ACTIONS(1430), + [anon_sym_unsigned] = ACTIONS(1430), + [anon_sym_long] = ACTIONS(1430), + [anon_sym_short] = ACTIONS(1430), + [anon_sym_static] = ACTIONS(1430), + [anon_sym_auto] = ACTIONS(1430), + [anon_sym_register] = ACTIONS(1430), + [anon_sym_inline] = ACTIONS(1430), + [anon_sym___inline] = ACTIONS(1430), + [anon_sym___inline__] = ACTIONS(1430), + [anon_sym___forceinline] = ACTIONS(1430), + [anon_sym_thread_local] = ACTIONS(1430), + [anon_sym___thread] = ACTIONS(1430), + [anon_sym_const] = ACTIONS(1430), + [anon_sym_constexpr] = ACTIONS(1430), + [anon_sym_volatile] = ACTIONS(1430), + [anon_sym_restrict] = ACTIONS(1430), + [anon_sym___restrict__] = ACTIONS(1430), + [anon_sym__Atomic] = ACTIONS(1430), + [anon_sym__Noreturn] = ACTIONS(1430), + [anon_sym_noreturn] = ACTIONS(1430), + [sym_primitive_type] = ACTIONS(1430), + [anon_sym_enum] = ACTIONS(1430), + [anon_sym_struct] = ACTIONS(1430), + [anon_sym_union] = ACTIONS(1430), + [anon_sym_if] = ACTIONS(1430), + [anon_sym_switch] = ACTIONS(1430), + [anon_sym_case] = ACTIONS(1430), + [anon_sym_default] = ACTIONS(1430), + [anon_sym_while] = ACTIONS(1430), + [anon_sym_do] = ACTIONS(1430), + [anon_sym_for] = ACTIONS(1430), + [anon_sym_return] = ACTIONS(1430), + [anon_sym_break] = ACTIONS(1430), + [anon_sym_continue] = ACTIONS(1430), + [anon_sym_goto] = ACTIONS(1430), + [anon_sym___try] = ACTIONS(1430), + [anon_sym___leave] = ACTIONS(1430), + [anon_sym_DASH_DASH] = ACTIONS(1432), + [anon_sym_PLUS_PLUS] = ACTIONS(1432), + [anon_sym_sizeof] = ACTIONS(1430), + [anon_sym___alignof__] = ACTIONS(1430), + [anon_sym___alignof] = ACTIONS(1430), + [anon_sym__alignof] = ACTIONS(1430), + [anon_sym_alignof] = ACTIONS(1430), + [anon_sym__Alignof] = ACTIONS(1430), + [anon_sym_offsetof] = ACTIONS(1430), + [anon_sym__Generic] = ACTIONS(1430), + [anon_sym_asm] = ACTIONS(1430), + [anon_sym___asm__] = ACTIONS(1430), + [sym_number_literal] = ACTIONS(1432), + [anon_sym_L_SQUOTE] = ACTIONS(1432), + [anon_sym_u_SQUOTE] = ACTIONS(1432), + [anon_sym_U_SQUOTE] = ACTIONS(1432), + [anon_sym_u8_SQUOTE] = ACTIONS(1432), + [anon_sym_SQUOTE] = ACTIONS(1432), + [anon_sym_L_DQUOTE] = ACTIONS(1432), + [anon_sym_u_DQUOTE] = ACTIONS(1432), + [anon_sym_U_DQUOTE] = ACTIONS(1432), + [anon_sym_u8_DQUOTE] = ACTIONS(1432), + [anon_sym_DQUOTE] = ACTIONS(1432), + [sym_true] = ACTIONS(1430), + [sym_false] = ACTIONS(1430), + [anon_sym_NULL] = ACTIONS(1430), + [anon_sym_nullptr] = ACTIONS(1430), [sym_comment] = ACTIONS(3), }, - [392] = { - [sym_identifier] = ACTIONS(1492), - [aux_sym_preproc_include_token1] = ACTIONS(1492), - [aux_sym_preproc_def_token1] = ACTIONS(1492), - [aux_sym_preproc_if_token1] = ACTIONS(1492), - [aux_sym_preproc_if_token2] = ACTIONS(1492), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1492), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1492), - [sym_preproc_directive] = ACTIONS(1492), - [anon_sym_LPAREN2] = ACTIONS(1494), - [anon_sym_BANG] = ACTIONS(1494), - [anon_sym_TILDE] = ACTIONS(1494), - [anon_sym_DASH] = ACTIONS(1492), - [anon_sym_PLUS] = ACTIONS(1492), - [anon_sym_STAR] = ACTIONS(1494), - [anon_sym_AMP] = ACTIONS(1494), - [anon_sym_SEMI] = ACTIONS(1494), - [anon_sym___extension__] = ACTIONS(1492), - [anon_sym_typedef] = ACTIONS(1492), - [anon_sym_extern] = ACTIONS(1492), - [anon_sym___attribute__] = ACTIONS(1492), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1494), - [anon_sym___declspec] = ACTIONS(1492), - [anon_sym___cdecl] = ACTIONS(1492), - [anon_sym___clrcall] = ACTIONS(1492), - [anon_sym___stdcall] = ACTIONS(1492), - [anon_sym___fastcall] = ACTIONS(1492), - [anon_sym___thiscall] = ACTIONS(1492), - [anon_sym___vectorcall] = ACTIONS(1492), - [anon_sym_LBRACE] = ACTIONS(1494), - [anon_sym_signed] = ACTIONS(1492), - [anon_sym_unsigned] = ACTIONS(1492), - [anon_sym_long] = ACTIONS(1492), - [anon_sym_short] = ACTIONS(1492), - [anon_sym_static] = ACTIONS(1492), - [anon_sym_auto] = ACTIONS(1492), - [anon_sym_register] = ACTIONS(1492), - [anon_sym_inline] = ACTIONS(1492), - [anon_sym___inline] = ACTIONS(1492), - [anon_sym___inline__] = ACTIONS(1492), - [anon_sym___forceinline] = ACTIONS(1492), - [anon_sym_thread_local] = ACTIONS(1492), - [anon_sym___thread] = ACTIONS(1492), - [anon_sym_const] = ACTIONS(1492), - [anon_sym_constexpr] = ACTIONS(1492), - [anon_sym_volatile] = ACTIONS(1492), - [anon_sym_restrict] = ACTIONS(1492), - [anon_sym___restrict__] = ACTIONS(1492), - [anon_sym__Atomic] = ACTIONS(1492), - [anon_sym__Noreturn] = ACTIONS(1492), - [anon_sym_noreturn] = ACTIONS(1492), - [sym_primitive_type] = ACTIONS(1492), - [anon_sym_enum] = ACTIONS(1492), - [anon_sym_struct] = ACTIONS(1492), - [anon_sym_union] = ACTIONS(1492), - [anon_sym_if] = ACTIONS(1492), - [anon_sym_switch] = ACTIONS(1492), - [anon_sym_case] = ACTIONS(1492), - [anon_sym_default] = ACTIONS(1492), - [anon_sym_while] = ACTIONS(1492), - [anon_sym_do] = ACTIONS(1492), - [anon_sym_for] = ACTIONS(1492), - [anon_sym_return] = ACTIONS(1492), - [anon_sym_break] = ACTIONS(1492), - [anon_sym_continue] = ACTIONS(1492), - [anon_sym_goto] = ACTIONS(1492), - [anon_sym___try] = ACTIONS(1492), - [anon_sym___leave] = ACTIONS(1492), - [anon_sym_DASH_DASH] = ACTIONS(1494), - [anon_sym_PLUS_PLUS] = ACTIONS(1494), - [anon_sym_sizeof] = ACTIONS(1492), - [anon_sym___alignof__] = ACTIONS(1492), - [anon_sym___alignof] = ACTIONS(1492), - [anon_sym__alignof] = ACTIONS(1492), - [anon_sym_alignof] = ACTIONS(1492), - [anon_sym__Alignof] = ACTIONS(1492), - [anon_sym_offsetof] = ACTIONS(1492), - [anon_sym__Generic] = ACTIONS(1492), - [anon_sym_asm] = ACTIONS(1492), - [anon_sym___asm__] = ACTIONS(1492), - [sym_number_literal] = ACTIONS(1494), - [anon_sym_L_SQUOTE] = ACTIONS(1494), - [anon_sym_u_SQUOTE] = ACTIONS(1494), - [anon_sym_U_SQUOTE] = ACTIONS(1494), - [anon_sym_u8_SQUOTE] = ACTIONS(1494), - [anon_sym_SQUOTE] = ACTIONS(1494), - [anon_sym_L_DQUOTE] = ACTIONS(1494), - [anon_sym_u_DQUOTE] = ACTIONS(1494), - [anon_sym_U_DQUOTE] = ACTIONS(1494), - [anon_sym_u8_DQUOTE] = ACTIONS(1494), - [anon_sym_DQUOTE] = ACTIONS(1494), - [sym_true] = ACTIONS(1492), - [sym_false] = ACTIONS(1492), - [anon_sym_NULL] = ACTIONS(1492), - [anon_sym_nullptr] = ACTIONS(1492), + [389] = { + [sym_identifier] = ACTIONS(1426), + [aux_sym_preproc_include_token1] = ACTIONS(1426), + [aux_sym_preproc_def_token1] = ACTIONS(1426), + [aux_sym_preproc_if_token1] = ACTIONS(1426), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1426), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1426), + [sym_preproc_directive] = ACTIONS(1426), + [anon_sym_LPAREN2] = ACTIONS(1428), + [anon_sym_BANG] = ACTIONS(1428), + [anon_sym_TILDE] = ACTIONS(1428), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_STAR] = ACTIONS(1428), + [anon_sym_AMP] = ACTIONS(1428), + [anon_sym_SEMI] = ACTIONS(1428), + [anon_sym___extension__] = ACTIONS(1426), + [anon_sym_typedef] = ACTIONS(1426), + [anon_sym_extern] = ACTIONS(1426), + [anon_sym___attribute__] = ACTIONS(1426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1428), + [anon_sym___declspec] = ACTIONS(1426), + [anon_sym___cdecl] = ACTIONS(1426), + [anon_sym___clrcall] = ACTIONS(1426), + [anon_sym___stdcall] = ACTIONS(1426), + [anon_sym___fastcall] = ACTIONS(1426), + [anon_sym___thiscall] = ACTIONS(1426), + [anon_sym___vectorcall] = ACTIONS(1426), + [anon_sym_LBRACE] = ACTIONS(1428), + [anon_sym_RBRACE] = ACTIONS(1428), + [anon_sym_signed] = ACTIONS(1426), + [anon_sym_unsigned] = ACTIONS(1426), + [anon_sym_long] = ACTIONS(1426), + [anon_sym_short] = ACTIONS(1426), + [anon_sym_static] = ACTIONS(1426), + [anon_sym_auto] = ACTIONS(1426), + [anon_sym_register] = ACTIONS(1426), + [anon_sym_inline] = ACTIONS(1426), + [anon_sym___inline] = ACTIONS(1426), + [anon_sym___inline__] = ACTIONS(1426), + [anon_sym___forceinline] = ACTIONS(1426), + [anon_sym_thread_local] = ACTIONS(1426), + [anon_sym___thread] = ACTIONS(1426), + [anon_sym_const] = ACTIONS(1426), + [anon_sym_constexpr] = ACTIONS(1426), + [anon_sym_volatile] = ACTIONS(1426), + [anon_sym_restrict] = ACTIONS(1426), + [anon_sym___restrict__] = ACTIONS(1426), + [anon_sym__Atomic] = ACTIONS(1426), + [anon_sym__Noreturn] = ACTIONS(1426), + [anon_sym_noreturn] = ACTIONS(1426), + [sym_primitive_type] = ACTIONS(1426), + [anon_sym_enum] = ACTIONS(1426), + [anon_sym_struct] = ACTIONS(1426), + [anon_sym_union] = ACTIONS(1426), + [anon_sym_if] = ACTIONS(1426), + [anon_sym_switch] = ACTIONS(1426), + [anon_sym_case] = ACTIONS(1426), + [anon_sym_default] = ACTIONS(1426), + [anon_sym_while] = ACTIONS(1426), + [anon_sym_do] = ACTIONS(1426), + [anon_sym_for] = ACTIONS(1426), + [anon_sym_return] = ACTIONS(1426), + [anon_sym_break] = ACTIONS(1426), + [anon_sym_continue] = ACTIONS(1426), + [anon_sym_goto] = ACTIONS(1426), + [anon_sym___try] = ACTIONS(1426), + [anon_sym___leave] = ACTIONS(1426), + [anon_sym_DASH_DASH] = ACTIONS(1428), + [anon_sym_PLUS_PLUS] = ACTIONS(1428), + [anon_sym_sizeof] = ACTIONS(1426), + [anon_sym___alignof__] = ACTIONS(1426), + [anon_sym___alignof] = ACTIONS(1426), + [anon_sym__alignof] = ACTIONS(1426), + [anon_sym_alignof] = ACTIONS(1426), + [anon_sym__Alignof] = ACTIONS(1426), + [anon_sym_offsetof] = ACTIONS(1426), + [anon_sym__Generic] = ACTIONS(1426), + [anon_sym_asm] = ACTIONS(1426), + [anon_sym___asm__] = ACTIONS(1426), + [sym_number_literal] = ACTIONS(1428), + [anon_sym_L_SQUOTE] = ACTIONS(1428), + [anon_sym_u_SQUOTE] = ACTIONS(1428), + [anon_sym_U_SQUOTE] = ACTIONS(1428), + [anon_sym_u8_SQUOTE] = ACTIONS(1428), + [anon_sym_SQUOTE] = ACTIONS(1428), + [anon_sym_L_DQUOTE] = ACTIONS(1428), + [anon_sym_u_DQUOTE] = ACTIONS(1428), + [anon_sym_U_DQUOTE] = ACTIONS(1428), + [anon_sym_u8_DQUOTE] = ACTIONS(1428), + [anon_sym_DQUOTE] = ACTIONS(1428), + [sym_true] = ACTIONS(1426), + [sym_false] = ACTIONS(1426), + [anon_sym_NULL] = ACTIONS(1426), + [anon_sym_nullptr] = ACTIONS(1426), [sym_comment] = ACTIONS(3), }, - [393] = { - [sym_identifier] = ACTIONS(1476), - [aux_sym_preproc_include_token1] = ACTIONS(1476), - [aux_sym_preproc_def_token1] = ACTIONS(1476), - [aux_sym_preproc_if_token1] = ACTIONS(1476), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1476), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1476), - [sym_preproc_directive] = ACTIONS(1476), - [anon_sym_LPAREN2] = ACTIONS(1478), - [anon_sym_BANG] = ACTIONS(1478), - [anon_sym_TILDE] = ACTIONS(1478), - [anon_sym_DASH] = ACTIONS(1476), - [anon_sym_PLUS] = ACTIONS(1476), - [anon_sym_STAR] = ACTIONS(1478), - [anon_sym_AMP] = ACTIONS(1478), - [anon_sym_SEMI] = ACTIONS(1478), - [anon_sym___extension__] = ACTIONS(1476), - [anon_sym_typedef] = ACTIONS(1476), - [anon_sym_extern] = ACTIONS(1476), - [anon_sym___attribute__] = ACTIONS(1476), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1478), - [anon_sym___declspec] = ACTIONS(1476), - [anon_sym___cdecl] = ACTIONS(1476), - [anon_sym___clrcall] = ACTIONS(1476), - [anon_sym___stdcall] = ACTIONS(1476), - [anon_sym___fastcall] = ACTIONS(1476), - [anon_sym___thiscall] = ACTIONS(1476), - [anon_sym___vectorcall] = ACTIONS(1476), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_RBRACE] = ACTIONS(1478), - [anon_sym_signed] = ACTIONS(1476), - [anon_sym_unsigned] = ACTIONS(1476), - [anon_sym_long] = ACTIONS(1476), - [anon_sym_short] = ACTIONS(1476), - [anon_sym_static] = ACTIONS(1476), - [anon_sym_auto] = ACTIONS(1476), - [anon_sym_register] = ACTIONS(1476), - [anon_sym_inline] = ACTIONS(1476), - [anon_sym___inline] = ACTIONS(1476), - [anon_sym___inline__] = ACTIONS(1476), - [anon_sym___forceinline] = ACTIONS(1476), - [anon_sym_thread_local] = ACTIONS(1476), - [anon_sym___thread] = ACTIONS(1476), - [anon_sym_const] = ACTIONS(1476), - [anon_sym_constexpr] = ACTIONS(1476), - [anon_sym_volatile] = ACTIONS(1476), - [anon_sym_restrict] = ACTIONS(1476), - [anon_sym___restrict__] = ACTIONS(1476), - [anon_sym__Atomic] = ACTIONS(1476), - [anon_sym__Noreturn] = ACTIONS(1476), - [anon_sym_noreturn] = ACTIONS(1476), - [sym_primitive_type] = ACTIONS(1476), - [anon_sym_enum] = ACTIONS(1476), - [anon_sym_struct] = ACTIONS(1476), - [anon_sym_union] = ACTIONS(1476), - [anon_sym_if] = ACTIONS(1476), - [anon_sym_switch] = ACTIONS(1476), - [anon_sym_case] = ACTIONS(1476), - [anon_sym_default] = ACTIONS(1476), - [anon_sym_while] = ACTIONS(1476), - [anon_sym_do] = ACTIONS(1476), - [anon_sym_for] = ACTIONS(1476), - [anon_sym_return] = ACTIONS(1476), - [anon_sym_break] = ACTIONS(1476), - [anon_sym_continue] = ACTIONS(1476), - [anon_sym_goto] = ACTIONS(1476), - [anon_sym___try] = ACTIONS(1476), - [anon_sym___leave] = ACTIONS(1476), - [anon_sym_DASH_DASH] = ACTIONS(1478), - [anon_sym_PLUS_PLUS] = ACTIONS(1478), - [anon_sym_sizeof] = ACTIONS(1476), - [anon_sym___alignof__] = ACTIONS(1476), - [anon_sym___alignof] = ACTIONS(1476), - [anon_sym__alignof] = ACTIONS(1476), - [anon_sym_alignof] = ACTIONS(1476), - [anon_sym__Alignof] = ACTIONS(1476), - [anon_sym_offsetof] = ACTIONS(1476), - [anon_sym__Generic] = ACTIONS(1476), - [anon_sym_asm] = ACTIONS(1476), - [anon_sym___asm__] = ACTIONS(1476), - [sym_number_literal] = ACTIONS(1478), - [anon_sym_L_SQUOTE] = ACTIONS(1478), - [anon_sym_u_SQUOTE] = ACTIONS(1478), - [anon_sym_U_SQUOTE] = ACTIONS(1478), - [anon_sym_u8_SQUOTE] = ACTIONS(1478), - [anon_sym_SQUOTE] = ACTIONS(1478), - [anon_sym_L_DQUOTE] = ACTIONS(1478), - [anon_sym_u_DQUOTE] = ACTIONS(1478), - [anon_sym_U_DQUOTE] = ACTIONS(1478), - [anon_sym_u8_DQUOTE] = ACTIONS(1478), - [anon_sym_DQUOTE] = ACTIONS(1478), - [sym_true] = ACTIONS(1476), - [sym_false] = ACTIONS(1476), - [anon_sym_NULL] = ACTIONS(1476), - [anon_sym_nullptr] = ACTIONS(1476), + [390] = { + [sym_identifier] = ACTIONS(1488), + [aux_sym_preproc_include_token1] = ACTIONS(1488), + [aux_sym_preproc_def_token1] = ACTIONS(1488), + [aux_sym_preproc_if_token1] = ACTIONS(1488), + [aux_sym_preproc_if_token2] = ACTIONS(1488), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1488), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1488), + [sym_preproc_directive] = ACTIONS(1488), + [anon_sym_LPAREN2] = ACTIONS(1490), + [anon_sym_BANG] = ACTIONS(1490), + [anon_sym_TILDE] = ACTIONS(1490), + [anon_sym_DASH] = ACTIONS(1488), + [anon_sym_PLUS] = ACTIONS(1488), + [anon_sym_STAR] = ACTIONS(1490), + [anon_sym_AMP] = ACTIONS(1490), + [anon_sym_SEMI] = ACTIONS(1490), + [anon_sym___extension__] = ACTIONS(1488), + [anon_sym_typedef] = ACTIONS(1488), + [anon_sym_extern] = ACTIONS(1488), + [anon_sym___attribute__] = ACTIONS(1488), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1490), + [anon_sym___declspec] = ACTIONS(1488), + [anon_sym___cdecl] = ACTIONS(1488), + [anon_sym___clrcall] = ACTIONS(1488), + [anon_sym___stdcall] = ACTIONS(1488), + [anon_sym___fastcall] = ACTIONS(1488), + [anon_sym___thiscall] = ACTIONS(1488), + [anon_sym___vectorcall] = ACTIONS(1488), + [anon_sym_LBRACE] = ACTIONS(1490), + [anon_sym_signed] = ACTIONS(1488), + [anon_sym_unsigned] = ACTIONS(1488), + [anon_sym_long] = ACTIONS(1488), + [anon_sym_short] = ACTIONS(1488), + [anon_sym_static] = ACTIONS(1488), + [anon_sym_auto] = ACTIONS(1488), + [anon_sym_register] = ACTIONS(1488), + [anon_sym_inline] = ACTIONS(1488), + [anon_sym___inline] = ACTIONS(1488), + [anon_sym___inline__] = ACTIONS(1488), + [anon_sym___forceinline] = ACTIONS(1488), + [anon_sym_thread_local] = ACTIONS(1488), + [anon_sym___thread] = ACTIONS(1488), + [anon_sym_const] = ACTIONS(1488), + [anon_sym_constexpr] = ACTIONS(1488), + [anon_sym_volatile] = ACTIONS(1488), + [anon_sym_restrict] = ACTIONS(1488), + [anon_sym___restrict__] = ACTIONS(1488), + [anon_sym__Atomic] = ACTIONS(1488), + [anon_sym__Noreturn] = ACTIONS(1488), + [anon_sym_noreturn] = ACTIONS(1488), + [sym_primitive_type] = ACTIONS(1488), + [anon_sym_enum] = ACTIONS(1488), + [anon_sym_struct] = ACTIONS(1488), + [anon_sym_union] = ACTIONS(1488), + [anon_sym_if] = ACTIONS(1488), + [anon_sym_switch] = ACTIONS(1488), + [anon_sym_case] = ACTIONS(1488), + [anon_sym_default] = ACTIONS(1488), + [anon_sym_while] = ACTIONS(1488), + [anon_sym_do] = ACTIONS(1488), + [anon_sym_for] = ACTIONS(1488), + [anon_sym_return] = ACTIONS(1488), + [anon_sym_break] = ACTIONS(1488), + [anon_sym_continue] = ACTIONS(1488), + [anon_sym_goto] = ACTIONS(1488), + [anon_sym___try] = ACTIONS(1488), + [anon_sym___leave] = ACTIONS(1488), + [anon_sym_DASH_DASH] = ACTIONS(1490), + [anon_sym_PLUS_PLUS] = ACTIONS(1490), + [anon_sym_sizeof] = ACTIONS(1488), + [anon_sym___alignof__] = ACTIONS(1488), + [anon_sym___alignof] = ACTIONS(1488), + [anon_sym__alignof] = ACTIONS(1488), + [anon_sym_alignof] = ACTIONS(1488), + [anon_sym__Alignof] = ACTIONS(1488), + [anon_sym_offsetof] = ACTIONS(1488), + [anon_sym__Generic] = ACTIONS(1488), + [anon_sym_asm] = ACTIONS(1488), + [anon_sym___asm__] = ACTIONS(1488), + [sym_number_literal] = ACTIONS(1490), + [anon_sym_L_SQUOTE] = ACTIONS(1490), + [anon_sym_u_SQUOTE] = ACTIONS(1490), + [anon_sym_U_SQUOTE] = ACTIONS(1490), + [anon_sym_u8_SQUOTE] = ACTIONS(1490), + [anon_sym_SQUOTE] = ACTIONS(1490), + [anon_sym_L_DQUOTE] = ACTIONS(1490), + [anon_sym_u_DQUOTE] = ACTIONS(1490), + [anon_sym_U_DQUOTE] = ACTIONS(1490), + [anon_sym_u8_DQUOTE] = ACTIONS(1490), + [anon_sym_DQUOTE] = ACTIONS(1490), + [sym_true] = ACTIONS(1488), + [sym_false] = ACTIONS(1488), + [anon_sym_NULL] = ACTIONS(1488), + [anon_sym_nullptr] = ACTIONS(1488), [sym_comment] = ACTIONS(3), }, - [394] = { - [sym_identifier] = ACTIONS(1484), - [aux_sym_preproc_include_token1] = ACTIONS(1484), - [aux_sym_preproc_def_token1] = ACTIONS(1484), - [aux_sym_preproc_if_token1] = ACTIONS(1484), - [aux_sym_preproc_if_token2] = ACTIONS(1484), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1484), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1484), - [sym_preproc_directive] = ACTIONS(1484), - [anon_sym_LPAREN2] = ACTIONS(1486), - [anon_sym_BANG] = ACTIONS(1486), - [anon_sym_TILDE] = ACTIONS(1486), - [anon_sym_DASH] = ACTIONS(1484), - [anon_sym_PLUS] = ACTIONS(1484), - [anon_sym_STAR] = ACTIONS(1486), - [anon_sym_AMP] = ACTIONS(1486), - [anon_sym_SEMI] = ACTIONS(1486), - [anon_sym___extension__] = ACTIONS(1484), - [anon_sym_typedef] = ACTIONS(1484), - [anon_sym_extern] = ACTIONS(1484), - [anon_sym___attribute__] = ACTIONS(1484), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1486), - [anon_sym___declspec] = ACTIONS(1484), - [anon_sym___cdecl] = ACTIONS(1484), - [anon_sym___clrcall] = ACTIONS(1484), - [anon_sym___stdcall] = ACTIONS(1484), - [anon_sym___fastcall] = ACTIONS(1484), - [anon_sym___thiscall] = ACTIONS(1484), - [anon_sym___vectorcall] = ACTIONS(1484), - [anon_sym_LBRACE] = ACTIONS(1486), - [anon_sym_signed] = ACTIONS(1484), - [anon_sym_unsigned] = ACTIONS(1484), - [anon_sym_long] = ACTIONS(1484), - [anon_sym_short] = ACTIONS(1484), - [anon_sym_static] = ACTIONS(1484), - [anon_sym_auto] = ACTIONS(1484), - [anon_sym_register] = ACTIONS(1484), - [anon_sym_inline] = ACTIONS(1484), - [anon_sym___inline] = ACTIONS(1484), - [anon_sym___inline__] = ACTIONS(1484), - [anon_sym___forceinline] = ACTIONS(1484), - [anon_sym_thread_local] = ACTIONS(1484), - [anon_sym___thread] = ACTIONS(1484), - [anon_sym_const] = ACTIONS(1484), - [anon_sym_constexpr] = ACTIONS(1484), - [anon_sym_volatile] = ACTIONS(1484), - [anon_sym_restrict] = ACTIONS(1484), - [anon_sym___restrict__] = ACTIONS(1484), - [anon_sym__Atomic] = ACTIONS(1484), - [anon_sym__Noreturn] = ACTIONS(1484), - [anon_sym_noreturn] = ACTIONS(1484), - [sym_primitive_type] = ACTIONS(1484), - [anon_sym_enum] = ACTIONS(1484), - [anon_sym_struct] = ACTIONS(1484), - [anon_sym_union] = ACTIONS(1484), - [anon_sym_if] = ACTIONS(1484), - [anon_sym_switch] = ACTIONS(1484), - [anon_sym_case] = ACTIONS(1484), - [anon_sym_default] = ACTIONS(1484), - [anon_sym_while] = ACTIONS(1484), - [anon_sym_do] = ACTIONS(1484), - [anon_sym_for] = ACTIONS(1484), - [anon_sym_return] = ACTIONS(1484), - [anon_sym_break] = ACTIONS(1484), - [anon_sym_continue] = ACTIONS(1484), - [anon_sym_goto] = ACTIONS(1484), - [anon_sym___try] = ACTIONS(1484), - [anon_sym___leave] = ACTIONS(1484), - [anon_sym_DASH_DASH] = ACTIONS(1486), - [anon_sym_PLUS_PLUS] = ACTIONS(1486), - [anon_sym_sizeof] = ACTIONS(1484), - [anon_sym___alignof__] = ACTIONS(1484), - [anon_sym___alignof] = ACTIONS(1484), - [anon_sym__alignof] = ACTIONS(1484), - [anon_sym_alignof] = ACTIONS(1484), - [anon_sym__Alignof] = ACTIONS(1484), - [anon_sym_offsetof] = ACTIONS(1484), - [anon_sym__Generic] = ACTIONS(1484), - [anon_sym_asm] = ACTIONS(1484), - [anon_sym___asm__] = ACTIONS(1484), - [sym_number_literal] = ACTIONS(1486), - [anon_sym_L_SQUOTE] = ACTIONS(1486), - [anon_sym_u_SQUOTE] = ACTIONS(1486), - [anon_sym_U_SQUOTE] = ACTIONS(1486), - [anon_sym_u8_SQUOTE] = ACTIONS(1486), - [anon_sym_SQUOTE] = ACTIONS(1486), - [anon_sym_L_DQUOTE] = ACTIONS(1486), - [anon_sym_u_DQUOTE] = ACTIONS(1486), - [anon_sym_U_DQUOTE] = ACTIONS(1486), - [anon_sym_u8_DQUOTE] = ACTIONS(1486), - [anon_sym_DQUOTE] = ACTIONS(1486), - [sym_true] = ACTIONS(1484), - [sym_false] = ACTIONS(1484), - [anon_sym_NULL] = ACTIONS(1484), - [anon_sym_nullptr] = ACTIONS(1484), + [391] = { + [sym_identifier] = ACTIONS(1488), + [aux_sym_preproc_include_token1] = ACTIONS(1488), + [aux_sym_preproc_def_token1] = ACTIONS(1488), + [aux_sym_preproc_if_token1] = ACTIONS(1488), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1488), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1488), + [sym_preproc_directive] = ACTIONS(1488), + [anon_sym_LPAREN2] = ACTIONS(1490), + [anon_sym_BANG] = ACTIONS(1490), + [anon_sym_TILDE] = ACTIONS(1490), + [anon_sym_DASH] = ACTIONS(1488), + [anon_sym_PLUS] = ACTIONS(1488), + [anon_sym_STAR] = ACTIONS(1490), + [anon_sym_AMP] = ACTIONS(1490), + [anon_sym_SEMI] = ACTIONS(1490), + [anon_sym___extension__] = ACTIONS(1488), + [anon_sym_typedef] = ACTIONS(1488), + [anon_sym_extern] = ACTIONS(1488), + [anon_sym___attribute__] = ACTIONS(1488), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1490), + [anon_sym___declspec] = ACTIONS(1488), + [anon_sym___cdecl] = ACTIONS(1488), + [anon_sym___clrcall] = ACTIONS(1488), + [anon_sym___stdcall] = ACTIONS(1488), + [anon_sym___fastcall] = ACTIONS(1488), + [anon_sym___thiscall] = ACTIONS(1488), + [anon_sym___vectorcall] = ACTIONS(1488), + [anon_sym_LBRACE] = ACTIONS(1490), + [anon_sym_RBRACE] = ACTIONS(1490), + [anon_sym_signed] = ACTIONS(1488), + [anon_sym_unsigned] = ACTIONS(1488), + [anon_sym_long] = ACTIONS(1488), + [anon_sym_short] = ACTIONS(1488), + [anon_sym_static] = ACTIONS(1488), + [anon_sym_auto] = ACTIONS(1488), + [anon_sym_register] = ACTIONS(1488), + [anon_sym_inline] = ACTIONS(1488), + [anon_sym___inline] = ACTIONS(1488), + [anon_sym___inline__] = ACTIONS(1488), + [anon_sym___forceinline] = ACTIONS(1488), + [anon_sym_thread_local] = ACTIONS(1488), + [anon_sym___thread] = ACTIONS(1488), + [anon_sym_const] = ACTIONS(1488), + [anon_sym_constexpr] = ACTIONS(1488), + [anon_sym_volatile] = ACTIONS(1488), + [anon_sym_restrict] = ACTIONS(1488), + [anon_sym___restrict__] = ACTIONS(1488), + [anon_sym__Atomic] = ACTIONS(1488), + [anon_sym__Noreturn] = ACTIONS(1488), + [anon_sym_noreturn] = ACTIONS(1488), + [sym_primitive_type] = ACTIONS(1488), + [anon_sym_enum] = ACTIONS(1488), + [anon_sym_struct] = ACTIONS(1488), + [anon_sym_union] = ACTIONS(1488), + [anon_sym_if] = ACTIONS(1488), + [anon_sym_switch] = ACTIONS(1488), + [anon_sym_case] = ACTIONS(1488), + [anon_sym_default] = ACTIONS(1488), + [anon_sym_while] = ACTIONS(1488), + [anon_sym_do] = ACTIONS(1488), + [anon_sym_for] = ACTIONS(1488), + [anon_sym_return] = ACTIONS(1488), + [anon_sym_break] = ACTIONS(1488), + [anon_sym_continue] = ACTIONS(1488), + [anon_sym_goto] = ACTIONS(1488), + [anon_sym___try] = ACTIONS(1488), + [anon_sym___leave] = ACTIONS(1488), + [anon_sym_DASH_DASH] = ACTIONS(1490), + [anon_sym_PLUS_PLUS] = ACTIONS(1490), + [anon_sym_sizeof] = ACTIONS(1488), + [anon_sym___alignof__] = ACTIONS(1488), + [anon_sym___alignof] = ACTIONS(1488), + [anon_sym__alignof] = ACTIONS(1488), + [anon_sym_alignof] = ACTIONS(1488), + [anon_sym__Alignof] = ACTIONS(1488), + [anon_sym_offsetof] = ACTIONS(1488), + [anon_sym__Generic] = ACTIONS(1488), + [anon_sym_asm] = ACTIONS(1488), + [anon_sym___asm__] = ACTIONS(1488), + [sym_number_literal] = ACTIONS(1490), + [anon_sym_L_SQUOTE] = ACTIONS(1490), + [anon_sym_u_SQUOTE] = ACTIONS(1490), + [anon_sym_U_SQUOTE] = ACTIONS(1490), + [anon_sym_u8_SQUOTE] = ACTIONS(1490), + [anon_sym_SQUOTE] = ACTIONS(1490), + [anon_sym_L_DQUOTE] = ACTIONS(1490), + [anon_sym_u_DQUOTE] = ACTIONS(1490), + [anon_sym_U_DQUOTE] = ACTIONS(1490), + [anon_sym_u8_DQUOTE] = ACTIONS(1490), + [anon_sym_DQUOTE] = ACTIONS(1490), + [sym_true] = ACTIONS(1488), + [sym_false] = ACTIONS(1488), + [anon_sym_NULL] = ACTIONS(1488), + [anon_sym_nullptr] = ACTIONS(1488), [sym_comment] = ACTIONS(3), }, - [395] = { + [392] = { [sym_identifier] = ACTIONS(1496), [aux_sym_preproc_include_token1] = ACTIONS(1496), [aux_sym_preproc_def_token1] = ACTIONS(1496), @@ -60105,7 +59805,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1496), [sym_comment] = ACTIONS(3), }, - [396] = { + [393] = { [sym_identifier] = ACTIONS(1402), [aux_sym_preproc_include_token1] = ACTIONS(1402), [aux_sym_preproc_def_token1] = ACTIONS(1402), @@ -60202,922 +59902,1213 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1402), [sym_comment] = ACTIONS(3), }, - [397] = { - [sym_identifier] = ACTIONS(1460), - [aux_sym_preproc_include_token1] = ACTIONS(1460), - [aux_sym_preproc_def_token1] = ACTIONS(1460), - [aux_sym_preproc_if_token1] = ACTIONS(1460), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1460), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1460), - [sym_preproc_directive] = ACTIONS(1460), - [anon_sym_LPAREN2] = ACTIONS(1462), - [anon_sym_BANG] = ACTIONS(1462), - [anon_sym_TILDE] = ACTIONS(1462), - [anon_sym_DASH] = ACTIONS(1460), - [anon_sym_PLUS] = ACTIONS(1460), - [anon_sym_STAR] = ACTIONS(1462), - [anon_sym_AMP] = ACTIONS(1462), - [anon_sym_SEMI] = ACTIONS(1462), - [anon_sym___extension__] = ACTIONS(1460), - [anon_sym_typedef] = ACTIONS(1460), - [anon_sym_extern] = ACTIONS(1460), - [anon_sym___attribute__] = ACTIONS(1460), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1462), - [anon_sym___declspec] = ACTIONS(1460), - [anon_sym___cdecl] = ACTIONS(1460), - [anon_sym___clrcall] = ACTIONS(1460), - [anon_sym___stdcall] = ACTIONS(1460), - [anon_sym___fastcall] = ACTIONS(1460), - [anon_sym___thiscall] = ACTIONS(1460), - [anon_sym___vectorcall] = ACTIONS(1460), - [anon_sym_LBRACE] = ACTIONS(1462), - [anon_sym_RBRACE] = ACTIONS(1462), - [anon_sym_signed] = ACTIONS(1460), - [anon_sym_unsigned] = ACTIONS(1460), - [anon_sym_long] = ACTIONS(1460), - [anon_sym_short] = ACTIONS(1460), - [anon_sym_static] = ACTIONS(1460), - [anon_sym_auto] = ACTIONS(1460), - [anon_sym_register] = ACTIONS(1460), - [anon_sym_inline] = ACTIONS(1460), - [anon_sym___inline] = ACTIONS(1460), - [anon_sym___inline__] = ACTIONS(1460), - [anon_sym___forceinline] = ACTIONS(1460), - [anon_sym_thread_local] = ACTIONS(1460), - [anon_sym___thread] = ACTIONS(1460), - [anon_sym_const] = ACTIONS(1460), - [anon_sym_constexpr] = ACTIONS(1460), - [anon_sym_volatile] = ACTIONS(1460), - [anon_sym_restrict] = ACTIONS(1460), - [anon_sym___restrict__] = ACTIONS(1460), - [anon_sym__Atomic] = ACTIONS(1460), - [anon_sym__Noreturn] = ACTIONS(1460), - [anon_sym_noreturn] = ACTIONS(1460), - [sym_primitive_type] = ACTIONS(1460), - [anon_sym_enum] = ACTIONS(1460), - [anon_sym_struct] = ACTIONS(1460), - [anon_sym_union] = ACTIONS(1460), - [anon_sym_if] = ACTIONS(1460), - [anon_sym_switch] = ACTIONS(1460), - [anon_sym_case] = ACTIONS(1460), - [anon_sym_default] = ACTIONS(1460), - [anon_sym_while] = ACTIONS(1460), - [anon_sym_do] = ACTIONS(1460), - [anon_sym_for] = ACTIONS(1460), - [anon_sym_return] = ACTIONS(1460), - [anon_sym_break] = ACTIONS(1460), - [anon_sym_continue] = ACTIONS(1460), - [anon_sym_goto] = ACTIONS(1460), - [anon_sym___try] = ACTIONS(1460), - [anon_sym___leave] = ACTIONS(1460), - [anon_sym_DASH_DASH] = ACTIONS(1462), - [anon_sym_PLUS_PLUS] = ACTIONS(1462), - [anon_sym_sizeof] = ACTIONS(1460), - [anon_sym___alignof__] = ACTIONS(1460), - [anon_sym___alignof] = ACTIONS(1460), - [anon_sym__alignof] = ACTIONS(1460), - [anon_sym_alignof] = ACTIONS(1460), - [anon_sym__Alignof] = ACTIONS(1460), - [anon_sym_offsetof] = ACTIONS(1460), - [anon_sym__Generic] = ACTIONS(1460), - [anon_sym_asm] = ACTIONS(1460), - [anon_sym___asm__] = ACTIONS(1460), - [sym_number_literal] = ACTIONS(1462), - [anon_sym_L_SQUOTE] = ACTIONS(1462), - [anon_sym_u_SQUOTE] = ACTIONS(1462), - [anon_sym_U_SQUOTE] = ACTIONS(1462), - [anon_sym_u8_SQUOTE] = ACTIONS(1462), - [anon_sym_SQUOTE] = ACTIONS(1462), - [anon_sym_L_DQUOTE] = ACTIONS(1462), - [anon_sym_u_DQUOTE] = ACTIONS(1462), - [anon_sym_U_DQUOTE] = ACTIONS(1462), - [anon_sym_u8_DQUOTE] = ACTIONS(1462), - [anon_sym_DQUOTE] = ACTIONS(1462), - [sym_true] = ACTIONS(1460), - [sym_false] = ACTIONS(1460), - [anon_sym_NULL] = ACTIONS(1460), - [anon_sym_nullptr] = ACTIONS(1460), + [394] = { + [sym_identifier] = ACTIONS(1418), + [aux_sym_preproc_include_token1] = ACTIONS(1418), + [aux_sym_preproc_def_token1] = ACTIONS(1418), + [aux_sym_preproc_if_token1] = ACTIONS(1418), + [aux_sym_preproc_if_token2] = ACTIONS(1418), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1418), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1418), + [sym_preproc_directive] = ACTIONS(1418), + [anon_sym_LPAREN2] = ACTIONS(1420), + [anon_sym_BANG] = ACTIONS(1420), + [anon_sym_TILDE] = ACTIONS(1420), + [anon_sym_DASH] = ACTIONS(1418), + [anon_sym_PLUS] = ACTIONS(1418), + [anon_sym_STAR] = ACTIONS(1420), + [anon_sym_AMP] = ACTIONS(1420), + [anon_sym_SEMI] = ACTIONS(1420), + [anon_sym___extension__] = ACTIONS(1418), + [anon_sym_typedef] = ACTIONS(1418), + [anon_sym_extern] = ACTIONS(1418), + [anon_sym___attribute__] = ACTIONS(1418), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1420), + [anon_sym___declspec] = ACTIONS(1418), + [anon_sym___cdecl] = ACTIONS(1418), + [anon_sym___clrcall] = ACTIONS(1418), + [anon_sym___stdcall] = ACTIONS(1418), + [anon_sym___fastcall] = ACTIONS(1418), + [anon_sym___thiscall] = ACTIONS(1418), + [anon_sym___vectorcall] = ACTIONS(1418), + [anon_sym_LBRACE] = ACTIONS(1420), + [anon_sym_signed] = ACTIONS(1418), + [anon_sym_unsigned] = ACTIONS(1418), + [anon_sym_long] = ACTIONS(1418), + [anon_sym_short] = ACTIONS(1418), + [anon_sym_static] = ACTIONS(1418), + [anon_sym_auto] = ACTIONS(1418), + [anon_sym_register] = ACTIONS(1418), + [anon_sym_inline] = ACTIONS(1418), + [anon_sym___inline] = ACTIONS(1418), + [anon_sym___inline__] = ACTIONS(1418), + [anon_sym___forceinline] = ACTIONS(1418), + [anon_sym_thread_local] = ACTIONS(1418), + [anon_sym___thread] = ACTIONS(1418), + [anon_sym_const] = ACTIONS(1418), + [anon_sym_constexpr] = ACTIONS(1418), + [anon_sym_volatile] = ACTIONS(1418), + [anon_sym_restrict] = ACTIONS(1418), + [anon_sym___restrict__] = ACTIONS(1418), + [anon_sym__Atomic] = ACTIONS(1418), + [anon_sym__Noreturn] = ACTIONS(1418), + [anon_sym_noreturn] = ACTIONS(1418), + [sym_primitive_type] = ACTIONS(1418), + [anon_sym_enum] = ACTIONS(1418), + [anon_sym_struct] = ACTIONS(1418), + [anon_sym_union] = ACTIONS(1418), + [anon_sym_if] = ACTIONS(1418), + [anon_sym_switch] = ACTIONS(1418), + [anon_sym_case] = ACTIONS(1418), + [anon_sym_default] = ACTIONS(1418), + [anon_sym_while] = ACTIONS(1418), + [anon_sym_do] = ACTIONS(1418), + [anon_sym_for] = ACTIONS(1418), + [anon_sym_return] = ACTIONS(1418), + [anon_sym_break] = ACTIONS(1418), + [anon_sym_continue] = ACTIONS(1418), + [anon_sym_goto] = ACTIONS(1418), + [anon_sym___try] = ACTIONS(1418), + [anon_sym___leave] = ACTIONS(1418), + [anon_sym_DASH_DASH] = ACTIONS(1420), + [anon_sym_PLUS_PLUS] = ACTIONS(1420), + [anon_sym_sizeof] = ACTIONS(1418), + [anon_sym___alignof__] = ACTIONS(1418), + [anon_sym___alignof] = ACTIONS(1418), + [anon_sym__alignof] = ACTIONS(1418), + [anon_sym_alignof] = ACTIONS(1418), + [anon_sym__Alignof] = ACTIONS(1418), + [anon_sym_offsetof] = ACTIONS(1418), + [anon_sym__Generic] = ACTIONS(1418), + [anon_sym_asm] = ACTIONS(1418), + [anon_sym___asm__] = ACTIONS(1418), + [sym_number_literal] = ACTIONS(1420), + [anon_sym_L_SQUOTE] = ACTIONS(1420), + [anon_sym_u_SQUOTE] = ACTIONS(1420), + [anon_sym_U_SQUOTE] = ACTIONS(1420), + [anon_sym_u8_SQUOTE] = ACTIONS(1420), + [anon_sym_SQUOTE] = ACTIONS(1420), + [anon_sym_L_DQUOTE] = ACTIONS(1420), + [anon_sym_u_DQUOTE] = ACTIONS(1420), + [anon_sym_U_DQUOTE] = ACTIONS(1420), + [anon_sym_u8_DQUOTE] = ACTIONS(1420), + [anon_sym_DQUOTE] = ACTIONS(1420), + [sym_true] = ACTIONS(1418), + [sym_false] = ACTIONS(1418), + [anon_sym_NULL] = ACTIONS(1418), + [anon_sym_nullptr] = ACTIONS(1418), [sym_comment] = ACTIONS(3), }, - [398] = { - [sym_identifier] = ACTIONS(1436), - [aux_sym_preproc_include_token1] = ACTIONS(1436), - [aux_sym_preproc_def_token1] = ACTIONS(1436), - [aux_sym_preproc_if_token1] = ACTIONS(1436), - [aux_sym_preproc_if_token2] = ACTIONS(1436), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1436), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1436), - [sym_preproc_directive] = ACTIONS(1436), - [anon_sym_LPAREN2] = ACTIONS(1438), - [anon_sym_BANG] = ACTIONS(1438), - [anon_sym_TILDE] = ACTIONS(1438), - [anon_sym_DASH] = ACTIONS(1436), - [anon_sym_PLUS] = ACTIONS(1436), - [anon_sym_STAR] = ACTIONS(1438), - [anon_sym_AMP] = ACTIONS(1438), - [anon_sym_SEMI] = ACTIONS(1438), - [anon_sym___extension__] = ACTIONS(1436), - [anon_sym_typedef] = ACTIONS(1436), - [anon_sym_extern] = ACTIONS(1436), - [anon_sym___attribute__] = ACTIONS(1436), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1438), - [anon_sym___declspec] = ACTIONS(1436), - [anon_sym___cdecl] = ACTIONS(1436), - [anon_sym___clrcall] = ACTIONS(1436), - [anon_sym___stdcall] = ACTIONS(1436), - [anon_sym___fastcall] = ACTIONS(1436), - [anon_sym___thiscall] = ACTIONS(1436), - [anon_sym___vectorcall] = ACTIONS(1436), - [anon_sym_LBRACE] = ACTIONS(1438), - [anon_sym_signed] = ACTIONS(1436), - [anon_sym_unsigned] = ACTIONS(1436), - [anon_sym_long] = ACTIONS(1436), - [anon_sym_short] = ACTIONS(1436), - [anon_sym_static] = ACTIONS(1436), - [anon_sym_auto] = ACTIONS(1436), - [anon_sym_register] = ACTIONS(1436), - [anon_sym_inline] = ACTIONS(1436), - [anon_sym___inline] = ACTIONS(1436), - [anon_sym___inline__] = ACTIONS(1436), - [anon_sym___forceinline] = ACTIONS(1436), - [anon_sym_thread_local] = ACTIONS(1436), - [anon_sym___thread] = ACTIONS(1436), - [anon_sym_const] = ACTIONS(1436), - [anon_sym_constexpr] = ACTIONS(1436), - [anon_sym_volatile] = ACTIONS(1436), - [anon_sym_restrict] = ACTIONS(1436), - [anon_sym___restrict__] = ACTIONS(1436), - [anon_sym__Atomic] = ACTIONS(1436), - [anon_sym__Noreturn] = ACTIONS(1436), - [anon_sym_noreturn] = ACTIONS(1436), - [sym_primitive_type] = ACTIONS(1436), - [anon_sym_enum] = ACTIONS(1436), - [anon_sym_struct] = ACTIONS(1436), - [anon_sym_union] = ACTIONS(1436), - [anon_sym_if] = ACTIONS(1436), - [anon_sym_switch] = ACTIONS(1436), - [anon_sym_case] = ACTIONS(1436), - [anon_sym_default] = ACTIONS(1436), - [anon_sym_while] = ACTIONS(1436), - [anon_sym_do] = ACTIONS(1436), - [anon_sym_for] = ACTIONS(1436), - [anon_sym_return] = ACTIONS(1436), - [anon_sym_break] = ACTIONS(1436), - [anon_sym_continue] = ACTIONS(1436), - [anon_sym_goto] = ACTIONS(1436), - [anon_sym___try] = ACTIONS(1436), - [anon_sym___leave] = ACTIONS(1436), - [anon_sym_DASH_DASH] = ACTIONS(1438), - [anon_sym_PLUS_PLUS] = ACTIONS(1438), - [anon_sym_sizeof] = ACTIONS(1436), - [anon_sym___alignof__] = ACTIONS(1436), - [anon_sym___alignof] = ACTIONS(1436), - [anon_sym__alignof] = ACTIONS(1436), - [anon_sym_alignof] = ACTIONS(1436), - [anon_sym__Alignof] = ACTIONS(1436), - [anon_sym_offsetof] = ACTIONS(1436), - [anon_sym__Generic] = ACTIONS(1436), - [anon_sym_asm] = ACTIONS(1436), - [anon_sym___asm__] = ACTIONS(1436), - [sym_number_literal] = ACTIONS(1438), - [anon_sym_L_SQUOTE] = ACTIONS(1438), - [anon_sym_u_SQUOTE] = ACTIONS(1438), - [anon_sym_U_SQUOTE] = ACTIONS(1438), - [anon_sym_u8_SQUOTE] = ACTIONS(1438), - [anon_sym_SQUOTE] = ACTIONS(1438), - [anon_sym_L_DQUOTE] = ACTIONS(1438), - [anon_sym_u_DQUOTE] = ACTIONS(1438), - [anon_sym_U_DQUOTE] = ACTIONS(1438), - [anon_sym_u8_DQUOTE] = ACTIONS(1438), - [anon_sym_DQUOTE] = ACTIONS(1438), - [sym_true] = ACTIONS(1436), - [sym_false] = ACTIONS(1436), - [anon_sym_NULL] = ACTIONS(1436), - [anon_sym_nullptr] = ACTIONS(1436), + [395] = { + [sym_identifier] = ACTIONS(1500), + [aux_sym_preproc_include_token1] = ACTIONS(1500), + [aux_sym_preproc_def_token1] = ACTIONS(1500), + [aux_sym_preproc_if_token1] = ACTIONS(1500), + [aux_sym_preproc_if_token2] = ACTIONS(1500), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1500), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1500), + [sym_preproc_directive] = ACTIONS(1500), + [anon_sym_LPAREN2] = ACTIONS(1502), + [anon_sym_BANG] = ACTIONS(1502), + [anon_sym_TILDE] = ACTIONS(1502), + [anon_sym_DASH] = ACTIONS(1500), + [anon_sym_PLUS] = ACTIONS(1500), + [anon_sym_STAR] = ACTIONS(1502), + [anon_sym_AMP] = ACTIONS(1502), + [anon_sym_SEMI] = ACTIONS(1502), + [anon_sym___extension__] = ACTIONS(1500), + [anon_sym_typedef] = ACTIONS(1500), + [anon_sym_extern] = ACTIONS(1500), + [anon_sym___attribute__] = ACTIONS(1500), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1502), + [anon_sym___declspec] = ACTIONS(1500), + [anon_sym___cdecl] = ACTIONS(1500), + [anon_sym___clrcall] = ACTIONS(1500), + [anon_sym___stdcall] = ACTIONS(1500), + [anon_sym___fastcall] = ACTIONS(1500), + [anon_sym___thiscall] = ACTIONS(1500), + [anon_sym___vectorcall] = ACTIONS(1500), + [anon_sym_LBRACE] = ACTIONS(1502), + [anon_sym_signed] = ACTIONS(1500), + [anon_sym_unsigned] = ACTIONS(1500), + [anon_sym_long] = ACTIONS(1500), + [anon_sym_short] = ACTIONS(1500), + [anon_sym_static] = ACTIONS(1500), + [anon_sym_auto] = ACTIONS(1500), + [anon_sym_register] = ACTIONS(1500), + [anon_sym_inline] = ACTIONS(1500), + [anon_sym___inline] = ACTIONS(1500), + [anon_sym___inline__] = ACTIONS(1500), + [anon_sym___forceinline] = ACTIONS(1500), + [anon_sym_thread_local] = ACTIONS(1500), + [anon_sym___thread] = ACTIONS(1500), + [anon_sym_const] = ACTIONS(1500), + [anon_sym_constexpr] = ACTIONS(1500), + [anon_sym_volatile] = ACTIONS(1500), + [anon_sym_restrict] = ACTIONS(1500), + [anon_sym___restrict__] = ACTIONS(1500), + [anon_sym__Atomic] = ACTIONS(1500), + [anon_sym__Noreturn] = ACTIONS(1500), + [anon_sym_noreturn] = ACTIONS(1500), + [sym_primitive_type] = ACTIONS(1500), + [anon_sym_enum] = ACTIONS(1500), + [anon_sym_struct] = ACTIONS(1500), + [anon_sym_union] = ACTIONS(1500), + [anon_sym_if] = ACTIONS(1500), + [anon_sym_switch] = ACTIONS(1500), + [anon_sym_case] = ACTIONS(1500), + [anon_sym_default] = ACTIONS(1500), + [anon_sym_while] = ACTIONS(1500), + [anon_sym_do] = ACTIONS(1500), + [anon_sym_for] = ACTIONS(1500), + [anon_sym_return] = ACTIONS(1500), + [anon_sym_break] = ACTIONS(1500), + [anon_sym_continue] = ACTIONS(1500), + [anon_sym_goto] = ACTIONS(1500), + [anon_sym___try] = ACTIONS(1500), + [anon_sym___leave] = ACTIONS(1500), + [anon_sym_DASH_DASH] = ACTIONS(1502), + [anon_sym_PLUS_PLUS] = ACTIONS(1502), + [anon_sym_sizeof] = ACTIONS(1500), + [anon_sym___alignof__] = ACTIONS(1500), + [anon_sym___alignof] = ACTIONS(1500), + [anon_sym__alignof] = ACTIONS(1500), + [anon_sym_alignof] = ACTIONS(1500), + [anon_sym__Alignof] = ACTIONS(1500), + [anon_sym_offsetof] = ACTIONS(1500), + [anon_sym__Generic] = ACTIONS(1500), + [anon_sym_asm] = ACTIONS(1500), + [anon_sym___asm__] = ACTIONS(1500), + [sym_number_literal] = ACTIONS(1502), + [anon_sym_L_SQUOTE] = ACTIONS(1502), + [anon_sym_u_SQUOTE] = ACTIONS(1502), + [anon_sym_U_SQUOTE] = ACTIONS(1502), + [anon_sym_u8_SQUOTE] = ACTIONS(1502), + [anon_sym_SQUOTE] = ACTIONS(1502), + [anon_sym_L_DQUOTE] = ACTIONS(1502), + [anon_sym_u_DQUOTE] = ACTIONS(1502), + [anon_sym_U_DQUOTE] = ACTIONS(1502), + [anon_sym_u8_DQUOTE] = ACTIONS(1502), + [anon_sym_DQUOTE] = ACTIONS(1502), + [sym_true] = ACTIONS(1500), + [sym_false] = ACTIONS(1500), + [anon_sym_NULL] = ACTIONS(1500), + [anon_sym_nullptr] = ACTIONS(1500), [sym_comment] = ACTIONS(3), }, - [399] = { - [sym_identifier] = ACTIONS(1444), - [aux_sym_preproc_include_token1] = ACTIONS(1444), - [aux_sym_preproc_def_token1] = ACTIONS(1444), - [aux_sym_preproc_if_token1] = ACTIONS(1444), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1444), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1444), - [sym_preproc_directive] = ACTIONS(1444), - [anon_sym_LPAREN2] = ACTIONS(1446), - [anon_sym_BANG] = ACTIONS(1446), - [anon_sym_TILDE] = ACTIONS(1446), - [anon_sym_DASH] = ACTIONS(1444), - [anon_sym_PLUS] = ACTIONS(1444), - [anon_sym_STAR] = ACTIONS(1446), - [anon_sym_AMP] = ACTIONS(1446), - [anon_sym_SEMI] = ACTIONS(1446), - [anon_sym___extension__] = ACTIONS(1444), - [anon_sym_typedef] = ACTIONS(1444), - [anon_sym_extern] = ACTIONS(1444), - [anon_sym___attribute__] = ACTIONS(1444), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1446), - [anon_sym___declspec] = ACTIONS(1444), - [anon_sym___cdecl] = ACTIONS(1444), - [anon_sym___clrcall] = ACTIONS(1444), - [anon_sym___stdcall] = ACTIONS(1444), - [anon_sym___fastcall] = ACTIONS(1444), - [anon_sym___thiscall] = ACTIONS(1444), - [anon_sym___vectorcall] = ACTIONS(1444), - [anon_sym_LBRACE] = ACTIONS(1446), - [anon_sym_RBRACE] = ACTIONS(1446), - [anon_sym_signed] = ACTIONS(1444), - [anon_sym_unsigned] = ACTIONS(1444), - [anon_sym_long] = ACTIONS(1444), - [anon_sym_short] = ACTIONS(1444), - [anon_sym_static] = ACTIONS(1444), - [anon_sym_auto] = ACTIONS(1444), - [anon_sym_register] = ACTIONS(1444), - [anon_sym_inline] = ACTIONS(1444), - [anon_sym___inline] = ACTIONS(1444), - [anon_sym___inline__] = ACTIONS(1444), - [anon_sym___forceinline] = ACTIONS(1444), - [anon_sym_thread_local] = ACTIONS(1444), - [anon_sym___thread] = ACTIONS(1444), - [anon_sym_const] = ACTIONS(1444), - [anon_sym_constexpr] = ACTIONS(1444), - [anon_sym_volatile] = ACTIONS(1444), - [anon_sym_restrict] = ACTIONS(1444), - [anon_sym___restrict__] = ACTIONS(1444), - [anon_sym__Atomic] = ACTIONS(1444), - [anon_sym__Noreturn] = ACTIONS(1444), - [anon_sym_noreturn] = ACTIONS(1444), - [sym_primitive_type] = ACTIONS(1444), - [anon_sym_enum] = ACTIONS(1444), - [anon_sym_struct] = ACTIONS(1444), - [anon_sym_union] = ACTIONS(1444), - [anon_sym_if] = ACTIONS(1444), - [anon_sym_switch] = ACTIONS(1444), - [anon_sym_case] = ACTIONS(1444), - [anon_sym_default] = ACTIONS(1444), - [anon_sym_while] = ACTIONS(1444), - [anon_sym_do] = ACTIONS(1444), - [anon_sym_for] = ACTIONS(1444), - [anon_sym_return] = ACTIONS(1444), - [anon_sym_break] = ACTIONS(1444), - [anon_sym_continue] = ACTIONS(1444), - [anon_sym_goto] = ACTIONS(1444), - [anon_sym___try] = ACTIONS(1444), - [anon_sym___leave] = ACTIONS(1444), - [anon_sym_DASH_DASH] = ACTIONS(1446), - [anon_sym_PLUS_PLUS] = ACTIONS(1446), - [anon_sym_sizeof] = ACTIONS(1444), - [anon_sym___alignof__] = ACTIONS(1444), - [anon_sym___alignof] = ACTIONS(1444), - [anon_sym__alignof] = ACTIONS(1444), - [anon_sym_alignof] = ACTIONS(1444), - [anon_sym__Alignof] = ACTIONS(1444), - [anon_sym_offsetof] = ACTIONS(1444), - [anon_sym__Generic] = ACTIONS(1444), - [anon_sym_asm] = ACTIONS(1444), - [anon_sym___asm__] = ACTIONS(1444), - [sym_number_literal] = ACTIONS(1446), - [anon_sym_L_SQUOTE] = ACTIONS(1446), - [anon_sym_u_SQUOTE] = ACTIONS(1446), - [anon_sym_U_SQUOTE] = ACTIONS(1446), - [anon_sym_u8_SQUOTE] = ACTIONS(1446), - [anon_sym_SQUOTE] = ACTIONS(1446), - [anon_sym_L_DQUOTE] = ACTIONS(1446), - [anon_sym_u_DQUOTE] = ACTIONS(1446), - [anon_sym_U_DQUOTE] = ACTIONS(1446), - [anon_sym_u8_DQUOTE] = ACTIONS(1446), - [anon_sym_DQUOTE] = ACTIONS(1446), - [sym_true] = ACTIONS(1444), - [sym_false] = ACTIONS(1444), - [anon_sym_NULL] = ACTIONS(1444), - [anon_sym_nullptr] = ACTIONS(1444), + [396] = { + [sym_identifier] = ACTIONS(1446), + [aux_sym_preproc_include_token1] = ACTIONS(1446), + [aux_sym_preproc_def_token1] = ACTIONS(1446), + [aux_sym_preproc_if_token1] = ACTIONS(1446), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1446), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1446), + [sym_preproc_directive] = ACTIONS(1446), + [anon_sym_LPAREN2] = ACTIONS(1448), + [anon_sym_BANG] = ACTIONS(1448), + [anon_sym_TILDE] = ACTIONS(1448), + [anon_sym_DASH] = ACTIONS(1446), + [anon_sym_PLUS] = ACTIONS(1446), + [anon_sym_STAR] = ACTIONS(1448), + [anon_sym_AMP] = ACTIONS(1448), + [anon_sym_SEMI] = ACTIONS(1448), + [anon_sym___extension__] = ACTIONS(1446), + [anon_sym_typedef] = ACTIONS(1446), + [anon_sym_extern] = ACTIONS(1446), + [anon_sym___attribute__] = ACTIONS(1446), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1448), + [anon_sym___declspec] = ACTIONS(1446), + [anon_sym___cdecl] = ACTIONS(1446), + [anon_sym___clrcall] = ACTIONS(1446), + [anon_sym___stdcall] = ACTIONS(1446), + [anon_sym___fastcall] = ACTIONS(1446), + [anon_sym___thiscall] = ACTIONS(1446), + [anon_sym___vectorcall] = ACTIONS(1446), + [anon_sym_LBRACE] = ACTIONS(1448), + [anon_sym_RBRACE] = ACTIONS(1448), + [anon_sym_signed] = ACTIONS(1446), + [anon_sym_unsigned] = ACTIONS(1446), + [anon_sym_long] = ACTIONS(1446), + [anon_sym_short] = ACTIONS(1446), + [anon_sym_static] = ACTIONS(1446), + [anon_sym_auto] = ACTIONS(1446), + [anon_sym_register] = ACTIONS(1446), + [anon_sym_inline] = ACTIONS(1446), + [anon_sym___inline] = ACTIONS(1446), + [anon_sym___inline__] = ACTIONS(1446), + [anon_sym___forceinline] = ACTIONS(1446), + [anon_sym_thread_local] = ACTIONS(1446), + [anon_sym___thread] = ACTIONS(1446), + [anon_sym_const] = ACTIONS(1446), + [anon_sym_constexpr] = ACTIONS(1446), + [anon_sym_volatile] = ACTIONS(1446), + [anon_sym_restrict] = ACTIONS(1446), + [anon_sym___restrict__] = ACTIONS(1446), + [anon_sym__Atomic] = ACTIONS(1446), + [anon_sym__Noreturn] = ACTIONS(1446), + [anon_sym_noreturn] = ACTIONS(1446), + [sym_primitive_type] = ACTIONS(1446), + [anon_sym_enum] = ACTIONS(1446), + [anon_sym_struct] = ACTIONS(1446), + [anon_sym_union] = ACTIONS(1446), + [anon_sym_if] = ACTIONS(1446), + [anon_sym_switch] = ACTIONS(1446), + [anon_sym_case] = ACTIONS(1446), + [anon_sym_default] = ACTIONS(1446), + [anon_sym_while] = ACTIONS(1446), + [anon_sym_do] = ACTIONS(1446), + [anon_sym_for] = ACTIONS(1446), + [anon_sym_return] = ACTIONS(1446), + [anon_sym_break] = ACTIONS(1446), + [anon_sym_continue] = ACTIONS(1446), + [anon_sym_goto] = ACTIONS(1446), + [anon_sym___try] = ACTIONS(1446), + [anon_sym___leave] = ACTIONS(1446), + [anon_sym_DASH_DASH] = ACTIONS(1448), + [anon_sym_PLUS_PLUS] = ACTIONS(1448), + [anon_sym_sizeof] = ACTIONS(1446), + [anon_sym___alignof__] = ACTIONS(1446), + [anon_sym___alignof] = ACTIONS(1446), + [anon_sym__alignof] = ACTIONS(1446), + [anon_sym_alignof] = ACTIONS(1446), + [anon_sym__Alignof] = ACTIONS(1446), + [anon_sym_offsetof] = ACTIONS(1446), + [anon_sym__Generic] = ACTIONS(1446), + [anon_sym_asm] = ACTIONS(1446), + [anon_sym___asm__] = ACTIONS(1446), + [sym_number_literal] = ACTIONS(1448), + [anon_sym_L_SQUOTE] = ACTIONS(1448), + [anon_sym_u_SQUOTE] = ACTIONS(1448), + [anon_sym_U_SQUOTE] = ACTIONS(1448), + [anon_sym_u8_SQUOTE] = ACTIONS(1448), + [anon_sym_SQUOTE] = ACTIONS(1448), + [anon_sym_L_DQUOTE] = ACTIONS(1448), + [anon_sym_u_DQUOTE] = ACTIONS(1448), + [anon_sym_U_DQUOTE] = ACTIONS(1448), + [anon_sym_u8_DQUOTE] = ACTIONS(1448), + [anon_sym_DQUOTE] = ACTIONS(1448), + [sym_true] = ACTIONS(1446), + [sym_false] = ACTIONS(1446), + [anon_sym_NULL] = ACTIONS(1446), + [anon_sym_nullptr] = ACTIONS(1446), [sym_comment] = ACTIONS(3), }, - [400] = { - [sym_identifier] = ACTIONS(1476), - [aux_sym_preproc_include_token1] = ACTIONS(1476), - [aux_sym_preproc_def_token1] = ACTIONS(1476), - [aux_sym_preproc_if_token1] = ACTIONS(1476), - [aux_sym_preproc_if_token2] = ACTIONS(1476), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1476), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1476), - [sym_preproc_directive] = ACTIONS(1476), - [anon_sym_LPAREN2] = ACTIONS(1478), - [anon_sym_BANG] = ACTIONS(1478), - [anon_sym_TILDE] = ACTIONS(1478), - [anon_sym_DASH] = ACTIONS(1476), - [anon_sym_PLUS] = ACTIONS(1476), - [anon_sym_STAR] = ACTIONS(1478), - [anon_sym_AMP] = ACTIONS(1478), - [anon_sym_SEMI] = ACTIONS(1478), - [anon_sym___extension__] = ACTIONS(1476), - [anon_sym_typedef] = ACTIONS(1476), - [anon_sym_extern] = ACTIONS(1476), - [anon_sym___attribute__] = ACTIONS(1476), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1478), - [anon_sym___declspec] = ACTIONS(1476), - [anon_sym___cdecl] = ACTIONS(1476), - [anon_sym___clrcall] = ACTIONS(1476), - [anon_sym___stdcall] = ACTIONS(1476), - [anon_sym___fastcall] = ACTIONS(1476), - [anon_sym___thiscall] = ACTIONS(1476), - [anon_sym___vectorcall] = ACTIONS(1476), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_signed] = ACTIONS(1476), - [anon_sym_unsigned] = ACTIONS(1476), - [anon_sym_long] = ACTIONS(1476), - [anon_sym_short] = ACTIONS(1476), - [anon_sym_static] = ACTIONS(1476), - [anon_sym_auto] = ACTIONS(1476), - [anon_sym_register] = ACTIONS(1476), - [anon_sym_inline] = ACTIONS(1476), - [anon_sym___inline] = ACTIONS(1476), - [anon_sym___inline__] = ACTIONS(1476), - [anon_sym___forceinline] = ACTIONS(1476), - [anon_sym_thread_local] = ACTIONS(1476), - [anon_sym___thread] = ACTIONS(1476), - [anon_sym_const] = ACTIONS(1476), - [anon_sym_constexpr] = ACTIONS(1476), - [anon_sym_volatile] = ACTIONS(1476), - [anon_sym_restrict] = ACTIONS(1476), - [anon_sym___restrict__] = ACTIONS(1476), - [anon_sym__Atomic] = ACTIONS(1476), - [anon_sym__Noreturn] = ACTIONS(1476), - [anon_sym_noreturn] = ACTIONS(1476), - [sym_primitive_type] = ACTIONS(1476), - [anon_sym_enum] = ACTIONS(1476), - [anon_sym_struct] = ACTIONS(1476), - [anon_sym_union] = ACTIONS(1476), - [anon_sym_if] = ACTIONS(1476), - [anon_sym_switch] = ACTIONS(1476), - [anon_sym_case] = ACTIONS(1476), - [anon_sym_default] = ACTIONS(1476), - [anon_sym_while] = ACTIONS(1476), - [anon_sym_do] = ACTIONS(1476), - [anon_sym_for] = ACTIONS(1476), - [anon_sym_return] = ACTIONS(1476), - [anon_sym_break] = ACTIONS(1476), - [anon_sym_continue] = ACTIONS(1476), - [anon_sym_goto] = ACTIONS(1476), - [anon_sym___try] = ACTIONS(1476), - [anon_sym___leave] = ACTIONS(1476), - [anon_sym_DASH_DASH] = ACTIONS(1478), - [anon_sym_PLUS_PLUS] = ACTIONS(1478), - [anon_sym_sizeof] = ACTIONS(1476), - [anon_sym___alignof__] = ACTIONS(1476), - [anon_sym___alignof] = ACTIONS(1476), - [anon_sym__alignof] = ACTIONS(1476), - [anon_sym_alignof] = ACTIONS(1476), - [anon_sym__Alignof] = ACTIONS(1476), - [anon_sym_offsetof] = ACTIONS(1476), - [anon_sym__Generic] = ACTIONS(1476), - [anon_sym_asm] = ACTIONS(1476), - [anon_sym___asm__] = ACTIONS(1476), - [sym_number_literal] = ACTIONS(1478), - [anon_sym_L_SQUOTE] = ACTIONS(1478), - [anon_sym_u_SQUOTE] = ACTIONS(1478), - [anon_sym_U_SQUOTE] = ACTIONS(1478), - [anon_sym_u8_SQUOTE] = ACTIONS(1478), - [anon_sym_SQUOTE] = ACTIONS(1478), - [anon_sym_L_DQUOTE] = ACTIONS(1478), - [anon_sym_u_DQUOTE] = ACTIONS(1478), - [anon_sym_U_DQUOTE] = ACTIONS(1478), - [anon_sym_u8_DQUOTE] = ACTIONS(1478), - [anon_sym_DQUOTE] = ACTIONS(1478), - [sym_true] = ACTIONS(1476), - [sym_false] = ACTIONS(1476), - [anon_sym_NULL] = ACTIONS(1476), - [anon_sym_nullptr] = ACTIONS(1476), + [397] = { + [sym_identifier] = ACTIONS(1500), + [aux_sym_preproc_include_token1] = ACTIONS(1500), + [aux_sym_preproc_def_token1] = ACTIONS(1500), + [aux_sym_preproc_if_token1] = ACTIONS(1500), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1500), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1500), + [sym_preproc_directive] = ACTIONS(1500), + [anon_sym_LPAREN2] = ACTIONS(1502), + [anon_sym_BANG] = ACTIONS(1502), + [anon_sym_TILDE] = ACTIONS(1502), + [anon_sym_DASH] = ACTIONS(1500), + [anon_sym_PLUS] = ACTIONS(1500), + [anon_sym_STAR] = ACTIONS(1502), + [anon_sym_AMP] = ACTIONS(1502), + [anon_sym_SEMI] = ACTIONS(1502), + [anon_sym___extension__] = ACTIONS(1500), + [anon_sym_typedef] = ACTIONS(1500), + [anon_sym_extern] = ACTIONS(1500), + [anon_sym___attribute__] = ACTIONS(1500), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1502), + [anon_sym___declspec] = ACTIONS(1500), + [anon_sym___cdecl] = ACTIONS(1500), + [anon_sym___clrcall] = ACTIONS(1500), + [anon_sym___stdcall] = ACTIONS(1500), + [anon_sym___fastcall] = ACTIONS(1500), + [anon_sym___thiscall] = ACTIONS(1500), + [anon_sym___vectorcall] = ACTIONS(1500), + [anon_sym_LBRACE] = ACTIONS(1502), + [anon_sym_RBRACE] = ACTIONS(1502), + [anon_sym_signed] = ACTIONS(1500), + [anon_sym_unsigned] = ACTIONS(1500), + [anon_sym_long] = ACTIONS(1500), + [anon_sym_short] = ACTIONS(1500), + [anon_sym_static] = ACTIONS(1500), + [anon_sym_auto] = ACTIONS(1500), + [anon_sym_register] = ACTIONS(1500), + [anon_sym_inline] = ACTIONS(1500), + [anon_sym___inline] = ACTIONS(1500), + [anon_sym___inline__] = ACTIONS(1500), + [anon_sym___forceinline] = ACTIONS(1500), + [anon_sym_thread_local] = ACTIONS(1500), + [anon_sym___thread] = ACTIONS(1500), + [anon_sym_const] = ACTIONS(1500), + [anon_sym_constexpr] = ACTIONS(1500), + [anon_sym_volatile] = ACTIONS(1500), + [anon_sym_restrict] = ACTIONS(1500), + [anon_sym___restrict__] = ACTIONS(1500), + [anon_sym__Atomic] = ACTIONS(1500), + [anon_sym__Noreturn] = ACTIONS(1500), + [anon_sym_noreturn] = ACTIONS(1500), + [sym_primitive_type] = ACTIONS(1500), + [anon_sym_enum] = ACTIONS(1500), + [anon_sym_struct] = ACTIONS(1500), + [anon_sym_union] = ACTIONS(1500), + [anon_sym_if] = ACTIONS(1500), + [anon_sym_switch] = ACTIONS(1500), + [anon_sym_case] = ACTIONS(1500), + [anon_sym_default] = ACTIONS(1500), + [anon_sym_while] = ACTIONS(1500), + [anon_sym_do] = ACTIONS(1500), + [anon_sym_for] = ACTIONS(1500), + [anon_sym_return] = ACTIONS(1500), + [anon_sym_break] = ACTIONS(1500), + [anon_sym_continue] = ACTIONS(1500), + [anon_sym_goto] = ACTIONS(1500), + [anon_sym___try] = ACTIONS(1500), + [anon_sym___leave] = ACTIONS(1500), + [anon_sym_DASH_DASH] = ACTIONS(1502), + [anon_sym_PLUS_PLUS] = ACTIONS(1502), + [anon_sym_sizeof] = ACTIONS(1500), + [anon_sym___alignof__] = ACTIONS(1500), + [anon_sym___alignof] = ACTIONS(1500), + [anon_sym__alignof] = ACTIONS(1500), + [anon_sym_alignof] = ACTIONS(1500), + [anon_sym__Alignof] = ACTIONS(1500), + [anon_sym_offsetof] = ACTIONS(1500), + [anon_sym__Generic] = ACTIONS(1500), + [anon_sym_asm] = ACTIONS(1500), + [anon_sym___asm__] = ACTIONS(1500), + [sym_number_literal] = ACTIONS(1502), + [anon_sym_L_SQUOTE] = ACTIONS(1502), + [anon_sym_u_SQUOTE] = ACTIONS(1502), + [anon_sym_U_SQUOTE] = ACTIONS(1502), + [anon_sym_u8_SQUOTE] = ACTIONS(1502), + [anon_sym_SQUOTE] = ACTIONS(1502), + [anon_sym_L_DQUOTE] = ACTIONS(1502), + [anon_sym_u_DQUOTE] = ACTIONS(1502), + [anon_sym_U_DQUOTE] = ACTIONS(1502), + [anon_sym_u8_DQUOTE] = ACTIONS(1502), + [anon_sym_DQUOTE] = ACTIONS(1502), + [sym_true] = ACTIONS(1500), + [sym_false] = ACTIONS(1500), + [anon_sym_NULL] = ACTIONS(1500), + [anon_sym_nullptr] = ACTIONS(1500), + [sym_comment] = ACTIONS(3), + }, + [398] = { + [sym_identifier] = ACTIONS(1480), + [aux_sym_preproc_include_token1] = ACTIONS(1480), + [aux_sym_preproc_def_token1] = ACTIONS(1480), + [aux_sym_preproc_if_token1] = ACTIONS(1480), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1480), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1480), + [sym_preproc_directive] = ACTIONS(1480), + [anon_sym_LPAREN2] = ACTIONS(1482), + [anon_sym_BANG] = ACTIONS(1482), + [anon_sym_TILDE] = ACTIONS(1482), + [anon_sym_DASH] = ACTIONS(1480), + [anon_sym_PLUS] = ACTIONS(1480), + [anon_sym_STAR] = ACTIONS(1482), + [anon_sym_AMP] = ACTIONS(1482), + [anon_sym_SEMI] = ACTIONS(1482), + [anon_sym___extension__] = ACTIONS(1480), + [anon_sym_typedef] = ACTIONS(1480), + [anon_sym_extern] = ACTIONS(1480), + [anon_sym___attribute__] = ACTIONS(1480), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1482), + [anon_sym___declspec] = ACTIONS(1480), + [anon_sym___cdecl] = ACTIONS(1480), + [anon_sym___clrcall] = ACTIONS(1480), + [anon_sym___stdcall] = ACTIONS(1480), + [anon_sym___fastcall] = ACTIONS(1480), + [anon_sym___thiscall] = ACTIONS(1480), + [anon_sym___vectorcall] = ACTIONS(1480), + [anon_sym_LBRACE] = ACTIONS(1482), + [anon_sym_RBRACE] = ACTIONS(1482), + [anon_sym_signed] = ACTIONS(1480), + [anon_sym_unsigned] = ACTIONS(1480), + [anon_sym_long] = ACTIONS(1480), + [anon_sym_short] = ACTIONS(1480), + [anon_sym_static] = ACTIONS(1480), + [anon_sym_auto] = ACTIONS(1480), + [anon_sym_register] = ACTIONS(1480), + [anon_sym_inline] = ACTIONS(1480), + [anon_sym___inline] = ACTIONS(1480), + [anon_sym___inline__] = ACTIONS(1480), + [anon_sym___forceinline] = ACTIONS(1480), + [anon_sym_thread_local] = ACTIONS(1480), + [anon_sym___thread] = ACTIONS(1480), + [anon_sym_const] = ACTIONS(1480), + [anon_sym_constexpr] = ACTIONS(1480), + [anon_sym_volatile] = ACTIONS(1480), + [anon_sym_restrict] = ACTIONS(1480), + [anon_sym___restrict__] = ACTIONS(1480), + [anon_sym__Atomic] = ACTIONS(1480), + [anon_sym__Noreturn] = ACTIONS(1480), + [anon_sym_noreturn] = ACTIONS(1480), + [sym_primitive_type] = ACTIONS(1480), + [anon_sym_enum] = ACTIONS(1480), + [anon_sym_struct] = ACTIONS(1480), + [anon_sym_union] = ACTIONS(1480), + [anon_sym_if] = ACTIONS(1480), + [anon_sym_switch] = ACTIONS(1480), + [anon_sym_case] = ACTIONS(1480), + [anon_sym_default] = ACTIONS(1480), + [anon_sym_while] = ACTIONS(1480), + [anon_sym_do] = ACTIONS(1480), + [anon_sym_for] = ACTIONS(1480), + [anon_sym_return] = ACTIONS(1480), + [anon_sym_break] = ACTIONS(1480), + [anon_sym_continue] = ACTIONS(1480), + [anon_sym_goto] = ACTIONS(1480), + [anon_sym___try] = ACTIONS(1480), + [anon_sym___leave] = ACTIONS(1480), + [anon_sym_DASH_DASH] = ACTIONS(1482), + [anon_sym_PLUS_PLUS] = ACTIONS(1482), + [anon_sym_sizeof] = ACTIONS(1480), + [anon_sym___alignof__] = ACTIONS(1480), + [anon_sym___alignof] = ACTIONS(1480), + [anon_sym__alignof] = ACTIONS(1480), + [anon_sym_alignof] = ACTIONS(1480), + [anon_sym__Alignof] = ACTIONS(1480), + [anon_sym_offsetof] = ACTIONS(1480), + [anon_sym__Generic] = ACTIONS(1480), + [anon_sym_asm] = ACTIONS(1480), + [anon_sym___asm__] = ACTIONS(1480), + [sym_number_literal] = ACTIONS(1482), + [anon_sym_L_SQUOTE] = ACTIONS(1482), + [anon_sym_u_SQUOTE] = ACTIONS(1482), + [anon_sym_U_SQUOTE] = ACTIONS(1482), + [anon_sym_u8_SQUOTE] = ACTIONS(1482), + [anon_sym_SQUOTE] = ACTIONS(1482), + [anon_sym_L_DQUOTE] = ACTIONS(1482), + [anon_sym_u_DQUOTE] = ACTIONS(1482), + [anon_sym_U_DQUOTE] = ACTIONS(1482), + [anon_sym_u8_DQUOTE] = ACTIONS(1482), + [anon_sym_DQUOTE] = ACTIONS(1482), + [sym_true] = ACTIONS(1480), + [sym_false] = ACTIONS(1480), + [anon_sym_NULL] = ACTIONS(1480), + [anon_sym_nullptr] = ACTIONS(1480), + [sym_comment] = ACTIONS(3), + }, + [399] = { + [sym_identifier] = ACTIONS(1426), + [aux_sym_preproc_include_token1] = ACTIONS(1426), + [aux_sym_preproc_def_token1] = ACTIONS(1426), + [aux_sym_preproc_if_token1] = ACTIONS(1426), + [aux_sym_preproc_if_token2] = ACTIONS(1426), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1426), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1426), + [sym_preproc_directive] = ACTIONS(1426), + [anon_sym_LPAREN2] = ACTIONS(1428), + [anon_sym_BANG] = ACTIONS(1428), + [anon_sym_TILDE] = ACTIONS(1428), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_STAR] = ACTIONS(1428), + [anon_sym_AMP] = ACTIONS(1428), + [anon_sym_SEMI] = ACTIONS(1428), + [anon_sym___extension__] = ACTIONS(1426), + [anon_sym_typedef] = ACTIONS(1426), + [anon_sym_extern] = ACTIONS(1426), + [anon_sym___attribute__] = ACTIONS(1426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1428), + [anon_sym___declspec] = ACTIONS(1426), + [anon_sym___cdecl] = ACTIONS(1426), + [anon_sym___clrcall] = ACTIONS(1426), + [anon_sym___stdcall] = ACTIONS(1426), + [anon_sym___fastcall] = ACTIONS(1426), + [anon_sym___thiscall] = ACTIONS(1426), + [anon_sym___vectorcall] = ACTIONS(1426), + [anon_sym_LBRACE] = ACTIONS(1428), + [anon_sym_signed] = ACTIONS(1426), + [anon_sym_unsigned] = ACTIONS(1426), + [anon_sym_long] = ACTIONS(1426), + [anon_sym_short] = ACTIONS(1426), + [anon_sym_static] = ACTIONS(1426), + [anon_sym_auto] = ACTIONS(1426), + [anon_sym_register] = ACTIONS(1426), + [anon_sym_inline] = ACTIONS(1426), + [anon_sym___inline] = ACTIONS(1426), + [anon_sym___inline__] = ACTIONS(1426), + [anon_sym___forceinline] = ACTIONS(1426), + [anon_sym_thread_local] = ACTIONS(1426), + [anon_sym___thread] = ACTIONS(1426), + [anon_sym_const] = ACTIONS(1426), + [anon_sym_constexpr] = ACTIONS(1426), + [anon_sym_volatile] = ACTIONS(1426), + [anon_sym_restrict] = ACTIONS(1426), + [anon_sym___restrict__] = ACTIONS(1426), + [anon_sym__Atomic] = ACTIONS(1426), + [anon_sym__Noreturn] = ACTIONS(1426), + [anon_sym_noreturn] = ACTIONS(1426), + [sym_primitive_type] = ACTIONS(1426), + [anon_sym_enum] = ACTIONS(1426), + [anon_sym_struct] = ACTIONS(1426), + [anon_sym_union] = ACTIONS(1426), + [anon_sym_if] = ACTIONS(1426), + [anon_sym_switch] = ACTIONS(1426), + [anon_sym_case] = ACTIONS(1426), + [anon_sym_default] = ACTIONS(1426), + [anon_sym_while] = ACTIONS(1426), + [anon_sym_do] = ACTIONS(1426), + [anon_sym_for] = ACTIONS(1426), + [anon_sym_return] = ACTIONS(1426), + [anon_sym_break] = ACTIONS(1426), + [anon_sym_continue] = ACTIONS(1426), + [anon_sym_goto] = ACTIONS(1426), + [anon_sym___try] = ACTIONS(1426), + [anon_sym___leave] = ACTIONS(1426), + [anon_sym_DASH_DASH] = ACTIONS(1428), + [anon_sym_PLUS_PLUS] = ACTIONS(1428), + [anon_sym_sizeof] = ACTIONS(1426), + [anon_sym___alignof__] = ACTIONS(1426), + [anon_sym___alignof] = ACTIONS(1426), + [anon_sym__alignof] = ACTIONS(1426), + [anon_sym_alignof] = ACTIONS(1426), + [anon_sym__Alignof] = ACTIONS(1426), + [anon_sym_offsetof] = ACTIONS(1426), + [anon_sym__Generic] = ACTIONS(1426), + [anon_sym_asm] = ACTIONS(1426), + [anon_sym___asm__] = ACTIONS(1426), + [sym_number_literal] = ACTIONS(1428), + [anon_sym_L_SQUOTE] = ACTIONS(1428), + [anon_sym_u_SQUOTE] = ACTIONS(1428), + [anon_sym_U_SQUOTE] = ACTIONS(1428), + [anon_sym_u8_SQUOTE] = ACTIONS(1428), + [anon_sym_SQUOTE] = ACTIONS(1428), + [anon_sym_L_DQUOTE] = ACTIONS(1428), + [anon_sym_u_DQUOTE] = ACTIONS(1428), + [anon_sym_U_DQUOTE] = ACTIONS(1428), + [anon_sym_u8_DQUOTE] = ACTIONS(1428), + [anon_sym_DQUOTE] = ACTIONS(1428), + [sym_true] = ACTIONS(1426), + [sym_false] = ACTIONS(1426), + [anon_sym_NULL] = ACTIONS(1426), + [anon_sym_nullptr] = ACTIONS(1426), + [sym_comment] = ACTIONS(3), + }, + [400] = { + [sym_identifier] = ACTIONS(1480), + [aux_sym_preproc_include_token1] = ACTIONS(1480), + [aux_sym_preproc_def_token1] = ACTIONS(1480), + [aux_sym_preproc_if_token1] = ACTIONS(1480), + [aux_sym_preproc_if_token2] = ACTIONS(1480), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1480), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1480), + [sym_preproc_directive] = ACTIONS(1480), + [anon_sym_LPAREN2] = ACTIONS(1482), + [anon_sym_BANG] = ACTIONS(1482), + [anon_sym_TILDE] = ACTIONS(1482), + [anon_sym_DASH] = ACTIONS(1480), + [anon_sym_PLUS] = ACTIONS(1480), + [anon_sym_STAR] = ACTIONS(1482), + [anon_sym_AMP] = ACTIONS(1482), + [anon_sym_SEMI] = ACTIONS(1482), + [anon_sym___extension__] = ACTIONS(1480), + [anon_sym_typedef] = ACTIONS(1480), + [anon_sym_extern] = ACTIONS(1480), + [anon_sym___attribute__] = ACTIONS(1480), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1482), + [anon_sym___declspec] = ACTIONS(1480), + [anon_sym___cdecl] = ACTIONS(1480), + [anon_sym___clrcall] = ACTIONS(1480), + [anon_sym___stdcall] = ACTIONS(1480), + [anon_sym___fastcall] = ACTIONS(1480), + [anon_sym___thiscall] = ACTIONS(1480), + [anon_sym___vectorcall] = ACTIONS(1480), + [anon_sym_LBRACE] = ACTIONS(1482), + [anon_sym_signed] = ACTIONS(1480), + [anon_sym_unsigned] = ACTIONS(1480), + [anon_sym_long] = ACTIONS(1480), + [anon_sym_short] = ACTIONS(1480), + [anon_sym_static] = ACTIONS(1480), + [anon_sym_auto] = ACTIONS(1480), + [anon_sym_register] = ACTIONS(1480), + [anon_sym_inline] = ACTIONS(1480), + [anon_sym___inline] = ACTIONS(1480), + [anon_sym___inline__] = ACTIONS(1480), + [anon_sym___forceinline] = ACTIONS(1480), + [anon_sym_thread_local] = ACTIONS(1480), + [anon_sym___thread] = ACTIONS(1480), + [anon_sym_const] = ACTIONS(1480), + [anon_sym_constexpr] = ACTIONS(1480), + [anon_sym_volatile] = ACTIONS(1480), + [anon_sym_restrict] = ACTIONS(1480), + [anon_sym___restrict__] = ACTIONS(1480), + [anon_sym__Atomic] = ACTIONS(1480), + [anon_sym__Noreturn] = ACTIONS(1480), + [anon_sym_noreturn] = ACTIONS(1480), + [sym_primitive_type] = ACTIONS(1480), + [anon_sym_enum] = ACTIONS(1480), + [anon_sym_struct] = ACTIONS(1480), + [anon_sym_union] = ACTIONS(1480), + [anon_sym_if] = ACTIONS(1480), + [anon_sym_switch] = ACTIONS(1480), + [anon_sym_case] = ACTIONS(1480), + [anon_sym_default] = ACTIONS(1480), + [anon_sym_while] = ACTIONS(1480), + [anon_sym_do] = ACTIONS(1480), + [anon_sym_for] = ACTIONS(1480), + [anon_sym_return] = ACTIONS(1480), + [anon_sym_break] = ACTIONS(1480), + [anon_sym_continue] = ACTIONS(1480), + [anon_sym_goto] = ACTIONS(1480), + [anon_sym___try] = ACTIONS(1480), + [anon_sym___leave] = ACTIONS(1480), + [anon_sym_DASH_DASH] = ACTIONS(1482), + [anon_sym_PLUS_PLUS] = ACTIONS(1482), + [anon_sym_sizeof] = ACTIONS(1480), + [anon_sym___alignof__] = ACTIONS(1480), + [anon_sym___alignof] = ACTIONS(1480), + [anon_sym__alignof] = ACTIONS(1480), + [anon_sym_alignof] = ACTIONS(1480), + [anon_sym__Alignof] = ACTIONS(1480), + [anon_sym_offsetof] = ACTIONS(1480), + [anon_sym__Generic] = ACTIONS(1480), + [anon_sym_asm] = ACTIONS(1480), + [anon_sym___asm__] = ACTIONS(1480), + [sym_number_literal] = ACTIONS(1482), + [anon_sym_L_SQUOTE] = ACTIONS(1482), + [anon_sym_u_SQUOTE] = ACTIONS(1482), + [anon_sym_U_SQUOTE] = ACTIONS(1482), + [anon_sym_u8_SQUOTE] = ACTIONS(1482), + [anon_sym_SQUOTE] = ACTIONS(1482), + [anon_sym_L_DQUOTE] = ACTIONS(1482), + [anon_sym_u_DQUOTE] = ACTIONS(1482), + [anon_sym_U_DQUOTE] = ACTIONS(1482), + [anon_sym_u8_DQUOTE] = ACTIONS(1482), + [anon_sym_DQUOTE] = ACTIONS(1482), + [sym_true] = ACTIONS(1480), + [sym_false] = ACTIONS(1480), + [anon_sym_NULL] = ACTIONS(1480), + [anon_sym_nullptr] = ACTIONS(1480), [sym_comment] = ACTIONS(3), }, [401] = { - [sym_identifier] = ACTIONS(1440), - [aux_sym_preproc_include_token1] = ACTIONS(1440), - [aux_sym_preproc_def_token1] = ACTIONS(1440), - [aux_sym_preproc_if_token1] = ACTIONS(1440), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), - [sym_preproc_directive] = ACTIONS(1440), - [anon_sym_LPAREN2] = ACTIONS(1442), - [anon_sym_BANG] = ACTIONS(1442), - [anon_sym_TILDE] = ACTIONS(1442), - [anon_sym_DASH] = ACTIONS(1440), - [anon_sym_PLUS] = ACTIONS(1440), - [anon_sym_STAR] = ACTIONS(1442), - [anon_sym_AMP] = ACTIONS(1442), - [anon_sym_SEMI] = ACTIONS(1442), - [anon_sym___extension__] = ACTIONS(1440), - [anon_sym_typedef] = ACTIONS(1440), - [anon_sym_extern] = ACTIONS(1440), - [anon_sym___attribute__] = ACTIONS(1440), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), - [anon_sym___declspec] = ACTIONS(1440), - [anon_sym___cdecl] = ACTIONS(1440), - [anon_sym___clrcall] = ACTIONS(1440), - [anon_sym___stdcall] = ACTIONS(1440), - [anon_sym___fastcall] = ACTIONS(1440), - [anon_sym___thiscall] = ACTIONS(1440), - [anon_sym___vectorcall] = ACTIONS(1440), - [anon_sym_LBRACE] = ACTIONS(1442), - [anon_sym_RBRACE] = ACTIONS(1442), - [anon_sym_signed] = ACTIONS(1440), - [anon_sym_unsigned] = ACTIONS(1440), - [anon_sym_long] = ACTIONS(1440), - [anon_sym_short] = ACTIONS(1440), - [anon_sym_static] = ACTIONS(1440), - [anon_sym_auto] = ACTIONS(1440), - [anon_sym_register] = ACTIONS(1440), - [anon_sym_inline] = ACTIONS(1440), - [anon_sym___inline] = ACTIONS(1440), - [anon_sym___inline__] = ACTIONS(1440), - [anon_sym___forceinline] = ACTIONS(1440), - [anon_sym_thread_local] = ACTIONS(1440), - [anon_sym___thread] = ACTIONS(1440), - [anon_sym_const] = ACTIONS(1440), - [anon_sym_constexpr] = ACTIONS(1440), - [anon_sym_volatile] = ACTIONS(1440), - [anon_sym_restrict] = ACTIONS(1440), - [anon_sym___restrict__] = ACTIONS(1440), - [anon_sym__Atomic] = ACTIONS(1440), - [anon_sym__Noreturn] = ACTIONS(1440), - [anon_sym_noreturn] = ACTIONS(1440), - [sym_primitive_type] = ACTIONS(1440), - [anon_sym_enum] = ACTIONS(1440), - [anon_sym_struct] = ACTIONS(1440), - [anon_sym_union] = ACTIONS(1440), - [anon_sym_if] = ACTIONS(1440), - [anon_sym_switch] = ACTIONS(1440), - [anon_sym_case] = ACTIONS(1440), - [anon_sym_default] = ACTIONS(1440), - [anon_sym_while] = ACTIONS(1440), - [anon_sym_do] = ACTIONS(1440), - [anon_sym_for] = ACTIONS(1440), - [anon_sym_return] = ACTIONS(1440), - [anon_sym_break] = ACTIONS(1440), - [anon_sym_continue] = ACTIONS(1440), - [anon_sym_goto] = ACTIONS(1440), - [anon_sym___try] = ACTIONS(1440), - [anon_sym___leave] = ACTIONS(1440), - [anon_sym_DASH_DASH] = ACTIONS(1442), - [anon_sym_PLUS_PLUS] = ACTIONS(1442), - [anon_sym_sizeof] = ACTIONS(1440), - [anon_sym___alignof__] = ACTIONS(1440), - [anon_sym___alignof] = ACTIONS(1440), - [anon_sym__alignof] = ACTIONS(1440), - [anon_sym_alignof] = ACTIONS(1440), - [anon_sym__Alignof] = ACTIONS(1440), - [anon_sym_offsetof] = ACTIONS(1440), - [anon_sym__Generic] = ACTIONS(1440), - [anon_sym_asm] = ACTIONS(1440), - [anon_sym___asm__] = ACTIONS(1440), - [sym_number_literal] = ACTIONS(1442), - [anon_sym_L_SQUOTE] = ACTIONS(1442), - [anon_sym_u_SQUOTE] = ACTIONS(1442), - [anon_sym_U_SQUOTE] = ACTIONS(1442), - [anon_sym_u8_SQUOTE] = ACTIONS(1442), - [anon_sym_SQUOTE] = ACTIONS(1442), - [anon_sym_L_DQUOTE] = ACTIONS(1442), - [anon_sym_u_DQUOTE] = ACTIONS(1442), - [anon_sym_U_DQUOTE] = ACTIONS(1442), - [anon_sym_u8_DQUOTE] = ACTIONS(1442), - [anon_sym_DQUOTE] = ACTIONS(1442), - [sym_true] = ACTIONS(1440), - [sym_false] = ACTIONS(1440), - [anon_sym_NULL] = ACTIONS(1440), - [anon_sym_nullptr] = ACTIONS(1440), + [sym_identifier] = ACTIONS(1442), + [aux_sym_preproc_include_token1] = ACTIONS(1442), + [aux_sym_preproc_def_token1] = ACTIONS(1442), + [aux_sym_preproc_if_token1] = ACTIONS(1442), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1442), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1442), + [sym_preproc_directive] = ACTIONS(1442), + [anon_sym_LPAREN2] = ACTIONS(1444), + [anon_sym_BANG] = ACTIONS(1444), + [anon_sym_TILDE] = ACTIONS(1444), + [anon_sym_DASH] = ACTIONS(1442), + [anon_sym_PLUS] = ACTIONS(1442), + [anon_sym_STAR] = ACTIONS(1444), + [anon_sym_AMP] = ACTIONS(1444), + [anon_sym_SEMI] = ACTIONS(1444), + [anon_sym___extension__] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1442), + [anon_sym_extern] = ACTIONS(1442), + [anon_sym___attribute__] = ACTIONS(1442), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1444), + [anon_sym___declspec] = ACTIONS(1442), + [anon_sym___cdecl] = ACTIONS(1442), + [anon_sym___clrcall] = ACTIONS(1442), + [anon_sym___stdcall] = ACTIONS(1442), + [anon_sym___fastcall] = ACTIONS(1442), + [anon_sym___thiscall] = ACTIONS(1442), + [anon_sym___vectorcall] = ACTIONS(1442), + [anon_sym_LBRACE] = ACTIONS(1444), + [anon_sym_RBRACE] = ACTIONS(1444), + [anon_sym_signed] = ACTIONS(1442), + [anon_sym_unsigned] = ACTIONS(1442), + [anon_sym_long] = ACTIONS(1442), + [anon_sym_short] = ACTIONS(1442), + [anon_sym_static] = ACTIONS(1442), + [anon_sym_auto] = ACTIONS(1442), + [anon_sym_register] = ACTIONS(1442), + [anon_sym_inline] = ACTIONS(1442), + [anon_sym___inline] = ACTIONS(1442), + [anon_sym___inline__] = ACTIONS(1442), + [anon_sym___forceinline] = ACTIONS(1442), + [anon_sym_thread_local] = ACTIONS(1442), + [anon_sym___thread] = ACTIONS(1442), + [anon_sym_const] = ACTIONS(1442), + [anon_sym_constexpr] = ACTIONS(1442), + [anon_sym_volatile] = ACTIONS(1442), + [anon_sym_restrict] = ACTIONS(1442), + [anon_sym___restrict__] = ACTIONS(1442), + [anon_sym__Atomic] = ACTIONS(1442), + [anon_sym__Noreturn] = ACTIONS(1442), + [anon_sym_noreturn] = ACTIONS(1442), + [sym_primitive_type] = ACTIONS(1442), + [anon_sym_enum] = ACTIONS(1442), + [anon_sym_struct] = ACTIONS(1442), + [anon_sym_union] = ACTIONS(1442), + [anon_sym_if] = ACTIONS(1442), + [anon_sym_switch] = ACTIONS(1442), + [anon_sym_case] = ACTIONS(1442), + [anon_sym_default] = ACTIONS(1442), + [anon_sym_while] = ACTIONS(1442), + [anon_sym_do] = ACTIONS(1442), + [anon_sym_for] = ACTIONS(1442), + [anon_sym_return] = ACTIONS(1442), + [anon_sym_break] = ACTIONS(1442), + [anon_sym_continue] = ACTIONS(1442), + [anon_sym_goto] = ACTIONS(1442), + [anon_sym___try] = ACTIONS(1442), + [anon_sym___leave] = ACTIONS(1442), + [anon_sym_DASH_DASH] = ACTIONS(1444), + [anon_sym_PLUS_PLUS] = ACTIONS(1444), + [anon_sym_sizeof] = ACTIONS(1442), + [anon_sym___alignof__] = ACTIONS(1442), + [anon_sym___alignof] = ACTIONS(1442), + [anon_sym__alignof] = ACTIONS(1442), + [anon_sym_alignof] = ACTIONS(1442), + [anon_sym__Alignof] = ACTIONS(1442), + [anon_sym_offsetof] = ACTIONS(1442), + [anon_sym__Generic] = ACTIONS(1442), + [anon_sym_asm] = ACTIONS(1442), + [anon_sym___asm__] = ACTIONS(1442), + [sym_number_literal] = ACTIONS(1444), + [anon_sym_L_SQUOTE] = ACTIONS(1444), + [anon_sym_u_SQUOTE] = ACTIONS(1444), + [anon_sym_U_SQUOTE] = ACTIONS(1444), + [anon_sym_u8_SQUOTE] = ACTIONS(1444), + [anon_sym_SQUOTE] = ACTIONS(1444), + [anon_sym_L_DQUOTE] = ACTIONS(1444), + [anon_sym_u_DQUOTE] = ACTIONS(1444), + [anon_sym_U_DQUOTE] = ACTIONS(1444), + [anon_sym_u8_DQUOTE] = ACTIONS(1444), + [anon_sym_DQUOTE] = ACTIONS(1444), + [sym_true] = ACTIONS(1442), + [sym_false] = ACTIONS(1442), + [anon_sym_NULL] = ACTIONS(1442), + [anon_sym_nullptr] = ACTIONS(1442), [sym_comment] = ACTIONS(3), }, [402] = { - [sym_identifier] = ACTIONS(1468), - [aux_sym_preproc_include_token1] = ACTIONS(1468), - [aux_sym_preproc_def_token1] = ACTIONS(1468), - [aux_sym_preproc_if_token1] = ACTIONS(1468), - [aux_sym_preproc_if_token2] = ACTIONS(1468), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1468), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1468), - [sym_preproc_directive] = ACTIONS(1468), - [anon_sym_LPAREN2] = ACTIONS(1470), - [anon_sym_BANG] = ACTIONS(1470), - [anon_sym_TILDE] = ACTIONS(1470), - [anon_sym_DASH] = ACTIONS(1468), - [anon_sym_PLUS] = ACTIONS(1468), - [anon_sym_STAR] = ACTIONS(1470), - [anon_sym_AMP] = ACTIONS(1470), - [anon_sym_SEMI] = ACTIONS(1470), - [anon_sym___extension__] = ACTIONS(1468), - [anon_sym_typedef] = ACTIONS(1468), - [anon_sym_extern] = ACTIONS(1468), - [anon_sym___attribute__] = ACTIONS(1468), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1470), - [anon_sym___declspec] = ACTIONS(1468), - [anon_sym___cdecl] = ACTIONS(1468), - [anon_sym___clrcall] = ACTIONS(1468), - [anon_sym___stdcall] = ACTIONS(1468), - [anon_sym___fastcall] = ACTIONS(1468), - [anon_sym___thiscall] = ACTIONS(1468), - [anon_sym___vectorcall] = ACTIONS(1468), - [anon_sym_LBRACE] = ACTIONS(1470), - [anon_sym_signed] = ACTIONS(1468), - [anon_sym_unsigned] = ACTIONS(1468), - [anon_sym_long] = ACTIONS(1468), - [anon_sym_short] = ACTIONS(1468), - [anon_sym_static] = ACTIONS(1468), - [anon_sym_auto] = ACTIONS(1468), - [anon_sym_register] = ACTIONS(1468), - [anon_sym_inline] = ACTIONS(1468), - [anon_sym___inline] = ACTIONS(1468), - [anon_sym___inline__] = ACTIONS(1468), - [anon_sym___forceinline] = ACTIONS(1468), - [anon_sym_thread_local] = ACTIONS(1468), - [anon_sym___thread] = ACTIONS(1468), - [anon_sym_const] = ACTIONS(1468), - [anon_sym_constexpr] = ACTIONS(1468), - [anon_sym_volatile] = ACTIONS(1468), - [anon_sym_restrict] = ACTIONS(1468), - [anon_sym___restrict__] = ACTIONS(1468), - [anon_sym__Atomic] = ACTIONS(1468), - [anon_sym__Noreturn] = ACTIONS(1468), - [anon_sym_noreturn] = ACTIONS(1468), - [sym_primitive_type] = ACTIONS(1468), - [anon_sym_enum] = ACTIONS(1468), - [anon_sym_struct] = ACTIONS(1468), - [anon_sym_union] = ACTIONS(1468), - [anon_sym_if] = ACTIONS(1468), - [anon_sym_switch] = ACTIONS(1468), - [anon_sym_case] = ACTIONS(1468), - [anon_sym_default] = ACTIONS(1468), - [anon_sym_while] = ACTIONS(1468), - [anon_sym_do] = ACTIONS(1468), - [anon_sym_for] = ACTIONS(1468), - [anon_sym_return] = ACTIONS(1468), - [anon_sym_break] = ACTIONS(1468), - [anon_sym_continue] = ACTIONS(1468), - [anon_sym_goto] = ACTIONS(1468), - [anon_sym___try] = ACTIONS(1468), - [anon_sym___leave] = ACTIONS(1468), - [anon_sym_DASH_DASH] = ACTIONS(1470), - [anon_sym_PLUS_PLUS] = ACTIONS(1470), - [anon_sym_sizeof] = ACTIONS(1468), - [anon_sym___alignof__] = ACTIONS(1468), - [anon_sym___alignof] = ACTIONS(1468), - [anon_sym__alignof] = ACTIONS(1468), - [anon_sym_alignof] = ACTIONS(1468), - [anon_sym__Alignof] = ACTIONS(1468), - [anon_sym_offsetof] = ACTIONS(1468), - [anon_sym__Generic] = ACTIONS(1468), - [anon_sym_asm] = ACTIONS(1468), - [anon_sym___asm__] = ACTIONS(1468), - [sym_number_literal] = ACTIONS(1470), - [anon_sym_L_SQUOTE] = ACTIONS(1470), - [anon_sym_u_SQUOTE] = ACTIONS(1470), - [anon_sym_U_SQUOTE] = ACTIONS(1470), - [anon_sym_u8_SQUOTE] = ACTIONS(1470), - [anon_sym_SQUOTE] = ACTIONS(1470), - [anon_sym_L_DQUOTE] = ACTIONS(1470), - [anon_sym_u_DQUOTE] = ACTIONS(1470), - [anon_sym_U_DQUOTE] = ACTIONS(1470), - [anon_sym_u8_DQUOTE] = ACTIONS(1470), - [anon_sym_DQUOTE] = ACTIONS(1470), - [sym_true] = ACTIONS(1468), - [sym_false] = ACTIONS(1468), - [anon_sym_NULL] = ACTIONS(1468), - [anon_sym_nullptr] = ACTIONS(1468), + [sym_identifier] = ACTIONS(1472), + [aux_sym_preproc_include_token1] = ACTIONS(1472), + [aux_sym_preproc_def_token1] = ACTIONS(1472), + [aux_sym_preproc_if_token1] = ACTIONS(1472), + [aux_sym_preproc_if_token2] = ACTIONS(1472), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1472), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1472), + [sym_preproc_directive] = ACTIONS(1472), + [anon_sym_LPAREN2] = ACTIONS(1474), + [anon_sym_BANG] = ACTIONS(1474), + [anon_sym_TILDE] = ACTIONS(1474), + [anon_sym_DASH] = ACTIONS(1472), + [anon_sym_PLUS] = ACTIONS(1472), + [anon_sym_STAR] = ACTIONS(1474), + [anon_sym_AMP] = ACTIONS(1474), + [anon_sym_SEMI] = ACTIONS(1474), + [anon_sym___extension__] = ACTIONS(1472), + [anon_sym_typedef] = ACTIONS(1472), + [anon_sym_extern] = ACTIONS(1472), + [anon_sym___attribute__] = ACTIONS(1472), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1474), + [anon_sym___declspec] = ACTIONS(1472), + [anon_sym___cdecl] = ACTIONS(1472), + [anon_sym___clrcall] = ACTIONS(1472), + [anon_sym___stdcall] = ACTIONS(1472), + [anon_sym___fastcall] = ACTIONS(1472), + [anon_sym___thiscall] = ACTIONS(1472), + [anon_sym___vectorcall] = ACTIONS(1472), + [anon_sym_LBRACE] = ACTIONS(1474), + [anon_sym_signed] = ACTIONS(1472), + [anon_sym_unsigned] = ACTIONS(1472), + [anon_sym_long] = ACTIONS(1472), + [anon_sym_short] = ACTIONS(1472), + [anon_sym_static] = ACTIONS(1472), + [anon_sym_auto] = ACTIONS(1472), + [anon_sym_register] = ACTIONS(1472), + [anon_sym_inline] = ACTIONS(1472), + [anon_sym___inline] = ACTIONS(1472), + [anon_sym___inline__] = ACTIONS(1472), + [anon_sym___forceinline] = ACTIONS(1472), + [anon_sym_thread_local] = ACTIONS(1472), + [anon_sym___thread] = ACTIONS(1472), + [anon_sym_const] = ACTIONS(1472), + [anon_sym_constexpr] = ACTIONS(1472), + [anon_sym_volatile] = ACTIONS(1472), + [anon_sym_restrict] = ACTIONS(1472), + [anon_sym___restrict__] = ACTIONS(1472), + [anon_sym__Atomic] = ACTIONS(1472), + [anon_sym__Noreturn] = ACTIONS(1472), + [anon_sym_noreturn] = ACTIONS(1472), + [sym_primitive_type] = ACTIONS(1472), + [anon_sym_enum] = ACTIONS(1472), + [anon_sym_struct] = ACTIONS(1472), + [anon_sym_union] = ACTIONS(1472), + [anon_sym_if] = ACTIONS(1472), + [anon_sym_switch] = ACTIONS(1472), + [anon_sym_case] = ACTIONS(1472), + [anon_sym_default] = ACTIONS(1472), + [anon_sym_while] = ACTIONS(1472), + [anon_sym_do] = ACTIONS(1472), + [anon_sym_for] = ACTIONS(1472), + [anon_sym_return] = ACTIONS(1472), + [anon_sym_break] = ACTIONS(1472), + [anon_sym_continue] = ACTIONS(1472), + [anon_sym_goto] = ACTIONS(1472), + [anon_sym___try] = ACTIONS(1472), + [anon_sym___leave] = ACTIONS(1472), + [anon_sym_DASH_DASH] = ACTIONS(1474), + [anon_sym_PLUS_PLUS] = ACTIONS(1474), + [anon_sym_sizeof] = ACTIONS(1472), + [anon_sym___alignof__] = ACTIONS(1472), + [anon_sym___alignof] = ACTIONS(1472), + [anon_sym__alignof] = ACTIONS(1472), + [anon_sym_alignof] = ACTIONS(1472), + [anon_sym__Alignof] = ACTIONS(1472), + [anon_sym_offsetof] = ACTIONS(1472), + [anon_sym__Generic] = ACTIONS(1472), + [anon_sym_asm] = ACTIONS(1472), + [anon_sym___asm__] = ACTIONS(1472), + [sym_number_literal] = ACTIONS(1474), + [anon_sym_L_SQUOTE] = ACTIONS(1474), + [anon_sym_u_SQUOTE] = ACTIONS(1474), + [anon_sym_U_SQUOTE] = ACTIONS(1474), + [anon_sym_u8_SQUOTE] = ACTIONS(1474), + [anon_sym_SQUOTE] = ACTIONS(1474), + [anon_sym_L_DQUOTE] = ACTIONS(1474), + [anon_sym_u_DQUOTE] = ACTIONS(1474), + [anon_sym_U_DQUOTE] = ACTIONS(1474), + [anon_sym_u8_DQUOTE] = ACTIONS(1474), + [anon_sym_DQUOTE] = ACTIONS(1474), + [sym_true] = ACTIONS(1472), + [sym_false] = ACTIONS(1472), + [anon_sym_NULL] = ACTIONS(1472), + [anon_sym_nullptr] = ACTIONS(1472), [sym_comment] = ACTIONS(3), }, [403] = { - [sym_identifier] = ACTIONS(1412), - [aux_sym_preproc_include_token1] = ACTIONS(1412), - [aux_sym_preproc_def_token1] = ACTIONS(1412), - [aux_sym_preproc_if_token1] = ACTIONS(1412), - [aux_sym_preproc_if_token2] = ACTIONS(1412), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1412), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1412), - [sym_preproc_directive] = ACTIONS(1412), - [anon_sym_LPAREN2] = ACTIONS(1414), - [anon_sym_BANG] = ACTIONS(1414), - [anon_sym_TILDE] = ACTIONS(1414), - [anon_sym_DASH] = ACTIONS(1412), - [anon_sym_PLUS] = ACTIONS(1412), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(1412), - [anon_sym_typedef] = ACTIONS(1412), - [anon_sym_extern] = ACTIONS(1412), - [anon_sym___attribute__] = ACTIONS(1412), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1414), - [anon_sym___declspec] = ACTIONS(1412), - [anon_sym___cdecl] = ACTIONS(1412), - [anon_sym___clrcall] = ACTIONS(1412), - [anon_sym___stdcall] = ACTIONS(1412), - [anon_sym___fastcall] = ACTIONS(1412), - [anon_sym___thiscall] = ACTIONS(1412), - [anon_sym___vectorcall] = ACTIONS(1412), - [anon_sym_LBRACE] = ACTIONS(1414), - [anon_sym_signed] = ACTIONS(1412), - [anon_sym_unsigned] = ACTIONS(1412), - [anon_sym_long] = ACTIONS(1412), - [anon_sym_short] = ACTIONS(1412), - [anon_sym_static] = ACTIONS(1412), - [anon_sym_auto] = ACTIONS(1412), - [anon_sym_register] = ACTIONS(1412), - [anon_sym_inline] = ACTIONS(1412), - [anon_sym___inline] = ACTIONS(1412), - [anon_sym___inline__] = ACTIONS(1412), - [anon_sym___forceinline] = ACTIONS(1412), - [anon_sym_thread_local] = ACTIONS(1412), - [anon_sym___thread] = ACTIONS(1412), - [anon_sym_const] = ACTIONS(1412), - [anon_sym_constexpr] = ACTIONS(1412), - [anon_sym_volatile] = ACTIONS(1412), - [anon_sym_restrict] = ACTIONS(1412), - [anon_sym___restrict__] = ACTIONS(1412), - [anon_sym__Atomic] = ACTIONS(1412), - [anon_sym__Noreturn] = ACTIONS(1412), - [anon_sym_noreturn] = ACTIONS(1412), - [sym_primitive_type] = ACTIONS(1412), - [anon_sym_enum] = ACTIONS(1412), - [anon_sym_struct] = ACTIONS(1412), - [anon_sym_union] = ACTIONS(1412), - [anon_sym_if] = ACTIONS(1412), - [anon_sym_switch] = ACTIONS(1412), - [anon_sym_case] = ACTIONS(1412), - [anon_sym_default] = ACTIONS(1412), - [anon_sym_while] = ACTIONS(1412), - [anon_sym_do] = ACTIONS(1412), - [anon_sym_for] = ACTIONS(1412), - [anon_sym_return] = ACTIONS(1412), - [anon_sym_break] = ACTIONS(1412), - [anon_sym_continue] = ACTIONS(1412), - [anon_sym_goto] = ACTIONS(1412), - [anon_sym___try] = ACTIONS(1412), - [anon_sym___leave] = ACTIONS(1412), - [anon_sym_DASH_DASH] = ACTIONS(1414), - [anon_sym_PLUS_PLUS] = ACTIONS(1414), - [anon_sym_sizeof] = ACTIONS(1412), - [anon_sym___alignof__] = ACTIONS(1412), - [anon_sym___alignof] = ACTIONS(1412), - [anon_sym__alignof] = ACTIONS(1412), - [anon_sym_alignof] = ACTIONS(1412), - [anon_sym__Alignof] = ACTIONS(1412), - [anon_sym_offsetof] = ACTIONS(1412), - [anon_sym__Generic] = ACTIONS(1412), - [anon_sym_asm] = ACTIONS(1412), - [anon_sym___asm__] = ACTIONS(1412), - [sym_number_literal] = ACTIONS(1414), - [anon_sym_L_SQUOTE] = ACTIONS(1414), - [anon_sym_u_SQUOTE] = ACTIONS(1414), - [anon_sym_U_SQUOTE] = ACTIONS(1414), - [anon_sym_u8_SQUOTE] = ACTIONS(1414), - [anon_sym_SQUOTE] = ACTIONS(1414), - [anon_sym_L_DQUOTE] = ACTIONS(1414), - [anon_sym_u_DQUOTE] = ACTIONS(1414), - [anon_sym_U_DQUOTE] = ACTIONS(1414), - [anon_sym_u8_DQUOTE] = ACTIONS(1414), - [anon_sym_DQUOTE] = ACTIONS(1414), - [sym_true] = ACTIONS(1412), - [sym_false] = ACTIONS(1412), - [anon_sym_NULL] = ACTIONS(1412), - [anon_sym_nullptr] = ACTIONS(1412), + [sym_identifier] = ACTIONS(1434), + [aux_sym_preproc_include_token1] = ACTIONS(1434), + [aux_sym_preproc_def_token1] = ACTIONS(1434), + [aux_sym_preproc_if_token1] = ACTIONS(1434), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1434), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1434), + [sym_preproc_directive] = ACTIONS(1434), + [anon_sym_LPAREN2] = ACTIONS(1436), + [anon_sym_BANG] = ACTIONS(1436), + [anon_sym_TILDE] = ACTIONS(1436), + [anon_sym_DASH] = ACTIONS(1434), + [anon_sym_PLUS] = ACTIONS(1434), + [anon_sym_STAR] = ACTIONS(1436), + [anon_sym_AMP] = ACTIONS(1436), + [anon_sym_SEMI] = ACTIONS(1436), + [anon_sym___extension__] = ACTIONS(1434), + [anon_sym_typedef] = ACTIONS(1434), + [anon_sym_extern] = ACTIONS(1434), + [anon_sym___attribute__] = ACTIONS(1434), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1436), + [anon_sym___declspec] = ACTIONS(1434), + [anon_sym___cdecl] = ACTIONS(1434), + [anon_sym___clrcall] = ACTIONS(1434), + [anon_sym___stdcall] = ACTIONS(1434), + [anon_sym___fastcall] = ACTIONS(1434), + [anon_sym___thiscall] = ACTIONS(1434), + [anon_sym___vectorcall] = ACTIONS(1434), + [anon_sym_LBRACE] = ACTIONS(1436), + [anon_sym_RBRACE] = ACTIONS(1436), + [anon_sym_signed] = ACTIONS(1434), + [anon_sym_unsigned] = ACTIONS(1434), + [anon_sym_long] = ACTIONS(1434), + [anon_sym_short] = ACTIONS(1434), + [anon_sym_static] = ACTIONS(1434), + [anon_sym_auto] = ACTIONS(1434), + [anon_sym_register] = ACTIONS(1434), + [anon_sym_inline] = ACTIONS(1434), + [anon_sym___inline] = ACTIONS(1434), + [anon_sym___inline__] = ACTIONS(1434), + [anon_sym___forceinline] = ACTIONS(1434), + [anon_sym_thread_local] = ACTIONS(1434), + [anon_sym___thread] = ACTIONS(1434), + [anon_sym_const] = ACTIONS(1434), + [anon_sym_constexpr] = ACTIONS(1434), + [anon_sym_volatile] = ACTIONS(1434), + [anon_sym_restrict] = ACTIONS(1434), + [anon_sym___restrict__] = ACTIONS(1434), + [anon_sym__Atomic] = ACTIONS(1434), + [anon_sym__Noreturn] = ACTIONS(1434), + [anon_sym_noreturn] = ACTIONS(1434), + [sym_primitive_type] = ACTIONS(1434), + [anon_sym_enum] = ACTIONS(1434), + [anon_sym_struct] = ACTIONS(1434), + [anon_sym_union] = ACTIONS(1434), + [anon_sym_if] = ACTIONS(1434), + [anon_sym_switch] = ACTIONS(1434), + [anon_sym_case] = ACTIONS(1434), + [anon_sym_default] = ACTIONS(1434), + [anon_sym_while] = ACTIONS(1434), + [anon_sym_do] = ACTIONS(1434), + [anon_sym_for] = ACTIONS(1434), + [anon_sym_return] = ACTIONS(1434), + [anon_sym_break] = ACTIONS(1434), + [anon_sym_continue] = ACTIONS(1434), + [anon_sym_goto] = ACTIONS(1434), + [anon_sym___try] = ACTIONS(1434), + [anon_sym___leave] = ACTIONS(1434), + [anon_sym_DASH_DASH] = ACTIONS(1436), + [anon_sym_PLUS_PLUS] = ACTIONS(1436), + [anon_sym_sizeof] = ACTIONS(1434), + [anon_sym___alignof__] = ACTIONS(1434), + [anon_sym___alignof] = ACTIONS(1434), + [anon_sym__alignof] = ACTIONS(1434), + [anon_sym_alignof] = ACTIONS(1434), + [anon_sym__Alignof] = ACTIONS(1434), + [anon_sym_offsetof] = ACTIONS(1434), + [anon_sym__Generic] = ACTIONS(1434), + [anon_sym_asm] = ACTIONS(1434), + [anon_sym___asm__] = ACTIONS(1434), + [sym_number_literal] = ACTIONS(1436), + [anon_sym_L_SQUOTE] = ACTIONS(1436), + [anon_sym_u_SQUOTE] = ACTIONS(1436), + [anon_sym_U_SQUOTE] = ACTIONS(1436), + [anon_sym_u8_SQUOTE] = ACTIONS(1436), + [anon_sym_SQUOTE] = ACTIONS(1436), + [anon_sym_L_DQUOTE] = ACTIONS(1436), + [anon_sym_u_DQUOTE] = ACTIONS(1436), + [anon_sym_U_DQUOTE] = ACTIONS(1436), + [anon_sym_u8_DQUOTE] = ACTIONS(1436), + [anon_sym_DQUOTE] = ACTIONS(1436), + [sym_true] = ACTIONS(1434), + [sym_false] = ACTIONS(1434), + [anon_sym_NULL] = ACTIONS(1434), + [anon_sym_nullptr] = ACTIONS(1434), [sym_comment] = ACTIONS(3), }, [404] = { - [sym_identifier] = ACTIONS(1440), - [aux_sym_preproc_include_token1] = ACTIONS(1440), - [aux_sym_preproc_def_token1] = ACTIONS(1440), - [aux_sym_preproc_if_token1] = ACTIONS(1440), - [aux_sym_preproc_if_token2] = ACTIONS(1440), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), - [sym_preproc_directive] = ACTIONS(1440), - [anon_sym_LPAREN2] = ACTIONS(1442), - [anon_sym_BANG] = ACTIONS(1442), - [anon_sym_TILDE] = ACTIONS(1442), - [anon_sym_DASH] = ACTIONS(1440), - [anon_sym_PLUS] = ACTIONS(1440), - [anon_sym_STAR] = ACTIONS(1442), - [anon_sym_AMP] = ACTIONS(1442), - [anon_sym_SEMI] = ACTIONS(1442), - [anon_sym___extension__] = ACTIONS(1440), - [anon_sym_typedef] = ACTIONS(1440), - [anon_sym_extern] = ACTIONS(1440), - [anon_sym___attribute__] = ACTIONS(1440), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), - [anon_sym___declspec] = ACTIONS(1440), - [anon_sym___cdecl] = ACTIONS(1440), - [anon_sym___clrcall] = ACTIONS(1440), - [anon_sym___stdcall] = ACTIONS(1440), - [anon_sym___fastcall] = ACTIONS(1440), - [anon_sym___thiscall] = ACTIONS(1440), - [anon_sym___vectorcall] = ACTIONS(1440), - [anon_sym_LBRACE] = ACTIONS(1442), - [anon_sym_signed] = ACTIONS(1440), - [anon_sym_unsigned] = ACTIONS(1440), - [anon_sym_long] = ACTIONS(1440), - [anon_sym_short] = ACTIONS(1440), - [anon_sym_static] = ACTIONS(1440), - [anon_sym_auto] = ACTIONS(1440), - [anon_sym_register] = ACTIONS(1440), - [anon_sym_inline] = ACTIONS(1440), - [anon_sym___inline] = ACTIONS(1440), - [anon_sym___inline__] = ACTIONS(1440), - [anon_sym___forceinline] = ACTIONS(1440), - [anon_sym_thread_local] = ACTIONS(1440), - [anon_sym___thread] = ACTIONS(1440), - [anon_sym_const] = ACTIONS(1440), - [anon_sym_constexpr] = ACTIONS(1440), - [anon_sym_volatile] = ACTIONS(1440), - [anon_sym_restrict] = ACTIONS(1440), - [anon_sym___restrict__] = ACTIONS(1440), - [anon_sym__Atomic] = ACTIONS(1440), - [anon_sym__Noreturn] = ACTIONS(1440), - [anon_sym_noreturn] = ACTIONS(1440), - [sym_primitive_type] = ACTIONS(1440), - [anon_sym_enum] = ACTIONS(1440), - [anon_sym_struct] = ACTIONS(1440), - [anon_sym_union] = ACTIONS(1440), - [anon_sym_if] = ACTIONS(1440), - [anon_sym_switch] = ACTIONS(1440), - [anon_sym_case] = ACTIONS(1440), - [anon_sym_default] = ACTIONS(1440), - [anon_sym_while] = ACTIONS(1440), - [anon_sym_do] = ACTIONS(1440), - [anon_sym_for] = ACTIONS(1440), - [anon_sym_return] = ACTIONS(1440), - [anon_sym_break] = ACTIONS(1440), - [anon_sym_continue] = ACTIONS(1440), - [anon_sym_goto] = ACTIONS(1440), - [anon_sym___try] = ACTIONS(1440), - [anon_sym___leave] = ACTIONS(1440), - [anon_sym_DASH_DASH] = ACTIONS(1442), - [anon_sym_PLUS_PLUS] = ACTIONS(1442), - [anon_sym_sizeof] = ACTIONS(1440), - [anon_sym___alignof__] = ACTIONS(1440), - [anon_sym___alignof] = ACTIONS(1440), - [anon_sym__alignof] = ACTIONS(1440), - [anon_sym_alignof] = ACTIONS(1440), - [anon_sym__Alignof] = ACTIONS(1440), - [anon_sym_offsetof] = ACTIONS(1440), - [anon_sym__Generic] = ACTIONS(1440), - [anon_sym_asm] = ACTIONS(1440), - [anon_sym___asm__] = ACTIONS(1440), - [sym_number_literal] = ACTIONS(1442), - [anon_sym_L_SQUOTE] = ACTIONS(1442), - [anon_sym_u_SQUOTE] = ACTIONS(1442), - [anon_sym_U_SQUOTE] = ACTIONS(1442), - [anon_sym_u8_SQUOTE] = ACTIONS(1442), - [anon_sym_SQUOTE] = ACTIONS(1442), - [anon_sym_L_DQUOTE] = ACTIONS(1442), - [anon_sym_u_DQUOTE] = ACTIONS(1442), - [anon_sym_U_DQUOTE] = ACTIONS(1442), - [anon_sym_u8_DQUOTE] = ACTIONS(1442), - [anon_sym_DQUOTE] = ACTIONS(1442), - [sym_true] = ACTIONS(1440), - [sym_false] = ACTIONS(1440), - [anon_sym_NULL] = ACTIONS(1440), - [anon_sym_nullptr] = ACTIONS(1440), + [sym_identifier] = ACTIONS(1438), + [aux_sym_preproc_include_token1] = ACTIONS(1438), + [aux_sym_preproc_def_token1] = ACTIONS(1438), + [aux_sym_preproc_if_token1] = ACTIONS(1438), + [aux_sym_preproc_if_token2] = ACTIONS(1438), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1438), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1438), + [sym_preproc_directive] = ACTIONS(1438), + [anon_sym_LPAREN2] = ACTIONS(1440), + [anon_sym_BANG] = ACTIONS(1440), + [anon_sym_TILDE] = ACTIONS(1440), + [anon_sym_DASH] = ACTIONS(1438), + [anon_sym_PLUS] = ACTIONS(1438), + [anon_sym_STAR] = ACTIONS(1440), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1440), + [anon_sym___extension__] = ACTIONS(1438), + [anon_sym_typedef] = ACTIONS(1438), + [anon_sym_extern] = ACTIONS(1438), + [anon_sym___attribute__] = ACTIONS(1438), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1438), + [anon_sym___cdecl] = ACTIONS(1438), + [anon_sym___clrcall] = ACTIONS(1438), + [anon_sym___stdcall] = ACTIONS(1438), + [anon_sym___fastcall] = ACTIONS(1438), + [anon_sym___thiscall] = ACTIONS(1438), + [anon_sym___vectorcall] = ACTIONS(1438), + [anon_sym_LBRACE] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1438), + [anon_sym_unsigned] = ACTIONS(1438), + [anon_sym_long] = ACTIONS(1438), + [anon_sym_short] = ACTIONS(1438), + [anon_sym_static] = ACTIONS(1438), + [anon_sym_auto] = ACTIONS(1438), + [anon_sym_register] = ACTIONS(1438), + [anon_sym_inline] = ACTIONS(1438), + [anon_sym___inline] = ACTIONS(1438), + [anon_sym___inline__] = ACTIONS(1438), + [anon_sym___forceinline] = ACTIONS(1438), + [anon_sym_thread_local] = ACTIONS(1438), + [anon_sym___thread] = ACTIONS(1438), + [anon_sym_const] = ACTIONS(1438), + [anon_sym_constexpr] = ACTIONS(1438), + [anon_sym_volatile] = ACTIONS(1438), + [anon_sym_restrict] = ACTIONS(1438), + [anon_sym___restrict__] = ACTIONS(1438), + [anon_sym__Atomic] = ACTIONS(1438), + [anon_sym__Noreturn] = ACTIONS(1438), + [anon_sym_noreturn] = ACTIONS(1438), + [sym_primitive_type] = ACTIONS(1438), + [anon_sym_enum] = ACTIONS(1438), + [anon_sym_struct] = ACTIONS(1438), + [anon_sym_union] = ACTIONS(1438), + [anon_sym_if] = ACTIONS(1438), + [anon_sym_switch] = ACTIONS(1438), + [anon_sym_case] = ACTIONS(1438), + [anon_sym_default] = ACTIONS(1438), + [anon_sym_while] = ACTIONS(1438), + [anon_sym_do] = ACTIONS(1438), + [anon_sym_for] = ACTIONS(1438), + [anon_sym_return] = ACTIONS(1438), + [anon_sym_break] = ACTIONS(1438), + [anon_sym_continue] = ACTIONS(1438), + [anon_sym_goto] = ACTIONS(1438), + [anon_sym___try] = ACTIONS(1438), + [anon_sym___leave] = ACTIONS(1438), + [anon_sym_DASH_DASH] = ACTIONS(1440), + [anon_sym_PLUS_PLUS] = ACTIONS(1440), + [anon_sym_sizeof] = ACTIONS(1438), + [anon_sym___alignof__] = ACTIONS(1438), + [anon_sym___alignof] = ACTIONS(1438), + [anon_sym__alignof] = ACTIONS(1438), + [anon_sym_alignof] = ACTIONS(1438), + [anon_sym__Alignof] = ACTIONS(1438), + [anon_sym_offsetof] = ACTIONS(1438), + [anon_sym__Generic] = ACTIONS(1438), + [anon_sym_asm] = ACTIONS(1438), + [anon_sym___asm__] = ACTIONS(1438), + [sym_number_literal] = ACTIONS(1440), + [anon_sym_L_SQUOTE] = ACTIONS(1440), + [anon_sym_u_SQUOTE] = ACTIONS(1440), + [anon_sym_U_SQUOTE] = ACTIONS(1440), + [anon_sym_u8_SQUOTE] = ACTIONS(1440), + [anon_sym_SQUOTE] = ACTIONS(1440), + [anon_sym_L_DQUOTE] = ACTIONS(1440), + [anon_sym_u_DQUOTE] = ACTIONS(1440), + [anon_sym_U_DQUOTE] = ACTIONS(1440), + [anon_sym_u8_DQUOTE] = ACTIONS(1440), + [anon_sym_DQUOTE] = ACTIONS(1440), + [sym_true] = ACTIONS(1438), + [sym_false] = ACTIONS(1438), + [anon_sym_NULL] = ACTIONS(1438), + [anon_sym_nullptr] = ACTIONS(1438), [sym_comment] = ACTIONS(3), }, [405] = { - [sym_identifier] = ACTIONS(1468), - [aux_sym_preproc_include_token1] = ACTIONS(1468), - [aux_sym_preproc_def_token1] = ACTIONS(1468), - [aux_sym_preproc_if_token1] = ACTIONS(1468), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1468), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1468), - [sym_preproc_directive] = ACTIONS(1468), - [anon_sym_LPAREN2] = ACTIONS(1470), - [anon_sym_BANG] = ACTIONS(1470), - [anon_sym_TILDE] = ACTIONS(1470), - [anon_sym_DASH] = ACTIONS(1468), - [anon_sym_PLUS] = ACTIONS(1468), - [anon_sym_STAR] = ACTIONS(1470), - [anon_sym_AMP] = ACTIONS(1470), - [anon_sym_SEMI] = ACTIONS(1470), - [anon_sym___extension__] = ACTIONS(1468), - [anon_sym_typedef] = ACTIONS(1468), - [anon_sym_extern] = ACTIONS(1468), - [anon_sym___attribute__] = ACTIONS(1468), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1470), - [anon_sym___declspec] = ACTIONS(1468), - [anon_sym___cdecl] = ACTIONS(1468), - [anon_sym___clrcall] = ACTIONS(1468), - [anon_sym___stdcall] = ACTIONS(1468), - [anon_sym___fastcall] = ACTIONS(1468), - [anon_sym___thiscall] = ACTIONS(1468), - [anon_sym___vectorcall] = ACTIONS(1468), - [anon_sym_LBRACE] = ACTIONS(1470), - [anon_sym_RBRACE] = ACTIONS(1470), - [anon_sym_signed] = ACTIONS(1468), - [anon_sym_unsigned] = ACTIONS(1468), - [anon_sym_long] = ACTIONS(1468), - [anon_sym_short] = ACTIONS(1468), - [anon_sym_static] = ACTIONS(1468), - [anon_sym_auto] = ACTIONS(1468), - [anon_sym_register] = ACTIONS(1468), - [anon_sym_inline] = ACTIONS(1468), - [anon_sym___inline] = ACTIONS(1468), - [anon_sym___inline__] = ACTIONS(1468), - [anon_sym___forceinline] = ACTIONS(1468), - [anon_sym_thread_local] = ACTIONS(1468), - [anon_sym___thread] = ACTIONS(1468), - [anon_sym_const] = ACTIONS(1468), - [anon_sym_constexpr] = ACTIONS(1468), - [anon_sym_volatile] = ACTIONS(1468), - [anon_sym_restrict] = ACTIONS(1468), - [anon_sym___restrict__] = ACTIONS(1468), - [anon_sym__Atomic] = ACTIONS(1468), - [anon_sym__Noreturn] = ACTIONS(1468), - [anon_sym_noreturn] = ACTIONS(1468), - [sym_primitive_type] = ACTIONS(1468), - [anon_sym_enum] = ACTIONS(1468), - [anon_sym_struct] = ACTIONS(1468), - [anon_sym_union] = ACTIONS(1468), - [anon_sym_if] = ACTIONS(1468), - [anon_sym_switch] = ACTIONS(1468), - [anon_sym_case] = ACTIONS(1468), - [anon_sym_default] = ACTIONS(1468), - [anon_sym_while] = ACTIONS(1468), - [anon_sym_do] = ACTIONS(1468), - [anon_sym_for] = ACTIONS(1468), - [anon_sym_return] = ACTIONS(1468), - [anon_sym_break] = ACTIONS(1468), - [anon_sym_continue] = ACTIONS(1468), - [anon_sym_goto] = ACTIONS(1468), - [anon_sym___try] = ACTIONS(1468), - [anon_sym___leave] = ACTIONS(1468), - [anon_sym_DASH_DASH] = ACTIONS(1470), - [anon_sym_PLUS_PLUS] = ACTIONS(1470), - [anon_sym_sizeof] = ACTIONS(1468), - [anon_sym___alignof__] = ACTIONS(1468), - [anon_sym___alignof] = ACTIONS(1468), - [anon_sym__alignof] = ACTIONS(1468), - [anon_sym_alignof] = ACTIONS(1468), - [anon_sym__Alignof] = ACTIONS(1468), - [anon_sym_offsetof] = ACTIONS(1468), - [anon_sym__Generic] = ACTIONS(1468), - [anon_sym_asm] = ACTIONS(1468), - [anon_sym___asm__] = ACTIONS(1468), - [sym_number_literal] = ACTIONS(1470), - [anon_sym_L_SQUOTE] = ACTIONS(1470), - [anon_sym_u_SQUOTE] = ACTIONS(1470), - [anon_sym_U_SQUOTE] = ACTIONS(1470), - [anon_sym_u8_SQUOTE] = ACTIONS(1470), - [anon_sym_SQUOTE] = ACTIONS(1470), - [anon_sym_L_DQUOTE] = ACTIONS(1470), - [anon_sym_u_DQUOTE] = ACTIONS(1470), - [anon_sym_U_DQUOTE] = ACTIONS(1470), - [anon_sym_u8_DQUOTE] = ACTIONS(1470), - [anon_sym_DQUOTE] = ACTIONS(1470), - [sym_true] = ACTIONS(1468), - [sym_false] = ACTIONS(1468), - [anon_sym_NULL] = ACTIONS(1468), - [anon_sym_nullptr] = ACTIONS(1468), - [sym_comment] = ACTIONS(3), - }, - [406] = { - [sym_attribute_declaration] = STATE(423), - [sym_compound_statement] = STATE(282), - [sym_attributed_statement] = STATE(282), - [sym_labeled_statement] = STATE(282), - [sym_expression_statement] = STATE(282), - [sym_if_statement] = STATE(282), - [sym_switch_statement] = STATE(282), - [sym_case_statement] = STATE(282), - [sym_while_statement] = STATE(282), - [sym_do_statement] = STATE(282), - [sym_for_statement] = STATE(282), - [sym_return_statement] = STATE(282), - [sym_break_statement] = STATE(282), - [sym_continue_statement] = STATE(282), - [sym_goto_statement] = STATE(282), - [sym_seh_try_statement] = STATE(282), - [sym_seh_leave_statement] = STATE(282), + [sym_identifier] = ACTIONS(1472), + [aux_sym_preproc_include_token1] = ACTIONS(1472), + [aux_sym_preproc_def_token1] = ACTIONS(1472), + [aux_sym_preproc_if_token1] = ACTIONS(1472), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1472), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1472), + [sym_preproc_directive] = ACTIONS(1472), + [anon_sym_LPAREN2] = ACTIONS(1474), + [anon_sym_BANG] = ACTIONS(1474), + [anon_sym_TILDE] = ACTIONS(1474), + [anon_sym_DASH] = ACTIONS(1472), + [anon_sym_PLUS] = ACTIONS(1472), + [anon_sym_STAR] = ACTIONS(1474), + [anon_sym_AMP] = ACTIONS(1474), + [anon_sym_SEMI] = ACTIONS(1474), + [anon_sym___extension__] = ACTIONS(1472), + [anon_sym_typedef] = ACTIONS(1472), + [anon_sym_extern] = ACTIONS(1472), + [anon_sym___attribute__] = ACTIONS(1472), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1474), + [anon_sym___declspec] = ACTIONS(1472), + [anon_sym___cdecl] = ACTIONS(1472), + [anon_sym___clrcall] = ACTIONS(1472), + [anon_sym___stdcall] = ACTIONS(1472), + [anon_sym___fastcall] = ACTIONS(1472), + [anon_sym___thiscall] = ACTIONS(1472), + [anon_sym___vectorcall] = ACTIONS(1472), + [anon_sym_LBRACE] = ACTIONS(1474), + [anon_sym_RBRACE] = ACTIONS(1474), + [anon_sym_signed] = ACTIONS(1472), + [anon_sym_unsigned] = ACTIONS(1472), + [anon_sym_long] = ACTIONS(1472), + [anon_sym_short] = ACTIONS(1472), + [anon_sym_static] = ACTIONS(1472), + [anon_sym_auto] = ACTIONS(1472), + [anon_sym_register] = ACTIONS(1472), + [anon_sym_inline] = ACTIONS(1472), + [anon_sym___inline] = ACTIONS(1472), + [anon_sym___inline__] = ACTIONS(1472), + [anon_sym___forceinline] = ACTIONS(1472), + [anon_sym_thread_local] = ACTIONS(1472), + [anon_sym___thread] = ACTIONS(1472), + [anon_sym_const] = ACTIONS(1472), + [anon_sym_constexpr] = ACTIONS(1472), + [anon_sym_volatile] = ACTIONS(1472), + [anon_sym_restrict] = ACTIONS(1472), + [anon_sym___restrict__] = ACTIONS(1472), + [anon_sym__Atomic] = ACTIONS(1472), + [anon_sym__Noreturn] = ACTIONS(1472), + [anon_sym_noreturn] = ACTIONS(1472), + [sym_primitive_type] = ACTIONS(1472), + [anon_sym_enum] = ACTIONS(1472), + [anon_sym_struct] = ACTIONS(1472), + [anon_sym_union] = ACTIONS(1472), + [anon_sym_if] = ACTIONS(1472), + [anon_sym_switch] = ACTIONS(1472), + [anon_sym_case] = ACTIONS(1472), + [anon_sym_default] = ACTIONS(1472), + [anon_sym_while] = ACTIONS(1472), + [anon_sym_do] = ACTIONS(1472), + [anon_sym_for] = ACTIONS(1472), + [anon_sym_return] = ACTIONS(1472), + [anon_sym_break] = ACTIONS(1472), + [anon_sym_continue] = ACTIONS(1472), + [anon_sym_goto] = ACTIONS(1472), + [anon_sym___try] = ACTIONS(1472), + [anon_sym___leave] = ACTIONS(1472), + [anon_sym_DASH_DASH] = ACTIONS(1474), + [anon_sym_PLUS_PLUS] = ACTIONS(1474), + [anon_sym_sizeof] = ACTIONS(1472), + [anon_sym___alignof__] = ACTIONS(1472), + [anon_sym___alignof] = ACTIONS(1472), + [anon_sym__alignof] = ACTIONS(1472), + [anon_sym_alignof] = ACTIONS(1472), + [anon_sym__Alignof] = ACTIONS(1472), + [anon_sym_offsetof] = ACTIONS(1472), + [anon_sym__Generic] = ACTIONS(1472), + [anon_sym_asm] = ACTIONS(1472), + [anon_sym___asm__] = ACTIONS(1472), + [sym_number_literal] = ACTIONS(1474), + [anon_sym_L_SQUOTE] = ACTIONS(1474), + [anon_sym_u_SQUOTE] = ACTIONS(1474), + [anon_sym_U_SQUOTE] = ACTIONS(1474), + [anon_sym_u8_SQUOTE] = ACTIONS(1474), + [anon_sym_SQUOTE] = ACTIONS(1474), + [anon_sym_L_DQUOTE] = ACTIONS(1474), + [anon_sym_u_DQUOTE] = ACTIONS(1474), + [anon_sym_U_DQUOTE] = ACTIONS(1474), + [anon_sym_u8_DQUOTE] = ACTIONS(1474), + [anon_sym_DQUOTE] = ACTIONS(1474), + [sym_true] = ACTIONS(1472), + [sym_false] = ACTIONS(1472), + [anon_sym_NULL] = ACTIONS(1472), + [anon_sym_nullptr] = ACTIONS(1472), + [sym_comment] = ACTIONS(3), + }, + [406] = { + [sym_attribute_declaration] = STATE(420), + [sym_compound_statement] = STATE(203), + [sym_attributed_statement] = STATE(203), + [sym_labeled_statement] = STATE(203), + [sym_expression_statement] = STATE(203), + [sym_if_statement] = STATE(203), + [sym_switch_statement] = STATE(203), + [sym_case_statement] = STATE(203), + [sym_while_statement] = STATE(203), + [sym_do_statement] = STATE(203), + [sym_for_statement] = STATE(203), + [sym_return_statement] = STATE(203), + [sym_break_statement] = STATE(203), + [sym_continue_statement] = STATE(203), + [sym_goto_statement] = STATE(203), + [sym_seh_try_statement] = STATE(203), + [sym_seh_leave_statement] = STATE(203), [sym__expression] = STATE(1237), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2079), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_attributed_declarator_repeat1] = STATE(423), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_attributed_declarator_repeat1] = STATE(420), [sym_identifier] = ACTIONS(1534), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -61172,48 +61163,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [407] = { - [sym_attribute_declaration] = STATE(429), - [sym_compound_statement] = STATE(239), - [sym_attributed_statement] = STATE(239), - [sym_labeled_statement] = STATE(239), - [sym_expression_statement] = STATE(239), - [sym_if_statement] = STATE(239), - [sym_switch_statement] = STATE(239), - [sym_case_statement] = STATE(239), - [sym_while_statement] = STATE(239), - [sym_do_statement] = STATE(239), - [sym_for_statement] = STATE(239), - [sym_return_statement] = STATE(239), - [sym_break_statement] = STATE(239), - [sym_continue_statement] = STATE(239), - [sym_goto_statement] = STATE(239), - [sym_seh_try_statement] = STATE(239), - [sym_seh_leave_statement] = STATE(239), - [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), - [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_attributed_declarator_repeat1] = STATE(429), + [sym_attribute_declaration] = STATE(436), + [sym_compound_statement] = STATE(299), + [sym_attributed_statement] = STATE(299), + [sym_labeled_statement] = STATE(299), + [sym_expression_statement] = STATE(299), + [sym_if_statement] = STATE(299), + [sym_switch_statement] = STATE(299), + [sym_case_statement] = STATE(299), + [sym_while_statement] = STATE(299), + [sym_do_statement] = STATE(299), + [sym_for_statement] = STATE(299), + [sym_return_statement] = STATE(299), + [sym_break_statement] = STATE(299), + [sym_continue_statement] = STATE(299), + [sym_goto_statement] = STATE(299), + [sym_seh_try_statement] = STATE(299), + [sym_seh_leave_statement] = STATE(299), + [sym__expression] = STATE(1203), + [sym__expression_not_binary] = STATE(807), + [sym_comma_expression] = STATE(2003), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_attributed_declarator_repeat1] = STATE(436), [sym_identifier] = ACTIONS(1538), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -61222,22 +61213,22 @@ 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(491), + [anon_sym_SEMI] = ACTIONS(545), [anon_sym_LBRACK_LBRACK] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(499), - [anon_sym_if] = ACTIONS(503), - [anon_sym_switch] = ACTIONS(505), - [anon_sym_case] = ACTIONS(507), - [anon_sym_default] = ACTIONS(509), - [anon_sym_while] = ACTIONS(511), - [anon_sym_do] = ACTIONS(513), - [anon_sym_for] = ACTIONS(515), - [anon_sym_return] = ACTIONS(517), - [anon_sym_break] = ACTIONS(519), - [anon_sym_continue] = ACTIONS(521), - [anon_sym_goto] = ACTIONS(523), - [anon_sym___try] = ACTIONS(525), - [anon_sym___leave] = ACTIONS(527), + [anon_sym_LBRACE] = ACTIONS(553), + [anon_sym_if] = ACTIONS(555), + [anon_sym_switch] = ACTIONS(557), + [anon_sym_case] = ACTIONS(559), + [anon_sym_default] = ACTIONS(561), + [anon_sym_while] = ACTIONS(563), + [anon_sym_do] = ACTIONS(565), + [anon_sym_for] = ACTIONS(567), + [anon_sym_return] = ACTIONS(569), + [anon_sym_break] = ACTIONS(571), + [anon_sym_continue] = ACTIONS(573), + [anon_sym_goto] = ACTIONS(575), + [anon_sym___try] = ACTIONS(577), + [anon_sym___leave] = ACTIONS(579), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -61268,48 +61259,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [408] = { - [sym_attribute_declaration] = STATE(437), - [sym_compound_statement] = STATE(294), - [sym_attributed_statement] = STATE(294), - [sym_labeled_statement] = STATE(294), - [sym_expression_statement] = STATE(294), - [sym_if_statement] = STATE(294), - [sym_switch_statement] = STATE(294), - [sym_case_statement] = STATE(294), - [sym_while_statement] = STATE(294), - [sym_do_statement] = STATE(294), - [sym_for_statement] = STATE(294), - [sym_return_statement] = STATE(294), - [sym_break_statement] = STATE(294), - [sym_continue_statement] = STATE(294), - [sym_goto_statement] = STATE(294), - [sym_seh_try_statement] = STATE(294), - [sym_seh_leave_statement] = STATE(294), - [sym__expression] = STATE(1203), - [sym__expression_not_binary] = STATE(824), - [sym_comma_expression] = STATE(2003), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_attributed_declarator_repeat1] = STATE(437), + [sym_attribute_declaration] = STATE(417), + [sym_compound_statement] = STATE(179), + [sym_attributed_statement] = STATE(179), + [sym_labeled_statement] = STATE(179), + [sym_expression_statement] = STATE(179), + [sym_if_statement] = STATE(179), + [sym_switch_statement] = STATE(179), + [sym_case_statement] = STATE(179), + [sym_while_statement] = STATE(179), + [sym_do_statement] = STATE(179), + [sym_for_statement] = STATE(179), + [sym_return_statement] = STATE(179), + [sym_break_statement] = STATE(179), + [sym_continue_statement] = STATE(179), + [sym_goto_statement] = STATE(179), + [sym_seh_try_statement] = STATE(179), + [sym_seh_leave_statement] = STATE(179), + [sym__expression] = STATE(1199), + [sym__expression_not_binary] = STATE(807), + [sym_comma_expression] = STATE(2083), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_attributed_declarator_repeat1] = STATE(417), [sym_identifier] = ACTIONS(1540), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -61318,22 +61309,22 @@ 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(721), + [anon_sym_SEMI] = ACTIONS(345), [anon_sym_LBRACK_LBRACK] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(729), - [anon_sym_if] = ACTIONS(731), - [anon_sym_switch] = ACTIONS(733), - [anon_sym_case] = ACTIONS(735), - [anon_sym_default] = ACTIONS(737), - [anon_sym_while] = ACTIONS(739), - [anon_sym_do] = ACTIONS(741), - [anon_sym_for] = ACTIONS(743), - [anon_sym_return] = ACTIONS(745), - [anon_sym_break] = ACTIONS(747), - [anon_sym_continue] = ACTIONS(749), - [anon_sym_goto] = ACTIONS(751), - [anon_sym___try] = ACTIONS(753), - [anon_sym___leave] = ACTIONS(755), + [anon_sym_LBRACE] = ACTIONS(353), + [anon_sym_if] = ACTIONS(355), + [anon_sym_switch] = ACTIONS(357), + [anon_sym_case] = ACTIONS(359), + [anon_sym_default] = ACTIONS(361), + [anon_sym_while] = ACTIONS(363), + [anon_sym_do] = ACTIONS(365), + [anon_sym_for] = ACTIONS(367), + [anon_sym_return] = ACTIONS(369), + [anon_sym_break] = ACTIONS(371), + [anon_sym_continue] = ACTIONS(373), + [anon_sym_goto] = ACTIONS(375), + [anon_sym___try] = ACTIONS(377), + [anon_sym___leave] = ACTIONS(379), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -61365,46 +61356,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [409] = { [sym_attribute_declaration] = STATE(409), - [sym_compound_statement] = STATE(161), - [sym_attributed_statement] = STATE(161), - [sym_labeled_statement] = STATE(161), - [sym_expression_statement] = STATE(161), - [sym_if_statement] = STATE(161), - [sym_switch_statement] = STATE(161), - [sym_case_statement] = STATE(161), - [sym_while_statement] = STATE(161), - [sym_do_statement] = STATE(161), - [sym_for_statement] = STATE(161), - [sym_return_statement] = STATE(161), - [sym_break_statement] = STATE(161), - [sym_continue_statement] = STATE(161), - [sym_goto_statement] = STATE(161), - [sym_seh_try_statement] = STATE(161), - [sym_seh_leave_statement] = STATE(161), + [sym_compound_statement] = STATE(172), + [sym_attributed_statement] = STATE(172), + [sym_labeled_statement] = STATE(172), + [sym_expression_statement] = STATE(172), + [sym_if_statement] = STATE(172), + [sym_switch_statement] = STATE(172), + [sym_case_statement] = STATE(172), + [sym_while_statement] = STATE(172), + [sym_do_statement] = STATE(172), + [sym_for_statement] = STATE(172), + [sym_return_statement] = STATE(172), + [sym_break_statement] = STATE(172), + [sym_continue_statement] = STATE(172), + [sym_goto_statement] = STATE(172), + [sym_seh_try_statement] = STATE(172), + [sym_seh_leave_statement] = STATE(172), [sym__expression] = STATE(1199), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2083), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [aux_sym_attributed_declarator_repeat1] = STATE(409), [sym_identifier] = ACTIONS(1542), [anon_sym_LPAREN2] = ACTIONS(1545), @@ -61460,7 +61451,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [410] = { - [sym_attribute_declaration] = STATE(423), + [sym_attribute_declaration] = STATE(420), [sym_compound_statement] = STATE(306), [sym_attributed_statement] = STATE(306), [sym_labeled_statement] = STATE(306), @@ -61478,30 +61469,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_seh_try_statement] = STATE(306), [sym_seh_leave_statement] = STATE(306), [sym__expression] = STATE(1237), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2079), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_attributed_declarator_repeat1] = STATE(423), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_attributed_declarator_repeat1] = STATE(420), [sym_identifier] = ACTIONS(1534), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -61556,49 +61547,241 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [411] = { - [sym_attribute_declaration] = STATE(425), - [sym_compound_statement] = STATE(282), - [sym_attributed_statement] = STATE(282), - [sym_labeled_statement] = STATE(282), - [sym_expression_statement] = STATE(282), - [sym_if_statement] = STATE(282), - [sym_switch_statement] = STATE(282), - [sym_case_statement] = STATE(282), - [sym_while_statement] = STATE(282), - [sym_do_statement] = STATE(282), - [sym_for_statement] = STATE(282), - [sym_return_statement] = STATE(282), - [sym_break_statement] = STATE(282), - [sym_continue_statement] = STATE(282), - [sym_goto_statement] = STATE(282), - [sym_seh_try_statement] = STATE(282), - [sym_seh_leave_statement] = STATE(282), + [sym_attribute_declaration] = STATE(441), + [sym_compound_statement] = STATE(95), + [sym_attributed_statement] = STATE(94), + [sym_labeled_statement] = STATE(105), + [sym_expression_statement] = STATE(106), + [sym_if_statement] = STATE(107), + [sym_switch_statement] = STATE(108), + [sym_case_statement] = STATE(111), + [sym_while_statement] = STATE(122), + [sym_do_statement] = STATE(129), + [sym_for_statement] = STATE(133), + [sym_return_statement] = STATE(132), + [sym_break_statement] = STATE(131), + [sym_continue_statement] = STATE(130), + [sym_goto_statement] = STATE(127), + [sym_seh_try_statement] = STATE(125), + [sym_seh_leave_statement] = STATE(124), + [sym__expression] = STATE(1239), + [sym__expression_not_binary] = STATE(807), + [sym_comma_expression] = STATE(2185), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_attributed_declarator_repeat1] = STATE(441), + [sym_identifier] = ACTIONS(1638), + [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(1536), + [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___try] = ACTIONS(153), + [anon_sym___leave] = ACTIONS(155), + [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(157), + [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(159), + [sym_false] = ACTIONS(159), + [anon_sym_NULL] = ACTIONS(99), + [anon_sym_nullptr] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + }, + [412] = { + [sym_attribute_declaration] = STATE(430), + [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_seh_try_statement] = STATE(237), + [sym_seh_leave_statement] = STATE(237), [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_attributed_declarator_repeat1] = STATE(425), - [sym_identifier] = ACTIONS(1638), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_attributed_declarator_repeat1] = STATE(430), + [sym_identifier] = ACTIONS(1640), + [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(491), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1536), + [anon_sym_LBRACE] = ACTIONS(499), + [anon_sym_if] = ACTIONS(503), + [anon_sym_switch] = ACTIONS(505), + [anon_sym_case] = ACTIONS(507), + [anon_sym_default] = ACTIONS(509), + [anon_sym_while] = ACTIONS(511), + [anon_sym_do] = ACTIONS(513), + [anon_sym_for] = ACTIONS(515), + [anon_sym_return] = ACTIONS(517), + [anon_sym_break] = ACTIONS(519), + [anon_sym_continue] = ACTIONS(521), + [anon_sym_goto] = ACTIONS(523), + [anon_sym___try] = ACTIONS(525), + [anon_sym___leave] = ACTIONS(527), + [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(157), + [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(159), + [sym_false] = ACTIONS(159), + [anon_sym_NULL] = ACTIONS(99), + [anon_sym_nullptr] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + }, + [413] = { + [sym_attribute_declaration] = STATE(427), + [sym_compound_statement] = STATE(503), + [sym_attributed_statement] = STATE(503), + [sym_labeled_statement] = STATE(503), + [sym_expression_statement] = STATE(503), + [sym_if_statement] = STATE(503), + [sym_switch_statement] = STATE(503), + [sym_case_statement] = STATE(503), + [sym_while_statement] = STATE(503), + [sym_do_statement] = STATE(503), + [sym_for_statement] = STATE(503), + [sym_return_statement] = STATE(503), + [sym_break_statement] = STATE(503), + [sym_continue_statement] = STATE(503), + [sym_goto_statement] = STATE(503), + [sym_seh_try_statement] = STATE(503), + [sym_seh_leave_statement] = STATE(503), + [sym__expression] = STATE(1235), + [sym__expression_not_binary] = STATE(807), + [sym_comma_expression] = STATE(2176), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_attributed_declarator_repeat1] = STATE(427), + [sym_identifier] = ACTIONS(1642), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -61611,8 +61794,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_if] = ACTIONS(1263), [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(1640), - [anon_sym_default] = ACTIONS(1642), + [anon_sym_case] = ACTIONS(1644), + [anon_sym_default] = ACTIONS(1646), [anon_sym_while] = ACTIONS(1265), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(1267), @@ -61651,50 +61834,50 @@ 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(448), - [sym_compound_statement] = STATE(95), - [sym_attributed_statement] = STATE(94), - [sym_labeled_statement] = STATE(122), - [sym_expression_statement] = STATE(103), - [sym_if_statement] = STATE(104), - [sym_switch_statement] = STATE(105), - [sym_case_statement] = STATE(106), - [sym_while_statement] = STATE(110), - [sym_do_statement] = STATE(119), - [sym_for_statement] = STATE(123), - [sym_return_statement] = STATE(128), - [sym_break_statement] = STATE(129), - [sym_continue_statement] = STATE(131), - [sym_goto_statement] = STATE(133), - [sym_seh_try_statement] = STATE(132), - [sym_seh_leave_statement] = STATE(130), + [414] = { + [sym_attribute_declaration] = STATE(441), + [sym_compound_statement] = STATE(97), + [sym_attributed_statement] = STATE(97), + [sym_labeled_statement] = STATE(97), + [sym_expression_statement] = STATE(97), + [sym_if_statement] = STATE(97), + [sym_switch_statement] = STATE(97), + [sym_case_statement] = STATE(97), + [sym_while_statement] = STATE(97), + [sym_do_statement] = STATE(97), + [sym_for_statement] = STATE(97), + [sym_return_statement] = STATE(97), + [sym_break_statement] = STATE(97), + [sym_continue_statement] = STATE(97), + [sym_goto_statement] = STATE(97), + [sym_seh_try_statement] = STATE(97), + [sym_seh_leave_statement] = STATE(97), [sym__expression] = STATE(1239), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2185), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_attributed_declarator_repeat1] = STATE(448), - [sym_identifier] = ACTIONS(1644), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_attributed_declarator_repeat1] = STATE(441), + [sym_identifier] = ACTIONS(1638), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -61747,8 +61930,8 @@ 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(413), + [415] = { + [sym_attribute_declaration] = STATE(415), [sym_compound_statement] = STATE(270), [sym_attributed_statement] = STATE(270), [sym_labeled_statement] = STATE(270), @@ -61766,31 +61949,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_seh_try_statement] = STATE(270), [sym_seh_leave_statement] = STATE(270), [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_attributed_declarator_repeat1] = STATE(413), - [sym_identifier] = ACTIONS(1646), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_attributed_declarator_repeat1] = STATE(415), + [sym_identifier] = ACTIONS(1648), [anon_sym_LPAREN2] = ACTIONS(1545), [anon_sym_BANG] = ACTIONS(1548), [anon_sym_TILDE] = ACTIONS(1548), @@ -61798,22 +61981,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1551), [anon_sym_STAR] = ACTIONS(1554), [anon_sym_AMP] = ACTIONS(1554), - [anon_sym_SEMI] = ACTIONS(1649), + [anon_sym_SEMI] = ACTIONS(1651), [anon_sym_LBRACK_LBRACK] = ACTIONS(1560), - [anon_sym_LBRACE] = ACTIONS(1652), - [anon_sym_if] = ACTIONS(1655), - [anon_sym_switch] = ACTIONS(1658), - [anon_sym_case] = ACTIONS(1661), - [anon_sym_default] = ACTIONS(1664), - [anon_sym_while] = ACTIONS(1667), - [anon_sym_do] = ACTIONS(1670), - [anon_sym_for] = ACTIONS(1673), - [anon_sym_return] = ACTIONS(1676), - [anon_sym_break] = ACTIONS(1679), - [anon_sym_continue] = ACTIONS(1682), - [anon_sym_goto] = ACTIONS(1685), - [anon_sym___try] = ACTIONS(1688), - [anon_sym___leave] = ACTIONS(1691), + [anon_sym_LBRACE] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(1657), + [anon_sym_switch] = ACTIONS(1660), + [anon_sym_case] = ACTIONS(1663), + [anon_sym_default] = ACTIONS(1666), + [anon_sym_while] = ACTIONS(1669), + [anon_sym_do] = ACTIONS(1672), + [anon_sym_for] = ACTIONS(1675), + [anon_sym_return] = ACTIONS(1678), + [anon_sym_break] = ACTIONS(1681), + [anon_sym_continue] = ACTIONS(1684), + [anon_sym_goto] = ACTIONS(1687), + [anon_sym___try] = ACTIONS(1690), + [anon_sym___leave] = ACTIONS(1693), [anon_sym_DASH_DASH] = ACTIONS(1605), [anon_sym_PLUS_PLUS] = ACTIONS(1605), [anon_sym_sizeof] = ACTIONS(1608), @@ -61843,145 +62026,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1635), [sym_comment] = ACTIONS(3), }, - [414] = { - [sym_attribute_declaration] = STATE(452), - [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_seh_try_statement] = STATE(195), - [sym_seh_leave_statement] = STATE(195), - [sym__expression] = STATE(1199), - [sym__expression_not_binary] = STATE(824), - [sym_comma_expression] = STATE(2083), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_attributed_declarator_repeat1] = STATE(452), - [sym_identifier] = ACTIONS(1694), - [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(193), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(201), - [anon_sym_if] = ACTIONS(203), - [anon_sym_switch] = ACTIONS(205), - [anon_sym_case] = ACTIONS(207), - [anon_sym_default] = ACTIONS(209), - [anon_sym_while] = ACTIONS(211), - [anon_sym_do] = ACTIONS(213), - [anon_sym_for] = ACTIONS(215), - [anon_sym_return] = ACTIONS(217), - [anon_sym_break] = ACTIONS(219), - [anon_sym_continue] = ACTIONS(221), - [anon_sym_goto] = ACTIONS(223), - [anon_sym___try] = ACTIONS(225), - [anon_sym___leave] = ACTIONS(227), - [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(157), - [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(159), - [sym_false] = ACTIONS(159), - [anon_sym_NULL] = ACTIONS(99), - [anon_sym_nullptr] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - }, - [415] = { - [sym_attribute_declaration] = STATE(423), - [sym_compound_statement] = STATE(215), - [sym_attributed_statement] = STATE(215), - [sym_labeled_statement] = STATE(215), - [sym_expression_statement] = STATE(215), - [sym_if_statement] = STATE(215), - [sym_switch_statement] = STATE(215), - [sym_case_statement] = STATE(215), - [sym_while_statement] = STATE(215), - [sym_do_statement] = STATE(215), - [sym_for_statement] = STATE(215), - [sym_return_statement] = STATE(215), - [sym_break_statement] = STATE(215), - [sym_continue_statement] = STATE(215), - [sym_goto_statement] = STATE(215), - [sym_seh_try_statement] = STATE(215), - [sym_seh_leave_statement] = STATE(215), + [416] = { + [sym_attribute_declaration] = STATE(420), + [sym_compound_statement] = STATE(282), + [sym_attributed_statement] = STATE(282), + [sym_labeled_statement] = STATE(282), + [sym_expression_statement] = STATE(282), + [sym_if_statement] = STATE(282), + [sym_switch_statement] = STATE(282), + [sym_case_statement] = STATE(282), + [sym_while_statement] = STATE(282), + [sym_do_statement] = STATE(282), + [sym_for_statement] = STATE(282), + [sym_return_statement] = STATE(282), + [sym_break_statement] = STATE(282), + [sym_continue_statement] = STATE(282), + [sym_goto_statement] = STATE(282), + [sym_seh_try_statement] = STATE(282), + [sym_seh_leave_statement] = STATE(282), [sym__expression] = STATE(1237), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2079), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_attributed_declarator_repeat1] = STATE(423), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_attributed_declarator_repeat1] = STATE(420), [sym_identifier] = ACTIONS(1534), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -62035,50 +62122,50 @@ 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(452), - [sym_compound_statement] = STATE(176), - [sym_attributed_statement] = STATE(176), - [sym_labeled_statement] = STATE(176), - [sym_expression_statement] = STATE(176), - [sym_if_statement] = STATE(176), - [sym_switch_statement] = STATE(176), - [sym_case_statement] = STATE(176), - [sym_while_statement] = STATE(176), - [sym_do_statement] = STATE(176), - [sym_for_statement] = STATE(176), - [sym_return_statement] = STATE(176), - [sym_break_statement] = STATE(176), - [sym_continue_statement] = STATE(176), - [sym_goto_statement] = STATE(176), - [sym_seh_try_statement] = STATE(176), - [sym_seh_leave_statement] = STATE(176), + [417] = { + [sym_attribute_declaration] = STATE(409), + [sym_compound_statement] = STATE(172), + [sym_attributed_statement] = STATE(172), + [sym_labeled_statement] = STATE(172), + [sym_expression_statement] = STATE(172), + [sym_if_statement] = STATE(172), + [sym_switch_statement] = STATE(172), + [sym_case_statement] = STATE(172), + [sym_while_statement] = STATE(172), + [sym_do_statement] = STATE(172), + [sym_for_statement] = STATE(172), + [sym_return_statement] = STATE(172), + [sym_break_statement] = STATE(172), + [sym_continue_statement] = STATE(172), + [sym_goto_statement] = STATE(172), + [sym_seh_try_statement] = STATE(172), + [sym_seh_leave_statement] = STATE(172), [sym__expression] = STATE(1199), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2083), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_attributed_declarator_repeat1] = STATE(452), - [sym_identifier] = ACTIONS(1694), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_attributed_declarator_repeat1] = STATE(409), + [sym_identifier] = ACTIONS(1540), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -62086,22 +62173,22 @@ 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(193), + [anon_sym_SEMI] = ACTIONS(345), [anon_sym_LBRACK_LBRACK] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(201), - [anon_sym_if] = ACTIONS(203), - [anon_sym_switch] = ACTIONS(205), - [anon_sym_case] = ACTIONS(207), - [anon_sym_default] = ACTIONS(209), - [anon_sym_while] = ACTIONS(211), - [anon_sym_do] = ACTIONS(213), - [anon_sym_for] = ACTIONS(215), - [anon_sym_return] = ACTIONS(217), - [anon_sym_break] = ACTIONS(219), - [anon_sym_continue] = ACTIONS(221), - [anon_sym_goto] = ACTIONS(223), - [anon_sym___try] = ACTIONS(225), - [anon_sym___leave] = ACTIONS(227), + [anon_sym_LBRACE] = ACTIONS(353), + [anon_sym_if] = ACTIONS(355), + [anon_sym_switch] = ACTIONS(357), + [anon_sym_case] = ACTIONS(359), + [anon_sym_default] = ACTIONS(361), + [anon_sym_while] = ACTIONS(363), + [anon_sym_do] = ACTIONS(365), + [anon_sym_for] = ACTIONS(367), + [anon_sym_return] = ACTIONS(369), + [anon_sym_break] = ACTIONS(371), + [anon_sym_continue] = ACTIONS(373), + [anon_sym_goto] = ACTIONS(375), + [anon_sym___try] = ACTIONS(377), + [anon_sym___leave] = ACTIONS(379), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -62131,50 +62218,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [417] = { - [sym_attribute_declaration] = STATE(452), - [sym_compound_statement] = STATE(135), - [sym_attributed_statement] = STATE(135), - [sym_labeled_statement] = STATE(135), - [sym_expression_statement] = STATE(135), - [sym_if_statement] = STATE(135), - [sym_switch_statement] = STATE(135), - [sym_case_statement] = STATE(135), - [sym_while_statement] = STATE(135), - [sym_do_statement] = STATE(135), - [sym_for_statement] = STATE(135), - [sym_return_statement] = STATE(135), - [sym_break_statement] = STATE(135), - [sym_continue_statement] = STATE(135), - [sym_goto_statement] = STATE(135), - [sym_seh_try_statement] = STATE(135), - [sym_seh_leave_statement] = STATE(135), + [418] = { + [sym_attribute_declaration] = STATE(417), + [sym_compound_statement] = STATE(189), + [sym_attributed_statement] = STATE(189), + [sym_labeled_statement] = STATE(189), + [sym_expression_statement] = STATE(189), + [sym_if_statement] = STATE(189), + [sym_switch_statement] = STATE(189), + [sym_case_statement] = STATE(189), + [sym_while_statement] = STATE(189), + [sym_do_statement] = STATE(189), + [sym_for_statement] = STATE(189), + [sym_return_statement] = STATE(189), + [sym_break_statement] = STATE(189), + [sym_continue_statement] = STATE(189), + [sym_goto_statement] = STATE(189), + [sym_seh_try_statement] = STATE(189), + [sym_seh_leave_statement] = STATE(189), [sym__expression] = STATE(1199), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2083), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_attributed_declarator_repeat1] = STATE(452), - [sym_identifier] = ACTIONS(1694), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_attributed_declarator_repeat1] = STATE(417), + [sym_identifier] = ACTIONS(1540), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -62182,22 +62269,22 @@ 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(193), + [anon_sym_SEMI] = ACTIONS(345), [anon_sym_LBRACK_LBRACK] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(201), - [anon_sym_if] = ACTIONS(203), - [anon_sym_switch] = ACTIONS(205), - [anon_sym_case] = ACTIONS(207), - [anon_sym_default] = ACTIONS(209), - [anon_sym_while] = ACTIONS(211), - [anon_sym_do] = ACTIONS(213), - [anon_sym_for] = ACTIONS(215), - [anon_sym_return] = ACTIONS(217), - [anon_sym_break] = ACTIONS(219), - [anon_sym_continue] = ACTIONS(221), - [anon_sym_goto] = ACTIONS(223), - [anon_sym___try] = ACTIONS(225), - [anon_sym___leave] = ACTIONS(227), + [anon_sym_LBRACE] = ACTIONS(353), + [anon_sym_if] = ACTIONS(355), + [anon_sym_switch] = ACTIONS(357), + [anon_sym_case] = ACTIONS(359), + [anon_sym_default] = ACTIONS(361), + [anon_sym_while] = ACTIONS(363), + [anon_sym_do] = ACTIONS(365), + [anon_sym_for] = ACTIONS(367), + [anon_sym_return] = ACTIONS(369), + [anon_sym_break] = ACTIONS(371), + [anon_sym_continue] = ACTIONS(373), + [anon_sym_goto] = ACTIONS(375), + [anon_sym___try] = ACTIONS(377), + [anon_sym___leave] = ACTIONS(379), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -62227,50 +62314,50 @@ 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(429), - [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_seh_try_statement] = STATE(255), - [sym_seh_leave_statement] = STATE(255), + [419] = { + [sym_attribute_declaration] = STATE(430), + [sym_compound_statement] = STATE(251), + [sym_attributed_statement] = STATE(251), + [sym_labeled_statement] = STATE(251), + [sym_expression_statement] = STATE(251), + [sym_if_statement] = STATE(251), + [sym_switch_statement] = STATE(251), + [sym_case_statement] = STATE(251), + [sym_while_statement] = STATE(251), + [sym_do_statement] = STATE(251), + [sym_for_statement] = STATE(251), + [sym_return_statement] = STATE(251), + [sym_break_statement] = STATE(251), + [sym_continue_statement] = STATE(251), + [sym_goto_statement] = STATE(251), + [sym_seh_try_statement] = STATE(251), + [sym_seh_leave_statement] = STATE(251), [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_attributed_declarator_repeat1] = STATE(429), - [sym_identifier] = ACTIONS(1538), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_attributed_declarator_repeat1] = STATE(430), + [sym_identifier] = ACTIONS(1640), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -62323,50 +62410,50 @@ 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(448), - [sym_compound_statement] = STATE(97), - [sym_attributed_statement] = STATE(97), - [sym_labeled_statement] = STATE(97), - [sym_expression_statement] = STATE(97), - [sym_if_statement] = STATE(97), - [sym_switch_statement] = STATE(97), - [sym_case_statement] = STATE(97), - [sym_while_statement] = STATE(97), - [sym_do_statement] = STATE(97), - [sym_for_statement] = STATE(97), - [sym_return_statement] = STATE(97), - [sym_break_statement] = STATE(97), - [sym_continue_statement] = STATE(97), - [sym_goto_statement] = STATE(97), - [sym_seh_try_statement] = STATE(97), - [sym_seh_leave_statement] = STATE(97), - [sym__expression] = STATE(1239), - [sym__expression_not_binary] = STATE(824), - [sym_comma_expression] = STATE(2185), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_attributed_declarator_repeat1] = STATE(448), - [sym_identifier] = ACTIONS(1644), + [420] = { + [sym_attribute_declaration] = STATE(423), + [sym_compound_statement] = STATE(268), + [sym_attributed_statement] = STATE(268), + [sym_labeled_statement] = STATE(268), + [sym_expression_statement] = STATE(268), + [sym_if_statement] = STATE(268), + [sym_switch_statement] = STATE(268), + [sym_case_statement] = STATE(268), + [sym_while_statement] = STATE(268), + [sym_do_statement] = STATE(268), + [sym_for_statement] = STATE(268), + [sym_return_statement] = STATE(268), + [sym_break_statement] = STATE(268), + [sym_continue_statement] = STATE(268), + [sym_goto_statement] = STATE(268), + [sym_seh_try_statement] = STATE(268), + [sym_seh_leave_statement] = STATE(268), + [sym__expression] = STATE(1237), + [sym__expression_not_binary] = STATE(807), + [sym_comma_expression] = STATE(2079), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_attributed_declarator_repeat1] = STATE(423), + [sym_identifier] = ACTIONS(1534), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -62374,22 +62461,22 @@ 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_SEMI] = ACTIONS(1099), [anon_sym_LBRACK_LBRACK] = ACTIONS(1536), - [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___try] = ACTIONS(153), - [anon_sym___leave] = ACTIONS(155), + [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___try] = ACTIONS(1101), + [anon_sym___leave] = ACTIONS(1103), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -62419,50 +62506,50 @@ 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(429), - [sym_compound_statement] = STATE(333), - [sym_attributed_statement] = STATE(275), - [sym_labeled_statement] = STATE(321), - [sym_expression_statement] = STATE(320), - [sym_if_statement] = STATE(319), - [sym_switch_statement] = STATE(307), - [sym_case_statement] = STATE(303), - [sym_while_statement] = STATE(302), - [sym_do_statement] = STATE(299), - [sym_for_statement] = STATE(296), - [sym_return_statement] = STATE(293), - [sym_break_statement] = STATE(292), - [sym_continue_statement] = STATE(286), - [sym_goto_statement] = STATE(285), - [sym_seh_try_statement] = STATE(280), - [sym_seh_leave_statement] = STATE(279), + [421] = { + [sym_attribute_declaration] = STATE(427), + [sym_compound_statement] = STATE(2092), + [sym_attributed_statement] = STATE(2092), + [sym_labeled_statement] = STATE(2092), + [sym_expression_statement] = STATE(2092), + [sym_if_statement] = STATE(2092), + [sym_switch_statement] = STATE(2092), + [sym_case_statement] = STATE(2092), + [sym_while_statement] = STATE(2092), + [sym_do_statement] = STATE(2092), + [sym_for_statement] = STATE(2092), + [sym_return_statement] = STATE(2092), + [sym_break_statement] = STATE(2092), + [sym_continue_statement] = STATE(2092), + [sym_goto_statement] = STATE(2092), + [sym_seh_try_statement] = STATE(2092), + [sym_seh_leave_statement] = STATE(2092), [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_attributed_declarator_repeat1] = STATE(429), - [sym_identifier] = ACTIONS(1538), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_attributed_declarator_repeat1] = STATE(427), + [sym_identifier] = ACTIONS(1642), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -62472,19 +62559,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(491), [anon_sym_LBRACK_LBRACK] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(499), - [anon_sym_if] = ACTIONS(503), - [anon_sym_switch] = ACTIONS(505), - [anon_sym_case] = ACTIONS(507), - [anon_sym_default] = ACTIONS(509), - [anon_sym_while] = ACTIONS(511), - [anon_sym_do] = ACTIONS(513), - [anon_sym_for] = ACTIONS(515), - [anon_sym_return] = ACTIONS(517), - [anon_sym_break] = ACTIONS(519), - [anon_sym_continue] = ACTIONS(521), - [anon_sym_goto] = ACTIONS(523), - [anon_sym___try] = ACTIONS(525), + [anon_sym_LBRACE] = ACTIONS(41), + [anon_sym_if] = ACTIONS(1263), + [anon_sym_switch] = ACTIONS(59), + [anon_sym_case] = ACTIONS(1644), + [anon_sym_default] = ACTIONS(1646), + [anon_sym_while] = ACTIONS(1265), + [anon_sym_do] = ACTIONS(67), + [anon_sym_for] = ACTIONS(1267), + [anon_sym_return] = ACTIONS(71), + [anon_sym_break] = ACTIONS(73), + [anon_sym_continue] = ACTIONS(75), + [anon_sym_goto] = ACTIONS(77), + [anon_sym___try] = ACTIONS(1269), [anon_sym___leave] = ACTIONS(527), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), @@ -62515,50 +62602,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [421] = { - [sym_attribute_declaration] = STATE(425), - [sym_compound_statement] = STATE(2092), - [sym_attributed_statement] = STATE(2092), - [sym_labeled_statement] = STATE(2092), - [sym_expression_statement] = STATE(2092), - [sym_if_statement] = STATE(2092), - [sym_switch_statement] = STATE(2092), - [sym_case_statement] = STATE(2092), - [sym_while_statement] = STATE(2092), - [sym_do_statement] = STATE(2092), - [sym_for_statement] = STATE(2092), - [sym_return_statement] = STATE(2092), - [sym_break_statement] = STATE(2092), - [sym_continue_statement] = STATE(2092), - [sym_goto_statement] = STATE(2092), - [sym_seh_try_statement] = STATE(2092), - [sym_seh_leave_statement] = STATE(2092), + [422] = { + [sym_attribute_declaration] = STATE(430), + [sym_compound_statement] = STATE(333), + [sym_attributed_statement] = STATE(277), + [sym_labeled_statement] = STATE(327), + [sym_expression_statement] = STATE(321), + [sym_if_statement] = STATE(318), + [sym_switch_statement] = STATE(308), + [sym_case_statement] = STATE(307), + [sym_while_statement] = STATE(302), + [sym_do_statement] = STATE(298), + [sym_for_statement] = STATE(296), + [sym_return_statement] = STATE(294), + [sym_break_statement] = STATE(291), + [sym_continue_statement] = STATE(287), + [sym_goto_statement] = STATE(283), + [sym_seh_try_statement] = STATE(281), + [sym_seh_leave_statement] = STATE(280), [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_attributed_declarator_repeat1] = STATE(425), - [sym_identifier] = ACTIONS(1638), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_attributed_declarator_repeat1] = STATE(430), + [sym_identifier] = ACTIONS(1640), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -62568,19 +62655,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(491), [anon_sym_LBRACK_LBRACK] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(41), - [anon_sym_if] = ACTIONS(1263), - [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(1640), - [anon_sym_default] = ACTIONS(1642), - [anon_sym_while] = ACTIONS(1265), - [anon_sym_do] = ACTIONS(67), - [anon_sym_for] = ACTIONS(1267), - [anon_sym_return] = ACTIONS(71), - [anon_sym_break] = ACTIONS(73), - [anon_sym_continue] = ACTIONS(75), - [anon_sym_goto] = ACTIONS(77), - [anon_sym___try] = ACTIONS(1269), + [anon_sym_LBRACE] = ACTIONS(499), + [anon_sym_if] = ACTIONS(503), + [anon_sym_switch] = ACTIONS(505), + [anon_sym_case] = ACTIONS(507), + [anon_sym_default] = ACTIONS(509), + [anon_sym_while] = ACTIONS(511), + [anon_sym_do] = ACTIONS(513), + [anon_sym_for] = ACTIONS(515), + [anon_sym_return] = ACTIONS(517), + [anon_sym_break] = ACTIONS(519), + [anon_sym_continue] = ACTIONS(521), + [anon_sym_goto] = ACTIONS(523), + [anon_sym___try] = ACTIONS(525), [anon_sym___leave] = ACTIONS(527), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), @@ -62611,50 +62698,146 @@ 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(429), - [sym_compound_statement] = STATE(347), - [sym_attributed_statement] = STATE(347), - [sym_labeled_statement] = STATE(347), - [sym_expression_statement] = STATE(347), - [sym_if_statement] = STATE(347), - [sym_switch_statement] = STATE(347), - [sym_case_statement] = STATE(347), - [sym_while_statement] = STATE(347), - [sym_do_statement] = STATE(347), - [sym_for_statement] = STATE(347), - [sym_return_statement] = STATE(347), - [sym_break_statement] = STATE(347), - [sym_continue_statement] = STATE(347), - [sym_goto_statement] = STATE(347), - [sym_seh_try_statement] = STATE(347), - [sym_seh_leave_statement] = STATE(347), + [423] = { + [sym_attribute_declaration] = STATE(423), + [sym_compound_statement] = STATE(268), + [sym_attributed_statement] = STATE(268), + [sym_labeled_statement] = STATE(268), + [sym_expression_statement] = STATE(268), + [sym_if_statement] = STATE(268), + [sym_switch_statement] = STATE(268), + [sym_case_statement] = STATE(268), + [sym_while_statement] = STATE(268), + [sym_do_statement] = STATE(268), + [sym_for_statement] = STATE(268), + [sym_return_statement] = STATE(268), + [sym_break_statement] = STATE(268), + [sym_continue_statement] = STATE(268), + [sym_goto_statement] = STATE(268), + [sym_seh_try_statement] = STATE(268), + [sym_seh_leave_statement] = STATE(268), + [sym__expression] = STATE(1237), + [sym__expression_not_binary] = STATE(807), + [sym_comma_expression] = STATE(2079), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_attributed_declarator_repeat1] = STATE(423), + [sym_identifier] = ACTIONS(1696), + [anon_sym_LPAREN2] = ACTIONS(1545), + [anon_sym_BANG] = ACTIONS(1548), + [anon_sym_TILDE] = ACTIONS(1548), + [anon_sym_DASH] = ACTIONS(1551), + [anon_sym_PLUS] = ACTIONS(1551), + [anon_sym_STAR] = ACTIONS(1554), + [anon_sym_AMP] = ACTIONS(1554), + [anon_sym_SEMI] = ACTIONS(1699), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1560), + [anon_sym_LBRACE] = ACTIONS(1702), + [anon_sym_if] = ACTIONS(1705), + [anon_sym_switch] = ACTIONS(1708), + [anon_sym_case] = ACTIONS(1711), + [anon_sym_default] = ACTIONS(1714), + [anon_sym_while] = ACTIONS(1717), + [anon_sym_do] = ACTIONS(1720), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1726), + [anon_sym_break] = ACTIONS(1729), + [anon_sym_continue] = ACTIONS(1732), + [anon_sym_goto] = ACTIONS(1735), + [anon_sym___try] = ACTIONS(1738), + [anon_sym___leave] = ACTIONS(1741), + [anon_sym_DASH_DASH] = ACTIONS(1605), + [anon_sym_PLUS_PLUS] = ACTIONS(1605), + [anon_sym_sizeof] = ACTIONS(1608), + [anon_sym___alignof__] = ACTIONS(1611), + [anon_sym___alignof] = ACTIONS(1611), + [anon_sym__alignof] = ACTIONS(1611), + [anon_sym_alignof] = ACTIONS(1611), + [anon_sym__Alignof] = ACTIONS(1611), + [anon_sym_offsetof] = ACTIONS(1614), + [anon_sym__Generic] = ACTIONS(1617), + [anon_sym_asm] = ACTIONS(1620), + [anon_sym___asm__] = ACTIONS(1620), + [sym_number_literal] = ACTIONS(1623), + [anon_sym_L_SQUOTE] = ACTIONS(1626), + [anon_sym_u_SQUOTE] = ACTIONS(1626), + [anon_sym_U_SQUOTE] = ACTIONS(1626), + [anon_sym_u8_SQUOTE] = ACTIONS(1626), + [anon_sym_SQUOTE] = ACTIONS(1626), + [anon_sym_L_DQUOTE] = ACTIONS(1629), + [anon_sym_u_DQUOTE] = ACTIONS(1629), + [anon_sym_U_DQUOTE] = ACTIONS(1629), + [anon_sym_u8_DQUOTE] = ACTIONS(1629), + [anon_sym_DQUOTE] = ACTIONS(1629), + [sym_true] = ACTIONS(1632), + [sym_false] = ACTIONS(1632), + [anon_sym_NULL] = ACTIONS(1635), + [anon_sym_nullptr] = ACTIONS(1635), + [sym_comment] = ACTIONS(3), + }, + [424] = { + [sym_attribute_declaration] = STATE(430), + [sym_compound_statement] = STATE(349), + [sym_attributed_statement] = STATE(349), + [sym_labeled_statement] = STATE(349), + [sym_expression_statement] = STATE(349), + [sym_if_statement] = STATE(349), + [sym_switch_statement] = STATE(349), + [sym_case_statement] = STATE(349), + [sym_while_statement] = STATE(349), + [sym_do_statement] = STATE(349), + [sym_for_statement] = STATE(349), + [sym_return_statement] = STATE(349), + [sym_break_statement] = STATE(349), + [sym_continue_statement] = STATE(349), + [sym_goto_statement] = STATE(349), + [sym_seh_try_statement] = STATE(349), + [sym_seh_leave_statement] = STATE(349), [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_attributed_declarator_repeat1] = STATE(429), - [sym_identifier] = ACTIONS(1538), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_attributed_declarator_repeat1] = STATE(430), + [sym_identifier] = ACTIONS(1640), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -62707,50 +62890,50 @@ 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(426), - [sym_compound_statement] = STATE(266), - [sym_attributed_statement] = STATE(266), - [sym_labeled_statement] = STATE(266), - [sym_expression_statement] = STATE(266), - [sym_if_statement] = STATE(266), - [sym_switch_statement] = STATE(266), - [sym_case_statement] = STATE(266), - [sym_while_statement] = STATE(266), - [sym_do_statement] = STATE(266), - [sym_for_statement] = STATE(266), - [sym_return_statement] = STATE(266), - [sym_break_statement] = STATE(266), - [sym_continue_statement] = STATE(266), - [sym_goto_statement] = STATE(266), - [sym_seh_try_statement] = STATE(266), - [sym_seh_leave_statement] = STATE(266), - [sym__expression] = STATE(1237), - [sym__expression_not_binary] = STATE(824), - [sym_comma_expression] = STATE(2079), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_attributed_declarator_repeat1] = STATE(426), - [sym_identifier] = ACTIONS(1534), + [425] = { + [sym_attribute_declaration] = STATE(430), + [sym_compound_statement] = STATE(212), + [sym_attributed_statement] = STATE(212), + [sym_labeled_statement] = STATE(212), + [sym_expression_statement] = STATE(212), + [sym_if_statement] = STATE(212), + [sym_switch_statement] = STATE(212), + [sym_case_statement] = STATE(212), + [sym_while_statement] = STATE(212), + [sym_do_statement] = STATE(212), + [sym_for_statement] = STATE(212), + [sym_return_statement] = STATE(212), + [sym_break_statement] = STATE(212), + [sym_continue_statement] = STATE(212), + [sym_goto_statement] = STATE(212), + [sym_seh_try_statement] = STATE(212), + [sym_seh_leave_statement] = STATE(212), + [sym__expression] = STATE(1235), + [sym__expression_not_binary] = STATE(807), + [sym_comma_expression] = STATE(2176), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_attributed_declarator_repeat1] = STATE(430), + [sym_identifier] = ACTIONS(1640), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -62758,22 +62941,22 @@ 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(1099), + [anon_sym_SEMI] = ACTIONS(491), [anon_sym_LBRACK_LBRACK] = ACTIONS(1536), - [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___try] = ACTIONS(1101), - [anon_sym___leave] = ACTIONS(1103), + [anon_sym_LBRACE] = ACTIONS(499), + [anon_sym_if] = ACTIONS(503), + [anon_sym_switch] = ACTIONS(505), + [anon_sym_case] = ACTIONS(507), + [anon_sym_default] = ACTIONS(509), + [anon_sym_while] = ACTIONS(511), + [anon_sym_do] = ACTIONS(513), + [anon_sym_for] = ACTIONS(515), + [anon_sym_return] = ACTIONS(517), + [anon_sym_break] = ACTIONS(519), + [anon_sym_continue] = ACTIONS(521), + [anon_sym_goto] = ACTIONS(523), + [anon_sym___try] = ACTIONS(525), + [anon_sym___leave] = ACTIONS(527), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -62803,50 +62986,50 @@ 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(429), - [sym_compound_statement] = STATE(229), - [sym_attributed_statement] = STATE(229), - [sym_labeled_statement] = STATE(229), - [sym_expression_statement] = STATE(229), - [sym_if_statement] = STATE(229), - [sym_switch_statement] = STATE(229), - [sym_case_statement] = STATE(229), - [sym_while_statement] = STATE(229), - [sym_do_statement] = STATE(229), - [sym_for_statement] = STATE(229), - [sym_return_statement] = STATE(229), - [sym_break_statement] = STATE(229), - [sym_continue_statement] = STATE(229), - [sym_goto_statement] = STATE(229), - [sym_seh_try_statement] = STATE(229), - [sym_seh_leave_statement] = STATE(229), - [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), - [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_attributed_declarator_repeat1] = STATE(429), - [sym_identifier] = ACTIONS(1538), + [426] = { + [sym_attribute_declaration] = STATE(417), + [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_seh_try_statement] = STATE(146), + [sym_seh_leave_statement] = STATE(146), + [sym__expression] = STATE(1199), + [sym__expression_not_binary] = STATE(807), + [sym_comma_expression] = STATE(2083), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_attributed_declarator_repeat1] = STATE(417), + [sym_identifier] = ACTIONS(1540), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -62854,22 +63037,22 @@ 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(491), + [anon_sym_SEMI] = ACTIONS(345), [anon_sym_LBRACK_LBRACK] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(499), - [anon_sym_if] = ACTIONS(503), - [anon_sym_switch] = ACTIONS(505), - [anon_sym_case] = ACTIONS(507), - [anon_sym_default] = ACTIONS(509), - [anon_sym_while] = ACTIONS(511), - [anon_sym_do] = ACTIONS(513), - [anon_sym_for] = ACTIONS(515), - [anon_sym_return] = ACTIONS(517), - [anon_sym_break] = ACTIONS(519), - [anon_sym_continue] = ACTIONS(521), - [anon_sym_goto] = ACTIONS(523), - [anon_sym___try] = ACTIONS(525), - [anon_sym___leave] = ACTIONS(527), + [anon_sym_LBRACE] = ACTIONS(353), + [anon_sym_if] = ACTIONS(355), + [anon_sym_switch] = ACTIONS(357), + [anon_sym_case] = ACTIONS(359), + [anon_sym_default] = ACTIONS(361), + [anon_sym_while] = ACTIONS(363), + [anon_sym_do] = ACTIONS(365), + [anon_sym_for] = ACTIONS(367), + [anon_sym_return] = ACTIONS(369), + [anon_sym_break] = ACTIONS(371), + [anon_sym_continue] = ACTIONS(373), + [anon_sym_goto] = ACTIONS(375), + [anon_sym___try] = ACTIONS(377), + [anon_sym___leave] = ACTIONS(379), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -62899,50 +63082,50 @@ 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(451), - [sym_compound_statement] = STATE(266), - [sym_attributed_statement] = STATE(266), - [sym_labeled_statement] = STATE(266), - [sym_expression_statement] = STATE(266), - [sym_if_statement] = STATE(266), - [sym_switch_statement] = STATE(266), - [sym_case_statement] = STATE(266), - [sym_while_statement] = STATE(266), - [sym_do_statement] = STATE(266), - [sym_for_statement] = STATE(266), - [sym_return_statement] = STATE(266), - [sym_break_statement] = STATE(266), - [sym_continue_statement] = STATE(266), - [sym_goto_statement] = STATE(266), - [sym_seh_try_statement] = STATE(266), - [sym_seh_leave_statement] = STATE(266), + [427] = { + [sym_attribute_declaration] = STATE(453), + [sym_compound_statement] = STATE(268), + [sym_attributed_statement] = STATE(268), + [sym_labeled_statement] = STATE(268), + [sym_expression_statement] = STATE(268), + [sym_if_statement] = STATE(268), + [sym_switch_statement] = STATE(268), + [sym_case_statement] = STATE(268), + [sym_while_statement] = STATE(268), + [sym_do_statement] = STATE(268), + [sym_for_statement] = STATE(268), + [sym_return_statement] = STATE(268), + [sym_break_statement] = STATE(268), + [sym_continue_statement] = STATE(268), + [sym_goto_statement] = STATE(268), + [sym_seh_try_statement] = STATE(268), + [sym_seh_leave_statement] = STATE(268), [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_attributed_declarator_repeat1] = STATE(451), - [sym_identifier] = ACTIONS(1638), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_attributed_declarator_repeat1] = STATE(453), + [sym_identifier] = ACTIONS(1642), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -62955,8 +63138,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_if] = ACTIONS(1263), [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(1640), - [anon_sym_default] = ACTIONS(1642), + [anon_sym_case] = ACTIONS(1644), + [anon_sym_default] = ACTIONS(1646), [anon_sym_while] = ACTIONS(1265), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(1267), @@ -62995,146 +63178,50 @@ 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(426), - [sym_compound_statement] = STATE(266), - [sym_attributed_statement] = STATE(266), - [sym_labeled_statement] = STATE(266), - [sym_expression_statement] = STATE(266), - [sym_if_statement] = STATE(266), - [sym_switch_statement] = STATE(266), - [sym_case_statement] = STATE(266), - [sym_while_statement] = STATE(266), - [sym_do_statement] = STATE(266), - [sym_for_statement] = STATE(266), - [sym_return_statement] = STATE(266), - [sym_break_statement] = STATE(266), - [sym_continue_statement] = STATE(266), - [sym_goto_statement] = STATE(266), - [sym_seh_try_statement] = STATE(266), - [sym_seh_leave_statement] = STATE(266), - [sym__expression] = STATE(1237), - [sym__expression_not_binary] = STATE(824), - [sym_comma_expression] = STATE(2079), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_attributed_declarator_repeat1] = STATE(426), - [sym_identifier] = ACTIONS(1696), - [anon_sym_LPAREN2] = ACTIONS(1545), - [anon_sym_BANG] = ACTIONS(1548), - [anon_sym_TILDE] = ACTIONS(1548), - [anon_sym_DASH] = ACTIONS(1551), - [anon_sym_PLUS] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1554), - [anon_sym_AMP] = ACTIONS(1554), - [anon_sym_SEMI] = ACTIONS(1699), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1560), - [anon_sym_LBRACE] = ACTIONS(1702), - [anon_sym_if] = ACTIONS(1705), - [anon_sym_switch] = ACTIONS(1708), - [anon_sym_case] = ACTIONS(1711), - [anon_sym_default] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1717), - [anon_sym_do] = ACTIONS(1720), - [anon_sym_for] = ACTIONS(1723), - [anon_sym_return] = ACTIONS(1726), - [anon_sym_break] = ACTIONS(1729), - [anon_sym_continue] = ACTIONS(1732), - [anon_sym_goto] = ACTIONS(1735), - [anon_sym___try] = ACTIONS(1738), - [anon_sym___leave] = ACTIONS(1741), - [anon_sym_DASH_DASH] = ACTIONS(1605), - [anon_sym_PLUS_PLUS] = ACTIONS(1605), - [anon_sym_sizeof] = ACTIONS(1608), - [anon_sym___alignof__] = ACTIONS(1611), - [anon_sym___alignof] = ACTIONS(1611), - [anon_sym__alignof] = ACTIONS(1611), - [anon_sym_alignof] = ACTIONS(1611), - [anon_sym__Alignof] = ACTIONS(1611), - [anon_sym_offsetof] = ACTIONS(1614), - [anon_sym__Generic] = ACTIONS(1617), - [anon_sym_asm] = ACTIONS(1620), - [anon_sym___asm__] = ACTIONS(1620), - [sym_number_literal] = ACTIONS(1623), - [anon_sym_L_SQUOTE] = ACTIONS(1626), - [anon_sym_u_SQUOTE] = ACTIONS(1626), - [anon_sym_U_SQUOTE] = ACTIONS(1626), - [anon_sym_u8_SQUOTE] = ACTIONS(1626), - [anon_sym_SQUOTE] = ACTIONS(1626), - [anon_sym_L_DQUOTE] = ACTIONS(1629), - [anon_sym_u_DQUOTE] = ACTIONS(1629), - [anon_sym_U_DQUOTE] = ACTIONS(1629), - [anon_sym_u8_DQUOTE] = ACTIONS(1629), - [anon_sym_DQUOTE] = ACTIONS(1629), - [sym_true] = ACTIONS(1632), - [sym_false] = ACTIONS(1632), - [anon_sym_NULL] = ACTIONS(1635), - [anon_sym_nullptr] = ACTIONS(1635), - [sym_comment] = ACTIONS(3), - }, - [427] = { - [sym_attribute_declaration] = STATE(452), - [sym_compound_statement] = STATE(162), - [sym_attributed_statement] = STATE(162), - [sym_labeled_statement] = STATE(162), - [sym_expression_statement] = STATE(162), - [sym_if_statement] = STATE(162), - [sym_switch_statement] = STATE(162), - [sym_case_statement] = STATE(162), - [sym_while_statement] = STATE(162), - [sym_do_statement] = STATE(162), - [sym_for_statement] = STATE(162), - [sym_return_statement] = STATE(162), - [sym_break_statement] = STATE(162), - [sym_continue_statement] = STATE(162), - [sym_goto_statement] = STATE(162), - [sym_seh_try_statement] = STATE(162), - [sym_seh_leave_statement] = STATE(162), + [428] = { + [sym_attribute_declaration] = STATE(417), + [sym_compound_statement] = STATE(201), + [sym_attributed_statement] = STATE(201), + [sym_labeled_statement] = STATE(201), + [sym_expression_statement] = STATE(201), + [sym_if_statement] = STATE(201), + [sym_switch_statement] = STATE(201), + [sym_case_statement] = STATE(201), + [sym_while_statement] = STATE(201), + [sym_do_statement] = STATE(201), + [sym_for_statement] = STATE(201), + [sym_return_statement] = STATE(201), + [sym_break_statement] = STATE(201), + [sym_continue_statement] = STATE(201), + [sym_goto_statement] = STATE(201), + [sym_seh_try_statement] = STATE(201), + [sym_seh_leave_statement] = STATE(201), [sym__expression] = STATE(1199), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2083), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_attributed_declarator_repeat1] = STATE(452), - [sym_identifier] = ACTIONS(1694), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_attributed_declarator_repeat1] = STATE(417), + [sym_identifier] = ACTIONS(1540), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -63142,22 +63229,22 @@ 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(193), + [anon_sym_SEMI] = ACTIONS(345), [anon_sym_LBRACK_LBRACK] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(201), - [anon_sym_if] = ACTIONS(203), - [anon_sym_switch] = ACTIONS(205), - [anon_sym_case] = ACTIONS(207), - [anon_sym_default] = ACTIONS(209), - [anon_sym_while] = ACTIONS(211), - [anon_sym_do] = ACTIONS(213), - [anon_sym_for] = ACTIONS(215), - [anon_sym_return] = ACTIONS(217), - [anon_sym_break] = ACTIONS(219), - [anon_sym_continue] = ACTIONS(221), - [anon_sym_goto] = ACTIONS(223), - [anon_sym___try] = ACTIONS(225), - [anon_sym___leave] = ACTIONS(227), + [anon_sym_LBRACE] = ACTIONS(353), + [anon_sym_if] = ACTIONS(355), + [anon_sym_switch] = ACTIONS(357), + [anon_sym_case] = ACTIONS(359), + [anon_sym_default] = ACTIONS(361), + [anon_sym_while] = ACTIONS(363), + [anon_sym_do] = ACTIONS(365), + [anon_sym_for] = ACTIONS(367), + [anon_sym_return] = ACTIONS(369), + [anon_sym_break] = ACTIONS(371), + [anon_sym_continue] = ACTIONS(373), + [anon_sym_goto] = ACTIONS(375), + [anon_sym___try] = ACTIONS(377), + [anon_sym___leave] = ACTIONS(379), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -63187,50 +63274,50 @@ 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(452), - [sym_compound_statement] = STATE(190), - [sym_attributed_statement] = STATE(178), - [sym_labeled_statement] = STATE(174), - [sym_expression_statement] = STATE(173), - [sym_if_statement] = STATE(166), - [sym_switch_statement] = STATE(163), - [sym_case_statement] = STATE(182), - [sym_while_statement] = STATE(200), - [sym_do_statement] = STATE(192), - [sym_for_statement] = STATE(183), - [sym_return_statement] = STATE(168), - [sym_break_statement] = STATE(179), - [sym_continue_statement] = STATE(185), - [sym_goto_statement] = STATE(189), - [sym_seh_try_statement] = STATE(164), - [sym_seh_leave_statement] = STATE(167), + [429] = { + [sym_attribute_declaration] = STATE(417), + [sym_compound_statement] = STATE(198), + [sym_attributed_statement] = STATE(197), + [sym_labeled_statement] = STATE(195), + [sym_expression_statement] = STATE(190), + [sym_if_statement] = STATE(188), + [sym_switch_statement] = STATE(184), + [sym_case_statement] = STATE(178), + [sym_while_statement] = STATE(174), + [sym_do_statement] = STATE(173), + [sym_for_statement] = STATE(171), + [sym_return_statement] = STATE(167), + [sym_break_statement] = STATE(166), + [sym_continue_statement] = STATE(164), + [sym_goto_statement] = STATE(163), + [sym_seh_try_statement] = STATE(161), + [sym_seh_leave_statement] = STATE(193), [sym__expression] = STATE(1199), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2083), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_attributed_declarator_repeat1] = STATE(452), - [sym_identifier] = ACTIONS(1694), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_attributed_declarator_repeat1] = STATE(417), + [sym_identifier] = ACTIONS(1540), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -63238,22 +63325,22 @@ 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(193), + [anon_sym_SEMI] = ACTIONS(345), [anon_sym_LBRACK_LBRACK] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(201), - [anon_sym_if] = ACTIONS(203), - [anon_sym_switch] = ACTIONS(205), - [anon_sym_case] = ACTIONS(207), - [anon_sym_default] = ACTIONS(209), - [anon_sym_while] = ACTIONS(211), - [anon_sym_do] = ACTIONS(213), - [anon_sym_for] = ACTIONS(215), - [anon_sym_return] = ACTIONS(217), - [anon_sym_break] = ACTIONS(219), - [anon_sym_continue] = ACTIONS(221), - [anon_sym_goto] = ACTIONS(223), - [anon_sym___try] = ACTIONS(225), - [anon_sym___leave] = ACTIONS(227), + [anon_sym_LBRACE] = ACTIONS(353), + [anon_sym_if] = ACTIONS(355), + [anon_sym_switch] = ACTIONS(357), + [anon_sym_case] = ACTIONS(359), + [anon_sym_default] = ACTIONS(361), + [anon_sym_while] = ACTIONS(363), + [anon_sym_do] = ACTIONS(365), + [anon_sym_for] = ACTIONS(367), + [anon_sym_return] = ACTIONS(369), + [anon_sym_break] = ACTIONS(371), + [anon_sym_continue] = ACTIONS(373), + [anon_sym_goto] = ACTIONS(375), + [anon_sym___try] = ACTIONS(377), + [anon_sym___leave] = ACTIONS(379), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -63283,8 +63370,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [429] = { - [sym_attribute_declaration] = STATE(413), + [430] = { + [sym_attribute_declaration] = STATE(415), [sym_compound_statement] = STATE(270), [sym_attributed_statement] = STATE(270), [sym_labeled_statement] = STATE(270), @@ -63302,31 +63389,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_seh_try_statement] = STATE(270), [sym_seh_leave_statement] = STATE(270), [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_attributed_declarator_repeat1] = STATE(413), - [sym_identifier] = ACTIONS(1538), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_attributed_declarator_repeat1] = STATE(415), + [sym_identifier] = ACTIONS(1640), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -63379,8 +63466,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [430] = { - [sym_attribute_declaration] = STATE(425), + [431] = { + [ts_builtin_sym_end] = ACTIONS(1432), + [sym_identifier] = ACTIONS(1430), + [aux_sym_preproc_include_token1] = ACTIONS(1430), + [aux_sym_preproc_def_token1] = ACTIONS(1430), + [anon_sym_COMMA] = ACTIONS(1432), + [aux_sym_preproc_if_token1] = ACTIONS(1430), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1430), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1430), + [sym_preproc_directive] = ACTIONS(1430), + [anon_sym_LPAREN2] = ACTIONS(1432), + [anon_sym_BANG] = ACTIONS(1432), + [anon_sym_TILDE] = ACTIONS(1432), + [anon_sym_DASH] = ACTIONS(1430), + [anon_sym_PLUS] = ACTIONS(1430), + [anon_sym_STAR] = ACTIONS(1432), + [anon_sym_AMP] = ACTIONS(1432), + [anon_sym___extension__] = ACTIONS(1430), + [anon_sym_typedef] = ACTIONS(1430), + [anon_sym_extern] = ACTIONS(1430), + [anon_sym___attribute__] = ACTIONS(1430), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1432), + [anon_sym___declspec] = ACTIONS(1430), + [anon_sym___cdecl] = ACTIONS(1430), + [anon_sym___clrcall] = ACTIONS(1430), + [anon_sym___stdcall] = ACTIONS(1430), + [anon_sym___fastcall] = ACTIONS(1430), + [anon_sym___thiscall] = ACTIONS(1430), + [anon_sym___vectorcall] = ACTIONS(1430), + [anon_sym_LBRACE] = ACTIONS(1432), + [anon_sym_RBRACE] = ACTIONS(1432), + [anon_sym_signed] = ACTIONS(1430), + [anon_sym_unsigned] = ACTIONS(1430), + [anon_sym_long] = ACTIONS(1430), + [anon_sym_short] = ACTIONS(1430), + [anon_sym_static] = ACTIONS(1430), + [anon_sym_auto] = ACTIONS(1430), + [anon_sym_register] = ACTIONS(1430), + [anon_sym_inline] = ACTIONS(1430), + [anon_sym___inline] = ACTIONS(1430), + [anon_sym___inline__] = ACTIONS(1430), + [anon_sym___forceinline] = ACTIONS(1430), + [anon_sym_thread_local] = ACTIONS(1430), + [anon_sym___thread] = ACTIONS(1430), + [anon_sym_const] = ACTIONS(1430), + [anon_sym_constexpr] = ACTIONS(1430), + [anon_sym_volatile] = ACTIONS(1430), + [anon_sym_restrict] = ACTIONS(1430), + [anon_sym___restrict__] = ACTIONS(1430), + [anon_sym__Atomic] = ACTIONS(1430), + [anon_sym__Noreturn] = ACTIONS(1430), + [anon_sym_noreturn] = ACTIONS(1430), + [sym_primitive_type] = ACTIONS(1430), + [anon_sym_enum] = ACTIONS(1430), + [anon_sym_struct] = ACTIONS(1430), + [anon_sym_union] = ACTIONS(1430), + [anon_sym_if] = ACTIONS(1430), + [anon_sym_switch] = ACTIONS(1430), + [anon_sym_case] = ACTIONS(1430), + [anon_sym_default] = ACTIONS(1430), + [anon_sym_while] = ACTIONS(1430), + [anon_sym_do] = ACTIONS(1430), + [anon_sym_for] = ACTIONS(1430), + [anon_sym_return] = ACTIONS(1430), + [anon_sym_break] = ACTIONS(1430), + [anon_sym_continue] = ACTIONS(1430), + [anon_sym_goto] = ACTIONS(1430), + [anon_sym_DASH_DASH] = ACTIONS(1432), + [anon_sym_PLUS_PLUS] = ACTIONS(1432), + [anon_sym_sizeof] = ACTIONS(1430), + [anon_sym___alignof__] = ACTIONS(1430), + [anon_sym___alignof] = ACTIONS(1430), + [anon_sym__alignof] = ACTIONS(1430), + [anon_sym_alignof] = ACTIONS(1430), + [anon_sym__Alignof] = ACTIONS(1430), + [anon_sym_offsetof] = ACTIONS(1430), + [anon_sym__Generic] = ACTIONS(1430), + [anon_sym_asm] = ACTIONS(1430), + [anon_sym___asm__] = ACTIONS(1430), + [sym_number_literal] = ACTIONS(1432), + [anon_sym_L_SQUOTE] = ACTIONS(1432), + [anon_sym_u_SQUOTE] = ACTIONS(1432), + [anon_sym_U_SQUOTE] = ACTIONS(1432), + [anon_sym_u8_SQUOTE] = ACTIONS(1432), + [anon_sym_SQUOTE] = ACTIONS(1432), + [anon_sym_L_DQUOTE] = ACTIONS(1432), + [anon_sym_u_DQUOTE] = ACTIONS(1432), + [anon_sym_U_DQUOTE] = ACTIONS(1432), + [anon_sym_u8_DQUOTE] = ACTIONS(1432), + [anon_sym_DQUOTE] = ACTIONS(1432), + [sym_true] = ACTIONS(1430), + [sym_false] = ACTIONS(1430), + [anon_sym_NULL] = ACTIONS(1430), + [anon_sym_nullptr] = ACTIONS(1430), + [sym_comment] = ACTIONS(3), + }, + [432] = { + [sym_attribute_declaration] = STATE(427), [sym_compound_statement] = STATE(2172), [sym_attributed_statement] = STATE(2172), [sym_labeled_statement] = STATE(2172), @@ -63398,31 +63581,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_seh_try_statement] = STATE(2172), [sym_seh_leave_statement] = STATE(2172), [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_attributed_declarator_repeat1] = STATE(425), - [sym_identifier] = ACTIONS(1638), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_attributed_declarator_repeat1] = STATE(427), + [sym_identifier] = ACTIONS(1642), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -63435,8 +63618,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_if] = ACTIONS(1263), [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(1640), - [anon_sym_default] = ACTIONS(1642), + [anon_sym_case] = ACTIONS(1644), + [anon_sym_default] = ACTIONS(1646), [anon_sym_while] = ACTIONS(1265), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(1267), @@ -63475,50 +63658,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [431] = { - [sym_attribute_declaration] = STATE(425), - [sym_compound_statement] = STATE(265), - [sym_attributed_statement] = STATE(265), - [sym_labeled_statement] = STATE(265), - [sym_expression_statement] = STATE(265), - [sym_if_statement] = STATE(265), - [sym_switch_statement] = STATE(265), - [sym_case_statement] = STATE(265), - [sym_while_statement] = STATE(265), - [sym_do_statement] = STATE(265), - [sym_for_statement] = STATE(265), - [sym_return_statement] = STATE(265), - [sym_break_statement] = STATE(265), - [sym_continue_statement] = STATE(265), - [sym_goto_statement] = STATE(265), - [sym_seh_try_statement] = STATE(265), - [sym_seh_leave_statement] = STATE(265), + [433] = { + [sym_attribute_declaration] = STATE(427), + [sym_compound_statement] = STATE(267), + [sym_attributed_statement] = STATE(267), + [sym_labeled_statement] = STATE(267), + [sym_expression_statement] = STATE(267), + [sym_if_statement] = STATE(267), + [sym_switch_statement] = STATE(267), + [sym_case_statement] = STATE(267), + [sym_while_statement] = STATE(267), + [sym_do_statement] = STATE(267), + [sym_for_statement] = STATE(267), + [sym_return_statement] = STATE(267), + [sym_break_statement] = STATE(267), + [sym_continue_statement] = STATE(267), + [sym_goto_statement] = STATE(267), + [sym_seh_try_statement] = STATE(267), + [sym_seh_leave_statement] = STATE(267), [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_attributed_declarator_repeat1] = STATE(425), - [sym_identifier] = ACTIONS(1638), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_attributed_declarator_repeat1] = STATE(427), + [sym_identifier] = ACTIONS(1642), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -63531,8 +63714,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_if] = ACTIONS(1263), [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(1640), - [anon_sym_default] = ACTIONS(1642), + [anon_sym_case] = ACTIONS(1644), + [anon_sym_default] = ACTIONS(1646), [anon_sym_while] = ACTIONS(1265), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(1267), @@ -63571,50 +63754,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [432] = { - [sym_attribute_declaration] = STATE(408), - [sym_compound_statement] = STATE(344), - [sym_attributed_statement] = STATE(344), - [sym_labeled_statement] = STATE(344), - [sym_expression_statement] = STATE(344), - [sym_if_statement] = STATE(344), - [sym_switch_statement] = STATE(344), - [sym_case_statement] = STATE(344), - [sym_while_statement] = STATE(344), - [sym_do_statement] = STATE(344), - [sym_for_statement] = STATE(344), - [sym_return_statement] = STATE(344), - [sym_break_statement] = STATE(344), - [sym_continue_statement] = STATE(344), - [sym_goto_statement] = STATE(344), - [sym_seh_try_statement] = STATE(344), - [sym_seh_leave_statement] = STATE(344), - [sym__expression] = STATE(1203), - [sym__expression_not_binary] = STATE(824), - [sym_comma_expression] = STATE(2003), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_attributed_declarator_repeat1] = STATE(408), - [sym_identifier] = ACTIONS(1540), + [434] = { + [sym_attribute_declaration] = STATE(441), + [sym_compound_statement] = STATE(113), + [sym_attributed_statement] = STATE(113), + [sym_labeled_statement] = STATE(113), + [sym_expression_statement] = STATE(113), + [sym_if_statement] = STATE(113), + [sym_switch_statement] = STATE(113), + [sym_case_statement] = STATE(113), + [sym_while_statement] = STATE(113), + [sym_do_statement] = STATE(113), + [sym_for_statement] = STATE(113), + [sym_return_statement] = STATE(113), + [sym_break_statement] = STATE(113), + [sym_continue_statement] = STATE(113), + [sym_goto_statement] = STATE(113), + [sym_seh_try_statement] = STATE(113), + [sym_seh_leave_statement] = STATE(113), + [sym__expression] = STATE(1239), + [sym__expression_not_binary] = STATE(807), + [sym_comma_expression] = STATE(2185), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_attributed_declarator_repeat1] = STATE(441), + [sym_identifier] = ACTIONS(1638), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -63622,22 +63805,22 @@ 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(721), + [anon_sym_SEMI] = ACTIONS(121), [anon_sym_LBRACK_LBRACK] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(729), - [anon_sym_if] = ACTIONS(731), - [anon_sym_switch] = ACTIONS(733), - [anon_sym_case] = ACTIONS(735), - [anon_sym_default] = ACTIONS(737), - [anon_sym_while] = ACTIONS(739), - [anon_sym_do] = ACTIONS(741), - [anon_sym_for] = ACTIONS(743), - [anon_sym_return] = ACTIONS(745), - [anon_sym_break] = ACTIONS(747), - [anon_sym_continue] = ACTIONS(749), - [anon_sym_goto] = ACTIONS(751), - [anon_sym___try] = ACTIONS(753), - [anon_sym___leave] = ACTIONS(755), + [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___try] = ACTIONS(153), + [anon_sym___leave] = ACTIONS(155), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -63667,8 +63850,200 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [433] = { - [sym_attribute_declaration] = STATE(425), + [435] = { + [sym_attribute_declaration] = STATE(420), + [sym_compound_statement] = STATE(267), + [sym_attributed_statement] = STATE(267), + [sym_labeled_statement] = STATE(267), + [sym_expression_statement] = STATE(267), + [sym_if_statement] = STATE(267), + [sym_switch_statement] = STATE(267), + [sym_case_statement] = STATE(267), + [sym_while_statement] = STATE(267), + [sym_do_statement] = STATE(267), + [sym_for_statement] = STATE(267), + [sym_return_statement] = STATE(267), + [sym_break_statement] = STATE(267), + [sym_continue_statement] = STATE(267), + [sym_goto_statement] = STATE(267), + [sym_seh_try_statement] = STATE(267), + [sym_seh_leave_statement] = STATE(267), + [sym__expression] = STATE(1237), + [sym__expression_not_binary] = STATE(807), + [sym_comma_expression] = STATE(2079), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_attributed_declarator_repeat1] = STATE(420), + [sym_identifier] = ACTIONS(1534), + [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(1099), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1536), + [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___try] = ACTIONS(1101), + [anon_sym___leave] = ACTIONS(1103), + [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(157), + [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(159), + [sym_false] = ACTIONS(159), + [anon_sym_NULL] = ACTIONS(99), + [anon_sym_nullptr] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + }, + [436] = { + [sym_attribute_declaration] = STATE(436), + [sym_compound_statement] = STATE(299), + [sym_attributed_statement] = STATE(299), + [sym_labeled_statement] = STATE(299), + [sym_expression_statement] = STATE(299), + [sym_if_statement] = STATE(299), + [sym_switch_statement] = STATE(299), + [sym_case_statement] = STATE(299), + [sym_while_statement] = STATE(299), + [sym_do_statement] = STATE(299), + [sym_for_statement] = STATE(299), + [sym_return_statement] = STATE(299), + [sym_break_statement] = STATE(299), + [sym_continue_statement] = STATE(299), + [sym_goto_statement] = STATE(299), + [sym_seh_try_statement] = STATE(299), + [sym_seh_leave_statement] = STATE(299), + [sym__expression] = STATE(1203), + [sym__expression_not_binary] = STATE(807), + [sym_comma_expression] = STATE(2003), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_attributed_declarator_repeat1] = STATE(436), + [sym_identifier] = ACTIONS(1744), + [anon_sym_LPAREN2] = ACTIONS(1545), + [anon_sym_BANG] = ACTIONS(1548), + [anon_sym_TILDE] = ACTIONS(1548), + [anon_sym_DASH] = ACTIONS(1551), + [anon_sym_PLUS] = ACTIONS(1551), + [anon_sym_STAR] = ACTIONS(1554), + [anon_sym_AMP] = ACTIONS(1554), + [anon_sym_SEMI] = ACTIONS(1747), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1560), + [anon_sym_LBRACE] = ACTIONS(1750), + [anon_sym_if] = ACTIONS(1753), + [anon_sym_switch] = ACTIONS(1756), + [anon_sym_case] = ACTIONS(1759), + [anon_sym_default] = ACTIONS(1762), + [anon_sym_while] = ACTIONS(1765), + [anon_sym_do] = ACTIONS(1768), + [anon_sym_for] = ACTIONS(1771), + [anon_sym_return] = ACTIONS(1774), + [anon_sym_break] = ACTIONS(1777), + [anon_sym_continue] = ACTIONS(1780), + [anon_sym_goto] = ACTIONS(1783), + [anon_sym___try] = ACTIONS(1786), + [anon_sym___leave] = ACTIONS(1789), + [anon_sym_DASH_DASH] = ACTIONS(1605), + [anon_sym_PLUS_PLUS] = ACTIONS(1605), + [anon_sym_sizeof] = ACTIONS(1608), + [anon_sym___alignof__] = ACTIONS(1611), + [anon_sym___alignof] = ACTIONS(1611), + [anon_sym__alignof] = ACTIONS(1611), + [anon_sym_alignof] = ACTIONS(1611), + [anon_sym__Alignof] = ACTIONS(1611), + [anon_sym_offsetof] = ACTIONS(1614), + [anon_sym__Generic] = ACTIONS(1617), + [anon_sym_asm] = ACTIONS(1620), + [anon_sym___asm__] = ACTIONS(1620), + [sym_number_literal] = ACTIONS(1623), + [anon_sym_L_SQUOTE] = ACTIONS(1626), + [anon_sym_u_SQUOTE] = ACTIONS(1626), + [anon_sym_U_SQUOTE] = ACTIONS(1626), + [anon_sym_u8_SQUOTE] = ACTIONS(1626), + [anon_sym_SQUOTE] = ACTIONS(1626), + [anon_sym_L_DQUOTE] = ACTIONS(1629), + [anon_sym_u_DQUOTE] = ACTIONS(1629), + [anon_sym_U_DQUOTE] = ACTIONS(1629), + [anon_sym_u8_DQUOTE] = ACTIONS(1629), + [anon_sym_DQUOTE] = ACTIONS(1629), + [sym_true] = ACTIONS(1632), + [sym_false] = ACTIONS(1632), + [anon_sym_NULL] = ACTIONS(1635), + [anon_sym_nullptr] = ACTIONS(1635), + [sym_comment] = ACTIONS(3), + }, + [437] = { + [sym_attribute_declaration] = STATE(427), [sym_compound_statement] = STATE(2137), [sym_attributed_statement] = STATE(2137), [sym_labeled_statement] = STATE(2137), @@ -63686,31 +64061,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_seh_try_statement] = STATE(2137), [sym_seh_leave_statement] = STATE(2137), [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_attributed_declarator_repeat1] = STATE(425), - [sym_identifier] = ACTIONS(1638), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_attributed_declarator_repeat1] = STATE(427), + [sym_identifier] = ACTIONS(1642), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -63723,8 +64098,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_if] = ACTIONS(1263), [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(1640), - [anon_sym_default] = ACTIONS(1642), + [anon_sym_case] = ACTIONS(1644), + [anon_sym_default] = ACTIONS(1646), [anon_sym_while] = ACTIONS(1265), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(1267), @@ -63763,50 +64138,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [434] = { - [sym_attribute_declaration] = STATE(425), - [sym_compound_statement] = STATE(253), - [sym_attributed_statement] = STATE(252), - [sym_labeled_statement] = STATE(250), - [sym_expression_statement] = STATE(244), - [sym_if_statement] = STATE(243), - [sym_switch_statement] = STATE(242), - [sym_case_statement] = STATE(241), - [sym_while_statement] = STATE(238), - [sym_do_statement] = STATE(236), - [sym_for_statement] = STATE(235), - [sym_return_statement] = STATE(234), - [sym_break_statement] = STATE(256), - [sym_continue_statement] = STATE(231), - [sym_goto_statement] = STATE(247), - [sym_seh_try_statement] = STATE(233), - [sym_seh_leave_statement] = STATE(251), + [438] = { + [sym_attribute_declaration] = STATE(427), + [sym_compound_statement] = STATE(260), + [sym_attributed_statement] = STATE(257), + [sym_labeled_statement] = STATE(253), + [sym_expression_statement] = STATE(252), + [sym_if_statement] = STATE(250), + [sym_switch_statement] = STATE(244), + [sym_case_statement] = STATE(243), + [sym_while_statement] = STATE(242), + [sym_do_statement] = STATE(241), + [sym_for_statement] = STATE(238), + [sym_return_statement] = STATE(236), + [sym_break_statement] = STATE(235), + [sym_continue_statement] = STATE(234), + [sym_goto_statement] = STATE(254), + [sym_seh_try_statement] = STATE(231), + [sym_seh_leave_statement] = STATE(239), [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_attributed_declarator_repeat1] = STATE(425), - [sym_identifier] = ACTIONS(1638), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_attributed_declarator_repeat1] = STATE(427), + [sym_identifier] = ACTIONS(1642), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -63819,8 +64194,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_if] = ACTIONS(1263), [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(1640), - [anon_sym_default] = ACTIONS(1642), + [anon_sym_case] = ACTIONS(1644), + [anon_sym_default] = ACTIONS(1646), [anon_sym_while] = ACTIONS(1265), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(1267), @@ -63859,50 +64234,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [435] = { - [sym_attribute_declaration] = STATE(423), - [sym_compound_statement] = STATE(265), - [sym_attributed_statement] = STATE(265), - [sym_labeled_statement] = STATE(265), - [sym_expression_statement] = STATE(265), - [sym_if_statement] = STATE(265), - [sym_switch_statement] = STATE(265), - [sym_case_statement] = STATE(265), - [sym_while_statement] = STATE(265), - [sym_do_statement] = STATE(265), - [sym_for_statement] = STATE(265), - [sym_return_statement] = STATE(265), - [sym_break_statement] = STATE(265), - [sym_continue_statement] = STATE(265), - [sym_goto_statement] = STATE(265), - [sym_seh_try_statement] = STATE(265), - [sym_seh_leave_statement] = STATE(265), - [sym__expression] = STATE(1237), - [sym__expression_not_binary] = STATE(824), - [sym_comma_expression] = STATE(2079), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_attributed_declarator_repeat1] = STATE(423), - [sym_identifier] = ACTIONS(1534), + [439] = { + [sym_attribute_declaration] = STATE(407), + [sym_compound_statement] = STATE(215), + [sym_attributed_statement] = STATE(215), + [sym_labeled_statement] = STATE(215), + [sym_expression_statement] = STATE(215), + [sym_if_statement] = STATE(215), + [sym_switch_statement] = STATE(215), + [sym_case_statement] = STATE(215), + [sym_while_statement] = STATE(215), + [sym_do_statement] = STATE(215), + [sym_for_statement] = STATE(215), + [sym_return_statement] = STATE(215), + [sym_break_statement] = STATE(215), + [sym_continue_statement] = STATE(215), + [sym_goto_statement] = STATE(215), + [sym_seh_try_statement] = STATE(215), + [sym_seh_leave_statement] = STATE(215), + [sym__expression] = STATE(1203), + [sym__expression_not_binary] = STATE(807), + [sym_comma_expression] = STATE(2003), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_attributed_declarator_repeat1] = STATE(407), + [sym_identifier] = ACTIONS(1538), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -63910,22 +64285,22 @@ 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(1099), + [anon_sym_SEMI] = ACTIONS(545), [anon_sym_LBRACK_LBRACK] = ACTIONS(1536), - [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___try] = ACTIONS(1101), - [anon_sym___leave] = ACTIONS(1103), + [anon_sym_LBRACE] = ACTIONS(553), + [anon_sym_if] = ACTIONS(555), + [anon_sym_switch] = ACTIONS(557), + [anon_sym_case] = ACTIONS(559), + [anon_sym_default] = ACTIONS(561), + [anon_sym_while] = ACTIONS(563), + [anon_sym_do] = ACTIONS(565), + [anon_sym_for] = ACTIONS(567), + [anon_sym_return] = ACTIONS(569), + [anon_sym_break] = ACTIONS(571), + [anon_sym_continue] = ACTIONS(573), + [anon_sym_goto] = ACTIONS(575), + [anon_sym___try] = ACTIONS(577), + [anon_sym___leave] = ACTIONS(579), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -63955,50 +64330,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [436] = { - [sym_attribute_declaration] = STATE(448), - [sym_compound_statement] = STATE(113), - [sym_attributed_statement] = STATE(113), - [sym_labeled_statement] = STATE(113), - [sym_expression_statement] = STATE(113), - [sym_if_statement] = STATE(113), - [sym_switch_statement] = STATE(113), - [sym_case_statement] = STATE(113), - [sym_while_statement] = STATE(113), - [sym_do_statement] = STATE(113), - [sym_for_statement] = STATE(113), - [sym_return_statement] = STATE(113), - [sym_break_statement] = STATE(113), - [sym_continue_statement] = STATE(113), - [sym_goto_statement] = STATE(113), - [sym_seh_try_statement] = STATE(113), - [sym_seh_leave_statement] = STATE(113), - [sym__expression] = STATE(1239), - [sym__expression_not_binary] = STATE(824), - [sym_comma_expression] = STATE(2185), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_attributed_declarator_repeat1] = STATE(448), - [sym_identifier] = ACTIONS(1644), + [440] = { + [sym_attribute_declaration] = STATE(407), + [sym_compound_statement] = STATE(331), + [sym_attributed_statement] = STATE(331), + [sym_labeled_statement] = STATE(331), + [sym_expression_statement] = STATE(331), + [sym_if_statement] = STATE(331), + [sym_switch_statement] = STATE(331), + [sym_case_statement] = STATE(331), + [sym_while_statement] = STATE(331), + [sym_do_statement] = STATE(331), + [sym_for_statement] = STATE(331), + [sym_return_statement] = STATE(331), + [sym_break_statement] = STATE(331), + [sym_continue_statement] = STATE(331), + [sym_goto_statement] = STATE(331), + [sym_seh_try_statement] = STATE(331), + [sym_seh_leave_statement] = STATE(331), + [sym__expression] = STATE(1203), + [sym__expression_not_binary] = STATE(807), + [sym_comma_expression] = STATE(2003), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_attributed_declarator_repeat1] = STATE(407), + [sym_identifier] = ACTIONS(1538), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -64006,22 +64381,22 @@ 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_SEMI] = ACTIONS(545), [anon_sym_LBRACK_LBRACK] = ACTIONS(1536), - [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___try] = ACTIONS(153), - [anon_sym___leave] = ACTIONS(155), + [anon_sym_LBRACE] = ACTIONS(553), + [anon_sym_if] = ACTIONS(555), + [anon_sym_switch] = ACTIONS(557), + [anon_sym_case] = ACTIONS(559), + [anon_sym_default] = ACTIONS(561), + [anon_sym_while] = ACTIONS(563), + [anon_sym_do] = ACTIONS(565), + [anon_sym_for] = ACTIONS(567), + [anon_sym_return] = ACTIONS(569), + [anon_sym_break] = ACTIONS(571), + [anon_sym_continue] = ACTIONS(573), + [anon_sym_goto] = ACTIONS(575), + [anon_sym___try] = ACTIONS(577), + [anon_sym___leave] = ACTIONS(579), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -64051,146 +64426,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [437] = { - [sym_attribute_declaration] = STATE(437), - [sym_compound_statement] = STATE(294), - [sym_attributed_statement] = STATE(294), - [sym_labeled_statement] = STATE(294), - [sym_expression_statement] = STATE(294), - [sym_if_statement] = STATE(294), - [sym_switch_statement] = STATE(294), - [sym_case_statement] = STATE(294), - [sym_while_statement] = STATE(294), - [sym_do_statement] = STATE(294), - [sym_for_statement] = STATE(294), - [sym_return_statement] = STATE(294), - [sym_break_statement] = STATE(294), - [sym_continue_statement] = STATE(294), - [sym_goto_statement] = STATE(294), - [sym_seh_try_statement] = STATE(294), - [sym_seh_leave_statement] = STATE(294), - [sym__expression] = STATE(1203), - [sym__expression_not_binary] = STATE(824), - [sym_comma_expression] = STATE(2003), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_attributed_declarator_repeat1] = STATE(437), - [sym_identifier] = ACTIONS(1744), - [anon_sym_LPAREN2] = ACTIONS(1545), - [anon_sym_BANG] = ACTIONS(1548), - [anon_sym_TILDE] = ACTIONS(1548), - [anon_sym_DASH] = ACTIONS(1551), - [anon_sym_PLUS] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1554), - [anon_sym_AMP] = ACTIONS(1554), - [anon_sym_SEMI] = ACTIONS(1747), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1560), - [anon_sym_LBRACE] = ACTIONS(1750), - [anon_sym_if] = ACTIONS(1753), - [anon_sym_switch] = ACTIONS(1756), - [anon_sym_case] = ACTIONS(1759), - [anon_sym_default] = ACTIONS(1762), - [anon_sym_while] = ACTIONS(1765), - [anon_sym_do] = ACTIONS(1768), - [anon_sym_for] = ACTIONS(1771), - [anon_sym_return] = ACTIONS(1774), - [anon_sym_break] = ACTIONS(1777), - [anon_sym_continue] = ACTIONS(1780), - [anon_sym_goto] = ACTIONS(1783), - [anon_sym___try] = ACTIONS(1786), - [anon_sym___leave] = ACTIONS(1789), - [anon_sym_DASH_DASH] = ACTIONS(1605), - [anon_sym_PLUS_PLUS] = ACTIONS(1605), - [anon_sym_sizeof] = ACTIONS(1608), - [anon_sym___alignof__] = ACTIONS(1611), - [anon_sym___alignof] = ACTIONS(1611), - [anon_sym__alignof] = ACTIONS(1611), - [anon_sym_alignof] = ACTIONS(1611), - [anon_sym__Alignof] = ACTIONS(1611), - [anon_sym_offsetof] = ACTIONS(1614), - [anon_sym__Generic] = ACTIONS(1617), - [anon_sym_asm] = ACTIONS(1620), - [anon_sym___asm__] = ACTIONS(1620), - [sym_number_literal] = ACTIONS(1623), - [anon_sym_L_SQUOTE] = ACTIONS(1626), - [anon_sym_u_SQUOTE] = ACTIONS(1626), - [anon_sym_U_SQUOTE] = ACTIONS(1626), - [anon_sym_u8_SQUOTE] = ACTIONS(1626), - [anon_sym_SQUOTE] = ACTIONS(1626), - [anon_sym_L_DQUOTE] = ACTIONS(1629), - [anon_sym_u_DQUOTE] = ACTIONS(1629), - [anon_sym_U_DQUOTE] = ACTIONS(1629), - [anon_sym_u8_DQUOTE] = ACTIONS(1629), - [anon_sym_DQUOTE] = ACTIONS(1629), - [sym_true] = ACTIONS(1632), - [sym_false] = ACTIONS(1632), - [anon_sym_NULL] = ACTIONS(1635), - [anon_sym_nullptr] = ACTIONS(1635), - [sym_comment] = ACTIONS(3), - }, - [438] = { - [sym_attribute_declaration] = STATE(408), - [sym_compound_statement] = STATE(211), - [sym_attributed_statement] = STATE(211), - [sym_labeled_statement] = STATE(211), - [sym_expression_statement] = STATE(211), - [sym_if_statement] = STATE(211), - [sym_switch_statement] = STATE(211), - [sym_case_statement] = STATE(211), - [sym_while_statement] = STATE(211), - [sym_do_statement] = STATE(211), - [sym_for_statement] = STATE(211), - [sym_return_statement] = STATE(211), - [sym_break_statement] = STATE(211), - [sym_continue_statement] = STATE(211), - [sym_goto_statement] = STATE(211), - [sym_seh_try_statement] = STATE(211), - [sym_seh_leave_statement] = STATE(211), - [sym__expression] = STATE(1203), - [sym__expression_not_binary] = STATE(824), - [sym_comma_expression] = STATE(2003), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_attributed_declarator_repeat1] = STATE(408), - [sym_identifier] = ACTIONS(1540), + [441] = { + [sym_attribute_declaration] = STATE(450), + [sym_compound_statement] = STATE(118), + [sym_attributed_statement] = STATE(118), + [sym_labeled_statement] = STATE(118), + [sym_expression_statement] = STATE(118), + [sym_if_statement] = STATE(118), + [sym_switch_statement] = STATE(118), + [sym_case_statement] = STATE(118), + [sym_while_statement] = STATE(118), + [sym_do_statement] = STATE(118), + [sym_for_statement] = STATE(118), + [sym_return_statement] = STATE(118), + [sym_break_statement] = STATE(118), + [sym_continue_statement] = STATE(118), + [sym_goto_statement] = STATE(118), + [sym_seh_try_statement] = STATE(118), + [sym_seh_leave_statement] = STATE(118), + [sym__expression] = STATE(1239), + [sym__expression_not_binary] = STATE(807), + [sym_comma_expression] = STATE(2185), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_attributed_declarator_repeat1] = STATE(450), + [sym_identifier] = ACTIONS(1638), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -64198,22 +64477,22 @@ 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(721), + [anon_sym_SEMI] = ACTIONS(121), [anon_sym_LBRACK_LBRACK] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(729), - [anon_sym_if] = ACTIONS(731), - [anon_sym_switch] = ACTIONS(733), - [anon_sym_case] = ACTIONS(735), - [anon_sym_default] = ACTIONS(737), - [anon_sym_while] = ACTIONS(739), - [anon_sym_do] = ACTIONS(741), - [anon_sym_for] = ACTIONS(743), - [anon_sym_return] = ACTIONS(745), - [anon_sym_break] = ACTIONS(747), - [anon_sym_continue] = ACTIONS(749), - [anon_sym_goto] = ACTIONS(751), - [anon_sym___try] = ACTIONS(753), - [anon_sym___leave] = ACTIONS(755), + [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___try] = ACTIONS(153), + [anon_sym___leave] = ACTIONS(155), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -64243,50 +64522,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [439] = { - [sym_attribute_declaration] = STATE(408), - [sym_compound_statement] = STATE(328), - [sym_attributed_statement] = STATE(328), - [sym_labeled_statement] = STATE(328), - [sym_expression_statement] = STATE(328), - [sym_if_statement] = STATE(328), - [sym_switch_statement] = STATE(328), - [sym_case_statement] = STATE(328), - [sym_while_statement] = STATE(328), - [sym_do_statement] = STATE(328), - [sym_for_statement] = STATE(328), - [sym_return_statement] = STATE(328), - [sym_break_statement] = STATE(328), - [sym_continue_statement] = STATE(328), - [sym_goto_statement] = STATE(328), - [sym_seh_try_statement] = STATE(328), - [sym_seh_leave_statement] = STATE(328), + [442] = { + [sym_attribute_declaration] = STATE(407), + [sym_compound_statement] = STATE(232), + [sym_attributed_statement] = STATE(232), + [sym_labeled_statement] = STATE(232), + [sym_expression_statement] = STATE(232), + [sym_if_statement] = STATE(232), + [sym_switch_statement] = STATE(232), + [sym_case_statement] = STATE(232), + [sym_while_statement] = STATE(232), + [sym_do_statement] = STATE(232), + [sym_for_statement] = STATE(232), + [sym_return_statement] = STATE(232), + [sym_break_statement] = STATE(232), + [sym_continue_statement] = STATE(232), + [sym_goto_statement] = STATE(232), + [sym_seh_try_statement] = STATE(232), + [sym_seh_leave_statement] = STATE(232), [sym__expression] = STATE(1203), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2003), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_attributed_declarator_repeat1] = STATE(408), - [sym_identifier] = ACTIONS(1540), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_attributed_declarator_repeat1] = STATE(407), + [sym_identifier] = ACTIONS(1538), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -64294,22 +64573,22 @@ 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(721), + [anon_sym_SEMI] = ACTIONS(545), [anon_sym_LBRACK_LBRACK] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(729), - [anon_sym_if] = ACTIONS(731), - [anon_sym_switch] = ACTIONS(733), - [anon_sym_case] = ACTIONS(735), - [anon_sym_default] = ACTIONS(737), - [anon_sym_while] = ACTIONS(739), - [anon_sym_do] = ACTIONS(741), - [anon_sym_for] = ACTIONS(743), - [anon_sym_return] = ACTIONS(745), - [anon_sym_break] = ACTIONS(747), - [anon_sym_continue] = ACTIONS(749), - [anon_sym_goto] = ACTIONS(751), - [anon_sym___try] = ACTIONS(753), - [anon_sym___leave] = ACTIONS(755), + [anon_sym_LBRACE] = ACTIONS(553), + [anon_sym_if] = ACTIONS(555), + [anon_sym_switch] = ACTIONS(557), + [anon_sym_case] = ACTIONS(559), + [anon_sym_default] = ACTIONS(561), + [anon_sym_while] = ACTIONS(563), + [anon_sym_do] = ACTIONS(565), + [anon_sym_for] = ACTIONS(567), + [anon_sym_return] = ACTIONS(569), + [anon_sym_break] = ACTIONS(571), + [anon_sym_continue] = ACTIONS(573), + [anon_sym_goto] = ACTIONS(575), + [anon_sym___try] = ACTIONS(577), + [anon_sym___leave] = ACTIONS(579), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -64339,50 +64618,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [440] = { - [sym_attribute_declaration] = STATE(448), - [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_seh_try_statement] = STATE(90), - [sym_seh_leave_statement] = STATE(90), - [sym__expression] = STATE(1239), - [sym__expression_not_binary] = STATE(824), - [sym_comma_expression] = STATE(2185), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_attributed_declarator_repeat1] = STATE(448), - [sym_identifier] = ACTIONS(1644), + [443] = { + [sym_attribute_declaration] = STATE(420), + [sym_compound_statement] = STATE(260), + [sym_attributed_statement] = STATE(257), + [sym_labeled_statement] = STATE(253), + [sym_expression_statement] = STATE(252), + [sym_if_statement] = STATE(250), + [sym_switch_statement] = STATE(244), + [sym_case_statement] = STATE(243), + [sym_while_statement] = STATE(242), + [sym_do_statement] = STATE(241), + [sym_for_statement] = STATE(238), + [sym_return_statement] = STATE(236), + [sym_break_statement] = STATE(235), + [sym_continue_statement] = STATE(234), + [sym_goto_statement] = STATE(254), + [sym_seh_try_statement] = STATE(231), + [sym_seh_leave_statement] = STATE(239), + [sym__expression] = STATE(1237), + [sym__expression_not_binary] = STATE(807), + [sym_comma_expression] = STATE(2079), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_attributed_declarator_repeat1] = STATE(420), + [sym_identifier] = ACTIONS(1534), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -64390,22 +64669,22 @@ 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_SEMI] = ACTIONS(1099), [anon_sym_LBRACK_LBRACK] = ACTIONS(1536), - [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___try] = ACTIONS(153), - [anon_sym___leave] = ACTIONS(155), + [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___try] = ACTIONS(1101), + [anon_sym___leave] = ACTIONS(1103), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -64435,8 +64714,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [441] = { - [sym_attribute_declaration] = STATE(425), + [444] = { + [sym_attribute_declaration] = STATE(427), [sym_compound_statement] = STATE(2145), [sym_attributed_statement] = STATE(2145), [sym_labeled_statement] = STATE(2145), @@ -64454,31 +64733,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_seh_try_statement] = STATE(2145), [sym_seh_leave_statement] = STATE(2145), [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_attributed_declarator_repeat1] = STATE(425), - [sym_identifier] = ACTIONS(1638), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_attributed_declarator_repeat1] = STATE(427), + [sym_identifier] = ACTIONS(1642), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -64491,8 +64770,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_if] = ACTIONS(1263), [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(1640), - [anon_sym_default] = ACTIONS(1642), + [anon_sym_case] = ACTIONS(1644), + [anon_sym_default] = ACTIONS(1646), [anon_sym_while] = ACTIONS(1265), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(1267), @@ -64531,200 +64810,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [442] = { - [sym_attribute_declaration] = STATE(442), - [sym_compound_statement] = STATE(117), - [sym_attributed_statement] = STATE(117), - [sym_labeled_statement] = STATE(117), - [sym_expression_statement] = STATE(117), - [sym_if_statement] = STATE(117), - [sym_switch_statement] = STATE(117), - [sym_case_statement] = STATE(117), - [sym_while_statement] = STATE(117), - [sym_do_statement] = STATE(117), - [sym_for_statement] = STATE(117), - [sym_return_statement] = STATE(117), - [sym_break_statement] = STATE(117), - [sym_continue_statement] = STATE(117), - [sym_goto_statement] = STATE(117), - [sym_seh_try_statement] = STATE(117), - [sym_seh_leave_statement] = STATE(117), - [sym__expression] = STATE(1239), - [sym__expression_not_binary] = STATE(824), - [sym_comma_expression] = STATE(2185), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_attributed_declarator_repeat1] = STATE(442), - [sym_identifier] = ACTIONS(1792), - [anon_sym_LPAREN2] = ACTIONS(1545), - [anon_sym_BANG] = ACTIONS(1548), - [anon_sym_TILDE] = ACTIONS(1548), - [anon_sym_DASH] = ACTIONS(1551), - [anon_sym_PLUS] = ACTIONS(1551), - [anon_sym_STAR] = ACTIONS(1554), - [anon_sym_AMP] = ACTIONS(1554), - [anon_sym_SEMI] = ACTIONS(1795), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1560), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_if] = ACTIONS(1801), - [anon_sym_switch] = ACTIONS(1804), - [anon_sym_case] = ACTIONS(1807), - [anon_sym_default] = ACTIONS(1810), - [anon_sym_while] = ACTIONS(1813), - [anon_sym_do] = ACTIONS(1816), - [anon_sym_for] = ACTIONS(1819), - [anon_sym_return] = ACTIONS(1822), - [anon_sym_break] = ACTIONS(1825), - [anon_sym_continue] = ACTIONS(1828), - [anon_sym_goto] = ACTIONS(1831), - [anon_sym___try] = ACTIONS(1834), - [anon_sym___leave] = ACTIONS(1837), - [anon_sym_DASH_DASH] = ACTIONS(1605), - [anon_sym_PLUS_PLUS] = ACTIONS(1605), - [anon_sym_sizeof] = ACTIONS(1608), - [anon_sym___alignof__] = ACTIONS(1611), - [anon_sym___alignof] = ACTIONS(1611), - [anon_sym__alignof] = ACTIONS(1611), - [anon_sym_alignof] = ACTIONS(1611), - [anon_sym__Alignof] = ACTIONS(1611), - [anon_sym_offsetof] = ACTIONS(1614), - [anon_sym__Generic] = ACTIONS(1617), - [anon_sym_asm] = ACTIONS(1620), - [anon_sym___asm__] = ACTIONS(1620), - [sym_number_literal] = ACTIONS(1623), - [anon_sym_L_SQUOTE] = ACTIONS(1626), - [anon_sym_u_SQUOTE] = ACTIONS(1626), - [anon_sym_U_SQUOTE] = ACTIONS(1626), - [anon_sym_u8_SQUOTE] = ACTIONS(1626), - [anon_sym_SQUOTE] = ACTIONS(1626), - [anon_sym_L_DQUOTE] = ACTIONS(1629), - [anon_sym_u_DQUOTE] = ACTIONS(1629), - [anon_sym_U_DQUOTE] = ACTIONS(1629), - [anon_sym_u8_DQUOTE] = ACTIONS(1629), - [anon_sym_DQUOTE] = ACTIONS(1629), - [sym_true] = ACTIONS(1632), - [sym_false] = ACTIONS(1632), - [anon_sym_NULL] = ACTIONS(1635), - [anon_sym_nullptr] = ACTIONS(1635), - [sym_comment] = ACTIONS(3), - }, - [443] = { - [sym_attribute_declaration] = STATE(423), - [sym_compound_statement] = STATE(253), - [sym_attributed_statement] = STATE(252), - [sym_labeled_statement] = STATE(250), - [sym_expression_statement] = STATE(244), - [sym_if_statement] = STATE(243), - [sym_switch_statement] = STATE(242), - [sym_case_statement] = STATE(241), - [sym_while_statement] = STATE(238), - [sym_do_statement] = STATE(236), - [sym_for_statement] = STATE(235), - [sym_return_statement] = STATE(234), - [sym_break_statement] = STATE(256), - [sym_continue_statement] = STATE(231), - [sym_goto_statement] = STATE(247), - [sym_seh_try_statement] = STATE(233), - [sym_seh_leave_statement] = STATE(251), - [sym__expression] = STATE(1237), - [sym__expression_not_binary] = STATE(824), - [sym_comma_expression] = STATE(2079), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_attributed_declarator_repeat1] = STATE(423), - [sym_identifier] = ACTIONS(1534), - [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(1099), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1536), - [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___try] = ACTIONS(1101), - [anon_sym___leave] = ACTIONS(1103), - [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(157), - [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(159), - [sym_false] = ACTIONS(159), - [anon_sym_NULL] = ACTIONS(99), - [anon_sym_nullptr] = ACTIONS(99), + [445] = { + [ts_builtin_sym_end] = ACTIONS(1498), + [sym_identifier] = ACTIONS(1496), + [aux_sym_preproc_include_token1] = ACTIONS(1496), + [aux_sym_preproc_def_token1] = ACTIONS(1496), + [anon_sym_COMMA] = ACTIONS(1498), + [aux_sym_preproc_if_token1] = ACTIONS(1496), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1496), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1496), + [sym_preproc_directive] = ACTIONS(1496), + [anon_sym_LPAREN2] = ACTIONS(1498), + [anon_sym_BANG] = ACTIONS(1498), + [anon_sym_TILDE] = ACTIONS(1498), + [anon_sym_DASH] = ACTIONS(1496), + [anon_sym_PLUS] = ACTIONS(1496), + [anon_sym_STAR] = ACTIONS(1498), + [anon_sym_AMP] = ACTIONS(1498), + [anon_sym___extension__] = ACTIONS(1496), + [anon_sym_typedef] = ACTIONS(1496), + [anon_sym_extern] = ACTIONS(1496), + [anon_sym___attribute__] = ACTIONS(1496), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1498), + [anon_sym___declspec] = ACTIONS(1496), + [anon_sym___cdecl] = ACTIONS(1496), + [anon_sym___clrcall] = ACTIONS(1496), + [anon_sym___stdcall] = ACTIONS(1496), + [anon_sym___fastcall] = ACTIONS(1496), + [anon_sym___thiscall] = ACTIONS(1496), + [anon_sym___vectorcall] = ACTIONS(1496), + [anon_sym_LBRACE] = ACTIONS(1498), + [anon_sym_RBRACE] = ACTIONS(1498), + [anon_sym_signed] = ACTIONS(1496), + [anon_sym_unsigned] = ACTIONS(1496), + [anon_sym_long] = ACTIONS(1496), + [anon_sym_short] = ACTIONS(1496), + [anon_sym_static] = ACTIONS(1496), + [anon_sym_auto] = ACTIONS(1496), + [anon_sym_register] = ACTIONS(1496), + [anon_sym_inline] = ACTIONS(1496), + [anon_sym___inline] = ACTIONS(1496), + [anon_sym___inline__] = ACTIONS(1496), + [anon_sym___forceinline] = ACTIONS(1496), + [anon_sym_thread_local] = ACTIONS(1496), + [anon_sym___thread] = ACTIONS(1496), + [anon_sym_const] = ACTIONS(1496), + [anon_sym_constexpr] = ACTIONS(1496), + [anon_sym_volatile] = ACTIONS(1496), + [anon_sym_restrict] = ACTIONS(1496), + [anon_sym___restrict__] = ACTIONS(1496), + [anon_sym__Atomic] = ACTIONS(1496), + [anon_sym__Noreturn] = ACTIONS(1496), + [anon_sym_noreturn] = ACTIONS(1496), + [sym_primitive_type] = ACTIONS(1496), + [anon_sym_enum] = ACTIONS(1496), + [anon_sym_struct] = ACTIONS(1496), + [anon_sym_union] = ACTIONS(1496), + [anon_sym_if] = ACTIONS(1496), + [anon_sym_switch] = ACTIONS(1496), + [anon_sym_case] = ACTIONS(1496), + [anon_sym_default] = ACTIONS(1496), + [anon_sym_while] = ACTIONS(1496), + [anon_sym_do] = ACTIONS(1496), + [anon_sym_for] = ACTIONS(1496), + [anon_sym_return] = ACTIONS(1496), + [anon_sym_break] = ACTIONS(1496), + [anon_sym_continue] = ACTIONS(1496), + [anon_sym_goto] = ACTIONS(1496), + [anon_sym_DASH_DASH] = ACTIONS(1498), + [anon_sym_PLUS_PLUS] = ACTIONS(1498), + [anon_sym_sizeof] = ACTIONS(1496), + [anon_sym___alignof__] = ACTIONS(1496), + [anon_sym___alignof] = ACTIONS(1496), + [anon_sym__alignof] = ACTIONS(1496), + [anon_sym_alignof] = ACTIONS(1496), + [anon_sym__Alignof] = ACTIONS(1496), + [anon_sym_offsetof] = ACTIONS(1496), + [anon_sym__Generic] = ACTIONS(1496), + [anon_sym_asm] = ACTIONS(1496), + [anon_sym___asm__] = ACTIONS(1496), + [sym_number_literal] = ACTIONS(1498), + [anon_sym_L_SQUOTE] = ACTIONS(1498), + [anon_sym_u_SQUOTE] = ACTIONS(1498), + [anon_sym_U_SQUOTE] = ACTIONS(1498), + [anon_sym_u8_SQUOTE] = ACTIONS(1498), + [anon_sym_SQUOTE] = ACTIONS(1498), + [anon_sym_L_DQUOTE] = ACTIONS(1498), + [anon_sym_u_DQUOTE] = ACTIONS(1498), + [anon_sym_U_DQUOTE] = ACTIONS(1498), + [anon_sym_u8_DQUOTE] = ACTIONS(1498), + [anon_sym_DQUOTE] = ACTIONS(1498), + [sym_true] = ACTIONS(1496), + [sym_false] = ACTIONS(1496), + [anon_sym_NULL] = ACTIONS(1496), + [anon_sym_nullptr] = ACTIONS(1496), [sym_comment] = ACTIONS(3), }, - [444] = { - [sym_attribute_declaration] = STATE(425), + [446] = { + [sym_attribute_declaration] = STATE(427), [sym_compound_statement] = STATE(2153), [sym_attributed_statement] = STATE(2153), [sym_labeled_statement] = STATE(2153), @@ -64742,31 +64925,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_seh_try_statement] = STATE(2153), [sym_seh_leave_statement] = STATE(2153), [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_attributed_declarator_repeat1] = STATE(425), - [sym_identifier] = ACTIONS(1638), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_attributed_declarator_repeat1] = STATE(427), + [sym_identifier] = ACTIONS(1642), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -64779,8 +64962,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_if] = ACTIONS(1263), [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(1640), - [anon_sym_default] = ACTIONS(1642), + [anon_sym_case] = ACTIONS(1644), + [anon_sym_default] = ACTIONS(1646), [anon_sym_while] = ACTIONS(1265), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(1267), @@ -64819,50 +65002,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [445] = { - [sym_attribute_declaration] = STATE(408), - [sym_compound_statement] = STATE(311), - [sym_attributed_statement] = STATE(311), - [sym_labeled_statement] = STATE(311), - [sym_expression_statement] = STATE(311), - [sym_if_statement] = STATE(311), - [sym_switch_statement] = STATE(311), - [sym_case_statement] = STATE(311), - [sym_while_statement] = STATE(311), - [sym_do_statement] = STATE(311), - [sym_for_statement] = STATE(311), - [sym_return_statement] = STATE(311), - [sym_break_statement] = STATE(311), - [sym_continue_statement] = STATE(311), - [sym_goto_statement] = STATE(311), - [sym_seh_try_statement] = STATE(311), - [sym_seh_leave_statement] = STATE(311), + [447] = { + [sym_attribute_declaration] = STATE(407), + [sym_compound_statement] = STATE(314), + [sym_attributed_statement] = STATE(314), + [sym_labeled_statement] = STATE(314), + [sym_expression_statement] = STATE(314), + [sym_if_statement] = STATE(314), + [sym_switch_statement] = STATE(314), + [sym_case_statement] = STATE(314), + [sym_while_statement] = STATE(314), + [sym_do_statement] = STATE(314), + [sym_for_statement] = STATE(314), + [sym_return_statement] = STATE(314), + [sym_break_statement] = STATE(314), + [sym_continue_statement] = STATE(314), + [sym_goto_statement] = STATE(314), + [sym_seh_try_statement] = STATE(314), + [sym_seh_leave_statement] = STATE(314), [sym__expression] = STATE(1203), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2003), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_attributed_declarator_repeat1] = STATE(408), - [sym_identifier] = ACTIONS(1540), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_attributed_declarator_repeat1] = STATE(407), + [sym_identifier] = ACTIONS(1538), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -64870,22 +65053,22 @@ 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(721), + [anon_sym_SEMI] = ACTIONS(545), [anon_sym_LBRACK_LBRACK] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(729), - [anon_sym_if] = ACTIONS(731), - [anon_sym_switch] = ACTIONS(733), - [anon_sym_case] = ACTIONS(735), - [anon_sym_default] = ACTIONS(737), - [anon_sym_while] = ACTIONS(739), - [anon_sym_do] = ACTIONS(741), - [anon_sym_for] = ACTIONS(743), - [anon_sym_return] = ACTIONS(745), - [anon_sym_break] = ACTIONS(747), - [anon_sym_continue] = ACTIONS(749), - [anon_sym_goto] = ACTIONS(751), - [anon_sym___try] = ACTIONS(753), - [anon_sym___leave] = ACTIONS(755), + [anon_sym_LBRACE] = ACTIONS(553), + [anon_sym_if] = ACTIONS(555), + [anon_sym_switch] = ACTIONS(557), + [anon_sym_case] = ACTIONS(559), + [anon_sym_default] = ACTIONS(561), + [anon_sym_while] = ACTIONS(563), + [anon_sym_do] = ACTIONS(565), + [anon_sym_for] = ACTIONS(567), + [anon_sym_return] = ACTIONS(569), + [anon_sym_break] = ACTIONS(571), + [anon_sym_continue] = ACTIONS(573), + [anon_sym_goto] = ACTIONS(575), + [anon_sym___try] = ACTIONS(577), + [anon_sym___leave] = ACTIONS(579), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -64915,39 +65098,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [446] = { - [sym__expression] = STATE(919), - [sym__expression_not_binary] = STATE(926), - [sym_conditional_expression] = STATE(926), - [sym_assignment_expression] = STATE(926), - [sym_pointer_expression] = STATE(926), - [sym_unary_expression] = STATE(926), - [sym_binary_expression] = STATE(926), - [sym_update_expression] = STATE(926), - [sym_cast_expression] = STATE(926), - [sym_sizeof_expression] = STATE(926), - [sym_alignof_expression] = STATE(926), - [sym_offsetof_expression] = STATE(926), - [sym_generic_expression] = STATE(926), - [sym_subscript_expression] = STATE(926), - [sym_call_expression] = STATE(926), - [sym_gnu_asm_expression] = STATE(926), - [sym_field_expression] = STATE(926), - [sym_compound_literal_expression] = STATE(926), - [sym_parenthesized_expression] = STATE(926), + [448] = { + [sym__expression] = STATE(917), + [sym__expression_not_binary] = STATE(925), + [sym_conditional_expression] = STATE(925), + [sym_assignment_expression] = STATE(925), + [sym_pointer_expression] = STATE(925), + [sym_unary_expression] = STATE(925), + [sym_binary_expression] = STATE(925), + [sym_update_expression] = STATE(925), + [sym_cast_expression] = STATE(925), + [sym_sizeof_expression] = STATE(925), + [sym_alignof_expression] = STATE(925), + [sym_offsetof_expression] = STATE(925), + [sym_generic_expression] = STATE(925), + [sym_subscript_expression] = STATE(925), + [sym_call_expression] = STATE(925), + [sym_gnu_asm_expression] = STATE(925), + [sym_field_expression] = STATE(925), + [sym_compound_literal_expression] = STATE(925), + [sym_parenthesized_expression] = STATE(925), [sym_initializer_list] = STATE(932), - [sym_char_literal] = STATE(926), - [sym_concatenated_string] = STATE(926), - [sym_string_literal] = STATE(848), - [sym_null] = STATE(926), + [sym_char_literal] = STATE(925), + [sym_concatenated_string] = STATE(925), + [sym_string_literal] = STATE(847), + [sym_null] = STATE(925), [sym_identifier] = ACTIONS(1514), [anon_sym_COMMA] = ACTIONS(1516), [aux_sym_preproc_if_token2] = ACTIONS(1516), [aux_sym_preproc_else_token1] = ACTIONS(1516), [aux_sym_preproc_elif_token1] = ACTIONS(1516), [anon_sym_LPAREN2] = ACTIONS(1516), - [anon_sym_BANG] = ACTIONS(1840), - [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_BANG] = ACTIONS(1792), + [anon_sym_TILDE] = ACTIONS(1794), [anon_sym_DASH] = ACTIONS(1514), [anon_sym_PLUS] = ACTIONS(1514), [anon_sym_STAR] = ACTIONS(1514), @@ -64964,193 +65147,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_EQ] = ACTIONS(1516), [anon_sym_LT_EQ] = ACTIONS(1516), [anon_sym_LT] = ACTIONS(1514), - [anon_sym_LT_LT] = ACTIONS(1514), - [anon_sym_GT_GT] = ACTIONS(1514), - [anon_sym_LBRACE] = ACTIONS(1844), - [anon_sym_LBRACK] = ACTIONS(1516), - [anon_sym_EQ] = ACTIONS(1514), - [anon_sym_QMARK] = ACTIONS(1516), - [anon_sym_STAR_EQ] = ACTIONS(1516), - [anon_sym_SLASH_EQ] = ACTIONS(1516), - [anon_sym_PERCENT_EQ] = ACTIONS(1516), - [anon_sym_PLUS_EQ] = ACTIONS(1516), - [anon_sym_DASH_EQ] = ACTIONS(1516), - [anon_sym_LT_LT_EQ] = ACTIONS(1516), - [anon_sym_GT_GT_EQ] = ACTIONS(1516), - [anon_sym_AMP_EQ] = ACTIONS(1516), - [anon_sym_CARET_EQ] = ACTIONS(1516), - [anon_sym_PIPE_EQ] = ACTIONS(1516), - [anon_sym_DASH_DASH] = ACTIONS(1516), - [anon_sym_PLUS_PLUS] = ACTIONS(1516), - [anon_sym_sizeof] = ACTIONS(1846), - [anon_sym___alignof__] = ACTIONS(1848), - [anon_sym___alignof] = ACTIONS(1848), - [anon_sym__alignof] = ACTIONS(1848), - [anon_sym_alignof] = ACTIONS(1848), - [anon_sym__Alignof] = ACTIONS(1848), - [anon_sym_offsetof] = ACTIONS(1850), - [anon_sym__Generic] = ACTIONS(1852), - [anon_sym_asm] = ACTIONS(1854), - [anon_sym___asm__] = ACTIONS(1854), - [anon_sym_DOT] = ACTIONS(1514), - [anon_sym_DASH_GT] = ACTIONS(1516), - [sym_number_literal] = ACTIONS(1856), - [anon_sym_L_SQUOTE] = ACTIONS(1858), - [anon_sym_u_SQUOTE] = ACTIONS(1858), - [anon_sym_U_SQUOTE] = ACTIONS(1858), - [anon_sym_u8_SQUOTE] = ACTIONS(1858), - [anon_sym_SQUOTE] = ACTIONS(1858), - [anon_sym_L_DQUOTE] = ACTIONS(1860), - [anon_sym_u_DQUOTE] = ACTIONS(1860), - [anon_sym_U_DQUOTE] = ACTIONS(1860), - [anon_sym_u8_DQUOTE] = ACTIONS(1860), - [anon_sym_DQUOTE] = ACTIONS(1860), - [sym_true] = ACTIONS(1862), - [sym_false] = ACTIONS(1862), - [anon_sym_NULL] = ACTIONS(1864), - [anon_sym_nullptr] = ACTIONS(1864), - [sym_comment] = ACTIONS(3), - }, - [447] = { - [sym_attribute_declaration] = STATE(448), - [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_seh_try_statement] = STATE(109), - [sym_seh_leave_statement] = STATE(109), - [sym__expression] = STATE(1239), - [sym__expression_not_binary] = STATE(824), - [sym_comma_expression] = STATE(2185), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_attributed_declarator_repeat1] = STATE(448), - [sym_identifier] = ACTIONS(1644), - [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(1536), - [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___try] = ACTIONS(153), - [anon_sym___leave] = ACTIONS(155), - [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(157), - [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(159), - [sym_false] = ACTIONS(159), - [anon_sym_NULL] = ACTIONS(99), - [anon_sym_nullptr] = ACTIONS(99), + [anon_sym_LT_LT] = ACTIONS(1514), + [anon_sym_GT_GT] = ACTIONS(1514), + [anon_sym_LBRACE] = ACTIONS(1796), + [anon_sym_LBRACK] = ACTIONS(1516), + [anon_sym_EQ] = ACTIONS(1514), + [anon_sym_QMARK] = ACTIONS(1516), + [anon_sym_STAR_EQ] = ACTIONS(1516), + [anon_sym_SLASH_EQ] = ACTIONS(1516), + [anon_sym_PERCENT_EQ] = ACTIONS(1516), + [anon_sym_PLUS_EQ] = ACTIONS(1516), + [anon_sym_DASH_EQ] = ACTIONS(1516), + [anon_sym_LT_LT_EQ] = ACTIONS(1516), + [anon_sym_GT_GT_EQ] = ACTIONS(1516), + [anon_sym_AMP_EQ] = ACTIONS(1516), + [anon_sym_CARET_EQ] = ACTIONS(1516), + [anon_sym_PIPE_EQ] = ACTIONS(1516), + [anon_sym_DASH_DASH] = ACTIONS(1516), + [anon_sym_PLUS_PLUS] = ACTIONS(1516), + [anon_sym_sizeof] = ACTIONS(1798), + [anon_sym___alignof__] = ACTIONS(1800), + [anon_sym___alignof] = ACTIONS(1800), + [anon_sym__alignof] = ACTIONS(1800), + [anon_sym_alignof] = ACTIONS(1800), + [anon_sym__Alignof] = ACTIONS(1800), + [anon_sym_offsetof] = ACTIONS(1802), + [anon_sym__Generic] = ACTIONS(1804), + [anon_sym_asm] = ACTIONS(1806), + [anon_sym___asm__] = ACTIONS(1806), + [anon_sym_DOT] = ACTIONS(1514), + [anon_sym_DASH_GT] = ACTIONS(1516), + [sym_number_literal] = ACTIONS(1808), + [anon_sym_L_SQUOTE] = ACTIONS(1810), + [anon_sym_u_SQUOTE] = ACTIONS(1810), + [anon_sym_U_SQUOTE] = ACTIONS(1810), + [anon_sym_u8_SQUOTE] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1810), + [anon_sym_L_DQUOTE] = ACTIONS(1812), + [anon_sym_u_DQUOTE] = ACTIONS(1812), + [anon_sym_U_DQUOTE] = ACTIONS(1812), + [anon_sym_u8_DQUOTE] = ACTIONS(1812), + [anon_sym_DQUOTE] = ACTIONS(1812), + [sym_true] = ACTIONS(1814), + [sym_false] = ACTIONS(1814), + [anon_sym_NULL] = ACTIONS(1816), + [anon_sym_nullptr] = ACTIONS(1816), [sym_comment] = ACTIONS(3), }, - [448] = { - [sym_attribute_declaration] = STATE(442), - [sym_compound_statement] = STATE(117), - [sym_attributed_statement] = STATE(117), - [sym_labeled_statement] = STATE(117), - [sym_expression_statement] = STATE(117), - [sym_if_statement] = STATE(117), - [sym_switch_statement] = STATE(117), - [sym_case_statement] = STATE(117), - [sym_while_statement] = STATE(117), - [sym_do_statement] = STATE(117), - [sym_for_statement] = STATE(117), - [sym_return_statement] = STATE(117), - [sym_break_statement] = STATE(117), - [sym_continue_statement] = STATE(117), - [sym_goto_statement] = STATE(117), - [sym_seh_try_statement] = STATE(117), - [sym_seh_leave_statement] = STATE(117), + [449] = { + [sym_attribute_declaration] = STATE(441), + [sym_compound_statement] = STATE(110), + [sym_attributed_statement] = STATE(110), + [sym_labeled_statement] = STATE(110), + [sym_expression_statement] = STATE(110), + [sym_if_statement] = STATE(110), + [sym_switch_statement] = STATE(110), + [sym_case_statement] = STATE(110), + [sym_while_statement] = STATE(110), + [sym_do_statement] = STATE(110), + [sym_for_statement] = STATE(110), + [sym_return_statement] = STATE(110), + [sym_break_statement] = STATE(110), + [sym_continue_statement] = STATE(110), + [sym_goto_statement] = STATE(110), + [sym_seh_try_statement] = STATE(110), + [sym_seh_leave_statement] = STATE(110), [sym__expression] = STATE(1239), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2185), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_attributed_declarator_repeat1] = STATE(442), - [sym_identifier] = ACTIONS(1644), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_attributed_declarator_repeat1] = STATE(441), + [sym_identifier] = ACTIONS(1638), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -65203,50 +65290,146 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [449] = { - [sym_attribute_declaration] = STATE(425), - [sym_compound_statement] = STATE(503), - [sym_attributed_statement] = STATE(503), - [sym_labeled_statement] = STATE(503), - [sym_expression_statement] = STATE(503), - [sym_if_statement] = STATE(503), - [sym_switch_statement] = STATE(503), - [sym_case_statement] = STATE(503), - [sym_while_statement] = STATE(503), - [sym_do_statement] = STATE(503), - [sym_for_statement] = STATE(503), - [sym_return_statement] = STATE(503), - [sym_break_statement] = STATE(503), - [sym_continue_statement] = STATE(503), - [sym_goto_statement] = STATE(503), - [sym_seh_try_statement] = STATE(503), - [sym_seh_leave_statement] = STATE(503), - [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), - [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_attributed_declarator_repeat1] = STATE(425), - [sym_identifier] = ACTIONS(1638), + [450] = { + [sym_attribute_declaration] = STATE(450), + [sym_compound_statement] = STATE(118), + [sym_attributed_statement] = STATE(118), + [sym_labeled_statement] = STATE(118), + [sym_expression_statement] = STATE(118), + [sym_if_statement] = STATE(118), + [sym_switch_statement] = STATE(118), + [sym_case_statement] = STATE(118), + [sym_while_statement] = STATE(118), + [sym_do_statement] = STATE(118), + [sym_for_statement] = STATE(118), + [sym_return_statement] = STATE(118), + [sym_break_statement] = STATE(118), + [sym_continue_statement] = STATE(118), + [sym_goto_statement] = STATE(118), + [sym_seh_try_statement] = STATE(118), + [sym_seh_leave_statement] = STATE(118), + [sym__expression] = STATE(1239), + [sym__expression_not_binary] = STATE(807), + [sym_comma_expression] = STATE(2185), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_attributed_declarator_repeat1] = STATE(450), + [sym_identifier] = ACTIONS(1818), + [anon_sym_LPAREN2] = ACTIONS(1545), + [anon_sym_BANG] = ACTIONS(1548), + [anon_sym_TILDE] = ACTIONS(1548), + [anon_sym_DASH] = ACTIONS(1551), + [anon_sym_PLUS] = ACTIONS(1551), + [anon_sym_STAR] = ACTIONS(1554), + [anon_sym_AMP] = ACTIONS(1554), + [anon_sym_SEMI] = ACTIONS(1821), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1560), + [anon_sym_LBRACE] = ACTIONS(1824), + [anon_sym_if] = ACTIONS(1827), + [anon_sym_switch] = ACTIONS(1830), + [anon_sym_case] = ACTIONS(1833), + [anon_sym_default] = ACTIONS(1836), + [anon_sym_while] = ACTIONS(1839), + [anon_sym_do] = ACTIONS(1842), + [anon_sym_for] = ACTIONS(1845), + [anon_sym_return] = ACTIONS(1848), + [anon_sym_break] = ACTIONS(1851), + [anon_sym_continue] = ACTIONS(1854), + [anon_sym_goto] = ACTIONS(1857), + [anon_sym___try] = ACTIONS(1860), + [anon_sym___leave] = ACTIONS(1863), + [anon_sym_DASH_DASH] = ACTIONS(1605), + [anon_sym_PLUS_PLUS] = ACTIONS(1605), + [anon_sym_sizeof] = ACTIONS(1608), + [anon_sym___alignof__] = ACTIONS(1611), + [anon_sym___alignof] = ACTIONS(1611), + [anon_sym__alignof] = ACTIONS(1611), + [anon_sym_alignof] = ACTIONS(1611), + [anon_sym__Alignof] = ACTIONS(1611), + [anon_sym_offsetof] = ACTIONS(1614), + [anon_sym__Generic] = ACTIONS(1617), + [anon_sym_asm] = ACTIONS(1620), + [anon_sym___asm__] = ACTIONS(1620), + [sym_number_literal] = ACTIONS(1623), + [anon_sym_L_SQUOTE] = ACTIONS(1626), + [anon_sym_u_SQUOTE] = ACTIONS(1626), + [anon_sym_U_SQUOTE] = ACTIONS(1626), + [anon_sym_u8_SQUOTE] = ACTIONS(1626), + [anon_sym_SQUOTE] = ACTIONS(1626), + [anon_sym_L_DQUOTE] = ACTIONS(1629), + [anon_sym_u_DQUOTE] = ACTIONS(1629), + [anon_sym_U_DQUOTE] = ACTIONS(1629), + [anon_sym_u8_DQUOTE] = ACTIONS(1629), + [anon_sym_DQUOTE] = ACTIONS(1629), + [sym_true] = ACTIONS(1632), + [sym_false] = ACTIONS(1632), + [anon_sym_NULL] = ACTIONS(1635), + [anon_sym_nullptr] = ACTIONS(1635), + [sym_comment] = ACTIONS(3), + }, + [451] = { + [sym_attribute_declaration] = STATE(407), + [sym_compound_statement] = STATE(342), + [sym_attributed_statement] = STATE(341), + [sym_labeled_statement] = STATE(340), + [sym_expression_statement] = STATE(339), + [sym_if_statement] = STATE(338), + [sym_switch_statement] = STATE(336), + [sym_case_statement] = STATE(335), + [sym_while_statement] = STATE(334), + [sym_do_statement] = STATE(330), + [sym_for_statement] = STATE(329), + [sym_return_statement] = STATE(326), + [sym_break_statement] = STATE(325), + [sym_continue_statement] = STATE(324), + [sym_goto_statement] = STATE(323), + [sym_seh_try_statement] = STATE(322), + [sym_seh_leave_statement] = STATE(317), + [sym__expression] = STATE(1203), + [sym__expression_not_binary] = STATE(807), + [sym_comma_expression] = STATE(2003), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_attributed_declarator_repeat1] = STATE(407), + [sym_identifier] = ACTIONS(1538), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -65254,22 +65437,22 @@ 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(491), + [anon_sym_SEMI] = ACTIONS(545), [anon_sym_LBRACK_LBRACK] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(41), - [anon_sym_if] = ACTIONS(1263), - [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(1640), - [anon_sym_default] = ACTIONS(1642), - [anon_sym_while] = ACTIONS(1265), - [anon_sym_do] = ACTIONS(67), - [anon_sym_for] = ACTIONS(1267), - [anon_sym_return] = ACTIONS(71), - [anon_sym_break] = ACTIONS(73), - [anon_sym_continue] = ACTIONS(75), - [anon_sym_goto] = ACTIONS(77), - [anon_sym___try] = ACTIONS(1269), - [anon_sym___leave] = ACTIONS(527), + [anon_sym_LBRACE] = ACTIONS(553), + [anon_sym_if] = ACTIONS(555), + [anon_sym_switch] = ACTIONS(557), + [anon_sym_case] = ACTIONS(559), + [anon_sym_default] = ACTIONS(561), + [anon_sym_while] = ACTIONS(563), + [anon_sym_do] = ACTIONS(565), + [anon_sym_for] = ACTIONS(567), + [anon_sym_return] = ACTIONS(569), + [anon_sym_break] = ACTIONS(571), + [anon_sym_continue] = ACTIONS(573), + [anon_sym_goto] = ACTIONS(575), + [anon_sym___try] = ACTIONS(577), + [anon_sym___leave] = ACTIONS(579), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -65299,50 +65482,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [450] = { - [sym_attribute_declaration] = STATE(408), - [sym_compound_statement] = STATE(232), - [sym_attributed_statement] = STATE(341), - [sym_labeled_statement] = STATE(340), - [sym_expression_statement] = STATE(339), - [sym_if_statement] = STATE(338), - [sym_switch_statement] = STATE(336), - [sym_case_statement] = STATE(335), - [sym_while_statement] = STATE(334), - [sym_do_statement] = STATE(330), - [sym_for_statement] = STATE(329), - [sym_return_statement] = STATE(326), - [sym_break_statement] = STATE(325), - [sym_continue_statement] = STATE(324), - [sym_goto_statement] = STATE(323), - [sym_seh_try_statement] = STATE(322), - [sym_seh_leave_statement] = STATE(317), - [sym__expression] = STATE(1203), - [sym__expression_not_binary] = STATE(824), - [sym_comma_expression] = STATE(2003), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_attributed_declarator_repeat1] = STATE(408), - [sym_identifier] = ACTIONS(1540), + [452] = { + [sym_attribute_declaration] = STATE(441), + [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_seh_try_statement] = STATE(90), + [sym_seh_leave_statement] = STATE(90), + [sym__expression] = STATE(1239), + [sym__expression_not_binary] = STATE(807), + [sym_comma_expression] = STATE(2185), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_attributed_declarator_repeat1] = STATE(441), + [sym_identifier] = ACTIONS(1638), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -65350,22 +65533,22 @@ 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(721), + [anon_sym_SEMI] = ACTIONS(121), [anon_sym_LBRACK_LBRACK] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(729), - [anon_sym_if] = ACTIONS(731), - [anon_sym_switch] = ACTIONS(733), - [anon_sym_case] = ACTIONS(735), - [anon_sym_default] = ACTIONS(737), - [anon_sym_while] = ACTIONS(739), - [anon_sym_do] = ACTIONS(741), - [anon_sym_for] = ACTIONS(743), - [anon_sym_return] = ACTIONS(745), - [anon_sym_break] = ACTIONS(747), - [anon_sym_continue] = ACTIONS(749), - [anon_sym_goto] = ACTIONS(751), - [anon_sym___try] = ACTIONS(753), - [anon_sym___leave] = ACTIONS(755), + [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___try] = ACTIONS(153), + [anon_sym___leave] = ACTIONS(155), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -65395,49 +65578,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [451] = { - [sym_attribute_declaration] = STATE(451), - [sym_compound_statement] = STATE(266), - [sym_attributed_statement] = STATE(266), - [sym_labeled_statement] = STATE(266), - [sym_expression_statement] = STATE(266), - [sym_if_statement] = STATE(266), - [sym_switch_statement] = STATE(266), - [sym_case_statement] = STATE(266), - [sym_while_statement] = STATE(266), - [sym_do_statement] = STATE(266), - [sym_for_statement] = STATE(266), - [sym_return_statement] = STATE(266), - [sym_break_statement] = STATE(266), - [sym_continue_statement] = STATE(266), - [sym_goto_statement] = STATE(266), - [sym_seh_try_statement] = STATE(266), - [sym_seh_leave_statement] = STATE(266), + [453] = { + [sym_attribute_declaration] = STATE(453), + [sym_compound_statement] = STATE(268), + [sym_attributed_statement] = STATE(268), + [sym_labeled_statement] = STATE(268), + [sym_expression_statement] = STATE(268), + [sym_if_statement] = STATE(268), + [sym_switch_statement] = STATE(268), + [sym_case_statement] = STATE(268), + [sym_while_statement] = STATE(268), + [sym_do_statement] = STATE(268), + [sym_for_statement] = STATE(268), + [sym_return_statement] = STATE(268), + [sym_break_statement] = STATE(268), + [sym_continue_statement] = STATE(268), + [sym_goto_statement] = STATE(268), + [sym_seh_try_statement] = STATE(268), + [sym_seh_leave_statement] = STATE(268), [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_attributed_declarator_repeat1] = STATE(451), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_attributed_declarator_repeat1] = STATE(453), [sym_identifier] = ACTIONS(1866), [anon_sym_LPAREN2] = ACTIONS(1545), [anon_sym_BANG] = ACTIONS(1548), @@ -65446,7 +65629,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1551), [anon_sym_STAR] = ACTIONS(1554), [anon_sym_AMP] = ACTIONS(1554), - [anon_sym_SEMI] = ACTIONS(1649), + [anon_sym_SEMI] = ACTIONS(1651), [anon_sym_LBRACK_LBRACK] = ACTIONS(1560), [anon_sym_LBRACE] = ACTIONS(1702), [anon_sym_if] = ACTIONS(1869), @@ -65461,7 +65644,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(1732), [anon_sym_goto] = ACTIONS(1735), [anon_sym___try] = ACTIONS(1884), - [anon_sym___leave] = ACTIONS(1691), + [anon_sym___leave] = ACTIONS(1693), [anon_sym_DASH_DASH] = ACTIONS(1605), [anon_sym_PLUS_PLUS] = ACTIONS(1605), [anon_sym_sizeof] = ACTIONS(1608), @@ -65491,104 +65674,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1635), [sym_comment] = ACTIONS(3), }, - [452] = { - [sym_attribute_declaration] = STATE(409), - [sym_compound_statement] = STATE(161), - [sym_attributed_statement] = STATE(161), - [sym_labeled_statement] = STATE(161), - [sym_expression_statement] = STATE(161), - [sym_if_statement] = STATE(161), - [sym_switch_statement] = STATE(161), - [sym_case_statement] = STATE(161), - [sym_while_statement] = STATE(161), - [sym_do_statement] = STATE(161), - [sym_for_statement] = STATE(161), - [sym_return_statement] = STATE(161), - [sym_break_statement] = STATE(161), - [sym_continue_statement] = STATE(161), - [sym_goto_statement] = STATE(161), - [sym_seh_try_statement] = STATE(161), - [sym_seh_leave_statement] = STATE(161), - [sym__expression] = STATE(1199), - [sym__expression_not_binary] = STATE(824), - [sym_comma_expression] = STATE(2083), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_attributed_declarator_repeat1] = STATE(409), - [sym_identifier] = ACTIONS(1694), - [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(193), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(201), - [anon_sym_if] = ACTIONS(203), - [anon_sym_switch] = ACTIONS(205), - [anon_sym_case] = ACTIONS(207), - [anon_sym_default] = ACTIONS(209), - [anon_sym_while] = ACTIONS(211), - [anon_sym_do] = ACTIONS(213), - [anon_sym_for] = ACTIONS(215), - [anon_sym_return] = ACTIONS(217), - [anon_sym_break] = ACTIONS(219), - [anon_sym_continue] = ACTIONS(221), - [anon_sym_goto] = ACTIONS(223), - [anon_sym___try] = ACTIONS(225), - [anon_sym___leave] = ACTIONS(227), - [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(157), - [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(159), - [sym_false] = ACTIONS(159), - [anon_sym_NULL] = ACTIONS(99), - [anon_sym_nullptr] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - }, - [453] = { - [sym_attribute_declaration] = STATE(425), + [454] = { + [sym_attribute_declaration] = STATE(427), [sym_compound_statement] = STATE(306), [sym_attributed_statement] = STATE(306), [sym_labeled_statement] = STATE(306), @@ -65606,31 +65693,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_seh_try_statement] = STATE(306), [sym_seh_leave_statement] = STATE(306), [sym__expression] = STATE(1235), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2176), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_attributed_declarator_repeat1] = STATE(425), - [sym_identifier] = ACTIONS(1638), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_attributed_declarator_repeat1] = STATE(427), + [sym_identifier] = ACTIONS(1642), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -65643,8 +65730,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_if] = ACTIONS(1263), [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(1640), - [anon_sym_default] = ACTIONS(1642), + [anon_sym_case] = ACTIONS(1644), + [anon_sym_default] = ACTIONS(1646), [anon_sym_while] = ACTIONS(1265), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(1267), @@ -65683,759 +65770,291 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [454] = { - [ts_builtin_sym_end] = ACTIONS(1446), - [sym_identifier] = ACTIONS(1444), - [aux_sym_preproc_include_token1] = ACTIONS(1444), - [aux_sym_preproc_def_token1] = ACTIONS(1444), - [aux_sym_preproc_if_token1] = ACTIONS(1444), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1444), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1444), - [sym_preproc_directive] = ACTIONS(1444), - [anon_sym_LPAREN2] = ACTIONS(1446), - [anon_sym_BANG] = ACTIONS(1446), - [anon_sym_TILDE] = ACTIONS(1446), - [anon_sym_DASH] = ACTIONS(1444), - [anon_sym_PLUS] = ACTIONS(1444), - [anon_sym_STAR] = ACTIONS(1446), - [anon_sym_AMP] = ACTIONS(1446), - [anon_sym___extension__] = ACTIONS(1444), - [anon_sym_typedef] = ACTIONS(1444), - [anon_sym_extern] = ACTIONS(1444), - [anon_sym___attribute__] = ACTIONS(1444), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1446), - [anon_sym___declspec] = ACTIONS(1444), - [anon_sym___cdecl] = ACTIONS(1444), - [anon_sym___clrcall] = ACTIONS(1444), - [anon_sym___stdcall] = ACTIONS(1444), - [anon_sym___fastcall] = ACTIONS(1444), - [anon_sym___thiscall] = ACTIONS(1444), - [anon_sym___vectorcall] = ACTIONS(1444), - [anon_sym_LBRACE] = ACTIONS(1446), - [anon_sym_signed] = ACTIONS(1444), - [anon_sym_unsigned] = ACTIONS(1444), - [anon_sym_long] = ACTIONS(1444), - [anon_sym_short] = ACTIONS(1444), - [anon_sym_static] = ACTIONS(1444), - [anon_sym_auto] = ACTIONS(1444), - [anon_sym_register] = ACTIONS(1444), - [anon_sym_inline] = ACTIONS(1444), - [anon_sym___inline] = ACTIONS(1444), - [anon_sym___inline__] = ACTIONS(1444), - [anon_sym___forceinline] = ACTIONS(1444), - [anon_sym_thread_local] = ACTIONS(1444), - [anon_sym___thread] = ACTIONS(1444), - [anon_sym_const] = ACTIONS(1444), - [anon_sym_constexpr] = ACTIONS(1444), - [anon_sym_volatile] = ACTIONS(1444), - [anon_sym_restrict] = ACTIONS(1444), - [anon_sym___restrict__] = ACTIONS(1444), - [anon_sym__Atomic] = ACTIONS(1444), - [anon_sym__Noreturn] = ACTIONS(1444), - [anon_sym_noreturn] = ACTIONS(1444), - [sym_primitive_type] = ACTIONS(1444), - [anon_sym_enum] = ACTIONS(1444), - [anon_sym_struct] = ACTIONS(1444), - [anon_sym_union] = ACTIONS(1444), - [anon_sym_if] = ACTIONS(1444), - [anon_sym_switch] = ACTIONS(1444), - [anon_sym_case] = ACTIONS(1444), - [anon_sym_default] = ACTIONS(1444), - [anon_sym_while] = ACTIONS(1444), - [anon_sym_do] = ACTIONS(1444), - [anon_sym_for] = ACTIONS(1444), - [anon_sym_return] = ACTIONS(1444), - [anon_sym_break] = ACTIONS(1444), - [anon_sym_continue] = ACTIONS(1444), - [anon_sym_goto] = ACTIONS(1444), - [anon_sym_DASH_DASH] = ACTIONS(1446), - [anon_sym_PLUS_PLUS] = ACTIONS(1446), - [anon_sym_sizeof] = ACTIONS(1444), - [anon_sym___alignof__] = ACTIONS(1444), - [anon_sym___alignof] = ACTIONS(1444), - [anon_sym__alignof] = ACTIONS(1444), - [anon_sym_alignof] = ACTIONS(1444), - [anon_sym__Alignof] = ACTIONS(1444), - [anon_sym_offsetof] = ACTIONS(1444), - [anon_sym__Generic] = ACTIONS(1444), - [anon_sym_asm] = ACTIONS(1444), - [anon_sym___asm__] = ACTIONS(1444), - [sym_number_literal] = ACTIONS(1446), - [anon_sym_L_SQUOTE] = ACTIONS(1446), - [anon_sym_u_SQUOTE] = ACTIONS(1446), - [anon_sym_U_SQUOTE] = ACTIONS(1446), - [anon_sym_u8_SQUOTE] = ACTIONS(1446), - [anon_sym_SQUOTE] = ACTIONS(1446), - [anon_sym_L_DQUOTE] = ACTIONS(1446), - [anon_sym_u_DQUOTE] = ACTIONS(1446), - [anon_sym_U_DQUOTE] = ACTIONS(1446), - [anon_sym_u8_DQUOTE] = ACTIONS(1446), - [anon_sym_DQUOTE] = ACTIONS(1446), - [sym_true] = ACTIONS(1444), - [sym_false] = ACTIONS(1444), - [anon_sym_NULL] = ACTIONS(1444), - [anon_sym_nullptr] = ACTIONS(1444), - [sym_comment] = ACTIONS(3), - }, [455] = { - [ts_builtin_sym_end] = ACTIONS(1474), - [sym_identifier] = ACTIONS(1472), - [aux_sym_preproc_include_token1] = ACTIONS(1472), - [aux_sym_preproc_def_token1] = ACTIONS(1472), - [aux_sym_preproc_if_token1] = ACTIONS(1472), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1472), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1472), - [sym_preproc_directive] = ACTIONS(1472), - [anon_sym_LPAREN2] = ACTIONS(1474), - [anon_sym_BANG] = ACTIONS(1474), - [anon_sym_TILDE] = ACTIONS(1474), - [anon_sym_DASH] = ACTIONS(1472), - [anon_sym_PLUS] = ACTIONS(1472), - [anon_sym_STAR] = ACTIONS(1474), - [anon_sym_AMP] = ACTIONS(1474), - [anon_sym___extension__] = ACTIONS(1472), - [anon_sym_typedef] = ACTIONS(1472), - [anon_sym_extern] = ACTIONS(1472), - [anon_sym___attribute__] = ACTIONS(1472), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1474), - [anon_sym___declspec] = ACTIONS(1472), - [anon_sym___cdecl] = ACTIONS(1472), - [anon_sym___clrcall] = ACTIONS(1472), - [anon_sym___stdcall] = ACTIONS(1472), - [anon_sym___fastcall] = ACTIONS(1472), - [anon_sym___thiscall] = ACTIONS(1472), - [anon_sym___vectorcall] = ACTIONS(1472), - [anon_sym_LBRACE] = ACTIONS(1474), - [anon_sym_signed] = ACTIONS(1472), - [anon_sym_unsigned] = ACTIONS(1472), - [anon_sym_long] = ACTIONS(1472), - [anon_sym_short] = ACTIONS(1472), - [anon_sym_static] = ACTIONS(1472), - [anon_sym_auto] = ACTIONS(1472), - [anon_sym_register] = ACTIONS(1472), - [anon_sym_inline] = ACTIONS(1472), - [anon_sym___inline] = ACTIONS(1472), - [anon_sym___inline__] = ACTIONS(1472), - [anon_sym___forceinline] = ACTIONS(1472), - [anon_sym_thread_local] = ACTIONS(1472), - [anon_sym___thread] = ACTIONS(1472), - [anon_sym_const] = ACTIONS(1472), - [anon_sym_constexpr] = ACTIONS(1472), - [anon_sym_volatile] = ACTIONS(1472), - [anon_sym_restrict] = ACTIONS(1472), - [anon_sym___restrict__] = ACTIONS(1472), - [anon_sym__Atomic] = ACTIONS(1472), - [anon_sym__Noreturn] = ACTIONS(1472), - [anon_sym_noreturn] = ACTIONS(1472), - [sym_primitive_type] = ACTIONS(1472), - [anon_sym_enum] = ACTIONS(1472), - [anon_sym_struct] = ACTIONS(1472), - [anon_sym_union] = ACTIONS(1472), - [anon_sym_if] = ACTIONS(1472), - [anon_sym_switch] = ACTIONS(1472), - [anon_sym_case] = ACTIONS(1472), - [anon_sym_default] = ACTIONS(1472), - [anon_sym_while] = ACTIONS(1472), - [anon_sym_do] = ACTIONS(1472), - [anon_sym_for] = ACTIONS(1472), - [anon_sym_return] = ACTIONS(1472), - [anon_sym_break] = ACTIONS(1472), - [anon_sym_continue] = ACTIONS(1472), - [anon_sym_goto] = ACTIONS(1472), - [anon_sym_DASH_DASH] = ACTIONS(1474), - [anon_sym_PLUS_PLUS] = ACTIONS(1474), - [anon_sym_sizeof] = ACTIONS(1472), - [anon_sym___alignof__] = ACTIONS(1472), - [anon_sym___alignof] = ACTIONS(1472), - [anon_sym__alignof] = ACTIONS(1472), - [anon_sym_alignof] = ACTIONS(1472), - [anon_sym__Alignof] = ACTIONS(1472), - [anon_sym_offsetof] = ACTIONS(1472), - [anon_sym__Generic] = ACTIONS(1472), - [anon_sym_asm] = ACTIONS(1472), - [anon_sym___asm__] = ACTIONS(1472), - [sym_number_literal] = ACTIONS(1474), - [anon_sym_L_SQUOTE] = ACTIONS(1474), - [anon_sym_u_SQUOTE] = ACTIONS(1474), - [anon_sym_U_SQUOTE] = ACTIONS(1474), - [anon_sym_u8_SQUOTE] = ACTIONS(1474), - [anon_sym_SQUOTE] = ACTIONS(1474), - [anon_sym_L_DQUOTE] = ACTIONS(1474), - [anon_sym_u_DQUOTE] = ACTIONS(1474), - [anon_sym_U_DQUOTE] = ACTIONS(1474), - [anon_sym_u8_DQUOTE] = ACTIONS(1474), - [anon_sym_DQUOTE] = ACTIONS(1474), - [sym_true] = ACTIONS(1472), - [sym_false] = ACTIONS(1472), - [anon_sym_NULL] = ACTIONS(1472), - [anon_sym_nullptr] = ACTIONS(1472), - [sym_comment] = ACTIONS(3), - }, - [456] = { - [ts_builtin_sym_end] = ACTIONS(1434), - [sym_identifier] = ACTIONS(1432), - [aux_sym_preproc_include_token1] = ACTIONS(1432), - [aux_sym_preproc_def_token1] = ACTIONS(1432), - [aux_sym_preproc_if_token1] = ACTIONS(1432), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1432), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1432), - [sym_preproc_directive] = ACTIONS(1432), - [anon_sym_LPAREN2] = ACTIONS(1434), - [anon_sym_BANG] = ACTIONS(1434), - [anon_sym_TILDE] = ACTIONS(1434), - [anon_sym_DASH] = ACTIONS(1432), - [anon_sym_PLUS] = ACTIONS(1432), - [anon_sym_STAR] = ACTIONS(1434), - [anon_sym_AMP] = ACTIONS(1434), - [anon_sym___extension__] = ACTIONS(1432), - [anon_sym_typedef] = ACTIONS(1432), - [anon_sym_extern] = ACTIONS(1432), - [anon_sym___attribute__] = ACTIONS(1432), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1434), - [anon_sym___declspec] = ACTIONS(1432), - [anon_sym___cdecl] = ACTIONS(1432), - [anon_sym___clrcall] = ACTIONS(1432), - [anon_sym___stdcall] = ACTIONS(1432), - [anon_sym___fastcall] = ACTIONS(1432), - [anon_sym___thiscall] = ACTIONS(1432), - [anon_sym___vectorcall] = ACTIONS(1432), - [anon_sym_LBRACE] = ACTIONS(1434), - [anon_sym_signed] = ACTIONS(1432), - [anon_sym_unsigned] = ACTIONS(1432), - [anon_sym_long] = ACTIONS(1432), - [anon_sym_short] = ACTIONS(1432), - [anon_sym_static] = ACTIONS(1432), - [anon_sym_auto] = ACTIONS(1432), - [anon_sym_register] = ACTIONS(1432), - [anon_sym_inline] = ACTIONS(1432), - [anon_sym___inline] = ACTIONS(1432), - [anon_sym___inline__] = ACTIONS(1432), - [anon_sym___forceinline] = ACTIONS(1432), - [anon_sym_thread_local] = ACTIONS(1432), - [anon_sym___thread] = ACTIONS(1432), - [anon_sym_const] = ACTIONS(1432), - [anon_sym_constexpr] = ACTIONS(1432), - [anon_sym_volatile] = ACTIONS(1432), - [anon_sym_restrict] = ACTIONS(1432), - [anon_sym___restrict__] = ACTIONS(1432), - [anon_sym__Atomic] = ACTIONS(1432), - [anon_sym__Noreturn] = ACTIONS(1432), - [anon_sym_noreturn] = ACTIONS(1432), - [sym_primitive_type] = ACTIONS(1432), - [anon_sym_enum] = ACTIONS(1432), - [anon_sym_struct] = ACTIONS(1432), - [anon_sym_union] = ACTIONS(1432), - [anon_sym_if] = ACTIONS(1432), - [anon_sym_switch] = ACTIONS(1432), - [anon_sym_case] = ACTIONS(1432), - [anon_sym_default] = ACTIONS(1432), - [anon_sym_while] = ACTIONS(1432), - [anon_sym_do] = ACTIONS(1432), - [anon_sym_for] = ACTIONS(1432), - [anon_sym_return] = ACTIONS(1432), - [anon_sym_break] = ACTIONS(1432), - [anon_sym_continue] = ACTIONS(1432), - [anon_sym_goto] = ACTIONS(1432), - [anon_sym_DASH_DASH] = ACTIONS(1434), - [anon_sym_PLUS_PLUS] = ACTIONS(1434), - [anon_sym_sizeof] = ACTIONS(1432), - [anon_sym___alignof__] = ACTIONS(1432), - [anon_sym___alignof] = ACTIONS(1432), - [anon_sym__alignof] = ACTIONS(1432), - [anon_sym_alignof] = ACTIONS(1432), - [anon_sym__Alignof] = ACTIONS(1432), - [anon_sym_offsetof] = ACTIONS(1432), - [anon_sym__Generic] = ACTIONS(1432), - [anon_sym_asm] = ACTIONS(1432), - [anon_sym___asm__] = ACTIONS(1432), - [sym_number_literal] = ACTIONS(1434), - [anon_sym_L_SQUOTE] = ACTIONS(1434), - [anon_sym_u_SQUOTE] = ACTIONS(1434), - [anon_sym_U_SQUOTE] = ACTIONS(1434), - [anon_sym_u8_SQUOTE] = ACTIONS(1434), - [anon_sym_SQUOTE] = ACTIONS(1434), - [anon_sym_L_DQUOTE] = ACTIONS(1434), - [anon_sym_u_DQUOTE] = ACTIONS(1434), - [anon_sym_U_DQUOTE] = ACTIONS(1434), - [anon_sym_u8_DQUOTE] = ACTIONS(1434), - [anon_sym_DQUOTE] = ACTIONS(1434), - [sym_true] = ACTIONS(1432), - [sym_false] = ACTIONS(1432), - [anon_sym_NULL] = ACTIONS(1432), - [anon_sym_nullptr] = ACTIONS(1432), - [sym_comment] = ACTIONS(3), - }, - [457] = { - [ts_builtin_sym_end] = ACTIONS(1426), - [sym_identifier] = ACTIONS(1424), - [aux_sym_preproc_include_token1] = ACTIONS(1424), - [aux_sym_preproc_def_token1] = ACTIONS(1424), - [aux_sym_preproc_if_token1] = ACTIONS(1424), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1424), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1424), - [sym_preproc_directive] = ACTIONS(1424), - [anon_sym_LPAREN2] = ACTIONS(1426), - [anon_sym_BANG] = ACTIONS(1426), - [anon_sym_TILDE] = ACTIONS(1426), - [anon_sym_DASH] = ACTIONS(1424), - [anon_sym_PLUS] = ACTIONS(1424), - [anon_sym_STAR] = ACTIONS(1426), - [anon_sym_AMP] = ACTIONS(1426), - [anon_sym___extension__] = ACTIONS(1424), - [anon_sym_typedef] = ACTIONS(1424), - [anon_sym_extern] = ACTIONS(1424), - [anon_sym___attribute__] = ACTIONS(1424), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1426), - [anon_sym___declspec] = ACTIONS(1424), - [anon_sym___cdecl] = ACTIONS(1424), - [anon_sym___clrcall] = ACTIONS(1424), - [anon_sym___stdcall] = ACTIONS(1424), - [anon_sym___fastcall] = ACTIONS(1424), - [anon_sym___thiscall] = ACTIONS(1424), - [anon_sym___vectorcall] = ACTIONS(1424), - [anon_sym_LBRACE] = ACTIONS(1426), - [anon_sym_signed] = ACTIONS(1424), - [anon_sym_unsigned] = ACTIONS(1424), - [anon_sym_long] = ACTIONS(1424), - [anon_sym_short] = ACTIONS(1424), - [anon_sym_static] = ACTIONS(1424), - [anon_sym_auto] = ACTIONS(1424), - [anon_sym_register] = ACTIONS(1424), - [anon_sym_inline] = ACTIONS(1424), - [anon_sym___inline] = ACTIONS(1424), - [anon_sym___inline__] = ACTIONS(1424), - [anon_sym___forceinline] = ACTIONS(1424), - [anon_sym_thread_local] = ACTIONS(1424), - [anon_sym___thread] = ACTIONS(1424), - [anon_sym_const] = ACTIONS(1424), - [anon_sym_constexpr] = ACTIONS(1424), - [anon_sym_volatile] = ACTIONS(1424), - [anon_sym_restrict] = ACTIONS(1424), - [anon_sym___restrict__] = ACTIONS(1424), - [anon_sym__Atomic] = ACTIONS(1424), - [anon_sym__Noreturn] = ACTIONS(1424), - [anon_sym_noreturn] = ACTIONS(1424), - [sym_primitive_type] = ACTIONS(1424), - [anon_sym_enum] = ACTIONS(1424), - [anon_sym_struct] = ACTIONS(1424), - [anon_sym_union] = ACTIONS(1424), - [anon_sym_if] = ACTIONS(1424), - [anon_sym_switch] = ACTIONS(1424), - [anon_sym_case] = ACTIONS(1424), - [anon_sym_default] = ACTIONS(1424), - [anon_sym_while] = ACTIONS(1424), - [anon_sym_do] = ACTIONS(1424), - [anon_sym_for] = ACTIONS(1424), - [anon_sym_return] = ACTIONS(1424), - [anon_sym_break] = ACTIONS(1424), - [anon_sym_continue] = ACTIONS(1424), - [anon_sym_goto] = ACTIONS(1424), - [anon_sym_DASH_DASH] = ACTIONS(1426), - [anon_sym_PLUS_PLUS] = ACTIONS(1426), - [anon_sym_sizeof] = ACTIONS(1424), - [anon_sym___alignof__] = ACTIONS(1424), - [anon_sym___alignof] = ACTIONS(1424), - [anon_sym__alignof] = ACTIONS(1424), - [anon_sym_alignof] = ACTIONS(1424), - [anon_sym__Alignof] = ACTIONS(1424), - [anon_sym_offsetof] = ACTIONS(1424), - [anon_sym__Generic] = ACTIONS(1424), - [anon_sym_asm] = ACTIONS(1424), - [anon_sym___asm__] = ACTIONS(1424), - [sym_number_literal] = ACTIONS(1426), - [anon_sym_L_SQUOTE] = ACTIONS(1426), - [anon_sym_u_SQUOTE] = ACTIONS(1426), - [anon_sym_U_SQUOTE] = ACTIONS(1426), - [anon_sym_u8_SQUOTE] = ACTIONS(1426), - [anon_sym_SQUOTE] = ACTIONS(1426), - [anon_sym_L_DQUOTE] = ACTIONS(1426), - [anon_sym_u_DQUOTE] = ACTIONS(1426), - [anon_sym_U_DQUOTE] = ACTIONS(1426), - [anon_sym_u8_DQUOTE] = ACTIONS(1426), - [anon_sym_DQUOTE] = ACTIONS(1426), - [sym_true] = ACTIONS(1424), - [sym_false] = ACTIONS(1424), - [anon_sym_NULL] = ACTIONS(1424), - [anon_sym_nullptr] = ACTIONS(1424), - [sym_comment] = ACTIONS(3), - }, - [458] = { - [ts_builtin_sym_end] = ACTIONS(1438), - [sym_identifier] = ACTIONS(1436), - [aux_sym_preproc_include_token1] = ACTIONS(1436), - [aux_sym_preproc_def_token1] = ACTIONS(1436), - [aux_sym_preproc_if_token1] = ACTIONS(1436), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1436), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1436), - [sym_preproc_directive] = ACTIONS(1436), - [anon_sym_LPAREN2] = ACTIONS(1438), - [anon_sym_BANG] = ACTIONS(1438), - [anon_sym_TILDE] = ACTIONS(1438), - [anon_sym_DASH] = ACTIONS(1436), - [anon_sym_PLUS] = ACTIONS(1436), - [anon_sym_STAR] = ACTIONS(1438), - [anon_sym_AMP] = ACTIONS(1438), - [anon_sym___extension__] = ACTIONS(1436), - [anon_sym_typedef] = ACTIONS(1436), - [anon_sym_extern] = ACTIONS(1436), - [anon_sym___attribute__] = ACTIONS(1436), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1438), - [anon_sym___declspec] = ACTIONS(1436), - [anon_sym___cdecl] = ACTIONS(1436), - [anon_sym___clrcall] = ACTIONS(1436), - [anon_sym___stdcall] = ACTIONS(1436), - [anon_sym___fastcall] = ACTIONS(1436), - [anon_sym___thiscall] = ACTIONS(1436), - [anon_sym___vectorcall] = ACTIONS(1436), - [anon_sym_LBRACE] = ACTIONS(1438), - [anon_sym_signed] = ACTIONS(1436), - [anon_sym_unsigned] = ACTIONS(1436), - [anon_sym_long] = ACTIONS(1436), - [anon_sym_short] = ACTIONS(1436), - [anon_sym_static] = ACTIONS(1436), - [anon_sym_auto] = ACTIONS(1436), - [anon_sym_register] = ACTIONS(1436), - [anon_sym_inline] = ACTIONS(1436), - [anon_sym___inline] = ACTIONS(1436), - [anon_sym___inline__] = ACTIONS(1436), - [anon_sym___forceinline] = ACTIONS(1436), - [anon_sym_thread_local] = ACTIONS(1436), - [anon_sym___thread] = ACTIONS(1436), - [anon_sym_const] = ACTIONS(1436), - [anon_sym_constexpr] = ACTIONS(1436), - [anon_sym_volatile] = ACTIONS(1436), - [anon_sym_restrict] = ACTIONS(1436), - [anon_sym___restrict__] = ACTIONS(1436), - [anon_sym__Atomic] = ACTIONS(1436), - [anon_sym__Noreturn] = ACTIONS(1436), - [anon_sym_noreturn] = ACTIONS(1436), - [sym_primitive_type] = ACTIONS(1436), - [anon_sym_enum] = ACTIONS(1436), - [anon_sym_struct] = ACTIONS(1436), - [anon_sym_union] = ACTIONS(1436), - [anon_sym_if] = ACTIONS(1436), - [anon_sym_switch] = ACTIONS(1436), - [anon_sym_case] = ACTIONS(1436), - [anon_sym_default] = ACTIONS(1436), - [anon_sym_while] = ACTIONS(1436), - [anon_sym_do] = ACTIONS(1436), - [anon_sym_for] = ACTIONS(1436), - [anon_sym_return] = ACTIONS(1436), - [anon_sym_break] = ACTIONS(1436), - [anon_sym_continue] = ACTIONS(1436), - [anon_sym_goto] = ACTIONS(1436), - [anon_sym_DASH_DASH] = ACTIONS(1438), - [anon_sym_PLUS_PLUS] = ACTIONS(1438), - [anon_sym_sizeof] = ACTIONS(1436), - [anon_sym___alignof__] = ACTIONS(1436), - [anon_sym___alignof] = ACTIONS(1436), - [anon_sym__alignof] = ACTIONS(1436), - [anon_sym_alignof] = ACTIONS(1436), - [anon_sym__Alignof] = ACTIONS(1436), - [anon_sym_offsetof] = ACTIONS(1436), - [anon_sym__Generic] = ACTIONS(1436), - [anon_sym_asm] = ACTIONS(1436), - [anon_sym___asm__] = ACTIONS(1436), - [sym_number_literal] = ACTIONS(1438), - [anon_sym_L_SQUOTE] = ACTIONS(1438), - [anon_sym_u_SQUOTE] = ACTIONS(1438), - [anon_sym_U_SQUOTE] = ACTIONS(1438), - [anon_sym_u8_SQUOTE] = ACTIONS(1438), - [anon_sym_SQUOTE] = ACTIONS(1438), - [anon_sym_L_DQUOTE] = ACTIONS(1438), - [anon_sym_u_DQUOTE] = ACTIONS(1438), - [anon_sym_U_DQUOTE] = ACTIONS(1438), - [anon_sym_u8_DQUOTE] = ACTIONS(1438), - [anon_sym_DQUOTE] = ACTIONS(1438), - [sym_true] = ACTIONS(1436), - [sym_false] = ACTIONS(1436), - [anon_sym_NULL] = ACTIONS(1436), - [anon_sym_nullptr] = ACTIONS(1436), - [sym_comment] = ACTIONS(3), - }, - [459] = { - [sym__expression] = STATE(998), - [sym__expression_not_binary] = STATE(824), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(824), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(824), - [sym_call_expression] = STATE(824), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(824), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(824), - [sym_initializer_list] = STATE(798), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym_identifier] = ACTIONS(1526), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1516), - [anon_sym_LPAREN2] = ACTIONS(1516), - [anon_sym_BANG] = ACTIONS(1887), - [anon_sym_TILDE] = ACTIONS(1889), - [anon_sym_DASH] = ACTIONS(1514), - [anon_sym_PLUS] = ACTIONS(1514), - [anon_sym_STAR] = ACTIONS(1514), - [anon_sym_SLASH] = ACTIONS(1514), - [anon_sym_PERCENT] = ACTIONS(1514), - [anon_sym_PIPE_PIPE] = ACTIONS(1516), - [anon_sym_AMP_AMP] = ACTIONS(1516), - [anon_sym_PIPE] = ACTIONS(1514), - [anon_sym_CARET] = ACTIONS(1514), - [anon_sym_AMP] = ACTIONS(1514), - [anon_sym_EQ_EQ] = ACTIONS(1516), - [anon_sym_BANG_EQ] = ACTIONS(1516), - [anon_sym_GT] = ACTIONS(1514), - [anon_sym_GT_EQ] = ACTIONS(1516), - [anon_sym_LT_EQ] = ACTIONS(1516), - [anon_sym_LT] = ACTIONS(1514), - [anon_sym_LT_LT] = ACTIONS(1514), - [anon_sym_GT_GT] = ACTIONS(1514), - [anon_sym_LBRACE] = ACTIONS(1522), - [anon_sym_LBRACK] = ACTIONS(1516), - [anon_sym_RBRACK] = ACTIONS(1516), - [anon_sym_EQ] = ACTIONS(1514), - [anon_sym_QMARK] = ACTIONS(1516), - [anon_sym_STAR_EQ] = ACTIONS(1516), - [anon_sym_SLASH_EQ] = ACTIONS(1516), - [anon_sym_PERCENT_EQ] = ACTIONS(1516), - [anon_sym_PLUS_EQ] = ACTIONS(1516), - [anon_sym_DASH_EQ] = ACTIONS(1516), - [anon_sym_LT_LT_EQ] = ACTIONS(1516), - [anon_sym_GT_GT_EQ] = ACTIONS(1516), - [anon_sym_AMP_EQ] = ACTIONS(1516), - [anon_sym_CARET_EQ] = ACTIONS(1516), - [anon_sym_PIPE_EQ] = ACTIONS(1516), - [anon_sym_DASH_DASH] = ACTIONS(1516), - [anon_sym_PLUS_PLUS] = ACTIONS(1516), - [anon_sym_sizeof] = ACTIONS(1891), - [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(1514), - [anon_sym_DASH_GT] = ACTIONS(1516), - [sym_number_literal] = ACTIONS(157), - [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(159), - [sym_false] = ACTIONS(159), - [anon_sym_NULL] = ACTIONS(99), - [anon_sym_nullptr] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - }, - [460] = { - [ts_builtin_sym_end] = ACTIONS(1462), - [sym_identifier] = ACTIONS(1460), - [aux_sym_preproc_include_token1] = ACTIONS(1460), - [aux_sym_preproc_def_token1] = ACTIONS(1460), - [aux_sym_preproc_if_token1] = ACTIONS(1460), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1460), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1460), - [sym_preproc_directive] = ACTIONS(1460), - [anon_sym_LPAREN2] = ACTIONS(1462), - [anon_sym_BANG] = ACTIONS(1462), - [anon_sym_TILDE] = ACTIONS(1462), - [anon_sym_DASH] = ACTIONS(1460), - [anon_sym_PLUS] = ACTIONS(1460), - [anon_sym_STAR] = ACTIONS(1462), - [anon_sym_AMP] = ACTIONS(1462), - [anon_sym___extension__] = ACTIONS(1460), - [anon_sym_typedef] = ACTIONS(1460), - [anon_sym_extern] = ACTIONS(1460), - [anon_sym___attribute__] = ACTIONS(1460), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1462), - [anon_sym___declspec] = ACTIONS(1460), - [anon_sym___cdecl] = ACTIONS(1460), - [anon_sym___clrcall] = ACTIONS(1460), - [anon_sym___stdcall] = ACTIONS(1460), - [anon_sym___fastcall] = ACTIONS(1460), - [anon_sym___thiscall] = ACTIONS(1460), - [anon_sym___vectorcall] = ACTIONS(1460), - [anon_sym_LBRACE] = ACTIONS(1462), - [anon_sym_signed] = ACTIONS(1460), - [anon_sym_unsigned] = ACTIONS(1460), - [anon_sym_long] = ACTIONS(1460), - [anon_sym_short] = ACTIONS(1460), - [anon_sym_static] = ACTIONS(1460), - [anon_sym_auto] = ACTIONS(1460), - [anon_sym_register] = ACTIONS(1460), - [anon_sym_inline] = ACTIONS(1460), - [anon_sym___inline] = ACTIONS(1460), - [anon_sym___inline__] = ACTIONS(1460), - [anon_sym___forceinline] = ACTIONS(1460), - [anon_sym_thread_local] = ACTIONS(1460), - [anon_sym___thread] = ACTIONS(1460), - [anon_sym_const] = ACTIONS(1460), - [anon_sym_constexpr] = ACTIONS(1460), - [anon_sym_volatile] = ACTIONS(1460), - [anon_sym_restrict] = ACTIONS(1460), - [anon_sym___restrict__] = ACTIONS(1460), - [anon_sym__Atomic] = ACTIONS(1460), - [anon_sym__Noreturn] = ACTIONS(1460), - [anon_sym_noreturn] = ACTIONS(1460), - [sym_primitive_type] = ACTIONS(1460), - [anon_sym_enum] = ACTIONS(1460), - [anon_sym_struct] = ACTIONS(1460), - [anon_sym_union] = ACTIONS(1460), - [anon_sym_if] = ACTIONS(1460), - [anon_sym_switch] = ACTIONS(1460), - [anon_sym_case] = ACTIONS(1460), - [anon_sym_default] = ACTIONS(1460), - [anon_sym_while] = ACTIONS(1460), - [anon_sym_do] = ACTIONS(1460), - [anon_sym_for] = ACTIONS(1460), - [anon_sym_return] = ACTIONS(1460), - [anon_sym_break] = ACTIONS(1460), - [anon_sym_continue] = ACTIONS(1460), - [anon_sym_goto] = ACTIONS(1460), - [anon_sym_DASH_DASH] = ACTIONS(1462), - [anon_sym_PLUS_PLUS] = ACTIONS(1462), - [anon_sym_sizeof] = ACTIONS(1460), - [anon_sym___alignof__] = ACTIONS(1460), - [anon_sym___alignof] = ACTIONS(1460), - [anon_sym__alignof] = ACTIONS(1460), - [anon_sym_alignof] = ACTIONS(1460), - [anon_sym__Alignof] = ACTIONS(1460), - [anon_sym_offsetof] = ACTIONS(1460), - [anon_sym__Generic] = ACTIONS(1460), - [anon_sym_asm] = ACTIONS(1460), - [anon_sym___asm__] = ACTIONS(1460), - [sym_number_literal] = ACTIONS(1462), - [anon_sym_L_SQUOTE] = ACTIONS(1462), - [anon_sym_u_SQUOTE] = ACTIONS(1462), - [anon_sym_U_SQUOTE] = ACTIONS(1462), - [anon_sym_u8_SQUOTE] = ACTIONS(1462), - [anon_sym_SQUOTE] = ACTIONS(1462), - [anon_sym_L_DQUOTE] = ACTIONS(1462), - [anon_sym_u_DQUOTE] = ACTIONS(1462), - [anon_sym_U_DQUOTE] = ACTIONS(1462), - [anon_sym_u8_DQUOTE] = ACTIONS(1462), - [anon_sym_DQUOTE] = ACTIONS(1462), - [sym_true] = ACTIONS(1460), - [sym_false] = ACTIONS(1460), - [anon_sym_NULL] = ACTIONS(1460), - [anon_sym_nullptr] = ACTIONS(1460), + [sym_attribute_declaration] = STATE(427), + [sym_compound_statement] = STATE(282), + [sym_attributed_statement] = STATE(282), + [sym_labeled_statement] = STATE(282), + [sym_expression_statement] = STATE(282), + [sym_if_statement] = STATE(282), + [sym_switch_statement] = STATE(282), + [sym_case_statement] = STATE(282), + [sym_while_statement] = STATE(282), + [sym_do_statement] = STATE(282), + [sym_for_statement] = STATE(282), + [sym_return_statement] = STATE(282), + [sym_break_statement] = STATE(282), + [sym_continue_statement] = STATE(282), + [sym_goto_statement] = STATE(282), + [sym_seh_try_statement] = STATE(282), + [sym_seh_leave_statement] = STATE(282), + [sym__expression] = STATE(1235), + [sym__expression_not_binary] = STATE(807), + [sym_comma_expression] = STATE(2176), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_attributed_declarator_repeat1] = STATE(427), + [sym_identifier] = ACTIONS(1642), + [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(491), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1536), + [anon_sym_LBRACE] = ACTIONS(41), + [anon_sym_if] = ACTIONS(1263), + [anon_sym_switch] = ACTIONS(59), + [anon_sym_case] = ACTIONS(1644), + [anon_sym_default] = ACTIONS(1646), + [anon_sym_while] = ACTIONS(1265), + [anon_sym_do] = ACTIONS(67), + [anon_sym_for] = ACTIONS(1267), + [anon_sym_return] = ACTIONS(71), + [anon_sym_break] = ACTIONS(73), + [anon_sym_continue] = ACTIONS(75), + [anon_sym_goto] = ACTIONS(77), + [anon_sym___try] = ACTIONS(1269), + [anon_sym___leave] = ACTIONS(527), + [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(157), + [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(159), + [sym_false] = ACTIONS(159), + [anon_sym_NULL] = ACTIONS(99), + [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [461] = { - [ts_builtin_sym_end] = ACTIONS(1458), - [sym_identifier] = ACTIONS(1456), - [aux_sym_preproc_include_token1] = ACTIONS(1456), - [aux_sym_preproc_def_token1] = ACTIONS(1456), - [aux_sym_preproc_if_token1] = ACTIONS(1456), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1456), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1456), - [sym_preproc_directive] = ACTIONS(1456), - [anon_sym_LPAREN2] = ACTIONS(1458), - [anon_sym_BANG] = ACTIONS(1458), - [anon_sym_TILDE] = ACTIONS(1458), - [anon_sym_DASH] = ACTIONS(1456), - [anon_sym_PLUS] = ACTIONS(1456), - [anon_sym_STAR] = ACTIONS(1458), - [anon_sym_AMP] = ACTIONS(1458), - [anon_sym___extension__] = ACTIONS(1456), - [anon_sym_typedef] = ACTIONS(1456), - [anon_sym_extern] = ACTIONS(1456), - [anon_sym___attribute__] = ACTIONS(1456), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1458), - [anon_sym___declspec] = ACTIONS(1456), - [anon_sym___cdecl] = ACTIONS(1456), - [anon_sym___clrcall] = ACTIONS(1456), - [anon_sym___stdcall] = ACTIONS(1456), - [anon_sym___fastcall] = ACTIONS(1456), - [anon_sym___thiscall] = ACTIONS(1456), - [anon_sym___vectorcall] = ACTIONS(1456), - [anon_sym_LBRACE] = ACTIONS(1458), - [anon_sym_signed] = ACTIONS(1456), - [anon_sym_unsigned] = ACTIONS(1456), - [anon_sym_long] = ACTIONS(1456), - [anon_sym_short] = ACTIONS(1456), - [anon_sym_static] = ACTIONS(1456), - [anon_sym_auto] = ACTIONS(1456), - [anon_sym_register] = ACTIONS(1456), - [anon_sym_inline] = ACTIONS(1456), - [anon_sym___inline] = ACTIONS(1456), - [anon_sym___inline__] = ACTIONS(1456), - [anon_sym___forceinline] = ACTIONS(1456), - [anon_sym_thread_local] = ACTIONS(1456), - [anon_sym___thread] = ACTIONS(1456), - [anon_sym_const] = ACTIONS(1456), - [anon_sym_constexpr] = ACTIONS(1456), - [anon_sym_volatile] = ACTIONS(1456), - [anon_sym_restrict] = ACTIONS(1456), - [anon_sym___restrict__] = ACTIONS(1456), - [anon_sym__Atomic] = ACTIONS(1456), - [anon_sym__Noreturn] = ACTIONS(1456), - [anon_sym_noreturn] = ACTIONS(1456), - [sym_primitive_type] = ACTIONS(1456), - [anon_sym_enum] = ACTIONS(1456), - [anon_sym_struct] = ACTIONS(1456), - [anon_sym_union] = ACTIONS(1456), - [anon_sym_if] = ACTIONS(1456), - [anon_sym_switch] = ACTIONS(1456), - [anon_sym_case] = ACTIONS(1456), - [anon_sym_default] = ACTIONS(1456), - [anon_sym_while] = ACTIONS(1456), - [anon_sym_do] = ACTIONS(1456), - [anon_sym_for] = ACTIONS(1456), - [anon_sym_return] = ACTIONS(1456), - [anon_sym_break] = ACTIONS(1456), - [anon_sym_continue] = ACTIONS(1456), - [anon_sym_goto] = ACTIONS(1456), - [anon_sym_DASH_DASH] = ACTIONS(1458), - [anon_sym_PLUS_PLUS] = ACTIONS(1458), - [anon_sym_sizeof] = ACTIONS(1456), - [anon_sym___alignof__] = ACTIONS(1456), - [anon_sym___alignof] = ACTIONS(1456), - [anon_sym__alignof] = ACTIONS(1456), - [anon_sym_alignof] = ACTIONS(1456), - [anon_sym__Alignof] = ACTIONS(1456), - [anon_sym_offsetof] = ACTIONS(1456), - [anon_sym__Generic] = ACTIONS(1456), - [anon_sym_asm] = ACTIONS(1456), - [anon_sym___asm__] = ACTIONS(1456), - [sym_number_literal] = ACTIONS(1458), - [anon_sym_L_SQUOTE] = ACTIONS(1458), - [anon_sym_u_SQUOTE] = ACTIONS(1458), - [anon_sym_U_SQUOTE] = ACTIONS(1458), - [anon_sym_u8_SQUOTE] = ACTIONS(1458), - [anon_sym_SQUOTE] = ACTIONS(1458), - [anon_sym_L_DQUOTE] = ACTIONS(1458), - [anon_sym_u_DQUOTE] = ACTIONS(1458), - [anon_sym_U_DQUOTE] = ACTIONS(1458), - [anon_sym_u8_DQUOTE] = ACTIONS(1458), - [anon_sym_DQUOTE] = ACTIONS(1458), - [sym_true] = ACTIONS(1456), - [sym_false] = ACTIONS(1456), - [anon_sym_NULL] = ACTIONS(1456), - [anon_sym_nullptr] = ACTIONS(1456), + [456] = { + [ts_builtin_sym_end] = ACTIONS(1444), + [sym_identifier] = ACTIONS(1442), + [aux_sym_preproc_include_token1] = ACTIONS(1442), + [aux_sym_preproc_def_token1] = ACTIONS(1442), + [aux_sym_preproc_if_token1] = ACTIONS(1442), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1442), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1442), + [sym_preproc_directive] = ACTIONS(1442), + [anon_sym_LPAREN2] = ACTIONS(1444), + [anon_sym_BANG] = ACTIONS(1444), + [anon_sym_TILDE] = ACTIONS(1444), + [anon_sym_DASH] = ACTIONS(1442), + [anon_sym_PLUS] = ACTIONS(1442), + [anon_sym_STAR] = ACTIONS(1444), + [anon_sym_AMP] = ACTIONS(1444), + [anon_sym___extension__] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1442), + [anon_sym_extern] = ACTIONS(1442), + [anon_sym___attribute__] = ACTIONS(1442), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1444), + [anon_sym___declspec] = ACTIONS(1442), + [anon_sym___cdecl] = ACTIONS(1442), + [anon_sym___clrcall] = ACTIONS(1442), + [anon_sym___stdcall] = ACTIONS(1442), + [anon_sym___fastcall] = ACTIONS(1442), + [anon_sym___thiscall] = ACTIONS(1442), + [anon_sym___vectorcall] = ACTIONS(1442), + [anon_sym_LBRACE] = ACTIONS(1444), + [anon_sym_signed] = ACTIONS(1442), + [anon_sym_unsigned] = ACTIONS(1442), + [anon_sym_long] = ACTIONS(1442), + [anon_sym_short] = ACTIONS(1442), + [anon_sym_static] = ACTIONS(1442), + [anon_sym_auto] = ACTIONS(1442), + [anon_sym_register] = ACTIONS(1442), + [anon_sym_inline] = ACTIONS(1442), + [anon_sym___inline] = ACTIONS(1442), + [anon_sym___inline__] = ACTIONS(1442), + [anon_sym___forceinline] = ACTIONS(1442), + [anon_sym_thread_local] = ACTIONS(1442), + [anon_sym___thread] = ACTIONS(1442), + [anon_sym_const] = ACTIONS(1442), + [anon_sym_constexpr] = ACTIONS(1442), + [anon_sym_volatile] = ACTIONS(1442), + [anon_sym_restrict] = ACTIONS(1442), + [anon_sym___restrict__] = ACTIONS(1442), + [anon_sym__Atomic] = ACTIONS(1442), + [anon_sym__Noreturn] = ACTIONS(1442), + [anon_sym_noreturn] = ACTIONS(1442), + [sym_primitive_type] = ACTIONS(1442), + [anon_sym_enum] = ACTIONS(1442), + [anon_sym_struct] = ACTIONS(1442), + [anon_sym_union] = ACTIONS(1442), + [anon_sym_if] = ACTIONS(1442), + [anon_sym_switch] = ACTIONS(1442), + [anon_sym_case] = ACTIONS(1442), + [anon_sym_default] = ACTIONS(1442), + [anon_sym_while] = ACTIONS(1442), + [anon_sym_do] = ACTIONS(1442), + [anon_sym_for] = ACTIONS(1442), + [anon_sym_return] = ACTIONS(1442), + [anon_sym_break] = ACTIONS(1442), + [anon_sym_continue] = ACTIONS(1442), + [anon_sym_goto] = ACTIONS(1442), + [anon_sym_DASH_DASH] = ACTIONS(1444), + [anon_sym_PLUS_PLUS] = ACTIONS(1444), + [anon_sym_sizeof] = ACTIONS(1442), + [anon_sym___alignof__] = ACTIONS(1442), + [anon_sym___alignof] = ACTIONS(1442), + [anon_sym__alignof] = ACTIONS(1442), + [anon_sym_alignof] = ACTIONS(1442), + [anon_sym__Alignof] = ACTIONS(1442), + [anon_sym_offsetof] = ACTIONS(1442), + [anon_sym__Generic] = ACTIONS(1442), + [anon_sym_asm] = ACTIONS(1442), + [anon_sym___asm__] = ACTIONS(1442), + [sym_number_literal] = ACTIONS(1444), + [anon_sym_L_SQUOTE] = ACTIONS(1444), + [anon_sym_u_SQUOTE] = ACTIONS(1444), + [anon_sym_U_SQUOTE] = ACTIONS(1444), + [anon_sym_u8_SQUOTE] = ACTIONS(1444), + [anon_sym_SQUOTE] = ACTIONS(1444), + [anon_sym_L_DQUOTE] = ACTIONS(1444), + [anon_sym_u_DQUOTE] = ACTIONS(1444), + [anon_sym_U_DQUOTE] = ACTIONS(1444), + [anon_sym_u8_DQUOTE] = ACTIONS(1444), + [anon_sym_DQUOTE] = ACTIONS(1444), + [sym_true] = ACTIONS(1442), + [sym_false] = ACTIONS(1442), + [anon_sym_NULL] = ACTIONS(1442), + [anon_sym_nullptr] = ACTIONS(1442), [sym_comment] = ACTIONS(3), }, - [462] = { + [457] = { + [ts_builtin_sym_end] = ACTIONS(1482), + [sym_identifier] = ACTIONS(1480), + [aux_sym_preproc_include_token1] = ACTIONS(1480), + [aux_sym_preproc_def_token1] = ACTIONS(1480), + [aux_sym_preproc_if_token1] = ACTIONS(1480), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1480), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1480), + [sym_preproc_directive] = ACTIONS(1480), + [anon_sym_LPAREN2] = ACTIONS(1482), + [anon_sym_BANG] = ACTIONS(1482), + [anon_sym_TILDE] = ACTIONS(1482), + [anon_sym_DASH] = ACTIONS(1480), + [anon_sym_PLUS] = ACTIONS(1480), + [anon_sym_STAR] = ACTIONS(1482), + [anon_sym_AMP] = ACTIONS(1482), + [anon_sym___extension__] = ACTIONS(1480), + [anon_sym_typedef] = ACTIONS(1480), + [anon_sym_extern] = ACTIONS(1480), + [anon_sym___attribute__] = ACTIONS(1480), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1482), + [anon_sym___declspec] = ACTIONS(1480), + [anon_sym___cdecl] = ACTIONS(1480), + [anon_sym___clrcall] = ACTIONS(1480), + [anon_sym___stdcall] = ACTIONS(1480), + [anon_sym___fastcall] = ACTIONS(1480), + [anon_sym___thiscall] = ACTIONS(1480), + [anon_sym___vectorcall] = ACTIONS(1480), + [anon_sym_LBRACE] = ACTIONS(1482), + [anon_sym_signed] = ACTIONS(1480), + [anon_sym_unsigned] = ACTIONS(1480), + [anon_sym_long] = ACTIONS(1480), + [anon_sym_short] = ACTIONS(1480), + [anon_sym_static] = ACTIONS(1480), + [anon_sym_auto] = ACTIONS(1480), + [anon_sym_register] = ACTIONS(1480), + [anon_sym_inline] = ACTIONS(1480), + [anon_sym___inline] = ACTIONS(1480), + [anon_sym___inline__] = ACTIONS(1480), + [anon_sym___forceinline] = ACTIONS(1480), + [anon_sym_thread_local] = ACTIONS(1480), + [anon_sym___thread] = ACTIONS(1480), + [anon_sym_const] = ACTIONS(1480), + [anon_sym_constexpr] = ACTIONS(1480), + [anon_sym_volatile] = ACTIONS(1480), + [anon_sym_restrict] = ACTIONS(1480), + [anon_sym___restrict__] = ACTIONS(1480), + [anon_sym__Atomic] = ACTIONS(1480), + [anon_sym__Noreturn] = ACTIONS(1480), + [anon_sym_noreturn] = ACTIONS(1480), + [sym_primitive_type] = ACTIONS(1480), + [anon_sym_enum] = ACTIONS(1480), + [anon_sym_struct] = ACTIONS(1480), + [anon_sym_union] = ACTIONS(1480), + [anon_sym_if] = ACTIONS(1480), + [anon_sym_switch] = ACTIONS(1480), + [anon_sym_case] = ACTIONS(1480), + [anon_sym_default] = ACTIONS(1480), + [anon_sym_while] = ACTIONS(1480), + [anon_sym_do] = ACTIONS(1480), + [anon_sym_for] = ACTIONS(1480), + [anon_sym_return] = ACTIONS(1480), + [anon_sym_break] = ACTIONS(1480), + [anon_sym_continue] = ACTIONS(1480), + [anon_sym_goto] = ACTIONS(1480), + [anon_sym_DASH_DASH] = ACTIONS(1482), + [anon_sym_PLUS_PLUS] = ACTIONS(1482), + [anon_sym_sizeof] = ACTIONS(1480), + [anon_sym___alignof__] = ACTIONS(1480), + [anon_sym___alignof] = ACTIONS(1480), + [anon_sym__alignof] = ACTIONS(1480), + [anon_sym_alignof] = ACTIONS(1480), + [anon_sym__Alignof] = ACTIONS(1480), + [anon_sym_offsetof] = ACTIONS(1480), + [anon_sym__Generic] = ACTIONS(1480), + [anon_sym_asm] = ACTIONS(1480), + [anon_sym___asm__] = ACTIONS(1480), + [sym_number_literal] = ACTIONS(1482), + [anon_sym_L_SQUOTE] = ACTIONS(1482), + [anon_sym_u_SQUOTE] = ACTIONS(1482), + [anon_sym_U_SQUOTE] = ACTIONS(1482), + [anon_sym_u8_SQUOTE] = ACTIONS(1482), + [anon_sym_SQUOTE] = ACTIONS(1482), + [anon_sym_L_DQUOTE] = ACTIONS(1482), + [anon_sym_u_DQUOTE] = ACTIONS(1482), + [anon_sym_U_DQUOTE] = ACTIONS(1482), + [anon_sym_u8_DQUOTE] = ACTIONS(1482), + [anon_sym_DQUOTE] = ACTIONS(1482), + [sym_true] = ACTIONS(1480), + [sym_false] = ACTIONS(1480), + [anon_sym_NULL] = ACTIONS(1480), + [anon_sym_nullptr] = ACTIONS(1480), + [sym_comment] = ACTIONS(3), + }, + [458] = { [ts_builtin_sym_end] = ACTIONS(1466), [sym_identifier] = ACTIONS(1464), [aux_sym_preproc_include_token1] = ACTIONS(1464), @@ -66529,101 +66148,1041 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1464), [sym_comment] = ACTIONS(3), }, + [459] = { + [ts_builtin_sym_end] = ACTIONS(1408), + [sym_identifier] = ACTIONS(1406), + [aux_sym_preproc_include_token1] = ACTIONS(1406), + [aux_sym_preproc_def_token1] = ACTIONS(1406), + [aux_sym_preproc_if_token1] = ACTIONS(1406), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1406), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1406), + [sym_preproc_directive] = ACTIONS(1406), + [anon_sym_LPAREN2] = ACTIONS(1408), + [anon_sym_BANG] = ACTIONS(1408), + [anon_sym_TILDE] = ACTIONS(1408), + [anon_sym_DASH] = ACTIONS(1406), + [anon_sym_PLUS] = ACTIONS(1406), + [anon_sym_STAR] = ACTIONS(1408), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym___extension__] = ACTIONS(1406), + [anon_sym_typedef] = ACTIONS(1406), + [anon_sym_extern] = ACTIONS(1406), + [anon_sym___attribute__] = ACTIONS(1406), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1408), + [anon_sym___declspec] = ACTIONS(1406), + [anon_sym___cdecl] = ACTIONS(1406), + [anon_sym___clrcall] = ACTIONS(1406), + [anon_sym___stdcall] = ACTIONS(1406), + [anon_sym___fastcall] = ACTIONS(1406), + [anon_sym___thiscall] = ACTIONS(1406), + [anon_sym___vectorcall] = ACTIONS(1406), + [anon_sym_LBRACE] = ACTIONS(1408), + [anon_sym_signed] = ACTIONS(1406), + [anon_sym_unsigned] = ACTIONS(1406), + [anon_sym_long] = ACTIONS(1406), + [anon_sym_short] = ACTIONS(1406), + [anon_sym_static] = ACTIONS(1406), + [anon_sym_auto] = ACTIONS(1406), + [anon_sym_register] = ACTIONS(1406), + [anon_sym_inline] = ACTIONS(1406), + [anon_sym___inline] = ACTIONS(1406), + [anon_sym___inline__] = ACTIONS(1406), + [anon_sym___forceinline] = ACTIONS(1406), + [anon_sym_thread_local] = ACTIONS(1406), + [anon_sym___thread] = ACTIONS(1406), + [anon_sym_const] = ACTIONS(1406), + [anon_sym_constexpr] = ACTIONS(1406), + [anon_sym_volatile] = ACTIONS(1406), + [anon_sym_restrict] = ACTIONS(1406), + [anon_sym___restrict__] = ACTIONS(1406), + [anon_sym__Atomic] = ACTIONS(1406), + [anon_sym__Noreturn] = ACTIONS(1406), + [anon_sym_noreturn] = ACTIONS(1406), + [sym_primitive_type] = ACTIONS(1406), + [anon_sym_enum] = ACTIONS(1406), + [anon_sym_struct] = ACTIONS(1406), + [anon_sym_union] = ACTIONS(1406), + [anon_sym_if] = ACTIONS(1406), + [anon_sym_switch] = ACTIONS(1406), + [anon_sym_case] = ACTIONS(1406), + [anon_sym_default] = ACTIONS(1406), + [anon_sym_while] = ACTIONS(1406), + [anon_sym_do] = ACTIONS(1406), + [anon_sym_for] = ACTIONS(1406), + [anon_sym_return] = ACTIONS(1406), + [anon_sym_break] = ACTIONS(1406), + [anon_sym_continue] = ACTIONS(1406), + [anon_sym_goto] = ACTIONS(1406), + [anon_sym_DASH_DASH] = ACTIONS(1408), + [anon_sym_PLUS_PLUS] = ACTIONS(1408), + [anon_sym_sizeof] = ACTIONS(1406), + [anon_sym___alignof__] = ACTIONS(1406), + [anon_sym___alignof] = ACTIONS(1406), + [anon_sym__alignof] = ACTIONS(1406), + [anon_sym_alignof] = ACTIONS(1406), + [anon_sym__Alignof] = ACTIONS(1406), + [anon_sym_offsetof] = ACTIONS(1406), + [anon_sym__Generic] = ACTIONS(1406), + [anon_sym_asm] = ACTIONS(1406), + [anon_sym___asm__] = ACTIONS(1406), + [sym_number_literal] = ACTIONS(1408), + [anon_sym_L_SQUOTE] = ACTIONS(1408), + [anon_sym_u_SQUOTE] = ACTIONS(1408), + [anon_sym_U_SQUOTE] = ACTIONS(1408), + [anon_sym_u8_SQUOTE] = ACTIONS(1408), + [anon_sym_SQUOTE] = ACTIONS(1408), + [anon_sym_L_DQUOTE] = ACTIONS(1408), + [anon_sym_u_DQUOTE] = ACTIONS(1408), + [anon_sym_U_DQUOTE] = ACTIONS(1408), + [anon_sym_u8_DQUOTE] = ACTIONS(1408), + [anon_sym_DQUOTE] = ACTIONS(1408), + [sym_true] = ACTIONS(1406), + [sym_false] = ACTIONS(1406), + [anon_sym_NULL] = ACTIONS(1406), + [anon_sym_nullptr] = ACTIONS(1406), + [sym_comment] = ACTIONS(3), + }, + [460] = { + [ts_builtin_sym_end] = ACTIONS(1424), + [sym_identifier] = ACTIONS(1422), + [aux_sym_preproc_include_token1] = ACTIONS(1422), + [aux_sym_preproc_def_token1] = ACTIONS(1422), + [aux_sym_preproc_if_token1] = ACTIONS(1422), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1422), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1422), + [sym_preproc_directive] = ACTIONS(1422), + [anon_sym_LPAREN2] = ACTIONS(1424), + [anon_sym_BANG] = ACTIONS(1424), + [anon_sym_TILDE] = ACTIONS(1424), + [anon_sym_DASH] = ACTIONS(1422), + [anon_sym_PLUS] = ACTIONS(1422), + [anon_sym_STAR] = ACTIONS(1424), + [anon_sym_AMP] = ACTIONS(1424), + [anon_sym___extension__] = ACTIONS(1422), + [anon_sym_typedef] = ACTIONS(1422), + [anon_sym_extern] = ACTIONS(1422), + [anon_sym___attribute__] = ACTIONS(1422), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym___declspec] = ACTIONS(1422), + [anon_sym___cdecl] = ACTIONS(1422), + [anon_sym___clrcall] = ACTIONS(1422), + [anon_sym___stdcall] = ACTIONS(1422), + [anon_sym___fastcall] = ACTIONS(1422), + [anon_sym___thiscall] = ACTIONS(1422), + [anon_sym___vectorcall] = ACTIONS(1422), + [anon_sym_LBRACE] = ACTIONS(1424), + [anon_sym_signed] = ACTIONS(1422), + [anon_sym_unsigned] = ACTIONS(1422), + [anon_sym_long] = ACTIONS(1422), + [anon_sym_short] = ACTIONS(1422), + [anon_sym_static] = ACTIONS(1422), + [anon_sym_auto] = ACTIONS(1422), + [anon_sym_register] = ACTIONS(1422), + [anon_sym_inline] = ACTIONS(1422), + [anon_sym___inline] = ACTIONS(1422), + [anon_sym___inline__] = ACTIONS(1422), + [anon_sym___forceinline] = ACTIONS(1422), + [anon_sym_thread_local] = ACTIONS(1422), + [anon_sym___thread] = ACTIONS(1422), + [anon_sym_const] = ACTIONS(1422), + [anon_sym_constexpr] = ACTIONS(1422), + [anon_sym_volatile] = ACTIONS(1422), + [anon_sym_restrict] = ACTIONS(1422), + [anon_sym___restrict__] = ACTIONS(1422), + [anon_sym__Atomic] = ACTIONS(1422), + [anon_sym__Noreturn] = ACTIONS(1422), + [anon_sym_noreturn] = ACTIONS(1422), + [sym_primitive_type] = ACTIONS(1422), + [anon_sym_enum] = ACTIONS(1422), + [anon_sym_struct] = ACTIONS(1422), + [anon_sym_union] = ACTIONS(1422), + [anon_sym_if] = ACTIONS(1422), + [anon_sym_switch] = ACTIONS(1422), + [anon_sym_case] = ACTIONS(1422), + [anon_sym_default] = ACTIONS(1422), + [anon_sym_while] = ACTIONS(1422), + [anon_sym_do] = ACTIONS(1422), + [anon_sym_for] = ACTIONS(1422), + [anon_sym_return] = ACTIONS(1422), + [anon_sym_break] = ACTIONS(1422), + [anon_sym_continue] = ACTIONS(1422), + [anon_sym_goto] = ACTIONS(1422), + [anon_sym_DASH_DASH] = ACTIONS(1424), + [anon_sym_PLUS_PLUS] = ACTIONS(1424), + [anon_sym_sizeof] = ACTIONS(1422), + [anon_sym___alignof__] = ACTIONS(1422), + [anon_sym___alignof] = ACTIONS(1422), + [anon_sym__alignof] = ACTIONS(1422), + [anon_sym_alignof] = ACTIONS(1422), + [anon_sym__Alignof] = ACTIONS(1422), + [anon_sym_offsetof] = ACTIONS(1422), + [anon_sym__Generic] = ACTIONS(1422), + [anon_sym_asm] = ACTIONS(1422), + [anon_sym___asm__] = ACTIONS(1422), + [sym_number_literal] = ACTIONS(1424), + [anon_sym_L_SQUOTE] = ACTIONS(1424), + [anon_sym_u_SQUOTE] = ACTIONS(1424), + [anon_sym_U_SQUOTE] = ACTIONS(1424), + [anon_sym_u8_SQUOTE] = ACTIONS(1424), + [anon_sym_SQUOTE] = ACTIONS(1424), + [anon_sym_L_DQUOTE] = ACTIONS(1424), + [anon_sym_u_DQUOTE] = ACTIONS(1424), + [anon_sym_U_DQUOTE] = ACTIONS(1424), + [anon_sym_u8_DQUOTE] = ACTIONS(1424), + [anon_sym_DQUOTE] = ACTIONS(1424), + [sym_true] = ACTIONS(1422), + [sym_false] = ACTIONS(1422), + [anon_sym_NULL] = ACTIONS(1422), + [anon_sym_nullptr] = ACTIONS(1422), + [sym_comment] = ACTIONS(3), + }, + [461] = { + [ts_builtin_sym_end] = ACTIONS(1428), + [sym_identifier] = ACTIONS(1426), + [aux_sym_preproc_include_token1] = ACTIONS(1426), + [aux_sym_preproc_def_token1] = ACTIONS(1426), + [aux_sym_preproc_if_token1] = ACTIONS(1426), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1426), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1426), + [sym_preproc_directive] = ACTIONS(1426), + [anon_sym_LPAREN2] = ACTIONS(1428), + [anon_sym_BANG] = ACTIONS(1428), + [anon_sym_TILDE] = ACTIONS(1428), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_STAR] = ACTIONS(1428), + [anon_sym_AMP] = ACTIONS(1428), + [anon_sym___extension__] = ACTIONS(1426), + [anon_sym_typedef] = ACTIONS(1426), + [anon_sym_extern] = ACTIONS(1426), + [anon_sym___attribute__] = ACTIONS(1426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1428), + [anon_sym___declspec] = ACTIONS(1426), + [anon_sym___cdecl] = ACTIONS(1426), + [anon_sym___clrcall] = ACTIONS(1426), + [anon_sym___stdcall] = ACTIONS(1426), + [anon_sym___fastcall] = ACTIONS(1426), + [anon_sym___thiscall] = ACTIONS(1426), + [anon_sym___vectorcall] = ACTIONS(1426), + [anon_sym_LBRACE] = ACTIONS(1428), + [anon_sym_signed] = ACTIONS(1426), + [anon_sym_unsigned] = ACTIONS(1426), + [anon_sym_long] = ACTIONS(1426), + [anon_sym_short] = ACTIONS(1426), + [anon_sym_static] = ACTIONS(1426), + [anon_sym_auto] = ACTIONS(1426), + [anon_sym_register] = ACTIONS(1426), + [anon_sym_inline] = ACTIONS(1426), + [anon_sym___inline] = ACTIONS(1426), + [anon_sym___inline__] = ACTIONS(1426), + [anon_sym___forceinline] = ACTIONS(1426), + [anon_sym_thread_local] = ACTIONS(1426), + [anon_sym___thread] = ACTIONS(1426), + [anon_sym_const] = ACTIONS(1426), + [anon_sym_constexpr] = ACTIONS(1426), + [anon_sym_volatile] = ACTIONS(1426), + [anon_sym_restrict] = ACTIONS(1426), + [anon_sym___restrict__] = ACTIONS(1426), + [anon_sym__Atomic] = ACTIONS(1426), + [anon_sym__Noreturn] = ACTIONS(1426), + [anon_sym_noreturn] = ACTIONS(1426), + [sym_primitive_type] = ACTIONS(1426), + [anon_sym_enum] = ACTIONS(1426), + [anon_sym_struct] = ACTIONS(1426), + [anon_sym_union] = ACTIONS(1426), + [anon_sym_if] = ACTIONS(1426), + [anon_sym_switch] = ACTIONS(1426), + [anon_sym_case] = ACTIONS(1426), + [anon_sym_default] = ACTIONS(1426), + [anon_sym_while] = ACTIONS(1426), + [anon_sym_do] = ACTIONS(1426), + [anon_sym_for] = ACTIONS(1426), + [anon_sym_return] = ACTIONS(1426), + [anon_sym_break] = ACTIONS(1426), + [anon_sym_continue] = ACTIONS(1426), + [anon_sym_goto] = ACTIONS(1426), + [anon_sym_DASH_DASH] = ACTIONS(1428), + [anon_sym_PLUS_PLUS] = ACTIONS(1428), + [anon_sym_sizeof] = ACTIONS(1426), + [anon_sym___alignof__] = ACTIONS(1426), + [anon_sym___alignof] = ACTIONS(1426), + [anon_sym__alignof] = ACTIONS(1426), + [anon_sym_alignof] = ACTIONS(1426), + [anon_sym__Alignof] = ACTIONS(1426), + [anon_sym_offsetof] = ACTIONS(1426), + [anon_sym__Generic] = ACTIONS(1426), + [anon_sym_asm] = ACTIONS(1426), + [anon_sym___asm__] = ACTIONS(1426), + [sym_number_literal] = ACTIONS(1428), + [anon_sym_L_SQUOTE] = ACTIONS(1428), + [anon_sym_u_SQUOTE] = ACTIONS(1428), + [anon_sym_U_SQUOTE] = ACTIONS(1428), + [anon_sym_u8_SQUOTE] = ACTIONS(1428), + [anon_sym_SQUOTE] = ACTIONS(1428), + [anon_sym_L_DQUOTE] = ACTIONS(1428), + [anon_sym_u_DQUOTE] = ACTIONS(1428), + [anon_sym_U_DQUOTE] = ACTIONS(1428), + [anon_sym_u8_DQUOTE] = ACTIONS(1428), + [anon_sym_DQUOTE] = ACTIONS(1428), + [sym_true] = ACTIONS(1426), + [sym_false] = ACTIONS(1426), + [anon_sym_NULL] = ACTIONS(1426), + [anon_sym_nullptr] = ACTIONS(1426), + [sym_comment] = ACTIONS(3), + }, + [462] = { + [ts_builtin_sym_end] = ACTIONS(1412), + [sym_identifier] = ACTIONS(1410), + [aux_sym_preproc_include_token1] = ACTIONS(1410), + [aux_sym_preproc_def_token1] = ACTIONS(1410), + [aux_sym_preproc_if_token1] = ACTIONS(1410), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1410), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1410), + [sym_preproc_directive] = ACTIONS(1410), + [anon_sym_LPAREN2] = ACTIONS(1412), + [anon_sym_BANG] = ACTIONS(1412), + [anon_sym_TILDE] = ACTIONS(1412), + [anon_sym_DASH] = ACTIONS(1410), + [anon_sym_PLUS] = ACTIONS(1410), + [anon_sym_STAR] = ACTIONS(1412), + [anon_sym_AMP] = ACTIONS(1412), + [anon_sym___extension__] = ACTIONS(1410), + [anon_sym_typedef] = ACTIONS(1410), + [anon_sym_extern] = ACTIONS(1410), + [anon_sym___attribute__] = ACTIONS(1410), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1412), + [anon_sym___declspec] = ACTIONS(1410), + [anon_sym___cdecl] = ACTIONS(1410), + [anon_sym___clrcall] = ACTIONS(1410), + [anon_sym___stdcall] = ACTIONS(1410), + [anon_sym___fastcall] = ACTIONS(1410), + [anon_sym___thiscall] = ACTIONS(1410), + [anon_sym___vectorcall] = ACTIONS(1410), + [anon_sym_LBRACE] = ACTIONS(1412), + [anon_sym_signed] = ACTIONS(1410), + [anon_sym_unsigned] = ACTIONS(1410), + [anon_sym_long] = ACTIONS(1410), + [anon_sym_short] = ACTIONS(1410), + [anon_sym_static] = ACTIONS(1410), + [anon_sym_auto] = ACTIONS(1410), + [anon_sym_register] = ACTIONS(1410), + [anon_sym_inline] = ACTIONS(1410), + [anon_sym___inline] = ACTIONS(1410), + [anon_sym___inline__] = ACTIONS(1410), + [anon_sym___forceinline] = ACTIONS(1410), + [anon_sym_thread_local] = ACTIONS(1410), + [anon_sym___thread] = ACTIONS(1410), + [anon_sym_const] = ACTIONS(1410), + [anon_sym_constexpr] = ACTIONS(1410), + [anon_sym_volatile] = ACTIONS(1410), + [anon_sym_restrict] = ACTIONS(1410), + [anon_sym___restrict__] = ACTIONS(1410), + [anon_sym__Atomic] = ACTIONS(1410), + [anon_sym__Noreturn] = ACTIONS(1410), + [anon_sym_noreturn] = ACTIONS(1410), + [sym_primitive_type] = ACTIONS(1410), + [anon_sym_enum] = ACTIONS(1410), + [anon_sym_struct] = ACTIONS(1410), + [anon_sym_union] = ACTIONS(1410), + [anon_sym_if] = ACTIONS(1410), + [anon_sym_switch] = ACTIONS(1410), + [anon_sym_case] = ACTIONS(1410), + [anon_sym_default] = ACTIONS(1410), + [anon_sym_while] = ACTIONS(1410), + [anon_sym_do] = ACTIONS(1410), + [anon_sym_for] = ACTIONS(1410), + [anon_sym_return] = ACTIONS(1410), + [anon_sym_break] = ACTIONS(1410), + [anon_sym_continue] = ACTIONS(1410), + [anon_sym_goto] = ACTIONS(1410), + [anon_sym_DASH_DASH] = ACTIONS(1412), + [anon_sym_PLUS_PLUS] = ACTIONS(1412), + [anon_sym_sizeof] = ACTIONS(1410), + [anon_sym___alignof__] = ACTIONS(1410), + [anon_sym___alignof] = ACTIONS(1410), + [anon_sym__alignof] = ACTIONS(1410), + [anon_sym_alignof] = ACTIONS(1410), + [anon_sym__Alignof] = ACTIONS(1410), + [anon_sym_offsetof] = ACTIONS(1410), + [anon_sym__Generic] = ACTIONS(1410), + [anon_sym_asm] = ACTIONS(1410), + [anon_sym___asm__] = ACTIONS(1410), + [sym_number_literal] = ACTIONS(1412), + [anon_sym_L_SQUOTE] = ACTIONS(1412), + [anon_sym_u_SQUOTE] = ACTIONS(1412), + [anon_sym_U_SQUOTE] = ACTIONS(1412), + [anon_sym_u8_SQUOTE] = ACTIONS(1412), + [anon_sym_SQUOTE] = ACTIONS(1412), + [anon_sym_L_DQUOTE] = ACTIONS(1412), + [anon_sym_u_DQUOTE] = ACTIONS(1412), + [anon_sym_U_DQUOTE] = ACTIONS(1412), + [anon_sym_u8_DQUOTE] = ACTIONS(1412), + [anon_sym_DQUOTE] = ACTIONS(1412), + [sym_true] = ACTIONS(1410), + [sym_false] = ACTIONS(1410), + [anon_sym_NULL] = ACTIONS(1410), + [anon_sym_nullptr] = ACTIONS(1410), + [sym_comment] = ACTIONS(3), + }, [463] = { - [ts_builtin_sym_end] = ACTIONS(1404), - [sym_identifier] = ACTIONS(1402), - [aux_sym_preproc_include_token1] = ACTIONS(1402), - [aux_sym_preproc_def_token1] = ACTIONS(1402), - [aux_sym_preproc_if_token1] = ACTIONS(1402), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1402), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1402), - [sym_preproc_directive] = ACTIONS(1402), - [anon_sym_LPAREN2] = ACTIONS(1404), - [anon_sym_BANG] = ACTIONS(1404), - [anon_sym_TILDE] = ACTIONS(1404), - [anon_sym_DASH] = ACTIONS(1402), - [anon_sym_PLUS] = ACTIONS(1402), - [anon_sym_STAR] = ACTIONS(1404), - [anon_sym_AMP] = ACTIONS(1404), - [anon_sym___extension__] = ACTIONS(1402), - [anon_sym_typedef] = ACTIONS(1402), - [anon_sym_extern] = ACTIONS(1402), - [anon_sym___attribute__] = ACTIONS(1402), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1404), - [anon_sym___declspec] = ACTIONS(1402), - [anon_sym___cdecl] = ACTIONS(1402), - [anon_sym___clrcall] = ACTIONS(1402), - [anon_sym___stdcall] = ACTIONS(1402), - [anon_sym___fastcall] = ACTIONS(1402), - [anon_sym___thiscall] = ACTIONS(1402), - [anon_sym___vectorcall] = ACTIONS(1402), - [anon_sym_LBRACE] = ACTIONS(1404), - [anon_sym_signed] = ACTIONS(1402), - [anon_sym_unsigned] = ACTIONS(1402), - [anon_sym_long] = ACTIONS(1402), - [anon_sym_short] = ACTIONS(1402), - [anon_sym_static] = ACTIONS(1402), - [anon_sym_auto] = ACTIONS(1402), - [anon_sym_register] = ACTIONS(1402), - [anon_sym_inline] = ACTIONS(1402), - [anon_sym___inline] = ACTIONS(1402), - [anon_sym___inline__] = ACTIONS(1402), - [anon_sym___forceinline] = ACTIONS(1402), - [anon_sym_thread_local] = ACTIONS(1402), - [anon_sym___thread] = ACTIONS(1402), - [anon_sym_const] = ACTIONS(1402), - [anon_sym_constexpr] = ACTIONS(1402), - [anon_sym_volatile] = ACTIONS(1402), - [anon_sym_restrict] = ACTIONS(1402), - [anon_sym___restrict__] = ACTIONS(1402), - [anon_sym__Atomic] = ACTIONS(1402), - [anon_sym__Noreturn] = ACTIONS(1402), - [anon_sym_noreturn] = ACTIONS(1402), - [sym_primitive_type] = ACTIONS(1402), - [anon_sym_enum] = ACTIONS(1402), - [anon_sym_struct] = ACTIONS(1402), - [anon_sym_union] = ACTIONS(1402), - [anon_sym_if] = ACTIONS(1402), - [anon_sym_switch] = ACTIONS(1402), - [anon_sym_case] = ACTIONS(1402), - [anon_sym_default] = ACTIONS(1402), - [anon_sym_while] = ACTIONS(1402), - [anon_sym_do] = ACTIONS(1402), - [anon_sym_for] = ACTIONS(1402), - [anon_sym_return] = ACTIONS(1402), - [anon_sym_break] = ACTIONS(1402), - [anon_sym_continue] = ACTIONS(1402), - [anon_sym_goto] = ACTIONS(1402), - [anon_sym_DASH_DASH] = ACTIONS(1404), - [anon_sym_PLUS_PLUS] = ACTIONS(1404), - [anon_sym_sizeof] = ACTIONS(1402), - [anon_sym___alignof__] = ACTIONS(1402), - [anon_sym___alignof] = ACTIONS(1402), - [anon_sym__alignof] = ACTIONS(1402), - [anon_sym_alignof] = ACTIONS(1402), - [anon_sym__Alignof] = ACTIONS(1402), - [anon_sym_offsetof] = ACTIONS(1402), - [anon_sym__Generic] = ACTIONS(1402), - [anon_sym_asm] = ACTIONS(1402), - [anon_sym___asm__] = ACTIONS(1402), - [sym_number_literal] = ACTIONS(1404), - [anon_sym_L_SQUOTE] = ACTIONS(1404), - [anon_sym_u_SQUOTE] = ACTIONS(1404), - [anon_sym_U_SQUOTE] = ACTIONS(1404), - [anon_sym_u8_SQUOTE] = ACTIONS(1404), - [anon_sym_SQUOTE] = ACTIONS(1404), - [anon_sym_L_DQUOTE] = ACTIONS(1404), - [anon_sym_u_DQUOTE] = ACTIONS(1404), - [anon_sym_U_DQUOTE] = ACTIONS(1404), - [anon_sym_u8_DQUOTE] = ACTIONS(1404), - [anon_sym_DQUOTE] = ACTIONS(1404), - [sym_true] = ACTIONS(1402), - [sym_false] = ACTIONS(1402), - [anon_sym_NULL] = ACTIONS(1402), - [anon_sym_nullptr] = ACTIONS(1402), + [ts_builtin_sym_end] = ACTIONS(1494), + [sym_identifier] = ACTIONS(1492), + [aux_sym_preproc_include_token1] = ACTIONS(1492), + [aux_sym_preproc_def_token1] = ACTIONS(1492), + [aux_sym_preproc_if_token1] = ACTIONS(1492), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1492), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1492), + [sym_preproc_directive] = ACTIONS(1492), + [anon_sym_LPAREN2] = ACTIONS(1494), + [anon_sym_BANG] = ACTIONS(1494), + [anon_sym_TILDE] = ACTIONS(1494), + [anon_sym_DASH] = ACTIONS(1492), + [anon_sym_PLUS] = ACTIONS(1492), + [anon_sym_STAR] = ACTIONS(1494), + [anon_sym_AMP] = ACTIONS(1494), + [anon_sym___extension__] = ACTIONS(1492), + [anon_sym_typedef] = ACTIONS(1492), + [anon_sym_extern] = ACTIONS(1492), + [anon_sym___attribute__] = ACTIONS(1492), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1494), + [anon_sym___declspec] = ACTIONS(1492), + [anon_sym___cdecl] = ACTIONS(1492), + [anon_sym___clrcall] = ACTIONS(1492), + [anon_sym___stdcall] = ACTIONS(1492), + [anon_sym___fastcall] = ACTIONS(1492), + [anon_sym___thiscall] = ACTIONS(1492), + [anon_sym___vectorcall] = ACTIONS(1492), + [anon_sym_LBRACE] = ACTIONS(1494), + [anon_sym_signed] = ACTIONS(1492), + [anon_sym_unsigned] = ACTIONS(1492), + [anon_sym_long] = ACTIONS(1492), + [anon_sym_short] = ACTIONS(1492), + [anon_sym_static] = ACTIONS(1492), + [anon_sym_auto] = ACTIONS(1492), + [anon_sym_register] = ACTIONS(1492), + [anon_sym_inline] = ACTIONS(1492), + [anon_sym___inline] = ACTIONS(1492), + [anon_sym___inline__] = ACTIONS(1492), + [anon_sym___forceinline] = ACTIONS(1492), + [anon_sym_thread_local] = ACTIONS(1492), + [anon_sym___thread] = ACTIONS(1492), + [anon_sym_const] = ACTIONS(1492), + [anon_sym_constexpr] = ACTIONS(1492), + [anon_sym_volatile] = ACTIONS(1492), + [anon_sym_restrict] = ACTIONS(1492), + [anon_sym___restrict__] = ACTIONS(1492), + [anon_sym__Atomic] = ACTIONS(1492), + [anon_sym__Noreturn] = ACTIONS(1492), + [anon_sym_noreturn] = ACTIONS(1492), + [sym_primitive_type] = ACTIONS(1492), + [anon_sym_enum] = ACTIONS(1492), + [anon_sym_struct] = ACTIONS(1492), + [anon_sym_union] = ACTIONS(1492), + [anon_sym_if] = ACTIONS(1492), + [anon_sym_switch] = ACTIONS(1492), + [anon_sym_case] = ACTIONS(1492), + [anon_sym_default] = ACTIONS(1492), + [anon_sym_while] = ACTIONS(1492), + [anon_sym_do] = ACTIONS(1492), + [anon_sym_for] = ACTIONS(1492), + [anon_sym_return] = ACTIONS(1492), + [anon_sym_break] = ACTIONS(1492), + [anon_sym_continue] = ACTIONS(1492), + [anon_sym_goto] = ACTIONS(1492), + [anon_sym_DASH_DASH] = ACTIONS(1494), + [anon_sym_PLUS_PLUS] = ACTIONS(1494), + [anon_sym_sizeof] = ACTIONS(1492), + [anon_sym___alignof__] = ACTIONS(1492), + [anon_sym___alignof] = ACTIONS(1492), + [anon_sym__alignof] = ACTIONS(1492), + [anon_sym_alignof] = ACTIONS(1492), + [anon_sym__Alignof] = ACTIONS(1492), + [anon_sym_offsetof] = ACTIONS(1492), + [anon_sym__Generic] = ACTIONS(1492), + [anon_sym_asm] = ACTIONS(1492), + [anon_sym___asm__] = ACTIONS(1492), + [sym_number_literal] = ACTIONS(1494), + [anon_sym_L_SQUOTE] = ACTIONS(1494), + [anon_sym_u_SQUOTE] = ACTIONS(1494), + [anon_sym_U_SQUOTE] = ACTIONS(1494), + [anon_sym_u8_SQUOTE] = ACTIONS(1494), + [anon_sym_SQUOTE] = ACTIONS(1494), + [anon_sym_L_DQUOTE] = ACTIONS(1494), + [anon_sym_u_DQUOTE] = ACTIONS(1494), + [anon_sym_U_DQUOTE] = ACTIONS(1494), + [anon_sym_u8_DQUOTE] = ACTIONS(1494), + [anon_sym_DQUOTE] = ACTIONS(1494), + [sym_true] = ACTIONS(1492), + [sym_false] = ACTIONS(1492), + [anon_sym_NULL] = ACTIONS(1492), + [anon_sym_nullptr] = ACTIONS(1492), + [sym_comment] = ACTIONS(3), + }, + [464] = { + [ts_builtin_sym_end] = ACTIONS(1436), + [sym_identifier] = ACTIONS(1434), + [aux_sym_preproc_include_token1] = ACTIONS(1434), + [aux_sym_preproc_def_token1] = ACTIONS(1434), + [aux_sym_preproc_if_token1] = ACTIONS(1434), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1434), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1434), + [sym_preproc_directive] = ACTIONS(1434), + [anon_sym_LPAREN2] = ACTIONS(1436), + [anon_sym_BANG] = ACTIONS(1436), + [anon_sym_TILDE] = ACTIONS(1436), + [anon_sym_DASH] = ACTIONS(1434), + [anon_sym_PLUS] = ACTIONS(1434), + [anon_sym_STAR] = ACTIONS(1436), + [anon_sym_AMP] = ACTIONS(1436), + [anon_sym___extension__] = ACTIONS(1434), + [anon_sym_typedef] = ACTIONS(1434), + [anon_sym_extern] = ACTIONS(1434), + [anon_sym___attribute__] = ACTIONS(1434), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1436), + [anon_sym___declspec] = ACTIONS(1434), + [anon_sym___cdecl] = ACTIONS(1434), + [anon_sym___clrcall] = ACTIONS(1434), + [anon_sym___stdcall] = ACTIONS(1434), + [anon_sym___fastcall] = ACTIONS(1434), + [anon_sym___thiscall] = ACTIONS(1434), + [anon_sym___vectorcall] = ACTIONS(1434), + [anon_sym_LBRACE] = ACTIONS(1436), + [anon_sym_signed] = ACTIONS(1434), + [anon_sym_unsigned] = ACTIONS(1434), + [anon_sym_long] = ACTIONS(1434), + [anon_sym_short] = ACTIONS(1434), + [anon_sym_static] = ACTIONS(1434), + [anon_sym_auto] = ACTIONS(1434), + [anon_sym_register] = ACTIONS(1434), + [anon_sym_inline] = ACTIONS(1434), + [anon_sym___inline] = ACTIONS(1434), + [anon_sym___inline__] = ACTIONS(1434), + [anon_sym___forceinline] = ACTIONS(1434), + [anon_sym_thread_local] = ACTIONS(1434), + [anon_sym___thread] = ACTIONS(1434), + [anon_sym_const] = ACTIONS(1434), + [anon_sym_constexpr] = ACTIONS(1434), + [anon_sym_volatile] = ACTIONS(1434), + [anon_sym_restrict] = ACTIONS(1434), + [anon_sym___restrict__] = ACTIONS(1434), + [anon_sym__Atomic] = ACTIONS(1434), + [anon_sym__Noreturn] = ACTIONS(1434), + [anon_sym_noreturn] = ACTIONS(1434), + [sym_primitive_type] = ACTIONS(1434), + [anon_sym_enum] = ACTIONS(1434), + [anon_sym_struct] = ACTIONS(1434), + [anon_sym_union] = ACTIONS(1434), + [anon_sym_if] = ACTIONS(1434), + [anon_sym_switch] = ACTIONS(1434), + [anon_sym_case] = ACTIONS(1434), + [anon_sym_default] = ACTIONS(1434), + [anon_sym_while] = ACTIONS(1434), + [anon_sym_do] = ACTIONS(1434), + [anon_sym_for] = ACTIONS(1434), + [anon_sym_return] = ACTIONS(1434), + [anon_sym_break] = ACTIONS(1434), + [anon_sym_continue] = ACTIONS(1434), + [anon_sym_goto] = ACTIONS(1434), + [anon_sym_DASH_DASH] = ACTIONS(1436), + [anon_sym_PLUS_PLUS] = ACTIONS(1436), + [anon_sym_sizeof] = ACTIONS(1434), + [anon_sym___alignof__] = ACTIONS(1434), + [anon_sym___alignof] = ACTIONS(1434), + [anon_sym__alignof] = ACTIONS(1434), + [anon_sym_alignof] = ACTIONS(1434), + [anon_sym__Alignof] = ACTIONS(1434), + [anon_sym_offsetof] = ACTIONS(1434), + [anon_sym__Generic] = ACTIONS(1434), + [anon_sym_asm] = ACTIONS(1434), + [anon_sym___asm__] = ACTIONS(1434), + [sym_number_literal] = ACTIONS(1436), + [anon_sym_L_SQUOTE] = ACTIONS(1436), + [anon_sym_u_SQUOTE] = ACTIONS(1436), + [anon_sym_U_SQUOTE] = ACTIONS(1436), + [anon_sym_u8_SQUOTE] = ACTIONS(1436), + [anon_sym_SQUOTE] = ACTIONS(1436), + [anon_sym_L_DQUOTE] = ACTIONS(1436), + [anon_sym_u_DQUOTE] = ACTIONS(1436), + [anon_sym_U_DQUOTE] = ACTIONS(1436), + [anon_sym_u8_DQUOTE] = ACTIONS(1436), + [anon_sym_DQUOTE] = ACTIONS(1436), + [sym_true] = ACTIONS(1434), + [sym_false] = ACTIONS(1434), + [anon_sym_NULL] = ACTIONS(1434), + [anon_sym_nullptr] = ACTIONS(1434), + [sym_comment] = ACTIONS(3), + }, + [465] = { + [sym__expression] = STATE(996), + [sym__expression_not_binary] = STATE(807), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(807), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(807), + [sym_call_expression] = STATE(807), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(807), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(807), + [sym_initializer_list] = STATE(828), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym_identifier] = ACTIONS(1526), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1516), + [anon_sym_LPAREN2] = ACTIONS(1516), + [anon_sym_BANG] = ACTIONS(1887), + [anon_sym_TILDE] = ACTIONS(1889), + [anon_sym_DASH] = ACTIONS(1514), + [anon_sym_PLUS] = ACTIONS(1514), + [anon_sym_STAR] = ACTIONS(1514), + [anon_sym_SLASH] = ACTIONS(1514), + [anon_sym_PERCENT] = ACTIONS(1514), + [anon_sym_PIPE_PIPE] = ACTIONS(1516), + [anon_sym_AMP_AMP] = ACTIONS(1516), + [anon_sym_PIPE] = ACTIONS(1514), + [anon_sym_CARET] = ACTIONS(1514), + [anon_sym_AMP] = ACTIONS(1514), + [anon_sym_EQ_EQ] = ACTIONS(1516), + [anon_sym_BANG_EQ] = ACTIONS(1516), + [anon_sym_GT] = ACTIONS(1514), + [anon_sym_GT_EQ] = ACTIONS(1516), + [anon_sym_LT_EQ] = ACTIONS(1516), + [anon_sym_LT] = ACTIONS(1514), + [anon_sym_LT_LT] = ACTIONS(1514), + [anon_sym_GT_GT] = ACTIONS(1514), + [anon_sym_LBRACE] = ACTIONS(1522), + [anon_sym_LBRACK] = ACTIONS(1516), + [anon_sym_RBRACK] = ACTIONS(1516), + [anon_sym_EQ] = ACTIONS(1514), + [anon_sym_QMARK] = ACTIONS(1516), + [anon_sym_STAR_EQ] = ACTIONS(1516), + [anon_sym_SLASH_EQ] = ACTIONS(1516), + [anon_sym_PERCENT_EQ] = ACTIONS(1516), + [anon_sym_PLUS_EQ] = ACTIONS(1516), + [anon_sym_DASH_EQ] = ACTIONS(1516), + [anon_sym_LT_LT_EQ] = ACTIONS(1516), + [anon_sym_GT_GT_EQ] = ACTIONS(1516), + [anon_sym_AMP_EQ] = ACTIONS(1516), + [anon_sym_CARET_EQ] = ACTIONS(1516), + [anon_sym_PIPE_EQ] = ACTIONS(1516), + [anon_sym_DASH_DASH] = ACTIONS(1516), + [anon_sym_PLUS_PLUS] = ACTIONS(1516), + [anon_sym_sizeof] = ACTIONS(1891), + [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(1514), + [anon_sym_DASH_GT] = ACTIONS(1516), + [sym_number_literal] = ACTIONS(157), + [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(159), + [sym_false] = ACTIONS(159), + [anon_sym_NULL] = ACTIONS(99), + [anon_sym_nullptr] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + }, + [466] = { + [ts_builtin_sym_end] = ACTIONS(1448), + [sym_identifier] = ACTIONS(1446), + [aux_sym_preproc_include_token1] = ACTIONS(1446), + [aux_sym_preproc_def_token1] = ACTIONS(1446), + [aux_sym_preproc_if_token1] = ACTIONS(1446), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1446), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1446), + [sym_preproc_directive] = ACTIONS(1446), + [anon_sym_LPAREN2] = ACTIONS(1448), + [anon_sym_BANG] = ACTIONS(1448), + [anon_sym_TILDE] = ACTIONS(1448), + [anon_sym_DASH] = ACTIONS(1446), + [anon_sym_PLUS] = ACTIONS(1446), + [anon_sym_STAR] = ACTIONS(1448), + [anon_sym_AMP] = ACTIONS(1448), + [anon_sym___extension__] = ACTIONS(1446), + [anon_sym_typedef] = ACTIONS(1446), + [anon_sym_extern] = ACTIONS(1446), + [anon_sym___attribute__] = ACTIONS(1446), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1448), + [anon_sym___declspec] = ACTIONS(1446), + [anon_sym___cdecl] = ACTIONS(1446), + [anon_sym___clrcall] = ACTIONS(1446), + [anon_sym___stdcall] = ACTIONS(1446), + [anon_sym___fastcall] = ACTIONS(1446), + [anon_sym___thiscall] = ACTIONS(1446), + [anon_sym___vectorcall] = ACTIONS(1446), + [anon_sym_LBRACE] = ACTIONS(1448), + [anon_sym_signed] = ACTIONS(1446), + [anon_sym_unsigned] = ACTIONS(1446), + [anon_sym_long] = ACTIONS(1446), + [anon_sym_short] = ACTIONS(1446), + [anon_sym_static] = ACTIONS(1446), + [anon_sym_auto] = ACTIONS(1446), + [anon_sym_register] = ACTIONS(1446), + [anon_sym_inline] = ACTIONS(1446), + [anon_sym___inline] = ACTIONS(1446), + [anon_sym___inline__] = ACTIONS(1446), + [anon_sym___forceinline] = ACTIONS(1446), + [anon_sym_thread_local] = ACTIONS(1446), + [anon_sym___thread] = ACTIONS(1446), + [anon_sym_const] = ACTIONS(1446), + [anon_sym_constexpr] = ACTIONS(1446), + [anon_sym_volatile] = ACTIONS(1446), + [anon_sym_restrict] = ACTIONS(1446), + [anon_sym___restrict__] = ACTIONS(1446), + [anon_sym__Atomic] = ACTIONS(1446), + [anon_sym__Noreturn] = ACTIONS(1446), + [anon_sym_noreturn] = ACTIONS(1446), + [sym_primitive_type] = ACTIONS(1446), + [anon_sym_enum] = ACTIONS(1446), + [anon_sym_struct] = ACTIONS(1446), + [anon_sym_union] = ACTIONS(1446), + [anon_sym_if] = ACTIONS(1446), + [anon_sym_switch] = ACTIONS(1446), + [anon_sym_case] = ACTIONS(1446), + [anon_sym_default] = ACTIONS(1446), + [anon_sym_while] = ACTIONS(1446), + [anon_sym_do] = ACTIONS(1446), + [anon_sym_for] = ACTIONS(1446), + [anon_sym_return] = ACTIONS(1446), + [anon_sym_break] = ACTIONS(1446), + [anon_sym_continue] = ACTIONS(1446), + [anon_sym_goto] = ACTIONS(1446), + [anon_sym_DASH_DASH] = ACTIONS(1448), + [anon_sym_PLUS_PLUS] = ACTIONS(1448), + [anon_sym_sizeof] = ACTIONS(1446), + [anon_sym___alignof__] = ACTIONS(1446), + [anon_sym___alignof] = ACTIONS(1446), + [anon_sym__alignof] = ACTIONS(1446), + [anon_sym_alignof] = ACTIONS(1446), + [anon_sym__Alignof] = ACTIONS(1446), + [anon_sym_offsetof] = ACTIONS(1446), + [anon_sym__Generic] = ACTIONS(1446), + [anon_sym_asm] = ACTIONS(1446), + [anon_sym___asm__] = ACTIONS(1446), + [sym_number_literal] = ACTIONS(1448), + [anon_sym_L_SQUOTE] = ACTIONS(1448), + [anon_sym_u_SQUOTE] = ACTIONS(1448), + [anon_sym_U_SQUOTE] = ACTIONS(1448), + [anon_sym_u8_SQUOTE] = ACTIONS(1448), + [anon_sym_SQUOTE] = ACTIONS(1448), + [anon_sym_L_DQUOTE] = ACTIONS(1448), + [anon_sym_u_DQUOTE] = ACTIONS(1448), + [anon_sym_U_DQUOTE] = ACTIONS(1448), + [anon_sym_u8_DQUOTE] = ACTIONS(1448), + [anon_sym_DQUOTE] = ACTIONS(1448), + [sym_true] = ACTIONS(1446), + [sym_false] = ACTIONS(1446), + [anon_sym_NULL] = ACTIONS(1446), + [anon_sym_nullptr] = ACTIONS(1446), + [sym_comment] = ACTIONS(3), + }, + [467] = { + [ts_builtin_sym_end] = ACTIONS(1416), + [sym_identifier] = ACTIONS(1414), + [aux_sym_preproc_include_token1] = ACTIONS(1414), + [aux_sym_preproc_def_token1] = ACTIONS(1414), + [aux_sym_preproc_if_token1] = ACTIONS(1414), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1414), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1414), + [sym_preproc_directive] = ACTIONS(1414), + [anon_sym_LPAREN2] = ACTIONS(1416), + [anon_sym_BANG] = ACTIONS(1416), + [anon_sym_TILDE] = ACTIONS(1416), + [anon_sym_DASH] = ACTIONS(1414), + [anon_sym_PLUS] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1416), + [anon_sym_AMP] = ACTIONS(1416), + [anon_sym___extension__] = ACTIONS(1414), + [anon_sym_typedef] = ACTIONS(1414), + [anon_sym_extern] = ACTIONS(1414), + [anon_sym___attribute__] = ACTIONS(1414), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1416), + [anon_sym___declspec] = ACTIONS(1414), + [anon_sym___cdecl] = ACTIONS(1414), + [anon_sym___clrcall] = ACTIONS(1414), + [anon_sym___stdcall] = ACTIONS(1414), + [anon_sym___fastcall] = ACTIONS(1414), + [anon_sym___thiscall] = ACTIONS(1414), + [anon_sym___vectorcall] = ACTIONS(1414), + [anon_sym_LBRACE] = ACTIONS(1416), + [anon_sym_signed] = ACTIONS(1414), + [anon_sym_unsigned] = ACTIONS(1414), + [anon_sym_long] = ACTIONS(1414), + [anon_sym_short] = ACTIONS(1414), + [anon_sym_static] = ACTIONS(1414), + [anon_sym_auto] = ACTIONS(1414), + [anon_sym_register] = ACTIONS(1414), + [anon_sym_inline] = ACTIONS(1414), + [anon_sym___inline] = ACTIONS(1414), + [anon_sym___inline__] = ACTIONS(1414), + [anon_sym___forceinline] = ACTIONS(1414), + [anon_sym_thread_local] = ACTIONS(1414), + [anon_sym___thread] = ACTIONS(1414), + [anon_sym_const] = ACTIONS(1414), + [anon_sym_constexpr] = ACTIONS(1414), + [anon_sym_volatile] = ACTIONS(1414), + [anon_sym_restrict] = ACTIONS(1414), + [anon_sym___restrict__] = ACTIONS(1414), + [anon_sym__Atomic] = ACTIONS(1414), + [anon_sym__Noreturn] = ACTIONS(1414), + [anon_sym_noreturn] = ACTIONS(1414), + [sym_primitive_type] = ACTIONS(1414), + [anon_sym_enum] = ACTIONS(1414), + [anon_sym_struct] = ACTIONS(1414), + [anon_sym_union] = ACTIONS(1414), + [anon_sym_if] = ACTIONS(1414), + [anon_sym_switch] = ACTIONS(1414), + [anon_sym_case] = ACTIONS(1414), + [anon_sym_default] = ACTIONS(1414), + [anon_sym_while] = ACTIONS(1414), + [anon_sym_do] = ACTIONS(1414), + [anon_sym_for] = ACTIONS(1414), + [anon_sym_return] = ACTIONS(1414), + [anon_sym_break] = ACTIONS(1414), + [anon_sym_continue] = ACTIONS(1414), + [anon_sym_goto] = ACTIONS(1414), + [anon_sym_DASH_DASH] = ACTIONS(1416), + [anon_sym_PLUS_PLUS] = ACTIONS(1416), + [anon_sym_sizeof] = ACTIONS(1414), + [anon_sym___alignof__] = ACTIONS(1414), + [anon_sym___alignof] = ACTIONS(1414), + [anon_sym__alignof] = ACTIONS(1414), + [anon_sym_alignof] = ACTIONS(1414), + [anon_sym__Alignof] = ACTIONS(1414), + [anon_sym_offsetof] = ACTIONS(1414), + [anon_sym__Generic] = ACTIONS(1414), + [anon_sym_asm] = ACTIONS(1414), + [anon_sym___asm__] = ACTIONS(1414), + [sym_number_literal] = ACTIONS(1416), + [anon_sym_L_SQUOTE] = ACTIONS(1416), + [anon_sym_u_SQUOTE] = ACTIONS(1416), + [anon_sym_U_SQUOTE] = ACTIONS(1416), + [anon_sym_u8_SQUOTE] = ACTIONS(1416), + [anon_sym_SQUOTE] = ACTIONS(1416), + [anon_sym_L_DQUOTE] = ACTIONS(1416), + [anon_sym_u_DQUOTE] = ACTIONS(1416), + [anon_sym_U_DQUOTE] = ACTIONS(1416), + [anon_sym_u8_DQUOTE] = ACTIONS(1416), + [anon_sym_DQUOTE] = ACTIONS(1416), + [sym_true] = ACTIONS(1414), + [sym_false] = ACTIONS(1414), + [anon_sym_NULL] = ACTIONS(1414), + [anon_sym_nullptr] = ACTIONS(1414), + [sym_comment] = ACTIONS(3), + }, + [468] = { + [ts_builtin_sym_end] = ACTIONS(1462), + [sym_identifier] = ACTIONS(1460), + [aux_sym_preproc_include_token1] = ACTIONS(1460), + [aux_sym_preproc_def_token1] = ACTIONS(1460), + [aux_sym_preproc_if_token1] = ACTIONS(1460), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1460), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1460), + [sym_preproc_directive] = ACTIONS(1460), + [anon_sym_LPAREN2] = ACTIONS(1462), + [anon_sym_BANG] = ACTIONS(1462), + [anon_sym_TILDE] = ACTIONS(1462), + [anon_sym_DASH] = ACTIONS(1460), + [anon_sym_PLUS] = ACTIONS(1460), + [anon_sym_STAR] = ACTIONS(1462), + [anon_sym_AMP] = ACTIONS(1462), + [anon_sym___extension__] = ACTIONS(1460), + [anon_sym_typedef] = ACTIONS(1460), + [anon_sym_extern] = ACTIONS(1460), + [anon_sym___attribute__] = ACTIONS(1460), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1462), + [anon_sym___declspec] = ACTIONS(1460), + [anon_sym___cdecl] = ACTIONS(1460), + [anon_sym___clrcall] = ACTIONS(1460), + [anon_sym___stdcall] = ACTIONS(1460), + [anon_sym___fastcall] = ACTIONS(1460), + [anon_sym___thiscall] = ACTIONS(1460), + [anon_sym___vectorcall] = ACTIONS(1460), + [anon_sym_LBRACE] = ACTIONS(1462), + [anon_sym_signed] = ACTIONS(1460), + [anon_sym_unsigned] = ACTIONS(1460), + [anon_sym_long] = ACTIONS(1460), + [anon_sym_short] = ACTIONS(1460), + [anon_sym_static] = ACTIONS(1460), + [anon_sym_auto] = ACTIONS(1460), + [anon_sym_register] = ACTIONS(1460), + [anon_sym_inline] = ACTIONS(1460), + [anon_sym___inline] = ACTIONS(1460), + [anon_sym___inline__] = ACTIONS(1460), + [anon_sym___forceinline] = ACTIONS(1460), + [anon_sym_thread_local] = ACTIONS(1460), + [anon_sym___thread] = ACTIONS(1460), + [anon_sym_const] = ACTIONS(1460), + [anon_sym_constexpr] = ACTIONS(1460), + [anon_sym_volatile] = ACTIONS(1460), + [anon_sym_restrict] = ACTIONS(1460), + [anon_sym___restrict__] = ACTIONS(1460), + [anon_sym__Atomic] = ACTIONS(1460), + [anon_sym__Noreturn] = ACTIONS(1460), + [anon_sym_noreturn] = ACTIONS(1460), + [sym_primitive_type] = ACTIONS(1460), + [anon_sym_enum] = ACTIONS(1460), + [anon_sym_struct] = ACTIONS(1460), + [anon_sym_union] = ACTIONS(1460), + [anon_sym_if] = ACTIONS(1460), + [anon_sym_switch] = ACTIONS(1460), + [anon_sym_case] = ACTIONS(1460), + [anon_sym_default] = ACTIONS(1460), + [anon_sym_while] = ACTIONS(1460), + [anon_sym_do] = ACTIONS(1460), + [anon_sym_for] = ACTIONS(1460), + [anon_sym_return] = ACTIONS(1460), + [anon_sym_break] = ACTIONS(1460), + [anon_sym_continue] = ACTIONS(1460), + [anon_sym_goto] = ACTIONS(1460), + [anon_sym_DASH_DASH] = ACTIONS(1462), + [anon_sym_PLUS_PLUS] = ACTIONS(1462), + [anon_sym_sizeof] = ACTIONS(1460), + [anon_sym___alignof__] = ACTIONS(1460), + [anon_sym___alignof] = ACTIONS(1460), + [anon_sym__alignof] = ACTIONS(1460), + [anon_sym_alignof] = ACTIONS(1460), + [anon_sym__Alignof] = ACTIONS(1460), + [anon_sym_offsetof] = ACTIONS(1460), + [anon_sym__Generic] = ACTIONS(1460), + [anon_sym_asm] = ACTIONS(1460), + [anon_sym___asm__] = ACTIONS(1460), + [sym_number_literal] = ACTIONS(1462), + [anon_sym_L_SQUOTE] = ACTIONS(1462), + [anon_sym_u_SQUOTE] = ACTIONS(1462), + [anon_sym_U_SQUOTE] = ACTIONS(1462), + [anon_sym_u8_SQUOTE] = ACTIONS(1462), + [anon_sym_SQUOTE] = ACTIONS(1462), + [anon_sym_L_DQUOTE] = ACTIONS(1462), + [anon_sym_u_DQUOTE] = ACTIONS(1462), + [anon_sym_U_DQUOTE] = ACTIONS(1462), + [anon_sym_u8_DQUOTE] = ACTIONS(1462), + [anon_sym_DQUOTE] = ACTIONS(1462), + [sym_true] = ACTIONS(1460), + [sym_false] = ACTIONS(1460), + [anon_sym_NULL] = ACTIONS(1460), + [anon_sym_nullptr] = ACTIONS(1460), [sym_comment] = ACTIONS(3), }, - [464] = { + [469] = { + [ts_builtin_sym_end] = ACTIONS(1474), + [sym_identifier] = ACTIONS(1472), + [aux_sym_preproc_include_token1] = ACTIONS(1472), + [aux_sym_preproc_def_token1] = ACTIONS(1472), + [aux_sym_preproc_if_token1] = ACTIONS(1472), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1472), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1472), + [sym_preproc_directive] = ACTIONS(1472), + [anon_sym_LPAREN2] = ACTIONS(1474), + [anon_sym_BANG] = ACTIONS(1474), + [anon_sym_TILDE] = ACTIONS(1474), + [anon_sym_DASH] = ACTIONS(1472), + [anon_sym_PLUS] = ACTIONS(1472), + [anon_sym_STAR] = ACTIONS(1474), + [anon_sym_AMP] = ACTIONS(1474), + [anon_sym___extension__] = ACTIONS(1472), + [anon_sym_typedef] = ACTIONS(1472), + [anon_sym_extern] = ACTIONS(1472), + [anon_sym___attribute__] = ACTIONS(1472), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1474), + [anon_sym___declspec] = ACTIONS(1472), + [anon_sym___cdecl] = ACTIONS(1472), + [anon_sym___clrcall] = ACTIONS(1472), + [anon_sym___stdcall] = ACTIONS(1472), + [anon_sym___fastcall] = ACTIONS(1472), + [anon_sym___thiscall] = ACTIONS(1472), + [anon_sym___vectorcall] = ACTIONS(1472), + [anon_sym_LBRACE] = ACTIONS(1474), + [anon_sym_signed] = ACTIONS(1472), + [anon_sym_unsigned] = ACTIONS(1472), + [anon_sym_long] = ACTIONS(1472), + [anon_sym_short] = ACTIONS(1472), + [anon_sym_static] = ACTIONS(1472), + [anon_sym_auto] = ACTIONS(1472), + [anon_sym_register] = ACTIONS(1472), + [anon_sym_inline] = ACTIONS(1472), + [anon_sym___inline] = ACTIONS(1472), + [anon_sym___inline__] = ACTIONS(1472), + [anon_sym___forceinline] = ACTIONS(1472), + [anon_sym_thread_local] = ACTIONS(1472), + [anon_sym___thread] = ACTIONS(1472), + [anon_sym_const] = ACTIONS(1472), + [anon_sym_constexpr] = ACTIONS(1472), + [anon_sym_volatile] = ACTIONS(1472), + [anon_sym_restrict] = ACTIONS(1472), + [anon_sym___restrict__] = ACTIONS(1472), + [anon_sym__Atomic] = ACTIONS(1472), + [anon_sym__Noreturn] = ACTIONS(1472), + [anon_sym_noreturn] = ACTIONS(1472), + [sym_primitive_type] = ACTIONS(1472), + [anon_sym_enum] = ACTIONS(1472), + [anon_sym_struct] = ACTIONS(1472), + [anon_sym_union] = ACTIONS(1472), + [anon_sym_if] = ACTIONS(1472), + [anon_sym_switch] = ACTIONS(1472), + [anon_sym_case] = ACTIONS(1472), + [anon_sym_default] = ACTIONS(1472), + [anon_sym_while] = ACTIONS(1472), + [anon_sym_do] = ACTIONS(1472), + [anon_sym_for] = ACTIONS(1472), + [anon_sym_return] = ACTIONS(1472), + [anon_sym_break] = ACTIONS(1472), + [anon_sym_continue] = ACTIONS(1472), + [anon_sym_goto] = ACTIONS(1472), + [anon_sym_DASH_DASH] = ACTIONS(1474), + [anon_sym_PLUS_PLUS] = ACTIONS(1474), + [anon_sym_sizeof] = ACTIONS(1472), + [anon_sym___alignof__] = ACTIONS(1472), + [anon_sym___alignof] = ACTIONS(1472), + [anon_sym__alignof] = ACTIONS(1472), + [anon_sym_alignof] = ACTIONS(1472), + [anon_sym__Alignof] = ACTIONS(1472), + [anon_sym_offsetof] = ACTIONS(1472), + [anon_sym__Generic] = ACTIONS(1472), + [anon_sym_asm] = ACTIONS(1472), + [anon_sym___asm__] = ACTIONS(1472), + [sym_number_literal] = ACTIONS(1474), + [anon_sym_L_SQUOTE] = ACTIONS(1474), + [anon_sym_u_SQUOTE] = ACTIONS(1474), + [anon_sym_U_SQUOTE] = ACTIONS(1474), + [anon_sym_u8_SQUOTE] = ACTIONS(1474), + [anon_sym_SQUOTE] = ACTIONS(1474), + [anon_sym_L_DQUOTE] = ACTIONS(1474), + [anon_sym_u_DQUOTE] = ACTIONS(1474), + [anon_sym_U_DQUOTE] = ACTIONS(1474), + [anon_sym_u8_DQUOTE] = ACTIONS(1474), + [anon_sym_DQUOTE] = ACTIONS(1474), + [sym_true] = ACTIONS(1472), + [sym_false] = ACTIONS(1472), + [anon_sym_NULL] = ACTIONS(1472), + [anon_sym_nullptr] = ACTIONS(1472), + [sym_comment] = ACTIONS(3), + }, + [470] = { [ts_builtin_sym_end] = ACTIONS(1470), [sym_identifier] = ACTIONS(1468), [aux_sym_preproc_include_token1] = ACTIONS(1468), @@ -66717,7 +67276,195 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1468), [sym_comment] = ACTIONS(3), }, - [465] = { + [471] = { + [ts_builtin_sym_end] = ACTIONS(1458), + [sym_identifier] = ACTIONS(1456), + [aux_sym_preproc_include_token1] = ACTIONS(1456), + [aux_sym_preproc_def_token1] = ACTIONS(1456), + [aux_sym_preproc_if_token1] = ACTIONS(1456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1456), + [sym_preproc_directive] = ACTIONS(1456), + [anon_sym_LPAREN2] = ACTIONS(1458), + [anon_sym_BANG] = ACTIONS(1458), + [anon_sym_TILDE] = ACTIONS(1458), + [anon_sym_DASH] = ACTIONS(1456), + [anon_sym_PLUS] = ACTIONS(1456), + [anon_sym_STAR] = ACTIONS(1458), + [anon_sym_AMP] = ACTIONS(1458), + [anon_sym___extension__] = ACTIONS(1456), + [anon_sym_typedef] = ACTIONS(1456), + [anon_sym_extern] = ACTIONS(1456), + [anon_sym___attribute__] = ACTIONS(1456), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1458), + [anon_sym___declspec] = ACTIONS(1456), + [anon_sym___cdecl] = ACTIONS(1456), + [anon_sym___clrcall] = ACTIONS(1456), + [anon_sym___stdcall] = ACTIONS(1456), + [anon_sym___fastcall] = ACTIONS(1456), + [anon_sym___thiscall] = ACTIONS(1456), + [anon_sym___vectorcall] = ACTIONS(1456), + [anon_sym_LBRACE] = ACTIONS(1458), + [anon_sym_signed] = ACTIONS(1456), + [anon_sym_unsigned] = ACTIONS(1456), + [anon_sym_long] = ACTIONS(1456), + [anon_sym_short] = ACTIONS(1456), + [anon_sym_static] = ACTIONS(1456), + [anon_sym_auto] = ACTIONS(1456), + [anon_sym_register] = ACTIONS(1456), + [anon_sym_inline] = ACTIONS(1456), + [anon_sym___inline] = ACTIONS(1456), + [anon_sym___inline__] = ACTIONS(1456), + [anon_sym___forceinline] = ACTIONS(1456), + [anon_sym_thread_local] = ACTIONS(1456), + [anon_sym___thread] = ACTIONS(1456), + [anon_sym_const] = ACTIONS(1456), + [anon_sym_constexpr] = ACTIONS(1456), + [anon_sym_volatile] = ACTIONS(1456), + [anon_sym_restrict] = ACTIONS(1456), + [anon_sym___restrict__] = ACTIONS(1456), + [anon_sym__Atomic] = ACTIONS(1456), + [anon_sym__Noreturn] = ACTIONS(1456), + [anon_sym_noreturn] = ACTIONS(1456), + [sym_primitive_type] = ACTIONS(1456), + [anon_sym_enum] = ACTIONS(1456), + [anon_sym_struct] = ACTIONS(1456), + [anon_sym_union] = ACTIONS(1456), + [anon_sym_if] = ACTIONS(1456), + [anon_sym_switch] = ACTIONS(1456), + [anon_sym_case] = ACTIONS(1456), + [anon_sym_default] = ACTIONS(1456), + [anon_sym_while] = ACTIONS(1456), + [anon_sym_do] = ACTIONS(1456), + [anon_sym_for] = ACTIONS(1456), + [anon_sym_return] = ACTIONS(1456), + [anon_sym_break] = ACTIONS(1456), + [anon_sym_continue] = ACTIONS(1456), + [anon_sym_goto] = ACTIONS(1456), + [anon_sym_DASH_DASH] = ACTIONS(1458), + [anon_sym_PLUS_PLUS] = ACTIONS(1458), + [anon_sym_sizeof] = ACTIONS(1456), + [anon_sym___alignof__] = ACTIONS(1456), + [anon_sym___alignof] = ACTIONS(1456), + [anon_sym__alignof] = ACTIONS(1456), + [anon_sym_alignof] = ACTIONS(1456), + [anon_sym__Alignof] = ACTIONS(1456), + [anon_sym_offsetof] = ACTIONS(1456), + [anon_sym__Generic] = ACTIONS(1456), + [anon_sym_asm] = ACTIONS(1456), + [anon_sym___asm__] = ACTIONS(1456), + [sym_number_literal] = ACTIONS(1458), + [anon_sym_L_SQUOTE] = ACTIONS(1458), + [anon_sym_u_SQUOTE] = ACTIONS(1458), + [anon_sym_U_SQUOTE] = ACTIONS(1458), + [anon_sym_u8_SQUOTE] = ACTIONS(1458), + [anon_sym_SQUOTE] = ACTIONS(1458), + [anon_sym_L_DQUOTE] = ACTIONS(1458), + [anon_sym_u_DQUOTE] = ACTIONS(1458), + [anon_sym_U_DQUOTE] = ACTIONS(1458), + [anon_sym_u8_DQUOTE] = ACTIONS(1458), + [anon_sym_DQUOTE] = ACTIONS(1458), + [sym_true] = ACTIONS(1456), + [sym_false] = ACTIONS(1456), + [anon_sym_NULL] = ACTIONS(1456), + [anon_sym_nullptr] = ACTIONS(1456), + [sym_comment] = ACTIONS(3), + }, + [472] = { + [ts_builtin_sym_end] = ACTIONS(1506), + [sym_identifier] = ACTIONS(1504), + [aux_sym_preproc_include_token1] = ACTIONS(1504), + [aux_sym_preproc_def_token1] = ACTIONS(1504), + [aux_sym_preproc_if_token1] = ACTIONS(1504), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1504), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1504), + [sym_preproc_directive] = ACTIONS(1504), + [anon_sym_LPAREN2] = ACTIONS(1506), + [anon_sym_BANG] = ACTIONS(1506), + [anon_sym_TILDE] = ACTIONS(1506), + [anon_sym_DASH] = ACTIONS(1504), + [anon_sym_PLUS] = ACTIONS(1504), + [anon_sym_STAR] = ACTIONS(1506), + [anon_sym_AMP] = ACTIONS(1506), + [anon_sym___extension__] = ACTIONS(1504), + [anon_sym_typedef] = ACTIONS(1504), + [anon_sym_extern] = ACTIONS(1504), + [anon_sym___attribute__] = ACTIONS(1504), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1506), + [anon_sym___declspec] = ACTIONS(1504), + [anon_sym___cdecl] = ACTIONS(1504), + [anon_sym___clrcall] = ACTIONS(1504), + [anon_sym___stdcall] = ACTIONS(1504), + [anon_sym___fastcall] = ACTIONS(1504), + [anon_sym___thiscall] = ACTIONS(1504), + [anon_sym___vectorcall] = ACTIONS(1504), + [anon_sym_LBRACE] = ACTIONS(1506), + [anon_sym_signed] = ACTIONS(1504), + [anon_sym_unsigned] = ACTIONS(1504), + [anon_sym_long] = ACTIONS(1504), + [anon_sym_short] = ACTIONS(1504), + [anon_sym_static] = ACTIONS(1504), + [anon_sym_auto] = ACTIONS(1504), + [anon_sym_register] = ACTIONS(1504), + [anon_sym_inline] = ACTIONS(1504), + [anon_sym___inline] = ACTIONS(1504), + [anon_sym___inline__] = ACTIONS(1504), + [anon_sym___forceinline] = ACTIONS(1504), + [anon_sym_thread_local] = ACTIONS(1504), + [anon_sym___thread] = ACTIONS(1504), + [anon_sym_const] = ACTIONS(1504), + [anon_sym_constexpr] = ACTIONS(1504), + [anon_sym_volatile] = ACTIONS(1504), + [anon_sym_restrict] = ACTIONS(1504), + [anon_sym___restrict__] = ACTIONS(1504), + [anon_sym__Atomic] = ACTIONS(1504), + [anon_sym__Noreturn] = ACTIONS(1504), + [anon_sym_noreturn] = ACTIONS(1504), + [sym_primitive_type] = ACTIONS(1504), + [anon_sym_enum] = ACTIONS(1504), + [anon_sym_struct] = ACTIONS(1504), + [anon_sym_union] = ACTIONS(1504), + [anon_sym_if] = ACTIONS(1504), + [anon_sym_switch] = ACTIONS(1504), + [anon_sym_case] = ACTIONS(1504), + [anon_sym_default] = ACTIONS(1504), + [anon_sym_while] = ACTIONS(1504), + [anon_sym_do] = ACTIONS(1504), + [anon_sym_for] = ACTIONS(1504), + [anon_sym_return] = ACTIONS(1504), + [anon_sym_break] = ACTIONS(1504), + [anon_sym_continue] = ACTIONS(1504), + [anon_sym_goto] = ACTIONS(1504), + [anon_sym_DASH_DASH] = ACTIONS(1506), + [anon_sym_PLUS_PLUS] = ACTIONS(1506), + [anon_sym_sizeof] = ACTIONS(1504), + [anon_sym___alignof__] = ACTIONS(1504), + [anon_sym___alignof] = ACTIONS(1504), + [anon_sym__alignof] = ACTIONS(1504), + [anon_sym_alignof] = ACTIONS(1504), + [anon_sym__Alignof] = ACTIONS(1504), + [anon_sym_offsetof] = ACTIONS(1504), + [anon_sym__Generic] = ACTIONS(1504), + [anon_sym_asm] = ACTIONS(1504), + [anon_sym___asm__] = ACTIONS(1504), + [sym_number_literal] = ACTIONS(1506), + [anon_sym_L_SQUOTE] = ACTIONS(1506), + [anon_sym_u_SQUOTE] = ACTIONS(1506), + [anon_sym_U_SQUOTE] = ACTIONS(1506), + [anon_sym_u8_SQUOTE] = ACTIONS(1506), + [anon_sym_SQUOTE] = ACTIONS(1506), + [anon_sym_L_DQUOTE] = ACTIONS(1506), + [anon_sym_u_DQUOTE] = ACTIONS(1506), + [anon_sym_U_DQUOTE] = ACTIONS(1506), + [anon_sym_u8_DQUOTE] = ACTIONS(1506), + [anon_sym_DQUOTE] = ACTIONS(1506), + [sym_true] = ACTIONS(1504), + [sym_false] = ACTIONS(1504), + [anon_sym_NULL] = ACTIONS(1504), + [anon_sym_nullptr] = ACTIONS(1504), + [sym_comment] = ACTIONS(3), + }, + [473] = { [ts_builtin_sym_end] = ACTIONS(1486), [sym_identifier] = ACTIONS(1484), [aux_sym_preproc_include_token1] = ACTIONS(1484), @@ -66761,245 +67508,151 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thread] = ACTIONS(1484), [anon_sym_const] = ACTIONS(1484), [anon_sym_constexpr] = ACTIONS(1484), - [anon_sym_volatile] = ACTIONS(1484), - [anon_sym_restrict] = ACTIONS(1484), - [anon_sym___restrict__] = ACTIONS(1484), - [anon_sym__Atomic] = ACTIONS(1484), - [anon_sym__Noreturn] = ACTIONS(1484), - [anon_sym_noreturn] = ACTIONS(1484), - [sym_primitive_type] = ACTIONS(1484), - [anon_sym_enum] = ACTIONS(1484), - [anon_sym_struct] = ACTIONS(1484), - [anon_sym_union] = ACTIONS(1484), - [anon_sym_if] = ACTIONS(1484), - [anon_sym_switch] = ACTIONS(1484), - [anon_sym_case] = ACTIONS(1484), - [anon_sym_default] = ACTIONS(1484), - [anon_sym_while] = ACTIONS(1484), - [anon_sym_do] = ACTIONS(1484), - [anon_sym_for] = ACTIONS(1484), - [anon_sym_return] = ACTIONS(1484), - [anon_sym_break] = ACTIONS(1484), - [anon_sym_continue] = ACTIONS(1484), - [anon_sym_goto] = ACTIONS(1484), - [anon_sym_DASH_DASH] = ACTIONS(1486), - [anon_sym_PLUS_PLUS] = ACTIONS(1486), - [anon_sym_sizeof] = ACTIONS(1484), - [anon_sym___alignof__] = ACTIONS(1484), - [anon_sym___alignof] = ACTIONS(1484), - [anon_sym__alignof] = ACTIONS(1484), - [anon_sym_alignof] = ACTIONS(1484), - [anon_sym__Alignof] = ACTIONS(1484), - [anon_sym_offsetof] = ACTIONS(1484), - [anon_sym__Generic] = ACTIONS(1484), - [anon_sym_asm] = ACTIONS(1484), - [anon_sym___asm__] = ACTIONS(1484), - [sym_number_literal] = ACTIONS(1486), - [anon_sym_L_SQUOTE] = ACTIONS(1486), - [anon_sym_u_SQUOTE] = ACTIONS(1486), - [anon_sym_U_SQUOTE] = ACTIONS(1486), - [anon_sym_u8_SQUOTE] = ACTIONS(1486), - [anon_sym_SQUOTE] = ACTIONS(1486), - [anon_sym_L_DQUOTE] = ACTIONS(1486), - [anon_sym_u_DQUOTE] = ACTIONS(1486), - [anon_sym_U_DQUOTE] = ACTIONS(1486), - [anon_sym_u8_DQUOTE] = ACTIONS(1486), - [anon_sym_DQUOTE] = ACTIONS(1486), - [sym_true] = ACTIONS(1484), - [sym_false] = ACTIONS(1484), - [anon_sym_NULL] = ACTIONS(1484), - [anon_sym_nullptr] = ACTIONS(1484), - [sym_comment] = ACTIONS(3), - }, - [466] = { - [ts_builtin_sym_end] = ACTIONS(1893), - [sym_identifier] = ACTIONS(1895), - [aux_sym_preproc_include_token1] = ACTIONS(1895), - [aux_sym_preproc_def_token1] = ACTIONS(1895), - [aux_sym_preproc_if_token1] = ACTIONS(1895), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1895), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1895), - [sym_preproc_directive] = ACTIONS(1895), - [anon_sym_LPAREN2] = ACTIONS(1893), - [anon_sym_BANG] = ACTIONS(1893), - [anon_sym_TILDE] = ACTIONS(1893), - [anon_sym_DASH] = ACTIONS(1895), - [anon_sym_PLUS] = ACTIONS(1895), - [anon_sym_STAR] = ACTIONS(1893), - [anon_sym_AMP] = ACTIONS(1893), - [anon_sym___extension__] = ACTIONS(1895), - [anon_sym_typedef] = ACTIONS(1895), - [anon_sym_extern] = ACTIONS(1895), - [anon_sym___attribute__] = ACTIONS(1895), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1893), - [anon_sym___declspec] = ACTIONS(1895), - [anon_sym___cdecl] = ACTIONS(1895), - [anon_sym___clrcall] = ACTIONS(1895), - [anon_sym___stdcall] = ACTIONS(1895), - [anon_sym___fastcall] = ACTIONS(1895), - [anon_sym___thiscall] = ACTIONS(1895), - [anon_sym___vectorcall] = ACTIONS(1895), - [anon_sym_LBRACE] = ACTIONS(1893), - [anon_sym_signed] = ACTIONS(1895), - [anon_sym_unsigned] = ACTIONS(1895), - [anon_sym_long] = ACTIONS(1895), - [anon_sym_short] = ACTIONS(1895), - [anon_sym_static] = ACTIONS(1895), - [anon_sym_auto] = ACTIONS(1895), - [anon_sym_register] = ACTIONS(1895), - [anon_sym_inline] = ACTIONS(1895), - [anon_sym___inline] = ACTIONS(1895), - [anon_sym___inline__] = ACTIONS(1895), - [anon_sym___forceinline] = ACTIONS(1895), - [anon_sym_thread_local] = ACTIONS(1895), - [anon_sym___thread] = ACTIONS(1895), - [anon_sym_const] = ACTIONS(1895), - [anon_sym_constexpr] = ACTIONS(1895), - [anon_sym_volatile] = ACTIONS(1895), - [anon_sym_restrict] = ACTIONS(1895), - [anon_sym___restrict__] = ACTIONS(1895), - [anon_sym__Atomic] = ACTIONS(1895), - [anon_sym__Noreturn] = ACTIONS(1895), - [anon_sym_noreturn] = ACTIONS(1895), - [sym_primitive_type] = ACTIONS(1895), - [anon_sym_enum] = ACTIONS(1895), - [anon_sym_struct] = ACTIONS(1895), - [anon_sym_union] = ACTIONS(1895), - [anon_sym_if] = ACTIONS(1895), - [anon_sym_switch] = ACTIONS(1895), - [anon_sym_case] = ACTIONS(1895), - [anon_sym_default] = ACTIONS(1895), - [anon_sym_while] = ACTIONS(1895), - [anon_sym_do] = ACTIONS(1895), - [anon_sym_for] = ACTIONS(1895), - [anon_sym_return] = ACTIONS(1895), - [anon_sym_break] = ACTIONS(1895), - [anon_sym_continue] = ACTIONS(1895), - [anon_sym_goto] = ACTIONS(1895), - [anon_sym_DASH_DASH] = ACTIONS(1893), - [anon_sym_PLUS_PLUS] = ACTIONS(1893), - [anon_sym_sizeof] = ACTIONS(1895), - [anon_sym___alignof__] = ACTIONS(1895), - [anon_sym___alignof] = ACTIONS(1895), - [anon_sym__alignof] = ACTIONS(1895), - [anon_sym_alignof] = ACTIONS(1895), - [anon_sym__Alignof] = ACTIONS(1895), - [anon_sym_offsetof] = ACTIONS(1895), - [anon_sym__Generic] = ACTIONS(1895), - [anon_sym_asm] = ACTIONS(1895), - [anon_sym___asm__] = ACTIONS(1895), - [sym_number_literal] = ACTIONS(1893), - [anon_sym_L_SQUOTE] = ACTIONS(1893), - [anon_sym_u_SQUOTE] = ACTIONS(1893), - [anon_sym_U_SQUOTE] = ACTIONS(1893), - [anon_sym_u8_SQUOTE] = ACTIONS(1893), - [anon_sym_SQUOTE] = ACTIONS(1893), - [anon_sym_L_DQUOTE] = ACTIONS(1893), - [anon_sym_u_DQUOTE] = ACTIONS(1893), - [anon_sym_U_DQUOTE] = ACTIONS(1893), - [anon_sym_u8_DQUOTE] = ACTIONS(1893), - [anon_sym_DQUOTE] = ACTIONS(1893), - [sym_true] = ACTIONS(1895), - [sym_false] = ACTIONS(1895), - [anon_sym_NULL] = ACTIONS(1895), - [anon_sym_nullptr] = ACTIONS(1895), + [anon_sym_volatile] = ACTIONS(1484), + [anon_sym_restrict] = ACTIONS(1484), + [anon_sym___restrict__] = ACTIONS(1484), + [anon_sym__Atomic] = ACTIONS(1484), + [anon_sym__Noreturn] = ACTIONS(1484), + [anon_sym_noreturn] = ACTIONS(1484), + [sym_primitive_type] = ACTIONS(1484), + [anon_sym_enum] = ACTIONS(1484), + [anon_sym_struct] = ACTIONS(1484), + [anon_sym_union] = ACTIONS(1484), + [anon_sym_if] = ACTIONS(1484), + [anon_sym_switch] = ACTIONS(1484), + [anon_sym_case] = ACTIONS(1484), + [anon_sym_default] = ACTIONS(1484), + [anon_sym_while] = ACTIONS(1484), + [anon_sym_do] = ACTIONS(1484), + [anon_sym_for] = ACTIONS(1484), + [anon_sym_return] = ACTIONS(1484), + [anon_sym_break] = ACTIONS(1484), + [anon_sym_continue] = ACTIONS(1484), + [anon_sym_goto] = ACTIONS(1484), + [anon_sym_DASH_DASH] = ACTIONS(1486), + [anon_sym_PLUS_PLUS] = ACTIONS(1486), + [anon_sym_sizeof] = ACTIONS(1484), + [anon_sym___alignof__] = ACTIONS(1484), + [anon_sym___alignof] = ACTIONS(1484), + [anon_sym__alignof] = ACTIONS(1484), + [anon_sym_alignof] = ACTIONS(1484), + [anon_sym__Alignof] = ACTIONS(1484), + [anon_sym_offsetof] = ACTIONS(1484), + [anon_sym__Generic] = ACTIONS(1484), + [anon_sym_asm] = ACTIONS(1484), + [anon_sym___asm__] = ACTIONS(1484), + [sym_number_literal] = ACTIONS(1486), + [anon_sym_L_SQUOTE] = ACTIONS(1486), + [anon_sym_u_SQUOTE] = ACTIONS(1486), + [anon_sym_U_SQUOTE] = ACTIONS(1486), + [anon_sym_u8_SQUOTE] = ACTIONS(1486), + [anon_sym_SQUOTE] = ACTIONS(1486), + [anon_sym_L_DQUOTE] = ACTIONS(1486), + [anon_sym_u_DQUOTE] = ACTIONS(1486), + [anon_sym_U_DQUOTE] = ACTIONS(1486), + [anon_sym_u8_DQUOTE] = ACTIONS(1486), + [anon_sym_DQUOTE] = ACTIONS(1486), + [sym_true] = ACTIONS(1484), + [sym_false] = ACTIONS(1484), + [anon_sym_NULL] = ACTIONS(1484), + [anon_sym_nullptr] = ACTIONS(1484), [sym_comment] = ACTIONS(3), }, - [467] = { - [ts_builtin_sym_end] = ACTIONS(1498), - [sym_identifier] = ACTIONS(1496), - [aux_sym_preproc_include_token1] = ACTIONS(1496), - [aux_sym_preproc_def_token1] = ACTIONS(1496), - [aux_sym_preproc_if_token1] = ACTIONS(1496), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1496), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1496), - [sym_preproc_directive] = ACTIONS(1496), - [anon_sym_LPAREN2] = ACTIONS(1498), - [anon_sym_BANG] = ACTIONS(1498), - [anon_sym_TILDE] = ACTIONS(1498), - [anon_sym_DASH] = ACTIONS(1496), - [anon_sym_PLUS] = ACTIONS(1496), - [anon_sym_STAR] = ACTIONS(1498), - [anon_sym_AMP] = ACTIONS(1498), - [anon_sym___extension__] = ACTIONS(1496), - [anon_sym_typedef] = ACTIONS(1496), - [anon_sym_extern] = ACTIONS(1496), - [anon_sym___attribute__] = ACTIONS(1496), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1498), - [anon_sym___declspec] = ACTIONS(1496), - [anon_sym___cdecl] = ACTIONS(1496), - [anon_sym___clrcall] = ACTIONS(1496), - [anon_sym___stdcall] = ACTIONS(1496), - [anon_sym___fastcall] = ACTIONS(1496), - [anon_sym___thiscall] = ACTIONS(1496), - [anon_sym___vectorcall] = ACTIONS(1496), - [anon_sym_LBRACE] = ACTIONS(1498), - [anon_sym_signed] = ACTIONS(1496), - [anon_sym_unsigned] = ACTIONS(1496), - [anon_sym_long] = ACTIONS(1496), - [anon_sym_short] = ACTIONS(1496), - [anon_sym_static] = ACTIONS(1496), - [anon_sym_auto] = ACTIONS(1496), - [anon_sym_register] = ACTIONS(1496), - [anon_sym_inline] = ACTIONS(1496), - [anon_sym___inline] = ACTIONS(1496), - [anon_sym___inline__] = ACTIONS(1496), - [anon_sym___forceinline] = ACTIONS(1496), - [anon_sym_thread_local] = ACTIONS(1496), - [anon_sym___thread] = ACTIONS(1496), - [anon_sym_const] = ACTIONS(1496), - [anon_sym_constexpr] = ACTIONS(1496), - [anon_sym_volatile] = ACTIONS(1496), - [anon_sym_restrict] = ACTIONS(1496), - [anon_sym___restrict__] = ACTIONS(1496), - [anon_sym__Atomic] = ACTIONS(1496), - [anon_sym__Noreturn] = ACTIONS(1496), - [anon_sym_noreturn] = ACTIONS(1496), - [sym_primitive_type] = ACTIONS(1496), - [anon_sym_enum] = ACTIONS(1496), - [anon_sym_struct] = ACTIONS(1496), - [anon_sym_union] = ACTIONS(1496), - [anon_sym_if] = ACTIONS(1496), - [anon_sym_switch] = ACTIONS(1496), - [anon_sym_case] = ACTIONS(1496), - [anon_sym_default] = ACTIONS(1496), - [anon_sym_while] = ACTIONS(1496), - [anon_sym_do] = ACTIONS(1496), - [anon_sym_for] = ACTIONS(1496), - [anon_sym_return] = ACTIONS(1496), - [anon_sym_break] = ACTIONS(1496), - [anon_sym_continue] = ACTIONS(1496), - [anon_sym_goto] = ACTIONS(1496), - [anon_sym_DASH_DASH] = ACTIONS(1498), - [anon_sym_PLUS_PLUS] = ACTIONS(1498), - [anon_sym_sizeof] = ACTIONS(1496), - [anon_sym___alignof__] = ACTIONS(1496), - [anon_sym___alignof] = ACTIONS(1496), - [anon_sym__alignof] = ACTIONS(1496), - [anon_sym_alignof] = ACTIONS(1496), - [anon_sym__Alignof] = ACTIONS(1496), - [anon_sym_offsetof] = ACTIONS(1496), - [anon_sym__Generic] = ACTIONS(1496), - [anon_sym_asm] = ACTIONS(1496), - [anon_sym___asm__] = ACTIONS(1496), - [sym_number_literal] = ACTIONS(1498), - [anon_sym_L_SQUOTE] = ACTIONS(1498), - [anon_sym_u_SQUOTE] = ACTIONS(1498), - [anon_sym_U_SQUOTE] = ACTIONS(1498), - [anon_sym_u8_SQUOTE] = ACTIONS(1498), - [anon_sym_SQUOTE] = ACTIONS(1498), - [anon_sym_L_DQUOTE] = ACTIONS(1498), - [anon_sym_u_DQUOTE] = ACTIONS(1498), - [anon_sym_U_DQUOTE] = ACTIONS(1498), - [anon_sym_u8_DQUOTE] = ACTIONS(1498), - [anon_sym_DQUOTE] = ACTIONS(1498), - [sym_true] = ACTIONS(1496), - [sym_false] = ACTIONS(1496), - [anon_sym_NULL] = ACTIONS(1496), - [anon_sym_nullptr] = ACTIONS(1496), + [474] = { + [ts_builtin_sym_end] = ACTIONS(1454), + [sym_identifier] = ACTIONS(1452), + [aux_sym_preproc_include_token1] = ACTIONS(1452), + [aux_sym_preproc_def_token1] = ACTIONS(1452), + [aux_sym_preproc_if_token1] = ACTIONS(1452), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1452), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1452), + [sym_preproc_directive] = ACTIONS(1452), + [anon_sym_LPAREN2] = ACTIONS(1454), + [anon_sym_BANG] = ACTIONS(1454), + [anon_sym_TILDE] = ACTIONS(1454), + [anon_sym_DASH] = ACTIONS(1452), + [anon_sym_PLUS] = ACTIONS(1452), + [anon_sym_STAR] = ACTIONS(1454), + [anon_sym_AMP] = ACTIONS(1454), + [anon_sym___extension__] = ACTIONS(1452), + [anon_sym_typedef] = ACTIONS(1452), + [anon_sym_extern] = ACTIONS(1452), + [anon_sym___attribute__] = ACTIONS(1452), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1454), + [anon_sym___declspec] = ACTIONS(1452), + [anon_sym___cdecl] = ACTIONS(1452), + [anon_sym___clrcall] = ACTIONS(1452), + [anon_sym___stdcall] = ACTIONS(1452), + [anon_sym___fastcall] = ACTIONS(1452), + [anon_sym___thiscall] = ACTIONS(1452), + [anon_sym___vectorcall] = ACTIONS(1452), + [anon_sym_LBRACE] = ACTIONS(1454), + [anon_sym_signed] = ACTIONS(1452), + [anon_sym_unsigned] = ACTIONS(1452), + [anon_sym_long] = ACTIONS(1452), + [anon_sym_short] = ACTIONS(1452), + [anon_sym_static] = ACTIONS(1452), + [anon_sym_auto] = ACTIONS(1452), + [anon_sym_register] = ACTIONS(1452), + [anon_sym_inline] = ACTIONS(1452), + [anon_sym___inline] = ACTIONS(1452), + [anon_sym___inline__] = ACTIONS(1452), + [anon_sym___forceinline] = ACTIONS(1452), + [anon_sym_thread_local] = ACTIONS(1452), + [anon_sym___thread] = ACTIONS(1452), + [anon_sym_const] = ACTIONS(1452), + [anon_sym_constexpr] = ACTIONS(1452), + [anon_sym_volatile] = ACTIONS(1452), + [anon_sym_restrict] = ACTIONS(1452), + [anon_sym___restrict__] = ACTIONS(1452), + [anon_sym__Atomic] = ACTIONS(1452), + [anon_sym__Noreturn] = ACTIONS(1452), + [anon_sym_noreturn] = ACTIONS(1452), + [sym_primitive_type] = ACTIONS(1452), + [anon_sym_enum] = ACTIONS(1452), + [anon_sym_struct] = ACTIONS(1452), + [anon_sym_union] = ACTIONS(1452), + [anon_sym_if] = ACTIONS(1452), + [anon_sym_switch] = ACTIONS(1452), + [anon_sym_case] = ACTIONS(1452), + [anon_sym_default] = ACTIONS(1452), + [anon_sym_while] = ACTIONS(1452), + [anon_sym_do] = ACTIONS(1452), + [anon_sym_for] = ACTIONS(1452), + [anon_sym_return] = ACTIONS(1452), + [anon_sym_break] = ACTIONS(1452), + [anon_sym_continue] = ACTIONS(1452), + [anon_sym_goto] = ACTIONS(1452), + [anon_sym_DASH_DASH] = ACTIONS(1454), + [anon_sym_PLUS_PLUS] = ACTIONS(1454), + [anon_sym_sizeof] = ACTIONS(1452), + [anon_sym___alignof__] = ACTIONS(1452), + [anon_sym___alignof] = ACTIONS(1452), + [anon_sym__alignof] = ACTIONS(1452), + [anon_sym_alignof] = ACTIONS(1452), + [anon_sym__Alignof] = ACTIONS(1452), + [anon_sym_offsetof] = ACTIONS(1452), + [anon_sym__Generic] = ACTIONS(1452), + [anon_sym_asm] = ACTIONS(1452), + [anon_sym___asm__] = ACTIONS(1452), + [sym_number_literal] = ACTIONS(1454), + [anon_sym_L_SQUOTE] = ACTIONS(1454), + [anon_sym_u_SQUOTE] = ACTIONS(1454), + [anon_sym_U_SQUOTE] = ACTIONS(1454), + [anon_sym_u8_SQUOTE] = ACTIONS(1454), + [anon_sym_SQUOTE] = ACTIONS(1454), + [anon_sym_L_DQUOTE] = ACTIONS(1454), + [anon_sym_u_DQUOTE] = ACTIONS(1454), + [anon_sym_U_DQUOTE] = ACTIONS(1454), + [anon_sym_u8_DQUOTE] = ACTIONS(1454), + [anon_sym_DQUOTE] = ACTIONS(1454), + [sym_true] = ACTIONS(1452), + [sym_false] = ACTIONS(1452), + [anon_sym_NULL] = ACTIONS(1452), + [anon_sym_nullptr] = ACTIONS(1452), [sym_comment] = ACTIONS(3), }, - [468] = { + [475] = { [ts_builtin_sym_end] = ACTIONS(1478), [sym_identifier] = ACTIONS(1476), [aux_sym_preproc_include_token1] = ACTIONS(1476), @@ -67093,383 +67746,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1476), [sym_comment] = ACTIONS(3), }, - [469] = { - [ts_builtin_sym_end] = ACTIONS(1442), - [sym_identifier] = ACTIONS(1440), - [aux_sym_preproc_include_token1] = ACTIONS(1440), - [aux_sym_preproc_def_token1] = ACTIONS(1440), - [aux_sym_preproc_if_token1] = ACTIONS(1440), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), - [sym_preproc_directive] = ACTIONS(1440), - [anon_sym_LPAREN2] = ACTIONS(1442), - [anon_sym_BANG] = ACTIONS(1442), - [anon_sym_TILDE] = ACTIONS(1442), - [anon_sym_DASH] = ACTIONS(1440), - [anon_sym_PLUS] = ACTIONS(1440), - [anon_sym_STAR] = ACTIONS(1442), - [anon_sym_AMP] = ACTIONS(1442), - [anon_sym___extension__] = ACTIONS(1440), - [anon_sym_typedef] = ACTIONS(1440), - [anon_sym_extern] = ACTIONS(1440), - [anon_sym___attribute__] = ACTIONS(1440), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), - [anon_sym___declspec] = ACTIONS(1440), - [anon_sym___cdecl] = ACTIONS(1440), - [anon_sym___clrcall] = ACTIONS(1440), - [anon_sym___stdcall] = ACTIONS(1440), - [anon_sym___fastcall] = ACTIONS(1440), - [anon_sym___thiscall] = ACTIONS(1440), - [anon_sym___vectorcall] = ACTIONS(1440), - [anon_sym_LBRACE] = ACTIONS(1442), - [anon_sym_signed] = ACTIONS(1440), - [anon_sym_unsigned] = ACTIONS(1440), - [anon_sym_long] = ACTIONS(1440), - [anon_sym_short] = ACTIONS(1440), - [anon_sym_static] = ACTIONS(1440), - [anon_sym_auto] = ACTIONS(1440), - [anon_sym_register] = ACTIONS(1440), - [anon_sym_inline] = ACTIONS(1440), - [anon_sym___inline] = ACTIONS(1440), - [anon_sym___inline__] = ACTIONS(1440), - [anon_sym___forceinline] = ACTIONS(1440), - [anon_sym_thread_local] = ACTIONS(1440), - [anon_sym___thread] = ACTIONS(1440), - [anon_sym_const] = ACTIONS(1440), - [anon_sym_constexpr] = ACTIONS(1440), - [anon_sym_volatile] = ACTIONS(1440), - [anon_sym_restrict] = ACTIONS(1440), - [anon_sym___restrict__] = ACTIONS(1440), - [anon_sym__Atomic] = ACTIONS(1440), - [anon_sym__Noreturn] = ACTIONS(1440), - [anon_sym_noreturn] = ACTIONS(1440), - [sym_primitive_type] = ACTIONS(1440), - [anon_sym_enum] = ACTIONS(1440), - [anon_sym_struct] = ACTIONS(1440), - [anon_sym_union] = ACTIONS(1440), - [anon_sym_if] = ACTIONS(1440), - [anon_sym_switch] = ACTIONS(1440), - [anon_sym_case] = ACTIONS(1440), - [anon_sym_default] = ACTIONS(1440), - [anon_sym_while] = ACTIONS(1440), - [anon_sym_do] = ACTIONS(1440), - [anon_sym_for] = ACTIONS(1440), - [anon_sym_return] = ACTIONS(1440), - [anon_sym_break] = ACTIONS(1440), - [anon_sym_continue] = ACTIONS(1440), - [anon_sym_goto] = ACTIONS(1440), - [anon_sym_DASH_DASH] = ACTIONS(1442), - [anon_sym_PLUS_PLUS] = ACTIONS(1442), - [anon_sym_sizeof] = ACTIONS(1440), - [anon_sym___alignof__] = ACTIONS(1440), - [anon_sym___alignof] = ACTIONS(1440), - [anon_sym__alignof] = ACTIONS(1440), - [anon_sym_alignof] = ACTIONS(1440), - [anon_sym__Alignof] = ACTIONS(1440), - [anon_sym_offsetof] = ACTIONS(1440), - [anon_sym__Generic] = ACTIONS(1440), - [anon_sym_asm] = ACTIONS(1440), - [anon_sym___asm__] = ACTIONS(1440), - [sym_number_literal] = ACTIONS(1442), - [anon_sym_L_SQUOTE] = ACTIONS(1442), - [anon_sym_u_SQUOTE] = ACTIONS(1442), - [anon_sym_U_SQUOTE] = ACTIONS(1442), - [anon_sym_u8_SQUOTE] = ACTIONS(1442), - [anon_sym_SQUOTE] = ACTIONS(1442), - [anon_sym_L_DQUOTE] = ACTIONS(1442), - [anon_sym_u_DQUOTE] = ACTIONS(1442), - [anon_sym_U_DQUOTE] = ACTIONS(1442), - [anon_sym_u8_DQUOTE] = ACTIONS(1442), - [anon_sym_DQUOTE] = ACTIONS(1442), - [sym_true] = ACTIONS(1440), - [sym_false] = ACTIONS(1440), - [anon_sym_NULL] = ACTIONS(1440), - [anon_sym_nullptr] = ACTIONS(1440), - [sym_comment] = ACTIONS(3), - }, - [470] = { - [ts_builtin_sym_end] = ACTIONS(1450), - [sym_identifier] = ACTIONS(1448), - [aux_sym_preproc_include_token1] = ACTIONS(1448), - [aux_sym_preproc_def_token1] = ACTIONS(1448), - [aux_sym_preproc_if_token1] = ACTIONS(1448), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1448), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1448), - [sym_preproc_directive] = ACTIONS(1448), - [anon_sym_LPAREN2] = ACTIONS(1450), - [anon_sym_BANG] = ACTIONS(1450), - [anon_sym_TILDE] = ACTIONS(1450), - [anon_sym_DASH] = ACTIONS(1448), - [anon_sym_PLUS] = ACTIONS(1448), - [anon_sym_STAR] = ACTIONS(1450), - [anon_sym_AMP] = ACTIONS(1450), - [anon_sym___extension__] = ACTIONS(1448), - [anon_sym_typedef] = ACTIONS(1448), - [anon_sym_extern] = ACTIONS(1448), - [anon_sym___attribute__] = ACTIONS(1448), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1450), - [anon_sym___declspec] = ACTIONS(1448), - [anon_sym___cdecl] = ACTIONS(1448), - [anon_sym___clrcall] = ACTIONS(1448), - [anon_sym___stdcall] = ACTIONS(1448), - [anon_sym___fastcall] = ACTIONS(1448), - [anon_sym___thiscall] = ACTIONS(1448), - [anon_sym___vectorcall] = ACTIONS(1448), - [anon_sym_LBRACE] = ACTIONS(1450), - [anon_sym_signed] = ACTIONS(1448), - [anon_sym_unsigned] = ACTIONS(1448), - [anon_sym_long] = ACTIONS(1448), - [anon_sym_short] = ACTIONS(1448), - [anon_sym_static] = ACTIONS(1448), - [anon_sym_auto] = ACTIONS(1448), - [anon_sym_register] = ACTIONS(1448), - [anon_sym_inline] = ACTIONS(1448), - [anon_sym___inline] = ACTIONS(1448), - [anon_sym___inline__] = ACTIONS(1448), - [anon_sym___forceinline] = ACTIONS(1448), - [anon_sym_thread_local] = ACTIONS(1448), - [anon_sym___thread] = ACTIONS(1448), - [anon_sym_const] = ACTIONS(1448), - [anon_sym_constexpr] = ACTIONS(1448), - [anon_sym_volatile] = ACTIONS(1448), - [anon_sym_restrict] = ACTIONS(1448), - [anon_sym___restrict__] = ACTIONS(1448), - [anon_sym__Atomic] = ACTIONS(1448), - [anon_sym__Noreturn] = ACTIONS(1448), - [anon_sym_noreturn] = ACTIONS(1448), - [sym_primitive_type] = ACTIONS(1448), - [anon_sym_enum] = ACTIONS(1448), - [anon_sym_struct] = ACTIONS(1448), - [anon_sym_union] = ACTIONS(1448), - [anon_sym_if] = ACTIONS(1448), - [anon_sym_switch] = ACTIONS(1448), - [anon_sym_case] = ACTIONS(1448), - [anon_sym_default] = ACTIONS(1448), - [anon_sym_while] = ACTIONS(1448), - [anon_sym_do] = ACTIONS(1448), - [anon_sym_for] = ACTIONS(1448), - [anon_sym_return] = ACTIONS(1448), - [anon_sym_break] = ACTIONS(1448), - [anon_sym_continue] = ACTIONS(1448), - [anon_sym_goto] = ACTIONS(1448), - [anon_sym_DASH_DASH] = ACTIONS(1450), - [anon_sym_PLUS_PLUS] = ACTIONS(1450), - [anon_sym_sizeof] = ACTIONS(1448), - [anon_sym___alignof__] = ACTIONS(1448), - [anon_sym___alignof] = ACTIONS(1448), - [anon_sym__alignof] = ACTIONS(1448), - [anon_sym_alignof] = ACTIONS(1448), - [anon_sym__Alignof] = ACTIONS(1448), - [anon_sym_offsetof] = ACTIONS(1448), - [anon_sym__Generic] = ACTIONS(1448), - [anon_sym_asm] = ACTIONS(1448), - [anon_sym___asm__] = ACTIONS(1448), - [sym_number_literal] = ACTIONS(1450), - [anon_sym_L_SQUOTE] = ACTIONS(1450), - [anon_sym_u_SQUOTE] = ACTIONS(1450), - [anon_sym_U_SQUOTE] = ACTIONS(1450), - [anon_sym_u8_SQUOTE] = ACTIONS(1450), - [anon_sym_SQUOTE] = ACTIONS(1450), - [anon_sym_L_DQUOTE] = ACTIONS(1450), - [anon_sym_u_DQUOTE] = ACTIONS(1450), - [anon_sym_U_DQUOTE] = ACTIONS(1450), - [anon_sym_u8_DQUOTE] = ACTIONS(1450), - [anon_sym_DQUOTE] = ACTIONS(1450), - [sym_true] = ACTIONS(1448), - [sym_false] = ACTIONS(1448), - [anon_sym_NULL] = ACTIONS(1448), - [anon_sym_nullptr] = ACTIONS(1448), - [sym_comment] = ACTIONS(3), - }, - [471] = { - [ts_builtin_sym_end] = ACTIONS(1430), - [sym_identifier] = ACTIONS(1428), - [aux_sym_preproc_include_token1] = ACTIONS(1428), - [aux_sym_preproc_def_token1] = ACTIONS(1428), - [aux_sym_preproc_if_token1] = ACTIONS(1428), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1428), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1428), - [sym_preproc_directive] = ACTIONS(1428), - [anon_sym_LPAREN2] = ACTIONS(1430), - [anon_sym_BANG] = ACTIONS(1430), - [anon_sym_TILDE] = ACTIONS(1430), - [anon_sym_DASH] = ACTIONS(1428), - [anon_sym_PLUS] = ACTIONS(1428), - [anon_sym_STAR] = ACTIONS(1430), - [anon_sym_AMP] = ACTIONS(1430), - [anon_sym___extension__] = ACTIONS(1428), - [anon_sym_typedef] = ACTIONS(1428), - [anon_sym_extern] = ACTIONS(1428), - [anon_sym___attribute__] = ACTIONS(1428), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1430), - [anon_sym___declspec] = ACTIONS(1428), - [anon_sym___cdecl] = ACTIONS(1428), - [anon_sym___clrcall] = ACTIONS(1428), - [anon_sym___stdcall] = ACTIONS(1428), - [anon_sym___fastcall] = ACTIONS(1428), - [anon_sym___thiscall] = ACTIONS(1428), - [anon_sym___vectorcall] = ACTIONS(1428), - [anon_sym_LBRACE] = ACTIONS(1430), - [anon_sym_signed] = ACTIONS(1428), - [anon_sym_unsigned] = ACTIONS(1428), - [anon_sym_long] = ACTIONS(1428), - [anon_sym_short] = ACTIONS(1428), - [anon_sym_static] = ACTIONS(1428), - [anon_sym_auto] = ACTIONS(1428), - [anon_sym_register] = ACTIONS(1428), - [anon_sym_inline] = ACTIONS(1428), - [anon_sym___inline] = ACTIONS(1428), - [anon_sym___inline__] = ACTIONS(1428), - [anon_sym___forceinline] = ACTIONS(1428), - [anon_sym_thread_local] = ACTIONS(1428), - [anon_sym___thread] = ACTIONS(1428), - [anon_sym_const] = ACTIONS(1428), - [anon_sym_constexpr] = ACTIONS(1428), - [anon_sym_volatile] = ACTIONS(1428), - [anon_sym_restrict] = ACTIONS(1428), - [anon_sym___restrict__] = ACTIONS(1428), - [anon_sym__Atomic] = ACTIONS(1428), - [anon_sym__Noreturn] = ACTIONS(1428), - [anon_sym_noreturn] = ACTIONS(1428), - [sym_primitive_type] = ACTIONS(1428), - [anon_sym_enum] = ACTIONS(1428), - [anon_sym_struct] = ACTIONS(1428), - [anon_sym_union] = ACTIONS(1428), - [anon_sym_if] = ACTIONS(1428), - [anon_sym_switch] = ACTIONS(1428), - [anon_sym_case] = ACTIONS(1428), - [anon_sym_default] = ACTIONS(1428), - [anon_sym_while] = ACTIONS(1428), - [anon_sym_do] = ACTIONS(1428), - [anon_sym_for] = ACTIONS(1428), - [anon_sym_return] = ACTIONS(1428), - [anon_sym_break] = ACTIONS(1428), - [anon_sym_continue] = ACTIONS(1428), - [anon_sym_goto] = ACTIONS(1428), - [anon_sym_DASH_DASH] = ACTIONS(1430), - [anon_sym_PLUS_PLUS] = ACTIONS(1430), - [anon_sym_sizeof] = ACTIONS(1428), - [anon_sym___alignof__] = ACTIONS(1428), - [anon_sym___alignof] = ACTIONS(1428), - [anon_sym__alignof] = ACTIONS(1428), - [anon_sym_alignof] = ACTIONS(1428), - [anon_sym__Alignof] = ACTIONS(1428), - [anon_sym_offsetof] = ACTIONS(1428), - [anon_sym__Generic] = ACTIONS(1428), - [anon_sym_asm] = ACTIONS(1428), - [anon_sym___asm__] = ACTIONS(1428), - [sym_number_literal] = ACTIONS(1430), - [anon_sym_L_SQUOTE] = ACTIONS(1430), - [anon_sym_u_SQUOTE] = ACTIONS(1430), - [anon_sym_U_SQUOTE] = ACTIONS(1430), - [anon_sym_u8_SQUOTE] = ACTIONS(1430), - [anon_sym_SQUOTE] = ACTIONS(1430), - [anon_sym_L_DQUOTE] = ACTIONS(1430), - [anon_sym_u_DQUOTE] = ACTIONS(1430), - [anon_sym_U_DQUOTE] = ACTIONS(1430), - [anon_sym_u8_DQUOTE] = ACTIONS(1430), - [anon_sym_DQUOTE] = ACTIONS(1430), - [sym_true] = ACTIONS(1428), - [sym_false] = ACTIONS(1428), - [anon_sym_NULL] = ACTIONS(1428), - [anon_sym_nullptr] = ACTIONS(1428), - [sym_comment] = ACTIONS(3), - }, - [472] = { - [ts_builtin_sym_end] = ACTIONS(1482), - [sym_identifier] = ACTIONS(1480), - [aux_sym_preproc_include_token1] = ACTIONS(1480), - [aux_sym_preproc_def_token1] = ACTIONS(1480), - [aux_sym_preproc_if_token1] = ACTIONS(1480), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1480), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1480), - [sym_preproc_directive] = ACTIONS(1480), - [anon_sym_LPAREN2] = ACTIONS(1482), - [anon_sym_BANG] = ACTIONS(1482), - [anon_sym_TILDE] = ACTIONS(1482), - [anon_sym_DASH] = ACTIONS(1480), - [anon_sym_PLUS] = ACTIONS(1480), - [anon_sym_STAR] = ACTIONS(1482), - [anon_sym_AMP] = ACTIONS(1482), - [anon_sym___extension__] = ACTIONS(1480), - [anon_sym_typedef] = ACTIONS(1480), - [anon_sym_extern] = ACTIONS(1480), - [anon_sym___attribute__] = ACTIONS(1480), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1482), - [anon_sym___declspec] = ACTIONS(1480), - [anon_sym___cdecl] = ACTIONS(1480), - [anon_sym___clrcall] = ACTIONS(1480), - [anon_sym___stdcall] = ACTIONS(1480), - [anon_sym___fastcall] = ACTIONS(1480), - [anon_sym___thiscall] = ACTIONS(1480), - [anon_sym___vectorcall] = ACTIONS(1480), - [anon_sym_LBRACE] = ACTIONS(1482), - [anon_sym_signed] = ACTIONS(1480), - [anon_sym_unsigned] = ACTIONS(1480), - [anon_sym_long] = ACTIONS(1480), - [anon_sym_short] = ACTIONS(1480), - [anon_sym_static] = ACTIONS(1480), - [anon_sym_auto] = ACTIONS(1480), - [anon_sym_register] = ACTIONS(1480), - [anon_sym_inline] = ACTIONS(1480), - [anon_sym___inline] = ACTIONS(1480), - [anon_sym___inline__] = ACTIONS(1480), - [anon_sym___forceinline] = ACTIONS(1480), - [anon_sym_thread_local] = ACTIONS(1480), - [anon_sym___thread] = ACTIONS(1480), - [anon_sym_const] = ACTIONS(1480), - [anon_sym_constexpr] = ACTIONS(1480), - [anon_sym_volatile] = ACTIONS(1480), - [anon_sym_restrict] = ACTIONS(1480), - [anon_sym___restrict__] = ACTIONS(1480), - [anon_sym__Atomic] = ACTIONS(1480), - [anon_sym__Noreturn] = ACTIONS(1480), - [anon_sym_noreturn] = ACTIONS(1480), - [sym_primitive_type] = ACTIONS(1480), - [anon_sym_enum] = ACTIONS(1480), - [anon_sym_struct] = ACTIONS(1480), - [anon_sym_union] = ACTIONS(1480), - [anon_sym_if] = ACTIONS(1480), - [anon_sym_switch] = ACTIONS(1480), - [anon_sym_case] = ACTIONS(1480), - [anon_sym_default] = ACTIONS(1480), - [anon_sym_while] = ACTIONS(1480), - [anon_sym_do] = ACTIONS(1480), - [anon_sym_for] = ACTIONS(1480), - [anon_sym_return] = ACTIONS(1480), - [anon_sym_break] = ACTIONS(1480), - [anon_sym_continue] = ACTIONS(1480), - [anon_sym_goto] = ACTIONS(1480), - [anon_sym_DASH_DASH] = ACTIONS(1482), - [anon_sym_PLUS_PLUS] = ACTIONS(1482), - [anon_sym_sizeof] = ACTIONS(1480), - [anon_sym___alignof__] = ACTIONS(1480), - [anon_sym___alignof] = ACTIONS(1480), - [anon_sym__alignof] = ACTIONS(1480), - [anon_sym_alignof] = ACTIONS(1480), - [anon_sym__Alignof] = ACTIONS(1480), - [anon_sym_offsetof] = ACTIONS(1480), - [anon_sym__Generic] = ACTIONS(1480), - [anon_sym_asm] = ACTIONS(1480), - [anon_sym___asm__] = ACTIONS(1480), - [sym_number_literal] = ACTIONS(1482), - [anon_sym_L_SQUOTE] = ACTIONS(1482), - [anon_sym_u_SQUOTE] = ACTIONS(1482), - [anon_sym_U_SQUOTE] = ACTIONS(1482), - [anon_sym_u8_SQUOTE] = ACTIONS(1482), - [anon_sym_SQUOTE] = ACTIONS(1482), - [anon_sym_L_DQUOTE] = ACTIONS(1482), - [anon_sym_u_DQUOTE] = ACTIONS(1482), - [anon_sym_U_DQUOTE] = ACTIONS(1482), - [anon_sym_u8_DQUOTE] = ACTIONS(1482), - [anon_sym_DQUOTE] = ACTIONS(1482), - [sym_true] = ACTIONS(1480), - [sym_false] = ACTIONS(1480), - [anon_sym_NULL] = ACTIONS(1480), - [anon_sym_nullptr] = ACTIONS(1480), - [sym_comment] = ACTIONS(3), - }, - [473] = { + [476] = { [ts_builtin_sym_end] = ACTIONS(1502), [sym_identifier] = ACTIONS(1500), [aux_sym_preproc_include_token1] = ACTIONS(1500), @@ -67563,101 +67840,289 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1500), [sym_comment] = ACTIONS(3), }, - [474] = { - [ts_builtin_sym_end] = ACTIONS(1454), - [sym_identifier] = ACTIONS(1452), - [aux_sym_preproc_include_token1] = ACTIONS(1452), - [aux_sym_preproc_def_token1] = ACTIONS(1452), - [aux_sym_preproc_if_token1] = ACTIONS(1452), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1452), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1452), - [sym_preproc_directive] = ACTIONS(1452), - [anon_sym_LPAREN2] = ACTIONS(1454), - [anon_sym_BANG] = ACTIONS(1454), - [anon_sym_TILDE] = ACTIONS(1454), - [anon_sym_DASH] = ACTIONS(1452), - [anon_sym_PLUS] = ACTIONS(1452), - [anon_sym_STAR] = ACTIONS(1454), - [anon_sym_AMP] = ACTIONS(1454), - [anon_sym___extension__] = ACTIONS(1452), - [anon_sym_typedef] = ACTIONS(1452), - [anon_sym_extern] = ACTIONS(1452), - [anon_sym___attribute__] = ACTIONS(1452), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1454), - [anon_sym___declspec] = ACTIONS(1452), - [anon_sym___cdecl] = ACTIONS(1452), - [anon_sym___clrcall] = ACTIONS(1452), - [anon_sym___stdcall] = ACTIONS(1452), - [anon_sym___fastcall] = ACTIONS(1452), - [anon_sym___thiscall] = ACTIONS(1452), - [anon_sym___vectorcall] = ACTIONS(1452), - [anon_sym_LBRACE] = ACTIONS(1454), - [anon_sym_signed] = ACTIONS(1452), - [anon_sym_unsigned] = ACTIONS(1452), - [anon_sym_long] = ACTIONS(1452), - [anon_sym_short] = ACTIONS(1452), - [anon_sym_static] = ACTIONS(1452), - [anon_sym_auto] = ACTIONS(1452), - [anon_sym_register] = ACTIONS(1452), - [anon_sym_inline] = ACTIONS(1452), - [anon_sym___inline] = ACTIONS(1452), - [anon_sym___inline__] = ACTIONS(1452), - [anon_sym___forceinline] = ACTIONS(1452), - [anon_sym_thread_local] = ACTIONS(1452), - [anon_sym___thread] = ACTIONS(1452), - [anon_sym_const] = ACTIONS(1452), - [anon_sym_constexpr] = ACTIONS(1452), - [anon_sym_volatile] = ACTIONS(1452), - [anon_sym_restrict] = ACTIONS(1452), - [anon_sym___restrict__] = ACTIONS(1452), - [anon_sym__Atomic] = ACTIONS(1452), - [anon_sym__Noreturn] = ACTIONS(1452), - [anon_sym_noreturn] = ACTIONS(1452), - [sym_primitive_type] = ACTIONS(1452), - [anon_sym_enum] = ACTIONS(1452), - [anon_sym_struct] = ACTIONS(1452), - [anon_sym_union] = ACTIONS(1452), - [anon_sym_if] = ACTIONS(1452), - [anon_sym_switch] = ACTIONS(1452), - [anon_sym_case] = ACTIONS(1452), - [anon_sym_default] = ACTIONS(1452), - [anon_sym_while] = ACTIONS(1452), - [anon_sym_do] = ACTIONS(1452), - [anon_sym_for] = ACTIONS(1452), - [anon_sym_return] = ACTIONS(1452), - [anon_sym_break] = ACTIONS(1452), - [anon_sym_continue] = ACTIONS(1452), - [anon_sym_goto] = ACTIONS(1452), - [anon_sym_DASH_DASH] = ACTIONS(1454), - [anon_sym_PLUS_PLUS] = ACTIONS(1454), - [anon_sym_sizeof] = ACTIONS(1452), - [anon_sym___alignof__] = ACTIONS(1452), - [anon_sym___alignof] = ACTIONS(1452), - [anon_sym__alignof] = ACTIONS(1452), - [anon_sym_alignof] = ACTIONS(1452), - [anon_sym__Alignof] = ACTIONS(1452), - [anon_sym_offsetof] = ACTIONS(1452), - [anon_sym__Generic] = ACTIONS(1452), - [anon_sym_asm] = ACTIONS(1452), - [anon_sym___asm__] = ACTIONS(1452), - [sym_number_literal] = ACTIONS(1454), - [anon_sym_L_SQUOTE] = ACTIONS(1454), - [anon_sym_u_SQUOTE] = ACTIONS(1454), - [anon_sym_U_SQUOTE] = ACTIONS(1454), - [anon_sym_u8_SQUOTE] = ACTIONS(1454), - [anon_sym_SQUOTE] = ACTIONS(1454), - [anon_sym_L_DQUOTE] = ACTIONS(1454), - [anon_sym_u_DQUOTE] = ACTIONS(1454), - [anon_sym_U_DQUOTE] = ACTIONS(1454), - [anon_sym_u8_DQUOTE] = ACTIONS(1454), - [anon_sym_DQUOTE] = ACTIONS(1454), - [sym_true] = ACTIONS(1452), - [sym_false] = ACTIONS(1452), - [anon_sym_NULL] = ACTIONS(1452), - [anon_sym_nullptr] = ACTIONS(1452), + [477] = { + [ts_builtin_sym_end] = ACTIONS(1420), + [sym_identifier] = ACTIONS(1418), + [aux_sym_preproc_include_token1] = ACTIONS(1418), + [aux_sym_preproc_def_token1] = ACTIONS(1418), + [aux_sym_preproc_if_token1] = ACTIONS(1418), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1418), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1418), + [sym_preproc_directive] = ACTIONS(1418), + [anon_sym_LPAREN2] = ACTIONS(1420), + [anon_sym_BANG] = ACTIONS(1420), + [anon_sym_TILDE] = ACTIONS(1420), + [anon_sym_DASH] = ACTIONS(1418), + [anon_sym_PLUS] = ACTIONS(1418), + [anon_sym_STAR] = ACTIONS(1420), + [anon_sym_AMP] = ACTIONS(1420), + [anon_sym___extension__] = ACTIONS(1418), + [anon_sym_typedef] = ACTIONS(1418), + [anon_sym_extern] = ACTIONS(1418), + [anon_sym___attribute__] = ACTIONS(1418), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1420), + [anon_sym___declspec] = ACTIONS(1418), + [anon_sym___cdecl] = ACTIONS(1418), + [anon_sym___clrcall] = ACTIONS(1418), + [anon_sym___stdcall] = ACTIONS(1418), + [anon_sym___fastcall] = ACTIONS(1418), + [anon_sym___thiscall] = ACTIONS(1418), + [anon_sym___vectorcall] = ACTIONS(1418), + [anon_sym_LBRACE] = ACTIONS(1420), + [anon_sym_signed] = ACTIONS(1418), + [anon_sym_unsigned] = ACTIONS(1418), + [anon_sym_long] = ACTIONS(1418), + [anon_sym_short] = ACTIONS(1418), + [anon_sym_static] = ACTIONS(1418), + [anon_sym_auto] = ACTIONS(1418), + [anon_sym_register] = ACTIONS(1418), + [anon_sym_inline] = ACTIONS(1418), + [anon_sym___inline] = ACTIONS(1418), + [anon_sym___inline__] = ACTIONS(1418), + [anon_sym___forceinline] = ACTIONS(1418), + [anon_sym_thread_local] = ACTIONS(1418), + [anon_sym___thread] = ACTIONS(1418), + [anon_sym_const] = ACTIONS(1418), + [anon_sym_constexpr] = ACTIONS(1418), + [anon_sym_volatile] = ACTIONS(1418), + [anon_sym_restrict] = ACTIONS(1418), + [anon_sym___restrict__] = ACTIONS(1418), + [anon_sym__Atomic] = ACTIONS(1418), + [anon_sym__Noreturn] = ACTIONS(1418), + [anon_sym_noreturn] = ACTIONS(1418), + [sym_primitive_type] = ACTIONS(1418), + [anon_sym_enum] = ACTIONS(1418), + [anon_sym_struct] = ACTIONS(1418), + [anon_sym_union] = ACTIONS(1418), + [anon_sym_if] = ACTIONS(1418), + [anon_sym_switch] = ACTIONS(1418), + [anon_sym_case] = ACTIONS(1418), + [anon_sym_default] = ACTIONS(1418), + [anon_sym_while] = ACTIONS(1418), + [anon_sym_do] = ACTIONS(1418), + [anon_sym_for] = ACTIONS(1418), + [anon_sym_return] = ACTIONS(1418), + [anon_sym_break] = ACTIONS(1418), + [anon_sym_continue] = ACTIONS(1418), + [anon_sym_goto] = ACTIONS(1418), + [anon_sym_DASH_DASH] = ACTIONS(1420), + [anon_sym_PLUS_PLUS] = ACTIONS(1420), + [anon_sym_sizeof] = ACTIONS(1418), + [anon_sym___alignof__] = ACTIONS(1418), + [anon_sym___alignof] = ACTIONS(1418), + [anon_sym__alignof] = ACTIONS(1418), + [anon_sym_alignof] = ACTIONS(1418), + [anon_sym__Alignof] = ACTIONS(1418), + [anon_sym_offsetof] = ACTIONS(1418), + [anon_sym__Generic] = ACTIONS(1418), + [anon_sym_asm] = ACTIONS(1418), + [anon_sym___asm__] = ACTIONS(1418), + [sym_number_literal] = ACTIONS(1420), + [anon_sym_L_SQUOTE] = ACTIONS(1420), + [anon_sym_u_SQUOTE] = ACTIONS(1420), + [anon_sym_U_SQUOTE] = ACTIONS(1420), + [anon_sym_u8_SQUOTE] = ACTIONS(1420), + [anon_sym_SQUOTE] = ACTIONS(1420), + [anon_sym_L_DQUOTE] = ACTIONS(1420), + [anon_sym_u_DQUOTE] = ACTIONS(1420), + [anon_sym_U_DQUOTE] = ACTIONS(1420), + [anon_sym_u8_DQUOTE] = ACTIONS(1420), + [anon_sym_DQUOTE] = ACTIONS(1420), + [sym_true] = ACTIONS(1418), + [sym_false] = ACTIONS(1418), + [anon_sym_NULL] = ACTIONS(1418), + [anon_sym_nullptr] = ACTIONS(1418), + [sym_comment] = ACTIONS(3), + }, + [478] = { + [ts_builtin_sym_end] = ACTIONS(1404), + [sym_identifier] = ACTIONS(1402), + [aux_sym_preproc_include_token1] = ACTIONS(1402), + [aux_sym_preproc_def_token1] = ACTIONS(1402), + [aux_sym_preproc_if_token1] = ACTIONS(1402), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1402), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1402), + [sym_preproc_directive] = ACTIONS(1402), + [anon_sym_LPAREN2] = ACTIONS(1404), + [anon_sym_BANG] = ACTIONS(1404), + [anon_sym_TILDE] = ACTIONS(1404), + [anon_sym_DASH] = ACTIONS(1402), + [anon_sym_PLUS] = ACTIONS(1402), + [anon_sym_STAR] = ACTIONS(1404), + [anon_sym_AMP] = ACTIONS(1404), + [anon_sym___extension__] = ACTIONS(1402), + [anon_sym_typedef] = ACTIONS(1402), + [anon_sym_extern] = ACTIONS(1402), + [anon_sym___attribute__] = ACTIONS(1402), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1404), + [anon_sym___declspec] = ACTIONS(1402), + [anon_sym___cdecl] = ACTIONS(1402), + [anon_sym___clrcall] = ACTIONS(1402), + [anon_sym___stdcall] = ACTIONS(1402), + [anon_sym___fastcall] = ACTIONS(1402), + [anon_sym___thiscall] = ACTIONS(1402), + [anon_sym___vectorcall] = ACTIONS(1402), + [anon_sym_LBRACE] = ACTIONS(1404), + [anon_sym_signed] = ACTIONS(1402), + [anon_sym_unsigned] = ACTIONS(1402), + [anon_sym_long] = ACTIONS(1402), + [anon_sym_short] = ACTIONS(1402), + [anon_sym_static] = ACTIONS(1402), + [anon_sym_auto] = ACTIONS(1402), + [anon_sym_register] = ACTIONS(1402), + [anon_sym_inline] = ACTIONS(1402), + [anon_sym___inline] = ACTIONS(1402), + [anon_sym___inline__] = ACTIONS(1402), + [anon_sym___forceinline] = ACTIONS(1402), + [anon_sym_thread_local] = ACTIONS(1402), + [anon_sym___thread] = ACTIONS(1402), + [anon_sym_const] = ACTIONS(1402), + [anon_sym_constexpr] = ACTIONS(1402), + [anon_sym_volatile] = ACTIONS(1402), + [anon_sym_restrict] = ACTIONS(1402), + [anon_sym___restrict__] = ACTIONS(1402), + [anon_sym__Atomic] = ACTIONS(1402), + [anon_sym__Noreturn] = ACTIONS(1402), + [anon_sym_noreturn] = ACTIONS(1402), + [sym_primitive_type] = ACTIONS(1402), + [anon_sym_enum] = ACTIONS(1402), + [anon_sym_struct] = ACTIONS(1402), + [anon_sym_union] = ACTIONS(1402), + [anon_sym_if] = ACTIONS(1402), + [anon_sym_switch] = ACTIONS(1402), + [anon_sym_case] = ACTIONS(1402), + [anon_sym_default] = ACTIONS(1402), + [anon_sym_while] = ACTIONS(1402), + [anon_sym_do] = ACTIONS(1402), + [anon_sym_for] = ACTIONS(1402), + [anon_sym_return] = ACTIONS(1402), + [anon_sym_break] = ACTIONS(1402), + [anon_sym_continue] = ACTIONS(1402), + [anon_sym_goto] = ACTIONS(1402), + [anon_sym_DASH_DASH] = ACTIONS(1404), + [anon_sym_PLUS_PLUS] = ACTIONS(1404), + [anon_sym_sizeof] = ACTIONS(1402), + [anon_sym___alignof__] = ACTIONS(1402), + [anon_sym___alignof] = ACTIONS(1402), + [anon_sym__alignof] = ACTIONS(1402), + [anon_sym_alignof] = ACTIONS(1402), + [anon_sym__Alignof] = ACTIONS(1402), + [anon_sym_offsetof] = ACTIONS(1402), + [anon_sym__Generic] = ACTIONS(1402), + [anon_sym_asm] = ACTIONS(1402), + [anon_sym___asm__] = ACTIONS(1402), + [sym_number_literal] = ACTIONS(1404), + [anon_sym_L_SQUOTE] = ACTIONS(1404), + [anon_sym_u_SQUOTE] = ACTIONS(1404), + [anon_sym_U_SQUOTE] = ACTIONS(1404), + [anon_sym_u8_SQUOTE] = ACTIONS(1404), + [anon_sym_SQUOTE] = ACTIONS(1404), + [anon_sym_L_DQUOTE] = ACTIONS(1404), + [anon_sym_u_DQUOTE] = ACTIONS(1404), + [anon_sym_U_DQUOTE] = ACTIONS(1404), + [anon_sym_u8_DQUOTE] = ACTIONS(1404), + [anon_sym_DQUOTE] = ACTIONS(1404), + [sym_true] = ACTIONS(1402), + [sym_false] = ACTIONS(1402), + [anon_sym_NULL] = ACTIONS(1402), + [anon_sym_nullptr] = ACTIONS(1402), [sym_comment] = ACTIONS(3), }, - [475] = { + [479] = { + [ts_builtin_sym_end] = ACTIONS(1893), + [sym_identifier] = ACTIONS(1895), + [aux_sym_preproc_include_token1] = ACTIONS(1895), + [aux_sym_preproc_def_token1] = ACTIONS(1895), + [aux_sym_preproc_if_token1] = ACTIONS(1895), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1895), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1895), + [sym_preproc_directive] = ACTIONS(1895), + [anon_sym_LPAREN2] = ACTIONS(1893), + [anon_sym_BANG] = ACTIONS(1893), + [anon_sym_TILDE] = ACTIONS(1893), + [anon_sym_DASH] = ACTIONS(1895), + [anon_sym_PLUS] = ACTIONS(1895), + [anon_sym_STAR] = ACTIONS(1893), + [anon_sym_AMP] = ACTIONS(1893), + [anon_sym___extension__] = ACTIONS(1895), + [anon_sym_typedef] = ACTIONS(1895), + [anon_sym_extern] = ACTIONS(1895), + [anon_sym___attribute__] = ACTIONS(1895), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1893), + [anon_sym___declspec] = ACTIONS(1895), + [anon_sym___cdecl] = ACTIONS(1895), + [anon_sym___clrcall] = ACTIONS(1895), + [anon_sym___stdcall] = ACTIONS(1895), + [anon_sym___fastcall] = ACTIONS(1895), + [anon_sym___thiscall] = ACTIONS(1895), + [anon_sym___vectorcall] = ACTIONS(1895), + [anon_sym_LBRACE] = ACTIONS(1893), + [anon_sym_signed] = ACTIONS(1895), + [anon_sym_unsigned] = ACTIONS(1895), + [anon_sym_long] = ACTIONS(1895), + [anon_sym_short] = ACTIONS(1895), + [anon_sym_static] = ACTIONS(1895), + [anon_sym_auto] = ACTIONS(1895), + [anon_sym_register] = ACTIONS(1895), + [anon_sym_inline] = ACTIONS(1895), + [anon_sym___inline] = ACTIONS(1895), + [anon_sym___inline__] = ACTIONS(1895), + [anon_sym___forceinline] = ACTIONS(1895), + [anon_sym_thread_local] = ACTIONS(1895), + [anon_sym___thread] = ACTIONS(1895), + [anon_sym_const] = ACTIONS(1895), + [anon_sym_constexpr] = ACTIONS(1895), + [anon_sym_volatile] = ACTIONS(1895), + [anon_sym_restrict] = ACTIONS(1895), + [anon_sym___restrict__] = ACTIONS(1895), + [anon_sym__Atomic] = ACTIONS(1895), + [anon_sym__Noreturn] = ACTIONS(1895), + [anon_sym_noreturn] = ACTIONS(1895), + [sym_primitive_type] = ACTIONS(1895), + [anon_sym_enum] = ACTIONS(1895), + [anon_sym_struct] = ACTIONS(1895), + [anon_sym_union] = ACTIONS(1895), + [anon_sym_if] = ACTIONS(1895), + [anon_sym_switch] = ACTIONS(1895), + [anon_sym_case] = ACTIONS(1895), + [anon_sym_default] = ACTIONS(1895), + [anon_sym_while] = ACTIONS(1895), + [anon_sym_do] = ACTIONS(1895), + [anon_sym_for] = ACTIONS(1895), + [anon_sym_return] = ACTIONS(1895), + [anon_sym_break] = ACTIONS(1895), + [anon_sym_continue] = ACTIONS(1895), + [anon_sym_goto] = ACTIONS(1895), + [anon_sym_DASH_DASH] = ACTIONS(1893), + [anon_sym_PLUS_PLUS] = ACTIONS(1893), + [anon_sym_sizeof] = ACTIONS(1895), + [anon_sym___alignof__] = ACTIONS(1895), + [anon_sym___alignof] = ACTIONS(1895), + [anon_sym__alignof] = ACTIONS(1895), + [anon_sym_alignof] = ACTIONS(1895), + [anon_sym__Alignof] = ACTIONS(1895), + [anon_sym_offsetof] = ACTIONS(1895), + [anon_sym__Generic] = ACTIONS(1895), + [anon_sym_asm] = ACTIONS(1895), + [anon_sym___asm__] = ACTIONS(1895), + [sym_number_literal] = ACTIONS(1893), + [anon_sym_L_SQUOTE] = ACTIONS(1893), + [anon_sym_u_SQUOTE] = ACTIONS(1893), + [anon_sym_U_SQUOTE] = ACTIONS(1893), + [anon_sym_u8_SQUOTE] = ACTIONS(1893), + [anon_sym_SQUOTE] = ACTIONS(1893), + [anon_sym_L_DQUOTE] = ACTIONS(1893), + [anon_sym_u_DQUOTE] = ACTIONS(1893), + [anon_sym_U_DQUOTE] = ACTIONS(1893), + [anon_sym_u8_DQUOTE] = ACTIONS(1893), + [anon_sym_DQUOTE] = ACTIONS(1893), + [sym_true] = ACTIONS(1895), + [sym_false] = ACTIONS(1895), + [anon_sym_NULL] = ACTIONS(1895), + [anon_sym_nullptr] = ACTIONS(1895), + [sym_comment] = ACTIONS(3), + }, + [480] = { [ts_builtin_sym_end] = ACTIONS(1897), [sym_identifier] = ACTIONS(1899), [aux_sym_preproc_include_token1] = ACTIONS(1899), @@ -67751,383 +68216,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1899), [sym_comment] = ACTIONS(3), }, - [476] = { - [ts_builtin_sym_end] = ACTIONS(1506), - [sym_identifier] = ACTIONS(1504), - [aux_sym_preproc_include_token1] = ACTIONS(1504), - [aux_sym_preproc_def_token1] = ACTIONS(1504), - [aux_sym_preproc_if_token1] = ACTIONS(1504), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1504), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1504), - [sym_preproc_directive] = ACTIONS(1504), - [anon_sym_LPAREN2] = ACTIONS(1506), - [anon_sym_BANG] = ACTIONS(1506), - [anon_sym_TILDE] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1504), - [anon_sym_PLUS] = ACTIONS(1504), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_AMP] = ACTIONS(1506), - [anon_sym___extension__] = ACTIONS(1504), - [anon_sym_typedef] = ACTIONS(1504), - [anon_sym_extern] = ACTIONS(1504), - [anon_sym___attribute__] = ACTIONS(1504), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1506), - [anon_sym___declspec] = ACTIONS(1504), - [anon_sym___cdecl] = ACTIONS(1504), - [anon_sym___clrcall] = ACTIONS(1504), - [anon_sym___stdcall] = ACTIONS(1504), - [anon_sym___fastcall] = ACTIONS(1504), - [anon_sym___thiscall] = ACTIONS(1504), - [anon_sym___vectorcall] = ACTIONS(1504), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_signed] = ACTIONS(1504), - [anon_sym_unsigned] = ACTIONS(1504), - [anon_sym_long] = ACTIONS(1504), - [anon_sym_short] = ACTIONS(1504), - [anon_sym_static] = ACTIONS(1504), - [anon_sym_auto] = ACTIONS(1504), - [anon_sym_register] = ACTIONS(1504), - [anon_sym_inline] = ACTIONS(1504), - [anon_sym___inline] = ACTIONS(1504), - [anon_sym___inline__] = ACTIONS(1504), - [anon_sym___forceinline] = ACTIONS(1504), - [anon_sym_thread_local] = ACTIONS(1504), - [anon_sym___thread] = ACTIONS(1504), - [anon_sym_const] = ACTIONS(1504), - [anon_sym_constexpr] = ACTIONS(1504), - [anon_sym_volatile] = ACTIONS(1504), - [anon_sym_restrict] = ACTIONS(1504), - [anon_sym___restrict__] = ACTIONS(1504), - [anon_sym__Atomic] = ACTIONS(1504), - [anon_sym__Noreturn] = ACTIONS(1504), - [anon_sym_noreturn] = ACTIONS(1504), - [sym_primitive_type] = ACTIONS(1504), - [anon_sym_enum] = ACTIONS(1504), - [anon_sym_struct] = ACTIONS(1504), - [anon_sym_union] = ACTIONS(1504), - [anon_sym_if] = ACTIONS(1504), - [anon_sym_switch] = ACTIONS(1504), - [anon_sym_case] = ACTIONS(1504), - [anon_sym_default] = ACTIONS(1504), - [anon_sym_while] = ACTIONS(1504), - [anon_sym_do] = ACTIONS(1504), - [anon_sym_for] = ACTIONS(1504), - [anon_sym_return] = ACTIONS(1504), - [anon_sym_break] = ACTIONS(1504), - [anon_sym_continue] = ACTIONS(1504), - [anon_sym_goto] = ACTIONS(1504), - [anon_sym_DASH_DASH] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_sizeof] = ACTIONS(1504), - [anon_sym___alignof__] = ACTIONS(1504), - [anon_sym___alignof] = ACTIONS(1504), - [anon_sym__alignof] = ACTIONS(1504), - [anon_sym_alignof] = ACTIONS(1504), - [anon_sym__Alignof] = ACTIONS(1504), - [anon_sym_offsetof] = ACTIONS(1504), - [anon_sym__Generic] = ACTIONS(1504), - [anon_sym_asm] = ACTIONS(1504), - [anon_sym___asm__] = ACTIONS(1504), - [sym_number_literal] = ACTIONS(1506), - [anon_sym_L_SQUOTE] = ACTIONS(1506), - [anon_sym_u_SQUOTE] = ACTIONS(1506), - [anon_sym_U_SQUOTE] = ACTIONS(1506), - [anon_sym_u8_SQUOTE] = ACTIONS(1506), - [anon_sym_SQUOTE] = ACTIONS(1506), - [anon_sym_L_DQUOTE] = ACTIONS(1506), - [anon_sym_u_DQUOTE] = ACTIONS(1506), - [anon_sym_U_DQUOTE] = ACTIONS(1506), - [anon_sym_u8_DQUOTE] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym_true] = ACTIONS(1504), - [sym_false] = ACTIONS(1504), - [anon_sym_NULL] = ACTIONS(1504), - [anon_sym_nullptr] = ACTIONS(1504), - [sym_comment] = ACTIONS(3), - }, - [477] = { - [ts_builtin_sym_end] = ACTIONS(1410), - [sym_identifier] = ACTIONS(1408), - [aux_sym_preproc_include_token1] = ACTIONS(1408), - [aux_sym_preproc_def_token1] = ACTIONS(1408), - [aux_sym_preproc_if_token1] = ACTIONS(1408), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1408), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1408), - [sym_preproc_directive] = ACTIONS(1408), - [anon_sym_LPAREN2] = ACTIONS(1410), - [anon_sym_BANG] = ACTIONS(1410), - [anon_sym_TILDE] = ACTIONS(1410), - [anon_sym_DASH] = ACTIONS(1408), - [anon_sym_PLUS] = ACTIONS(1408), - [anon_sym_STAR] = ACTIONS(1410), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym___extension__] = ACTIONS(1408), - [anon_sym_typedef] = ACTIONS(1408), - [anon_sym_extern] = ACTIONS(1408), - [anon_sym___attribute__] = ACTIONS(1408), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1410), - [anon_sym___declspec] = ACTIONS(1408), - [anon_sym___cdecl] = ACTIONS(1408), - [anon_sym___clrcall] = ACTIONS(1408), - [anon_sym___stdcall] = ACTIONS(1408), - [anon_sym___fastcall] = ACTIONS(1408), - [anon_sym___thiscall] = ACTIONS(1408), - [anon_sym___vectorcall] = ACTIONS(1408), - [anon_sym_LBRACE] = ACTIONS(1410), - [anon_sym_signed] = ACTIONS(1408), - [anon_sym_unsigned] = ACTIONS(1408), - [anon_sym_long] = ACTIONS(1408), - [anon_sym_short] = ACTIONS(1408), - [anon_sym_static] = ACTIONS(1408), - [anon_sym_auto] = ACTIONS(1408), - [anon_sym_register] = ACTIONS(1408), - [anon_sym_inline] = ACTIONS(1408), - [anon_sym___inline] = ACTIONS(1408), - [anon_sym___inline__] = ACTIONS(1408), - [anon_sym___forceinline] = ACTIONS(1408), - [anon_sym_thread_local] = ACTIONS(1408), - [anon_sym___thread] = ACTIONS(1408), - [anon_sym_const] = ACTIONS(1408), - [anon_sym_constexpr] = ACTIONS(1408), - [anon_sym_volatile] = ACTIONS(1408), - [anon_sym_restrict] = ACTIONS(1408), - [anon_sym___restrict__] = ACTIONS(1408), - [anon_sym__Atomic] = ACTIONS(1408), - [anon_sym__Noreturn] = ACTIONS(1408), - [anon_sym_noreturn] = ACTIONS(1408), - [sym_primitive_type] = ACTIONS(1408), - [anon_sym_enum] = ACTIONS(1408), - [anon_sym_struct] = ACTIONS(1408), - [anon_sym_union] = ACTIONS(1408), - [anon_sym_if] = ACTIONS(1408), - [anon_sym_switch] = ACTIONS(1408), - [anon_sym_case] = ACTIONS(1408), - [anon_sym_default] = ACTIONS(1408), - [anon_sym_while] = ACTIONS(1408), - [anon_sym_do] = ACTIONS(1408), - [anon_sym_for] = ACTIONS(1408), - [anon_sym_return] = ACTIONS(1408), - [anon_sym_break] = ACTIONS(1408), - [anon_sym_continue] = ACTIONS(1408), - [anon_sym_goto] = ACTIONS(1408), - [anon_sym_DASH_DASH] = ACTIONS(1410), - [anon_sym_PLUS_PLUS] = ACTIONS(1410), - [anon_sym_sizeof] = ACTIONS(1408), - [anon_sym___alignof__] = ACTIONS(1408), - [anon_sym___alignof] = ACTIONS(1408), - [anon_sym__alignof] = ACTIONS(1408), - [anon_sym_alignof] = ACTIONS(1408), - [anon_sym__Alignof] = ACTIONS(1408), - [anon_sym_offsetof] = ACTIONS(1408), - [anon_sym__Generic] = ACTIONS(1408), - [anon_sym_asm] = ACTIONS(1408), - [anon_sym___asm__] = ACTIONS(1408), - [sym_number_literal] = ACTIONS(1410), - [anon_sym_L_SQUOTE] = ACTIONS(1410), - [anon_sym_u_SQUOTE] = ACTIONS(1410), - [anon_sym_U_SQUOTE] = ACTIONS(1410), - [anon_sym_u8_SQUOTE] = ACTIONS(1410), - [anon_sym_SQUOTE] = ACTIONS(1410), - [anon_sym_L_DQUOTE] = ACTIONS(1410), - [anon_sym_u_DQUOTE] = ACTIONS(1410), - [anon_sym_U_DQUOTE] = ACTIONS(1410), - [anon_sym_u8_DQUOTE] = ACTIONS(1410), - [anon_sym_DQUOTE] = ACTIONS(1410), - [sym_true] = ACTIONS(1408), - [sym_false] = ACTIONS(1408), - [anon_sym_NULL] = ACTIONS(1408), - [anon_sym_nullptr] = ACTIONS(1408), - [sym_comment] = ACTIONS(3), - }, - [478] = { - [ts_builtin_sym_end] = ACTIONS(1418), - [sym_identifier] = ACTIONS(1416), - [aux_sym_preproc_include_token1] = ACTIONS(1416), - [aux_sym_preproc_def_token1] = ACTIONS(1416), - [aux_sym_preproc_if_token1] = ACTIONS(1416), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1416), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1416), - [sym_preproc_directive] = ACTIONS(1416), - [anon_sym_LPAREN2] = ACTIONS(1418), - [anon_sym_BANG] = ACTIONS(1418), - [anon_sym_TILDE] = ACTIONS(1418), - [anon_sym_DASH] = ACTIONS(1416), - [anon_sym_PLUS] = ACTIONS(1416), - [anon_sym_STAR] = ACTIONS(1418), - [anon_sym_AMP] = ACTIONS(1418), - [anon_sym___extension__] = ACTIONS(1416), - [anon_sym_typedef] = ACTIONS(1416), - [anon_sym_extern] = ACTIONS(1416), - [anon_sym___attribute__] = ACTIONS(1416), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), - [anon_sym___declspec] = ACTIONS(1416), - [anon_sym___cdecl] = ACTIONS(1416), - [anon_sym___clrcall] = ACTIONS(1416), - [anon_sym___stdcall] = ACTIONS(1416), - [anon_sym___fastcall] = ACTIONS(1416), - [anon_sym___thiscall] = ACTIONS(1416), - [anon_sym___vectorcall] = ACTIONS(1416), - [anon_sym_LBRACE] = ACTIONS(1418), - [anon_sym_signed] = ACTIONS(1416), - [anon_sym_unsigned] = ACTIONS(1416), - [anon_sym_long] = ACTIONS(1416), - [anon_sym_short] = ACTIONS(1416), - [anon_sym_static] = ACTIONS(1416), - [anon_sym_auto] = ACTIONS(1416), - [anon_sym_register] = ACTIONS(1416), - [anon_sym_inline] = ACTIONS(1416), - [anon_sym___inline] = ACTIONS(1416), - [anon_sym___inline__] = ACTIONS(1416), - [anon_sym___forceinline] = ACTIONS(1416), - [anon_sym_thread_local] = ACTIONS(1416), - [anon_sym___thread] = ACTIONS(1416), - [anon_sym_const] = ACTIONS(1416), - [anon_sym_constexpr] = ACTIONS(1416), - [anon_sym_volatile] = ACTIONS(1416), - [anon_sym_restrict] = ACTIONS(1416), - [anon_sym___restrict__] = ACTIONS(1416), - [anon_sym__Atomic] = ACTIONS(1416), - [anon_sym__Noreturn] = ACTIONS(1416), - [anon_sym_noreturn] = ACTIONS(1416), - [sym_primitive_type] = ACTIONS(1416), - [anon_sym_enum] = ACTIONS(1416), - [anon_sym_struct] = ACTIONS(1416), - [anon_sym_union] = ACTIONS(1416), - [anon_sym_if] = ACTIONS(1416), - [anon_sym_switch] = ACTIONS(1416), - [anon_sym_case] = ACTIONS(1416), - [anon_sym_default] = ACTIONS(1416), - [anon_sym_while] = ACTIONS(1416), - [anon_sym_do] = ACTIONS(1416), - [anon_sym_for] = ACTIONS(1416), - [anon_sym_return] = ACTIONS(1416), - [anon_sym_break] = ACTIONS(1416), - [anon_sym_continue] = ACTIONS(1416), - [anon_sym_goto] = ACTIONS(1416), - [anon_sym_DASH_DASH] = ACTIONS(1418), - [anon_sym_PLUS_PLUS] = ACTIONS(1418), - [anon_sym_sizeof] = ACTIONS(1416), - [anon_sym___alignof__] = ACTIONS(1416), - [anon_sym___alignof] = ACTIONS(1416), - [anon_sym__alignof] = ACTIONS(1416), - [anon_sym_alignof] = ACTIONS(1416), - [anon_sym__Alignof] = ACTIONS(1416), - [anon_sym_offsetof] = ACTIONS(1416), - [anon_sym__Generic] = ACTIONS(1416), - [anon_sym_asm] = ACTIONS(1416), - [anon_sym___asm__] = ACTIONS(1416), - [sym_number_literal] = ACTIONS(1418), - [anon_sym_L_SQUOTE] = ACTIONS(1418), - [anon_sym_u_SQUOTE] = ACTIONS(1418), - [anon_sym_U_SQUOTE] = ACTIONS(1418), - [anon_sym_u8_SQUOTE] = ACTIONS(1418), - [anon_sym_SQUOTE] = ACTIONS(1418), - [anon_sym_L_DQUOTE] = ACTIONS(1418), - [anon_sym_u_DQUOTE] = ACTIONS(1418), - [anon_sym_U_DQUOTE] = ACTIONS(1418), - [anon_sym_u8_DQUOTE] = ACTIONS(1418), - [anon_sym_DQUOTE] = ACTIONS(1418), - [sym_true] = ACTIONS(1416), - [sym_false] = ACTIONS(1416), - [anon_sym_NULL] = ACTIONS(1416), - [anon_sym_nullptr] = ACTIONS(1416), - [sym_comment] = ACTIONS(3), - }, - [479] = { - [ts_builtin_sym_end] = ACTIONS(1494), - [sym_identifier] = ACTIONS(1492), - [aux_sym_preproc_include_token1] = ACTIONS(1492), - [aux_sym_preproc_def_token1] = ACTIONS(1492), - [aux_sym_preproc_if_token1] = ACTIONS(1492), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1492), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1492), - [sym_preproc_directive] = ACTIONS(1492), - [anon_sym_LPAREN2] = ACTIONS(1494), - [anon_sym_BANG] = ACTIONS(1494), - [anon_sym_TILDE] = ACTIONS(1494), - [anon_sym_DASH] = ACTIONS(1492), - [anon_sym_PLUS] = ACTIONS(1492), - [anon_sym_STAR] = ACTIONS(1494), - [anon_sym_AMP] = ACTIONS(1494), - [anon_sym___extension__] = ACTIONS(1492), - [anon_sym_typedef] = ACTIONS(1492), - [anon_sym_extern] = ACTIONS(1492), - [anon_sym___attribute__] = ACTIONS(1492), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1494), - [anon_sym___declspec] = ACTIONS(1492), - [anon_sym___cdecl] = ACTIONS(1492), - [anon_sym___clrcall] = ACTIONS(1492), - [anon_sym___stdcall] = ACTIONS(1492), - [anon_sym___fastcall] = ACTIONS(1492), - [anon_sym___thiscall] = ACTIONS(1492), - [anon_sym___vectorcall] = ACTIONS(1492), - [anon_sym_LBRACE] = ACTIONS(1494), - [anon_sym_signed] = ACTIONS(1492), - [anon_sym_unsigned] = ACTIONS(1492), - [anon_sym_long] = ACTIONS(1492), - [anon_sym_short] = ACTIONS(1492), - [anon_sym_static] = ACTIONS(1492), - [anon_sym_auto] = ACTIONS(1492), - [anon_sym_register] = ACTIONS(1492), - [anon_sym_inline] = ACTIONS(1492), - [anon_sym___inline] = ACTIONS(1492), - [anon_sym___inline__] = ACTIONS(1492), - [anon_sym___forceinline] = ACTIONS(1492), - [anon_sym_thread_local] = ACTIONS(1492), - [anon_sym___thread] = ACTIONS(1492), - [anon_sym_const] = ACTIONS(1492), - [anon_sym_constexpr] = ACTIONS(1492), - [anon_sym_volatile] = ACTIONS(1492), - [anon_sym_restrict] = ACTIONS(1492), - [anon_sym___restrict__] = ACTIONS(1492), - [anon_sym__Atomic] = ACTIONS(1492), - [anon_sym__Noreturn] = ACTIONS(1492), - [anon_sym_noreturn] = ACTIONS(1492), - [sym_primitive_type] = ACTIONS(1492), - [anon_sym_enum] = ACTIONS(1492), - [anon_sym_struct] = ACTIONS(1492), - [anon_sym_union] = ACTIONS(1492), - [anon_sym_if] = ACTIONS(1492), - [anon_sym_switch] = ACTIONS(1492), - [anon_sym_case] = ACTIONS(1492), - [anon_sym_default] = ACTIONS(1492), - [anon_sym_while] = ACTIONS(1492), - [anon_sym_do] = ACTIONS(1492), - [anon_sym_for] = ACTIONS(1492), - [anon_sym_return] = ACTIONS(1492), - [anon_sym_break] = ACTIONS(1492), - [anon_sym_continue] = ACTIONS(1492), - [anon_sym_goto] = ACTIONS(1492), - [anon_sym_DASH_DASH] = ACTIONS(1494), - [anon_sym_PLUS_PLUS] = ACTIONS(1494), - [anon_sym_sizeof] = ACTIONS(1492), - [anon_sym___alignof__] = ACTIONS(1492), - [anon_sym___alignof] = ACTIONS(1492), - [anon_sym__alignof] = ACTIONS(1492), - [anon_sym_alignof] = ACTIONS(1492), - [anon_sym__Alignof] = ACTIONS(1492), - [anon_sym_offsetof] = ACTIONS(1492), - [anon_sym__Generic] = ACTIONS(1492), - [anon_sym_asm] = ACTIONS(1492), - [anon_sym___asm__] = ACTIONS(1492), - [sym_number_literal] = ACTIONS(1494), - [anon_sym_L_SQUOTE] = ACTIONS(1494), - [anon_sym_u_SQUOTE] = ACTIONS(1494), - [anon_sym_U_SQUOTE] = ACTIONS(1494), - [anon_sym_u8_SQUOTE] = ACTIONS(1494), - [anon_sym_SQUOTE] = ACTIONS(1494), - [anon_sym_L_DQUOTE] = ACTIONS(1494), - [anon_sym_u_DQUOTE] = ACTIONS(1494), - [anon_sym_U_DQUOTE] = ACTIONS(1494), - [anon_sym_u8_DQUOTE] = ACTIONS(1494), - [anon_sym_DQUOTE] = ACTIONS(1494), - [sym_true] = ACTIONS(1492), - [sym_false] = ACTIONS(1492), - [anon_sym_NULL] = ACTIONS(1492), - [anon_sym_nullptr] = ACTIONS(1492), - [sym_comment] = ACTIONS(3), - }, - [480] = { + [481] = { [ts_builtin_sym_end] = ACTIONS(1490), [sym_identifier] = ACTIONS(1488), [aux_sym_preproc_include_token1] = ACTIONS(1488), @@ -68221,100 +68310,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1488), [sym_comment] = ACTIONS(3), }, - [481] = { - [ts_builtin_sym_end] = ACTIONS(1422), - [sym_identifier] = ACTIONS(1420), - [aux_sym_preproc_include_token1] = ACTIONS(1420), - [aux_sym_preproc_def_token1] = ACTIONS(1420), - [aux_sym_preproc_if_token1] = ACTIONS(1420), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1420), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1420), - [sym_preproc_directive] = ACTIONS(1420), - [anon_sym_LPAREN2] = ACTIONS(1422), - [anon_sym_BANG] = ACTIONS(1422), - [anon_sym_TILDE] = ACTIONS(1422), - [anon_sym_DASH] = ACTIONS(1420), - [anon_sym_PLUS] = ACTIONS(1420), - [anon_sym_STAR] = ACTIONS(1422), - [anon_sym_AMP] = ACTIONS(1422), - [anon_sym___extension__] = ACTIONS(1420), - [anon_sym_typedef] = ACTIONS(1420), - [anon_sym_extern] = ACTIONS(1420), - [anon_sym___attribute__] = ACTIONS(1420), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1422), - [anon_sym___declspec] = ACTIONS(1420), - [anon_sym___cdecl] = ACTIONS(1420), - [anon_sym___clrcall] = ACTIONS(1420), - [anon_sym___stdcall] = ACTIONS(1420), - [anon_sym___fastcall] = ACTIONS(1420), - [anon_sym___thiscall] = ACTIONS(1420), - [anon_sym___vectorcall] = ACTIONS(1420), - [anon_sym_LBRACE] = ACTIONS(1422), - [anon_sym_signed] = ACTIONS(1420), - [anon_sym_unsigned] = ACTIONS(1420), - [anon_sym_long] = ACTIONS(1420), - [anon_sym_short] = ACTIONS(1420), - [anon_sym_static] = ACTIONS(1420), - [anon_sym_auto] = ACTIONS(1420), - [anon_sym_register] = ACTIONS(1420), - [anon_sym_inline] = ACTIONS(1420), - [anon_sym___inline] = ACTIONS(1420), - [anon_sym___inline__] = ACTIONS(1420), - [anon_sym___forceinline] = ACTIONS(1420), - [anon_sym_thread_local] = ACTIONS(1420), - [anon_sym___thread] = ACTIONS(1420), - [anon_sym_const] = ACTIONS(1420), - [anon_sym_constexpr] = ACTIONS(1420), - [anon_sym_volatile] = ACTIONS(1420), - [anon_sym_restrict] = ACTIONS(1420), - [anon_sym___restrict__] = ACTIONS(1420), - [anon_sym__Atomic] = ACTIONS(1420), - [anon_sym__Noreturn] = ACTIONS(1420), - [anon_sym_noreturn] = ACTIONS(1420), - [sym_primitive_type] = ACTIONS(1420), - [anon_sym_enum] = ACTIONS(1420), - [anon_sym_struct] = ACTIONS(1420), - [anon_sym_union] = ACTIONS(1420), - [anon_sym_if] = ACTIONS(1420), - [anon_sym_switch] = ACTIONS(1420), - [anon_sym_case] = ACTIONS(1420), - [anon_sym_default] = ACTIONS(1420), - [anon_sym_while] = ACTIONS(1420), - [anon_sym_do] = ACTIONS(1420), - [anon_sym_for] = ACTIONS(1420), - [anon_sym_return] = ACTIONS(1420), - [anon_sym_break] = ACTIONS(1420), - [anon_sym_continue] = ACTIONS(1420), - [anon_sym_goto] = ACTIONS(1420), - [anon_sym_DASH_DASH] = ACTIONS(1422), - [anon_sym_PLUS_PLUS] = ACTIONS(1422), - [anon_sym_sizeof] = ACTIONS(1420), - [anon_sym___alignof__] = ACTIONS(1420), - [anon_sym___alignof] = ACTIONS(1420), - [anon_sym__alignof] = ACTIONS(1420), - [anon_sym_alignof] = ACTIONS(1420), - [anon_sym__Alignof] = ACTIONS(1420), - [anon_sym_offsetof] = ACTIONS(1420), - [anon_sym__Generic] = ACTIONS(1420), - [anon_sym_asm] = ACTIONS(1420), - [anon_sym___asm__] = ACTIONS(1420), - [sym_number_literal] = ACTIONS(1422), - [anon_sym_L_SQUOTE] = ACTIONS(1422), - [anon_sym_u_SQUOTE] = ACTIONS(1422), - [anon_sym_U_SQUOTE] = ACTIONS(1422), - [anon_sym_u8_SQUOTE] = ACTIONS(1422), - [anon_sym_SQUOTE] = ACTIONS(1422), - [anon_sym_L_DQUOTE] = ACTIONS(1422), - [anon_sym_u_DQUOTE] = ACTIONS(1422), - [anon_sym_U_DQUOTE] = ACTIONS(1422), - [anon_sym_u8_DQUOTE] = ACTIONS(1422), - [anon_sym_DQUOTE] = ACTIONS(1422), - [sym_true] = ACTIONS(1420), - [sym_false] = ACTIONS(1420), - [anon_sym_NULL] = ACTIONS(1420), - [anon_sym_nullptr] = ACTIONS(1420), - [sym_comment] = ACTIONS(3), - }, [482] = { [sym_type_qualifier] = STATE(1289), [sym__type_specifier] = STATE(1311), @@ -68323,30 +68318,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), [sym__expression] = STATE(1224), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2183), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), [sym_type_descriptor] = STATE(2069), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym_macro_type_specifier] = STATE(1099), [aux_sym__type_definition_type_repeat1] = STATE(1289), [aux_sym_sized_type_specifier_repeat1] = STATE(1320), @@ -68405,273 +68400,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [483] = { - [sym_type_qualifier] = STATE(1289), - [sym__type_specifier] = STATE(1311), - [sym_sized_type_specifier] = STATE(1099), - [sym_enum_specifier] = STATE(1099), - [sym_struct_specifier] = STATE(1099), - [sym_union_specifier] = STATE(1099), - [sym__expression] = STATE(1255), - [sym__expression_not_binary] = STATE(824), - [sym_comma_expression] = STATE(2200), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_type_descriptor] = STATE(2006), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym_macro_type_specifier] = STATE(1099), - [aux_sym__type_definition_type_repeat1] = STATE(1289), - [aux_sym_sized_type_specifier_repeat1] = STATE(1320), - [sym_identifier] = ACTIONS(1901), - [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___extension__] = ACTIONS(47), - [anon_sym_signed] = ACTIONS(1903), - [anon_sym_unsigned] = ACTIONS(1903), - [anon_sym_long] = ACTIONS(1903), - [anon_sym_short] = ACTIONS(1903), - [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(1905), - [anon_sym_struct] = ACTIONS(53), - [anon_sym_union] = ACTIONS(55), - [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(157), - [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(159), - [sym_false] = ACTIONS(159), - [anon_sym_NULL] = ACTIONS(99), - [anon_sym_nullptr] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - }, - [484] = { - [sym_type_qualifier] = STATE(1289), - [sym__type_specifier] = STATE(1311), - [sym_sized_type_specifier] = STATE(1099), - [sym_enum_specifier] = STATE(1099), - [sym_struct_specifier] = STATE(1099), - [sym_union_specifier] = STATE(1099), - [sym__expression] = STATE(1224), - [sym__expression_not_binary] = STATE(824), - [sym_comma_expression] = STATE(2183), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_type_descriptor] = STATE(2182), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym_macro_type_specifier] = STATE(1099), - [aux_sym__type_definition_type_repeat1] = STATE(1289), - [aux_sym_sized_type_specifier_repeat1] = STATE(1320), - [sym_identifier] = ACTIONS(1901), - [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___extension__] = ACTIONS(47), - [anon_sym_signed] = ACTIONS(1903), - [anon_sym_unsigned] = ACTIONS(1903), - [anon_sym_long] = ACTIONS(1903), - [anon_sym_short] = ACTIONS(1903), - [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(1905), - [anon_sym_struct] = ACTIONS(53), - [anon_sym_union] = ACTIONS(55), - [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(157), - [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(159), - [sym_false] = ACTIONS(159), - [anon_sym_NULL] = ACTIONS(99), - [anon_sym_nullptr] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - }, - [485] = { - [sym_type_qualifier] = STATE(1289), - [sym__type_specifier] = STATE(1311), - [sym_sized_type_specifier] = STATE(1099), - [sym_enum_specifier] = STATE(1099), - [sym_struct_specifier] = STATE(1099), - [sym_union_specifier] = STATE(1099), - [sym__expression] = STATE(1224), - [sym__expression_not_binary] = STATE(824), - [sym_comma_expression] = STATE(2183), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_type_descriptor] = STATE(2197), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym_macro_type_specifier] = STATE(1099), - [aux_sym__type_definition_type_repeat1] = STATE(1289), - [aux_sym_sized_type_specifier_repeat1] = STATE(1320), - [sym_identifier] = ACTIONS(1901), - [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___extension__] = ACTIONS(47), - [anon_sym_signed] = ACTIONS(1903), - [anon_sym_unsigned] = ACTIONS(1903), - [anon_sym_long] = ACTIONS(1903), - [anon_sym_short] = ACTIONS(1903), - [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(1905), - [anon_sym_struct] = ACTIONS(53), - [anon_sym_union] = ACTIONS(55), - [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(157), - [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(159), - [sym_false] = ACTIONS(159), - [anon_sym_NULL] = ACTIONS(99), - [anon_sym_nullptr] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - }, - [486] = { [sym_type_qualifier] = STATE(1289), [sym__type_specifier] = STATE(1311), [sym_sized_type_specifier] = STATE(1099), @@ -68679,30 +68407,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), [sym__expression] = STATE(1224), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2183), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_type_descriptor] = STATE(2058), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_type_descriptor] = STATE(2114), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym_macro_type_specifier] = STATE(1099), [aux_sym__type_definition_type_repeat1] = STATE(1289), [aux_sym_sized_type_specifier_repeat1] = STATE(1320), @@ -68760,7 +68488,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [487] = { + [484] = { [sym_type_qualifier] = STATE(1289), [sym__type_specifier] = STATE(1311), [sym_sized_type_specifier] = STATE(1099), @@ -68768,30 +68496,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), [sym__expression] = STATE(1224), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2183), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_type_descriptor] = STATE(2191), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_type_descriptor] = STATE(2182), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym_macro_type_specifier] = STATE(1099), [aux_sym__type_definition_type_repeat1] = STATE(1289), [aux_sym_sized_type_specifier_repeat1] = STATE(1320), @@ -68849,7 +68577,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [488] = { + [485] = { + [sym_type_qualifier] = STATE(1289), + [sym__type_specifier] = STATE(1311), + [sym_sized_type_specifier] = STATE(1099), + [sym_enum_specifier] = STATE(1099), + [sym_struct_specifier] = STATE(1099), + [sym_union_specifier] = STATE(1099), + [sym__expression] = STATE(1255), + [sym__expression_not_binary] = STATE(807), + [sym_comma_expression] = STATE(2200), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_type_descriptor] = STATE(1988), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym_macro_type_specifier] = STATE(1099), + [aux_sym__type_definition_type_repeat1] = STATE(1289), + [aux_sym_sized_type_specifier_repeat1] = STATE(1320), + [sym_identifier] = ACTIONS(1901), + [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___extension__] = ACTIONS(47), + [anon_sym_signed] = ACTIONS(1903), + [anon_sym_unsigned] = ACTIONS(1903), + [anon_sym_long] = ACTIONS(1903), + [anon_sym_short] = ACTIONS(1903), + [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(1905), + [anon_sym_struct] = ACTIONS(53), + [anon_sym_union] = ACTIONS(55), + [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(157), + [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(159), + [sym_false] = ACTIONS(159), + [anon_sym_NULL] = ACTIONS(99), + [anon_sym_nullptr] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + }, + [486] = { [sym_type_qualifier] = STATE(1289), [sym__type_specifier] = STATE(1311), [sym_sized_type_specifier] = STATE(1099), @@ -68857,30 +68674,208 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), [sym__expression] = STATE(1224), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2183), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), [sym_type_descriptor] = STATE(1951), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym_macro_type_specifier] = STATE(1099), + [aux_sym__type_definition_type_repeat1] = STATE(1289), + [aux_sym_sized_type_specifier_repeat1] = STATE(1320), + [sym_identifier] = ACTIONS(1901), + [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___extension__] = ACTIONS(47), + [anon_sym_signed] = ACTIONS(1903), + [anon_sym_unsigned] = ACTIONS(1903), + [anon_sym_long] = ACTIONS(1903), + [anon_sym_short] = ACTIONS(1903), + [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(1905), + [anon_sym_struct] = ACTIONS(53), + [anon_sym_union] = ACTIONS(55), + [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(157), + [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(159), + [sym_false] = ACTIONS(159), + [anon_sym_NULL] = ACTIONS(99), + [anon_sym_nullptr] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + }, + [487] = { + [sym_type_qualifier] = STATE(1289), + [sym__type_specifier] = STATE(1311), + [sym_sized_type_specifier] = STATE(1099), + [sym_enum_specifier] = STATE(1099), + [sym_struct_specifier] = STATE(1099), + [sym_union_specifier] = STATE(1099), + [sym__expression] = STATE(1255), + [sym__expression_not_binary] = STATE(807), + [sym_comma_expression] = STATE(2200), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_type_descriptor] = STATE(2006), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym_macro_type_specifier] = STATE(1099), + [aux_sym__type_definition_type_repeat1] = STATE(1289), + [aux_sym_sized_type_specifier_repeat1] = STATE(1320), + [sym_identifier] = ACTIONS(1901), + [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___extension__] = ACTIONS(47), + [anon_sym_signed] = ACTIONS(1903), + [anon_sym_unsigned] = ACTIONS(1903), + [anon_sym_long] = ACTIONS(1903), + [anon_sym_short] = ACTIONS(1903), + [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(1905), + [anon_sym_struct] = ACTIONS(53), + [anon_sym_union] = ACTIONS(55), + [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(157), + [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(159), + [sym_false] = ACTIONS(159), + [anon_sym_NULL] = ACTIONS(99), + [anon_sym_nullptr] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + }, + [488] = { + [sym_type_qualifier] = STATE(1289), + [sym__type_specifier] = STATE(1311), + [sym_sized_type_specifier] = STATE(1099), + [sym_enum_specifier] = STATE(1099), + [sym_struct_specifier] = STATE(1099), + [sym_union_specifier] = STATE(1099), + [sym__expression] = STATE(1255), + [sym__expression_not_binary] = STATE(807), + [sym_comma_expression] = STATE(2200), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_type_descriptor] = STATE(1945), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym_macro_type_specifier] = STATE(1099), [aux_sym__type_definition_type_repeat1] = STATE(1289), [aux_sym_sized_type_specifier_repeat1] = STATE(1320), @@ -68946,30 +68941,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), [sym__expression] = STATE(1224), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2183), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_type_descriptor] = STATE(2114), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_type_descriptor] = STATE(1969), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym_macro_type_specifier] = STATE(1099), [aux_sym__type_definition_type_repeat1] = STATE(1289), [aux_sym_sized_type_specifier_repeat1] = STATE(1320), @@ -69035,30 +69030,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), [sym__expression] = STATE(1224), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2183), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_type_descriptor] = STATE(1969), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_type_descriptor] = STATE(2197), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym_macro_type_specifier] = STATE(1099), [aux_sym__type_definition_type_repeat1] = STATE(1289), [aux_sym_sized_type_specifier_repeat1] = STATE(1320), @@ -69123,31 +69118,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [sym__expression] = STATE(1255), - [sym__expression_not_binary] = STATE(824), - [sym_comma_expression] = STATE(2200), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_type_descriptor] = STATE(2091), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym__expression] = STATE(1224), + [sym__expression_not_binary] = STATE(807), + [sym_comma_expression] = STATE(2183), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_type_descriptor] = STATE(2191), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym_macro_type_specifier] = STATE(1099), [aux_sym__type_definition_type_repeat1] = STATE(1289), [aux_sym_sized_type_specifier_repeat1] = STATE(1320), @@ -69213,30 +69208,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), [sym__expression] = STATE(1255), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2200), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_type_descriptor] = STATE(1988), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_type_descriptor] = STATE(2091), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym_macro_type_specifier] = STATE(1099), [aux_sym__type_definition_type_repeat1] = STATE(1289), [aux_sym_sized_type_specifier_repeat1] = STATE(1320), @@ -69302,30 +69297,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), [sym__expression] = STATE(1224), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2183), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_type_descriptor] = STATE(2147), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_type_descriptor] = STATE(2163), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym_macro_type_specifier] = STATE(1099), [aux_sym__type_definition_type_repeat1] = STATE(1289), [aux_sym_sized_type_specifier_repeat1] = STATE(1320), @@ -69391,30 +69386,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), [sym__expression] = STATE(1224), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2183), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_type_descriptor] = STATE(2088), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_type_descriptor] = STATE(2129), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym_macro_type_specifier] = STATE(1099), [aux_sym__type_definition_type_repeat1] = STATE(1289), [aux_sym_sized_type_specifier_repeat1] = STATE(1320), @@ -69480,30 +69475,119 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), [sym__expression] = STATE(1224), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2183), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_type_descriptor] = STATE(2163), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_type_descriptor] = STATE(2088), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym_macro_type_specifier] = STATE(1099), + [aux_sym__type_definition_type_repeat1] = STATE(1289), + [aux_sym_sized_type_specifier_repeat1] = STATE(1320), + [sym_identifier] = ACTIONS(1901), + [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___extension__] = ACTIONS(47), + [anon_sym_signed] = ACTIONS(1903), + [anon_sym_unsigned] = ACTIONS(1903), + [anon_sym_long] = ACTIONS(1903), + [anon_sym_short] = ACTIONS(1903), + [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(1905), + [anon_sym_struct] = ACTIONS(53), + [anon_sym_union] = ACTIONS(55), + [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(157), + [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(159), + [sym_false] = ACTIONS(159), + [anon_sym_NULL] = ACTIONS(99), + [anon_sym_nullptr] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + }, + [496] = { + [sym_type_qualifier] = STATE(1289), + [sym__type_specifier] = STATE(1311), + [sym_sized_type_specifier] = STATE(1099), + [sym_enum_specifier] = STATE(1099), + [sym_struct_specifier] = STATE(1099), + [sym_union_specifier] = STATE(1099), + [sym__expression] = STATE(1224), + [sym__expression_not_binary] = STATE(807), + [sym_comma_expression] = STATE(2183), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_type_descriptor] = STATE(2147), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym_macro_type_specifier] = STATE(1099), [aux_sym__type_definition_type_repeat1] = STATE(1289), [aux_sym_sized_type_specifier_repeat1] = STATE(1320), @@ -69561,7 +69645,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [496] = { + [497] = { [sym_type_qualifier] = STATE(1289), [sym__type_specifier] = STATE(1311), [sym_sized_type_specifier] = STATE(1099), @@ -69569,119 +69653,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), [sym__expression] = STATE(1224), - [sym__expression_not_binary] = STATE(824), + [sym__expression_not_binary] = STATE(807), [sym_comma_expression] = STATE(2183), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_type_descriptor] = STATE(2129), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym_macro_type_specifier] = STATE(1099), - [aux_sym__type_definition_type_repeat1] = STATE(1289), - [aux_sym_sized_type_specifier_repeat1] = STATE(1320), - [sym_identifier] = ACTIONS(1901), - [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___extension__] = ACTIONS(47), - [anon_sym_signed] = ACTIONS(1903), - [anon_sym_unsigned] = ACTIONS(1903), - [anon_sym_long] = ACTIONS(1903), - [anon_sym_short] = ACTIONS(1903), - [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(1905), - [anon_sym_struct] = ACTIONS(53), - [anon_sym_union] = ACTIONS(55), - [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(157), - [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(159), - [sym_false] = ACTIONS(159), - [anon_sym_NULL] = ACTIONS(99), - [anon_sym_nullptr] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - }, - [497] = { - [sym_type_qualifier] = STATE(1289), - [sym__type_specifier] = STATE(1311), - [sym_sized_type_specifier] = STATE(1099), - [sym_enum_specifier] = STATE(1099), - [sym_struct_specifier] = STATE(1099), - [sym_union_specifier] = STATE(1099), - [sym__expression] = STATE(1255), - [sym__expression_not_binary] = STATE(824), - [sym_comma_expression] = STATE(2200), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_type_descriptor] = STATE(1945), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_type_descriptor] = STATE(2058), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym_macro_type_specifier] = STATE(1099), [aux_sym__type_definition_type_repeat1] = STATE(1289), [aux_sym_sized_type_specifier_repeat1] = STATE(1320), @@ -69916,36 +69911,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [500] = { - [sym__expression] = STATE(840), - [sym__expression_not_binary] = STATE(824), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_initializer_list] = STATE(798), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym_identifier] = ACTIONS(1915), + [sym__expression] = STATE(838), + [sym__expression_not_binary] = STATE(807), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(899), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(899), + [sym_call_expression] = STATE(899), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(899), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(899), + [sym_initializer_list] = STATE(828), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym_identifier] = ACTIONS(1514), [anon_sym_COMMA] = ACTIONS(1516), - [anon_sym_RPAREN] = ACTIONS(1516), + [aux_sym_preproc_if_token2] = ACTIONS(1516), + [aux_sym_preproc_else_token1] = ACTIONS(1516), + [aux_sym_preproc_elif_token1] = ACTIONS(1514), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1516), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1516), [anon_sym_LPAREN2] = ACTIONS(1516), - [anon_sym_BANG] = ACTIONS(23), - [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_BANG] = ACTIONS(1915), + [anon_sym_TILDE] = ACTIONS(1917), [anon_sym_DASH] = ACTIONS(1514), [anon_sym_PLUS] = ACTIONS(1514), [anon_sym_STAR] = ACTIONS(1516), @@ -69964,16 +69963,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(1514), [anon_sym_LT_LT] = ACTIONS(1516), [anon_sym_GT_GT] = ACTIONS(1516), - [anon_sym_SEMI] = ACTIONS(1516), - [anon_sym___attribute__] = ACTIONS(1514), [anon_sym_LBRACE] = ACTIONS(1522), - [anon_sym_RBRACE] = ACTIONS(1516), [anon_sym_LBRACK] = ACTIONS(1516), - [anon_sym_COLON] = ACTIONS(1516), [anon_sym_QMARK] = ACTIONS(1516), [anon_sym_DASH_DASH] = ACTIONS(1516), [anon_sym_PLUS_PLUS] = ACTIONS(1516), - [anon_sym_sizeof] = ACTIONS(81), + [anon_sym_sizeof] = ACTIONS(1919), [anon_sym___alignof__] = ACTIONS(83), [anon_sym___alignof] = ACTIONS(83), [anon_sym__alignof] = ACTIONS(83), @@ -70003,40 +69998,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [501] = { - [sym__expression] = STATE(840), - [sym__expression_not_binary] = STATE(824), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(887), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(887), - [sym_call_expression] = STATE(887), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(887), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(887), - [sym_initializer_list] = STATE(798), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym_identifier] = ACTIONS(1514), + [sym__expression] = STATE(838), + [sym__expression_not_binary] = STATE(807), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_initializer_list] = STATE(828), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [sym_identifier] = ACTIONS(1921), [anon_sym_COMMA] = ACTIONS(1516), - [aux_sym_preproc_if_token2] = ACTIONS(1516), - [aux_sym_preproc_else_token1] = ACTIONS(1516), - [aux_sym_preproc_elif_token1] = ACTIONS(1514), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1516), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1516), + [anon_sym_RPAREN] = ACTIONS(1516), [anon_sym_LPAREN2] = ACTIONS(1516), - [anon_sym_BANG] = ACTIONS(1917), - [anon_sym_TILDE] = ACTIONS(1919), + [anon_sym_BANG] = ACTIONS(23), + [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(1514), [anon_sym_PLUS] = ACTIONS(1514), [anon_sym_STAR] = ACTIONS(1516), @@ -70055,12 +70046,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(1514), [anon_sym_LT_LT] = ACTIONS(1516), [anon_sym_GT_GT] = ACTIONS(1516), + [anon_sym_SEMI] = ACTIONS(1516), + [anon_sym___attribute__] = ACTIONS(1514), [anon_sym_LBRACE] = ACTIONS(1522), + [anon_sym_RBRACE] = ACTIONS(1516), [anon_sym_LBRACK] = ACTIONS(1516), + [anon_sym_COLON] = ACTIONS(1516), [anon_sym_QMARK] = ACTIONS(1516), [anon_sym_DASH_DASH] = ACTIONS(1516), [anon_sym_PLUS_PLUS] = ACTIONS(1516), - [anon_sym_sizeof] = ACTIONS(1921), + [anon_sym_sizeof] = ACTIONS(81), [anon_sym___alignof__] = ACTIONS(83), [anon_sym___alignof] = ACTIONS(83), [anon_sym__alignof] = ACTIONS(83), @@ -70090,30 +70085,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [502] = { - [sym__expression] = STATE(919), - [sym__expression_not_binary] = STATE(926), - [sym_conditional_expression] = STATE(926), - [sym_assignment_expression] = STATE(926), - [sym_pointer_expression] = STATE(930), - [sym_unary_expression] = STATE(926), - [sym_binary_expression] = STATE(926), - [sym_update_expression] = STATE(926), - [sym_cast_expression] = STATE(926), - [sym_sizeof_expression] = STATE(926), - [sym_alignof_expression] = STATE(926), - [sym_offsetof_expression] = STATE(926), - [sym_generic_expression] = STATE(926), - [sym_subscript_expression] = STATE(930), - [sym_call_expression] = STATE(930), - [sym_gnu_asm_expression] = STATE(926), - [sym_field_expression] = STATE(930), - [sym_compound_literal_expression] = STATE(926), - [sym_parenthesized_expression] = STATE(930), + [sym__expression] = STATE(917), + [sym__expression_not_binary] = STATE(925), + [sym_conditional_expression] = STATE(925), + [sym_assignment_expression] = STATE(925), + [sym_pointer_expression] = STATE(950), + [sym_unary_expression] = STATE(925), + [sym_binary_expression] = STATE(925), + [sym_update_expression] = STATE(925), + [sym_cast_expression] = STATE(925), + [sym_sizeof_expression] = STATE(925), + [sym_alignof_expression] = STATE(925), + [sym_offsetof_expression] = STATE(925), + [sym_generic_expression] = STATE(925), + [sym_subscript_expression] = STATE(950), + [sym_call_expression] = STATE(950), + [sym_gnu_asm_expression] = STATE(925), + [sym_field_expression] = STATE(950), + [sym_compound_literal_expression] = STATE(925), + [sym_parenthesized_expression] = STATE(950), [sym_initializer_list] = STATE(932), - [sym_char_literal] = STATE(926), - [sym_concatenated_string] = STATE(926), - [sym_string_literal] = STATE(848), - [sym_null] = STATE(926), + [sym_char_literal] = STATE(925), + [sym_concatenated_string] = STATE(925), + [sym_string_literal] = STATE(847), + [sym_null] = STATE(925), [sym_identifier] = ACTIONS(1514), [anon_sym_COMMA] = ACTIONS(1516), [aux_sym_preproc_if_token2] = ACTIONS(1516), @@ -70140,42 +70135,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(1514), [anon_sym_LT_LT] = ACTIONS(1516), [anon_sym_GT_GT] = ACTIONS(1516), - [anon_sym_LBRACE] = ACTIONS(1844), + [anon_sym_LBRACE] = ACTIONS(1796), [anon_sym_LBRACK] = ACTIONS(1516), [anon_sym_QMARK] = ACTIONS(1516), [anon_sym_DASH_DASH] = ACTIONS(1516), [anon_sym_PLUS_PLUS] = ACTIONS(1516), [anon_sym_sizeof] = ACTIONS(1927), - [anon_sym___alignof__] = ACTIONS(1848), - [anon_sym___alignof] = ACTIONS(1848), - [anon_sym__alignof] = ACTIONS(1848), - [anon_sym_alignof] = ACTIONS(1848), - [anon_sym__Alignof] = ACTIONS(1848), - [anon_sym_offsetof] = ACTIONS(1850), - [anon_sym__Generic] = ACTIONS(1852), - [anon_sym_asm] = ACTIONS(1854), - [anon_sym___asm__] = ACTIONS(1854), + [anon_sym___alignof__] = ACTIONS(1800), + [anon_sym___alignof] = ACTIONS(1800), + [anon_sym__alignof] = ACTIONS(1800), + [anon_sym_alignof] = ACTIONS(1800), + [anon_sym__Alignof] = ACTIONS(1800), + [anon_sym_offsetof] = ACTIONS(1802), + [anon_sym__Generic] = ACTIONS(1804), + [anon_sym_asm] = ACTIONS(1806), + [anon_sym___asm__] = ACTIONS(1806), [anon_sym_DOT] = ACTIONS(1514), [anon_sym_DASH_GT] = ACTIONS(1516), - [sym_number_literal] = ACTIONS(1856), - [anon_sym_L_SQUOTE] = ACTIONS(1858), - [anon_sym_u_SQUOTE] = ACTIONS(1858), - [anon_sym_U_SQUOTE] = ACTIONS(1858), - [anon_sym_u8_SQUOTE] = ACTIONS(1858), - [anon_sym_SQUOTE] = ACTIONS(1858), - [anon_sym_L_DQUOTE] = ACTIONS(1860), - [anon_sym_u_DQUOTE] = ACTIONS(1860), - [anon_sym_U_DQUOTE] = ACTIONS(1860), - [anon_sym_u8_DQUOTE] = ACTIONS(1860), - [anon_sym_DQUOTE] = ACTIONS(1860), - [sym_true] = ACTIONS(1862), - [sym_false] = ACTIONS(1862), - [anon_sym_NULL] = ACTIONS(1864), - [anon_sym_nullptr] = ACTIONS(1864), + [sym_number_literal] = ACTIONS(1808), + [anon_sym_L_SQUOTE] = ACTIONS(1810), + [anon_sym_u_SQUOTE] = ACTIONS(1810), + [anon_sym_U_SQUOTE] = ACTIONS(1810), + [anon_sym_u8_SQUOTE] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1810), + [anon_sym_L_DQUOTE] = ACTIONS(1812), + [anon_sym_u_DQUOTE] = ACTIONS(1812), + [anon_sym_U_DQUOTE] = ACTIONS(1812), + [anon_sym_u8_DQUOTE] = ACTIONS(1812), + [anon_sym_DQUOTE] = ACTIONS(1812), + [sym_true] = ACTIONS(1814), + [sym_false] = ACTIONS(1814), + [anon_sym_NULL] = ACTIONS(1816), + [anon_sym_nullptr] = ACTIONS(1816), [sym_comment] = ACTIONS(3), }, [503] = { - [sym_else_clause] = STATE(257), + [sym_else_clause] = STATE(255), [sym_identifier] = ACTIONS(1292), [anon_sym_LPAREN2] = ACTIONS(1294), [anon_sym_BANG] = ACTIONS(1294), @@ -70259,118 +70254,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [504] = { + [sym__expression] = STATE(996), + [sym__expression_not_binary] = STATE(807), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(1017), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(1017), + [sym_call_expression] = STATE(1017), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(1017), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(1017), + [sym_initializer_list] = STATE(828), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), [sym_identifier] = ACTIONS(1931), - [anon_sym_LPAREN2] = ACTIONS(1934), - [anon_sym_BANG] = ACTIONS(1934), - [anon_sym_TILDE] = ACTIONS(1934), - [anon_sym_DASH] = ACTIONS(1936), - [anon_sym_PLUS] = ACTIONS(1936), - [anon_sym_STAR] = ACTIONS(1934), - [anon_sym_AMP] = ACTIONS(1934), - [anon_sym_SEMI] = ACTIONS(1934), - [anon_sym___extension__] = ACTIONS(1938), - [anon_sym_extern] = ACTIONS(1938), - [anon_sym___attribute__] = ACTIONS(1938), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1940), - [anon_sym___declspec] = ACTIONS(1938), - [anon_sym_LBRACE] = ACTIONS(1934), - [anon_sym_signed] = ACTIONS(1938), - [anon_sym_unsigned] = ACTIONS(1938), - [anon_sym_long] = ACTIONS(1938), - [anon_sym_short] = ACTIONS(1938), - [anon_sym_static] = ACTIONS(1938), - [anon_sym_auto] = ACTIONS(1938), - [anon_sym_register] = ACTIONS(1938), - [anon_sym_inline] = ACTIONS(1938), - [anon_sym___inline] = ACTIONS(1938), - [anon_sym___inline__] = ACTIONS(1938), - [anon_sym___forceinline] = ACTIONS(1938), - [anon_sym_thread_local] = ACTIONS(1938), - [anon_sym___thread] = ACTIONS(1938), - [anon_sym_const] = ACTIONS(1938), - [anon_sym_constexpr] = ACTIONS(1938), - [anon_sym_volatile] = ACTIONS(1938), - [anon_sym_restrict] = ACTIONS(1938), - [anon_sym___restrict__] = ACTIONS(1938), - [anon_sym__Atomic] = ACTIONS(1938), - [anon_sym__Noreturn] = ACTIONS(1938), - [anon_sym_noreturn] = ACTIONS(1938), - [sym_primitive_type] = ACTIONS(1938), - [anon_sym_enum] = ACTIONS(1938), - [anon_sym_struct] = ACTIONS(1938), - [anon_sym_union] = ACTIONS(1938), - [anon_sym_if] = ACTIONS(1936), - [anon_sym_switch] = ACTIONS(1936), - [anon_sym_case] = ACTIONS(1936), - [anon_sym_default] = ACTIONS(1936), - [anon_sym_while] = ACTIONS(1936), - [anon_sym_do] = ACTIONS(1936), - [anon_sym_for] = ACTIONS(1936), - [anon_sym_return] = ACTIONS(1936), - [anon_sym_break] = ACTIONS(1936), - [anon_sym_continue] = ACTIONS(1936), - [anon_sym_goto] = ACTIONS(1936), - [anon_sym___try] = ACTIONS(1936), - [anon_sym___leave] = ACTIONS(1936), - [anon_sym_DASH_DASH] = ACTIONS(1934), - [anon_sym_PLUS_PLUS] = ACTIONS(1934), - [anon_sym_sizeof] = ACTIONS(1936), - [anon_sym___alignof__] = ACTIONS(1936), - [anon_sym___alignof] = ACTIONS(1936), - [anon_sym__alignof] = ACTIONS(1936), - [anon_sym_alignof] = ACTIONS(1936), - [anon_sym__Alignof] = ACTIONS(1936), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1936), - [anon_sym_asm] = ACTIONS(1936), - [anon_sym___asm__] = ACTIONS(1936), - [sym_number_literal] = ACTIONS(1934), - [anon_sym_L_SQUOTE] = ACTIONS(1934), - [anon_sym_u_SQUOTE] = ACTIONS(1934), - [anon_sym_U_SQUOTE] = ACTIONS(1934), - [anon_sym_u8_SQUOTE] = ACTIONS(1934), - [anon_sym_SQUOTE] = ACTIONS(1934), - [anon_sym_L_DQUOTE] = ACTIONS(1934), - [anon_sym_u_DQUOTE] = ACTIONS(1934), - [anon_sym_U_DQUOTE] = ACTIONS(1934), - [anon_sym_u8_DQUOTE] = ACTIONS(1934), - [anon_sym_DQUOTE] = ACTIONS(1934), - [sym_true] = ACTIONS(1936), - [sym_false] = ACTIONS(1936), - [anon_sym_NULL] = ACTIONS(1936), - [anon_sym_nullptr] = ACTIONS(1936), - [sym_comment] = ACTIONS(3), - }, - [505] = { - [sym__expression] = STATE(998), - [sym__expression_not_binary] = STATE(824), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(1019), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(1019), - [sym_call_expression] = STATE(1019), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(1019), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(1019), - [sym_initializer_list] = STATE(798), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [sym_identifier] = ACTIONS(1943), [anon_sym_DOT_DOT_DOT] = ACTIONS(1516), [anon_sym_LPAREN2] = ACTIONS(1516), - [anon_sym_BANG] = ACTIONS(1945), - [anon_sym_TILDE] = ACTIONS(1947), + [anon_sym_BANG] = ACTIONS(1933), + [anon_sym_TILDE] = ACTIONS(1935), [anon_sym_DASH] = ACTIONS(1514), [anon_sym_PLUS] = ACTIONS(1514), [anon_sym_STAR] = ACTIONS(1516), @@ -70395,7 +70307,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK] = ACTIONS(1516), [anon_sym_DASH_DASH] = ACTIONS(1516), [anon_sym_PLUS_PLUS] = ACTIONS(1516), - [anon_sym_sizeof] = ACTIONS(1949), + [anon_sym_sizeof] = ACTIONS(1937), [anon_sym___alignof__] = ACTIONS(83), [anon_sym___alignof] = ACTIONS(83), [anon_sym__alignof] = ACTIONS(83), @@ -70424,8 +70336,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, + [505] = { + [sym_identifier] = ACTIONS(1939), + [anon_sym_LPAREN2] = ACTIONS(1942), + [anon_sym_BANG] = ACTIONS(1942), + [anon_sym_TILDE] = ACTIONS(1942), + [anon_sym_DASH] = ACTIONS(1944), + [anon_sym_PLUS] = ACTIONS(1944), + [anon_sym_STAR] = ACTIONS(1942), + [anon_sym_AMP] = ACTIONS(1942), + [anon_sym_SEMI] = ACTIONS(1942), + [anon_sym___extension__] = ACTIONS(1946), + [anon_sym_extern] = ACTIONS(1946), + [anon_sym___attribute__] = ACTIONS(1946), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1948), + [anon_sym___declspec] = ACTIONS(1946), + [anon_sym_LBRACE] = ACTIONS(1942), + [anon_sym_signed] = ACTIONS(1946), + [anon_sym_unsigned] = ACTIONS(1946), + [anon_sym_long] = ACTIONS(1946), + [anon_sym_short] = ACTIONS(1946), + [anon_sym_static] = ACTIONS(1946), + [anon_sym_auto] = ACTIONS(1946), + [anon_sym_register] = ACTIONS(1946), + [anon_sym_inline] = ACTIONS(1946), + [anon_sym___inline] = ACTIONS(1946), + [anon_sym___inline__] = ACTIONS(1946), + [anon_sym___forceinline] = ACTIONS(1946), + [anon_sym_thread_local] = ACTIONS(1946), + [anon_sym___thread] = ACTIONS(1946), + [anon_sym_const] = ACTIONS(1946), + [anon_sym_constexpr] = ACTIONS(1946), + [anon_sym_volatile] = ACTIONS(1946), + [anon_sym_restrict] = ACTIONS(1946), + [anon_sym___restrict__] = ACTIONS(1946), + [anon_sym__Atomic] = ACTIONS(1946), + [anon_sym__Noreturn] = ACTIONS(1946), + [anon_sym_noreturn] = ACTIONS(1946), + [sym_primitive_type] = ACTIONS(1946), + [anon_sym_enum] = ACTIONS(1946), + [anon_sym_struct] = ACTIONS(1946), + [anon_sym_union] = ACTIONS(1946), + [anon_sym_if] = ACTIONS(1944), + [anon_sym_switch] = ACTIONS(1944), + [anon_sym_case] = ACTIONS(1944), + [anon_sym_default] = ACTIONS(1944), + [anon_sym_while] = ACTIONS(1944), + [anon_sym_do] = ACTIONS(1944), + [anon_sym_for] = ACTIONS(1944), + [anon_sym_return] = ACTIONS(1944), + [anon_sym_break] = ACTIONS(1944), + [anon_sym_continue] = ACTIONS(1944), + [anon_sym_goto] = ACTIONS(1944), + [anon_sym___try] = ACTIONS(1944), + [anon_sym___leave] = ACTIONS(1944), + [anon_sym_DASH_DASH] = ACTIONS(1942), + [anon_sym_PLUS_PLUS] = ACTIONS(1942), + [anon_sym_sizeof] = ACTIONS(1944), + [anon_sym___alignof__] = ACTIONS(1944), + [anon_sym___alignof] = ACTIONS(1944), + [anon_sym__alignof] = ACTIONS(1944), + [anon_sym_alignof] = ACTIONS(1944), + [anon_sym__Alignof] = ACTIONS(1944), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1944), + [anon_sym_asm] = ACTIONS(1944), + [anon_sym___asm__] = ACTIONS(1944), + [sym_number_literal] = ACTIONS(1942), + [anon_sym_L_SQUOTE] = ACTIONS(1942), + [anon_sym_u_SQUOTE] = ACTIONS(1942), + [anon_sym_U_SQUOTE] = ACTIONS(1942), + [anon_sym_u8_SQUOTE] = ACTIONS(1942), + [anon_sym_SQUOTE] = ACTIONS(1942), + [anon_sym_L_DQUOTE] = ACTIONS(1942), + [anon_sym_u_DQUOTE] = ACTIONS(1942), + [anon_sym_U_DQUOTE] = ACTIONS(1942), + [anon_sym_u8_DQUOTE] = ACTIONS(1942), + [anon_sym_DQUOTE] = ACTIONS(1942), + [sym_true] = ACTIONS(1944), + [sym_false] = ACTIONS(1944), + [anon_sym_NULL] = ACTIONS(1944), + [anon_sym_nullptr] = ACTIONS(1944), + [sym_comment] = ACTIONS(3), + }, [506] = { - [sym_string_literal] = STATE(770), + [sym_string_literal] = STATE(771), [aux_sym_sized_type_specifier_repeat1] = STATE(1092), [sym_identifier] = ACTIONS(1951), [anon_sym_COMMA] = ACTIONS(1953), @@ -70502,7 +70497,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [507] = { - [sym_string_literal] = STATE(770), + [sym_string_literal] = STATE(771), [aux_sym_sized_type_specifier_repeat1] = STATE(1092), [sym_identifier] = ACTIONS(1951), [anon_sym_COMMA] = ACTIONS(1953), @@ -70579,7 +70574,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [508] = { - [sym_string_literal] = STATE(770), + [sym_string_literal] = STATE(771), [aux_sym_sized_type_specifier_repeat1] = STATE(1092), [sym_identifier] = ACTIONS(1951), [anon_sym_COMMA] = ACTIONS(1953), @@ -70602,7 +70597,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(1959), [anon_sym_LT_LT] = ACTIONS(1959), [anon_sym_GT_GT] = ACTIONS(1959), - [anon_sym_SEMI] = ACTIONS(1953), + [anon_sym_SEMI] = ACTIONS(1976), [anon_sym___extension__] = ACTIONS(1951), [anon_sym_extern] = ACTIONS(1951), [anon_sym___attribute__] = ACTIONS(1951), @@ -70632,7 +70627,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(1951), [anon_sym__Noreturn] = ACTIONS(1951), [anon_sym_noreturn] = ACTIONS(1951), - [anon_sym_COLON] = ACTIONS(1976), + [anon_sym_COLON] = ACTIONS(1970), [anon_sym_QMARK] = ACTIONS(1953), [anon_sym_STAR_EQ] = ACTIONS(1972), [anon_sym_SLASH_EQ] = ACTIONS(1972), @@ -70656,7 +70651,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [509] = { - [sym_string_literal] = STATE(770), + [sym_string_literal] = STATE(771), [aux_sym_sized_type_specifier_repeat1] = STATE(1092), [sym_identifier] = ACTIONS(1951), [anon_sym_COMMA] = ACTIONS(1953), @@ -70679,7 +70674,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(1959), [anon_sym_LT_LT] = ACTIONS(1959), [anon_sym_GT_GT] = ACTIONS(1959), - [anon_sym_SEMI] = ACTIONS(1978), + [anon_sym_SEMI] = ACTIONS(1976), [anon_sym___extension__] = ACTIONS(1951), [anon_sym_extern] = ACTIONS(1951), [anon_sym___attribute__] = ACTIONS(1951), @@ -70709,7 +70704,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(1951), [anon_sym__Noreturn] = ACTIONS(1951), [anon_sym_noreturn] = ACTIONS(1951), - [anon_sym_COLON] = ACTIONS(1981), + [anon_sym_COLON] = ACTIONS(1979), [anon_sym_QMARK] = ACTIONS(1953), [anon_sym_STAR_EQ] = ACTIONS(1972), [anon_sym_SLASH_EQ] = ACTIONS(1972), @@ -70733,7 +70728,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [510] = { - [sym_string_literal] = STATE(770), + [sym_string_literal] = STATE(771), [aux_sym_sized_type_specifier_repeat1] = STATE(1092), [sym_identifier] = ACTIONS(1951), [anon_sym_COMMA] = ACTIONS(1953), @@ -70756,7 +70751,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(1959), [anon_sym_LT_LT] = ACTIONS(1959), [anon_sym_GT_GT] = ACTIONS(1959), - [anon_sym_SEMI] = ACTIONS(1953), + [anon_sym_SEMI] = ACTIONS(1976), [anon_sym___extension__] = ACTIONS(1951), [anon_sym_extern] = ACTIONS(1951), [anon_sym___attribute__] = ACTIONS(1951), @@ -70810,7 +70805,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [511] = { - [sym_string_literal] = STATE(770), + [sym_string_literal] = STATE(771), [aux_sym_sized_type_specifier_repeat1] = STATE(1092), [sym_identifier] = ACTIONS(1951), [anon_sym_COMMA] = ACTIONS(1953), @@ -70833,7 +70828,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(1959), [anon_sym_LT_LT] = ACTIONS(1959), [anon_sym_GT_GT] = ACTIONS(1959), - [anon_sym_SEMI] = ACTIONS(1978), + [anon_sym_SEMI] = ACTIONS(1976), [anon_sym___extension__] = ACTIONS(1951), [anon_sym_extern] = ACTIONS(1951), [anon_sym___attribute__] = ACTIONS(1951), @@ -70887,7 +70882,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [512] = { - [sym_string_literal] = STATE(770), + [sym_string_literal] = STATE(771), [aux_sym_sized_type_specifier_repeat1] = STATE(1092), [sym_identifier] = ACTIONS(1951), [anon_sym_COMMA] = ACTIONS(1953), @@ -70910,7 +70905,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(1959), [anon_sym_LT_LT] = ACTIONS(1959), [anon_sym_GT_GT] = ACTIONS(1959), - [anon_sym_SEMI] = ACTIONS(1978), + [anon_sym_SEMI] = ACTIONS(1953), [anon_sym___extension__] = ACTIONS(1951), [anon_sym_extern] = ACTIONS(1951), [anon_sym___attribute__] = ACTIONS(1951), @@ -70964,7 +70959,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [513] = { - [sym_string_literal] = STATE(770), + [sym_string_literal] = STATE(771), [aux_sym_sized_type_specifier_repeat1] = STATE(1092), [sym_identifier] = ACTIONS(1951), [anon_sym_COMMA] = ACTIONS(1953), @@ -71017,7 +71012,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(1951), [anon_sym__Noreturn] = ACTIONS(1951), [anon_sym_noreturn] = ACTIONS(1951), - [anon_sym_COLON] = ACTIONS(1985), + [anon_sym_COLON] = ACTIONS(1979), [anon_sym_QMARK] = ACTIONS(1953), [anon_sym_STAR_EQ] = ACTIONS(1972), [anon_sym_SLASH_EQ] = ACTIONS(1972), @@ -71041,7 +71036,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [514] = { - [sym_string_literal] = STATE(770), + [sym_string_literal] = STATE(771), [aux_sym_sized_type_specifier_repeat1] = STATE(1092), [sym_identifier] = ACTIONS(1951), [anon_sym_COMMA] = ACTIONS(1953), @@ -71064,7 +71059,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(1959), [anon_sym_LT_LT] = ACTIONS(1959), [anon_sym_GT_GT] = ACTIONS(1959), - [anon_sym_SEMI] = ACTIONS(1978), + [anon_sym_SEMI] = ACTIONS(1953), [anon_sym___extension__] = ACTIONS(1951), [anon_sym_extern] = ACTIONS(1951), [anon_sym___attribute__] = ACTIONS(1951), @@ -71094,7 +71089,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(1951), [anon_sym__Noreturn] = ACTIONS(1951), [anon_sym_noreturn] = ACTIONS(1951), - [anon_sym_COLON] = ACTIONS(1976), + [anon_sym_COLON] = ACTIONS(1981), [anon_sym_QMARK] = ACTIONS(1953), [anon_sym_STAR_EQ] = ACTIONS(1972), [anon_sym_SLASH_EQ] = ACTIONS(1972), @@ -71118,7 +71113,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [515] = { - [sym_string_literal] = STATE(770), + [sym_string_literal] = STATE(771), [aux_sym_sized_type_specifier_repeat1] = STATE(1092), [sym_identifier] = ACTIONS(1951), [anon_sym_COMMA] = ACTIONS(1953), @@ -71195,9 +71190,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [516] = { - [sym_string_literal] = STATE(770), + [sym_string_literal] = STATE(771), [aux_sym_sized_type_specifier_repeat1] = STATE(1092), [sym_identifier] = ACTIONS(1951), + [anon_sym_COMMA] = ACTIONS(1953), [anon_sym_LPAREN2] = ACTIONS(1955), [anon_sym_DASH] = ACTIONS(1959), [anon_sym_PLUS] = ACTIONS(1959), @@ -71217,7 +71213,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(1959), [anon_sym_LT_LT] = ACTIONS(1959), [anon_sym_GT_GT] = ACTIONS(1959), - [anon_sym_SEMI] = ACTIONS(1978), + [anon_sym_SEMI] = ACTIONS(1953), [anon_sym___extension__] = ACTIONS(1951), [anon_sym_extern] = ACTIONS(1951), [anon_sym___attribute__] = ACTIONS(1951), @@ -71247,7 +71243,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(1951), [anon_sym__Noreturn] = ACTIONS(1951), [anon_sym_noreturn] = ACTIONS(1951), - [anon_sym_COLON] = ACTIONS(1970), [anon_sym_QMARK] = ACTIONS(1953), [anon_sym_STAR_EQ] = ACTIONS(1972), [anon_sym_SLASH_EQ] = ACTIONS(1972), @@ -71271,10 +71266,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [517] = { - [sym_string_literal] = STATE(770), + [sym_string_literal] = STATE(771), [aux_sym_sized_type_specifier_repeat1] = STATE(1092), [sym_identifier] = ACTIONS(1951), - [anon_sym_COMMA] = ACTIONS(1953), [anon_sym_LPAREN2] = ACTIONS(1955), [anon_sym_DASH] = ACTIONS(1959), [anon_sym_PLUS] = ACTIONS(1959), @@ -71294,7 +71288,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(1959), [anon_sym_LT_LT] = ACTIONS(1959), [anon_sym_GT_GT] = ACTIONS(1959), - [anon_sym_SEMI] = ACTIONS(1953), + [anon_sym_SEMI] = ACTIONS(1976), [anon_sym___extension__] = ACTIONS(1951), [anon_sym_extern] = ACTIONS(1951), [anon_sym___attribute__] = ACTIONS(1951), @@ -71324,6 +71318,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(1951), [anon_sym__Noreturn] = ACTIONS(1951), [anon_sym_noreturn] = ACTIONS(1951), + [anon_sym_COLON] = ACTIONS(1985), [anon_sym_QMARK] = ACTIONS(1953), [anon_sym_STAR_EQ] = ACTIONS(1972), [anon_sym_SLASH_EQ] = ACTIONS(1972), @@ -71347,37 +71342,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [518] = { - [sym_type_qualifier] = STATE(522), - [sym__expression] = STATE(1272), - [sym__expression_not_binary] = STATE(824), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(1019), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(1019), - [sym_call_expression] = STATE(1019), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(1019), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(1019), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym__type_definition_type_repeat1] = STATE(522), - [sym_identifier] = ACTIONS(1943), + [sym_type_qualifier] = STATE(848), + [sym__expression] = STATE(1263), + [sym__expression_not_binary] = STATE(807), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(1017), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(1017), + [sym_call_expression] = STATE(1017), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(1017), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(1017), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym__type_definition_type_repeat1] = STATE(848), + [sym_identifier] = ACTIONS(1931), [anon_sym_LPAREN2] = ACTIONS(1987), - [anon_sym_BANG] = ACTIONS(1947), - [anon_sym_TILDE] = ACTIONS(1947), - [anon_sym_DASH] = ACTIONS(1945), - [anon_sym_PLUS] = ACTIONS(1945), + [anon_sym_BANG] = ACTIONS(1935), + [anon_sym_TILDE] = ACTIONS(1935), + [anon_sym_DASH] = ACTIONS(1933), + [anon_sym_PLUS] = ACTIONS(1933), [anon_sym_STAR] = ACTIONS(1989), [anon_sym_AMP] = ACTIONS(1991), [anon_sym___extension__] = ACTIONS(1993), @@ -71392,7 +71387,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_noreturn] = ACTIONS(1993), [anon_sym_DASH_DASH] = ACTIONS(1997), [anon_sym_PLUS_PLUS] = ACTIONS(1997), - [anon_sym_sizeof] = ACTIONS(1949), + [anon_sym_sizeof] = ACTIONS(1937), [anon_sym___alignof__] = ACTIONS(83), [anon_sym___alignof] = ACTIONS(83), [anon_sym__alignof] = ACTIONS(83), @@ -71420,37 +71415,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [519] = { - [sym_type_qualifier] = STATE(524), - [sym__expression] = STATE(1279), - [sym__expression_not_binary] = STATE(824), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(1019), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(1019), - [sym_call_expression] = STATE(1019), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(1019), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(1019), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym__type_definition_type_repeat1] = STATE(524), - [sym_identifier] = ACTIONS(1943), + [sym_type_qualifier] = STATE(520), + [sym__expression] = STATE(1272), + [sym__expression_not_binary] = STATE(807), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(1017), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(1017), + [sym_call_expression] = STATE(1017), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(1017), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(1017), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym__type_definition_type_repeat1] = STATE(520), + [sym_identifier] = ACTIONS(1931), [anon_sym_LPAREN2] = ACTIONS(1987), - [anon_sym_BANG] = ACTIONS(1947), - [anon_sym_TILDE] = ACTIONS(1947), - [anon_sym_DASH] = ACTIONS(1945), - [anon_sym_PLUS] = ACTIONS(1945), + [anon_sym_BANG] = ACTIONS(1935), + [anon_sym_TILDE] = ACTIONS(1935), + [anon_sym_DASH] = ACTIONS(1933), + [anon_sym_PLUS] = ACTIONS(1933), [anon_sym_STAR] = ACTIONS(1999), [anon_sym_AMP] = ACTIONS(1991), [anon_sym___extension__] = ACTIONS(1993), @@ -71465,7 +71460,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_noreturn] = ACTIONS(1993), [anon_sym_DASH_DASH] = ACTIONS(1997), [anon_sym_PLUS_PLUS] = ACTIONS(1997), - [anon_sym_sizeof] = ACTIONS(1949), + [anon_sym_sizeof] = ACTIONS(1937), [anon_sym___alignof__] = ACTIONS(83), [anon_sym___alignof] = ACTIONS(83), [anon_sym__alignof] = ACTIONS(83), @@ -71493,37 +71488,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [520] = { - [sym_type_qualifier] = STATE(521), - [sym__expression] = STATE(1278), - [sym__expression_not_binary] = STATE(824), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(1019), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(1019), - [sym_call_expression] = STATE(1019), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(1019), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(1019), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym__type_definition_type_repeat1] = STATE(521), - [sym_identifier] = ACTIONS(1943), + [sym_type_qualifier] = STATE(848), + [sym__expression] = STATE(1285), + [sym__expression_not_binary] = STATE(807), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(1017), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(1017), + [sym_call_expression] = STATE(1017), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(1017), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(1017), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym__type_definition_type_repeat1] = STATE(848), + [sym_identifier] = ACTIONS(1931), [anon_sym_LPAREN2] = ACTIONS(1987), - [anon_sym_BANG] = ACTIONS(1947), - [anon_sym_TILDE] = ACTIONS(1947), - [anon_sym_DASH] = ACTIONS(1945), - [anon_sym_PLUS] = ACTIONS(1945), + [anon_sym_BANG] = ACTIONS(1935), + [anon_sym_TILDE] = ACTIONS(1935), + [anon_sym_DASH] = ACTIONS(1933), + [anon_sym_PLUS] = ACTIONS(1933), [anon_sym_STAR] = ACTIONS(2003), [anon_sym_AMP] = ACTIONS(1991), [anon_sym___extension__] = ACTIONS(1993), @@ -71538,7 +71533,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_noreturn] = ACTIONS(1993), [anon_sym_DASH_DASH] = ACTIONS(1997), [anon_sym_PLUS_PLUS] = ACTIONS(1997), - [anon_sym_sizeof] = ACTIONS(1949), + [anon_sym_sizeof] = ACTIONS(1937), [anon_sym___alignof__] = ACTIONS(83), [anon_sym___alignof] = ACTIONS(83), [anon_sym__alignof] = ACTIONS(83), @@ -71566,37 +71561,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [521] = { - [sym_type_qualifier] = STATE(850), - [sym__expression] = STATE(1287), - [sym__expression_not_binary] = STATE(824), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(1019), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(1019), - [sym_call_expression] = STATE(1019), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(1019), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(1019), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym__type_definition_type_repeat1] = STATE(850), - [sym_identifier] = ACTIONS(1943), + [sym_type_qualifier] = STATE(523), + [sym__expression] = STATE(1279), + [sym__expression_not_binary] = STATE(807), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(1017), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(1017), + [sym_call_expression] = STATE(1017), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(1017), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(1017), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym__type_definition_type_repeat1] = STATE(523), + [sym_identifier] = ACTIONS(1931), [anon_sym_LPAREN2] = ACTIONS(1987), - [anon_sym_BANG] = ACTIONS(1947), - [anon_sym_TILDE] = ACTIONS(1947), - [anon_sym_DASH] = ACTIONS(1945), - [anon_sym_PLUS] = ACTIONS(1945), + [anon_sym_BANG] = ACTIONS(1935), + [anon_sym_TILDE] = ACTIONS(1935), + [anon_sym_DASH] = ACTIONS(1933), + [anon_sym_PLUS] = ACTIONS(1933), [anon_sym_STAR] = ACTIONS(2007), [anon_sym_AMP] = ACTIONS(1991), [anon_sym___extension__] = ACTIONS(1993), @@ -71611,7 +71606,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_noreturn] = ACTIONS(1993), [anon_sym_DASH_DASH] = ACTIONS(1997), [anon_sym_PLUS_PLUS] = ACTIONS(1997), - [anon_sym_sizeof] = ACTIONS(1949), + [anon_sym_sizeof] = ACTIONS(1937), [anon_sym___alignof__] = ACTIONS(83), [anon_sym___alignof] = ACTIONS(83), [anon_sym__alignof] = ACTIONS(83), @@ -71639,37 +71634,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [522] = { - [sym_type_qualifier] = STATE(850), - [sym__expression] = STATE(1285), - [sym__expression_not_binary] = STATE(824), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(1019), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(1019), - [sym_call_expression] = STATE(1019), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(1019), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(1019), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym__type_definition_type_repeat1] = STATE(850), - [sym_identifier] = ACTIONS(1943), + [sym_type_qualifier] = STATE(526), + [sym__expression] = STATE(1278), + [sym__expression_not_binary] = STATE(807), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(1017), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(1017), + [sym_call_expression] = STATE(1017), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(1017), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(1017), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym__type_definition_type_repeat1] = STATE(526), + [sym_identifier] = ACTIONS(1931), [anon_sym_LPAREN2] = ACTIONS(1987), - [anon_sym_BANG] = ACTIONS(1947), - [anon_sym_TILDE] = ACTIONS(1947), - [anon_sym_DASH] = ACTIONS(1945), - [anon_sym_PLUS] = ACTIONS(1945), + [anon_sym_BANG] = ACTIONS(1935), + [anon_sym_TILDE] = ACTIONS(1935), + [anon_sym_DASH] = ACTIONS(1933), + [anon_sym_PLUS] = ACTIONS(1933), [anon_sym_STAR] = ACTIONS(2011), [anon_sym_AMP] = ACTIONS(1991), [anon_sym___extension__] = ACTIONS(1993), @@ -71684,7 +71679,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_noreturn] = ACTIONS(1993), [anon_sym_DASH_DASH] = ACTIONS(1997), [anon_sym_PLUS_PLUS] = ACTIONS(1997), - [anon_sym_sizeof] = ACTIONS(1949), + [anon_sym_sizeof] = ACTIONS(1937), [anon_sym___alignof__] = ACTIONS(83), [anon_sym___alignof] = ACTIONS(83), [anon_sym__alignof] = ACTIONS(83), @@ -71712,37 +71707,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [523] = { - [sym_type_qualifier] = STATE(525), - [sym__expression] = STATE(1284), - [sym__expression_not_binary] = STATE(824), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(1019), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(1019), - [sym_call_expression] = STATE(1019), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(1019), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(1019), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym__type_definition_type_repeat1] = STATE(525), - [sym_identifier] = ACTIONS(1943), + [sym_type_qualifier] = STATE(848), + [sym__expression] = STATE(1292), + [sym__expression_not_binary] = STATE(807), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(1017), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(1017), + [sym_call_expression] = STATE(1017), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(1017), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(1017), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym__type_definition_type_repeat1] = STATE(848), + [sym_identifier] = ACTIONS(1931), [anon_sym_LPAREN2] = ACTIONS(1987), - [anon_sym_BANG] = ACTIONS(1947), - [anon_sym_TILDE] = ACTIONS(1947), - [anon_sym_DASH] = ACTIONS(1945), - [anon_sym_PLUS] = ACTIONS(1945), + [anon_sym_BANG] = ACTIONS(1935), + [anon_sym_TILDE] = ACTIONS(1935), + [anon_sym_DASH] = ACTIONS(1933), + [anon_sym_PLUS] = ACTIONS(1933), [anon_sym_STAR] = ACTIONS(2015), [anon_sym_AMP] = ACTIONS(1991), [anon_sym___extension__] = ACTIONS(1993), @@ -71757,7 +71752,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_noreturn] = ACTIONS(1993), [anon_sym_DASH_DASH] = ACTIONS(1997), [anon_sym_PLUS_PLUS] = ACTIONS(1997), - [anon_sym_sizeof] = ACTIONS(1949), + [anon_sym_sizeof] = ACTIONS(1937), [anon_sym___alignof__] = ACTIONS(83), [anon_sym___alignof] = ACTIONS(83), [anon_sym__alignof] = ACTIONS(83), @@ -71785,37 +71780,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [524] = { - [sym_type_qualifier] = STATE(850), - [sym__expression] = STATE(1292), - [sym__expression_not_binary] = STATE(824), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(1019), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(1019), - [sym_call_expression] = STATE(1019), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(1019), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(1019), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym__type_definition_type_repeat1] = STATE(850), - [sym_identifier] = ACTIONS(1943), + [sym_type_qualifier] = STATE(518), + [sym__expression] = STATE(1284), + [sym__expression_not_binary] = STATE(807), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(1017), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(1017), + [sym_call_expression] = STATE(1017), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(1017), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(1017), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym__type_definition_type_repeat1] = STATE(518), + [sym_identifier] = ACTIONS(1931), [anon_sym_LPAREN2] = ACTIONS(1987), - [anon_sym_BANG] = ACTIONS(1947), - [anon_sym_TILDE] = ACTIONS(1947), - [anon_sym_DASH] = ACTIONS(1945), - [anon_sym_PLUS] = ACTIONS(1945), + [anon_sym_BANG] = ACTIONS(1935), + [anon_sym_TILDE] = ACTIONS(1935), + [anon_sym_DASH] = ACTIONS(1933), + [anon_sym_PLUS] = ACTIONS(1933), [anon_sym_STAR] = ACTIONS(2019), [anon_sym_AMP] = ACTIONS(1991), [anon_sym___extension__] = ACTIONS(1993), @@ -71830,7 +71825,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_noreturn] = ACTIONS(1993), [anon_sym_DASH_DASH] = ACTIONS(1997), [anon_sym_PLUS_PLUS] = ACTIONS(1997), - [anon_sym_sizeof] = ACTIONS(1949), + [anon_sym_sizeof] = ACTIONS(1937), [anon_sym___alignof__] = ACTIONS(83), [anon_sym___alignof] = ACTIONS(83), [anon_sym__alignof] = ACTIONS(83), @@ -71858,37 +71853,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [525] = { - [sym_type_qualifier] = STATE(850), - [sym__expression] = STATE(1263), - [sym__expression_not_binary] = STATE(824), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(1019), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(1019), - [sym_call_expression] = STATE(1019), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(1019), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(1019), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym__type_definition_type_repeat1] = STATE(850), - [sym_identifier] = ACTIONS(1943), + [sym_type_qualifier] = STATE(848), + [sym__expression] = STATE(1297), + [sym__expression_not_binary] = STATE(807), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(1017), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(1017), + [sym_call_expression] = STATE(1017), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(1017), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(1017), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym__type_definition_type_repeat1] = STATE(848), + [sym_identifier] = ACTIONS(1931), [anon_sym_LPAREN2] = ACTIONS(1987), - [anon_sym_BANG] = ACTIONS(1947), - [anon_sym_TILDE] = ACTIONS(1947), - [anon_sym_DASH] = ACTIONS(1945), - [anon_sym_PLUS] = ACTIONS(1945), + [anon_sym_BANG] = ACTIONS(1935), + [anon_sym_TILDE] = ACTIONS(1935), + [anon_sym_DASH] = ACTIONS(1933), + [anon_sym_PLUS] = ACTIONS(1933), [anon_sym_STAR] = ACTIONS(2023), [anon_sym_AMP] = ACTIONS(1991), [anon_sym___extension__] = ACTIONS(1993), @@ -71903,7 +71898,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_noreturn] = ACTIONS(1993), [anon_sym_DASH_DASH] = ACTIONS(1997), [anon_sym_PLUS_PLUS] = ACTIONS(1997), - [anon_sym_sizeof] = ACTIONS(1949), + [anon_sym_sizeof] = ACTIONS(1937), [anon_sym___alignof__] = ACTIONS(83), [anon_sym___alignof] = ACTIONS(83), [anon_sym__alignof] = ACTIONS(83), @@ -71931,37 +71926,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [526] = { - [sym_type_qualifier] = STATE(850), - [sym__expression] = STATE(1297), - [sym__expression_not_binary] = STATE(824), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(1019), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(1019), - [sym_call_expression] = STATE(1019), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(1019), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(1019), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym__type_definition_type_repeat1] = STATE(850), - [sym_identifier] = ACTIONS(1943), + [sym_type_qualifier] = STATE(848), + [sym__expression] = STATE(1287), + [sym__expression_not_binary] = STATE(807), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(1017), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(1017), + [sym_call_expression] = STATE(1017), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(1017), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(1017), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym__type_definition_type_repeat1] = STATE(848), + [sym_identifier] = ACTIONS(1931), [anon_sym_LPAREN2] = ACTIONS(1987), - [anon_sym_BANG] = ACTIONS(1947), - [anon_sym_TILDE] = ACTIONS(1947), - [anon_sym_DASH] = ACTIONS(1945), - [anon_sym_PLUS] = ACTIONS(1945), + [anon_sym_BANG] = ACTIONS(1935), + [anon_sym_TILDE] = ACTIONS(1935), + [anon_sym_DASH] = ACTIONS(1933), + [anon_sym_PLUS] = ACTIONS(1933), [anon_sym_STAR] = ACTIONS(2027), [anon_sym_AMP] = ACTIONS(1991), [anon_sym___extension__] = ACTIONS(1993), @@ -71976,7 +71971,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_noreturn] = ACTIONS(1993), [anon_sym_DASH_DASH] = ACTIONS(1997), [anon_sym_PLUS_PLUS] = ACTIONS(1997), - [anon_sym_sizeof] = ACTIONS(1949), + [anon_sym_sizeof] = ACTIONS(1937), [anon_sym___alignof__] = ACTIONS(83), [anon_sym___alignof] = ACTIONS(83), [anon_sym__alignof] = ACTIONS(83), @@ -72004,37 +71999,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [527] = { - [sym_type_qualifier] = STATE(526), + [sym_type_qualifier] = STATE(525), [sym__expression] = STATE(1293), - [sym__expression_not_binary] = STATE(824), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(1019), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(1019), - [sym_call_expression] = STATE(1019), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(1019), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(1019), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym__type_definition_type_repeat1] = STATE(526), - [sym_identifier] = ACTIONS(1943), + [sym__expression_not_binary] = STATE(807), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(1017), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(1017), + [sym_call_expression] = STATE(1017), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(1017), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(1017), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym__type_definition_type_repeat1] = STATE(525), + [sym_identifier] = ACTIONS(1931), [anon_sym_LPAREN2] = ACTIONS(1987), - [anon_sym_BANG] = ACTIONS(1947), - [anon_sym_TILDE] = ACTIONS(1947), - [anon_sym_DASH] = ACTIONS(1945), - [anon_sym_PLUS] = ACTIONS(1945), + [anon_sym_BANG] = ACTIONS(1935), + [anon_sym_TILDE] = ACTIONS(1935), + [anon_sym_DASH] = ACTIONS(1933), + [anon_sym_PLUS] = ACTIONS(1933), [anon_sym_STAR] = ACTIONS(2031), [anon_sym_AMP] = ACTIONS(1991), [anon_sym___extension__] = ACTIONS(1993), @@ -72049,7 +72044,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_noreturn] = ACTIONS(1993), [anon_sym_DASH_DASH] = ACTIONS(1997), [anon_sym_PLUS_PLUS] = ACTIONS(1997), - [anon_sym_sizeof] = ACTIONS(1949), + [anon_sym_sizeof] = ACTIONS(1937), [anon_sym___alignof__] = ACTIONS(83), [anon_sym___alignof] = ACTIONS(83), [anon_sym__alignof] = ACTIONS(83), @@ -72077,35 +72072,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [528] = { - [sym__expression] = STATE(1194), - [sym__expression_not_binary] = STATE(824), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_initializer_list] = STATE(1797), - [sym_initializer_pair] = STATE(1797), - [sym_subscript_designator] = STATE(1602), - [sym_subscript_range_designator] = STATE(1602), - [sym_field_designator] = STATE(1602), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_initializer_pair_repeat1] = STATE(1602), + [sym__expression] = STATE(1192), + [sym__expression_not_binary] = STATE(807), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_initializer_list] = STATE(1800), + [sym_initializer_pair] = STATE(1800), + [sym_subscript_designator] = STATE(1601), + [sym_subscript_range_designator] = STATE(1601), + [sym_field_designator] = STATE(1601), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_initializer_pair_repeat1] = STATE(1601), [sym_identifier] = ACTIONS(2035), [anon_sym_COMMA] = ACTIONS(2037), [anon_sym_LPAREN2] = ACTIONS(19), @@ -72149,35 +72144,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [529] = { - [sym__expression] = STATE(1192), - [sym__expression_not_binary] = STATE(824), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_initializer_list] = STATE(1800), - [sym_initializer_pair] = STATE(1800), - [sym_subscript_designator] = STATE(1602), - [sym_subscript_range_designator] = STATE(1602), - [sym_field_designator] = STATE(1602), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_initializer_pair_repeat1] = STATE(1602), + [sym__expression] = STATE(1194), + [sym__expression_not_binary] = STATE(807), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_initializer_list] = STATE(1797), + [sym_initializer_pair] = STATE(1797), + [sym_subscript_designator] = STATE(1601), + [sym_subscript_range_designator] = STATE(1601), + [sym_field_designator] = STATE(1601), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_initializer_pair_repeat1] = STATE(1601), [sym_identifier] = ACTIONS(2035), [anon_sym_COMMA] = ACTIONS(2045), [anon_sym_LPAREN2] = ACTIONS(19), @@ -72222,34 +72217,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [530] = { [sym__expression] = STATE(1260), - [sym__expression_not_binary] = STATE(824), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), + [sym__expression_not_binary] = STATE(807), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), [sym_initializer_list] = STATE(1904), [sym_initializer_pair] = STATE(1904), - [sym_subscript_designator] = STATE(1602), - [sym_subscript_range_designator] = STATE(1602), - [sym_field_designator] = STATE(1602), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_initializer_pair_repeat1] = STATE(1602), + [sym_subscript_designator] = STATE(1601), + [sym_subscript_range_designator] = STATE(1601), + [sym_field_designator] = STATE(1601), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_initializer_pair_repeat1] = STATE(1601), [sym_identifier] = ACTIONS(2035), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -72293,34 +72288,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [531] = { [sym__expression] = STATE(1260), - [sym__expression_not_binary] = STATE(824), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), + [sym__expression_not_binary] = STATE(807), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), [sym_initializer_list] = STATE(1904), [sym_initializer_pair] = STATE(1904), - [sym_subscript_designator] = STATE(1602), - [sym_subscript_range_designator] = STATE(1602), - [sym_field_designator] = STATE(1602), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_initializer_pair_repeat1] = STATE(1602), + [sym_subscript_designator] = STATE(1601), + [sym_subscript_range_designator] = STATE(1601), + [sym_field_designator] = STATE(1601), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_initializer_pair_repeat1] = STATE(1601), [sym_identifier] = ACTIONS(2035), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -72364,34 +72359,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [532] = { [sym__expression] = STATE(1260), - [sym__expression_not_binary] = STATE(824), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), + [sym__expression_not_binary] = STATE(807), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), [sym_initializer_list] = STATE(1904), [sym_initializer_pair] = STATE(1904), - [sym_subscript_designator] = STATE(1602), - [sym_subscript_range_designator] = STATE(1602), - [sym_field_designator] = STATE(1602), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_initializer_pair_repeat1] = STATE(1602), + [sym_subscript_designator] = STATE(1601), + [sym_subscript_range_designator] = STATE(1601), + [sym_field_designator] = STATE(1601), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_initializer_pair_repeat1] = STATE(1601), [sym_identifier] = ACTIONS(2035), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -72435,34 +72430,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [533] = { [sym__expression] = STATE(1260), - [sym__expression_not_binary] = STATE(824), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), + [sym__expression_not_binary] = STATE(807), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), [sym_initializer_list] = STATE(1904), [sym_initializer_pair] = STATE(1904), - [sym_subscript_designator] = STATE(1602), - [sym_subscript_range_designator] = STATE(1602), - [sym_field_designator] = STATE(1602), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_initializer_pair_repeat1] = STATE(1602), + [sym_subscript_designator] = STATE(1601), + [sym_subscript_range_designator] = STATE(1601), + [sym_field_designator] = STATE(1601), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_initializer_pair_repeat1] = STATE(1601), [sym_identifier] = ACTIONS(2035), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -72505,31 +72500,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [534] = { - [sym_preproc_def] = STATE(542), - [sym_preproc_function_def] = STATE(542), - [sym_preproc_call] = STATE(542), - [sym_preproc_elifdef] = STATE(2032), - [sym_preproc_if_in_field_declaration_list] = STATE(542), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(542), - [sym_preproc_else_in_field_declaration_list] = STATE(2032), - [sym_preproc_elif_in_field_declaration_list] = STATE(2032), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1470), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(869), - [sym_ms_declspec_modifier] = STATE(869), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_preproc_def] = STATE(536), + [sym_preproc_function_def] = STATE(536), + [sym_preproc_call] = STATE(536), + [sym_preproc_elifdef] = STATE(2167), + [sym_preproc_if_in_field_declaration_list] = STATE(536), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(536), + [sym_preproc_else_in_field_declaration_list] = STATE(2167), + [sym_preproc_elif_in_field_declaration_list] = STATE(2167), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1469), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(863), + [sym_ms_declspec_modifier] = STATE(863), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [sym__field_declaration_list_item] = STATE(542), - [sym_field_declaration] = STATE(542), + [sym__field_declaration_list_item] = STATE(536), + [sym_field_declaration] = STATE(536), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(542), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(536), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(2057), [aux_sym_preproc_def_token1] = ACTIONS(2059), @@ -72575,31 +72570,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [535] = { - [sym_preproc_def] = STATE(546), - [sym_preproc_function_def] = STATE(546), - [sym_preproc_call] = STATE(546), - [sym_preproc_elifdef] = STATE(1972), - [sym_preproc_if_in_field_declaration_list] = STATE(546), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(546), - [sym_preproc_else_in_field_declaration_list] = STATE(1972), - [sym_preproc_elif_in_field_declaration_list] = STATE(1972), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1470), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(869), - [sym_ms_declspec_modifier] = STATE(869), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_preproc_def] = STATE(539), + [sym_preproc_function_def] = STATE(539), + [sym_preproc_call] = STATE(539), + [sym_preproc_elifdef] = STATE(2037), + [sym_preproc_if_in_field_declaration_list] = STATE(539), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(539), + [sym_preproc_else_in_field_declaration_list] = STATE(2037), + [sym_preproc_elif_in_field_declaration_list] = STATE(2037), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1469), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(863), + [sym_ms_declspec_modifier] = STATE(863), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [sym__field_declaration_list_item] = STATE(546), - [sym_field_declaration] = STATE(546), + [sym__field_declaration_list_item] = STATE(539), + [sym_field_declaration] = STATE(539), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(546), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(539), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(2057), [aux_sym_preproc_def_token1] = ACTIONS(2059), @@ -72645,31 +72640,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [536] = { - [sym_preproc_def] = STATE(546), - [sym_preproc_function_def] = STATE(546), - [sym_preproc_call] = STATE(546), + [sym_preproc_def] = STATE(550), + [sym_preproc_function_def] = STATE(550), + [sym_preproc_call] = STATE(550), [sym_preproc_elifdef] = STATE(2181), - [sym_preproc_if_in_field_declaration_list] = STATE(546), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(546), + [sym_preproc_if_in_field_declaration_list] = STATE(550), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(550), [sym_preproc_else_in_field_declaration_list] = STATE(2181), [sym_preproc_elif_in_field_declaration_list] = STATE(2181), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1470), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(869), - [sym_ms_declspec_modifier] = STATE(869), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1469), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(863), + [sym_ms_declspec_modifier] = STATE(863), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [sym__field_declaration_list_item] = STATE(546), - [sym_field_declaration] = STATE(546), + [sym__field_declaration_list_item] = STATE(550), + [sym_field_declaration] = STATE(550), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(546), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(550), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(2057), [aux_sym_preproc_def_token1] = ACTIONS(2059), @@ -72715,122 +72710,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [537] = { - [sym__expression] = STATE(1260), - [sym__expression_not_binary] = STATE(824), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(922), - [sym_unary_expression] = STATE(824), - [sym_binary_expression] = STATE(824), - [sym_update_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_alignof_expression] = STATE(824), - [sym_offsetof_expression] = STATE(824), - [sym_generic_expression] = STATE(824), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_gnu_asm_expression] = STATE(824), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(922), - [sym_initializer_list] = STATE(1904), - [sym_initializer_pair] = STATE(1904), - [sym_subscript_designator] = STATE(1602), - [sym_subscript_range_designator] = STATE(1602), - [sym_field_designator] = STATE(1602), - [sym_char_literal] = STATE(824), - [sym_concatenated_string] = STATE(824), - [sym_string_literal] = STATE(774), - [sym_null] = STATE(824), - [aux_sym_initializer_pair_repeat1] = STATE(1602), - [sym_identifier] = ACTIONS(2035), - [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(1522), - [anon_sym_LBRACK] = ACTIONS(2041), - [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(2043), - [sym_number_literal] = ACTIONS(157), - [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(159), - [sym_false] = ACTIONS(159), - [anon_sym_NULL] = ACTIONS(99), - [anon_sym_nullptr] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - }, - [538] = { - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1393), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(869), - [sym_ms_declspec_modifier] = STATE(869), - [sym_ms_based_modifier] = STATE(2164), - [sym__declarator] = STATE(1595), - [sym__abstract_declarator] = STATE(1731), - [sym_parenthesized_declarator] = STATE(1537), - [sym_abstract_parenthesized_declarator] = STATE(1643), - [sym_attributed_declarator] = STATE(1537), - [sym_pointer_declarator] = STATE(1537), - [sym_abstract_pointer_declarator] = STATE(1643), - [sym_function_declarator] = STATE(1537), - [sym_abstract_function_declarator] = STATE(1643), - [sym_array_declarator] = STATE(1537), - [sym_abstract_array_declarator] = STATE(1643), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_preproc_def] = STATE(550), + [sym_preproc_function_def] = STATE(550), + [sym_preproc_call] = STATE(550), + [sym_preproc_elifdef] = STATE(2108), + [sym_preproc_if_in_field_declaration_list] = STATE(550), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(550), + [sym_preproc_else_in_field_declaration_list] = STATE(2108), + [sym_preproc_elif_in_field_declaration_list] = STATE(2108), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1469), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(863), + [sym_ms_declspec_modifier] = STATE(863), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [sym_variadic_parameter] = STATE(1760), - [sym_parameter_list] = STATE(1655), - [sym_parameter_declaration] = STATE(1760), + [sym__field_declaration_list_item] = STATE(550), + [sym_field_declaration] = STATE(550), [sym_macro_type_specifier] = STATE(1099), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(550), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [sym_identifier] = ACTIONS(2077), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2079), - [anon_sym_RPAREN] = ACTIONS(2081), - [anon_sym_LPAREN2] = ACTIONS(2083), - [anon_sym_STAR] = ACTIONS(2085), + [sym_identifier] = ACTIONS(2057), + [aux_sym_preproc_def_token1] = ACTIONS(2059), + [aux_sym_preproc_if_token1] = ACTIONS(2061), + [aux_sym_preproc_if_token2] = ACTIONS(2077), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2065), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2065), + [aux_sym_preproc_else_token1] = ACTIONS(2067), + [aux_sym_preproc_elif_token1] = ACTIONS(2069), + [aux_sym_preproc_elifdef_token1] = ACTIONS(117), + [aux_sym_preproc_elifdef_token2] = ACTIONS(117), + [sym_preproc_directive] = ACTIONS(2071), [anon_sym___extension__] = ACTIONS(47), [anon_sym_extern] = ACTIONS(45), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(1290), [anon_sym___declspec] = ACTIONS(37), - [anon_sym___based] = ACTIONS(2087), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), [anon_sym_short] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(2089), [anon_sym_static] = ACTIONS(45), [anon_sym_auto] = ACTIONS(45), [anon_sym_register] = ACTIONS(45), @@ -72854,53 +72779,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(55), [sym_comment] = ACTIONS(3), }, - [539] = { - [sym_preproc_def] = STATE(536), - [sym_preproc_function_def] = STATE(536), - [sym_preproc_call] = STATE(536), - [sym_preproc_elifdef] = STATE(2167), - [sym_preproc_if_in_field_declaration_list] = STATE(536), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(536), - [sym_preproc_else_in_field_declaration_list] = STATE(2167), - [sym_preproc_elif_in_field_declaration_list] = STATE(2167), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1470), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(869), - [sym_ms_declspec_modifier] = STATE(869), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [538] = { + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1393), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(863), + [sym_ms_declspec_modifier] = STATE(863), + [sym_ms_based_modifier] = STATE(2164), + [sym__declarator] = STATE(1606), + [sym__abstract_declarator] = STATE(1731), + [sym_parenthesized_declarator] = STATE(1545), + [sym_abstract_parenthesized_declarator] = STATE(1641), + [sym_attributed_declarator] = STATE(1545), + [sym_pointer_declarator] = STATE(1545), + [sym_abstract_pointer_declarator] = STATE(1641), + [sym_function_declarator] = STATE(1545), + [sym_abstract_function_declarator] = STATE(1641), + [sym_array_declarator] = STATE(1545), + [sym_abstract_array_declarator] = STATE(1641), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [sym__field_declaration_list_item] = STATE(536), - [sym_field_declaration] = STATE(536), + [sym_variadic_parameter] = STATE(1760), + [sym_parameter_list] = STATE(1656), + [sym_parameter_declaration] = STATE(1760), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(536), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [sym_identifier] = ACTIONS(2057), - [aux_sym_preproc_def_token1] = ACTIONS(2059), - [aux_sym_preproc_if_token1] = ACTIONS(2061), - [aux_sym_preproc_if_token2] = ACTIONS(2091), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2065), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2065), - [aux_sym_preproc_else_token1] = ACTIONS(2067), - [aux_sym_preproc_elif_token1] = ACTIONS(2069), - [aux_sym_preproc_elifdef_token1] = ACTIONS(117), - [aux_sym_preproc_elifdef_token2] = ACTIONS(117), - [sym_preproc_directive] = ACTIONS(2071), + [sym_identifier] = ACTIONS(2079), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2081), + [anon_sym_RPAREN] = ACTIONS(2083), + [anon_sym_LPAREN2] = ACTIONS(2085), + [anon_sym_STAR] = ACTIONS(2087), [anon_sym___extension__] = ACTIONS(47), [anon_sym_extern] = ACTIONS(45), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(1290), [anon_sym___declspec] = ACTIONS(37), + [anon_sym___based] = ACTIONS(2089), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), [anon_sym_short] = ACTIONS(43), + [anon_sym_LBRACK] = ACTIONS(2091), [anon_sym_static] = ACTIONS(45), [anon_sym_auto] = ACTIONS(45), [anon_sym_register] = ACTIONS(45), @@ -72924,32 +72849,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(55), [sym_comment] = ACTIONS(3), }, - [540] = { - [sym_preproc_def] = STATE(541), - [sym_preproc_function_def] = STATE(541), - [sym_preproc_call] = STATE(541), - [sym_preproc_elifdef] = STATE(2119), - [sym_preproc_if_in_field_declaration_list] = STATE(541), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(541), - [sym_preproc_else_in_field_declaration_list] = STATE(2119), - [sym_preproc_elif_in_field_declaration_list] = STATE(2119), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1470), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(869), - [sym_ms_declspec_modifier] = STATE(869), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [539] = { + [sym_preproc_def] = STATE(550), + [sym_preproc_function_def] = STATE(550), + [sym_preproc_call] = STATE(550), + [sym_preproc_elifdef] = STATE(1972), + [sym_preproc_if_in_field_declaration_list] = STATE(550), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(550), + [sym_preproc_else_in_field_declaration_list] = STATE(1972), + [sym_preproc_elif_in_field_declaration_list] = STATE(1972), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1469), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(863), + [sym_ms_declspec_modifier] = STATE(863), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [sym__field_declaration_list_item] = STATE(541), - [sym_field_declaration] = STATE(541), + [sym__field_declaration_list_item] = STATE(550), + [sym_field_declaration] = STATE(550), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(541), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(550), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(2057), [aux_sym_preproc_def_token1] = ACTIONS(2059), @@ -72994,32 +72919,102 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(55), [sym_comment] = ACTIONS(3), }, + [540] = { + [sym__expression] = STATE(1260), + [sym__expression_not_binary] = STATE(807), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(807), + [sym_binary_expression] = STATE(807), + [sym_update_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_alignof_expression] = STATE(807), + [sym_offsetof_expression] = STATE(807), + [sym_generic_expression] = STATE(807), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(807), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(919), + [sym_initializer_list] = STATE(1904), + [sym_initializer_pair] = STATE(1904), + [sym_subscript_designator] = STATE(1601), + [sym_subscript_range_designator] = STATE(1601), + [sym_field_designator] = STATE(1601), + [sym_char_literal] = STATE(807), + [sym_concatenated_string] = STATE(807), + [sym_string_literal] = STATE(773), + [sym_null] = STATE(807), + [aux_sym_initializer_pair_repeat1] = STATE(1601), + [sym_identifier] = ACTIONS(2035), + [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(1522), + [anon_sym_LBRACK] = ACTIONS(2041), + [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(2043), + [sym_number_literal] = ACTIONS(157), + [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(159), + [sym_false] = ACTIONS(159), + [anon_sym_NULL] = ACTIONS(99), + [anon_sym_nullptr] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + }, [541] = { - [sym_preproc_def] = STATE(546), - [sym_preproc_function_def] = STATE(546), - [sym_preproc_call] = STATE(546), - [sym_preproc_elifdef] = STATE(2108), - [sym_preproc_if_in_field_declaration_list] = STATE(546), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(546), - [sym_preproc_else_in_field_declaration_list] = STATE(2108), - [sym_preproc_elif_in_field_declaration_list] = STATE(2108), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1470), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(869), - [sym_ms_declspec_modifier] = STATE(869), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_preproc_def] = STATE(543), + [sym_preproc_function_def] = STATE(543), + [sym_preproc_call] = STATE(543), + [sym_preproc_elifdef] = STATE(2032), + [sym_preproc_if_in_field_declaration_list] = STATE(543), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(543), + [sym_preproc_else_in_field_declaration_list] = STATE(2032), + [sym_preproc_elif_in_field_declaration_list] = STATE(2032), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1469), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(863), + [sym_ms_declspec_modifier] = STATE(863), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [sym__field_declaration_list_item] = STATE(546), - [sym_field_declaration] = STATE(546), + [sym__field_declaration_list_item] = STATE(543), + [sym_field_declaration] = STATE(543), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(546), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(543), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(2057), [aux_sym_preproc_def_token1] = ACTIONS(2059), @@ -73065,31 +73060,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [542] = { - [sym_preproc_def] = STATE(546), - [sym_preproc_function_def] = STATE(546), - [sym_preproc_call] = STATE(546), - [sym_preproc_elifdef] = STATE(2023), - [sym_preproc_if_in_field_declaration_list] = STATE(546), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(546), - [sym_preproc_else_in_field_declaration_list] = STATE(2023), - [sym_preproc_elif_in_field_declaration_list] = STATE(2023), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1470), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(869), - [sym_ms_declspec_modifier] = STATE(869), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_preproc_def] = STATE(537), + [sym_preproc_function_def] = STATE(537), + [sym_preproc_call] = STATE(537), + [sym_preproc_elifdef] = STATE(2119), + [sym_preproc_if_in_field_declaration_list] = STATE(537), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(537), + [sym_preproc_else_in_field_declaration_list] = STATE(2119), + [sym_preproc_elif_in_field_declaration_list] = STATE(2119), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1469), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(863), + [sym_ms_declspec_modifier] = STATE(863), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [sym__field_declaration_list_item] = STATE(546), - [sym_field_declaration] = STATE(546), + [sym__field_declaration_list_item] = STATE(537), + [sym_field_declaration] = STATE(537), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(546), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(537), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(2057), [aux_sym_preproc_def_token1] = ACTIONS(2059), @@ -73135,31 +73130,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [543] = { - [sym_preproc_def] = STATE(535), - [sym_preproc_function_def] = STATE(535), - [sym_preproc_call] = STATE(535), - [sym_preproc_elifdef] = STATE(2037), - [sym_preproc_if_in_field_declaration_list] = STATE(535), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(535), - [sym_preproc_else_in_field_declaration_list] = STATE(2037), - [sym_preproc_elif_in_field_declaration_list] = STATE(2037), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1470), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(869), - [sym_ms_declspec_modifier] = STATE(869), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_preproc_def] = STATE(550), + [sym_preproc_function_def] = STATE(550), + [sym_preproc_call] = STATE(550), + [sym_preproc_elifdef] = STATE(2023), + [sym_preproc_if_in_field_declaration_list] = STATE(550), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(550), + [sym_preproc_else_in_field_declaration_list] = STATE(2023), + [sym_preproc_elif_in_field_declaration_list] = STATE(2023), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1469), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(863), + [sym_ms_declspec_modifier] = STATE(863), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [sym__field_declaration_list_item] = STATE(535), - [sym_field_declaration] = STATE(535), + [sym__field_declaration_list_item] = STATE(550), + [sym_field_declaration] = STATE(550), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(535), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(550), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(2057), [aux_sym_preproc_def_token1] = ACTIONS(2059), @@ -73205,30 +73200,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [544] = { - [sym_preproc_def] = STATE(547), - [sym_preproc_function_def] = STATE(547), - [sym_preproc_call] = STATE(547), - [sym_preproc_if_in_field_declaration_list] = STATE(547), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(547), - [sym_preproc_else_in_field_declaration_list] = STATE(2030), - [sym_preproc_elif_in_field_declaration_list] = STATE(2030), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1468), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(869), - [sym_ms_declspec_modifier] = STATE(869), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_preproc_def] = STATE(557), + [sym_preproc_function_def] = STATE(557), + [sym_preproc_call] = STATE(557), + [sym_preproc_if_in_field_declaration_list] = STATE(557), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(557), + [sym_preproc_else_in_field_declaration_list] = STATE(2186), + [sym_preproc_elif_in_field_declaration_list] = STATE(2186), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1462), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(863), + [sym_ms_declspec_modifier] = STATE(863), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [sym__field_declaration_list_item] = STATE(547), - [sym_field_declaration] = STATE(547), + [sym__field_declaration_list_item] = STATE(557), + [sym_field_declaration] = STATE(557), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(547), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(557), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(2057), [aux_sym_preproc_def_token1] = ACTIONS(2101), @@ -73272,30 +73267,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [545] = { - [sym_preproc_def] = STATE(556), - [sym_preproc_function_def] = STATE(556), - [sym_preproc_call] = STATE(556), - [sym_preproc_if_in_field_declaration_list] = STATE(556), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(556), - [sym_preproc_else_in_field_declaration_list] = STATE(1937), - [sym_preproc_elif_in_field_declaration_list] = STATE(1937), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1468), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(869), - [sym_ms_declspec_modifier] = STATE(869), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_preproc_def] = STATE(557), + [sym_preproc_function_def] = STATE(557), + [sym_preproc_call] = STATE(557), + [sym_preproc_if_in_field_declaration_list] = STATE(557), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(557), + [sym_preproc_else_in_field_declaration_list] = STATE(2020), + [sym_preproc_elif_in_field_declaration_list] = STATE(2020), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1462), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(863), + [sym_ms_declspec_modifier] = STATE(863), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [sym__field_declaration_list_item] = STATE(556), - [sym_field_declaration] = STATE(556), + [sym__field_declaration_list_item] = STATE(557), + [sym_field_declaration] = STATE(557), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(556), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(557), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(2057), [aux_sym_preproc_def_token1] = ACTIONS(2101), @@ -73339,102 +73334,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [546] = { - [sym_preproc_def] = STATE(546), - [sym_preproc_function_def] = STATE(546), - [sym_preproc_call] = STATE(546), - [sym_preproc_if_in_field_declaration_list] = STATE(546), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(546), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1470), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(869), - [sym_ms_declspec_modifier] = STATE(869), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), - [sym__type_specifier] = STATE(1074), - [sym_sized_type_specifier] = STATE(1099), - [sym_enum_specifier] = STATE(1099), - [sym_struct_specifier] = STATE(1099), - [sym_union_specifier] = STATE(1099), - [sym__field_declaration_list_item] = STATE(546), - [sym_field_declaration] = STATE(546), - [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(546), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), - [aux_sym_sized_type_specifier_repeat1] = STATE(1109), - [sym_identifier] = ACTIONS(2113), - [aux_sym_preproc_def_token1] = ACTIONS(2116), - [aux_sym_preproc_if_token1] = ACTIONS(2119), - [aux_sym_preproc_if_token2] = ACTIONS(2122), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2124), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2124), - [aux_sym_preproc_else_token1] = ACTIONS(2122), - [aux_sym_preproc_elif_token1] = ACTIONS(2122), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2122), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2122), - [sym_preproc_directive] = ACTIONS(2127), - [anon_sym___extension__] = ACTIONS(2130), - [anon_sym_extern] = ACTIONS(2133), - [anon_sym___attribute__] = ACTIONS(2136), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2139), - [anon_sym___declspec] = ACTIONS(2142), - [anon_sym_signed] = ACTIONS(2145), - [anon_sym_unsigned] = ACTIONS(2145), - [anon_sym_long] = ACTIONS(2145), - [anon_sym_short] = ACTIONS(2145), - [anon_sym_static] = ACTIONS(2133), - [anon_sym_auto] = ACTIONS(2133), - [anon_sym_register] = ACTIONS(2133), - [anon_sym_inline] = ACTIONS(2133), - [anon_sym___inline] = ACTIONS(2133), - [anon_sym___inline__] = ACTIONS(2133), - [anon_sym___forceinline] = ACTIONS(2133), - [anon_sym_thread_local] = ACTIONS(2133), - [anon_sym___thread] = ACTIONS(2133), - [anon_sym_const] = ACTIONS(2130), - [anon_sym_constexpr] = ACTIONS(2130), - [anon_sym_volatile] = ACTIONS(2130), - [anon_sym_restrict] = ACTIONS(2130), - [anon_sym___restrict__] = ACTIONS(2130), - [anon_sym__Atomic] = ACTIONS(2130), - [anon_sym__Noreturn] = ACTIONS(2130), - [anon_sym_noreturn] = ACTIONS(2130), - [sym_primitive_type] = ACTIONS(2148), - [anon_sym_enum] = ACTIONS(2151), - [anon_sym_struct] = ACTIONS(2154), - [anon_sym_union] = ACTIONS(2157), - [sym_comment] = ACTIONS(3), - }, - [547] = { - [sym_preproc_def] = STATE(556), - [sym_preproc_function_def] = STATE(556), - [sym_preproc_call] = STATE(556), - [sym_preproc_if_in_field_declaration_list] = STATE(556), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(556), - [sym_preproc_else_in_field_declaration_list] = STATE(2020), - [sym_preproc_elif_in_field_declaration_list] = STATE(2020), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1468), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(869), - [sym_ms_declspec_modifier] = STATE(869), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_preproc_def] = STATE(544), + [sym_preproc_function_def] = STATE(544), + [sym_preproc_call] = STATE(544), + [sym_preproc_if_in_field_declaration_list] = STATE(544), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(544), + [sym_preproc_else_in_field_declaration_list] = STATE(2180), + [sym_preproc_elif_in_field_declaration_list] = STATE(2180), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1462), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(863), + [sym_ms_declspec_modifier] = STATE(863), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [sym__field_declaration_list_item] = STATE(556), - [sym_field_declaration] = STATE(556), + [sym__field_declaration_list_item] = STATE(544), + [sym_field_declaration] = STATE(544), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(556), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(544), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(2057), [aux_sym_preproc_def_token1] = ACTIONS(2101), [aux_sym_preproc_if_token1] = ACTIONS(2103), - [aux_sym_preproc_if_token2] = ACTIONS(2160), + [aux_sym_preproc_if_token2] = ACTIONS(2113), [aux_sym_preproc_ifdef_token1] = ACTIONS(2107), [aux_sym_preproc_ifdef_token2] = ACTIONS(2107), [aux_sym_preproc_else_token1] = ACTIONS(2067), @@ -73472,36 +73400,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(55), [sym_comment] = ACTIONS(3), }, - [548] = { - [sym_preproc_def] = STATE(556), - [sym_preproc_function_def] = STATE(556), - [sym_preproc_call] = STATE(556), - [sym_preproc_if_in_field_declaration_list] = STATE(556), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(556), - [sym_preproc_else_in_field_declaration_list] = STATE(2107), - [sym_preproc_elif_in_field_declaration_list] = STATE(2107), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1468), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(869), - [sym_ms_declspec_modifier] = STATE(869), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [547] = { + [sym_preproc_def] = STATE(557), + [sym_preproc_function_def] = STATE(557), + [sym_preproc_call] = STATE(557), + [sym_preproc_if_in_field_declaration_list] = STATE(557), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(557), + [sym_preproc_else_in_field_declaration_list] = STATE(2002), + [sym_preproc_elif_in_field_declaration_list] = STATE(2002), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1462), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(863), + [sym_ms_declspec_modifier] = STATE(863), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [sym__field_declaration_list_item] = STATE(556), - [sym_field_declaration] = STATE(556), + [sym__field_declaration_list_item] = STATE(557), + [sym_field_declaration] = STATE(557), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(556), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(557), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(2057), [aux_sym_preproc_def_token1] = ACTIONS(2101), [aux_sym_preproc_if_token1] = ACTIONS(2103), - [aux_sym_preproc_if_token2] = ACTIONS(2162), + [aux_sym_preproc_if_token2] = ACTIONS(2115), [aux_sym_preproc_ifdef_token1] = ACTIONS(2107), [aux_sym_preproc_ifdef_token2] = ACTIONS(2107), [aux_sym_preproc_else_token1] = ACTIONS(2067), @@ -73539,36 +73467,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(55), [sym_comment] = ACTIONS(3), }, - [549] = { - [sym_preproc_def] = STATE(556), - [sym_preproc_function_def] = STATE(556), - [sym_preproc_call] = STATE(556), - [sym_preproc_if_in_field_declaration_list] = STATE(556), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(556), - [sym_preproc_else_in_field_declaration_list] = STATE(2186), - [sym_preproc_elif_in_field_declaration_list] = STATE(2186), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1468), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(869), - [sym_ms_declspec_modifier] = STATE(869), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [548] = { + [sym_preproc_def] = STATE(545), + [sym_preproc_function_def] = STATE(545), + [sym_preproc_call] = STATE(545), + [sym_preproc_if_in_field_declaration_list] = STATE(545), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(545), + [sym_preproc_else_in_field_declaration_list] = STATE(2030), + [sym_preproc_elif_in_field_declaration_list] = STATE(2030), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1462), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(863), + [sym_ms_declspec_modifier] = STATE(863), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [sym__field_declaration_list_item] = STATE(556), - [sym_field_declaration] = STATE(556), + [sym__field_declaration_list_item] = STATE(545), + [sym_field_declaration] = STATE(545), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(556), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(545), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(2057), [aux_sym_preproc_def_token1] = ACTIONS(2101), [aux_sym_preproc_if_token1] = ACTIONS(2103), - [aux_sym_preproc_if_token2] = ACTIONS(2164), + [aux_sym_preproc_if_token2] = ACTIONS(2117), [aux_sym_preproc_ifdef_token1] = ACTIONS(2107), [aux_sym_preproc_ifdef_token2] = ACTIONS(2107), [aux_sym_preproc_else_token1] = ACTIONS(2067), @@ -73606,36 +73534,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(55), [sym_comment] = ACTIONS(3), }, - [550] = { - [sym_preproc_def] = STATE(549), - [sym_preproc_function_def] = STATE(549), - [sym_preproc_call] = STATE(549), - [sym_preproc_if_in_field_declaration_list] = STATE(549), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(549), - [sym_preproc_else_in_field_declaration_list] = STATE(2180), - [sym_preproc_elif_in_field_declaration_list] = STATE(2180), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1468), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(869), - [sym_ms_declspec_modifier] = STATE(869), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [549] = { + [sym_preproc_def] = STATE(557), + [sym_preproc_function_def] = STATE(557), + [sym_preproc_call] = STATE(557), + [sym_preproc_if_in_field_declaration_list] = STATE(557), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(557), + [sym_preproc_else_in_field_declaration_list] = STATE(1937), + [sym_preproc_elif_in_field_declaration_list] = STATE(1937), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1462), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(863), + [sym_ms_declspec_modifier] = STATE(863), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [sym__field_declaration_list_item] = STATE(549), - [sym_field_declaration] = STATE(549), + [sym__field_declaration_list_item] = STATE(557), + [sym_field_declaration] = STATE(557), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(549), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(557), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(2057), [aux_sym_preproc_def_token1] = ACTIONS(2101), [aux_sym_preproc_if_token1] = ACTIONS(2103), - [aux_sym_preproc_if_token2] = ACTIONS(2166), + [aux_sym_preproc_if_token2] = ACTIONS(2119), [aux_sym_preproc_ifdef_token1] = ACTIONS(2107), [aux_sym_preproc_ifdef_token2] = ACTIONS(2107), [aux_sym_preproc_else_token1] = ACTIONS(2067), @@ -73673,31 +73601,98 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(55), [sym_comment] = ACTIONS(3), }, + [550] = { + [sym_preproc_def] = STATE(550), + [sym_preproc_function_def] = STATE(550), + [sym_preproc_call] = STATE(550), + [sym_preproc_if_in_field_declaration_list] = STATE(550), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(550), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1469), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(863), + [sym_ms_declspec_modifier] = STATE(863), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), + [sym__type_specifier] = STATE(1074), + [sym_sized_type_specifier] = STATE(1099), + [sym_enum_specifier] = STATE(1099), + [sym_struct_specifier] = STATE(1099), + [sym_union_specifier] = STATE(1099), + [sym__field_declaration_list_item] = STATE(550), + [sym_field_declaration] = STATE(550), + [sym_macro_type_specifier] = STATE(1099), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(550), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), + [aux_sym_sized_type_specifier_repeat1] = STATE(1109), + [sym_identifier] = ACTIONS(2121), + [aux_sym_preproc_def_token1] = ACTIONS(2124), + [aux_sym_preproc_if_token1] = ACTIONS(2127), + [aux_sym_preproc_if_token2] = ACTIONS(2130), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2132), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2132), + [aux_sym_preproc_else_token1] = ACTIONS(2130), + [aux_sym_preproc_elif_token1] = ACTIONS(2130), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2130), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2130), + [sym_preproc_directive] = ACTIONS(2135), + [anon_sym___extension__] = ACTIONS(2138), + [anon_sym_extern] = ACTIONS(2141), + [anon_sym___attribute__] = ACTIONS(2144), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2147), + [anon_sym___declspec] = ACTIONS(2150), + [anon_sym_signed] = ACTIONS(2153), + [anon_sym_unsigned] = ACTIONS(2153), + [anon_sym_long] = ACTIONS(2153), + [anon_sym_short] = ACTIONS(2153), + [anon_sym_static] = ACTIONS(2141), + [anon_sym_auto] = ACTIONS(2141), + [anon_sym_register] = ACTIONS(2141), + [anon_sym_inline] = ACTIONS(2141), + [anon_sym___inline] = ACTIONS(2141), + [anon_sym___inline__] = ACTIONS(2141), + [anon_sym___forceinline] = ACTIONS(2141), + [anon_sym_thread_local] = ACTIONS(2141), + [anon_sym___thread] = ACTIONS(2141), + [anon_sym_const] = ACTIONS(2138), + [anon_sym_constexpr] = ACTIONS(2138), + [anon_sym_volatile] = ACTIONS(2138), + [anon_sym_restrict] = ACTIONS(2138), + [anon_sym___restrict__] = ACTIONS(2138), + [anon_sym__Atomic] = ACTIONS(2138), + [anon_sym__Noreturn] = ACTIONS(2138), + [anon_sym_noreturn] = ACTIONS(2138), + [sym_primitive_type] = ACTIONS(2156), + [anon_sym_enum] = ACTIONS(2159), + [anon_sym_struct] = ACTIONS(2162), + [anon_sym_union] = ACTIONS(2165), + [sym_comment] = ACTIONS(3), + }, [551] = { - [sym_preproc_def] = STATE(548), - [sym_preproc_function_def] = STATE(548), - [sym_preproc_call] = STATE(548), - [sym_preproc_if_in_field_declaration_list] = STATE(548), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(548), - [sym_preproc_else_in_field_declaration_list] = STATE(2115), - [sym_preproc_elif_in_field_declaration_list] = STATE(2115), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1468), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(869), - [sym_ms_declspec_modifier] = STATE(869), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_preproc_def] = STATE(547), + [sym_preproc_function_def] = STATE(547), + [sym_preproc_call] = STATE(547), + [sym_preproc_if_in_field_declaration_list] = STATE(547), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(547), + [sym_preproc_else_in_field_declaration_list] = STATE(1981), + [sym_preproc_elif_in_field_declaration_list] = STATE(1981), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1462), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(863), + [sym_ms_declspec_modifier] = STATE(863), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [sym__field_declaration_list_item] = STATE(548), - [sym_field_declaration] = STATE(548), + [sym__field_declaration_list_item] = STATE(547), + [sym_field_declaration] = STATE(547), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(548), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(547), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(2057), [aux_sym_preproc_def_token1] = ACTIONS(2101), @@ -73741,30 +73736,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [552] = { - [sym_preproc_def] = STATE(553), - [sym_preproc_function_def] = STATE(553), - [sym_preproc_call] = STATE(553), - [sym_preproc_if_in_field_declaration_list] = STATE(553), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(553), - [sym_preproc_else_in_field_declaration_list] = STATE(1981), - [sym_preproc_elif_in_field_declaration_list] = STATE(1981), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1468), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(869), - [sym_ms_declspec_modifier] = STATE(869), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_preproc_def] = STATE(549), + [sym_preproc_function_def] = STATE(549), + [sym_preproc_call] = STATE(549), + [sym_preproc_if_in_field_declaration_list] = STATE(549), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(549), + [sym_preproc_else_in_field_declaration_list] = STATE(1973), + [sym_preproc_elif_in_field_declaration_list] = STATE(1973), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1462), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(863), + [sym_ms_declspec_modifier] = STATE(863), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [sym__field_declaration_list_item] = STATE(553), - [sym_field_declaration] = STATE(553), + [sym__field_declaration_list_item] = STATE(549), + [sym_field_declaration] = STATE(549), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(553), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(549), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(2057), [aux_sym_preproc_def_token1] = ACTIONS(2101), @@ -73808,30 +73803,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [553] = { - [sym_preproc_def] = STATE(556), - [sym_preproc_function_def] = STATE(556), - [sym_preproc_call] = STATE(556), - [sym_preproc_if_in_field_declaration_list] = STATE(556), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(556), - [sym_preproc_else_in_field_declaration_list] = STATE(2002), - [sym_preproc_elif_in_field_declaration_list] = STATE(2002), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1468), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(869), - [sym_ms_declspec_modifier] = STATE(869), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_preproc_def] = STATE(554), + [sym_preproc_function_def] = STATE(554), + [sym_preproc_call] = STATE(554), + [sym_preproc_if_in_field_declaration_list] = STATE(554), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(554), + [sym_preproc_else_in_field_declaration_list] = STATE(2115), + [sym_preproc_elif_in_field_declaration_list] = STATE(2115), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1462), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(863), + [sym_ms_declspec_modifier] = STATE(863), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [sym__field_declaration_list_item] = STATE(556), - [sym_field_declaration] = STATE(556), + [sym__field_declaration_list_item] = STATE(554), + [sym_field_declaration] = STATE(554), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(556), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(554), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(2057), [aux_sym_preproc_def_token1] = ACTIONS(2101), @@ -73875,30 +73870,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [554] = { - [sym_preproc_def] = STATE(545), - [sym_preproc_function_def] = STATE(545), - [sym_preproc_call] = STATE(545), - [sym_preproc_if_in_field_declaration_list] = STATE(545), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(545), - [sym_preproc_else_in_field_declaration_list] = STATE(1973), - [sym_preproc_elif_in_field_declaration_list] = STATE(1973), - [sym__declaration_modifiers] = STATE(869), - [sym__declaration_specifiers] = STATE(1468), - [sym_attribute_specifier] = STATE(869), - [sym_attribute_declaration] = STATE(869), - [sym_ms_declspec_modifier] = STATE(869), - [sym_storage_class_specifier] = STATE(869), - [sym_type_qualifier] = STATE(869), + [sym_preproc_def] = STATE(557), + [sym_preproc_function_def] = STATE(557), + [sym_preproc_call] = STATE(557), + [sym_preproc_if_in_field_declaration_list] = STATE(557), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(557), + [sym_preproc_else_in_field_declaration_list] = STATE(2107), + [sym_preproc_elif_in_field_declaration_list] = STATE(2107), + [sym__declaration_modifiers] = STATE(863), + [sym__declaration_specifiers] = STATE(1462), + [sym_attribute_specifier] = STATE(863), + [sym_attribute_declaration] = STATE(863), + [sym_ms_declspec_modifier] = STATE(863), + [sym_storage_class_specifier] = STATE(863), + [sym_type_qualifier] = STATE(863), [sym__type_specifier] = STATE(1074), [sym_sized_type_specifier] = STATE(1099), [sym_enum_specifier] = STATE(1099), [sym_struct_specifier] = STATE(1099), [sym_union_specifier] = STATE(1099), - [sym__field_declaration_list_item] = STATE(545), - [sym_field_declaration] = STATE(545), + [sym__field_declaration_list_item] = STATE(557), + [sym_field_declaration] = STATE(557), [sym_macro_type_specifier] = STATE(1099), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(545), - [aux_sym__declaration_specifiers_repeat1] = STATE(869), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(557), + [aux_sym__declaration_specifiers_repeat1] = STATE(863), [aux_sym_sized_type_specifier_repeat1] = STATE(1109), [sym_identifier] = ACTIONS(2057), [aux_sym_preproc_def_token1] = ACTIONS(2101), @@ -73959,13 +73954,102 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1921), 1, sym_identifier, ACTIONS(2176), 1, anon_sym_RPAREN, ACTIONS(2178), 1, anon_sym___extension__, - STATE(774), 1, + STATE(773), 1, + sym_string_literal, + STATE(1190), 1, + sym__expression, + STATE(1752), 1, + sym_compound_statement, + 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(159), 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(919), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(807), 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, + [114] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(41), 1, + anon_sym_LBRACE, + ACTIONS(81), 1, + anon_sym_sizeof, + ACTIONS(85), 1, + anon_sym_offsetof, + ACTIONS(87), 1, + anon_sym__Generic, + ACTIONS(157), 1, + sym_number_literal, + ACTIONS(1921), 1, + sym_identifier, + ACTIONS(2180), 1, + anon_sym_RPAREN, + ACTIONS(2182), 1, + anon_sym___extension__, + STATE(773), 1, sym_string_literal, STATE(1197), 1, sym__expression, @@ -74010,13 +74094,272 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(919), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(807), 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, + [228] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2121), 1, + sym_identifier, + ACTIONS(2144), 1, + anon_sym___attribute__, + ACTIONS(2147), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2150), 1, + anon_sym___declspec, + ACTIONS(2156), 1, + sym_primitive_type, + ACTIONS(2159), 1, + anon_sym_enum, + ACTIONS(2162), 1, + anon_sym_struct, + ACTIONS(2165), 1, + anon_sym_union, + ACTIONS(2184), 1, + aux_sym_preproc_def_token1, + ACTIONS(2187), 1, + aux_sym_preproc_if_token1, + ACTIONS(2193), 1, + sym_preproc_directive, + STATE(1074), 1, + sym__type_specifier, + STATE(1109), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1462), 1, + sym__declaration_specifiers, + ACTIONS(2190), 2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + ACTIONS(2130), 3, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + ACTIONS(2153), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1099), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(863), 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(557), 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(2138), 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(2141), 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, + [338] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(41), 1, + anon_sym_LBRACE, + ACTIONS(81), 1, + anon_sym_sizeof, + ACTIONS(85), 1, + anon_sym_offsetof, + ACTIONS(87), 1, + anon_sym__Generic, + ACTIONS(157), 1, + sym_number_literal, + ACTIONS(1921), 1, + sym_identifier, + ACTIONS(2196), 1, + anon_sym___extension__, + STATE(773), 1, + sym_string_literal, + STATE(1213), 1, + sym__expression, + STATE(1851), 1, + sym_compound_statement, + 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(159), 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(919), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(807), 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, + [449] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(85), 1, + anon_sym_offsetof, + ACTIONS(87), 1, + anon_sym__Generic, + ACTIONS(157), 1, + sym_number_literal, + ACTIONS(1522), 1, + anon_sym_LBRACE, + ACTIONS(1919), 1, + anon_sym_sizeof, + ACTIONS(2198), 1, + sym_identifier, + ACTIONS(2200), 1, + anon_sym_LPAREN2, + STATE(773), 1, + sym_string_literal, + STATE(828), 1, + sym_initializer_list, + STATE(838), 1, + sym__expression, + ACTIONS(89), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(99), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(159), 2, + sym_true, + sym_false, + ACTIONS(1915), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1917), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2202), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2204), 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(899), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -74033,45 +74376,127 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [114] = 23, + [557] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(2113), 1, + ACTIONS(85), 1, + anon_sym_offsetof, + ACTIONS(87), 1, + anon_sym__Generic, + ACTIONS(157), 1, + sym_number_literal, + ACTIONS(1522), 1, + anon_sym_LBRACE, + ACTIONS(1526), 1, sym_identifier, - ACTIONS(2136), 1, + ACTIONS(1532), 1, + anon_sym_sizeof, + ACTIONS(2206), 1, + anon_sym_LPAREN2, + STATE(773), 1, + sym_string_literal, + STATE(828), 1, + sym_initializer_list, + STATE(838), 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(159), 2, + sym_true, + sym_false, + ACTIONS(1528), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1530), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2208), 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(807), 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, + [663] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(33), 1, anon_sym___attribute__, - ACTIONS(2139), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2142), 1, + ACTIONS(37), 1, anon_sym___declspec, - ACTIONS(2148), 1, + ACTIONS(49), 1, sym_primitive_type, - ACTIONS(2151), 1, + ACTIONS(51), 1, anon_sym_enum, - ACTIONS(2154), 1, + ACTIONS(53), 1, anon_sym_struct, - ACTIONS(2157), 1, + ACTIONS(55), 1, anon_sym_union, - ACTIONS(2180), 1, + ACTIONS(1290), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2057), 1, + sym_identifier, + ACTIONS(2210), 1, aux_sym_preproc_def_token1, - ACTIONS(2183), 1, + ACTIONS(2212), 1, aux_sym_preproc_if_token1, - ACTIONS(2189), 1, + ACTIONS(2214), 1, + aux_sym_preproc_if_token2, + ACTIONS(2218), 1, sym_preproc_directive, STATE(1074), 1, sym__type_specifier, STATE(1109), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1468), 1, + STATE(1465), 1, sym__declaration_specifiers, - ACTIONS(2186), 2, + ACTIONS(2216), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - ACTIONS(2122), 3, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - ACTIONS(2145), 4, + ACTIONS(43), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, @@ -74082,7 +74507,7 @@ static const uint16_t ts_small_parse_table[] = { sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(869), 7, + STATE(863), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -74090,7 +74515,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - STATE(556), 8, + STATE(586), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, @@ -74099,7 +74524,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(2130), 9, + ACTIONS(47), 9, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -74109,7 +74534,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - ACTIONS(2133), 10, + ACTIONS(45), 10, anon_sym_extern, anon_sym_static, anon_sym_auto, @@ -74120,13 +74545,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [224] = 25, + [771] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, - ACTIONS(41), 1, - anon_sym_LBRACE, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(85), 1, @@ -74135,18 +74558,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1921), 1, sym_identifier, - ACTIONS(2192), 1, - anon_sym_RPAREN, - ACTIONS(2194), 1, - anon_sym___extension__, - STATE(774), 1, + ACTIONS(2220), 1, + anon_sym_SEMI, + STATE(773), 1, sym_string_literal, - STATE(1190), 1, + STATE(1247), 1, sym__expression, - STATE(1752), 1, - sym_compound_statement, + STATE(2080), 1, + sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, @@ -74186,13 +74607,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -74209,13 +74630,11 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [338] = 24, + [879] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, - ACTIONS(41), 1, - anon_sym_LBRACE, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(85), 1, @@ -74224,16 +74643,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1522), 1, + anon_sym_LBRACE, + ACTIONS(1921), 1, sym_identifier, - ACTIONS(2196), 1, - anon_sym___extension__, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1213), 1, + STATE(1223), 1, sym__expression, - STATE(1851), 1, - sym_compound_statement, + STATE(1869), 1, + sym_initializer_list, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, @@ -74273,13 +74692,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -74296,78 +74715,73 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [449] = 23, + [987] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, + ACTIONS(1796), 1, + anon_sym_LBRACE, + ACTIONS(1798), 1, anon_sym_sizeof, - ACTIONS(85), 1, + ACTIONS(1802), 1, anon_sym_offsetof, - ACTIONS(87), 1, + ACTIONS(1804), 1, anon_sym__Generic, - ACTIONS(157), 1, + ACTIONS(1808), 1, sym_number_literal, - ACTIONS(1522), 1, - anon_sym_LBRACE, - ACTIONS(1915), 1, + ACTIONS(2222), 1, sym_identifier, - STATE(774), 1, + ACTIONS(2224), 1, + anon_sym_LPAREN2, + STATE(847), 1, sym_string_literal, - STATE(798), 1, - sym_initializer_list, - STATE(840), 1, + STATE(917), 1, sym__expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + STATE(932), 1, + sym_initializer_list, + ACTIONS(1792), 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, + ACTIONS(1794), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1806), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(99), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(159), 2, + ACTIONS(1814), 2, sym_true, sym_false, - ACTIONS(83), 5, + ACTIONS(1816), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(2226), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2228), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1800), 5, anon_sym___alignof__, anon_sym___alignof, anon_sym__alignof, anon_sym_alignof, anon_sym__Alignof, - ACTIONS(93), 5, + ACTIONS(1810), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(95), 5, + ACTIONS(1812), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(824), 16, + STATE(925), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -74376,34 +74790,50 @@ 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, - [557] = 23, + [1093] = 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(157), 1, sym_number_literal, - ACTIONS(1522), 1, - anon_sym_LBRACE, - ACTIONS(1943), 1, + ACTIONS(1921), 1, sym_identifier, - ACTIONS(1949), 1, - anon_sym_sizeof, - ACTIONS(1987), 1, - anon_sym_LPAREN2, - STATE(774), 1, + ACTIONS(2230), 1, + anon_sym_RPAREN, + STATE(773), 1, sym_string_literal, - STATE(798), 1, - sym_initializer_list, - STATE(998), 1, + STATE(1245), 1, sym__expression, + STATE(1963), 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__, @@ -74413,18 +74843,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1945), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1947), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1991), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(1997), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -74443,13 +74861,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1019), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -74466,7 +74884,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [665] = 23, + [1201] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -74479,16 +74897,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1522), 1, - anon_sym_LBRACE, - ACTIONS(1915), 1, + ACTIONS(1921), 1, sym_identifier, - STATE(774), 1, + ACTIONS(2232), 1, + anon_sym_SEMI, + STATE(773), 1, sym_string_literal, - STATE(1257), 1, + STATE(1214), 1, sym__expression, - STATE(1907), 1, - sym_initializer_list, + STATE(2171), 1, + sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, @@ -74528,13 +74946,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -74551,75 +74969,75 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [773] = 23, + [1309] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(1796), 1, + anon_sym_LBRACE, + ACTIONS(1802), 1, anon_sym_offsetof, - ACTIONS(87), 1, + ACTIONS(1804), 1, anon_sym__Generic, - ACTIONS(157), 1, + ACTIONS(1808), 1, sym_number_literal, - ACTIONS(1522), 1, - anon_sym_LBRACE, - ACTIONS(1921), 1, + ACTIONS(1927), 1, anon_sym_sizeof, - ACTIONS(2198), 1, + ACTIONS(2234), 1, sym_identifier, - ACTIONS(2200), 1, + ACTIONS(2236), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(847), 1, sym_string_literal, - STATE(798), 1, - sym_initializer_list, - STATE(840), 1, + STATE(917), 1, sym__expression, - ACTIONS(89), 2, + STATE(932), 1, + sym_initializer_list, + ACTIONS(1806), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(99), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(159), 2, + ACTIONS(1814), 2, sym_true, sym_false, - ACTIONS(1917), 2, + ACTIONS(1816), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(1923), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1919), 2, + ACTIONS(1925), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2202), 2, + ACTIONS(2226), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2204), 2, + ACTIONS(2238), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(83), 5, + ACTIONS(1800), 5, anon_sym___alignof__, anon_sym___alignof, anon_sym__alignof, anon_sym_alignof, anon_sym__Alignof, - ACTIONS(93), 5, + ACTIONS(1810), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(95), 5, + ACTIONS(1812), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(887), 5, + STATE(950), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(925), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -74636,7 +75054,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [881] = 23, + [1417] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -74649,16 +75067,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1522), 1, - anon_sym_LBRACE, - ACTIONS(1915), 1, + ACTIONS(1921), 1, sym_identifier, - STATE(774), 1, + ACTIONS(2240), 1, + anon_sym_RPAREN, + STATE(773), 1, sym_string_literal, - STATE(1223), 1, + STATE(1244), 1, sym__expression, - STATE(1869), 1, - sym_initializer_list, + STATE(1964), 1, + sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, @@ -74698,13 +75116,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -74721,7 +75139,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [989] = 23, + [1525] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -74734,16 +75152,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1522), 1, + anon_sym_LBRACE, + ACTIONS(1921), 1, sym_identifier, - ACTIONS(2206), 1, - anon_sym_SEMI, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1215), 1, + STATE(1257), 1, sym__expression, - STATE(2087), 1, - sym_comma_expression, + STATE(1907), 1, + sym_initializer_list, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, @@ -74783,13 +75201,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -74806,7 +75224,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [1097] = 23, + [1633] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -74819,16 +75237,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1522), 1, - anon_sym_LBRACE, - ACTIONS(1915), 1, + ACTIONS(1921), 1, sym_identifier, - STATE(774), 1, + ACTIONS(2242), 1, + anon_sym_SEMI, + STATE(773), 1, sym_string_literal, - STATE(1259), 1, + STATE(1215), 1, sym__expression, - STATE(1903), 1, - sym_initializer_list, + STATE(2087), 1, + sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, @@ -74868,13 +75286,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -74891,73 +75309,78 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [1205] = 22, + [1741] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1844), 1, - anon_sym_LBRACE, - ACTIONS(1846), 1, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, anon_sym_sizeof, - ACTIONS(1850), 1, + ACTIONS(85), 1, anon_sym_offsetof, - ACTIONS(1852), 1, + ACTIONS(87), 1, anon_sym__Generic, - ACTIONS(1856), 1, + ACTIONS(157), 1, sym_number_literal, - ACTIONS(2208), 1, + ACTIONS(1921), 1, sym_identifier, - ACTIONS(2210), 1, - anon_sym_LPAREN2, - STATE(848), 1, + ACTIONS(2244), 1, + anon_sym_SEMI, + STATE(773), 1, sym_string_literal, - STATE(919), 1, + STATE(1216), 1, sym__expression, - STATE(932), 1, - sym_initializer_list, - ACTIONS(1840), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1842), 2, + STATE(2086), 1, + sym_comma_expression, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1854), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(1862), 2, - sym_true, - sym_false, - ACTIONS(1864), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(2212), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2214), 2, + ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1848), 5, + ACTIONS(89), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(99), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(159), 2, + sym_true, + sym_false, + ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, anon_sym__alignof, anon_sym_alignof, anon_sym__Alignof, - ACTIONS(1858), 5, + ACTIONS(93), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(1860), 5, + ACTIONS(95), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(926), 21, + STATE(919), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -74966,16 +75389,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, - [1311] = 23, + [1849] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -74988,15 +75407,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1921), 1, sym_identifier, - ACTIONS(2216), 1, - anon_sym_SEMI, - STATE(774), 1, + ACTIONS(2246), 1, + anon_sym_RPAREN, + STATE(773), 1, sym_string_literal, - STATE(1216), 1, + STATE(1236), 1, sym__expression, - STATE(2086), 1, + STATE(2026), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -75037,13 +75456,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -75060,92 +75479,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [1419] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2113), 1, - sym_identifier, - ACTIONS(2122), 1, - aux_sym_preproc_if_token2, - ACTIONS(2136), 1, - anon_sym___attribute__, - ACTIONS(2139), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2142), 1, - anon_sym___declspec, - ACTIONS(2148), 1, - sym_primitive_type, - ACTIONS(2151), 1, - anon_sym_enum, - ACTIONS(2154), 1, - anon_sym_struct, - ACTIONS(2157), 1, - anon_sym_union, - ACTIONS(2218), 1, - aux_sym_preproc_def_token1, - ACTIONS(2221), 1, - aux_sym_preproc_if_token1, - ACTIONS(2227), 1, - sym_preproc_directive, - STATE(1074), 1, - sym__type_specifier, - STATE(1109), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1463), 1, - sym__declaration_specifiers, - ACTIONS(2224), 2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - ACTIONS(2145), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1099), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - STATE(869), 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(568), 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(2130), 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(2133), 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, - [1527] = 23, + [1957] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -75158,16 +75492,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1522), 1, + anon_sym_LBRACE, + ACTIONS(1921), 1, sym_identifier, - ACTIONS(2230), 1, - anon_sym_SEMI, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1214), 1, + STATE(1259), 1, sym__expression, - STATE(2171), 1, - sym_comma_expression, + STATE(1903), 1, + sym_initializer_list, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, @@ -75207,13 +75541,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -75230,7 +75564,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [1635] = 23, + [2065] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -75243,15 +75577,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1921), 1, sym_identifier, - ACTIONS(2232), 1, + ACTIONS(2248), 1, anon_sym_RPAREN, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1245), 1, + STATE(1250), 1, sym__expression, - STATE(1963), 1, + STATE(1957), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -75292,13 +75626,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -75315,7 +75649,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [1743] = 23, + [2173] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -75334,21 +75668,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(2057), 1, sym_identifier, - ACTIONS(2234), 1, + ACTIONS(2250), 1, aux_sym_preproc_def_token1, - ACTIONS(2236), 1, + ACTIONS(2252), 1, aux_sym_preproc_if_token1, - ACTIONS(2240), 1, + ACTIONS(2256), 1, sym_preproc_directive, - ACTIONS(2242), 1, + ACTIONS(2258), 1, anon_sym_RBRACE, STATE(1074), 1, sym__type_specifier, STATE(1109), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1462), 1, + STATE(1464), 1, sym__declaration_specifiers, - ACTIONS(2238), 2, + ACTIONS(2254), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, ACTIONS(43), 4, @@ -75362,7 +75696,7 @@ static const uint16_t ts_small_parse_table[] = { sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(869), 7, + STATE(863), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -75370,7 +75704,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - STATE(576), 8, + STATE(589), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, @@ -75400,7 +75734,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [1851] = 23, + [2281] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -75413,15 +75747,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1921), 1, sym_identifier, - ACTIONS(2244), 1, + ACTIONS(2260), 1, anon_sym_RPAREN, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1212), 1, + STATE(1234), 1, sym__expression, - STATE(1925), 1, + STATE(2025), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -75462,13 +75796,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -75485,41 +75819,29 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [1959] = 23, + [2389] = 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(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1522), 1, + anon_sym_LBRACE, + ACTIONS(1931), 1, sym_identifier, - ACTIONS(2246), 1, - anon_sym_SEMI, - STATE(774), 1, + ACTIONS(1937), 1, + anon_sym_sizeof, + ACTIONS(1987), 1, + anon_sym_LPAREN2, + STATE(773), 1, sym_string_literal, - STATE(1247), 1, + STATE(828), 1, + sym_initializer_list, + STATE(996), 1, sym__expression, - STATE(2080), 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__, @@ -75529,6 +75851,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, + ACTIONS(1933), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1935), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1991), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(1997), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -75547,13 +75881,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(1017), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -75570,7 +75904,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [2067] = 23, + [2497] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -75583,15 +75917,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1921), 1, sym_identifier, - ACTIONS(2248), 1, - anon_sym_SEMI, - STATE(774), 1, + ACTIONS(2262), 1, + anon_sym_RPAREN, + STATE(773), 1, sym_string_literal, - STATE(1227), 1, + STATE(1212), 1, sym__expression, - STATE(2178), 1, + STATE(1925), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -75632,13 +75966,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -75655,176 +75989,92 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [2175] = 22, + [2605] = 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(157), 1, sym_number_literal, - ACTIONS(1522), 1, - anon_sym_LBRACE, - ACTIONS(1526), 1, + ACTIONS(1921), 1, sym_identifier, - ACTIONS(1532), 1, - anon_sym_sizeof, - ACTIONS(2250), 1, - anon_sym_LPAREN2, - STATE(774), 1, + ACTIONS(2264), 1, + anon_sym_SEMI, + STATE(773), 1, sym_string_literal, - STATE(798), 1, - sym_initializer_list, - STATE(840), 1, + STATE(1227), 1, sym__expression, + STATE(2178), 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(89), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(99), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(159), 2, - sym_true, - sym_false, - ACTIONS(1528), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1530), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(2252), 2, + ACTIONS(79), 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(824), 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, - [2281] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2113), 1, - sym_identifier, - ACTIONS(2136), 1, - anon_sym___attribute__, - ACTIONS(2139), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2142), 1, - anon_sym___declspec, - ACTIONS(2148), 1, - sym_primitive_type, - ACTIONS(2151), 1, - anon_sym_enum, - ACTIONS(2154), 1, - anon_sym_struct, - ACTIONS(2157), 1, - anon_sym_union, - ACTIONS(2254), 1, - aux_sym_preproc_def_token1, - ACTIONS(2257), 1, - aux_sym_preproc_if_token1, - ACTIONS(2263), 1, - sym_preproc_directive, - ACTIONS(2266), 1, - anon_sym_RBRACE, - STATE(1074), 1, - sym__type_specifier, - STATE(1109), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1462), 1, - sym__declaration_specifiers, - ACTIONS(2260), 2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - ACTIONS(2145), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1099), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - STATE(869), 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(576), 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(2130), 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(2133), 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, - [2389] = 23, + anon_sym_PLUS_PLUS, + ACTIONS(89), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(99), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(159), 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(919), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(807), 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, + [2713] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -75843,21 +76093,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(2057), 1, sym_identifier, - ACTIONS(2234), 1, + ACTIONS(2210), 1, aux_sym_preproc_def_token1, - ACTIONS(2236), 1, + ACTIONS(2212), 1, aux_sym_preproc_if_token1, - ACTIONS(2240), 1, + ACTIONS(2218), 1, sym_preproc_directive, - ACTIONS(2268), 1, - anon_sym_RBRACE, + ACTIONS(2266), 1, + aux_sym_preproc_if_token2, STATE(1074), 1, sym__type_specifier, STATE(1109), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1462), 1, + STATE(1465), 1, sym__declaration_specifiers, - ACTIONS(2238), 2, + ACTIONS(2216), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, ACTIONS(43), 4, @@ -75871,7 +76121,7 @@ static const uint16_t ts_small_parse_table[] = { sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(869), 7, + STATE(863), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -75879,7 +76129,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - STATE(571), 8, + STATE(561), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, @@ -75909,7 +76159,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [2497] = 23, + [2821] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -75922,15 +76172,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1921), 1, sym_identifier, - ACTIONS(2270), 1, - anon_sym_RPAREN, - STATE(774), 1, + ACTIONS(2268), 1, + anon_sym_SEMI, + STATE(773), 1, sym_string_literal, - STATE(1244), 1, + STATE(1243), 1, sym__expression, - STATE(1964), 1, + STATE(1961), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -75971,13 +76221,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -75994,7 +76244,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [2605] = 22, + [2929] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -76005,17 +76255,17 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1522), 1, anon_sym_LBRACE, - ACTIONS(1524), 1, - anon_sym_sizeof, ACTIONS(1526), 1, sym_identifier, - ACTIONS(2272), 1, + ACTIONS(1891), 1, + anon_sym_sizeof, + ACTIONS(2270), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(798), 1, + STATE(828), 1, sym_initializer_list, - STATE(840), 1, + STATE(996), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -76026,16 +76276,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1518), 2, + ACTIONS(1887), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1520), 2, + ACTIONS(1889), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2202), 2, + ACTIONS(1991), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2274), 2, + ACTIONS(2272), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -76056,7 +76306,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -76078,7 +76328,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [2711] = 23, + [3035] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -76091,15 +76341,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1921), 1, sym_identifier, - ACTIONS(2276), 1, + ACTIONS(2274), 1, anon_sym_SEMI, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1205), 1, + STATE(1233), 1, sym__expression, - STATE(1996), 1, + STATE(2077), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -76140,13 +76390,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -76163,92 +76413,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [2819] = 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(1290), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2057), 1, - sym_identifier, - ACTIONS(2278), 1, - aux_sym_preproc_def_token1, - ACTIONS(2280), 1, - aux_sym_preproc_if_token1, - ACTIONS(2282), 1, - aux_sym_preproc_if_token2, - ACTIONS(2286), 1, - sym_preproc_directive, - STATE(1074), 1, - sym__type_specifier, - STATE(1109), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1463), 1, - sym__declaration_specifiers, - ACTIONS(2284), 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(1099), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - STATE(869), 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(589), 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, - [2927] = 23, + [3143] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -76261,15 +76426,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1921), 1, sym_identifier, - ACTIONS(2288), 1, - anon_sym_RPAREN, - STATE(774), 1, + ACTIONS(2276), 1, + anon_sym_SEMI, + STATE(773), 1, sym_string_literal, - STATE(1236), 1, + STATE(1205), 1, sym__expression, - STATE(2026), 1, + STATE(1996), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -76310,13 +76475,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -76333,41 +76498,29 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [3035] = 23, + [3251] = 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(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1522), 1, + anon_sym_LBRACE, + ACTIONS(1524), 1, + anon_sym_sizeof, + ACTIONS(1526), 1, sym_identifier, - ACTIONS(2290), 1, - anon_sym_SEMI, - STATE(774), 1, + ACTIONS(2278), 1, + anon_sym_LPAREN2, + STATE(773), 1, sym_string_literal, - STATE(1233), 1, + STATE(828), 1, + sym_initializer_list, + STATE(838), 1, sym__expression, - STATE(2077), 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__, @@ -76377,6 +76530,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, + ACTIONS(1518), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1520), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2202), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2280), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -76395,16 +76560,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -76413,12 +76573,101 @@ 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, - [3143] = 23, + [3357] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2121), 1, + sym_identifier, + ACTIONS(2130), 1, + aux_sym_preproc_if_token2, + ACTIONS(2144), 1, + anon_sym___attribute__, + ACTIONS(2147), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2150), 1, + anon_sym___declspec, + ACTIONS(2156), 1, + sym_primitive_type, + ACTIONS(2159), 1, + anon_sym_enum, + ACTIONS(2162), 1, + anon_sym_struct, + ACTIONS(2165), 1, + anon_sym_union, + ACTIONS(2282), 1, + aux_sym_preproc_def_token1, + ACTIONS(2285), 1, + aux_sym_preproc_if_token1, + ACTIONS(2291), 1, + sym_preproc_directive, + STATE(1074), 1, + sym__type_specifier, + STATE(1109), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1465), 1, + sym__declaration_specifiers, + ACTIONS(2288), 2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + ACTIONS(2153), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1099), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(863), 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(586), 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(2138), 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(2141), 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, + [3465] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -76431,16 +76680,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1522), 1, + anon_sym_LBRACE, + ACTIONS(1921), 1, sym_identifier, - ACTIONS(2292), 1, - anon_sym_RPAREN, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1250), 1, + STATE(828), 1, + sym_initializer_list, + STATE(838), 1, sym__expression, - STATE(1957), 1, - sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, @@ -76480,13 +76729,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -76503,41 +76752,197 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [3251] = 23, + [3573] = 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(1290), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2057), 1, + sym_identifier, + ACTIONS(2250), 1, + aux_sym_preproc_def_token1, + ACTIONS(2252), 1, + aux_sym_preproc_if_token1, + ACTIONS(2256), 1, + sym_preproc_directive, + ACTIONS(2294), 1, + anon_sym_RBRACE, + STATE(1074), 1, + sym__type_specifier, + STATE(1109), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1464), 1, + sym__declaration_specifiers, + ACTIONS(2254), 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(1099), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(863), 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(575), 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, + [3681] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2121), 1, + sym_identifier, + ACTIONS(2144), 1, + anon_sym___attribute__, + ACTIONS(2147), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2150), 1, + anon_sym___declspec, + ACTIONS(2156), 1, + sym_primitive_type, + ACTIONS(2159), 1, + anon_sym_enum, + ACTIONS(2162), 1, + anon_sym_struct, + ACTIONS(2165), 1, + anon_sym_union, + ACTIONS(2296), 1, + aux_sym_preproc_def_token1, + ACTIONS(2299), 1, + aux_sym_preproc_if_token1, + ACTIONS(2305), 1, + sym_preproc_directive, + ACTIONS(2308), 1, + anon_sym_RBRACE, + STATE(1074), 1, + sym__type_specifier, + STATE(1109), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1464), 1, + sym__declaration_specifiers, + ACTIONS(2302), 2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + ACTIONS(2153), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1099), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(863), 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(589), 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(2138), 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(2141), 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, + [3789] = 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(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1526), 1, sym_identifier, - ACTIONS(2294), 1, - anon_sym_RPAREN, - STATE(774), 1, + ACTIONS(1891), 1, + anon_sym_sizeof, + ACTIONS(2270), 1, + anon_sym_LPAREN2, + ACTIONS(2310), 1, + anon_sym_RBRACK, + STATE(773), 1, sym_string_literal, - STATE(1234), 1, + STATE(1009), 1, sym__expression, - STATE(2025), 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__, @@ -76547,6 +76952,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, + ACTIONS(1887), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1889), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1991), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2272), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -76565,16 +76982,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -76583,12 +76995,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, - [3359] = 22, + [3892] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -76597,19 +77013,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1522), 1, - anon_sym_LBRACE, ACTIONS(1526), 1, sym_identifier, ACTIONS(1891), 1, anon_sym_sizeof, - ACTIONS(2296), 1, + ACTIONS(2270), 1, anon_sym_LPAREN2, - STATE(774), 1, + ACTIONS(2312), 1, + anon_sym_RBRACK, + STATE(773), 1, sym_string_literal, - STATE(798), 1, - sym_initializer_list, - STATE(998), 1, + STATE(1009), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -76629,7 +77043,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1991), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2298), 2, + ACTIONS(2272), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -76650,7 +77064,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -76672,75 +77086,73 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [3465] = 23, + [3995] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1844), 1, - anon_sym_LBRACE, - ACTIONS(1850), 1, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, + ACTIONS(85), 1, anon_sym_offsetof, - ACTIONS(1852), 1, + ACTIONS(87), 1, anon_sym__Generic, - ACTIONS(1856), 1, + ACTIONS(157), 1, sym_number_literal, - ACTIONS(1927), 1, - anon_sym_sizeof, - ACTIONS(2300), 1, + ACTIONS(1921), 1, sym_identifier, - ACTIONS(2302), 1, - anon_sym_LPAREN2, - STATE(848), 1, + ACTIONS(2314), 1, + anon_sym_COLON, + STATE(773), 1, sym_string_literal, - STATE(919), 1, + STATE(1296), 1, sym__expression, - STATE(932), 1, - sym_initializer_list, - ACTIONS(1854), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(1862), 2, - sym_true, - sym_false, - ACTIONS(1864), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(1923), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1925), 2, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2212), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2304), 2, + ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1848), 5, + ACTIONS(89), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(99), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(159), 2, + sym_true, + sym_false, + ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, anon_sym__alignof, anon_sym_alignof, anon_sym__Alignof, - ACTIONS(1858), 5, + ACTIONS(93), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(1860), 5, + ACTIONS(95), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(930), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(926), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -76757,7 +77169,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [3573] = 23, + [4100] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -76770,15 +77182,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1921), 1, sym_identifier, - ACTIONS(2306), 1, - anon_sym_SEMI, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1243), 1, + STATE(1198), 1, sym__expression, - STATE(1961), 1, + STATE(1874), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -76819,13 +77229,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -76842,7 +77252,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [3681] = 23, + [4205] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -76861,35 +77271,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(2057), 1, sym_identifier, - ACTIONS(2278), 1, - aux_sym_preproc_def_token1, - ACTIONS(2280), 1, - aux_sym_preproc_if_token1, - ACTIONS(2286), 1, - sym_preproc_directive, - ACTIONS(2308), 1, - aux_sym_preproc_if_token2, + ACTIONS(2081), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(2083), 1, + anon_sym_RPAREN, + ACTIONS(2091), 1, + anon_sym_LBRACK, + ACTIONS(2316), 1, + anon_sym_LPAREN2, + ACTIONS(2318), 1, + anon_sym_STAR, STATE(1074), 1, sym__type_specifier, STATE(1109), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1463), 1, + STATE(1393), 1, sym__declaration_specifiers, - ACTIONS(2284), 2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, + STATE(1656), 1, + sym_parameter_list, + STATE(1731), 1, + sym__abstract_declarator, + STATE(1760), 2, + sym_variadic_parameter, + sym_parameter_declaration, ACTIONS(43), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, + STATE(1641), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, STATE(1099), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(869), 7, + STATE(863), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -76897,15 +77318,6 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - STATE(568), 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, @@ -76927,7 +77339,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [3789] = 21, + [4318] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -76940,13 +77352,13 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1891), 1, anon_sym_sizeof, - ACTIONS(2296), 1, + ACTIONS(2270), 1, anon_sym_LPAREN2, - ACTIONS(2310), 1, + ACTIONS(2320), 1, anon_sym_RBRACK, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(973), 1, + STATE(1009), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -76966,7 +77378,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1991), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2298), 2, + ACTIONS(2272), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -76987,7 +77399,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -77009,7 +77421,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [3892] = 22, + [4421] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -77022,14 +77434,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1921), 1, sym_identifier, - ACTIONS(2312), 1, - anon_sym_COLON, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1268), 1, + STATE(1231), 1, sym__expression, + STATE(2067), 1, + sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, @@ -77069,13 +77481,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -77092,94 +77504,89 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [3997] = 26, + [4526] = 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(1290), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2057), 1, + ACTIONS(85), 1, + anon_sym_offsetof, + ACTIONS(87), 1, + anon_sym__Generic, + ACTIONS(157), 1, + sym_number_literal, + ACTIONS(1526), 1, sym_identifier, - ACTIONS(2079), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(2081), 1, - anon_sym_RPAREN, - ACTIONS(2089), 1, - anon_sym_LBRACK, - ACTIONS(2314), 1, + ACTIONS(1891), 1, + anon_sym_sizeof, + ACTIONS(2270), 1, anon_sym_LPAREN2, - ACTIONS(2316), 1, + ACTIONS(2322), 1, + anon_sym_RBRACK, + STATE(773), 1, + sym_string_literal, + STATE(1009), 1, + sym__expression, + ACTIONS(89), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(99), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(159), 2, + sym_true, + sym_false, + ACTIONS(1887), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1889), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1991), 2, anon_sym_STAR, - STATE(1074), 1, - sym__type_specifier, - STATE(1109), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1393), 1, - sym__declaration_specifiers, - STATE(1655), 1, - sym_parameter_list, - STATE(1731), 1, - sym__abstract_declarator, - STATE(1760), 2, - sym_variadic_parameter, - sym_parameter_declaration, - ACTIONS(43), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1643), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - STATE(1099), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - STATE(869), 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, - [4110] = 22, + anon_sym_AMP, + ACTIONS(2272), 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(807), 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, + [4629] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -77192,13 +77599,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1921), 1, sym_identifier, - ACTIONS(2318), 1, + ACTIONS(2324), 1, anon_sym_COLON, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1296), 1, + STATE(1288), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -77239,13 +77646,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -77262,7 +77669,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [4215] = 22, + [4734] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -77275,13 +77682,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1921), 1, sym_identifier, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1198), 1, + STATE(1224), 1, sym__expression, - STATE(1874), 1, + STATE(2183), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -77322,13 +77729,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -77345,7 +77752,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [4320] = 22, + [4839] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -77358,14 +77765,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1921), 1, sym_identifier, - STATE(774), 1, + ACTIONS(2326), 1, + anon_sym_COLON, + STATE(773), 1, sym_string_literal, - STATE(1231), 1, + STATE(1268), 1, sym__expression, - STATE(2067), 1, - sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, @@ -77405,13 +77812,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -77428,7 +77835,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [4425] = 21, + [4944] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -77441,13 +77848,13 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1891), 1, anon_sym_sizeof, - ACTIONS(2296), 1, + ACTIONS(2270), 1, anon_sym_LPAREN2, - ACTIONS(2320), 1, + ACTIONS(2328), 1, anon_sym_RBRACK, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(973), 1, + STATE(1009), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -77467,7 +77874,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1991), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2298), 2, + ACTIONS(2272), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -77488,7 +77895,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -77510,7 +77917,90 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [4528] = 21, + [5047] = 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(157), 1, + sym_number_literal, + ACTIONS(1921), 1, + sym_identifier, + ACTIONS(2330), 1, + anon_sym_COLON, + STATE(773), 1, + sym_string_literal, + STATE(1267), 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(159), 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(919), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(807), 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, + [5152] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -77523,13 +78013,13 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1891), 1, anon_sym_sizeof, - ACTIONS(2296), 1, + ACTIONS(2270), 1, anon_sym_LPAREN2, - ACTIONS(2322), 1, + ACTIONS(2332), 1, anon_sym_RBRACK, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(973), 1, + STATE(1009), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -77549,7 +78039,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1991), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2298), 2, + ACTIONS(2272), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -77570,7 +78060,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -77592,27 +78082,39 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [4631] = 21, + [5255] = 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(157), 1, sym_number_literal, - ACTIONS(1526), 1, + ACTIONS(1921), 1, sym_identifier, - ACTIONS(1891), 1, - anon_sym_sizeof, - ACTIONS(2296), 1, - anon_sym_LPAREN2, - ACTIONS(2324), 1, - anon_sym_RBRACK, - STATE(774), 1, + ACTIONS(2334), 1, + anon_sym_COLON, + STATE(773), 1, sym_string_literal, - STATE(973), 1, + STATE(1294), 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__, @@ -77622,18 +78124,89 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1887), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1889), 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(919), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(807), 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, + [5360] = 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(157), 1, + sym_number_literal, + ACTIONS(1921), 1, + sym_identifier, + ACTIONS(2336), 1, + anon_sym_COLON, + STATE(773), 1, + sym_string_literal, + STATE(1283), 1, + sym__expression, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1991), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2298), 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(159), 2, + sym_true, + sym_false, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -77652,11 +78225,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(919), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -77665,16 +78243,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, - [4734] = 21, + [5465] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -77687,13 +78261,13 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1891), 1, anon_sym_sizeof, - ACTIONS(2296), 1, + ACTIONS(2270), 1, anon_sym_LPAREN2, - ACTIONS(2326), 1, + ACTIONS(2338), 1, anon_sym_RBRACK, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(973), 1, + STATE(1009), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -77713,7 +78287,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1991), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2298), 2, + ACTIONS(2272), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -77734,7 +78308,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -77756,7 +78330,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [4837] = 22, + [5568] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -77769,11 +78343,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1921), 1, sym_identifier, - ACTIONS(2328), 1, + ACTIONS(2340), 1, anon_sym_COLON, - STATE(774), 1, + STATE(773), 1, sym_string_literal, STATE(1295), 1, sym__expression, @@ -77816,13 +78390,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -77839,39 +78413,27 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [4942] = 22, + [5673] = 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(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1526), 1, sym_identifier, - STATE(774), 1, + ACTIONS(1891), 1, + anon_sym_sizeof, + ACTIONS(2270), 1, + anon_sym_LPAREN2, + ACTIONS(2342), 1, + anon_sym_RBRACK, + STATE(773), 1, sym_string_literal, - STATE(1224), 1, + STATE(1009), 1, sym__expression, - STATE(2183), 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__, @@ -77881,6 +78443,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, + ACTIONS(1887), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1889), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1991), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2272), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -77899,16 +78473,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -77917,12 +78486,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, - [5047] = 21, + [5776] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -77935,13 +78508,13 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1891), 1, anon_sym_sizeof, - ACTIONS(2296), 1, + ACTIONS(2270), 1, anon_sym_LPAREN2, - ACTIONS(2330), 1, + ACTIONS(2344), 1, anon_sym_RBRACK, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(973), 1, + STATE(1009), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -77961,7 +78534,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1991), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2298), 2, + ACTIONS(2272), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -77982,7 +78555,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -78004,7 +78577,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [5150] = 21, + [5879] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -78017,13 +78590,13 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1891), 1, anon_sym_sizeof, - ACTIONS(2296), 1, + ACTIONS(2270), 1, anon_sym_LPAREN2, - ACTIONS(2332), 1, + ACTIONS(2346), 1, anon_sym_RBRACK, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(973), 1, + STATE(1009), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -78043,7 +78616,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1991), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2298), 2, + ACTIONS(2272), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -78064,7 +78637,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -78086,90 +78659,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [5253] = 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(157), 1, - sym_number_literal, - ACTIONS(1915), 1, - sym_identifier, - ACTIONS(2334), 1, - anon_sym_COLON, - STATE(774), 1, - sym_string_literal, - STATE(1288), 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(159), 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(922), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(824), 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, - [5358] = 22, + [5982] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -78182,13 +78672,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1921), 1, sym_identifier, - ACTIONS(2336), 1, + ACTIONS(2348), 1, anon_sym_COLON, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1267), 1, + STATE(1271), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -78229,13 +78719,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -78252,7 +78742,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [5463] = 21, + [6087] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -78261,17 +78751,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, + ACTIONS(1524), 1, + anon_sym_sizeof, ACTIONS(1526), 1, sym_identifier, - ACTIONS(1891), 1, - anon_sym_sizeof, - ACTIONS(2296), 1, + ACTIONS(2278), 1, anon_sym_LPAREN2, - ACTIONS(2338), 1, - anon_sym_RBRACK, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(973), 1, + STATE(876), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -78282,16 +78770,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1887), 2, + ACTIONS(1518), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1889), 2, + ACTIONS(1520), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1991), 2, + ACTIONS(2202), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2298), 2, + ACTIONS(2280), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -78312,7 +78800,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -78334,7 +78822,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [5566] = 22, + [6187] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -78347,13 +78835,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1921), 1, sym_identifier, - ACTIONS(2340), 1, - anon_sym_COLON, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1283), 1, + STATE(842), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -78394,13 +78880,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -78417,7 +78903,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [5671] = 22, + [6289] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -78430,13 +78916,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1921), 1, sym_identifier, - ACTIONS(2342), 1, - anon_sym_COLON, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1294), 1, + STATE(1261), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -78477,13 +78961,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -78500,71 +78984,74 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [5776] = 21, + [6391] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(1802), 1, anon_sym_offsetof, - ACTIONS(87), 1, + ACTIONS(1804), 1, anon_sym__Generic, - ACTIONS(157), 1, + ACTIONS(1808), 1, sym_number_literal, - ACTIONS(1526), 1, - sym_identifier, - ACTIONS(1891), 1, + ACTIONS(1927), 1, anon_sym_sizeof, - ACTIONS(2296), 1, + ACTIONS(2234), 1, + sym_identifier, + ACTIONS(2236), 1, anon_sym_LPAREN2, - ACTIONS(2344), 1, - anon_sym_RBRACK, - STATE(774), 1, + STATE(847), 1, sym_string_literal, - STATE(973), 1, + STATE(920), 1, sym__expression, - ACTIONS(89), 2, + ACTIONS(1806), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(99), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(159), 2, + ACTIONS(1814), 2, sym_true, sym_false, - ACTIONS(1887), 2, + ACTIONS(1816), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(1923), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1889), 2, + ACTIONS(1925), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1991), 2, + ACTIONS(2226), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2298), 2, + ACTIONS(2238), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(83), 5, + ACTIONS(1800), 5, anon_sym___alignof__, anon_sym___alignof, anon_sym__alignof, anon_sym_alignof, anon_sym__Alignof, - ACTIONS(93), 5, + ACTIONS(1810), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(95), 5, + ACTIONS(1812), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(950), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(925), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -78573,16 +79060,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, - [5879] = 21, + [6493] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -78591,17 +79074,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, + ACTIONS(1524), 1, + anon_sym_sizeof, ACTIONS(1526), 1, sym_identifier, - ACTIONS(1891), 1, - anon_sym_sizeof, - ACTIONS(2296), 1, + ACTIONS(2278), 1, anon_sym_LPAREN2, - ACTIONS(2346), 1, - anon_sym_RBRACK, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(973), 1, + STATE(882), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -78612,16 +79093,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1887), 2, + ACTIONS(1518), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1889), 2, + ACTIONS(1520), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1991), 2, + ACTIONS(2202), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2298), 2, + ACTIONS(2280), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -78642,7 +79123,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -78664,7 +79145,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [5982] = 22, + [6593] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -78677,13 +79158,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1921), 1, sym_identifier, - ACTIONS(2348), 1, - anon_sym_COLON, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1271), 1, + STATE(1200), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -78724,13 +79203,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -78747,7 +79226,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [6087] = 20, + [6695] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -78760,11 +79239,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_sizeof, ACTIONS(1526), 1, sym_identifier, - ACTIONS(2272), 1, + ACTIONS(2350), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(878), 1, + STATE(836), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -78784,7 +79263,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2202), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2274), 2, + ACTIONS(2280), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -78805,7 +79284,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -78827,88 +79306,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [6187] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, - anon_sym_offsetof, - ACTIONS(87), 1, - anon_sym__Generic, - ACTIONS(157), 1, - sym_number_literal, - ACTIONS(1943), 1, - sym_identifier, - ACTIONS(1949), 1, - anon_sym_sizeof, - ACTIONS(1987), 1, - anon_sym_LPAREN2, - STATE(774), 1, - sym_string_literal, - STATE(1209), 1, - sym__expression, - ACTIONS(89), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(99), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(159), 2, - sym_true, - sym_false, - ACTIONS(1945), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1947), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1991), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(1997), 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(1019), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(824), 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, - [6289] = 21, + [6795] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -78921,11 +79319,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1921), 1, sym_identifier, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1261), 1, + STATE(1193), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -78966,13 +79364,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -78989,74 +79387,69 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [6391] = 21, + [6897] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1850), 1, + ACTIONS(85), 1, anon_sym_offsetof, - ACTIONS(1852), 1, + ACTIONS(87), 1, anon_sym__Generic, - ACTIONS(1856), 1, + ACTIONS(157), 1, sym_number_literal, - ACTIONS(1927), 1, - anon_sym_sizeof, - ACTIONS(2300), 1, + ACTIONS(1526), 1, sym_identifier, - ACTIONS(2302), 1, + ACTIONS(1532), 1, + anon_sym_sizeof, + ACTIONS(2206), 1, anon_sym_LPAREN2, - STATE(848), 1, + STATE(773), 1, sym_string_literal, - STATE(920), 1, + STATE(888), 1, sym__expression, - ACTIONS(1854), 2, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(89), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1862), 2, - sym_true, - sym_false, - ACTIONS(1864), 2, + ACTIONS(99), 2, anon_sym_NULL, anon_sym_nullptr, - ACTIONS(1923), 2, + ACTIONS(159), 2, + sym_true, + sym_false, + ACTIONS(1528), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1925), 2, + ACTIONS(1530), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2212), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2304), 2, + ACTIONS(2208), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1848), 5, + ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, anon_sym__alignof, anon_sym_alignof, anon_sym__Alignof, - ACTIONS(1858), 5, + ACTIONS(93), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(1860), 5, + ACTIONS(95), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(930), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(926), 16, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -79065,14 +79458,22 @@ 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, - [6493] = 21, + [6997] = 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, @@ -79080,15 +79481,23 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(157), 1, sym_number_literal, ACTIONS(1921), 1, - anon_sym_sizeof, - ACTIONS(2198), 1, sym_identifier, - ACTIONS(2200), 1, - anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1136), 1, + STATE(831), 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__, @@ -79098,18 +79507,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1917), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1919), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(2202), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2204), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -79128,13 +79525,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(887), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -79151,7 +79548,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [6595] = 20, + [7099] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -79160,16 +79557,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1524), 1, - anon_sym_sizeof, ACTIONS(1526), 1, sym_identifier, - ACTIONS(2350), 1, + ACTIONS(1532), 1, + anon_sym_sizeof, + ACTIONS(2206), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, STATE(832), 1, sym__expression, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(89), 2, anon_sym_asm, anon_sym___asm__, @@ -79179,16 +79579,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1518), 2, + ACTIONS(1528), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1520), 2, + ACTIONS(1530), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2202), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2274), 2, + ACTIONS(2208), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -79209,7 +79606,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -79231,71 +79628,71 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [6695] = 21, + [7199] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, - ACTIONS(85), 1, + ACTIONS(1802), 1, anon_sym_offsetof, - ACTIONS(87), 1, + ACTIONS(1804), 1, anon_sym__Generic, - ACTIONS(157), 1, + ACTIONS(1808), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1927), 1, + anon_sym_sizeof, + ACTIONS(2234), 1, sym_identifier, - STATE(774), 1, + ACTIONS(2236), 1, + anon_sym_LPAREN2, + STATE(847), 1, sym_string_literal, - STATE(1193), 1, + STATE(915), 1, sym__expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(1806), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(1814), 2, + sym_true, + sym_false, + ACTIONS(1816), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(1923), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, + ACTIONS(1925), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2226), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(79), 2, + ACTIONS(2238), 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(159), 2, - sym_true, - sym_false, - ACTIONS(83), 5, + ACTIONS(1800), 5, anon_sym___alignof__, anon_sym___alignof, anon_sym__alignof, anon_sym_alignof, anon_sym__Alignof, - ACTIONS(93), 5, + ACTIONS(1810), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(95), 5, + ACTIONS(1812), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(950), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(925), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -79312,7 +79709,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [6797] = 20, + [7301] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -79321,19 +79718,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, + ACTIONS(1524), 1, + anon_sym_sizeof, ACTIONS(1526), 1, sym_identifier, - ACTIONS(1532), 1, - anon_sym_sizeof, - ACTIONS(2250), 1, + ACTIONS(2278), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(901), 1, + STATE(880), 1, sym__expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(89), 2, anon_sym_asm, anon_sym___asm__, @@ -79343,13 +79737,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1528), 2, + ACTIONS(1518), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1530), 2, + ACTIONS(1520), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2252), 2, + ACTIONS(2202), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2280), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -79370,7 +79767,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -79392,37 +79789,28 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [6897] = 21, + [7401] = 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(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1526), 1, sym_identifier, - STATE(774), 1, + ACTIONS(1532), 1, + anon_sym_sizeof, + ACTIONS(2206), 1, + anon_sym_LPAREN2, + STATE(773), 1, sym_string_literal, - STATE(829), 1, + STATE(831), 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__, @@ -79432,6 +79820,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, + ACTIONS(1528), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1530), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2208), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -79450,16 +79847,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -79468,70 +79860,74 @@ 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, - [6999] = 20, + [7501] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(1798), 1, + anon_sym_sizeof, + ACTIONS(1802), 1, anon_sym_offsetof, - ACTIONS(87), 1, + ACTIONS(1804), 1, anon_sym__Generic, - ACTIONS(157), 1, + ACTIONS(1808), 1, sym_number_literal, - ACTIONS(1526), 1, + ACTIONS(2222), 1, sym_identifier, - ACTIONS(1532), 1, - anon_sym_sizeof, - ACTIONS(2250), 1, + ACTIONS(2224), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(847), 1, sym_string_literal, - STATE(837), 1, + STATE(921), 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(159), 2, - sym_true, - sym_false, - ACTIONS(1528), 2, + ACTIONS(1792), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1530), 2, + ACTIONS(1794), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2252), 2, + ACTIONS(1806), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(1814), 2, + sym_true, + sym_false, + ACTIONS(1816), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(2226), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2228), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(83), 5, + ACTIONS(1800), 5, anon_sym___alignof__, anon_sym___alignof, anon_sym__alignof, anon_sym_alignof, anon_sym__Alignof, - ACTIONS(93), 5, + ACTIONS(1810), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(95), 5, + ACTIONS(1812), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(925), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -79553,74 +79949,69 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [7099] = 21, + [7601] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1850), 1, + ACTIONS(85), 1, anon_sym_offsetof, - ACTIONS(1852), 1, + ACTIONS(87), 1, anon_sym__Generic, - ACTIONS(1856), 1, + ACTIONS(157), 1, sym_number_literal, - ACTIONS(1927), 1, + ACTIONS(1524), 1, anon_sym_sizeof, - ACTIONS(2300), 1, + ACTIONS(1526), 1, sym_identifier, - ACTIONS(2302), 1, + ACTIONS(2278), 1, anon_sym_LPAREN2, - STATE(848), 1, + STATE(773), 1, sym_string_literal, - STATE(915), 1, + STATE(883), 1, sym__expression, - ACTIONS(1854), 2, + ACTIONS(89), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1862), 2, - sym_true, - sym_false, - ACTIONS(1864), 2, + ACTIONS(99), 2, anon_sym_NULL, anon_sym_nullptr, - ACTIONS(1923), 2, + ACTIONS(159), 2, + sym_true, + sym_false, + ACTIONS(1518), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1925), 2, + ACTIONS(1520), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2212), 2, + ACTIONS(2202), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2304), 2, + ACTIONS(2280), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1848), 5, + ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, anon_sym__alignof, anon_sym_alignof, anon_sym__Alignof, - ACTIONS(1858), 5, + ACTIONS(93), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(1860), 5, + ACTIONS(95), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(930), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(926), 16, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -79629,42 +80020,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, - [7201] = 21, + [7701] = 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(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1919), 1, + anon_sym_sizeof, + ACTIONS(2198), 1, sym_identifier, - STATE(774), 1, + ACTIONS(2200), 1, + anon_sym_LPAREN2, + STATE(773), 1, sym_string_literal, - STATE(1200), 1, + STATE(1137), 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__, @@ -79674,6 +80057,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, + ACTIONS(1915), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1917), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2202), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2204), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -79692,13 +80087,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(899), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -79715,7 +80110,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [7303] = 20, + [7803] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -79724,19 +80119,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, + ACTIONS(1524), 1, + anon_sym_sizeof, ACTIONS(1526), 1, sym_identifier, - ACTIONS(1532), 1, - anon_sym_sizeof, - ACTIONS(2250), 1, + ACTIONS(2278), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(829), 1, + STATE(885), 1, sym__expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(89), 2, anon_sym_asm, anon_sym___asm__, @@ -79746,13 +80138,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1528), 2, + ACTIONS(1518), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1530), 2, + ACTIONS(1520), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2252), 2, + ACTIONS(2202), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2280), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -79773,7 +80168,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -79795,117 +80190,28 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [7403] = 20, + [7903] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1846), 1, - anon_sym_sizeof, - ACTIONS(1850), 1, - anon_sym_offsetof, - ACTIONS(1852), 1, - anon_sym__Generic, - ACTIONS(1856), 1, - sym_number_literal, - ACTIONS(2208), 1, - sym_identifier, - ACTIONS(2210), 1, - anon_sym_LPAREN2, - STATE(848), 1, - sym_string_literal, - STATE(921), 1, - sym__expression, - ACTIONS(1840), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1842), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1854), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(1862), 2, - sym_true, - sym_false, - ACTIONS(1864), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(2212), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2214), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1848), 5, - anon_sym___alignof__, - anon_sym___alignof, - anon_sym__alignof, - anon_sym_alignof, - anon_sym__Alignof, - ACTIONS(1858), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(1860), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(926), 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, - [7503] = 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(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1526), 1, sym_identifier, - STATE(774), 1, + ACTIONS(1532), 1, + anon_sym_sizeof, + ACTIONS(2206), 1, + anon_sym_LPAREN2, + STATE(773), 1, sym_string_literal, - STATE(1280), 1, + STATE(837), 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__, @@ -79915,6 +80221,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, + ACTIONS(1528), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1530), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2208), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -79933,16 +80248,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -79951,12 +80261,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, - [7605] = 21, + [8003] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -79965,16 +80279,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1921), 1, - anon_sym_sizeof, - ACTIONS(2198), 1, + ACTIONS(1526), 1, sym_identifier, - ACTIONS(2200), 1, + ACTIONS(1532), 1, + anon_sym_sizeof, + ACTIONS(2352), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1137), 1, + STATE(836), 1, sym__expression, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(89), 2, anon_sym_asm, anon_sym___asm__, @@ -79984,16 +80301,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1917), 2, + ACTIONS(1528), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1919), 2, + ACTIONS(1530), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2202), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2204), 2, + ACTIONS(2208), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -80014,16 +80328,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(887), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -80032,12 +80341,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, - [7707] = 21, + [8103] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -80046,15 +80359,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1921), 1, + ACTIONS(1919), 1, anon_sym_sizeof, ACTIONS(2198), 1, sym_identifier, - ACTIONS(2200), 1, + ACTIONS(2354), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1135), 1, + STATE(836), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -80065,10 +80378,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1917), 2, + ACTIONS(1915), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1919), 2, + ACTIONS(1917), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(2202), 2, @@ -80095,13 +80408,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(887), 5, + STATE(899), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -80118,7 +80431,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [7809] = 20, + [8205] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -80127,19 +80440,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1526), 1, + ACTIONS(1931), 1, sym_identifier, - ACTIONS(1532), 1, + ACTIONS(1937), 1, anon_sym_sizeof, - ACTIONS(2250), 1, + ACTIONS(1987), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(834), 1, + STATE(1011), 1, sym__expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(89), 2, anon_sym_asm, anon_sym___asm__, @@ -80149,13 +80459,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1528), 2, + ACTIONS(1933), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1530), 2, + ACTIONS(1935), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2252), 2, + ACTIONS(1991), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(1997), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -80176,11 +80489,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(1017), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -80189,16 +80507,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, - [7909] = 20, + [8307] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -80207,19 +80521,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, + ACTIONS(1524), 1, + anon_sym_sizeof, ACTIONS(1526), 1, sym_identifier, - ACTIONS(1532), 1, - anon_sym_sizeof, - ACTIONS(2352), 1, + ACTIONS(2278), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(832), 1, + STATE(878), 1, sym__expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(89), 2, anon_sym_asm, anon_sym___asm__, @@ -80229,13 +80540,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1528), 2, + ACTIONS(1518), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1530), 2, + ACTIONS(1520), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2252), 2, + ACTIONS(2202), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2280), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -80256,7 +80570,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -80278,7 +80592,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [8009] = 21, + [8407] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -80287,15 +80601,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1921), 1, + ACTIONS(1919), 1, anon_sym_sizeof, ACTIONS(2198), 1, sym_identifier, - ACTIONS(2354), 1, + ACTIONS(2200), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(832), 1, + STATE(1134), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -80306,10 +80620,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1917), 2, + ACTIONS(1915), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1919), 2, + ACTIONS(1917), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(2202), 2, @@ -80336,13 +80650,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(887), 5, + STATE(899), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -80359,7 +80673,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [8111] = 21, + [8509] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -80372,11 +80686,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1921), 1, sym_identifier, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1273), 1, + STATE(1280), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -80417,13 +80731,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -80440,7 +80754,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [8213] = 20, + [8611] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -80449,15 +80763,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1524), 1, + ACTIONS(1919), 1, anon_sym_sizeof, - ACTIONS(1526), 1, + ACTIONS(2198), 1, sym_identifier, - ACTIONS(2272), 1, + ACTIONS(2200), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(834), 1, + STATE(1135), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -80468,16 +80782,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1518), 2, + ACTIONS(1915), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1520), 2, + ACTIONS(1917), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(2202), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2274), 2, + ACTIONS(2204), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -80498,11 +80812,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(899), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -80511,16 +80830,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, - [8313] = 20, + [8713] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -80529,15 +80844,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1524), 1, - anon_sym_sizeof, ACTIONS(1526), 1, sym_identifier, - ACTIONS(2272), 1, + ACTIONS(1891), 1, + anon_sym_sizeof, + ACTIONS(2270), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(829), 1, + STATE(1009), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -80548,16 +80863,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1518), 2, + ACTIONS(1887), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1520), 2, + ACTIONS(1889), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2202), 2, + ACTIONS(1991), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2274), 2, + ACTIONS(2272), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -80578,7 +80893,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -80600,37 +80915,25 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [8413] = 21, + [8813] = 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(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1919), 1, + anon_sym_sizeof, + ACTIONS(2198), 1, sym_identifier, - STATE(774), 1, + ACTIONS(2200), 1, + anon_sym_LPAREN2, + STATE(773), 1, sym_string_literal, - STATE(834), 1, + STATE(1139), 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__, @@ -80640,6 +80943,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, + ACTIONS(1915), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1917), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2202), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2204), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -80658,13 +80973,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(899), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -80681,37 +80996,25 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [8515] = 21, + [8915] = 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(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1524), 1, + anon_sym_sizeof, + ACTIONS(1526), 1, sym_identifier, - STATE(774), 1, + ACTIONS(2278), 1, + anon_sym_LPAREN2, + STATE(773), 1, sym_string_literal, - STATE(1265), 1, + STATE(879), 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__, @@ -80721,6 +81024,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, + ACTIONS(1518), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1520), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2202), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2280), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -80739,16 +81054,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -80757,14 +81067,20 @@ 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, - [8617] = 21, + [9015] = 21, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(85), 1, @@ -80773,13 +81089,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1921), 1, sym_identifier, - ACTIONS(2356), 1, - anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(832), 1, + STATE(1277), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -80820,13 +81134,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -80843,71 +81157,71 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [8719] = 21, + [9117] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, - ACTIONS(85), 1, + ACTIONS(1802), 1, anon_sym_offsetof, - ACTIONS(87), 1, + ACTIONS(1804), 1, anon_sym__Generic, - ACTIONS(157), 1, + ACTIONS(1808), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1927), 1, + anon_sym_sizeof, + ACTIONS(2234), 1, sym_identifier, - STATE(774), 1, + ACTIONS(2356), 1, + anon_sym_LPAREN2, + STATE(847), 1, sym_string_literal, - STATE(1151), 1, + STATE(916), 1, sym__expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(1806), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(1814), 2, + sym_true, + sym_false, + ACTIONS(1816), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(1923), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, + ACTIONS(1925), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2226), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(79), 2, + ACTIONS(2238), 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(159), 2, - sym_true, - sym_false, - ACTIONS(83), 5, + ACTIONS(1800), 5, anon_sym___alignof__, anon_sym___alignof, anon_sym__alignof, anon_sym_alignof, anon_sym__Alignof, - ACTIONS(93), 5, + ACTIONS(1810), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(95), 5, + ACTIONS(1812), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(950), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(925), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -80924,7 +81238,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [8821] = 20, + [9219] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -80937,11 +81251,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_sizeof, ACTIONS(1526), 1, sym_identifier, - ACTIONS(2272), 1, + ACTIONS(2278), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(883), 1, + STATE(873), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -80961,7 +81275,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2202), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2274), 2, + ACTIONS(2280), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -80982,7 +81296,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -81004,37 +81318,25 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [8921] = 21, + [9319] = 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(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1919), 1, + anon_sym_sizeof, + ACTIONS(2198), 1, sym_identifier, - STATE(774), 1, + ACTIONS(2200), 1, + anon_sym_LPAREN2, + STATE(773), 1, sym_string_literal, - STATE(1149), 1, + STATE(1128), 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__, @@ -81044,6 +81346,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, + ACTIONS(1915), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1917), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2202), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2204), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -81062,13 +81376,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(899), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -81085,7 +81399,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [9023] = 20, + [9421] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -81098,11 +81412,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_sizeof, ACTIONS(1526), 1, sym_identifier, - ACTIONS(2272), 1, + ACTIONS(2278), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(882), 1, + STATE(842), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -81122,7 +81436,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2202), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2274), 2, + ACTIONS(2280), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -81143,7 +81457,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -81165,37 +81479,25 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [9123] = 21, + [9521] = 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(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1524), 1, + anon_sym_sizeof, + ACTIONS(1526), 1, sym_identifier, - STATE(774), 1, + ACTIONS(2278), 1, + anon_sym_LPAREN2, + STATE(773), 1, sym_string_literal, - STATE(1277), 1, + STATE(881), 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__, @@ -81205,6 +81507,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, + ACTIONS(1518), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1520), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2202), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2280), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -81223,16 +81537,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -81241,79 +81550,78 @@ 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, - [9225] = 21, + [9621] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1850), 1, + ACTIONS(85), 1, anon_sym_offsetof, - ACTIONS(1852), 1, + ACTIONS(87), 1, anon_sym__Generic, - ACTIONS(1856), 1, + ACTIONS(157), 1, sym_number_literal, - ACTIONS(1927), 1, + ACTIONS(1524), 1, anon_sym_sizeof, - ACTIONS(2300), 1, + ACTIONS(1526), 1, sym_identifier, - ACTIONS(2302), 1, + ACTIONS(2278), 1, anon_sym_LPAREN2, - STATE(848), 1, + STATE(773), 1, sym_string_literal, - STATE(1168), 1, + STATE(837), 1, sym__expression, - ACTIONS(1854), 2, + ACTIONS(89), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1862), 2, - sym_true, - sym_false, - ACTIONS(1864), 2, + ACTIONS(99), 2, anon_sym_NULL, anon_sym_nullptr, - ACTIONS(1923), 2, + ACTIONS(159), 2, + sym_true, + sym_false, + ACTIONS(1518), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1925), 2, + ACTIONS(1520), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2212), 2, + ACTIONS(2202), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2304), 2, + ACTIONS(2280), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1848), 5, + ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, anon_sym__alignof, anon_sym_alignof, anon_sym__Alignof, - ACTIONS(1858), 5, + ACTIONS(93), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(1860), 5, + ACTIONS(95), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(930), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(926), 16, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -81322,12 +81630,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, - [9327] = 21, + [9721] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -81336,15 +81648,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1943), 1, - sym_identifier, - ACTIONS(1949), 1, + ACTIONS(1524), 1, anon_sym_sizeof, - ACTIONS(2358), 1, + ACTIONS(1526), 1, + sym_identifier, + ACTIONS(2278), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(989), 1, + STATE(831), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -81355,16 +81667,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1945), 2, + ACTIONS(1518), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1947), 2, + ACTIONS(1520), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1991), 2, + ACTIONS(2202), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(1997), 2, + ACTIONS(2280), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -81385,16 +81697,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1019), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -81403,33 +81710,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, - [9429] = 20, + [9821] = 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(157), 1, sym_number_literal, - ACTIONS(1526), 1, + ACTIONS(1921), 1, sym_identifier, - ACTIONS(1532), 1, - anon_sym_sizeof, - ACTIONS(2250), 1, - anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(890), 1, + STATE(1291), 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__, @@ -81439,15 +81759,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1528), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1530), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(2252), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -81466,11 +81777,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(919), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -81479,16 +81795,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, - [9529] = 21, + [9923] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -81497,15 +81809,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1943), 1, - sym_identifier, - ACTIONS(1949), 1, + ACTIONS(1919), 1, anon_sym_sizeof, - ACTIONS(1987), 1, + ACTIONS(2198), 1, + sym_identifier, + ACTIONS(2200), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1290), 1, + STATE(1138), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -81516,16 +81828,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1945), 2, + ACTIONS(1915), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1947), 2, + ACTIONS(1917), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1991), 2, + ACTIONS(2202), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(1997), 2, + ACTIONS(2204), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -81546,13 +81858,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1019), 5, + STATE(899), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -81569,7 +81881,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [9631] = 20, + [10025] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -81578,19 +81890,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1526), 1, - sym_identifier, - ACTIONS(1532), 1, + ACTIONS(1919), 1, anon_sym_sizeof, - ACTIONS(2250), 1, + ACTIONS(2198), 1, + sym_identifier, + ACTIONS(2200), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(899), 1, + STATE(842), 1, sym__expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(89), 2, anon_sym_asm, anon_sym___asm__, @@ -81600,13 +81909,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1528), 2, + ACTIONS(1915), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1530), 2, + ACTIONS(1917), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2252), 2, + ACTIONS(2202), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2204), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -81627,11 +81939,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(899), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -81640,37 +81957,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, - [9731] = 20, + [10127] = 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(157), 1, sym_number_literal, - ACTIONS(1526), 1, + ACTIONS(1921), 1, sym_identifier, - ACTIONS(1532), 1, - anon_sym_sizeof, - ACTIONS(2250), 1, - anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(898), 1, + STATE(1270), 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__, @@ -81680,15 +82002,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1528), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1530), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(2252), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -81707,11 +82020,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(919), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -81720,16 +82038,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, - [9831] = 20, + [10229] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -81738,19 +82052,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1526), 1, - sym_identifier, - ACTIONS(1532), 1, + ACTIONS(1919), 1, anon_sym_sizeof, - ACTIONS(2250), 1, + ACTIONS(2198), 1, + sym_identifier, + ACTIONS(2200), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(897), 1, + STATE(1132), 1, sym__expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(89), 2, anon_sym_asm, anon_sym___asm__, @@ -81760,13 +82071,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1528), 2, + ACTIONS(1915), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1530), 2, + ACTIONS(1917), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2252), 2, + ACTIONS(2202), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2204), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -81787,11 +82101,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(899), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -81800,37 +82119,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, - [9931] = 20, + [10331] = 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(157), 1, sym_number_literal, - ACTIONS(1526), 1, + ACTIONS(1921), 1, sym_identifier, - ACTIONS(1532), 1, - anon_sym_sizeof, - ACTIONS(2250), 1, - anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(894), 1, + STATE(837), 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__, @@ -81840,15 +82164,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1528), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1530), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(2252), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -81867,11 +82182,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(919), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -81880,37 +82200,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, - [10031] = 20, + [10433] = 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(157), 1, sym_number_literal, - ACTIONS(1526), 1, + ACTIONS(1921), 1, sym_identifier, - ACTIONS(1532), 1, - anon_sym_sizeof, - ACTIONS(2250), 1, + ACTIONS(2358), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(888), 1, + STATE(836), 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__, @@ -81920,15 +82245,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1528), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1530), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(2252), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -81947,11 +82263,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(919), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -81960,16 +82281,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, - [10131] = 21, + [10535] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -81978,15 +82295,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1943), 1, + ACTIONS(1526), 1, sym_identifier, - ACTIONS(1949), 1, + ACTIONS(1891), 1, anon_sym_sizeof, - ACTIONS(1987), 1, + ACTIONS(2270), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1253), 1, + STATE(971), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -81997,16 +82314,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1945), 2, + ACTIONS(1887), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1947), 2, + ACTIONS(1889), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1991), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(1997), 2, + ACTIONS(2272), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -82027,16 +82344,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1019), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -82045,33 +82357,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, - [10233] = 20, + [10635] = 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(157), 1, sym_number_literal, - ACTIONS(1526), 1, + ACTIONS(1921), 1, sym_identifier, - ACTIONS(1532), 1, - anon_sym_sizeof, - ACTIONS(2250), 1, - anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(886), 1, + STATE(1265), 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__, @@ -82081,15 +82406,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1528), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1530), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(2252), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -82108,11 +82424,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(919), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -82121,16 +82442,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, - [10333] = 20, + [10737] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -82139,19 +82456,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, + ACTIONS(1524), 1, + anon_sym_sizeof, ACTIONS(1526), 1, sym_identifier, - ACTIONS(1532), 1, - anon_sym_sizeof, - ACTIONS(2250), 1, + ACTIONS(2278), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(889), 1, + STATE(874), 1, sym__expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(89), 2, anon_sym_asm, anon_sym___asm__, @@ -82161,13 +82475,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1528), 2, + ACTIONS(1518), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1530), 2, + ACTIONS(1520), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2252), 2, + ACTIONS(2202), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2280), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -82188,7 +82505,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -82210,65 +82527,65 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [10433] = 20, + [10837] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(1798), 1, + anon_sym_sizeof, + ACTIONS(1802), 1, anon_sym_offsetof, - ACTIONS(87), 1, + ACTIONS(1804), 1, anon_sym__Generic, - ACTIONS(157), 1, + ACTIONS(1808), 1, sym_number_literal, - ACTIONS(1526), 1, + ACTIONS(2222), 1, sym_identifier, - ACTIONS(1532), 1, - anon_sym_sizeof, - ACTIONS(2250), 1, + ACTIONS(2224), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(847), 1, sym_string_literal, - STATE(839), 1, + STATE(912), 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(159), 2, - sym_true, - sym_false, - ACTIONS(1528), 2, + ACTIONS(1792), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1530), 2, + ACTIONS(1794), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2252), 2, + ACTIONS(1806), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(1814), 2, + sym_true, + sym_false, + ACTIONS(1816), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(2226), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2228), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(83), 5, + ACTIONS(1800), 5, anon_sym___alignof__, anon_sym___alignof, anon_sym__alignof, anon_sym_alignof, anon_sym__Alignof, - ACTIONS(93), 5, + ACTIONS(1810), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(95), 5, + ACTIONS(1812), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(925), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -82290,25 +82607,37 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [10533] = 21, + [10937] = 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(157), 1, sym_number_literal, - ACTIONS(1943), 1, + ACTIONS(1921), 1, sym_identifier, - ACTIONS(1949), 1, - anon_sym_sizeof, - ACTIONS(1987), 1, - anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1251), 1, + STATE(1273), 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__, @@ -82318,18 +82647,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1945), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1947), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1991), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(1997), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -82348,13 +82665,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1019), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -82371,7 +82688,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [10635] = 20, + [11039] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -82380,19 +82697,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1526), 1, - sym_identifier, - ACTIONS(1532), 1, + ACTIONS(1919), 1, anon_sym_sizeof, - ACTIONS(2250), 1, + ACTIONS(2198), 1, + sym_identifier, + ACTIONS(2200), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(891), 1, + STATE(1133), 1, sym__expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(89), 2, anon_sym_asm, anon_sym___asm__, @@ -82402,13 +82716,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1528), 2, + ACTIONS(1915), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1530), 2, + ACTIONS(1917), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2252), 2, + ACTIONS(2202), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2204), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -82429,7 +82746,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(899), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(807), 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, + [11141] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1798), 1, + anon_sym_sizeof, + ACTIONS(1802), 1, + anon_sym_offsetof, + ACTIONS(1804), 1, + anon_sym__Generic, + ACTIONS(1808), 1, + sym_number_literal, + ACTIONS(2222), 1, + sym_identifier, + ACTIONS(2360), 1, + anon_sym_LPAREN2, + STATE(847), 1, + sym_string_literal, + STATE(916), 1, + sym__expression, + ACTIONS(1792), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1794), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1806), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(1814), 2, + sym_true, + sym_false, + ACTIONS(1816), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(2226), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2228), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1800), 5, + anon_sym___alignof__, + anon_sym___alignof, + anon_sym__alignof, + anon_sym_alignof, + anon_sym__Alignof, + ACTIONS(1810), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(1812), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(925), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -82451,7 +82849,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [10735] = 21, + [11241] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -82460,15 +82858,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1921), 1, + ACTIONS(1919), 1, anon_sym_sizeof, ACTIONS(2198), 1, sym_identifier, ACTIONS(2200), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1131), 1, + STATE(1140), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -82479,10 +82877,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1917), 2, + ACTIONS(1915), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1919), 2, + ACTIONS(1917), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(2202), 2, @@ -82509,13 +82907,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(887), 5, + STATE(899), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -82532,25 +82930,37 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [10837] = 21, + [11343] = 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(157), 1, sym_number_literal, - ACTIONS(1943), 1, + ACTIONS(1921), 1, sym_identifier, - ACTIONS(1949), 1, - anon_sym_sizeof, - ACTIONS(1987), 1, - anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(983), 1, + STATE(1274), 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__, @@ -82560,18 +82970,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1945), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1947), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1991), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(1997), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -82590,13 +82988,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1019), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -82613,65 +83011,65 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [10939] = 20, + [11445] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1846), 1, + ACTIONS(1798), 1, anon_sym_sizeof, - ACTIONS(1850), 1, + ACTIONS(1802), 1, anon_sym_offsetof, - ACTIONS(1852), 1, + ACTIONS(1804), 1, anon_sym__Generic, - ACTIONS(1856), 1, + ACTIONS(1808), 1, sym_number_literal, - ACTIONS(2208), 1, + ACTIONS(2222), 1, sym_identifier, - ACTIONS(2360), 1, + ACTIONS(2224), 1, anon_sym_LPAREN2, - STATE(848), 1, + STATE(847), 1, sym_string_literal, - STATE(911), 1, + STATE(915), 1, sym__expression, - ACTIONS(1840), 2, + ACTIONS(1792), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1842), 2, + ACTIONS(1794), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1854), 2, + ACTIONS(1806), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1862), 2, + ACTIONS(1814), 2, sym_true, sym_false, - ACTIONS(1864), 2, + ACTIONS(1816), 2, anon_sym_NULL, anon_sym_nullptr, - ACTIONS(2212), 2, + ACTIONS(2226), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2214), 2, + ACTIONS(2228), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1848), 5, + ACTIONS(1800), 5, anon_sym___alignof__, anon_sym___alignof, anon_sym__alignof, anon_sym_alignof, anon_sym__Alignof, - ACTIONS(1858), 5, + ACTIONS(1810), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(1860), 5, + ACTIONS(1812), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(926), 21, + STATE(925), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -82693,69 +83091,74 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [11039] = 20, + [11545] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1846), 1, - anon_sym_sizeof, - ACTIONS(1850), 1, + ACTIONS(85), 1, anon_sym_offsetof, - ACTIONS(1852), 1, + ACTIONS(87), 1, anon_sym__Generic, - ACTIONS(1856), 1, + ACTIONS(157), 1, sym_number_literal, - ACTIONS(2208), 1, + ACTIONS(1919), 1, + anon_sym_sizeof, + ACTIONS(2198), 1, sym_identifier, - ACTIONS(2210), 1, + ACTIONS(2200), 1, anon_sym_LPAREN2, - STATE(848), 1, + STATE(773), 1, sym_string_literal, - STATE(915), 1, + STATE(1130), 1, sym__expression, - ACTIONS(1840), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1842), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1854), 2, + ACTIONS(89), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1862), 2, - sym_true, - sym_false, - ACTIONS(1864), 2, + ACTIONS(99), 2, anon_sym_NULL, anon_sym_nullptr, - ACTIONS(2212), 2, + ACTIONS(159), 2, + sym_true, + sym_false, + ACTIONS(1915), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1917), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2202), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2214), 2, + ACTIONS(2204), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1848), 5, + ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, anon_sym__alignof, anon_sym_alignof, anon_sym__Alignof, - ACTIONS(1858), 5, + ACTIONS(93), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(1860), 5, + ACTIONS(95), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(926), 21, + STATE(899), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -82764,18 +83167,18 @@ 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, - [11139] = 21, + [11647] = 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, @@ -82783,15 +83186,23 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(157), 1, sym_number_literal, ACTIONS(1921), 1, - anon_sym_sizeof, - ACTIONS(2198), 1, sym_identifier, - ACTIONS(2200), 1, - anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1132), 1, + STATE(1230), 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__, @@ -82801,18 +83212,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1917), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1919), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(2202), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2204), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -82831,13 +83230,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(887), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -82854,25 +83253,37 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [11241] = 21, + [11749] = 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(157), 1, sym_number_literal, - ACTIONS(1943), 1, + ACTIONS(1921), 1, sym_identifier, - ACTIONS(1949), 1, - anon_sym_sizeof, - ACTIONS(1987), 1, - anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1249), 1, + STATE(1149), 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__, @@ -82882,18 +83293,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1945), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1947), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1991), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(1997), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -82912,13 +83311,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1019), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -82935,7 +83334,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [11343] = 21, + [11851] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -82948,11 +83347,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1921), 1, sym_identifier, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1274), 1, + STATE(1286), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -82993,13 +83392,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -83016,7 +83415,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [11445] = 20, + [11953] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -83025,19 +83424,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, + ACTIONS(1524), 1, + anon_sym_sizeof, ACTIONS(1526), 1, sym_identifier, - ACTIONS(1532), 1, - anon_sym_sizeof, - ACTIONS(2250), 1, + ACTIONS(2278), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(902), 1, + STATE(875), 1, sym__expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(89), 2, anon_sym_asm, anon_sym___asm__, @@ -83047,13 +83443,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1528), 2, + ACTIONS(1518), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1530), 2, + ACTIONS(1520), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2252), 2, + ACTIONS(2202), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2280), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -83074,7 +83473,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -83096,74 +83495,69 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [11545] = 21, + [12053] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(1798), 1, + anon_sym_sizeof, + ACTIONS(1802), 1, anon_sym_offsetof, - ACTIONS(87), 1, + ACTIONS(1804), 1, anon_sym__Generic, - ACTIONS(157), 1, + ACTIONS(1808), 1, sym_number_literal, - ACTIONS(1921), 1, - anon_sym_sizeof, - ACTIONS(2198), 1, + ACTIONS(2222), 1, sym_identifier, - ACTIONS(2200), 1, + ACTIONS(2224), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(847), 1, sym_string_literal, - STATE(1140), 1, + STATE(906), 1, sym__expression, - ACTIONS(89), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(99), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(159), 2, - sym_true, - sym_false, - ACTIONS(1917), 2, + ACTIONS(1792), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1919), 2, + ACTIONS(1794), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2202), 2, + ACTIONS(1806), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(1814), 2, + sym_true, + sym_false, + ACTIONS(1816), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(2226), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2204), 2, + ACTIONS(2228), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(83), 5, + ACTIONS(1800), 5, anon_sym___alignof__, anon_sym___alignof, anon_sym__alignof, anon_sym_alignof, anon_sym__Alignof, - ACTIONS(93), 5, + ACTIONS(1810), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(95), 5, + ACTIONS(1812), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(887), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(824), 16, + STATE(925), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -83172,76 +83566,154 @@ 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, - [11647] = 21, + [12153] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(1951), 1, + anon_sym_const, + ACTIONS(1955), 1, + anon_sym_LPAREN2, + ACTIONS(1961), 1, + anon_sym_STAR, + ACTIONS(1968), 1, + anon_sym_EQ, + STATE(771), 1, + sym_string_literal, + STATE(1092), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(1976), 2, + anon_sym_RPAREN, + anon_sym_LBRACK, + ACTIONS(2362), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(95), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(1964), 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(1972), 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(1959), 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(1953), 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, + [12241] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1802), 1, anon_sym_offsetof, - ACTIONS(87), 1, + ACTIONS(1804), 1, anon_sym__Generic, - ACTIONS(157), 1, + ACTIONS(1808), 1, sym_number_literal, - ACTIONS(1943), 1, - sym_identifier, - ACTIONS(1949), 1, + ACTIONS(1927), 1, anon_sym_sizeof, - ACTIONS(1987), 1, + ACTIONS(2234), 1, + sym_identifier, + ACTIONS(2236), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(847), 1, sym_string_literal, - STATE(1246), 1, + STATE(1165), 1, sym__expression, - ACTIONS(89), 2, + ACTIONS(1806), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(99), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(159), 2, + ACTIONS(1814), 2, sym_true, sym_false, - ACTIONS(1945), 2, + ACTIONS(1816), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(1923), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1947), 2, + ACTIONS(1925), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1991), 2, + ACTIONS(2226), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(1997), 2, + ACTIONS(2238), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(83), 5, + ACTIONS(1800), 5, anon_sym___alignof__, anon_sym___alignof, anon_sym__alignof, anon_sym_alignof, anon_sym__Alignof, - ACTIONS(93), 5, + ACTIONS(1810), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(95), 5, + ACTIONS(1812), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1019), 5, + STATE(950), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(925), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -83258,7 +83730,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [11749] = 21, + [12343] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -83267,16 +83739,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1943), 1, + ACTIONS(1526), 1, sym_identifier, - ACTIONS(1949), 1, + ACTIONS(1532), 1, anon_sym_sizeof, - ACTIONS(1987), 1, + ACTIONS(2206), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1242), 1, + STATE(898), 1, sym__expression, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(89), 2, anon_sym_asm, anon_sym___asm__, @@ -83286,16 +83761,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1945), 2, + ACTIONS(1528), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1947), 2, + ACTIONS(1530), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1991), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(1997), 2, + ACTIONS(2208), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -83316,16 +83788,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1019), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -83334,12 +83801,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, - [11851] = 21, + [12443] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -83348,15 +83819,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1943), 1, + ACTIONS(1931), 1, sym_identifier, - ACTIONS(1949), 1, + ACTIONS(1937), 1, anon_sym_sizeof, ACTIONS(1987), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(984), 1, + STATE(1006), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -83367,10 +83838,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1945), 2, + ACTIONS(1933), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1947), 2, + ACTIONS(1935), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1991), 2, @@ -83397,13 +83868,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1019), 5, + STATE(1017), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -83420,81 +83891,87 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [11953] = 14, + [12545] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1951), 1, - anon_sym_const, - ACTIONS(1955), 1, + ACTIONS(1798), 1, + anon_sym_sizeof, + ACTIONS(1802), 1, + anon_sym_offsetof, + ACTIONS(1804), 1, + anon_sym__Generic, + ACTIONS(1808), 1, + sym_number_literal, + ACTIONS(2222), 1, + sym_identifier, + ACTIONS(2224), 1, anon_sym_LPAREN2, - ACTIONS(1961), 1, - anon_sym_STAR, - ACTIONS(1968), 1, - anon_sym_EQ, - STATE(770), 1, + STATE(847), 1, sym_string_literal, - STATE(1092), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(1978), 2, - anon_sym_RPAREN, - anon_sym_LBRACK, - ACTIONS(2362), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(95), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(1964), 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(1972), 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(1959), 11, + STATE(907), 1, + sym__expression, + ACTIONS(1792), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, + ACTIONS(1794), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1806), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(1814), 2, + sym_true, + sym_false, + ACTIONS(1816), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(2226), 2, + anon_sym_STAR, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(1953), 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, + ACTIONS(2228), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, - [12041] = 21, + ACTIONS(1800), 5, + anon_sym___alignof__, + anon_sym___alignof, + anon_sym__alignof, + anon_sym_alignof, + anon_sym__Alignof, + ACTIONS(1810), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(1812), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(925), 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, + [12645] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -83507,11 +83984,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1921), 1, sym_identifier, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1266), 1, + STATE(1252), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -83552,13 +84029,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -83575,65 +84052,65 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [12143] = 20, + [12747] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1846), 1, + ACTIONS(1798), 1, anon_sym_sizeof, - ACTIONS(1850), 1, + ACTIONS(1802), 1, anon_sym_offsetof, - ACTIONS(1852), 1, + ACTIONS(1804), 1, anon_sym__Generic, - ACTIONS(1856), 1, + ACTIONS(1808), 1, sym_number_literal, - ACTIONS(2208), 1, + ACTIONS(2222), 1, sym_identifier, - ACTIONS(2210), 1, + ACTIONS(2224), 1, anon_sym_LPAREN2, - STATE(848), 1, + STATE(847), 1, sym_string_literal, - STATE(910), 1, + STATE(914), 1, sym__expression, - ACTIONS(1840), 2, + ACTIONS(1792), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1842), 2, + ACTIONS(1794), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1854), 2, + ACTIONS(1806), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1862), 2, + ACTIONS(1814), 2, sym_true, sym_false, - ACTIONS(1864), 2, + ACTIONS(1816), 2, anon_sym_NULL, anon_sym_nullptr, - ACTIONS(2212), 2, + ACTIONS(2226), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2214), 2, + ACTIONS(2228), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1848), 5, + ACTIONS(1800), 5, anon_sym___alignof__, anon_sym___alignof, anon_sym__alignof, anon_sym_alignof, anon_sym__Alignof, - ACTIONS(1858), 5, + ACTIONS(1810), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(1860), 5, + ACTIONS(1812), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(926), 21, + STATE(925), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -83655,71 +84132,151 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [12243] = 21, + [12847] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1850), 1, + ACTIONS(1798), 1, + anon_sym_sizeof, + ACTIONS(1802), 1, anon_sym_offsetof, - ACTIONS(1852), 1, + ACTIONS(1804), 1, anon_sym__Generic, - ACTIONS(1856), 1, + ACTIONS(1808), 1, sym_number_literal, - ACTIONS(1927), 1, - anon_sym_sizeof, - ACTIONS(2300), 1, + ACTIONS(2222), 1, sym_identifier, - ACTIONS(2302), 1, + ACTIONS(2224), 1, anon_sym_LPAREN2, - STATE(848), 1, + STATE(847), 1, sym_string_literal, - STATE(1165), 1, + STATE(920), 1, sym__expression, - ACTIONS(1854), 2, + ACTIONS(1792), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1794), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1806), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1862), 2, + ACTIONS(1814), 2, sym_true, sym_false, - ACTIONS(1864), 2, + ACTIONS(1816), 2, anon_sym_NULL, anon_sym_nullptr, - ACTIONS(1923), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1925), 2, + ACTIONS(2226), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2228), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1800), 5, + anon_sym___alignof__, + anon_sym___alignof, + anon_sym__alignof, + anon_sym_alignof, + anon_sym__Alignof, + ACTIONS(1810), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(1812), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(925), 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, + [12947] = 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(157), 1, + sym_number_literal, + ACTIONS(1921), 1, + sym_identifier, + STATE(773), 1, + sym_string_literal, + STATE(1151), 1, + sym__expression, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2212), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2304), 2, + ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1848), 5, + ACTIONS(89), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(99), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(159), 2, + sym_true, + sym_false, + ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, anon_sym__alignof, anon_sym_alignof, anon_sym__Alignof, - ACTIONS(1858), 5, + ACTIONS(93), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(1860), 5, + ACTIONS(95), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(930), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(926), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -83736,65 +84293,65 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [12345] = 20, + [13049] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1846), 1, + ACTIONS(1798), 1, anon_sym_sizeof, - ACTIONS(1850), 1, + ACTIONS(1802), 1, anon_sym_offsetof, - ACTIONS(1852), 1, + ACTIONS(1804), 1, anon_sym__Generic, - ACTIONS(1856), 1, + ACTIONS(1808), 1, sym_number_literal, - ACTIONS(2208), 1, + ACTIONS(2222), 1, sym_identifier, - ACTIONS(2210), 1, + ACTIONS(2224), 1, anon_sym_LPAREN2, - STATE(848), 1, + STATE(847), 1, sym_string_literal, - STATE(908), 1, + STATE(909), 1, sym__expression, - ACTIONS(1840), 2, + ACTIONS(1792), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1842), 2, + ACTIONS(1794), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1854), 2, + ACTIONS(1806), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1862), 2, + ACTIONS(1814), 2, sym_true, sym_false, - ACTIONS(1864), 2, + ACTIONS(1816), 2, anon_sym_NULL, anon_sym_nullptr, - ACTIONS(2212), 2, + ACTIONS(2226), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2214), 2, + ACTIONS(2228), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1848), 5, + ACTIONS(1800), 5, anon_sym___alignof__, anon_sym___alignof, anon_sym__alignof, anon_sym_alignof, anon_sym__Alignof, - ACTIONS(1858), 5, + ACTIONS(1810), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(1860), 5, + ACTIONS(1812), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(926), 21, + STATE(925), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -83816,74 +84373,69 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [12445] = 21, + [13149] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, + ACTIONS(1798), 1, anon_sym_sizeof, - ACTIONS(85), 1, + ACTIONS(1802), 1, anon_sym_offsetof, - ACTIONS(87), 1, + ACTIONS(1804), 1, anon_sym__Generic, - ACTIONS(157), 1, + ACTIONS(1808), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(2222), 1, sym_identifier, - STATE(774), 1, + ACTIONS(2224), 1, + anon_sym_LPAREN2, + STATE(847), 1, sym_string_literal, - STATE(1286), 1, + STATE(918), 1, sym__expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(1792), 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, + ACTIONS(1794), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1806), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(99), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(159), 2, + ACTIONS(1814), 2, sym_true, sym_false, - ACTIONS(83), 5, + ACTIONS(1816), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(2226), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2228), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1800), 5, anon_sym___alignof__, anon_sym___alignof, anon_sym__alignof, anon_sym_alignof, anon_sym__Alignof, - ACTIONS(93), 5, + ACTIONS(1810), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(95), 5, + ACTIONS(1812), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(824), 16, + STATE(925), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -83892,70 +84444,74 @@ 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, - [12547] = 20, + [13249] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1846), 1, + ACTIONS(1798), 1, anon_sym_sizeof, - ACTIONS(1850), 1, + ACTIONS(1802), 1, anon_sym_offsetof, - ACTIONS(1852), 1, + ACTIONS(1804), 1, anon_sym__Generic, - ACTIONS(1856), 1, + ACTIONS(1808), 1, sym_number_literal, - ACTIONS(2208), 1, + ACTIONS(2222), 1, sym_identifier, - ACTIONS(2210), 1, + ACTIONS(2224), 1, anon_sym_LPAREN2, - STATE(848), 1, + STATE(847), 1, sym_string_literal, - STATE(914), 1, + STATE(922), 1, sym__expression, - ACTIONS(1840), 2, + ACTIONS(1792), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1842), 2, + ACTIONS(1794), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1854), 2, + ACTIONS(1806), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1862), 2, + ACTIONS(1814), 2, sym_true, sym_false, - ACTIONS(1864), 2, + ACTIONS(1816), 2, anon_sym_NULL, anon_sym_nullptr, - ACTIONS(2212), 2, + ACTIONS(2226), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2214), 2, + ACTIONS(2228), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1848), 5, + ACTIONS(1800), 5, anon_sym___alignof__, anon_sym___alignof, anon_sym__alignof, anon_sym_alignof, anon_sym__Alignof, - ACTIONS(1858), 5, + ACTIONS(1810), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(1860), 5, + ACTIONS(1812), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(926), 21, + STATE(925), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -83977,74 +84533,69 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [12647] = 21, + [13349] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, + ACTIONS(1798), 1, anon_sym_sizeof, - ACTIONS(85), 1, + ACTIONS(1802), 1, anon_sym_offsetof, - ACTIONS(87), 1, + ACTIONS(1804), 1, anon_sym__Generic, - ACTIONS(157), 1, + ACTIONS(1808), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(2222), 1, sym_identifier, - STATE(774), 1, + ACTIONS(2224), 1, + anon_sym_LPAREN2, + STATE(847), 1, sym_string_literal, - STATE(1252), 1, + STATE(911), 1, sym__expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(1792), 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, + ACTIONS(1794), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1806), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(99), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(159), 2, + ACTIONS(1814), 2, sym_true, sym_false, - ACTIONS(83), 5, + ACTIONS(1816), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(2226), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2228), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1800), 5, anon_sym___alignof__, anon_sym___alignof, anon_sym__alignof, anon_sym_alignof, anon_sym__Alignof, - ACTIONS(93), 5, + ACTIONS(1810), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(95), 5, + ACTIONS(1812), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(824), 16, + STATE(925), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -84053,70 +84604,74 @@ 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, - [12749] = 20, + [13449] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1846), 1, + ACTIONS(1798), 1, anon_sym_sizeof, - ACTIONS(1850), 1, + ACTIONS(1802), 1, anon_sym_offsetof, - ACTIONS(1852), 1, + ACTIONS(1804), 1, anon_sym__Generic, - ACTIONS(1856), 1, + ACTIONS(1808), 1, sym_number_literal, - ACTIONS(2208), 1, + ACTIONS(2222), 1, sym_identifier, - ACTIONS(2210), 1, + ACTIONS(2224), 1, anon_sym_LPAREN2, - STATE(848), 1, + STATE(847), 1, sym_string_literal, - STATE(920), 1, + STATE(913), 1, sym__expression, - ACTIONS(1840), 2, + ACTIONS(1792), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1842), 2, + ACTIONS(1794), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1854), 2, + ACTIONS(1806), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1862), 2, + ACTIONS(1814), 2, sym_true, sym_false, - ACTIONS(1864), 2, + ACTIONS(1816), 2, anon_sym_NULL, anon_sym_nullptr, - ACTIONS(2212), 2, + ACTIONS(2226), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2214), 2, + ACTIONS(2228), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1848), 5, + ACTIONS(1800), 5, anon_sym___alignof__, anon_sym___alignof, anon_sym__alignof, anon_sym_alignof, anon_sym__Alignof, - ACTIONS(1858), 5, + ACTIONS(1810), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(1860), 5, + ACTIONS(1812), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(926), 21, + STATE(925), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -84138,74 +84693,69 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [12849] = 21, + [13549] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, + ACTIONS(1798), 1, anon_sym_sizeof, - ACTIONS(85), 1, + ACTIONS(1802), 1, anon_sym_offsetof, - ACTIONS(87), 1, + ACTIONS(1804), 1, anon_sym__Generic, - ACTIONS(157), 1, + ACTIONS(1808), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(2222), 1, sym_identifier, - STATE(774), 1, + ACTIONS(2224), 1, + anon_sym_LPAREN2, + STATE(847), 1, sym_string_literal, - STATE(1230), 1, + STATE(905), 1, sym__expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(1792), 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, + ACTIONS(1794), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1806), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(99), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(159), 2, + ACTIONS(1814), 2, sym_true, sym_false, - ACTIONS(83), 5, + ACTIONS(1816), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(2226), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2228), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1800), 5, anon_sym___alignof__, anon_sym___alignof, anon_sym__alignof, anon_sym_alignof, anon_sym__Alignof, - ACTIONS(93), 5, + ACTIONS(1810), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(95), 5, + ACTIONS(1812), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(824), 16, + STATE(925), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -84214,70 +84764,74 @@ 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, - [12951] = 20, + [13649] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1846), 1, - anon_sym_sizeof, - ACTIONS(1850), 1, + ACTIONS(85), 1, anon_sym_offsetof, - ACTIONS(1852), 1, + ACTIONS(87), 1, anon_sym__Generic, - ACTIONS(1856), 1, + ACTIONS(157), 1, sym_number_literal, - ACTIONS(2208), 1, + ACTIONS(1526), 1, sym_identifier, - ACTIONS(2210), 1, + ACTIONS(1891), 1, + anon_sym_sizeof, + ACTIONS(2364), 1, anon_sym_LPAREN2, - STATE(848), 1, + STATE(773), 1, sym_string_literal, - STATE(913), 1, + STATE(1004), 1, sym__expression, - ACTIONS(1840), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1842), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1854), 2, + ACTIONS(89), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1862), 2, - sym_true, - sym_false, - ACTIONS(1864), 2, + ACTIONS(99), 2, anon_sym_NULL, anon_sym_nullptr, - ACTIONS(2212), 2, + ACTIONS(159), 2, + sym_true, + sym_false, + ACTIONS(1887), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1889), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1991), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2214), 2, + ACTIONS(2272), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1848), 5, + ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, anon_sym__alignof, anon_sym_alignof, anon_sym__Alignof, - ACTIONS(1858), 5, + ACTIONS(93), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(1860), 5, + ACTIONS(95), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(926), 21, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -84299,65 +84853,65 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [13051] = 20, + [13749] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1846), 1, + ACTIONS(1798), 1, anon_sym_sizeof, - ACTIONS(1850), 1, + ACTIONS(1802), 1, anon_sym_offsetof, - ACTIONS(1852), 1, + ACTIONS(1804), 1, anon_sym__Generic, - ACTIONS(1856), 1, + ACTIONS(1808), 1, sym_number_literal, - ACTIONS(2208), 1, + ACTIONS(2222), 1, sym_identifier, - ACTIONS(2210), 1, + ACTIONS(2224), 1, anon_sym_LPAREN2, - STATE(848), 1, + STATE(847), 1, sym_string_literal, - STATE(916), 1, + STATE(904), 1, sym__expression, - ACTIONS(1840), 2, + ACTIONS(1792), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1842), 2, + ACTIONS(1794), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1854), 2, + ACTIONS(1806), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1862), 2, + ACTIONS(1814), 2, sym_true, sym_false, - ACTIONS(1864), 2, + ACTIONS(1816), 2, anon_sym_NULL, anon_sym_nullptr, - ACTIONS(2212), 2, + ACTIONS(2226), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2214), 2, + ACTIONS(2228), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1848), 5, + ACTIONS(1800), 5, anon_sym___alignof__, anon_sym___alignof, anon_sym__alignof, anon_sym_alignof, anon_sym__Alignof, - ACTIONS(1858), 5, + ACTIONS(1810), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(1860), 5, + ACTIONS(1812), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(926), 21, + STATE(925), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -84379,145 +84933,65 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [13151] = 20, + [13849] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1846), 1, - anon_sym_sizeof, - ACTIONS(1850), 1, + ACTIONS(85), 1, anon_sym_offsetof, - ACTIONS(1852), 1, + ACTIONS(87), 1, anon_sym__Generic, - ACTIONS(1856), 1, + ACTIONS(157), 1, sym_number_literal, - ACTIONS(2208), 1, + ACTIONS(1526), 1, sym_identifier, - ACTIONS(2210), 1, + ACTIONS(1891), 1, + anon_sym_sizeof, + ACTIONS(2270), 1, anon_sym_LPAREN2, - STATE(848), 1, + STATE(773), 1, sym_string_literal, - STATE(912), 1, + STATE(1006), 1, sym__expression, - ACTIONS(1840), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1842), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1854), 2, + ACTIONS(89), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1862), 2, - sym_true, - sym_false, - ACTIONS(1864), 2, + ACTIONS(99), 2, anon_sym_NULL, anon_sym_nullptr, - ACTIONS(2212), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2214), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1848), 5, - anon_sym___alignof__, - anon_sym___alignof, - anon_sym__alignof, - anon_sym_alignof, - anon_sym__Alignof, - ACTIONS(1858), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(1860), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(926), 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, - [13251] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1846), 1, - anon_sym_sizeof, - ACTIONS(1850), 1, - anon_sym_offsetof, - ACTIONS(1852), 1, - anon_sym__Generic, - ACTIONS(1856), 1, - sym_number_literal, - ACTIONS(2208), 1, - sym_identifier, - ACTIONS(2210), 1, - anon_sym_LPAREN2, - STATE(848), 1, - sym_string_literal, - STATE(906), 1, - sym__expression, - ACTIONS(1840), 2, + ACTIONS(159), 2, + sym_true, + sym_false, + ACTIONS(1887), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1842), 2, + ACTIONS(1889), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1854), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(1862), 2, - sym_true, - sym_false, - ACTIONS(1864), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(2212), 2, + ACTIONS(1991), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2214), 2, + ACTIONS(2272), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1848), 5, + ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, anon_sym__alignof, anon_sym_alignof, anon_sym__Alignof, - ACTIONS(1858), 5, + ACTIONS(93), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(1860), 5, + ACTIONS(95), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(926), 21, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -84539,65 +85013,65 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [13351] = 20, + [13949] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1846), 1, + ACTIONS(1798), 1, anon_sym_sizeof, - ACTIONS(1850), 1, + ACTIONS(1802), 1, anon_sym_offsetof, - ACTIONS(1852), 1, + ACTIONS(1804), 1, anon_sym__Generic, - ACTIONS(1856), 1, + ACTIONS(1808), 1, sym_number_literal, - ACTIONS(2208), 1, + ACTIONS(2222), 1, sym_identifier, - ACTIONS(2210), 1, + ACTIONS(2224), 1, anon_sym_LPAREN2, - STATE(848), 1, + STATE(847), 1, sym_string_literal, - STATE(907), 1, + STATE(910), 1, sym__expression, - ACTIONS(1840), 2, + ACTIONS(1792), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1842), 2, + ACTIONS(1794), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1854), 2, + ACTIONS(1806), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1862), 2, + ACTIONS(1814), 2, sym_true, sym_false, - ACTIONS(1864), 2, + ACTIONS(1816), 2, anon_sym_NULL, anon_sym_nullptr, - ACTIONS(2212), 2, + ACTIONS(2226), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2214), 2, + ACTIONS(2228), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1848), 5, + ACTIONS(1800), 5, anon_sym___alignof__, anon_sym___alignof, anon_sym__alignof, anon_sym_alignof, anon_sym__Alignof, - ACTIONS(1858), 5, + ACTIONS(1810), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(1860), 5, + ACTIONS(1812), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(926), 21, + STATE(925), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -84619,145 +85093,65 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [13451] = 20, + [14049] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1846), 1, - anon_sym_sizeof, - ACTIONS(1850), 1, + ACTIONS(85), 1, anon_sym_offsetof, - ACTIONS(1852), 1, + ACTIONS(87), 1, anon_sym__Generic, - ACTIONS(1856), 1, + ACTIONS(157), 1, sym_number_literal, - ACTIONS(2208), 1, + ACTIONS(1526), 1, sym_identifier, - ACTIONS(2210), 1, + ACTIONS(1891), 1, + anon_sym_sizeof, + ACTIONS(2270), 1, anon_sym_LPAREN2, - STATE(848), 1, + STATE(773), 1, sym_string_literal, - STATE(918), 1, + STATE(1011), 1, sym__expression, - ACTIONS(1840), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1842), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1854), 2, + ACTIONS(89), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1862), 2, - sym_true, - sym_false, - ACTIONS(1864), 2, + ACTIONS(99), 2, anon_sym_NULL, anon_sym_nullptr, - ACTIONS(2212), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2214), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1848), 5, - anon_sym___alignof__, - anon_sym___alignof, - anon_sym__alignof, - anon_sym_alignof, - anon_sym__Alignof, - ACTIONS(1858), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(1860), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(926), 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, - [13551] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1846), 1, - anon_sym_sizeof, - ACTIONS(1850), 1, - anon_sym_offsetof, - ACTIONS(1852), 1, - anon_sym__Generic, - ACTIONS(1856), 1, - sym_number_literal, - ACTIONS(2208), 1, - sym_identifier, - ACTIONS(2210), 1, - anon_sym_LPAREN2, - STATE(848), 1, - sym_string_literal, - STATE(909), 1, - sym__expression, - ACTIONS(1840), 2, + ACTIONS(159), 2, + sym_true, + sym_false, + ACTIONS(1887), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1842), 2, + ACTIONS(1889), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1854), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(1862), 2, - sym_true, - sym_false, - ACTIONS(1864), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(2212), 2, + ACTIONS(1991), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2214), 2, + ACTIONS(2272), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1848), 5, + ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, anon_sym__alignof, anon_sym_alignof, anon_sym__Alignof, - ACTIONS(1858), 5, + ACTIONS(93), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(1860), 5, + ACTIONS(95), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(926), 21, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -84779,7 +85173,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [13651] = 20, + [14149] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -84788,15 +85182,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1526), 1, - sym_identifier, - ACTIONS(1891), 1, + ACTIONS(1919), 1, anon_sym_sizeof, - ACTIONS(2364), 1, + ACTIONS(2198), 1, + sym_identifier, + ACTIONS(2200), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(989), 1, + STATE(1129), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -84807,16 +85201,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1887), 2, + ACTIONS(1915), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1889), 2, + ACTIONS(1917), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1991), 2, + ACTIONS(2202), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2298), 2, + ACTIONS(2204), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -84837,11 +85231,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(899), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -84850,78 +85249,79 @@ 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, - [13751] = 20, + [14251] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1846), 1, - anon_sym_sizeof, - ACTIONS(1850), 1, + ACTIONS(1802), 1, anon_sym_offsetof, - ACTIONS(1852), 1, + ACTIONS(1804), 1, anon_sym__Generic, - ACTIONS(1856), 1, + ACTIONS(1808), 1, sym_number_literal, - ACTIONS(2208), 1, + ACTIONS(1927), 1, + anon_sym_sizeof, + ACTIONS(2234), 1, sym_identifier, - ACTIONS(2210), 1, + ACTIONS(2236), 1, anon_sym_LPAREN2, - STATE(848), 1, + STATE(847), 1, sym_string_literal, - STATE(917), 1, + STATE(1168), 1, sym__expression, - ACTIONS(1840), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1842), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1854), 2, + ACTIONS(1806), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1862), 2, + ACTIONS(1814), 2, sym_true, sym_false, - ACTIONS(1864), 2, + ACTIONS(1816), 2, anon_sym_NULL, anon_sym_nullptr, - ACTIONS(2212), 2, + ACTIONS(1923), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1925), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2226), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2214), 2, + ACTIONS(2238), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1848), 5, + ACTIONS(1800), 5, anon_sym___alignof__, anon_sym___alignof, anon_sym__alignof, anon_sym_alignof, anon_sym__Alignof, - ACTIONS(1858), 5, + ACTIONS(1810), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(1860), 5, + ACTIONS(1812), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(926), 21, + STATE(950), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(925), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -84930,16 +85330,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, - [13851] = 20, + [14353] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -84952,11 +85348,11 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1891), 1, anon_sym_sizeof, - ACTIONS(2296), 1, + ACTIONS(2270), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(984), 1, + STATE(981), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -84976,7 +85372,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1991), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2298), 2, + ACTIONS(2272), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -84997,7 +85393,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -85019,7 +85415,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [13951] = 21, + [14453] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -85028,16 +85424,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1943), 1, + ACTIONS(1526), 1, sym_identifier, - ACTIONS(1949), 1, + ACTIONS(1532), 1, anon_sym_sizeof, - ACTIONS(1987), 1, + ACTIONS(2206), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1240), 1, + STATE(902), 1, sym__expression, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(89), 2, anon_sym_asm, anon_sym___asm__, @@ -85047,16 +85446,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1945), 2, + ACTIONS(1528), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1947), 2, + ACTIONS(1530), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1991), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(1997), 2, + ACTIONS(2208), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -85077,16 +85473,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1019), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -85095,12 +85486,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, - [14053] = 20, + [14553] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -85113,11 +85508,11 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1891), 1, anon_sym_sizeof, - ACTIONS(2296), 1, + ACTIONS(2270), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(969), 1, + STATE(992), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -85137,7 +85532,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1991), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2298), 2, + ACTIONS(2272), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -85158,7 +85553,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -85180,7 +85575,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [14153] = 21, + [14653] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -85189,16 +85584,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1943), 1, + ACTIONS(1526), 1, sym_identifier, - ACTIONS(1949), 1, + ACTIONS(1532), 1, anon_sym_sizeof, - ACTIONS(1987), 1, + ACTIONS(2206), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1232), 1, + STATE(842), 1, sym__expression, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(89), 2, anon_sym_asm, anon_sym___asm__, @@ -85208,16 +85606,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1945), 2, + ACTIONS(1528), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1947), 2, + ACTIONS(1530), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1991), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(1997), 2, + ACTIONS(2208), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -85238,16 +85633,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1019), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -85256,12 +85646,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, - [14255] = 21, + [14753] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -85270,16 +85664,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1921), 1, - anon_sym_sizeof, - ACTIONS(2198), 1, + ACTIONS(1526), 1, sym_identifier, - ACTIONS(2200), 1, + ACTIONS(1532), 1, + anon_sym_sizeof, + ACTIONS(2206), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1130), 1, + STATE(896), 1, sym__expression, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(89), 2, anon_sym_asm, anon_sym___asm__, @@ -85289,16 +85686,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1917), 2, + ACTIONS(1528), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1919), 2, + ACTIONS(1530), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2202), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2204), 2, + ACTIONS(2208), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -85319,16 +85713,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(887), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -85337,12 +85726,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, - [14357] = 20, + [14853] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -85353,14 +85746,17 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1526), 1, sym_identifier, - ACTIONS(1891), 1, + ACTIONS(1532), 1, anon_sym_sizeof, - ACTIONS(2296), 1, + ACTIONS(2206), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(970), 1, + STATE(895), 1, sym__expression, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(89), 2, anon_sym_asm, anon_sym___asm__, @@ -85370,16 +85766,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1887), 2, + ACTIONS(1528), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1889), 2, + ACTIONS(1530), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1991), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2298), 2, + ACTIONS(2208), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -85400,7 +85793,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -85422,7 +85815,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [14457] = 21, + [14953] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -85431,15 +85824,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1921), 1, - anon_sym_sizeof, - ACTIONS(2198), 1, + ACTIONS(1931), 1, sym_identifier, - ACTIONS(2200), 1, + ACTIONS(1937), 1, + anon_sym_sizeof, + ACTIONS(1987), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1133), 1, + STATE(1290), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -85450,16 +85843,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1917), 2, + ACTIONS(1933), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1919), 2, + ACTIONS(1935), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2202), 2, + ACTIONS(1991), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2204), 2, + ACTIONS(1997), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -85480,13 +85873,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(887), 5, + STATE(1017), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -85503,7 +85896,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [14559] = 20, + [15055] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -85514,14 +85907,17 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1526), 1, sym_identifier, - ACTIONS(1891), 1, + ACTIONS(1532), 1, anon_sym_sizeof, - ACTIONS(2296), 1, + ACTIONS(2206), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(992), 1, + STATE(894), 1, sym__expression, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(89), 2, anon_sym_asm, anon_sym___asm__, @@ -85531,16 +85927,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1887), 2, + ACTIONS(1528), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1889), 2, + ACTIONS(1530), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1991), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2298), 2, + ACTIONS(2208), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -85561,7 +85954,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -85583,88 +85976,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [14659] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1850), 1, - anon_sym_offsetof, - ACTIONS(1852), 1, - anon_sym__Generic, - ACTIONS(1856), 1, - sym_number_literal, - ACTIONS(1927), 1, - anon_sym_sizeof, - ACTIONS(2300), 1, - sym_identifier, - ACTIONS(2366), 1, - anon_sym_LPAREN2, - STATE(848), 1, - sym_string_literal, - STATE(911), 1, - sym__expression, - ACTIONS(1854), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(1862), 2, - sym_true, - sym_false, - ACTIONS(1864), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(1923), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1925), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(2212), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2304), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1848), 5, - anon_sym___alignof__, - anon_sym___alignof, - anon_sym__alignof, - anon_sym_alignof, - anon_sym__Alignof, - ACTIONS(1858), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(1860), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(930), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(926), 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, - [14761] = 21, + [15155] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -85673,15 +85985,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1943), 1, + ACTIONS(1931), 1, sym_identifier, - ACTIONS(1949), 1, + ACTIONS(1937), 1, anon_sym_sizeof, ACTIONS(1987), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1226), 1, + STATE(1253), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -85692,10 +86004,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1945), 2, + ACTIONS(1933), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1947), 2, + ACTIONS(1935), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1991), 2, @@ -85722,13 +86034,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1019), 5, + STATE(1017), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -85745,7 +86057,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [14863] = 21, + [15257] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -85754,97 +86066,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1921), 1, - anon_sym_sizeof, - ACTIONS(2198), 1, + ACTIONS(1526), 1, sym_identifier, - ACTIONS(2200), 1, + ACTIONS(1532), 1, + anon_sym_sizeof, + ACTIONS(2206), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(834), 1, + STATE(893), 1, sym__expression, - ACTIONS(89), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(99), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(159), 2, - sym_true, - sym_false, - ACTIONS(1917), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1919), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(2202), 2, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2204), 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(887), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(824), 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, - [14965] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, - anon_sym_offsetof, - ACTIONS(87), 1, - anon_sym__Generic, - ACTIONS(157), 1, - sym_number_literal, - ACTIONS(1943), 1, - sym_identifier, - ACTIONS(1949), 1, - anon_sym_sizeof, - ACTIONS(1987), 1, - anon_sym_LPAREN2, - STATE(774), 1, - sym_string_literal, - STATE(1222), 1, - sym__expression, ACTIONS(89), 2, anon_sym_asm, anon_sym___asm__, @@ -85854,16 +86088,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1945), 2, + ACTIONS(1528), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1947), 2, + ACTIONS(1530), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1991), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(1997), 2, + ACTIONS(2208), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -85884,16 +86115,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1019), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -85902,12 +86128,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, - [15067] = 20, + [15357] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -85920,11 +86150,11 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1891), 1, anon_sym_sizeof, - ACTIONS(2296), 1, + ACTIONS(2270), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(973), 1, + STATE(993), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -85944,7 +86174,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1991), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2298), 2, + ACTIONS(2272), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -85965,7 +86195,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -85987,37 +86217,28 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [15167] = 21, + [15457] = 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(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1526), 1, sym_identifier, - STATE(774), 1, + ACTIONS(1532), 1, + anon_sym_sizeof, + ACTIONS(2206), 1, + anon_sym_LPAREN2, + STATE(773), 1, sym_string_literal, - STATE(1195), 1, + STATE(892), 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__, @@ -86027,6 +86248,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, + ACTIONS(1528), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1530), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2208), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -86045,16 +86275,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -86063,12 +86288,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, - [15269] = 21, + [15557] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -86077,15 +86306,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1921), 1, - anon_sym_sizeof, - ACTIONS(2198), 1, + ACTIONS(1931), 1, sym_identifier, - ACTIONS(2200), 1, + ACTIONS(1937), 1, + anon_sym_sizeof, + ACTIONS(1987), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1129), 1, + STATE(1251), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -86096,16 +86325,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1917), 2, + ACTIONS(1933), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1919), 2, + ACTIONS(1935), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2202), 2, + ACTIONS(1991), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2204), 2, + ACTIONS(1997), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -86126,13 +86355,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(887), 5, + STATE(1017), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -86149,7 +86378,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [15371] = 20, + [15659] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -86162,11 +86391,11 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1891), 1, anon_sym_sizeof, - ACTIONS(2296), 1, + ACTIONS(2270), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(972), 1, + STATE(979), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -86186,7 +86415,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1991), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2298), 2, + ACTIONS(2272), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -86207,7 +86436,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -86229,7 +86458,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [15471] = 21, + [15759] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -86238,15 +86467,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1943), 1, + ACTIONS(1931), 1, sym_identifier, - ACTIONS(1949), 1, + ACTIONS(1937), 1, anon_sym_sizeof, ACTIONS(1987), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1221), 1, + STATE(971), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -86257,10 +86486,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1945), 2, + ACTIONS(1933), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1947), 2, + ACTIONS(1935), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1991), 2, @@ -86287,13 +86516,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1019), 5, + STATE(1017), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -86310,7 +86539,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [15573] = 21, + [15861] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -86319,15 +86548,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1943), 1, + ACTIONS(1931), 1, sym_identifier, - ACTIONS(1949), 1, + ACTIONS(1937), 1, anon_sym_sizeof, ACTIONS(1987), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1298), 1, + STATE(1249), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -86338,10 +86567,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1945), 2, + ACTIONS(1933), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1947), 2, + ACTIONS(1935), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1991), 2, @@ -86368,172 +86597,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1019), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(824), 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, - [15675] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, - anon_sym_offsetof, - ACTIONS(87), 1, - anon_sym__Generic, - ACTIONS(157), 1, - sym_number_literal, - ACTIONS(1526), 1, - sym_identifier, - ACTIONS(1891), 1, - anon_sym_sizeof, - ACTIONS(2296), 1, - anon_sym_LPAREN2, - STATE(774), 1, - sym_string_literal, - STATE(978), 1, - sym__expression, - ACTIONS(89), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(99), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(159), 2, - sym_true, - sym_false, - ACTIONS(1887), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1889), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1991), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2298), 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(824), 21, - sym__expression_not_binary, - sym_conditional_expression, - sym_assignment_expression, + STATE(1017), 5, 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, - [15775] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, - anon_sym_offsetof, - ACTIONS(87), 1, - anon_sym__Generic, - ACTIONS(157), 1, - sym_number_literal, - ACTIONS(1524), 1, - anon_sym_sizeof, - ACTIONS(1526), 1, - sym_identifier, - ACTIONS(2272), 1, - anon_sym_LPAREN2, - STATE(774), 1, - sym_string_literal, - STATE(881), 1, - sym__expression, - ACTIONS(89), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(99), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(159), 2, - sym_true, - sym_false, - ACTIONS(1518), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1520), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(2202), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2274), 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(824), 21, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -86542,16 +86615,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, - [15875] = 21, + [15963] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -86560,15 +86629,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1921), 1, + ACTIONS(1919), 1, anon_sym_sizeof, ACTIONS(2198), 1, sym_identifier, ACTIONS(2200), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(829), 1, + STATE(831), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -86579,10 +86648,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1917), 2, + ACTIONS(1915), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1919), 2, + ACTIONS(1917), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(2202), 2, @@ -86609,13 +86678,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(887), 5, + STATE(899), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -86632,7 +86701,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [15977] = 20, + [16065] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -86645,11 +86714,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_sizeof, ACTIONS(1526), 1, sym_identifier, - ACTIONS(2272), 1, + ACTIONS(2278), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(837), 1, + STATE(832), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -86669,7 +86738,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2202), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2274), 2, + ACTIONS(2280), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -86690,7 +86759,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -86712,7 +86781,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [16077] = 20, + [16165] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -86721,15 +86790,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1524), 1, + ACTIONS(1919), 1, anon_sym_sizeof, - ACTIONS(1526), 1, + ACTIONS(2198), 1, sym_identifier, - ACTIONS(2272), 1, + ACTIONS(2200), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(879), 1, + STATE(837), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -86740,16 +86809,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1518), 2, + ACTIONS(1915), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1520), 2, + ACTIONS(1917), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(2202), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2274), 2, + ACTIONS(2204), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -86770,11 +86839,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(899), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -86783,80 +86857,76 @@ 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, - [16177] = 21, + [16267] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(1802), 1, anon_sym_offsetof, - ACTIONS(87), 1, + ACTIONS(1804), 1, anon_sym__Generic, - ACTIONS(157), 1, + ACTIONS(1808), 1, sym_number_literal, - ACTIONS(1921), 1, + ACTIONS(1927), 1, anon_sym_sizeof, - ACTIONS(2198), 1, + ACTIONS(2234), 1, sym_identifier, - ACTIONS(2200), 1, + ACTIONS(2236), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(847), 1, sym_string_literal, - STATE(1139), 1, + STATE(1172), 1, sym__expression, - ACTIONS(89), 2, + ACTIONS(1806), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(99), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(159), 2, + ACTIONS(1814), 2, sym_true, sym_false, - ACTIONS(1917), 2, + ACTIONS(1816), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(1923), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1919), 2, + ACTIONS(1925), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2202), 2, + ACTIONS(2226), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2204), 2, + ACTIONS(2238), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(83), 5, + ACTIONS(1800), 5, anon_sym___alignof__, anon_sym___alignof, anon_sym__alignof, anon_sym_alignof, anon_sym__Alignof, - ACTIONS(93), 5, + ACTIONS(1810), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(95), 5, + ACTIONS(1812), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(887), 5, + STATE(950), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(925), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -86873,71 +86943,71 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [16279] = 21, + [16369] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1850), 1, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, + ACTIONS(85), 1, anon_sym_offsetof, - ACTIONS(1852), 1, + ACTIONS(87), 1, anon_sym__Generic, - ACTIONS(1856), 1, + ACTIONS(157), 1, sym_number_literal, - ACTIONS(1927), 1, - anon_sym_sizeof, - ACTIONS(2300), 1, + ACTIONS(1921), 1, sym_identifier, - ACTIONS(2302), 1, - anon_sym_LPAREN2, - STATE(848), 1, + STATE(773), 1, sym_string_literal, - STATE(1172), 1, + STATE(1189), 1, sym__expression, - ACTIONS(1854), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(1862), 2, - sym_true, - sym_false, - ACTIONS(1864), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(1923), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1925), 2, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2212), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2304), 2, + ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1848), 5, + ACTIONS(89), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(99), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(159), 2, + sym_true, + sym_false, + ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, anon_sym__alignof, anon_sym_alignof, anon_sym__Alignof, - ACTIONS(1858), 5, + ACTIONS(93), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(1860), 5, + ACTIONS(95), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(930), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(926), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -86954,7 +87024,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [16381] = 21, + [16471] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -86963,13 +87033,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1943), 1, + ACTIONS(1931), 1, sym_identifier, - ACTIONS(1949), 1, + ACTIONS(1937), 1, anon_sym_sizeof, ACTIONS(1987), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, STATE(1202), 1, sym__expression, @@ -86982,10 +87052,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1945), 2, + ACTIONS(1933), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1947), 2, + ACTIONS(1935), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1991), 2, @@ -87012,13 +87082,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1019), 5, + STATE(1017), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -87035,7 +87105,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [16483] = 20, + [16573] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -87044,15 +87114,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1524), 1, - anon_sym_sizeof, - ACTIONS(1526), 1, + ACTIONS(1931), 1, sym_identifier, - ACTIONS(2272), 1, + ACTIONS(1937), 1, + anon_sym_sizeof, + ACTIONS(1987), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(875), 1, + STATE(1246), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -87063,16 +87133,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1518), 2, + ACTIONS(1933), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1520), 2, + ACTIONS(1935), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2202), 2, + ACTIONS(1991), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2274), 2, + ACTIONS(1997), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -87093,11 +87163,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(1017), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -87106,16 +87181,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, - [16583] = 20, + [16675] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -87124,15 +87195,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1524), 1, - anon_sym_sizeof, - ACTIONS(1526), 1, + ACTIONS(1931), 1, sym_identifier, - ACTIONS(2272), 1, + ACTIONS(1937), 1, + anon_sym_sizeof, + ACTIONS(1987), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(876), 1, + STATE(1242), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -87143,16 +87214,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1518), 2, + ACTIONS(1933), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1520), 2, + ACTIONS(1935), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2202), 2, + ACTIONS(1991), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2274), 2, + ACTIONS(1997), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -87173,11 +87244,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(1017), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -87186,80 +87262,76 @@ 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, - [16683] = 21, + [16777] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1850), 1, + ACTIONS(85), 1, anon_sym_offsetof, - ACTIONS(1852), 1, + ACTIONS(87), 1, anon_sym__Generic, - ACTIONS(1856), 1, + ACTIONS(157), 1, sym_number_literal, - ACTIONS(1927), 1, - anon_sym_sizeof, - ACTIONS(2300), 1, + ACTIONS(1931), 1, sym_identifier, - ACTIONS(2302), 1, + ACTIONS(1937), 1, + anon_sym_sizeof, + ACTIONS(1987), 1, anon_sym_LPAREN2, - STATE(848), 1, + STATE(773), 1, sym_string_literal, - STATE(1179), 1, + STATE(1240), 1, sym__expression, - ACTIONS(1854), 2, + ACTIONS(89), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1862), 2, - sym_true, - sym_false, - ACTIONS(1864), 2, + ACTIONS(99), 2, anon_sym_NULL, anon_sym_nullptr, - ACTIONS(1923), 2, + ACTIONS(159), 2, + sym_true, + sym_false, + ACTIONS(1933), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1925), 2, + ACTIONS(1935), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2212), 2, + ACTIONS(1991), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2304), 2, + ACTIONS(1997), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1848), 5, + ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, anon_sym__alignof, anon_sym_alignof, anon_sym__Alignof, - ACTIONS(1858), 5, + ACTIONS(93), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(1860), 5, + ACTIONS(95), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(930), 5, + STATE(1017), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(926), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -87276,7 +87348,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [16785] = 21, + [16879] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -87285,15 +87357,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1943), 1, + ACTIONS(1526), 1, sym_identifier, - ACTIONS(1949), 1, + ACTIONS(1891), 1, anon_sym_sizeof, - ACTIONS(1987), 1, + ACTIONS(2270), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(969), 1, + STATE(991), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -87304,16 +87376,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1945), 2, + ACTIONS(1887), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1947), 2, + ACTIONS(1889), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1991), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(1997), 2, + ACTIONS(2272), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -87334,16 +87406,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1019), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -87352,12 +87419,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, - [16887] = 20, + [16979] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -87370,11 +87441,11 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1891), 1, anon_sym_sizeof, - ACTIONS(2296), 1, + ACTIONS(2270), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(980), 1, + STATE(969), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -87394,7 +87465,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1991), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2298), 2, + ACTIONS(2272), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -87415,7 +87486,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -87437,7 +87508,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [16987] = 20, + [17079] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -87446,15 +87517,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1526), 1, + ACTIONS(1931), 1, sym_identifier, - ACTIONS(1891), 1, + ACTIONS(1937), 1, anon_sym_sizeof, - ACTIONS(2296), 1, + ACTIONS(1987), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(981), 1, + STATE(1232), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -87465,16 +87536,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1887), 2, + ACTIONS(1933), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1889), 2, + ACTIONS(1935), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1991), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2298), 2, + ACTIONS(1997), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -87495,11 +87566,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(1017), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -87508,46 +87584,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, - [17087] = 21, + [17181] = 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(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1931), 1, sym_identifier, - STATE(774), 1, + ACTIONS(1937), 1, + anon_sym_sizeof, + ACTIONS(1987), 1, + anon_sym_LPAREN2, + STATE(773), 1, sym_string_literal, - STATE(1189), 1, + STATE(1226), 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__, @@ -87557,6 +87617,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, + ACTIONS(1933), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1935), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1991), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(1997), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -87575,13 +87647,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(1017), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -87598,7 +87670,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [17189] = 20, + [17283] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -87607,15 +87679,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1524), 1, + ACTIONS(1526), 1, + sym_identifier, + ACTIONS(1891), 1, anon_sym_sizeof, + ACTIONS(2270), 1, + anon_sym_LPAREN2, + STATE(773), 1, + sym_string_literal, + STATE(997), 1, + sym__expression, + ACTIONS(89), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(99), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(159), 2, + sym_true, + sym_false, + ACTIONS(1887), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1889), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1991), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2272), 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(807), 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, + [17383] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(85), 1, + anon_sym_offsetof, + ACTIONS(87), 1, + anon_sym__Generic, + ACTIONS(157), 1, + sym_number_literal, ACTIONS(1526), 1, sym_identifier, - ACTIONS(2272), 1, + ACTIONS(1891), 1, + anon_sym_sizeof, + ACTIONS(2270), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(885), 1, + STATE(1005), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -87626,16 +87778,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1518), 2, + ACTIONS(1887), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1520), 2, + ACTIONS(1889), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2202), 2, + ACTIONS(1991), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2274), 2, + ACTIONS(2272), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -87656,7 +87808,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -87678,25 +87830,37 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [17289] = 20, + [17483] = 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(157), 1, sym_number_literal, - ACTIONS(1526), 1, + ACTIONS(1921), 1, sym_identifier, - ACTIONS(1891), 1, - anon_sym_sizeof, - ACTIONS(2296), 1, - anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(982), 1, + STATE(1147), 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__, @@ -87706,18 +87870,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1887), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1889), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1991), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2298), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -87736,11 +87888,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(919), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -87749,16 +87906,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, - [17389] = 20, + [17585] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -87767,15 +87920,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1526), 1, + ACTIONS(1931), 1, sym_identifier, - ACTIONS(1891), 1, + ACTIONS(1937), 1, anon_sym_sizeof, - ACTIONS(2296), 1, + ACTIONS(1987), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1012), 1, + STATE(1222), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -87786,16 +87939,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1887), 2, + ACTIONS(1933), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1889), 2, + ACTIONS(1935), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1991), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2298), 2, + ACTIONS(1997), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -87816,11 +87969,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(1017), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -87829,18 +87987,18 @@ 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, - [17489] = 21, + [17687] = 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, @@ -87848,15 +88006,23 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(157), 1, sym_number_literal, ACTIONS(1921), 1, - anon_sym_sizeof, - ACTIONS(2198), 1, sym_identifier, - ACTIONS(2200), 1, - anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1134), 1, + STATE(1195), 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__, @@ -87866,18 +88032,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1917), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1919), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(2202), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2204), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -87896,13 +88050,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(887), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -87919,7 +88073,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [17591] = 20, + [17789] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -87928,15 +88082,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1524), 1, - anon_sym_sizeof, ACTIONS(1526), 1, sym_identifier, - ACTIONS(2272), 1, + ACTIONS(1891), 1, + anon_sym_sizeof, + ACTIONS(2270), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(884), 1, + STATE(1007), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -87947,16 +88101,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1518), 2, + ACTIONS(1887), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1520), 2, + ACTIONS(1889), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2202), 2, + ACTIONS(1991), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2274), 2, + ACTIONS(2272), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -87977,7 +88131,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -87999,7 +88153,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [17691] = 21, + [17889] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -88008,16 +88162,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1921), 1, - anon_sym_sizeof, - ACTIONS(2198), 1, + ACTIONS(1526), 1, sym_identifier, - ACTIONS(2200), 1, + ACTIONS(1532), 1, + anon_sym_sizeof, + ACTIONS(2206), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1138), 1, + STATE(891), 1, sym__expression, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(89), 2, anon_sym_asm, anon_sym___asm__, @@ -88027,16 +88184,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1917), 2, + ACTIONS(1528), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1919), 2, + ACTIONS(1530), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2202), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2204), 2, + ACTIONS(2208), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -88057,16 +88211,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(887), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -88075,12 +88224,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, - [17793] = 20, + [17989] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -88089,15 +88242,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1526), 1, + ACTIONS(1931), 1, sym_identifier, - ACTIONS(1891), 1, + ACTIONS(1937), 1, anon_sym_sizeof, - ACTIONS(2296), 1, + ACTIONS(1987), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1014), 1, + STATE(1262), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -88108,16 +88261,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1887), 2, + ACTIONS(1933), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1889), 2, + ACTIONS(1935), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1991), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2298), 2, + ACTIONS(1997), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -88138,11 +88291,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(1017), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -88151,16 +88309,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, - [17893] = 21, + [18091] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -88169,15 +88323,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1943), 1, + ACTIONS(1526), 1, sym_identifier, - ACTIONS(1949), 1, + ACTIONS(1891), 1, anon_sym_sizeof, - ACTIONS(1987), 1, + ACTIONS(2270), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1262), 1, + STATE(1014), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -88188,16 +88342,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1945), 2, + ACTIONS(1887), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1947), 2, + ACTIONS(1889), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1991), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(1997), 2, + ACTIONS(2272), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -88218,16 +88372,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1019), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -88236,12 +88385,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, - [17995] = 21, + [18191] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -88254,9 +88407,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1921), 1, sym_identifier, - STATE(774), 1, + STATE(773), 1, sym_string_literal, STATE(1155), 1, sym__expression, @@ -88299,13 +88452,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -88322,7 +88475,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [18097] = 20, + [18293] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -88335,11 +88488,11 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1891), 1, anon_sym_sizeof, - ACTIONS(2296), 1, + ACTIONS(2270), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1007), 1, + STATE(1012), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -88359,7 +88512,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1991), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2298), 2, + ACTIONS(2272), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -88380,7 +88533,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -88402,7 +88555,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [18197] = 21, + [18393] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -88415,9 +88568,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1921), 1, + sym_identifier, + STATE(773), 1, + sym_string_literal, + STATE(1191), 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(159), 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(919), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(807), 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, + [18495] = 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(157), 1, + sym_number_literal, + ACTIONS(1921), 1, sym_identifier, - STATE(774), 1, + STATE(773), 1, sym_string_literal, STATE(1146), 1, sym__expression, @@ -88460,13 +88694,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -88483,7 +88717,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [18299] = 20, + [18597] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -88492,15 +88726,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1526), 1, + ACTIONS(1931), 1, sym_identifier, - ACTIONS(1891), 1, + ACTIONS(1937), 1, anon_sym_sizeof, - ACTIONS(2296), 1, + ACTIONS(1987), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1003), 1, + STATE(1219), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -88511,16 +88745,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1887), 2, + ACTIONS(1933), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1889), 2, + ACTIONS(1935), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1991), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2298), 2, + ACTIONS(1997), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -88541,11 +88775,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(1017), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -88554,16 +88793,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, - [18399] = 21, + [18699] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -88576,11 +88811,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1921), 1, sym_identifier, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1191), 1, + STATE(1148), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -88621,13 +88856,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -88644,7 +88879,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [18501] = 21, + [18801] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -88657,11 +88892,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1921), 1, sym_identifier, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1148), 1, + STATE(1150), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -88702,94 +88937,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(824), 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, - [18603] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, - anon_sym_offsetof, - ACTIONS(87), 1, - anon_sym__Generic, - ACTIONS(157), 1, - sym_number_literal, - ACTIONS(1943), 1, - sym_identifier, - ACTIONS(1949), 1, - anon_sym_sizeof, - ACTIONS(1987), 1, - anon_sym_LPAREN2, - STATE(774), 1, - sym_string_literal, - STATE(1219), 1, - sym__expression, - ACTIONS(89), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(99), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(159), 2, - sym_true, - sym_false, - ACTIONS(1945), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1947), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1991), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(1997), 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(1019), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -88806,7 +88960,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [18705] = 21, + [18903] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -88819,11 +88973,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1921), 1, sym_identifier, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1150), 1, + STATE(1154), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -88864,13 +89018,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -88887,7 +89041,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [18807] = 21, + [19005] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -88900,11 +89054,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1921), 1, sym_identifier, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1154), 1, + STATE(1156), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -88945,13 +89099,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -88968,37 +89122,25 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [18909] = 21, + [19107] = 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(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1931), 1, sym_identifier, - STATE(774), 1, + ACTIONS(1937), 1, + anon_sym_sizeof, + ACTIONS(2366), 1, + anon_sym_LPAREN2, + STATE(773), 1, sym_string_literal, - STATE(1156), 1, + STATE(1004), 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__, @@ -89008,6 +89150,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, + ACTIONS(1933), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1935), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1991), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(1997), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -89026,13 +89180,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(1017), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -89049,7 +89203,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [19011] = 21, + [19209] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -89062,9 +89216,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1921), 1, sym_identifier, - STATE(774), 1, + STATE(773), 1, sym_string_literal, STATE(1157), 1, sym__expression, @@ -89107,13 +89261,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -89130,7 +89284,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [19113] = 20, + [19311] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -89139,15 +89293,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1524), 1, - anon_sym_sizeof, - ACTIONS(1526), 1, + ACTIONS(1931), 1, sym_identifier, - ACTIONS(2272), 1, + ACTIONS(1937), 1, + anon_sym_sizeof, + ACTIONS(1987), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(877), 1, + STATE(1221), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -89158,98 +89312,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1518), 2, + ACTIONS(1933), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1520), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(2202), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2274), 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(824), 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, - [19213] = 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(157), 1, - sym_number_literal, - ACTIONS(1915), 1, - sym_identifier, - STATE(774), 1, - sym_string_literal, - STATE(1158), 1, - sym__expression, - ACTIONS(21), 2, + ACTIONS(1935), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(23), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(25), 2, + ACTIONS(1991), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(79), 2, + ACTIONS(1997), 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(159), 2, - sym_true, - sym_false, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -89268,13 +89342,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(1017), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -89291,37 +89365,28 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [19315] = 21, + [19413] = 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(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1526), 1, sym_identifier, - STATE(774), 1, + ACTIONS(1532), 1, + anon_sym_sizeof, + ACTIONS(2206), 1, + anon_sym_LPAREN2, + STATE(773), 1, sym_string_literal, - STATE(1147), 1, + STATE(890), 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__, @@ -89331,6 +89396,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, + ACTIONS(1528), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1530), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2208), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -89349,16 +89423,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -89367,12 +89436,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, - [19417] = 21, + [19513] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -89381,15 +89454,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1921), 1, - anon_sym_sizeof, - ACTIONS(2198), 1, + ACTIONS(1931), 1, sym_identifier, - ACTIONS(2200), 1, + ACTIONS(1937), 1, + anon_sym_sizeof, + ACTIONS(1987), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1128), 1, + STATE(1209), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -89400,16 +89473,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1917), 2, + ACTIONS(1933), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1919), 2, + ACTIONS(1935), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2202), 2, + ACTIONS(1991), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2204), 2, + ACTIONS(1997), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -89430,13 +89503,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(887), 5, + STATE(1017), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -89453,7 +89526,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [19519] = 20, + [19615] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -89462,15 +89535,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1526), 1, + ACTIONS(1931), 1, sym_identifier, - ACTIONS(1891), 1, + ACTIONS(1937), 1, anon_sym_sizeof, - ACTIONS(2296), 1, + ACTIONS(1987), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(983), 1, + STATE(1298), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -89481,16 +89554,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1887), 2, + ACTIONS(1933), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1889), 2, + ACTIONS(1935), 2, anon_sym_BANG, anon_sym_TILDE, ACTIONS(1991), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2298), 2, + ACTIONS(1997), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -89511,91 +89584,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, - sym__expression_not_binary, - sym_conditional_expression, - sym_assignment_expression, + STATE(1017), 5, 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, - [19619] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, - anon_sym_offsetof, - ACTIONS(87), 1, - anon_sym__Generic, - ACTIONS(157), 1, - sym_number_literal, - ACTIONS(1524), 1, - anon_sym_sizeof, - ACTIONS(1526), 1, - sym_identifier, - ACTIONS(2272), 1, - anon_sym_LPAREN2, - STATE(774), 1, - sym_string_literal, - STATE(839), 1, - sym__expression, - ACTIONS(89), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(99), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(159), 2, - sym_true, - sym_false, - ACTIONS(1518), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1520), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(2202), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2274), 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(824), 21, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -89604,78 +89602,79 @@ 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, - [19719] = 20, + [19717] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, + ACTIONS(1802), 1, anon_sym_offsetof, - ACTIONS(87), 1, + ACTIONS(1804), 1, anon_sym__Generic, - ACTIONS(157), 1, + ACTIONS(1808), 1, sym_number_literal, - ACTIONS(1524), 1, + ACTIONS(1927), 1, anon_sym_sizeof, - ACTIONS(1526), 1, + ACTIONS(2234), 1, sym_identifier, - ACTIONS(2272), 1, + ACTIONS(2236), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(847), 1, sym_string_literal, - STATE(874), 1, + STATE(1179), 1, sym__expression, - ACTIONS(89), 2, + ACTIONS(1806), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(99), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(159), 2, + ACTIONS(1814), 2, sym_true, sym_false, - ACTIONS(1518), 2, + ACTIONS(1816), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(1923), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1520), 2, + ACTIONS(1925), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2202), 2, + ACTIONS(2226), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2274), 2, + ACTIONS(2238), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(83), 5, + ACTIONS(1800), 5, anon_sym___alignof__, anon_sym___alignof, anon_sym__alignof, anon_sym_alignof, anon_sym__Alignof, - ACTIONS(93), 5, + ACTIONS(1810), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(95), 5, + ACTIONS(1812), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(824), 21, + STATE(950), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(925), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -89684,12 +89683,8 @@ 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, @@ -89706,11 +89701,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1921), 1, sym_identifier, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(839), 1, + STATE(1158), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -89751,13 +89746,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -89777,34 +89772,22 @@ static const uint16_t ts_small_parse_table[] = { [19921] = 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(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1919), 1, + anon_sym_sizeof, + ACTIONS(2198), 1, sym_identifier, - STATE(774), 1, + ACTIONS(2200), 1, + anon_sym_LPAREN2, + STATE(773), 1, sym_string_literal, - STATE(1159), 1, + STATE(1136), 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__, @@ -89814,6 +89797,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, + ACTIONS(1915), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1917), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2202), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2204), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -89832,13 +89827,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(899), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -89868,11 +89863,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1921), 1, sym_identifier, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1291), 1, + STATE(1159), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -89913,13 +89908,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -89949,9 +89944,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1921), 1, sym_identifier, - STATE(774), 1, + STATE(773), 1, sym_string_literal, STATE(1196), 1, sym__expression, @@ -89994,13 +89989,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -90017,69 +90012,74 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [20227] = 20, + [20227] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1846), 1, - anon_sym_sizeof, - ACTIONS(1850), 1, + ACTIONS(85), 1, anon_sym_offsetof, - ACTIONS(1852), 1, + ACTIONS(87), 1, anon_sym__Generic, - ACTIONS(1856), 1, + ACTIONS(157), 1, sym_number_literal, - ACTIONS(2208), 1, + ACTIONS(1919), 1, + anon_sym_sizeof, + ACTIONS(2198), 1, sym_identifier, - ACTIONS(2210), 1, + ACTIONS(2200), 1, anon_sym_LPAREN2, - STATE(848), 1, + STATE(773), 1, sym_string_literal, - STATE(905), 1, + STATE(1131), 1, sym__expression, - ACTIONS(1840), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1842), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1854), 2, + ACTIONS(89), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1862), 2, - sym_true, - sym_false, - ACTIONS(1864), 2, + ACTIONS(99), 2, anon_sym_NULL, anon_sym_nullptr, - ACTIONS(2212), 2, + ACTIONS(159), 2, + sym_true, + sym_false, + ACTIONS(1915), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1917), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2202), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2214), 2, + ACTIONS(2204), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1848), 5, + ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, anon_sym__alignof, anon_sym_alignof, anon_sym__Alignof, - ACTIONS(1858), 5, + ACTIONS(93), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(1860), 5, + ACTIONS(95), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(926), 21, + STATE(899), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -90088,16 +90088,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, - [20327] = 21, + [20329] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -90106,16 +90102,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1921), 1, - anon_sym_sizeof, - ACTIONS(2198), 1, + ACTIONS(1526), 1, sym_identifier, - ACTIONS(2200), 1, + ACTIONS(1532), 1, + anon_sym_sizeof, + ACTIONS(2206), 1, anon_sym_LPAREN2, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(839), 1, + STATE(889), 1, sym__expression, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(89), 2, anon_sym_asm, anon_sym___asm__, @@ -90125,16 +90124,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(159), 2, sym_true, sym_false, - ACTIONS(1917), 2, + ACTIONS(1528), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1919), 2, + ACTIONS(1530), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2202), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2204), 2, + ACTIONS(2208), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -90155,16 +90151,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(887), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -90173,37 +90164,41 @@ 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, [20429] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1850), 1, + ACTIONS(1802), 1, anon_sym_offsetof, - ACTIONS(1852), 1, + ACTIONS(1804), 1, anon_sym__Generic, - ACTIONS(1856), 1, + ACTIONS(1808), 1, sym_number_literal, ACTIONS(1927), 1, anon_sym_sizeof, - ACTIONS(2300), 1, + ACTIONS(2234), 1, sym_identifier, - ACTIONS(2302), 1, + ACTIONS(2236), 1, anon_sym_LPAREN2, - STATE(848), 1, + STATE(847), 1, sym_string_literal, STATE(1170), 1, sym__expression, - ACTIONS(1854), 2, + ACTIONS(1806), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1862), 2, + ACTIONS(1814), 2, sym_true, sym_false, - ACTIONS(1864), 2, + ACTIONS(1816), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(1923), 2, @@ -90212,37 +90207,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1925), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2212), 2, + ACTIONS(2226), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2304), 2, + ACTIONS(2238), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1848), 5, + ACTIONS(1800), 5, anon_sym___alignof__, anon_sym___alignof, anon_sym__alignof, anon_sym_alignof, anon_sym__Alignof, - ACTIONS(1858), 5, + ACTIONS(1810), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(1860), 5, + ACTIONS(1812), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(930), 5, + STATE(950), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(926), 16, + STATE(925), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -90262,29 +90257,29 @@ static const uint16_t ts_small_parse_table[] = { [20531] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1850), 1, + ACTIONS(1802), 1, anon_sym_offsetof, - ACTIONS(1852), 1, + ACTIONS(1804), 1, anon_sym__Generic, - ACTIONS(1856), 1, + ACTIONS(1808), 1, sym_number_literal, ACTIONS(1927), 1, anon_sym_sizeof, - ACTIONS(2300), 1, + ACTIONS(2234), 1, sym_identifier, - ACTIONS(2302), 1, + ACTIONS(2236), 1, anon_sym_LPAREN2, - STATE(848), 1, + STATE(847), 1, sym_string_literal, STATE(1171), 1, sym__expression, - ACTIONS(1854), 2, + ACTIONS(1806), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1862), 2, + ACTIONS(1814), 2, sym_true, sym_false, - ACTIONS(1864), 2, + ACTIONS(1816), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(1923), 2, @@ -90293,37 +90288,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1925), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2212), 2, + ACTIONS(2226), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2304), 2, + ACTIONS(2238), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1848), 5, + ACTIONS(1800), 5, anon_sym___alignof__, anon_sym___alignof, anon_sym__alignof, anon_sym_alignof, anon_sym__Alignof, - ACTIONS(1858), 5, + ACTIONS(1810), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(1860), 5, + ACTIONS(1812), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(930), 5, + STATE(950), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(926), 16, + STATE(925), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -90343,29 +90338,29 @@ static const uint16_t ts_small_parse_table[] = { [20633] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1850), 1, + ACTIONS(1802), 1, anon_sym_offsetof, - ACTIONS(1852), 1, + ACTIONS(1804), 1, anon_sym__Generic, - ACTIONS(1856), 1, + ACTIONS(1808), 1, sym_number_literal, ACTIONS(1927), 1, anon_sym_sizeof, - ACTIONS(2300), 1, + ACTIONS(2234), 1, sym_identifier, - ACTIONS(2302), 1, + ACTIONS(2236), 1, anon_sym_LPAREN2, - STATE(848), 1, + STATE(847), 1, sym_string_literal, STATE(1164), 1, sym__expression, - ACTIONS(1854), 2, + ACTIONS(1806), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1862), 2, + ACTIONS(1814), 2, sym_true, sym_false, - ACTIONS(1864), 2, + ACTIONS(1816), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(1923), 2, @@ -90374,37 +90369,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1925), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2212), 2, + ACTIONS(2226), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2304), 2, + ACTIONS(2238), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1848), 5, + ACTIONS(1800), 5, anon_sym___alignof__, anon_sym___alignof, anon_sym__alignof, anon_sym_alignof, anon_sym__Alignof, - ACTIONS(1858), 5, + ACTIONS(1810), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(1860), 5, + ACTIONS(1812), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(930), 5, + STATE(950), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(926), 16, + STATE(925), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -90424,29 +90419,29 @@ static const uint16_t ts_small_parse_table[] = { [20735] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1850), 1, + ACTIONS(1802), 1, anon_sym_offsetof, - ACTIONS(1852), 1, + ACTIONS(1804), 1, anon_sym__Generic, - ACTIONS(1856), 1, + ACTIONS(1808), 1, sym_number_literal, ACTIONS(1927), 1, anon_sym_sizeof, - ACTIONS(2300), 1, + ACTIONS(2234), 1, sym_identifier, - ACTIONS(2302), 1, + ACTIONS(2236), 1, anon_sym_LPAREN2, - STATE(848), 1, + STATE(847), 1, sym_string_literal, STATE(1178), 1, sym__expression, - ACTIONS(1854), 2, + ACTIONS(1806), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1862), 2, + ACTIONS(1814), 2, sym_true, sym_false, - ACTIONS(1864), 2, + ACTIONS(1816), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(1923), 2, @@ -90455,37 +90450,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1925), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2212), 2, + ACTIONS(2226), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2304), 2, + ACTIONS(2238), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1848), 5, + ACTIONS(1800), 5, anon_sym___alignof__, anon_sym___alignof, anon_sym__alignof, anon_sym_alignof, anon_sym__Alignof, - ACTIONS(1858), 5, + ACTIONS(1810), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(1860), 5, + ACTIONS(1812), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(930), 5, + STATE(950), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(926), 16, + STATE(925), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -90505,29 +90500,29 @@ static const uint16_t ts_small_parse_table[] = { [20837] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1850), 1, + ACTIONS(1802), 1, anon_sym_offsetof, - ACTIONS(1852), 1, + ACTIONS(1804), 1, anon_sym__Generic, - ACTIONS(1856), 1, + ACTIONS(1808), 1, sym_number_literal, ACTIONS(1927), 1, anon_sym_sizeof, - ACTIONS(2300), 1, + ACTIONS(2234), 1, sym_identifier, - ACTIONS(2302), 1, + ACTIONS(2236), 1, anon_sym_LPAREN2, - STATE(848), 1, + STATE(847), 1, sym_string_literal, STATE(1163), 1, sym__expression, - ACTIONS(1854), 2, + ACTIONS(1806), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1862), 2, + ACTIONS(1814), 2, sym_true, sym_false, - ACTIONS(1864), 2, + ACTIONS(1816), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(1923), 2, @@ -90536,37 +90531,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1925), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2212), 2, + ACTIONS(2226), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2304), 2, + ACTIONS(2238), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1848), 5, + ACTIONS(1800), 5, anon_sym___alignof__, anon_sym___alignof, anon_sym__alignof, anon_sym_alignof, anon_sym__Alignof, - ACTIONS(1858), 5, + ACTIONS(1810), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(1860), 5, + ACTIONS(1812), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(930), 5, + STATE(950), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(926), 16, + STATE(925), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -90586,29 +90581,29 @@ static const uint16_t ts_small_parse_table[] = { [20939] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1850), 1, + ACTIONS(1802), 1, anon_sym_offsetof, - ACTIONS(1852), 1, + ACTIONS(1804), 1, anon_sym__Generic, - ACTIONS(1856), 1, + ACTIONS(1808), 1, sym_number_literal, ACTIONS(1927), 1, anon_sym_sizeof, - ACTIONS(2300), 1, + ACTIONS(2234), 1, sym_identifier, - ACTIONS(2302), 1, + ACTIONS(2236), 1, anon_sym_LPAREN2, - STATE(848), 1, + STATE(847), 1, sym_string_literal, STATE(1173), 1, sym__expression, - ACTIONS(1854), 2, + ACTIONS(1806), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1862), 2, + ACTIONS(1814), 2, sym_true, sym_false, - ACTIONS(1864), 2, + ACTIONS(1816), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(1923), 2, @@ -90617,37 +90612,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1925), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2212), 2, + ACTIONS(2226), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2304), 2, + ACTIONS(2238), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1848), 5, + ACTIONS(1800), 5, anon_sym___alignof__, anon_sym___alignof, anon_sym__alignof, anon_sym_alignof, anon_sym__Alignof, - ACTIONS(1858), 5, + ACTIONS(1810), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(1860), 5, + ACTIONS(1812), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(930), 5, + STATE(950), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(926), 16, + STATE(925), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -90677,11 +90672,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(157), 1, sym_number_literal, - ACTIONS(1915), 1, + ACTIONS(1921), 1, sym_identifier, - STATE(774), 1, + STATE(773), 1, sym_string_literal, - STATE(1270), 1, + STATE(1266), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -90722,13 +90717,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(922), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(824), 16, + STATE(807), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -90748,29 +90743,29 @@ static const uint16_t ts_small_parse_table[] = { [21143] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1850), 1, + ACTIONS(1802), 1, anon_sym_offsetof, - ACTIONS(1852), 1, + ACTIONS(1804), 1, anon_sym__Generic, - ACTIONS(1856), 1, + ACTIONS(1808), 1, sym_number_literal, ACTIONS(1927), 1, anon_sym_sizeof, - ACTIONS(2300), 1, + ACTIONS(2234), 1, sym_identifier, - ACTIONS(2302), 1, + ACTIONS(2236), 1, anon_sym_LPAREN2, - STATE(848), 1, + STATE(847), 1, sym_string_literal, STATE(1174), 1, sym__expression, - ACTIONS(1854), 2, + ACTIONS(1806), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1862), 2, + ACTIONS(1814), 2, sym_true, sym_false, - ACTIONS(1864), 2, + ACTIONS(1816), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(1923), 2, @@ -90779,37 +90774,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1925), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2212), 2, + ACTIONS(2226), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2304), 2, + ACTIONS(2238), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1848), 5, + ACTIONS(1800), 5, anon_sym___alignof__, anon_sym___alignof, anon_sym__alignof, anon_sym_alignof, anon_sym__Alignof, - ACTIONS(1858), 5, + ACTIONS(1810), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(1860), 5, + ACTIONS(1812), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(930), 5, + STATE(950), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(926), 16, + STATE(925), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -90829,29 +90824,29 @@ static const uint16_t ts_small_parse_table[] = { [21245] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1850), 1, + ACTIONS(1802), 1, anon_sym_offsetof, - ACTIONS(1852), 1, + ACTIONS(1804), 1, anon_sym__Generic, - ACTIONS(1856), 1, + ACTIONS(1808), 1, sym_number_literal, ACTIONS(1927), 1, anon_sym_sizeof, - ACTIONS(2300), 1, + ACTIONS(2234), 1, sym_identifier, - ACTIONS(2302), 1, + ACTIONS(2236), 1, anon_sym_LPAREN2, - STATE(848), 1, + STATE(847), 1, sym_string_literal, STATE(1176), 1, sym__expression, - ACTIONS(1854), 2, + ACTIONS(1806), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1862), 2, + ACTIONS(1814), 2, sym_true, sym_false, - ACTIONS(1864), 2, + ACTIONS(1816), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(1923), 2, @@ -90860,37 +90855,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1925), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2212), 2, + ACTIONS(2226), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2304), 2, + ACTIONS(2238), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1848), 5, + ACTIONS(1800), 5, anon_sym___alignof__, anon_sym___alignof, anon_sym__alignof, anon_sym_alignof, anon_sym__Alignof, - ACTIONS(1858), 5, + ACTIONS(1810), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(1860), 5, + ACTIONS(1812), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(930), 5, + STATE(950), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(926), 16, + STATE(925), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -90910,29 +90905,29 @@ static const uint16_t ts_small_parse_table[] = { [21347] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1850), 1, + ACTIONS(1802), 1, anon_sym_offsetof, - ACTIONS(1852), 1, + ACTIONS(1804), 1, anon_sym__Generic, - ACTIONS(1856), 1, + ACTIONS(1808), 1, sym_number_literal, ACTIONS(1927), 1, anon_sym_sizeof, - ACTIONS(2300), 1, + ACTIONS(2234), 1, sym_identifier, - ACTIONS(2302), 1, + ACTIONS(2236), 1, anon_sym_LPAREN2, - STATE(848), 1, + STATE(847), 1, sym_string_literal, STATE(1177), 1, sym__expression, - ACTIONS(1854), 2, + ACTIONS(1806), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1862), 2, + ACTIONS(1814), 2, sym_true, sym_false, - ACTIONS(1864), 2, + ACTIONS(1816), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(1923), 2, @@ -90941,37 +90936,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1925), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2212), 2, + ACTIONS(2226), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2304), 2, + ACTIONS(2238), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1848), 5, + ACTIONS(1800), 5, anon_sym___alignof__, anon_sym___alignof, anon_sym__alignof, anon_sym_alignof, anon_sym__Alignof, - ACTIONS(1858), 5, + ACTIONS(1810), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(1860), 5, + ACTIONS(1812), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(930), 5, + STATE(950), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(926), 16, + STATE(925), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -90991,29 +90986,29 @@ static const uint16_t ts_small_parse_table[] = { [21449] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1850), 1, + ACTIONS(1802), 1, anon_sym_offsetof, - ACTIONS(1852), 1, + ACTIONS(1804), 1, anon_sym__Generic, - ACTIONS(1856), 1, + ACTIONS(1808), 1, sym_number_literal, ACTIONS(1927), 1, anon_sym_sizeof, - ACTIONS(2300), 1, + ACTIONS(2234), 1, sym_identifier, - ACTIONS(2302), 1, + ACTIONS(2236), 1, anon_sym_LPAREN2, - STATE(848), 1, + STATE(847), 1, sym_string_literal, STATE(914), 1, sym__expression, - ACTIONS(1854), 2, + ACTIONS(1806), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1862), 2, + ACTIONS(1814), 2, sym_true, sym_false, - ACTIONS(1864), 2, + ACTIONS(1816), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(1923), 2, @@ -91022,37 +91017,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1925), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2212), 2, + ACTIONS(2226), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2304), 2, + ACTIONS(2238), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1848), 5, + ACTIONS(1800), 5, anon_sym___alignof__, anon_sym___alignof, anon_sym__alignof, anon_sym_alignof, anon_sym__Alignof, - ACTIONS(1858), 5, + ACTIONS(1810), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(1860), 5, + ACTIONS(1812), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(930), 5, + STATE(950), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(926), 16, + STATE(925), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -91090,15 +91085,15 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(2368), 1, anon_sym_LBRACE, - STATE(861), 1, + STATE(852), 1, sym_ms_call_modifier, STATE(1074), 1, sym__type_specifier, STATE(1109), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1487), 1, + STATE(1490), 1, sym__declaration_specifiers, - STATE(467), 3, + STATE(476), 3, sym_function_definition, sym_declaration, sym_declaration_list, @@ -91120,7 +91115,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - STATE(869), 7, + STATE(863), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -91149,7 +91144,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [21652] = 21, + [21652] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2370), 1, + sym_identifier, + STATE(766), 2, + sym_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(2377), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(2375), 16, + aux_sym_preproc_elif_token1, + 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, + anon_sym_DOT, + ACTIONS(2373), 33, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + 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_DASH_GT, + [21723] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -91168,17 +91228,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(2057), 1, sym_identifier, - ACTIONS(2370), 1, + ACTIONS(2380), 1, anon_sym_LBRACE, - STATE(853), 1, + STATE(856), 1, sym_ms_call_modifier, STATE(1074), 1, sym__type_specifier, STATE(1109), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1481), 1, + STATE(1500), 1, sym__declaration_specifiers, - STATE(373), 3, + STATE(395), 3, sym_function_definition, sym_declaration, sym_declaration_list, @@ -91200,7 +91260,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - STATE(869), 7, + STATE(863), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -91229,7 +91289,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [21753] = 21, + [21824] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2382), 1, + sym_identifier, + STATE(766), 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(2386), 16, + aux_sym_preproc_elif_token1, + 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, + anon_sym_DOT, + ACTIONS(2384), 33, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + 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_DASH_GT, + [21895] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -91248,17 +91373,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(2057), 1, sym_identifier, - ACTIONS(2372), 1, + ACTIONS(2388), 1, anon_sym_LBRACE, - STATE(855), 1, + STATE(861), 1, sym_ms_call_modifier, STATE(1074), 1, sym__type_specifier, STATE(1109), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1488), 1, + STATE(1485), 1, sym__declaration_specifiers, - STATE(158), 3, + STATE(228), 3, sym_function_definition, sym_declaration, sym_declaration_list, @@ -91280,7 +91405,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - STATE(869), 7, + STATE(863), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -91309,7 +91434,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [21854] = 21, + [21996] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -91328,17 +91453,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(2057), 1, sym_identifier, - ACTIONS(2374), 1, + ACTIONS(2390), 1, anon_sym_LBRACE, - STATE(851), 1, + STATE(853), 1, sym_ms_call_modifier, STATE(1074), 1, sym__type_specifier, STATE(1109), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1485), 1, + STATE(1481), 1, sym__declaration_specifiers, - STATE(219), 3, + STATE(397), 3, sym_function_definition, sym_declaration, sym_declaration_list, @@ -91360,7 +91485,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - STATE(869), 7, + STATE(863), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -91389,12 +91514,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [21955] = 6, + [22097] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2376), 1, + ACTIONS(2392), 1, sym_identifier, - STATE(772), 2, + STATE(768), 2, sym_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(95), 5, @@ -91403,7 +91528,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2380), 16, + ACTIONS(2396), 16, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -91420,7 +91545,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2378), 33, + ACTIONS(2394), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -91454,72 +91579,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [22026] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2382), 1, - sym_identifier, - STATE(769), 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(2386), 16, - aux_sym_preproc_elif_token1, - 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, - anon_sym_DOT, - ACTIONS(2384), 33, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - 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_DASH_GT, - [22097] = 21, + [22168] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -91538,17 +91598,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(2057), 1, sym_identifier, - ACTIONS(2388), 1, + ACTIONS(2398), 1, anon_sym_LBRACE, - STATE(862), 1, + STATE(858), 1, sym_ms_call_modifier, STATE(1074), 1, sym__type_specifier, STATE(1109), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1499), 1, + STATE(1487), 1, sym__declaration_specifiers, - STATE(395), 3, + STATE(159), 3, sym_function_definition, sym_declaration, sym_declaration_list, @@ -91570,7 +91630,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - STATE(869), 7, + STATE(863), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -91599,138 +91659,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [22198] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2390), 1, - sym_identifier, - STATE(772), 2, - sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(2397), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2395), 16, - aux_sym_preproc_elif_token1, - 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, - anon_sym_DOT, - ACTIONS(2393), 33, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - 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_DASH_GT, [22269] = 5, ACTIONS(3), 1, sym_comment, - STATE(770), 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(1959), 17, - aux_sym_preproc_elif_token1, - 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, - anon_sym_DOT, - sym_identifier, - ACTIONS(1953), 33, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - 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_DASH_GT, - [22337] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(770), 1, + STATE(771), 1, sym_string_literal, ACTIONS(95), 5, anon_sym_L_DQUOTE, @@ -91790,10 +91722,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [22405] = 3, + [22337] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2400), 17, + STATE(771), 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(1959), 17, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -91811,7 +91751,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, sym_identifier, - ACTIONS(2402), 38, + ACTIONS(1953), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -91845,15 +91785,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [22468] = 3, + [22405] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2404), 17, + ACTIONS(2400), 17, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -91871,7 +91806,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, sym_identifier, - ACTIONS(2406), 38, + ACTIONS(2402), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -91910,10 +91845,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [22531] = 3, + [22468] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2408), 20, + ACTIONS(2404), 17, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -91928,13 +91863,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym___attribute__, - anon_sym_LBRACK, anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, anon_sym_DOT, sym_identifier, - ACTIONS(2410), 34, + ACTIONS(2406), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -91950,9 +91882,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, @@ -91969,10 +91900,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [22593] = 3, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [22531] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2412), 20, + ACTIONS(2408), 20, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -91993,7 +91929,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym_DOT, sym_identifier, - ACTIONS(2414), 34, + ACTIONS(2410), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -92028,10 +91964,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [22655] = 3, + [22593] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2416), 20, + ACTIONS(2412), 20, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -92052,7 +91988,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym_DOT, sym_identifier, - ACTIONS(2418), 34, + ACTIONS(2414), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -92087,10 +92023,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [22717] = 3, + [22655] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2420), 20, + ACTIONS(2416), 20, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -92111,7 +92047,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym_DOT, sym_identifier, - ACTIONS(2422), 34, + ACTIONS(2418), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -92146,10 +92082,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [22779] = 3, + [22717] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2424), 20, + ACTIONS(2420), 20, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -92170,7 +92106,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym_DOT, sym_identifier, - ACTIONS(2426), 34, + ACTIONS(2422), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -92205,10 +92141,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [22841] = 3, + [22779] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2428), 20, + ACTIONS(2424), 20, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -92229,7 +92165,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym_DOT, sym_identifier, - ACTIONS(2430), 34, + ACTIONS(2426), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -92264,10 +92200,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [22903] = 3, + [22841] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2432), 20, + ACTIONS(2428), 20, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -92288,7 +92224,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym_DOT, sym_identifier, - ACTIONS(2434), 34, + ACTIONS(2430), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -92323,10 +92259,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [22965] = 3, + [22903] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2436), 20, + ACTIONS(2432), 20, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -92347,7 +92283,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym_DOT, sym_identifier, - ACTIONS(2438), 34, + ACTIONS(2434), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -92382,10 +92318,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [23027] = 3, + [22965] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2440), 20, + ACTIONS(2436), 20, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -92406,7 +92342,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym_DOT, sym_identifier, - ACTIONS(2442), 34, + ACTIONS(2438), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -92441,10 +92377,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [23089] = 3, + [23027] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2444), 20, + ACTIONS(2440), 20, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -92465,7 +92401,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym_DOT, sym_identifier, - ACTIONS(2446), 34, + ACTIONS(2442), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -92500,10 +92436,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [23151] = 3, + [23089] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2448), 17, + ACTIONS(2444), 20, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -92518,10 +92454,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym___attribute__, + anon_sym_LBRACK, anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, anon_sym_DOT, sym_identifier, - ACTIONS(2450), 34, + ACTIONS(2446), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -92537,9 +92476,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, @@ -92556,10 +92495,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [23210] = 3, + [23151] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2450), 21, + ACTIONS(1909), 21, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -92581,7 +92520,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2448), 30, + ACTIONS(1907), 30, anon_sym_DASH, anon_sym_PLUS, anon_sym_if, @@ -92612,10 +92551,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_NULL, anon_sym_nullptr, sym_identifier, + [23210] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2448), 17, + aux_sym_preproc_elif_token1, + 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, + anon_sym_DOT, + sym_identifier, + ACTIONS(2450), 34, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, [23269] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 21, + ACTIONS(1913), 21, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -92637,7 +92632,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(1907), 30, + ACTIONS(1911), 30, anon_sym_DASH, anon_sym_PLUS, anon_sym_if, @@ -92671,7 +92666,7 @@ static const uint16_t ts_small_parse_table[] = { [23328] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1913), 21, + ACTIONS(2450), 21, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -92693,7 +92688,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(1911), 30, + ACTIONS(2448), 30, anon_sym_DASH, anon_sym_PLUS, anon_sym_if, @@ -92713,145 +92708,18 @@ static const uint16_t ts_small_parse_table[] = { 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, - [23387] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2452), 17, - aux_sym_preproc_elif_token1, - 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, - anon_sym_DOT, - sym_identifier, - ACTIONS(2454), 33, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - 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_DASH_GT, - [23445] = 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(1290), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2057), 1, + 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(2079), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(2081), 1, - anon_sym_RPAREN, - STATE(1074), 1, - sym__type_specifier, - STATE(1109), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1393), 1, - sym__declaration_specifiers, - STATE(1760), 2, - sym_variadic_parameter, - sym_parameter_declaration, - ACTIONS(43), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1099), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - STATE(869), 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, - [23537] = 20, + [23387] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -92872,15 +92740,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(2057), 1, sym_identifier, - STATE(366), 1, + STATE(375), 1, sym_compound_statement, STATE(1074), 1, sym__type_specifier, STATE(1109), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1498), 1, + STATE(1480), 1, sym__declaration_specifiers, - STATE(842), 2, + STATE(830), 2, sym_declaration, aux_sym__old_style_function_definition_repeat1, ACTIONS(43), 4, @@ -92894,7 +92762,7 @@ static const uint16_t ts_small_parse_table[] = { sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(869), 7, + STATE(863), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -92923,7 +92791,172 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [23629] = 20, + [23479] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2452), 17, + aux_sym_preproc_elif_token1, + 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, + anon_sym_DOT, + sym_identifier, + ACTIONS(2454), 33, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + 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_DASH_GT, + [23537] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2456), 17, + aux_sym_preproc_elif_token1, + 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, + anon_sym_DOT, + sym_identifier, + ACTIONS(2458), 33, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + 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_DASH_GT, + [23595] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2460), 17, + aux_sym_preproc_elif_token1, + 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, + anon_sym_DOT, + sym_identifier, + ACTIONS(2462), 33, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + 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_DASH_GT, + [23653] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -92938,21 +92971,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(55), 1, anon_sym_union, - ACTIONS(729), 1, + ACTIONS(129), 1, anon_sym_LBRACE, ACTIONS(1290), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2057), 1, sym_identifier, - STATE(374), 1, + STATE(145), 1, sym_compound_statement, STATE(1074), 1, sym__type_specifier, STATE(1109), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1498), 1, + STATE(1480), 1, sym__declaration_specifiers, - STATE(826), 2, + STATE(830), 2, sym_declaration, aux_sym__old_style_function_definition_repeat1, ACTIONS(43), 4, @@ -92966,7 +92999,7 @@ static const uint16_t ts_small_parse_table[] = { sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(869), 7, + STATE(863), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -92995,7 +93028,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [23721] = 20, + [23745] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -93010,21 +93043,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(55), 1, anon_sym_union, - ACTIONS(499), 1, + ACTIONS(553), 1, anon_sym_LBRACE, ACTIONS(1290), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2057), 1, sym_identifier, - STATE(391), 1, + STATE(378), 1, sym_compound_statement, STATE(1074), 1, sym__type_specifier, STATE(1109), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1498), 1, + STATE(1480), 1, sym__declaration_specifiers, - STATE(842), 2, + STATE(811), 2, sym_declaration, aux_sym__old_style_function_definition_repeat1, ACTIONS(43), 4, @@ -93038,7 +93071,7 @@ static const uint16_t ts_small_parse_table[] = { sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(869), 7, + STATE(863), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -93067,15 +93100,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [23813] = 20, + [23837] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2464), 17, + aux_sym_preproc_elif_token1, + 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, + anon_sym_DOT, + sym_identifier, + ACTIONS(2466), 33, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + 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_DASH_GT, + [23895] = 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, @@ -93084,19 +93170,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(55), 1, anon_sym_union, + ACTIONS(129), 1, + anon_sym_LBRACE, ACTIONS(1290), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2057), 1, sym_identifier, - STATE(455), 1, + STATE(148), 1, sym_compound_statement, STATE(1074), 1, sym__type_specifier, STATE(1109), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1498), 1, + STATE(1480), 1, sym__declaration_specifiers, - STATE(842), 2, + STATE(830), 2, sym_declaration, aux_sym__old_style_function_definition_repeat1, ACTIONS(43), 4, @@ -93110,7 +93198,7 @@ static const uint16_t ts_small_parse_table[] = { sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(869), 7, + STATE(863), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -93139,123 +93227,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [23905] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2456), 17, - aux_sym_preproc_elif_token1, - 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, - anon_sym_DOT, - sym_identifier, - ACTIONS(2458), 33, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - 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_DASH_GT, - [23963] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2460), 17, - aux_sym_preproc_elif_token1, - 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, - anon_sym_DOT, - sym_identifier, - ACTIONS(2462), 33, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - 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_DASH_GT, - [24021] = 20, + [23987] = 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, @@ -93264,21 +93244,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(55), 1, anon_sym_union, - ACTIONS(201), 1, - anon_sym_LBRACE, ACTIONS(1290), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2057), 1, sym_identifier, - STATE(224), 1, + STATE(466), 1, sym_compound_statement, STATE(1074), 1, sym__type_specifier, STATE(1109), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1498), 1, + STATE(1480), 1, sym__declaration_specifiers, - STATE(811), 2, + STATE(830), 2, sym_declaration, aux_sym__old_style_function_definition_repeat1, ACTIONS(43), 4, @@ -93292,7 +93270,7 @@ static const uint16_t ts_small_parse_table[] = { sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(869), 7, + STATE(863), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -93321,7 +93299,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [24113] = 20, + [24079] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -93336,21 +93314,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(55), 1, anon_sym_union, - ACTIONS(201), 1, + ACTIONS(499), 1, anon_sym_LBRACE, ACTIONS(1290), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2057), 1, sym_identifier, - STATE(228), 1, + STATE(403), 1, sym_compound_statement, STATE(1074), 1, sym__type_specifier, STATE(1109), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1498), 1, + STATE(1480), 1, sym__declaration_specifiers, - STATE(842), 2, + STATE(791), 2, sym_declaration, aux_sym__old_style_function_definition_repeat1, ACTIONS(43), 4, @@ -93364,7 +93342,7 @@ static const uint16_t ts_small_parse_table[] = { sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(869), 7, + STATE(863), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -93393,62 +93371,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [24205] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2464), 17, - aux_sym_preproc_elif_token1, - 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, - anon_sym_DOT, - sym_identifier, - ACTIONS(2466), 33, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - 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_DASH_GT, - [24263] = 3, + [24171] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2468), 17, @@ -93503,7 +93426,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [24321] = 3, + [24229] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2472), 17, @@ -93558,62 +93481,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [24379] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2476), 17, - aux_sym_preproc_elif_token1, - 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, - anon_sym_DOT, - sym_identifier, - ACTIONS(2478), 33, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - 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_DASH_GT, - [24437] = 20, + [24287] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -93628,21 +93496,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(55), 1, anon_sym_union, - ACTIONS(201), 1, + ACTIONS(499), 1, anon_sym_LBRACE, ACTIONS(1290), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2057), 1, sym_identifier, - STATE(202), 1, + STATE(396), 1, sym_compound_statement, STATE(1074), 1, sym__type_specifier, STATE(1109), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1498), 1, + STATE(1480), 1, sym__declaration_specifiers, - STATE(800), 2, + STATE(830), 2, sym_declaration, aux_sym__old_style_function_definition_repeat1, ACTIONS(43), 4, @@ -93656,7 +93524,7 @@ static const uint16_t ts_small_parse_table[] = { sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(869), 7, + STATE(863), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -93685,13 +93553,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [24529] = 20, + [24379] = 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, @@ -93700,21 +93570,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(55), 1, anon_sym_union, - ACTIONS(129), 1, + ACTIONS(1290), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2057), 1, + sym_identifier, + STATE(473), 1, + sym_compound_statement, + STATE(1074), 1, + sym__type_specifier, + STATE(1109), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1480), 1, + sym__declaration_specifiers, + STATE(799), 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(1099), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(863), 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, + [24471] = 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, + anon_sym_enum, + ACTIONS(53), 1, + anon_sym_struct, + ACTIONS(55), 1, + anon_sym_union, ACTIONS(1290), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2057), 1, sym_identifier, - STATE(144), 1, + STATE(464), 1, sym_compound_statement, STATE(1074), 1, sym__type_specifier, STATE(1109), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1498), 1, + STATE(1480), 1, sym__declaration_specifiers, - STATE(812), 2, + STATE(822), 2, sym_declaration, aux_sym__old_style_function_definition_repeat1, ACTIONS(43), 4, @@ -93728,7 +93668,7 @@ static const uint16_t ts_small_parse_table[] = { sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(869), 7, + STATE(863), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -93757,65 +93697,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [24621] = 3, + [24563] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2480), 17, - aux_sym_preproc_elif_token1, - 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, - anon_sym_DOT, + 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(499), 1, + anon_sym_LBRACE, + ACTIONS(1290), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2057), 1, sym_identifier, - ACTIONS(2482), 33, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - 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_DASH_GT, - [24679] = 3, + STATE(364), 1, + sym_compound_statement, + STATE(1074), 1, + sym__type_specifier, + STATE(1109), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1480), 1, + sym__declaration_specifiers, + STATE(803), 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(1099), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(863), 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, + [24655] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2484), 17, + ACTIONS(2476), 17, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -93833,7 +93790,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, sym_identifier, - ACTIONS(2486), 33, + ACTIONS(2478), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -93867,7 +93824,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [24737] = 20, + [24713] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -93882,21 +93839,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(55), 1, anon_sym_union, - ACTIONS(729), 1, + ACTIONS(553), 1, anon_sym_LBRACE, ACTIONS(1290), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2057), 1, sym_identifier, - STATE(404), 1, + STATE(359), 1, sym_compound_statement, STATE(1074), 1, sym__type_specifier, STATE(1109), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1498), 1, + STATE(1480), 1, sym__declaration_specifiers, - STATE(823), 2, + STATE(830), 2, sym_declaration, aux_sym__old_style_function_definition_repeat1, ACTIONS(43), 4, @@ -93910,7 +93867,7 @@ static const uint16_t ts_small_parse_table[] = { sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(869), 7, + STATE(863), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -93939,15 +93896,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [24829] = 20, + [24805] = 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, @@ -93956,19 +93911,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(55), 1, anon_sym_union, + ACTIONS(353), 1, + anon_sym_LBRACE, ACTIONS(1290), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2057), 1, sym_identifier, - STATE(469), 1, + STATE(217), 1, sym_compound_statement, STATE(1074), 1, sym__type_specifier, STATE(1109), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1498), 1, + STATE(1480), 1, sym__declaration_specifiers, - STATE(796), 2, + STATE(815), 2, sym_declaration, aux_sym__old_style_function_definition_repeat1, ACTIONS(43), 4, @@ -93982,7 +93939,7 @@ static const uint16_t ts_small_parse_table[] = { sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(869), 7, + STATE(863), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -94011,7 +93968,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [24921] = 20, + [24897] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -94026,23 +93983,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(55), 1, anon_sym_union, - ACTIONS(201), 1, - anon_sym_LBRACE, ACTIONS(1290), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2057), 1, + ACTIONS(2081), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(2480), 1, sym_identifier, - STATE(225), 1, - sym_compound_statement, + ACTIONS(2482), 1, + anon_sym_RPAREN, STATE(1074), 1, sym__type_specifier, STATE(1109), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1498), 1, + STATE(1393), 1, sym__declaration_specifiers, - STATE(842), 2, - sym_declaration, - aux_sym__old_style_function_definition_repeat1, + STATE(1660), 1, + sym_variadic_parameter, + STATE(1760), 1, + sym_parameter_declaration, ACTIONS(43), 4, anon_sym_signed, anon_sym_unsigned, @@ -94054,7 +94012,7 @@ static const uint16_t ts_small_parse_table[] = { sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(869), 7, + STATE(863), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -94083,7 +94041,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [25013] = 20, + [24991] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -94098,21 +94056,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(55), 1, anon_sym_union, - ACTIONS(129), 1, + ACTIONS(553), 1, anon_sym_LBRACE, ACTIONS(1290), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2057), 1, sym_identifier, - STATE(152), 1, + STATE(386), 1, sym_compound_statement, STATE(1074), 1, sym__type_specifier, STATE(1109), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1498), 1, + STATE(1480), 1, sym__declaration_specifiers, - STATE(842), 2, + STATE(830), 2, sym_declaration, aux_sym__old_style_function_definition_repeat1, ACTIONS(43), 4, @@ -94126,7 +94084,7 @@ static const uint16_t ts_small_parse_table[] = { sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(869), 7, + STATE(863), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -94155,65 +94113,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [25105] = 3, + [25083] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2488), 17, - aux_sym_preproc_elif_token1, - 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, - anon_sym_DOT, - sym_identifier, - ACTIONS(2490), 33, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - 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_DASH_GT, - [25163] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2492), 17, + ACTIONS(2484), 17, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -94231,7 +94134,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, sym_identifier, - ACTIONS(2494), 33, + ACTIONS(2486), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -94265,15 +94168,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [25221] = 20, + [25141] = 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, @@ -94282,19 +94183,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(55), 1, anon_sym_union, + ACTIONS(129), 1, + anon_sym_LBRACE, ACTIONS(1290), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2057), 1, sym_identifier, - STATE(473), 1, + STATE(155), 1, sym_compound_statement, STATE(1074), 1, sym__type_specifier, STATE(1109), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1498), 1, + STATE(1480), 1, sym__declaration_specifiers, - STATE(818), 2, + STATE(795), 2, sym_declaration, aux_sym__old_style_function_definition_repeat1, ACTIONS(43), 4, @@ -94308,7 +94211,7 @@ static const uint16_t ts_small_parse_table[] = { sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(869), 7, + STATE(863), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -94337,10 +94240,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [25313] = 3, + [25233] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2496), 17, + ACTIONS(2488), 17, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -94358,7 +94261,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, sym_identifier, - ACTIONS(2498), 33, + ACTIONS(2490), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -94392,7 +94295,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [25371] = 20, + [25291] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -94407,21 +94310,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(55), 1, anon_sym_union, - ACTIONS(129), 1, + ACTIONS(353), 1, anon_sym_LBRACE, ACTIONS(1290), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2057), 1, sym_identifier, - STATE(146), 1, + STATE(226), 1, sym_compound_statement, STATE(1074), 1, sym__type_specifier, STATE(1109), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1498), 1, + STATE(1480), 1, sym__declaration_specifiers, - STATE(842), 2, + STATE(830), 2, sym_declaration, aux_sym__old_style_function_definition_repeat1, ACTIONS(43), 4, @@ -94435,7 +94338,7 @@ static const uint16_t ts_small_parse_table[] = { sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(869), 7, + STATE(863), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -94464,15 +94367,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [25463] = 20, + [25383] = 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, @@ -94481,19 +94382,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(55), 1, anon_sym_union, + ACTIONS(353), 1, + anon_sym_LBRACE, ACTIONS(1290), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2057), 1, sym_identifier, - STATE(470), 1, + STATE(224), 1, sym_compound_statement, STATE(1074), 1, sym__type_specifier, STATE(1109), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1498), 1, + STATE(1480), 1, sym__declaration_specifiers, - STATE(842), 2, + STATE(826), 2, sym_declaration, aux_sym__old_style_function_definition_repeat1, ACTIONS(43), 4, @@ -94507,7 +94410,7 @@ static const uint16_t ts_small_parse_table[] = { sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(869), 7, + STATE(863), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -94536,65 +94439,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [25555] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2500), 17, - aux_sym_preproc_elif_token1, - 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, - anon_sym_DOT, - sym_identifier, - ACTIONS(2502), 33, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - 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_DASH_GT, - [25613] = 3, + [25475] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2504), 17, + ACTIONS(2492), 17, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -94612,7 +94460,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, sym_identifier, - ACTIONS(2506), 33, + ACTIONS(2494), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -94646,7 +94494,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [25671] = 20, + [25533] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -94661,21 +94509,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(55), 1, anon_sym_union, - ACTIONS(499), 1, + ACTIONS(129), 1, anon_sym_LBRACE, ACTIONS(1290), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2057), 1, sym_identifier, - STATE(362), 1, + STATE(142), 1, sym_compound_statement, STATE(1074), 1, sym__type_specifier, STATE(1109), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1498), 1, + STATE(1480), 1, sym__declaration_specifiers, - STATE(795), 2, + STATE(798), 2, sym_declaration, aux_sym__old_style_function_definition_repeat1, ACTIONS(43), 4, @@ -94689,7 +94537,7 @@ static const uint16_t ts_small_parse_table[] = { sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(869), 7, + STATE(863), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -94718,13 +94566,180 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [25763] = 20, + [25625] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2496), 17, + aux_sym_preproc_elif_token1, + 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, + anon_sym_DOT, + sym_identifier, + ACTIONS(2498), 33, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + 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_DASH_GT, + [25683] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2500), 17, + aux_sym_preproc_elif_token1, + 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, + anon_sym_DOT, + sym_identifier, + ACTIONS(2502), 33, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + 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_DASH_GT, + [25741] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2504), 17, + aux_sym_preproc_elif_token1, + 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, + anon_sym_DOT, + sym_identifier, + ACTIONS(2506), 33, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + 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_DASH_GT, + [25799] = 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, @@ -94733,21 +94748,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(55), 1, anon_sym_union, - ACTIONS(499), 1, - anon_sym_LBRACE, ACTIONS(1290), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2057), 1, sym_identifier, - STATE(401), 1, + STATE(471), 1, sym_compound_statement, STATE(1074), 1, sym__type_specifier, STATE(1109), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1498), 1, + STATE(1480), 1, sym__declaration_specifiers, - STATE(793), 2, + STATE(830), 2, sym_declaration, aux_sym__old_style_function_definition_repeat1, ACTIONS(43), 4, @@ -94761,7 +94774,7 @@ static const uint16_t ts_small_parse_table[] = { sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(869), 7, + STATE(863), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -94790,7 +94803,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [25855] = 20, + [25891] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -94805,23 +94818,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(55), 1, anon_sym_union, - ACTIONS(729), 1, - anon_sym_LBRACE, ACTIONS(1290), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2057), 1, sym_identifier, - STATE(384), 1, - sym_compound_statement, + ACTIONS(2081), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(2083), 1, + anon_sym_RPAREN, STATE(1074), 1, sym__type_specifier, STATE(1109), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1498), 1, + STATE(1393), 1, sym__declaration_specifiers, - STATE(842), 2, - sym_declaration, - aux_sym__old_style_function_definition_repeat1, + STATE(1760), 2, + sym_variadic_parameter, + sym_parameter_declaration, ACTIONS(43), 4, anon_sym_signed, anon_sym_unsigned, @@ -94833,7 +94846,7 @@ static const uint16_t ts_small_parse_table[] = { sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(869), 7, + STATE(863), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -94862,7 +94875,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [25947] = 3, + [25983] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2508), 17, @@ -94917,62 +94930,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [26005] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2512), 17, - aux_sym_preproc_elif_token1, - 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, - anon_sym_DOT, - sym_identifier, - ACTIONS(2514), 33, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - 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_DASH_GT, - [26063] = 20, + [26041] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -94987,21 +94945,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(55), 1, anon_sym_union, - ACTIONS(729), 1, + ACTIONS(553), 1, anon_sym_LBRACE, ACTIONS(1290), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2057), 1, sym_identifier, - STATE(356), 1, + STATE(374), 1, sym_compound_statement, STATE(1074), 1, sym__type_specifier, STATE(1109), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1498), 1, + STATE(1480), 1, sym__declaration_specifiers, - STATE(842), 2, + STATE(808), 2, sym_declaration, aux_sym__old_style_function_definition_repeat1, ACTIONS(43), 4, @@ -95015,7 +94973,7 @@ static const uint16_t ts_small_parse_table[] = { sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(869), 7, + STATE(863), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -95044,7 +95002,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [26155] = 20, + [26133] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -95059,21 +95017,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(55), 1, anon_sym_union, - ACTIONS(129), 1, + ACTIONS(353), 1, anon_sym_LBRACE, ACTIONS(1290), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2057), 1, sym_identifier, - STATE(159), 1, + STATE(209), 1, sym_compound_statement, STATE(1074), 1, sym__type_specifier, STATE(1109), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1498), 1, + STATE(1480), 1, sym__declaration_specifiers, - STATE(817), 2, + STATE(830), 2, sym_declaration, aux_sym__old_style_function_definition_repeat1, ACTIONS(43), 4, @@ -95087,7 +95045,7 @@ static const uint16_t ts_small_parse_table[] = { sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(869), 7, + STATE(863), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -95116,40 +95074,201 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [26247] = 21, + [26225] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(33), 1, + ACTIONS(2512), 17, + aux_sym_preproc_elif_token1, + 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__, - ACTIONS(37), 1, + anon_sym_EQ, + anon_sym_DOT, + sym_identifier, + ACTIONS(2514), 33, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + 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_DASH_GT, + [26283] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2516), 17, + aux_sym_preproc_elif_token1, + 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, + anon_sym_DOT, + sym_identifier, + ACTIONS(2518), 33, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + 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_DASH_GT, + [26341] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2520), 16, + aux_sym_preproc_elif_token1, + 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, + sym_identifier, + ACTIONS(2522), 33, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_SEMI, + anon_sym_RBRACK_RBRACK, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [26398] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2524), 1, + sym_identifier, + ACTIONS(2533), 1, + anon_sym___attribute__, + ACTIONS(2536), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2539), 1, anon_sym___declspec, - ACTIONS(49), 1, + ACTIONS(2542), 1, + anon_sym_LBRACE, + ACTIONS(2547), 1, sym_primitive_type, - ACTIONS(51), 1, + ACTIONS(2550), 1, anon_sym_enum, - ACTIONS(53), 1, + ACTIONS(2553), 1, anon_sym_struct, - ACTIONS(55), 1, + ACTIONS(2556), 1, anon_sym_union, - ACTIONS(1290), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2079), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(2516), 1, - sym_identifier, - ACTIONS(2518), 1, - anon_sym_RPAREN, STATE(1074), 1, sym__type_specifier, STATE(1109), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1393), 1, + STATE(1480), 1, sym__declaration_specifiers, - STATE(1660), 1, - sym_variadic_parameter, - STATE(1760), 1, - sym_parameter_declaration, - ACTIONS(43), 4, + STATE(830), 2, + sym_declaration, + aux_sym__old_style_function_definition_repeat1, + ACTIONS(2544), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, @@ -95160,7 +95279,7 @@ static const uint16_t ts_small_parse_table[] = { sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(869), 7, + STATE(863), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -95168,7 +95287,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - ACTIONS(47), 9, + ACTIONS(2527), 9, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -95178,7 +95297,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - ACTIONS(45), 10, + ACTIONS(2530), 10, anon_sym_extern, anon_sym_static, anon_sym_auto, @@ -95189,19 +95308,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [26341] = 7, + [26487] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2520), 16, + ACTIONS(2559), 16, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -95218,7 +95337,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_EQ, sym_identifier, - ACTIONS(2522), 28, + ACTIONS(2561), 28, anon_sym_COMMA, anon_sym_RPAREN, aux_sym_preproc_if_token2, @@ -95247,10 +95366,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - [26406] = 3, + [26552] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2530), 16, + ACTIONS(2563), 1, + anon_sym_LPAREN2, + ACTIONS(2565), 1, + anon_sym_LBRACK, + STATE(819), 1, + sym_argument_list, + ACTIONS(2567), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2573), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2569), 16, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -95267,14 +95398,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_EQ, sym_identifier, - ACTIONS(2532), 33, + ACTIONS(2571), 26, anon_sym_COMMA, anon_sym_RPAREN, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -95282,9 +95412,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, - anon_sym_RBRACK_RBRACK, anon_sym_RBRACE, - anon_sym_LBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -95297,11 +95425,7 @@ 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, - [26463] = 20, + [26619] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -95318,9 +95442,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1290), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2079), 1, + ACTIONS(2081), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(2534), 1, + ACTIONS(2575), 1, sym_identifier, STATE(1074), 1, sym__type_specifier, @@ -95343,7 +95467,7 @@ static const uint16_t ts_small_parse_table[] = { sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(869), 7, + STATE(863), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -95372,22 +95496,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [26554] = 8, + [26710] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, - anon_sym_LPAREN2, - ACTIONS(2526), 1, - anon_sym_LBRACK, - STATE(803), 1, - sym_argument_list, - ACTIONS(2528), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2540), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2536), 16, + ACTIONS(2577), 16, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -95404,13 +95516,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_EQ, sym_identifier, - ACTIONS(2538), 26, + ACTIONS(2579), 33, anon_sym_COMMA, anon_sym_RPAREN, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -95418,7 +95531,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, + anon_sym_RBRACK_RBRACK, anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -95431,7 +95546,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [26621] = 19, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [26767] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -95450,7 +95569,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(2057), 1, sym_identifier, - ACTIONS(2079), 1, + ACTIONS(2081), 1, anon_sym_DOT_DOT_DOT, STATE(1074), 1, sym__type_specifier, @@ -95472,7 +95591,7 @@ static const uint16_t ts_small_parse_table[] = { sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(869), 7, + STATE(863), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -95490,80 +95609,33 @@ static const uint16_t ts_small_parse_table[] = { 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, - [26710] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2524), 1, - anon_sym_LPAREN2, - ACTIONS(2526), 1, - anon_sym_LBRACK, - STATE(803), 1, - sym_argument_list, - ACTIONS(2528), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2540), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2542), 16, - aux_sym_preproc_elif_token1, - 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, - sym_identifier, - ACTIONS(2544), 26, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [26777] = 3, + 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, + [26856] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2546), 16, + ACTIONS(2563), 1, + anon_sym_LPAREN2, + ACTIONS(2565), 1, + anon_sym_LBRACK, + STATE(819), 1, + sym_argument_list, + ACTIONS(2567), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2573), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2581), 16, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -95580,14 +95652,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_EQ, sym_identifier, - ACTIONS(2548), 33, + ACTIONS(2583), 26, anon_sym_COMMA, anon_sym_RPAREN, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -95595,9 +95666,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, - anon_sym_RBRACK_RBRACK, anon_sym_RBRACE, - anon_sym_LBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -95610,14 +95679,22 @@ 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, - [26834] = 3, + [26923] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2550), 16, + ACTIONS(2563), 1, + anon_sym_LPAREN2, + ACTIONS(2565), 1, + anon_sym_LBRACK, + STATE(819), 1, + sym_argument_list, + ACTIONS(2567), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2573), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2585), 16, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -95634,14 +95711,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_EQ, sym_identifier, - ACTIONS(2552), 33, + ACTIONS(2587), 26, anon_sym_COMMA, anon_sym_RPAREN, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -95649,9 +95725,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, - anon_sym_RBRACK_RBRACK, anon_sym_RBRACE, - anon_sym_LBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -95664,26 +95738,22 @@ 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, - [26891] = 8, + [26990] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2554), 16, + ACTIONS(2589), 16, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -95700,7 +95770,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_EQ, sym_identifier, - ACTIONS(2556), 26, + ACTIONS(2591), 26, anon_sym_COMMA, anon_sym_RPAREN, aux_sym_preproc_if_token2, @@ -95727,12 +95797,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [26958] = 7, + [27057] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2558), 1, + ACTIONS(2593), 1, anon_sym_EQ, - STATE(770), 1, + STATE(771), 1, sym_string_literal, ACTIONS(95), 5, anon_sym_L_DQUOTE, @@ -95740,7 +95810,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2560), 10, + ACTIONS(2595), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -95785,22 +95855,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [27023] = 8, + [27122] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, - anon_sym_LPAREN2, - ACTIONS(2526), 1, - anon_sym_LBRACK, - STATE(803), 1, - sym_argument_list, - ACTIONS(2528), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2540), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2562), 16, + ACTIONS(2597), 16, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -95817,13 +95875,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_EQ, sym_identifier, - ACTIONS(2564), 26, + ACTIONS(2599), 33, anon_sym_COMMA, anon_sym_RPAREN, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -95831,7 +95890,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, + anon_sym_RBRACK_RBRACK, anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -95844,22 +95905,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [27090] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2524), 1, - anon_sym_LPAREN2, - ACTIONS(2526), 1, - anon_sym_LBRACK, - STATE(803), 1, - sym_argument_list, - ACTIONS(2528), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2540), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2566), 16, + anon_sym_DOT, + anon_sym_DASH_GT, + [27179] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2601), 16, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -95876,13 +95929,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_EQ, sym_identifier, - ACTIONS(2568), 26, + ACTIONS(2603), 33, anon_sym_COMMA, anon_sym_RPAREN, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -95890,7 +95944,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, + anon_sym_RBRACK_RBRACK, anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -95903,10 +95959,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [27157] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [27236] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2570), 16, + ACTIONS(2563), 1, + anon_sym_LPAREN2, + ACTIONS(2565), 1, + anon_sym_LBRACK, + STATE(819), 1, + sym_argument_list, + ACTIONS(2567), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2573), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2605), 16, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -95923,14 +95995,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_EQ, sym_identifier, - ACTIONS(2572), 33, + ACTIONS(2607), 26, anon_sym_COMMA, anon_sym_RPAREN, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -95938,9 +96009,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, - anon_sym_RBRACK_RBRACK, anon_sym_RBRACE, - anon_sym_LBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -95953,152 +96022,21 @@ 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, - [27214] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2574), 1, - sym_identifier, - ACTIONS(2583), 1, - anon_sym___attribute__, - ACTIONS(2586), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2589), 1, - anon_sym___declspec, - ACTIONS(2592), 1, - anon_sym_LBRACE, - ACTIONS(2597), 1, - sym_primitive_type, - ACTIONS(2600), 1, - anon_sym_enum, - ACTIONS(2603), 1, - anon_sym_struct, - ACTIONS(2606), 1, - anon_sym_union, - STATE(1074), 1, - sym__type_specifier, - STATE(1109), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1498), 1, - sym__declaration_specifiers, - STATE(842), 2, - sym_declaration, - aux_sym__old_style_function_definition_repeat1, - ACTIONS(2594), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1099), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - STATE(869), 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(2577), 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(2580), 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, - [27303] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1968), 1, - anon_sym_EQ, - STATE(770), 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(1972), 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(1959), 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(1953), 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_COLON, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, - [27367] = 6, + [27303] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2609), 1, sym_identifier, - STATE(846), 2, + STATE(845), 2, sym_string_literal, aux_sym_concatenated_string_repeat1, - ACTIONS(1860), 5, + ACTIONS(1812), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2380), 13, + ACTIONS(2386), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -96112,7 +96050,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2378), 27, + ACTIONS(2384), 27, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -96140,21 +96078,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [27429] = 6, + [27365] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2611), 1, sym_identifier, - STATE(844), 2, + STATE(843), 2, sym_string_literal, aux_sym_concatenated_string_repeat1, - ACTIONS(1860), 5, + ACTIONS(1812), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2386), 13, + ACTIONS(2396), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -96168,7 +96106,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2384), 27, + ACTIONS(2394), 27, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -96196,12 +96134,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [27491] = 6, + [27427] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2613), 1, sym_identifier, - STATE(846), 2, + STATE(845), 2, sym_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(2616), 5, @@ -96210,7 +96148,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2395), 13, + ACTIONS(2375), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -96224,7 +96162,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2393), 27, + ACTIONS(2373), 27, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -96252,20 +96190,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [27553] = 7, + [27489] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2619), 1, + ACTIONS(1968), 1, anon_sym_EQ, - STATE(845), 1, + STATE(771), 1, sym_string_literal, - ACTIONS(1860), 5, + ACTIONS(95), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2621), 10, + ACTIONS(1972), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -96276,7 +96214,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1959), 13, + ACTIONS(1959), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -96289,12 +96227,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - sym_identifier, - ACTIONS(1953), 17, + ACTIONS(1953), 19, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -96302,18 +96237,22 @@ static const uint16_t ts_small_parse_table[] = { 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_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [27616] = 5, + [27553] = 5, ACTIONS(3), 1, sym_comment, - STATE(845), 1, + STATE(844), 1, sym_string_literal, - ACTIONS(1860), 5, + ACTIONS(1812), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, @@ -96362,12 +96301,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [27675] = 5, + [27612] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(848), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(2623), 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(2619), 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(2621), 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, + [27671] = 5, ACTIONS(3), 1, sym_comment, - STATE(845), 1, + STATE(844), 1, sym_string_literal, - ACTIONS(1860), 5, + ACTIONS(1812), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, @@ -96416,13 +96409,107 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [27734] = 5, + [27730] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2626), 1, + anon_sym_EQ, + STATE(844), 1, + sym_string_literal, + ACTIONS(1812), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(2628), 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(1959), 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, + sym_identifier, + ACTIONS(1953), 17, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + 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_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [27793] = 17, ACTIONS(3), 1, sym_comment, - STATE(850), 2, + 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(1290), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2057), 1, + sym_identifier, + STATE(1074), 1, + sym__type_specifier, + STATE(1109), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1507), 1, + sym__declaration_specifiers, + ACTIONS(43), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1099), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(863), 7, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(2627), 9, + aux_sym__declaration_specifiers_repeat1, + ACTIONS(47), 9, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -96432,45 +96519,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - ACTIONS(2623), 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(2625), 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, - [27793] = 17, + 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, + [27875] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -96493,7 +96553,7 @@ static const uint16_t ts_small_parse_table[] = { sym__type_specifier, STATE(1109), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1526), 1, + STATE(1529), 1, sym__declaration_specifiers, ACTIONS(43), 4, anon_sym_signed, @@ -96506,7 +96566,7 @@ static const uint16_t ts_small_parse_table[] = { sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(869), 7, + STATE(863), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -96535,7 +96595,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [27875] = 17, + [27957] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -96558,7 +96618,7 @@ static const uint16_t ts_small_parse_table[] = { sym__type_specifier, STATE(1109), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1505), 1, + STATE(1517), 1, sym__declaration_specifiers, ACTIONS(43), 4, anon_sym_signed, @@ -96571,7 +96631,7 @@ static const uint16_t ts_small_parse_table[] = { sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(869), 7, + STATE(863), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -96600,7 +96660,109 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [27957] = 17, + [28039] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2404), 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_EQ, + sym_identifier, + ACTIONS(2406), 32, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + 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_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [28093] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2400), 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_EQ, + sym_identifier, + ACTIONS(2402), 32, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + 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_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [28147] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -96623,7 +96785,7 @@ static const uint16_t ts_small_parse_table[] = { sym__type_specifier, STATE(1109), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1514), 1, + STATE(1521), 1, sym__declaration_specifiers, ACTIONS(43), 4, anon_sym_signed, @@ -96636,7 +96798,7 @@ static const uint16_t ts_small_parse_table[] = { sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(869), 7, + STATE(863), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -96665,7 +96827,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [28039] = 17, + [28229] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -96688,7 +96850,7 @@ static const uint16_t ts_small_parse_table[] = { sym__type_specifier, STATE(1109), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1504), 1, + STATE(1503), 1, sym__declaration_specifiers, ACTIONS(43), 4, anon_sym_signed, @@ -96701,7 +96863,7 @@ static const uint16_t ts_small_parse_table[] = { sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(869), 7, + STATE(863), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -96730,7 +96892,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [28121] = 17, + [28311] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -96753,7 +96915,7 @@ static const uint16_t ts_small_parse_table[] = { sym__type_specifier, STATE(1109), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1515), 1, + STATE(1516), 1, sym__declaration_specifiers, ACTIONS(43), 4, anon_sym_signed, @@ -96766,7 +96928,7 @@ static const uint16_t ts_small_parse_table[] = { sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(869), 7, + STATE(863), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -96795,7 +96957,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [28203] = 17, + [28393] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -96818,7 +96980,7 @@ static const uint16_t ts_small_parse_table[] = { sym__type_specifier, STATE(1109), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1509), 1, + STATE(1512), 1, sym__declaration_specifiers, ACTIONS(43), 4, anon_sym_signed, @@ -96831,7 +96993,7 @@ static const uint16_t ts_small_parse_table[] = { sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(869), 7, + STATE(863), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -96860,7 +97022,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [28285] = 17, + [28475] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -96883,7 +97045,7 @@ static const uint16_t ts_small_parse_table[] = { sym__type_specifier, STATE(1109), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1511), 1, + STATE(1513), 1, sym__declaration_specifiers, ACTIONS(43), 4, anon_sym_signed, @@ -96896,7 +97058,7 @@ static const uint16_t ts_small_parse_table[] = { sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(869), 7, + STATE(863), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -96925,109 +97087,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [28367] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2400), 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_EQ, - sym_identifier, - ACTIONS(2402), 32, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - 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_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [28421] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2404), 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_EQ, - sym_identifier, - ACTIONS(2406), 32, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - 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_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [28475] = 17, + [28557] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -97050,7 +97110,7 @@ static const uint16_t ts_small_parse_table[] = { sym__type_specifier, STATE(1109), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1507), 1, + STATE(1531), 1, sym__declaration_specifiers, ACTIONS(43), 4, anon_sym_signed, @@ -97063,7 +97123,7 @@ static const uint16_t ts_small_parse_table[] = { sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(869), 7, + STATE(863), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -97092,7 +97152,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [28557] = 17, + [28639] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -97115,7 +97175,7 @@ static const uint16_t ts_small_parse_table[] = { sym__type_specifier, STATE(1109), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1524), 1, + STATE(1509), 1, sym__declaration_specifiers, ACTIONS(43), 4, anon_sym_signed, @@ -97128,7 +97188,7 @@ static const uint16_t ts_small_parse_table[] = { sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(869), 7, + STATE(863), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -97157,7 +97217,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [28639] = 17, + [28721] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -97176,12 +97236,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(2057), 1, sym_identifier, - STATE(1074), 1, + STATE(1072), 1, sym__type_specifier, STATE(1109), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1518), 1, - sym__declaration_specifiers, ACTIONS(43), 4, anon_sym_signed, anon_sym_unsigned, @@ -97193,7 +97251,7 @@ static const uint16_t ts_small_parse_table[] = { sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(869), 7, + STATE(868), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -97222,14 +97280,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [28721] = 8, + [28800] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1968), 1, anon_sym_EQ, - ACTIONS(1976), 1, + ACTIONS(1983), 1, anon_sym_COLON, - STATE(770), 1, + STATE(771), 1, sym_string_literal, ACTIONS(95), 5, anon_sym_L_DQUOTE, @@ -97277,14 +97335,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [28784] = 8, + [28863] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1968), 1, anon_sym_EQ, - ACTIONS(1970), 1, + ACTIONS(1974), 1, anon_sym_COLON, - STATE(770), 1, + STATE(771), 1, sym_string_literal, ACTIONS(95), 5, anon_sym_L_DQUOTE, @@ -97332,69 +97390,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [28847] = 8, + [28926] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1968), 1, - anon_sym_EQ, - ACTIONS(1974), 1, - anon_sym_COLON, - STATE(770), 1, - sym_string_literal, - ACTIONS(95), 5, + ACTIONS(2632), 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(1972), 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(1959), 12, + ACTIONS(2630), 26, 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(1953), 15, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, - [28910] = 8, + 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, + [28979] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1968), 1, anon_sym_EQ, - ACTIONS(1985), 1, + ACTIONS(1981), 1, anon_sym_COLON, - STATE(770), 1, + STATE(771), 1, sym_string_literal, ACTIONS(95), 5, anon_sym_L_DQUOTE, @@ -97442,22 +97495,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [28973] = 9, + [29042] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2640), 1, + ACTIONS(2644), 1, anon_sym___attribute__, - ACTIONS(2643), 1, + ACTIONS(2647), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2646), 1, + ACTIONS(2650), 1, anon_sym___declspec, - ACTIONS(2632), 5, + ACTIONS(2636), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, - STATE(867), 7, + STATE(868), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -97465,7 +97518,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - ACTIONS(2634), 9, + ACTIONS(2638), 9, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -97475,7 +97528,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - ACTIONS(2637), 10, + ACTIONS(2641), 10, anon_sym_extern, anon_sym_static, anon_sym_auto, @@ -97486,7 +97539,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - ACTIONS(2630), 11, + ACTIONS(2634), 11, anon_sym___based, anon_sym_signed, anon_sym_unsigned, @@ -97498,14 +97551,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [29038] = 8, + [29107] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1968), 1, anon_sym_EQ, - ACTIONS(1983), 1, + ACTIONS(1970), 1, anon_sym_COLON, - STATE(770), 1, + STATE(771), 1, sym_string_literal, ACTIONS(95), 5, anon_sym_L_DQUOTE, @@ -97553,132 +97606,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [29101] = 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(1290), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2057), 1, - sym_identifier, - STATE(1072), 1, - sym__type_specifier, - STATE(1109), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(43), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1099), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - STATE(867), 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, - [29180] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1968), 1, - anon_sym_EQ, - ACTIONS(2649), 1, - anon_sym_COLON, - STATE(770), 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(1972), 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(1959), 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(1953), 15, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, - [29243] = 8, + [29170] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1968), 1, anon_sym_EQ, - ACTIONS(1981), 1, + ACTIONS(1985), 1, anon_sym_COLON, - STATE(770), 1, + STATE(771), 1, sym_string_literal, ACTIONS(95), 5, anon_sym_L_DQUOTE, @@ -97719,118 +97654,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, - [29306] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2653), 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(2651), 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, - [29359] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2524), 1, - anon_sym_LPAREN2, - ACTIONS(2526), 1, - anon_sym_LBRACK, - ACTIONS(2663), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2665), 1, - anon_sym_AMP_AMP, - ACTIONS(2667), 1, - anon_sym_PIPE, - ACTIONS(2669), 1, - anon_sym_CARET, - ACTIONS(2671), 1, - anon_sym_AMP, - ACTIONS(2681), 1, - anon_sym_QMARK, - STATE(803), 1, - sym_argument_list, - ACTIONS(2528), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2540), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2657), 2, - aux_sym_preproc_elif_token1, - anon_sym_EQ, - ACTIONS(2659), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2673), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2675), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2677), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2679), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2661), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2655), 16, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [29233] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1968), 1, + anon_sym_EQ, + ACTIONS(2653), 1, + anon_sym_COLON, + STATE(771), 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(1972), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -97841,30 +97687,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - sym_identifier, - [29445] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2524), 1, - anon_sym_LPAREN2, - ACTIONS(2526), 1, - anon_sym_LBRACK, - STATE(803), 1, - sym_argument_list, - ACTIONS(2528), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2540), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2661), 3, + ACTIONS(1959), 12, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2562), 11, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -97872,20 +97700,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(2564), 23, + ACTIONS(1953), 15, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, + 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_RBRACE, + anon_sym_LBRACK, anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [29296] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1968), 1, + anon_sym_EQ, + ACTIONS(1979), 1, + anon_sym_COLON, + STATE(771), 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(1972), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -97896,116 +97742,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - sym_identifier, - [29509] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2524), 1, - anon_sym_LPAREN2, - ACTIONS(2526), 1, - anon_sym_LBRACK, - STATE(803), 1, - sym_argument_list, - ACTIONS(2528), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2540), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2659), 2, + ACTIONS(1959), 12, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2673), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2675), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2677), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2679), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2661), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2562), 5, - aux_sym_preproc_elif_token1, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, - anon_sym_EQ, - ACTIONS(2564), 19, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(1953), 15, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_QMARK, - anon_sym_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, - sym_identifier, - [29583] = 15, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [29359] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - ACTIONS(2671), 1, + ACTIONS(2659), 1, + anon_sym_AMP_AMP, + ACTIONS(2661), 1, + anon_sym_PIPE, + ACTIONS(2663), 1, + anon_sym_CARET, + ACTIONS(2665), 1, anon_sym_AMP, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2659), 2, + ACTIONS(2605), 2, + aux_sym_preproc_elif_token1, + anon_sym_EQ, + ACTIONS(2655), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2673), 2, + ACTIONS(2667), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2675), 2, + ACTIONS(2669), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2677), 2, + ACTIONS(2671), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2679), 2, + ACTIONS(2673), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2661), 3, + ACTIONS(2657), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2562), 4, - aux_sym_preproc_elif_token1, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_EQ, - ACTIONS(2564), 19, + ACTIONS(2607), 18, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -98018,59 +97835,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, sym_identifier, - [29659] = 18, + [29441] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - ACTIONS(2665), 1, + ACTIONS(2659), 1, anon_sym_AMP_AMP, - ACTIONS(2667), 1, + ACTIONS(2661), 1, anon_sym_PIPE, - ACTIONS(2669), 1, + ACTIONS(2663), 1, anon_sym_CARET, - ACTIONS(2671), 1, + ACTIONS(2665), 1, anon_sym_AMP, - STATE(803), 1, + ACTIONS(2679), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2681), 1, + anon_sym_QMARK, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2562), 2, - aux_sym_preproc_elif_token1, - anon_sym_EQ, - ACTIONS(2659), 2, + ACTIONS(2655), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2673), 2, + ACTIONS(2667), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2675), 2, + ACTIONS(2669), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2677), 2, + ACTIONS(2671), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2679), 2, + ACTIONS(2673), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2661), 3, + ACTIONS(2677), 2, + aux_sym_preproc_elif_token1, + anon_sym_EQ, + ACTIONS(2657), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2564), 18, + ACTIONS(2675), 16, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - anon_sym_PIPE_PIPE, - anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -98082,54 +97901,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, sym_identifier, - [29741] = 13, + [29527] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - STATE(803), 1, + ACTIONS(2659), 1, + anon_sym_AMP_AMP, + ACTIONS(2661), 1, + anon_sym_PIPE, + ACTIONS(2663), 1, + anon_sym_CARET, + ACTIONS(2665), 1, + anon_sym_AMP, + ACTIONS(2679), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2681), 1, + anon_sym_QMARK, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2659), 2, + ACTIONS(2655), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2675), 2, + ACTIONS(2667), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2669), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2677), 2, + ACTIONS(2671), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2679), 2, + ACTIONS(2673), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2661), 3, + ACTIONS(2685), 2, + aux_sym_preproc_elif_token1, + anon_sym_EQ, + ACTIONS(2657), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2562), 5, - aux_sym_preproc_elif_token1, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ, - ACTIONS(2564), 21, + ACTIONS(2683), 16, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -98141,32 +97967,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, sym_identifier, - [29813] = 11, + [29613] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2659), 2, + ACTIONS(2655), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2679), 2, + ACTIONS(2673), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2661), 3, + ACTIONS(2657), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2562), 7, + ACTIONS(2605), 7, aux_sym_preproc_elif_token1, anon_sym_PIPE, anon_sym_CARET, @@ -98174,7 +98000,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_EQ, - ACTIONS(2564), 23, + ACTIONS(2607), 23, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -98198,12 +98024,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, sym_identifier, - [29881] = 7, + [29681] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2683), 1, + ACTIONS(2687), 1, anon_sym_EQ, - STATE(770), 1, + STATE(771), 1, sym_string_literal, ACTIONS(95), 5, anon_sym_L_DQUOTE, @@ -98211,7 +98037,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2685), 10, + ACTIONS(2689), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -98251,39 +98077,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [29941] = 10, + [29741] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - STATE(803), 1, + ACTIONS(2663), 1, + anon_sym_CARET, + ACTIONS(2665), 1, + anon_sym_AMP, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2659), 2, + ACTIONS(2655), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2661), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2562), 9, - aux_sym_preproc_elif_token1, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(2667), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2669), 2, anon_sym_GT, anon_sym_LT, + ACTIONS(2671), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2673), 2, anon_sym_LT_LT, anon_sym_GT_GT, + ACTIONS(2605), 3, + aux_sym_preproc_elif_token1, + anon_sym_PIPE, anon_sym_EQ, - ACTIONS(2564), 23, + ACTIONS(2657), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2607), 19, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -98291,10 +98127,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_preproc_elifdef_token2, 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_STAR_EQ, anon_sym_SLASH_EQ, @@ -98307,61 +98139,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, sym_identifier, - [30007] = 20, + [29819] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - ACTIONS(2663), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2665), 1, - anon_sym_AMP_AMP, - ACTIONS(2667), 1, + ACTIONS(2661), 1, anon_sym_PIPE, - ACTIONS(2669), 1, + ACTIONS(2663), 1, anon_sym_CARET, - ACTIONS(2671), 1, + ACTIONS(2665), 1, anon_sym_AMP, - ACTIONS(2681), 1, - anon_sym_QMARK, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2659), 2, + ACTIONS(2605), 2, + aux_sym_preproc_elif_token1, + anon_sym_EQ, + ACTIONS(2655), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2673), 2, + ACTIONS(2667), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2675), 2, + ACTIONS(2669), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2677), 2, + ACTIONS(2671), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2679), 2, + ACTIONS(2673), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2689), 2, - aux_sym_preproc_elif_token1, - anon_sym_EQ, - ACTIONS(2661), 3, + ACTIONS(2657), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2687), 16, + ACTIONS(2607), 19, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -98373,61 +98202,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, sym_identifier, - [30093] = 20, + [29899] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - ACTIONS(2663), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2665), 1, - anon_sym_AMP_AMP, - ACTIONS(2667), 1, - anon_sym_PIPE, - ACTIONS(2669), 1, - anon_sym_CARET, - ACTIONS(2671), 1, - anon_sym_AMP, - ACTIONS(2681), 1, - anon_sym_QMARK, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2659), 2, + ACTIONS(2655), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2673), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2675), 2, + ACTIONS(2669), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2677), 2, + ACTIONS(2671), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2679), 2, + ACTIONS(2673), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2693), 2, - aux_sym_preproc_elif_token1, - anon_sym_EQ, - ACTIONS(2661), 3, + ACTIONS(2657), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2691), 16, + ACTIONS(2605), 5, + aux_sym_preproc_elif_token1, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_EQ, + ACTIONS(2607), 21, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -98439,50 +98261,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, sym_identifier, - [30179] = 17, + [29971] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - ACTIONS(2667), 1, - anon_sym_PIPE, - ACTIONS(2669), 1, - anon_sym_CARET, - ACTIONS(2671), 1, - anon_sym_AMP, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2562), 2, + ACTIONS(2657), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2605), 11, aux_sym_preproc_elif_token1, - anon_sym_EQ, - ACTIONS(2659), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2673), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2675), 2, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2677), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2679), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2661), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2564), 19, + anon_sym_EQ, + ACTIONS(2607), 23, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -98490,6 +98300,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_preproc_elifdef_token2, 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_STAR_EQ, anon_sym_SLASH_EQ, @@ -98502,49 +98316,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, sym_identifier, - [30259] = 16, + [30035] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - ACTIONS(2669), 1, - anon_sym_CARET, - ACTIONS(2671), 1, - anon_sym_AMP, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2659), 2, + ACTIONS(2655), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2673), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2675), 2, + ACTIONS(2657), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2605), 9, + aux_sym_preproc_elif_token1, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2677), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2679), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2562), 3, - aux_sym_preproc_elif_token1, - anon_sym_PIPE, anon_sym_EQ, - ACTIONS(2661), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2564), 19, + ACTIONS(2607), 23, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -98552,6 +98356,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_preproc_elifdef_token2, 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_STAR_EQ, anon_sym_SLASH_EQ, @@ -98564,57 +98372,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, sym_identifier, - [30337] = 17, + [30101] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - ACTIONS(2562), 1, - anon_sym_EQ, - ACTIONS(2699), 1, - anon_sym_PIPE, - ACTIONS(2701), 1, - anon_sym_CARET, - ACTIONS(2703), 1, - anon_sym_AMP, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2655), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2705), 2, + ACTIONS(2667), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2707), 2, + ACTIONS(2669), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2709), 2, + ACTIONS(2671), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2711), 2, + ACTIONS(2673), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2697), 3, + ACTIONS(2657), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2564), 19, + ACTIONS(2605), 5, + aux_sym_preproc_elif_token1, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_EQ, + ACTIONS(2607), 19, anon_sym_COMMA, - anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, 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, @@ -98626,12 +98431,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [30416] = 5, + sym_identifier, + [30175] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2558), 1, + ACTIONS(2563), 1, + anon_sym_LPAREN2, + ACTIONS(2565), 1, + anon_sym_LBRACK, + ACTIONS(2659), 1, + anon_sym_AMP_AMP, + ACTIONS(2661), 1, + anon_sym_PIPE, + ACTIONS(2663), 1, + anon_sym_CARET, + ACTIONS(2665), 1, + anon_sym_AMP, + ACTIONS(2679), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2681), 1, + anon_sym_QMARK, + STATE(819), 1, + sym_argument_list, + ACTIONS(2567), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2573), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2655), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2667), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2669), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2671), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2673), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2693), 2, + aux_sym_preproc_elif_token1, anon_sym_EQ, - ACTIONS(2560), 10, + ACTIONS(2657), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2691), 16, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -98642,90 +98497,149 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1959), 13, - aux_sym_preproc_elif_token1, + sym_identifier, + [30261] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2563), 1, + anon_sym_LPAREN2, + ACTIONS(2565), 1, + anon_sym_LBRACK, + ACTIONS(2665), 1, + anon_sym_AMP, + STATE(819), 1, + sym_argument_list, + ACTIONS(2567), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2573), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2655), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(2667), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2669), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2671), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2673), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2657), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(2605), 4, + aux_sym_preproc_elif_token1, anon_sym_PIPE, anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(1953), 19, + anon_sym_EQ, + ACTIONS(2607), 19, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - 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_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, + 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, sym_identifier, - [30471] = 16, + [30337] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2697), 9, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(2526), 1, - anon_sym_LBRACK, - ACTIONS(2701), 1, - anon_sym_CARET, - ACTIONS(2703), 1, - anon_sym_AMP, - STATE(803), 1, - sym_argument_list, - ACTIONS(2528), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2540), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2562), 2, - anon_sym_PIPE, + anon_sym_STAR, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_EQ, - ACTIONS(2695), 2, + anon_sym_COLON, + ACTIONS(2695), 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, + [30388] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2520), 14, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2705), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2707), 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(2709), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2711), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2697), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2564), 19, + anon_sym_EQ, + anon_sym_DOT, + ACTIONS(2522), 29, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_RBRACE, - anon_sym_COLON, + 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, @@ -98737,59 +98651,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [30548] = 18, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + sym_identifier, + [30439] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - ACTIONS(2562), 1, + ACTIONS(2685), 1, anon_sym_EQ, - ACTIONS(2699), 1, + ACTIONS(2703), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2705), 1, + anon_sym_AMP_AMP, + ACTIONS(2707), 1, anon_sym_PIPE, - ACTIONS(2701), 1, + ACTIONS(2709), 1, anon_sym_CARET, - ACTIONS(2703), 1, + ACTIONS(2711), 1, anon_sym_AMP, - ACTIONS(2713), 1, - anon_sym_AMP_AMP, - STATE(803), 1, + ACTIONS(2721), 1, + anon_sym_QMARK, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2699), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2705), 2, + ACTIONS(2713), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2707), 2, + ACTIONS(2715), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2709), 2, + ACTIONS(2717), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2711), 2, + ACTIONS(2719), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2697), 3, + ACTIONS(2701), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2564), 18, + ACTIONS(2683), 16, 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, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -98800,29 +98720,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [30629] = 10, + [30524] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2699), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2697), 3, + ACTIONS(2701), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2562), 8, + ACTIONS(2605), 8, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -98831,7 +98751,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2564), 23, + ACTIONS(2607), 23, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -98855,37 +98775,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [30694] = 9, + [30589] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2697), 3, + ACTIONS(2699), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2719), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2701), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2562), 10, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(2605), 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(2564), 23, + ACTIONS(2607), 23, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -98909,39 +98831,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [30757] = 3, + [30656] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2550), 14, + ACTIONS(2563), 1, + anon_sym_LPAREN2, + ACTIONS(2565), 1, + anon_sym_LBRACK, + STATE(819), 1, + sym_argument_list, + ACTIONS(2567), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2573), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2699), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(2715), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2717), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2719), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2701), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(2605), 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, - anon_sym_DOT, - ACTIONS(2552), 29, - anon_sym_DOT_DOT_DOT, + ACTIONS(2607), 21, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - anon_sym_LPAREN2, + 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_LBRACK, - anon_sym_RBRACK, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -98953,99 +98889,46 @@ 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_DASH_GT, - sym_identifier, - [30808] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2717), 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(2715), 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, - [30859] = 15, + [30727] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - ACTIONS(2703), 1, - anon_sym_AMP, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2699), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2705), 2, + ACTIONS(2713), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2707), 2, + ACTIONS(2715), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2709), 2, + ACTIONS(2717), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2711), 2, + ACTIONS(2719), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2562), 3, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_EQ, - ACTIONS(2697), 3, + ACTIONS(2701), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2564), 19, + ACTIONS(2605), 4, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_EQ, + ACTIONS(2607), 19, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -99065,104 +98948,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [30934] = 20, + [30800] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - ACTIONS(2657), 1, - anon_sym_EQ, - ACTIONS(2699), 1, - anon_sym_PIPE, - ACTIONS(2701), 1, - anon_sym_CARET, - ACTIONS(2703), 1, + ACTIONS(2711), 1, anon_sym_AMP, - ACTIONS(2713), 1, - anon_sym_AMP_AMP, - ACTIONS(2719), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2721), 1, - anon_sym_QMARK, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2699), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2705), 2, + ACTIONS(2713), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2707), 2, + ACTIONS(2715), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2709), 2, + ACTIONS(2717), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2711), 2, + ACTIONS(2719), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2697), 3, + ACTIONS(2605), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_EQ, + ACTIONS(2701), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2655), 16, + ACTIONS(2607), 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_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, - [31019] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2570), 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_EQ, - anon_sym_DOT, - ACTIONS(2572), 29, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - 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, @@ -99174,50 +99008,48 @@ 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_DASH_GT, - sym_identifier, - [31070] = 14, + [30875] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - STATE(803), 1, + ACTIONS(2709), 1, + anon_sym_CARET, + ACTIONS(2711), 1, + anon_sym_AMP, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2605), 2, + anon_sym_PIPE, + anon_sym_EQ, + ACTIONS(2699), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2705), 2, + ACTIONS(2713), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2707), 2, + ACTIONS(2715), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2709), 2, + ACTIONS(2717), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2711), 2, + ACTIONS(2719), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2697), 3, + ACTIONS(2701), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2562), 4, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ, - ACTIONS(2564), 19, + ACTIONS(2607), 19, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -99237,49 +99069,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [31143] = 13, + [30952] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - STATE(803), 1, + ACTIONS(2605), 1, + anon_sym_EQ, + ACTIONS(2707), 1, + anon_sym_PIPE, + ACTIONS(2709), 1, + anon_sym_CARET, + ACTIONS(2711), 1, + anon_sym_AMP, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2699), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2707), 2, + ACTIONS(2713), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2715), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2709), 2, + ACTIONS(2717), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2711), 2, + ACTIONS(2719), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2697), 3, + ACTIONS(2701), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2562), 4, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ, - ACTIONS(2564), 21, + ACTIONS(2607), 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_SEMI, anon_sym___attribute__, anon_sym_RBRACE, @@ -99295,47 +99131,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [31214] = 11, + [31031] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - STATE(803), 1, + ACTIONS(2605), 1, + anon_sym_EQ, + ACTIONS(2705), 1, + anon_sym_AMP_AMP, + ACTIONS(2707), 1, + anon_sym_PIPE, + ACTIONS(2709), 1, + anon_sym_CARET, + ACTIONS(2711), 1, + anon_sym_AMP, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2699), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2711), 2, + ACTIONS(2713), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2715), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2717), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2719), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2697), 3, + ACTIONS(2701), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2562), 6, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_EQ, - ACTIONS(2564), 23, + ACTIONS(2607), 18, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, @@ -99351,10 +99194,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [31281] = 3, + [31112] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2530), 14, + ACTIONS(2597), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -99369,7 +99212,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2532), 29, + ACTIONS(2599), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -99399,55 +99242,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, sym_identifier, - [31332] = 20, + [31163] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - ACTIONS(2689), 1, + ACTIONS(2677), 1, anon_sym_EQ, - ACTIONS(2699), 1, + ACTIONS(2703), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2705), 1, + anon_sym_AMP_AMP, + ACTIONS(2707), 1, anon_sym_PIPE, - ACTIONS(2701), 1, + ACTIONS(2709), 1, anon_sym_CARET, - ACTIONS(2703), 1, + ACTIONS(2711), 1, anon_sym_AMP, - ACTIONS(2713), 1, - anon_sym_AMP_AMP, - ACTIONS(2719), 1, - anon_sym_PIPE_PIPE, ACTIONS(2721), 1, anon_sym_QMARK, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2699), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2705), 2, + ACTIONS(2713), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2707), 2, + ACTIONS(2715), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2709), 2, + ACTIONS(2717), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2711), 2, + ACTIONS(2719), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2697), 3, + ACTIONS(2701), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2687), 16, + ACTIONS(2675), 16, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, @@ -99464,61 +99307,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [31417] = 20, + [31248] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, - anon_sym_LPAREN2, - ACTIONS(2526), 1, - anon_sym_LBRACK, - ACTIONS(2693), 1, + ACTIONS(2593), 1, anon_sym_EQ, - ACTIONS(2699), 1, - anon_sym_PIPE, - ACTIONS(2701), 1, - anon_sym_CARET, - ACTIONS(2703), 1, - anon_sym_AMP, - ACTIONS(2713), 1, - anon_sym_AMP_AMP, - ACTIONS(2719), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2721), 1, - anon_sym_QMARK, - STATE(803), 1, - sym_argument_list, - ACTIONS(2528), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2540), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2705), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2707), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2709), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2711), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2697), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2691), 16, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_RBRACE, - anon_sym_COLON, + ACTIONS(2595), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -99529,10 +99323,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [31502] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2546), 14, + ACTIONS(1959), 13, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -99545,14 +99337,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_DOT, - ACTIONS(2548), 29, - anon_sym_DOT_DOT_DOT, + ACTIONS(1953), 19, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -99561,75 +99351,46 @@ static const uint16_t ts_small_parse_table[] = { 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, sym_identifier, - [31553] = 20, + [31303] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2657), 1, - anon_sym_EQ, - ACTIONS(2723), 1, - anon_sym_LPAREN2, - ACTIONS(2729), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2731), 1, - anon_sym_AMP_AMP, - ACTIONS(2733), 1, + ACTIONS(2577), 14, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, - ACTIONS(2735), 1, anon_sym_CARET, - ACTIONS(2737), 1, anon_sym_AMP, - ACTIONS(2747), 1, - anon_sym_LBRACK, - ACTIONS(2749), 1, - anon_sym_QMARK, - STATE(953), 1, - sym_argument_list, - ACTIONS(2725), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2739), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2741), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2743), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2745), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2751), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2753), 2, + anon_sym_EQ, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2727), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2655), 15, + ACTIONS(2579), 29, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, + 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, @@ -99640,60 +99401,65 @@ 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_DASH_GT, sym_identifier, - [31637] = 20, + [31354] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, - anon_sym_EQ, - ACTIONS(2723), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2729), 1, + ACTIONS(2565), 1, + anon_sym_LBRACK, + ACTIONS(2693), 1, + anon_sym_EQ, + ACTIONS(2703), 1, anon_sym_PIPE_PIPE, - ACTIONS(2731), 1, + ACTIONS(2705), 1, anon_sym_AMP_AMP, - ACTIONS(2733), 1, + ACTIONS(2707), 1, anon_sym_PIPE, - ACTIONS(2735), 1, + ACTIONS(2709), 1, anon_sym_CARET, - ACTIONS(2737), 1, + ACTIONS(2711), 1, anon_sym_AMP, - ACTIONS(2747), 1, - anon_sym_LBRACK, - ACTIONS(2749), 1, + ACTIONS(2721), 1, anon_sym_QMARK, - STATE(953), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2725), 2, + ACTIONS(2567), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2573), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2699), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2739), 2, + ACTIONS(2713), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2741), 2, + ACTIONS(2715), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2743), 2, + ACTIONS(2717), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2745), 2, + ACTIONS(2719), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2751), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2753), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2727), 3, + ACTIONS(2701), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2687), 15, + ACTIONS(2691), 16, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, + 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, @@ -99704,54 +99470,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - sym_identifier, - [31721] = 15, + [31439] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2723), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2737), 1, - anon_sym_AMP, - ACTIONS(2747), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - STATE(953), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2725), 2, + ACTIONS(2567), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2573), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2701), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2605), 10, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2739), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2741), 2, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2743), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2745), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2751), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2753), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2562), 3, - anon_sym_PIPE, - anon_sym_CARET, anon_sym_EQ, - ACTIONS(2727), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2564), 18, + ACTIONS(2607), 23, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, + 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, @@ -99763,53 +99524,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - sym_identifier, - [31795] = 14, + [31502] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2723), 1, - anon_sym_LPAREN2, - ACTIONS(2747), 1, - anon_sym_LBRACK, - STATE(953), 1, - sym_argument_list, - ACTIONS(2725), 2, + ACTIONS(2601), 14, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2739), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2741), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2743), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2745), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2751), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2753), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2727), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2562), 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(2564), 18, + anon_sym_DOT, + ACTIONS(2603), 29, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, + 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, @@ -99821,38 +99568,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, sym_identifier, - [31867] = 9, + [31553] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2747), 1, + ACTIONS(2731), 1, anon_sym_LBRACK, - STATE(953), 1, + STATE(923), 1, sym_argument_list, - ACTIONS(2751), 2, + ACTIONS(2725), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2729), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2733), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2753), 2, + ACTIONS(2735), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2727), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2562), 10, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(2605), 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(2564), 22, + ACTIONS(2607), 22, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -99875,39 +99627,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, sym_identifier, - [31929] = 11, + [31619] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2747), 1, + ACTIONS(2731), 1, anon_sym_LBRACK, - STATE(953), 1, + STATE(923), 1, sym_argument_list, ACTIONS(2725), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2745), 2, + ACTIONS(2729), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2751), 2, + ACTIONS(2733), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2753), 2, + ACTIONS(2735), 2, anon_sym_DOT, anon_sym_DASH_GT, + ACTIONS(2737), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2739), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, ACTIONS(2727), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2562), 6, + ACTIONS(2605), 4, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, anon_sym_EQ, - ACTIONS(2564), 22, + ACTIONS(2607), 20, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -99916,8 +99672,6 @@ static const uint16_t ts_small_parse_table[] = { 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_STAR_EQ, anon_sym_SLASH_EQ, @@ -99930,55 +99684,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, sym_identifier, - [31995] = 20, + [31689] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2693), 1, + ACTIONS(2677), 1, anon_sym_EQ, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2729), 1, - anon_sym_PIPE_PIPE, ACTIONS(2731), 1, + anon_sym_LBRACK, + ACTIONS(2741), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2743), 1, anon_sym_AMP_AMP, - ACTIONS(2733), 1, + ACTIONS(2745), 1, anon_sym_PIPE, - ACTIONS(2735), 1, - anon_sym_CARET, - ACTIONS(2737), 1, - anon_sym_AMP, ACTIONS(2747), 1, - anon_sym_LBRACK, + anon_sym_CARET, ACTIONS(2749), 1, - anon_sym_QMARK, - STATE(953), 1, - sym_argument_list, - ACTIONS(2725), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2739), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2741), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2743), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2745), 2, + anon_sym_AMP, + ACTIONS(2753), 1, + anon_sym_QMARK, + STATE(923), 1, + sym_argument_list, + ACTIONS(2725), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2729), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2751), 2, + ACTIONS(2733), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2753), 2, + ACTIONS(2735), 2, anon_sym_DOT, anon_sym_DASH_GT, + ACTIONS(2737), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2739), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2751), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, ACTIONS(2727), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2691), 15, + ACTIONS(2675), 15, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -99994,27 +99748,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, sym_identifier, - [32079] = 8, + [31773] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2747), 1, + ACTIONS(2731), 1, anon_sym_LBRACK, - STATE(953), 1, + STATE(923), 1, sym_argument_list, - ACTIONS(2751), 2, + ACTIONS(2733), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2753), 2, + ACTIONS(2735), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2536), 13, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(2727), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(2605), 10, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -100023,7 +99778,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2538), 22, + ACTIONS(2607), 22, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -100046,55 +99801,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, sym_identifier, - [32139] = 16, + [31835] = 20, ACTIONS(3), 1, sym_comment, + ACTIONS(2693), 1, + anon_sym_EQ, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2735), 1, + ACTIONS(2731), 1, + anon_sym_LBRACK, + ACTIONS(2741), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2743), 1, + anon_sym_AMP_AMP, + ACTIONS(2745), 1, + anon_sym_PIPE, + ACTIONS(2747), 1, anon_sym_CARET, - ACTIONS(2737), 1, + ACTIONS(2749), 1, anon_sym_AMP, - ACTIONS(2747), 1, - anon_sym_LBRACK, - STATE(953), 1, + ACTIONS(2753), 1, + anon_sym_QMARK, + STATE(923), 1, sym_argument_list, - ACTIONS(2562), 2, - anon_sym_PIPE, - anon_sym_EQ, ACTIONS(2725), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2739), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2741), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2743), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2745), 2, + ACTIONS(2729), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2751), 2, + ACTIONS(2733), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2753), 2, + ACTIONS(2735), 2, anon_sym_DOT, anon_sym_DASH_GT, + ACTIONS(2737), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2739), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2751), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, ACTIONS(2727), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2564), 18, + ACTIONS(2691), 15, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -100106,51 +99865,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, sym_identifier, - [32215] = 18, + [31919] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(2562), 1, + ACTIONS(2605), 1, anon_sym_EQ, ACTIONS(2723), 1, anon_sym_LPAREN2, ACTIONS(2731), 1, + anon_sym_LBRACK, + ACTIONS(2743), 1, anon_sym_AMP_AMP, - ACTIONS(2733), 1, + ACTIONS(2745), 1, anon_sym_PIPE, - ACTIONS(2735), 1, + ACTIONS(2747), 1, anon_sym_CARET, - ACTIONS(2737), 1, + ACTIONS(2749), 1, anon_sym_AMP, - ACTIONS(2747), 1, - anon_sym_LBRACK, - STATE(953), 1, + STATE(923), 1, sym_argument_list, ACTIONS(2725), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2739), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2741), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2743), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2745), 2, + ACTIONS(2729), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2751), 2, + ACTIONS(2733), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2753), 2, + ACTIONS(2735), 2, anon_sym_DOT, anon_sym_DASH_GT, + ACTIONS(2737), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2739), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2751), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, ACTIONS(2727), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2564), 17, + ACTIONS(2607), 17, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -100168,27 +99927,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, sym_identifier, - [32295] = 8, + [31999] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2747), 1, + ACTIONS(2731), 1, anon_sym_LBRACK, - STATE(953), 1, + STATE(923), 1, sym_argument_list, - ACTIONS(2751), 2, + ACTIONS(2725), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2733), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2753), 2, + ACTIONS(2735), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2562), 13, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(2727), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(2605), 8, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -100197,7 +99958,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2564), 22, + ACTIONS(2607), 22, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -100220,46 +99981,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, sym_identifier, - [32355] = 8, + [32063] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2747), 1, + ACTIONS(2731), 1, anon_sym_LBRACK, - STATE(953), 1, + ACTIONS(2749), 1, + anon_sym_AMP, + STATE(923), 1, sym_argument_list, - ACTIONS(2751), 2, + ACTIONS(2725), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2729), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2733), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2753), 2, + ACTIONS(2735), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2542), 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, + ACTIONS(2737), 2, anon_sym_GT, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(2739), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2751), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2605), 3, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_EQ, - ACTIONS(2544), 22, + ACTIONS(2727), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2607), 18, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, 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_STAR_EQ, anon_sym_SLASH_EQ, @@ -100272,56 +100040,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, sym_identifier, - [32415] = 17, + [32137] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2562), 1, + ACTIONS(2685), 1, anon_sym_EQ, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2733), 1, + ACTIONS(2731), 1, + anon_sym_LBRACK, + ACTIONS(2741), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2743), 1, + anon_sym_AMP_AMP, + ACTIONS(2745), 1, anon_sym_PIPE, - ACTIONS(2735), 1, + ACTIONS(2747), 1, anon_sym_CARET, - ACTIONS(2737), 1, + ACTIONS(2749), 1, anon_sym_AMP, - ACTIONS(2747), 1, - anon_sym_LBRACK, - STATE(953), 1, + ACTIONS(2753), 1, + anon_sym_QMARK, + STATE(923), 1, sym_argument_list, ACTIONS(2725), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2739), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2741), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2743), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2745), 2, + ACTIONS(2729), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2751), 2, + ACTIONS(2733), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2753), 2, + ACTIONS(2735), 2, anon_sym_DOT, anon_sym_DASH_GT, + ACTIONS(2737), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2739), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2751), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, ACTIONS(2727), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2564), 18, + ACTIONS(2683), 15, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -100333,48 +100104,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, sym_identifier, - [32493] = 10, + [32221] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2747), 1, + ACTIONS(2731), 1, anon_sym_LBRACK, - STATE(953), 1, + STATE(923), 1, sym_argument_list, ACTIONS(2725), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2751), 2, + ACTIONS(2729), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2733), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2753), 2, + ACTIONS(2735), 2, anon_sym_DOT, anon_sym_DASH_GT, + ACTIONS(2737), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2739), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2751), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, ACTIONS(2727), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2562), 8, + ACTIONS(2605), 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(2564), 22, + ACTIONS(2607), 18, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, 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_STAR_EQ, anon_sym_SLASH_EQ, @@ -100387,43 +100162,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, sym_identifier, - [32557] = 13, + [32293] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2747), 1, + ACTIONS(2731), 1, anon_sym_LBRACK, - STATE(953), 1, + STATE(923), 1, sym_argument_list, - ACTIONS(2725), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2741), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2743), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2745), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2751), 2, + ACTIONS(2733), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2753), 2, + ACTIONS(2735), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2727), 3, + ACTIONS(2605), 13, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2562), 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(2564), 20, + ACTIONS(2607), 22, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -100432,6 +100200,8 @@ static const uint16_t ts_small_parse_table[] = { 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_STAR_EQ, anon_sym_SLASH_EQ, @@ -100444,22 +100214,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, sym_identifier, - [32627] = 8, + [32353] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2747), 1, + ACTIONS(2731), 1, anon_sym_LBRACK, - STATE(953), 1, + STATE(923), 1, sym_argument_list, - ACTIONS(2751), 2, + ACTIONS(2733), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2753), 2, + ACTIONS(2735), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2566), 13, + ACTIONS(2585), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -100473,7 +100243,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2568), 22, + ACTIONS(2587), 22, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -100496,19 +100266,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, sym_identifier, - [32687] = 7, + [32413] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2747), 1, + ACTIONS(2731), 1, anon_sym_LBRACK, - STATE(953), 1, + STATE(923), 1, sym_argument_list, - ACTIONS(2753), 2, + ACTIONS(2733), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2735), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2520), 13, + ACTIONS(2581), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -100522,7 +100295,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2522), 24, + ACTIONS(2583), 22, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -100544,25 +100317,23 @@ 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, sym_identifier, - [32745] = 8, + [32473] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2747), 1, + ACTIONS(2731), 1, anon_sym_LBRACK, - STATE(953), 1, + STATE(923), 1, sym_argument_list, - ACTIONS(2751), 2, + ACTIONS(2733), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2753), 2, + ACTIONS(2735), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2554), 13, + ACTIONS(2589), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -100576,7 +100347,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2556), 22, + ACTIONS(2591), 22, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -100599,7 +100370,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, sym_identifier, - [32805] = 5, + [32533] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2605), 1, + anon_sym_EQ, + ACTIONS(2723), 1, + anon_sym_LPAREN2, + ACTIONS(2731), 1, + anon_sym_LBRACK, + ACTIONS(2745), 1, + anon_sym_PIPE, + ACTIONS(2747), 1, + anon_sym_CARET, + ACTIONS(2749), 1, + anon_sym_AMP, + STATE(923), 1, + sym_argument_list, + ACTIONS(2725), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2729), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2733), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2735), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2737), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2739), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2751), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2727), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2607), 18, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + 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, + sym_identifier, + [32611] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1968), 1, @@ -100648,10 +100480,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [32859] = 3, + [32665] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2424), 13, + ACTIONS(2723), 1, + anon_sym_LPAREN2, + ACTIONS(2731), 1, + anon_sym_LBRACK, + STATE(923), 1, + sym_argument_list, + ACTIONS(2735), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2559), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -100665,19 +100506,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2426), 28, + ACTIONS(2561), 24, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, - 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_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_identifier, + [32723] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2723), 1, + anon_sym_LPAREN2, + ACTIONS(2731), 1, anon_sym_LBRACK, + STATE(923), 1, + sym_argument_list, + ACTIONS(2733), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2735), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2569), 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(2571), 22, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + 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_STAR_EQ, anon_sym_SLASH_EQ, @@ -100689,15 +100582,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + sym_identifier, + [32783] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2723), 1, + anon_sym_LPAREN2, + ACTIONS(2731), 1, + anon_sym_LBRACK, + ACTIONS(2747), 1, + anon_sym_CARET, + ACTIONS(2749), 1, + anon_sym_AMP, + STATE(923), 1, + sym_argument_list, + ACTIONS(2605), 2, + anon_sym_PIPE, + anon_sym_EQ, + ACTIONS(2725), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2729), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2733), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(2735), 2, anon_sym_DOT, anon_sym_DASH_GT, + ACTIONS(2737), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2739), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2751), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2727), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2607), 18, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + 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, sym_identifier, - [32908] = 3, + [32859] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2452), 13, + ACTIONS(2496), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -100711,7 +100660,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2454), 28, + ACTIONS(2498), 28, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -100740,10 +100689,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_DASH_GT, sym_identifier, + [32908] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1432), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1430), 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, [32957] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2496), 13, + ACTIONS(2476), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -100757,7 +100752,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2498), 28, + ACTIONS(2478), 28, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -100789,7 +100784,7 @@ static const uint16_t ts_small_parse_table[] = { [33006] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2508), 13, + ACTIONS(2472), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -100803,7 +100798,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2510), 28, + ACTIONS(2474), 28, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -100878,12 +100873,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [33104] = 3, + [33104] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2761), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2759), 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, + [33153] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1428), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1426), 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, + [33202] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1482), 1, + ACTIONS(2765), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1480), 40, + ACTIONS(2763), 40, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -100924,12 +101011,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [33153] = 3, + [33251] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1494), 1, + ACTIONS(2769), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1492), 40, + ACTIONS(2767), 40, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -100970,12 +101057,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [33202] = 5, + [33300] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2619), 1, + ACTIONS(2516), 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(2621), 10, + ACTIONS(2518), 28, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + 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_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -100986,7 +101098,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1959), 12, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + sym_identifier, + [33349] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2420), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -100999,7 +101119,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1953), 18, + anon_sym_EQ, + ACTIONS(2422), 28, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -101013,15 +101134,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LBRACK, 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, sym_identifier, - [33255] = 3, + [33398] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2492), 13, + ACTIONS(2508), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -101035,7 +101166,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2494), 28, + ACTIONS(2510), 28, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -101064,10 +101195,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_DASH_GT, sym_identifier, - [33304] = 3, + [33447] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2460), 13, + ACTIONS(2773), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2771), 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, + [33496] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2488), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -101081,7 +101258,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2462), 28, + ACTIONS(2490), 28, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -101110,10 +101287,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_DASH_GT, sym_identifier, - [33353] = 3, + [33545] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2488), 13, + ACTIONS(2416), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -101127,7 +101304,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2490), 28, + ACTIONS(2418), 28, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -101156,10 +101333,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_DASH_GT, sym_identifier, - [33402] = 3, + [33594] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2428), 13, + ACTIONS(2452), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -101173,7 +101350,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2430), 28, + ACTIONS(2454), 28, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -101202,102 +101379,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_DASH_GT, sym_identifier, - [33451] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2761), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2759), 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, - [33500] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1486), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1484), 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, - [33549] = 3, + [33643] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2484), 13, + ACTIONS(2424), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -101311,7 +101396,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2486), 28, + ACTIONS(2426), 28, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -101340,12 +101425,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_DASH_GT, sym_identifier, - [33598] = 3, + [33692] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1404), 1, + ACTIONS(2777), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1402), 40, + ACTIONS(2775), 40, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -101386,10 +101471,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [33647] = 3, + [33741] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2420), 13, + ACTIONS(2456), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -101403,7 +101488,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2422), 28, + ACTIONS(2458), 28, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -101432,10 +101517,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_DASH_GT, sym_identifier, - [33696] = 3, + [33790] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2512), 13, + ACTIONS(2440), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -101449,7 +101534,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2514), 28, + ACTIONS(2442), 28, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -101478,10 +101563,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_DASH_GT, sym_identifier, - [33745] = 3, + [33839] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2448), 13, + ACTIONS(2412), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -101495,7 +101580,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2450), 28, + ACTIONS(2414), 28, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -101524,7 +101609,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_DASH_GT, sym_identifier, - [33794] = 3, + [33888] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2432), 13, @@ -101570,10 +101655,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_DASH_GT, sym_identifier, - [33843] = 3, + [33937] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2464), 13, + ACTIONS(2512), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -101587,7 +101672,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2466), 28, + ACTIONS(2514), 28, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -101616,102 +101701,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_DASH_GT, sym_identifier, - [33892] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2765), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2763), 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, - [33941] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1438), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1436), 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, - [33990] = 3, + [33986] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2408), 13, + ACTIONS(2460), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -101725,7 +101718,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2410), 28, + ACTIONS(2462), 28, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -101754,102 +101747,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_DASH_GT, sym_identifier, - [34039] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2769), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2767), 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, - [34088] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2773), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2771), 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, - [34137] = 3, + [34035] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2476), 13, + ACTIONS(2464), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -101863,7 +101764,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2478), 28, + ACTIONS(2466), 28, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -101892,12 +101793,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_DASH_GT, sym_identifier, - [34186] = 3, + [34084] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2777), 1, + ACTIONS(2781), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2775), 40, + ACTIONS(2779), 40, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -101938,10 +101839,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [34235] = 3, + [34133] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2440), 13, + ACTIONS(2408), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -101955,7 +101856,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2442), 28, + ACTIONS(2410), 28, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -101984,37 +101885,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_DASH_GT, sym_identifier, - [34284] = 3, + [34182] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2480), 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, + ACTIONS(2626), 1, anon_sym_EQ, - ACTIONS(2482), 28, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - 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_QMARK, + ACTIONS(2628), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -102025,15 +101901,7 @@ 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, - sym_identifier, - [34333] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2472), 13, + ACTIONS(1959), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -102046,8 +101914,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(2474), 28, + ACTIONS(1953), 18, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -102061,25 +101928,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LBRACK, 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, sym_identifier, - [34382] = 3, + [34235] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2444), 13, + ACTIONS(2785), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2783), 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, + [34284] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2500), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -102093,7 +101996,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2446), 28, + ACTIONS(2502), 28, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -102122,10 +102025,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_DASH_GT, sym_identifier, - [34431] = 3, + [34333] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2456), 13, + ACTIONS(2789), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2787), 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, + [34382] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2492), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -102139,7 +102088,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2458), 28, + ACTIONS(2494), 28, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -102168,12 +102117,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_DASH_GT, sym_identifier, - [34480] = 3, + [34431] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2781), 1, + ACTIONS(2793), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2779), 40, + ACTIONS(2791), 40, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -102214,12 +102163,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [34529] = 3, + [34480] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2785), 1, + ACTIONS(2797), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2783), 40, + ACTIONS(2795), 40, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -102260,10 +102209,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [34578] = 3, + [34529] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2468), 13, + ACTIONS(2504), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -102277,7 +102226,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2470), 28, + ACTIONS(2506), 28, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -102306,10 +102255,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_DASH_GT, sym_identifier, - [34627] = 3, + [34578] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2504), 13, + ACTIONS(2484), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -102323,7 +102272,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2506), 28, + ACTIONS(2486), 28, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -102352,58 +102301,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_DASH_GT, sym_identifier, - [34676] = 3, + [34627] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2436), 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(2438), 28, - anon_sym_COMMA, + ACTIONS(1420), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1418), 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, - 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_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, + 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, - [34725] = 3, + [34676] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2789), 1, + ACTIONS(1404), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2787), 40, + ACTIONS(1402), 40, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -102444,12 +102393,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [34774] = 3, + [34725] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2793), 1, + ACTIONS(1498), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2791), 40, + ACTIONS(1496), 40, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -102490,10 +102439,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, + [34774] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2436), 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(2438), 28, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + 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_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, + sym_identifier, [34823] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2412), 13, + ACTIONS(2444), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -102507,7 +102502,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2414), 28, + ACTIONS(2446), 28, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -102539,7 +102534,7 @@ static const uint16_t ts_small_parse_table[] = { [34872] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2500), 13, + ACTIONS(2468), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -102553,7 +102548,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2502), 28, + ACTIONS(2470), 28, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -102585,55 +102580,55 @@ static const uint16_t ts_small_parse_table[] = { [34921] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1422), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1420), 40, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, + ACTIONS(2448), 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(2450), 28, + anon_sym_COMMA, 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, + 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_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, sym_identifier, [34970] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2797), 1, + ACTIONS(1490), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2795), 40, + ACTIONS(1488), 40, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -102677,7 +102672,7 @@ static const uint16_t ts_small_parse_table[] = { [35019] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2416), 13, + ACTIONS(2428), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -102691,7 +102686,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2418), 28, + ACTIONS(2430), 28, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -102766,107 +102761,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [35117] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2526), 1, - anon_sym_LBRACK, - ACTIONS(2528), 1, - anon_sym_DASH_GT, - ACTIONS(2723), 1, - anon_sym_LPAREN2, - ACTIONS(2803), 1, - anon_sym_DOT, - STATE(803), 1, - sym_argument_list, - ACTIONS(2520), 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(2522), 21, - anon_sym_DOT_DOT_DOT, - 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, - [35174] = 21, + [35117] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - ACTIONS(2528), 1, + ACTIONS(2567), 1, anon_sym_DASH_GT, - ACTIONS(2693), 1, - anon_sym_EQ, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2803), 1, - anon_sym_DOT, - ACTIONS(2809), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2811), 1, - anon_sym_AMP_AMP, - ACTIONS(2813), 1, - anon_sym_PIPE, ACTIONS(2815), 1, - anon_sym_CARET, - ACTIONS(2817), 1, - anon_sym_AMP, - ACTIONS(2827), 1, - anon_sym_QMARK, - STATE(803), 1, + anon_sym_DOT, + STATE(819), 1, sym_argument_list, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2805), 2, + ACTIONS(2803), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2819), 2, + ACTIONS(2807), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2821), 2, + ACTIONS(2809), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2823), 2, + ACTIONS(2811), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2825), 2, + ACTIONS(2813), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2807), 3, + ACTIONS(2805), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2691), 12, + ACTIONS(2605), 4, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_EQ, + ACTIONS(2607), 15, anon_sym_DOT_DOT_DOT, + 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, @@ -102877,28 +102817,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [35257] = 3, + [35188] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2769), 1, + ACTIONS(2819), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(2767), 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(2817), 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, @@ -102921,75 +102861,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [35304] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2526), 1, - anon_sym_LBRACK, - ACTIONS(2528), 1, - anon_sym_DASH_GT, - ACTIONS(2723), 1, - anon_sym_LPAREN2, - ACTIONS(2803), 1, - anon_sym_DOT, - STATE(803), 1, - sym_argument_list, - ACTIONS(2540), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2805), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2807), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2562), 8, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(2564), 19, - anon_sym_DOT_DOT_DOT, - 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, - [35367] = 9, + [35235] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - ACTIONS(2528), 1, + ACTIONS(2567), 1, anon_sym_DASH_GT, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2803), 1, + ACTIONS(2815), 1, anon_sym_DOT, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2554), 13, + ACTIONS(2605), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -103003,7 +102891,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2556), 19, + ACTIONS(2607), 19, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -103023,12 +102911,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [35426] = 3, + [35294] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2761), 1, + ACTIONS(2785), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2759), 38, + ACTIONS(2783), 38, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -103067,12 +102955,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [35473] = 3, + [35341] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2781), 1, + ACTIONS(1432), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2779), 38, + ACTIONS(1430), 38, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -103111,26 +102999,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [35520] = 6, + [35388] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2833), 1, - anon_sym___attribute__, - ACTIONS(2836), 2, + ACTIONS(2801), 1, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - ACTIONS(2839), 3, - anon_sym_LBRACK, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(2831), 4, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_EQ, - ACTIONS(2829), 29, + ACTIONS(2799), 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, @@ -103158,12 +103043,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [35573] = 3, + [35435] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1482), 1, + ACTIONS(1490), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1480), 38, + ACTIONS(1488), 38, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -103202,65 +103087,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [35620] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2526), 1, - anon_sym_LBRACK, - ACTIONS(2528), 1, - anon_sym_DASH_GT, - ACTIONS(2723), 1, - anon_sym_LPAREN2, - ACTIONS(2803), 1, - anon_sym_DOT, - STATE(803), 1, - sym_argument_list, - ACTIONS(2540), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2805), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2825), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2807), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2562), 6, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_EQ, - ACTIONS(2564), 19, - anon_sym_DOT_DOT_DOT, - 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, - [35685] = 3, + [35482] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2789), 1, + ACTIONS(2781), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2787), 38, + ACTIONS(2779), 38, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -103299,255 +103131,147 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [35732] = 14, + [35529] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2526), 1, + ACTIONS(2825), 1, + anon_sym___attribute__, + ACTIONS(2828), 2, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + ACTIONS(2831), 3, anon_sym_LBRACK, - ACTIONS(2528), 1, - anon_sym_DASH_GT, - ACTIONS(2723), 1, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(2823), 4, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(2803), 1, - anon_sym_DOT, - STATE(803), 1, - sym_argument_list, - ACTIONS(2540), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2805), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2821), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2823), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2825), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2807), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2562), 4, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + anon_sym_SEMI, anon_sym_EQ, - ACTIONS(2564), 17, - anon_sym_DOT_DOT_DOT, - 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, - 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, - [35801] = 15, + ACTIONS(2821), 29, + anon_sym___extension__, + anon_sym_extern, + 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, + [35582] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(2526), 1, - anon_sym_LBRACK, - ACTIONS(2528), 1, - anon_sym_DASH_GT, - ACTIONS(2723), 1, + ACTIONS(2085), 1, anon_sym_LPAREN2, - ACTIONS(2803), 1, - anon_sym_DOT, - STATE(803), 1, - sym_argument_list, - ACTIONS(2540), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2805), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2819), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2821), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2823), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2825), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2807), 3, + ACTIONS(2087), 1, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2562), 4, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ, - ACTIONS(2564), 15, - anon_sym_DOT_DOT_DOT, - 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, - [35872] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2526), 1, + ACTIONS(2089), 1, + anon_sym___based, + ACTIONS(2833), 1, + sym_identifier, + ACTIONS(2841), 1, anon_sym_LBRACK, - ACTIONS(2528), 1, - anon_sym_DASH_GT, - ACTIONS(2723), 1, - anon_sym_LPAREN2, - ACTIONS(2803), 1, - anon_sym_DOT, - ACTIONS(2817), 1, - anon_sym_AMP, - STATE(803), 1, - sym_argument_list, - ACTIONS(2540), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2805), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2819), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2821), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2823), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2825), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2562), 3, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_EQ, - ACTIONS(2807), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2564), 15, - anon_sym_DOT_DOT_DOT, - 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, - [35945] = 9, + STATE(1309), 1, + sym_ms_unaligned_ptr_modifier, + STATE(1484), 1, + sym__declarator, + STATE(1610), 1, + sym__abstract_declarator, + STATE(1656), 1, + sym_parameter_list, + STATE(2164), 1, + sym_ms_based_modifier, + ACTIONS(2835), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(2839), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(1169), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(1186), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + ACTIONS(2837), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(1641), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + STATE(1545), 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, + [35661] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - ACTIONS(2528), 1, + ACTIONS(2567), 1, anon_sym_DASH_GT, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2803), 1, + ACTIONS(2815), 1, anon_sym_DOT, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2562), 13, + ACTIONS(2803), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, + ACTIONS(2813), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(2564), 19, - anon_sym_DOT_DOT_DOT, - 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, - [36004] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2526), 1, - anon_sym_LBRACK, - ACTIONS(2528), 1, - anon_sym_DASH_GT, - ACTIONS(2723), 1, - anon_sym_LPAREN2, - ACTIONS(2803), 1, - anon_sym_DOT, - STATE(803), 1, - sym_argument_list, - ACTIONS(2540), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2542), 13, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(2805), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(2605), 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(2544), 19, + ACTIONS(2607), 19, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -103567,35 +103291,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [36063] = 7, + [35726] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(33), 1, - anon_sym___attribute__, - ACTIONS(2845), 1, - anon_sym_LBRACE, - STATE(1052), 1, - sym_field_declaration_list, - STATE(1091), 1, - sym_attribute_specifier, - ACTIONS(2843), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, + ACTIONS(2797), 1, anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(2841), 28, + ACTIONS(2795), 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, @@ -103614,57 +103331,60 @@ 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, - [36118] = 21, + [35773] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - ACTIONS(2528), 1, + ACTIONS(2567), 1, anon_sym_DASH_GT, - ACTIONS(2657), 1, + ACTIONS(2677), 1, anon_sym_EQ, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2803), 1, + ACTIONS(2815), 1, anon_sym_DOT, - ACTIONS(2809), 1, + ACTIONS(2843), 1, anon_sym_PIPE_PIPE, - ACTIONS(2811), 1, + ACTIONS(2845), 1, anon_sym_AMP_AMP, - ACTIONS(2813), 1, + ACTIONS(2847), 1, anon_sym_PIPE, - ACTIONS(2815), 1, + ACTIONS(2849), 1, anon_sym_CARET, - ACTIONS(2817), 1, + ACTIONS(2851), 1, anon_sym_AMP, - ACTIONS(2827), 1, + ACTIONS(2853), 1, anon_sym_QMARK, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2805), 2, + ACTIONS(2803), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2819), 2, + ACTIONS(2807), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2821), 2, + ACTIONS(2809), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2823), 2, + ACTIONS(2811), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2825), 2, + ACTIONS(2813), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2807), 3, + ACTIONS(2805), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2655), 12, + ACTIONS(2675), 12, anon_sym_DOT_DOT_DOT, anon_sym_RBRACK, anon_sym_STAR_EQ, @@ -103677,12 +103397,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [36201] = 3, + [35856] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2793), 1, + ACTIONS(2769), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2791), 38, + ACTIONS(2767), 38, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -103721,23 +103441,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [36248] = 3, + [35903] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2797), 1, + ACTIONS(2859), 1, + anon_sym___attribute__, + ACTIONS(2862), 2, anon_sym_LBRACK_LBRACK, - ACTIONS(2795), 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(2865), 3, + anon_sym_LBRACK, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(2857), 4, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_EQ, + ACTIONS(2855), 29, anon_sym___extension__, anon_sym_extern, - anon_sym___attribute__, anon_sym___declspec, anon_sym_signed, anon_sym_unsigned, @@ -103765,85 +103488,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [36295] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2526), 1, - anon_sym_LBRACK, - ACTIONS(2528), 1, - anon_sym_DASH_GT, - ACTIONS(2723), 1, - anon_sym_LPAREN2, - ACTIONS(2803), 1, - anon_sym_DOT, - STATE(803), 1, - sym_argument_list, - ACTIONS(2540), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2536), 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(2538), 19, - anon_sym_DOT_DOT_DOT, - 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, - [36354] = 7, + [35956] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(33), 1, - anon_sym___attribute__, - ACTIONS(2845), 1, - anon_sym_LBRACE, - STATE(1033), 1, - sym_field_declaration_list, - STATE(1098), 1, - sym_attribute_specifier, - ACTIONS(2849), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, + ACTIONS(2777), 1, anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(2847), 28, + ACTIONS(2775), 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, @@ -103862,13 +103528,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, - [36409] = 3, + [36003] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2785), 1, + ACTIONS(2765), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2783), 38, + ACTIONS(2763), 38, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -103907,90 +103576,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [36456] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2526), 1, - anon_sym_LBRACK, - ACTIONS(2528), 1, - anon_sym_DASH_GT, - ACTIONS(2689), 1, - anon_sym_EQ, - ACTIONS(2723), 1, - anon_sym_LPAREN2, - ACTIONS(2803), 1, - anon_sym_DOT, - ACTIONS(2809), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2811), 1, - anon_sym_AMP_AMP, - ACTIONS(2813), 1, - anon_sym_PIPE, - ACTIONS(2815), 1, - anon_sym_CARET, - ACTIONS(2817), 1, - anon_sym_AMP, - ACTIONS(2827), 1, - anon_sym_QMARK, - STATE(803), 1, - sym_argument_list, - ACTIONS(2540), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2805), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2819), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2821), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2823), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2825), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2807), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2687), 12, - anon_sym_DOT_DOT_DOT, - anon_sym_RBRACK, - 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, - [36539] = 3, + [36050] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2653), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, + ACTIONS(2761), 1, anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(2651), 32, + ACTIONS(2759), 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, @@ -104013,12 +103620,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [36586] = 3, + [36097] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1494), 1, + ACTIONS(2757), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1492), 38, + ACTIONS(2755), 38, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -104057,12 +103664,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [36633] = 3, + [36144] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2801), 1, + ACTIONS(1498), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2799), 38, + ACTIONS(1496), 38, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -104101,12 +103708,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [36680] = 3, + [36191] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1422), 1, + ACTIONS(2793), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1420), 38, + ACTIONS(2791), 38, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -104145,12 +103752,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [36727] = 3, + [36238] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2757), 1, + ACTIONS(2789), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2755), 38, + ACTIONS(2787), 38, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -104189,28 +103796,147 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [36774] = 9, + [36285] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2565), 1, + anon_sym_LBRACK, + ACTIONS(2567), 1, + anon_sym_DASH_GT, + ACTIONS(2723), 1, + anon_sym_LPAREN2, + ACTIONS(2815), 1, + anon_sym_DOT, + STATE(819), 1, + sym_argument_list, + ACTIONS(2573), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2803), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2809), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2811), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2813), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2805), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2605), 4, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_EQ, + ACTIONS(2607), 17, + anon_sym_DOT_DOT_DOT, + 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, + 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, + [36354] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2565), 1, + anon_sym_LBRACK, + ACTIONS(2567), 1, + anon_sym_DASH_GT, + ACTIONS(2685), 1, + anon_sym_EQ, + ACTIONS(2723), 1, + anon_sym_LPAREN2, + ACTIONS(2815), 1, + anon_sym_DOT, + ACTIONS(2843), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2845), 1, + anon_sym_AMP_AMP, + ACTIONS(2847), 1, + anon_sym_PIPE, + ACTIONS(2849), 1, + anon_sym_CARET, + ACTIONS(2851), 1, + anon_sym_AMP, + ACTIONS(2853), 1, + anon_sym_QMARK, + STATE(819), 1, + sym_argument_list, + ACTIONS(2573), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2803), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2807), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2809), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2811), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2813), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2805), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2683), 12, + anon_sym_DOT_DOT_DOT, + anon_sym_RBRACK, + 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, + [36437] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - ACTIONS(2528), 1, + ACTIONS(2567), 1, anon_sym_DASH_GT, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2803), 1, + ACTIONS(2815), 1, anon_sym_DOT, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2566), 13, + ACTIONS(2803), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(2805), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(2605), 8, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -104219,7 +103945,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2568), 19, + ACTIONS(2607), 19, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -104239,18 +103965,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [36833] = 7, + [36500] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(33), 1, - anon_sym___attribute__, - ACTIONS(2845), 1, - anon_sym_LBRACE, - STATE(1035), 1, - sym_field_declaration_list, - STATE(1107), 1, - sym_attribute_specifier, - ACTIONS(2853), 7, + ACTIONS(2632), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -104258,9 +103976,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2851), 28, + ACTIONS(2630), 32, anon_sym___extension__, anon_sym_extern, + anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_signed, @@ -104286,57 +104005,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, sym_primitive_type, - sym_identifier, - [36888] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1438), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1436), 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, - [36935] = 3, + [36547] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1404), 1, + ACTIONS(2773), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1402), 38, + ACTIONS(2771), 38, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -104375,76 +104053,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [36982] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2859), 1, - anon_sym___attribute__, - ACTIONS(2862), 2, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - ACTIONS(2865), 3, - anon_sym_LBRACK, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(2857), 4, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_EQ, - ACTIONS(2855), 29, - anon_sym___extension__, - anon_sym_extern, - 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, - [37035] = 10, + [36594] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - ACTIONS(2528), 1, + ACTIONS(2567), 1, anon_sym_DASH_GT, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2803), 1, + ACTIONS(2815), 1, anon_sym_DOT, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2807), 3, + ACTIONS(2589), 13, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2562), 10, - anon_sym_DASH, - anon_sym_PLUS, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -104453,7 +104083,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2564), 19, + ACTIONS(2591), 19, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -104473,18 +104103,123 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [37096] = 7, + [36653] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2565), 1, + anon_sym_LBRACK, + ACTIONS(2567), 1, + anon_sym_DASH_GT, + ACTIONS(2723), 1, + anon_sym_LPAREN2, + ACTIONS(2815), 1, + anon_sym_DOT, + ACTIONS(2851), 1, + anon_sym_AMP, + STATE(819), 1, + sym_argument_list, + ACTIONS(2573), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2803), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2807), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2809), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2811), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2813), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2605), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_EQ, + ACTIONS(2805), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2607), 15, + anon_sym_DOT_DOT_DOT, + 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, + [36726] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(33), 1, + anon_sym___attribute__, + ACTIONS(2871), 1, + anon_sym_LBRACE, + STATE(1033), 1, + sym_field_declaration_list, + STATE(1098), 1, + sym_attribute_specifier, + ACTIONS(2869), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + ACTIONS(2867), 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, + [36781] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, - ACTIONS(2845), 1, + ACTIONS(2871), 1, anon_sym_LBRACE, - STATE(1065), 1, + STATE(1035), 1, sym_field_declaration_list, - STATE(1083), 1, + STATE(1107), 1, sym_attribute_specifier, - ACTIONS(2869), 7, + ACTIONS(2875), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -104492,7 +104227,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2867), 28, + ACTIONS(2873), 28, anon_sym___extension__, anon_sym_extern, anon_sym___declspec, @@ -104521,28 +104256,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [37151] = 3, + [36836] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2873), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, + ACTIONS(1428), 1, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - ACTIONS(2871), 32, + ACTIONS(1426), 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, + [36883] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1420), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1418), 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, @@ -104565,18 +104344,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [37198] = 7, + [36930] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, - ACTIONS(2845), 1, + ACTIONS(2871), 1, anon_sym_LBRACE, - STATE(1063), 1, + STATE(1065), 1, sym_field_declaration_list, - STATE(1082), 1, + STATE(1083), 1, sym_attribute_specifier, - ACTIONS(2877), 7, + ACTIONS(2879), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -104584,7 +104363,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2875), 28, + ACTIONS(2877), 28, anon_sym___extension__, anon_sym_extern, anon_sym___declspec, @@ -104613,54 +104392,106 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [37253] = 19, + [36985] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - ACTIONS(2528), 1, + ACTIONS(2567), 1, anon_sym_DASH_GT, - ACTIONS(2562), 1, + ACTIONS(2693), 1, anon_sym_EQ, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2803), 1, + ACTIONS(2815), 1, anon_sym_DOT, - ACTIONS(2811), 1, + ACTIONS(2843), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2845), 1, anon_sym_AMP_AMP, - ACTIONS(2813), 1, + ACTIONS(2847), 1, anon_sym_PIPE, - ACTIONS(2815), 1, + ACTIONS(2849), 1, anon_sym_CARET, - ACTIONS(2817), 1, + ACTIONS(2851), 1, anon_sym_AMP, - STATE(803), 1, + ACTIONS(2853), 1, + anon_sym_QMARK, + STATE(819), 1, sym_argument_list, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2805), 2, + ACTIONS(2803), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2819), 2, + ACTIONS(2807), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2821), 2, + ACTIONS(2809), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2823), 2, + ACTIONS(2811), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2825), 2, + ACTIONS(2813), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2807), 3, + ACTIONS(2805), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2691), 12, + anon_sym_DOT_DOT_DOT, + anon_sym_RBRACK, + 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, + [37068] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2565), 1, + anon_sym_LBRACK, + ACTIONS(2567), 1, + anon_sym_DASH_GT, + ACTIONS(2723), 1, + anon_sym_LPAREN2, + ACTIONS(2815), 1, + anon_sym_DOT, + STATE(819), 1, + sym_argument_list, + ACTIONS(2573), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2581), 13, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2564), 14, + 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(2583), 19, anon_sym_DOT_DOT_DOT, 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, @@ -104673,132 +104504,202 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [37332] = 3, + [37127] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2765), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2763), 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, - [37379] = 19, + ACTIONS(2565), 1, + anon_sym_LBRACK, + ACTIONS(2567), 1, + anon_sym_DASH_GT, + ACTIONS(2723), 1, + anon_sym_LPAREN2, + ACTIONS(2815), 1, + anon_sym_DOT, + ACTIONS(2849), 1, + anon_sym_CARET, + ACTIONS(2851), 1, + anon_sym_AMP, + STATE(819), 1, + sym_argument_list, + ACTIONS(2573), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2605), 2, + anon_sym_PIPE, + anon_sym_EQ, + ACTIONS(2803), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2807), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2809), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2811), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2813), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2805), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2607), 15, + anon_sym_DOT_DOT_DOT, + 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, + [37202] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2083), 1, + ACTIONS(2565), 1, + anon_sym_LBRACK, + ACTIONS(2567), 1, + anon_sym_DASH_GT, + ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2085), 1, + ACTIONS(2815), 1, + anon_sym_DOT, + STATE(819), 1, + sym_argument_list, + ACTIONS(2573), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2585), 13, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, - ACTIONS(2087), 1, - anon_sym___based, - ACTIONS(2879), 1, - sym_identifier, - ACTIONS(2887), 1, + 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(2587), 19, + anon_sym_DOT_DOT_DOT, + 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, + [37261] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2565), 1, anon_sym_LBRACK, - STATE(1309), 1, - sym_ms_unaligned_ptr_modifier, - STATE(1492), 1, - sym__declarator, - STATE(1619), 1, - sym__abstract_declarator, - STATE(1655), 1, - sym_parameter_list, - STATE(2164), 1, - sym_ms_based_modifier, - ACTIONS(2881), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(2885), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(1169), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(1186), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - ACTIONS(2883), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(1643), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - STATE(1537), 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, - [37458] = 3, + ACTIONS(2567), 1, + anon_sym_DASH_GT, + ACTIONS(2605), 1, + anon_sym_EQ, + ACTIONS(2723), 1, + anon_sym_LPAREN2, + ACTIONS(2815), 1, + anon_sym_DOT, + ACTIONS(2847), 1, + anon_sym_PIPE, + ACTIONS(2849), 1, + anon_sym_CARET, + ACTIONS(2851), 1, + anon_sym_AMP, + STATE(819), 1, + sym_argument_list, + ACTIONS(2573), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2803), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2807), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2809), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2811), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2813), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2805), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2607), 15, + anon_sym_DOT_DOT_DOT, + 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, + [37338] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2773), 1, + ACTIONS(33), 1, + anon_sym___attribute__, + ACTIONS(2871), 1, + anon_sym_LBRACE, + STATE(1052), 1, + sym_field_declaration_list, + STATE(1091), 1, + sym_attribute_specifier, + ACTIONS(2883), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(2771), 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(2881), 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, @@ -104817,32 +104718,86 @@ 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, - [37505] = 3, + [37393] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2777), 1, + ACTIONS(2565), 1, + anon_sym_LBRACK, + ACTIONS(2567), 1, + anon_sym_DASH_GT, + ACTIONS(2723), 1, + anon_sym_LPAREN2, + ACTIONS(2815), 1, + anon_sym_DOT, + STATE(819), 1, + sym_argument_list, + ACTIONS(2573), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2569), 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(2571), 19, + anon_sym_DOT_DOT_DOT, + 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, + [37452] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(33), 1, + anon_sym___attribute__, + ACTIONS(2871), 1, + anon_sym_LBRACE, + STATE(1063), 1, + sym_field_declaration_list, + STATE(1082), 1, + sym_attribute_specifier, + ACTIONS(2887), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(2775), 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(2885), 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, @@ -104861,56 +104816,95 @@ 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, - [37552] = 17, + [37507] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - ACTIONS(2528), 1, + ACTIONS(2567), 1, anon_sym_DASH_GT, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2803), 1, - anon_sym_DOT, ACTIONS(2815), 1, + anon_sym_DOT, + STATE(819), 1, + sym_argument_list, + ACTIONS(2559), 13, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, anon_sym_CARET, - ACTIONS(2817), 1, anon_sym_AMP, - STATE(803), 1, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + ACTIONS(2561), 21, + anon_sym_DOT_DOT_DOT, + 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, + [37564] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2565), 1, + anon_sym_LBRACK, + ACTIONS(2567), 1, + anon_sym_DASH_GT, + ACTIONS(2723), 1, + anon_sym_LPAREN2, + ACTIONS(2815), 1, + anon_sym_DOT, + STATE(819), 1, sym_argument_list, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2562), 2, - anon_sym_PIPE, - anon_sym_EQ, - ACTIONS(2805), 2, + ACTIONS(2805), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2605), 10, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2819), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2821), 2, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2823), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2825), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2807), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2564), 15, + anon_sym_EQ, + ACTIONS(2607), 19, anon_sym_DOT_DOT_DOT, 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, @@ -104923,12 +104917,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [37627] = 3, + [37625] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1486), 1, + ACTIONS(1404), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1484), 38, + ACTIONS(1402), 38, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -104967,53 +104961,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [37674] = 18, + [37672] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - ACTIONS(2528), 1, + ACTIONS(2567), 1, anon_sym_DASH_GT, - ACTIONS(2562), 1, + ACTIONS(2605), 1, anon_sym_EQ, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2803), 1, + ACTIONS(2815), 1, anon_sym_DOT, - ACTIONS(2813), 1, + ACTIONS(2845), 1, + anon_sym_AMP_AMP, + ACTIONS(2847), 1, anon_sym_PIPE, - ACTIONS(2815), 1, + ACTIONS(2849), 1, anon_sym_CARET, - ACTIONS(2817), 1, + ACTIONS(2851), 1, anon_sym_AMP, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2805), 2, + ACTIONS(2803), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2819), 2, + ACTIONS(2807), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2821), 2, + ACTIONS(2809), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2823), 2, + ACTIONS(2811), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2825), 2, + ACTIONS(2813), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2807), 3, + ACTIONS(2805), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2564), 15, + ACTIONS(2607), 14, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -105029,14 +105024,14 @@ static const uint16_t ts_small_parse_table[] = { [37751] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 6, + ACTIONS(2891), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(1907), 32, + ACTIONS(2889), 32, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -105112,17 +105107,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [37843] = 3, + [37843] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2891), 6, + ACTIONS(2687), 1, + anon_sym_EQ, + ACTIONS(2689), 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(1959), 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_DOT, + ACTIONS(1953), 14, + anon_sym_DOT_DOT_DOT, + 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_DASH_GT, + [37893] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1909), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(2889), 32, + ACTIONS(1907), 32, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -105155,27 +105195,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [37889] = 3, + [37939] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2406), 2, + ACTIONS(1913), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - ACTIONS(2404), 36, + ACTIONS(1911), 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, @@ -105198,72 +105238,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [37935] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2683), 1, - anon_sym_EQ, - ACTIONS(2685), 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(1959), 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_DOT, - ACTIONS(1953), 14, - anon_sym_DOT_DOT_DOT, - 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_DASH_GT, [37985] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1913), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, + ACTIONS(2406), 2, anon_sym_LBRACK_LBRACK, - ACTIONS(1911), 32, + anon_sym_LBRACE, + ACTIONS(2404), 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, @@ -105289,10 +105284,10 @@ static const uint16_t ts_small_parse_table[] = { [38031] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2797), 2, + ACTIONS(2765), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2795), 35, + ACTIONS(2763), 35, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -105331,10 +105326,10 @@ static const uint16_t ts_small_parse_table[] = { [38076] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2793), 2, + ACTIONS(2761), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2791), 35, + ACTIONS(2759), 35, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -105373,9 +105368,9 @@ static const uint16_t ts_small_parse_table[] = { [38121] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2785), 1, + ACTIONS(2777), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2783), 36, + ACTIONS(2775), 36, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -105415,9 +105410,9 @@ static const uint16_t ts_small_parse_table[] = { [38166] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2797), 1, + ACTIONS(2765), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2795), 36, + ACTIONS(2763), 36, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -105457,9 +105452,9 @@ static const uint16_t ts_small_parse_table[] = { [38211] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2793), 1, + ACTIONS(2761), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2791), 36, + ACTIONS(2759), 36, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -105543,9 +105538,9 @@ static const uint16_t ts_small_parse_table[] = { [38305] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2789), 1, + ACTIONS(2757), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2787), 36, + ACTIONS(2755), 36, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -105585,9 +105580,9 @@ static const uint16_t ts_small_parse_table[] = { [38350] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2761), 1, + ACTIONS(2793), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2759), 36, + ACTIONS(2791), 36, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -105627,9 +105622,9 @@ static const uint16_t ts_small_parse_table[] = { [38395] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2757), 1, + ACTIONS(2789), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2755), 36, + ACTIONS(2787), 36, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -105669,9 +105664,9 @@ static const uint16_t ts_small_parse_table[] = { [38440] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2781), 1, + ACTIONS(2785), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2779), 36, + ACTIONS(2783), 36, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -105711,9 +105706,9 @@ static const uint16_t ts_small_parse_table[] = { [38485] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2769), 1, + ACTIONS(2781), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2767), 36, + ACTIONS(2779), 36, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -105927,9 +105922,9 @@ static const uint16_t ts_small_parse_table[] = { [38722] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2765), 1, + ACTIONS(2769), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2763), 36, + ACTIONS(2767), 36, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -106011,9 +106006,9 @@ static const uint16_t ts_small_parse_table[] = { [38812] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2777), 1, + ACTIONS(2797), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2775), 36, + ACTIONS(2795), 36, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -106053,10 +106048,10 @@ static const uint16_t ts_small_parse_table[] = { [38857] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1438), 2, + ACTIONS(1428), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(1436), 35, + ACTIONS(1426), 35, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -106137,10 +106132,10 @@ static const uint16_t ts_small_parse_table[] = { [38947] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1404), 2, + ACTIONS(1420), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(1402), 35, + ACTIONS(1418), 35, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -106179,10 +106174,10 @@ static const uint16_t ts_small_parse_table[] = { [38992] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1486), 2, + ACTIONS(1404), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(1484), 35, + ACTIONS(1402), 35, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -106223,7 +106218,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(2891), 1, anon_sym_LBRACK_LBRACK, - STATE(771), 1, + STATE(767), 1, sym_string_literal, ACTIONS(2893), 5, anon_sym_L_DQUOTE, @@ -106265,10 +106260,10 @@ static const uint16_t ts_small_parse_table[] = { [39086] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1494), 2, + ACTIONS(1498), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(1492), 35, + ACTIONS(1496), 35, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -106307,10 +106302,10 @@ static const uint16_t ts_small_parse_table[] = { [39131] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1482), 2, + ACTIONS(1490), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(1480), 35, + ACTIONS(1488), 35, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -106349,10 +106344,10 @@ static const uint16_t ts_small_parse_table[] = { [39176] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1422), 2, + ACTIONS(1432), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(1420), 35, + ACTIONS(1430), 35, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -106391,10 +106386,10 @@ static const uint16_t ts_small_parse_table[] = { [39221] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2777), 2, + ACTIONS(2797), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2775), 35, + ACTIONS(2795), 35, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -106449,7 +106444,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, - STATE(867), 7, + STATE(868), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -106525,7 +106520,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(2891), 1, anon_sym_LBRACK_LBRACK, - STATE(768), 1, + STATE(769), 1, sym_string_literal, ACTIONS(2893), 5, anon_sym_L_DQUOTE, @@ -106567,10 +106562,10 @@ static const uint16_t ts_small_parse_table[] = { [39417] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2765), 2, + ACTIONS(2769), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2763), 35, + ACTIONS(2767), 35, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -106655,7 +106650,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(2891), 1, anon_sym_LBRACK_LBRACK, - STATE(767), 1, + STATE(772), 1, sym_string_literal, ACTIONS(2893), 5, anon_sym_L_DQUOTE, @@ -106741,9 +106736,9 @@ static const uint16_t ts_small_parse_table[] = { [39609] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1422), 1, + ACTIONS(1432), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1420), 36, + ACTIONS(1430), 36, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -106827,9 +106822,9 @@ static const uint16_t ts_small_parse_table[] = { [39703] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1482), 1, + ACTIONS(1490), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1480), 36, + ACTIONS(1488), 36, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -106869,9 +106864,9 @@ static const uint16_t ts_small_parse_table[] = { [39748] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1494), 1, + ACTIONS(1498), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1492), 36, + ACTIONS(1496), 36, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -106911,9 +106906,9 @@ static const uint16_t ts_small_parse_table[] = { [39793] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1486), 1, + ACTIONS(1404), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1484), 36, + ACTIONS(1402), 36, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -106953,9 +106948,9 @@ static const uint16_t ts_small_parse_table[] = { [39838] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1404), 1, + ACTIONS(1420), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1402), 36, + ACTIONS(1418), 36, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -106995,9 +106990,9 @@ static const uint16_t ts_small_parse_table[] = { [39883] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1438), 1, + ACTIONS(1428), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1436), 36, + ACTIONS(1426), 36, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -107213,10 +107208,10 @@ static const uint16_t ts_small_parse_table[] = { [40124] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2769), 2, + ACTIONS(2781), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2767), 35, + ACTIONS(2779), 35, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -107255,10 +107250,10 @@ static const uint16_t ts_small_parse_table[] = { [40169] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2781), 2, + ACTIONS(2785), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2779), 35, + ACTIONS(2783), 35, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -107297,10 +107292,10 @@ static const uint16_t ts_small_parse_table[] = { [40214] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2757), 2, + ACTIONS(2789), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2755), 35, + ACTIONS(2787), 35, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -107383,10 +107378,10 @@ static const uint16_t ts_small_parse_table[] = { [40308] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2785), 2, + ACTIONS(2777), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2783), 35, + ACTIONS(2775), 35, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -107427,7 +107422,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(2891), 1, anon_sym_LBRACK_LBRACK, - STATE(766), 1, + STATE(770), 1, sym_string_literal, ACTIONS(2893), 5, anon_sym_L_DQUOTE, @@ -107517,10 +107512,10 @@ static const uint16_t ts_small_parse_table[] = { [40459] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2789), 2, + ACTIONS(2757), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2787), 35, + ACTIONS(2755), 35, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -107607,10 +107602,10 @@ static const uint16_t ts_small_parse_table[] = { [40561] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2761), 2, + ACTIONS(2793), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2759), 35, + ACTIONS(2791), 35, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -107665,7 +107660,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, - STATE(867), 7, + STATE(868), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -109238,7 +109233,7 @@ static const uint16_t ts_small_parse_table[] = { [42339] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1346), 17, + ACTIONS(1350), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_sizeof, @@ -109256,7 +109251,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_NULL, anon_sym_nullptr, sym_identifier, - ACTIONS(1348), 19, + ACTIONS(1352), 19, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -109279,7 +109274,7 @@ static const uint16_t ts_small_parse_table[] = { [42383] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, ACTIONS(3118), 1, sym_identifier, @@ -109291,11 +109286,11 @@ static const uint16_t ts_small_parse_table[] = { sym_primitive_type, STATE(1309), 1, sym_ms_unaligned_ptr_modifier, - STATE(1541), 1, + STATE(1537), 1, sym__type_declarator, STATE(2150), 1, sym_ms_based_modifier, - ACTIONS(2885), 2, + ACTIONS(2839), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(1264), 2, @@ -109304,7 +109299,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1301), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - ACTIONS(2883), 3, + ACTIONS(2837), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, @@ -109313,7 +109308,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1606), 5, + STATE(1603), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, @@ -109332,7 +109327,7 @@ static const uint16_t ts_small_parse_table[] = { [42452] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, ACTIONS(3118), 1, sym_identifier, @@ -109344,11 +109339,11 @@ static const uint16_t ts_small_parse_table[] = { sym_primitive_type, STATE(1309), 1, sym_ms_unaligned_ptr_modifier, - STATE(1540), 1, + STATE(1544), 1, sym__type_declarator, STATE(2150), 1, sym_ms_based_modifier, - ACTIONS(2885), 2, + ACTIONS(2839), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(1281), 2, @@ -109357,7 +109352,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1301), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - ACTIONS(2883), 3, + ACTIONS(2837), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, @@ -109366,7 +109361,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1606), 5, + STATE(1603), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, @@ -109385,7 +109380,7 @@ static const uint16_t ts_small_parse_table[] = { [42521] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, ACTIONS(3118), 1, sym_identifier, @@ -109397,11 +109392,11 @@ static const uint16_t ts_small_parse_table[] = { sym_primitive_type, STATE(1309), 1, sym_ms_unaligned_ptr_modifier, - STATE(1534), 1, + STATE(1533), 1, sym__type_declarator, STATE(2150), 1, sym_ms_based_modifier, - ACTIONS(2885), 2, + ACTIONS(2839), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(1116), 2, @@ -109410,7 +109405,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1276), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2883), 3, + ACTIONS(2837), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, @@ -109419,7 +109414,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1606), 5, + STATE(1603), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, @@ -109438,7 +109433,7 @@ static const uint16_t ts_small_parse_table[] = { [42590] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, ACTIONS(3118), 1, sym_identifier, @@ -109450,11 +109445,11 @@ static const uint16_t ts_small_parse_table[] = { sym_primitive_type, STATE(1309), 1, sym_ms_unaligned_ptr_modifier, - STATE(1540), 1, + STATE(1544), 1, sym__type_declarator, STATE(2150), 1, sym_ms_based_modifier, - ACTIONS(2885), 2, + ACTIONS(2839), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(1115), 2, @@ -109463,7 +109458,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1281), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2883), 3, + ACTIONS(2837), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, @@ -109472,7 +109467,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1606), 5, + STATE(1603), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, @@ -109898,18 +109893,18 @@ static const uint16_t ts_small_parse_table[] = { [43148] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3172), 1, anon_sym_SLASH, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3168), 2, @@ -109918,13 +109913,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3170), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2562), 5, + ACTIONS(2605), 5, aux_sym_preproc_elif_token1, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2564), 16, + ACTIONS(2607), 16, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -109944,11 +109939,11 @@ static const uint16_t ts_small_parse_table[] = { [43205] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - ACTIONS(2689), 1, + ACTIONS(2685), 1, aux_sym_preproc_elif_token1, ACTIONS(3172), 1, anon_sym_SLASH, @@ -109964,12 +109959,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(3192), 1, anon_sym_QMARK, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3168), 2, @@ -109990,7 +109985,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3190), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2687), 6, + ACTIONS(2683), 6, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -110000,11 +109995,11 @@ static const uint16_t ts_small_parse_table[] = { [43282] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - ACTIONS(2562), 1, + ACTIONS(2605), 1, aux_sym_preproc_elif_token1, ACTIONS(3172), 1, anon_sym_SLASH, @@ -110014,12 +110009,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(3182), 1, anon_sym_AMP, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3168), 2, @@ -110040,7 +110035,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3190), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2564), 9, + ACTIONS(2607), 9, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -110053,18 +110048,18 @@ static const uint16_t ts_small_parse_table[] = { [43353] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3172), 1, anon_sym_SLASH, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3168), 2, @@ -110082,11 +110077,11 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3190), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2562), 3, + ACTIONS(2605), 3, aux_sym_preproc_elif_token1, anon_sym_PIPE, anon_sym_AMP, - ACTIONS(2564), 12, + ACTIONS(2607), 12, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -110102,11 +110097,11 @@ static const uint16_t ts_small_parse_table[] = { [43416] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - ACTIONS(2693), 1, + ACTIONS(2677), 1, aux_sym_preproc_elif_token1, ACTIONS(3172), 1, anon_sym_SLASH, @@ -110122,12 +110117,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(3192), 1, anon_sym_QMARK, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3168), 2, @@ -110148,7 +110143,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3190), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2691), 6, + ACTIONS(2675), 6, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -110158,11 +110153,11 @@ static const uint16_t ts_small_parse_table[] = { [43493] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - ACTIONS(2562), 1, + ACTIONS(2605), 1, aux_sym_preproc_elif_token1, ACTIONS(3172), 1, anon_sym_SLASH, @@ -110174,12 +110169,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(3182), 1, anon_sym_AMP, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3168), 2, @@ -110200,7 +110195,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3190), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2564), 8, + ACTIONS(2607), 8, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -110212,24 +110207,24 @@ static const uint16_t ts_small_parse_table[] = { [43566] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3172), 1, anon_sym_SLASH, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3170), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2562), 7, + ACTIONS(2605), 7, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -110237,7 +110232,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2564), 16, + ACTIONS(2607), 16, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -110257,18 +110252,18 @@ static const uint16_t ts_small_parse_table[] = { [43621] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3172), 1, anon_sym_SLASH, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3168), 2, @@ -110289,11 +110284,11 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3190), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2562), 3, + ACTIONS(2605), 3, aux_sym_preproc_elif_token1, anon_sym_PIPE, anon_sym_AMP, - ACTIONS(2564), 10, + ACTIONS(2607), 10, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -110307,23 +110302,23 @@ static const uint16_t ts_small_parse_table[] = { [43686] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3172), 1, anon_sym_SLASH, ACTIONS(3182), 1, anon_sym_AMP, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2562), 2, + ACTIONS(2605), 2, aux_sym_preproc_elif_token1, anon_sym_PIPE, ACTIONS(3168), 2, @@ -110344,7 +110339,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3190), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2564), 10, + ACTIONS(2607), 10, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -110358,9 +110353,9 @@ static const uint16_t ts_small_parse_table[] = { [43753] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3172), 1, anon_sym_SLASH, @@ -110368,15 +110363,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(3182), 1, anon_sym_AMP, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2562), 2, + ACTIONS(2605), 2, aux_sym_preproc_elif_token1, anon_sym_PIPE, ACTIONS(3168), 2, @@ -110397,7 +110392,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3190), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2564), 9, + ACTIONS(2607), 9, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -110410,18 +110405,18 @@ static const uint16_t ts_small_parse_table[] = { [43822] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3172), 1, anon_sym_SLASH, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3168), 2, @@ -110433,13 +110428,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3190), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2562), 5, + ACTIONS(2605), 5, aux_sym_preproc_elif_token1, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2564), 14, + ACTIONS(2607), 14, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -110457,11 +110452,11 @@ static const uint16_t ts_small_parse_table[] = { [43881] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - ACTIONS(2657), 1, + ACTIONS(2693), 1, aux_sym_preproc_elif_token1, ACTIONS(3172), 1, anon_sym_SLASH, @@ -110477,12 +110472,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(3192), 1, anon_sym_QMARK, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3168), 2, @@ -110503,7 +110498,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3190), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2655), 6, + ACTIONS(2691), 6, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -110513,9 +110508,9 @@ static const uint16_t ts_small_parse_table[] = { [43958] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3172), 1, anon_sym_SLASH, @@ -110533,12 +110528,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK, ACTIONS(3196), 1, aux_sym_preproc_elif_token1, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3168), 2, @@ -110611,11 +110606,11 @@ static const uint16_t ts_small_parse_table[] = { [44084] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2653), 1, + ACTIONS(2632), 1, anon_sym_LBRACK_LBRACK, ACTIONS(3205), 1, anon_sym_typedef, - ACTIONS(2651), 30, + ACTIONS(2630), 30, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -110723,10 +110718,10 @@ static const uint16_t ts_small_parse_table[] = { [44206] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1348), 2, + ACTIONS(1352), 2, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - ACTIONS(1346), 30, + ACTIONS(1350), 30, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -110760,18 +110755,18 @@ static const uint16_t ts_small_parse_table[] = { [44246] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -110783,12 +110778,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3221), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2562), 4, + ACTIONS(2605), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2564), 14, + ACTIONS(2607), 14, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -110806,9 +110801,9 @@ static const uint16_t ts_small_parse_table[] = { [44304] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -110824,12 +110819,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(3239), 1, anon_sym_QMARK, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -110850,7 +110845,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3237), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2687), 6, + ACTIONS(2683), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, @@ -110860,21 +110855,21 @@ static const uint16_t ts_small_parse_table[] = { [44378] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2562), 2, + ACTIONS(2605), 2, anon_sym_PIPE, anon_sym_AMP, ACTIONS(3215), 2, @@ -110892,7 +110887,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3237), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2564), 12, + ACTIONS(2607), 12, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -110908,9 +110903,9 @@ static const uint16_t ts_small_parse_table[] = { [44440] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -110926,12 +110921,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(3239), 1, anon_sym_QMARK, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -110952,7 +110947,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3237), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2655), 6, + ACTIONS(2691), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, @@ -110962,21 +110957,21 @@ static const uint16_t ts_small_parse_table[] = { [44514] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2562), 2, + ACTIONS(2605), 2, anon_sym_PIPE, anon_sym_AMP, ACTIONS(3215), 2, @@ -110997,7 +110992,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3237), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2564), 10, + ACTIONS(2607), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -111011,9 +111006,9 @@ static const uint16_t ts_small_parse_table[] = { [44578] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -111029,12 +111024,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(3239), 1, anon_sym_QMARK, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -111055,7 +111050,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3237), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2691), 6, + ACTIONS(2675), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, @@ -111065,11 +111060,11 @@ static const uint16_t ts_small_parse_table[] = { [44652] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2653), 1, + ACTIONS(2632), 1, anon_sym_LBRACK_LBRACK, ACTIONS(3241), 1, anon_sym_typedef, - ACTIONS(2651), 30, + ACTIONS(2630), 30, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -111106,7 +111101,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3243), 2, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - ACTIONS(2829), 30, + ACTIONS(2821), 30, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -111140,22 +111135,22 @@ static const uint16_t ts_small_parse_table[] = { [44734] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - ACTIONS(2562), 1, + ACTIONS(2605), 1, anon_sym_PIPE, ACTIONS(3219), 1, anon_sym_SLASH, ACTIONS(3231), 1, anon_sym_AMP, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -111176,7 +111171,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3237), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2564), 10, + ACTIONS(2607), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -111190,18 +111185,18 @@ static const uint16_t ts_small_parse_table[] = { [44800] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -111210,12 +111205,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3217), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2562), 4, + ACTIONS(2605), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2564), 16, + ACTIONS(2607), 16, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -111235,11 +111230,11 @@ static const uint16_t ts_small_parse_table[] = { [44856] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - ACTIONS(2562), 1, + ACTIONS(2605), 1, anon_sym_PIPE, ACTIONS(3219), 1, anon_sym_SLASH, @@ -111247,12 +111242,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(3231), 1, anon_sym_AMP, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -111273,7 +111268,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3237), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2564), 9, + ACTIONS(2607), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -111286,9 +111281,9 @@ static const uint16_t ts_small_parse_table[] = { [44924] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -111298,12 +111293,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(3231), 1, anon_sym_AMP, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -111324,7 +111319,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3237), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2564), 9, + ACTIONS(2607), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -111337,9 +111332,9 @@ static const uint16_t ts_small_parse_table[] = { [44992] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -111351,12 +111346,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(3231), 1, anon_sym_AMP, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -111377,7 +111372,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3237), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2564), 8, + ACTIONS(2607), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -111389,31 +111384,31 @@ static const uint16_t ts_small_parse_table[] = { [45062] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3217), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2562), 6, + ACTIONS(2605), 6, anon_sym_DASH, anon_sym_PLUS, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2564), 16, + ACTIONS(2607), 16, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -111433,11 +111428,11 @@ static const uint16_t ts_small_parse_table[] = { [45116] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2653), 1, + ACTIONS(2632), 1, anon_sym_LBRACK_LBRACK, ACTIONS(3245), 1, anon_sym_typedef, - ACTIONS(2651), 30, + ACTIONS(2630), 30, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -111471,11 +111466,11 @@ static const uint16_t ts_small_parse_table[] = { [45158] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2653), 1, + ACTIONS(2632), 1, anon_sym_LBRACK_LBRACK, ACTIONS(3247), 1, anon_sym_typedef, - ACTIONS(2651), 30, + ACTIONS(2630), 30, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -111509,11 +111504,11 @@ static const uint16_t ts_small_parse_table[] = { [45200] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2653), 1, + ACTIONS(2632), 1, anon_sym_LBRACK_LBRACK, ACTIONS(3249), 1, anon_sym_typedef, - ACTIONS(2651), 30, + ACTIONS(2630), 30, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -111549,19 +111544,19 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2747), 1, + ACTIONS(2731), 1, anon_sym_LBRACK, ACTIONS(3255), 1, anon_sym_SLASH, - STATE(953), 1, + STATE(923), 1, sym_argument_list, - ACTIONS(2562), 2, + ACTIONS(2605), 2, anon_sym_PIPE, anon_sym_AMP, - ACTIONS(2751), 2, + ACTIONS(2733), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2753), 2, + ACTIONS(2735), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(3251), 2, @@ -111582,7 +111577,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3263), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2564), 9, + ACTIONS(2607), 9, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -111597,19 +111592,19 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2747), 1, + ACTIONS(2731), 1, anon_sym_LBRACK, ACTIONS(3255), 1, anon_sym_SLASH, - STATE(953), 1, + STATE(923), 1, sym_argument_list, - ACTIONS(2562), 2, + ACTIONS(2605), 2, anon_sym_PIPE, anon_sym_AMP, - ACTIONS(2751), 2, + ACTIONS(2733), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2753), 2, + ACTIONS(2735), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(3251), 2, @@ -111627,7 +111622,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3263), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2564), 11, + ACTIONS(2607), 11, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -111644,7 +111639,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2747), 1, + ACTIONS(2731), 1, anon_sym_LBRACK, ACTIONS(3255), 1, anon_sym_SLASH, @@ -111660,12 +111655,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(3275), 1, anon_sym_QMARK, - STATE(953), 1, + STATE(923), 1, sym_argument_list, - ACTIONS(2751), 2, + ACTIONS(2733), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2753), 2, + ACTIONS(2735), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(3251), 2, @@ -111686,7 +111681,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3263), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2691), 5, + ACTIONS(2675), 5, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -111771,7 +111766,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2747), 1, + ACTIONS(2731), 1, anon_sym_LBRACK, ACTIONS(3255), 1, anon_sym_SLASH, @@ -111787,12 +111782,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(3275), 1, anon_sym_QMARK, - STATE(953), 1, + STATE(923), 1, sym_argument_list, - ACTIONS(2751), 2, + ACTIONS(2733), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2753), 2, + ACTIONS(2735), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(3251), 2, @@ -111822,21 +111817,21 @@ static const uint16_t ts_small_parse_table[] = { [45594] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2083), 1, - anon_sym_LPAREN2, ACTIONS(2085), 1, - anon_sym_STAR, + anon_sym_LPAREN2, ACTIONS(2087), 1, + anon_sym_STAR, + ACTIONS(2089), 1, anon_sym___based, - ACTIONS(2879), 1, + ACTIONS(2833), 1, sym_identifier, - ACTIONS(2887), 1, + ACTIONS(2841), 1, anon_sym_LBRACK, STATE(1495), 1, sym__declarator, STATE(1612), 1, sym__abstract_declarator, - STATE(1655), 1, + STATE(1656), 1, sym_parameter_list, STATE(2164), 1, sym_ms_based_modifier, @@ -111846,12 +111841,12 @@ static const uint16_t ts_small_parse_table[] = { STATE(1269), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(1643), 4, + STATE(1641), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, - STATE(1537), 5, + STATE(1545), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -111872,16 +111867,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2747), 1, + ACTIONS(2731), 1, anon_sym_LBRACK, ACTIONS(3255), 1, anon_sym_SLASH, - STATE(953), 1, + STATE(923), 1, sym_argument_list, - ACTIONS(2751), 2, + ACTIONS(2733), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2753), 2, + ACTIONS(2735), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(3251), 2, @@ -111890,12 +111885,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3253), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2562), 4, + ACTIONS(2605), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2564), 15, + ACTIONS(2607), 15, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -111916,16 +111911,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2747), 1, + ACTIONS(2731), 1, anon_sym_LBRACK, ACTIONS(3255), 1, anon_sym_SLASH, - STATE(953), 1, + STATE(923), 1, sym_argument_list, - ACTIONS(2751), 2, + ACTIONS(2733), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2753), 2, + ACTIONS(2735), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(3251), 2, @@ -111937,12 +111932,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3263), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2562), 4, + ACTIONS(2605), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2564), 13, + ACTIONS(2607), 13, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -111961,7 +111956,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2747), 1, + ACTIONS(2731), 1, anon_sym_LBRACK, ACTIONS(3255), 1, anon_sym_SLASH, @@ -111977,12 +111972,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(3275), 1, anon_sym_QMARK, - STATE(953), 1, + STATE(923), 1, sym_argument_list, - ACTIONS(2751), 2, + ACTIONS(2733), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2753), 2, + ACTIONS(2735), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(3251), 2, @@ -112003,7 +111998,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3263), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2687), 5, + ACTIONS(2683), 5, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -112012,22 +112007,22 @@ static const uint16_t ts_small_parse_table[] = { [45842] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2562), 1, + ACTIONS(2605), 1, anon_sym_PIPE, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2747), 1, + ACTIONS(2731), 1, anon_sym_LBRACK, ACTIONS(3255), 1, anon_sym_SLASH, ACTIONS(3273), 1, anon_sym_AMP, - STATE(953), 1, + STATE(923), 1, sym_argument_list, - ACTIONS(2751), 2, + ACTIONS(2733), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2753), 2, + ACTIONS(2735), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(3251), 2, @@ -112048,7 +112043,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3263), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2564), 9, + ACTIONS(2607), 9, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -112061,11 +112056,11 @@ static const uint16_t ts_small_parse_table[] = { [45907] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2562), 1, + ACTIONS(2605), 1, anon_sym_PIPE, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2747), 1, + ACTIONS(2731), 1, anon_sym_LBRACK, ACTIONS(3255), 1, anon_sym_SLASH, @@ -112073,12 +112068,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(3273), 1, anon_sym_AMP, - STATE(953), 1, + STATE(923), 1, sym_argument_list, - ACTIONS(2751), 2, + ACTIONS(2733), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2753), 2, + ACTIONS(2735), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(3251), 2, @@ -112099,7 +112094,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3263), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2564), 8, + ACTIONS(2607), 8, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -112151,7 +112146,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2747), 1, + ACTIONS(2731), 1, anon_sym_LBRACK, ACTIONS(3255), 1, anon_sym_SLASH, @@ -112161,12 +112156,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(3273), 1, anon_sym_AMP, - STATE(953), 1, + STATE(923), 1, sym_argument_list, - ACTIONS(2751), 2, + ACTIONS(2733), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2753), 2, + ACTIONS(2735), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(3251), 2, @@ -112187,7 +112182,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3263), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2564), 8, + ACTIONS(2607), 8, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -112201,7 +112196,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2747), 1, + ACTIONS(2731), 1, anon_sym_LBRACK, ACTIONS(3255), 1, anon_sym_SLASH, @@ -112213,12 +112208,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(3273), 1, anon_sym_AMP, - STATE(953), 1, + STATE(923), 1, sym_argument_list, - ACTIONS(2751), 2, + ACTIONS(2733), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2753), 2, + ACTIONS(2735), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(3251), 2, @@ -112239,7 +112234,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3263), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2564), 7, + ACTIONS(2607), 7, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -112252,29 +112247,29 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2747), 1, + ACTIONS(2731), 1, anon_sym_LBRACK, ACTIONS(3255), 1, anon_sym_SLASH, - STATE(953), 1, + STATE(923), 1, sym_argument_list, - ACTIONS(2751), 2, + ACTIONS(2733), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2753), 2, + ACTIONS(2735), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(3253), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2562), 6, + ACTIONS(2605), 6, anon_sym_DASH, anon_sym_PLUS, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2564), 15, + ACTIONS(2607), 15, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -112295,7 +112290,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2747), 1, + ACTIONS(2731), 1, anon_sym_LBRACK, ACTIONS(3255), 1, anon_sym_SLASH, @@ -112311,12 +112306,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(3275), 1, anon_sym_QMARK, - STATE(953), 1, + STATE(923), 1, sym_argument_list, - ACTIONS(2751), 2, + ACTIONS(2733), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2753), 2, + ACTIONS(2735), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(3251), 2, @@ -112337,7 +112332,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3263), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2655), 5, + ACTIONS(2691), 5, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -112384,7 +112379,7 @@ static const uint16_t ts_small_parse_table[] = { [46322] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, ACTIONS(3304), 1, sym_identifier, @@ -112394,11 +112389,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, STATE(1309), 1, sym_ms_unaligned_ptr_modifier, - STATE(1516), 1, + STATE(1515), 1, sym__field_declarator, STATE(2093), 1, sym_ms_based_modifier, - ACTIONS(2885), 2, + ACTIONS(2839), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(1301), 2, @@ -112407,11 +112402,11 @@ static const uint16_t ts_small_parse_table[] = { STATE(1315), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2883), 3, + ACTIONS(2837), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1577), 5, + STATE(1570), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -112430,7 +112425,7 @@ static const uint16_t ts_small_parse_table[] = { [46382] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, ACTIONS(3304), 1, sym_identifier, @@ -112444,7 +112439,7 @@ static const uint16_t ts_small_parse_table[] = { sym__field_declarator, STATE(2093), 1, sym_ms_based_modifier, - ACTIONS(2885), 2, + ACTIONS(2839), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(1188), 2, @@ -112453,11 +112448,11 @@ static const uint16_t ts_small_parse_table[] = { STATE(1319), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2883), 3, + ACTIONS(2837), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1577), 5, + STATE(1570), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -112476,9 +112471,9 @@ static const uint16_t ts_small_parse_table[] = { [46442] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, - ACTIONS(2879), 1, + ACTIONS(2833), 1, sym_identifier, ACTIONS(3310), 1, anon_sym_LPAREN2, @@ -112490,7 +112485,7 @@ static const uint16_t ts_small_parse_table[] = { sym__declarator, STATE(2164), 1, sym_ms_based_modifier, - ACTIONS(2885), 2, + ACTIONS(2839), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(1301), 2, @@ -112499,11 +112494,11 @@ static const uint16_t ts_small_parse_table[] = { STATE(1317), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2883), 3, + ACTIONS(2837), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1537), 5, + STATE(1545), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -112522,9 +112517,9 @@ static const uint16_t ts_small_parse_table[] = { [46502] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, - ACTIONS(2879), 1, + ACTIONS(2833), 1, sym_identifier, ACTIONS(3310), 1, anon_sym_LPAREN2, @@ -112536,7 +112531,7 @@ static const uint16_t ts_small_parse_table[] = { sym__declarator, STATE(2164), 1, sym_ms_based_modifier, - ACTIONS(2885), 2, + ACTIONS(2839), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(1183), 2, @@ -112545,11 +112540,11 @@ static const uint16_t ts_small_parse_table[] = { STATE(1323), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2883), 3, + ACTIONS(2837), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1537), 5, + STATE(1545), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -112568,7 +112563,7 @@ static const uint16_t ts_small_parse_table[] = { [46562] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, ACTIONS(3304), 1, sym_identifier, @@ -112582,7 +112577,7 @@ static const uint16_t ts_small_parse_table[] = { sym__field_declarator, STATE(2093), 1, sym_ms_based_modifier, - ACTIONS(2885), 2, + ACTIONS(2839), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(1181), 2, @@ -112591,11 +112586,11 @@ static const uint16_t ts_small_parse_table[] = { STATE(1322), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2883), 3, + ACTIONS(2837), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1577), 5, + STATE(1570), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -112614,9 +112609,9 @@ static const uint16_t ts_small_parse_table[] = { [46622] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, - ACTIONS(2879), 1, + ACTIONS(2833), 1, sym_identifier, ACTIONS(3310), 1, anon_sym_LPAREN2, @@ -112628,7 +112623,7 @@ static const uint16_t ts_small_parse_table[] = { sym__declarator, STATE(2164), 1, sym_ms_based_modifier, - ACTIONS(2885), 2, + ACTIONS(2839), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(1301), 2, @@ -112637,11 +112632,11 @@ static const uint16_t ts_small_parse_table[] = { STATE(1323), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2883), 3, + ACTIONS(2837), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1537), 5, + STATE(1545), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -112660,9 +112655,9 @@ static const uint16_t ts_small_parse_table[] = { [46682] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, - ACTIONS(2879), 1, + ACTIONS(2833), 1, sym_identifier, ACTIONS(3310), 1, anon_sym_LPAREN2, @@ -112670,11 +112665,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, STATE(1309), 1, sym_ms_unaligned_ptr_modifier, - STATE(1492), 1, + STATE(1484), 1, sym__declarator, STATE(2164), 1, sym_ms_based_modifier, - ACTIONS(2885), 2, + ACTIONS(2839), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(1186), 2, @@ -112683,11 +112678,11 @@ static const uint16_t ts_small_parse_table[] = { STATE(1316), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2883), 3, + ACTIONS(2837), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1537), 5, + STATE(1545), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -112706,7 +112701,7 @@ static const uint16_t ts_small_parse_table[] = { [46742] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, ACTIONS(3304), 1, sym_identifier, @@ -112720,7 +112715,7 @@ static const uint16_t ts_small_parse_table[] = { sym__field_declarator, STATE(2093), 1, sym_ms_based_modifier, - ACTIONS(2885), 2, + ACTIONS(2839), 2, anon_sym__unaligned, anon_sym___unaligned, STATE(1301), 2, @@ -112729,11 +112724,11 @@ static const uint16_t ts_small_parse_table[] = { STATE(1322), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2883), 3, + ACTIONS(2837), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1577), 5, + STATE(1570), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -112752,9 +112747,9 @@ static const uint16_t ts_small_parse_table[] = { [46802] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -112774,14 +112769,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(3316), 1, anon_sym_RPAREN, - STATE(803), 1, + STATE(819), 1, sym_argument_list, STATE(1799), 1, aux_sym_argument_list_repeat1, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -112805,9 +112800,9 @@ static const uint16_t ts_small_parse_table[] = { [46877] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -112827,14 +112822,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(3318), 1, anon_sym_RPAREN, - STATE(803), 1, + STATE(819), 1, sym_argument_list, STATE(1734), 1, aux_sym_argument_list_repeat1, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -112858,9 +112853,9 @@ static const uint16_t ts_small_parse_table[] = { [46952] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -112880,14 +112875,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(3322), 1, anon_sym_RPAREN, - STATE(803), 1, + STATE(819), 1, sym_argument_list, STATE(1764), 1, aux_sym_generic_expression_repeat1, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -112911,9 +112906,9 @@ static const uint16_t ts_small_parse_table[] = { [47027] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -112933,14 +112928,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(3326), 1, anon_sym_RBRACE, - STATE(803), 1, + STATE(819), 1, sym_argument_list, STATE(1778), 1, aux_sym_initializer_list_repeat1, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -112964,9 +112959,9 @@ static const uint16_t ts_small_parse_table[] = { [47102] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -112982,12 +112977,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(3239), 1, anon_sym_QMARK, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -113015,9 +113010,9 @@ static const uint16_t ts_small_parse_table[] = { [47173] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -113037,14 +113032,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(3332), 1, anon_sym_RBRACE, - STATE(803), 1, + STATE(819), 1, sym_argument_list, STATE(1784), 1, aux_sym_initializer_list_repeat1, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -113068,9 +113063,9 @@ static const uint16_t ts_small_parse_table[] = { [47248] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -113090,14 +113085,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(3334), 1, anon_sym_RPAREN, - STATE(803), 1, + STATE(819), 1, sym_argument_list, STATE(1776), 1, aux_sym_generic_expression_repeat1, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -113121,9 +113116,9 @@ static const uint16_t ts_small_parse_table[] = { [47323] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -113143,14 +113138,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(3336), 1, anon_sym_RPAREN, - STATE(803), 1, + STATE(819), 1, sym_argument_list, STATE(1787), 1, aux_sym_argument_list_repeat1, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -113174,9 +113169,9 @@ static const uint16_t ts_small_parse_table[] = { [47398] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -113196,14 +113191,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(3338), 1, anon_sym_RPAREN, - STATE(803), 1, + STATE(819), 1, sym_argument_list, STATE(1823), 1, aux_sym_argument_list_repeat1, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -113227,9 +113222,9 @@ static const uint16_t ts_small_parse_table[] = { [47473] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -113247,12 +113242,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK, ACTIONS(3340), 1, anon_sym_COMMA, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -113279,9 +113274,9 @@ static const uint16_t ts_small_parse_table[] = { [47546] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -113301,12 +113296,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(3344), 1, anon_sym_SEMI, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -113330,9 +113325,9 @@ static const uint16_t ts_small_parse_table[] = { [47618] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -113348,12 +113343,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(3239), 1, anon_sym_QMARK, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3194), 2, @@ -113380,9 +113375,9 @@ static const uint16_t ts_small_parse_table[] = { [47688] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -113402,12 +113397,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(3346), 1, anon_sym_SEMI, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -113431,13 +113426,13 @@ static const uint16_t ts_small_parse_table[] = { [47760] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - ACTIONS(2528), 1, + ACTIONS(2567), 1, anon_sym_DASH_GT, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2803), 1, + ACTIONS(2815), 1, anon_sym_DOT, ACTIONS(3348), 1, anon_sym_DOT_DOT_DOT, @@ -113457,9 +113452,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, ACTIONS(3376), 1, anon_sym_QMARK, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3350), 2, @@ -113483,9 +113478,9 @@ static const uint16_t ts_small_parse_table[] = { [47834] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -113505,12 +113500,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(3378), 1, anon_sym_SEMI, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -113544,9 +113539,9 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(3384), 1, sym_primitive_type, - STATE(1377), 1, + STATE(1378), 1, sym__type_specifier, - STATE(1443), 1, + STATE(1441), 1, aux_sym_sized_type_specifier_repeat1, STATE(1444), 1, sym__type_definition_type, @@ -113577,9 +113572,9 @@ static const uint16_t ts_small_parse_table[] = { [47962] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -113599,12 +113594,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(3386), 1, anon_sym_SEMI, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -113757,13 +113752,13 @@ static const uint16_t ts_small_parse_table[] = { [48202] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - ACTIONS(2528), 1, + ACTIONS(2567), 1, anon_sym_DASH_GT, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2803), 1, + ACTIONS(2815), 1, anon_sym_DOT, ACTIONS(3354), 1, anon_sym_SLASH, @@ -113779,12 +113774,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(3376), 1, anon_sym_QMARK, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2687), 2, + ACTIONS(2683), 2, anon_sym_DOT_DOT_DOT, anon_sym_RBRACK, ACTIONS(3350), 2, @@ -113861,11 +113856,11 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(3384), 1, sym_primitive_type, - STATE(1377), 1, + STATE(1378), 1, sym__type_specifier, - STATE(1443), 1, + STATE(1441), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1446), 1, + STATE(1449), 1, sym__type_definition_type, STATE(1282), 2, sym_type_qualifier, @@ -113894,9 +113889,9 @@ static const uint16_t ts_small_parse_table[] = { [48386] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -113916,12 +113911,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(3390), 1, anon_sym_RPAREN, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -113945,9 +113940,9 @@ static const uint16_t ts_small_parse_table[] = { [48458] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -113963,12 +113958,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(3239), 1, anon_sym_QMARK, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -113995,9 +113990,9 @@ static const uint16_t ts_small_parse_table[] = { [48528] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -114017,12 +114012,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(3394), 1, anon_sym_SEMI, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -114046,9 +114041,9 @@ static const uint16_t ts_small_parse_table[] = { [48600] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -114068,12 +114063,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(3396), 1, anon_sym_SEMI, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -114097,9 +114092,9 @@ static const uint16_t ts_small_parse_table[] = { [48672] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -114119,12 +114114,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(3398), 1, anon_sym_SEMI, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -114201,11 +114196,11 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(3384), 1, sym_primitive_type, - STATE(1377), 1, + STATE(1378), 1, sym__type_specifier, - STATE(1443), 1, + STATE(1441), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1453), 1, + STATE(1447), 1, sym__type_definition_type, STATE(1282), 2, sym_type_qualifier, @@ -114234,13 +114229,13 @@ static const uint16_t ts_small_parse_table[] = { [48856] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - ACTIONS(2528), 1, + ACTIONS(2567), 1, anon_sym_DASH_GT, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2803), 1, + ACTIONS(2815), 1, anon_sym_DOT, ACTIONS(3354), 1, anon_sym_SLASH, @@ -114256,12 +114251,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(3376), 1, anon_sym_QMARK, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2691), 2, + ACTIONS(2675), 2, anon_sym_DOT_DOT_DOT, anon_sym_RBRACK, ACTIONS(3350), 2, @@ -114328,19 +114323,19 @@ static const uint16_t ts_small_parse_table[] = { [48984] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - ACTIONS(2528), 1, + ACTIONS(2567), 1, anon_sym_DASH_GT, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2803), 1, + ACTIONS(2815), 1, anon_sym_DOT, ACTIONS(3354), 1, anon_sym_SLASH, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3350), 2, @@ -114349,12 +114344,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3352), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2562), 4, + ACTIONS(2605), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2564), 12, + ACTIONS(2607), 12, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -114370,19 +114365,19 @@ static const uint16_t ts_small_parse_table[] = { [49038] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - ACTIONS(2528), 1, + ACTIONS(2567), 1, anon_sym_DASH_GT, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2803), 1, + ACTIONS(2815), 1, anon_sym_DOT, ACTIONS(3354), 1, anon_sym_SLASH, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3350), 2, @@ -114394,12 +114389,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3372), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2562), 4, + ACTIONS(2605), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2564), 10, + ACTIONS(2607), 10, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -114413,9 +114408,9 @@ static const uint16_t ts_small_parse_table[] = { [49094] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -114431,12 +114426,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(3239), 1, anon_sym_QMARK, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -114463,9 +114458,9 @@ static const uint16_t ts_small_parse_table[] = { [49164] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -114485,12 +114480,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(3402), 1, anon_sym_RPAREN, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -114524,11 +114519,11 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(3384), 1, sym_primitive_type, - STATE(1377), 1, + STATE(1378), 1, sym__type_specifier, - STATE(1443), 1, + STATE(1441), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1451), 1, + STATE(1448), 1, sym__type_definition_type, STATE(1282), 2, sym_type_qualifier, @@ -114557,22 +114552,22 @@ static const uint16_t ts_small_parse_table[] = { [49292] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - ACTIONS(2528), 1, + ACTIONS(2567), 1, anon_sym_DASH_GT, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2803), 1, + ACTIONS(2815), 1, anon_sym_DOT, ACTIONS(3354), 1, anon_sym_SLASH, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2562), 2, + ACTIONS(2605), 2, anon_sym_PIPE, anon_sym_AMP, ACTIONS(3350), 2, @@ -114590,7 +114585,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3372), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2564), 8, + ACTIONS(2607), 8, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -114602,9 +114597,9 @@ static const uint16_t ts_small_parse_table[] = { [49352] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -114624,12 +114619,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(3404), 1, anon_sym_SEMI, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -114663,9 +114658,9 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(3384), 1, sym_primitive_type, - STATE(1377), 1, + STATE(1378), 1, sym__type_specifier, - STATE(1443), 1, + STATE(1441), 1, aux_sym_sized_type_specifier_repeat1, STATE(1454), 1, sym__type_definition_type, @@ -114706,11 +114701,11 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(3384), 1, sym_primitive_type, - STATE(1377), 1, + STATE(1378), 1, sym__type_specifier, - STATE(1443), 1, + STATE(1441), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1450), 1, + STATE(1451), 1, sym__type_definition_type, STATE(1282), 2, sym_type_qualifier, @@ -114739,9 +114734,9 @@ static const uint16_t ts_small_parse_table[] = { [49536] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -114757,12 +114752,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(3239), 1, anon_sym_QMARK, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -114789,9 +114784,9 @@ static const uint16_t ts_small_parse_table[] = { [49606] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -114811,12 +114806,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(3408), 1, anon_sym_RPAREN, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -114840,22 +114835,22 @@ static const uint16_t ts_small_parse_table[] = { [49678] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - ACTIONS(2528), 1, + ACTIONS(2567), 1, anon_sym_DASH_GT, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2803), 1, + ACTIONS(2815), 1, anon_sym_DOT, ACTIONS(3354), 1, anon_sym_SLASH, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2562), 2, + ACTIONS(2605), 2, anon_sym_PIPE, anon_sym_AMP, ACTIONS(3350), 2, @@ -114876,7 +114871,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3372), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2564), 6, + ACTIONS(2607), 6, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -114886,9 +114881,9 @@ static const uint16_t ts_small_parse_table[] = { [49740] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -114908,12 +114903,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(3410), 1, anon_sym_SEMI, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -114937,9 +114932,9 @@ static const uint16_t ts_small_parse_table[] = { [49812] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -114959,12 +114954,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(3412), 1, anon_sym_RPAREN, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -114988,9 +114983,9 @@ static const uint16_t ts_small_parse_table[] = { [49884] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -115010,12 +115005,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(3414), 1, anon_sym_SEMI, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -115039,9 +115034,9 @@ static const uint16_t ts_small_parse_table[] = { [49956] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -115061,12 +115056,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(3416), 1, anon_sym_RPAREN, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -115090,9 +115085,9 @@ static const uint16_t ts_small_parse_table[] = { [50028] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -115112,12 +115107,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(3418), 1, anon_sym_SEMI, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -115151,11 +115146,11 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(3384), 1, sym_primitive_type, - STATE(1377), 1, + STATE(1378), 1, sym__type_specifier, - STATE(1443), 1, + STATE(1441), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1448), 1, + STATE(1446), 1, sym__type_definition_type, STATE(1282), 2, sym_type_qualifier, @@ -115184,9 +115179,9 @@ static const uint16_t ts_small_parse_table[] = { [50156] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -115206,12 +115201,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(3420), 1, anon_sym_SEMI, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -115235,23 +115230,23 @@ static const uint16_t ts_small_parse_table[] = { [50228] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - ACTIONS(2528), 1, + ACTIONS(2567), 1, anon_sym_DASH_GT, - ACTIONS(2562), 1, + ACTIONS(2605), 1, anon_sym_PIPE, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2803), 1, + ACTIONS(2815), 1, anon_sym_DOT, ACTIONS(3354), 1, anon_sym_SLASH, ACTIONS(3364), 1, anon_sym_AMP, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3350), 2, @@ -115272,7 +115267,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3372), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2564), 6, + ACTIONS(2607), 6, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -115292,9 +115287,9 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(3384), 1, sym_primitive_type, - STATE(1377), 1, + STATE(1378), 1, sym__type_specifier, - STATE(1443), 1, + STATE(1441), 1, aux_sym_sized_type_specifier_repeat1, STATE(1445), 1, sym__type_definition_type, @@ -115325,15 +115320,15 @@ static const uint16_t ts_small_parse_table[] = { [50348] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - ACTIONS(2528), 1, + ACTIONS(2567), 1, anon_sym_DASH_GT, - ACTIONS(2562), 1, + ACTIONS(2605), 1, anon_sym_PIPE, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2803), 1, + ACTIONS(2815), 1, anon_sym_DOT, ACTIONS(3354), 1, anon_sym_SLASH, @@ -115341,9 +115336,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(3364), 1, anon_sym_AMP, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3350), 2, @@ -115364,7 +115359,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3372), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2564), 5, + ACTIONS(2607), 5, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -115373,9 +115368,9 @@ static const uint16_t ts_small_parse_table[] = { [50414] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -115395,12 +115390,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(3422), 1, anon_sym_SEMI, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -115424,9 +115419,9 @@ static const uint16_t ts_small_parse_table[] = { [50486] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -115446,12 +115441,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(3424), 1, anon_sym_RPAREN, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -115475,9 +115470,9 @@ static const uint16_t ts_small_parse_table[] = { [50558] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -115497,12 +115492,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(3426), 1, anon_sym_RPAREN, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -115526,13 +115521,13 @@ static const uint16_t ts_small_parse_table[] = { [50630] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - ACTIONS(2528), 1, + ACTIONS(2567), 1, anon_sym_DASH_GT, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2803), 1, + ACTIONS(2815), 1, anon_sym_DOT, ACTIONS(3354), 1, anon_sym_SLASH, @@ -115542,9 +115537,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(3364), 1, anon_sym_AMP, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3350), 2, @@ -115565,7 +115560,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3372), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2564), 5, + ACTIONS(2607), 5, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -115574,9 +115569,9 @@ static const uint16_t ts_small_parse_table[] = { [50696] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -115596,12 +115591,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(3428), 1, anon_sym_SEMI, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -115635,11 +115630,11 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(3384), 1, sym_primitive_type, - STATE(1377), 1, + STATE(1378), 1, sym__type_specifier, - STATE(1443), 1, + STATE(1441), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1449), 1, + STATE(1450), 1, sym__type_definition_type, STATE(1282), 2, sym_type_qualifier, @@ -115668,13 +115663,13 @@ static const uint16_t ts_small_parse_table[] = { [50824] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - ACTIONS(2528), 1, + ACTIONS(2567), 1, anon_sym_DASH_GT, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2803), 1, + ACTIONS(2815), 1, anon_sym_DOT, ACTIONS(3354), 1, anon_sym_SLASH, @@ -115686,9 +115681,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(3364), 1, anon_sym_AMP, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3350), 2, @@ -115709,7 +115704,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3372), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2564), 4, + ACTIONS(2607), 4, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_RBRACK, @@ -115717,9 +115712,9 @@ static const uint16_t ts_small_parse_table[] = { [50892] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -115739,12 +115734,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(3430), 1, anon_sym_RPAREN, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -115768,32 +115763,32 @@ static const uint16_t ts_small_parse_table[] = { [50964] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - ACTIONS(2528), 1, + ACTIONS(2567), 1, anon_sym_DASH_GT, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2803), 1, + ACTIONS(2815), 1, anon_sym_DOT, ACTIONS(3354), 1, anon_sym_SLASH, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3352), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2562), 6, + ACTIONS(2605), 6, anon_sym_DASH, anon_sym_PLUS, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2564), 12, + ACTIONS(2607), 12, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -115809,9 +115804,9 @@ static const uint16_t ts_small_parse_table[] = { [51016] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -115827,12 +115822,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(3239), 1, anon_sym_QMARK, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -115859,13 +115854,13 @@ static const uint16_t ts_small_parse_table[] = { [51086] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, - ACTIONS(2528), 1, + ACTIONS(2567), 1, anon_sym_DASH_GT, ACTIONS(2723), 1, anon_sym_LPAREN2, - ACTIONS(2803), 1, + ACTIONS(2815), 1, anon_sym_DOT, ACTIONS(3354), 1, anon_sym_SLASH, @@ -115881,12 +115876,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(3376), 1, anon_sym_QMARK, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2655), 2, + ACTIONS(2691), 2, anon_sym_DOT_DOT_DOT, anon_sym_RBRACK, ACTIONS(3350), 2, @@ -115920,11 +115915,11 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(3384), 1, sym_primitive_type, - STATE(1377), 1, + STATE(1378), 1, sym__type_specifier, - STATE(1443), 1, + STATE(1441), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1452), 1, + STATE(1453), 1, sym__type_definition_type, STATE(1282), 2, sym_type_qualifier, @@ -115953,9 +115948,9 @@ static const uint16_t ts_small_parse_table[] = { [51214] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -115975,12 +115970,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(3434), 1, anon_sym_RPAREN, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -116047,9 +116042,9 @@ static const uint16_t ts_small_parse_table[] = { [51342] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -116065,12 +116060,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(3239), 1, anon_sym_QMARK, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -116140,9 +116135,9 @@ static const uint16_t ts_small_parse_table[] = { [51468] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -116158,12 +116153,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(3239), 1, anon_sym_QMARK, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -116190,9 +116185,9 @@ static const uint16_t ts_small_parse_table[] = { [51538] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -116208,12 +116203,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(3239), 1, anon_sym_QMARK, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -116240,9 +116235,9 @@ static const uint16_t ts_small_parse_table[] = { [51608] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -116260,12 +116255,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK, ACTIONS(3442), 1, anon_sym_COMMA, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -116289,7 +116284,7 @@ static const uint16_t ts_small_parse_table[] = { [51677] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(2723), 1, anon_sym_LPAREN2, @@ -116309,12 +116304,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK, ACTIONS(3444), 1, anon_sym_RBRACK, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3350), 2, @@ -116338,9 +116333,9 @@ static const uint16_t ts_small_parse_table[] = { [51746] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2346), 1, + ACTIONS(2344), 1, anon_sym_RBRACK, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(2723), 1, anon_sym_LPAREN2, @@ -116358,12 +116353,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(3376), 1, anon_sym_QMARK, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3350), 2, @@ -116387,7 +116382,7 @@ static const uint16_t ts_small_parse_table[] = { [51815] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, ACTIONS(3118), 1, sym_identifier, @@ -116397,7 +116392,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(3126), 1, sym_primitive_type, - STATE(1532), 1, + STATE(1534), 1, sym__type_declarator, STATE(2150), 1, sym_ms_based_modifier, @@ -116409,7 +116404,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1606), 5, + STATE(1603), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, @@ -116428,9 +116423,9 @@ static const uint16_t ts_small_parse_table[] = { [51868] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -116448,12 +116443,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK, ACTIONS(3446), 1, anon_sym_COMMA, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -116477,9 +116472,9 @@ static const uint16_t ts_small_parse_table[] = { [51937] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -116497,12 +116492,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK, ACTIONS(3448), 1, anon_sym_COLON, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -116526,9 +116521,9 @@ static const uint16_t ts_small_parse_table[] = { [52006] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -116546,12 +116541,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK, ACTIONS(3450), 1, anon_sym_COLON, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -116575,9 +116570,9 @@ static const uint16_t ts_small_parse_table[] = { [52075] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -116595,12 +116590,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK, ACTIONS(3452), 1, anon_sym_COLON, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -116627,7 +116622,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1269), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2625), 6, + ACTIONS(2621), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -116644,7 +116639,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - ACTIONS(2623), 10, + ACTIONS(2619), 10, anon_sym___based, anon_sym_signed, anon_sym_unsigned, @@ -116658,9 +116653,9 @@ static const uint16_t ts_small_parse_table[] = { [52183] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -116678,12 +116673,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK, ACTIONS(3457), 1, anon_sym_RPAREN, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -116707,9 +116702,9 @@ static const uint16_t ts_small_parse_table[] = { [52252] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -116727,12 +116722,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK, ACTIONS(3459), 1, anon_sym_COLON, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -116756,9 +116751,9 @@ static const uint16_t ts_small_parse_table[] = { [52321] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2324), 1, + ACTIONS(2310), 1, anon_sym_RBRACK, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(2723), 1, anon_sym_LPAREN2, @@ -116776,12 +116771,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(3376), 1, anon_sym_QMARK, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3350), 2, @@ -116805,9 +116800,9 @@ static const uint16_t ts_small_parse_table[] = { [52390] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -116825,12 +116820,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK, ACTIONS(3461), 1, anon_sym_COLON, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -116854,9 +116849,9 @@ static const uint16_t ts_small_parse_table[] = { [52459] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -116874,12 +116869,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK, ACTIONS(3463), 1, anon_sym_COLON, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -116944,7 +116939,7 @@ static const uint16_t ts_small_parse_table[] = { [52581] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, ACTIONS(3118), 1, sym_identifier, @@ -116954,7 +116949,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(3126), 1, sym_primitive_type, - STATE(1540), 1, + STATE(1544), 1, sym__type_declarator, STATE(2150), 1, sym_ms_based_modifier, @@ -116966,7 +116961,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1606), 5, + STATE(1603), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, @@ -116985,9 +116980,9 @@ static const uint16_t ts_small_parse_table[] = { [52634] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -117005,12 +117000,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK, ACTIONS(3465), 1, anon_sym_COLON, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -117036,7 +117031,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(2338), 1, anon_sym_RBRACK, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(2723), 1, anon_sym_LPAREN2, @@ -117054,12 +117049,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(3376), 1, anon_sym_QMARK, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3350), 2, @@ -117083,9 +117078,9 @@ static const uint16_t ts_small_parse_table[] = { [52772] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2326), 1, + ACTIONS(2332), 1, anon_sym_RBRACK, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(2723), 1, anon_sym_LPAREN2, @@ -117103,12 +117098,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(3376), 1, anon_sym_QMARK, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3350), 2, @@ -117132,9 +117127,9 @@ static const uint16_t ts_small_parse_table[] = { [52841] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -117152,12 +117147,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK, ACTIONS(3467), 1, anon_sym_COLON, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -117181,7 +117176,7 @@ static const uint16_t ts_small_parse_table[] = { [52910] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, ACTIONS(3118), 1, sym_identifier, @@ -117191,7 +117186,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(3126), 1, sym_primitive_type, - STATE(1541), 1, + STATE(1537), 1, sym__type_declarator, STATE(2150), 1, sym_ms_based_modifier, @@ -117203,7 +117198,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1606), 5, + STATE(1603), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, @@ -117232,9 +117227,9 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(3384), 1, sym_primitive_type, - STATE(1376), 1, + STATE(1344), 1, sym__type_specifier, - STATE(1443), 1, + STATE(1441), 1, aux_sym_sized_type_specifier_repeat1, STATE(1269), 2, sym_type_qualifier, @@ -117263,9 +117258,9 @@ static const uint16_t ts_small_parse_table[] = { [53016] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -117283,12 +117278,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK, ACTIONS(3469), 1, anon_sym_COLON, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -117312,9 +117307,9 @@ static const uint16_t ts_small_parse_table[] = { [53085] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2332), 1, + ACTIONS(2320), 1, anon_sym_RBRACK, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(2723), 1, anon_sym_LPAREN2, @@ -117332,12 +117327,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(3376), 1, anon_sym_QMARK, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3350), 2, @@ -117361,9 +117356,9 @@ static const uint16_t ts_small_parse_table[] = { [53154] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2310), 1, + ACTIONS(2342), 1, anon_sym_RBRACK, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(2723), 1, anon_sym_LPAREN2, @@ -117381,12 +117376,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(3376), 1, anon_sym_QMARK, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3350), 2, @@ -117410,9 +117405,9 @@ static const uint16_t ts_small_parse_table[] = { [53223] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -117430,12 +117425,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK, ACTIONS(3471), 1, anon_sym_RPAREN, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -117459,9 +117454,9 @@ static const uint16_t ts_small_parse_table[] = { [53292] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2320), 1, + ACTIONS(2346), 1, anon_sym_RBRACK, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(2723), 1, anon_sym_LPAREN2, @@ -117479,12 +117474,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(3376), 1, anon_sym_QMARK, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3350), 2, @@ -117508,9 +117503,9 @@ static const uint16_t ts_small_parse_table[] = { [53361] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -117528,12 +117523,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK, ACTIONS(3473), 1, anon_sym_COLON, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -117598,7 +117593,7 @@ static const uint16_t ts_small_parse_table[] = { [53483] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(2723), 1, anon_sym_LPAREN2, @@ -117618,12 +117613,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK, ACTIONS(3475), 1, anon_sym_RBRACK, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3350), 2, @@ -117647,9 +117642,9 @@ static const uint16_t ts_small_parse_table[] = { [53552] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -117667,12 +117662,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK, ACTIONS(3477), 1, anon_sym_COLON, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -117696,9 +117691,9 @@ static const uint16_t ts_small_parse_table[] = { [53621] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2330), 1, + ACTIONS(2328), 1, anon_sym_RBRACK, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(2723), 1, anon_sym_LPAREN2, @@ -117716,12 +117711,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(3376), 1, anon_sym_QMARK, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3350), 2, @@ -117745,9 +117740,9 @@ static const uint16_t ts_small_parse_table[] = { [53690] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2344), 1, + ACTIONS(2312), 1, anon_sym_RBRACK, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(2723), 1, anon_sym_LPAREN2, @@ -117765,12 +117760,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(3376), 1, anon_sym_QMARK, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3350), 2, @@ -117794,9 +117789,9 @@ static const uint16_t ts_small_parse_table[] = { [53759] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -117814,12 +117809,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK, ACTIONS(3479), 1, anon_sym_COLON, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -117843,9 +117838,9 @@ static const uint16_t ts_small_parse_table[] = { [53828] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -117863,12 +117858,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK, ACTIONS(3481), 1, anon_sym_COLON, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -117892,9 +117887,9 @@ static const uint16_t ts_small_parse_table[] = { [53897] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -117912,12 +117907,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK, ACTIONS(3483), 1, anon_sym_COLON, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -117943,7 +117938,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(2322), 1, anon_sym_RBRACK, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(2723), 1, anon_sym_LPAREN2, @@ -117961,12 +117956,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(3376), 1, anon_sym_QMARK, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3350), 2, @@ -117990,7 +117985,7 @@ static const uint16_t ts_small_parse_table[] = { [54035] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(2723), 1, anon_sym_LPAREN2, @@ -118010,12 +118005,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK, ACTIONS(3485), 1, anon_sym_RBRACK, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3350), 2, @@ -118075,9 +118070,9 @@ static const uint16_t ts_small_parse_table[] = { [54148] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2526), 1, + ACTIONS(2565), 1, anon_sym_LBRACK, ACTIONS(3219), 1, anon_sym_SLASH, @@ -118093,12 +118088,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(3239), 1, anon_sym_QMARK, - STATE(803), 1, + STATE(819), 1, sym_argument_list, - ACTIONS(2528), 2, + ACTIONS(2567), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2540), 2, + ACTIONS(2573), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(3215), 2, @@ -118194,7 +118189,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(3499), 1, anon_sym_SEMI, - ACTIONS(2508), 7, + ACTIONS(2476), 7, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -118202,7 +118197,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2510), 18, + ACTIONS(2478), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -118319,15 +118314,15 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(47), 1, anon_sym_const, - ACTIONS(2314), 1, - anon_sym_LPAREN2, ACTIONS(2316), 1, + anon_sym_LPAREN2, + ACTIONS(2318), 1, anon_sym_STAR, - ACTIONS(2887), 1, + ACTIONS(2841), 1, anon_sym_LBRACK, - STATE(1618), 1, + STATE(1619), 1, sym__abstract_declarator, - STATE(1655), 1, + STATE(1656), 1, sym_parameter_list, STATE(1269), 2, sym_type_qualifier, @@ -118336,7 +118331,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - STATE(1643), 4, + STATE(1641), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, @@ -118411,15 +118406,15 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(47), 1, anon_sym_const, - ACTIONS(2314), 1, - anon_sym_LPAREN2, ACTIONS(2316), 1, + anon_sym_LPAREN2, + ACTIONS(2318), 1, anon_sym_STAR, - ACTIONS(2887), 1, + ACTIONS(2841), 1, anon_sym_LBRACK, STATE(1620), 1, sym__abstract_declarator, - STATE(1655), 1, + STATE(1656), 1, sym_parameter_list, STATE(1313), 2, sym_type_qualifier, @@ -118428,7 +118423,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - STATE(1643), 4, + STATE(1641), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, @@ -118447,15 +118442,15 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(47), 1, anon_sym_const, - ACTIONS(2314), 1, - anon_sym_LPAREN2, ACTIONS(2316), 1, + anon_sym_LPAREN2, + ACTIONS(2318), 1, anon_sym_STAR, - ACTIONS(2887), 1, + ACTIONS(2841), 1, anon_sym_LBRACK, - STATE(1614), 1, + STATE(1622), 1, sym__abstract_declarator, - STATE(1655), 1, + STATE(1656), 1, sym_parameter_list, STATE(1307), 2, sym_type_qualifier, @@ -118464,7 +118459,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - STATE(1643), 4, + STATE(1641), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, @@ -118483,24 +118478,24 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(47), 1, anon_sym_const, - ACTIONS(2314), 1, - anon_sym_LPAREN2, ACTIONS(2316), 1, + anon_sym_LPAREN2, + ACTIONS(2318), 1, anon_sym_STAR, - ACTIONS(2887), 1, + ACTIONS(2841), 1, anon_sym_LBRACK, - STATE(1619), 1, + STATE(1610), 1, sym__abstract_declarator, - STATE(1655), 1, + STATE(1656), 1, sym_parameter_list, STATE(1314), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2881), 3, + ACTIONS(2835), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - STATE(1643), 4, + STATE(1641), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, @@ -118519,15 +118514,15 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(47), 1, anon_sym_const, - ACTIONS(2314), 1, - anon_sym_LPAREN2, ACTIONS(2316), 1, + anon_sym_LPAREN2, + ACTIONS(2318), 1, anon_sym_STAR, - ACTIONS(2887), 1, + ACTIONS(2841), 1, anon_sym_LBRACK, - STATE(1610), 1, + STATE(1630), 1, sym__abstract_declarator, - STATE(1655), 1, + STATE(1656), 1, sym_parameter_list, STATE(1269), 2, sym_type_qualifier, @@ -118536,7 +118531,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - STATE(1643), 4, + STATE(1641), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, @@ -118555,15 +118550,15 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(47), 1, anon_sym_const, - ACTIONS(2314), 1, - anon_sym_LPAREN2, ACTIONS(2316), 1, + anon_sym_LPAREN2, + ACTIONS(2318), 1, anon_sym_STAR, - ACTIONS(2887), 1, + ACTIONS(2841), 1, anon_sym_LBRACK, STATE(1612), 1, sym__abstract_declarator, - STATE(1655), 1, + STATE(1656), 1, sym_parameter_list, STATE(1269), 2, sym_type_qualifier, @@ -118572,7 +118567,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - STATE(1643), 4, + STATE(1641), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, @@ -118589,7 +118584,7 @@ static const uint16_t ts_small_parse_table[] = { [54786] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, ACTIONS(3304), 1, sym_identifier, @@ -118597,14 +118592,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(3308), 1, anon_sym_STAR, - STATE(1528), 1, + STATE(1526), 1, sym__field_declarator, STATE(2093), 1, sym_ms_based_modifier, STATE(1269), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(1577), 5, + STATE(1570), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -118623,9 +118618,9 @@ static const uint16_t ts_small_parse_table[] = { [54830] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, - ACTIONS(2879), 1, + ACTIONS(2833), 1, sym_identifier, ACTIONS(3310), 1, anon_sym_LPAREN2, @@ -118638,7 +118633,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1269), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(1537), 5, + STATE(1545), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -118657,22 +118652,22 @@ static const uint16_t ts_small_parse_table[] = { [54874] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, - ACTIONS(2879), 1, + ACTIONS(2833), 1, sym_identifier, ACTIONS(3310), 1, anon_sym_LPAREN2, ACTIONS(3312), 1, anon_sym_STAR, - STATE(1497), 1, + STATE(1499), 1, sym__declarator, STATE(2164), 1, sym_ms_based_modifier, STATE(1269), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(1537), 5, + STATE(1545), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -118693,7 +118688,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(3521), 1, anon_sym_LPAREN2, - STATE(1350), 1, + STATE(1357), 1, sym_preproc_argument_list, ACTIONS(3523), 5, anon_sym_SLASH, @@ -118720,7 +118715,7 @@ static const uint16_t ts_small_parse_table[] = { [54952] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, ACTIONS(3304), 1, sym_identifier, @@ -118735,7 +118730,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1269), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(1577), 5, + STATE(1570), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -118815,7 +118810,7 @@ static const uint16_t ts_small_parse_table[] = { [55070] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, ACTIONS(3304), 1, sym_identifier, @@ -118823,14 +118818,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(3308), 1, anon_sym_STAR, - STATE(1516), 1, + STATE(1515), 1, sym__field_declarator, STATE(2093), 1, sym_ms_based_modifier, STATE(1269), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(1577), 5, + STATE(1570), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -118849,9 +118844,9 @@ static const uint16_t ts_small_parse_table[] = { [55114] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, - ACTIONS(2879), 1, + ACTIONS(2833), 1, sym_identifier, ACTIONS(3310), 1, anon_sym_LPAREN2, @@ -118864,7 +118859,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1269), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(1537), 5, + STATE(1545), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -118992,7 +118987,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(3579), 1, sym_comment, - STATE(1403), 1, + STATE(1401), 1, sym_preproc_argument_list, ACTIONS(3523), 18, anon_sym_DASH, @@ -119147,7 +119142,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1426), 7, + STATE(1427), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -119158,27 +119153,27 @@ static const uint16_t ts_small_parse_table[] = { [55525] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3557), 1, + ACTIONS(3589), 1, sym_identifier, - ACTIONS(3561), 1, + ACTIONS(3591), 1, anon_sym_LPAREN2, - ACTIONS(3563), 1, + ACTIONS(3593), 1, anon_sym_defined, ACTIONS(3603), 1, sym_number_literal, - ACTIONS(3565), 2, + ACTIONS(3595), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3567), 2, + ACTIONS(3597), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3571), 5, + ACTIONS(3601), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1339), 7, + STATE(1405), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -119385,32 +119380,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, - [55831] = 3, + [55831] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3609), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3607), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(3613), 2, + anon_sym_LPAREN2, 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, - [55859] = 9, + STATE(1269), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(3611), 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, + [55863] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3537), 1, @@ -119441,7 +119438,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [55899] = 7, + [55903] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(3537), 1, @@ -119470,7 +119467,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - [55935] = 6, + [55939] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(3537), 1, @@ -119498,16 +119495,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [55969] = 3, + [55973] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3613), 5, + ACTIONS(3617), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(3611), 15, + ACTIONS(3615), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, @@ -119523,38 +119520,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [55997] = 9, + [56001] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3589), 1, - sym_identifier, - ACTIONS(3591), 1, + ACTIONS(3621), 2, anon_sym_LPAREN2, - ACTIONS(3593), 1, - anon_sym_defined, - ACTIONS(3615), 1, - sym_number_literal, - ACTIONS(3595), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3597), 2, + anon_sym_STAR, + STATE(1383), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(3619), 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, + [56033] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3609), 5, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3607), 15, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3601), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(1439), 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, - [56037] = 9, + 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, + [56061] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3589), 1, @@ -119563,7 +119581,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(3593), 1, anon_sym_defined, - ACTIONS(3617), 1, + ACTIONS(3623), 1, sym_number_literal, ACTIONS(3595), 2, anon_sym_BANG, @@ -119577,7 +119595,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1410), 7, + STATE(1439), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -119585,7 +119603,7 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [56077] = 9, + [56101] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3589), 1, @@ -119594,7 +119612,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(3593), 1, anon_sym_defined, - ACTIONS(3619), 1, + ACTIONS(3625), 1, sym_number_literal, ACTIONS(3595), 2, anon_sym_BANG, @@ -119608,7 +119626,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1421), 7, + STATE(1411), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -119616,7 +119634,7 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [56117] = 9, + [56141] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3589), 1, @@ -119625,7 +119643,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(3593), 1, anon_sym_defined, - ACTIONS(3621), 1, + ACTIONS(3627), 1, sym_number_literal, ACTIONS(3595), 2, anon_sym_BANG, @@ -119639,7 +119657,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1411), 7, + STATE(1429), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -119647,7 +119665,7 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [56157] = 9, + [56181] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3589), 1, @@ -119656,7 +119674,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(3593), 1, anon_sym_defined, - ACTIONS(3623), 1, + ACTIONS(3629), 1, sym_number_literal, ACTIONS(3595), 2, anon_sym_BANG, @@ -119678,7 +119696,7 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [56197] = 9, + [56221] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3589), 1, @@ -119687,7 +119705,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(3593), 1, anon_sym_defined, - ACTIONS(3625), 1, + ACTIONS(3631), 1, sym_number_literal, ACTIONS(3595), 2, anon_sym_BANG, @@ -119701,7 +119719,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1418), 7, + STATE(1413), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -119709,32 +119727,7 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [56237] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3629), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3627), 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, - [56265] = 9, + [56261] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3589), 1, @@ -119743,7 +119736,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(3593), 1, anon_sym_defined, - ACTIONS(3631), 1, + ACTIONS(3633), 1, sym_number_literal, ACTIONS(3595), 2, anon_sym_BANG, @@ -119757,7 +119750,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1417), 7, + STATE(1418), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -119765,7 +119758,7 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [56305] = 9, + [56301] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3557), 1, @@ -119774,7 +119767,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(3563), 1, anon_sym_defined, - ACTIONS(3633), 1, + ACTIONS(3635), 1, sym_number_literal, ACTIONS(3565), 2, anon_sym_BANG, @@ -119796,7 +119789,7 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [56345] = 9, + [56341] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3589), 1, @@ -119805,7 +119798,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(3593), 1, anon_sym_defined, - ACTIONS(3635), 1, + ACTIONS(3637), 1, sym_number_literal, ACTIONS(3595), 2, anon_sym_BANG, @@ -119819,7 +119812,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1413), 7, + STATE(1414), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -119827,30 +119820,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [56385] = 9, + [56381] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3589), 1, + ACTIONS(3557), 1, sym_identifier, - ACTIONS(3591), 1, + ACTIONS(3561), 1, anon_sym_LPAREN2, - ACTIONS(3593), 1, + ACTIONS(3563), 1, anon_sym_defined, - ACTIONS(3637), 1, + ACTIONS(3639), 1, sym_number_literal, - ACTIONS(3595), 2, + ACTIONS(3565), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3597), 2, + ACTIONS(3567), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3601), 5, + ACTIONS(3571), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1414), 7, + STATE(1415), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -119858,7 +119851,7 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [56425] = 14, + [56421] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(3537), 1, @@ -119891,68 +119884,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3555), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3639), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [56475] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3557), 1, - sym_identifier, - ACTIONS(3561), 1, - anon_sym_LPAREN2, - ACTIONS(3563), 1, - anon_sym_defined, - ACTIONS(3641), 1, - sym_number_literal, - ACTIONS(3565), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3567), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3571), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(1415), 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, - [56515] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3537), 1, - anon_sym_SLASH, - ACTIONS(3535), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3609), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3607), 13, + ACTIONS(3641), 2, 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, - [56547] = 3, + [56471] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3645), 5, @@ -119977,7 +119912,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [56575] = 3, + [56499] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3649), 5, @@ -120002,69 +119937,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [56603] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3557), 1, - sym_identifier, - ACTIONS(3561), 1, - anon_sym_LPAREN2, - ACTIONS(3563), 1, - anon_sym_defined, - ACTIONS(3651), 1, - sym_number_literal, - ACTIONS(3565), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3567), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3571), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(1429), 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, - [56643] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3557), 1, - sym_identifier, - ACTIONS(3561), 1, - anon_sym_LPAREN2, - ACTIONS(3563), 1, - anon_sym_defined, - ACTIONS(3653), 1, - sym_number_literal, - ACTIONS(3565), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3567), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3571), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(1390), 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, - [56683] = 9, + [56527] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3589), 1, @@ -120073,7 +119946,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(3593), 1, anon_sym_defined, - ACTIONS(3655), 1, + ACTIONS(3651), 1, sym_number_literal, ACTIONS(3595), 2, anon_sym_BANG, @@ -120087,7 +119960,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1440), 7, + STATE(1403), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -120095,30 +119968,55 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [56723] = 9, + [56567] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3589), 1, + ACTIONS(3655), 5, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3653), 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, + [56595] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3557), 1, sym_identifier, - ACTIONS(3591), 1, + ACTIONS(3561), 1, anon_sym_LPAREN2, - ACTIONS(3593), 1, + ACTIONS(3563), 1, anon_sym_defined, ACTIONS(3657), 1, sym_number_literal, - ACTIONS(3595), 2, + ACTIONS(3565), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3597), 2, + ACTIONS(3567), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3601), 5, + ACTIONS(3571), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1432), 7, + STATE(1430), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -120126,47 +120024,43 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [56763] = 9, + [56635] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3589), 1, - sym_identifier, - ACTIONS(3591), 1, - anon_sym_LPAREN2, - ACTIONS(3593), 1, - anon_sym_defined, - ACTIONS(3659), 1, - sym_number_literal, - ACTIONS(3595), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3597), 2, + ACTIONS(3537), 1, + anon_sym_SLASH, + ACTIONS(3535), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3609), 4, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3607), 13, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3601), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(1431), 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, - [56803] = 3, + 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, + [56667] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3663), 5, + ACTIONS(3661), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(3661), 15, + ACTIONS(3659), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, @@ -120182,7 +120076,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [56831] = 9, + [56695] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3589), 1, @@ -120191,7 +120085,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(3593), 1, anon_sym_defined, - ACTIONS(3665), 1, + ACTIONS(3663), 1, sym_number_literal, ACTIONS(3595), 2, anon_sym_BANG, @@ -120205,7 +120099,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1424), 7, + STATE(1433), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -120213,7 +120107,7 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [56871] = 9, + [56735] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3589), 1, @@ -120222,8 +120116,101 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(3593), 1, anon_sym_defined, + ACTIONS(3665), 1, + sym_number_literal, + ACTIONS(3595), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(3597), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3601), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(1425), 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, + [56775] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3557), 1, + sym_identifier, + ACTIONS(3561), 1, + anon_sym_LPAREN2, + ACTIONS(3563), 1, + anon_sym_defined, ACTIONS(3667), 1, sym_number_literal, + ACTIONS(3565), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(3567), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3571), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(1391), 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, + [56815] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3589), 1, + sym_identifier, + ACTIONS(3591), 1, + anon_sym_LPAREN2, + ACTIONS(3593), 1, + anon_sym_defined, + ACTIONS(3669), 1, + sym_number_literal, + ACTIONS(3595), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(3597), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3601), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(1398), 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, + [56855] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3589), 1, + sym_identifier, + ACTIONS(3591), 1, + anon_sym_LPAREN2, + ACTIONS(3593), 1, + anon_sym_defined, + ACTIONS(3671), 1, + sym_number_literal, ACTIONS(3595), 2, anon_sym_BANG, anon_sym_TILDE, @@ -120244,7 +120231,7 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [56911] = 9, + [56895] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3557), 1, @@ -120253,7 +120240,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(3563), 1, anon_sym_defined, - ACTIONS(3669), 1, + ACTIONS(3673), 1, sym_number_literal, ACTIONS(3565), 2, anon_sym_BANG, @@ -120275,7 +120262,7 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [56951] = 9, + [56935] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3589), 1, @@ -120284,7 +120271,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(3593), 1, anon_sym_defined, - ACTIONS(3671), 1, + ACTIONS(3675), 1, sym_number_literal, ACTIONS(3595), 2, anon_sym_BANG, @@ -120298,7 +120285,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1435), 7, + STATE(1436), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -120306,7 +120293,7 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [56991] = 9, + [56975] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3589), 1, @@ -120315,7 +120302,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(3593), 1, anon_sym_defined, - ACTIONS(3673), 1, + ACTIONS(3677), 1, sym_number_literal, ACTIONS(3595), 2, anon_sym_BANG, @@ -120329,7 +120316,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1436), 7, + STATE(1442), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -120337,7 +120324,7 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [57031] = 9, + [57015] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3557), 1, @@ -120346,7 +120333,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(3563), 1, anon_sym_defined, - ACTIONS(3675), 1, + ACTIONS(3679), 1, sym_number_literal, ACTIONS(3565), 2, anon_sym_BANG, @@ -120368,7 +120355,7 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [57071] = 9, + [57055] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3557), 1, @@ -120377,7 +120364,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(3563), 1, anon_sym_defined, - ACTIONS(3677), 1, + ACTIONS(3681), 1, sym_number_literal, ACTIONS(3565), 2, anon_sym_BANG, @@ -120399,7 +120386,7 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [57111] = 9, + [57095] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3557), 1, @@ -120408,7 +120395,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(3563), 1, anon_sym_defined, - ACTIONS(3679), 1, + ACTIONS(3683), 1, sym_number_literal, ACTIONS(3565), 2, anon_sym_BANG, @@ -120430,7 +120417,7 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [57151] = 9, + [57135] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3589), 1, @@ -120439,7 +120426,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(3593), 1, anon_sym_defined, - ACTIONS(3681), 1, + ACTIONS(3685), 1, sym_number_literal, ACTIONS(3595), 2, anon_sym_BANG, @@ -120461,7 +120448,7 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [57191] = 9, + [57175] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3589), 1, @@ -120470,7 +120457,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(3593), 1, anon_sym_defined, - ACTIONS(3683), 1, + ACTIONS(3687), 1, sym_number_literal, ACTIONS(3595), 2, anon_sym_BANG, @@ -120484,7 +120471,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1407), 7, + STATE(1424), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -120492,67 +120479,75 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [57231] = 5, + [57215] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3687), 2, - anon_sym_LPAREN2, - anon_sym_STAR, - STATE(1383), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(3685), 7, - anon_sym___based, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, + ACTIONS(3589), 1, 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, - [57263] = 5, + ACTIONS(3591), 1, + anon_sym_LPAREN2, + ACTIONS(3593), 1, + anon_sym_defined, + ACTIONS(3689), 1, + sym_number_literal, + ACTIONS(3595), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(3597), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3601), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(1437), 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, + [57255] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3691), 2, - anon_sym_LPAREN2, - anon_sym_STAR, - STATE(1378), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(3689), 7, - anon_sym___based, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, + ACTIONS(3589), 1, 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, + ACTIONS(3591), 1, + anon_sym_LPAREN2, + ACTIONS(3593), 1, + anon_sym_defined, + ACTIONS(3691), 1, + sym_number_literal, + ACTIONS(3595), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(3597), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3601), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(1407), 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, [57295] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3695), 2, anon_sym_LPAREN2, anon_sym_STAR, - STATE(1269), 2, + STATE(1339), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(3693), 7, @@ -120596,7 +120591,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1437), 7, + STATE(1409), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -120604,32 +120599,38 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [57367] = 3, + [57367] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2464), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2466), 15, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(3589), 1, + sym_identifier, + ACTIONS(3591), 1, + anon_sym_LPAREN2, + ACTIONS(3593), 1, + anon_sym_defined, + ACTIONS(3699), 1, + sym_number_literal, + ACTIONS(3595), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(3597), 2, 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, - [57395] = 9, + ACTIONS(3601), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(1417), 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, + [57407] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3557), 1, @@ -120638,7 +120639,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(3563), 1, anon_sym_defined, - ACTIONS(3699), 1, + ACTIONS(3701), 1, sym_number_literal, ACTIONS(3565), 2, anon_sym_BANG, @@ -120660,7 +120661,7 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [57435] = 9, + [57447] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3589), 1, @@ -120669,7 +120670,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(3593), 1, anon_sym_defined, - ACTIONS(3701), 1, + ACTIONS(3703), 1, sym_number_literal, ACTIONS(3595), 2, anon_sym_BANG, @@ -120683,7 +120684,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1409), 7, + STATE(1438), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -120691,16 +120692,16 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [57475] = 5, + [57487] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3705), 2, + ACTIONS(3707), 2, anon_sym_LPAREN2, anon_sym_STAR, STATE(1269), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3703), 7, + ACTIONS(3705), 7, anon_sym___based, anon_sym_signed, anon_sym_unsigned, @@ -120718,7 +120719,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [57507] = 9, + [57519] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3557), 1, @@ -120727,7 +120728,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(3563), 1, anon_sym_defined, - ACTIONS(3707), 1, + ACTIONS(3709), 1, sym_number_literal, ACTIONS(3565), 2, anon_sym_BANG, @@ -120749,7 +120750,7 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [57547] = 9, + [57559] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3557), 1, @@ -120758,7 +120759,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(3563), 1, anon_sym_defined, - ACTIONS(3709), 1, + ACTIONS(3711), 1, sym_number_literal, ACTIONS(3565), 2, anon_sym_BANG, @@ -120780,7 +120781,7 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [57587] = 9, + [57599] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3589), 1, @@ -120789,7 +120790,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(3593), 1, anon_sym_defined, - ACTIONS(3711), 1, + ACTIONS(3713), 1, sym_number_literal, ACTIONS(3595), 2, anon_sym_BANG, @@ -120811,7 +120812,7 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [57627] = 9, + [57639] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3557), 1, @@ -120820,7 +120821,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(3563), 1, anon_sym_defined, - ACTIONS(3713), 1, + ACTIONS(3715), 1, sym_number_literal, ACTIONS(3565), 2, anon_sym_BANG, @@ -120842,7 +120843,7 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [57667] = 9, + [57679] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3589), 1, @@ -120851,7 +120852,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(3593), 1, anon_sym_defined, - ACTIONS(3715), 1, + ACTIONS(3717), 1, sym_number_literal, ACTIONS(3595), 2, anon_sym_BANG, @@ -120865,7 +120866,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1398), 7, + STATE(1410), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -120873,7 +120874,7 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [57707] = 9, + [57719] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3557), 1, @@ -120882,7 +120883,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(3563), 1, anon_sym_defined, - ACTIONS(3717), 1, + ACTIONS(3719), 1, + sym_number_literal, + ACTIONS(3565), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(3567), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3571), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(1345), 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, + [57759] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3557), 1, + sym_identifier, + ACTIONS(3561), 1, + anon_sym_LPAREN2, + ACTIONS(3563), 1, + anon_sym_defined, + ACTIONS(3721), 1, sym_number_literal, ACTIONS(3565), 2, anon_sym_BANG, @@ -120896,7 +120928,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1357), 7, + STATE(1361), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -120904,16 +120936,16 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [57747] = 3, + [57799] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3721), 5, + ACTIONS(3725), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(3719), 15, + ACTIONS(3723), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, @@ -120929,16 +120961,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [57775] = 3, + [57827] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3725), 5, + ACTIONS(3729), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(3723), 15, + ACTIONS(3727), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, @@ -120954,104 +120986,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [57803] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3589), 1, - sym_identifier, - ACTIONS(3591), 1, - anon_sym_LPAREN2, - ACTIONS(3593), 1, - anon_sym_defined, - ACTIONS(3727), 1, - sym_number_literal, - ACTIONS(3595), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3597), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3601), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(1397), 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, - [57843] = 13, + [57855] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2083), 1, - anon_sym_LPAREN2, ACTIONS(2085), 1, - anon_sym_STAR, + anon_sym_LPAREN2, ACTIONS(2087), 1, + anon_sym_STAR, + ACTIONS(2089), 1, anon_sym___based, - ACTIONS(2879), 1, + ACTIONS(2833), 1, sym_identifier, - ACTIONS(2887), 1, + ACTIONS(2841), 1, anon_sym_LBRACK, - STATE(1589), 1, + STATE(1567), 1, sym__declarator, STATE(1650), 1, sym__abstract_declarator, - STATE(1655), 1, + STATE(1656), 1, sym_parameter_list, STATE(2164), 1, sym_ms_based_modifier, - ACTIONS(3729), 2, + ACTIONS(3731), 2, anon_sym_COMMA, anon_sym_RPAREN, - STATE(1643), 4, + STATE(1641), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, - STATE(1537), 5, + STATE(1545), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [57891] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3589), 1, - sym_identifier, - ACTIONS(3591), 1, - anon_sym_LPAREN2, - ACTIONS(3593), 1, - anon_sym_defined, - ACTIONS(3731), 1, - sym_number_literal, - ACTIONS(3595), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3597), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3601), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(1405), 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, - [57931] = 9, + [57903] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3589), 1, @@ -121082,16 +121052,16 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [57971] = 3, + [57943] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3737), 5, + ACTIONS(2488), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(3735), 15, + ACTIONS(2490), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, @@ -121107,83 +121077,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [57999] = 12, - ACTIONS(3579), 1, + [57971] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(3739), 1, - anon_sym_LF, - ACTIONS(3745), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3747), 1, - anon_sym_AMP_AMP, - ACTIONS(3749), 1, + ACTIONS(3737), 5, + anon_sym_SLASH, anon_sym_PIPE, - ACTIONS(3751), 1, - anon_sym_CARET, - ACTIONS(3753), 1, anon_sym_AMP, - ACTIONS(3741), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3755), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3759), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3743), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3757), 4, anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, anon_sym_LT, - [58044] = 9, - ACTIONS(3579), 1, - sym_comment, - ACTIONS(3607), 1, - anon_sym_LF, - ACTIONS(3753), 1, - anon_sym_AMP, - ACTIONS(3741), 2, + ACTIONS(3735), 15, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3755), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3759), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3743), 3, anon_sym_STAR, - anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3609), 4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_PIPE, anon_sym_CARET, - ACTIONS(3757), 4, - anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT, - [58083] = 5, + anon_sym_LT_LT, + anon_sym_GT_GT, + [57999] = 5, ACTIONS(3), 1, sym_comment, - STATE(1069), 1, + STATE(1402), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(3077), 2, + ACTIONS(2991), 2, anon_sym_LPAREN2, anon_sym_STAR, - ACTIONS(3761), 4, + ACTIONS(3739), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(3075), 12, + ACTIONS(2989), 12, anon_sym___extension__, anon_sym___based, anon_sym_const, @@ -121196,15 +121128,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [58114] = 5, + [58030] = 9, + ACTIONS(3579), 1, + sym_comment, + ACTIONS(3607), 1, + anon_sym_LF, + ACTIONS(3746), 1, + anon_sym_AMP, + ACTIONS(3742), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3748), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3752), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3744), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(3609), 4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_PIPE, + anon_sym_CARET, + ACTIONS(3750), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [58069] = 5, ACTIONS(3), 1, sym_comment, - STATE(1433), 1, + STATE(1431), 1, aux_sym_sized_type_specifier_repeat1, ACTIONS(3055), 2, anon_sym_LPAREN2, anon_sym_STAR, - ACTIONS(3764), 4, + ACTIONS(3754), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, @@ -121222,7 +121184,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [58145] = 5, + [58100] = 5, ACTIONS(3), 1, sym_comment, STATE(1434), 1, @@ -121230,7 +121192,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3061), 2, anon_sym_LPAREN2, anon_sym_STAR, - ACTIONS(3767), 4, + ACTIONS(3757), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, @@ -121248,20 +121210,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [58176] = 5, + [58131] = 3, + ACTIONS(3579), 1, + sym_comment, + ACTIONS(3647), 1, + anon_sym_LF, + ACTIONS(3649), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + [58158] = 5, ACTIONS(3), 1, sym_comment, - STATE(1399), 1, + STATE(1069), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(2991), 2, + ACTIONS(3077), 2, anon_sym_LPAREN2, anon_sym_STAR, - ACTIONS(3770), 4, + ACTIONS(3760), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(2989), 12, + ACTIONS(3075), 12, anon_sym___extension__, anon_sym___based, anon_sym_const, @@ -121274,59 +121260,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [58207] = 3, + [58189] = 12, ACTIONS(3579), 1, sym_comment, - ACTIONS(3627), 1, + ACTIONS(3746), 1, + anon_sym_AMP, + ACTIONS(3763), 1, anon_sym_LF, - ACTIONS(3629), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3765), 1, anon_sym_PIPE_PIPE, + ACTIONS(3767), 1, anon_sym_AMP_AMP, + ACTIONS(3769), 1, anon_sym_PIPE, + ACTIONS(3771), 1, anon_sym_CARET, - anon_sym_AMP, + ACTIONS(3742), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3748), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(3752), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3744), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(3750), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, [58234] = 12, ACTIONS(3579), 1, sym_comment, - ACTIONS(3745), 1, + ACTIONS(3746), 1, + anon_sym_AMP, + ACTIONS(3765), 1, anon_sym_PIPE_PIPE, - ACTIONS(3747), 1, + ACTIONS(3767), 1, anon_sym_AMP_AMP, - ACTIONS(3749), 1, + ACTIONS(3769), 1, anon_sym_PIPE, - ACTIONS(3751), 1, + ACTIONS(3771), 1, anon_sym_CARET, - ACTIONS(3753), 1, - anon_sym_AMP, ACTIONS(3773), 1, anon_sym_LF, - ACTIONS(3741), 2, + ACTIONS(3742), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3755), 2, + ACTIONS(3748), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3759), 2, + ACTIONS(3752), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3743), 3, + ACTIONS(3744), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3757), 4, + ACTIONS(3750), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -121336,10 +121331,10 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(3607), 1, anon_sym_LF, - ACTIONS(3741), 2, + ACTIONS(3742), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3743), 3, + ACTIONS(3744), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -121362,13 +121357,13 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(3607), 1, anon_sym_LF, - ACTIONS(3741), 2, + ACTIONS(3742), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3759), 2, + ACTIONS(3752), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3743), 3, + ACTIONS(3744), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -121389,17 +121384,17 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(3607), 1, anon_sym_LF, - ACTIONS(3741), 2, + ACTIONS(3742), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3759), 2, + ACTIONS(3752), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3743), 3, + ACTIONS(3744), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3757), 4, + ACTIONS(3750), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -121417,20 +121412,20 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(3607), 1, anon_sym_LF, - ACTIONS(3741), 2, + ACTIONS(3742), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3755), 2, + ACTIONS(3748), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3759), 2, + ACTIONS(3752), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3743), 3, + ACTIONS(3744), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3757), 4, + ACTIONS(3750), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -121444,32 +121439,32 @@ static const uint16_t ts_small_parse_table[] = { [58415] = 12, ACTIONS(3579), 1, sym_comment, - ACTIONS(3745), 1, + ACTIONS(3746), 1, + anon_sym_AMP, + ACTIONS(3765), 1, anon_sym_PIPE_PIPE, - ACTIONS(3747), 1, + ACTIONS(3767), 1, anon_sym_AMP_AMP, - ACTIONS(3749), 1, + ACTIONS(3769), 1, anon_sym_PIPE, - ACTIONS(3751), 1, + ACTIONS(3771), 1, anon_sym_CARET, - ACTIONS(3753), 1, - anon_sym_AMP, ACTIONS(3775), 1, anon_sym_LF, - ACTIONS(3741), 2, + ACTIONS(3742), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3755), 2, + ACTIONS(3748), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3759), 2, + ACTIONS(3752), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3743), 3, + ACTIONS(3744), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3757), 4, + ACTIONS(3750), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -121479,28 +121474,28 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(3607), 1, anon_sym_LF, - ACTIONS(3751), 1, - anon_sym_CARET, - ACTIONS(3753), 1, + ACTIONS(3746), 1, anon_sym_AMP, - ACTIONS(3741), 2, + ACTIONS(3771), 1, + anon_sym_CARET, + ACTIONS(3742), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3755), 2, + ACTIONS(3748), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3759), 2, + ACTIONS(3752), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(3609), 3, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, - ACTIONS(3743), 3, + ACTIONS(3744), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3757), 4, + ACTIONS(3750), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -121510,29 +121505,29 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(3607), 1, anon_sym_LF, - ACTIONS(3749), 1, + ACTIONS(3746), 1, + anon_sym_AMP, + ACTIONS(3769), 1, anon_sym_PIPE, - ACTIONS(3751), 1, + ACTIONS(3771), 1, anon_sym_CARET, - ACTIONS(3753), 1, - anon_sym_AMP, ACTIONS(3609), 2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - ACTIONS(3741), 2, + ACTIONS(3742), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3755), 2, + ACTIONS(3748), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3759), 2, + ACTIONS(3752), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3743), 3, + ACTIONS(3744), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3757), 4, + ACTIONS(3750), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -121544,28 +121539,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LF, ACTIONS(3609), 1, anon_sym_PIPE_PIPE, - ACTIONS(3747), 1, + ACTIONS(3746), 1, + anon_sym_AMP, + ACTIONS(3767), 1, anon_sym_AMP_AMP, - ACTIONS(3749), 1, + ACTIONS(3769), 1, anon_sym_PIPE, - ACTIONS(3751), 1, + ACTIONS(3771), 1, anon_sym_CARET, - ACTIONS(3753), 1, - anon_sym_AMP, - ACTIONS(3741), 2, + ACTIONS(3742), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3755), 2, + ACTIONS(3748), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3759), 2, + ACTIONS(3752), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3743), 3, + ACTIONS(3744), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3757), 4, + ACTIONS(3750), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -121599,7 +121594,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(3607), 1, anon_sym_LF, - ACTIONS(3743), 3, + ACTIONS(3744), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -121657,9 +121652,9 @@ static const uint16_t ts_small_parse_table[] = { [58694] = 3, ACTIONS(3579), 1, sym_comment, - ACTIONS(3611), 1, + ACTIONS(3615), 1, anon_sym_LF, - ACTIONS(3613), 18, + ACTIONS(3617), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -121681,32 +121676,32 @@ static const uint16_t ts_small_parse_table[] = { [58721] = 12, ACTIONS(3579), 1, sym_comment, - ACTIONS(3745), 1, + ACTIONS(3746), 1, + anon_sym_AMP, + ACTIONS(3765), 1, anon_sym_PIPE_PIPE, - ACTIONS(3747), 1, + ACTIONS(3767), 1, anon_sym_AMP_AMP, - ACTIONS(3749), 1, + ACTIONS(3769), 1, anon_sym_PIPE, - ACTIONS(3751), 1, + ACTIONS(3771), 1, anon_sym_CARET, - ACTIONS(3753), 1, - anon_sym_AMP, ACTIONS(3779), 1, anon_sym_LF, - ACTIONS(3741), 2, + ACTIONS(3742), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3755), 2, + ACTIONS(3748), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3759), 2, + ACTIONS(3752), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3743), 3, + ACTIONS(3744), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3757), 4, + ACTIONS(3750), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, @@ -121714,37 +121709,61 @@ static const uint16_t ts_small_parse_table[] = { [58766] = 12, ACTIONS(3579), 1, sym_comment, - ACTIONS(3745), 1, + ACTIONS(3746), 1, + anon_sym_AMP, + ACTIONS(3765), 1, anon_sym_PIPE_PIPE, - ACTIONS(3747), 1, + ACTIONS(3767), 1, anon_sym_AMP_AMP, - ACTIONS(3749), 1, + ACTIONS(3769), 1, anon_sym_PIPE, - ACTIONS(3751), 1, + ACTIONS(3771), 1, anon_sym_CARET, - ACTIONS(3753), 1, - anon_sym_AMP, ACTIONS(3781), 1, anon_sym_LF, - ACTIONS(3741), 2, + ACTIONS(3742), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3755), 2, + ACTIONS(3748), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3759), 2, + ACTIONS(3752), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3743), 3, + ACTIONS(3744), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3757), 4, + ACTIONS(3750), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [58811] = 5, + [58811] = 3, + ACTIONS(3579), 1, + sym_comment, + ACTIONS(3643), 1, + anon_sym_LF, + ACTIONS(3645), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + [58838] = 5, ACTIONS(3), 1, sym_comment, STATE(1069), 1, @@ -121770,12 +121789,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [58842] = 3, + [58869] = 3, ACTIONS(3579), 1, sym_comment, - ACTIONS(3643), 1, + ACTIONS(3653), 1, anon_sym_LF, - ACTIONS(3645), 18, + ACTIONS(3655), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -121794,144 +121813,144 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [58869] = 12, + [58896] = 12, ACTIONS(3579), 1, sym_comment, - ACTIONS(3745), 1, + ACTIONS(3746), 1, + anon_sym_AMP, + ACTIONS(3765), 1, anon_sym_PIPE_PIPE, - ACTIONS(3747), 1, + ACTIONS(3767), 1, anon_sym_AMP_AMP, - ACTIONS(3749), 1, + ACTIONS(3769), 1, anon_sym_PIPE, - ACTIONS(3751), 1, + ACTIONS(3771), 1, anon_sym_CARET, - ACTIONS(3753), 1, - anon_sym_AMP, ACTIONS(3786), 1, anon_sym_LF, - ACTIONS(3741), 2, + ACTIONS(3742), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3755), 2, + ACTIONS(3748), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3759), 2, + ACTIONS(3752), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3743), 3, + ACTIONS(3744), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3757), 4, + ACTIONS(3750), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [58914] = 12, + [58941] = 12, ACTIONS(3579), 1, sym_comment, - ACTIONS(3745), 1, + ACTIONS(3746), 1, + anon_sym_AMP, + ACTIONS(3765), 1, anon_sym_PIPE_PIPE, - ACTIONS(3747), 1, + ACTIONS(3767), 1, anon_sym_AMP_AMP, - ACTIONS(3749), 1, + ACTIONS(3769), 1, anon_sym_PIPE, - ACTIONS(3751), 1, + ACTIONS(3771), 1, anon_sym_CARET, - ACTIONS(3753), 1, - anon_sym_AMP, ACTIONS(3788), 1, anon_sym_LF, - ACTIONS(3741), 2, + ACTIONS(3742), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3755), 2, + ACTIONS(3748), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3759), 2, + ACTIONS(3752), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3743), 3, + ACTIONS(3744), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3757), 4, + ACTIONS(3750), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [58959] = 12, + [58986] = 12, ACTIONS(3579), 1, sym_comment, - ACTIONS(3745), 1, + ACTIONS(3746), 1, + anon_sym_AMP, + ACTIONS(3765), 1, anon_sym_PIPE_PIPE, - ACTIONS(3747), 1, + ACTIONS(3767), 1, anon_sym_AMP_AMP, - ACTIONS(3749), 1, + ACTIONS(3769), 1, anon_sym_PIPE, - ACTIONS(3751), 1, + ACTIONS(3771), 1, anon_sym_CARET, - ACTIONS(3753), 1, - anon_sym_AMP, ACTIONS(3790), 1, anon_sym_LF, - ACTIONS(3741), 2, + ACTIONS(3742), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3755), 2, + ACTIONS(3748), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3759), 2, + ACTIONS(3752), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3743), 3, + ACTIONS(3744), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3757), 4, + ACTIONS(3750), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [59004] = 12, + [59031] = 12, ACTIONS(3579), 1, sym_comment, - ACTIONS(3745), 1, + ACTIONS(3746), 1, + anon_sym_AMP, + ACTIONS(3765), 1, anon_sym_PIPE_PIPE, - ACTIONS(3747), 1, + ACTIONS(3767), 1, anon_sym_AMP_AMP, - ACTIONS(3749), 1, + ACTIONS(3769), 1, anon_sym_PIPE, - ACTIONS(3751), 1, + ACTIONS(3771), 1, anon_sym_CARET, - ACTIONS(3753), 1, - anon_sym_AMP, ACTIONS(3792), 1, anon_sym_LF, - ACTIONS(3741), 2, + ACTIONS(3742), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3755), 2, + ACTIONS(3748), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3759), 2, + ACTIONS(3752), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3743), 3, + ACTIONS(3744), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3757), 4, + ACTIONS(3750), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [59049] = 3, - ACTIONS(2466), 1, + [59076] = 3, + ACTIONS(2490), 1, anon_sym_LF, ACTIONS(3579), 1, sym_comment, - ACTIONS(2464), 18, + ACTIONS(2488), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -121950,63 +121969,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [59076] = 12, + [59103] = 12, ACTIONS(3579), 1, sym_comment, - ACTIONS(3745), 1, + ACTIONS(3746), 1, + anon_sym_AMP, + ACTIONS(3765), 1, anon_sym_PIPE_PIPE, - ACTIONS(3747), 1, + ACTIONS(3767), 1, anon_sym_AMP_AMP, - ACTIONS(3749), 1, + ACTIONS(3769), 1, anon_sym_PIPE, - ACTIONS(3751), 1, + ACTIONS(3771), 1, anon_sym_CARET, - ACTIONS(3753), 1, - anon_sym_AMP, ACTIONS(3794), 1, anon_sym_LF, - ACTIONS(3741), 2, + ACTIONS(3742), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3755), 2, + ACTIONS(3748), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3759), 2, + ACTIONS(3752), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3743), 3, + ACTIONS(3744), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3757), 4, + ACTIONS(3750), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [59121] = 3, - ACTIONS(3579), 1, - sym_comment, - ACTIONS(3647), 1, - anon_sym_LF, - ACTIONS(3649), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, [59148] = 6, ACTIONS(3), 1, sym_comment, @@ -122014,7 +122009,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(2974), 1, anon_sym_LPAREN2, - STATE(1419), 1, + STATE(1420), 1, aux_sym_sized_type_specifier_repeat1, ACTIONS(3796), 4, anon_sym_signed, @@ -122034,7 +122029,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [59181] = 14, + [59181] = 12, + ACTIONS(3579), 1, + sym_comment, + ACTIONS(3746), 1, + anon_sym_AMP, + ACTIONS(3765), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3767), 1, + anon_sym_AMP_AMP, + ACTIONS(3769), 1, + anon_sym_PIPE, + ACTIONS(3771), 1, + anon_sym_CARET, + ACTIONS(3799), 1, + anon_sym_LF, + ACTIONS(3742), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3748), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3752), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3744), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(3750), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [59226] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(3537), 1, @@ -122049,7 +122077,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(3547), 1, anon_sym_AMP, - ACTIONS(3799), 1, + ACTIONS(3801), 1, anon_sym_RPAREN, ACTIONS(3533), 2, anon_sym_DASH, @@ -122069,12 +122097,38 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3555), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [59230] = 3, + [59275] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(1069), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(3035), 2, + anon_sym_LPAREN2, + anon_sym_STAR, + ACTIONS(3803), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(3033), 12, + 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, + sym_primitive_type, + sym_identifier, + [59306] = 3, ACTIONS(3579), 1, sym_comment, - ACTIONS(3723), 1, + ACTIONS(3727), 1, anon_sym_LF, - ACTIONS(3725), 18, + ACTIONS(3729), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -122093,45 +122147,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [59257] = 12, - ACTIONS(3579), 1, - sym_comment, - ACTIONS(3745), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3747), 1, - anon_sym_AMP_AMP, - ACTIONS(3749), 1, - anon_sym_PIPE, - ACTIONS(3751), 1, - anon_sym_CARET, - ACTIONS(3753), 1, - anon_sym_AMP, - ACTIONS(3801), 1, - anon_sym_LF, - ACTIONS(3741), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3755), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3759), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3743), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3757), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [59302] = 3, + [59333] = 3, ACTIONS(3579), 1, sym_comment, - ACTIONS(3719), 1, + ACTIONS(3723), 1, anon_sym_LF, - ACTIONS(3721), 18, + ACTIONS(3725), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -122150,32 +122171,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [59329] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(1069), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(3035), 2, - anon_sym_LPAREN2, - anon_sym_STAR, - ACTIONS(3803), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(3033), 12, - 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, - sym_primitive_type, - sym_identifier, [59360] = 5, ACTIONS(3), 1, sym_comment, @@ -122202,220 +122197,163 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [59391] = 12, + [59391] = 3, ACTIONS(3579), 1, sym_comment, - ACTIONS(3745), 1, + ACTIONS(3659), 1, + anon_sym_LF, + ACTIONS(3661), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, - ACTIONS(3747), 1, anon_sym_AMP_AMP, - ACTIONS(3749), 1, anon_sym_PIPE, - ACTIONS(3751), 1, anon_sym_CARET, - ACTIONS(3753), 1, anon_sym_AMP, - ACTIONS(3809), 1, - anon_sym_LF, - ACTIONS(3741), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3755), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3759), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3743), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3757), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [59436] = 12, + anon_sym_LT_LT, + anon_sym_GT_GT, + [59418] = 12, ACTIONS(3579), 1, sym_comment, - ACTIONS(3745), 1, + ACTIONS(3746), 1, + anon_sym_AMP, + ACTIONS(3765), 1, anon_sym_PIPE_PIPE, - ACTIONS(3747), 1, + ACTIONS(3767), 1, anon_sym_AMP_AMP, - ACTIONS(3749), 1, + ACTIONS(3769), 1, anon_sym_PIPE, - ACTIONS(3751), 1, + ACTIONS(3771), 1, anon_sym_CARET, - ACTIONS(3753), 1, - anon_sym_AMP, - ACTIONS(3811), 1, + ACTIONS(3809), 1, anon_sym_LF, - ACTIONS(3741), 2, + ACTIONS(3742), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3755), 2, + ACTIONS(3748), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3759), 2, + ACTIONS(3752), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3743), 3, + ACTIONS(3744), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3757), 4, + ACTIONS(3750), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [59481] = 12, + [59463] = 12, ACTIONS(3579), 1, sym_comment, - ACTIONS(3745), 1, + ACTIONS(3746), 1, + anon_sym_AMP, + ACTIONS(3765), 1, anon_sym_PIPE_PIPE, - ACTIONS(3747), 1, + ACTIONS(3767), 1, anon_sym_AMP_AMP, - ACTIONS(3749), 1, + ACTIONS(3769), 1, anon_sym_PIPE, - ACTIONS(3751), 1, + ACTIONS(3771), 1, anon_sym_CARET, - ACTIONS(3753), 1, - anon_sym_AMP, - ACTIONS(3813), 1, + ACTIONS(3811), 1, anon_sym_LF, - ACTIONS(3741), 2, + ACTIONS(3742), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3755), 2, + ACTIONS(3748), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3759), 2, + ACTIONS(3752), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3743), 3, + ACTIONS(3744), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3757), 4, + ACTIONS(3750), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [59526] = 3, + [59508] = 12, ACTIONS(3579), 1, sym_comment, - ACTIONS(3661), 1, - anon_sym_LF, - ACTIONS(3663), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_PIPE, - anon_sym_CARET, + ACTIONS(3746), 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, - [59553] = 12, - ACTIONS(3579), 1, - sym_comment, - ACTIONS(3745), 1, + ACTIONS(3765), 1, anon_sym_PIPE_PIPE, - ACTIONS(3747), 1, + ACTIONS(3767), 1, anon_sym_AMP_AMP, - ACTIONS(3749), 1, + ACTIONS(3769), 1, anon_sym_PIPE, - ACTIONS(3751), 1, + ACTIONS(3771), 1, anon_sym_CARET, - ACTIONS(3753), 1, - anon_sym_AMP, - ACTIONS(3815), 1, + ACTIONS(3813), 1, anon_sym_LF, - ACTIONS(3741), 2, + ACTIONS(3742), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3755), 2, + ACTIONS(3748), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3759), 2, + ACTIONS(3752), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3743), 3, + ACTIONS(3744), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3757), 4, + ACTIONS(3750), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [59598] = 12, + [59553] = 12, ACTIONS(3579), 1, sym_comment, - ACTIONS(3745), 1, + ACTIONS(3746), 1, + anon_sym_AMP, + ACTIONS(3765), 1, anon_sym_PIPE_PIPE, - ACTIONS(3747), 1, + ACTIONS(3767), 1, anon_sym_AMP_AMP, - ACTIONS(3749), 1, + ACTIONS(3769), 1, anon_sym_PIPE, - ACTIONS(3751), 1, + ACTIONS(3771), 1, anon_sym_CARET, - ACTIONS(3753), 1, - anon_sym_AMP, - ACTIONS(3817), 1, + ACTIONS(3815), 1, anon_sym_LF, - ACTIONS(3741), 2, + ACTIONS(3742), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3755), 2, + ACTIONS(3748), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3759), 2, + ACTIONS(3752), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3743), 3, + ACTIONS(3744), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3757), 4, + ACTIONS(3750), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [59643] = 3, - ACTIONS(3579), 1, - sym_comment, - ACTIONS(3735), 1, - anon_sym_LF, - ACTIONS(3737), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - [59670] = 5, + [59598] = 5, ACTIONS(3), 1, sym_comment, STATE(1069), 1, @@ -122423,7 +122361,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3068), 2, anon_sym_LPAREN2, anon_sym_STAR, - ACTIONS(3819), 4, + ACTIONS(3817), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, @@ -122441,19 +122379,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [59701] = 7, + [59629] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3823), 1, + ACTIONS(3821), 1, sym_identifier, - ACTIONS(3829), 1, + ACTIONS(3827), 1, sym_primitive_type, - STATE(1442), 1, + STATE(1440), 1, aux_sym_sized_type_specifier_repeat1, ACTIONS(3094), 2, anon_sym_LPAREN2, anon_sym_STAR, - ACTIONS(3826), 4, + ACTIONS(3824), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, @@ -122469,10 +122407,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + [59664] = 12, + ACTIONS(3579), 1, + sym_comment, + ACTIONS(3746), 1, + anon_sym_AMP, + ACTIONS(3765), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3767), 1, + anon_sym_AMP_AMP, + ACTIONS(3769), 1, + anon_sym_PIPE, + ACTIONS(3771), 1, + anon_sym_CARET, + ACTIONS(3830), 1, + anon_sym_LF, + ACTIONS(3742), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3748), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3752), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3744), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(3750), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [59709] = 3, + ACTIONS(3579), 1, + sym_comment, + ACTIONS(3735), 1, + anon_sym_LF, + ACTIONS(3737), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, [59736] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, ACTIONS(3118), 1, sym_identifier, @@ -122482,7 +122477,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(3126), 1, sym_primitive_type, - STATE(1535), 1, + STATE(1542), 1, sym__type_declarator, STATE(1708), 1, sym__type_definition_declarators, @@ -122493,7 +122488,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1606), 5, + STATE(1603), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, @@ -122502,7 +122497,7 @@ static const uint16_t ts_small_parse_table[] = { [59777] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, ACTIONS(3118), 1, sym_identifier, @@ -122512,7 +122507,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(3126), 1, sym_primitive_type, - STATE(1535), 1, + STATE(1542), 1, sym__type_declarator, STATE(1700), 1, sym__type_definition_declarators, @@ -122523,7 +122518,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1606), 5, + STATE(1603), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, @@ -122532,7 +122527,7 @@ static const uint16_t ts_small_parse_table[] = { [59818] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, ACTIONS(3118), 1, sym_identifier, @@ -122542,9 +122537,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(3126), 1, sym_primitive_type, - STATE(1535), 1, + STATE(1542), 1, sym__type_declarator, - STATE(1727), 1, + STATE(1707), 1, sym__type_definition_declarators, STATE(2150), 1, sym_ms_based_modifier, @@ -122553,43 +122548,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1606), 5, + STATE(1603), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [59859] = 8, + [59859] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(3136), 1, - anon_sym_const, - ACTIONS(3143), 1, - anon_sym_LBRACE, - ACTIONS(3832), 1, - anon_sym___attribute__, - ACTIONS(3834), 1, - anon_sym_COLON, - STATE(1113), 1, - sym_attribute_specifier, - STATE(1306), 1, - sym_enumerator_list, - ACTIONS(3138), 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, - [59894] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, ACTIONS(3118), 1, sym_identifier, @@ -122599,9 +122567,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(3126), 1, sym_primitive_type, - STATE(1535), 1, + STATE(1542), 1, sym__type_declarator, - STATE(1707), 1, + STATE(1728), 1, sym__type_definition_declarators, STATE(2150), 1, sym_ms_based_modifier, @@ -122610,16 +122578,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1606), 5, + STATE(1603), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [59935] = 11, + [59900] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, ACTIONS(3118), 1, sym_identifier, @@ -122629,9 +122597,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(3126), 1, sym_primitive_type, - STATE(1535), 1, + STATE(1542), 1, sym__type_declarator, - STATE(1686), 1, + STATE(1706), 1, sym__type_definition_declarators, STATE(2150), 1, sym_ms_based_modifier, @@ -122640,16 +122608,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1606), 5, + STATE(1603), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [59976] = 11, + [59941] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, ACTIONS(3118), 1, sym_identifier, @@ -122659,9 +122627,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(3126), 1, sym_primitive_type, - STATE(1535), 1, + STATE(1542), 1, sym__type_declarator, - STATE(1713), 1, + STATE(1727), 1, sym__type_definition_declarators, STATE(2150), 1, sym_ms_based_modifier, @@ -122670,16 +122638,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1606), 5, + STATE(1603), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [60017] = 11, + [59982] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, ACTIONS(3118), 1, sym_identifier, @@ -122689,9 +122657,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(3126), 1, sym_primitive_type, - STATE(1535), 1, + STATE(1542), 1, sym__type_declarator, - STATE(1706), 1, + STATE(1686), 1, sym__type_definition_declarators, STATE(2150), 1, sym_ms_based_modifier, @@ -122700,16 +122668,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1606), 5, + STATE(1603), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [60058] = 11, + [60023] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, ACTIONS(3118), 1, sym_identifier, @@ -122719,9 +122687,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(3126), 1, sym_primitive_type, - STATE(1535), 1, + STATE(1542), 1, sym__type_declarator, - STATE(1679), 1, + STATE(1713), 1, sym__type_definition_declarators, STATE(2150), 1, sym_ms_based_modifier, @@ -122730,16 +122698,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1606), 5, + STATE(1603), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, + [60064] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3136), 1, + anon_sym_const, + ACTIONS(3143), 1, + anon_sym_LBRACE, + ACTIONS(3832), 1, + anon_sym___attribute__, + ACTIONS(3834), 1, + anon_sym_COLON, + STATE(1113), 1, + sym_attribute_specifier, + STATE(1306), 1, + sym_enumerator_list, + ACTIONS(3138), 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, [60099] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, ACTIONS(3118), 1, sym_identifier, @@ -122749,9 +122744,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(3126), 1, sym_primitive_type, - STATE(1535), 1, + STATE(1542), 1, sym__type_declarator, - STATE(1728), 1, + STATE(1679), 1, sym__type_definition_declarators, STATE(2150), 1, sym_ms_based_modifier, @@ -122760,7 +122755,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1606), 5, + STATE(1603), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, @@ -122769,7 +122764,7 @@ static const uint16_t ts_small_parse_table[] = { [60140] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, ACTIONS(3118), 1, sym_identifier, @@ -122779,7 +122774,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(3126), 1, sym_primitive_type, - STATE(1535), 1, + STATE(1542), 1, sym__type_declarator, STATE(1724), 1, sym__type_definition_declarators, @@ -122790,7 +122785,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1606), 5, + STATE(1603), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, @@ -122801,7 +122796,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(41), 1, + ACTIONS(353), 1, anon_sym_LBRACE, ACTIONS(3837), 1, anon_sym_COMMA, @@ -122813,11 +122808,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(3845), 1, anon_sym_EQ, - STATE(476), 1, + STATE(220), 1, sym_compound_statement, STATE(1143), 1, sym__old_style_parameter_list, - STATE(1473), 1, + STATE(1476), 1, sym_parameter_list, STATE(1749), 1, sym_gnu_asm_expression, @@ -122826,7 +122821,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3847), 2, anon_sym_asm, anon_sym___asm__, - STATE(1503), 2, + STATE(1505), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, [60229] = 15, @@ -122834,7 +122829,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(201), 1, + ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(3837), 1, anon_sym_COMMA, @@ -122846,11 +122841,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(3845), 1, anon_sym_EQ, - STATE(209), 1, + STATE(472), 1, sym_compound_statement, STATE(1143), 1, sym__old_style_parameter_list, - STATE(1473), 1, + STATE(1476), 1, sym_parameter_list, STATE(1749), 1, sym_gnu_asm_expression, @@ -122859,38 +122854,43 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3847), 2, anon_sym_asm, anon_sym___asm__, - STATE(1503), 2, + STATE(1505), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [60277] = 10, + [60277] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, - anon_sym___based, - ACTIONS(3118), 1, - sym_identifier, - ACTIONS(3120), 1, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(553), 1, + anon_sym_LBRACE, + ACTIONS(3837), 1, + anon_sym_COMMA, + ACTIONS(3839), 1, anon_sym_LPAREN2, - ACTIONS(3122), 1, - anon_sym_STAR, - ACTIONS(3126), 1, - sym_primitive_type, - STATE(1608), 1, - sym__type_declarator, - STATE(2150), 1, - sym_ms_based_modifier, - ACTIONS(3124), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1606), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [60315] = 15, + ACTIONS(3841), 1, + anon_sym_SEMI, + ACTIONS(3843), 1, + anon_sym_LBRACK, + ACTIONS(3845), 1, + anon_sym_EQ, + STATE(376), 1, + sym_compound_statement, + STATE(1143), 1, + sym__old_style_parameter_list, + STATE(1476), 1, + sym_parameter_list, + STATE(1749), 1, + sym_gnu_asm_expression, + STATE(1751), 1, + aux_sym__declaration_declarator_repeat1, + ACTIONS(3847), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(1505), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [60325] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, @@ -122911,7 +122911,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_statement, STATE(1143), 1, sym__old_style_parameter_list, - STATE(1473), 1, + STATE(1476), 1, sym_parameter_list, STATE(1749), 1, sym_gnu_asm_expression, @@ -122920,10 +122920,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3847), 2, anon_sym_asm, anon_sym___asm__, - STATE(1503), 2, + STATE(1505), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [60363] = 15, + [60373] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, @@ -122940,11 +122940,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(3845), 1, anon_sym_EQ, - STATE(364), 1, + STATE(368), 1, sym_compound_statement, STATE(1143), 1, sym__old_style_parameter_list, - STATE(1473), 1, + STATE(1476), 1, sym_parameter_list, STATE(1749), 1, sym_gnu_asm_expression, @@ -122953,13 +122953,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3847), 2, anon_sym_asm, anon_sym___asm__, - STATE(1503), 2, + STATE(1505), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [60411] = 10, + [60421] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, ACTIONS(3118), 1, sym_identifier, @@ -122969,7 +122969,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(3126), 1, sym_primitive_type, - STATE(1562), 1, + STATE(1609), 1, + sym__type_declarator, + STATE(2150), 1, + sym_ms_based_modifier, + ACTIONS(3124), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1603), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + [60459] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2089), 1, + anon_sym___based, + ACTIONS(3118), 1, + sym_identifier, + ACTIONS(3120), 1, + anon_sym_LPAREN2, + ACTIONS(3122), 1, + anon_sym_STAR, + ACTIONS(3126), 1, + sym_primitive_type, + STATE(1561), 1, sym__type_declarator, STATE(2150), 1, sym_ms_based_modifier, @@ -122978,34 +123006,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1606), 5, + STATE(1603), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [60449] = 15, + [60497] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(33), 1, + anon_sym___attribute__, + ACTIONS(2089), 1, + anon_sym___based, + ACTIONS(3304), 1, + sym_identifier, + ACTIONS(3306), 1, + anon_sym_LPAREN2, + ACTIONS(3308), 1, + anon_sym_STAR, + ACTIONS(3849), 1, + anon_sym_SEMI, + STATE(1502), 1, + sym__field_declarator, + STATE(1747), 1, + sym__field_declaration_declarator, + STATE(2093), 1, + sym_ms_based_modifier, + STATE(2134), 1, + sym_attribute_specifier, + STATE(1570), 5, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + [60538] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(729), 1, + ACTIONS(553), 1, anon_sym_LBRACE, ACTIONS(3837), 1, anon_sym_COMMA, - ACTIONS(3839), 1, - anon_sym_LPAREN2, ACTIONS(3841), 1, anon_sym_SEMI, ACTIONS(3843), 1, anon_sym_LBRACK, ACTIONS(3845), 1, anon_sym_EQ, + ACTIONS(3851), 1, + anon_sym_LPAREN2, STATE(376), 1, sym_compound_statement, - STATE(1143), 1, - sym__old_style_parameter_list, - STATE(1473), 1, + STATE(1476), 1, sym_parameter_list, STATE(1749), 1, sym_gnu_asm_expression, @@ -123014,15 +123069,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3847), 2, anon_sym_asm, anon_sym___asm__, - STATE(1503), 2, + STATE(1505), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [60497] = 12, + [60583] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, ACTIONS(3304), 1, sym_identifier, @@ -123030,7 +123085,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(3308), 1, anon_sym_STAR, - ACTIONS(3849), 1, + ACTIONS(3853), 1, anon_sym_SEMI, STATE(1502), 1, sym__field_declarator, @@ -123040,18 +123095,18 @@ static const uint16_t ts_small_parse_table[] = { sym_ms_based_modifier, STATE(2094), 1, sym_attribute_specifier, - STATE(1577), 5, + STATE(1570), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, - [60538] = 12, + [60624] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, ACTIONS(3304), 1, sym_identifier, @@ -123059,7 +123114,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(3308), 1, anon_sym_STAR, - ACTIONS(3851), 1, + ACTIONS(3855), 1, anon_sym_SEMI, STATE(1502), 1, sym__field_declarator, @@ -123069,49 +123124,18 @@ static const uint16_t ts_small_parse_table[] = { sym_attribute_specifier, STATE(2093), 1, sym_ms_based_modifier, - STATE(1577), 5, + STATE(1570), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, - [60579] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(729), 1, - anon_sym_LBRACE, - ACTIONS(3837), 1, - anon_sym_COMMA, - ACTIONS(3841), 1, - anon_sym_SEMI, - ACTIONS(3843), 1, - anon_sym_LBRACK, - ACTIONS(3845), 1, - anon_sym_EQ, - ACTIONS(3853), 1, - anon_sym_LPAREN2, - STATE(376), 1, - sym_compound_statement, - STATE(1473), 1, - sym_parameter_list, - STATE(1749), 1, - sym_gnu_asm_expression, - STATE(1751), 1, - aux_sym__declaration_declarator_repeat1, - ACTIONS(3847), 2, - anon_sym_asm, - anon_sym___asm__, - STATE(1503), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [60624] = 14, + [60665] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(201), 1, + ACTIONS(499), 1, anon_sym_LBRACE, ACTIONS(3837), 1, anon_sym_COMMA, @@ -123121,11 +123145,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(3845), 1, anon_sym_EQ, - ACTIONS(3853), 1, + ACTIONS(3851), 1, anon_sym_LPAREN2, - STATE(209), 1, + STATE(368), 1, sym_compound_statement, - STATE(1473), 1, + STATE(1476), 1, sym_parameter_list, STATE(1749), 1, sym_gnu_asm_expression, @@ -123134,15 +123158,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3847), 2, anon_sym_asm, anon_sym___asm__, - STATE(1503), 2, + STATE(1505), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [60669] = 14, + [60710] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(41), 1, + ACTIONS(353), 1, anon_sym_LBRACE, ACTIONS(3837), 1, anon_sym_COMMA, @@ -123152,11 +123176,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(3845), 1, anon_sym_EQ, - ACTIONS(3853), 1, + ACTIONS(3851), 1, anon_sym_LPAREN2, - STATE(476), 1, + STATE(220), 1, sym_compound_statement, - STATE(1473), 1, + STATE(1476), 1, sym_parameter_list, STATE(1749), 1, sym_gnu_asm_expression, @@ -123165,10 +123189,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3847), 2, anon_sym_asm, anon_sym___asm__, - STATE(1503), 2, + STATE(1505), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [60714] = 14, + [60755] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, @@ -123183,11 +123207,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(3845), 1, anon_sym_EQ, - ACTIONS(3853), 1, + ACTIONS(3851), 1, anon_sym_LPAREN2, STATE(160), 1, sym_compound_statement, - STATE(1473), 1, + STATE(1476), 1, sym_parameter_list, STATE(1749), 1, sym_gnu_asm_expression, @@ -123196,15 +123220,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3847), 2, anon_sym_asm, anon_sym___asm__, - STATE(1503), 2, + STATE(1505), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [60759] = 12, + [60800] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, ACTIONS(3304), 1, sym_identifier, @@ -123212,28 +123236,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(3308), 1, anon_sym_STAR, - ACTIONS(3855), 1, + ACTIONS(3857), 1, anon_sym_SEMI, STATE(1502), 1, sym__field_declarator, - STATE(1747), 1, + STATE(1740), 1, sym__field_declaration_declarator, STATE(2093), 1, sym_ms_based_modifier, - STATE(2134), 1, + STATE(2144), 1, sym_attribute_specifier, - STATE(1577), 5, + STATE(1570), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, - [60800] = 14, + [60841] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(499), 1, + ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(3837), 1, anon_sym_COMMA, @@ -123243,143 +123267,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(3845), 1, anon_sym_EQ, - ACTIONS(3853), 1, + ACTIONS(3851), 1, anon_sym_LPAREN2, - STATE(364), 1, + STATE(472), 1, sym_compound_statement, - STATE(1473), 1, + STATE(1476), 1, sym_parameter_list, STATE(1749), 1, sym_gnu_asm_expression, STATE(1751), 1, - aux_sym__declaration_declarator_repeat1, - ACTIONS(3847), 2, - anon_sym_asm, - anon_sym___asm__, - STATE(1503), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [60845] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(33), 1, - anon_sym___attribute__, - ACTIONS(2087), 1, - anon_sym___based, - ACTIONS(3304), 1, - sym_identifier, - ACTIONS(3306), 1, - anon_sym_LPAREN2, - ACTIONS(3308), 1, - anon_sym_STAR, - ACTIONS(3857), 1, - anon_sym_SEMI, - STATE(1502), 1, - sym__field_declarator, - STATE(1740), 1, - sym__field_declaration_declarator, - STATE(2093), 1, - sym_ms_based_modifier, - STATE(2144), 1, - sym_attribute_specifier, - STATE(1577), 5, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - [60886] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2087), 1, - anon_sym___based, - ACTIONS(2879), 1, - sym_identifier, - ACTIONS(3310), 1, - anon_sym_LPAREN2, - ACTIONS(3312), 1, - anon_sym_STAR, - STATE(821), 1, - sym__old_style_function_declarator, - STATE(1459), 1, - sym__declarator, - STATE(1808), 1, - sym_init_declarator, - STATE(2090), 1, - sym__declaration_declarator, - STATE(2164), 1, - sym_ms_based_modifier, - STATE(1537), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - [60924] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3859), 1, - sym_identifier, - ACTIONS(3861), 1, - aux_sym_preproc_if_token2, - ACTIONS(3863), 1, - aux_sym_preproc_else_token1, - ACTIONS(3865), 1, - aux_sym_preproc_elif_token1, - STATE(1530), 1, - aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(1531), 1, - aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - STATE(1609), 1, - sym_enumerator, - STATE(2043), 1, - sym_preproc_elifdef, - ACTIONS(3867), 2, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - STATE(2040), 2, - sym_preproc_else_in_enumerator_list_no_comma, - sym_preproc_elif_in_enumerator_list_no_comma, - STATE(2042), 2, - sym_preproc_else_in_enumerator_list, - sym_preproc_elif_in_enumerator_list, - [60964] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3832), 1, - anon_sym___attribute__, - ACTIONS(3871), 1, - anon_sym_LBRACK, - STATE(1479), 1, - sym_gnu_asm_expression, + aux_sym__declaration_declarator_repeat1, ACTIONS(3847), 2, anon_sym_asm, anon_sym___asm__, - STATE(1493), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - ACTIONS(3869), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - [60994] = 11, + STATE(1505), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [60886] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, - ACTIONS(2879), 1, + ACTIONS(2833), 1, sym_identifier, ACTIONS(3310), 1, anon_sym_LPAREN2, ACTIONS(3312), 1, anon_sym_STAR, - STATE(815), 1, + STATE(804), 1, sym__old_style_function_declarator, - STATE(1455), 1, + STATE(1456), 1, sym__declarator, STATE(1808), 1, sym_init_declarator, @@ -123387,77 +123304,77 @@ static const uint16_t ts_small_parse_table[] = { sym_ms_based_modifier, STATE(2165), 1, sym__declaration_declarator, - STATE(1537), 5, + STATE(1545), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [61032] = 11, + [60924] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, - ACTIONS(2879), 1, + ACTIONS(2833), 1, sym_identifier, ACTIONS(3310), 1, anon_sym_LPAREN2, ACTIONS(3312), 1, anon_sym_STAR, - STATE(805), 1, + STATE(825), 1, sym__old_style_function_declarator, - STATE(1456), 1, + STATE(1457), 1, sym__declarator, STATE(1808), 1, sym_init_declarator, - STATE(1953), 1, + STATE(1947), 1, sym__declaration_declarator, STATE(2164), 1, sym_ms_based_modifier, - STATE(1537), 5, + STATE(1545), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [61070] = 11, + [60962] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, - ACTIONS(2879), 1, + ACTIONS(2833), 1, sym_identifier, ACTIONS(3310), 1, anon_sym_LPAREN2, ACTIONS(3312), 1, anon_sym_STAR, - STATE(794), 1, + STATE(806), 1, sym__old_style_function_declarator, - STATE(1461), 1, + STATE(1459), 1, sym__declarator, STATE(1808), 1, sym_init_declarator, - STATE(1947), 1, + STATE(2090), 1, sym__declaration_declarator, STATE(2164), 1, sym_ms_based_modifier, - STATE(1537), 5, + STATE(1545), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [61108] = 5, + [61000] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(3861), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3878), 1, + ACTIONS(3864), 1, anon_sym_LBRACK, - STATE(1477), 2, + STATE(1474), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3873), 10, + ACTIONS(3859), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -123468,18 +123385,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_asm, anon_sym___asm__, - [61134] = 11, + [61026] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, - ACTIONS(2879), 1, + ACTIONS(2833), 1, sym_identifier, ACTIONS(3310), 1, anon_sym_LPAREN2, ACTIONS(3312), 1, anon_sym_STAR, - STATE(827), 1, + STATE(813), 1, sym__old_style_function_declarator, STATE(1458), 1, sym__declarator, @@ -123489,7 +123406,85 @@ static const uint16_t ts_small_parse_table[] = { sym_ms_based_modifier, STATE(2174), 1, sym__declaration_declarator, - STATE(1537), 5, + STATE(1545), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + [61064] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3832), 1, + anon_sym___attribute__, + ACTIONS(3868), 1, + anon_sym_LBRACK, + STATE(1479), 1, + sym_gnu_asm_expression, + ACTIONS(3847), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(1497), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + ACTIONS(3866), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + [61094] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3870), 1, + sym_identifier, + ACTIONS(3872), 1, + aux_sym_preproc_if_token2, + ACTIONS(3874), 1, + aux_sym_preproc_else_token1, + ACTIONS(3876), 1, + aux_sym_preproc_elif_token1, + STATE(1527), 1, + aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, + STATE(1528), 1, + aux_sym_preproc_if_in_enumerator_list_repeat1, + STATE(1594), 1, + sym_enumerator, + STATE(2043), 1, + sym_preproc_elifdef, + ACTIONS(3878), 2, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + STATE(2040), 2, + sym_preproc_else_in_enumerator_list_no_comma, + sym_preproc_elif_in_enumerator_list_no_comma, + STATE(2042), 2, + sym_preproc_else_in_enumerator_list, + sym_preproc_elif_in_enumerator_list, + [61134] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2089), 1, + anon_sym___based, + ACTIONS(2833), 1, + sym_identifier, + ACTIONS(3310), 1, + anon_sym_LPAREN2, + ACTIONS(3312), 1, + anon_sym_STAR, + STATE(809), 1, + sym__old_style_function_declarator, + STATE(1455), 1, + sym__declarator, + STATE(1808), 1, + sym_init_declarator, + STATE(1953), 1, + sym__declaration_declarator, + STATE(2164), 1, + sym_ms_based_modifier, + STATE(1545), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -123502,7 +123497,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, ACTIONS(3882), 1, anon_sym_LBRACK, - STATE(1491), 2, + STATE(1483), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, ACTIONS(3880), 9, @@ -123518,23 +123513,23 @@ static const uint16_t ts_small_parse_table[] = { [61197] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, - ACTIONS(2879), 1, + ACTIONS(2833), 1, sym_identifier, ACTIONS(3310), 1, anon_sym_LPAREN2, ACTIONS(3312), 1, anon_sym_STAR, - STATE(1490), 1, + STATE(1489), 1, sym__declarator, STATE(1808), 1, sym_init_declarator, - STATE(2090), 1, + STATE(1994), 1, sym__declaration_declarator, STATE(2164), 1, sym_ms_based_modifier, - STATE(1537), 5, + STATE(1545), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -123543,15 +123538,15 @@ static const uint16_t ts_small_parse_table[] = { [61232] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, - ACTIONS(2879), 1, + ACTIONS(2833), 1, sym_identifier, ACTIONS(3310), 1, anon_sym_LPAREN2, ACTIONS(3312), 1, anon_sym_STAR, - STATE(1469), 1, + STATE(1466), 1, sym__declarator, STATE(1808), 1, sym_init_declarator, @@ -123559,7 +123554,7 @@ static const uint16_t ts_small_parse_table[] = { sym__declaration_declarator, STATE(2164), 1, sym_ms_based_modifier, - STATE(1537), 5, + STATE(1545), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -123572,11 +123567,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(3843), 1, anon_sym_LBRACK, - ACTIONS(3853), 1, + ACTIONS(3851), 1, anon_sym_LPAREN2, - STATE(1473), 1, + STATE(1476), 1, sym_parameter_list, - STATE(1503), 2, + STATE(1505), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(3884), 7, @@ -123587,43 +123582,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, - [61296] = 10, + [61296] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(3832), 1, + anon_sym___attribute__, + ACTIONS(3888), 1, + anon_sym_LBRACK, + STATE(1488), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + ACTIONS(3886), 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__, + [61321] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3843), 1, + anon_sym_LBRACK, + ACTIONS(3851), 1, + anon_sym_LPAREN2, + STATE(1476), 1, + sym_parameter_list, + STATE(1505), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(3890), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, + [61350] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2089), 1, anon_sym___based, - ACTIONS(2879), 1, + ACTIONS(2833), 1, sym_identifier, ACTIONS(3310), 1, anon_sym_LPAREN2, ACTIONS(3312), 1, anon_sym_STAR, - STATE(1490), 1, + STATE(1467), 1, sym__declarator, STATE(1808), 1, sym_init_declarator, + STATE(1953), 1, + sym__declaration_declarator, STATE(2164), 1, sym_ms_based_modifier, - STATE(2165), 1, - sym__declaration_declarator, - STATE(1537), 5, + STATE(1545), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [61331] = 10, + [61385] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, - ACTIONS(2879), 1, + ACTIONS(2833), 1, sym_identifier, ACTIONS(3310), 1, anon_sym_LPAREN2, ACTIONS(3312), 1, anon_sym_STAR, - STATE(1490), 1, + STATE(1489), 1, sym__declarator, STATE(1808), 1, sym_init_declarator, @@ -123631,48 +123668,48 @@ static const uint16_t ts_small_parse_table[] = { sym__declaration_declarator, STATE(2164), 1, sym_ms_based_modifier, - STATE(1537), 5, + STATE(1545), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [61366] = 10, + [61420] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, - ACTIONS(2879), 1, + ACTIONS(2833), 1, sym_identifier, ACTIONS(3310), 1, anon_sym_LPAREN2, ACTIONS(3312), 1, anon_sym_STAR, - STATE(1465), 1, + STATE(1468), 1, sym__declarator, STATE(1808), 1, sym_init_declarator, - STATE(1953), 1, - sym__declaration_declarator, STATE(2164), 1, sym_ms_based_modifier, - STATE(1537), 5, + STATE(2174), 1, + sym__declaration_declarator, + STATE(1545), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [61401] = 5, + [61455] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3888), 1, + ACTIONS(3894), 1, anon_sym___attribute__, - ACTIONS(3891), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - STATE(1486), 2, + STATE(1488), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - ACTIONS(3886), 9, + ACTIONS(3892), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -123682,18 +123719,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, - [61426] = 10, + [61480] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3837), 1, + anon_sym_COMMA, + ACTIONS(3841), 1, + anon_sym_SEMI, + ACTIONS(3843), 1, + anon_sym_LBRACK, + ACTIONS(3845), 1, + anon_sym_EQ, + ACTIONS(3851), 1, + anon_sym_LPAREN2, + STATE(1476), 1, + sym_parameter_list, + STATE(1749), 1, + sym_gnu_asm_expression, + STATE(1751), 1, + aux_sym__declaration_declarator_repeat1, + ACTIONS(3847), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(1505), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [61519] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2089), 1, anon_sym___based, - ACTIONS(2879), 1, + ACTIONS(2833), 1, sym_identifier, ACTIONS(3310), 1, anon_sym_LPAREN2, ACTIONS(3312), 1, anon_sym_STAR, - STATE(1466), 1, + STATE(1470), 1, sym__declarator, STATE(1808), 1, sym_init_declarator, @@ -123701,24 +123765,24 @@ static const uint16_t ts_small_parse_table[] = { sym_ms_based_modifier, STATE(2165), 1, sym__declaration_declarator, - STATE(1537), 5, + STATE(1545), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [61461] = 10, + [61554] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, - ACTIONS(2879), 1, + ACTIONS(2833), 1, sym_identifier, ACTIONS(3310), 1, anon_sym_LPAREN2, ACTIONS(3312), 1, anon_sym_STAR, - STATE(1467), 1, + STATE(1489), 1, sym__declarator, STATE(1808), 1, sym_init_declarator, @@ -123726,24 +123790,24 @@ static const uint16_t ts_small_parse_table[] = { sym_ms_based_modifier, STATE(2174), 1, sym__declaration_declarator, - STATE(1537), 5, + STATE(1545), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [61496] = 10, + [61589] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, - ACTIONS(2879), 1, + ACTIONS(2833), 1, sym_identifier, ACTIONS(3310), 1, anon_sym_LPAREN2, ACTIONS(3312), 1, anon_sym_STAR, - STATE(1490), 1, + STATE(1489), 1, sym__declarator, STATE(1808), 1, sym_init_declarator, @@ -123751,160 +123815,140 @@ static const uint16_t ts_small_parse_table[] = { sym__declaration_declarator, STATE(2164), 1, sym_ms_based_modifier, - STATE(1537), 5, + STATE(1545), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [61531] = 12, + [61624] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3837), 1, - anon_sym_COMMA, - ACTIONS(3841), 1, - anon_sym_SEMI, - ACTIONS(3843), 1, - anon_sym_LBRACK, - ACTIONS(3845), 1, - anon_sym_EQ, - ACTIONS(3853), 1, + ACTIONS(2089), 1, + anon_sym___based, + ACTIONS(2833), 1, + sym_identifier, + ACTIONS(3310), 1, anon_sym_LPAREN2, - STATE(1473), 1, - sym_parameter_list, - STATE(1749), 1, - sym_gnu_asm_expression, - STATE(1751), 1, - aux_sym__declaration_declarator_repeat1, - ACTIONS(3847), 2, - anon_sym_asm, - anon_sym___asm__, - STATE(1503), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [61570] = 5, + ACTIONS(3312), 1, + anon_sym_STAR, + STATE(1489), 1, + sym__declarator, + STATE(1808), 1, + sym_init_declarator, + STATE(2164), 1, + sym_ms_based_modifier, + STATE(2165), 1, + sym__declaration_declarator, + STATE(1545), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + [61659] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3832), 1, - anon_sym___attribute__, - ACTIONS(3895), 1, - anon_sym_LBRACK, - STATE(1486), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - ACTIONS(3893), 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__, - [61595] = 7, + ACTIONS(17), 1, + sym_preproc_directive, + ACTIONS(3899), 1, + sym_identifier, + ACTIONS(3901), 1, + aux_sym_preproc_if_token1, + ACTIONS(3905), 1, + anon_sym_RBRACE, + ACTIONS(3903), 2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + STATE(1879), 2, + sym_preproc_call, + sym_enumerator, + STATE(2095), 2, + sym_preproc_if_in_enumerator_list_no_comma, + sym_preproc_ifdef_in_enumerator_list_no_comma, + STATE(1524), 3, + sym_preproc_if_in_enumerator_list, + sym_preproc_ifdef_in_enumerator_list, + aux_sym_enumerator_list_repeat1, + [61692] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(3843), 1, anon_sym_LBRACK, - ACTIONS(3853), 1, + ACTIONS(3851), 1, anon_sym_LPAREN2, - STATE(1473), 1, + STATE(1476), 1, sym_parameter_list, - STATE(1503), 2, + STATE(1505), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3897), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - [61624] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3832), 1, - anon_sym___attribute__, - ACTIONS(3882), 1, - anon_sym_LBRACK, - STATE(1486), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - ACTIONS(3880), 9, + ACTIONS(3907), 7, 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__, - [61649] = 10, + [61721] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, - ACTIONS(2879), 1, + ACTIONS(2833), 1, sym_identifier, ACTIONS(3310), 1, anon_sym_LPAREN2, ACTIONS(3312), 1, anon_sym_STAR, - STATE(1490), 1, + STATE(1489), 1, sym__declarator, STATE(1808), 1, sym_init_declarator, + STATE(2090), 1, + sym__declaration_declarator, STATE(2164), 1, sym_ms_based_modifier, - STATE(2174), 1, - sym__declaration_declarator, - STATE(1537), 5, + STATE(1545), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [61684] = 7, + [61756] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3843), 1, + ACTIONS(3832), 1, + anon_sym___attribute__, + ACTIONS(3882), 1, anon_sym_LBRACK, - ACTIONS(3853), 1, - anon_sym_LPAREN2, - STATE(1473), 1, - sym_parameter_list, - STATE(1503), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(3899), 7, + STATE(1488), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + ACTIONS(3880), 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__, - [61713] = 10, + [61781] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, - ACTIONS(2879), 1, + ACTIONS(2833), 1, sym_identifier, ACTIONS(3310), 1, anon_sym_LPAREN2, ACTIONS(3312), 1, anon_sym_STAR, - STATE(1490), 1, + STATE(1489), 1, sym__declarator, STATE(1808), 1, sym_init_declarator, @@ -123912,27 +123956,27 @@ static const uint16_t ts_small_parse_table[] = { sym__declaration_declarator, STATE(2164), 1, sym_ms_based_modifier, - STATE(1537), 5, + STATE(1545), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [61748] = 7, + [61816] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(3843), 1, anon_sym_LBRACK, - ACTIONS(3853), 1, + ACTIONS(3851), 1, anon_sym_LPAREN2, - STATE(1473), 1, + STATE(1476), 1, sym_parameter_list, - STATE(1503), 2, + STATE(1505), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3901), 7, + ACTIONS(3909), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, @@ -123940,86 +123984,109 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, - [61777] = 10, + [61845] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, - ACTIONS(2879), 1, + ACTIONS(2833), 1, sym_identifier, ACTIONS(3310), 1, anon_sym_LPAREN2, ACTIONS(3312), 1, anon_sym_STAR, - STATE(1490), 1, + STATE(1463), 1, sym__declarator, STATE(1808), 1, sym_init_declarator, - STATE(1994), 1, + STATE(1947), 1, sym__declaration_declarator, STATE(2164), 1, sym_ms_based_modifier, - STATE(1537), 5, + STATE(1545), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [61812] = 10, + [61880] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(17), 1, + sym_preproc_directive, + ACTIONS(3899), 1, + sym_identifier, + ACTIONS(3901), 1, + aux_sym_preproc_if_token1, + ACTIONS(3911), 1, + anon_sym_RBRACE, + ACTIONS(3903), 2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + STATE(1914), 2, + sym_preproc_call, + sym_enumerator, + STATE(2138), 2, + sym_preproc_if_in_enumerator_list_no_comma, + sym_preproc_ifdef_in_enumerator_list_no_comma, + STATE(1494), 3, + sym_preproc_if_in_enumerator_list, + sym_preproc_ifdef_in_enumerator_list, + aux_sym_enumerator_list_repeat1, + [61913] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3851), 1, + anon_sym_LPAREN2, + ACTIONS(3913), 1, + anon_sym_COMMA, + ACTIONS(3917), 1, + anon_sym_LBRACK, + ACTIONS(3919), 1, + anon_sym_COLON, + STATE(1588), 1, + sym_parameter_list, + STATE(1694), 1, + aux_sym__field_declaration_declarator_repeat1, + STATE(1696), 1, + sym_bitfield_clause, + ACTIONS(3915), 2, + anon_sym_SEMI, + anon_sym___attribute__, + STATE(1538), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [61949] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2089), 1, anon_sym___based, - ACTIONS(2879), 1, + ACTIONS(2833), 1, sym_identifier, ACTIONS(3310), 1, anon_sym_LPAREN2, ACTIONS(3312), 1, anon_sym_STAR, - STATE(1464), 1, + STATE(818), 1, + sym__old_style_function_declarator, + STATE(1559), 1, sym__declarator, - STATE(1808), 1, - sym_init_declarator, - STATE(1947), 1, - sym__declaration_declarator, STATE(2164), 1, sym_ms_based_modifier, - STATE(1537), 5, + STATE(1545), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [61847] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3843), 1, - anon_sym_LBRACK, - ACTIONS(3845), 1, - anon_sym_EQ, - ACTIONS(3853), 1, - anon_sym_LPAREN2, - STATE(1473), 1, - sym_parameter_list, - STATE(1838), 1, - sym_gnu_asm_expression, - ACTIONS(3847), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(3903), 2, - anon_sym_COMMA, - anon_sym_SEMI, - STATE(1503), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [61881] = 3, + [61981] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2865), 1, + ACTIONS(3923), 1, anon_sym_LBRACK, - ACTIONS(2857), 11, + ACTIONS(3921), 11, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -124031,42 +124098,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_asm, anon_sym___asm__, - [61901] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3853), 1, - anon_sym_LPAREN2, - ACTIONS(3905), 1, - anon_sym_COMMA, - ACTIONS(3909), 1, - anon_sym_LBRACK, - ACTIONS(3911), 1, - anon_sym_COLON, - STATE(1585), 1, - sym_parameter_list, - STATE(1694), 1, - aux_sym__field_declaration_declarator_repeat1, - STATE(1696), 1, - sym_bitfield_clause, - ACTIONS(3907), 2, - anon_sym_SEMI, - anon_sym___attribute__, - STATE(1543), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [61937] = 5, + [62001] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3915), 1, + ACTIONS(3927), 1, anon_sym_LBRACK, - STATE(1477), 2, + STATE(1474), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3913), 8, + ACTIONS(3925), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -124075,394 +124117,351 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, - [61961] = 9, + [62025] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, - ACTIONS(2879), 1, + ACTIONS(2833), 1, sym_identifier, ACTIONS(3310), 1, anon_sym_LPAREN2, ACTIONS(3312), 1, anon_sym_STAR, - STATE(809), 1, - sym__old_style_function_declarator, - STATE(1557), 1, + STATE(1508), 1, sym__declarator, + STATE(1873), 1, + sym_init_declarator, STATE(2164), 1, sym_ms_based_modifier, - STATE(1537), 5, + STATE(1545), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [61993] = 9, + [62057] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, - ACTIONS(2879), 1, + ACTIONS(2833), 1, sym_identifier, ACTIONS(3310), 1, anon_sym_LPAREN2, ACTIONS(3312), 1, anon_sym_STAR, - STATE(806), 1, + STATE(796), 1, sym__old_style_function_declarator, - STATE(1551), 1, + STATE(1547), 1, sym__declarator, STATE(2164), 1, sym_ms_based_modifier, - STATE(1537), 5, + STATE(1545), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [62025] = 3, + [62089] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2839), 1, - anon_sym_LBRACK, - ACTIONS(2831), 11, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, + ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, + ACTIONS(3843), 1, + anon_sym_LBRACK, + ACTIONS(3845), 1, anon_sym_EQ, - anon_sym_COLON, + ACTIONS(3851), 1, + anon_sym_LPAREN2, + STATE(1476), 1, + sym_parameter_list, + STATE(1838), 1, + sym_gnu_asm_expression, + ACTIONS(3847), 2, anon_sym_asm, anon_sym___asm__, - [62045] = 9, + ACTIONS(3929), 2, + anon_sym_COMMA, + anon_sym_SEMI, + STATE(1505), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [62123] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, - ACTIONS(2879), 1, + ACTIONS(2833), 1, sym_identifier, ACTIONS(3310), 1, anon_sym_LPAREN2, ACTIONS(3312), 1, anon_sym_STAR, - STATE(822), 1, + STATE(800), 1, sym__old_style_function_declarator, - STATE(1559), 1, + STATE(1551), 1, sym__declarator, STATE(2164), 1, sym_ms_based_modifier, - STATE(1537), 5, + STATE(1545), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [62077] = 9, + [62155] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, - anon_sym___based, - ACTIONS(2879), 1, - sym_identifier, - ACTIONS(3310), 1, + ACTIONS(2831), 1, + anon_sym_LBRACK, + ACTIONS(2823), 11, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(3312), 1, - anon_sym_STAR, - STATE(1500), 1, - sym__declarator, - STATE(1873), 1, - sym_init_declarator, - STATE(2164), 1, - sym_ms_based_modifier, - STATE(1537), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - [62109] = 9, + 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__, + [62175] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2865), 1, + anon_sym_LBRACK, + ACTIONS(2857), 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__, + [62195] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, - ACTIONS(2879), 1, + ACTIONS(2833), 1, sym_identifier, ACTIONS(3310), 1, anon_sym_LPAREN2, ACTIONS(3312), 1, anon_sym_STAR, - STATE(799), 1, + STATE(816), 1, sym__old_style_function_declarator, - STATE(1550), 1, + STATE(1552), 1, sym__declarator, STATE(2164), 1, sym_ms_based_modifier, - STATE(1537), 5, + STATE(1545), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [62141] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3919), 1, - anon_sym_LBRACK, - ACTIONS(3917), 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__, - [62161] = 9, + [62227] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, - ACTIONS(2879), 1, + ACTIONS(2833), 1, sym_identifier, ACTIONS(3310), 1, anon_sym_LPAREN2, ACTIONS(3312), 1, anon_sym_STAR, - STATE(810), 1, + STATE(805), 1, sym__old_style_function_declarator, STATE(1554), 1, sym__declarator, STATE(2164), 1, sym_ms_based_modifier, - STATE(1537), 5, + STATE(1545), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [62193] = 9, + [62259] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3921), 1, + ACTIONS(3899), 1, sym_identifier, - ACTIONS(3923), 1, + ACTIONS(3931), 1, aux_sym_preproc_if_token2, - ACTIONS(3925), 1, + ACTIONS(3933), 1, aux_sym_preproc_else_token1, - ACTIONS(3927), 1, + ACTIONS(3935), 1, aux_sym_preproc_elif_token1, - STATE(1530), 1, + STATE(1528), 1, aux_sym_preproc_if_in_enumerator_list_repeat1, STATE(1979), 1, sym_enumerator, - ACTIONS(3867), 2, + ACTIONS(3878), 2, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, STATE(2042), 3, sym_preproc_elifdef, sym_preproc_else_in_enumerator_list, sym_preproc_elif_in_enumerator_list, - [62224] = 10, + [62290] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3863), 1, - aux_sym_preproc_else_token1, - ACTIONS(3929), 1, - sym_identifier, - ACTIONS(3931), 1, - aux_sym_preproc_if_token2, - ACTIONS(3933), 1, - aux_sym_preproc_elif_token1, - STATE(1584), 1, - aux_sym_preproc_if_in_enumerator_list_repeat1, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3851), 1, + anon_sym_LPAREN2, + ACTIONS(3917), 1, + anon_sym_LBRACK, STATE(1588), 1, - aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - STATE(1657), 1, - sym_enumerator, - STATE(1985), 2, - sym_preproc_else_in_enumerator_list_no_comma, - sym_preproc_elif_in_enumerator_list_no_comma, - STATE(1986), 2, - sym_preproc_else_in_enumerator_list, - sym_preproc_elif_in_enumerator_list, - [62257] = 8, + sym_parameter_list, + STATE(1538), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(3937), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_COLON, + [62317] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, - ACTIONS(2879), 1, + ACTIONS(2833), 1, sym_identifier, ACTIONS(3310), 1, anon_sym_LPAREN2, ACTIONS(3312), 1, anon_sym_STAR, - STATE(1592), 1, + STATE(1579), 1, sym__declarator, STATE(2164), 1, sym_ms_based_modifier, - STATE(1537), 5, + STATE(1545), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [62286] = 8, + [62346] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, - ACTIONS(2879), 1, + ACTIONS(2833), 1, sym_identifier, ACTIONS(3310), 1, anon_sym_LPAREN2, ACTIONS(3312), 1, anon_sym_STAR, - STATE(1574), 1, + STATE(1581), 1, sym__declarator, STATE(2164), 1, sym_ms_based_modifier, - STATE(1537), 5, + STATE(1545), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [62315] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3853), 1, - anon_sym_LPAREN2, - ACTIONS(3909), 1, - anon_sym_LBRACK, - STATE(1585), 1, - sym_parameter_list, - STATE(1543), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(3935), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_COLON, - [62342] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3921), 1, - sym_identifier, - ACTIONS(3937), 1, - aux_sym_preproc_if_token1, - ACTIONS(3941), 1, - anon_sym_RBRACE, - STATE(1879), 1, - sym_enumerator, - ACTIONS(3939), 2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - STATE(2096), 2, - sym_preproc_if_in_enumerator_list_no_comma, - sym_preproc_ifdef_in_enumerator_list_no_comma, - STATE(1561), 3, - sym_preproc_if_in_enumerator_list, - sym_preproc_ifdef_in_enumerator_list, - aux_sym_enumerator_list_repeat1, - [62371] = 8, + [62375] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, - ACTIONS(2879), 1, + ACTIONS(3304), 1, sym_identifier, - ACTIONS(3310), 1, + ACTIONS(3306), 1, anon_sym_LPAREN2, - ACTIONS(3312), 1, + ACTIONS(3308), 1, anon_sym_STAR, - STATE(1580), 1, - sym__declarator, - STATE(2164), 1, + STATE(1520), 1, + sym__field_declarator, + STATE(2093), 1, sym_ms_based_modifier, - STATE(1537), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - [62400] = 7, + STATE(1570), 5, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + [62404] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3853), 1, + ACTIONS(3851), 1, anon_sym_LPAREN2, - ACTIONS(3909), 1, + ACTIONS(3917), 1, anon_sym_LBRACK, - STATE(1585), 1, + STATE(1588), 1, sym_parameter_list, - STATE(1543), 2, + STATE(1538), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3943), 5, + ACTIONS(3939), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym___attribute__, anon_sym_COLON, - [62427] = 9, + [62431] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3853), 1, + ACTIONS(3851), 1, anon_sym_LPAREN2, - ACTIONS(3909), 1, + ACTIONS(3917), 1, anon_sym_LBRACK, - ACTIONS(3911), 1, + ACTIONS(3919), 1, anon_sym_COLON, - STATE(1585), 1, + STATE(1588), 1, sym_parameter_list, STATE(1742), 1, sym_bitfield_clause, - STATE(1543), 2, + STATE(1538), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3945), 3, + ACTIONS(3941), 3, anon_sym_COMMA, anon_sym_SEMI, anon_sym___attribute__, - [62458] = 8, + [62462] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, - ACTIONS(3304), 1, + ACTIONS(2833), 1, sym_identifier, - ACTIONS(3306), 1, + ACTIONS(3310), 1, anon_sym_LPAREN2, - ACTIONS(3308), 1, + ACTIONS(3312), 1, anon_sym_STAR, - STATE(1598), 1, - sym__field_declarator, - STATE(2093), 1, + STATE(1583), 1, + sym__declarator, + STATE(2164), 1, sym_ms_based_modifier, - STATE(1577), 5, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - [62487] = 8, + STATE(1545), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + [62491] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, ACTIONS(3304), 1, sym_identifier, @@ -124470,231 +124469,288 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(3308), 1, anon_sym_STAR, - STATE(1520), 1, + STATE(1607), 1, sym__field_declarator, STATE(2093), 1, sym_ms_based_modifier, - STATE(1577), 5, + STATE(1570), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, - [62516] = 7, + [62520] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3853), 1, + ACTIONS(3851), 1, anon_sym_LPAREN2, - ACTIONS(3909), 1, + ACTIONS(3917), 1, anon_sym_LBRACK, - STATE(1585), 1, + STATE(1588), 1, sym_parameter_list, - STATE(1543), 2, + STATE(1538), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3947), 5, + ACTIONS(3943), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym___attribute__, anon_sym_COLON, - [62543] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2087), 1, - anon_sym___based, - ACTIONS(2879), 1, - sym_identifier, - ACTIONS(3310), 1, - anon_sym_LPAREN2, - ACTIONS(3312), 1, - anon_sym_STAR, - STATE(1571), 1, - sym__declarator, - STATE(2164), 1, - sym_ms_based_modifier, - STATE(1537), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - [62572] = 8, + [62547] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3921), 1, + ACTIONS(3945), 1, sym_identifier, - ACTIONS(3937), 1, + ACTIONS(3948), 1, aux_sym_preproc_if_token1, - ACTIONS(3949), 1, + ACTIONS(3954), 1, + sym_preproc_directive, + ACTIONS(3957), 1, anon_sym_RBRACE, - STATE(1914), 1, - sym_enumerator, - ACTIONS(3939), 2, + ACTIONS(3951), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(2139), 2, - sym_preproc_if_in_enumerator_list_no_comma, - sym_preproc_ifdef_in_enumerator_list_no_comma, - STATE(1517), 3, + STATE(2038), 2, + sym_preproc_call, + sym_enumerator, + STATE(1524), 3, sym_preproc_if_in_enumerator_list, sym_preproc_ifdef_in_enumerator_list, aux_sym_enumerator_list_repeat1, - [62601] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2087), 1, - anon_sym___based, - ACTIONS(2879), 1, - sym_identifier, - ACTIONS(3310), 1, - anon_sym_LPAREN2, - ACTIONS(3312), 1, - anon_sym_STAR, - STATE(1582), 1, - sym__declarator, - STATE(2164), 1, - sym_ms_based_modifier, - STATE(1537), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - [62630] = 8, + [62576] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2087), 1, + ACTIONS(2089), 1, anon_sym___based, - ACTIONS(2879), 1, + ACTIONS(2833), 1, sym_identifier, ACTIONS(3310), 1, anon_sym_LPAREN2, ACTIONS(3312), 1, anon_sym_STAR, - STATE(1595), 1, + STATE(1606), 1, sym__declarator, STATE(2164), 1, sym_ms_based_modifier, - STATE(1537), 5, + STATE(1545), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [62659] = 7, + [62605] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3853), 1, + ACTIONS(3851), 1, anon_sym_LPAREN2, - ACTIONS(3909), 1, + ACTIONS(3917), 1, anon_sym_LBRACK, - STATE(1585), 1, + STATE(1588), 1, sym_parameter_list, - STATE(1543), 2, + STATE(1538), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3951), 5, + ACTIONS(3959), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym___attribute__, anon_sym_COLON, - [62686] = 10, + [62632] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3863), 1, - aux_sym_preproc_else_token1, - ACTIONS(3929), 1, + ACTIONS(3870), 1, sym_identifier, - ACTIONS(3933), 1, - aux_sym_preproc_elif_token1, - ACTIONS(3953), 1, + ACTIONS(3961), 1, aux_sym_preproc_if_token2, - STATE(1583), 1, - aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(1587), 1, - aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - STATE(1657), 1, + ACTIONS(3963), 1, + aux_sym_preproc_else_token1, + ACTIONS(3965), 1, + aux_sym_preproc_elif_token1, + ACTIONS(3878), 2, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + STATE(1586), 2, sym_enumerator, - STATE(1971), 2, - sym_preproc_else_in_enumerator_list, - sym_preproc_elif_in_enumerator_list, - STATE(1974), 2, + aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, + STATE(1975), 3, + sym_preproc_elifdef, sym_preproc_else_in_enumerator_list_no_comma, sym_preproc_elif_in_enumerator_list_no_comma, - [62719] = 9, + [62661] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3921), 1, + ACTIONS(3899), 1, sym_identifier, - ACTIONS(3925), 1, + ACTIONS(3933), 1, aux_sym_preproc_else_token1, - ACTIONS(3927), 1, + ACTIONS(3935), 1, aux_sym_preproc_elif_token1, - ACTIONS(3955), 1, + ACTIONS(3967), 1, aux_sym_preproc_if_token2, - STATE(1573), 1, + STATE(1593), 1, aux_sym_preproc_if_in_enumerator_list_repeat1, STATE(1979), 1, sym_enumerator, - ACTIONS(3867), 2, + ACTIONS(3878), 2, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, STATE(1980), 3, sym_preproc_elifdef, sym_preproc_else_in_enumerator_list, sym_preproc_elif_in_enumerator_list, - [62750] = 8, + [62692] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3859), 1, + ACTIONS(2089), 1, + anon_sym___based, + ACTIONS(2833), 1, sym_identifier, - ACTIONS(3957), 1, - aux_sym_preproc_if_token2, - ACTIONS(3959), 1, + ACTIONS(3310), 1, + anon_sym_LPAREN2, + ACTIONS(3312), 1, + anon_sym_STAR, + STATE(1577), 1, + sym__declarator, + STATE(2164), 1, + sym_ms_based_modifier, + STATE(1545), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + [62721] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3874), 1, aux_sym_preproc_else_token1, - ACTIONS(3961), 1, + ACTIONS(3969), 1, + sym_identifier, + ACTIONS(3971), 1, + aux_sym_preproc_if_token2, + ACTIONS(3973), 1, aux_sym_preproc_elif_token1, - ACTIONS(3867), 2, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - STATE(1586), 2, + STATE(1563), 1, + aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, + STATE(1585), 1, + aux_sym_preproc_if_in_enumerator_list_repeat1, + STATE(1642), 1, sym_enumerator, + STATE(1971), 2, + sym_preproc_else_in_enumerator_list, + sym_preproc_elif_in_enumerator_list, + STATE(1974), 2, + sym_preproc_else_in_enumerator_list_no_comma, + sym_preproc_elif_in_enumerator_list_no_comma, + [62754] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2089), 1, + anon_sym___based, + ACTIONS(2833), 1, + sym_identifier, + ACTIONS(3310), 1, + anon_sym_LPAREN2, + ACTIONS(3312), 1, + anon_sym_STAR, + STATE(1568), 1, + sym__declarator, + STATE(2164), 1, + sym_ms_based_modifier, + STATE(1545), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + [62783] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3874), 1, + aux_sym_preproc_else_token1, + ACTIONS(3969), 1, + sym_identifier, + ACTIONS(3973), 1, + aux_sym_preproc_elif_token1, + ACTIONS(3975), 1, + aux_sym_preproc_if_token2, + STATE(1564), 1, aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - STATE(1975), 3, - sym_preproc_elifdef, + STATE(1592), 1, + aux_sym_preproc_if_in_enumerator_list_repeat1, + STATE(1642), 1, + sym_enumerator, + STATE(1985), 2, sym_preproc_else_in_enumerator_list_no_comma, sym_preproc_elif_in_enumerator_list_no_comma, - [62779] = 7, + STATE(1986), 2, + sym_preproc_else_in_enumerator_list, + sym_preproc_elif_in_enumerator_list, + [62816] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3853), 1, + ACTIONS(3851), 1, anon_sym_LPAREN2, - ACTIONS(3965), 1, + ACTIONS(3979), 1, anon_sym_LBRACK, - STATE(1605), 1, + STATE(1608), 1, sym_parameter_list, - STATE(1558), 2, + STATE(1557), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3963), 4, + ACTIONS(3977), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym___attribute__, - [62805] = 3, + [62842] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3969), 1, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3851), 1, + anon_sym_LPAREN2, + ACTIONS(3979), 1, + anon_sym_LBRACK, + STATE(1608), 1, + sym_parameter_list, + STATE(1557), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(3981), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym___attribute__, + [62868] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3985), 1, + anon_sym_LBRACK, + ACTIONS(3983), 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__, + [62886] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3989), 1, anon_sym_LBRACK, - ACTIONS(3967), 9, + ACTIONS(3987), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -124704,52 +124760,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, - [62823] = 7, + [62904] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3853), 1, + ACTIONS(3851), 1, anon_sym_LPAREN2, - ACTIONS(3965), 1, + ACTIONS(3979), 1, anon_sym_LBRACK, - STATE(1605), 1, + STATE(1608), 1, sym_parameter_list, - STATE(1558), 2, + STATE(1557), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3971), 4, + ACTIONS(3991), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym___attribute__, - [62849] = 9, + [62930] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3853), 1, - anon_sym_LPAREN2, - ACTIONS(3965), 1, + ACTIONS(3995), 1, anon_sym_LBRACK, - ACTIONS(3973), 1, + STATE(1474), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(3993), 6, anon_sym_COMMA, - STATE(1605), 1, - sym_parameter_list, - STATE(1718), 1, - aux_sym__type_definition_declarators_repeat1, - ACTIONS(3975), 2, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, - STATE(1558), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [62879] = 3, + anon_sym_COLON, + [62952] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3979), 1, + ACTIONS(3999), 1, anon_sym_LBRACK, - ACTIONS(3977), 9, + STATE(1670), 1, + sym_gnu_asm_input_operand, + STATE(1955), 1, + sym_string_literal, + ACTIONS(3997), 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, + [62976] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4003), 1, + anon_sym_LBRACK, + ACTIONS(4001), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -124759,12 +124829,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, - [62897] = 3, + [62994] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3983), 1, + ACTIONS(4007), 1, anon_sym_LBRACK, - ACTIONS(3981), 9, + ACTIONS(4005), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -124774,31 +124844,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, - [62915] = 3, + [63012] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3987), 1, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3851), 1, + anon_sym_LPAREN2, + ACTIONS(3979), 1, anon_sym_LBRACK, - ACTIONS(3985), 9, + ACTIONS(4009), 1, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, + STATE(1608), 1, + sym_parameter_list, + STATE(1718), 1, + aux_sym__type_definition_declarators_repeat1, + ACTIONS(4011), 2, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - [62933] = 6, + anon_sym___attribute__, + STATE(1557), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [63042] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3991), 1, + ACTIONS(4015), 1, anon_sym_LBRACK, STATE(1691), 1, sym_gnu_asm_output_operand, STATE(2015), 1, sym_string_literal, - ACTIONS(3989), 2, + ACTIONS(4013), 2, anon_sym_RPAREN, anon_sym_COLON, ACTIONS(95), 5, @@ -124807,50 +124883,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [62957] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3853), 1, - anon_sym_LPAREN2, - ACTIONS(3965), 1, - anon_sym_LBRACK, - STATE(1605), 1, - sym_parameter_list, - STATE(1558), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(3993), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym___attribute__, - [62983] = 7, + [63066] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3853), 1, + ACTIONS(3851), 1, anon_sym_LPAREN2, - ACTIONS(3965), 1, + ACTIONS(3979), 1, anon_sym_LBRACK, - STATE(1605), 1, + STATE(1608), 1, sym_parameter_list, - STATE(1558), 2, + STATE(1557), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3995), 4, + ACTIONS(4017), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym___attribute__, - [63009] = 3, + [63092] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3999), 1, + ACTIONS(4021), 1, anon_sym_LBRACK, - ACTIONS(3997), 9, + ACTIONS(4019), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -124860,29 +124917,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, - [63027] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4003), 1, - anon_sym_LBRACK, - STATE(1477), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(4001), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_COLON, - [63049] = 3, + [63110] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4007), 1, + ACTIONS(4025), 1, anon_sym_LBRACK, - ACTIONS(4005), 9, + ACTIONS(4023), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -124892,32 +124932,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, - [63067] = 6, + [63128] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4011), 1, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(553), 1, + anon_sym_LBRACE, + ACTIONS(3839), 1, + anon_sym_LPAREN2, + ACTIONS(3843), 1, anon_sym_LBRACK, - STATE(1670), 1, - sym_gnu_asm_input_operand, - STATE(1955), 1, - sym_string_literal, - ACTIONS(4009), 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, - [63091] = 6, + STATE(356), 1, + sym_compound_statement, + STATE(1143), 1, + sym__old_style_parameter_list, + STATE(1476), 1, + sym_parameter_list, + STATE(1505), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [63157] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4013), 1, + ACTIONS(4027), 1, anon_sym_RPAREN, - ACTIONS(4015), 1, + ACTIONS(4029), 1, anon_sym_COLON, - STATE(770), 1, + STATE(771), 1, sym_string_literal, STATE(1738), 1, sym_gnu_asm_output_operand_list, @@ -124927,32 +124969,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [63114] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4017), 1, - sym_identifier, - ACTIONS(4021), 1, - sym_system_lib_string, - STATE(2010), 2, - sym_preproc_call_expression, - sym_string_literal, - ACTIONS(4019), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [63135] = 6, + [63180] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4015), 1, + ACTIONS(4029), 1, anon_sym_COLON, - ACTIONS(4023), 1, + ACTIONS(4031), 1, anon_sym_RPAREN, - STATE(770), 1, + STATE(771), 1, sym_string_literal, - STATE(1811), 1, + STATE(1817), 1, sym_gnu_asm_output_operand_list, ACTIONS(95), 5, anon_sym_L_DQUOTE, @@ -124960,16 +124986,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [63158] = 6, + [63203] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4015), 1, + ACTIONS(4029), 1, anon_sym_COLON, - ACTIONS(4025), 1, + ACTIONS(4033), 1, anon_sym_RPAREN, - STATE(770), 1, + STATE(771), 1, sym_string_literal, - STATE(1817), 1, + STATE(1811), 1, sym_gnu_asm_output_operand_list, ACTIONS(95), 5, anon_sym_L_DQUOTE, @@ -124977,79 +125003,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [63181] = 9, + [63226] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(201), 1, + ACTIONS(499), 1, anon_sym_LBRACE, ACTIONS(3839), 1, anon_sym_LPAREN2, ACTIONS(3843), 1, anon_sym_LBRACK, - STATE(227), 1, + STATE(401), 1, sym_compound_statement, STATE(1143), 1, sym__old_style_parameter_list, - STATE(1473), 1, + STATE(1476), 1, sym_parameter_list, - STATE(1503), 2, + STATE(1505), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [63210] = 9, + [63255] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(129), 1, + ACTIONS(353), 1, anon_sym_LBRACE, ACTIONS(3839), 1, anon_sym_LPAREN2, ACTIONS(3843), 1, - anon_sym_LBRACK, - STATE(145), 1, - sym_compound_statement, - STATE(1143), 1, - sym__old_style_parameter_list, - STATE(1473), 1, - sym_parameter_list, - STATE(1503), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [63239] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4027), 1, - sym_identifier, - ACTIONS(4029), 1, - sym_system_lib_string, - STATE(2098), 2, - sym_preproc_call_expression, - sym_string_literal, - ACTIONS(4019), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [63260] = 5, + anon_sym_LBRACK, + STATE(225), 1, + sym_compound_statement, + STATE(1143), 1, + sym__old_style_parameter_list, + STATE(1476), 1, + sym_parameter_list, + STATE(1505), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [63284] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4031), 1, + ACTIONS(4035), 1, sym_identifier, - ACTIONS(4033), 1, + ACTIONS(4039), 1, sym_system_lib_string, STATE(2063), 2, sym_preproc_call_expression, sym_string_literal, - ACTIONS(4019), 5, + ACTIONS(4037), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [63281] = 9, + [63305] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, @@ -125060,190 +125070,251 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(3843), 1, anon_sym_LBRACK, - STATE(454), 1, + STATE(456), 1, sym_compound_statement, STATE(1143), 1, sym__old_style_parameter_list, - STATE(1473), 1, + STATE(1476), 1, sym_parameter_list, - STATE(1503), 2, + STATE(1505), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [63310] = 5, + [63334] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4035), 1, + ACTIONS(4041), 1, sym_identifier, - ACTIONS(4037), 1, + ACTIONS(4043), 1, sym_system_lib_string, - STATE(2204), 2, + STATE(2188), 2, sym_preproc_call_expression, sym_string_literal, - ACTIONS(4019), 5, + ACTIONS(4037), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [63331] = 5, + [63355] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4039), 1, + ACTIONS(4045), 1, sym_identifier, - ACTIONS(4041), 1, + ACTIONS(4047), 1, sym_system_lib_string, - STATE(2188), 2, + STATE(2098), 2, sym_preproc_call_expression, sym_string_literal, - ACTIONS(4019), 5, + ACTIONS(4037), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [63352] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(729), 1, - anon_sym_LBRACE, - ACTIONS(3839), 1, - anon_sym_LPAREN2, - ACTIONS(3843), 1, - anon_sym_LBRACK, - STATE(378), 1, - sym_compound_statement, - STATE(1143), 1, - sym__old_style_parameter_list, - STATE(1473), 1, - sym_parameter_list, - STATE(1503), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [63381] = 5, + [63376] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4045), 1, + ACTIONS(4051), 1, anon_sym_LBRACK, - STATE(1477), 2, + STATE(1474), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(4043), 5, + ACTIONS(4049), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, - [63402] = 9, + [63397] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4053), 1, + sym_identifier, + ACTIONS(4055), 1, + sym_system_lib_string, + STATE(2204), 2, + sym_preproc_call_expression, + sym_string_literal, + ACTIONS(4037), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [63418] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(499), 1, + ACTIONS(129), 1, anon_sym_LBRACE, ACTIONS(3839), 1, anon_sym_LPAREN2, ACTIONS(3843), 1, anon_sym_LBRACK, - STATE(399), 1, + STATE(144), 1, sym_compound_statement, STATE(1143), 1, sym__old_style_parameter_list, - STATE(1473), 1, + STATE(1476), 1, sym_parameter_list, - STATE(1503), 2, + STATE(1505), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [63431] = 6, + [63447] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4015), 1, - anon_sym_COLON, - ACTIONS(4047), 1, - anon_sym_RPAREN, - STATE(770), 1, + ACTIONS(4057), 1, + sym_identifier, + ACTIONS(4059), 1, + sym_system_lib_string, + STATE(2010), 2, + sym_preproc_call_expression, sym_string_literal, - STATE(1774), 1, - sym_gnu_asm_output_operand_list, - ACTIONS(95), 5, + ACTIONS(4037), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [63454] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4049), 1, - sym_identifier, - ACTIONS(4052), 1, - aux_sym_preproc_if_token1, - ACTIONS(4058), 1, - anon_sym_RBRACE, - STATE(2038), 1, - sym_enumerator, - ACTIONS(4055), 2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - STATE(1561), 3, - sym_preproc_if_in_enumerator_list, - sym_preproc_ifdef_in_enumerator_list, - aux_sym_enumerator_list_repeat1, - [63479] = 7, + [63468] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3853), 1, + ACTIONS(3851), 1, anon_sym_LPAREN2, - ACTIONS(3965), 1, + ACTIONS(3979), 1, anon_sym_LBRACK, - STATE(1605), 1, + STATE(1608), 1, sym_parameter_list, - STATE(1558), 2, + STATE(1557), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(4060), 3, + ACTIONS(4061), 3, anon_sym_COMMA, anon_sym_SEMI, anon_sym___attribute__, - [63504] = 5, + [63493] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4062), 1, - sym_identifier, - STATE(1546), 1, + ACTIONS(4029), 1, + anon_sym_COLON, + ACTIONS(4063), 1, + anon_sym_RPAREN, + STATE(771), 1, sym_string_literal, - STATE(1754), 1, - sym_concatenated_string, + STATE(1774), 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, - [63524] = 5, + [63516] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3963), 1, + aux_sym_preproc_else_token1, + ACTIONS(3969), 1, + sym_identifier, + ACTIONS(4065), 1, + aux_sym_preproc_if_token2, + ACTIONS(4067), 1, + aux_sym_preproc_elif_token1, + STATE(1638), 2, + sym_enumerator, + aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, + STATE(2001), 2, + sym_preproc_else_in_enumerator_list_no_comma, + sym_preproc_elif_in_enumerator_list_no_comma, + [63540] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3963), 1, + aux_sym_preproc_else_token1, + ACTIONS(3969), 1, + sym_identifier, + ACTIONS(4067), 1, + aux_sym_preproc_elif_token1, + ACTIONS(4069), 1, + aux_sym_preproc_if_token2, + STATE(1638), 2, + sym_enumerator, + aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, + STATE(1939), 2, + sym_preproc_else_in_enumerator_list_no_comma, + sym_preproc_elif_in_enumerator_list_no_comma, + [63564] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4011), 1, + ACTIONS(4073), 1, anon_sym_LBRACK, - STATE(1781), 1, - sym_gnu_asm_input_operand, - STATE(1955), 1, + ACTIONS(4071), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + [63580] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4075), 1, + sym_identifier, + STATE(1549), 1, sym_string_literal, + STATE(1737), 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, - [63544] = 5, + [63600] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3843), 1, + anon_sym_LBRACK, + ACTIONS(3851), 1, + anon_sym_LPAREN2, + STATE(1476), 1, + sym_parameter_list, + ACTIONS(4077), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(1505), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [63624] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3991), 1, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(353), 1, + anon_sym_LBRACE, + ACTIONS(3843), 1, + anon_sym_LBRACK, + ACTIONS(3851), 1, + anon_sym_LPAREN2, + STATE(225), 1, + sym_compound_statement, + STATE(1476), 1, + sym_parameter_list, + STATE(1505), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [63650] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4015), 1, anon_sym_LBRACK, STATE(1736), 1, sym_gnu_asm_output_operand, @@ -125255,44 +125326,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [63564] = 4, + [63670] = 3, ACTIONS(3), 1, sym_comment, - STATE(1662), 1, - sym_string_literal, - ACTIONS(4064), 2, + ACTIONS(4081), 1, + anon_sym_LBRACK, + ACTIONS(4079), 7, + anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, 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, - [63582] = 8, + [63686] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4085), 1, + anon_sym_LBRACK, + ACTIONS(4083), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + [63702] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3921), 1, + ACTIONS(3899), 1, sym_identifier, - ACTIONS(3925), 1, + ACTIONS(3933), 1, aux_sym_preproc_else_token1, - ACTIONS(4066), 1, + ACTIONS(4087), 1, aux_sym_preproc_if_token2, - ACTIONS(4068), 1, + ACTIONS(4089), 1, aux_sym_preproc_elif_token1, - STATE(1584), 1, + STATE(1592), 1, aux_sym_preproc_if_in_enumerator_list_repeat1, STATE(2048), 1, sym_enumerator, STATE(1986), 2, sym_preproc_else_in_enumerator_list, sym_preproc_elif_in_enumerator_list, - [63608] = 5, + [63728] = 4, + ACTIONS(3), 1, + sym_comment, + STATE(1662), 1, + sym_string_literal, + ACTIONS(4091), 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, + [63746] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4062), 1, + ACTIONS(4075), 1, sym_identifier, - STATE(1548), 1, + STATE(1550), 1, sym_string_literal, STATE(1775), 1, sym_concatenated_string, @@ -125302,12 +125399,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [63628] = 3, + [63766] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4072), 1, + ACTIONS(4095), 1, anon_sym_LBRACK, - ACTIONS(4070), 7, + ACTIONS(4093), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -125315,20 +125412,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - [63644] = 3, + [63782] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4076), 1, - anon_sym_LBRACK, - ACTIONS(4074), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - [63660] = 8, + ACTIONS(4075), 1, + sym_identifier, + STATE(1548), 1, + sym_string_literal, + STATE(1754), 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, + [63802] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, @@ -125337,21 +125436,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(3843), 1, anon_sym_LBRACK, - ACTIONS(3853), 1, + ACTIONS(3851), 1, anon_sym_LPAREN2, - STATE(454), 1, + STATE(456), 1, sym_compound_statement, - STATE(1473), 1, + STATE(1476), 1, sym_parameter_list, - STATE(1503), 2, + STATE(1505), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [63686] = 3, + [63828] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4080), 1, + ACTIONS(4099), 1, anon_sym_LBRACK, - ACTIONS(4078), 7, + ACTIONS(4097), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -125359,23 +125458,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - [63702] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4082), 1, - sym_identifier, - ACTIONS(4087), 1, - aux_sym_preproc_elif_token1, - STATE(1573), 1, - aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(1979), 1, - sym_enumerator, - ACTIONS(4085), 4, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - [63724] = 8, + [63844] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, @@ -125384,21 +125467,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(3843), 1, anon_sym_LBRACK, - ACTIONS(3853), 1, + ACTIONS(3851), 1, anon_sym_LPAREN2, - STATE(145), 1, + STATE(144), 1, sym_compound_statement, - STATE(1473), 1, + STATE(1476), 1, sym_parameter_list, - STATE(1503), 2, + STATE(1505), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [63750] = 3, + [63870] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4091), 1, + ACTIONS(4103), 1, anon_sym_LBRACK, - ACTIONS(4089), 7, + ACTIONS(4101), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -125406,154 +125489,123 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - [63766] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4062), 1, - sym_identifier, - STATE(1560), 1, - sym_string_literal, - STATE(1748), 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, - [63786] = 3, + [63886] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4095), 1, - anon_sym_LBRACK, - ACTIONS(4093), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, + ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - [63802] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4099), 1, + ACTIONS(499), 1, + anon_sym_LBRACE, + ACTIONS(3843), 1, anon_sym_LBRACK, - ACTIONS(4097), 7, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(3851), 1, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - [63818] = 5, + STATE(401), 1, + sym_compound_statement, + STATE(1476), 1, + sym_parameter_list, + STATE(1505), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [63912] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4062), 1, - sym_identifier, - STATE(1549), 1, + ACTIONS(3999), 1, + anon_sym_LBRACK, + STATE(1781), 1, + sym_gnu_asm_input_operand, + STATE(1955), 1, sym_string_literal, - STATE(1737), 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, - [63838] = 8, + [63932] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(729), 1, + ACTIONS(553), 1, anon_sym_LBRACE, ACTIONS(3843), 1, anon_sym_LBRACK, - ACTIONS(3853), 1, + ACTIONS(3851), 1, anon_sym_LPAREN2, - STATE(378), 1, + STATE(356), 1, sym_compound_statement, - STATE(1473), 1, + STATE(1476), 1, sym_parameter_list, - STATE(1503), 2, + STATE(1505), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [63864] = 4, + [63958] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4103), 1, + ACTIONS(4107), 1, aux_sym_preproc_elif_token1, - ACTIONS(4105), 1, + ACTIONS(4109), 1, anon_sym_EQ, - ACTIONS(4101), 6, + ACTIONS(4105), 6, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_identifier, - [63882] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(201), 1, - anon_sym_LBRACE, - ACTIONS(3843), 1, - anon_sym_LBRACK, - ACTIONS(3853), 1, - anon_sym_LPAREN2, - STATE(227), 1, - sym_compound_statement, - STATE(1473), 1, - sym_parameter_list, - STATE(1503), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [63908] = 8, + [63976] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3921), 1, + ACTIONS(3899), 1, sym_identifier, - ACTIONS(3925), 1, + ACTIONS(3933), 1, aux_sym_preproc_else_token1, - ACTIONS(4068), 1, + ACTIONS(4089), 1, aux_sym_preproc_elif_token1, - ACTIONS(4107), 1, + ACTIONS(4111), 1, aux_sym_preproc_if_token2, - STATE(1621), 1, + STATE(1632), 1, aux_sym_preproc_if_in_enumerator_list_repeat1, STATE(2048), 1, sym_enumerator, STATE(1998), 2, sym_preproc_else_in_enumerator_list, sym_preproc_elif_in_enumerator_list, - [63934] = 8, + [64002] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3921), 1, + ACTIONS(4113), 1, sym_identifier, - ACTIONS(3925), 1, - aux_sym_preproc_else_token1, - ACTIONS(4068), 1, + ACTIONS(4118), 1, aux_sym_preproc_elif_token1, - ACTIONS(4109), 1, - aux_sym_preproc_if_token2, - STATE(1621), 1, - aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(2048), 1, + STATE(1586), 2, sym_enumerator, - STATE(1942), 2, - sym_preproc_else_in_enumerator_list, - sym_preproc_elif_in_enumerator_list, - [63960] = 3, + aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, + ACTIONS(4116), 4, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + [64022] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4113), 1, + ACTIONS(4122), 1, + anon_sym_LBRACK, + ACTIONS(4120), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + [64038] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4126), 1, anon_sym_LBRACK, - ACTIONS(4111), 7, + ACTIONS(4124), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -125561,418 +125613,485 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - [63976] = 5, + [64054] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4115), 1, + ACTIONS(4075), 1, sym_identifier, - ACTIONS(4120), 1, - aux_sym_preproc_elif_token1, - STATE(1586), 2, - sym_enumerator, - aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - ACTIONS(4118), 4, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - [63996] = 7, + STATE(1562), 1, + sym_string_literal, + STATE(1748), 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, + [64074] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3929), 1, + ACTIONS(3899), 1, sym_identifier, - ACTIONS(3959), 1, + ACTIONS(3933), 1, aux_sym_preproc_else_token1, - ACTIONS(4122), 1, + ACTIONS(3971), 1, aux_sym_preproc_if_token2, - ACTIONS(4124), 1, + ACTIONS(4089), 1, aux_sym_preproc_elif_token1, - STATE(1622), 2, + STATE(1585), 1, + aux_sym_preproc_if_in_enumerator_list_repeat1, + STATE(2048), 1, sym_enumerator, - aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - STATE(2001), 2, - sym_preproc_else_in_enumerator_list_no_comma, - sym_preproc_elif_in_enumerator_list_no_comma, - [64020] = 7, + STATE(1971), 2, + sym_preproc_else_in_enumerator_list, + sym_preproc_elif_in_enumerator_list, + [64100] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3929), 1, - sym_identifier, - ACTIONS(3959), 1, + ACTIONS(3963), 1, aux_sym_preproc_else_token1, - ACTIONS(4124), 1, + ACTIONS(3969), 1, + sym_identifier, + ACTIONS(4067), 1, aux_sym_preproc_elif_token1, - ACTIONS(4126), 1, + ACTIONS(4128), 1, aux_sym_preproc_if_token2, - STATE(1622), 2, + STATE(1563), 2, sym_enumerator, aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - STATE(1939), 2, + STATE(1974), 2, sym_preproc_else_in_enumerator_list_no_comma, sym_preproc_elif_in_enumerator_list_no_comma, - [64044] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3843), 1, - anon_sym_LBRACK, - ACTIONS(3853), 1, - anon_sym_LPAREN2, - STATE(1473), 1, - sym_parameter_list, - ACTIONS(4128), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(1503), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [64068] = 8, + [64124] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3921), 1, + ACTIONS(3899), 1, sym_identifier, - ACTIONS(3925), 1, + ACTIONS(3933), 1, aux_sym_preproc_else_token1, - ACTIONS(3953), 1, - aux_sym_preproc_if_token2, - ACTIONS(4068), 1, + ACTIONS(4089), 1, aux_sym_preproc_elif_token1, - STATE(1583), 1, + ACTIONS(4130), 1, + aux_sym_preproc_if_token2, + STATE(1632), 1, aux_sym_preproc_if_in_enumerator_list_repeat1, STATE(2048), 1, sym_enumerator, - STATE(1971), 2, + STATE(1942), 2, sym_preproc_else_in_enumerator_list, sym_preproc_elif_in_enumerator_list, - [64094] = 7, + [64150] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3929), 1, + ACTIONS(4132), 1, sym_identifier, - ACTIONS(3959), 1, + ACTIONS(4137), 1, + aux_sym_preproc_elif_token1, + STATE(1593), 1, + aux_sym_preproc_if_in_enumerator_list_repeat1, + STATE(1979), 1, + sym_enumerator, + ACTIONS(4135), 4, + aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, - ACTIONS(4124), 1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + [64172] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4141), 1, + anon_sym_COMMA, + ACTIONS(4143), 1, aux_sym_preproc_elif_token1, - ACTIONS(4130), 1, + ACTIONS(4139), 5, aux_sym_preproc_if_token2, - STATE(1587), 2, - sym_enumerator, - aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - STATE(1974), 2, - sym_preproc_else_in_enumerator_list_no_comma, - sym_preproc_elif_in_enumerator_list_no_comma, - [64118] = 8, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + sym_identifier, + [64189] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(499), 1, - anon_sym_LBRACE, - ACTIONS(3843), 1, + ACTIONS(4147), 1, anon_sym_LBRACK, - ACTIONS(3853), 1, + ACTIONS(4145), 6, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - STATE(399), 1, - sym_compound_statement, - STATE(1473), 1, - sym_parameter_list, - STATE(1503), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [64144] = 3, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + [64204] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4134), 1, + ACTIONS(4151), 1, anon_sym_LBRACK, - ACTIONS(4132), 7, + ACTIONS(4149), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - [64160] = 3, + [64219] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4155), 1, anon_sym_LBRACK, - ACTIONS(4136), 6, + ACTIONS(4153), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - [64175] = 7, + [64234] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3843), 1, + ACTIONS(4157), 1, anon_sym_LBRACK, - ACTIONS(3853), 1, - anon_sym_LPAREN2, - ACTIONS(4140), 1, - anon_sym_RPAREN, - STATE(1473), 1, - sym_parameter_list, - STATE(1503), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [64198] = 3, + ACTIONS(4160), 1, + anon_sym_EQ, + ACTIONS(4162), 1, + anon_sym_DOT, + STATE(1598), 4, + sym_subscript_designator, + sym_subscript_range_designator, + sym_field_designator, + aux_sym_initializer_pair_repeat1, + [64253] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4144), 1, + ACTIONS(4167), 1, anon_sym_LBRACK, - ACTIONS(4142), 6, + ACTIONS(4165), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - [64213] = 8, + [64268] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, ACTIONS(37), 1, anon_sym___declspec, - ACTIONS(2845), 1, + ACTIONS(2871), 1, anon_sym_LBRACE, - ACTIONS(4146), 1, + ACTIONS(4169), 1, sym_identifier, STATE(1054), 1, sym_field_declaration_list, - STATE(1630), 1, + STATE(1654), 1, sym_attribute_specifier, STATE(1804), 1, sym_ms_declspec_modifier, - [64238] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3853), 1, - anon_sym_LPAREN2, - ACTIONS(3909), 1, - anon_sym_LBRACK, - ACTIONS(4148), 1, - anon_sym_RPAREN, - STATE(1585), 1, - sym_parameter_list, - STATE(1543), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [64261] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4152), 1, - anon_sym_LBRACK, - ACTIONS(4150), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - [64276] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4156), 1, - anon_sym_LBRACK, - ACTIONS(4154), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - [64291] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4160), 1, - anon_sym_LBRACK, - ACTIONS(4158), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - [64306] = 5, + [64293] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2041), 1, anon_sym_LBRACK, - ACTIONS(4162), 1, + ACTIONS(4171), 1, anon_sym_EQ, - ACTIONS(4164), 1, + ACTIONS(4173), 1, anon_sym_DOT, - STATE(1603), 4, + STATE(1598), 4, sym_subscript_designator, sym_subscript_range_designator, sym_field_designator, aux_sym_initializer_pair_repeat1, - [64325] = 5, + [64312] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4166), 1, + ACTIONS(4177), 1, anon_sym_LBRACK, - ACTIONS(4169), 1, - anon_sym_EQ, - ACTIONS(4171), 1, - anon_sym_DOT, - STATE(1603), 4, - sym_subscript_designator, - sym_subscript_range_designator, - sym_field_designator, - aux_sym_initializer_pair_repeat1, - [64344] = 3, + ACTIONS(4175), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + [64327] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4176), 1, + ACTIONS(4181), 1, anon_sym_LBRACK, - ACTIONS(4174), 6, + ACTIONS(4179), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - [64359] = 3, + [64342] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4180), 1, + ACTIONS(4185), 1, anon_sym_LBRACK, - ACTIONS(4178), 6, + ACTIONS(4183), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - [64374] = 3, + [64357] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4184), 1, + ACTIONS(4189), 1, anon_sym_LBRACK, - ACTIONS(4182), 6, + ACTIONS(4187), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - [64389] = 3, + [64372] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4188), 1, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3843), 1, + anon_sym_LBRACK, + ACTIONS(3851), 1, + anon_sym_LPAREN2, + ACTIONS(4191), 1, + anon_sym_RPAREN, + STATE(1476), 1, + sym_parameter_list, + STATE(1505), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [64395] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3851), 1, + anon_sym_LPAREN2, + ACTIONS(3917), 1, anon_sym_LBRACK, - ACTIONS(4186), 6, + ACTIONS(4193), 1, + anon_sym_RPAREN, + STATE(1588), 1, + sym_parameter_list, + STATE(1538), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [64418] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4197), 1, + anon_sym_LBRACK, + ACTIONS(4195), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - [64404] = 7, + [64433] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3853), 1, + ACTIONS(3851), 1, anon_sym_LPAREN2, - ACTIONS(3965), 1, + ACTIONS(3979), 1, anon_sym_LBRACK, - ACTIONS(4190), 1, + ACTIONS(4199), 1, anon_sym_RPAREN, - STATE(1605), 1, + STATE(1608), 1, sym_parameter_list, - STATE(1558), 2, + STATE(1557), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [64427] = 4, + [64456] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4194), 1, + ACTIONS(3851), 1, + anon_sym_LPAREN2, + ACTIONS(4203), 1, + anon_sym_LBRACK, + STATE(1655), 1, + sym_parameter_list, + ACTIONS(4201), 3, anon_sym_COMMA, - ACTIONS(4196), 1, - aux_sym_preproc_elif_token1, - ACTIONS(4192), 5, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, + anon_sym_RPAREN, + anon_sym_COLON, + [64474] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4205), 2, + anon_sym_RBRACE, sym_identifier, - [64444] = 5, + ACTIONS(4207), 4, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + [64488] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3853), 1, + ACTIONS(3851), 1, anon_sym_LPAREN2, - ACTIONS(4200), 1, + ACTIONS(4203), 1, anon_sym_LBRACK, - STATE(1645), 1, + STATE(1655), 1, sym_parameter_list, - ACTIONS(4198), 3, + ACTIONS(4209), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - [64462] = 3, + [64506] = 3, ACTIONS(3), 1, sym_comment, - STATE(770), 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, - [64476] = 5, + ACTIONS(4211), 2, + anon_sym_RBRACE, + sym_identifier, + ACTIONS(4213), 4, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + [64520] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3853), 1, + ACTIONS(4215), 2, + anon_sym_RBRACE, + sym_identifier, + ACTIONS(4217), 4, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + [64534] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4219), 2, + anon_sym_RBRACE, + sym_identifier, + ACTIONS(4221), 4, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + [64548] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4223), 2, + anon_sym_RBRACE, + sym_identifier, + ACTIONS(4225), 4, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + [64562] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4223), 2, + anon_sym_RBRACE, + sym_identifier, + ACTIONS(4225), 4, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + [64576] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4227), 1, anon_sym_LPAREN2, - ACTIONS(4200), 1, + STATE(1635), 2, + sym_gnu_asm_qualifier, + aux_sym_gnu_asm_expression_repeat1, + ACTIONS(4229), 3, + anon_sym_inline, + anon_sym_volatile, + anon_sym_goto, + [64592] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3851), 1, + anon_sym_LPAREN2, + ACTIONS(4203), 1, anon_sym_LBRACK, - STATE(1645), 1, + STATE(1655), 1, sym_parameter_list, - ACTIONS(4202), 3, + ACTIONS(4231), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - [64494] = 4, + [64610] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4204), 1, + ACTIONS(3851), 1, anon_sym_LPAREN2, - STATE(1626), 2, + ACTIONS(4203), 1, + anon_sym_LBRACK, + STATE(1655), 1, + sym_parameter_list, + ACTIONS(4233), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + [64628] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4235), 1, + anon_sym_LPAREN2, + STATE(1621), 2, sym_gnu_asm_qualifier, aux_sym_gnu_asm_expression_repeat1, - ACTIONS(4206), 3, + ACTIONS(4237), 3, anon_sym_inline, anon_sym_volatile, anon_sym_goto, - [64510] = 5, + [64644] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3853), 1, + ACTIONS(3851), 1, anon_sym_LPAREN2, - ACTIONS(4200), 1, + ACTIONS(4203), 1, anon_sym_LBRACK, - STATE(1645), 1, + STATE(1655), 1, sym_parameter_list, - ACTIONS(4208), 3, + ACTIONS(4240), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - [64528] = 3, + [64662] = 3, ACTIONS(3), 1, sym_comment, - STATE(2011), 1, + ACTIONS(4242), 2, + anon_sym_RBRACE, + sym_identifier, + ACTIONS(4244), 4, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + [64676] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4205), 2, + anon_sym_RBRACE, + sym_identifier, + ACTIONS(4207), 4, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + [64690] = 3, + ACTIONS(3), 1, + sym_comment, + STATE(771), 1, sym_string_literal, ACTIONS(95), 5, anon_sym_L_DQUOTE, @@ -125980,95 +126099,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [64542] = 4, + [64704] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4210), 1, + ACTIONS(4246), 1, anon_sym_LPAREN2, - STATE(1617), 2, + STATE(1634), 2, sym_gnu_asm_qualifier, aux_sym_gnu_asm_expression_repeat1, - ACTIONS(4206), 3, + ACTIONS(4229), 3, anon_sym_inline, anon_sym_volatile, anon_sym_goto, - [64558] = 4, + [64720] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4212), 1, - anon_sym_LPAREN2, - STATE(1627), 2, - sym_gnu_asm_qualifier, - aux_sym_gnu_asm_expression_repeat1, - ACTIONS(4206), 3, - anon_sym_inline, - anon_sym_volatile, - anon_sym_goto, - [64574] = 5, + ACTIONS(4248), 2, + anon_sym_RBRACE, + sym_identifier, + ACTIONS(4250), 4, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + [64734] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3853), 1, - anon_sym_LPAREN2, - ACTIONS(4200), 1, - anon_sym_LBRACK, - STATE(1645), 1, - sym_parameter_list, - ACTIONS(4214), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - [64592] = 5, + STATE(1987), 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, + [64748] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3853), 1, - anon_sym_LPAREN2, - ACTIONS(4200), 1, - anon_sym_LBRACK, - STATE(1645), 1, - sym_parameter_list, - ACTIONS(4216), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - [64610] = 5, + ACTIONS(3957), 2, + anon_sym_RBRACE, + sym_identifier, + ACTIONS(4252), 4, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + [64762] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3853), 1, + ACTIONS(3851), 1, anon_sym_LPAREN2, - ACTIONS(4200), 1, + ACTIONS(4203), 1, anon_sym_LBRACK, - STATE(1645), 1, + STATE(1655), 1, sym_parameter_list, - ACTIONS(4218), 3, + ACTIONS(4254), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - [64628] = 5, + [64780] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4082), 1, + ACTIONS(4256), 2, + anon_sym_RBRACE, sym_identifier, - STATE(1621), 1, - aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(2048), 1, - sym_enumerator, - ACTIONS(4085), 3, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - [64646] = 4, + ACTIONS(4258), 4, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + [64794] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4220), 1, + ACTIONS(4132), 1, sym_identifier, - STATE(1622), 2, + STATE(1632), 1, + aux_sym_preproc_if_in_enumerator_list_repeat1, + STATE(2048), 1, sym_enumerator, - aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - ACTIONS(4118), 3, + ACTIONS(4135), 3, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, - [64662] = 3, + [64812] = 3, ACTIONS(3), 1, sym_comment, STATE(1812), 1, @@ -126079,56 +126192,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [64676] = 3, + [64826] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4087), 1, - aux_sym_preproc_elif_token1, - ACTIONS(4085), 5, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - sym_identifier, - [64690] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4223), 1, - anon_sym_EQ, - ACTIONS(4101), 5, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - sym_identifier, - [64704] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4225), 1, + ACTIONS(4260), 1, anon_sym_LPAREN2, - STATE(1627), 2, + STATE(1621), 2, sym_gnu_asm_qualifier, aux_sym_gnu_asm_expression_repeat1, - ACTIONS(4206), 3, + ACTIONS(4229), 3, anon_sym_inline, anon_sym_volatile, anon_sym_goto, - [64720] = 4, + [64842] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4227), 1, + ACTIONS(4262), 1, anon_sym_LPAREN2, - STATE(1627), 2, + STATE(1621), 2, sym_gnu_asm_qualifier, aux_sym_gnu_asm_expression_repeat1, ACTIONS(4229), 3, anon_sym_inline, anon_sym_volatile, anon_sym_goto, - [64736] = 3, + [64858] = 3, ACTIONS(3), 1, sym_comment, - STATE(1987), 1, + ACTIONS(4264), 1, + anon_sym_EQ, + ACTIONS(4105), 5, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + sym_identifier, + [64872] = 3, + ACTIONS(3), 1, + sym_comment, + STATE(2011), 1, sym_string_literal, ACTIONS(95), 5, anon_sym_L_DQUOTE, @@ -126136,1074 +126238,988 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [64750] = 6, + [64886] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3859), 1, + ACTIONS(4266), 1, sym_identifier, - ACTIONS(4232), 1, - aux_sym_preproc_if_token2, - STATE(1609), 1, + STATE(1638), 2, sym_enumerator, - STATE(1683), 1, aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - STATE(1684), 1, - aux_sym_preproc_if_in_enumerator_list_repeat1, - [64769] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(37), 1, - anon_sym___declspec, - ACTIONS(2845), 1, - anon_sym_LBRACE, - ACTIONS(4234), 1, - sym_identifier, - STATE(1064), 1, - sym_field_declaration_list, - STATE(1745), 1, - sym_ms_declspec_modifier, - [64788] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4236), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_LBRACK, - anon_sym_COLON, - [64799] = 3, + ACTIONS(4116), 3, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + [64902] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4240), 1, - aux_sym_preproc_if_token1, - ACTIONS(4238), 4, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, + ACTIONS(4219), 2, anon_sym_RBRACE, sym_identifier, - [64812] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4244), 1, + ACTIONS(4221), 4, aux_sym_preproc_if_token1, - ACTIONS(4242), 4, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - anon_sym_RBRACE, - sym_identifier, - [64825] = 3, + sym_preproc_directive, + [64916] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4248), 1, - aux_sym_preproc_if_token1, - ACTIONS(4246), 4, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - anon_sym_RBRACE, + ACTIONS(4137), 1, + aux_sym_preproc_elif_token1, + ACTIONS(4135), 5, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, sym_identifier, - [64838] = 2, + [64930] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4250), 5, + ACTIONS(4269), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_COLON, - [64849] = 5, + [64941] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, - anon_sym_LPAREN2, - ACTIONS(4254), 1, - anon_sym_COLON_COLON, - STATE(1828), 1, - sym_argument_list, - ACTIONS(4252), 2, + ACTIONS(4271), 1, anon_sym_COMMA, - anon_sym_RBRACK_RBRACK, - [64866] = 2, + ACTIONS(4139), 4, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + sym_identifier, + [64954] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4256), 5, + ACTIONS(4273), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_COLON, - [64877] = 2, + [64965] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4258), 5, + ACTIONS(4275), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_COLON, - [64888] = 3, + [64976] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4262), 1, - aux_sym_preproc_if_token1, - ACTIONS(4260), 4, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - anon_sym_RBRACE, - sym_identifier, - [64901] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4264), 5, + ACTIONS(4277), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_COLON, - [64912] = 3, + [64987] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4268), 1, - aux_sym_preproc_if_token1, - ACTIONS(4266), 4, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - anon_sym_RBRACE, - sym_identifier, - [64925] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4272), 1, - aux_sym_preproc_if_token1, - ACTIONS(4270), 4, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - anon_sym_RBRACE, - sym_identifier, - [64938] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4274), 5, + ACTIONS(4279), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_COLON, - [64949] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4276), 1, - aux_sym_preproc_if_token1, - ACTIONS(4058), 4, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - anon_sym_RBRACE, - sym_identifier, - [64962] = 2, + [64998] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4278), 5, + ACTIONS(4281), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_COLON, - [64973] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4280), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_LBRACK, - anon_sym_COLON, - [64984] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4284), 1, - aux_sym_preproc_if_token1, - ACTIONS(4282), 4, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - anon_sym_RBRACE, - sym_identifier, - [64997] = 6, + [65009] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym___declspec, - ACTIONS(2845), 1, + ACTIONS(2871), 1, anon_sym_LBRACE, - ACTIONS(4286), 1, + ACTIONS(4283), 1, sym_identifier, STATE(1056), 1, sym_field_declaration_list, STATE(1816), 1, sym_ms_declspec_modifier, - [65016] = 2, + [65028] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4288), 5, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2563), 1, anon_sym_LPAREN2, - anon_sym_LBRACK, - anon_sym_COLON, - [65027] = 5, + ACTIONS(4287), 1, + anon_sym_COLON_COLON, + STATE(1828), 1, + sym_argument_list, + ACTIONS(4285), 2, + anon_sym_COMMA, + anon_sym_RBRACK_RBRACK, + [65045] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3853), 1, + ACTIONS(3851), 1, anon_sym_LPAREN2, - ACTIONS(4200), 1, + ACTIONS(4203), 1, anon_sym_LBRACK, - STATE(1645), 1, + STATE(1655), 1, sym_parameter_list, - ACTIONS(4128), 2, + ACTIONS(4077), 2, anon_sym_COMMA, anon_sym_RPAREN, - [65044] = 3, + [65062] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4284), 1, - aux_sym_preproc_if_token1, - ACTIONS(4282), 4, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - anon_sym_RBRACE, - sym_identifier, - [65057] = 2, + ACTIONS(4289), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_LBRACK, + anon_sym_COLON, + [65073] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4290), 5, + ACTIONS(4291), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_COLON, - [65068] = 3, + [65084] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4244), 1, - aux_sym_preproc_if_token1, - ACTIONS(4242), 4, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - anon_sym_RBRACE, + ACTIONS(3870), 1, sym_identifier, - [65081] = 3, + ACTIONS(4293), 1, + aux_sym_preproc_if_token2, + STATE(1594), 1, + sym_enumerator, + STATE(1683), 1, + aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, + STATE(1684), 1, + aux_sym_preproc_if_in_enumerator_list_repeat1, + [65103] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4294), 1, - aux_sym_preproc_if_token1, - ACTIONS(4292), 4, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - anon_sym_RBRACE, + ACTIONS(37), 1, + anon_sym___declspec, + ACTIONS(2871), 1, + anon_sym_LBRACE, + ACTIONS(4295), 1, sym_identifier, - [65094] = 2, + STATE(1064), 1, + sym_field_declaration_list, + STATE(1745), 1, + sym_ms_declspec_modifier, + [65122] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4296), 5, + ACTIONS(4297), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_COLON, - [65105] = 3, + [65133] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4294), 1, - aux_sym_preproc_if_token1, - ACTIONS(4292), 4, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - anon_sym_RBRACE, - sym_identifier, - [65118] = 3, + ACTIONS(4299), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_LBRACK, + anon_sym_COLON, + [65144] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4298), 1, + ACTIONS(4301), 5, anon_sym_COMMA, - ACTIONS(4192), 4, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - sym_identifier, - [65131] = 2, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_LBRACK, + anon_sym_COLON, + [65155] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4300), 5, + ACTIONS(4303), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_COLON, - [65142] = 2, + [65166] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4085), 4, + ACTIONS(4135), 4, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, sym_identifier, - [65152] = 5, + [65176] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_COMMA, - ACTIONS(4304), 1, + ACTIONS(4307), 1, anon_sym_RPAREN, STATE(1798), 1, aux_sym_parameter_list_repeat1, STATE(1803), 1, aux_sym__old_style_parameter_list_repeat1, - [65168] = 4, + [65192] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4306), 1, + ACTIONS(4309), 1, anon_sym_COMMA, STATE(1687), 1, aux_sym_gnu_asm_input_operand_list_repeat1, - ACTIONS(4308), 2, + ACTIONS(4311), 2, anon_sym_RPAREN, anon_sym_COLON, - [65182] = 4, + [65206] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4310), 1, + ACTIONS(4313), 1, anon_sym_COMMA, STATE(1688), 1, aux_sym_gnu_asm_clobber_list_repeat1, - ACTIONS(4312), 2, + ACTIONS(4315), 2, anon_sym_RPAREN, anon_sym_COLON, - [65196] = 4, + [65220] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4314), 1, + ACTIONS(4317), 1, anon_sym_COMMA, STATE(1663), 1, aux_sym_gnu_asm_output_operand_list_repeat1, - ACTIONS(4317), 2, + ACTIONS(4320), 2, anon_sym_RPAREN, anon_sym_COLON, - [65210] = 5, + [65234] = 5, ACTIONS(3579), 1, sym_comment, - ACTIONS(4319), 1, + ACTIONS(4322), 1, aux_sym_preproc_include_token2, - ACTIONS(4321), 1, + ACTIONS(4324), 1, anon_sym_LPAREN, - ACTIONS(4323), 1, + ACTIONS(4326), 1, sym_preproc_arg, STATE(1919), 1, sym_preproc_params, - [65226] = 5, + [65250] = 5, ACTIONS(3579), 1, sym_comment, - ACTIONS(4321), 1, + ACTIONS(4324), 1, anon_sym_LPAREN, - ACTIONS(4325), 1, + ACTIONS(4328), 1, aux_sym_preproc_include_token2, - ACTIONS(4327), 1, + ACTIONS(4330), 1, sym_preproc_arg, STATE(1913), 1, sym_preproc_params, - [65242] = 5, + [65266] = 5, ACTIONS(3579), 1, sym_comment, - ACTIONS(4321), 1, + ACTIONS(4324), 1, anon_sym_LPAREN, - ACTIONS(4329), 1, + ACTIONS(4332), 1, aux_sym_preproc_include_token2, - ACTIONS(4331), 1, + ACTIONS(4334), 1, sym_preproc_arg, STATE(1906), 1, sym_preproc_params, - [65258] = 5, + [65282] = 5, ACTIONS(3579), 1, sym_comment, - ACTIONS(4333), 1, + ACTIONS(4336), 1, anon_sym_DQUOTE, - ACTIONS(4335), 1, + ACTIONS(4338), 1, aux_sym_string_literal_token1, - ACTIONS(4337), 1, + ACTIONS(4340), 1, sym_escape_sequence, STATE(1693), 1, aux_sym_string_literal_repeat1, - [65274] = 4, + [65298] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3832), 1, anon_sym___attribute__, - ACTIONS(4339), 1, + ACTIONS(4342), 1, anon_sym_SEMI, - STATE(1486), 2, + STATE(1488), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [65288] = 5, + [65312] = 5, ACTIONS(3579), 1, sym_comment, - ACTIONS(4321), 1, + ACTIONS(4324), 1, anon_sym_LPAREN, - ACTIONS(4341), 1, + ACTIONS(4344), 1, aux_sym_preproc_include_token2, - ACTIONS(4343), 1, + ACTIONS(4346), 1, sym_preproc_arg, STATE(1896), 1, sym_preproc_params, - [65304] = 4, + [65328] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4306), 1, + ACTIONS(4309), 1, anon_sym_COMMA, STATE(1661), 1, aux_sym_gnu_asm_input_operand_list_repeat1, - ACTIONS(4345), 2, + ACTIONS(4348), 2, anon_sym_RPAREN, anon_sym_COLON, - [65318] = 4, + [65342] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3832), 1, anon_sym___attribute__, - ACTIONS(4347), 1, + ACTIONS(4350), 1, anon_sym_SEMI, - STATE(1486), 2, + STATE(1488), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [65332] = 5, + [65356] = 5, ACTIONS(3579), 1, sym_comment, - ACTIONS(4321), 1, + ACTIONS(4324), 1, anon_sym_LPAREN, - ACTIONS(4349), 1, + ACTIONS(4352), 1, aux_sym_preproc_include_token2, - ACTIONS(4351), 1, + ACTIONS(4354), 1, sym_preproc_arg, STATE(1845), 1, sym_preproc_params, - [65348] = 4, + [65372] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4353), 1, + ACTIONS(4356), 1, anon_sym_COMMA, STATE(1663), 1, aux_sym_gnu_asm_output_operand_list_repeat1, - ACTIONS(4355), 2, + ACTIONS(4358), 2, anon_sym_RPAREN, anon_sym_COLON, - [65362] = 4, + [65386] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4357), 1, + ACTIONS(4360), 1, anon_sym___except, - ACTIONS(4359), 1, + ACTIONS(4362), 1, anon_sym___finally, STATE(276), 2, sym_seh_except_clause, sym_seh_finally_clause, - [65376] = 4, + [65400] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4361), 1, + ACTIONS(4364), 1, anon_sym_COMMA, STATE(1675), 1, aux_sym__field_declaration_declarator_repeat1, - ACTIONS(4364), 2, + ACTIONS(4367), 2, anon_sym_SEMI, anon_sym___attribute__, - [65390] = 4, + [65414] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3905), 1, + ACTIONS(3913), 1, anon_sym_COMMA, STATE(1675), 1, aux_sym__field_declaration_declarator_repeat1, - ACTIONS(4366), 2, + ACTIONS(4369), 2, anon_sym_SEMI, anon_sym___attribute__, - [65404] = 5, + [65428] = 5, ACTIONS(3579), 1, sym_comment, - ACTIONS(4368), 1, + ACTIONS(4371), 1, anon_sym_DQUOTE, - ACTIONS(4370), 1, + ACTIONS(4373), 1, aux_sym_string_literal_token1, - ACTIONS(4372), 1, + ACTIONS(4375), 1, sym_escape_sequence, STATE(1698), 1, aux_sym_string_literal_repeat1, - [65420] = 4, + [65444] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3832), 1, anon_sym___attribute__, - ACTIONS(4374), 1, + ACTIONS(4377), 1, anon_sym_SEMI, - STATE(1486), 2, + STATE(1488), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [65434] = 4, + [65458] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3832), 1, anon_sym___attribute__, - ACTIONS(4376), 1, + ACTIONS(4379), 1, anon_sym_SEMI, STATE(1671), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [65448] = 5, + [65472] = 5, ACTIONS(3579), 1, sym_comment, - ACTIONS(4321), 1, + ACTIONS(4324), 1, anon_sym_LPAREN, - ACTIONS(4378), 1, + ACTIONS(4381), 1, aux_sym_preproc_include_token2, - ACTIONS(4380), 1, + ACTIONS(4383), 1, sym_preproc_arg, STATE(1854), 1, sym_preproc_params, - [65464] = 4, + [65488] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3859), 1, + ACTIONS(3870), 1, sym_identifier, - ACTIONS(4382), 1, + ACTIONS(4385), 1, aux_sym_preproc_if_token2, STATE(1683), 2, sym_enumerator, aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - [65478] = 5, + [65502] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3921), 1, + ACTIONS(3899), 1, sym_identifier, - ACTIONS(4232), 1, + ACTIONS(4293), 1, aux_sym_preproc_if_token2, STATE(1684), 1, aux_sym_preproc_if_in_enumerator_list_repeat1, STATE(1979), 1, sym_enumerator, - [65494] = 4, + [65518] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3859), 1, + ACTIONS(3870), 1, sym_identifier, - ACTIONS(4384), 1, + ACTIONS(4387), 1, aux_sym_preproc_if_token2, STATE(1586), 2, sym_enumerator, aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - [65508] = 5, + [65532] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3921), 1, + ACTIONS(3899), 1, sym_identifier, - ACTIONS(4386), 1, + ACTIONS(4389), 1, aux_sym_preproc_if_token2, - STATE(1573), 1, + STATE(1593), 1, aux_sym_preproc_if_in_enumerator_list_repeat1, STATE(1979), 1, sym_enumerator, - [65524] = 4, + [65548] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4388), 1, + ACTIONS(4391), 1, anon_sym___except, - ACTIONS(4390), 1, + ACTIONS(4393), 1, anon_sym___finally, - STATE(349), 2, + STATE(346), 2, sym_seh_except_clause, sym_seh_finally_clause, - [65538] = 4, + [65562] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3832), 1, anon_sym___attribute__, - ACTIONS(4392), 1, + ACTIONS(4395), 1, anon_sym_SEMI, STATE(1678), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [65552] = 4, + [65576] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4394), 1, + ACTIONS(4397), 1, anon_sym_COMMA, STATE(1687), 1, aux_sym_gnu_asm_input_operand_list_repeat1, - ACTIONS(4397), 2, + ACTIONS(4400), 2, anon_sym_RPAREN, anon_sym_COLON, - [65566] = 4, + [65590] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4310), 1, + ACTIONS(4313), 1, anon_sym_COMMA, STATE(1690), 1, aux_sym_gnu_asm_clobber_list_repeat1, - ACTIONS(4399), 2, + ACTIONS(4402), 2, anon_sym_RPAREN, anon_sym_COLON, - [65580] = 5, + [65604] = 5, ACTIONS(3579), 1, sym_comment, - ACTIONS(4321), 1, + ACTIONS(4324), 1, anon_sym_LPAREN, - ACTIONS(4401), 1, + ACTIONS(4404), 1, aux_sym_preproc_include_token2, - ACTIONS(4403), 1, + ACTIONS(4406), 1, sym_preproc_arg, STATE(1862), 1, sym_preproc_params, - [65596] = 4, + [65620] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4405), 1, + ACTIONS(4408), 1, anon_sym_COMMA, STATE(1690), 1, aux_sym_gnu_asm_clobber_list_repeat1, - ACTIONS(4408), 2, + ACTIONS(4411), 2, anon_sym_RPAREN, anon_sym_COLON, - [65610] = 4, + [65634] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4353), 1, + ACTIONS(4356), 1, anon_sym_COMMA, STATE(1673), 1, aux_sym_gnu_asm_output_operand_list_repeat1, - ACTIONS(4410), 2, + ACTIONS(4413), 2, anon_sym_RPAREN, anon_sym_COLON, - [65624] = 4, + [65648] = 4, ACTIONS(3579), 1, sym_comment, - ACTIONS(4412), 1, + ACTIONS(4415), 1, anon_sym_SQUOTE, STATE(1711), 1, aux_sym_char_literal_repeat1, - ACTIONS(4414), 2, + ACTIONS(4417), 2, aux_sym_char_literal_token1, sym_escape_sequence, - [65638] = 5, + [65662] = 5, ACTIONS(3579), 1, sym_comment, - ACTIONS(4416), 1, + ACTIONS(4419), 1, anon_sym_DQUOTE, - ACTIONS(4418), 1, + ACTIONS(4421), 1, aux_sym_string_literal_token1, - ACTIONS(4420), 1, + ACTIONS(4423), 1, sym_escape_sequence, STATE(1712), 1, aux_sym_string_literal_repeat1, - [65654] = 4, + [65678] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3905), 1, + ACTIONS(3913), 1, anon_sym_COMMA, STATE(1675), 1, aux_sym__field_declaration_declarator_repeat1, - ACTIONS(4422), 2, + ACTIONS(4425), 2, anon_sym_SEMI, anon_sym___attribute__, - [65668] = 4, + [65692] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3832), 1, anon_sym___attribute__, - ACTIONS(4424), 1, + ACTIONS(4427), 1, anon_sym_SEMI, - STATE(1486), 2, + STATE(1488), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [65682] = 4, + [65706] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3905), 1, + ACTIONS(3913), 1, anon_sym_COMMA, STATE(1676), 1, aux_sym__field_declaration_declarator_repeat1, - ACTIONS(4426), 2, + ACTIONS(4429), 2, anon_sym_SEMI, anon_sym___attribute__, - [65696] = 4, + [65720] = 4, ACTIONS(3579), 1, sym_comment, - ACTIONS(4428), 1, + ACTIONS(4431), 1, anon_sym_SQUOTE, STATE(1711), 1, aux_sym_char_literal_repeat1, - ACTIONS(4414), 2, + ACTIONS(4417), 2, aux_sym_char_literal_token1, sym_escape_sequence, - [65710] = 5, + [65734] = 5, ACTIONS(3579), 1, sym_comment, - ACTIONS(4418), 1, + ACTIONS(4421), 1, aux_sym_string_literal_token1, - ACTIONS(4420), 1, + ACTIONS(4423), 1, sym_escape_sequence, - ACTIONS(4430), 1, + ACTIONS(4433), 1, anon_sym_DQUOTE, STATE(1712), 1, aux_sym_string_literal_repeat1, - [65726] = 4, + [65750] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3832), 1, anon_sym___attribute__, - ACTIONS(4432), 1, + ACTIONS(4435), 1, anon_sym_SEMI, - STATE(1486), 2, + STATE(1488), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [65740] = 4, + [65764] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3832), 1, anon_sym___attribute__, - ACTIONS(4434), 1, + ACTIONS(4437), 1, anon_sym_SEMI, STATE(1695), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [65754] = 4, + [65778] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4436), 1, + ACTIONS(4439), 1, anon_sym_COMMA, STATE(1701), 1, aux_sym__type_definition_declarators_repeat1, - ACTIONS(4439), 2, + ACTIONS(4442), 2, anon_sym_SEMI, anon_sym___attribute__, - [65768] = 4, + [65792] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3832), 1, anon_sym___attribute__, - ACTIONS(4441), 1, + ACTIONS(4444), 1, anon_sym_SEMI, - STATE(1486), 2, + STATE(1488), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [65782] = 4, + [65806] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4443), 1, + ACTIONS(4446), 1, anon_sym___except, - ACTIONS(4445), 1, + ACTIONS(4448), 1, anon_sym___finally, - STATE(259), 2, + STATE(258), 2, sym_seh_except_clause, sym_seh_finally_clause, - [65796] = 4, + [65820] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4447), 1, + ACTIONS(4450), 1, anon_sym___except, - ACTIONS(4449), 1, + ACTIONS(4452), 1, anon_sym___finally, - STATE(197), 2, + STATE(170), 2, sym_seh_except_clause, sym_seh_finally_clause, - [65810] = 5, + [65834] = 5, ACTIONS(3579), 1, sym_comment, - ACTIONS(4451), 1, + ACTIONS(4454), 1, anon_sym_DQUOTE, - ACTIONS(4453), 1, + ACTIONS(4456), 1, aux_sym_string_literal_token1, - ACTIONS(4455), 1, + ACTIONS(4458), 1, sym_escape_sequence, STATE(1729), 1, aux_sym_string_literal_repeat1, - [65826] = 4, + [65850] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3832), 1, anon_sym___attribute__, - ACTIONS(4457), 1, + ACTIONS(4460), 1, anon_sym_SEMI, STATE(1725), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [65840] = 4, + [65864] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3832), 1, anon_sym___attribute__, - ACTIONS(4459), 1, + ACTIONS(4462), 1, anon_sym_SEMI, STATE(1699), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [65854] = 4, + [65878] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3832), 1, anon_sym___attribute__, - ACTIONS(4461), 1, + ACTIONS(4464), 1, anon_sym_SEMI, STATE(1715), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [65868] = 5, + [65892] = 5, ACTIONS(3579), 1, sym_comment, - ACTIONS(4321), 1, + ACTIONS(4324), 1, anon_sym_LPAREN, - ACTIONS(4463), 1, + ACTIONS(4466), 1, aux_sym_preproc_include_token2, - ACTIONS(4465), 1, + ACTIONS(4468), 1, sym_preproc_arg, STATE(1885), 1, sym_preproc_params, - [65884] = 4, + [65908] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4467), 1, + ACTIONS(4470), 1, anon_sym___except, - ACTIONS(4469), 1, + ACTIONS(4472), 1, anon_sym___finally, - STATE(102), 2, + STATE(103), 2, sym_seh_except_clause, sym_seh_finally_clause, - [65898] = 4, + [65922] = 4, ACTIONS(3579), 1, sym_comment, - ACTIONS(4471), 1, + ACTIONS(4474), 1, anon_sym_SQUOTE, STATE(1711), 1, aux_sym_char_literal_repeat1, - ACTIONS(4473), 2, + ACTIONS(4476), 2, aux_sym_char_literal_token1, sym_escape_sequence, - [65912] = 5, + [65936] = 5, ACTIONS(3579), 1, sym_comment, - ACTIONS(4476), 1, + ACTIONS(4479), 1, anon_sym_DQUOTE, - ACTIONS(4478), 1, - aux_sym_string_literal_token1, ACTIONS(4481), 1, + aux_sym_string_literal_token1, + ACTIONS(4484), 1, sym_escape_sequence, STATE(1712), 1, aux_sym_string_literal_repeat1, - [65928] = 4, + [65952] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3832), 1, anon_sym___attribute__, - ACTIONS(4484), 1, + ACTIONS(4487), 1, anon_sym_SEMI, STATE(1702), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [65942] = 4, + [65966] = 4, ACTIONS(3579), 1, sym_comment, - ACTIONS(4486), 1, + ACTIONS(4489), 1, anon_sym_SQUOTE, STATE(1711), 1, aux_sym_char_literal_repeat1, - ACTIONS(4414), 2, + ACTIONS(4417), 2, aux_sym_char_literal_token1, sym_escape_sequence, - [65956] = 4, + [65980] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3832), 1, anon_sym___attribute__, - ACTIONS(4488), 1, + ACTIONS(4491), 1, anon_sym_SEMI, - STATE(1486), 2, + STATE(1488), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [65970] = 4, + [65994] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3832), 1, anon_sym___attribute__, - ACTIONS(4490), 1, + ACTIONS(4493), 1, anon_sym_SEMI, - STATE(1486), 2, + STATE(1488), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [65984] = 5, + [66008] = 5, ACTIONS(3579), 1, sym_comment, - ACTIONS(4418), 1, + ACTIONS(4421), 1, aux_sym_string_literal_token1, - ACTIONS(4420), 1, + ACTIONS(4423), 1, sym_escape_sequence, - ACTIONS(4492), 1, + ACTIONS(4495), 1, anon_sym_DQUOTE, STATE(1712), 1, aux_sym_string_literal_repeat1, - [66000] = 4, + [66024] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3973), 1, + ACTIONS(4009), 1, anon_sym_COMMA, STATE(1701), 1, aux_sym__type_definition_declarators_repeat1, - ACTIONS(4494), 2, + ACTIONS(4497), 2, anon_sym_SEMI, anon_sym___attribute__, - [66014] = 4, + [66038] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4496), 1, + ACTIONS(4499), 1, anon_sym___except, - ACTIONS(4498), 1, + ACTIONS(4501), 1, anon_sym___finally, STATE(276), 2, sym_seh_except_clause, sym_seh_finally_clause, - [66028] = 4, + [66052] = 4, ACTIONS(3579), 1, sym_comment, - ACTIONS(4500), 1, + ACTIONS(4503), 1, anon_sym_SQUOTE, STATE(1711), 1, aux_sym_char_literal_repeat1, - ACTIONS(4414), 2, + ACTIONS(4417), 2, aux_sym_char_literal_token1, sym_escape_sequence, - [66042] = 4, + [66066] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, STATE(1842), 1, sym_argument_list, - ACTIONS(4502), 2, + ACTIONS(4505), 2, anon_sym_COMMA, anon_sym_RBRACK_RBRACK, - [66056] = 5, + [66080] = 5, ACTIONS(3579), 1, sym_comment, - ACTIONS(4321), 1, + ACTIONS(4324), 1, anon_sym_LPAREN, - ACTIONS(4504), 1, + ACTIONS(4507), 1, aux_sym_preproc_include_token2, - ACTIONS(4506), 1, + ACTIONS(4509), 1, sym_preproc_arg, STATE(1860), 1, sym_preproc_params, - [66072] = 2, + [66096] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4508), 4, + ACTIONS(4511), 4, anon_sym_LPAREN2, anon_sym_inline, anon_sym_volatile, anon_sym_goto, - [66082] = 4, + [66106] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3832), 1, anon_sym___attribute__, - ACTIONS(4510), 1, + ACTIONS(4513), 1, anon_sym_SEMI, STATE(1716), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [66096] = 4, + [66120] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3832), 1, anon_sym___attribute__, - ACTIONS(4512), 1, + ACTIONS(4515), 1, anon_sym_SEMI, - STATE(1486), 2, + STATE(1488), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [66110] = 4, + [66134] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3832), 1, anon_sym___attribute__, - ACTIONS(4514), 1, + ACTIONS(4517), 1, anon_sym_SEMI, - STATE(1486), 2, + STATE(1488), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [66124] = 4, + [66148] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3832), 1, anon_sym___attribute__, - ACTIONS(4516), 1, + ACTIONS(4519), 1, anon_sym_SEMI, STATE(1668), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [66138] = 4, + [66162] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3832), 1, anon_sym___attribute__, - ACTIONS(4518), 1, + ACTIONS(4521), 1, anon_sym_SEMI, STATE(1726), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [66152] = 5, + [66176] = 5, ACTIONS(3579), 1, sym_comment, - ACTIONS(4418), 1, + ACTIONS(4421), 1, aux_sym_string_literal_token1, - ACTIONS(4420), 1, + ACTIONS(4423), 1, sym_escape_sequence, - ACTIONS(4520), 1, + ACTIONS(4523), 1, anon_sym_DQUOTE, STATE(1712), 1, aux_sym_string_literal_repeat1, - [66168] = 5, + [66192] = 5, ACTIONS(3579), 1, sym_comment, - ACTIONS(4522), 1, + ACTIONS(4525), 1, anon_sym_DQUOTE, - ACTIONS(4524), 1, + ACTIONS(4527), 1, aux_sym_string_literal_token1, - ACTIONS(4526), 1, + ACTIONS(4529), 1, sym_escape_sequence, STATE(1717), 1, aux_sym_string_literal_repeat1, - [66184] = 5, + [66208] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3853), 1, + ACTIONS(3851), 1, anon_sym_LPAREN2, - ACTIONS(4200), 1, + ACTIONS(4203), 1, anon_sym_LBRACK, - ACTIONS(4528), 1, + ACTIONS(4531), 1, anon_sym_RPAREN, - STATE(1645), 1, + STATE(1655), 1, sym_parameter_list, - [66200] = 4, + [66224] = 4, ACTIONS(3579), 1, sym_comment, - ACTIONS(4530), 1, + ACTIONS(4533), 1, aux_sym_preproc_include_token2, - ACTIONS(4532), 1, + ACTIONS(4535), 1, anon_sym_LPAREN2, STATE(2159), 1, sym_preproc_argument_list, - [66213] = 4, + [66237] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4534), 1, + ACTIONS(4537), 1, anon_sym_COMMA, - ACTIONS(4536), 1, + ACTIONS(4539), 1, anon_sym_RPAREN, STATE(1822), 1, aux_sym_gnu_asm_goto_list_repeat1, - [66226] = 4, + [66250] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3314), 1, @@ -127212,152 +127228,152 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, STATE(1796), 1, aux_sym_argument_list_repeat1, - [66239] = 3, + [66263] = 3, ACTIONS(3579), 1, sym_comment, STATE(1714), 1, aux_sym_char_literal_repeat1, - ACTIONS(4538), 2, + ACTIONS(4541), 2, aux_sym_char_literal_token1, sym_escape_sequence, - [66250] = 2, + [66274] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4540), 3, + ACTIONS(4543), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - [66259] = 4, + [66283] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4015), 1, + ACTIONS(4029), 1, anon_sym_COLON, - ACTIONS(4025), 1, + ACTIONS(4031), 1, anon_sym_RPAREN, STATE(1817), 1, sym_gnu_asm_output_operand_list, - [66272] = 4, + [66296] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4542), 1, + ACTIONS(4545), 1, anon_sym_RPAREN, - ACTIONS(4544), 1, + ACTIONS(4547), 1, anon_sym_COLON, STATE(1821), 1, sym_gnu_asm_input_operand_list, - [66285] = 4, + [66309] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4546), 1, + ACTIONS(4549), 1, anon_sym_COMMA, - ACTIONS(4548), 1, + ACTIONS(4551), 1, anon_sym_RBRACK_RBRACK, STATE(1765), 1, aux_sym_attribute_declaration_repeat1, - [66298] = 4, + [66322] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3832), 1, anon_sym___attribute__, - ACTIONS(4550), 1, + ACTIONS(4553), 1, anon_sym_SEMI, STATE(2168), 1, sym_attribute_specifier, - [66311] = 3, + [66335] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4552), 1, + ACTIONS(4555), 1, anon_sym_EQ, - ACTIONS(4101), 2, + ACTIONS(4105), 2, anon_sym_COMMA, anon_sym_RBRACE, - [66322] = 2, + [66346] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4554), 3, + ACTIONS(4557), 3, anon_sym_COMMA, anon_sym_SEMI, anon_sym___attribute__, - [66331] = 4, + [66355] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3143), 1, anon_sym_LBRACE, - ACTIONS(4556), 1, + ACTIONS(4559), 1, sym_identifier, STATE(1180), 1, sym_enumerator_list, - [66344] = 4, + [66368] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3440), 1, anon_sym_RBRACE, - ACTIONS(4558), 1, + ACTIONS(4561), 1, anon_sym_COMMA, STATE(1744), 1, aux_sym_initializer_list_repeat1, - [66357] = 4, + [66381] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2845), 1, + ACTIONS(2871), 1, anon_sym_LBRACE, - ACTIONS(4561), 1, + ACTIONS(4564), 1, sym_identifier, STATE(1034), 1, sym_field_declaration_list, - [66370] = 2, + [66394] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4563), 3, + ACTIONS(4566), 3, anon_sym_LBRACK, anon_sym_EQ, anon_sym_DOT, - [66379] = 4, + [66403] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3832), 1, anon_sym___attribute__, - ACTIONS(4565), 1, + ACTIONS(4568), 1, anon_sym_SEMI, STATE(2117), 1, sym_attribute_specifier, - [66392] = 4, + [66416] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4015), 1, + ACTIONS(4029), 1, anon_sym_COLON, - ACTIONS(4047), 1, + ACTIONS(4063), 1, anon_sym_RPAREN, STATE(1774), 1, sym_gnu_asm_output_operand_list, - [66405] = 4, + [66429] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3837), 1, anon_sym_COMMA, - ACTIONS(4567), 1, + ACTIONS(4570), 1, anon_sym_SEMI, STATE(1780), 1, aux_sym__declaration_declarator_repeat1, - [66418] = 4, + [66442] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3529), 1, anon_sym_COMMA, - ACTIONS(4569), 1, + ACTIONS(4572), 1, anon_sym_RPAREN, STATE(1793), 1, aux_sym_preproc_argument_list_repeat1, - [66431] = 4, + [66455] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3837), 1, anon_sym_COMMA, - ACTIONS(4571), 1, + ACTIONS(4574), 1, anon_sym_SEMI, STATE(1782), 1, aux_sym__declaration_declarator_repeat1, - [66444] = 4, + [66468] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3314), 1, @@ -127366,34 +127382,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, STATE(1734), 1, aux_sym_argument_list_repeat1, - [66457] = 4, + [66481] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4573), 1, - anon_sym_COMMA, ACTIONS(4576), 1, + anon_sym_COMMA, + ACTIONS(4579), 1, anon_sym_RPAREN, STATE(1753), 1, aux_sym__old_style_parameter_list_repeat1, - [66470] = 4, + [66494] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4013), 1, + ACTIONS(4027), 1, anon_sym_RPAREN, - ACTIONS(4015), 1, + ACTIONS(4029), 1, anon_sym_COLON, STATE(1738), 1, sym_gnu_asm_output_operand_list, - [66483] = 4, + [66507] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3837), 1, anon_sym_COMMA, - ACTIONS(4571), 1, + ACTIONS(4574), 1, anon_sym_SEMI, STATE(1782), 1, aux_sym__declaration_declarator_repeat1, - [66496] = 4, + [66520] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3314), 1, @@ -127402,358 +127418,358 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, STATE(1823), 1, aux_sym_argument_list_repeat1, - [66509] = 4, + [66533] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4578), 1, + ACTIONS(4581), 1, anon_sym_COMMA, - ACTIONS(4580), 1, + ACTIONS(4583), 1, anon_sym_RPAREN, STATE(1795), 1, aux_sym_preproc_params_repeat1, - [66522] = 4, + [66546] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4582), 1, + ACTIONS(4585), 1, anon_sym_RPAREN, - ACTIONS(4584), 1, + ACTIONS(4587), 1, anon_sym_COLON, STATE(1762), 1, sym_gnu_asm_clobber_list, - [66535] = 4, + [66559] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4586), 1, + ACTIONS(4589), 1, anon_sym_RPAREN, - ACTIONS(4588), 1, + ACTIONS(4591), 1, anon_sym_COLON, STATE(1932), 1, sym_gnu_asm_goto_list, - [66548] = 4, + [66572] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4590), 1, + ACTIONS(4593), 1, anon_sym_COMMA, - ACTIONS(4592), 1, + ACTIONS(4595), 1, anon_sym_RPAREN, STATE(1798), 1, aux_sym_parameter_list_repeat1, - [66561] = 4, + [66585] = 4, ACTIONS(3579), 1, sym_comment, - ACTIONS(4532), 1, + ACTIONS(4535), 1, anon_sym_LPAREN2, - ACTIONS(4594), 1, + ACTIONS(4597), 1, aux_sym_preproc_include_token2, STATE(2159), 1, sym_preproc_argument_list, - [66574] = 4, + [66598] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4588), 1, + ACTIONS(4591), 1, anon_sym_COLON, - ACTIONS(4596), 1, + ACTIONS(4599), 1, anon_sym_RPAREN, STATE(1993), 1, sym_gnu_asm_goto_list, - [66587] = 4, + [66611] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4546), 1, + ACTIONS(4549), 1, anon_sym_COMMA, - ACTIONS(4598), 1, + ACTIONS(4601), 1, anon_sym_RBRACK_RBRACK, STATE(1765), 1, aux_sym_attribute_declaration_repeat1, - [66600] = 4, + [66624] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3320), 1, anon_sym_COMMA, - ACTIONS(4600), 1, + ACTIONS(4603), 1, anon_sym_RPAREN, STATE(1801), 1, aux_sym_generic_expression_repeat1, - [66613] = 4, + [66637] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4602), 1, - anon_sym_COMMA, ACTIONS(4605), 1, + anon_sym_COMMA, + ACTIONS(4608), 1, anon_sym_RBRACK_RBRACK, STATE(1765), 1, aux_sym_attribute_declaration_repeat1, - [66626] = 4, + [66650] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4588), 1, + ACTIONS(4591), 1, anon_sym_COLON, - ACTIONS(4607), 1, + ACTIONS(4610), 1, anon_sym_RPAREN, STATE(2205), 1, sym_gnu_asm_goto_list, - [66639] = 3, + [66663] = 3, ACTIONS(3579), 1, sym_comment, STATE(1697), 1, aux_sym_char_literal_repeat1, - ACTIONS(4609), 2, + ACTIONS(4612), 2, aux_sym_char_literal_token1, sym_escape_sequence, - [66650] = 4, + [66674] = 4, ACTIONS(3579), 1, sym_comment, - ACTIONS(4532), 1, + ACTIONS(4535), 1, anon_sym_LPAREN2, - ACTIONS(4611), 1, + ACTIONS(4614), 1, aux_sym_preproc_include_token2, STATE(2159), 1, sym_preproc_argument_list, - [66663] = 4, + [66687] = 4, ACTIONS(3579), 1, sym_comment, - ACTIONS(4532), 1, + ACTIONS(4535), 1, anon_sym_LPAREN2, - ACTIONS(4613), 1, + ACTIONS(4616), 1, aux_sym_preproc_include_token2, STATE(2159), 1, sym_preproc_argument_list, - [66676] = 4, + [66700] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4546), 1, + ACTIONS(4549), 1, anon_sym_COMMA, - ACTIONS(4615), 1, + ACTIONS(4618), 1, anon_sym_RBRACK_RBRACK, STATE(1791), 1, aux_sym_attribute_declaration_repeat1, - [66689] = 4, + [66713] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4584), 1, + ACTIONS(4587), 1, anon_sym_COLON, - ACTIONS(4617), 1, + ACTIONS(4620), 1, anon_sym_RPAREN, STATE(1766), 1, sym_gnu_asm_clobber_list, - [66702] = 4, + [66726] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3832), 1, anon_sym___attribute__, - ACTIONS(4619), 1, + ACTIONS(4622), 1, anon_sym_SEMI, STATE(2029), 1, sym_attribute_specifier, - [66715] = 4, + [66739] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4588), 1, + ACTIONS(4591), 1, anon_sym_COLON, - ACTIONS(4621), 1, + ACTIONS(4624), 1, anon_sym_RPAREN, STATE(2190), 1, sym_gnu_asm_goto_list, - [66728] = 4, + [66752] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4544), 1, + ACTIONS(4547), 1, anon_sym_COLON, - ACTIONS(4623), 1, + ACTIONS(4626), 1, anon_sym_RPAREN, STATE(1813), 1, sym_gnu_asm_input_operand_list, - [66741] = 4, + [66765] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4015), 1, + ACTIONS(4029), 1, anon_sym_COLON, - ACTIONS(4023), 1, + ACTIONS(4033), 1, anon_sym_RPAREN, STATE(1811), 1, sym_gnu_asm_output_operand_list, - [66754] = 4, + [66778] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3320), 1, anon_sym_COMMA, - ACTIONS(4625), 1, + ACTIONS(4628), 1, anon_sym_RPAREN, STATE(1801), 1, aux_sym_generic_expression_repeat1, - [66767] = 2, + [66791] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4627), 3, + ACTIONS(4630), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - [66776] = 4, + [66800] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2051), 1, anon_sym_RBRACE, - ACTIONS(4629), 1, + ACTIONS(4632), 1, anon_sym_COMMA, STATE(1744), 1, aux_sym_initializer_list_repeat1, - [66789] = 4, + [66813] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4546), 1, + ACTIONS(4549), 1, anon_sym_COMMA, - ACTIONS(4631), 1, + ACTIONS(4634), 1, anon_sym_RBRACK_RBRACK, STATE(1739), 1, aux_sym_attribute_declaration_repeat1, - [66802] = 4, + [66826] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3837), 1, anon_sym_COMMA, - ACTIONS(4633), 1, + ACTIONS(4636), 1, anon_sym_SEMI, STATE(1782), 1, aux_sym__declaration_declarator_repeat1, - [66815] = 2, + [66839] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4635), 3, + ACTIONS(4638), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - [66824] = 4, + [66848] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4637), 1, - anon_sym_COMMA, ACTIONS(4640), 1, + anon_sym_COMMA, + ACTIONS(4643), 1, anon_sym_SEMI, STATE(1782), 1, aux_sym__declaration_declarator_repeat1, - [66837] = 4, + [66861] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4546), 1, + ACTIONS(4549), 1, anon_sym_COMMA, - ACTIONS(4642), 1, + ACTIONS(4645), 1, anon_sym_RBRACK_RBRACK, STATE(1763), 1, aux_sym_attribute_declaration_repeat1, - [66850] = 4, + [66874] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2055), 1, anon_sym_RBRACE, - ACTIONS(4644), 1, + ACTIONS(4647), 1, anon_sym_COMMA, STATE(1744), 1, aux_sym_initializer_list_repeat1, - [66863] = 2, + [66887] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4646), 3, + ACTIONS(4649), 3, anon_sym_LBRACK, anon_sym_EQ, anon_sym_DOT, - [66872] = 4, + [66896] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3529), 1, anon_sym_COMMA, - ACTIONS(4648), 1, + ACTIONS(4651), 1, anon_sym_RPAREN, STATE(1793), 1, aux_sym_preproc_argument_list_repeat1, - [66885] = 4, + [66909] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3314), 1, anon_sym_COMMA, - ACTIONS(4650), 1, + ACTIONS(4653), 1, anon_sym_RPAREN, STATE(1796), 1, aux_sym_argument_list_repeat1, - [66898] = 4, + [66922] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4652), 1, - anon_sym_COMMA, ACTIONS(4655), 1, + anon_sym_COMMA, + ACTIONS(4658), 1, anon_sym_RPAREN, STATE(1788), 1, aux_sym_parameter_list_repeat1, - [66911] = 4, + [66935] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4534), 1, + ACTIONS(4537), 1, anon_sym_COMMA, - ACTIONS(4657), 1, + ACTIONS(4660), 1, anon_sym_RPAREN, STATE(1733), 1, aux_sym_gnu_asm_goto_list_repeat1, - [66924] = 4, + [66948] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4659), 1, - anon_sym_COMMA, ACTIONS(4662), 1, + anon_sym_COMMA, + ACTIONS(4665), 1, anon_sym_RPAREN, STATE(1790), 1, aux_sym_preproc_params_repeat1, - [66937] = 4, + [66961] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4546), 1, + ACTIONS(4549), 1, anon_sym_COMMA, - ACTIONS(4664), 1, + ACTIONS(4667), 1, anon_sym_RBRACK_RBRACK, STATE(1765), 1, aux_sym_attribute_declaration_repeat1, - [66950] = 2, + [66974] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4666), 3, + ACTIONS(4669), 3, anon_sym_LBRACK, anon_sym_EQ, anon_sym_DOT, - [66959] = 4, + [66983] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3639), 1, + ACTIONS(3641), 1, anon_sym_RPAREN, - ACTIONS(4668), 1, + ACTIONS(4671), 1, anon_sym_COMMA, STATE(1793), 1, aux_sym_preproc_argument_list_repeat1, - [66972] = 4, + [66996] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3143), 1, anon_sym_LBRACE, - ACTIONS(4671), 1, + ACTIONS(4674), 1, sym_identifier, STATE(1304), 1, sym_enumerator_list, - [66985] = 4, + [67009] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4578), 1, + ACTIONS(4581), 1, anon_sym_COMMA, - ACTIONS(4673), 1, + ACTIONS(4676), 1, anon_sym_RPAREN, STATE(1790), 1, aux_sym_preproc_params_repeat1, - [66998] = 4, + [67022] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3392), 1, anon_sym_RPAREN, - ACTIONS(4675), 1, + ACTIONS(4678), 1, anon_sym_COMMA, STATE(1796), 1, aux_sym_argument_list_repeat1, - [67011] = 4, + [67035] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3330), 1, @@ -127762,25 +127778,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, STATE(1784), 1, aux_sym_initializer_list_repeat1, - [67024] = 4, + [67048] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4590), 1, + ACTIONS(4593), 1, anon_sym_COMMA, - ACTIONS(4678), 1, + ACTIONS(4681), 1, anon_sym_RPAREN, STATE(1788), 1, aux_sym_parameter_list_repeat1, - [67037] = 4, + [67061] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3314), 1, anon_sym_COMMA, - ACTIONS(4680), 1, + ACTIONS(4683), 1, anon_sym_RPAREN, STATE(1796), 1, aux_sym_argument_list_repeat1, - [67050] = 4, + [67074] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3324), 1, @@ -127789,68 +127805,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, STATE(1778), 1, aux_sym_initializer_list_repeat1, - [67063] = 4, + [67087] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4682), 1, - anon_sym_COMMA, ACTIONS(4685), 1, + anon_sym_COMMA, + ACTIONS(4688), 1, anon_sym_RPAREN, STATE(1801), 1, aux_sym_generic_expression_repeat1, - [67076] = 3, + [67100] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4689), 1, + ACTIONS(4692), 1, anon_sym_RPAREN, - ACTIONS(4687), 2, + ACTIONS(4690), 2, anon_sym_DOT_DOT_DOT, sym_identifier, - [67087] = 4, + [67111] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4691), 1, + ACTIONS(4694), 1, anon_sym_COMMA, - ACTIONS(4693), 1, + ACTIONS(4696), 1, anon_sym_RPAREN, STATE(1753), 1, aux_sym__old_style_parameter_list_repeat1, - [67100] = 4, + [67124] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2845), 1, + ACTIONS(2871), 1, anon_sym_LBRACE, - ACTIONS(4695), 1, + ACTIONS(4698), 1, sym_identifier, STATE(1064), 1, sym_field_declaration_list, - [67113] = 4, + [67137] = 4, ACTIONS(3579), 1, sym_comment, - ACTIONS(4532), 1, + ACTIONS(4535), 1, anon_sym_LPAREN2, - ACTIONS(4697), 1, + ACTIONS(4700), 1, aux_sym_preproc_include_token2, STATE(2159), 1, sym_preproc_argument_list, - [67126] = 4, + [67150] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3143), 1, anon_sym_LBRACE, - ACTIONS(4699), 1, + ACTIONS(4702), 1, sym_identifier, STATE(1304), 1, sym_enumerator_list, - [67139] = 3, + [67163] = 3, ACTIONS(3579), 1, sym_comment, STATE(1692), 1, aux_sym_char_literal_repeat1, - ACTIONS(4701), 2, + ACTIONS(4704), 2, aux_sym_char_literal_token1, sym_escape_sequence, - [67150] = 4, + [67174] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3837), 1, @@ -127859,124 +127875,124 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, STATE(1755), 1, aux_sym__declaration_declarator_repeat1, - [67163] = 4, + [67187] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2079), 1, + ACTIONS(2081), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4703), 1, + ACTIONS(4706), 1, sym_identifier, STATE(1894), 1, sym_variadic_parameter, - [67176] = 2, + [67200] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4705), 3, + ACTIONS(4708), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - [67185] = 4, + [67209] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4544), 1, + ACTIONS(4547), 1, anon_sym_COLON, - ACTIONS(4707), 1, + ACTIONS(4710), 1, anon_sym_RPAREN, STATE(1758), 1, sym_gnu_asm_input_operand_list, - [67198] = 2, + [67222] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4709), 3, + ACTIONS(4712), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - [67207] = 4, + [67231] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4584), 1, + ACTIONS(4587), 1, anon_sym_COLON, - ACTIONS(4711), 1, + ACTIONS(4714), 1, anon_sym_RPAREN, STATE(1759), 1, sym_gnu_asm_clobber_list, - [67220] = 3, + [67244] = 3, ACTIONS(3579), 1, sym_comment, STATE(1720), 1, aux_sym_char_literal_repeat1, - ACTIONS(4713), 2, + ACTIONS(4716), 2, aux_sym_char_literal_token1, sym_escape_sequence, - [67231] = 4, + [67255] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3832), 1, anon_sym___attribute__, - ACTIONS(4715), 1, + ACTIONS(4718), 1, anon_sym_SEMI, STATE(2031), 1, sym_attribute_specifier, - [67244] = 4, + [67268] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2845), 1, + ACTIONS(2871), 1, anon_sym_LBRACE, - ACTIONS(4717), 1, + ACTIONS(4720), 1, sym_identifier, STATE(1062), 1, sym_field_declaration_list, - [67257] = 4, + [67281] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4544), 1, + ACTIONS(4547), 1, anon_sym_COLON, - ACTIONS(4719), 1, + ACTIONS(4722), 1, anon_sym_RPAREN, STATE(1771), 1, sym_gnu_asm_input_operand_list, - [67270] = 2, + [67294] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4721), 3, + ACTIONS(4724), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - [67279] = 2, + [67303] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4723), 3, + ACTIONS(4726), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - [67288] = 4, + [67312] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3529), 1, anon_sym_COMMA, - ACTIONS(4725), 1, + ACTIONS(4728), 1, anon_sym_RPAREN, STATE(1793), 1, aux_sym_preproc_argument_list_repeat1, - [67301] = 4, + [67325] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4584), 1, + ACTIONS(4587), 1, anon_sym_COLON, - ACTIONS(4727), 1, + ACTIONS(4730), 1, anon_sym_RPAREN, STATE(1773), 1, sym_gnu_asm_clobber_list, - [67314] = 4, + [67338] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4729), 1, - anon_sym_COMMA, ACTIONS(4732), 1, + anon_sym_COMMA, + ACTIONS(4735), 1, anon_sym_RPAREN, STATE(1822), 1, aux_sym_gnu_asm_goto_list_repeat1, - [67327] = 4, + [67351] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3314), 1, @@ -127985,2197 +128001,2197 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, STATE(1796), 1, aux_sym_argument_list_repeat1, - [67340] = 3, + [67364] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4734), 1, + ACTIONS(4737), 1, anon_sym_LPAREN2, STATE(1898), 1, sym_parenthesized_expression, - [67350] = 3, + [67374] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, STATE(2149), 1, sym_argument_list, - [67360] = 3, + [67384] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4736), 1, + ACTIONS(4739), 1, anon_sym_LPAREN2, - STATE(438), 1, + STATE(439), 1, sym_parenthesized_expression, - [67370] = 3, + [67394] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACE, STATE(278), 1, sym_compound_statement, - [67380] = 2, + [67404] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4738), 2, + ACTIONS(4741), 2, anon_sym_COMMA, anon_sym_RBRACK_RBRACK, - [67388] = 3, + [67412] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(129), 1, anon_sym_LBRACE, - STATE(126), 1, + STATE(117), 1, sym_compound_statement, - [67398] = 3, + [67422] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4734), 1, + ACTIONS(4737), 1, anon_sym_LPAREN2, STATE(2125), 1, sym_parenthesized_expression, - [67408] = 3, + [67432] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4734), 1, + ACTIONS(4737), 1, anon_sym_LPAREN2, STATE(1872), 1, sym_parenthesized_expression, - [67418] = 3, + [67442] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACE, STATE(1710), 1, sym_compound_statement, - [67428] = 3, + [67452] = 3, ACTIONS(3579), 1, sym_comment, - ACTIONS(4740), 1, + ACTIONS(4743), 1, aux_sym_preproc_include_token2, - ACTIONS(4742), 1, + ACTIONS(4745), 1, sym_preproc_arg, - [67438] = 3, + [67462] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2524), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, STATE(2121), 1, sym_argument_list, - [67448] = 3, + [67472] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4736), 1, + ACTIONS(4739), 1, anon_sym_LPAREN2, - STATE(445), 1, + STATE(447), 1, sym_parenthesized_expression, - [67458] = 3, + [67482] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACE, STATE(1704), 1, sym_compound_statement, - [67468] = 3, + [67492] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(129), 1, anon_sym_LBRACE, STATE(98), 1, sym_compound_statement, - [67478] = 2, + [67502] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4744), 2, + ACTIONS(4747), 2, anon_sym_COMMA, anon_sym_SEMI, - [67486] = 3, + [67510] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(499), 1, anon_sym_LBRACE, - STATE(267), 1, + STATE(264), 1, sym_compound_statement, - [67496] = 3, + [67520] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4734), 1, + ACTIONS(4737), 1, anon_sym_LPAREN2, STATE(2034), 1, sym_parenthesized_expression, - [67506] = 3, + [67530] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACE, - STATE(267), 1, + STATE(264), 1, sym_compound_statement, - [67516] = 2, + [67540] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4746), 2, + ACTIONS(4749), 2, anon_sym_COMMA, anon_sym_RBRACK_RBRACK, - [67524] = 3, + [67548] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4734), 1, + ACTIONS(4737), 1, anon_sym_LPAREN2, STATE(1829), 1, sym_parenthesized_expression, - [67534] = 3, + [67558] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4736), 1, + ACTIONS(4739), 1, anon_sym_LPAREN2, - STATE(416), 1, + STATE(418), 1, sym_parenthesized_expression, - [67544] = 3, + [67568] = 3, ACTIONS(3579), 1, sym_comment, - ACTIONS(4748), 1, + ACTIONS(4751), 1, aux_sym_preproc_include_token2, - ACTIONS(4750), 1, + ACTIONS(4753), 1, sym_preproc_arg, - [67554] = 3, + [67578] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4734), 1, + ACTIONS(4737), 1, anon_sym_LPAREN2, STATE(1871), 1, sym_parenthesized_expression, - [67564] = 3, + [67588] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4736), 1, + ACTIONS(4739), 1, anon_sym_LPAREN2, - STATE(424), 1, + STATE(425), 1, sym_parenthesized_expression, - [67574] = 3, + [67598] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4736), 1, + ACTIONS(4739), 1, anon_sym_LPAREN2, - STATE(417), 1, + STATE(426), 1, sym_parenthesized_expression, - [67584] = 3, + [67608] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4752), 1, + ACTIONS(4755), 1, sym_identifier, STATE(1770), 1, sym_attribute, - [67594] = 3, + [67618] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4736), 1, + ACTIONS(4739), 1, anon_sym_LPAREN2, - STATE(418), 1, + STATE(419), 1, sym_parenthesized_expression, - [67604] = 2, + [67628] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3392), 2, anon_sym_COMMA, anon_sym_RPAREN, - [67612] = 3, + [67636] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(729), 1, + ACTIONS(553), 1, anon_sym_LBRACE, STATE(310), 1, sym_compound_statement, - [67622] = 3, + [67646] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4734), 1, + ACTIONS(4737), 1, anon_sym_LPAREN2, STATE(1852), 1, sym_parenthesized_expression, - [67632] = 3, + [67656] = 3, ACTIONS(3579), 1, sym_comment, - ACTIONS(4754), 1, + ACTIONS(4757), 1, aux_sym_preproc_include_token2, - ACTIONS(4756), 1, + ACTIONS(4759), 1, sym_preproc_arg, - [67642] = 3, + [67666] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4736), 1, + ACTIONS(4739), 1, anon_sym_LPAREN2, - STATE(436), 1, + STATE(434), 1, sym_parenthesized_expression, - [67652] = 2, + [67676] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4662), 2, + ACTIONS(4665), 2, anon_sym_COMMA, anon_sym_RPAREN, - [67660] = 3, + [67684] = 3, ACTIONS(3579), 1, sym_comment, - ACTIONS(4758), 1, + ACTIONS(4761), 1, aux_sym_preproc_include_token2, - ACTIONS(4760), 1, + ACTIONS(4763), 1, sym_preproc_arg, - [67670] = 3, + [67694] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACE, STATE(1685), 1, sym_compound_statement, - [67680] = 2, + [67704] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4655), 2, + ACTIONS(4658), 2, anon_sym_COMMA, anon_sym_RPAREN, - [67688] = 3, + [67712] = 3, ACTIONS(3579), 1, sym_comment, - ACTIONS(4762), 1, + ACTIONS(4765), 1, aux_sym_preproc_include_token2, - ACTIONS(4764), 1, + ACTIONS(4767), 1, sym_preproc_arg, - [67698] = 3, + [67722] = 3, ACTIONS(3579), 1, sym_comment, - ACTIONS(4766), 1, + ACTIONS(4769), 1, aux_sym_preproc_include_token2, - ACTIONS(4768), 1, + ACTIONS(4771), 1, sym_preproc_arg, - [67708] = 3, + [67732] = 3, ACTIONS(3579), 1, sym_comment, - ACTIONS(4770), 1, + ACTIONS(4773), 1, aux_sym_preproc_include_token2, - ACTIONS(4772), 1, + ACTIONS(4775), 1, sym_preproc_arg, - [67718] = 3, + [67742] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4774), 1, + ACTIONS(4777), 1, sym_identifier, - ACTIONS(4776), 1, + ACTIONS(4779), 1, anon_sym_LPAREN2, - [67728] = 2, + [67752] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4778), 2, + ACTIONS(4781), 2, anon_sym_DOT_DOT_DOT, sym_identifier, - [67736] = 3, + [67760] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4734), 1, + ACTIONS(4737), 1, anon_sym_LPAREN2, STATE(1970), 1, sym_parenthesized_expression, - [67746] = 3, + [67770] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACE, STATE(1719), 1, sym_compound_statement, - [67756] = 3, + [67780] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4734), 1, + ACTIONS(4737), 1, anon_sym_LPAREN2, STATE(1887), 1, sym_parenthesized_expression, - [67766] = 3, + [67790] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4734), 1, + ACTIONS(4737), 1, anon_sym_LPAREN2, STATE(1900), 1, sym_parenthesized_expression, - [67776] = 2, + [67800] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3400), 2, anon_sym_COMMA, anon_sym_SEMI, - [67784] = 3, + [67808] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(499), 1, anon_sym_LBRACE, - STATE(258), 1, + STATE(256), 1, sym_compound_statement, - [67794] = 3, + [67818] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(129), 1, anon_sym_LBRACE, STATE(114), 1, sym_compound_statement, - [67804] = 3, + [67828] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(201), 1, + ACTIONS(353), 1, anon_sym_LBRACE, - STATE(175), 1, + STATE(192), 1, sym_compound_statement, - [67814] = 2, + [67838] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3903), 2, + ACTIONS(3929), 2, anon_sym_COMMA, anon_sym_SEMI, - [67822] = 2, + [67846] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3342), 2, anon_sym_RPAREN, anon_sym_SEMI, - [67830] = 2, + [67854] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4780), 2, + ACTIONS(4783), 2, anon_sym_COMMA, anon_sym_RPAREN, - [67838] = 3, + [67862] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4734), 1, + ACTIONS(4737), 1, anon_sym_LPAREN2, STATE(1841), 1, sym_parenthesized_expression, - [67848] = 3, + [67872] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4782), 1, + ACTIONS(4785), 1, sym_identifier, - ACTIONS(4784), 1, + ACTIONS(4787), 1, anon_sym_LPAREN2, - [67858] = 3, + [67882] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACE, STATE(1674), 1, sym_compound_statement, - [67868] = 3, + [67892] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4786), 1, + ACTIONS(4789), 1, anon_sym_COMMA, - ACTIONS(4788), 1, + ACTIONS(4791), 1, anon_sym_RBRACE, - [67878] = 3, + [67902] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(499), 1, anon_sym_LBRACE, - STATE(298), 1, + STATE(300), 1, sym_compound_statement, - [67888] = 3, + [67912] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(201), 1, + ACTIONS(353), 1, anon_sym_LBRACE, - STATE(196), 1, + STATE(183), 1, sym_compound_statement, - [67898] = 3, + [67922] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4734), 1, + ACTIONS(4737), 1, anon_sym_LPAREN2, STATE(2146), 1, sym_parenthesized_expression, - [67908] = 3, + [67932] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4734), 1, + ACTIONS(4737), 1, anon_sym_LPAREN2, STATE(1839), 1, sym_parenthesized_expression, - [67918] = 3, + [67942] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4736), 1, + ACTIONS(4739), 1, anon_sym_LPAREN2, - STATE(406), 1, + STATE(416), 1, sym_parenthesized_expression, - [67928] = 3, + [67952] = 3, ACTIONS(3579), 1, sym_comment, - ACTIONS(4790), 1, + ACTIONS(4793), 1, aux_sym_preproc_include_token2, - ACTIONS(4792), 1, + ACTIONS(4795), 1, sym_preproc_arg, - [67938] = 2, + [67962] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4605), 2, + ACTIONS(4608), 2, anon_sym_COMMA, anon_sym_RBRACK_RBRACK, - [67946] = 3, + [67970] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(201), 1, + ACTIONS(353), 1, anon_sym_LBRACE, - STATE(201), 1, + STATE(196), 1, sym_compound_statement, - [67956] = 3, + [67980] = 3, ACTIONS(3579), 1, sym_comment, - ACTIONS(4794), 1, + ACTIONS(4797), 1, aux_sym_preproc_include_token2, - ACTIONS(4796), 1, + ACTIONS(4799), 1, sym_preproc_arg, - [67966] = 3, + [67990] = 3, ACTIONS(3579), 1, sym_comment, - ACTIONS(4798), 1, + ACTIONS(4801), 1, aux_sym_preproc_include_token2, - ACTIONS(4800), 1, + ACTIONS(4803), 1, sym_preproc_arg, - [67976] = 3, + [68000] = 3, ACTIONS(3579), 1, sym_comment, - ACTIONS(4802), 1, + ACTIONS(4805), 1, aux_sym_preproc_include_token2, - ACTIONS(4804), 1, + ACTIONS(4807), 1, sym_preproc_arg, - [67986] = 3, + [68010] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4734), 1, + ACTIONS(4737), 1, anon_sym_LPAREN2, STATE(1827), 1, sym_parenthesized_expression, - [67996] = 2, + [68020] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4806), 2, + ACTIONS(4809), 2, anon_sym_COMMA, anon_sym_RPAREN, - [68004] = 3, + [68028] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4808), 1, + ACTIONS(4811), 1, sym_identifier, - ACTIONS(4810), 1, + ACTIONS(4813), 1, anon_sym_RPAREN, - [68014] = 2, + [68038] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4576), 2, + ACTIONS(4579), 2, anon_sym_COMMA, anon_sym_RPAREN, - [68022] = 3, + [68046] = 3, ACTIONS(3579), 1, sym_comment, - ACTIONS(4812), 1, + ACTIONS(4815), 1, aux_sym_preproc_include_token2, - ACTIONS(4814), 1, + ACTIONS(4817), 1, sym_preproc_arg, - [68032] = 3, + [68056] = 3, ACTIONS(3579), 1, sym_comment, - ACTIONS(4816), 1, + ACTIONS(4819), 1, aux_sym_preproc_include_token2, - ACTIONS(4818), 1, + ACTIONS(4821), 1, sym_preproc_arg, - [68042] = 2, + [68066] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4820), 2, + ACTIONS(4823), 2, anon_sym_COMMA, anon_sym_RPAREN, - [68050] = 3, + [68074] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACE, - STATE(273), 1, + STATE(274), 1, sym_compound_statement, - [68060] = 3, + [68084] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(729), 1, + ACTIONS(553), 1, anon_sym_LBRACE, STATE(345), 1, sym_compound_statement, - [68070] = 3, + [68094] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(729), 1, + ACTIONS(553), 1, anon_sym_LBRACE, STATE(312), 1, sym_compound_statement, - [68080] = 3, + [68104] = 3, ACTIONS(3579), 1, sym_comment, - ACTIONS(4823), 1, + ACTIONS(4826), 1, aux_sym_preproc_include_token2, - ACTIONS(4825), 1, + ACTIONS(4828), 1, sym_preproc_arg, - [68090] = 3, + [68114] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4736), 1, + ACTIONS(4739), 1, anon_sym_LPAREN2, - STATE(415), 1, + STATE(406), 1, sym_parenthesized_expression, - [68100] = 2, + [68124] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3438), 2, anon_sym_COMMA, anon_sym_RBRACE, - [68108] = 2, + [68132] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3440), 2, anon_sym_COMMA, anon_sym_RBRACE, - [68116] = 3, + [68140] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4734), 1, + ACTIONS(4737), 1, anon_sym_LPAREN2, STATE(2089), 1, sym_parenthesized_expression, - [68126] = 3, + [68150] = 3, ACTIONS(3579), 1, sym_comment, - ACTIONS(4827), 1, + ACTIONS(4830), 1, aux_sym_preproc_include_token2, - ACTIONS(4829), 1, + ACTIONS(4832), 1, sym_preproc_arg, - [68136] = 2, + [68160] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3436), 2, anon_sym_COMMA, anon_sym_RBRACE, - [68144] = 3, + [68168] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACE, STATE(1703), 1, sym_compound_statement, - [68154] = 3, + [68178] = 3, ACTIONS(3579), 1, sym_comment, - ACTIONS(4831), 1, + ACTIONS(4834), 1, aux_sym_preproc_include_token2, - ACTIONS(4833), 1, + ACTIONS(4836), 1, sym_preproc_arg, - [68164] = 3, + [68188] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACE, STATE(353), 1, sym_compound_statement, - [68174] = 3, + [68198] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACE, - STATE(298), 1, + STATE(300), 1, sym_compound_statement, - [68184] = 3, + [68208] = 3, ACTIONS(3579), 1, sym_comment, - ACTIONS(4835), 1, + ACTIONS(4838), 1, aux_sym_preproc_include_token2, - ACTIONS(4837), 1, + ACTIONS(4840), 1, sym_preproc_arg, - [68194] = 3, + [68218] = 3, ACTIONS(3579), 1, sym_comment, - ACTIONS(4839), 1, + ACTIONS(4842), 1, aux_sym_preproc_include_token2, - ACTIONS(4841), 1, + ACTIONS(4844), 1, sym_preproc_arg, - [68204] = 3, + [68228] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3941), 1, + ACTIONS(3905), 1, anon_sym_RBRACE, - ACTIONS(4786), 1, + ACTIONS(4789), 1, anon_sym_COMMA, - [68214] = 3, + [68238] = 3, ACTIONS(3579), 1, sym_comment, - ACTIONS(4843), 1, + ACTIONS(4846), 1, aux_sym_preproc_include_token2, - ACTIONS(4845), 1, + ACTIONS(4848), 1, sym_preproc_arg, - [68224] = 3, + [68248] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4752), 1, + ACTIONS(4755), 1, sym_identifier, STATE(1779), 1, sym_attribute, - [68234] = 3, + [68258] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4736), 1, + ACTIONS(4739), 1, anon_sym_LPAREN2, - STATE(411), 1, + STATE(455), 1, sym_parenthesized_expression, - [68244] = 3, + [68268] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4752), 1, + ACTIONS(4755), 1, sym_identifier, STATE(1886), 1, sym_attribute, - [68254] = 3, + [68278] = 3, ACTIONS(3579), 1, sym_comment, - ACTIONS(4847), 1, + ACTIONS(4850), 1, aux_sym_preproc_include_token2, - ACTIONS(4849), 1, + ACTIONS(4852), 1, sym_preproc_arg, - [68264] = 3, + [68288] = 3, ACTIONS(3579), 1, sym_comment, - ACTIONS(4851), 1, + ACTIONS(4854), 1, aux_sym_preproc_include_token2, - ACTIONS(4853), 1, + ACTIONS(4856), 1, sym_preproc_arg, - [68274] = 3, + [68298] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4736), 1, + ACTIONS(4739), 1, anon_sym_LPAREN2, - STATE(449), 1, + STATE(413), 1, sym_parenthesized_expression, - [68284] = 3, + [68308] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4752), 1, + ACTIONS(4755), 1, sym_identifier, STATE(1783), 1, sym_attribute, - [68294] = 3, + [68318] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4736), 1, + ACTIONS(4739), 1, anon_sym_LPAREN2, - STATE(440), 1, + STATE(452), 1, sym_parenthesized_expression, - [68304] = 3, + [68328] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4734), 1, + ACTIONS(4737), 1, anon_sym_LPAREN2, STATE(1870), 1, sym_parenthesized_expression, - [68314] = 2, + [68338] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3390), 1, anon_sym_RPAREN, - [68321] = 2, + [68345] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4855), 1, + ACTIONS(4858), 1, sym_identifier, - [68328] = 2, + [68352] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4857), 1, + ACTIONS(4860), 1, sym_identifier, - [68335] = 2, + [68359] = 2, ACTIONS(3579), 1, sym_comment, - ACTIONS(4859), 1, + ACTIONS(4862), 1, aux_sym_preproc_include_token2, - [68342] = 2, + [68366] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4861), 1, + ACTIONS(4864), 1, anon_sym_RPAREN, - [68349] = 2, + [68373] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4863), 1, + ACTIONS(4866), 1, anon_sym_RBRACK, - [68356] = 2, + [68380] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4865), 1, + ACTIONS(4868), 1, sym_identifier, - [68363] = 2, + [68387] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4867), 1, + ACTIONS(4870), 1, anon_sym_RPAREN, - [68370] = 2, + [68394] = 2, ACTIONS(3579), 1, sym_comment, - ACTIONS(4869), 1, + ACTIONS(4872), 1, aux_sym_preproc_include_token2, - [68377] = 2, + [68401] = 2, ACTIONS(3579), 1, sym_comment, - ACTIONS(4871), 1, + ACTIONS(4874), 1, aux_sym_preproc_include_token2, - [68384] = 2, + [68408] = 2, ACTIONS(3579), 1, sym_comment, - ACTIONS(4873), 1, + ACTIONS(4876), 1, aux_sym_preproc_include_token2, - [68391] = 2, + [68415] = 2, ACTIONS(3579), 1, sym_comment, - ACTIONS(4875), 1, + ACTIONS(4878), 1, aux_sym_preproc_include_token2, - [68398] = 2, + [68422] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4877), 1, + ACTIONS(4880), 1, aux_sym_preproc_if_token2, - [68405] = 2, + [68429] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(4882), 1, anon_sym_RBRACE, - [68412] = 2, + [68436] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4881), 1, + ACTIONS(4884), 1, aux_sym_preproc_if_token2, - [68419] = 2, + [68443] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4883), 1, + ACTIONS(4886), 1, anon_sym_RBRACE, - [68426] = 2, + [68450] = 2, ACTIONS(3579), 1, sym_comment, - ACTIONS(4885), 1, + ACTIONS(4888), 1, aux_sym_preproc_include_token2, - [68433] = 2, + [68457] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4887), 1, + ACTIONS(4890), 1, aux_sym_preproc_if_token2, - [68440] = 2, + [68464] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4889), 1, + ACTIONS(4892), 1, anon_sym_RBRACE, - [68447] = 2, + [68471] = 2, ACTIONS(3579), 1, sym_comment, - ACTIONS(4891), 1, + ACTIONS(4894), 1, aux_sym_preproc_include_token2, - [68454] = 2, + [68478] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4893), 1, + ACTIONS(4896), 1, anon_sym_RPAREN, - [68461] = 2, + [68485] = 2, ACTIONS(3579), 1, sym_comment, - ACTIONS(4895), 1, + ACTIONS(4898), 1, aux_sym_preproc_include_token2, - [68468] = 2, + [68492] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4897), 1, + ACTIONS(4900), 1, anon_sym_SEMI, - [68475] = 2, + [68499] = 2, ACTIONS(3579), 1, sym_comment, - ACTIONS(4899), 1, + ACTIONS(4902), 1, aux_sym_preproc_include_token2, - [68482] = 2, + [68506] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4901), 1, + ACTIONS(4904), 1, aux_sym_preproc_if_token2, - [68489] = 2, + [68513] = 2, ACTIONS(3579), 1, sym_comment, - ACTIONS(4903), 1, + ACTIONS(4906), 1, aux_sym_preproc_include_token2, - [68496] = 2, + [68520] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4905), 1, + ACTIONS(4908), 1, anon_sym_RPAREN, - [68503] = 2, + [68527] = 2, ACTIONS(3579), 1, sym_comment, - ACTIONS(4907), 1, + ACTIONS(4910), 1, aux_sym_preproc_include_token2, - [68510] = 2, + [68534] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4909), 1, + ACTIONS(4912), 1, anon_sym_SEMI, - [68517] = 2, + [68541] = 2, ACTIONS(3579), 1, sym_comment, - ACTIONS(4911), 1, + ACTIONS(4914), 1, aux_sym_preproc_include_token2, - [68524] = 2, + [68548] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4913), 1, + ACTIONS(4916), 1, anon_sym_LPAREN2, - [68531] = 2, + [68555] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4915), 1, + ACTIONS(4918), 1, aux_sym_preproc_if_token2, - [68538] = 2, + [68562] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3430), 1, anon_sym_RPAREN, - [68545] = 2, + [68569] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4917), 1, + ACTIONS(4920), 1, sym_identifier, - [68552] = 2, + [68576] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4919), 1, + ACTIONS(4922), 1, anon_sym_COLON, - [68559] = 2, + [68583] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4921), 1, + ACTIONS(4924), 1, anon_sym_RBRACK, - [68566] = 2, + [68590] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3422), 1, anon_sym_SEMI, - [68573] = 2, + [68597] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4923), 1, + ACTIONS(4926), 1, sym_identifier, - [68580] = 2, + [68604] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3426), 1, anon_sym_RPAREN, - [68587] = 2, + [68611] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3424), 1, anon_sym_RPAREN, - [68594] = 2, + [68618] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4925), 1, + ACTIONS(4928), 1, aux_sym_preproc_if_token2, - [68601] = 2, + [68625] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4927), 1, + ACTIONS(4930), 1, sym_identifier, - [68608] = 2, + [68632] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4929), 1, + ACTIONS(4932), 1, anon_sym_RBRACE, - [68615] = 2, + [68639] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4931), 1, + ACTIONS(4934), 1, anon_sym_RPAREN, - [68622] = 2, + [68646] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4933), 1, + ACTIONS(4936), 1, anon_sym_RPAREN, - [68629] = 2, + [68653] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4935), 1, + ACTIONS(4938), 1, anon_sym_SEMI, - [68636] = 2, + [68660] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4937), 1, + ACTIONS(4940), 1, aux_sym_preproc_if_token2, - [68643] = 2, + [68667] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4939), 1, + ACTIONS(4942), 1, aux_sym_preproc_if_token2, - [68650] = 2, + [68674] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4941), 1, + ACTIONS(4944), 1, aux_sym_preproc_if_token2, - [68657] = 2, + [68681] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4943), 1, + ACTIONS(4946), 1, aux_sym_preproc_if_token2, - [68664] = 2, + [68688] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4945), 1, + ACTIONS(4948), 1, aux_sym_preproc_if_token2, - [68671] = 2, + [68695] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4947), 1, + ACTIONS(4950), 1, sym_identifier, - [68678] = 2, + [68702] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4949), 1, + ACTIONS(4952), 1, aux_sym_preproc_if_token2, - [68685] = 2, + [68709] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4951), 1, + ACTIONS(4954), 1, anon_sym_RBRACE, - [68692] = 2, + [68716] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4194), 1, + ACTIONS(4141), 1, anon_sym_COMMA, - [68699] = 2, + [68723] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4953), 1, + ACTIONS(4956), 1, aux_sym_preproc_if_token2, - [68706] = 2, + [68730] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4955), 1, + ACTIONS(4958), 1, aux_sym_preproc_if_token2, - [68713] = 2, + [68737] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4957), 1, + ACTIONS(4960), 1, anon_sym_RBRACE, - [68720] = 2, + [68744] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4959), 1, + ACTIONS(4962), 1, aux_sym_preproc_if_token2, - [68727] = 2, + [68751] = 2, ACTIONS(3579), 1, sym_comment, - ACTIONS(4961), 1, + ACTIONS(4964), 1, aux_sym_preproc_include_token2, - [68734] = 2, + [68758] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4963), 1, + ACTIONS(4966), 1, aux_sym_preproc_if_token2, - [68741] = 2, + [68765] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4965), 1, + ACTIONS(4968), 1, aux_sym_preproc_if_token2, - [68748] = 2, + [68772] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4967), 1, + ACTIONS(4970), 1, anon_sym_LPAREN2, - [68755] = 2, + [68779] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4969), 1, + ACTIONS(4972), 1, anon_sym_RPAREN, - [68762] = 2, + [68786] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4971), 1, + ACTIONS(4974), 1, aux_sym_preproc_if_token2, - [68769] = 2, + [68793] = 2, ACTIONS(3579), 1, sym_comment, - ACTIONS(4973), 1, + ACTIONS(4976), 1, aux_sym_preproc_include_token2, - [68776] = 2, + [68800] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4975), 1, + ACTIONS(4978), 1, aux_sym_preproc_if_token2, - [68783] = 2, + [68807] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4977), 1, + ACTIONS(4980), 1, aux_sym_preproc_if_token2, - [68790] = 2, + [68814] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4979), 1, + ACTIONS(4982), 1, anon_sym_RPAREN, - [68797] = 2, + [68821] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4981), 1, + ACTIONS(4984), 1, anon_sym_SEMI, - [68804] = 2, + [68828] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4983), 1, + ACTIONS(4986), 1, anon_sym_SEMI, - [68811] = 2, + [68835] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3386), 1, anon_sym_SEMI, - [68818] = 2, + [68842] = 2, ACTIONS(3579), 1, sym_comment, - ACTIONS(3647), 1, + ACTIONS(3653), 1, aux_sym_preproc_include_token2, - [68825] = 2, + [68849] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4985), 1, + ACTIONS(4988), 1, aux_sym_preproc_if_token2, - [68832] = 2, + [68856] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4987), 1, + ACTIONS(4990), 1, sym_identifier, - [68839] = 2, + [68863] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4989), 1, + ACTIONS(4992), 1, sym_identifier, - [68846] = 2, + [68870] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4991), 1, + ACTIONS(4994), 1, aux_sym_preproc_if_token2, - [68853] = 2, + [68877] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4993), 1, + ACTIONS(4996), 1, aux_sym_preproc_if_token2, - [68860] = 2, + [68884] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3378), 1, anon_sym_SEMI, - [68867] = 2, + [68891] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4995), 1, + ACTIONS(4998), 1, anon_sym_COLON, - [68874] = 2, + [68898] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4997), 1, + ACTIONS(5000), 1, anon_sym_SEMI, - [68881] = 2, + [68905] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4999), 1, + ACTIONS(5002), 1, anon_sym_RPAREN, - [68888] = 2, + [68912] = 2, ACTIONS(3579), 1, sym_comment, - ACTIONS(5001), 1, + ACTIONS(5004), 1, aux_sym_preproc_include_token2, - [68895] = 2, + [68919] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5003), 1, + ACTIONS(5006), 1, sym_identifier, - [68902] = 2, + [68926] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5005), 1, + ACTIONS(5008), 1, sym_identifier, - [68909] = 2, + [68933] = 2, ACTIONS(3579), 1, sym_comment, - ACTIONS(4697), 1, + ACTIONS(4700), 1, aux_sym_preproc_include_token2, - [68916] = 2, + [68940] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5007), 1, + ACTIONS(5010), 1, anon_sym_LPAREN2, - [68923] = 2, + [68947] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5009), 1, + ACTIONS(5012), 1, anon_sym_SEMI, - [68930] = 2, + [68954] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5011), 1, + ACTIONS(5014), 1, anon_sym_SEMI, - [68937] = 2, + [68961] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5013), 1, + ACTIONS(5016), 1, anon_sym_COLON, - [68944] = 2, + [68968] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5015), 1, + ACTIONS(5018), 1, anon_sym_LPAREN2, - [68951] = 2, + [68975] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5017), 1, + ACTIONS(5020), 1, sym_identifier, - [68958] = 2, + [68982] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5019), 1, + ACTIONS(5022), 1, sym_identifier, - [68965] = 2, + [68989] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5021), 1, + ACTIONS(5024), 1, anon_sym_COLON, - [68972] = 2, + [68996] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5023), 1, + ACTIONS(5026), 1, sym_identifier, - [68979] = 2, + [69003] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5025), 1, + ACTIONS(5028), 1, aux_sym_preproc_if_token2, - [68986] = 2, + [69010] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5027), 1, + ACTIONS(5030), 1, anon_sym_RPAREN, - [68993] = 2, + [69017] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5029), 1, + ACTIONS(5032), 1, anon_sym_RPAREN, - [69000] = 2, + [69024] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5031), 1, + ACTIONS(5034), 1, aux_sym_preproc_if_token2, - [69007] = 2, + [69031] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5033), 1, + ACTIONS(5036), 1, sym_identifier, - [69014] = 2, + [69038] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3412), 1, anon_sym_RPAREN, - [69021] = 2, + [69045] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3416), 1, anon_sym_RPAREN, - [69028] = 2, + [69052] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5035), 1, + ACTIONS(5038), 1, sym_identifier, - [69035] = 2, + [69059] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5037), 1, + ACTIONS(5040), 1, sym_identifier, - [69042] = 2, + [69066] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5039), 1, + ACTIONS(5042), 1, anon_sym_SEMI, - [69049] = 2, + [69073] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5041), 1, + ACTIONS(5044), 1, aux_sym_preproc_if_token2, - [69056] = 2, + [69080] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5043), 1, + ACTIONS(5046), 1, anon_sym_SEMI, - [69063] = 2, + [69087] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5045), 1, + ACTIONS(5048), 1, aux_sym_preproc_if_token2, - [69070] = 2, + [69094] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5047), 1, + ACTIONS(5050), 1, aux_sym_preproc_if_token2, - [69077] = 2, + [69101] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5049), 1, + ACTIONS(5052), 1, anon_sym_SEMI, - [69084] = 2, + [69108] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5051), 1, + ACTIONS(5054), 1, sym_identifier, - [69091] = 2, - ACTIONS(2406), 1, + [69115] = 2, + ACTIONS(2402), 1, aux_sym_preproc_include_token2, ACTIONS(3579), 1, sym_comment, - [69098] = 2, + [69122] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5053), 1, + ACTIONS(5056), 1, aux_sym_preproc_if_token2, - [69105] = 2, + [69129] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4786), 1, + ACTIONS(4789), 1, anon_sym_COMMA, - [69112] = 2, + [69136] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5055), 1, + ACTIONS(5058), 1, sym_identifier, - [69119] = 2, + [69143] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5057), 1, + ACTIONS(5060), 1, aux_sym_preproc_if_token2, - [69126] = 2, + [69150] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5059), 1, + ACTIONS(5062), 1, anon_sym_SEMI, - [69133] = 2, + [69157] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5061), 1, + ACTIONS(5064), 1, aux_sym_preproc_if_token2, - [69140] = 2, + [69164] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5063), 1, + ACTIONS(5066), 1, aux_sym_preproc_if_token2, - [69147] = 2, - ACTIONS(2402), 1, + [69171] = 2, + ACTIONS(2406), 1, aux_sym_preproc_include_token2, ACTIONS(3579), 1, sym_comment, - [69154] = 2, + [69178] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5065), 1, + ACTIONS(5068), 1, sym_identifier, - [69161] = 2, + [69185] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5067), 1, + ACTIONS(5070), 1, anon_sym_RPAREN, - [69168] = 2, + [69192] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5069), 1, + ACTIONS(5072), 1, anon_sym_RPAREN, - [69175] = 2, + [69199] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4298), 1, + ACTIONS(4271), 1, anon_sym_COMMA, - [69182] = 2, + [69206] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5071), 1, + ACTIONS(5074), 1, aux_sym_preproc_if_token2, - [69189] = 2, + [69213] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5073), 1, + ACTIONS(5076), 1, aux_sym_preproc_if_token2, - [69196] = 2, + [69220] = 2, ACTIONS(3579), 1, sym_comment, - ACTIONS(5075), 1, + ACTIONS(5078), 1, aux_sym_preproc_include_token2, - [69203] = 2, + [69227] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5077), 1, + ACTIONS(5080), 1, anon_sym_COLON, - [69210] = 2, + [69234] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5079), 1, + ACTIONS(5082), 1, sym_identifier, - [69217] = 2, + [69241] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5081), 1, + ACTIONS(5084), 1, sym_identifier, - [69224] = 2, + [69248] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5083), 1, + ACTIONS(5086), 1, sym_identifier, - [69231] = 2, + [69255] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3326), 1, anon_sym_RBRACE, - [69238] = 2, + [69262] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5085), 1, + ACTIONS(5088), 1, anon_sym_SEMI, - [69245] = 2, + [69269] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5087), 1, + ACTIONS(5090), 1, anon_sym_RPAREN, - [69252] = 2, + [69276] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5089), 1, + ACTIONS(5092), 1, sym_identifier, - [69259] = 2, + [69283] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5091), 1, + ACTIONS(5094), 1, aux_sym_preproc_if_token2, - [69266] = 2, + [69290] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5093), 1, + ACTIONS(5096), 1, aux_sym_preproc_if_token2, - [69273] = 2, + [69297] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5095), 1, + ACTIONS(5098), 1, anon_sym_SEMI, - [69280] = 2, + [69304] = 2, ACTIONS(3579), 1, sym_comment, - ACTIONS(4530), 1, + ACTIONS(4533), 1, aux_sym_preproc_include_token2, - [69287] = 2, + [69311] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5097), 1, + ACTIONS(5100), 1, anon_sym_SEMI, - [69294] = 2, + [69318] = 2, ACTIONS(3579), 1, sym_comment, - ACTIONS(5099), 1, + ACTIONS(5102), 1, aux_sym_preproc_include_token2, - [69301] = 2, + [69325] = 2, ACTIONS(3579), 1, sym_comment, - ACTIONS(5101), 1, + ACTIONS(5104), 1, aux_sym_preproc_include_token2, - [69308] = 2, + [69332] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3408), 1, anon_sym_RPAREN, - [69315] = 2, + [69339] = 2, ACTIONS(3579), 1, sym_comment, ACTIONS(3643), 1, aux_sym_preproc_include_token2, - [69322] = 2, + [69346] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5103), 1, + ACTIONS(5106), 1, anon_sym_RPAREN, - [69329] = 2, + [69353] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5105), 1, + ACTIONS(5108), 1, sym_identifier, - [69336] = 2, + [69360] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5107), 1, + ACTIONS(5110), 1, sym_identifier, - [69343] = 2, + [69367] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5109), 1, + ACTIONS(5112), 1, anon_sym_SEMI, - [69350] = 2, + [69374] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5111), 1, + ACTIONS(5114), 1, anon_sym_SEMI, - [69357] = 2, + [69381] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5113), 1, + ACTIONS(5116), 1, sym_identifier, - [69364] = 2, + [69388] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5115), 1, + ACTIONS(5118), 1, sym_identifier, - [69371] = 2, + [69395] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5117), 1, + ACTIONS(5120), 1, sym_identifier, - [69378] = 2, + [69402] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3410), 1, anon_sym_SEMI, - [69385] = 2, + [69409] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5119), 1, + ACTIONS(5122), 1, anon_sym_SEMI, - [69392] = 2, + [69416] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3418), 1, anon_sym_SEMI, - [69399] = 2, + [69423] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3428), 1, anon_sym_SEMI, - [69406] = 2, + [69430] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5121), 1, + ACTIONS(5124), 1, anon_sym_LPAREN2, - [69413] = 2, + [69437] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5123), 1, + ACTIONS(5126), 1, anon_sym_SEMI, - [69420] = 2, + [69444] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3344), 1, anon_sym_SEMI, - [69427] = 2, + [69451] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5125), 1, + ACTIONS(5128), 1, anon_sym_LPAREN2, - [69434] = 2, + [69458] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5127), 1, + ACTIONS(5130), 1, anon_sym_COLON, - [69441] = 2, + [69465] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3398), 1, anon_sym_SEMI, - [69448] = 2, + [69472] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3396), 1, anon_sym_SEMI, - [69455] = 2, + [69479] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5129), 1, + ACTIONS(5132), 1, anon_sym_RPAREN, - [69462] = 2, + [69486] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5131), 1, + ACTIONS(5134), 1, anon_sym_SEMI, - [69469] = 2, + [69493] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5133), 1, + ACTIONS(5136), 1, anon_sym_SEMI, - [69476] = 2, + [69500] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5135), 1, + ACTIONS(5138), 1, anon_sym_RPAREN, - [69483] = 2, + [69507] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5137), 1, + ACTIONS(5140), 1, anon_sym_while, - [69490] = 2, + [69514] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5139), 1, + ACTIONS(5142), 1, anon_sym_STAR, - [69497] = 2, + [69521] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5141), 1, + ACTIONS(5144), 1, anon_sym_SEMI, - [69504] = 2, - ACTIONS(3579), 1, - sym_comment, - ACTIONS(5143), 1, - aux_sym_preproc_include_token2, - [69511] = 2, + [69528] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4788), 1, + ACTIONS(4791), 1, anon_sym_RBRACE, - [69518] = 2, + [69535] = 2, + ACTIONS(3579), 1, + sym_comment, + ACTIONS(5146), 1, + aux_sym_preproc_include_token2, + [69542] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5145), 1, + ACTIONS(5148), 1, sym_identifier, - [69525] = 2, + [69549] = 2, ACTIONS(3579), 1, sym_comment, - ACTIONS(4613), 1, + ACTIONS(4616), 1, aux_sym_preproc_include_token2, - [69532] = 2, + [69556] = 2, ACTIONS(3579), 1, sym_comment, - ACTIONS(5147), 1, + ACTIONS(5150), 1, aux_sym_preproc_include_token2, - [69539] = 2, + [69563] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5149), 1, + ACTIONS(5152), 1, aux_sym_preproc_if_token2, - [69546] = 2, + [69570] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5151), 1, + ACTIONS(5154), 1, anon_sym_SEMI, - [69553] = 2, + [69577] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5153), 1, + ACTIONS(5156), 1, anon_sym_SEMI, - [69560] = 2, + [69584] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5155), 1, + ACTIONS(5158), 1, anon_sym_COLON, - [69567] = 2, + [69591] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5157), 1, + ACTIONS(5160), 1, sym_primitive_type, - [69574] = 2, + [69598] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5159), 1, + ACTIONS(5162), 1, sym_identifier, - [69581] = 2, + [69605] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5161), 1, + ACTIONS(5164), 1, anon_sym_RPAREN, - [69588] = 2, + [69612] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5163), 1, + ACTIONS(5166), 1, aux_sym_preproc_if_token2, - [69595] = 2, + [69619] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5165), 1, + ACTIONS(5168), 1, aux_sym_preproc_if_token2, - [69602] = 2, + [69626] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5167), 1, + ACTIONS(5170), 1, aux_sym_preproc_if_token2, - [69609] = 2, + [69633] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5169), 1, + ACTIONS(5172), 1, aux_sym_preproc_if_token2, - [69616] = 2, + [69640] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5171), 1, + ACTIONS(5174), 1, anon_sym_COMMA, - [69623] = 2, + [69647] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5173), 1, + ACTIONS(5176), 1, anon_sym_RPAREN, - [69630] = 2, + [69654] = 2, ACTIONS(3579), 1, sym_comment, - ACTIONS(5175), 1, + ACTIONS(5178), 1, aux_sym_preproc_include_token2, - [69637] = 2, + [69661] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5177), 1, + ACTIONS(5180), 1, anon_sym_RPAREN, - [69644] = 2, + [69668] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5179), 1, + ACTIONS(5182), 1, aux_sym_preproc_if_token2, - [69651] = 2, + [69675] = 2, ACTIONS(3579), 1, sym_comment, - ACTIONS(3661), 1, + ACTIONS(3659), 1, aux_sym_preproc_include_token2, - [69658] = 2, + [69682] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5181), 1, + ACTIONS(5184), 1, anon_sym_SEMI, - [69665] = 2, + [69689] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5183), 1, + ACTIONS(5186), 1, anon_sym_RPAREN, - [69672] = 2, + [69696] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5185), 1, + ACTIONS(5188), 1, aux_sym_preproc_if_token2, - [69679] = 2, + [69703] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5187), 1, + ACTIONS(5190), 1, aux_sym_preproc_if_token2, - [69686] = 2, + [69710] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5189), 1, + ACTIONS(5192), 1, anon_sym_STAR, - [69693] = 2, + [69717] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5191), 1, + ACTIONS(5194), 1, anon_sym_RPAREN, - [69700] = 2, + [69724] = 2, ACTIONS(3579), 1, sym_comment, - ACTIONS(5193), 1, + ACTIONS(5196), 1, aux_sym_preproc_include_token2, - [69707] = 2, + [69731] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5195), 1, + ACTIONS(5198), 1, anon_sym_RPAREN, - [69714] = 2, + [69738] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5197), 1, + ACTIONS(5200), 1, anon_sym_SEMI, - [69721] = 2, + [69745] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5199), 1, + ACTIONS(5202), 1, anon_sym_COMMA, - [69728] = 2, + [69752] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5201), 1, + ACTIONS(5204), 1, anon_sym_RPAREN, - [69735] = 2, + [69759] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5203), 1, + ACTIONS(5206), 1, anon_sym_COLON, - [69742] = 2, + [69766] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5205), 1, + ACTIONS(5208), 1, anon_sym_RPAREN, - [69749] = 2, + [69773] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3346), 1, anon_sym_SEMI, - [69756] = 2, + [69780] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5207), 1, + ACTIONS(5210), 1, anon_sym_RPAREN, - [69763] = 2, + [69787] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5209), 1, + ACTIONS(5212), 1, aux_sym_preproc_if_token2, - [69770] = 2, + [69794] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5211), 1, + ACTIONS(5214), 1, anon_sym_LPAREN2, - [69777] = 2, + [69801] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5213), 1, + ACTIONS(5216), 1, anon_sym_SEMI, - [69784] = 2, + [69808] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5215), 1, + ACTIONS(5218), 1, aux_sym_preproc_if_token2, - [69791] = 2, + [69815] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5217), 1, + ACTIONS(5220), 1, sym_primitive_type, - [69798] = 2, + [69822] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5219), 1, + ACTIONS(5222), 1, anon_sym_while, - [69805] = 2, + [69829] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5221), 1, - aux_sym_preproc_if_token2, - [69812] = 2, + ACTIONS(3905), 1, + anon_sym_RBRACE, + [69836] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3941), 1, - anon_sym_RBRACE, - [69819] = 2, + ACTIONS(5224), 1, + aux_sym_preproc_if_token2, + [69843] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5223), 1, + ACTIONS(5226), 1, aux_sym_preproc_if_token2, - [69826] = 2, + [69850] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5225), 1, + ACTIONS(5228), 1, sym_identifier, - [69833] = 2, + [69857] = 2, ACTIONS(3579), 1, sym_comment, - ACTIONS(5227), 1, + ACTIONS(5230), 1, aux_sym_preproc_include_token2, - [69840] = 2, + [69864] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5229), 1, + ACTIONS(5232), 1, anon_sym_RPAREN, - [69847] = 2, + [69871] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5231), 1, + ACTIONS(5234), 1, anon_sym_SEMI, - [69854] = 2, + [69878] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5233), 1, + ACTIONS(5236), 1, anon_sym_while, - [69861] = 2, + [69885] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5235), 1, + ACTIONS(5238), 1, anon_sym_SEMI, - [69868] = 2, + [69892] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5237), 1, + ACTIONS(5240), 1, anon_sym_RPAREN, - [69875] = 2, + [69899] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5239), 1, + ACTIONS(5242), 1, sym_identifier, - [69882] = 2, + [69906] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5241), 1, + ACTIONS(5244), 1, anon_sym_RPAREN, - [69889] = 2, + [69913] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5243), 1, + ACTIONS(5246), 1, anon_sym_STAR, - [69896] = 2, + [69920] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5245), 1, + ACTIONS(5248), 1, anon_sym_RPAREN, - [69903] = 2, + [69927] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5247), 1, + ACTIONS(5250), 1, aux_sym_preproc_if_token2, - [69910] = 2, + [69934] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5249), 1, + ACTIONS(5252), 1, anon_sym_while, - [69917] = 2, + [69941] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5251), 1, + ACTIONS(5254), 1, sym_identifier, - [69924] = 2, + [69948] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5253), 1, + ACTIONS(5256), 1, sym_identifier, - [69931] = 2, + [69955] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5255), 1, + ACTIONS(5258), 1, aux_sym_preproc_if_token2, - [69938] = 2, + [69962] = 2, ACTIONS(3579), 1, sym_comment, - ACTIONS(5257), 1, + ACTIONS(5260), 1, aux_sym_preproc_include_token2, - [69945] = 2, + [69969] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3332), 1, anon_sym_RBRACE, - [69952] = 2, + [69976] = 2, ACTIONS(3579), 1, sym_comment, - ACTIONS(3627), 1, + ACTIONS(3647), 1, aux_sym_preproc_include_token2, - [69959] = 2, + [69983] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5259), 1, + ACTIONS(5262), 1, anon_sym_LPAREN2, - [69966] = 2, + [69990] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5261), 1, + ACTIONS(5264), 1, sym_identifier, - [69973] = 2, + [69997] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5263), 1, + ACTIONS(5266), 1, aux_sym_preproc_if_token2, - [69980] = 2, + [70004] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5265), 1, + ACTIONS(5268), 1, anon_sym_RPAREN, - [69987] = 2, + [70011] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5267), 1, + ACTIONS(5270), 1, anon_sym_STAR, - [69994] = 2, + [70018] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5269), 1, + ACTIONS(5272), 1, anon_sym_SEMI, - [70001] = 2, + [70025] = 2, ACTIONS(3579), 1, sym_comment, - ACTIONS(5271), 1, + ACTIONS(5274), 1, aux_sym_preproc_include_token2, - [70008] = 2, + [70032] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5273), 1, + ACTIONS(5276), 1, aux_sym_preproc_if_token2, - [70015] = 2, + [70039] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5275), 1, + ACTIONS(5278), 1, anon_sym_SEMI, - [70022] = 2, + [70046] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5277), 1, + ACTIONS(5280), 1, sym_identifier, - [70029] = 2, + [70053] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5279), 1, + ACTIONS(5282), 1, anon_sym_SEMI, - [70036] = 2, + [70060] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3394), 1, anon_sym_SEMI, - [70043] = 2, + [70067] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5281), 1, + ACTIONS(5284), 1, anon_sym_while, - [70050] = 2, + [70074] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5283), 1, + ACTIONS(5286), 1, anon_sym_RPAREN, - [70057] = 2, + [70081] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5285), 1, + ACTIONS(5288), 1, anon_sym_SEMI, - [70064] = 2, + [70088] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5287), 1, + ACTIONS(5290), 1, anon_sym_SEMI, - [70071] = 2, + [70095] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3414), 1, anon_sym_SEMI, - [70078] = 2, + [70102] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5289), 1, + ACTIONS(5292), 1, anon_sym_SEMI, - [70085] = 2, + [70109] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3404), 1, anon_sym_SEMI, - [70092] = 2, + [70116] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5291), 1, + ACTIONS(5294), 1, sym_identifier, - [70099] = 2, + [70123] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5293), 1, + ACTIONS(5296), 1, aux_sym_preproc_if_token2, - [70106] = 2, + [70130] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5295), 1, + ACTIONS(5298), 1, aux_sym_preproc_if_token2, - [70113] = 2, + [70137] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5297), 1, + ACTIONS(5300), 1, anon_sym_RPAREN, - [70120] = 2, + [70144] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3402), 1, anon_sym_RPAREN, - [70127] = 2, + [70151] = 2, ACTIONS(3579), 1, sym_comment, - ACTIONS(5299), 1, + ACTIONS(5302), 1, aux_sym_preproc_include_token2, - [70134] = 2, + [70158] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3420), 1, anon_sym_SEMI, - [70141] = 2, + [70165] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5301), 1, + ACTIONS(5304), 1, aux_sym_preproc_if_token2, - [70148] = 2, + [70172] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5303), 1, + ACTIONS(5306), 1, anon_sym_SEMI, - [70155] = 2, + [70179] = 2, ACTIONS(3579), 1, sym_comment, - ACTIONS(4611), 1, + ACTIONS(4614), 1, aux_sym_preproc_include_token2, - [70162] = 2, + [70186] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5305), 1, + ACTIONS(5308), 1, ts_builtin_sym_end, - [70169] = 2, + [70193] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5307), 1, + ACTIONS(5310), 1, anon_sym_RPAREN, - [70176] = 2, + [70200] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5309), 1, + ACTIONS(5312), 1, anon_sym_RPAREN, - [70183] = 2, + [70207] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5311), 1, + ACTIONS(5314), 1, anon_sym_LPAREN2, - [70190] = 2, + [70214] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5313), 1, + ACTIONS(5316), 1, anon_sym_LPAREN2, - [70197] = 2, + [70221] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5315), 1, + ACTIONS(5318), 1, anon_sym_LPAREN2, - [70204] = 2, + [70228] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5317), 1, + ACTIONS(5320), 1, sym_identifier, - [70211] = 2, + [70235] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5319), 1, + ACTIONS(5322), 1, anon_sym_SEMI, - [70218] = 2, + [70242] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5321), 1, + ACTIONS(5324), 1, anon_sym_RPAREN, - [70225] = 2, + [70249] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5323), 1, + ACTIONS(5326), 1, anon_sym_SEMI, - [70232] = 2, + [70256] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5325), 1, + ACTIONS(5328), 1, anon_sym_LPAREN2, - [70239] = 2, + [70263] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3434), 1, anon_sym_RPAREN, - [70246] = 2, + [70270] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5327), 1, + ACTIONS(5330), 1, anon_sym_COLON, - [70253] = 2, + [70277] = 2, ACTIONS(3579), 1, sym_comment, - ACTIONS(5329), 1, + ACTIONS(5332), 1, aux_sym_preproc_include_token2, - [70260] = 2, + [70284] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5331), 1, + ACTIONS(5334), 1, anon_sym_LPAREN2, - [70267] = 2, + [70291] = 2, ACTIONS(3579), 1, sym_comment, - ACTIONS(4594), 1, + ACTIONS(4597), 1, aux_sym_preproc_include_token2, - [70274] = 2, + [70298] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5333), 1, + ACTIONS(5336), 1, anon_sym_RPAREN, - [70281] = 2, + [70305] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5335), 1, + ACTIONS(5338), 1, anon_sym_LPAREN2, - [70288] = 2, + [70312] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5337), 1, + ACTIONS(5340), 1, anon_sym_LPAREN2, - [70295] = 2, + [70319] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5339), 1, + ACTIONS(5342), 1, anon_sym_SEMI, - [70302] = 2, + [70326] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5341), 1, + ACTIONS(5344), 1, anon_sym_LPAREN2, - [70309] = 2, + [70333] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5343), 1, + ACTIONS(5346), 1, anon_sym_LPAREN2, - [70316] = 2, + [70340] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5345), 1, + ACTIONS(5348), 1, anon_sym_SEMI, - [70323] = 2, + [70347] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5347), 1, + ACTIONS(5350), 1, sym_identifier, - [70330] = 2, + [70354] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5349), 1, + ACTIONS(5352), 1, anon_sym_LPAREN2, }; static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(555)] = 0, [SMALL_STATE(556)] = 114, - [SMALL_STATE(557)] = 224, + [SMALL_STATE(557)] = 228, [SMALL_STATE(558)] = 338, [SMALL_STATE(559)] = 449, [SMALL_STATE(560)] = 557, - [SMALL_STATE(561)] = 665, - [SMALL_STATE(562)] = 773, - [SMALL_STATE(563)] = 881, - [SMALL_STATE(564)] = 989, - [SMALL_STATE(565)] = 1097, - [SMALL_STATE(566)] = 1205, - [SMALL_STATE(567)] = 1311, - [SMALL_STATE(568)] = 1419, - [SMALL_STATE(569)] = 1527, - [SMALL_STATE(570)] = 1635, - [SMALL_STATE(571)] = 1743, - [SMALL_STATE(572)] = 1851, - [SMALL_STATE(573)] = 1959, - [SMALL_STATE(574)] = 2067, - [SMALL_STATE(575)] = 2175, + [SMALL_STATE(561)] = 663, + [SMALL_STATE(562)] = 771, + [SMALL_STATE(563)] = 879, + [SMALL_STATE(564)] = 987, + [SMALL_STATE(565)] = 1093, + [SMALL_STATE(566)] = 1201, + [SMALL_STATE(567)] = 1309, + [SMALL_STATE(568)] = 1417, + [SMALL_STATE(569)] = 1525, + [SMALL_STATE(570)] = 1633, + [SMALL_STATE(571)] = 1741, + [SMALL_STATE(572)] = 1849, + [SMALL_STATE(573)] = 1957, + [SMALL_STATE(574)] = 2065, + [SMALL_STATE(575)] = 2173, [SMALL_STATE(576)] = 2281, [SMALL_STATE(577)] = 2389, [SMALL_STATE(578)] = 2497, [SMALL_STATE(579)] = 2605, - [SMALL_STATE(580)] = 2711, - [SMALL_STATE(581)] = 2819, - [SMALL_STATE(582)] = 2927, + [SMALL_STATE(580)] = 2713, + [SMALL_STATE(581)] = 2821, + [SMALL_STATE(582)] = 2929, [SMALL_STATE(583)] = 3035, [SMALL_STATE(584)] = 3143, [SMALL_STATE(585)] = 3251, - [SMALL_STATE(586)] = 3359, + [SMALL_STATE(586)] = 3357, [SMALL_STATE(587)] = 3465, [SMALL_STATE(588)] = 3573, [SMALL_STATE(589)] = 3681, [SMALL_STATE(590)] = 3789, [SMALL_STATE(591)] = 3892, - [SMALL_STATE(592)] = 3997, - [SMALL_STATE(593)] = 4110, - [SMALL_STATE(594)] = 4215, - [SMALL_STATE(595)] = 4320, - [SMALL_STATE(596)] = 4425, - [SMALL_STATE(597)] = 4528, - [SMALL_STATE(598)] = 4631, + [SMALL_STATE(592)] = 3995, + [SMALL_STATE(593)] = 4100, + [SMALL_STATE(594)] = 4205, + [SMALL_STATE(595)] = 4318, + [SMALL_STATE(596)] = 4421, + [SMALL_STATE(597)] = 4526, + [SMALL_STATE(598)] = 4629, [SMALL_STATE(599)] = 4734, - [SMALL_STATE(600)] = 4837, - [SMALL_STATE(601)] = 4942, + [SMALL_STATE(600)] = 4839, + [SMALL_STATE(601)] = 4944, [SMALL_STATE(602)] = 5047, - [SMALL_STATE(603)] = 5150, - [SMALL_STATE(604)] = 5253, - [SMALL_STATE(605)] = 5358, - [SMALL_STATE(606)] = 5463, - [SMALL_STATE(607)] = 5566, - [SMALL_STATE(608)] = 5671, + [SMALL_STATE(603)] = 5152, + [SMALL_STATE(604)] = 5255, + [SMALL_STATE(605)] = 5360, + [SMALL_STATE(606)] = 5465, + [SMALL_STATE(607)] = 5568, + [SMALL_STATE(608)] = 5673, [SMALL_STATE(609)] = 5776, [SMALL_STATE(610)] = 5879, [SMALL_STATE(611)] = 5982, @@ -130184,52 +130200,52 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(614)] = 6289, [SMALL_STATE(615)] = 6391, [SMALL_STATE(616)] = 6493, - [SMALL_STATE(617)] = 6595, + [SMALL_STATE(617)] = 6593, [SMALL_STATE(618)] = 6695, - [SMALL_STATE(619)] = 6797, + [SMALL_STATE(619)] = 6795, [SMALL_STATE(620)] = 6897, - [SMALL_STATE(621)] = 6999, + [SMALL_STATE(621)] = 6997, [SMALL_STATE(622)] = 7099, - [SMALL_STATE(623)] = 7201, - [SMALL_STATE(624)] = 7303, - [SMALL_STATE(625)] = 7403, - [SMALL_STATE(626)] = 7503, - [SMALL_STATE(627)] = 7605, - [SMALL_STATE(628)] = 7707, - [SMALL_STATE(629)] = 7809, - [SMALL_STATE(630)] = 7909, - [SMALL_STATE(631)] = 8009, - [SMALL_STATE(632)] = 8111, - [SMALL_STATE(633)] = 8213, - [SMALL_STATE(634)] = 8313, - [SMALL_STATE(635)] = 8413, - [SMALL_STATE(636)] = 8515, - [SMALL_STATE(637)] = 8617, - [SMALL_STATE(638)] = 8719, - [SMALL_STATE(639)] = 8821, - [SMALL_STATE(640)] = 8921, - [SMALL_STATE(641)] = 9023, - [SMALL_STATE(642)] = 9123, - [SMALL_STATE(643)] = 9225, - [SMALL_STATE(644)] = 9327, - [SMALL_STATE(645)] = 9429, - [SMALL_STATE(646)] = 9529, - [SMALL_STATE(647)] = 9631, - [SMALL_STATE(648)] = 9731, - [SMALL_STATE(649)] = 9831, - [SMALL_STATE(650)] = 9931, - [SMALL_STATE(651)] = 10031, - [SMALL_STATE(652)] = 10131, - [SMALL_STATE(653)] = 10233, - [SMALL_STATE(654)] = 10333, + [SMALL_STATE(623)] = 7199, + [SMALL_STATE(624)] = 7301, + [SMALL_STATE(625)] = 7401, + [SMALL_STATE(626)] = 7501, + [SMALL_STATE(627)] = 7601, + [SMALL_STATE(628)] = 7701, + [SMALL_STATE(629)] = 7803, + [SMALL_STATE(630)] = 7903, + [SMALL_STATE(631)] = 8003, + [SMALL_STATE(632)] = 8103, + [SMALL_STATE(633)] = 8205, + [SMALL_STATE(634)] = 8307, + [SMALL_STATE(635)] = 8407, + [SMALL_STATE(636)] = 8509, + [SMALL_STATE(637)] = 8611, + [SMALL_STATE(638)] = 8713, + [SMALL_STATE(639)] = 8813, + [SMALL_STATE(640)] = 8915, + [SMALL_STATE(641)] = 9015, + [SMALL_STATE(642)] = 9117, + [SMALL_STATE(643)] = 9219, + [SMALL_STATE(644)] = 9319, + [SMALL_STATE(645)] = 9421, + [SMALL_STATE(646)] = 9521, + [SMALL_STATE(647)] = 9621, + [SMALL_STATE(648)] = 9721, + [SMALL_STATE(649)] = 9821, + [SMALL_STATE(650)] = 9923, + [SMALL_STATE(651)] = 10025, + [SMALL_STATE(652)] = 10127, + [SMALL_STATE(653)] = 10229, + [SMALL_STATE(654)] = 10331, [SMALL_STATE(655)] = 10433, - [SMALL_STATE(656)] = 10533, + [SMALL_STATE(656)] = 10535, [SMALL_STATE(657)] = 10635, - [SMALL_STATE(658)] = 10735, + [SMALL_STATE(658)] = 10737, [SMALL_STATE(659)] = 10837, - [SMALL_STATE(660)] = 10939, + [SMALL_STATE(660)] = 10937, [SMALL_STATE(661)] = 11039, - [SMALL_STATE(662)] = 11139, + [SMALL_STATE(662)] = 11141, [SMALL_STATE(663)] = 11241, [SMALL_STATE(664)] = 11343, [SMALL_STATE(665)] = 11445, @@ -130238,89 +130254,89 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(668)] = 11749, [SMALL_STATE(669)] = 11851, [SMALL_STATE(670)] = 11953, - [SMALL_STATE(671)] = 12041, - [SMALL_STATE(672)] = 12143, - [SMALL_STATE(673)] = 12243, - [SMALL_STATE(674)] = 12345, - [SMALL_STATE(675)] = 12445, - [SMALL_STATE(676)] = 12547, - [SMALL_STATE(677)] = 12647, - [SMALL_STATE(678)] = 12749, - [SMALL_STATE(679)] = 12849, - [SMALL_STATE(680)] = 12951, - [SMALL_STATE(681)] = 13051, - [SMALL_STATE(682)] = 13151, - [SMALL_STATE(683)] = 13251, - [SMALL_STATE(684)] = 13351, - [SMALL_STATE(685)] = 13451, - [SMALL_STATE(686)] = 13551, - [SMALL_STATE(687)] = 13651, - [SMALL_STATE(688)] = 13751, - [SMALL_STATE(689)] = 13851, - [SMALL_STATE(690)] = 13951, - [SMALL_STATE(691)] = 14053, - [SMALL_STATE(692)] = 14153, - [SMALL_STATE(693)] = 14255, - [SMALL_STATE(694)] = 14357, - [SMALL_STATE(695)] = 14457, - [SMALL_STATE(696)] = 14559, - [SMALL_STATE(697)] = 14659, - [SMALL_STATE(698)] = 14761, - [SMALL_STATE(699)] = 14863, - [SMALL_STATE(700)] = 14965, - [SMALL_STATE(701)] = 15067, - [SMALL_STATE(702)] = 15167, - [SMALL_STATE(703)] = 15269, - [SMALL_STATE(704)] = 15371, - [SMALL_STATE(705)] = 15471, - [SMALL_STATE(706)] = 15573, - [SMALL_STATE(707)] = 15675, - [SMALL_STATE(708)] = 15775, - [SMALL_STATE(709)] = 15875, - [SMALL_STATE(710)] = 15977, - [SMALL_STATE(711)] = 16077, - [SMALL_STATE(712)] = 16177, - [SMALL_STATE(713)] = 16279, - [SMALL_STATE(714)] = 16381, - [SMALL_STATE(715)] = 16483, - [SMALL_STATE(716)] = 16583, - [SMALL_STATE(717)] = 16683, - [SMALL_STATE(718)] = 16785, - [SMALL_STATE(719)] = 16887, - [SMALL_STATE(720)] = 16987, - [SMALL_STATE(721)] = 17087, - [SMALL_STATE(722)] = 17189, - [SMALL_STATE(723)] = 17289, - [SMALL_STATE(724)] = 17389, - [SMALL_STATE(725)] = 17489, - [SMALL_STATE(726)] = 17591, - [SMALL_STATE(727)] = 17691, - [SMALL_STATE(728)] = 17793, - [SMALL_STATE(729)] = 17893, - [SMALL_STATE(730)] = 17995, - [SMALL_STATE(731)] = 18097, - [SMALL_STATE(732)] = 18197, - [SMALL_STATE(733)] = 18299, - [SMALL_STATE(734)] = 18399, - [SMALL_STATE(735)] = 18501, - [SMALL_STATE(736)] = 18603, - [SMALL_STATE(737)] = 18705, - [SMALL_STATE(738)] = 18807, - [SMALL_STATE(739)] = 18909, - [SMALL_STATE(740)] = 19011, - [SMALL_STATE(741)] = 19113, - [SMALL_STATE(742)] = 19213, - [SMALL_STATE(743)] = 19315, - [SMALL_STATE(744)] = 19417, - [SMALL_STATE(745)] = 19519, - [SMALL_STATE(746)] = 19619, - [SMALL_STATE(747)] = 19719, + [SMALL_STATE(671)] = 12053, + [SMALL_STATE(672)] = 12153, + [SMALL_STATE(673)] = 12241, + [SMALL_STATE(674)] = 12343, + [SMALL_STATE(675)] = 12443, + [SMALL_STATE(676)] = 12545, + [SMALL_STATE(677)] = 12645, + [SMALL_STATE(678)] = 12747, + [SMALL_STATE(679)] = 12847, + [SMALL_STATE(680)] = 12947, + [SMALL_STATE(681)] = 13049, + [SMALL_STATE(682)] = 13149, + [SMALL_STATE(683)] = 13249, + [SMALL_STATE(684)] = 13349, + [SMALL_STATE(685)] = 13449, + [SMALL_STATE(686)] = 13549, + [SMALL_STATE(687)] = 13649, + [SMALL_STATE(688)] = 13749, + [SMALL_STATE(689)] = 13849, + [SMALL_STATE(690)] = 13949, + [SMALL_STATE(691)] = 14049, + [SMALL_STATE(692)] = 14149, + [SMALL_STATE(693)] = 14251, + [SMALL_STATE(694)] = 14353, + [SMALL_STATE(695)] = 14453, + [SMALL_STATE(696)] = 14553, + [SMALL_STATE(697)] = 14653, + [SMALL_STATE(698)] = 14753, + [SMALL_STATE(699)] = 14853, + [SMALL_STATE(700)] = 14953, + [SMALL_STATE(701)] = 15055, + [SMALL_STATE(702)] = 15155, + [SMALL_STATE(703)] = 15257, + [SMALL_STATE(704)] = 15357, + [SMALL_STATE(705)] = 15457, + [SMALL_STATE(706)] = 15557, + [SMALL_STATE(707)] = 15659, + [SMALL_STATE(708)] = 15759, + [SMALL_STATE(709)] = 15861, + [SMALL_STATE(710)] = 15963, + [SMALL_STATE(711)] = 16065, + [SMALL_STATE(712)] = 16165, + [SMALL_STATE(713)] = 16267, + [SMALL_STATE(714)] = 16369, + [SMALL_STATE(715)] = 16471, + [SMALL_STATE(716)] = 16573, + [SMALL_STATE(717)] = 16675, + [SMALL_STATE(718)] = 16777, + [SMALL_STATE(719)] = 16879, + [SMALL_STATE(720)] = 16979, + [SMALL_STATE(721)] = 17079, + [SMALL_STATE(722)] = 17181, + [SMALL_STATE(723)] = 17283, + [SMALL_STATE(724)] = 17383, + [SMALL_STATE(725)] = 17483, + [SMALL_STATE(726)] = 17585, + [SMALL_STATE(727)] = 17687, + [SMALL_STATE(728)] = 17789, + [SMALL_STATE(729)] = 17889, + [SMALL_STATE(730)] = 17989, + [SMALL_STATE(731)] = 18091, + [SMALL_STATE(732)] = 18191, + [SMALL_STATE(733)] = 18293, + [SMALL_STATE(734)] = 18393, + [SMALL_STATE(735)] = 18495, + [SMALL_STATE(736)] = 18597, + [SMALL_STATE(737)] = 18699, + [SMALL_STATE(738)] = 18801, + [SMALL_STATE(739)] = 18903, + [SMALL_STATE(740)] = 19005, + [SMALL_STATE(741)] = 19107, + [SMALL_STATE(742)] = 19209, + [SMALL_STATE(743)] = 19311, + [SMALL_STATE(744)] = 19413, + [SMALL_STATE(745)] = 19513, + [SMALL_STATE(746)] = 19615, + [SMALL_STATE(747)] = 19717, [SMALL_STATE(748)] = 19819, [SMALL_STATE(749)] = 19921, [SMALL_STATE(750)] = 20023, [SMALL_STATE(751)] = 20125, [SMALL_STATE(752)] = 20227, - [SMALL_STATE(753)] = 20327, + [SMALL_STATE(753)] = 20329, [SMALL_STATE(754)] = 20429, [SMALL_STATE(755)] = 20531, [SMALL_STATE(756)] = 20633, @@ -130334,12 +130350,12 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(764)] = 21449, [SMALL_STATE(765)] = 21551, [SMALL_STATE(766)] = 21652, - [SMALL_STATE(767)] = 21753, - [SMALL_STATE(768)] = 21854, - [SMALL_STATE(769)] = 21955, - [SMALL_STATE(770)] = 22026, + [SMALL_STATE(767)] = 21723, + [SMALL_STATE(768)] = 21824, + [SMALL_STATE(769)] = 21895, + [SMALL_STATE(770)] = 21996, [SMALL_STATE(771)] = 22097, - [SMALL_STATE(772)] = 22198, + [SMALL_STATE(772)] = 22168, [SMALL_STATE(773)] = 22269, [SMALL_STATE(774)] = 22337, [SMALL_STATE(775)] = 22405, @@ -130359,137 +130375,137 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(789)] = 23269, [SMALL_STATE(790)] = 23328, [SMALL_STATE(791)] = 23387, - [SMALL_STATE(792)] = 23445, + [SMALL_STATE(792)] = 23479, [SMALL_STATE(793)] = 23537, - [SMALL_STATE(794)] = 23629, - [SMALL_STATE(795)] = 23721, - [SMALL_STATE(796)] = 23813, - [SMALL_STATE(797)] = 23905, - [SMALL_STATE(798)] = 23963, - [SMALL_STATE(799)] = 24021, - [SMALL_STATE(800)] = 24113, - [SMALL_STATE(801)] = 24205, - [SMALL_STATE(802)] = 24263, - [SMALL_STATE(803)] = 24321, + [SMALL_STATE(794)] = 23595, + [SMALL_STATE(795)] = 23653, + [SMALL_STATE(796)] = 23745, + [SMALL_STATE(797)] = 23837, + [SMALL_STATE(798)] = 23895, + [SMALL_STATE(799)] = 23987, + [SMALL_STATE(800)] = 24079, + [SMALL_STATE(801)] = 24171, + [SMALL_STATE(802)] = 24229, + [SMALL_STATE(803)] = 24287, [SMALL_STATE(804)] = 24379, - [SMALL_STATE(805)] = 24437, - [SMALL_STATE(806)] = 24529, - [SMALL_STATE(807)] = 24621, - [SMALL_STATE(808)] = 24679, - [SMALL_STATE(809)] = 24737, - [SMALL_STATE(810)] = 24829, - [SMALL_STATE(811)] = 24921, - [SMALL_STATE(812)] = 25013, - [SMALL_STATE(813)] = 25105, - [SMALL_STATE(814)] = 25163, - [SMALL_STATE(815)] = 25221, - [SMALL_STATE(816)] = 25313, - [SMALL_STATE(817)] = 25371, - [SMALL_STATE(818)] = 25463, - [SMALL_STATE(819)] = 25555, - [SMALL_STATE(820)] = 25613, - [SMALL_STATE(821)] = 25671, - [SMALL_STATE(822)] = 25763, - [SMALL_STATE(823)] = 25855, - [SMALL_STATE(824)] = 25947, - [SMALL_STATE(825)] = 26005, - [SMALL_STATE(826)] = 26063, - [SMALL_STATE(827)] = 26155, - [SMALL_STATE(828)] = 26247, + [SMALL_STATE(805)] = 24471, + [SMALL_STATE(806)] = 24563, + [SMALL_STATE(807)] = 24655, + [SMALL_STATE(808)] = 24713, + [SMALL_STATE(809)] = 24805, + [SMALL_STATE(810)] = 24897, + [SMALL_STATE(811)] = 24991, + [SMALL_STATE(812)] = 25083, + [SMALL_STATE(813)] = 25141, + [SMALL_STATE(814)] = 25233, + [SMALL_STATE(815)] = 25291, + [SMALL_STATE(816)] = 25383, + [SMALL_STATE(817)] = 25475, + [SMALL_STATE(818)] = 25533, + [SMALL_STATE(819)] = 25625, + [SMALL_STATE(820)] = 25683, + [SMALL_STATE(821)] = 25741, + [SMALL_STATE(822)] = 25799, + [SMALL_STATE(823)] = 25891, + [SMALL_STATE(824)] = 25983, + [SMALL_STATE(825)] = 26041, + [SMALL_STATE(826)] = 26133, + [SMALL_STATE(827)] = 26225, + [SMALL_STATE(828)] = 26283, [SMALL_STATE(829)] = 26341, - [SMALL_STATE(830)] = 26406, - [SMALL_STATE(831)] = 26463, - [SMALL_STATE(832)] = 26554, - [SMALL_STATE(833)] = 26621, + [SMALL_STATE(830)] = 26398, + [SMALL_STATE(831)] = 26487, + [SMALL_STATE(832)] = 26552, + [SMALL_STATE(833)] = 26619, [SMALL_STATE(834)] = 26710, - [SMALL_STATE(835)] = 26777, - [SMALL_STATE(836)] = 26834, - [SMALL_STATE(837)] = 26891, - [SMALL_STATE(838)] = 26958, - [SMALL_STATE(839)] = 27023, - [SMALL_STATE(840)] = 27090, - [SMALL_STATE(841)] = 27157, - [SMALL_STATE(842)] = 27214, + [SMALL_STATE(835)] = 26767, + [SMALL_STATE(836)] = 26856, + [SMALL_STATE(837)] = 26923, + [SMALL_STATE(838)] = 26990, + [SMALL_STATE(839)] = 27057, + [SMALL_STATE(840)] = 27122, + [SMALL_STATE(841)] = 27179, + [SMALL_STATE(842)] = 27236, [SMALL_STATE(843)] = 27303, - [SMALL_STATE(844)] = 27367, - [SMALL_STATE(845)] = 27429, - [SMALL_STATE(846)] = 27491, + [SMALL_STATE(844)] = 27365, + [SMALL_STATE(845)] = 27427, + [SMALL_STATE(846)] = 27489, [SMALL_STATE(847)] = 27553, - [SMALL_STATE(848)] = 27616, - [SMALL_STATE(849)] = 27675, - [SMALL_STATE(850)] = 27734, + [SMALL_STATE(848)] = 27612, + [SMALL_STATE(849)] = 27671, + [SMALL_STATE(850)] = 27730, [SMALL_STATE(851)] = 27793, [SMALL_STATE(852)] = 27875, [SMALL_STATE(853)] = 27957, [SMALL_STATE(854)] = 28039, - [SMALL_STATE(855)] = 28121, - [SMALL_STATE(856)] = 28203, - [SMALL_STATE(857)] = 28285, - [SMALL_STATE(858)] = 28367, - [SMALL_STATE(859)] = 28421, + [SMALL_STATE(855)] = 28093, + [SMALL_STATE(856)] = 28147, + [SMALL_STATE(857)] = 28229, + [SMALL_STATE(858)] = 28311, + [SMALL_STATE(859)] = 28393, [SMALL_STATE(860)] = 28475, [SMALL_STATE(861)] = 28557, [SMALL_STATE(862)] = 28639, [SMALL_STATE(863)] = 28721, - [SMALL_STATE(864)] = 28784, - [SMALL_STATE(865)] = 28847, - [SMALL_STATE(866)] = 28910, - [SMALL_STATE(867)] = 28973, - [SMALL_STATE(868)] = 29038, - [SMALL_STATE(869)] = 29101, - [SMALL_STATE(870)] = 29180, - [SMALL_STATE(871)] = 29243, - [SMALL_STATE(872)] = 29306, + [SMALL_STATE(864)] = 28800, + [SMALL_STATE(865)] = 28863, + [SMALL_STATE(866)] = 28926, + [SMALL_STATE(867)] = 28979, + [SMALL_STATE(868)] = 29042, + [SMALL_STATE(869)] = 29107, + [SMALL_STATE(870)] = 29170, + [SMALL_STATE(871)] = 29233, + [SMALL_STATE(872)] = 29296, [SMALL_STATE(873)] = 29359, - [SMALL_STATE(874)] = 29445, - [SMALL_STATE(875)] = 29509, - [SMALL_STATE(876)] = 29583, - [SMALL_STATE(877)] = 29659, + [SMALL_STATE(874)] = 29441, + [SMALL_STATE(875)] = 29527, + [SMALL_STATE(876)] = 29613, + [SMALL_STATE(877)] = 29681, [SMALL_STATE(878)] = 29741, - [SMALL_STATE(879)] = 29813, - [SMALL_STATE(880)] = 29881, - [SMALL_STATE(881)] = 29941, - [SMALL_STATE(882)] = 30007, - [SMALL_STATE(883)] = 30093, - [SMALL_STATE(884)] = 30179, - [SMALL_STATE(885)] = 30259, + [SMALL_STATE(879)] = 29819, + [SMALL_STATE(880)] = 29899, + [SMALL_STATE(881)] = 29971, + [SMALL_STATE(882)] = 30035, + [SMALL_STATE(883)] = 30101, + [SMALL_STATE(884)] = 30175, + [SMALL_STATE(885)] = 30261, [SMALL_STATE(886)] = 30337, - [SMALL_STATE(887)] = 30416, - [SMALL_STATE(888)] = 30471, - [SMALL_STATE(889)] = 30548, - [SMALL_STATE(890)] = 30629, - [SMALL_STATE(891)] = 30694, - [SMALL_STATE(892)] = 30757, - [SMALL_STATE(893)] = 30808, - [SMALL_STATE(894)] = 30859, - [SMALL_STATE(895)] = 30934, - [SMALL_STATE(896)] = 31019, - [SMALL_STATE(897)] = 31070, - [SMALL_STATE(898)] = 31143, - [SMALL_STATE(899)] = 31214, - [SMALL_STATE(900)] = 31281, - [SMALL_STATE(901)] = 31332, - [SMALL_STATE(902)] = 31417, + [SMALL_STATE(887)] = 30388, + [SMALL_STATE(888)] = 30439, + [SMALL_STATE(889)] = 30524, + [SMALL_STATE(890)] = 30589, + [SMALL_STATE(891)] = 30656, + [SMALL_STATE(892)] = 30727, + [SMALL_STATE(893)] = 30800, + [SMALL_STATE(894)] = 30875, + [SMALL_STATE(895)] = 30952, + [SMALL_STATE(896)] = 31031, + [SMALL_STATE(897)] = 31112, + [SMALL_STATE(898)] = 31163, + [SMALL_STATE(899)] = 31248, + [SMALL_STATE(900)] = 31303, + [SMALL_STATE(901)] = 31354, + [SMALL_STATE(902)] = 31439, [SMALL_STATE(903)] = 31502, [SMALL_STATE(904)] = 31553, - [SMALL_STATE(905)] = 31637, - [SMALL_STATE(906)] = 31721, - [SMALL_STATE(907)] = 31795, - [SMALL_STATE(908)] = 31867, - [SMALL_STATE(909)] = 31929, - [SMALL_STATE(910)] = 31995, - [SMALL_STATE(911)] = 32079, - [SMALL_STATE(912)] = 32139, - [SMALL_STATE(913)] = 32215, - [SMALL_STATE(914)] = 32295, - [SMALL_STATE(915)] = 32355, - [SMALL_STATE(916)] = 32415, - [SMALL_STATE(917)] = 32493, - [SMALL_STATE(918)] = 32557, - [SMALL_STATE(919)] = 32627, - [SMALL_STATE(920)] = 32687, - [SMALL_STATE(921)] = 32745, - [SMALL_STATE(922)] = 32805, + [SMALL_STATE(905)] = 31619, + [SMALL_STATE(906)] = 31689, + [SMALL_STATE(907)] = 31773, + [SMALL_STATE(908)] = 31835, + [SMALL_STATE(909)] = 31919, + [SMALL_STATE(910)] = 31999, + [SMALL_STATE(911)] = 32063, + [SMALL_STATE(912)] = 32137, + [SMALL_STATE(913)] = 32221, + [SMALL_STATE(914)] = 32293, + [SMALL_STATE(915)] = 32353, + [SMALL_STATE(916)] = 32413, + [SMALL_STATE(917)] = 32473, + [SMALL_STATE(918)] = 32533, + [SMALL_STATE(919)] = 32611, + [SMALL_STATE(920)] = 32665, + [SMALL_STATE(921)] = 32723, + [SMALL_STATE(922)] = 32783, [SMALL_STATE(923)] = 32859, [SMALL_STATE(924)] = 32908, [SMALL_STATE(925)] = 32957, @@ -130498,26 +130514,26 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(928)] = 33104, [SMALL_STATE(929)] = 33153, [SMALL_STATE(930)] = 33202, - [SMALL_STATE(931)] = 33255, - [SMALL_STATE(932)] = 33304, - [SMALL_STATE(933)] = 33353, - [SMALL_STATE(934)] = 33402, - [SMALL_STATE(935)] = 33451, - [SMALL_STATE(936)] = 33500, - [SMALL_STATE(937)] = 33549, - [SMALL_STATE(938)] = 33598, - [SMALL_STATE(939)] = 33647, - [SMALL_STATE(940)] = 33696, - [SMALL_STATE(941)] = 33745, - [SMALL_STATE(942)] = 33794, - [SMALL_STATE(943)] = 33843, - [SMALL_STATE(944)] = 33892, - [SMALL_STATE(945)] = 33941, - [SMALL_STATE(946)] = 33990, - [SMALL_STATE(947)] = 34039, - [SMALL_STATE(948)] = 34088, - [SMALL_STATE(949)] = 34137, - [SMALL_STATE(950)] = 34186, + [SMALL_STATE(931)] = 33251, + [SMALL_STATE(932)] = 33300, + [SMALL_STATE(933)] = 33349, + [SMALL_STATE(934)] = 33398, + [SMALL_STATE(935)] = 33447, + [SMALL_STATE(936)] = 33496, + [SMALL_STATE(937)] = 33545, + [SMALL_STATE(938)] = 33594, + [SMALL_STATE(939)] = 33643, + [SMALL_STATE(940)] = 33692, + [SMALL_STATE(941)] = 33741, + [SMALL_STATE(942)] = 33790, + [SMALL_STATE(943)] = 33839, + [SMALL_STATE(944)] = 33888, + [SMALL_STATE(945)] = 33937, + [SMALL_STATE(946)] = 33986, + [SMALL_STATE(947)] = 34035, + [SMALL_STATE(948)] = 34084, + [SMALL_STATE(949)] = 34133, + [SMALL_STATE(950)] = 34182, [SMALL_STATE(951)] = 34235, [SMALL_STATE(952)] = 34284, [SMALL_STATE(953)] = 34333, @@ -130537,56 +130553,56 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(967)] = 35019, [SMALL_STATE(968)] = 35068, [SMALL_STATE(969)] = 35117, - [SMALL_STATE(970)] = 35174, - [SMALL_STATE(971)] = 35257, - [SMALL_STATE(972)] = 35304, - [SMALL_STATE(973)] = 35367, - [SMALL_STATE(974)] = 35426, - [SMALL_STATE(975)] = 35473, - [SMALL_STATE(976)] = 35520, - [SMALL_STATE(977)] = 35573, - [SMALL_STATE(978)] = 35620, - [SMALL_STATE(979)] = 35685, - [SMALL_STATE(980)] = 35732, - [SMALL_STATE(981)] = 35801, - [SMALL_STATE(982)] = 35872, - [SMALL_STATE(983)] = 35945, - [SMALL_STATE(984)] = 36004, - [SMALL_STATE(985)] = 36063, - [SMALL_STATE(986)] = 36118, - [SMALL_STATE(987)] = 36201, - [SMALL_STATE(988)] = 36248, - [SMALL_STATE(989)] = 36295, - [SMALL_STATE(990)] = 36354, - [SMALL_STATE(991)] = 36409, - [SMALL_STATE(992)] = 36456, - [SMALL_STATE(993)] = 36539, - [SMALL_STATE(994)] = 36586, - [SMALL_STATE(995)] = 36633, - [SMALL_STATE(996)] = 36680, - [SMALL_STATE(997)] = 36727, - [SMALL_STATE(998)] = 36774, - [SMALL_STATE(999)] = 36833, - [SMALL_STATE(1000)] = 36888, - [SMALL_STATE(1001)] = 36935, - [SMALL_STATE(1002)] = 36982, - [SMALL_STATE(1003)] = 37035, - [SMALL_STATE(1004)] = 37096, - [SMALL_STATE(1005)] = 37151, - [SMALL_STATE(1006)] = 37198, - [SMALL_STATE(1007)] = 37253, - [SMALL_STATE(1008)] = 37332, - [SMALL_STATE(1009)] = 37379, - [SMALL_STATE(1010)] = 37458, - [SMALL_STATE(1011)] = 37505, - [SMALL_STATE(1012)] = 37552, - [SMALL_STATE(1013)] = 37627, - [SMALL_STATE(1014)] = 37674, + [SMALL_STATE(970)] = 35188, + [SMALL_STATE(971)] = 35235, + [SMALL_STATE(972)] = 35294, + [SMALL_STATE(973)] = 35341, + [SMALL_STATE(974)] = 35388, + [SMALL_STATE(975)] = 35435, + [SMALL_STATE(976)] = 35482, + [SMALL_STATE(977)] = 35529, + [SMALL_STATE(978)] = 35582, + [SMALL_STATE(979)] = 35661, + [SMALL_STATE(980)] = 35726, + [SMALL_STATE(981)] = 35773, + [SMALL_STATE(982)] = 35856, + [SMALL_STATE(983)] = 35903, + [SMALL_STATE(984)] = 35956, + [SMALL_STATE(985)] = 36003, + [SMALL_STATE(986)] = 36050, + [SMALL_STATE(987)] = 36097, + [SMALL_STATE(988)] = 36144, + [SMALL_STATE(989)] = 36191, + [SMALL_STATE(990)] = 36238, + [SMALL_STATE(991)] = 36285, + [SMALL_STATE(992)] = 36354, + [SMALL_STATE(993)] = 36437, + [SMALL_STATE(994)] = 36500, + [SMALL_STATE(995)] = 36547, + [SMALL_STATE(996)] = 36594, + [SMALL_STATE(997)] = 36653, + [SMALL_STATE(998)] = 36726, + [SMALL_STATE(999)] = 36781, + [SMALL_STATE(1000)] = 36836, + [SMALL_STATE(1001)] = 36883, + [SMALL_STATE(1002)] = 36930, + [SMALL_STATE(1003)] = 36985, + [SMALL_STATE(1004)] = 37068, + [SMALL_STATE(1005)] = 37127, + [SMALL_STATE(1006)] = 37202, + [SMALL_STATE(1007)] = 37261, + [SMALL_STATE(1008)] = 37338, + [SMALL_STATE(1009)] = 37393, + [SMALL_STATE(1010)] = 37452, + [SMALL_STATE(1011)] = 37507, + [SMALL_STATE(1012)] = 37564, + [SMALL_STATE(1013)] = 37625, + [SMALL_STATE(1014)] = 37672, [SMALL_STATE(1015)] = 37751, [SMALL_STATE(1016)] = 37797, [SMALL_STATE(1017)] = 37843, - [SMALL_STATE(1018)] = 37889, - [SMALL_STATE(1019)] = 37935, + [SMALL_STATE(1018)] = 37893, + [SMALL_STATE(1019)] = 37939, [SMALL_STATE(1020)] = 37985, [SMALL_STATE(1021)] = 38031, [SMALL_STATE(1022)] = 38076, @@ -130907,70 +130923,70 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1337)] = 55745, [SMALL_STATE(1338)] = 55789, [SMALL_STATE(1339)] = 55831, - [SMALL_STATE(1340)] = 55859, - [SMALL_STATE(1341)] = 55899, - [SMALL_STATE(1342)] = 55935, - [SMALL_STATE(1343)] = 55969, - [SMALL_STATE(1344)] = 55997, - [SMALL_STATE(1345)] = 56037, - [SMALL_STATE(1346)] = 56077, - [SMALL_STATE(1347)] = 56117, - [SMALL_STATE(1348)] = 56157, - [SMALL_STATE(1349)] = 56197, - [SMALL_STATE(1350)] = 56237, - [SMALL_STATE(1351)] = 56265, - [SMALL_STATE(1352)] = 56305, - [SMALL_STATE(1353)] = 56345, - [SMALL_STATE(1354)] = 56385, - [SMALL_STATE(1355)] = 56425, - [SMALL_STATE(1356)] = 56475, - [SMALL_STATE(1357)] = 56515, - [SMALL_STATE(1358)] = 56547, - [SMALL_STATE(1359)] = 56575, - [SMALL_STATE(1360)] = 56603, - [SMALL_STATE(1361)] = 56643, - [SMALL_STATE(1362)] = 56683, - [SMALL_STATE(1363)] = 56723, - [SMALL_STATE(1364)] = 56763, - [SMALL_STATE(1365)] = 56803, - [SMALL_STATE(1366)] = 56831, - [SMALL_STATE(1367)] = 56871, - [SMALL_STATE(1368)] = 56911, - [SMALL_STATE(1369)] = 56951, - [SMALL_STATE(1370)] = 56991, - [SMALL_STATE(1371)] = 57031, - [SMALL_STATE(1372)] = 57071, - [SMALL_STATE(1373)] = 57111, - [SMALL_STATE(1374)] = 57151, - [SMALL_STATE(1375)] = 57191, - [SMALL_STATE(1376)] = 57231, - [SMALL_STATE(1377)] = 57263, + [SMALL_STATE(1340)] = 55863, + [SMALL_STATE(1341)] = 55903, + [SMALL_STATE(1342)] = 55939, + [SMALL_STATE(1343)] = 55973, + [SMALL_STATE(1344)] = 56001, + [SMALL_STATE(1345)] = 56033, + [SMALL_STATE(1346)] = 56061, + [SMALL_STATE(1347)] = 56101, + [SMALL_STATE(1348)] = 56141, + [SMALL_STATE(1349)] = 56181, + [SMALL_STATE(1350)] = 56221, + [SMALL_STATE(1351)] = 56261, + [SMALL_STATE(1352)] = 56301, + [SMALL_STATE(1353)] = 56341, + [SMALL_STATE(1354)] = 56381, + [SMALL_STATE(1355)] = 56421, + [SMALL_STATE(1356)] = 56471, + [SMALL_STATE(1357)] = 56499, + [SMALL_STATE(1358)] = 56527, + [SMALL_STATE(1359)] = 56567, + [SMALL_STATE(1360)] = 56595, + [SMALL_STATE(1361)] = 56635, + [SMALL_STATE(1362)] = 56667, + [SMALL_STATE(1363)] = 56695, + [SMALL_STATE(1364)] = 56735, + [SMALL_STATE(1365)] = 56775, + [SMALL_STATE(1366)] = 56815, + [SMALL_STATE(1367)] = 56855, + [SMALL_STATE(1368)] = 56895, + [SMALL_STATE(1369)] = 56935, + [SMALL_STATE(1370)] = 56975, + [SMALL_STATE(1371)] = 57015, + [SMALL_STATE(1372)] = 57055, + [SMALL_STATE(1373)] = 57095, + [SMALL_STATE(1374)] = 57135, + [SMALL_STATE(1375)] = 57175, + [SMALL_STATE(1376)] = 57215, + [SMALL_STATE(1377)] = 57255, [SMALL_STATE(1378)] = 57295, [SMALL_STATE(1379)] = 57327, [SMALL_STATE(1380)] = 57367, - [SMALL_STATE(1381)] = 57395, - [SMALL_STATE(1382)] = 57435, - [SMALL_STATE(1383)] = 57475, - [SMALL_STATE(1384)] = 57507, - [SMALL_STATE(1385)] = 57547, - [SMALL_STATE(1386)] = 57587, - [SMALL_STATE(1387)] = 57627, - [SMALL_STATE(1388)] = 57667, - [SMALL_STATE(1389)] = 57707, - [SMALL_STATE(1390)] = 57747, - [SMALL_STATE(1391)] = 57775, - [SMALL_STATE(1392)] = 57803, - [SMALL_STATE(1393)] = 57843, - [SMALL_STATE(1394)] = 57891, - [SMALL_STATE(1395)] = 57931, + [SMALL_STATE(1381)] = 57407, + [SMALL_STATE(1382)] = 57447, + [SMALL_STATE(1383)] = 57487, + [SMALL_STATE(1384)] = 57519, + [SMALL_STATE(1385)] = 57559, + [SMALL_STATE(1386)] = 57599, + [SMALL_STATE(1387)] = 57639, + [SMALL_STATE(1388)] = 57679, + [SMALL_STATE(1389)] = 57719, + [SMALL_STATE(1390)] = 57759, + [SMALL_STATE(1391)] = 57799, + [SMALL_STATE(1392)] = 57827, + [SMALL_STATE(1393)] = 57855, + [SMALL_STATE(1394)] = 57903, + [SMALL_STATE(1395)] = 57943, [SMALL_STATE(1396)] = 57971, [SMALL_STATE(1397)] = 57999, - [SMALL_STATE(1398)] = 58044, - [SMALL_STATE(1399)] = 58083, - [SMALL_STATE(1400)] = 58114, - [SMALL_STATE(1401)] = 58145, - [SMALL_STATE(1402)] = 58176, - [SMALL_STATE(1403)] = 58207, + [SMALL_STATE(1398)] = 58030, + [SMALL_STATE(1399)] = 58069, + [SMALL_STATE(1400)] = 58100, + [SMALL_STATE(1401)] = 58131, + [SMALL_STATE(1402)] = 58158, + [SMALL_STATE(1403)] = 58189, [SMALL_STATE(1404)] = 58234, [SMALL_STATE(1405)] = 58279, [SMALL_STATE(1406)] = 58310, @@ -130987,800 +131003,800 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1417)] = 58721, [SMALL_STATE(1418)] = 58766, [SMALL_STATE(1419)] = 58811, - [SMALL_STATE(1420)] = 58842, + [SMALL_STATE(1420)] = 58838, [SMALL_STATE(1421)] = 58869, - [SMALL_STATE(1422)] = 58914, - [SMALL_STATE(1423)] = 58959, - [SMALL_STATE(1424)] = 59004, - [SMALL_STATE(1425)] = 59049, + [SMALL_STATE(1422)] = 58896, + [SMALL_STATE(1423)] = 58941, + [SMALL_STATE(1424)] = 58986, + [SMALL_STATE(1425)] = 59031, [SMALL_STATE(1426)] = 59076, - [SMALL_STATE(1427)] = 59121, + [SMALL_STATE(1427)] = 59103, [SMALL_STATE(1428)] = 59148, [SMALL_STATE(1429)] = 59181, - [SMALL_STATE(1430)] = 59230, - [SMALL_STATE(1431)] = 59257, - [SMALL_STATE(1432)] = 59302, - [SMALL_STATE(1433)] = 59329, + [SMALL_STATE(1430)] = 59226, + [SMALL_STATE(1431)] = 59275, + [SMALL_STATE(1432)] = 59306, + [SMALL_STATE(1433)] = 59333, [SMALL_STATE(1434)] = 59360, [SMALL_STATE(1435)] = 59391, - [SMALL_STATE(1436)] = 59436, - [SMALL_STATE(1437)] = 59481, - [SMALL_STATE(1438)] = 59526, + [SMALL_STATE(1436)] = 59418, + [SMALL_STATE(1437)] = 59463, + [SMALL_STATE(1438)] = 59508, [SMALL_STATE(1439)] = 59553, [SMALL_STATE(1440)] = 59598, - [SMALL_STATE(1441)] = 59643, - [SMALL_STATE(1442)] = 59670, - [SMALL_STATE(1443)] = 59701, + [SMALL_STATE(1441)] = 59629, + [SMALL_STATE(1442)] = 59664, + [SMALL_STATE(1443)] = 59709, [SMALL_STATE(1444)] = 59736, [SMALL_STATE(1445)] = 59777, [SMALL_STATE(1446)] = 59818, [SMALL_STATE(1447)] = 59859, - [SMALL_STATE(1448)] = 59894, - [SMALL_STATE(1449)] = 59935, - [SMALL_STATE(1450)] = 59976, - [SMALL_STATE(1451)] = 60017, - [SMALL_STATE(1452)] = 60058, + [SMALL_STATE(1448)] = 59900, + [SMALL_STATE(1449)] = 59941, + [SMALL_STATE(1450)] = 59982, + [SMALL_STATE(1451)] = 60023, + [SMALL_STATE(1452)] = 60064, [SMALL_STATE(1453)] = 60099, [SMALL_STATE(1454)] = 60140, [SMALL_STATE(1455)] = 60181, [SMALL_STATE(1456)] = 60229, [SMALL_STATE(1457)] = 60277, - [SMALL_STATE(1458)] = 60315, - [SMALL_STATE(1459)] = 60363, - [SMALL_STATE(1460)] = 60411, - [SMALL_STATE(1461)] = 60449, + [SMALL_STATE(1458)] = 60325, + [SMALL_STATE(1459)] = 60373, + [SMALL_STATE(1460)] = 60421, + [SMALL_STATE(1461)] = 60459, [SMALL_STATE(1462)] = 60497, [SMALL_STATE(1463)] = 60538, - [SMALL_STATE(1464)] = 60579, + [SMALL_STATE(1464)] = 60583, [SMALL_STATE(1465)] = 60624, - [SMALL_STATE(1466)] = 60669, - [SMALL_STATE(1467)] = 60714, - [SMALL_STATE(1468)] = 60759, + [SMALL_STATE(1466)] = 60665, + [SMALL_STATE(1467)] = 60710, + [SMALL_STATE(1468)] = 60755, [SMALL_STATE(1469)] = 60800, - [SMALL_STATE(1470)] = 60845, + [SMALL_STATE(1470)] = 60841, [SMALL_STATE(1471)] = 60886, [SMALL_STATE(1472)] = 60924, - [SMALL_STATE(1473)] = 60964, - [SMALL_STATE(1474)] = 60994, - [SMALL_STATE(1475)] = 61032, - [SMALL_STATE(1476)] = 61070, - [SMALL_STATE(1477)] = 61108, + [SMALL_STATE(1473)] = 60962, + [SMALL_STATE(1474)] = 61000, + [SMALL_STATE(1475)] = 61026, + [SMALL_STATE(1476)] = 61064, + [SMALL_STATE(1477)] = 61094, [SMALL_STATE(1478)] = 61134, [SMALL_STATE(1479)] = 61172, [SMALL_STATE(1480)] = 61197, [SMALL_STATE(1481)] = 61232, [SMALL_STATE(1482)] = 61267, [SMALL_STATE(1483)] = 61296, - [SMALL_STATE(1484)] = 61331, - [SMALL_STATE(1485)] = 61366, - [SMALL_STATE(1486)] = 61401, - [SMALL_STATE(1487)] = 61426, - [SMALL_STATE(1488)] = 61461, - [SMALL_STATE(1489)] = 61496, - [SMALL_STATE(1490)] = 61531, - [SMALL_STATE(1491)] = 61570, - [SMALL_STATE(1492)] = 61595, + [SMALL_STATE(1484)] = 61321, + [SMALL_STATE(1485)] = 61350, + [SMALL_STATE(1486)] = 61385, + [SMALL_STATE(1487)] = 61420, + [SMALL_STATE(1488)] = 61455, + [SMALL_STATE(1489)] = 61480, + [SMALL_STATE(1490)] = 61519, + [SMALL_STATE(1491)] = 61554, + [SMALL_STATE(1492)] = 61589, [SMALL_STATE(1493)] = 61624, - [SMALL_STATE(1494)] = 61649, - [SMALL_STATE(1495)] = 61684, - [SMALL_STATE(1496)] = 61713, - [SMALL_STATE(1497)] = 61748, - [SMALL_STATE(1498)] = 61777, - [SMALL_STATE(1499)] = 61812, - [SMALL_STATE(1500)] = 61847, - [SMALL_STATE(1501)] = 61881, - [SMALL_STATE(1502)] = 61901, - [SMALL_STATE(1503)] = 61937, - [SMALL_STATE(1504)] = 61961, - [SMALL_STATE(1505)] = 61993, + [SMALL_STATE(1494)] = 61659, + [SMALL_STATE(1495)] = 61692, + [SMALL_STATE(1496)] = 61721, + [SMALL_STATE(1497)] = 61756, + [SMALL_STATE(1498)] = 61781, + [SMALL_STATE(1499)] = 61816, + [SMALL_STATE(1500)] = 61845, + [SMALL_STATE(1501)] = 61880, + [SMALL_STATE(1502)] = 61913, + [SMALL_STATE(1503)] = 61949, + [SMALL_STATE(1504)] = 61981, + [SMALL_STATE(1505)] = 62001, [SMALL_STATE(1506)] = 62025, - [SMALL_STATE(1507)] = 62045, - [SMALL_STATE(1508)] = 62077, - [SMALL_STATE(1509)] = 62109, - [SMALL_STATE(1510)] = 62141, - [SMALL_STATE(1511)] = 62161, - [SMALL_STATE(1512)] = 62193, - [SMALL_STATE(1513)] = 62224, - [SMALL_STATE(1514)] = 62257, - [SMALL_STATE(1515)] = 62286, - [SMALL_STATE(1516)] = 62315, - [SMALL_STATE(1517)] = 62342, - [SMALL_STATE(1518)] = 62371, - [SMALL_STATE(1519)] = 62400, - [SMALL_STATE(1520)] = 62427, - [SMALL_STATE(1521)] = 62458, - [SMALL_STATE(1522)] = 62487, - [SMALL_STATE(1523)] = 62516, - [SMALL_STATE(1524)] = 62543, - [SMALL_STATE(1525)] = 62572, - [SMALL_STATE(1526)] = 62601, - [SMALL_STATE(1527)] = 62630, - [SMALL_STATE(1528)] = 62659, - [SMALL_STATE(1529)] = 62686, - [SMALL_STATE(1530)] = 62719, - [SMALL_STATE(1531)] = 62750, - [SMALL_STATE(1532)] = 62779, - [SMALL_STATE(1533)] = 62805, - [SMALL_STATE(1534)] = 62823, - [SMALL_STATE(1535)] = 62849, - [SMALL_STATE(1536)] = 62879, - [SMALL_STATE(1537)] = 62897, - [SMALL_STATE(1538)] = 62915, - [SMALL_STATE(1539)] = 62933, - [SMALL_STATE(1540)] = 62957, - [SMALL_STATE(1541)] = 62983, - [SMALL_STATE(1542)] = 63009, - [SMALL_STATE(1543)] = 63027, - [SMALL_STATE(1544)] = 63049, - [SMALL_STATE(1545)] = 63067, - [SMALL_STATE(1546)] = 63091, - [SMALL_STATE(1547)] = 63114, - [SMALL_STATE(1548)] = 63135, - [SMALL_STATE(1549)] = 63158, - [SMALL_STATE(1550)] = 63181, - [SMALL_STATE(1551)] = 63210, - [SMALL_STATE(1552)] = 63239, - [SMALL_STATE(1553)] = 63260, - [SMALL_STATE(1554)] = 63281, - [SMALL_STATE(1555)] = 63310, - [SMALL_STATE(1556)] = 63331, - [SMALL_STATE(1557)] = 63352, - [SMALL_STATE(1558)] = 63381, - [SMALL_STATE(1559)] = 63402, - [SMALL_STATE(1560)] = 63431, - [SMALL_STATE(1561)] = 63454, - [SMALL_STATE(1562)] = 63479, - [SMALL_STATE(1563)] = 63504, - [SMALL_STATE(1564)] = 63524, - [SMALL_STATE(1565)] = 63544, - [SMALL_STATE(1566)] = 63564, - [SMALL_STATE(1567)] = 63582, - [SMALL_STATE(1568)] = 63608, - [SMALL_STATE(1569)] = 63628, - [SMALL_STATE(1570)] = 63644, - [SMALL_STATE(1571)] = 63660, - [SMALL_STATE(1572)] = 63686, - [SMALL_STATE(1573)] = 63702, - [SMALL_STATE(1574)] = 63724, - [SMALL_STATE(1575)] = 63750, - [SMALL_STATE(1576)] = 63766, - [SMALL_STATE(1577)] = 63786, - [SMALL_STATE(1578)] = 63802, - [SMALL_STATE(1579)] = 63818, - [SMALL_STATE(1580)] = 63838, - [SMALL_STATE(1581)] = 63864, - [SMALL_STATE(1582)] = 63882, - [SMALL_STATE(1583)] = 63908, - [SMALL_STATE(1584)] = 63934, - [SMALL_STATE(1585)] = 63960, - [SMALL_STATE(1586)] = 63976, - [SMALL_STATE(1587)] = 63996, - [SMALL_STATE(1588)] = 64020, - [SMALL_STATE(1589)] = 64044, - [SMALL_STATE(1590)] = 64068, - [SMALL_STATE(1591)] = 64094, - [SMALL_STATE(1592)] = 64118, - [SMALL_STATE(1593)] = 64144, - [SMALL_STATE(1594)] = 64160, - [SMALL_STATE(1595)] = 64175, - [SMALL_STATE(1596)] = 64198, - [SMALL_STATE(1597)] = 64213, - [SMALL_STATE(1598)] = 64238, - [SMALL_STATE(1599)] = 64261, - [SMALL_STATE(1600)] = 64276, - [SMALL_STATE(1601)] = 64291, - [SMALL_STATE(1602)] = 64306, - [SMALL_STATE(1603)] = 64325, - [SMALL_STATE(1604)] = 64344, - [SMALL_STATE(1605)] = 64359, - [SMALL_STATE(1606)] = 64374, - [SMALL_STATE(1607)] = 64389, - [SMALL_STATE(1608)] = 64404, - [SMALL_STATE(1609)] = 64427, - [SMALL_STATE(1610)] = 64444, - [SMALL_STATE(1611)] = 64462, - [SMALL_STATE(1612)] = 64476, - [SMALL_STATE(1613)] = 64494, - [SMALL_STATE(1614)] = 64510, - [SMALL_STATE(1615)] = 64528, - [SMALL_STATE(1616)] = 64542, - [SMALL_STATE(1617)] = 64558, - [SMALL_STATE(1618)] = 64574, + [SMALL_STATE(1507)] = 62057, + [SMALL_STATE(1508)] = 62089, + [SMALL_STATE(1509)] = 62123, + [SMALL_STATE(1510)] = 62155, + [SMALL_STATE(1511)] = 62175, + [SMALL_STATE(1512)] = 62195, + [SMALL_STATE(1513)] = 62227, + [SMALL_STATE(1514)] = 62259, + [SMALL_STATE(1515)] = 62290, + [SMALL_STATE(1516)] = 62317, + [SMALL_STATE(1517)] = 62346, + [SMALL_STATE(1518)] = 62375, + [SMALL_STATE(1519)] = 62404, + [SMALL_STATE(1520)] = 62431, + [SMALL_STATE(1521)] = 62462, + [SMALL_STATE(1522)] = 62491, + [SMALL_STATE(1523)] = 62520, + [SMALL_STATE(1524)] = 62547, + [SMALL_STATE(1525)] = 62576, + [SMALL_STATE(1526)] = 62605, + [SMALL_STATE(1527)] = 62632, + [SMALL_STATE(1528)] = 62661, + [SMALL_STATE(1529)] = 62692, + [SMALL_STATE(1530)] = 62721, + [SMALL_STATE(1531)] = 62754, + [SMALL_STATE(1532)] = 62783, + [SMALL_STATE(1533)] = 62816, + [SMALL_STATE(1534)] = 62842, + [SMALL_STATE(1535)] = 62868, + [SMALL_STATE(1536)] = 62886, + [SMALL_STATE(1537)] = 62904, + [SMALL_STATE(1538)] = 62930, + [SMALL_STATE(1539)] = 62952, + [SMALL_STATE(1540)] = 62976, + [SMALL_STATE(1541)] = 62994, + [SMALL_STATE(1542)] = 63012, + [SMALL_STATE(1543)] = 63042, + [SMALL_STATE(1544)] = 63066, + [SMALL_STATE(1545)] = 63092, + [SMALL_STATE(1546)] = 63110, + [SMALL_STATE(1547)] = 63128, + [SMALL_STATE(1548)] = 63157, + [SMALL_STATE(1549)] = 63180, + [SMALL_STATE(1550)] = 63203, + [SMALL_STATE(1551)] = 63226, + [SMALL_STATE(1552)] = 63255, + [SMALL_STATE(1553)] = 63284, + [SMALL_STATE(1554)] = 63305, + [SMALL_STATE(1555)] = 63334, + [SMALL_STATE(1556)] = 63355, + [SMALL_STATE(1557)] = 63376, + [SMALL_STATE(1558)] = 63397, + [SMALL_STATE(1559)] = 63418, + [SMALL_STATE(1560)] = 63447, + [SMALL_STATE(1561)] = 63468, + [SMALL_STATE(1562)] = 63493, + [SMALL_STATE(1563)] = 63516, + [SMALL_STATE(1564)] = 63540, + [SMALL_STATE(1565)] = 63564, + [SMALL_STATE(1566)] = 63580, + [SMALL_STATE(1567)] = 63600, + [SMALL_STATE(1568)] = 63624, + [SMALL_STATE(1569)] = 63650, + [SMALL_STATE(1570)] = 63670, + [SMALL_STATE(1571)] = 63686, + [SMALL_STATE(1572)] = 63702, + [SMALL_STATE(1573)] = 63728, + [SMALL_STATE(1574)] = 63746, + [SMALL_STATE(1575)] = 63766, + [SMALL_STATE(1576)] = 63782, + [SMALL_STATE(1577)] = 63802, + [SMALL_STATE(1578)] = 63828, + [SMALL_STATE(1579)] = 63844, + [SMALL_STATE(1580)] = 63870, + [SMALL_STATE(1581)] = 63886, + [SMALL_STATE(1582)] = 63912, + [SMALL_STATE(1583)] = 63932, + [SMALL_STATE(1584)] = 63958, + [SMALL_STATE(1585)] = 63976, + [SMALL_STATE(1586)] = 64002, + [SMALL_STATE(1587)] = 64022, + [SMALL_STATE(1588)] = 64038, + [SMALL_STATE(1589)] = 64054, + [SMALL_STATE(1590)] = 64074, + [SMALL_STATE(1591)] = 64100, + [SMALL_STATE(1592)] = 64124, + [SMALL_STATE(1593)] = 64150, + [SMALL_STATE(1594)] = 64172, + [SMALL_STATE(1595)] = 64189, + [SMALL_STATE(1596)] = 64204, + [SMALL_STATE(1597)] = 64219, + [SMALL_STATE(1598)] = 64234, + [SMALL_STATE(1599)] = 64253, + [SMALL_STATE(1600)] = 64268, + [SMALL_STATE(1601)] = 64293, + [SMALL_STATE(1602)] = 64312, + [SMALL_STATE(1603)] = 64327, + [SMALL_STATE(1604)] = 64342, + [SMALL_STATE(1605)] = 64357, + [SMALL_STATE(1606)] = 64372, + [SMALL_STATE(1607)] = 64395, + [SMALL_STATE(1608)] = 64418, + [SMALL_STATE(1609)] = 64433, + [SMALL_STATE(1610)] = 64456, + [SMALL_STATE(1611)] = 64474, + [SMALL_STATE(1612)] = 64488, + [SMALL_STATE(1613)] = 64506, + [SMALL_STATE(1614)] = 64520, + [SMALL_STATE(1615)] = 64534, + [SMALL_STATE(1616)] = 64548, + [SMALL_STATE(1617)] = 64562, + [SMALL_STATE(1618)] = 64576, [SMALL_STATE(1619)] = 64592, [SMALL_STATE(1620)] = 64610, [SMALL_STATE(1621)] = 64628, - [SMALL_STATE(1622)] = 64646, + [SMALL_STATE(1622)] = 64644, [SMALL_STATE(1623)] = 64662, [SMALL_STATE(1624)] = 64676, [SMALL_STATE(1625)] = 64690, [SMALL_STATE(1626)] = 64704, [SMALL_STATE(1627)] = 64720, - [SMALL_STATE(1628)] = 64736, - [SMALL_STATE(1629)] = 64750, - [SMALL_STATE(1630)] = 64769, - [SMALL_STATE(1631)] = 64788, - [SMALL_STATE(1632)] = 64799, + [SMALL_STATE(1628)] = 64734, + [SMALL_STATE(1629)] = 64748, + [SMALL_STATE(1630)] = 64762, + [SMALL_STATE(1631)] = 64780, + [SMALL_STATE(1632)] = 64794, [SMALL_STATE(1633)] = 64812, - [SMALL_STATE(1634)] = 64825, - [SMALL_STATE(1635)] = 64838, - [SMALL_STATE(1636)] = 64849, - [SMALL_STATE(1637)] = 64866, - [SMALL_STATE(1638)] = 64877, - [SMALL_STATE(1639)] = 64888, - [SMALL_STATE(1640)] = 64901, - [SMALL_STATE(1641)] = 64912, - [SMALL_STATE(1642)] = 64925, - [SMALL_STATE(1643)] = 64938, - [SMALL_STATE(1644)] = 64949, - [SMALL_STATE(1645)] = 64962, - [SMALL_STATE(1646)] = 64973, - [SMALL_STATE(1647)] = 64984, - [SMALL_STATE(1648)] = 64997, - [SMALL_STATE(1649)] = 65016, - [SMALL_STATE(1650)] = 65027, - [SMALL_STATE(1651)] = 65044, - [SMALL_STATE(1652)] = 65057, - [SMALL_STATE(1653)] = 65068, - [SMALL_STATE(1654)] = 65081, - [SMALL_STATE(1655)] = 65094, - [SMALL_STATE(1656)] = 65105, - [SMALL_STATE(1657)] = 65118, - [SMALL_STATE(1658)] = 65131, - [SMALL_STATE(1659)] = 65142, - [SMALL_STATE(1660)] = 65152, - [SMALL_STATE(1661)] = 65168, - [SMALL_STATE(1662)] = 65182, - [SMALL_STATE(1663)] = 65196, - [SMALL_STATE(1664)] = 65210, - [SMALL_STATE(1665)] = 65226, - [SMALL_STATE(1666)] = 65242, - [SMALL_STATE(1667)] = 65258, - [SMALL_STATE(1668)] = 65274, - [SMALL_STATE(1669)] = 65288, - [SMALL_STATE(1670)] = 65304, - [SMALL_STATE(1671)] = 65318, - [SMALL_STATE(1672)] = 65332, - [SMALL_STATE(1673)] = 65348, - [SMALL_STATE(1674)] = 65362, - [SMALL_STATE(1675)] = 65376, - [SMALL_STATE(1676)] = 65390, - [SMALL_STATE(1677)] = 65404, - [SMALL_STATE(1678)] = 65420, - [SMALL_STATE(1679)] = 65434, - [SMALL_STATE(1680)] = 65448, - [SMALL_STATE(1681)] = 65464, - [SMALL_STATE(1682)] = 65478, - [SMALL_STATE(1683)] = 65494, - [SMALL_STATE(1684)] = 65508, - [SMALL_STATE(1685)] = 65524, - [SMALL_STATE(1686)] = 65538, - [SMALL_STATE(1687)] = 65552, - [SMALL_STATE(1688)] = 65566, - [SMALL_STATE(1689)] = 65580, - [SMALL_STATE(1690)] = 65596, - [SMALL_STATE(1691)] = 65610, - [SMALL_STATE(1692)] = 65624, - [SMALL_STATE(1693)] = 65638, - [SMALL_STATE(1694)] = 65654, - [SMALL_STATE(1695)] = 65668, - [SMALL_STATE(1696)] = 65682, - [SMALL_STATE(1697)] = 65696, - [SMALL_STATE(1698)] = 65710, - [SMALL_STATE(1699)] = 65726, - [SMALL_STATE(1700)] = 65740, - [SMALL_STATE(1701)] = 65754, - [SMALL_STATE(1702)] = 65768, - [SMALL_STATE(1703)] = 65782, - [SMALL_STATE(1704)] = 65796, - [SMALL_STATE(1705)] = 65810, - [SMALL_STATE(1706)] = 65826, - [SMALL_STATE(1707)] = 65840, - [SMALL_STATE(1708)] = 65854, - [SMALL_STATE(1709)] = 65868, - [SMALL_STATE(1710)] = 65884, - [SMALL_STATE(1711)] = 65898, - [SMALL_STATE(1712)] = 65912, - [SMALL_STATE(1713)] = 65928, - [SMALL_STATE(1714)] = 65942, - [SMALL_STATE(1715)] = 65956, - [SMALL_STATE(1716)] = 65970, - [SMALL_STATE(1717)] = 65984, - [SMALL_STATE(1718)] = 66000, - [SMALL_STATE(1719)] = 66014, - [SMALL_STATE(1720)] = 66028, - [SMALL_STATE(1721)] = 66042, - [SMALL_STATE(1722)] = 66056, - [SMALL_STATE(1723)] = 66072, - [SMALL_STATE(1724)] = 66082, - [SMALL_STATE(1725)] = 66096, - [SMALL_STATE(1726)] = 66110, - [SMALL_STATE(1727)] = 66124, - [SMALL_STATE(1728)] = 66138, - [SMALL_STATE(1729)] = 66152, - [SMALL_STATE(1730)] = 66168, - [SMALL_STATE(1731)] = 66184, - [SMALL_STATE(1732)] = 66200, - [SMALL_STATE(1733)] = 66213, - [SMALL_STATE(1734)] = 66226, - [SMALL_STATE(1735)] = 66239, - [SMALL_STATE(1736)] = 66250, - [SMALL_STATE(1737)] = 66259, - [SMALL_STATE(1738)] = 66272, - [SMALL_STATE(1739)] = 66285, - [SMALL_STATE(1740)] = 66298, - [SMALL_STATE(1741)] = 66311, - [SMALL_STATE(1742)] = 66322, - [SMALL_STATE(1743)] = 66331, - [SMALL_STATE(1744)] = 66344, - [SMALL_STATE(1745)] = 66357, - [SMALL_STATE(1746)] = 66370, - [SMALL_STATE(1747)] = 66379, - [SMALL_STATE(1748)] = 66392, - [SMALL_STATE(1749)] = 66405, - [SMALL_STATE(1750)] = 66418, - [SMALL_STATE(1751)] = 66431, - [SMALL_STATE(1752)] = 66444, - [SMALL_STATE(1753)] = 66457, - [SMALL_STATE(1754)] = 66470, - [SMALL_STATE(1755)] = 66483, - [SMALL_STATE(1756)] = 66496, - [SMALL_STATE(1757)] = 66509, - [SMALL_STATE(1758)] = 66522, - [SMALL_STATE(1759)] = 66535, - [SMALL_STATE(1760)] = 66548, - [SMALL_STATE(1761)] = 66561, - [SMALL_STATE(1762)] = 66574, - [SMALL_STATE(1763)] = 66587, - [SMALL_STATE(1764)] = 66600, - [SMALL_STATE(1765)] = 66613, - [SMALL_STATE(1766)] = 66626, - [SMALL_STATE(1767)] = 66639, - [SMALL_STATE(1768)] = 66650, - [SMALL_STATE(1769)] = 66663, - [SMALL_STATE(1770)] = 66676, - [SMALL_STATE(1771)] = 66689, - [SMALL_STATE(1772)] = 66702, - [SMALL_STATE(1773)] = 66715, - [SMALL_STATE(1774)] = 66728, - [SMALL_STATE(1775)] = 66741, - [SMALL_STATE(1776)] = 66754, - [SMALL_STATE(1777)] = 66767, - [SMALL_STATE(1778)] = 66776, - [SMALL_STATE(1779)] = 66789, - [SMALL_STATE(1780)] = 66802, - [SMALL_STATE(1781)] = 66815, - [SMALL_STATE(1782)] = 66824, - [SMALL_STATE(1783)] = 66837, - [SMALL_STATE(1784)] = 66850, - [SMALL_STATE(1785)] = 66863, - [SMALL_STATE(1786)] = 66872, - [SMALL_STATE(1787)] = 66885, - [SMALL_STATE(1788)] = 66898, - [SMALL_STATE(1789)] = 66911, - [SMALL_STATE(1790)] = 66924, - [SMALL_STATE(1791)] = 66937, - [SMALL_STATE(1792)] = 66950, - [SMALL_STATE(1793)] = 66959, - [SMALL_STATE(1794)] = 66972, - [SMALL_STATE(1795)] = 66985, - [SMALL_STATE(1796)] = 66998, - [SMALL_STATE(1797)] = 67011, - [SMALL_STATE(1798)] = 67024, - [SMALL_STATE(1799)] = 67037, - [SMALL_STATE(1800)] = 67050, - [SMALL_STATE(1801)] = 67063, - [SMALL_STATE(1802)] = 67076, - [SMALL_STATE(1803)] = 67087, - [SMALL_STATE(1804)] = 67100, - [SMALL_STATE(1805)] = 67113, - [SMALL_STATE(1806)] = 67126, - [SMALL_STATE(1807)] = 67139, - [SMALL_STATE(1808)] = 67150, - [SMALL_STATE(1809)] = 67163, - [SMALL_STATE(1810)] = 67176, - [SMALL_STATE(1811)] = 67185, - [SMALL_STATE(1812)] = 67198, - [SMALL_STATE(1813)] = 67207, - [SMALL_STATE(1814)] = 67220, - [SMALL_STATE(1815)] = 67231, - [SMALL_STATE(1816)] = 67244, - [SMALL_STATE(1817)] = 67257, - [SMALL_STATE(1818)] = 67270, - [SMALL_STATE(1819)] = 67279, - [SMALL_STATE(1820)] = 67288, - [SMALL_STATE(1821)] = 67301, - [SMALL_STATE(1822)] = 67314, - [SMALL_STATE(1823)] = 67327, - [SMALL_STATE(1824)] = 67340, - [SMALL_STATE(1825)] = 67350, - [SMALL_STATE(1826)] = 67360, - [SMALL_STATE(1827)] = 67370, - [SMALL_STATE(1828)] = 67380, - [SMALL_STATE(1829)] = 67388, - [SMALL_STATE(1830)] = 67398, - [SMALL_STATE(1831)] = 67408, - [SMALL_STATE(1832)] = 67418, - [SMALL_STATE(1833)] = 67428, - [SMALL_STATE(1834)] = 67438, - [SMALL_STATE(1835)] = 67448, - [SMALL_STATE(1836)] = 67458, - [SMALL_STATE(1837)] = 67468, - [SMALL_STATE(1838)] = 67478, - [SMALL_STATE(1839)] = 67486, - [SMALL_STATE(1840)] = 67496, - [SMALL_STATE(1841)] = 67506, - [SMALL_STATE(1842)] = 67516, - [SMALL_STATE(1843)] = 67524, - [SMALL_STATE(1844)] = 67534, - [SMALL_STATE(1845)] = 67544, - [SMALL_STATE(1846)] = 67554, - [SMALL_STATE(1847)] = 67564, - [SMALL_STATE(1848)] = 67574, - [SMALL_STATE(1849)] = 67584, - [SMALL_STATE(1850)] = 67594, - [SMALL_STATE(1851)] = 67604, - [SMALL_STATE(1852)] = 67612, - [SMALL_STATE(1853)] = 67622, - [SMALL_STATE(1854)] = 67632, - [SMALL_STATE(1855)] = 67642, - [SMALL_STATE(1856)] = 67652, - [SMALL_STATE(1857)] = 67660, - [SMALL_STATE(1858)] = 67670, - [SMALL_STATE(1859)] = 67680, - [SMALL_STATE(1860)] = 67688, - [SMALL_STATE(1861)] = 67698, - [SMALL_STATE(1862)] = 67708, - [SMALL_STATE(1863)] = 67718, - [SMALL_STATE(1864)] = 67728, - [SMALL_STATE(1865)] = 67736, - [SMALL_STATE(1866)] = 67746, - [SMALL_STATE(1867)] = 67756, - [SMALL_STATE(1868)] = 67766, - [SMALL_STATE(1869)] = 67776, - [SMALL_STATE(1870)] = 67784, - [SMALL_STATE(1871)] = 67794, - [SMALL_STATE(1872)] = 67804, - [SMALL_STATE(1873)] = 67814, - [SMALL_STATE(1874)] = 67822, - [SMALL_STATE(1875)] = 67830, - [SMALL_STATE(1876)] = 67838, - [SMALL_STATE(1877)] = 67848, - [SMALL_STATE(1878)] = 67858, - [SMALL_STATE(1879)] = 67868, - [SMALL_STATE(1880)] = 67878, - [SMALL_STATE(1881)] = 67888, - [SMALL_STATE(1882)] = 67898, - [SMALL_STATE(1883)] = 67908, - [SMALL_STATE(1884)] = 67918, - [SMALL_STATE(1885)] = 67928, - [SMALL_STATE(1886)] = 67938, - [SMALL_STATE(1887)] = 67946, - [SMALL_STATE(1888)] = 67956, - [SMALL_STATE(1889)] = 67966, - [SMALL_STATE(1890)] = 67976, - [SMALL_STATE(1891)] = 67986, - [SMALL_STATE(1892)] = 67996, - [SMALL_STATE(1893)] = 68004, - [SMALL_STATE(1894)] = 68014, - [SMALL_STATE(1895)] = 68022, - [SMALL_STATE(1896)] = 68032, - [SMALL_STATE(1897)] = 68042, - [SMALL_STATE(1898)] = 68050, - [SMALL_STATE(1899)] = 68060, - [SMALL_STATE(1900)] = 68070, - [SMALL_STATE(1901)] = 68080, - [SMALL_STATE(1902)] = 68090, - [SMALL_STATE(1903)] = 68100, - [SMALL_STATE(1904)] = 68108, - [SMALL_STATE(1905)] = 68116, - [SMALL_STATE(1906)] = 68126, - [SMALL_STATE(1907)] = 68136, - [SMALL_STATE(1908)] = 68144, - [SMALL_STATE(1909)] = 68154, - [SMALL_STATE(1910)] = 68164, - [SMALL_STATE(1911)] = 68174, - [SMALL_STATE(1912)] = 68184, - [SMALL_STATE(1913)] = 68194, - [SMALL_STATE(1914)] = 68204, - [SMALL_STATE(1915)] = 68214, - [SMALL_STATE(1916)] = 68224, - [SMALL_STATE(1917)] = 68234, - [SMALL_STATE(1918)] = 68244, - [SMALL_STATE(1919)] = 68254, - [SMALL_STATE(1920)] = 68264, - [SMALL_STATE(1921)] = 68274, - [SMALL_STATE(1922)] = 68284, - [SMALL_STATE(1923)] = 68294, - [SMALL_STATE(1924)] = 68304, - [SMALL_STATE(1925)] = 68314, - [SMALL_STATE(1926)] = 68321, - [SMALL_STATE(1927)] = 68328, - [SMALL_STATE(1928)] = 68335, - [SMALL_STATE(1929)] = 68342, - [SMALL_STATE(1930)] = 68349, - [SMALL_STATE(1931)] = 68356, - [SMALL_STATE(1932)] = 68363, - [SMALL_STATE(1933)] = 68370, - [SMALL_STATE(1934)] = 68377, - [SMALL_STATE(1935)] = 68384, - [SMALL_STATE(1936)] = 68391, - [SMALL_STATE(1937)] = 68398, - [SMALL_STATE(1938)] = 68405, - [SMALL_STATE(1939)] = 68412, - [SMALL_STATE(1940)] = 68419, - [SMALL_STATE(1941)] = 68426, - [SMALL_STATE(1942)] = 68433, - [SMALL_STATE(1943)] = 68440, - [SMALL_STATE(1944)] = 68447, - [SMALL_STATE(1945)] = 68454, - [SMALL_STATE(1946)] = 68461, - [SMALL_STATE(1947)] = 68468, - [SMALL_STATE(1948)] = 68475, - [SMALL_STATE(1949)] = 68482, - [SMALL_STATE(1950)] = 68489, - [SMALL_STATE(1951)] = 68496, - [SMALL_STATE(1952)] = 68503, - [SMALL_STATE(1953)] = 68510, - [SMALL_STATE(1954)] = 68517, - [SMALL_STATE(1955)] = 68524, - [SMALL_STATE(1956)] = 68531, - [SMALL_STATE(1957)] = 68538, - [SMALL_STATE(1958)] = 68545, - [SMALL_STATE(1959)] = 68552, - [SMALL_STATE(1960)] = 68559, - [SMALL_STATE(1961)] = 68566, - [SMALL_STATE(1962)] = 68573, - [SMALL_STATE(1963)] = 68580, - [SMALL_STATE(1964)] = 68587, - [SMALL_STATE(1965)] = 68594, - [SMALL_STATE(1966)] = 68601, - [SMALL_STATE(1967)] = 68608, - [SMALL_STATE(1968)] = 68615, - [SMALL_STATE(1969)] = 68622, - [SMALL_STATE(1970)] = 68629, - [SMALL_STATE(1971)] = 68636, - [SMALL_STATE(1972)] = 68643, - [SMALL_STATE(1973)] = 68650, - [SMALL_STATE(1974)] = 68657, - [SMALL_STATE(1975)] = 68664, - [SMALL_STATE(1976)] = 68671, - [SMALL_STATE(1977)] = 68678, - [SMALL_STATE(1978)] = 68685, - [SMALL_STATE(1979)] = 68692, - [SMALL_STATE(1980)] = 68699, - [SMALL_STATE(1981)] = 68706, - [SMALL_STATE(1982)] = 68713, - [SMALL_STATE(1983)] = 68720, - [SMALL_STATE(1984)] = 68727, - [SMALL_STATE(1985)] = 68734, - [SMALL_STATE(1986)] = 68741, - [SMALL_STATE(1987)] = 68748, - [SMALL_STATE(1988)] = 68755, - [SMALL_STATE(1989)] = 68762, - [SMALL_STATE(1990)] = 68769, - [SMALL_STATE(1991)] = 68776, - [SMALL_STATE(1992)] = 68783, - [SMALL_STATE(1993)] = 68790, - [SMALL_STATE(1994)] = 68797, - [SMALL_STATE(1995)] = 68804, - [SMALL_STATE(1996)] = 68811, - [SMALL_STATE(1997)] = 68818, - [SMALL_STATE(1998)] = 68825, - [SMALL_STATE(1999)] = 68832, - [SMALL_STATE(2000)] = 68839, - [SMALL_STATE(2001)] = 68846, - [SMALL_STATE(2002)] = 68853, - [SMALL_STATE(2003)] = 68860, - [SMALL_STATE(2004)] = 68867, - [SMALL_STATE(2005)] = 68874, - [SMALL_STATE(2006)] = 68881, - [SMALL_STATE(2007)] = 68888, - [SMALL_STATE(2008)] = 68895, - [SMALL_STATE(2009)] = 68902, - [SMALL_STATE(2010)] = 68909, - [SMALL_STATE(2011)] = 68916, - [SMALL_STATE(2012)] = 68923, - [SMALL_STATE(2013)] = 68930, - [SMALL_STATE(2014)] = 68937, - [SMALL_STATE(2015)] = 68944, - [SMALL_STATE(2016)] = 68951, - [SMALL_STATE(2017)] = 68958, - [SMALL_STATE(2018)] = 68965, - [SMALL_STATE(2019)] = 68972, - [SMALL_STATE(2020)] = 68979, - [SMALL_STATE(2021)] = 68986, - [SMALL_STATE(2022)] = 68993, - [SMALL_STATE(2023)] = 69000, - [SMALL_STATE(2024)] = 69007, - [SMALL_STATE(2025)] = 69014, - [SMALL_STATE(2026)] = 69021, - [SMALL_STATE(2027)] = 69028, - [SMALL_STATE(2028)] = 69035, - [SMALL_STATE(2029)] = 69042, - [SMALL_STATE(2030)] = 69049, - [SMALL_STATE(2031)] = 69056, - [SMALL_STATE(2032)] = 69063, - [SMALL_STATE(2033)] = 69070, - [SMALL_STATE(2034)] = 69077, - [SMALL_STATE(2035)] = 69084, - [SMALL_STATE(2036)] = 69091, - [SMALL_STATE(2037)] = 69098, - [SMALL_STATE(2038)] = 69105, - [SMALL_STATE(2039)] = 69112, - [SMALL_STATE(2040)] = 69119, - [SMALL_STATE(2041)] = 69126, - [SMALL_STATE(2042)] = 69133, - [SMALL_STATE(2043)] = 69140, - [SMALL_STATE(2044)] = 69147, - [SMALL_STATE(2045)] = 69154, - [SMALL_STATE(2046)] = 69161, - [SMALL_STATE(2047)] = 69168, - [SMALL_STATE(2048)] = 69175, - [SMALL_STATE(2049)] = 69182, - [SMALL_STATE(2050)] = 69189, - [SMALL_STATE(2051)] = 69196, - [SMALL_STATE(2052)] = 69203, - [SMALL_STATE(2053)] = 69210, - [SMALL_STATE(2054)] = 69217, - [SMALL_STATE(2055)] = 69224, - [SMALL_STATE(2056)] = 69231, - [SMALL_STATE(2057)] = 69238, - [SMALL_STATE(2058)] = 69245, - [SMALL_STATE(2059)] = 69252, - [SMALL_STATE(2060)] = 69259, - [SMALL_STATE(2061)] = 69266, - [SMALL_STATE(2062)] = 69273, - [SMALL_STATE(2063)] = 69280, - [SMALL_STATE(2064)] = 69287, - [SMALL_STATE(2065)] = 69294, - [SMALL_STATE(2066)] = 69301, - [SMALL_STATE(2067)] = 69308, - [SMALL_STATE(2068)] = 69315, - [SMALL_STATE(2069)] = 69322, - [SMALL_STATE(2070)] = 69329, - [SMALL_STATE(2071)] = 69336, - [SMALL_STATE(2072)] = 69343, - [SMALL_STATE(2073)] = 69350, - [SMALL_STATE(2074)] = 69357, - [SMALL_STATE(2075)] = 69364, - [SMALL_STATE(2076)] = 69371, - [SMALL_STATE(2077)] = 69378, - [SMALL_STATE(2078)] = 69385, - [SMALL_STATE(2079)] = 69392, - [SMALL_STATE(2080)] = 69399, - [SMALL_STATE(2081)] = 69406, - [SMALL_STATE(2082)] = 69413, - [SMALL_STATE(2083)] = 69420, - [SMALL_STATE(2084)] = 69427, - [SMALL_STATE(2085)] = 69434, - [SMALL_STATE(2086)] = 69441, - [SMALL_STATE(2087)] = 69448, - [SMALL_STATE(2088)] = 69455, - [SMALL_STATE(2089)] = 69462, - [SMALL_STATE(2090)] = 69469, - [SMALL_STATE(2091)] = 69476, - [SMALL_STATE(2092)] = 69483, - [SMALL_STATE(2093)] = 69490, - [SMALL_STATE(2094)] = 69497, - [SMALL_STATE(2095)] = 69504, - [SMALL_STATE(2096)] = 69511, - [SMALL_STATE(2097)] = 69518, - [SMALL_STATE(2098)] = 69525, - [SMALL_STATE(2099)] = 69532, - [SMALL_STATE(2100)] = 69539, - [SMALL_STATE(2101)] = 69546, - [SMALL_STATE(2102)] = 69553, - [SMALL_STATE(2103)] = 69560, - [SMALL_STATE(2104)] = 69567, - [SMALL_STATE(2105)] = 69574, - [SMALL_STATE(2106)] = 69581, - [SMALL_STATE(2107)] = 69588, - [SMALL_STATE(2108)] = 69595, - [SMALL_STATE(2109)] = 69602, - [SMALL_STATE(2110)] = 69609, - [SMALL_STATE(2111)] = 69616, - [SMALL_STATE(2112)] = 69623, - [SMALL_STATE(2113)] = 69630, - [SMALL_STATE(2114)] = 69637, - [SMALL_STATE(2115)] = 69644, - [SMALL_STATE(2116)] = 69651, - [SMALL_STATE(2117)] = 69658, - [SMALL_STATE(2118)] = 69665, - [SMALL_STATE(2119)] = 69672, - [SMALL_STATE(2120)] = 69679, - [SMALL_STATE(2121)] = 69686, - [SMALL_STATE(2122)] = 69693, - [SMALL_STATE(2123)] = 69700, - [SMALL_STATE(2124)] = 69707, - [SMALL_STATE(2125)] = 69714, - [SMALL_STATE(2126)] = 69721, - [SMALL_STATE(2127)] = 69728, - [SMALL_STATE(2128)] = 69735, - [SMALL_STATE(2129)] = 69742, - [SMALL_STATE(2130)] = 69749, - [SMALL_STATE(2131)] = 69756, - [SMALL_STATE(2132)] = 69763, - [SMALL_STATE(2133)] = 69770, - [SMALL_STATE(2134)] = 69777, - [SMALL_STATE(2135)] = 69784, - [SMALL_STATE(2136)] = 69791, - [SMALL_STATE(2137)] = 69798, - [SMALL_STATE(2138)] = 69805, - [SMALL_STATE(2139)] = 69812, - [SMALL_STATE(2140)] = 69819, - [SMALL_STATE(2141)] = 69826, - [SMALL_STATE(2142)] = 69833, - [SMALL_STATE(2143)] = 69840, - [SMALL_STATE(2144)] = 69847, - [SMALL_STATE(2145)] = 69854, - [SMALL_STATE(2146)] = 69861, - [SMALL_STATE(2147)] = 69868, - [SMALL_STATE(2148)] = 69875, - [SMALL_STATE(2149)] = 69882, - [SMALL_STATE(2150)] = 69889, - [SMALL_STATE(2151)] = 69896, - [SMALL_STATE(2152)] = 69903, - [SMALL_STATE(2153)] = 69910, - [SMALL_STATE(2154)] = 69917, - [SMALL_STATE(2155)] = 69924, - [SMALL_STATE(2156)] = 69931, - [SMALL_STATE(2157)] = 69938, - [SMALL_STATE(2158)] = 69945, - [SMALL_STATE(2159)] = 69952, - [SMALL_STATE(2160)] = 69959, - [SMALL_STATE(2161)] = 69966, - [SMALL_STATE(2162)] = 69973, - [SMALL_STATE(2163)] = 69980, - [SMALL_STATE(2164)] = 69987, - [SMALL_STATE(2165)] = 69994, - [SMALL_STATE(2166)] = 70001, - [SMALL_STATE(2167)] = 70008, - [SMALL_STATE(2168)] = 70015, - [SMALL_STATE(2169)] = 70022, - [SMALL_STATE(2170)] = 70029, - [SMALL_STATE(2171)] = 70036, - [SMALL_STATE(2172)] = 70043, - [SMALL_STATE(2173)] = 70050, - [SMALL_STATE(2174)] = 70057, - [SMALL_STATE(2175)] = 70064, - [SMALL_STATE(2176)] = 70071, - [SMALL_STATE(2177)] = 70078, - [SMALL_STATE(2178)] = 70085, - [SMALL_STATE(2179)] = 70092, - [SMALL_STATE(2180)] = 70099, - [SMALL_STATE(2181)] = 70106, - [SMALL_STATE(2182)] = 70113, - [SMALL_STATE(2183)] = 70120, - [SMALL_STATE(2184)] = 70127, - [SMALL_STATE(2185)] = 70134, - [SMALL_STATE(2186)] = 70141, - [SMALL_STATE(2187)] = 70148, - [SMALL_STATE(2188)] = 70155, - [SMALL_STATE(2189)] = 70162, - [SMALL_STATE(2190)] = 70169, - [SMALL_STATE(2191)] = 70176, - [SMALL_STATE(2192)] = 70183, - [SMALL_STATE(2193)] = 70190, - [SMALL_STATE(2194)] = 70197, - [SMALL_STATE(2195)] = 70204, - [SMALL_STATE(2196)] = 70211, - [SMALL_STATE(2197)] = 70218, - [SMALL_STATE(2198)] = 70225, - [SMALL_STATE(2199)] = 70232, - [SMALL_STATE(2200)] = 70239, - [SMALL_STATE(2201)] = 70246, - [SMALL_STATE(2202)] = 70253, - [SMALL_STATE(2203)] = 70260, - [SMALL_STATE(2204)] = 70267, - [SMALL_STATE(2205)] = 70274, - [SMALL_STATE(2206)] = 70281, - [SMALL_STATE(2207)] = 70288, - [SMALL_STATE(2208)] = 70295, - [SMALL_STATE(2209)] = 70302, - [SMALL_STATE(2210)] = 70309, - [SMALL_STATE(2211)] = 70316, - [SMALL_STATE(2212)] = 70323, - [SMALL_STATE(2213)] = 70330, + [SMALL_STATE(1634)] = 64826, + [SMALL_STATE(1635)] = 64842, + [SMALL_STATE(1636)] = 64858, + [SMALL_STATE(1637)] = 64872, + [SMALL_STATE(1638)] = 64886, + [SMALL_STATE(1639)] = 64902, + [SMALL_STATE(1640)] = 64916, + [SMALL_STATE(1641)] = 64930, + [SMALL_STATE(1642)] = 64941, + [SMALL_STATE(1643)] = 64954, + [SMALL_STATE(1644)] = 64965, + [SMALL_STATE(1645)] = 64976, + [SMALL_STATE(1646)] = 64987, + [SMALL_STATE(1647)] = 64998, + [SMALL_STATE(1648)] = 65009, + [SMALL_STATE(1649)] = 65028, + [SMALL_STATE(1650)] = 65045, + [SMALL_STATE(1651)] = 65062, + [SMALL_STATE(1652)] = 65073, + [SMALL_STATE(1653)] = 65084, + [SMALL_STATE(1654)] = 65103, + [SMALL_STATE(1655)] = 65122, + [SMALL_STATE(1656)] = 65133, + [SMALL_STATE(1657)] = 65144, + [SMALL_STATE(1658)] = 65155, + [SMALL_STATE(1659)] = 65166, + [SMALL_STATE(1660)] = 65176, + [SMALL_STATE(1661)] = 65192, + [SMALL_STATE(1662)] = 65206, + [SMALL_STATE(1663)] = 65220, + [SMALL_STATE(1664)] = 65234, + [SMALL_STATE(1665)] = 65250, + [SMALL_STATE(1666)] = 65266, + [SMALL_STATE(1667)] = 65282, + [SMALL_STATE(1668)] = 65298, + [SMALL_STATE(1669)] = 65312, + [SMALL_STATE(1670)] = 65328, + [SMALL_STATE(1671)] = 65342, + [SMALL_STATE(1672)] = 65356, + [SMALL_STATE(1673)] = 65372, + [SMALL_STATE(1674)] = 65386, + [SMALL_STATE(1675)] = 65400, + [SMALL_STATE(1676)] = 65414, + [SMALL_STATE(1677)] = 65428, + [SMALL_STATE(1678)] = 65444, + [SMALL_STATE(1679)] = 65458, + [SMALL_STATE(1680)] = 65472, + [SMALL_STATE(1681)] = 65488, + [SMALL_STATE(1682)] = 65502, + [SMALL_STATE(1683)] = 65518, + [SMALL_STATE(1684)] = 65532, + [SMALL_STATE(1685)] = 65548, + [SMALL_STATE(1686)] = 65562, + [SMALL_STATE(1687)] = 65576, + [SMALL_STATE(1688)] = 65590, + [SMALL_STATE(1689)] = 65604, + [SMALL_STATE(1690)] = 65620, + [SMALL_STATE(1691)] = 65634, + [SMALL_STATE(1692)] = 65648, + [SMALL_STATE(1693)] = 65662, + [SMALL_STATE(1694)] = 65678, + [SMALL_STATE(1695)] = 65692, + [SMALL_STATE(1696)] = 65706, + [SMALL_STATE(1697)] = 65720, + [SMALL_STATE(1698)] = 65734, + [SMALL_STATE(1699)] = 65750, + [SMALL_STATE(1700)] = 65764, + [SMALL_STATE(1701)] = 65778, + [SMALL_STATE(1702)] = 65792, + [SMALL_STATE(1703)] = 65806, + [SMALL_STATE(1704)] = 65820, + [SMALL_STATE(1705)] = 65834, + [SMALL_STATE(1706)] = 65850, + [SMALL_STATE(1707)] = 65864, + [SMALL_STATE(1708)] = 65878, + [SMALL_STATE(1709)] = 65892, + [SMALL_STATE(1710)] = 65908, + [SMALL_STATE(1711)] = 65922, + [SMALL_STATE(1712)] = 65936, + [SMALL_STATE(1713)] = 65952, + [SMALL_STATE(1714)] = 65966, + [SMALL_STATE(1715)] = 65980, + [SMALL_STATE(1716)] = 65994, + [SMALL_STATE(1717)] = 66008, + [SMALL_STATE(1718)] = 66024, + [SMALL_STATE(1719)] = 66038, + [SMALL_STATE(1720)] = 66052, + [SMALL_STATE(1721)] = 66066, + [SMALL_STATE(1722)] = 66080, + [SMALL_STATE(1723)] = 66096, + [SMALL_STATE(1724)] = 66106, + [SMALL_STATE(1725)] = 66120, + [SMALL_STATE(1726)] = 66134, + [SMALL_STATE(1727)] = 66148, + [SMALL_STATE(1728)] = 66162, + [SMALL_STATE(1729)] = 66176, + [SMALL_STATE(1730)] = 66192, + [SMALL_STATE(1731)] = 66208, + [SMALL_STATE(1732)] = 66224, + [SMALL_STATE(1733)] = 66237, + [SMALL_STATE(1734)] = 66250, + [SMALL_STATE(1735)] = 66263, + [SMALL_STATE(1736)] = 66274, + [SMALL_STATE(1737)] = 66283, + [SMALL_STATE(1738)] = 66296, + [SMALL_STATE(1739)] = 66309, + [SMALL_STATE(1740)] = 66322, + [SMALL_STATE(1741)] = 66335, + [SMALL_STATE(1742)] = 66346, + [SMALL_STATE(1743)] = 66355, + [SMALL_STATE(1744)] = 66368, + [SMALL_STATE(1745)] = 66381, + [SMALL_STATE(1746)] = 66394, + [SMALL_STATE(1747)] = 66403, + [SMALL_STATE(1748)] = 66416, + [SMALL_STATE(1749)] = 66429, + [SMALL_STATE(1750)] = 66442, + [SMALL_STATE(1751)] = 66455, + [SMALL_STATE(1752)] = 66468, + [SMALL_STATE(1753)] = 66481, + [SMALL_STATE(1754)] = 66494, + [SMALL_STATE(1755)] = 66507, + [SMALL_STATE(1756)] = 66520, + [SMALL_STATE(1757)] = 66533, + [SMALL_STATE(1758)] = 66546, + [SMALL_STATE(1759)] = 66559, + [SMALL_STATE(1760)] = 66572, + [SMALL_STATE(1761)] = 66585, + [SMALL_STATE(1762)] = 66598, + [SMALL_STATE(1763)] = 66611, + [SMALL_STATE(1764)] = 66624, + [SMALL_STATE(1765)] = 66637, + [SMALL_STATE(1766)] = 66650, + [SMALL_STATE(1767)] = 66663, + [SMALL_STATE(1768)] = 66674, + [SMALL_STATE(1769)] = 66687, + [SMALL_STATE(1770)] = 66700, + [SMALL_STATE(1771)] = 66713, + [SMALL_STATE(1772)] = 66726, + [SMALL_STATE(1773)] = 66739, + [SMALL_STATE(1774)] = 66752, + [SMALL_STATE(1775)] = 66765, + [SMALL_STATE(1776)] = 66778, + [SMALL_STATE(1777)] = 66791, + [SMALL_STATE(1778)] = 66800, + [SMALL_STATE(1779)] = 66813, + [SMALL_STATE(1780)] = 66826, + [SMALL_STATE(1781)] = 66839, + [SMALL_STATE(1782)] = 66848, + [SMALL_STATE(1783)] = 66861, + [SMALL_STATE(1784)] = 66874, + [SMALL_STATE(1785)] = 66887, + [SMALL_STATE(1786)] = 66896, + [SMALL_STATE(1787)] = 66909, + [SMALL_STATE(1788)] = 66922, + [SMALL_STATE(1789)] = 66935, + [SMALL_STATE(1790)] = 66948, + [SMALL_STATE(1791)] = 66961, + [SMALL_STATE(1792)] = 66974, + [SMALL_STATE(1793)] = 66983, + [SMALL_STATE(1794)] = 66996, + [SMALL_STATE(1795)] = 67009, + [SMALL_STATE(1796)] = 67022, + [SMALL_STATE(1797)] = 67035, + [SMALL_STATE(1798)] = 67048, + [SMALL_STATE(1799)] = 67061, + [SMALL_STATE(1800)] = 67074, + [SMALL_STATE(1801)] = 67087, + [SMALL_STATE(1802)] = 67100, + [SMALL_STATE(1803)] = 67111, + [SMALL_STATE(1804)] = 67124, + [SMALL_STATE(1805)] = 67137, + [SMALL_STATE(1806)] = 67150, + [SMALL_STATE(1807)] = 67163, + [SMALL_STATE(1808)] = 67174, + [SMALL_STATE(1809)] = 67187, + [SMALL_STATE(1810)] = 67200, + [SMALL_STATE(1811)] = 67209, + [SMALL_STATE(1812)] = 67222, + [SMALL_STATE(1813)] = 67231, + [SMALL_STATE(1814)] = 67244, + [SMALL_STATE(1815)] = 67255, + [SMALL_STATE(1816)] = 67268, + [SMALL_STATE(1817)] = 67281, + [SMALL_STATE(1818)] = 67294, + [SMALL_STATE(1819)] = 67303, + [SMALL_STATE(1820)] = 67312, + [SMALL_STATE(1821)] = 67325, + [SMALL_STATE(1822)] = 67338, + [SMALL_STATE(1823)] = 67351, + [SMALL_STATE(1824)] = 67364, + [SMALL_STATE(1825)] = 67374, + [SMALL_STATE(1826)] = 67384, + [SMALL_STATE(1827)] = 67394, + [SMALL_STATE(1828)] = 67404, + [SMALL_STATE(1829)] = 67412, + [SMALL_STATE(1830)] = 67422, + [SMALL_STATE(1831)] = 67432, + [SMALL_STATE(1832)] = 67442, + [SMALL_STATE(1833)] = 67452, + [SMALL_STATE(1834)] = 67462, + [SMALL_STATE(1835)] = 67472, + [SMALL_STATE(1836)] = 67482, + [SMALL_STATE(1837)] = 67492, + [SMALL_STATE(1838)] = 67502, + [SMALL_STATE(1839)] = 67510, + [SMALL_STATE(1840)] = 67520, + [SMALL_STATE(1841)] = 67530, + [SMALL_STATE(1842)] = 67540, + [SMALL_STATE(1843)] = 67548, + [SMALL_STATE(1844)] = 67558, + [SMALL_STATE(1845)] = 67568, + [SMALL_STATE(1846)] = 67578, + [SMALL_STATE(1847)] = 67588, + [SMALL_STATE(1848)] = 67598, + [SMALL_STATE(1849)] = 67608, + [SMALL_STATE(1850)] = 67618, + [SMALL_STATE(1851)] = 67628, + [SMALL_STATE(1852)] = 67636, + [SMALL_STATE(1853)] = 67646, + [SMALL_STATE(1854)] = 67656, + [SMALL_STATE(1855)] = 67666, + [SMALL_STATE(1856)] = 67676, + [SMALL_STATE(1857)] = 67684, + [SMALL_STATE(1858)] = 67694, + [SMALL_STATE(1859)] = 67704, + [SMALL_STATE(1860)] = 67712, + [SMALL_STATE(1861)] = 67722, + [SMALL_STATE(1862)] = 67732, + [SMALL_STATE(1863)] = 67742, + [SMALL_STATE(1864)] = 67752, + [SMALL_STATE(1865)] = 67760, + [SMALL_STATE(1866)] = 67770, + [SMALL_STATE(1867)] = 67780, + [SMALL_STATE(1868)] = 67790, + [SMALL_STATE(1869)] = 67800, + [SMALL_STATE(1870)] = 67808, + [SMALL_STATE(1871)] = 67818, + [SMALL_STATE(1872)] = 67828, + [SMALL_STATE(1873)] = 67838, + [SMALL_STATE(1874)] = 67846, + [SMALL_STATE(1875)] = 67854, + [SMALL_STATE(1876)] = 67862, + [SMALL_STATE(1877)] = 67872, + [SMALL_STATE(1878)] = 67882, + [SMALL_STATE(1879)] = 67892, + [SMALL_STATE(1880)] = 67902, + [SMALL_STATE(1881)] = 67912, + [SMALL_STATE(1882)] = 67922, + [SMALL_STATE(1883)] = 67932, + [SMALL_STATE(1884)] = 67942, + [SMALL_STATE(1885)] = 67952, + [SMALL_STATE(1886)] = 67962, + [SMALL_STATE(1887)] = 67970, + [SMALL_STATE(1888)] = 67980, + [SMALL_STATE(1889)] = 67990, + [SMALL_STATE(1890)] = 68000, + [SMALL_STATE(1891)] = 68010, + [SMALL_STATE(1892)] = 68020, + [SMALL_STATE(1893)] = 68028, + [SMALL_STATE(1894)] = 68038, + [SMALL_STATE(1895)] = 68046, + [SMALL_STATE(1896)] = 68056, + [SMALL_STATE(1897)] = 68066, + [SMALL_STATE(1898)] = 68074, + [SMALL_STATE(1899)] = 68084, + [SMALL_STATE(1900)] = 68094, + [SMALL_STATE(1901)] = 68104, + [SMALL_STATE(1902)] = 68114, + [SMALL_STATE(1903)] = 68124, + [SMALL_STATE(1904)] = 68132, + [SMALL_STATE(1905)] = 68140, + [SMALL_STATE(1906)] = 68150, + [SMALL_STATE(1907)] = 68160, + [SMALL_STATE(1908)] = 68168, + [SMALL_STATE(1909)] = 68178, + [SMALL_STATE(1910)] = 68188, + [SMALL_STATE(1911)] = 68198, + [SMALL_STATE(1912)] = 68208, + [SMALL_STATE(1913)] = 68218, + [SMALL_STATE(1914)] = 68228, + [SMALL_STATE(1915)] = 68238, + [SMALL_STATE(1916)] = 68248, + [SMALL_STATE(1917)] = 68258, + [SMALL_STATE(1918)] = 68268, + [SMALL_STATE(1919)] = 68278, + [SMALL_STATE(1920)] = 68288, + [SMALL_STATE(1921)] = 68298, + [SMALL_STATE(1922)] = 68308, + [SMALL_STATE(1923)] = 68318, + [SMALL_STATE(1924)] = 68328, + [SMALL_STATE(1925)] = 68338, + [SMALL_STATE(1926)] = 68345, + [SMALL_STATE(1927)] = 68352, + [SMALL_STATE(1928)] = 68359, + [SMALL_STATE(1929)] = 68366, + [SMALL_STATE(1930)] = 68373, + [SMALL_STATE(1931)] = 68380, + [SMALL_STATE(1932)] = 68387, + [SMALL_STATE(1933)] = 68394, + [SMALL_STATE(1934)] = 68401, + [SMALL_STATE(1935)] = 68408, + [SMALL_STATE(1936)] = 68415, + [SMALL_STATE(1937)] = 68422, + [SMALL_STATE(1938)] = 68429, + [SMALL_STATE(1939)] = 68436, + [SMALL_STATE(1940)] = 68443, + [SMALL_STATE(1941)] = 68450, + [SMALL_STATE(1942)] = 68457, + [SMALL_STATE(1943)] = 68464, + [SMALL_STATE(1944)] = 68471, + [SMALL_STATE(1945)] = 68478, + [SMALL_STATE(1946)] = 68485, + [SMALL_STATE(1947)] = 68492, + [SMALL_STATE(1948)] = 68499, + [SMALL_STATE(1949)] = 68506, + [SMALL_STATE(1950)] = 68513, + [SMALL_STATE(1951)] = 68520, + [SMALL_STATE(1952)] = 68527, + [SMALL_STATE(1953)] = 68534, + [SMALL_STATE(1954)] = 68541, + [SMALL_STATE(1955)] = 68548, + [SMALL_STATE(1956)] = 68555, + [SMALL_STATE(1957)] = 68562, + [SMALL_STATE(1958)] = 68569, + [SMALL_STATE(1959)] = 68576, + [SMALL_STATE(1960)] = 68583, + [SMALL_STATE(1961)] = 68590, + [SMALL_STATE(1962)] = 68597, + [SMALL_STATE(1963)] = 68604, + [SMALL_STATE(1964)] = 68611, + [SMALL_STATE(1965)] = 68618, + [SMALL_STATE(1966)] = 68625, + [SMALL_STATE(1967)] = 68632, + [SMALL_STATE(1968)] = 68639, + [SMALL_STATE(1969)] = 68646, + [SMALL_STATE(1970)] = 68653, + [SMALL_STATE(1971)] = 68660, + [SMALL_STATE(1972)] = 68667, + [SMALL_STATE(1973)] = 68674, + [SMALL_STATE(1974)] = 68681, + [SMALL_STATE(1975)] = 68688, + [SMALL_STATE(1976)] = 68695, + [SMALL_STATE(1977)] = 68702, + [SMALL_STATE(1978)] = 68709, + [SMALL_STATE(1979)] = 68716, + [SMALL_STATE(1980)] = 68723, + [SMALL_STATE(1981)] = 68730, + [SMALL_STATE(1982)] = 68737, + [SMALL_STATE(1983)] = 68744, + [SMALL_STATE(1984)] = 68751, + [SMALL_STATE(1985)] = 68758, + [SMALL_STATE(1986)] = 68765, + [SMALL_STATE(1987)] = 68772, + [SMALL_STATE(1988)] = 68779, + [SMALL_STATE(1989)] = 68786, + [SMALL_STATE(1990)] = 68793, + [SMALL_STATE(1991)] = 68800, + [SMALL_STATE(1992)] = 68807, + [SMALL_STATE(1993)] = 68814, + [SMALL_STATE(1994)] = 68821, + [SMALL_STATE(1995)] = 68828, + [SMALL_STATE(1996)] = 68835, + [SMALL_STATE(1997)] = 68842, + [SMALL_STATE(1998)] = 68849, + [SMALL_STATE(1999)] = 68856, + [SMALL_STATE(2000)] = 68863, + [SMALL_STATE(2001)] = 68870, + [SMALL_STATE(2002)] = 68877, + [SMALL_STATE(2003)] = 68884, + [SMALL_STATE(2004)] = 68891, + [SMALL_STATE(2005)] = 68898, + [SMALL_STATE(2006)] = 68905, + [SMALL_STATE(2007)] = 68912, + [SMALL_STATE(2008)] = 68919, + [SMALL_STATE(2009)] = 68926, + [SMALL_STATE(2010)] = 68933, + [SMALL_STATE(2011)] = 68940, + [SMALL_STATE(2012)] = 68947, + [SMALL_STATE(2013)] = 68954, + [SMALL_STATE(2014)] = 68961, + [SMALL_STATE(2015)] = 68968, + [SMALL_STATE(2016)] = 68975, + [SMALL_STATE(2017)] = 68982, + [SMALL_STATE(2018)] = 68989, + [SMALL_STATE(2019)] = 68996, + [SMALL_STATE(2020)] = 69003, + [SMALL_STATE(2021)] = 69010, + [SMALL_STATE(2022)] = 69017, + [SMALL_STATE(2023)] = 69024, + [SMALL_STATE(2024)] = 69031, + [SMALL_STATE(2025)] = 69038, + [SMALL_STATE(2026)] = 69045, + [SMALL_STATE(2027)] = 69052, + [SMALL_STATE(2028)] = 69059, + [SMALL_STATE(2029)] = 69066, + [SMALL_STATE(2030)] = 69073, + [SMALL_STATE(2031)] = 69080, + [SMALL_STATE(2032)] = 69087, + [SMALL_STATE(2033)] = 69094, + [SMALL_STATE(2034)] = 69101, + [SMALL_STATE(2035)] = 69108, + [SMALL_STATE(2036)] = 69115, + [SMALL_STATE(2037)] = 69122, + [SMALL_STATE(2038)] = 69129, + [SMALL_STATE(2039)] = 69136, + [SMALL_STATE(2040)] = 69143, + [SMALL_STATE(2041)] = 69150, + [SMALL_STATE(2042)] = 69157, + [SMALL_STATE(2043)] = 69164, + [SMALL_STATE(2044)] = 69171, + [SMALL_STATE(2045)] = 69178, + [SMALL_STATE(2046)] = 69185, + [SMALL_STATE(2047)] = 69192, + [SMALL_STATE(2048)] = 69199, + [SMALL_STATE(2049)] = 69206, + [SMALL_STATE(2050)] = 69213, + [SMALL_STATE(2051)] = 69220, + [SMALL_STATE(2052)] = 69227, + [SMALL_STATE(2053)] = 69234, + [SMALL_STATE(2054)] = 69241, + [SMALL_STATE(2055)] = 69248, + [SMALL_STATE(2056)] = 69255, + [SMALL_STATE(2057)] = 69262, + [SMALL_STATE(2058)] = 69269, + [SMALL_STATE(2059)] = 69276, + [SMALL_STATE(2060)] = 69283, + [SMALL_STATE(2061)] = 69290, + [SMALL_STATE(2062)] = 69297, + [SMALL_STATE(2063)] = 69304, + [SMALL_STATE(2064)] = 69311, + [SMALL_STATE(2065)] = 69318, + [SMALL_STATE(2066)] = 69325, + [SMALL_STATE(2067)] = 69332, + [SMALL_STATE(2068)] = 69339, + [SMALL_STATE(2069)] = 69346, + [SMALL_STATE(2070)] = 69353, + [SMALL_STATE(2071)] = 69360, + [SMALL_STATE(2072)] = 69367, + [SMALL_STATE(2073)] = 69374, + [SMALL_STATE(2074)] = 69381, + [SMALL_STATE(2075)] = 69388, + [SMALL_STATE(2076)] = 69395, + [SMALL_STATE(2077)] = 69402, + [SMALL_STATE(2078)] = 69409, + [SMALL_STATE(2079)] = 69416, + [SMALL_STATE(2080)] = 69423, + [SMALL_STATE(2081)] = 69430, + [SMALL_STATE(2082)] = 69437, + [SMALL_STATE(2083)] = 69444, + [SMALL_STATE(2084)] = 69451, + [SMALL_STATE(2085)] = 69458, + [SMALL_STATE(2086)] = 69465, + [SMALL_STATE(2087)] = 69472, + [SMALL_STATE(2088)] = 69479, + [SMALL_STATE(2089)] = 69486, + [SMALL_STATE(2090)] = 69493, + [SMALL_STATE(2091)] = 69500, + [SMALL_STATE(2092)] = 69507, + [SMALL_STATE(2093)] = 69514, + [SMALL_STATE(2094)] = 69521, + [SMALL_STATE(2095)] = 69528, + [SMALL_STATE(2096)] = 69535, + [SMALL_STATE(2097)] = 69542, + [SMALL_STATE(2098)] = 69549, + [SMALL_STATE(2099)] = 69556, + [SMALL_STATE(2100)] = 69563, + [SMALL_STATE(2101)] = 69570, + [SMALL_STATE(2102)] = 69577, + [SMALL_STATE(2103)] = 69584, + [SMALL_STATE(2104)] = 69591, + [SMALL_STATE(2105)] = 69598, + [SMALL_STATE(2106)] = 69605, + [SMALL_STATE(2107)] = 69612, + [SMALL_STATE(2108)] = 69619, + [SMALL_STATE(2109)] = 69626, + [SMALL_STATE(2110)] = 69633, + [SMALL_STATE(2111)] = 69640, + [SMALL_STATE(2112)] = 69647, + [SMALL_STATE(2113)] = 69654, + [SMALL_STATE(2114)] = 69661, + [SMALL_STATE(2115)] = 69668, + [SMALL_STATE(2116)] = 69675, + [SMALL_STATE(2117)] = 69682, + [SMALL_STATE(2118)] = 69689, + [SMALL_STATE(2119)] = 69696, + [SMALL_STATE(2120)] = 69703, + [SMALL_STATE(2121)] = 69710, + [SMALL_STATE(2122)] = 69717, + [SMALL_STATE(2123)] = 69724, + [SMALL_STATE(2124)] = 69731, + [SMALL_STATE(2125)] = 69738, + [SMALL_STATE(2126)] = 69745, + [SMALL_STATE(2127)] = 69752, + [SMALL_STATE(2128)] = 69759, + [SMALL_STATE(2129)] = 69766, + [SMALL_STATE(2130)] = 69773, + [SMALL_STATE(2131)] = 69780, + [SMALL_STATE(2132)] = 69787, + [SMALL_STATE(2133)] = 69794, + [SMALL_STATE(2134)] = 69801, + [SMALL_STATE(2135)] = 69808, + [SMALL_STATE(2136)] = 69815, + [SMALL_STATE(2137)] = 69822, + [SMALL_STATE(2138)] = 69829, + [SMALL_STATE(2139)] = 69836, + [SMALL_STATE(2140)] = 69843, + [SMALL_STATE(2141)] = 69850, + [SMALL_STATE(2142)] = 69857, + [SMALL_STATE(2143)] = 69864, + [SMALL_STATE(2144)] = 69871, + [SMALL_STATE(2145)] = 69878, + [SMALL_STATE(2146)] = 69885, + [SMALL_STATE(2147)] = 69892, + [SMALL_STATE(2148)] = 69899, + [SMALL_STATE(2149)] = 69906, + [SMALL_STATE(2150)] = 69913, + [SMALL_STATE(2151)] = 69920, + [SMALL_STATE(2152)] = 69927, + [SMALL_STATE(2153)] = 69934, + [SMALL_STATE(2154)] = 69941, + [SMALL_STATE(2155)] = 69948, + [SMALL_STATE(2156)] = 69955, + [SMALL_STATE(2157)] = 69962, + [SMALL_STATE(2158)] = 69969, + [SMALL_STATE(2159)] = 69976, + [SMALL_STATE(2160)] = 69983, + [SMALL_STATE(2161)] = 69990, + [SMALL_STATE(2162)] = 69997, + [SMALL_STATE(2163)] = 70004, + [SMALL_STATE(2164)] = 70011, + [SMALL_STATE(2165)] = 70018, + [SMALL_STATE(2166)] = 70025, + [SMALL_STATE(2167)] = 70032, + [SMALL_STATE(2168)] = 70039, + [SMALL_STATE(2169)] = 70046, + [SMALL_STATE(2170)] = 70053, + [SMALL_STATE(2171)] = 70060, + [SMALL_STATE(2172)] = 70067, + [SMALL_STATE(2173)] = 70074, + [SMALL_STATE(2174)] = 70081, + [SMALL_STATE(2175)] = 70088, + [SMALL_STATE(2176)] = 70095, + [SMALL_STATE(2177)] = 70102, + [SMALL_STATE(2178)] = 70109, + [SMALL_STATE(2179)] = 70116, + [SMALL_STATE(2180)] = 70123, + [SMALL_STATE(2181)] = 70130, + [SMALL_STATE(2182)] = 70137, + [SMALL_STATE(2183)] = 70144, + [SMALL_STATE(2184)] = 70151, + [SMALL_STATE(2185)] = 70158, + [SMALL_STATE(2186)] = 70165, + [SMALL_STATE(2187)] = 70172, + [SMALL_STATE(2188)] = 70179, + [SMALL_STATE(2189)] = 70186, + [SMALL_STATE(2190)] = 70193, + [SMALL_STATE(2191)] = 70200, + [SMALL_STATE(2192)] = 70207, + [SMALL_STATE(2193)] = 70214, + [SMALL_STATE(2194)] = 70221, + [SMALL_STATE(2195)] = 70228, + [SMALL_STATE(2196)] = 70235, + [SMALL_STATE(2197)] = 70242, + [SMALL_STATE(2198)] = 70249, + [SMALL_STATE(2199)] = 70256, + [SMALL_STATE(2200)] = 70263, + [SMALL_STATE(2201)] = 70270, + [SMALL_STATE(2202)] = 70277, + [SMALL_STATE(2203)] = 70284, + [SMALL_STATE(2204)] = 70291, + [SMALL_STATE(2205)] = 70298, + [SMALL_STATE(2206)] = 70305, + [SMALL_STATE(2207)] = 70312, + [SMALL_STATE(2208)] = 70319, + [SMALL_STATE(2209)] = 70326, + [SMALL_STATE(2210)] = 70333, + [SMALL_STATE(2211)] = 70340, + [SMALL_STATE(2212)] = 70347, + [SMALL_STATE(2213)] = 70354, }; static const TSParseActionEntry ts_parse_actions[] = { @@ -131788,16 +131804,16 @@ 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(516), - [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1556), + [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(517), + [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1555), [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2169), [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1333), [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2212), [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1920), [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), - [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), - [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(620), - [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), + [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), + [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(621), + [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1142), [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1204), [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1026), @@ -131805,181 +131821,181 @@ static const TSParseActionEntry ts_parse_actions[] = { [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1916), [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2207), [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1167), - [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), + [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1109), - [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1017), - [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(993), + [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1015), + [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(994), [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1085), [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1743), - [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1597), + [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1600), [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1648), [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1902), [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1891), - [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(626), + [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(636), [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2201), [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1884), - [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(430), + [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(432), [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2199), - [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(569), + [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(566), [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2198), [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2196), [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2195), - [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), - [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(637), + [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), + [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(655), [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2194), [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2193), [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2192), - [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1616), + [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1626), [91] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1767), [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1677), [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1303), - [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(816), - [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(511), - [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1555), + [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(817), + [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(508), + [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1558), [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1999), - [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1346), - [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(361), + [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1348), + [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(202), [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2000), - [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(47), + [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(45), [115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1386), [117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2154), [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1912), - [121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), + [121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1160), [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1225), [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1053), - [129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), + [129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1923), [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1846), - [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(642), + [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(641), [137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2103), [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1855), - [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(433), + [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(437), [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2160), - [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(574), + [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(579), [147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2211), [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2208), [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2008), [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1832), [155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2187), - [157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), - [159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(824), - [161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(148), - [163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388), - [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(369), - [167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(226), - [169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(156), + [157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), + [159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(807), + [161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(463), + [163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(385), + [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(150), + [167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(222), + [169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(157), [171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(355), - [173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(461), - [175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(480), - [177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(230), - [179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(509), - [181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1552), - [183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2053), - [185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1349), - [187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(383), - [189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2028), - [191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1833), - [193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), - [195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1162), - [197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1238), - [199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1050), - [201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), - [203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1848), - [205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1831), - [207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(671), - [209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2014), - [211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1844), - [213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(441), - [215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2203), - [217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(583), - [219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2102), - [221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2101), - [223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2035), - [225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1836), - [227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2064), - [229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(221), - [231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(141), - [233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(471), - [235] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elifdef, 2, .production_id = 17), - [237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(363), - [239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(222), - [241] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 3, .production_id = 41), - [243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(150), - [245] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 4, .production_id = 41), - [247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(462), - [249] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elifdef, 3, .production_id = 17), - [251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(371), - [253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(377), - [255] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(511), - [258] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1555), - [261] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1999), - [264] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1346), - [267] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), - [269] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2000), - [272] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1912), - [275] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(484), - [278] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(620), - [281] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(620), - [284] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(621), - [287] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(125), - [290] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1160), - [293] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1225), - [296] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1053), - [299] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2209), - [302] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1916), - [305] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2207), - [308] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1167), - [311] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(37), - [314] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1109), - [317] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1017), - [320] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(993), - [323] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1085), - [326] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1743), - [329] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1597), - [332] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1648), - [335] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1923), - [338] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1846), - [341] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(642), - [344] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2103), - [347] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1855), - [350] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(433), - [353] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2160), - [356] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(574), - [359] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2211), - [362] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2208), - [365] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2008), - [368] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1832), - [371] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2187), - [374] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(635), - [377] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(637), - [380] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2194), - [383] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2193), - [386] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2192), - [389] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1616), - [392] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(824), - [395] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1767), - [398] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1677), - [401] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(824), - [404] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(816), - [407] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(509), - [410] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1552), + [173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(360), + [175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(458), + [177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(369), + [179] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(508), + [182] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1558), + [185] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1999), + [188] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1348), + [191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), + [193] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2000), + [196] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1912), + [199] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(484), + [202] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(621), + [205] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(621), + [208] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(622), + [211] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(128), + [214] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1160), + [217] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1225), + [220] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1053), + [223] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2209), + [226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1916), + [229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2207), + [232] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1167), + [235] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(33), + [238] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1109), + [241] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1015), + [244] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(994), + [247] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1085), + [250] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1743), + [253] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1600), + [256] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1648), + [259] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1923), + [262] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1846), + [265] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(641), + [268] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2103), + [271] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1855), + [274] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(437), + [277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2160), + [280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(579), + [283] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2211), + [286] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2208), + [289] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2008), + [292] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1832), + [295] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2187), + [298] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(654), + [301] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(655), + [304] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2194), + [307] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2193), + [310] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2192), + [313] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1626), + [316] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(807), + [319] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1767), + [322] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1677), + [325] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(807), + [328] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(817), + [331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(510), + [333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1556), + [335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2053), + [337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1351), + [339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(379), + [341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2028), + [343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1833), + [345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), + [347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1162), + [349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1238), + [351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1050), + [353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), + [355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1848), + [357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1831), + [359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(760), + [361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2014), + [363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1844), + [365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(444), + [367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2203), + [369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(583), + [371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2102), + [373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2101), + [375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2035), + [377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1836), + [379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2064), + [381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elifdef, 2, .production_id = 17), + [383] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elifdef, 3, .production_id = 17), + [385] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 3, .production_id = 41), + [387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(363), + [389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(221), + [391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(383), + [393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(153), + [395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(459), + [397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(371), + [399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(213), + [401] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 4, .production_id = 41), + [403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(475), + [405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(135), + [407] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(510), + [410] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1556), [413] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2053), - [416] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1349), + [416] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1351), [419] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2028), [422] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1833), - [425] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(199), + [425] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(180), [428] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1162), [431] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1238), [434] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1050), - [437] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(43), + [437] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(42), [440] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1848), [443] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1831), - [446] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(671), + [446] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(760), [449] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2014), [452] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1844), - [455] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(441), + [455] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(444), [458] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2203), [461] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(583), [464] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2102), @@ -131987,231 +132003,231 @@ static const TSParseActionEntry ts_parse_actions[] = { [470] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2035), [473] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1836), [476] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2064), - [479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(512), + [479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(511), [481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1553), [483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2070), [485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1369), [487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1927), [489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1889), - [491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), + [491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), [493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1152), [495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1218), [497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1071), - [499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), - [501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), + [499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), + [501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), [503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1847), [505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1924), - [507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(632), + [507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(660), [509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2052), [511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1850), [513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(421), [515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2081), - [517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(573), + [517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(562), [519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2057), [521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2062), [523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1931), [525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1866), [527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2177), - [529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), - [531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), - [533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), - [535] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(512), - [538] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1553), - [541] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2070), - [544] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1369), - [547] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1927), - [550] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1889), - [553] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(332), - [556] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1152), - [559] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1218), - [562] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1071), - [565] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(36), - [568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), - [570] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1847), - [573] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1924), - [576] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(632), - [579] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2052), - [582] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1850), - [585] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(421), - [588] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2081), - [591] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(573), - [594] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2057), - [597] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2062), - [600] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1931), - [603] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1866), - [606] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2177), - [609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), - [611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), - [613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), - [615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), - [617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), - [619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), - [621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), - [623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), - [625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), - [627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), - [629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), - [631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), - [633] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(514), - [636] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1547), - [639] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2071), - [642] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1362), - [645] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2054), - [648] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1888), - [651] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(271), - [654] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1161), - [657] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1248), - [660] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1043), - [663] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(31), - [666] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1826), - [669] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1853), - [672] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(750), - [675] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1959), - [678] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1835), - [681] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(444), - [684] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2206), - [687] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(580), - [690] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2013), - [693] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2012), - [696] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2059), - [699] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1858), - [702] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2005), - [705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), - [707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(514), - [709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1547), - [711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2071), - [713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1362), - [715] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 1), - [717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2054), - [719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1888), - [721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), - [723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1161), - [725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1248), - [727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1043), - [729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), - [731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1826), - [733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1853), - [735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(750), - [737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1959), - [739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1835), - [741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(444), - [743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2206), - [745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(580), - [747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2013), - [749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2012), - [751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2059), - [753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1858), - [755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2005), - [757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), - [759] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 2), - [761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), - [763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), - [765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), - [767] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(516), - [770] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1556), - [773] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2169), - [776] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1333), - [779] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2212), - [782] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1920), - [785] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(484), - [788] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(620), - [791] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(620), - [794] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(621), - [797] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1142), - [800] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1204), - [803] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1026), - [806] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2209), - [809] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1916), - [812] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2207), - [815] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1167), - [818] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(28), - [821] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1109), - [824] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1017), - [827] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(993), - [830] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1085), - [833] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1743), - [836] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1597), - [839] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1648), - [842] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1902), - [845] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1891), - [848] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(626), - [851] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2201), - [854] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1884), - [857] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(430), - [860] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2199), - [863] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(569), - [866] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2198), - [869] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2196), - [872] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2195), - [875] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(635), - [878] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(637), - [881] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2194), - [884] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2193), - [887] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2192), - [890] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1616), - [893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1303), - [896] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1767), - [899] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1677), - [902] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1303), - [905] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(816), - [908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_translation_unit, 1), - [910] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(515), - [913] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), - [915] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(484), - [918] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(620), - [921] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(620), - [924] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(621), - [927] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(125), - [930] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1160), - [933] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1225), - [936] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1017), - [939] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2209), - [942] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1916), - [945] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2207), - [948] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(37), - [951] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1109), - [954] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(993), - [957] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1085), - [960] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1743), - [963] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1597), - [966] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1648), - [969] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1923), - [972] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1846), - [975] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1855), - [978] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(433), - [981] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2160), - [984] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(574), - [987] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2211), - [990] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2208), - [993] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2008), - [996] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1832), - [999] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2187), - [1002] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(635), - [1005] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(637), - [1008] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2194), - [1011] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2193), - [1014] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2192), - [1017] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1616), - [1020] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(824), - [1023] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1767), - [1026] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1677), - [1029] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(824), - [1032] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(816), - [1035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(515), - [1037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4, .production_id = 9), - [1039] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 2), - [1041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3, .production_id = 9), - [1043] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3), - [1045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(510), - [1047] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(510), - [1050] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(199), + [529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), + [531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(509), + [533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1560), + [535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2071), + [537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1370), + [539] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 2), + [541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2054), + [543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1888), + [545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), + [547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1161), + [549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1248), + [551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1043), + [553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), + [555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1826), + [557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1853), + [559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(649), + [561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1959), + [563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1835), + [565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(446), + [567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2206), + [569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(584), + [571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2013), + [573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2012), + [575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2059), + [577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1858), + [579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2005), + [581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), + [583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), + [585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), + [587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), + [589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), + [591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), + [593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), + [595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), + [597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), + [599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), + [601] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(509), + [604] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1560), + [607] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2071), + [610] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1370), + [613] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2054), + [616] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1888), + [619] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(272), + [622] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1161), + [625] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1248), + [628] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1043), + [631] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(28), + [634] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1826), + [637] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1853), + [640] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(649), + [643] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1959), + [646] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1835), + [649] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(446), + [652] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2206), + [655] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(584), + [658] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2013), + [661] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2012), + [664] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2059), + [667] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1858), + [670] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2005), + [673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), + [675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), + [677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), + [679] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 1), + [681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), + [683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), + [685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), + [687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), + [689] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(511), + [692] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1553), + [695] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2070), + [698] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1369), + [701] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1927), + [704] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1889), + [707] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(337), + [710] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1152), + [713] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1218), + [716] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1071), + [719] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(48), + [722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), + [724] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1847), + [727] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1924), + [730] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(660), + [733] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2052), + [736] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1850), + [739] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(421), + [742] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2081), + [745] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(562), + [748] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2057), + [751] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2062), + [754] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1931), + [757] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1866), + [760] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(2177), + [763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), + [765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_translation_unit, 1), + [767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), + [769] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(517), + [772] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1555), + [775] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2169), + [778] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1333), + [781] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2212), + [784] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1920), + [787] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(484), + [790] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(621), + [793] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(621), + [796] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(622), + [799] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1142), + [802] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1204), + [805] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1026), + [808] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2209), + [811] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1916), + [814] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2207), + [817] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1167), + [820] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(40), + [823] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1109), + [826] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1015), + [829] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(994), + [832] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1085), + [835] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1743), + [838] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1600), + [841] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1648), + [844] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1902), + [847] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1891), + [850] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(636), + [853] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2201), + [856] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1884), + [859] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(432), + [862] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2199), + [865] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(566), + [868] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2198), + [871] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2196), + [874] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2195), + [877] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(654), + [880] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(655), + [883] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2194), + [886] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2193), + [889] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2192), + [892] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1626), + [895] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1303), + [898] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1767), + [901] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1677), + [904] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1303), + [907] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(817), + [910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(506), + [912] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 2), + [914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3, .production_id = 9), + [916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3), + [918] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4, .production_id = 9), + [920] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(506), + [923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), + [925] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(484), + [928] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(621), + [931] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(621), + [934] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(622), + [937] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(128), + [940] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1160), + [943] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1225), + [946] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1015), + [949] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2209), + [952] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1916), + [955] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2207), + [958] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(33), + [961] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1109), + [964] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(994), + [967] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1085), + [970] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1743), + [973] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1600), + [976] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1648), + [979] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1923), + [982] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1846), + [985] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1855), + [988] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(437), + [991] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2160), + [994] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(579), + [997] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2211), + [1000] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2208), + [1003] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2008), + [1006] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1832), + [1009] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2187), + [1012] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(654), + [1015] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(655), + [1018] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2194), + [1021] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2193), + [1024] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2192), + [1027] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1626), + [1030] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(807), + [1033] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1767), + [1036] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1677), + [1039] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(807), + [1042] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(817), + [1045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(514), + [1047] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(514), + [1050] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(180), [1053] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1162), [1056] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1238), - [1059] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(43), + [1059] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(42), [1062] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1848), [1065] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1831), [1068] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1844), - [1071] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(441), + [1071] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(444), [1074] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2203), [1077] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(583), [1080] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2102), @@ -132219,65 +132235,65 @@ static const TSParseActionEntry ts_parse_actions[] = { [1086] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2035), [1089] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1836), [1092] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2064), - [1095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 2), - [1097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(506), - [1099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), + [1095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, .production_id = 9), + [1097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(512), + [1099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), [1101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1908), [1103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2078), - [1105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(508), + [1105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(513), [1107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3, .production_id = 9), - [1109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3), - [1111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), - [1113] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(506), - [1116] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(331), - [1119] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1142), - [1122] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1204), - [1125] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(28), - [1128] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1902), - [1131] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1891), - [1134] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1884), - [1137] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(430), - [1140] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2199), - [1143] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(569), - [1146] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2198), - [1149] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2196), - [1152] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2195), - [1155] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1908), - [1158] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2078), - [1161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, .production_id = 9), - [1163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(513), + [1109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), + [1111] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(512), + [1114] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(319), + [1117] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1142), + [1120] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1204), + [1123] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(40), + [1126] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1902), + [1129] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1891), + [1132] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1884), + [1135] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(432), + [1138] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2199), + [1141] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(566), + [1144] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2198), + [1147] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2196), + [1150] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2195), + [1153] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1908), + [1156] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2078), + [1159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(515), + [1161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 2), + [1163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3), [1165] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(513), - [1168] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(332), - [1171] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1152), - [1174] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1218), - [1177] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(36), - [1180] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1847), - [1183] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1924), - [1186] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1850), - [1189] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(421), - [1192] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2081), - [1195] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(573), - [1198] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2057), - [1201] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2062), - [1204] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1931), - [1207] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1866), - [1210] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2177), - [1213] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(508), - [1216] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(271), - [1219] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1161), - [1222] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1248), - [1225] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(31), - [1228] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1826), - [1231] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1853), - [1234] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1835), - [1237] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(444), - [1240] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2206), - [1243] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(580), - [1246] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2013), - [1249] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2012), - [1252] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2059), - [1255] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1858), - [1258] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2005), + [1168] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(272), + [1171] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1161), + [1174] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1248), + [1177] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(28), + [1180] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1826), + [1183] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1853), + [1186] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1835), + [1189] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(446), + [1192] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2206), + [1195] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(584), + [1198] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2013), + [1201] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2012), + [1204] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2059), + [1207] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1858), + [1210] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2005), + [1213] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(515), + [1216] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(337), + [1219] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1152), + [1222] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1218), + [1225] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(48), + [1228] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1847), + [1231] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1924), + [1234] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1850), + [1237] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(421), + [1240] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2081), + [1243] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(562), + [1246] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2057), + [1249] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2062), + [1252] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1931), + [1255] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1866), + [1258] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2177), [1261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(507), [1263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1921), [1265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1917), @@ -132288,14 +132304,14 @@ static const TSParseActionEntry ts_parse_actions[] = { [1277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1917), [1280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2133), [1283] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1878), - [1286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(517), - [1288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), + [1286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(516), + [1288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), [1290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1849), [1292] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3, .production_id = 26), [1294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, .production_id = 26), - [1296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(419), - [1298] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 4, .production_id = 48), - [1300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 4, .production_id = 48), + [1296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(414), + [1298] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_statement, 3, .production_id = 28), + [1300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_statement, 3, .production_id = 28), [1302] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2), [1304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2), [1306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 3), @@ -132312,18 +132328,18 @@ static const TSParseActionEntry ts_parse_actions[] = { [1328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, .production_id = 48), [1330] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, .production_id = 75), [1332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, .production_id = 75), - [1334] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 55), - [1336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 55), - [1338] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_seh_try_statement, 3, .production_id = 8), - [1340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_seh_try_statement, 3, .production_id = 8), - [1342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 2), - [1344] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 2), - [1346] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 3, .production_id = 32), - [1348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 3, .production_id = 32), - [1350] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 3, .production_id = 30), - [1352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 3, .production_id = 30), - [1354] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_statement, 3, .production_id = 28), - [1356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_statement, 3, .production_id = 28), + [1334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 2), + [1336] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 2), + [1338] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 55), + [1340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 55), + [1342] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_seh_try_statement, 3, .production_id = 8), + [1344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_seh_try_statement, 3, .production_id = 8), + [1346] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 4, .production_id = 48), + [1348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 4, .production_id = 48), + [1350] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 3, .production_id = 32), + [1352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 3, .production_id = 32), + [1354] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 3, .production_id = 30), + [1356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 3, .production_id = 30), [1358] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3), [1360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3), [1362] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, .production_id = 27), @@ -132332,104 +132348,104 @@ static const TSParseActionEntry ts_parse_actions[] = { [1368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_statement, 3, .production_id = 27), [1370] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_seh_leave_statement, 2), [1372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_seh_leave_statement, 2), - [1374] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_statement, 2), - [1376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_statement, 2), - [1378] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2), - [1380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2), - [1382] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2), - [1384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2), - [1386] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2), - [1388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2), - [1390] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 1), - [1392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1), - [1394] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_seh_except_clause, 3, .production_id = 95), - [1396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_seh_except_clause, 3, .production_id = 95), - [1398] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 6, .production_id = 75), - [1400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 6, .production_id = 75), - [1402] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 4, .production_id = 40), - [1404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 4, .production_id = 40), - [1406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(427), - [1408] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 6, .production_id = 92), - [1410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 6, .production_id = 92), - [1412] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 1, .production_id = 2), - [1414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 1, .production_id = 2), - [1416] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 3), - [1418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 3), - [1420] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 2, .production_id = 4), - [1422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 2, .production_id = 4), - [1424] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 5, .production_id = 71), - [1426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 5, .production_id = 71), - [1428] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, .production_id = 41), - [1430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, .production_id = 41), - [1432] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, .production_id = 70), - [1434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, .production_id = 70), - [1436] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 5, .production_id = 69), - [1438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 5, .production_id = 69), - [1440] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__old_style_function_definition, 4, .production_id = 66), - [1442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__old_style_function_definition, 4, .production_id = 66), - [1444] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, .production_id = 65), - [1446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, .production_id = 65), - [1448] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__old_style_function_definition, 4, .production_id = 64), - [1450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__old_style_function_definition, 4, .production_id = 64), + [1374] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_seh_except_clause, 3, .production_id = 95), + [1376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_seh_except_clause, 3, .production_id = 95), + [1378] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_statement, 2), + [1380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_statement, 2), + [1382] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2), + [1384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2), + [1386] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 6, .production_id = 75), + [1388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 6, .production_id = 75), + [1390] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2), + [1392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2), + [1394] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2), + [1396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2), + [1398] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 1), + [1400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1), + [1402] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 4, .production_id = 39), + [1404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 4, .production_id = 39), + [1406] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, .production_id = 41), + [1408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, .production_id = 41), + [1410] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 3), + [1412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 3), + [1414] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 5, .production_id = 71), + [1416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 5, .production_id = 71), + [1418] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 4, .production_id = 40), + [1420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 4, .production_id = 40), + [1422] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, .production_id = 70), + [1424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, .production_id = 70), + [1426] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 5, .production_id = 69), + [1428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 5, .production_id = 69), + [1430] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 2, .production_id = 4), + [1432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 2, .production_id = 4), + [1434] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__old_style_function_definition, 4, .production_id = 66), + [1436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__old_style_function_definition, 4, .production_id = 66), + [1438] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 1, .production_id = 2), + [1440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 1, .production_id = 2), + [1442] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, .production_id = 65), + [1444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, .production_id = 65), + [1446] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__old_style_function_definition, 4, .production_id = 64), + [1448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__old_style_function_definition, 4, .production_id = 64), + [1450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(428), [1452] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 2), [1454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 2), - [1456] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 17), - [1458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 17), - [1460] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 42), - [1462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 42), - [1464] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 4, .production_id = 41), - [1466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 4, .production_id = 41), - [1468] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__empty_declaration, 2), - [1470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__empty_declaration, 2), - [1472] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__old_style_function_definition, 5, .production_id = 90), - [1474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__old_style_function_definition, 5, .production_id = 90), - [1476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_include, 3, .production_id = 16), - [1478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_include, 3, .production_id = 16), - [1480] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 3, .production_id = 17), - [1482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 3, .production_id = 17), - [1484] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 4, .production_id = 39), - [1486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 4, .production_id = 39), - [1488] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 3, .production_id = 17), - [1490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 3, .production_id = 17), - [1492] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 3, .production_id = 18), - [1494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 3, .production_id = 18), - [1496] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_linkage_specification, 3, .production_id = 22), - [1498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_linkage_specification, 3, .production_id = 22), - [1500] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__old_style_function_definition, 3, .production_id = 37), - [1502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__old_style_function_definition, 3, .production_id = 37), + [1456] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__old_style_function_definition, 5, .production_id = 90), + [1458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__old_style_function_definition, 5, .production_id = 90), + [1460] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 6, .production_id = 92), + [1462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 6, .production_id = 92), + [1464] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 17), + [1466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 17), + [1468] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 42), + [1470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 42), + [1472] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__empty_declaration, 2), + [1474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__empty_declaration, 2), + [1476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 4, .production_id = 41), + [1478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 4, .production_id = 41), + [1480] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_include, 3, .production_id = 16), + [1482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_include, 3, .production_id = 16), + [1484] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__old_style_function_definition, 3, .production_id = 37), + [1486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__old_style_function_definition, 3, .production_id = 37), + [1488] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 3, .production_id = 17), + [1490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 3, .production_id = 17), + [1492] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 3, .production_id = 17), + [1494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 3, .production_id = 17), + [1496] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 3, .production_id = 18), + [1498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 3, .production_id = 18), + [1500] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_linkage_specification, 3, .production_id = 22), + [1502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_linkage_specification, 3, .production_id = 22), [1504] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 3, .production_id = 33), [1506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 3, .production_id = 33), - [1508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(432), - [1510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(435), - [1512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(422), + [1508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(435), + [1510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(424), + [1512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(442), [1514] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 4, .production_id = 57), [1516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 4, .production_id = 57), - [1518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(634), - [1520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), - [1522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), - [1524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(617), - [1526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(773), - [1528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(624), - [1530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), - [1532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(630), - [1534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(864), + [1518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(648), + [1520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), + [1522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), + [1524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(618), + [1526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(774), + [1528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(625), + [1530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), + [1532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(631), + [1534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(870), [1536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1922), - [1538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(866), - [1540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(863), - [1542] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(871), + [1538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(872), + [1540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(867), + [1542] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(867), [1545] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(484), - [1548] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(620), - [1551] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(620), - [1554] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(621), - [1557] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(199), + [1548] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(621), + [1551] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(621), + [1554] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(622), + [1557] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(180), [1560] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1922), - [1563] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(43), + [1563] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(42), [1566] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1848), [1569] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1831), - [1572] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(671), + [1572] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(760), [1575] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2014), [1578] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1844), - [1581] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(441), + [1581] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(444), [1584] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2203), [1587] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(583), [1590] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2102), @@ -132437,99 +132453,99 @@ static const TSParseActionEntry ts_parse_actions[] = { [1596] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2035), [1599] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1836), [1602] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2064), - [1605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(635), - [1608] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(637), + [1605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(654), + [1608] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(655), [1611] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2194), [1614] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2193), [1617] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2192), - [1620] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1616), - [1623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(824), + [1620] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1626), + [1623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(807), [1626] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1767), [1629] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1677), - [1632] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(824), - [1635] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(816), - [1638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(865), - [1640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(664), - [1642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2085), - [1644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(868), - [1646] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(866), - [1649] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(332), - [1652] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(36), - [1655] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1847), - [1658] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1924), - [1661] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(632), - [1664] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2052), - [1667] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1850), - [1670] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(421), - [1673] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2081), - [1676] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(573), - [1679] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2057), - [1682] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2062), - [1685] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1931), - [1688] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1866), - [1691] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2177), - [1694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(871), - [1696] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(864), - [1699] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(331), - [1702] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(28), + [1632] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(807), + [1635] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(817), + [1638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(869), + [1640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(864), + [1642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(865), + [1644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(664), + [1646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2085), + [1648] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(864), + [1651] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(337), + [1654] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(48), + [1657] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1847), + [1660] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1924), + [1663] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(660), + [1666] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2052), + [1669] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1850), + [1672] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(421), + [1675] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2081), + [1678] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(562), + [1681] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2057), + [1684] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2062), + [1687] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1931), + [1690] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1866), + [1693] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2177), + [1696] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(870), + [1699] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(319), + [1702] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(40), [1705] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1902), [1708] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1891), - [1711] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(626), + [1711] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(636), [1714] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2201), [1717] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1884), - [1720] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(430), + [1720] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(432), [1723] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2199), - [1726] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(569), + [1726] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(566), [1729] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2198), [1732] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2196), [1735] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2195), [1738] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1908), [1741] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2078), - [1744] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(863), - [1747] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(271), - [1750] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(31), + [1744] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(872), + [1747] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(272), + [1750] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(28), [1753] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1826), [1756] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1853), - [1759] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(750), + [1759] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(649), [1762] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1959), [1765] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1835), - [1768] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(444), + [1768] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(446), [1771] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2206), - [1774] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(580), + [1774] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(584), [1777] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2013), [1780] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2012), [1783] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2059), [1786] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1858), [1789] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2005), - [1792] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(868), - [1795] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(125), - [1798] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(37), - [1801] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1923), - [1804] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1846), - [1807] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(642), - [1810] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2103), - [1813] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1855), - [1816] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(433), - [1819] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2160), - [1822] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(574), - [1825] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2211), - [1828] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2208), - [1831] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2008), - [1834] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1832), - [1837] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2187), - [1840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(678), - [1842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), - [1844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), - [1846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(660), - [1848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2084), - [1850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2210), - [1852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2213), - [1854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1613), - [1856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), - [1858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814), - [1860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1730), - [1862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(926), - [1864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(925), + [1792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(679), + [1794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), + [1796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), + [1798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(662), + [1800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2084), + [1802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2210), + [1804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2213), + [1806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1618), + [1808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), + [1810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814), + [1812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1730), + [1814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(925), + [1816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(954), + [1818] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(869), + [1821] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(128), + [1824] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(33), + [1827] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1923), + [1830] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1846), + [1833] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(641), + [1836] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2103), + [1839] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1855), + [1842] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(437), + [1845] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2160), + [1848] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(579), + [1851] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2211), + [1854] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2208), + [1857] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2008), + [1860] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1832), + [1863] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(2187), [1866] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(865), [1869] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1921), [1872] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(664), @@ -132540,34 +132556,34 @@ static const TSParseActionEntry ts_parse_actions[] = { [1887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(691), [1889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), [1891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(687), - [1893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__top_level_expression_statement, 2), - [1895] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__top_level_expression_statement, 2), - [1897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 1, .production_id = 2), - [1899] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 1, .production_id = 2), - [1901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(670), + [1893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 1, .production_id = 2), + [1895] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 1, .production_id = 2), + [1897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__top_level_expression_statement, 2), + [1899] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__top_level_expression_statement, 2), + [1901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(672), [1903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1320), [1905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1806), [1907] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_declaration, 3), [1909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_declaration, 3), [1911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_declaration, 4), [1913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_declaration, 4), - [1915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(843), - [1917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(709), - [1919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), - [1921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(631), + [1915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(710), + [1917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), + [1919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(632), + [1921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(846), [1923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(615), [1925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), - [1927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(697), - [1929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(431), - [1931] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declaration_modifiers, 1), REDUCE(aux_sym_attributed_declarator_repeat1, 1), - [1934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 1), - [1936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 1), - [1938] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_modifiers, 1), - [1940] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declaration_modifiers, 1), REDUCE(aux_sym_attributed_declarator_repeat1, 1), - [1943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(880), - [1945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(718), - [1947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), - [1949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(644), + [1927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(642), + [1929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(433), + [1931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(877), + [1933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(633), + [1935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), + [1937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(741), + [1939] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declaration_modifiers, 1), REDUCE(aux_sym_attributed_declarator_repeat1, 1), + [1942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 1), + [1944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 1), + [1946] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_modifiers, 1), + [1948] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declaration_modifiers, 1), REDUCE(aux_sym_attributed_declarator_repeat1, 1), [1951] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_specifier, 1, .production_id = 1), [1953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_not_binary, 1), [1955] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression_not_binary, 1), SHIFT(1207), @@ -132575,440 +132591,440 @@ static const TSParseActionEntry ts_parse_actions[] = { [1961] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression_not_binary, 1), [1964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), [1966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1092), - [1968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(640), - [1970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), - [1972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), - [1974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), - [1976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), - [1978] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression_not_binary, 1), - [1981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), - [1983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), - [1985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), - [1987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), - [1989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), - [1991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), - [1993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(872), - [1995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649), - [1997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), - [1999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), - [2001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1572), - [2003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), - [2005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1594), - [2007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), - [2009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1600), - [2011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), - [2013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1640), - [2015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), - [2017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631), - [2019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), - [2021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1575), - [2023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), - [2025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638), - [2027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), - [2029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542), - [2031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), + [1968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(668), + [1970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), + [1972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), + [1974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), + [1976] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression_not_binary, 1), + [1979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), + [1981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), + [1983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), + [1985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), + [1987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), + [1989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), + [1991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), + [1993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(866), + [1995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1647), + [1997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), + [1999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), + [2001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1657), + [2003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), + [2005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), + [2007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), + [2009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1578), + [2011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), + [2013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1605), + [2015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), + [2017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1580), + [2019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), + [2021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), + [2023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), + [2025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1541), + [2027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), + [2029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1597), + [2031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), [2033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), - [2035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(870), - [2037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2158), - [2039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), - [2041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), + [2035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(871), + [2037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2056), + [2039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), + [2041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), [2043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2055), - [2045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2056), - [2047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), - [2049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), + [2045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2158), + [2047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), + [2049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), [2051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), - [2053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), - [2055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), + [2053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), + [2055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), [2057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1081), [2059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2074), - [2061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1382), - [2063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1038), + [2061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1379), + [2063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(956), [2065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1966), - [2067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(581), + [2067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(580), [2069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1364), [2071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1901), - [2073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1068), - [2075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(927), - [2077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1122), - [2079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1892), - [2081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1501), - [2083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), - [2085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), - [2087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1834), - [2089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(518), - [2091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(950), - [2093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1011), - [2095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(997), - [2097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1029), - [2099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1047), + [2073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1047), + [2075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(953), + [2077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(990), + [2079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1122), + [2081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1892), + [2083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1511), + [2085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), + [2087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), + [2089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1834), + [2091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(519), + [2093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1068), + [2095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1038), + [2097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(980), + [2099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1029), [2101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2075), [2103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1331), - [2105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1031), + [2105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(928), [2107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2019), [2109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1909), - [2111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1022), - [2113] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1081), - [2116] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2074), - [2119] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1382), - [2122] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), - [2124] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1966), - [2127] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1901), - [2130] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(993), - [2133] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1017), - [2136] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2209), - [2139] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1849), - [2142] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2207), - [2145] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1109), - [2148] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1085), - [2151] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1743), - [2154] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1597), - [2157] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1648), - [2160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1025), - [2162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(987), - [2164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(962), - [2166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(947), - [2168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(971), - [2170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 3, .production_id = 41), - [2172] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, .production_id = 41), - [2174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1066), - [2176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), - [2178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(721), - [2180] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2075), - [2183] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1331), - [2186] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2019), - [2189] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1909), - [2192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), - [2194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(751), + [2111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1025), + [2113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(948), + [2115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, .production_id = 41), + [2117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1031), + [2119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1022), + [2121] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1081), + [2124] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2074), + [2127] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1379), + [2130] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), + [2132] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1966), + [2135] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1901), + [2138] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(994), + [2141] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1015), + [2144] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2209), + [2147] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1849), + [2150] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2207), + [2153] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1109), + [2156] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1085), + [2159] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1743), + [2162] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1600), + [2165] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1648), + [2168] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 3, .production_id = 41), + [2170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1066), + [2172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(976), + [2174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(986), + [2176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), + [2178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(751), + [2180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), + [2182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(714), + [2184] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2075), + [2187] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1331), + [2190] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2019), + [2193] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1909), [2196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(677), - [2198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(838), - [2200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), - [2202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), - [2204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), - [2206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), - [2208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(849), - [2210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), - [2212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), - [2214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), - [2216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), - [2218] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2076), - [2221] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1344), - [2224] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2045), - [2227] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1915), - [2230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), - [2232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, .production_id = 82), - [2234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2027), - [2236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1366), - [2238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2105), - [2240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1890), - [2242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), - [2244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 4, .production_id = 100), - [2246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), - [2248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), - [2250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), - [2252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), - [2254] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2027), - [2257] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1366), - [2260] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2105), - [2263] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1890), - [2266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), - [2268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), - [2270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, .production_id = 41), - [2272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), - [2274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), - [2276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), - [2278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2076), - [2280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1344), - [2282] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 1), - [2284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2045), - [2286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1915), - [2288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 2), - [2290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), - [2292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, .production_id = 56), - [2294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 2, .production_id = 56), - [2296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), - [2298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), - [2300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(847), - [2302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), - [2304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), - [2306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), - [2308] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 2), - [2310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1635), - [2312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), - [2314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), - [2316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1312), - [2318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), - [2320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1599), - [2322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1533), - [2324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1658), - [2326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570), - [2328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), - [2330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1593), - [2332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1637), - [2334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), - [2336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), - [2338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1601), - [2340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), - [2342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), - [2344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1544), - [2346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), - [2348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), - [2350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), - [2352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), - [2354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), - [2356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), - [2358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), - [2360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), + [2198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(839), + [2200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), + [2202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), + [2204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), + [2206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), + [2208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), + [2210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2076), + [2212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1346), + [2214] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 2), + [2216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2045), + [2218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1915), + [2220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), + [2222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(849), + [2224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), + [2226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), + [2228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), + [2230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, .production_id = 82), + [2232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), + [2234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(850), + [2236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), + [2238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), + [2240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, .production_id = 41), + [2242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), + [2244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), + [2246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 2), + [2248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, .production_id = 56), + [2250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2027), + [2252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1375), + [2254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2105), + [2256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1890), + [2258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), + [2260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 2, .production_id = 56), + [2262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 4, .production_id = 100), + [2264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), + [2266] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 1), + [2268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), + [2270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), + [2272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), + [2274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), + [2276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), + [2278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), + [2280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), + [2282] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2076), + [2285] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1346), + [2288] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2045), + [2291] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1915), + [2294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), + [2296] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2027), + [2299] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1375), + [2302] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2105), + [2305] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1890), + [2308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), + [2310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1658), + [2312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1546), + [2314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), + [2316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), + [2318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1312), + [2320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), + [2322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1535), + [2324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), + [2326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), + [2328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587), + [2330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), + [2332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1575), + [2334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), + [2336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), + [2338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596), + [2340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), + [2342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1645), + [2344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644), + [2346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1595), + [2348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), + [2350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), + [2352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), + [2354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), + [2356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), + [2358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), + [2360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), [2362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), - [2364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), - [2366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), - [2368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), - [2370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), - [2372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), - [2374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [2376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(772), - [2378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 3), - [2380] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 3), - [2382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(769), - [2384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 2), - [2386] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 2), - [2388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), - [2390] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(772), - [2393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), - [2395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), - [2397] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(1677), - [2400] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 3), - [2402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 3), - [2404] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 2), - [2406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 2), + [2364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), + [2366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), + [2368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), + [2370] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(766), + [2373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), + [2375] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), + [2377] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(1677), + [2380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), + [2382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(766), + [2384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 3), + [2386] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 3), + [2388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), + [2390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), + [2392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(768), + [2394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 2), + [2396] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 2), + [2398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), + [2400] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 2), + [2402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 2), + [2404] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 3), + [2406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 3), [2408] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 9, .production_id = 122), [2410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 9, .production_id = 122), - [2412] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 4, .production_id = 58), - [2414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 4, .production_id = 58), - [2416] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 7, .production_id = 112), - [2418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 7, .production_id = 112), - [2420] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 6, .production_id = 103), - [2422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 6, .production_id = 103), - [2424] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 6, .production_id = 104), - [2426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 6, .production_id = 104), - [2428] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 5, .production_id = 86), - [2430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 5, .production_id = 86), - [2432] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 5, .production_id = 85), - [2434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 5, .production_id = 85), - [2436] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 7, .production_id = 113), - [2438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 7, .production_id = 113), - [2440] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 8, .production_id = 118), - [2442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 8, .production_id = 118), - [2444] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 8, .production_id = 117), - [2446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 8, .production_id = 117), + [2412] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 8, .production_id = 118), + [2414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 8, .production_id = 118), + [2416] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 7, .production_id = 113), + [2418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 7, .production_id = 113), + [2420] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 7, .production_id = 112), + [2422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 7, .production_id = 112), + [2424] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 5, .production_id = 85), + [2426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 5, .production_id = 85), + [2428] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 6, .production_id = 103), + [2430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 6, .production_id = 103), + [2432] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 5, .production_id = 86), + [2434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 5, .production_id = 86), + [2436] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 6, .production_id = 104), + [2438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 6, .production_id = 104), + [2440] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 8, .production_id = 117), + [2442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 8, .production_id = 117), + [2444] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 4, .production_id = 58), + [2446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 4, .production_id = 58), [2448] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), [2450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), - [2452] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 2), - [2454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 2), + [2452] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 5), + [2454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 5), [2456] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_expression, 8), [2458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_expression, 8), - [2460] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_literal_expression, 4, .production_id = 46), - [2462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_literal_expression, 4, .production_id = 46), - [2464] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_char_literal, 3), - [2466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_char_literal, 3), - [2468] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 4), - [2470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 4), - [2472] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, .production_id = 13), - [2474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, .production_id = 13), - [2476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_expression, 9), - [2478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_expression, 9), - [2480] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 12), - [2482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 12), - [2484] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_offsetof_expression, 6, .production_id = 101), - [2486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_offsetof_expression, 6, .production_id = 101), - [2488] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 38), - [2490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, .production_id = 38), - [2492] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 3), - [2494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 3), - [2496] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null, 1), - [2498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null, 1), - [2500] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alignof_expression, 4, .production_id = 57), - [2502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alignof_expression, 4, .production_id = 57), - [2504] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 5), - [2506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 5), - [2508] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1), - [2510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1), + [2460] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 3), + [2462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 3), + [2464] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_expression, 9), + [2466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_expression, 9), + [2468] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alignof_expression, 4, .production_id = 57), + [2470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alignof_expression, 4, .production_id = 57), + [2472] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 4), + [2474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 4), + [2476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1), + [2478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1), + [2480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1119), + [2482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), + [2484] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 2), + [2486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 2), + [2488] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_char_literal, 3), + [2490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_char_literal, 3), + [2492] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null, 1), + [2494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null, 1), + [2496] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, .production_id = 13), + [2498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, .production_id = 13), + [2500] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 12), + [2502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 12), + [2504] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_offsetof_expression, 6, .production_id = 101), + [2506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_offsetof_expression, 6, .production_id = 101), + [2508] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 38), + [2510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, .production_id = 38), [2512] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 4, .production_id = 67), [2514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 4, .production_id = 67), - [2516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1119), - [2518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), - [2520] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 5), - [2522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, .production_id = 5), - [2524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), - [2526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), - [2528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2161), - [2530] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4), - [2532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4), - [2534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1124), - [2536] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 2, .production_id = 9), - [2538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 2, .production_id = 9), - [2540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), - [2542] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 5), - [2544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 5), - [2546] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3), - [2548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3), - [2550] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2), - [2552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2), - [2554] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_expression, 2, .production_id = 5), - [2556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_expression, 2, .production_id = 5), - [2558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(712), - [2560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), - [2562] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 29), - [2564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 29), - [2566] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 4, .production_id = 46), - [2568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 4, .production_id = 46), - [2570] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 5), - [2572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 5), - [2574] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), SHIFT_REPEAT(1081), - [2577] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), SHIFT_REPEAT(993), - [2580] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), SHIFT_REPEAT(1017), - [2583] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), SHIFT_REPEAT(2209), - [2586] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), SHIFT_REPEAT(1849), - [2589] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), SHIFT_REPEAT(2207), - [2592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), - [2594] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), SHIFT_REPEAT(1109), - [2597] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), SHIFT_REPEAT(1085), - [2600] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), SHIFT_REPEAT(1743), - [2603] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), SHIFT_REPEAT(1597), - [2606] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), SHIFT_REPEAT(1648), - [2609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(846), - [2611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(844), - [2613] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(846), + [2516] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_literal_expression, 4, .production_id = 46), + [2518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_literal_expression, 4, .production_id = 46), + [2520] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 5), + [2522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 5), + [2524] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), SHIFT_REPEAT(1081), + [2527] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), SHIFT_REPEAT(994), + [2530] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), SHIFT_REPEAT(1015), + [2533] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), SHIFT_REPEAT(2209), + [2536] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), SHIFT_REPEAT(1849), + [2539] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), SHIFT_REPEAT(2207), + [2542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), + [2544] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), SHIFT_REPEAT(1109), + [2547] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), SHIFT_REPEAT(1085), + [2550] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), SHIFT_REPEAT(1743), + [2553] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), SHIFT_REPEAT(1600), + [2556] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), SHIFT_REPEAT(1648), + [2559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 5), + [2561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, .production_id = 5), + [2563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), + [2565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), + [2567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2161), + [2569] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_expression, 2, .production_id = 5), + [2571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_expression, 2, .production_id = 5), + [2573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), + [2575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1124), + [2577] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3), + [2579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3), + [2581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 2, .production_id = 9), + [2583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 2, .production_id = 9), + [2585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 5), + [2587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 5), + [2589] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 4, .production_id = 46), + [2591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 4, .production_id = 46), + [2593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(639), + [2595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), + [2597] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4), + [2599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4), + [2601] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2), + [2603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2), + [2605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 29), + [2607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 29), + [2609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(845), + [2611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(843), + [2613] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(845), [2616] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(1730), - [2619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(717), - [2621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), - [2623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2), - [2625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_definition_type_repeat1, 2), - [2627] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2), SHIFT_REPEAT(872), - [2630] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), - [2632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), - [2634] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(993), - [2637] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1017), - [2640] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(2209), - [2643] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1849), - [2646] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(2207), - [2649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), - [2651] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_qualifier, 1), - [2653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_qualifier, 1), - [2655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, .production_id = 29), - [2657] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_expression, 3, .production_id = 29), - [2659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(747), - [2661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(746), - [2663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), - [2665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), - [2667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(722), - [2669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(716), - [2671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(715), - [2673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), - [2675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(711), - [2677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), - [2679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(708), + [2619] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2), + [2621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_definition_type_repeat1, 2), + [2623] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2), SHIFT_REPEAT(866), + [2626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(747), + [2628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), + [2630] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_qualifier, 1), + [2632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_qualifier, 1), + [2634] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), + [2636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), + [2638] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(994), + [2641] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1015), + [2644] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(2209), + [2647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1849), + [2650] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(2207), + [2653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), + [2655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(646), + [2657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(645), + [2659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), + [2661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(634), + [2663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(629), + [2665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(627), + [2667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), + [2669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(612), + [2671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), + [2673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(616), + [2675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 5, .production_id = 91), + [2677] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 5, .production_id = 91), + [2679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), [2681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), - [2683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(652), - [2685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), - [2687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 4, .production_id = 68), - [2689] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 4, .production_id = 68), - [2691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 5, .production_id = 91), - [2693] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 5, .production_id = 91), - [2695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(657), - [2697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(655), - [2699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(651), - [2701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(650), - [2703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(649), - [2705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), - [2707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(647), - [2709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), - [2711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(645), - [2713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), - [2715] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_specifier, 4), - [2717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_specifier, 4), - [2719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), - [2721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), - [2723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), - [2725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(674), - [2727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(676), - [2729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), - [2731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), - [2733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(682), - [2735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(683), - [2737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(684), - [2739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), - [2741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(686), - [2743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), - [2745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(688), - [2747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), - [2749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), - [2751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), - [2753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2097), - [2755] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 17), - [2757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 17), - [2759] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 32), - [2761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 32), - [2763] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 32), - [2765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 32), - [2767] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .production_id = 41), - [2769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .production_id = 41), + [2683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 4, .production_id = 68), + [2685] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 4, .production_id = 68), + [2687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(702), + [2689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), + [2691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, .production_id = 29), + [2693] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_expression, 3, .production_id = 29), + [2695] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_specifier, 4), + [2697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_specifier, 4), + [2699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(695), + [2701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(697), + [2703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), + [2705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), + [2707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(701), + [2709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(703), + [2711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(705), + [2713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), + [2715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(744), + [2717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), + [2719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(753), + [2721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), + [2723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), + [2725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(676), + [2727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(678), + [2729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(690), + [2731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), + [2733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), + [2735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2097), + [2737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(688), + [2739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), + [2741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), + [2743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), + [2745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(683), + [2747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(684), + [2749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(685), + [2751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), + [2753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), + [2755] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 70), + [2757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 70), + [2759] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 41), + [2761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 41), + [2763] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .production_id = 71), + [2765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .production_id = 71), + [2767] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 32), + [2769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 32), [2771] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 43), [2773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 43), - [2775] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, .production_id = 17), - [2777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, .production_id = 17), - [2779] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 42), - [2781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 42), - [2783] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, .production_id = 92), - [2785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, .production_id = 92), - [2787] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 70), - [2789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 70), - [2791] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 41), - [2793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 41), - [2795] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .production_id = 71), - [2797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .production_id = 71), + [2775] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, .production_id = 92), + [2777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, .production_id = 92), + [2779] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .production_id = 41), + [2781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .production_id = 41), + [2783] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 42), + [2785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 42), + [2787] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 17), + [2789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 17), + [2791] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 32), + [2793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 32), + [2795] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, .production_id = 17), + [2797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, .production_id = 17), [2799] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, .production_id = 43), [2801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, .production_id = 43), - [2803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2161), - [2805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(733), - [2807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(745), - [2809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), - [2811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), - [2813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(724), - [2815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(723), - [2817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(720), - [2819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), - [2821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(707), - [2823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), - [2825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(704), - [2827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), - [2829] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__old_style_parameter_list, 3), - [2831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 3), - [2833] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_parameter_list, 3), REDUCE(sym__old_style_parameter_list, 3), - [2836] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_parameter_list, 3), REDUCE(sym__old_style_parameter_list, 3), - [2839] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 3), - [2841] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 53), - [2843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 53), - [2845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), - [2847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 24), - [2849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 24), - [2851] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 24), - [2853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 24), + [2803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(733), + [2805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(656), + [2807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), + [2809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(707), + [2811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), + [2813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(704), + [2815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2161), + [2817] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_declspec_modifier, 4), + [2819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_declspec_modifier, 4), + [2821] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__old_style_parameter_list, 3), + [2823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 3), + [2825] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_parameter_list, 3), REDUCE(sym__old_style_parameter_list, 3), + [2828] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_parameter_list, 3), REDUCE(sym__old_style_parameter_list, 3), + [2831] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 3), + [2833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1545), + [2835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 1, .dynamic_precedence = 1), + [2837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1309), + [2839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1308), + [2841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), + [2843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), + [2845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), + [2847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(724), + [2849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(723), + [2851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(720), + [2853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), [2855] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__old_style_parameter_list, 2), [2857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 2), [2859] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_parameter_list, 2), REDUCE(sym__old_style_parameter_list, 2), [2862] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_parameter_list, 2), REDUCE(sym__old_style_parameter_list, 2), [2865] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 2), - [2867] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 2, .production_id = 7), - [2869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 2, .production_id = 7), - [2871] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_declspec_modifier, 4), - [2873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_declspec_modifier, 4), - [2875] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 2, .production_id = 7), - [2877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 2, .production_id = 7), - [2879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1537), - [2881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 1, .dynamic_precedence = 1), - [2883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1309), - [2885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1308), - [2887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), + [2867] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 24), + [2869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 24), + [2871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), + [2873] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 24), + [2875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 24), + [2877] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 2, .production_id = 7), + [2879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 2, .production_id = 7), + [2881] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 53), + [2883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 53), + [2885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 2, .production_id = 7), + [2887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 2, .production_id = 7), [2889] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_storage_class_specifier, 1), [2891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_storage_class_specifier, 1), [2893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667), @@ -133121,40 +133137,40 @@ static const TSParseActionEntry ts_parse_actions[] = { [3112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 4), [3114] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 7), [3116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 7), - [3118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1604), - [3120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457), + [3118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1602), + [3120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1460), [3122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117), - [3124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1607), - [3126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1606), + [3124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1604), + [3126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1603), [3128] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), SHIFT(1809), [3131] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), SHIFT(1153), [3134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), [3136] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 2, .production_id = 7), [3138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 2, .production_id = 7), [3140] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_enum_specifier, 2, .production_id = 7), SHIFT(2209), - [3143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), + [3143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1501), [3145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2136), [3147] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), [3150] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), SHIFT(1207), [3154] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), - [3157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), + [3157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), [3159] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(aux_sym__old_style_parameter_list_repeat1, 2), [3162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), - [3164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), - [3166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), - [3168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(725), - [3170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), - [3172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(753), - [3174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), - [3176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), - [3178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(627), - [3180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), - [3182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(628), - [3184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), - [3186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(727), - [3188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), - [3190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), - [3192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), + [3164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), + [3166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), + [3168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(635), + [3170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), + [3172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(651), + [3174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), + [3176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), + [3178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(628), + [3180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), + [3182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(637), + [3184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), + [3186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(650), + [3188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), + [3190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), + [3192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), [3194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 3, .production_id = 76), [3196] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator, 3, .production_id = 76), [3198] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, .production_id = 50), @@ -133165,19 +133181,19 @@ static const TSParseActionEntry ts_parse_actions[] = { [3209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__old_style_function_declarator, 2, .production_id = 34), [3211] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__old_style_parameter_list, 4), [3213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__old_style_parameter_list, 4), - [3215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(749), - [3217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), - [3219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(748), - [3221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), - [3223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), - [3225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), - [3227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(739), - [3229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), - [3231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(737), - [3233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), - [3235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(732), - [3237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), - [3239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), + [3215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(750), + [3217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), + [3219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(613), + [3221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), + [3223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), + [3225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), + [3227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(740), + [3229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), + [3231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(738), + [3233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), + [3235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(735), + [3237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), + [3239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), [3241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1211), [3243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__old_style_parameter_list, 3), [3245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1228), @@ -133195,7 +133211,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [3269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(761), [3271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), [3273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(758), - [3275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), + [3275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), [3277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 23), [3279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 23), [3281] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 23), SHIFT(2209), @@ -133208,105 +133224,105 @@ static const TSParseActionEntry ts_parse_actions[] = { [3297] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 2, .production_id = 8), [3299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 2, .production_id = 8), [3301] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_enum_specifier, 2, .production_id = 8), SHIFT(2209), - [3304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1578), - [3306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1521), + [3304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1571), + [3306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1522), [3308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), - [3310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527), + [3310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), [3312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), [3314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), - [3316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), - [3318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), + [3316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), + [3318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), [3320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), - [3322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), + [3322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), [3324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), - [3326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), + [3326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), [3328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bitfield_clause, 2), [3330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), - [3332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), - [3334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), - [3336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), - [3338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), - [3340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), + [3332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), + [3334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), + [3336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), + [3338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), + [3340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), [3342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comma_expression, 3, .production_id = 45), - [3344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), - [3346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), - [3348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), - [3350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(656), - [3352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), - [3354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(659), - [3356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), - [3358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), - [3360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(668), - [3362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), - [3364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(692), - [3366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), - [3368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(700), - [3370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), - [3372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), + [3344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), + [3346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), + [3348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), + [3350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(706), + [3352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), + [3354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(708), + [3356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), + [3358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), + [3360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(717), + [3362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), + [3364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(721), + [3366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), + [3368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(726), + [3370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), + [3372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), [3374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1746), - [3376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), - [3378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), + [3376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), + [3378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), [3380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1428), - [3382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1443), - [3384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1402), - [3386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), + [3382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1441), + [3384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1397), + [3386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), [3388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1794), [3390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 5, .production_id = 109), [3392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), [3394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), - [3396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), - [3398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), + [3396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), + [3398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), [3400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declarator, 3, .production_id = 61), - [3402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), + [3402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), [3404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), [3406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 4), - [3408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), - [3410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), + [3408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), + [3410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), [3412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, .production_id = 81), [3414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), [3416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, .production_id = 80), [3418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), [3420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), - [3422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), + [3422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), [3424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 4, .production_id = 97), [3426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 4, .production_id = 98), - [3428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), + [3428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), [3430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 4, .production_id = 99), [3432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 3), - [3434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), + [3434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), [3436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_pair, 3, .production_id = 108), [3438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_pair, 3, .production_id = 107), [3440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2), [3442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), - [3444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), + [3444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), [3446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), - [3448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), + [3448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), [3450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), - [3452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), - [3454] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2), SHIFT_REPEAT(993), + [3452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), + [3454] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2), SHIFT_REPEAT(994), [3457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1810), - [3459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), + [3459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), [3461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), [3463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), - [3465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [3465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), [3467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), [3469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), [3471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818), [3473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), [3475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1792), - [3477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), - [3479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), - [3481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), - [3483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), - [3485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), + [3477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), + [3479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), + [3481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), + [3483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), + [3485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), [3487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2104), [3489] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), [3491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), [3493] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), SHIFT_REPEAT(1309), [3496] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), SHIFT_REPEAT(1308), - [3499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), + [3499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), [3501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 3), - [3503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), + [3503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), [3505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_unaligned_ptr_modifier, 1), [3507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_unaligned_ptr_modifier, 1), [3509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_pointer_modifier, 1), @@ -133320,10 +133336,10 @@ static const TSParseActionEntry ts_parse_actions[] = { [3525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1102), [3527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1321), [3529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), - [3531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1420), - [3533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1389), - [3535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332), - [3537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1332), + [3531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419), + [3533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1390), + [3535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1389), + [3537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1389), [3539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1387), [3541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1385), [3543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1384), @@ -133334,19 +133350,19 @@ static const TSParseActionEntry ts_parse_actions[] = { [3553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), [3555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), [3557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1318), - [3559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365), - [3561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), + [3559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), + [3561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), [3563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1863), - [3565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), - [3567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1361), + [3565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365), + [3567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1365), [3569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), [3571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), - [3573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), + [3573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), [3575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), [3577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1326), [3579] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), [3581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2068), - [3583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), + [3583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), [3585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2116), [3587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1328), [3589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1327), @@ -133354,860 +133370,861 @@ static const TSParseActionEntry ts_parse_actions[] = { [3593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1877), [3595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), [3597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1363), - [3599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1426), + [3599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1427), [3601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1735), - [3603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), + [3603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), [3605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422), [3607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_binary_expression, 3, .production_id = 29), [3609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_binary_expression, 3, .production_id = 29), - [3611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_parenthesized_expression, 3), - [3613] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_parenthesized_expression, 3), - [3615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), - [3617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410), - [3619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), - [3621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), - [3623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412), - [3625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1418), - [3627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call_expression, 2, .production_id = 13), - [3629] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call_expression, 2, .production_id = 13), - [3631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1417), - [3633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), - [3635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413), + [3611] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 2, .production_id = 3), + [3613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 2, .production_id = 3), + [3615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_parenthesized_expression, 3), + [3617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_parenthesized_expression, 3), + [3619] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 2, .production_id = 14), + [3621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 2, .production_id = 14), + [3623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), + [3625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), + [3627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1429), + [3629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412), + [3631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413), + [3633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1418), + [3635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), [3637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1414), - [3639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2), - [3641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1415), + [3639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1415), + [3641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2), [3643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 3), [3645] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 3), - [3647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 4), - [3649] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 4), - [3651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1429), - [3653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1390), - [3655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1440), - [3657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), - [3659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1431), - [3661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 2), - [3663] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 2), - [3665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), - [3667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1423), - [3669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), - [3671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), - [3673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), - [3675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), - [3677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340), - [3679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), - [3681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), - [3683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407), - [3685] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 2, .production_id = 14), - [3687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 2, .production_id = 14), - [3689] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 1, .production_id = 3), - [3691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 1, .production_id = 3), - [3693] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 2, .production_id = 3), - [3695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 2, .production_id = 3), - [3697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1437), - [3699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337), - [3701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409), - [3703] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 3, .production_id = 14), - [3705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 3, .production_id = 14), - [3707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), - [3709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), - [3711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404), - [3713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), - [3715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398), - [3717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1357), - [3719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_unary_expression, 2, .production_id = 5), - [3721] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_unary_expression, 2, .production_id = 5), - [3723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 2), - [3725] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 2), - [3727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397), - [3729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 1, .production_id = 43), - [3731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), + [3647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call_expression, 2, .production_id = 13), + [3649] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call_expression, 2, .production_id = 13), + [3651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), + [3653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 4), + [3655] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 4), + [3657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1430), + [3659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 2), + [3661] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 2), + [3663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1433), + [3665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425), + [3667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1391), + [3669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398), + [3671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1423), + [3673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), + [3675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), + [3677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), + [3679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), + [3681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340), + [3683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), + [3685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), + [3687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), + [3689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1437), + [3691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407), + [3693] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 1, .production_id = 3), + [3695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 1, .production_id = 3), + [3697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409), + [3699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1417), + [3701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337), + [3703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), + [3705] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 3, .production_id = 14), + [3707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 3, .production_id = 14), + [3709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), + [3711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), + [3713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404), + [3715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), + [3717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410), + [3719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345), + [3721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), + [3723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_unary_expression, 2, .production_id = 5), + [3725] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_unary_expression, 2, .production_id = 5), + [3727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 2), + [3729] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 2), + [3731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 1, .production_id = 43), [3733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1406), [3735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 4), [3737] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 4), - [3739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1529), - [3741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1354), - [3743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1353), - [3745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1348), - [3747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1347), - [3749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1345), - [3751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1388), - [3753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1374), - [3755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1375), - [3757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1395), - [3759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1394), - [3761] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, .production_id = 3), SHIFT(1069), - [3764] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, .production_id = 14), SHIFT(1433), - [3767] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, .dynamic_precedence = -1, .production_id = 15), SHIFT(1434), - [3770] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__type_specifier, 1), SHIFT(1399), - [3773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), - [3775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), + [3739] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__type_specifier, 1), SHIFT(1402), + [3742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1353), + [3744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1350), + [3746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1374), + [3748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1377), + [3750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1394), + [3752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1332), + [3754] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, .production_id = 14), SHIFT(1431), + [3757] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, .dynamic_precedence = -1, .production_id = 15), SHIFT(1434), + [3760] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, .production_id = 3), SHIFT(1069), + [3763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1532), + [3765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1349), + [3767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1347), + [3769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1388), + [3771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1366), + [3773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [3775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), [3777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), - [3779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513), - [3781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), + [3779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1530), + [3781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), [3783] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, .dynamic_precedence = -1, .production_id = 10), SHIFT(1069), - [3786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), - [3788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), - [3790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1567), - [3792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), - [3794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), - [3796] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__type_specifier, 1, .production_id = 1), SHIFT(1419), - [3799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1416), - [3801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), + [3786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [3788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1572), + [3790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), + [3792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), + [3794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), + [3796] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__type_specifier, 1, .production_id = 1), SHIFT(1420), + [3799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), + [3801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1416), [3803] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, .production_id = 14), SHIFT(1069), [3806] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, .dynamic_precedence = -1, .production_id = 15), SHIFT(1069), - [3809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), + [3809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), [3811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1591), [3813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1590), - [3815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), - [3817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), - [3819] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2), REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT(1069), - [3823] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), SHIFT(1401), - [3826] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), SHIFT(1442), - [3829] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), SHIFT(1400), + [3815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), + [3817] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2), REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT(1069), + [3821] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), SHIFT(1400), + [3824] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), SHIFT(1440), + [3827] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), SHIFT(1399), + [3830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), [3832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2209), [3834] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_enum_specifier, 2, .production_id = 7), SHIFT(2104), - [3837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508), - [3839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), + [3837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506), + [3839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), [3841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_declarator, 1, .production_id = 11), [3843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(527), [3845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), - [3847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1616), - [3849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032), - [3851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), - [3853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), - [3855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), + [3847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1626), + [3849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), + [3851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), + [3853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032), + [3855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), [3857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), - [3859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1581), - [3861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1653), - [3863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1629), - [3865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1392), - [3867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2154), - [3869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 2, .production_id = 34), - [3871] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 2, .production_id = 34), - [3873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), - [3875] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT_REPEAT(1916), - [3878] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), + [3859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), + [3861] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT_REPEAT(1916), + [3864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), + [3866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 2, .production_id = 34), + [3868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 2, .production_id = 34), + [3870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1584), + [3872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1615), + [3874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1653), + [3876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1380), + [3878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2154), [3880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 3, .production_id = 34), [3882] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 3, .production_id = 34), [3884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 4, .dynamic_precedence = 1, .production_id = 87), - [3886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), - [3888] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(2209), - [3891] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), - [3893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 4, .production_id = 34), - [3895] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 4, .production_id = 34), - [3897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 2, .dynamic_precedence = 1, .production_id = 31), - [3899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 3, .dynamic_precedence = 1, .production_id = 60), - [3901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 5, .dynamic_precedence = 1, .production_id = 105), - [3903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__declaration_declarator_repeat1, 2, .production_id = 31), - [3905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1522), - [3907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declaration_declarator, 1, .production_id = 11), - [3909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(519), - [3911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), - [3913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_declarator, 2), - [3915] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_declarator, 2), - [3917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 4), - [3919] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 4), - [3921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), - [3923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1633), - [3925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1682), - [3927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1379), - [3929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1625), - [3931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1647), - [3933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1392), - [3935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 4, .dynamic_precedence = 1, .production_id = 87), - [3937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1351), - [3939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2141), - [3941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), - [3943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 3, .dynamic_precedence = 1, .production_id = 60), - [3945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__field_declaration_declarator_repeat1, 2, .production_id = 31), - [3947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 2, .dynamic_precedence = 1, .production_id = 31), - [3949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087), - [3951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 5, .dynamic_precedence = 1, .production_id = 105), - [3953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list, 3, .production_id = 41), - [3955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1632), - [3957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1978), - [3959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), - [3961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1370), - [3963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 5, .dynamic_precedence = 1, .production_id = 105), - [3965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(520), - [3967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 5, .production_id = 106), - [3969] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 5, .production_id = 106), - [3971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 2, .dynamic_precedence = 1, .production_id = 31), - [3973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1460), - [3975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_declarators, 1, .production_id = 11), - [3977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 3, .production_id = 11), - [3979] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 3, .production_id = 11), - [3981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declarator, 1), - [3983] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declarator, 1), - [3985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_declarator, 3, .dynamic_precedence = -10), - [3987] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_declarator, 3, .dynamic_precedence = -10), - [3989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand_list, 1), - [3991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2017), - [3993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 3, .dynamic_precedence = 1, .production_id = 60), - [3995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 4, .dynamic_precedence = 1, .production_id = 87), - [3997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, .production_id = 11), - [3999] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 4, .production_id = 11), - [4001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_field_declarator, 2), - [4003] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_field_declarator, 2), - [4005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, .production_id = 89), - [4007] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 4, .production_id = 89), - [4009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand_list, 1), - [4011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2024), - [4013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), - [4015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539), - [4017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1805), - [4019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1705), - [4021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2010), - [4023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), - [4025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), - [4027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1769), - [4029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2098), - [4031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1732), - [4033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2063), - [4035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1761), - [4037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2204), - [4039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1768), - [4041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2188), - [4043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_type_declarator, 2), - [4045] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_type_declarator, 2), - [4047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), - [4049] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2), SHIFT_REPEAT(1741), - [4052] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enumerator_list_repeat1, 2), SHIFT_REPEAT(1367), - [4055] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2), SHIFT_REPEAT(2039), - [4058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2), - [4060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_definition_declarators_repeat1, 2, .production_id = 31), - [4062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1611), - [4064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_clobber_list, 1), - [4066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), - [4068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379), - [4070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_field_declarator, 3, .dynamic_precedence = -10), - [4072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_field_declarator, 3, .dynamic_precedence = -10), - [4074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, .production_id = 89), - [4076] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 4, .production_id = 89), - [4078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 3, .production_id = 11), - [4080] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 3, .production_id = 11), - [4082] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_repeat1, 2), SHIFT_REPEAT(1741), - [4085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_repeat1, 2), - [4087] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_repeat1, 2), - [4089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, .production_id = 11), - [4091] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 4, .production_id = 11), - [4093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1), - [4095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1), - [4097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1, .production_id = 51), - [4099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1, .production_id = 51), - [4101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 1, .production_id = 6), - [4103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator, 1, .production_id = 6), - [4105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), - [4107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list, 4, .production_id = 41), - [4109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), - [4111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_field_declarator, 2, .production_id = 34), - [4113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_field_declarator, 2, .production_id = 34), - [4115] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, 2), SHIFT_REPEAT(1581), - [4118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, 2), - [4120] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, 2), - [4122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list_no_comma, 4, .production_id = 41), - [4124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370), - [4126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1940), - [4128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 2, .production_id = 72), - [4130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list_no_comma, 3, .production_id = 41), - [4132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 5, .production_id = 106), - [4134] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 5, .production_id = 106), - [4136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 3, .production_id = 11), - [4138] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 3, .production_id = 11), - [4140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), - [4142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_type_declarator, 3, .dynamic_precedence = -10), - [4144] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_type_declarator, 3, .dynamic_precedence = -10), - [4146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1004), - [4148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1569), - [4150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 5, .production_id = 106), - [4152] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 5, .production_id = 106), - [4154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, .production_id = 11), - [4156] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 4, .production_id = 11), - [4158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, .production_id = 89), - [4160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 4, .production_id = 89), - [4162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), - [4164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055), - [4166] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), SHIFT_REPEAT(714), - [4169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), - [4171] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), SHIFT_REPEAT(2055), - [4174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1, .production_id = 1), - [4176] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1, .production_id = 1), - [4178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type_declarator, 2, .production_id = 34), - [4180] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type_declarator, 2, .production_id = 34), - [4182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1), - [4184] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1), - [4186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1, .production_id = 21), - [4188] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1, .production_id = 21), - [4190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596), - [4192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, 1), - [4194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1624), - [4196] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, 1), - [4198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 4, .production_id = 74), - [4200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), - [4202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 3, .dynamic_precedence = 1, .production_id = 60), - [4204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1563), - [4206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1723), - [4208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 19), - [4210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1576), - [4212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568), - [4214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 44), - [4216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, .dynamic_precedence = 1, .production_id = 31), - [4218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 47), - [4220] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, 2), SHIFT_REPEAT(1625), - [4223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), - [4225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1579), - [4227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_expression_repeat1, 2), - [4229] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_expression_repeat1, 2), SHIFT_REPEAT(1723), - [4232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_else_in_enumerator_list, 1), - [4234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(990), - [4236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 11), - [4238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 4, .production_id = 17), - [4240] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 4, .production_id = 17), - [4242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 3, .production_id = 17), - [4244] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 3, .production_id = 17), - [4246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 5, .production_id = 71), - [4248] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 5, .production_id = 71), - [4250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 93), - [4252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1, .production_id = 6), - [4254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2148), - [4256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 89), - [4258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 11), - [4260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list, 5, .production_id = 70), - [4262] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_enumerator_list, 5, .production_id = 70), - [4264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3), - [4266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list, 5, .production_id = 41), - [4268] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_enumerator_list, 5, .production_id = 41), - [4270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list, 6, .production_id = 92), - [4272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_enumerator_list, 6, .production_id = 92), - [4274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__abstract_declarator, 1), - [4276] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_enumerator_list_repeat1, 2), - [4278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 2, .production_id = 34), - [4280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 5, .production_id = 106), - [4282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list, 4, .production_id = 41), - [4284] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_enumerator_list, 4, .production_id = 41), - [4286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1006), - [4288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 2), - [4290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_parenthesized_declarator, 3), - [4292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 4, .production_id = 42), - [4294] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 4, .production_id = 42), - [4296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 1, .production_id = 20), - [4298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1659), - [4300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 73), - [4302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), - [4304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), - [4306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), - [4308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand_list, 3, .production_id = 102), - [4310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1623), - [4312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_clobber_list, 2, .production_id = 111), - [4314] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_output_operand_list_repeat1, 2, .production_id = 110), SHIFT_REPEAT(1565), - [4317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_output_operand_list_repeat1, 2, .production_id = 110), - [4319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1057), - [4321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), - [4323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1933), - [4325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), - [4327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1936), - [4329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), - [4331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1946), - [4333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1018), - [4335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1693), - [4337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1693), - [4339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), - [4341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), - [4343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1952), - [4345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand_list, 2, .production_id = 84), - [4347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), - [4349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), - [4351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2166), - [4353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1565), - [4355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand_list, 3, .production_id = 102), - [4357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876), - [4359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911), - [4361] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__field_declaration_declarator_repeat1, 2, .production_id = 63), SHIFT_REPEAT(1522), - [4364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__field_declaration_declarator_repeat1, 2, .production_id = 63), - [4366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declaration_declarator, 3, .production_id = 96), - [4368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(776), - [4370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1698), - [4372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1698), - [4374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), - [4376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), - [4378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), - [4380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2157), - [4382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_else_in_enumerator_list_no_comma, 1), - [4384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_else_in_enumerator_list_no_comma, 2), - [4386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_else_in_enumerator_list, 2), - [4388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1868), - [4390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1899), - [4392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), - [4394] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_input_operand_list_repeat1, 2, .production_id = 110), SHIFT_REPEAT(1564), - [4397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_input_operand_list_repeat1, 2, .production_id = 110), - [4399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_clobber_list, 3, .production_id = 115), - [4401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), - [4403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1990), - [4405] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_clobber_list_repeat1, 2, .production_id = 120), SHIFT_REPEAT(1623), - [4408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_clobber_list_repeat1, 2, .production_id = 120), - [4410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand_list, 2, .production_id = 84), - [4412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1380), - [4414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1711), - [4416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1016), - [4418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1712), - [4420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1712), - [4422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declaration_declarator, 2, .production_id = 36), - [4424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), - [4426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declaration_declarator, 2, .production_id = 11), - [4428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(801), - [4430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(775), - [4432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), - [4434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), - [4436] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__type_definition_declarators_repeat1, 2, .production_id = 63), SHIFT_REPEAT(1460), - [4439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_definition_declarators_repeat1, 2, .production_id = 63), - [4441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), - [4443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), - [4445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1910), - [4447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867), - [4449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), - [4451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2036), - [4453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1729), - [4455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1729), - [4457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), - [4459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), - [4461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), - [4463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), - [4465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2099), - [4467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), - [4469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837), - [4471] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_char_literal_repeat1, 2), - [4473] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_char_literal_repeat1, 2), SHIFT_REPEAT(1711), - [4476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2), - [4478] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(1712), - [4481] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(1712), - [4484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), - [4486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1425), - [4488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), - [4490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), - [4492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(858), - [4494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_declarators, 2, .production_id = 36), - [4496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1883), - [4498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1880), - [4500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(943), - [4502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, .production_id = 49), - [4504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), - [4506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2065), - [4508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_qualifier, 1), - [4510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), - [4512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), - [4514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), - [4516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), - [4518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), - [4520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2044), - [4522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(859), - [4524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1717), - [4526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1717), - [4528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652), - [4530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), - [4532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1330), - [4534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016), - [4536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_goto_list, 3, .production_id = 121), - [4538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1714), - [4540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_output_operand_list_repeat1, 2, .production_id = 84), - [4542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), - [4544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), - [4546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918), - [4548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), - [4550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), - [4552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), - [4554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__field_declaration_declarator_repeat1, 3, .production_id = 31), - [4556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), - [4558] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2), SHIFT_REPEAT(537), - [4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), - [4563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_designator, 3), - [4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), - [4567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_declarator, 2, .production_id = 35), - [4569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), - [4571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_declarator, 2, .production_id = 36), - [4573] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__old_style_parameter_list_repeat1, 2), SHIFT_REPEAT(1809), - [4576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__old_style_parameter_list_repeat1, 2), - [4578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), - [4580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), - [4582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), - [4584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1566), - [4586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), - [4588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1893), - [4590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), - [4592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506), - [4594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), - [4596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), - [4598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), - [4600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), - [4602] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attribute_declaration_repeat1, 2), SHIFT_REPEAT(1918), - [4605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attribute_declaration_repeat1, 2), - [4607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), - [4609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1697), - [4611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), - [4613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), - [4615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), - [4617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), - [4619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), - [4621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), - [4623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), - [4625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), - [4627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand, 4, .production_id = 114), - [4629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), - [4631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), - [4633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_declarator, 3, .production_id = 62), - [4635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_input_operand_list_repeat1, 2, .production_id = 84), - [4637] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_declarator_repeat1, 2, .production_id = 63), SHIFT_REPEAT(1508), - [4640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__declaration_declarator_repeat1, 2, .production_id = 63), - [4642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), - [4644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), - [4646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_designator, 2, .production_id = 94), - [4648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), - [4650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), - [4652] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), SHIFT_REPEAT(833), - [4655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), - [4657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_goto_list, 2, .production_id = 116), - [4659] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2), SHIFT_REPEAT(1864), - [4662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2), - [4664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), - [4666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_range_designator, 5, .production_id = 119), - [4668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2), SHIFT_REPEAT(1352), - [4671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447), - [4673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857), - [4675] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(558), - [4678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1510), - [4680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), - [4682] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 2), SHIFT_REPEAT(1208), - [4685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 2), - [4687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757), - [4689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), - [4691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1809), - [4693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), - [4695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), - [4697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), - [4699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), - [4701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1692), - [4703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1894), - [4705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand, 4, .production_id = 114), - [4707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), - [4709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_clobber_list_repeat1, 2, .production_id = 111), - [4711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), - [4713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1720), - [4715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), - [4717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), - [4719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), - [4721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand, 7, .production_id = 124), - [4723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand, 7, .production_id = 124), - [4725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1427), - [4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), - [4729] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_goto_list_repeat1, 2, .production_id = 123), SHIFT_REPEAT(2016), - [4732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_goto_list_repeat1, 2, .production_id = 123), - [4734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), - [4736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), - [4738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, .production_id = 6), - [4740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), - [4742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2007), - [4744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__declaration_declarator_repeat1, 3, .production_id = 88), - [4746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 4, .production_id = 49), - [4748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), - [4750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2142), - [4752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1636), - [4754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), - [4756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2113), - [4758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_params, 4), - [4760] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 4), - [4762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), - [4764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2051), - [4766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_params, 3), - [4768] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 3), - [4770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), - [4772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1984), - [4774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1391), - [4776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1962), - [4778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1856), - [4780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_goto_list_repeat1, 2, .production_id = 116), - [4782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1430), - [4784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), - [4786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644), - [4788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), - [4790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), - [4792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2123), - [4794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), - [4796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1954), - [4798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), - [4800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2066), - [4802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), - [4804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2095), - [4806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 1), - [4808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1789), - [4810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_goto_list, 1), - [4812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_params, 2), - [4814] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 2), - [4816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), - [4818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1950), - [4820] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), REDUCE(aux_sym__old_style_parameter_list_repeat1, 2), - [4823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), - [4825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1948), - [4827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), - [4829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1944), - [4831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), - [4833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1941), - [4835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), - [4837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2202), - [4839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), - [4841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1935), - [4843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), - [4845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1934), - [4847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060), - [4849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1928), - [4851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), - [4853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2184), - [4855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2022), - [4857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), - [4859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061), - [4861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1777), - [4863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1615), - [4865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2082), - [4867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), - [4869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), - [4871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), - [4873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), - [4875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), - [4877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), - [4879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list_no_comma, 5, .production_id = 71), - [4881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1967), - [4883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list_no_comma, 5, .production_id = 41), - [4885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), - [4887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1642), - [4889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list_no_comma, 5, .production_id = 70), - [4891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), - [4893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), - [4895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), - [4897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), - [4899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), - [4901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 5, .production_id = 92), - [4903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), - [4905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), - [4907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), - [4909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), - [4911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), - [4913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), - [4915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), - [4917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929), - [4919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), - [4921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1628), - [4923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2124), - [4925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), - [4927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), - [4929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list_no_comma, 6, .production_id = 92), - [4931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), - [4933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), - [4935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), - [4937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list, 4, .production_id = 70), - [4939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), - [4941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073), - [4943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list_no_comma, 4, .production_id = 70), - [4945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938), - [4947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2173), - [4949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), - [4951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list_no_comma, 4, .production_id = 17), - [4953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634), - [4955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, .production_id = 70), - [4957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list_no_comma, 4, .production_id = 42), - [4959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), - [4961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), - [4963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1943), - [4965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1639), - [4967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2009), - [4969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), - [4971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), - [4973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), - [4975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef, 4, .production_id = 71), - [4977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 4, .production_id = 70), - [4979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), - [4981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), - [4983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), - [4985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list, 5, .production_id = 92), - [4987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1672), - [4989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), - [4991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list_no_comma, 5, .production_id = 92), - [4993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 5, .production_id = 92), - [4995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), - [4997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), - [4999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), - [5001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), - [5003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2175), - [5005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), - [5007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), - [5009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), - [5011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), - [5013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), - [5015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1958), - [5017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1875), - [5019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), - [5021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), - [5023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), - [5025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), - [5027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), - [5029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), - [5031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), - [5033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1930), - [5035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1722), - [5037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), - [5039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075), - [5041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), - [5043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), - [5045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030), - [5047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), - [5049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [5051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073), - [5053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), - [5055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), - [5057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1982), - [5059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), - [5061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1656), - [5063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1654), - [5065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), - [5067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819), - [5069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), - [5071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), - [5073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), - [5075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), - [5077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [5079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689), - [5081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), - [5083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1785), - [5085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), - [5087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), - [5089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1995), - [5091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef, 3, .production_id = 42), - [5093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), - [5095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), - [5097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), - [5099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), - [5101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), - [5103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), - [5105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1709), - [5107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), - [5109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), - [5111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), - [5113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1666), - [5115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1665), - [5117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1664), - [5119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), - [5121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), - [5123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), - [5125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), - [5127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), - [5129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), - [5131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), - [5133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), - [5135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), - [5137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882), - [5139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), - [5141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), - [5143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), - [5145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), - [5147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), - [5149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), - [5151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), - [5153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), - [5155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), - [5157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), - [5159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), - [5161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), - [5163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), - [5165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), - [5167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), - [5169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), - [5171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1976), - [5173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1441), - [5175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), - [5177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), - [5179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), - [5181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), - [5183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), - [5185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), - [5187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), - [5189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_based_modifier, 2), - [5191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), - [5193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), - [5195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396), - [5197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), - [5199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1926), - [5201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), - [5203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), - [5205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), - [5207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), - [5209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), - [5211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), - [5213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), - [5215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), - [5217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), - [5219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), - [5221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), - [5223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), - [5225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472), - [5227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), - [5229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), - [5231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), - [5233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1840), - [5235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), - [5237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), - [5239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1721), - [5241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), - [5243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), - [5245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), - [5247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), - [5249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), - [5251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), - [5253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2112), - [5255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), - [5257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), - [5259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), - [5261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), - [5263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), - [5265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), - [5267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), - [5269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), - [5271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), - [5273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), - [5275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), - [5277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680), - [5279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), - [5281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1905), - [5283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), - [5285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), - [5287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), - [5289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), - [5291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2143), - [5293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), - [5295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), - [5297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), - [5299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), - [5301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), - [5303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), - [5305] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [5307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), - [5309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), - [5311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), - [5313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), - [5315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), - [5317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2170), - [5319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), - [5321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), - [5323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), - [5325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), - [5327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), - [5329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), - [5331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), - [5333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), - [5335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), - [5337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2179), - [5339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), - [5341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1825), - [5343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210), - [5345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), - [5347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), - [5349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), + [3886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 4, .production_id = 34), + [3888] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 4, .production_id = 34), + [3890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 2, .dynamic_precedence = 1, .production_id = 31), + [3892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), + [3894] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(2209), + [3897] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), + [3899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), + [3901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1358), + [3903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2141), + [3905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), + [3907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 3, .dynamic_precedence = 1, .production_id = 60), + [3909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 5, .dynamic_precedence = 1, .production_id = 105), + [3911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087), + [3913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1518), + [3915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declaration_declarator, 1, .production_id = 11), + [3917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(521), + [3919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), + [3921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 4), + [3923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 4), + [3925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_declarator, 2), + [3927] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_declarator, 2), + [3929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__declaration_declarator_repeat1, 2, .production_id = 31), + [3931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1639), + [3933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1682), + [3935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1382), + [3937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 4, .dynamic_precedence = 1, .production_id = 87), + [3939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 3, .dynamic_precedence = 1, .production_id = 60), + [3941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__field_declaration_declarator_repeat1, 2, .production_id = 31), + [3943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 2, .dynamic_precedence = 1, .production_id = 31), + [3945] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2), SHIFT_REPEAT(1741), + [3948] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enumerator_list_repeat1, 2), SHIFT_REPEAT(1367), + [3951] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enumerator_list_repeat1, 2), SHIFT_REPEAT(2039), + [3954] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enumerator_list_repeat1, 2), SHIFT_REPEAT(1920), + [3957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2), + [3959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 5, .dynamic_precedence = 1, .production_id = 105), + [3961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1978), + [3963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), + [3965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1376), + [3967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1623), + [3969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1636), + [3971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list, 3, .production_id = 41), + [3973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), + [3975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1616), + [3977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 2, .dynamic_precedence = 1, .production_id = 31), + [3979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(522), + [3981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 5, .dynamic_precedence = 1, .production_id = 105), + [3983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 5, .production_id = 106), + [3985] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 5, .production_id = 106), + [3987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 3, .production_id = 11), + [3989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 3, .production_id = 11), + [3991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 4, .dynamic_precedence = 1, .production_id = 87), + [3993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_field_declarator, 2), + [3995] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_field_declarator, 2), + [3997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand_list, 1), + [3999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2024), + [4001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_declarator, 3, .dynamic_precedence = -10), + [4003] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_declarator, 3, .dynamic_precedence = -10), + [4005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, .production_id = 11), + [4007] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 4, .production_id = 11), + [4009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1461), + [4011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_declarators, 1, .production_id = 11), + [4013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand_list, 1), + [4015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2017), + [4017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 3, .dynamic_precedence = 1, .production_id = 60), + [4019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declarator, 1), + [4021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declarator, 1), + [4023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, .production_id = 89), + [4025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 4, .production_id = 89), + [4027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), + [4029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1543), + [4031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), + [4033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), + [4035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1732), + [4037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1705), + [4039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2063), + [4041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1768), + [4043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2188), + [4045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1769), + [4047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2098), + [4049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_type_declarator, 2), + [4051] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_type_declarator, 2), + [4053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1761), + [4055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2204), + [4057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1805), + [4059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2010), + [4061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_definition_declarators_repeat1, 2, .production_id = 31), + [4063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), + [4065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list_no_comma, 4, .production_id = 41), + [4067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1376), + [4069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1940), + [4071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_field_declarator, 3, .dynamic_precedence = -10), + [4073] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_field_declarator, 3, .dynamic_precedence = -10), + [4075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1625), + [4077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 2, .production_id = 72), + [4079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1), + [4081] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1), + [4083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1, .production_id = 51), + [4085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1, .production_id = 51), + [4087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1617), + [4089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), + [4091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_clobber_list, 1), + [4093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, .production_id = 89), + [4095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 4, .production_id = 89), + [4097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 3, .production_id = 11), + [4099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 3, .production_id = 11), + [4101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, .production_id = 11), + [4103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 4, .production_id = 11), + [4105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 1, .production_id = 6), + [4107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator, 1, .production_id = 6), + [4109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), + [4111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list, 4, .production_id = 41), + [4113] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, 2), SHIFT_REPEAT(1584), + [4116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, 2), + [4118] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, 2), + [4120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 5, .production_id = 106), + [4122] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 5, .production_id = 106), + [4124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_field_declarator, 2, .production_id = 34), + [4126] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_field_declarator, 2, .production_id = 34), + [4128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list_no_comma, 3, .production_id = 41), + [4130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1614), + [4132] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_repeat1, 2), SHIFT_REPEAT(1741), + [4135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_repeat1, 2), + [4137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_repeat1, 2), + [4139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, 1), + [4141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1640), + [4143] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, 1), + [4145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 5, .production_id = 106), + [4147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 5, .production_id = 106), + [4149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, .production_id = 89), + [4151] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 4, .production_id = 89), + [4153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, .production_id = 11), + [4155] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 4, .production_id = 11), + [4157] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), SHIFT_REPEAT(715), + [4160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), + [4162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), SHIFT_REPEAT(2055), + [4165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_type_declarator, 3, .dynamic_precedence = -10), + [4167] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_type_declarator, 3, .dynamic_precedence = -10), + [4169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1002), + [4171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), + [4173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055), + [4175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1, .production_id = 1), + [4177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1, .production_id = 1), + [4179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1), + [4181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1), + [4183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1, .production_id = 21), + [4185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1, .production_id = 21), + [4187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 3, .production_id = 11), + [4189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 3, .production_id = 11), + [4191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540), + [4193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1565), + [4195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type_declarator, 2, .production_id = 34), + [4197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type_declarator, 2, .production_id = 34), + [4199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1599), + [4201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, .dynamic_precedence = 1, .production_id = 31), + [4203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), + [4205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 4, .production_id = 42), + [4207] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 4, .production_id = 42), + [4209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 3, .dynamic_precedence = 1, .production_id = 60), + [4211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list, 5, .production_id = 70), + [4213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_enumerator_list, 5, .production_id = 70), + [4215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list, 5, .production_id = 41), + [4217] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_enumerator_list, 5, .production_id = 41), + [4219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 3, .production_id = 17), + [4221] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 3, .production_id = 17), + [4223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list, 4, .production_id = 41), + [4225] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_enumerator_list, 4, .production_id = 41), + [4227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1576), + [4229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1723), + [4231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 44), + [4233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 47), + [4235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_expression_repeat1, 2), + [4237] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_expression_repeat1, 2), SHIFT_REPEAT(1723), + [4240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 19), + [4242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 4, .production_id = 17), + [4244] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 4, .production_id = 17), + [4246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1589), + [4248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 5, .production_id = 71), + [4250] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 5, .production_id = 71), + [4252] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_enumerator_list_repeat1, 2), + [4254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 4, .production_id = 74), + [4256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list, 6, .production_id = 92), + [4258] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_enumerator_list, 6, .production_id = 92), + [4260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1574), + [4262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1566), + [4264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), + [4266] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, 2), SHIFT_REPEAT(1636), + [4269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__abstract_declarator, 1), + [4271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1659), + [4273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 11), + [4275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 5, .production_id = 106), + [4277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 93), + [4279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 89), + [4281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 11), + [4283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1010), + [4285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1, .production_id = 6), + [4287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2148), + [4289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3), + [4291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_parenthesized_declarator, 3), + [4293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_else_in_enumerator_list, 1), + [4295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(998), + [4297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 2, .production_id = 34), + [4299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 1, .production_id = 20), + [4301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 2), + [4303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 73), + [4305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), + [4307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), + [4309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1582), + [4311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand_list, 3, .production_id = 102), + [4313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1633), + [4315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_clobber_list, 2, .production_id = 111), + [4317] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_output_operand_list_repeat1, 2, .production_id = 110), SHIFT_REPEAT(1569), + [4320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_output_operand_list_repeat1, 2, .production_id = 110), + [4322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1057), + [4324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), + [4326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1933), + [4328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), + [4330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1936), + [4332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), + [4334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1946), + [4336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1016), + [4338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1693), + [4340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1693), + [4342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), + [4344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), + [4346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1952), + [4348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand_list, 2, .production_id = 84), + [4350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), + [4352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), + [4354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2166), + [4356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1569), + [4358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand_list, 3, .production_id = 102), + [4360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876), + [4362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911), + [4364] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__field_declaration_declarator_repeat1, 2, .production_id = 63), SHIFT_REPEAT(1518), + [4367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__field_declaration_declarator_repeat1, 2, .production_id = 63), + [4369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declaration_declarator, 3, .production_id = 96), + [4371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(775), + [4373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1698), + [4375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1698), + [4377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), + [4379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), + [4381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), + [4383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2157), + [4385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_else_in_enumerator_list_no_comma, 1), + [4387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_else_in_enumerator_list_no_comma, 2), + [4389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_else_in_enumerator_list, 2), + [4391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1868), + [4393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1899), + [4395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), + [4397] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_input_operand_list_repeat1, 2, .production_id = 110), SHIFT_REPEAT(1582), + [4400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_input_operand_list_repeat1, 2, .production_id = 110), + [4402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_clobber_list, 3, .production_id = 115), + [4404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), + [4406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1990), + [4408] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_clobber_list_repeat1, 2, .production_id = 120), SHIFT_REPEAT(1633), + [4411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_clobber_list_repeat1, 2, .production_id = 120), + [4413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand_list, 2, .production_id = 84), + [4415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1395), + [4417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1711), + [4419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1020), + [4421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1712), + [4423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1712), + [4425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declaration_declarator, 2, .production_id = 36), + [4427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), + [4429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declaration_declarator, 2, .production_id = 11), + [4431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(814), + [4433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(776), + [4435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [4437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), + [4439] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__type_definition_declarators_repeat1, 2, .production_id = 63), SHIFT_REPEAT(1461), + [4442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_definition_declarators_repeat1, 2, .production_id = 63), + [4444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), + [4446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), + [4448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1910), + [4450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867), + [4452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), + [4454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2036), + [4456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1729), + [4458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1729), + [4460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), + [4462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), + [4464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), + [4466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), + [4468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2099), + [4470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), + [4472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837), + [4474] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_char_literal_repeat1, 2), + [4476] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_char_literal_repeat1, 2), SHIFT_REPEAT(1711), + [4479] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2), + [4481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(1712), + [4484] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(1712), + [4487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), + [4489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1426), + [4491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), + [4493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), + [4495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(854), + [4497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_declarators, 2, .production_id = 36), + [4499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1883), + [4501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1880), + [4503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(936), + [4505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, .production_id = 49), + [4507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), + [4509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2065), + [4511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_qualifier, 1), + [4513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), + [4515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [4517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), + [4519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), + [4521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [4523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2044), + [4525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(855), + [4527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1717), + [4529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1717), + [4531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652), + [4533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), + [4535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1330), + [4537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016), + [4539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_goto_list, 3, .production_id = 121), + [4541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1714), + [4543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_output_operand_list_repeat1, 2, .production_id = 84), + [4545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), + [4547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539), + [4549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918), + [4551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), + [4553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), + [4555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), + [4557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__field_declaration_declarator_repeat1, 3, .production_id = 31), + [4559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), + [4561] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2), SHIFT_REPEAT(540), + [4564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), + [4566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_designator, 3), + [4568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), + [4570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_declarator, 2, .production_id = 35), + [4572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), + [4574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_declarator, 2, .production_id = 36), + [4576] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__old_style_parameter_list_repeat1, 2), SHIFT_REPEAT(1809), + [4579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__old_style_parameter_list_repeat1, 2), + [4581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), + [4583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), + [4585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), + [4587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573), + [4589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), + [4591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1893), + [4593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), + [4595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1510), + [4597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [4599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), + [4601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), + [4603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), + [4605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attribute_declaration_repeat1, 2), SHIFT_REPEAT(1918), + [4608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attribute_declaration_repeat1, 2), + [4610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), + [4612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1697), + [4614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), + [4616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), + [4618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), + [4620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), + [4622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), + [4624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), + [4626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), + [4628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), + [4630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand, 4, .production_id = 114), + [4632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), + [4634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), + [4636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_declarator, 3, .production_id = 62), + [4638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_input_operand_list_repeat1, 2, .production_id = 84), + [4640] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_declarator_repeat1, 2, .production_id = 63), SHIFT_REPEAT(1506), + [4643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__declaration_declarator_repeat1, 2, .production_id = 63), + [4645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), + [4647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), + [4649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_designator, 2, .production_id = 94), + [4651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), + [4653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), + [4655] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), SHIFT_REPEAT(835), + [4658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), + [4660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_goto_list, 2, .production_id = 116), + [4662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2), SHIFT_REPEAT(1864), + [4665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2), + [4667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), + [4669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_range_designator, 5, .production_id = 119), + [4671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2), SHIFT_REPEAT(1352), + [4674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452), + [4676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857), + [4678] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(558), + [4681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1504), + [4683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), + [4685] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 2), SHIFT_REPEAT(1208), + [4688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 2), + [4690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757), + [4692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), + [4694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1809), + [4696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), + [4698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), + [4700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), + [4702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), + [4704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1692), + [4706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1894), + [4708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand, 4, .production_id = 114), + [4710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), + [4712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_clobber_list_repeat1, 2, .production_id = 111), + [4714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), + [4716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1720), + [4718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), + [4720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), + [4722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), + [4724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand, 7, .production_id = 124), + [4726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand, 7, .production_id = 124), + [4728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), + [4730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), + [4732] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_goto_list_repeat1, 2, .production_id = 123), SHIFT_REPEAT(2016), + [4735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_goto_list_repeat1, 2, .production_id = 123), + [4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), + [4739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), + [4741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, .production_id = 6), + [4743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), + [4745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2007), + [4747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__declaration_declarator_repeat1, 3, .production_id = 88), + [4749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 4, .production_id = 49), + [4751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), + [4753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2142), + [4755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649), + [4757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), + [4759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2113), + [4761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_params, 4), + [4763] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 4), + [4765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), + [4767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2051), + [4769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_params, 3), + [4771] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 3), + [4773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), + [4775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1984), + [4777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1392), + [4779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1962), + [4781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1856), + [4783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_goto_list_repeat1, 2, .production_id = 116), + [4785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), + [4787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), + [4789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1629), + [4791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), + [4793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), + [4795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2123), + [4797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), + [4799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1954), + [4801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), + [4803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2066), + [4805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), + [4807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2096), + [4809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 1), + [4811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1789), + [4813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_goto_list, 1), + [4815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_params, 2), + [4817] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 2), + [4819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), + [4821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1950), + [4823] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), REDUCE(aux_sym__old_style_parameter_list_repeat1, 2), + [4826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), + [4828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1948), + [4830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), + [4832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1944), + [4834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), + [4836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1941), + [4838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), + [4840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2202), + [4842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), + [4844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1935), + [4846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), + [4848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1934), + [4850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060), + [4852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1928), + [4854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), + [4856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2184), + [4858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2022), + [4860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), + [4862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061), + [4864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1777), + [4866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1637), + [4868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2082), + [4870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), + [4872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), + [4874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), + [4876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), + [4878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), + [4880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), + [4882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list_no_comma, 5, .production_id = 71), + [4884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1967), + [4886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list_no_comma, 5, .production_id = 41), + [4888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), + [4890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631), + [4892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list_no_comma, 5, .production_id = 70), + [4894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), + [4896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), + [4898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), + [4900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), + [4902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), + [4904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 5, .production_id = 92), + [4906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), + [4908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), + [4910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), + [4912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [4914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), + [4916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), + [4918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), + [4920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929), + [4922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), + [4924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1628), + [4926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2124), + [4928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), + [4930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), + [4932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list_no_comma, 6, .production_id = 92), + [4934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), + [4936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), + [4938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), + [4940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list, 4, .production_id = 70), + [4942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), + [4944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073), + [4946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list_no_comma, 4, .production_id = 70), + [4948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938), + [4950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2173), + [4952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), + [4954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list_no_comma, 4, .production_id = 17), + [4956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627), + [4958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, .production_id = 70), + [4960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list_no_comma, 4, .production_id = 42), + [4962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), + [4964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), + [4966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1943), + [4968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1613), + [4970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2009), + [4972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), + [4974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), + [4976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), + [4978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef, 4, .production_id = 71), + [4980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 4, .production_id = 70), + [4982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), + [4984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), + [4986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), + [4988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list, 5, .production_id = 92), + [4990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1672), + [4992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), + [4994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list_no_comma, 5, .production_id = 92), + [4996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 5, .production_id = 92), + [4998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), + [5000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), + [5002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), + [5004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), + [5006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2175), + [5008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), + [5010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), + [5012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), + [5014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), + [5016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), + [5018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1958), + [5020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1875), + [5022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), + [5024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), + [5026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), + [5028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), + [5030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), + [5032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), + [5034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), + [5036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1930), + [5038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1722), + [5040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), + [5042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075), + [5044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), + [5046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), + [5048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030), + [5050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), + [5052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), + [5054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073), + [5056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), + [5058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), + [5060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1982), + [5062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), + [5064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1611), + [5066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1624), + [5068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), + [5070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819), + [5072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), + [5074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), + [5076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), + [5078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), + [5080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), + [5082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689), + [5084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), + [5086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1785), + [5088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), + [5090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), + [5092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1995), + [5094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef, 3, .production_id = 42), + [5096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), + [5098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [5100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), + [5102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), + [5104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), + [5106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), + [5108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1709), + [5110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), + [5112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), + [5114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), + [5116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1666), + [5118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1665), + [5120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1664), + [5122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), + [5124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [5126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), + [5128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), + [5130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), + [5132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), + [5134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), + [5136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), + [5138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), + [5140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882), + [5142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), + [5144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), + [5146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), + [5148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), + [5150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), + [5152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), + [5154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [5156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), + [5158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), + [5160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), + [5162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), + [5164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), + [5166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), + [5168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), + [5170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), + [5172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), + [5174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1976), + [5176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1443), + [5178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), + [5180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), + [5182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), + [5184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), + [5186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), + [5188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), + [5190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), + [5192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_based_modifier, 2), + [5194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), + [5196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), + [5198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396), + [5200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [5202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1926), + [5204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), + [5206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), + [5208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), + [5210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), + [5212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), + [5214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), + [5216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), + [5218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), + [5220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), + [5222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), + [5224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), + [5226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), + [5228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1477), + [5230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), + [5232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), + [5234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), + [5236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1840), + [5238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), + [5240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), + [5242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1721), + [5244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), + [5246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), + [5248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), + [5250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), + [5252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), + [5254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), + [5256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2112), + [5258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), + [5260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), + [5262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), + [5264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), + [5266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), + [5268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), + [5270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), + [5272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), + [5274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), + [5276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), + [5278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), + [5280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680), + [5282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), + [5284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1905), + [5286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), + [5288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), + [5290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), + [5292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), + [5294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2143), + [5296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), + [5298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), + [5300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), + [5302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), + [5304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), + [5306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), + [5308] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [5310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), + [5312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), + [5314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), + [5316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), + [5318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), + [5320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2170), + [5322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), + [5324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), + [5326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), + [5328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), + [5330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), + [5332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [5334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), + [5336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), + [5338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), + [5340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2179), + [5342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), + [5344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1825), + [5346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210), + [5348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), + [5350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), + [5352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), }; #ifdef __cplusplus