From 6b85e8478bea4b1fea8aa76bd44b7abc86645eed Mon Sep 17 00:00:00 2001 From: TJ DeVries Date: Tue, 1 Jun 2021 12:29:17 -0400 Subject: [PATCH 1/2] fix: Add compound statement to call expression --- grammar.js | 2 +- src/grammar.json | 26 +- src/node-types.json | 4 + src/parser.c | 87003 +++++++++++++++++++++--------------------- 4 files changed, 43601 insertions(+), 43434 deletions(-) diff --git a/grammar.js b/grammar.js index 4c1d534..80db1e9 100644 --- a/grammar.js +++ b/grammar.js @@ -969,7 +969,7 @@ module.exports = grammar({ commaSep(field('label', $.identifier)), ), - argument_list: $ => seq('(', commaSep($._expression), ')'), + argument_list: $ => seq('(', commaSep(choice($._expression, $.compound_statement)), ')'), field_expression: $ => seq( prec(PREC.FIELD, seq( diff --git a/src/grammar.json b/src/grammar.json index ab71d4e..1156f37 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -6193,8 +6193,17 @@ "type": "SEQ", "members": [ { - "type": "SYMBOL", - "name": "_expression" + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_expression" + }, + { + "type": "SYMBOL", + "name": "compound_statement" + } + ] }, { "type": "REPEAT", @@ -6206,8 +6215,17 @@ "value": "," }, { - "type": "SYMBOL", - "name": "_expression" + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_expression" + }, + { + "type": "SYMBOL", + "name": "compound_statement" + } + ] } ] } diff --git a/src/node-types.json b/src/node-types.json index 878c544..cdfacfc 100644 --- a/src/node-types.json +++ b/src/node-types.json @@ -428,6 +428,10 @@ "type": "_expression", "named": true }, + { + "type": "compound_statement", + "named": true + }, { "type": "preproc_defined", "named": true diff --git a/src/parser.c b/src/parser.c index 8ee34c5..4cbb90d 100644 --- a/src/parser.c +++ b/src/parser.c @@ -6,7 +6,7 @@ #endif #define LANGUAGE_VERSION 14 -#define STATE_COUNT 1570 +#define STATE_COUNT 1573 #define LARGE_STATE_COUNT 386 #define SYMBOL_COUNT 288 #define ALIAS_COUNT 3 @@ -2637,62 +2637,62 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [3] = 3, [4] = 4, [5] = 5, - [6] = 6, - [7] = 5, - [8] = 8, - [9] = 8, - [10] = 2, - [11] = 3, - [12] = 2, - [13] = 8, - [14] = 3, - [15] = 5, - [16] = 2, - [17] = 3, - [18] = 8, - [19] = 5, + [6] = 5, + [7] = 7, + [8] = 3, + [9] = 3, + [10] = 4, + [11] = 4, + [12] = 5, + [13] = 7, + [14] = 7, + [15] = 4, + [16] = 5, + [17] = 17, + [18] = 7, + [19] = 3, [20] = 20, [21] = 21, [22] = 22, - [23] = 23, - [24] = 23, + [23] = 20, + [24] = 21, [25] = 25, - [26] = 21, - [27] = 27, - [28] = 21, - [29] = 23, - [30] = 22, - [31] = 25, - [32] = 25, - [33] = 20, - [34] = 23, - [35] = 22, - [36] = 36, + [26] = 26, + [27] = 26, + [28] = 28, + [29] = 25, + [30] = 26, + [31] = 21, + [32] = 26, + [33] = 25, + [34] = 28, + [35] = 21, + [36] = 20, [37] = 37, - [38] = 20, - [39] = 22, - [40] = 20, - [41] = 21, - [42] = 25, + [38] = 28, + [39] = 28, + [40] = 25, + [41] = 20, + [42] = 42, [43] = 43, [44] = 44, [45] = 45, [46] = 46, [47] = 47, [48] = 46, - [49] = 43, + [49] = 44, [50] = 46, - [51] = 45, - [52] = 46, - [53] = 45, - [54] = 47, - [55] = 44, - [56] = 43, + [51] = 43, + [52] = 47, + [53] = 44, + [54] = 45, + [55] = 45, + [56] = 45, [57] = 44, - [58] = 43, - [59] = 47, - [60] = 45, - [61] = 44, + [58] = 47, + [59] = 46, + [60] = 43, + [61] = 43, [62] = 47, [63] = 63, [64] = 63, @@ -2712,9 +2712,9 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [78] = 78, [79] = 79, [80] = 80, - [81] = 81, + [81] = 68, [82] = 82, - [83] = 83, + [83] = 67, [84] = 84, [85] = 85, [86] = 86, @@ -2725,10 +2725,10 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [91] = 91, [92] = 92, [93] = 93, - [94] = 67, + [94] = 94, [95] = 95, [96] = 96, - [97] = 97, + [97] = 84, [98] = 98, [99] = 99, [100] = 100, @@ -2744,275 +2744,275 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [110] = 110, [111] = 111, [112] = 112, - [113] = 113, + [113] = 110, [114] = 114, [115] = 115, - [116] = 116, + [116] = 112, [117] = 117, - [118] = 118, + [118] = 107, [119] = 119, [120] = 120, [121] = 121, - [122] = 111, - [123] = 123, - [124] = 124, + [122] = 114, + [123] = 109, + [124] = 115, [125] = 125, - [126] = 112, - [127] = 127, - [128] = 128, - [129] = 129, + [126] = 126, + [127] = 108, + [128] = 112, + [129] = 111, [130] = 130, - [131] = 131, + [131] = 117, [132] = 132, [133] = 133, [134] = 134, - [135] = 135, + [135] = 117, [136] = 136, - [137] = 137, - [138] = 138, - [139] = 139, - [140] = 140, - [141] = 141, - [142] = 142, - [143] = 143, - [144] = 144, - [145] = 124, - [146] = 146, - [147] = 118, - [148] = 146, - [149] = 114, - [150] = 124, + [137] = 107, + [138] = 136, + [139] = 134, + [140] = 133, + [141] = 132, + [142] = 130, + [143] = 108, + [144] = 126, + [145] = 125, + [146] = 121, + [147] = 147, + [148] = 120, + [149] = 119, + [150] = 107, [151] = 114, - [152] = 142, - [153] = 118, + [152] = 152, + [153] = 153, [154] = 154, - [155] = 146, - [156] = 144, - [157] = 121, - [158] = 139, - [159] = 142, - [160] = 138, - [161] = 136, - [162] = 132, - [163] = 121, - [164] = 116, - [165] = 117, - [166] = 111, - [167] = 112, - [168] = 116, - [169] = 117, - [170] = 119, - [171] = 120, - [172] = 119, - [173] = 123, - [174] = 120, - [175] = 123, - [176] = 123, - [177] = 120, - [178] = 119, - [179] = 117, - [180] = 132, - [181] = 136, - [182] = 116, - [183] = 138, - [184] = 110, - [185] = 139, - [186] = 112, - [187] = 111, - [188] = 144, - [189] = 132, - [190] = 136, - [191] = 138, - [192] = 139, - [193] = 121, - [194] = 144, - [195] = 146, - [196] = 118, - [197] = 114, - [198] = 124, - [199] = 142, - [200] = 110, - [201] = 110, - [202] = 93, - [203] = 70, - [204] = 72, - [205] = 85, - [206] = 69, - [207] = 73, - [208] = 85, - [209] = 91, - [210] = 99, - [211] = 100, - [212] = 86, - [213] = 74, - [214] = 80, - [215] = 75, - [216] = 76, - [217] = 86, - [218] = 77, - [219] = 72, - [220] = 78, + [155] = 155, + [156] = 156, + [157] = 157, + [158] = 110, + [159] = 111, + [160] = 119, + [161] = 161, + [162] = 120, + [163] = 163, + [164] = 164, + [165] = 110, + [166] = 166, + [167] = 109, + [168] = 168, + [169] = 136, + [170] = 134, + [171] = 171, + [172] = 133, + [173] = 173, + [174] = 115, + [175] = 109, + [176] = 132, + [177] = 177, + [178] = 178, + [179] = 179, + [180] = 180, + [181] = 181, + [182] = 111, + [183] = 183, + [184] = 126, + [185] = 133, + [186] = 130, + [187] = 125, + [188] = 121, + [189] = 189, + [190] = 134, + [191] = 136, + [192] = 115, + [193] = 119, + [194] = 120, + [195] = 132, + [196] = 114, + [197] = 112, + [198] = 121, + [199] = 125, + [200] = 117, + [201] = 130, + [202] = 126, + [203] = 108, + [204] = 80, + [205] = 92, + [206] = 68, + [207] = 94, + [208] = 87, + [209] = 95, + [210] = 69, + [211] = 86, + [212] = 99, + [213] = 75, + [214] = 82, + [215] = 72, + [216] = 96, + [217] = 85, + [218] = 85, + [219] = 80, + [220] = 96, [221] = 73, - [222] = 74, + [222] = 76, [223] = 79, - [224] = 75, - [225] = 81, - [226] = 76, - [227] = 77, - [228] = 72, - [229] = 78, - [230] = 79, - [231] = 85, - [232] = 69, - [233] = 93, - [234] = 81, + [224] = 90, + [225] = 106, + [226] = 105, + [227] = 91, + [228] = 104, + [229] = 103, + [230] = 72, + [231] = 102, + [232] = 101, + [233] = 89, + [234] = 100, [235] = 88, - [236] = 90, - [237] = 89, - [238] = 68, - [239] = 83, - [240] = 91, - [241] = 73, - [242] = 74, - [243] = 99, - [244] = 75, - [245] = 100, - [246] = 95, - [247] = 88, - [248] = 69, - [249] = 95, - [250] = 76, - [251] = 77, - [252] = 96, - [253] = 88, - [254] = 87, - [255] = 84, - [256] = 71, - [257] = 96, - [258] = 82, - [259] = 84, - [260] = 80, - [261] = 78, - [262] = 103, - [263] = 104, - [264] = 86, - [265] = 103, - [266] = 104, - [267] = 95, - [268] = 102, - [269] = 101, - [270] = 102, - [271] = 98, - [272] = 79, - [273] = 97, - [274] = 92, - [275] = 96, - [276] = 92, - [277] = 97, - [278] = 84, - [279] = 81, - [280] = 101, - [281] = 98, - [282] = 82, - [283] = 97, - [284] = 92, - [285] = 71, - [286] = 70, - [287] = 87, - [288] = 83, - [289] = 68, - [290] = 89, - [291] = 90, - [292] = 98, - [293] = 103, - [294] = 104, - [295] = 80, - [296] = 101, - [297] = 102, - [298] = 93, - [299] = 90, - [300] = 89, - [301] = 68, - [302] = 83, - [303] = 100, - [304] = 87, - [305] = 99, - [306] = 70, - [307] = 71, - [308] = 91, - [309] = 82, - [310] = 141, - [311] = 106, - [312] = 154, - [313] = 113, - [314] = 143, - [315] = 137, - [316] = 140, - [317] = 140, - [318] = 131, - [319] = 130, - [320] = 154, - [321] = 137, - [322] = 135, - [323] = 108, - [324] = 154, - [325] = 135, - [326] = 128, - [327] = 127, - [328] = 134, - [329] = 134, - [330] = 143, - [331] = 109, - [332] = 134, - [333] = 131, - [334] = 113, - [335] = 106, - [336] = 107, - [337] = 105, - [338] = 130, - [339] = 115, - [340] = 105, - [341] = 133, - [342] = 108, - [343] = 135, - [344] = 113, - [345] = 108, - [346] = 109, - [347] = 129, - [348] = 109, - [349] = 106, - [350] = 107, - [351] = 107, - [352] = 115, - [353] = 105, - [354] = 137, - [355] = 115, - [356] = 125, - [357] = 140, - [358] = 127, - [359] = 128, - [360] = 125, - [361] = 141, - [362] = 129, - [363] = 125, - [364] = 130, - [365] = 133, - [366] = 127, - [367] = 143, - [368] = 128, - [369] = 131, - [370] = 129, - [371] = 133, - [372] = 141, - [373] = 67, - [374] = 374, + [236] = 69, + [237] = 86, + [238] = 74, + [239] = 77, + [240] = 89, + [241] = 82, + [242] = 78, + [243] = 74, + [244] = 70, + [245] = 73, + [246] = 76, + [247] = 92, + [248] = 79, + [249] = 93, + [250] = 90, + [251] = 106, + [252] = 105, + [253] = 71, + [254] = 93, + [255] = 94, + [256] = 92, + [257] = 98, + [258] = 74, + [259] = 78, + [260] = 71, + [261] = 91, + [262] = 75, + [263] = 99, + [264] = 70, + [265] = 89, + [266] = 84, + [267] = 87, + [268] = 98, + [269] = 104, + [270] = 95, + [271] = 103, + [272] = 88, + [273] = 102, + [274] = 71, + [275] = 99, + [276] = 95, + [277] = 101, + [278] = 87, + [279] = 77, + [280] = 75, + [281] = 70, + [282] = 77, + [283] = 93, + [284] = 78, + [285] = 94, + [286] = 72, + [287] = 96, + [288] = 88, + [289] = 84, + [290] = 100, + [291] = 91, + [292] = 79, + [293] = 80, + [294] = 85, + [295] = 98, + [296] = 73, + [297] = 76, + [298] = 90, + [299] = 106, + [300] = 82, + [301] = 105, + [302] = 68, + [303] = 69, + [304] = 100, + [305] = 86, + [306] = 101, + [307] = 104, + [308] = 103, + [309] = 102, + [310] = 154, + [311] = 147, + [312] = 166, + [313] = 179, + [314] = 177, + [315] = 177, + [316] = 156, + [317] = 183, + [318] = 189, + [319] = 155, + [320] = 178, + [321] = 180, + [322] = 154, + [323] = 153, + [324] = 179, + [325] = 152, + [326] = 189, + [327] = 164, + [328] = 163, + [329] = 179, + [330] = 153, + [331] = 181, + [332] = 173, + [333] = 152, + [334] = 147, + [335] = 178, + [336] = 171, + [337] = 168, + [338] = 156, + [339] = 173, + [340] = 171, + [341] = 181, + [342] = 157, + [343] = 178, + [344] = 152, + [345] = 171, + [346] = 177, + [347] = 168, + [348] = 153, + [349] = 154, + [350] = 155, + [351] = 166, + [352] = 157, + [353] = 164, + [354] = 163, + [355] = 189, + [356] = 180, + [357] = 181, + [358] = 161, + [359] = 180, + [360] = 161, + [361] = 161, + [362] = 157, + [363] = 163, + [364] = 164, + [365] = 168, + [366] = 166, + [367] = 183, + [368] = 156, + [369] = 155, + [370] = 147, + [371] = 173, + [372] = 183, + [373] = 373, + [374] = 67, [375] = 375, [376] = 375, - [377] = 374, - [378] = 374, + [377] = 373, + [378] = 375, [379] = 375, - [380] = 375, - [381] = 374, + [380] = 373, + [381] = 373, [382] = 67, [383] = 383, [384] = 384, @@ -3034,18 +3034,18 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [400] = 400, [401] = 401, [402] = 402, - [403] = 401, + [403] = 403, [404] = 402, - [405] = 405, + [405] = 403, [406] = 406, - [407] = 405, + [407] = 407, [408] = 408, - [409] = 408, - [410] = 405, - [411] = 411, - [412] = 402, + [409] = 407, + [410] = 403, + [411] = 408, + [412] = 407, [413] = 408, - [414] = 401, + [414] = 402, [415] = 415, [416] = 415, [417] = 415, @@ -3058,168 +3058,168 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [424] = 424, [425] = 425, [426] = 426, - [427] = 427, - [428] = 424, - [429] = 429, - [430] = 424, + [427] = 423, + [428] = 428, + [429] = 426, + [430] = 430, [431] = 431, - [432] = 432, + [432] = 423, [433] = 433, [434] = 434, [435] = 435, [436] = 436, [437] = 437, [438] = 438, - [439] = 433, + [439] = 439, [440] = 440, - [441] = 432, - [442] = 442, - [443] = 442, - [444] = 444, - [445] = 438, - [446] = 446, - [447] = 435, + [441] = 441, + [442] = 437, + [443] = 443, + [444] = 439, + [445] = 443, + [446] = 433, + [447] = 433, [448] = 434, [449] = 449, - [450] = 444, - [451] = 436, - [452] = 438, - [453] = 433, + [450] = 434, + [451] = 440, + [452] = 449, + [453] = 434, [454] = 449, - [455] = 434, - [456] = 432, - [457] = 440, + [455] = 440, + [456] = 436, + [457] = 436, [458] = 458, - [459] = 434, - [460] = 458, - [461] = 449, - [462] = 442, - [463] = 444, - [464] = 440, - [465] = 436, - [466] = 433, - [467] = 449, - [468] = 442, - [469] = 440, - [470] = 435, - [471] = 458, - [472] = 444, - [473] = 436, - [474] = 432, - [475] = 435, - [476] = 438, + [459] = 436, + [460] = 433, + [461] = 437, + [462] = 441, + [463] = 441, + [464] = 449, + [465] = 440, + [466] = 466, + [467] = 467, + [468] = 443, + [469] = 443, + [470] = 438, + [471] = 471, + [472] = 458, + [473] = 438, + [474] = 439, + [475] = 437, + [476] = 458, [477] = 458, - [478] = 478, - [479] = 479, - [480] = 480, + [478] = 439, + [479] = 441, + [480] = 438, [481] = 481, [482] = 482, [483] = 483, [484] = 484, - [485] = 485, - [486] = 484, + [485] = 483, + [486] = 486, [487] = 487, - [488] = 488, - [489] = 484, - [490] = 490, - [491] = 484, + [488] = 486, + [489] = 489, + [490] = 483, + [491] = 491, [492] = 492, [493] = 493, [494] = 494, - [495] = 493, - [496] = 496, + [495] = 495, + [496] = 483, [497] = 497, [498] = 498, - [499] = 492, + [499] = 499, [500] = 500, [501] = 501, [502] = 502, [503] = 503, [504] = 504, - [505] = 505, + [505] = 502, [506] = 506, [507] = 507, [508] = 508, [509] = 509, [510] = 510, - [511] = 501, + [511] = 511, [512] = 512, - [513] = 502, + [513] = 513, [514] = 514, [515] = 515, - [516] = 514, - [517] = 515, + [516] = 516, + [517] = 517, [518] = 512, [519] = 519, - [520] = 515, - [521] = 501, - [522] = 508, - [523] = 523, - [524] = 507, - [525] = 506, - [526] = 505, - [527] = 504, - [528] = 528, - [529] = 519, - [530] = 515, - [531] = 531, - [532] = 532, - [533] = 533, - [534] = 534, - [535] = 535, - [536] = 504, + [520] = 511, + [521] = 511, + [522] = 522, + [523] = 507, + [524] = 508, + [525] = 525, + [526] = 519, + [527] = 503, + [528] = 506, + [529] = 517, + [530] = 530, + [531] = 510, + [532] = 510, + [533] = 503, + [534] = 525, + [535] = 514, + [536] = 516, [537] = 537, - [538] = 535, - [539] = 505, - [540] = 506, - [541] = 523, - [542] = 514, - [543] = 512, - [544] = 544, - [545] = 519, - [546] = 546, - [547] = 508, - [548] = 507, - [549] = 506, - [550] = 505, - [551] = 504, - [552] = 535, - [553] = 507, - [554] = 537, - [555] = 502, + [538] = 503, + [539] = 501, + [540] = 522, + [541] = 515, + [542] = 537, + [543] = 515, + [544] = 525, + [545] = 517, + [546] = 522, + [547] = 502, + [548] = 548, + [549] = 516, + [550] = 507, + [551] = 517, + [552] = 522, + [553] = 516, + [554] = 554, + [555] = 519, [556] = 556, - [557] = 510, - [558] = 503, - [559] = 559, - [560] = 560, - [561] = 537, - [562] = 519, - [563] = 508, - [564] = 560, - [565] = 500, - [566] = 500, - [567] = 560, - [568] = 528, - [569] = 560, - [570] = 503, - [571] = 535, - [572] = 572, - [573] = 501, - [574] = 500, - [575] = 502, - [576] = 512, - [577] = 537, - [578] = 514, - [579] = 523, - [580] = 503, - [581] = 523, + [557] = 557, + [558] = 558, + [559] = 515, + [560] = 514, + [561] = 513, + [562] = 512, + [563] = 511, + [564] = 510, + [565] = 508, + [566] = 508, + [567] = 525, + [568] = 514, + [569] = 513, + [570] = 504, + [571] = 506, + [572] = 513, + [573] = 504, + [574] = 574, + [575] = 575, + [576] = 504, + [577] = 519, + [578] = 502, + [579] = 507, + [580] = 512, + [581] = 506, [582] = 582, [583] = 583, - [584] = 423, - [585] = 384, - [586] = 586, - [587] = 586, - [588] = 383, + [584] = 424, + [585] = 585, + [586] = 585, + [587] = 383, + [588] = 384, [589] = 589, [590] = 590, [591] = 591, @@ -3267,135 +3267,135 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [633] = 633, [634] = 634, [635] = 635, - [636] = 615, + [636] = 613, [637] = 637, [638] = 638, [639] = 638, [640] = 638, [641] = 638, - [642] = 589, - [643] = 643, - [644] = 612, - [645] = 611, - [646] = 646, - [647] = 590, - [648] = 604, - [649] = 597, - [650] = 632, - [651] = 609, - [652] = 607, - [653] = 613, - [654] = 614, - [655] = 625, - [656] = 623, - [657] = 628, - [658] = 601, - [659] = 599, - [660] = 646, - [661] = 646, - [662] = 630, - [663] = 646, - [664] = 616, - [665] = 665, - [666] = 598, - [667] = 602, - [668] = 635, + [642] = 630, + [643] = 627, + [644] = 644, + [645] = 620, + [646] = 598, + [647] = 647, + [648] = 644, + [649] = 644, + [650] = 589, + [651] = 602, + [652] = 631, + [653] = 592, + [654] = 616, + [655] = 611, + [656] = 594, + [657] = 591, + [658] = 615, + [659] = 644, + [660] = 633, + [661] = 623, + [662] = 612, + [663] = 595, + [664] = 606, + [665] = 622, + [666] = 618, + [667] = 613, + [668] = 668, [669] = 669, - [670] = 615, + [670] = 614, [671] = 671, [672] = 672, [673] = 673, - [674] = 611, + [674] = 627, [675] = 675, [676] = 676, - [677] = 131, - [678] = 613, - [679] = 599, - [680] = 609, - [681] = 589, - [682] = 590, - [683] = 632, - [684] = 684, - [685] = 154, - [686] = 686, - [687] = 130, - [688] = 601, - [689] = 689, - [690] = 607, - [691] = 140, - [692] = 630, - [693] = 612, - [694] = 694, + [677] = 594, + [678] = 156, + [679] = 679, + [680] = 168, + [681] = 681, + [682] = 606, + [683] = 171, + [684] = 592, + [685] = 685, + [686] = 615, + [687] = 612, + [688] = 688, + [689] = 178, + [690] = 690, + [691] = 691, + [692] = 692, + [693] = 595, + [694] = 591, [695] = 695, - [696] = 614, - [697] = 135, - [698] = 698, - [699] = 699, - [700] = 700, + [696] = 180, + [697] = 631, + [698] = 620, + [699] = 189, + [700] = 630, [701] = 701, - [702] = 672, - [703] = 616, - [704] = 105, + [702] = 616, + [703] = 672, + [704] = 598, [705] = 705, [706] = 706, [707] = 707, - [708] = 383, + [708] = 583, [709] = 384, [710] = 710, [711] = 582, - [712] = 583, - [713] = 713, - [714] = 130, - [715] = 154, - [716] = 105, + [712] = 383, + [713] = 688, + [714] = 714, + [715] = 715, + [716] = 716, [717] = 717, - [718] = 718, - [719] = 719, - [720] = 130, - [721] = 154, - [722] = 140, - [723] = 131, - [724] = 694, - [725] = 707, - [726] = 689, - [727] = 706, - [728] = 135, - [729] = 706, - [730] = 730, - [731] = 695, - [732] = 686, - [733] = 140, - [734] = 719, - [735] = 131, - [736] = 684, - [737] = 686, - [738] = 738, - [739] = 676, - [740] = 105, - [741] = 675, - [742] = 719, - [743] = 689, - [744] = 684, - [745] = 695, - [746] = 698, - [747] = 135, - [748] = 748, - [749] = 675, - [750] = 699, - [751] = 694, - [752] = 752, - [753] = 713, - [754] = 701, - [755] = 755, - [756] = 676, - [757] = 707, - [758] = 700, - [759] = 699, - [760] = 719, - [761] = 698, - [762] = 700, - [763] = 701, - [764] = 764, + [718] = 676, + [719] = 688, + [720] = 675, + [721] = 695, + [722] = 706, + [723] = 707, + [724] = 724, + [725] = 171, + [726] = 692, + [727] = 717, + [728] = 716, + [729] = 705, + [730] = 168, + [731] = 707, + [732] = 732, + [733] = 733, + [734] = 734, + [735] = 171, + [736] = 685, + [737] = 681, + [738] = 701, + [739] = 706, + [740] = 695, + [741] = 679, + [742] = 681, + [743] = 685, + [744] = 692, + [745] = 675, + [746] = 180, + [747] = 178, + [748] = 691, + [749] = 749, + [750] = 705, + [751] = 701, + [752] = 717, + [753] = 676, + [754] = 189, + [755] = 156, + [756] = 168, + [757] = 757, + [758] = 679, + [759] = 178, + [760] = 691, + [761] = 180, + [762] = 189, + [763] = 717, + [764] = 156, [765] = 765, [766] = 766, [767] = 767, @@ -3404,105 +3404,105 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [770] = 770, [771] = 771, [772] = 772, - [773] = 768, - [774] = 769, - [775] = 775, - [776] = 776, - [777] = 777, + [773] = 773, + [774] = 774, + [775] = 765, + [776] = 766, + [777] = 772, [778] = 778, [779] = 779, - [780] = 772, + [780] = 771, [781] = 781, - [782] = 767, - [783] = 768, - [784] = 766, - [785] = 769, - [786] = 775, + [782] = 782, + [783] = 783, + [784] = 784, + [785] = 781, + [786] = 786, [787] = 787, - [788] = 776, - [789] = 777, - [790] = 779, - [791] = 766, - [792] = 767, - [793] = 793, - [794] = 767, - [795] = 795, - [796] = 775, - [797] = 776, - [798] = 766, - [799] = 772, - [800] = 777, - [801] = 779, - [802] = 765, - [803] = 803, - [804] = 804, - [805] = 770, - [806] = 803, + [788] = 767, + [789] = 772, + [790] = 782, + [791] = 768, + [792] = 792, + [793] = 782, + [794] = 794, + [795] = 779, + [796] = 779, + [797] = 769, + [798] = 782, + [799] = 773, + [800] = 800, + [801] = 765, + [802] = 779, + [803] = 770, + [804] = 770, + [805] = 768, + [806] = 767, [807] = 770, - [808] = 765, - [809] = 809, - [810] = 771, - [811] = 777, - [812] = 776, - [813] = 775, - [814] = 769, - [815] = 768, - [816] = 779, - [817] = 770, + [808] = 781, + [809] = 771, + [810] = 768, + [811] = 767, + [812] = 771, + [813] = 766, + [814] = 781, + [815] = 783, + [816] = 769, + [817] = 773, [818] = 818, - [819] = 772, - [820] = 820, - [821] = 765, - [822] = 803, - [823] = 803, - [824] = 824, - [825] = 607, + [819] = 765, + [820] = 769, + [821] = 773, + [822] = 772, + [823] = 766, + [824] = 616, + [825] = 825, [826] = 826, - [827] = 609, + [827] = 827, [828] = 828, - [829] = 611, - [830] = 612, + [829] = 829, + [830] = 827, [831] = 831, [832] = 832, [833] = 833, - [834] = 826, - [835] = 835, + [834] = 834, + [835] = 631, [836] = 836, - [837] = 837, + [837] = 606, [838] = 838, [839] = 839, - [840] = 832, - [841] = 841, - [842] = 842, + [840] = 630, + [841] = 595, + [842] = 612, [843] = 843, [844] = 844, - [845] = 599, - [846] = 846, - [847] = 589, - [848] = 826, - [849] = 832, - [850] = 613, - [851] = 630, - [852] = 614, + [845] = 845, + [846] = 615, + [847] = 620, + [848] = 848, + [849] = 833, + [850] = 850, + [851] = 851, + [852] = 852, [853] = 853, - [854] = 854, - [855] = 632, - [856] = 616, - [857] = 857, + [854] = 598, + [855] = 855, + [856] = 856, + [857] = 827, [858] = 858, - [859] = 826, + [859] = 627, [860] = 860, - [861] = 861, + [861] = 833, [862] = 862, - [863] = 863, + [863] = 827, [864] = 864, [865] = 865, [866] = 866, [867] = 867, - [868] = 590, - [869] = 601, - [870] = 870, - [871] = 832, + [868] = 594, + [869] = 591, + [870] = 592, + [871] = 833, [872] = 872, [873] = 872, [874] = 872, @@ -3519,15 +3519,15 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [885] = 885, [886] = 886, [887] = 887, - [888] = 888, - [889] = 886, - [890] = 888, + [888] = 647, + [889] = 889, + [890] = 887, [891] = 887, - [892] = 886, + [892] = 889, [893] = 886, [894] = 887, - [895] = 887, - [896] = 643, + [895] = 886, + [896] = 886, [897] = 897, [898] = 898, [899] = 899, @@ -3553,17 +3553,17 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [919] = 919, [920] = 920, [921] = 921, - [922] = 920, - [923] = 923, - [924] = 921, + [922] = 922, + [923] = 922, + [924] = 920, [925] = 925, - [926] = 923, + [926] = 921, [927] = 927, [928] = 928, - [929] = 928, - [930] = 593, + [929] = 929, + [930] = 930, [931] = 931, - [932] = 932, + [932] = 624, [933] = 933, [934] = 934, [935] = 935, @@ -3572,190 +3572,190 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [938] = 938, [939] = 939, [940] = 940, - [941] = 935, - [942] = 927, + [941] = 933, + [942] = 942, [943] = 943, [944] = 944, - [945] = 939, - [946] = 940, + [945] = 945, + [946] = 946, [947] = 947, [948] = 948, [949] = 949, [950] = 950, [951] = 951, - [952] = 952, + [952] = 927, [953] = 953, [954] = 954, - [955] = 943, - [956] = 944, + [955] = 955, + [956] = 956, [957] = 957, [958] = 958, - [959] = 947, - [960] = 960, - [961] = 949, - [962] = 962, - [963] = 963, + [959] = 959, + [960] = 942, + [961] = 961, + [962] = 946, + [963] = 930, [964] = 964, - [965] = 950, - [966] = 966, + [965] = 959, + [966] = 930, [967] = 967, - [968] = 951, - [969] = 952, + [968] = 964, + [969] = 969, [970] = 970, - [971] = 928, - [972] = 972, + [971] = 971, + [972] = 964, [973] = 973, - [974] = 928, - [975] = 975, + [974] = 930, + [975] = 950, [976] = 976, [977] = 977, - [978] = 973, + [978] = 928, [979] = 979, [980] = 980, - [981] = 981, + [981] = 951, [982] = 982, - [983] = 983, - [984] = 970, - [985] = 985, - [986] = 973, - [987] = 987, - [988] = 953, + [983] = 957, + [984] = 984, + [985] = 973, + [986] = 953, + [987] = 970, + [988] = 935, [989] = 989, - [990] = 962, - [991] = 982, - [992] = 992, - [993] = 963, - [994] = 964, - [995] = 954, - [996] = 983, - [997] = 997, - [998] = 967, - [999] = 960, + [990] = 990, + [991] = 961, + [992] = 984, + [993] = 786, + [994] = 934, + [995] = 956, + [996] = 996, + [997] = 977, + [998] = 955, + [999] = 954, [1000] = 1000, - [1001] = 1001, - [1002] = 966, - [1003] = 818, + [1001] = 949, + [1002] = 1002, + [1003] = 947, [1004] = 1004, - [1005] = 1005, - [1006] = 948, - [1007] = 989, - [1008] = 593, - [1009] = 1009, - [1010] = 1010, - [1011] = 989, - [1012] = 997, + [1005] = 624, + [1006] = 1006, + [1007] = 945, + [1008] = 937, + [1009] = 936, + [1010] = 943, + [1011] = 1011, + [1012] = 1004, [1013] = 1013, - [1014] = 938, + [1014] = 931, [1015] = 1015, - [1016] = 937, + [1016] = 929, [1017] = 1017, - [1018] = 936, - [1019] = 931, - [1020] = 1020, - [1021] = 1021, - [1022] = 933, - [1023] = 932, - [1024] = 1005, - [1025] = 989, - [1026] = 997, - [1027] = 979, + [1018] = 1018, + [1019] = 1002, + [1020] = 1004, + [1021] = 979, + [1022] = 1004, + [1023] = 971, + [1024] = 1013, + [1025] = 1025, + [1026] = 1013, + [1027] = 1027, [1028] = 1028, [1029] = 1029, [1030] = 1030, [1031] = 1031, [1032] = 1032, - [1033] = 1033, - [1034] = 1034, - [1035] = 1031, - [1036] = 1036, - [1037] = 1034, - [1038] = 1033, - [1039] = 1032, - [1040] = 1034, - [1041] = 1031, - [1042] = 1033, - [1043] = 1033, - [1044] = 1032, - [1045] = 877, - [1046] = 1032, - [1047] = 1034, + [1033] = 1031, + [1034] = 1031, + [1035] = 878, + [1036] = 1031, + [1037] = 1037, + [1038] = 1038, + [1039] = 1037, + [1040] = 1038, + [1041] = 1041, + [1042] = 1032, + [1043] = 1037, + [1044] = 1037, + [1045] = 1032, + [1046] = 1038, + [1047] = 1038, [1048] = 1048, [1049] = 1049, [1050] = 1050, - [1051] = 1049, + [1051] = 1051, [1052] = 1052, [1053] = 1053, [1054] = 1054, - [1055] = 1055, + [1055] = 1052, [1056] = 1056, - [1057] = 1055, - [1058] = 1053, - [1059] = 1059, + [1057] = 1057, + [1058] = 1058, + [1059] = 1048, [1060] = 1060, - [1061] = 1061, - [1062] = 1055, + [1061] = 1060, + [1062] = 1062, [1063] = 1063, [1064] = 1064, - [1065] = 1061, + [1065] = 1065, [1066] = 1053, - [1067] = 1049, - [1068] = 1068, - [1069] = 1069, - [1070] = 1061, - [1071] = 1071, + [1067] = 1053, + [1068] = 1048, + [1069] = 1053, + [1070] = 1070, + [1071] = 1048, [1072] = 1072, - [1073] = 1061, + [1073] = 1052, [1074] = 1074, - [1075] = 1053, + [1075] = 1060, [1076] = 1076, - [1077] = 1049, + [1077] = 1052, [1078] = 1078, [1079] = 1079, [1080] = 1080, [1081] = 1081, [1082] = 1082, [1083] = 1083, - [1084] = 1084, + [1084] = 1083, [1085] = 1083, - [1086] = 1083, - [1087] = 1083, + [1086] = 1086, + [1087] = 1087, [1088] = 1088, - [1089] = 1089, + [1089] = 1083, [1090] = 1090, [1091] = 1091, [1092] = 1092, [1093] = 1093, [1094] = 1094, - [1095] = 1095, - [1096] = 1093, - [1097] = 1097, - [1098] = 1095, - [1099] = 1099, - [1100] = 1099, - [1101] = 1095, - [1102] = 1095, - [1103] = 1099, + [1095] = 1093, + [1096] = 1096, + [1097] = 1094, + [1098] = 1098, + [1099] = 1094, + [1100] = 1093, + [1101] = 1093, + [1102] = 1094, + [1103] = 1103, [1104] = 1104, - [1105] = 1093, + [1105] = 1105, [1106] = 1106, - [1107] = 1093, - [1108] = 1099, - [1109] = 1109, - [1110] = 1110, + [1107] = 1107, + [1108] = 1103, + [1109] = 1103, + [1110] = 1103, [1111] = 1111, [1112] = 1112, - [1113] = 1112, + [1113] = 1113, [1114] = 1114, [1115] = 1115, - [1116] = 1112, + [1116] = 1116, [1117] = 1117, [1118] = 1118, - [1119] = 1119, - [1120] = 1112, + [1119] = 1117, + [1120] = 1120, [1121] = 1121, - [1122] = 1122, + [1122] = 1117, [1123] = 1123, - [1124] = 1124, + [1124] = 1117, [1125] = 1125, [1126] = 1126, [1127] = 1127, @@ -3814,193 +3814,193 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1180] = 1180, [1181] = 1181, [1182] = 1182, - [1183] = 1183, + [1183] = 1182, [1184] = 1184, [1185] = 1185, - [1186] = 1180, - [1187] = 1180, + [1186] = 1178, + [1187] = 1187, [1188] = 1188, [1189] = 1189, - [1190] = 1190, - [1191] = 1181, - [1192] = 1185, + [1190] = 1178, + [1191] = 1189, + [1192] = 1178, [1193] = 1193, [1194] = 1194, [1195] = 1195, - [1196] = 1196, - [1197] = 1180, - [1198] = 1181, + [1196] = 1178, + [1197] = 1197, + [1198] = 1198, [1199] = 1199, - [1200] = 1180, - [1201] = 1180, - [1202] = 1185, - [1203] = 1203, - [1204] = 1180, + [1200] = 1200, + [1201] = 1189, + [1202] = 1178, + [1203] = 1178, + [1204] = 1182, [1205] = 1205, - [1206] = 1205, + [1206] = 1206, [1207] = 1207, [1208] = 1208, [1209] = 1209, [1210] = 1210, [1211] = 1211, [1212] = 1212, - [1213] = 1205, + [1213] = 1213, [1214] = 1214, - [1215] = 1215, + [1215] = 1212, [1216] = 1216, [1217] = 1217, [1218] = 1218, - [1219] = 1219, + [1219] = 1209, [1220] = 1220, [1221] = 1221, [1222] = 1222, [1223] = 1223, [1224] = 1224, - [1225] = 1225, - [1226] = 1207, - [1227] = 1217, + [1225] = 1205, + [1226] = 1226, + [1227] = 1205, [1228] = 1228, - [1229] = 1229, - [1230] = 1229, + [1229] = 1207, + [1230] = 1230, [1231] = 1231, [1232] = 1232, [1233] = 1233, [1234] = 1234, - [1235] = 1221, + [1235] = 1235, [1236] = 1236, - [1237] = 1224, + [1237] = 1237, [1238] = 1238, - [1239] = 1239, + [1239] = 1206, [1240] = 1240, [1241] = 1241, [1242] = 1242, [1243] = 1243, - [1244] = 1244, + [1244] = 1207, [1245] = 1245, [1246] = 1246, - [1247] = 1247, - [1248] = 1248, + [1247] = 1236, + [1248] = 1245, [1249] = 1249, - [1250] = 1250, + [1250] = 1206, [1251] = 1251, [1252] = 1252, - [1253] = 1221, + [1253] = 1214, [1254] = 1254, [1255] = 1255, - [1256] = 1256, - [1257] = 1221, - [1258] = 1258, + [1256] = 1252, + [1257] = 1257, + [1258] = 1243, [1259] = 1259, - [1260] = 1212, - [1261] = 1261, + [1260] = 1260, + [1261] = 1236, [1262] = 1262, [1263] = 1263, - [1264] = 1207, - [1265] = 1265, - [1266] = 1219, - [1267] = 1220, - [1268] = 1259, - [1269] = 1224, - [1270] = 1270, - [1271] = 1217, - [1272] = 1272, - [1273] = 1273, - [1274] = 1274, - [1275] = 1238, - [1276] = 1276, - [1277] = 1217, + [1264] = 1216, + [1265] = 1245, + [1266] = 1266, + [1267] = 1267, + [1268] = 1268, + [1269] = 1252, + [1270] = 1216, + [1271] = 1271, + [1272] = 1224, + [1273] = 1235, + [1274] = 1245, + [1275] = 1275, + [1276] = 1234, + [1277] = 1277, [1278] = 1278, - [1279] = 1219, - [1280] = 1280, - [1281] = 1210, - [1282] = 1211, - [1283] = 1228, - [1284] = 1212, + [1279] = 1279, + [1280] = 1262, + [1281] = 1281, + [1282] = 1214, + [1283] = 1205, + [1284] = 1284, [1285] = 1285, - [1286] = 1210, - [1287] = 1287, - [1288] = 1205, - [1289] = 1212, - [1290] = 1224, - [1291] = 1207, - [1292] = 1259, - [1293] = 1211, - [1294] = 1294, - [1295] = 1220, - [1296] = 1296, + [1286] = 1206, + [1287] = 1236, + [1288] = 1288, + [1289] = 1289, + [1290] = 1234, + [1291] = 1235, + [1292] = 1292, + [1293] = 1207, + [1294] = 1252, + [1295] = 1295, + [1296] = 1262, [1297] = 1297, [1298] = 1298, - [1299] = 1296, + [1299] = 1299, [1300] = 1300, [1301] = 1301, [1302] = 1302, - [1303] = 1300, - [1304] = 1301, + [1303] = 1303, + [1304] = 1304, [1305] = 1305, [1306] = 1306, - [1307] = 1305, + [1307] = 1304, [1308] = 1308, - [1309] = 1302, - [1310] = 1305, - [1311] = 1305, - [1312] = 1305, - [1313] = 1313, + [1309] = 1309, + [1310] = 1306, + [1311] = 1311, + [1312] = 1312, + [1313] = 1298, [1314] = 1314, [1315] = 1315, [1316] = 1316, - [1317] = 1305, - [1318] = 1302, + [1317] = 1315, + [1318] = 1304, [1319] = 1319, [1320] = 1314, - [1321] = 1321, - [1322] = 1297, - [1323] = 1297, - [1324] = 1300, - [1325] = 1301, - [1326] = 1314, + [1321] = 1306, + [1322] = 1299, + [1323] = 1319, + [1324] = 1319, + [1325] = 1316, + [1326] = 1306, [1327] = 1327, - [1328] = 1314, - [1329] = 1329, + [1328] = 1319, + [1329] = 1319, [1330] = 1306, - [1331] = 1296, - [1332] = 1332, - [1333] = 1301, - [1334] = 1314, - [1335] = 1335, + [1331] = 1308, + [1332] = 1306, + [1333] = 1300, + [1334] = 1299, + [1335] = 1316, [1336] = 1336, - [1337] = 1296, + [1337] = 1337, [1338] = 1338, [1339] = 1339, - [1340] = 1340, - [1341] = 1298, - [1342] = 1297, - [1343] = 1343, - [1344] = 1344, - [1345] = 1302, + [1340] = 1304, + [1341] = 1341, + [1342] = 1300, + [1343] = 1315, + [1344] = 1306, + [1345] = 1308, [1346] = 1346, - [1347] = 1314, - [1348] = 1348, - [1349] = 1319, - [1350] = 1350, - [1351] = 1351, - [1352] = 1306, - [1353] = 1305, + [1347] = 1347, + [1348] = 1319, + [1349] = 1349, + [1350] = 1299, + [1351] = 1300, + [1352] = 1315, + [1353] = 1308, [1354] = 1354, [1355] = 1355, - [1356] = 1300, - [1357] = 1298, + [1356] = 1356, + [1357] = 1357, [1358] = 1358, - [1359] = 1359, - [1360] = 1314, - [1361] = 1361, + [1359] = 1314, + [1360] = 1360, + [1361] = 1319, [1362] = 1362, [1363] = 1363, [1364] = 1364, [1365] = 1365, [1366] = 1366, [1367] = 1367, - [1368] = 1362, - [1369] = 582, + [1368] = 1368, + [1369] = 1369, [1370] = 1370, [1371] = 1371, [1372] = 1372, @@ -4015,198 +4015,201 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1381] = 1381, [1382] = 1382, [1383] = 1383, - [1384] = 1384, + [1384] = 1368, [1385] = 1385, [1386] = 1386, - [1387] = 1387, + [1387] = 1380, [1388] = 1388, [1389] = 1389, - [1390] = 1390, - [1391] = 1387, - [1392] = 1388, - [1393] = 1377, - [1394] = 1378, - [1395] = 1362, - [1396] = 1386, - [1397] = 1364, - [1398] = 1384, + [1390] = 1367, + [1391] = 1391, + [1392] = 1392, + [1393] = 1370, + [1394] = 1394, + [1395] = 1395, + [1396] = 1388, + [1397] = 1385, + [1398] = 1382, [1399] = 1399, - [1400] = 1378, - [1401] = 1362, - [1402] = 1390, - [1403] = 1364, - [1404] = 1362, - [1405] = 1380, - [1406] = 1378, - [1407] = 1362, - [1408] = 1377, - [1409] = 1364, - [1410] = 1410, - [1411] = 1411, - [1412] = 1412, - [1413] = 1370, - [1414] = 1372, + [1400] = 1367, + [1401] = 1401, + [1402] = 1377, + [1403] = 1385, + [1404] = 1382, + [1405] = 1394, + [1406] = 1367, + [1407] = 1407, + [1408] = 1391, + [1409] = 1385, + [1410] = 1382, + [1411] = 1389, + [1412] = 1367, + [1413] = 1413, + [1414] = 1414, [1415] = 1415, - [1416] = 1416, - [1417] = 1399, + [1416] = 1371, + [1417] = 1366, [1418] = 1418, - [1419] = 1419, - [1420] = 1374, + [1419] = 1364, + [1420] = 1420, [1421] = 1421, [1422] = 1422, - [1423] = 1423, - [1424] = 1371, - [1425] = 1384, - [1426] = 1380, - [1427] = 1386, - [1428] = 1388, - [1429] = 1367, + [1423] = 1374, + [1424] = 1424, + [1425] = 1382, + [1426] = 1426, + [1427] = 1383, + [1428] = 1380, + [1429] = 1401, [1430] = 1430, - [1431] = 1365, - [1432] = 1364, - [1433] = 1433, - [1434] = 1434, - [1435] = 1435, - [1436] = 1416, - [1437] = 1366, + [1431] = 1430, + [1432] = 1432, + [1433] = 1377, + [1434] = 1399, + [1435] = 1380, + [1436] = 1374, + [1437] = 1383, [1438] = 1438, [1439] = 1439, - [1440] = 1373, - [1441] = 1419, - [1442] = 1370, - [1443] = 1443, - [1444] = 1444, - [1445] = 1372, + [1440] = 1440, + [1441] = 1441, + [1442] = 1442, + [1443] = 1392, + [1444] = 1432, + [1445] = 1445, [1446] = 1446, - [1447] = 1378, - [1448] = 1433, - [1449] = 1379, - [1450] = 1381, + [1447] = 1447, + [1448] = 1370, + [1449] = 1368, + [1450] = 1367, [1451] = 1451, - [1452] = 1452, - [1453] = 1366, + [1452] = 1451, + [1453] = 1385, [1454] = 1454, - [1455] = 1383, - [1456] = 1446, - [1457] = 1361, - [1458] = 1422, - [1459] = 1459, - [1460] = 1385, - [1461] = 1461, - [1462] = 1378, - [1463] = 1463, - [1464] = 1389, - [1465] = 1465, - [1466] = 1466, - [1467] = 1467, - [1468] = 1387, - [1469] = 1389, - [1470] = 1379, - [1471] = 1388, - [1472] = 1381, - [1473] = 1387, - [1474] = 1386, - [1475] = 1384, - [1476] = 1411, - [1477] = 1412, - [1478] = 1399, - [1479] = 1390, - [1480] = 1374, + [1455] = 1373, + [1456] = 1456, + [1457] = 1375, + [1458] = 1458, + [1459] = 1456, + [1460] = 1460, + [1461] = 1438, + [1462] = 1454, + [1463] = 1386, + [1464] = 1451, + [1465] = 1385, + [1466] = 583, + [1467] = 1382, + [1468] = 1424, + [1469] = 1446, + [1470] = 1422, + [1471] = 1376, + [1472] = 1366, + [1473] = 1446, + [1474] = 1371, + [1475] = 1392, + [1476] = 1364, + [1477] = 1389, + [1478] = 1391, + [1479] = 1414, + [1480] = 1415, [1481] = 1481, [1482] = 1482, - [1483] = 1418, - [1484] = 1484, + [1483] = 1366, + [1484] = 1371, [1485] = 1485, - [1486] = 1486, - [1487] = 1380, - [1488] = 1377, - [1489] = 1416, - [1490] = 1374, - [1491] = 1444, + [1486] = 1421, + [1487] = 1376, + [1488] = 1488, + [1489] = 1489, + [1490] = 1382, + [1491] = 1456, [1492] = 1492, - [1493] = 1371, - [1494] = 1444, + [1493] = 1385, + [1494] = 1447, [1495] = 1495, - [1496] = 1496, - [1497] = 1452, - [1498] = 1367, - [1499] = 1454, - [1500] = 1500, - [1501] = 1501, - [1502] = 1422, - [1503] = 1365, - [1504] = 1411, - [1505] = 1412, - [1506] = 1506, - [1507] = 1507, - [1508] = 1418, - [1509] = 1418, - [1510] = 1364, - [1511] = 1511, - [1512] = 1512, - [1513] = 1454, - [1514] = 1452, - [1515] = 1371, - [1516] = 1383, - [1517] = 1361, - [1518] = 1518, - [1519] = 1452, - [1520] = 1433, - [1521] = 1454, - [1522] = 1522, - [1523] = 1366, - [1524] = 1422, - [1525] = 1411, - [1526] = 1411, - [1527] = 1411, - [1528] = 1362, - [1529] = 1373, - [1530] = 1385, - [1531] = 1367, - [1532] = 1370, - [1533] = 1372, - [1534] = 1534, - [1535] = 1433, - [1536] = 1446, + [1496] = 1446, + [1497] = 1392, + [1498] = 1451, + [1499] = 1386, + [1500] = 1373, + [1501] = 1407, + [1502] = 1375, + [1503] = 1503, + [1504] = 1388, + [1505] = 1438, + [1506] = 1394, + [1507] = 1414, + [1508] = 1415, + [1509] = 1509, + [1510] = 1399, + [1511] = 1421, + [1512] = 1421, + [1513] = 1401, + [1514] = 1514, + [1515] = 1515, + [1516] = 1367, + [1517] = 1517, + [1518] = 1381, + [1519] = 1388, + [1520] = 1399, + [1521] = 1368, + [1522] = 1373, + [1523] = 1523, + [1524] = 1375, + [1525] = 1525, + [1526] = 1370, + [1527] = 1438, + [1528] = 1414, + [1529] = 1414, + [1530] = 1414, + [1531] = 1531, + [1532] = 1386, + [1533] = 1401, + [1534] = 1447, + [1535] = 1535, + [1536] = 1430, [1537] = 1537, - [1538] = 1423, - [1539] = 1539, + [1538] = 1538, + [1539] = 1456, [1540] = 1540, - [1541] = 1446, - [1542] = 1459, + [1541] = 1426, + [1542] = 1394, [1543] = 1543, - [1544] = 1534, - [1545] = 1545, - [1546] = 1378, - [1547] = 583, - [1548] = 1548, - [1549] = 1379, - [1550] = 1423, - [1551] = 1381, - [1552] = 1383, - [1553] = 1553, - [1554] = 1534, - [1555] = 1361, - [1556] = 1556, - [1557] = 1557, - [1558] = 1385, - [1559] = 1423, + [1544] = 1544, + [1545] = 1407, + [1546] = 1546, + [1547] = 1365, + [1548] = 582, + [1549] = 1549, + [1550] = 1391, + [1551] = 1551, + [1552] = 1377, + [1553] = 1426, + [1554] = 1389, + [1555] = 1555, + [1556] = 1364, + [1557] = 1365, + [1558] = 1558, + [1559] = 1374, [1560] = 1560, - [1561] = 1364, - [1562] = 1534, - [1563] = 1507, - [1564] = 1412, - [1565] = 1522, - [1566] = 1365, - [1567] = 1522, - [1568] = 1411, - [1569] = 1522, + [1561] = 1422, + [1562] = 1426, + [1563] = 1424, + [1564] = 1564, + [1565] = 1365, + [1566] = 1566, + [1567] = 1415, + [1568] = 1525, + [1569] = 1383, + [1570] = 1525, + [1571] = 1414, + [1572] = 1525, }; static inline bool sym_identifier_character_set_1(int32_t c) { - return (c < 43514 - ? (c < 4193 - ? (c < 2707 + return (c < 43642 + ? (c < 4206 + ? (c < 2730 ? (c < 1994 ? (c < 910 ? (c < 736 @@ -4285,732 +4288,754 @@ static inline bool sym_identifier_character_set_1(int32_t c) { ? (c >= 2437 && c <= 2444) : c <= 2448) : (c <= 2472 || (c >= 2474 && c <= 2480))))))) - : (c <= 2482 || (c < 2579 - ? (c < 2527 + : (c <= 2482 || (c < 2602 + ? (c < 2544 ? (c < 2510 ? (c < 2493 ? (c >= 2486 && c <= 2489) : c <= 2493) - : (c <= 2510 || (c >= 2524 && c <= 2525))) - : (c <= 2529 || (c < 2565 - ? (c < 2556 - ? (c >= 2544 && c <= 2545) - : c <= 2556) - : (c <= 2570 || (c >= 2575 && c <= 2576))))) - : (c <= 2600 || (c < 2649 - ? (c < 2613 - ? (c < 2610 - ? (c >= 2602 && c <= 2608) - : c <= 2611) - : (c <= 2614 || (c >= 2616 && c <= 2617))) - : (c <= 2652 || (c < 2693 - ? (c < 2674 - ? c == 2654 - : c <= 2676) - : (c <= 2701 || (c >= 2703 && c <= 2705))))))))))) - : (c <= 2728 || (c < 3242 - ? (c < 2962 - ? (c < 2858 - ? (c < 2784 - ? (c < 2741 - ? (c < 2738 - ? (c >= 2730 && c <= 2736) - : c <= 2739) - : (c <= 2745 || (c < 2768 - ? c == 2749 - : c <= 2768))) - : (c <= 2785 || (c < 2831 - ? (c < 2821 - ? c == 2809 - : c <= 2828) - : (c <= 2832 || (c >= 2835 && c <= 2856))))) - : (c <= 2864 || (c < 2911 - ? (c < 2877 - ? (c < 2869 - ? (c >= 2866 && c <= 2867) - : c <= 2873) - : (c <= 2877 || (c >= 2908 && c <= 2909))) - : (c <= 2913 || (c < 2949 - ? (c < 2947 - ? c == 2929 - : c <= 2947) - : (c <= 2954 || (c >= 2958 && c <= 2960))))))) - : (c <= 2965 || (c < 3090 - ? (c < 2984 - ? (c < 2974 - ? (c < 2972 - ? (c >= 2969 && c <= 2970) - : c <= 2972) - : (c <= 2975 || (c >= 2979 && c <= 2980))) - : (c <= 2986 || (c < 3077 - ? (c < 3024 - ? (c >= 2990 && c <= 3001) - : c <= 3024) - : (c <= 3084 || (c >= 3086 && c <= 3088))))) - : (c <= 3112 || (c < 3168 - ? (c < 3160 - ? (c < 3133 - ? (c >= 3114 && c <= 3129) - : c <= 3133) - : (c <= 3162 || c == 3165)) - : (c <= 3169 || (c < 3214 - ? (c < 3205 - ? c == 3200 - : c <= 3212) - : (c <= 3216 || (c >= 3218 && c <= 3240))))))))) - : (c <= 3251 || (c < 3648 - ? (c < 3412 - ? (c < 3332 - ? (c < 3293 - ? (c < 3261 - ? (c >= 3253 && c <= 3257) - : c <= 3261) - : (c <= 3294 || (c < 3313 - ? (c >= 3296 && c <= 3297) - : c <= 3314))) - : (c <= 3340 || (c < 3389 - ? (c < 3346 - ? (c >= 3342 && c <= 3344) - : c <= 3386) - : (c <= 3389 || c == 3406)))) - : (c <= 3414 || (c < 3507 - ? (c < 3461 - ? (c < 3450 - ? (c >= 3423 && c <= 3425) - : c <= 3455) - : (c <= 3478 || (c >= 3482 && c <= 3505))) - : (c <= 3515 || (c < 3585 - ? (c < 3520 - ? c == 3517 - : c <= 3526) - : (c <= 3632 || c == 3634)))))) - : (c <= 3654 || (c < 3782 - ? (c < 3749 - ? (c < 3718 - ? (c < 3716 - ? (c >= 3713 && c <= 3714) - : c <= 3716) - : (c <= 3722 || (c >= 3724 && c <= 3747))) - : (c <= 3749 || (c < 3773 - ? (c < 3762 - ? (c >= 3751 && c <= 3760) - : c <= 3762) - : (c <= 3773 || (c >= 3776 && c <= 3780))))) - : (c <= 3782 || (c < 3976 - ? (c < 3904 - ? (c < 3840 - ? (c >= 3804 && c <= 3807) - : c <= 3840) - : (c <= 3911 || (c >= 3913 && c <= 3948))) - : (c <= 3980 || (c < 4176 - ? (c < 4159 - ? (c >= 4096 && c <= 4138) - : c <= 4159) - : (c <= 4181 || (c >= 4186 && c <= 4189))))))))))))) - : (c <= 4193 || (c < 8134 - ? (c < 6176 - ? (c < 4808 - ? (c < 4688 - ? (c < 4295 - ? (c < 4213 - ? (c < 4206 - ? (c >= 4197 && c <= 4198) - : c <= 4208) - : (c <= 4225 || (c < 4256 - ? c == 4238 - : c <= 4293))) - : (c <= 4295 || (c < 4348 - ? (c < 4304 - ? c == 4301 - : c <= 4346) - : (c <= 4680 || (c >= 4682 && c <= 4685))))) - : (c <= 4694 || (c < 4752 - ? (c < 4704 - ? (c < 4698 - ? c == 4696 - : c <= 4701) - : (c <= 4744 || (c >= 4746 && c <= 4749))) - : (c <= 4784 || (c < 4800 - ? (c < 4792 - ? (c >= 4786 && c <= 4789) - : c <= 4798) - : (c <= 4800 || (c >= 4802 && c <= 4805))))))) - : (c <= 4822 || (c < 5792 - ? (c < 5024 - ? (c < 4888 - ? (c < 4882 - ? (c >= 4824 && c <= 4880) - : c <= 4885) - : (c <= 4954 || (c >= 4992 && c <= 5007))) - : (c <= 5109 || (c < 5743 - ? (c < 5121 + : (c <= 2510 || (c < 2527 + ? (c >= 2524 && c <= 2525) + : c <= 2529))) + : (c <= 2545 || (c < 2575 + ? (c < 2565 + ? c == 2556 + : c <= 2570) + : (c <= 2576 || (c >= 2579 && c <= 2600))))) + : (c <= 2608 || (c < 2654 + ? (c < 2616 + ? (c < 2613 + ? (c >= 2610 && c <= 2611) + : c <= 2614) + : (c <= 2617 || (c >= 2649 && c <= 2652))) + : (c <= 2654 || (c < 2703 + ? (c < 2693 + ? (c >= 2674 && c <= 2676) + : c <= 2701) + : (c <= 2705 || (c >= 2707 && c <= 2728))))))))))) + : (c <= 2736 || (c < 3261 + ? (c < 2969 + ? (c < 2866 + ? (c < 2809 + ? (c < 2749 + ? (c < 2741 + ? (c >= 2738 && c <= 2739) + : c <= 2745) + : (c <= 2749 || (c < 2784 + ? c == 2768 + : c <= 2785))) + : (c <= 2809 || (c < 2835 + ? (c < 2831 + ? (c >= 2821 && c <= 2828) + : c <= 2832) + : (c <= 2856 || (c >= 2858 && c <= 2864))))) + : (c <= 2867 || (c < 2929 + ? (c < 2908 + ? (c < 2877 + ? (c >= 2869 && c <= 2873) + : c <= 2877) + : (c <= 2909 || (c >= 2911 && c <= 2913))) + : (c <= 2929 || (c < 2958 + ? (c < 2949 + ? c == 2947 + : c <= 2954) + : (c <= 2960 || (c >= 2962 && c <= 2965))))))) + : (c <= 2970 || (c < 3133 + ? (c < 3024 + ? (c < 2979 + ? (c < 2974 + ? c == 2972 + : c <= 2975) + : (c <= 2980 || (c < 2990 + ? (c >= 2984 && c <= 2986) + : c <= 3001))) + : (c <= 3024 || (c < 3090 + ? (c < 3086 + ? (c >= 3077 && c <= 3084) + : c <= 3088) + : (c <= 3112 || (c >= 3114 && c <= 3129))))) + : (c <= 3133 || (c < 3205 + ? (c < 3168 + ? (c < 3165 + ? (c >= 3160 && c <= 3162) + : c <= 3165) + : (c <= 3169 || c == 3200)) + : (c <= 3212 || (c < 3242 + ? (c < 3218 + ? (c >= 3214 && c <= 3216) + : c <= 3240) + : (c <= 3251 || (c >= 3253 && c <= 3257))))))))) + : (c <= 3261 || (c < 3716 + ? (c < 3450 + ? (c < 3346 + ? (c < 3313 + ? (c < 3296 + ? (c >= 3293 && c <= 3294) + : c <= 3297) + : (c <= 3314 || (c < 3342 + ? (c >= 3332 && c <= 3340) + : c <= 3344))) + : (c <= 3386 || (c < 3412 + ? (c < 3406 + ? c == 3389 + : c <= 3406) + : (c <= 3414 || (c >= 3423 && c <= 3425))))) + : (c <= 3455 || (c < 3520 + ? (c < 3507 + ? (c < 3482 + ? (c >= 3461 && c <= 3478) + : c <= 3505) + : (c <= 3515 || c == 3517)) + : (c <= 3526 || (c < 3648 + ? (c < 3634 + ? (c >= 3585 && c <= 3632) + : c <= 3634) + : (c <= 3654 || (c >= 3713 && c <= 3714))))))) + : (c <= 3716 || (c < 3840 + ? (c < 3762 + ? (c < 3749 + ? (c < 3724 + ? (c >= 3718 && c <= 3722) + : c <= 3747) + : (c <= 3749 || (c >= 3751 && c <= 3760))) + : (c <= 3762 || (c < 3782 + ? (c < 3776 + ? c == 3773 + : c <= 3780) + : (c <= 3782 || (c >= 3804 && c <= 3807))))) + : (c <= 3840 || (c < 4159 + ? (c < 3976 + ? (c < 3913 + ? (c >= 3904 && c <= 3911) + : c <= 3948) + : (c <= 3980 || (c >= 4096 && c <= 4138))) + : (c <= 4159 || (c < 4193 + ? (c < 4186 + ? (c >= 4176 && c <= 4181) + : c <= 4189) + : (c <= 4193 || (c >= 4197 && c <= 4198))))))))))))) + : (c <= 4208 || (c < 8178 + ? (c < 6320 + ? (c < 4882 + ? (c < 4698 + ? (c < 4304 + ? (c < 4256 + ? (c < 4238 + ? (c >= 4213 && c <= 4225) + : c <= 4238) + : (c <= 4293 || (c < 4301 + ? c == 4295 + : c <= 4301))) + : (c <= 4346 || (c < 4688 + ? (c < 4682 + ? (c >= 4348 && c <= 4680) + : c <= 4685) + : (c <= 4694 || c == 4696)))) + : (c <= 4701 || (c < 4792 + ? (c < 4752 + ? (c < 4746 + ? (c >= 4704 && c <= 4744) + : c <= 4749) + : (c <= 4784 || (c >= 4786 && c <= 4789))) + : (c <= 4798 || (c < 4808 + ? (c < 4802 + ? c == 4800 + : c <= 4805) + : (c <= 4822 || (c >= 4824 && c <= 4880))))))) + : (c <= 4885 || (c < 5919 + ? (c < 5743 + ? (c < 5024 + ? (c < 4992 + ? (c >= 4888 && c <= 4954) + : c <= 5007) + : (c <= 5109 || (c < 5121 ? (c >= 5112 && c <= 5117) - : c <= 5740) - : (c <= 5759 || (c >= 5761 && c <= 5786))))) - : (c <= 5866 || (c < 5984 - ? (c < 5919 - ? (c < 5888 - ? (c >= 5870 && c <= 5880) - : c <= 5905) - : (c <= 5937 || (c >= 5952 && c <= 5969))) - : (c <= 5996 || (c < 6103 - ? (c < 6016 - ? (c >= 5998 && c <= 6000) - : c <= 6067) - : (c <= 6103 || c == 6108)))))))) - : (c <= 6264 || (c < 7312 - ? (c < 6823 - ? (c < 6512 - ? (c < 6320 - ? (c < 6314 - ? (c >= 6272 && c <= 6312) - : c <= 6314) - : (c <= 6389 || (c < 6480 + : c <= 5740))) + : (c <= 5759 || (c < 5870 + ? (c < 5792 + ? (c >= 5761 && c <= 5786) + : c <= 5866) + : (c <= 5880 || (c >= 5888 && c <= 5905))))) + : (c <= 5937 || (c < 6103 + ? (c < 5998 + ? (c < 5984 + ? (c >= 5952 && c <= 5969) + : c <= 5996) + : (c <= 6000 || (c >= 6016 && c <= 6067))) + : (c <= 6103 || (c < 6272 + ? (c < 6176 + ? c == 6108 + : c <= 6264) + : (c <= 6312 || c == 6314)))))))) + : (c <= 6389 || (c < 7406 + ? (c < 7043 + ? (c < 6656 + ? (c < 6512 + ? (c < 6480 ? (c >= 6400 && c <= 6430) - : c <= 6509))) - : (c <= 6516 || (c < 6656 - ? (c < 6576 + : c <= 6509) + : (c <= 6516 || (c < 6576 ? (c >= 6528 && c <= 6571) - : c <= 6601) - : (c <= 6678 || (c >= 6688 && c <= 6740))))) - : (c <= 6823 || (c < 7098 - ? (c < 7043 - ? (c < 6981 - ? (c >= 6917 && c <= 6963) - : c <= 6988) - : (c <= 7072 || (c >= 7086 && c <= 7087))) - : (c <= 7141 || (c < 7258 - ? (c < 7245 - ? (c >= 7168 && c <= 7203) - : c <= 7247) - : (c <= 7293 || (c >= 7296 && c <= 7304))))))) - : (c <= 7354 || (c < 8008 - ? (c < 7418 - ? (c < 7406 - ? (c < 7401 - ? (c >= 7357 && c <= 7359) - : c <= 7404) - : (c <= 7411 || (c >= 7413 && c <= 7414))) - : (c <= 7418 || (c < 7960 - ? (c < 7680 - ? (c >= 7424 && c <= 7615) - : c <= 7957) - : (c <= 7965 || (c >= 7968 && c <= 8005))))) - : (c <= 8013 || (c < 8031 - ? (c < 8027 - ? (c < 8025 - ? (c >= 8016 && c <= 8023) - : c <= 8025) - : (c <= 8027 || c == 8029)) - : (c <= 8061 || (c < 8126 - ? (c < 8118 - ? (c >= 8064 && c <= 8116) - : c <= 8124) - : (c <= 8126 || (c >= 8130 && c <= 8132))))))))))) - : (c <= 8140 || (c < 12337 - ? (c < 8544 - ? (c < 8458 - ? (c < 8305 - ? (c < 8160 - ? (c < 8150 - ? (c >= 8144 && c <= 8147) - : c <= 8155) - : (c <= 8172 || (c < 8182 - ? (c >= 8178 && c <= 8180) - : c <= 8188))) - : (c <= 8305 || (c < 8450 - ? (c < 8336 - ? c == 8319 - : c <= 8348) - : (c <= 8450 || c == 8455)))) - : (c <= 8467 || (c < 8488 - ? (c < 8484 - ? (c < 8472 - ? c == 8469 - : c <= 8477) - : (c <= 8484 || c == 8486)) - : (c <= 8488 || (c < 8517 - ? (c < 8508 - ? (c >= 8490 && c <= 8505) - : c <= 8511) - : (c <= 8521 || c == 8526)))))) - : (c <= 8584 || (c < 11680 - ? (c < 11559 - ? (c < 11506 - ? (c < 11499 - ? (c >= 11264 && c <= 11492) - : c <= 11502) - : (c <= 11507 || (c >= 11520 && c <= 11557))) - : (c <= 11559 || (c < 11631 - ? (c < 11568 - ? c == 11565 - : c <= 11623) - : (c <= 11631 || (c >= 11648 && c <= 11670))))) - : (c <= 11686 || (c < 11720 - ? (c < 11704 + : c <= 6601))) + : (c <= 6678 || (c < 6917 + ? (c < 6823 + ? (c >= 6688 && c <= 6740) + : c <= 6823) + : (c <= 6963 || (c >= 6981 && c <= 6988))))) + : (c <= 7072 || (c < 7258 + ? (c < 7168 + ? (c < 7098 + ? (c >= 7086 && c <= 7087) + : c <= 7141) + : (c <= 7203 || (c >= 7245 && c <= 7247))) + : (c <= 7293 || (c < 7357 + ? (c < 7312 + ? (c >= 7296 && c <= 7304) + : c <= 7354) + : (c <= 7359 || (c >= 7401 && c <= 7404))))))) + : (c <= 7411 || (c < 8029 + ? (c < 7968 + ? (c < 7424 + ? (c < 7418 + ? (c >= 7413 && c <= 7414) + : c <= 7418) + : (c <= 7615 || (c < 7960 + ? (c >= 7680 && c <= 7957) + : c <= 7965))) + : (c <= 8005 || (c < 8025 + ? (c < 8016 + ? (c >= 8008 && c <= 8013) + : c <= 8023) + : (c <= 8025 || c == 8027)))) + : (c <= 8029 || (c < 8130 + ? (c < 8118 + ? (c < 8064 + ? (c >= 8031 && c <= 8061) + : c <= 8116) + : (c <= 8124 || c == 8126)) + : (c <= 8132 || (c < 8150 + ? (c < 8144 + ? (c >= 8134 && c <= 8140) + : c <= 8147) + : (c <= 8155 || (c >= 8160 && c <= 8172))))))))))) + : (c <= 8180 || (c < 12540 + ? (c < 11520 + ? (c < 8486 + ? (c < 8455 + ? (c < 8319 + ? (c < 8305 + ? (c >= 8182 && c <= 8188) + : c <= 8305) + : (c <= 8319 || (c < 8450 + ? (c >= 8336 && c <= 8348) + : c <= 8450))) + : (c <= 8455 || (c < 8472 + ? (c < 8469 + ? (c >= 8458 && c <= 8467) + : c <= 8469) + : (c <= 8477 || c == 8484)))) + : (c <= 8486 || (c < 8526 + ? (c < 8508 + ? (c < 8490 + ? c == 8488 + : c <= 8505) + : (c <= 8511 || (c >= 8517 && c <= 8521))) + : (c <= 8526 || (c < 11499 + ? (c < 11264 + ? (c >= 8544 && c <= 8584) + : c <= 11492) + : (c <= 11502 || (c >= 11506 && c <= 11507))))))) + : (c <= 11557 || (c < 11720 + ? (c < 11680 + ? (c < 11568 + ? (c < 11565 + ? c == 11559 + : c <= 11565) + : (c <= 11623 || (c < 11648 + ? c == 11631 + : c <= 11670))) + : (c <= 11686 || (c < 11704 ? (c < 11696 ? (c >= 11688 && c <= 11694) : c <= 11702) - : (c <= 11710 || (c >= 11712 && c <= 11718))) - : (c <= 11726 || (c < 12293 + : (c <= 11710 || (c >= 11712 && c <= 11718))))) + : (c <= 11726 || (c < 12337 + ? (c < 12293 ? (c < 11736 ? (c >= 11728 && c <= 11734) : c <= 11742) - : (c <= 12295 || (c >= 12321 && c <= 12329))))))))) - : (c <= 12341 || (c < 42891 - ? (c < 19968 - ? (c < 12549 - ? (c < 12445 + : (c <= 12295 || (c >= 12321 && c <= 12329))) + : (c <= 12341 || (c < 12445 ? (c < 12353 ? (c >= 12344 && c <= 12348) : c <= 12438) - : (c <= 12447 || (c < 12540 - ? (c >= 12449 && c <= 12538) - : c <= 12543))) - : (c <= 12591 || (c < 12784 - ? (c < 12704 - ? (c >= 12593 && c <= 12686) - : c <= 12735) - : (c <= 12799 || (c >= 13312 && c <= 19903))))) - : (c <= 42124 || (c < 42560 - ? (c < 42512 + : (c <= 12447 || (c >= 12449 && c <= 12538))))))))) + : (c <= 12543 || (c < 43011 + ? (c < 42560 + ? (c < 19968 + ? (c < 12704 + ? (c < 12593 + ? (c >= 12549 && c <= 12591) + : c <= 12686) + : (c <= 12735 || (c < 13312 + ? (c >= 12784 && c <= 12799) + : c <= 19903))) + : (c <= 42124 || (c < 42512 ? (c < 42240 ? (c >= 42192 && c <= 42237) : c <= 42508) - : (c <= 42527 || (c >= 42538 && c <= 42539))) - : (c <= 42606 || (c < 42775 + : (c <= 42527 || (c >= 42538 && c <= 42539))))) + : (c <= 42606 || (c < 42891 + ? (c < 42775 ? (c < 42656 ? (c >= 42623 && c <= 42653) : c <= 42735) - : (c <= 42783 || (c >= 42786 && c <= 42888))))))) - : (c <= 42954 || (c < 43250 - ? (c < 43011 - ? (c < 42965 + : (c <= 42783 || (c >= 42786 && c <= 42888))) + : (c <= 42954 || (c < 42965 ? (c < 42963 ? (c >= 42960 && c <= 42961) : c <= 42963) - : (c <= 42969 || (c >= 42994 && c <= 43009))) - : (c <= 43013 || (c < 43072 + : (c <= 42969 || (c >= 42994 && c <= 43009))))))) + : (c <= 43013 || (c < 43360 + ? (c < 43250 + ? (c < 43072 ? (c < 43020 ? (c >= 43015 && c <= 43018) : c <= 43042) - : (c <= 43123 || (c >= 43138 && c <= 43187))))) - : (c <= 43255 || (c < 43360 - ? (c < 43274 + : (c <= 43123 || (c >= 43138 && c <= 43187))) + : (c <= 43255 || (c < 43274 ? (c < 43261 ? c == 43259 : c <= 43262) - : (c <= 43301 || (c >= 43312 && c <= 43334))) - : (c <= 43388 || (c < 43488 + : (c <= 43301 || (c >= 43312 && c <= 43334))))) + : (c <= 43388 || (c < 43514 + ? (c < 43488 ? (c < 43471 ? (c >= 43396 && c <= 43442) : c <= 43471) - : (c <= 43492 || (c >= 43494 && c <= 43503))))))))))))))) - : (c <= 43518 || (c < 70727 - ? (c < 66956 - ? (c < 64914 - ? (c < 43868 - ? (c < 43714 - ? (c < 43646 - ? (c < 43588 + : (c <= 43492 || (c >= 43494 && c <= 43503))) + : (c <= 43518 || (c < 43588 ? (c < 43584 ? (c >= 43520 && c <= 43560) : c <= 43586) - : (c <= 43595 || (c < 43642 - ? (c >= 43616 && c <= 43638) - : c <= 43642))) - : (c <= 43695 || (c < 43705 - ? (c < 43701 - ? c == 43697 - : c <= 43702) - : (c <= 43709 || c == 43712)))) - : (c <= 43714 || (c < 43785 - ? (c < 43762 + : (c <= 43595 || (c >= 43616 && c <= 43638))))))))))))))) + : (c <= 43642 || (c < 71168 + ? (c < 67392 + ? (c < 65147 + ? (c < 63744 + ? (c < 43785 + ? (c < 43714 + ? (c < 43701 + ? (c < 43697 + ? (c >= 43646 && c <= 43695) + : c <= 43697) + : (c <= 43702 || (c < 43712 + ? (c >= 43705 && c <= 43709) + : c <= 43712))) + : (c <= 43714 || (c < 43762 ? (c < 43744 ? (c >= 43739 && c <= 43741) : c <= 43754) - : (c <= 43764 || (c >= 43777 && c <= 43782))) - : (c <= 43790 || (c < 43816 + : (c <= 43764 || (c >= 43777 && c <= 43782))))) + : (c <= 43790 || (c < 43868 + ? (c < 43816 ? (c < 43808 ? (c >= 43793 && c <= 43798) : c <= 43814) - : (c <= 43822 || (c >= 43824 && c <= 43866))))))) - : (c <= 43881 || (c < 64287 - ? (c < 63744 - ? (c < 55216 + : (c <= 43822 || (c >= 43824 && c <= 43866))) + : (c <= 43881 || (c < 55216 ? (c < 44032 ? (c >= 43888 && c <= 44002) : c <= 55203) - : (c <= 55238 || (c >= 55243 && c <= 55291))) - : (c <= 64109 || (c < 64275 + : (c <= 55238 || (c >= 55243 && c <= 55291))))))) + : (c <= 64109 || (c < 64326 + ? (c < 64298 + ? (c < 64275 ? (c < 64256 ? (c >= 64112 && c <= 64217) : c <= 64262) - : (c <= 64279 || c == 64285)))) - : (c <= 64296 || (c < 64323 - ? (c < 64318 - ? (c < 64312 - ? (c >= 64298 && c <= 64310) - : c <= 64316) - : (c <= 64318 || (c >= 64320 && c <= 64321))) - : (c <= 64324 || (c < 64612 - ? (c < 64467 - ? (c >= 64326 && c <= 64433) - : c <= 64605) - : (c <= 64829 || (c >= 64848 && c <= 64911))))))))) - : (c <= 64967 || (c < 65599 - ? (c < 65382 - ? (c < 65147 - ? (c < 65139 - ? (c < 65137 - ? (c >= 65008 && c <= 65017) - : c <= 65137) - : (c <= 65139 || (c < 65145 - ? c == 65143 - : c <= 65145))) - : (c <= 65147 || (c < 65313 + : (c <= 64279 || (c < 64287 + ? c == 64285 + : c <= 64296))) + : (c <= 64310 || (c < 64320 + ? (c < 64318 + ? (c >= 64312 && c <= 64316) + : c <= 64318) + : (c <= 64321 || (c >= 64323 && c <= 64324))))) + : (c <= 64433 || (c < 65008 + ? (c < 64848 + ? (c < 64612 + ? (c >= 64467 && c <= 64605) + : c <= 64829) + : (c <= 64911 || (c >= 64914 && c <= 64967))) + : (c <= 65017 || (c < 65143 + ? (c < 65139 + ? c == 65137 + : c <= 65139) + : (c <= 65143 || c == 65145)))))))) + : (c <= 65147 || (c < 66304 + ? (c < 65536 + ? (c < 65440 + ? (c < 65313 ? (c < 65151 ? c == 65149 : c <= 65276) - : (c <= 65338 || (c >= 65345 && c <= 65370))))) - : (c <= 65437 || (c < 65498 - ? (c < 65482 - ? (c < 65474 - ? (c >= 65440 && c <= 65470) - : c <= 65479) - : (c <= 65487 || (c >= 65490 && c <= 65495))) - : (c <= 65500 || (c < 65576 - ? (c < 65549 - ? (c >= 65536 && c <= 65547) - : c <= 65574) - : (c <= 65594 || (c >= 65596 && c <= 65597))))))) - : (c <= 65613 || (c < 66464 - ? (c < 66208 - ? (c < 65856 - ? (c < 65664 - ? (c >= 65616 && c <= 65629) - : c <= 65786) - : (c <= 65908 || (c >= 66176 && c <= 66204))) - : (c <= 66256 || (c < 66384 - ? (c < 66349 - ? (c >= 66304 && c <= 66335) - : c <= 66378) - : (c <= 66421 || (c >= 66432 && c <= 66461))))) - : (c <= 66499 || (c < 66776 - ? (c < 66560 - ? (c < 66513 - ? (c >= 66504 && c <= 66511) - : c <= 66517) - : (c <= 66717 || (c >= 66736 && c <= 66771))) - : (c <= 66811 || (c < 66928 - ? (c < 66864 - ? (c >= 66816 && c <= 66855) - : c <= 66915) - : (c <= 66938 || (c >= 66940 && c <= 66954))))))))))) - : (c <= 66962 || (c < 68864 - ? (c < 67828 - ? (c < 67506 - ? (c < 67072 - ? (c < 66979 - ? (c < 66967 - ? (c >= 66964 && c <= 66965) - : c <= 66977) - : (c <= 66993 || (c < 67003 - ? (c >= 66995 && c <= 67001) - : c <= 67004))) - : (c <= 67382 || (c < 67456 - ? (c < 67424 - ? (c >= 67392 && c <= 67413) - : c <= 67431) - : (c <= 67461 || (c >= 67463 && c <= 67504))))) - : (c <= 67514 || (c < 67644 - ? (c < 67594 - ? (c < 67592 - ? (c >= 67584 && c <= 67589) - : c <= 67592) - : (c <= 67637 || (c >= 67639 && c <= 67640))) - : (c <= 67644 || (c < 67712 - ? (c < 67680 - ? (c >= 67647 && c <= 67669) - : c <= 67702) - : (c <= 67742 || (c >= 67808 && c <= 67826))))))) - : (c <= 67829 || (c < 68224 - ? (c < 68096 - ? (c < 67968 - ? (c < 67872 - ? (c >= 67840 && c <= 67861) - : c <= 67897) - : (c <= 68023 || (c >= 68030 && c <= 68031))) - : (c <= 68096 || (c < 68121 - ? (c < 68117 - ? (c >= 68112 && c <= 68115) - : c <= 68119) - : (c <= 68149 || (c >= 68192 && c <= 68220))))) - : (c <= 68252 || (c < 68448 - ? (c < 68352 - ? (c < 68297 + : (c <= 65338 || (c < 65382 + ? (c >= 65345 && c <= 65370) + : c <= 65437))) + : (c <= 65470 || (c < 65490 + ? (c < 65482 + ? (c >= 65474 && c <= 65479) + : c <= 65487) + : (c <= 65495 || (c >= 65498 && c <= 65500))))) + : (c <= 65547 || (c < 65616 + ? (c < 65596 + ? (c < 65576 + ? (c >= 65549 && c <= 65574) + : c <= 65594) + : (c <= 65597 || (c >= 65599 && c <= 65613))) + : (c <= 65629 || (c < 66176 + ? (c < 65856 + ? (c >= 65664 && c <= 65786) + : c <= 65908) + : (c <= 66204 || (c >= 66208 && c <= 66256))))))) + : (c <= 66335 || (c < 66864 + ? (c < 66513 + ? (c < 66432 + ? (c < 66384 + ? (c >= 66349 && c <= 66378) + : c <= 66421) + : (c <= 66461 || (c < 66504 + ? (c >= 66464 && c <= 66499) + : c <= 66511))) + : (c <= 66517 || (c < 66776 + ? (c < 66736 + ? (c >= 66560 && c <= 66717) + : c <= 66771) + : (c <= 66811 || (c >= 66816 && c <= 66855))))) + : (c <= 66915 || (c < 66967 + ? (c < 66956 + ? (c < 66940 + ? (c >= 66928 && c <= 66938) + : c <= 66954) + : (c <= 66962 || (c >= 66964 && c <= 66965))) + : (c <= 66977 || (c < 67003 + ? (c < 66995 + ? (c >= 66979 && c <= 66993) + : c <= 67001) + : (c <= 67004 || (c >= 67072 && c <= 67382))))))))))) + : (c <= 67413 || (c < 69600 + ? (c < 68117 + ? (c < 67680 + ? (c < 67592 + ? (c < 67463 + ? (c < 67456 + ? (c >= 67424 && c <= 67431) + : c <= 67461) + : (c <= 67504 || (c < 67584 + ? (c >= 67506 && c <= 67514) + : c <= 67589))) + : (c <= 67592 || (c < 67644 + ? (c < 67639 + ? (c >= 67594 && c <= 67637) + : c <= 67640) + : (c <= 67644 || (c >= 67647 && c <= 67669))))) + : (c <= 67702 || (c < 67872 + ? (c < 67828 + ? (c < 67808 + ? (c >= 67712 && c <= 67742) + : c <= 67826) + : (c <= 67829 || (c >= 67840 && c <= 67861))) + : (c <= 67897 || (c < 68096 + ? (c < 68030 + ? (c >= 67968 && c <= 68023) + : c <= 68031) + : (c <= 68096 || (c >= 68112 && c <= 68115))))))) + : (c <= 68119 || (c < 68736 + ? (c < 68352 + ? (c < 68224 + ? (c < 68192 + ? (c >= 68121 && c <= 68149) + : c <= 68220) + : (c <= 68252 || (c < 68297 ? (c >= 68288 && c <= 68295) - : c <= 68324) - : (c <= 68405 || (c >= 68416 && c <= 68437))) - : (c <= 68466 || (c < 68736 - ? (c < 68608 - ? (c >= 68480 && c <= 68497) - : c <= 68680) - : (c <= 68786 || (c >= 68800 && c <= 68850))))))))) - : (c <= 68899 || (c < 70106 - ? (c < 69749 - ? (c < 69488 - ? (c < 69376 - ? (c < 69296 - ? (c >= 69248 && c <= 69289) - : c <= 69297) - : (c <= 69404 || (c < 69424 + : c <= 68324))) + : (c <= 68405 || (c < 68480 + ? (c < 68448 + ? (c >= 68416 && c <= 68437) + : c <= 68466) + : (c <= 68497 || (c >= 68608 && c <= 68680))))) + : (c <= 68786 || (c < 69376 + ? (c < 69248 + ? (c < 68864 + ? (c >= 68800 && c <= 68850) + : c <= 68899) + : (c <= 69289 || (c >= 69296 && c <= 69297))) + : (c <= 69404 || (c < 69488 + ? (c < 69424 ? c == 69415 - : c <= 69445))) - : (c <= 69505 || (c < 69635 - ? (c < 69600 - ? (c >= 69552 && c <= 69572) - : c <= 69622) - : (c <= 69687 || (c >= 69745 && c <= 69746))))) - : (c <= 69749 || (c < 69959 - ? (c < 69891 - ? (c < 69840 + : c <= 69445) + : (c <= 69505 || (c >= 69552 && c <= 69572))))))))) + : (c <= 69622 || (c < 70287 + ? (c < 70019 + ? (c < 69891 + ? (c < 69749 + ? (c < 69745 + ? (c >= 69635 && c <= 69687) + : c <= 69746) + : (c <= 69749 || (c < 69840 ? (c >= 69763 && c <= 69807) - : c <= 69864) - : (c <= 69926 || c == 69956)) - : (c <= 69959 || (c < 70019 - ? (c < 70006 - ? (c >= 69968 && c <= 70002) - : c <= 70006) - : (c <= 70066 || (c >= 70081 && c <= 70084))))))) - : (c <= 70106 || (c < 70405 - ? (c < 70280 - ? (c < 70163 - ? (c < 70144 - ? c == 70108 - : c <= 70161) - : (c <= 70187 || (c >= 70272 && c <= 70278))) - : (c <= 70280 || (c < 70303 - ? (c < 70287 - ? (c >= 70282 && c <= 70285) - : c <= 70301) - : (c <= 70312 || (c >= 70320 && c <= 70366))))) - : (c <= 70412 || (c < 70453 - ? (c < 70442 - ? (c < 70419 - ? (c >= 70415 && c <= 70416) - : c <= 70440) - : (c <= 70448 || (c >= 70450 && c <= 70451))) - : (c <= 70457 || (c < 70493 - ? (c < 70480 - ? c == 70461 - : c <= 70480) - : (c <= 70497 || (c >= 70656 && c <= 70708))))))))))))) - : (c <= 70730 || (c < 119894 - ? (c < 73056 - ? (c < 72001 - ? (c < 71424 - ? (c < 71128 - ? (c < 70852 - ? (c < 70784 - ? (c >= 70751 && c <= 70753) - : c <= 70831) - : (c <= 70853 || (c < 71040 - ? c == 70855 - : c <= 71086))) - : (c <= 71131 || (c < 71296 - ? (c < 71236 - ? (c >= 71168 && c <= 71215) - : c <= 71236) - : (c <= 71338 || c == 71352)))) - : (c <= 71450 || (c < 71945 - ? (c < 71840 - ? (c < 71680 - ? (c >= 71488 && c <= 71494) - : c <= 71723) - : (c <= 71903 || (c >= 71935 && c <= 71942))) - : (c <= 71945 || (c < 71960 - ? (c < 71957 - ? (c >= 71948 && c <= 71955) - : c <= 71958) - : (c <= 71983 || c == 71999)))))) - : (c <= 72001 || (c < 72349 - ? (c < 72192 - ? (c < 72161 - ? (c < 72106 - ? (c >= 72096 && c <= 72103) - : c <= 72144) - : (c <= 72161 || c == 72163)) - : (c <= 72192 || (c < 72272 - ? (c < 72250 - ? (c >= 72203 && c <= 72242) - : c <= 72250) - : (c <= 72272 || (c >= 72284 && c <= 72329))))) - : (c <= 72349 || (c < 72818 - ? (c < 72714 - ? (c < 72704 + : c <= 69864))) + : (c <= 69926 || (c < 69968 + ? (c < 69959 + ? c == 69956 + : c <= 69959) + : (c <= 70002 || c == 70006)))) + : (c <= 70066 || (c < 70163 + ? (c < 70108 + ? (c < 70106 + ? (c >= 70081 && c <= 70084) + : c <= 70106) + : (c <= 70108 || (c >= 70144 && c <= 70161))) + : (c <= 70187 || (c < 70280 + ? (c < 70272 + ? (c >= 70207 && c <= 70208) + : c <= 70278) + : (c <= 70280 || (c >= 70282 && c <= 70285))))))) + : (c <= 70301 || (c < 70480 + ? (c < 70419 + ? (c < 70405 + ? (c < 70320 + ? (c >= 70303 && c <= 70312) + : c <= 70366) + : (c <= 70412 || (c >= 70415 && c <= 70416))) + : (c <= 70440 || (c < 70453 + ? (c < 70450 + ? (c >= 70442 && c <= 70448) + : c <= 70451) + : (c <= 70457 || c == 70461)))) + : (c <= 70480 || (c < 70784 + ? (c < 70727 + ? (c < 70656 + ? (c >= 70493 && c <= 70497) + : c <= 70708) + : (c <= 70730 || (c >= 70751 && c <= 70753))) + : (c <= 70831 || (c < 71040 + ? (c < 70855 + ? (c >= 70852 && c <= 70853) + : c <= 70855) + : (c <= 71086 || (c >= 71128 && c <= 71131))))))))))))) + : (c <= 71215 || (c < 119973 + ? (c < 73648 + ? (c < 72250 + ? (c < 71957 + ? (c < 71680 + ? (c < 71352 + ? (c < 71296 + ? c == 71236 + : c <= 71338) + : (c <= 71352 || (c < 71488 + ? (c >= 71424 && c <= 71450) + : c <= 71494))) + : (c <= 71723 || (c < 71945 + ? (c < 71935 + ? (c >= 71840 && c <= 71903) + : c <= 71942) + : (c <= 71945 || (c >= 71948 && c <= 71955))))) + : (c <= 71958 || (c < 72106 + ? (c < 72001 + ? (c < 71999 + ? (c >= 71960 && c <= 71983) + : c <= 71999) + : (c <= 72001 || (c >= 72096 && c <= 72103))) + : (c <= 72144 || (c < 72192 + ? (c < 72163 + ? c == 72161 + : c <= 72163) + : (c <= 72192 || (c >= 72203 && c <= 72242))))))) + : (c <= 72250 || (c < 72971 + ? (c < 72714 + ? (c < 72349 + ? (c < 72284 + ? c == 72272 + : c <= 72329) + : (c <= 72349 || (c < 72704 ? (c >= 72368 && c <= 72440) - : c <= 72712) - : (c <= 72750 || c == 72768)) - : (c <= 72847 || (c < 72971 - ? (c < 72968 - ? (c >= 72960 && c <= 72966) - : c <= 72969) - : (c <= 73008 || c == 73030)))))))) - : (c <= 73061 || (c < 93952 - ? (c < 82944 - ? (c < 73728 - ? (c < 73112 - ? (c < 73066 - ? (c >= 73063 && c <= 73064) - : c <= 73097) - : (c <= 73112 || (c < 73648 + : c <= 72712))) + : (c <= 72750 || (c < 72960 + ? (c < 72818 + ? c == 72768 + : c <= 72847) + : (c <= 72966 || (c >= 72968 && c <= 72969))))) + : (c <= 73008 || (c < 73112 + ? (c < 73063 + ? (c < 73056 + ? c == 73030 + : c <= 73061) + : (c <= 73064 || (c >= 73066 && c <= 73097))) + : (c <= 73112 || (c < 73476 + ? (c < 73474 ? (c >= 73440 && c <= 73458) - : c <= 73648))) - : (c <= 74649 || (c < 77712 - ? (c < 74880 - ? (c >= 74752 && c <= 74862) - : c <= 75075) - : (c <= 77808 || (c >= 77824 && c <= 78894))))) - : (c <= 83526 || (c < 92928 - ? (c < 92784 - ? (c < 92736 - ? (c >= 92160 && c <= 92728) - : c <= 92766) - : (c <= 92862 || (c >= 92880 && c <= 92909))) - : (c <= 92975 || (c < 93053 - ? (c < 93027 - ? (c >= 92992 && c <= 92995) - : c <= 93047) - : (c <= 93071 || (c >= 93760 && c <= 93823))))))) - : (c <= 94026 || (c < 110589 - ? (c < 94208 - ? (c < 94176 - ? (c < 94099 - ? c == 94032 - : c <= 94111) - : (c <= 94177 || c == 94179)) - : (c <= 100343 || (c < 110576 - ? (c < 101632 - ? (c >= 100352 && c <= 101589) - : c <= 101640) - : (c <= 110579 || (c >= 110581 && c <= 110587))))) - : (c <= 110590 || (c < 113664 - ? (c < 110948 - ? (c < 110928 + : c <= 73474) + : (c <= 73488 || (c >= 73490 && c <= 73523))))))))) + : (c <= 73648 || (c < 94179 + ? (c < 92880 + ? (c < 78913 + ? (c < 74880 + ? (c < 74752 + ? (c >= 73728 && c <= 74649) + : c <= 74862) + : (c <= 75075 || (c < 77824 + ? (c >= 77712 && c <= 77808) + : c <= 78895))) + : (c <= 78918 || (c < 92736 + ? (c < 92160 + ? (c >= 82944 && c <= 83526) + : c <= 92728) + : (c <= 92766 || (c >= 92784 && c <= 92862))))) + : (c <= 92909 || (c < 93760 + ? (c < 93027 + ? (c < 92992 + ? (c >= 92928 && c <= 92975) + : c <= 92995) + : (c <= 93047 || (c >= 93053 && c <= 93071))) + : (c <= 93823 || (c < 94099 + ? (c < 94032 + ? (c >= 93952 && c <= 94026) + : c <= 94032) + : (c <= 94111 || (c >= 94176 && c <= 94177))))))) + : (c <= 94179 || (c < 110948 + ? (c < 110589 + ? (c < 101632 + ? (c < 100352 + ? (c >= 94208 && c <= 100343) + : c <= 101589) + : (c <= 101640 || (c < 110581 + ? (c >= 110576 && c <= 110579) + : c <= 110587))) + : (c <= 110590 || (c < 110928 + ? (c < 110898 ? (c >= 110592 && c <= 110882) - : c <= 110930) - : (c <= 110951 || (c >= 110960 && c <= 111355))) - : (c <= 113770 || (c < 113808 - ? (c < 113792 - ? (c >= 113776 && c <= 113788) - : c <= 113800) - : (c <= 113817 || (c >= 119808 && c <= 119892))))))))))) - : (c <= 119964 || (c < 125259 - ? (c < 120572 - ? (c < 120086 - ? (c < 119995 - ? (c < 119973 - ? (c < 119970 - ? (c >= 119966 && c <= 119967) - : c <= 119970) - : (c <= 119974 || (c < 119982 + : c <= 110898) + : (c <= 110930 || c == 110933)))) + : (c <= 110951 || (c < 113808 + ? (c < 113776 + ? (c < 113664 + ? (c >= 110960 && c <= 111355) + : c <= 113770) + : (c <= 113788 || (c >= 113792 && c <= 113800))) + : (c <= 113817 || (c < 119966 + ? (c < 119894 + ? (c >= 119808 && c <= 119892) + : c <= 119964) + : (c <= 119967 || c == 119970)))))))))) + : (c <= 119974 || (c < 126464 + ? (c < 120656 + ? (c < 120128 + ? (c < 120071 + ? (c < 119995 + ? (c < 119982 ? (c >= 119977 && c <= 119980) - : c <= 119993))) - : (c <= 119995 || (c < 120071 - ? (c < 120005 + : c <= 119993) + : (c <= 119995 || (c < 120005 ? (c >= 119997 && c <= 120003) - : c <= 120069) - : (c <= 120074 || (c >= 120077 && c <= 120084))))) - : (c <= 120092 || (c < 120138 - ? (c < 120128 - ? (c < 120123 - ? (c >= 120094 && c <= 120121) - : c <= 120126) - : (c <= 120132 || c == 120134)) - : (c <= 120144 || (c < 120514 - ? (c < 120488 - ? (c >= 120146 && c <= 120485) - : c <= 120512) - : (c <= 120538 || (c >= 120540 && c <= 120570))))))) - : (c <= 120596 || (c < 123191 - ? (c < 120714 - ? (c < 120656 - ? (c < 120630 - ? (c >= 120598 && c <= 120628) - : c <= 120654) - : (c <= 120686 || (c >= 120688 && c <= 120712))) - : (c <= 120744 || (c < 122624 - ? (c < 120772 - ? (c >= 120746 && c <= 120770) - : c <= 120779) - : (c <= 122654 || (c >= 123136 && c <= 123180))))) - : (c <= 123197 || (c < 124904 - ? (c < 123584 - ? (c < 123536 - ? c == 123214 - : c <= 123565) - : (c <= 123627 || (c >= 124896 && c <= 124902))) - : (c <= 124907 || (c < 124928 - ? (c < 124912 - ? (c >= 124909 && c <= 124910) - : c <= 124926) - : (c <= 125124 || (c >= 125184 && c <= 125251))))))))) - : (c <= 125259 || (c < 126559 - ? (c < 126535 - ? (c < 126505 - ? (c < 126497 - ? (c < 126469 - ? (c >= 126464 && c <= 126467) - : c <= 126495) - : (c <= 126498 || (c < 126503 - ? c == 126500 - : c <= 126503))) - : (c <= 126514 || (c < 126523 - ? (c < 126521 - ? (c >= 126516 && c <= 126519) - : c <= 126521) - : (c <= 126523 || c == 126530)))) - : (c <= 126535 || (c < 126548 - ? (c < 126541 - ? (c < 126539 - ? c == 126537 - : c <= 126539) - : (c <= 126543 || (c >= 126545 && c <= 126546))) - : (c <= 126548 || (c < 126555 - ? (c < 126553 - ? c == 126551 - : c <= 126553) - : (c <= 126555 || c == 126557)))))) - : (c <= 126559 || (c < 126625 - ? (c < 126580 - ? (c < 126567 - ? (c < 126564 - ? (c >= 126561 && c <= 126562) - : c <= 126564) - : (c <= 126570 || (c >= 126572 && c <= 126578))) - : (c <= 126583 || (c < 126592 - ? (c < 126590 - ? (c >= 126585 && c <= 126588) - : c <= 126590) - : (c <= 126601 || (c >= 126603 && c <= 126619))))) - : (c <= 126627 || (c < 177984 - ? (c < 131072 - ? (c < 126635 - ? (c >= 126629 && c <= 126633) - : c <= 126651) - : (c <= 173791 || (c >= 173824 && c <= 177976))) - : (c <= 178205 || (c < 194560 - ? (c < 183984 - ? (c >= 178208 && c <= 183969) - : c <= 191456) - : (c <= 195101 || (c >= 196608 && c <= 201546))))))))))))))))); + : c <= 120069))) + : (c <= 120074 || (c < 120094 + ? (c < 120086 + ? (c >= 120077 && c <= 120084) + : c <= 120092) + : (c <= 120121 || (c >= 120123 && c <= 120126))))) + : (c <= 120132 || (c < 120514 + ? (c < 120146 + ? (c < 120138 + ? c == 120134 + : c <= 120144) + : (c <= 120485 || (c >= 120488 && c <= 120512))) + : (c <= 120538 || (c < 120598 + ? (c < 120572 + ? (c >= 120540 && c <= 120570) + : c <= 120596) + : (c <= 120628 || (c >= 120630 && c <= 120654))))))) + : (c <= 120686 || (c < 123536 + ? (c < 122661 + ? (c < 120746 + ? (c < 120714 + ? (c >= 120688 && c <= 120712) + : c <= 120744) + : (c <= 120770 || (c < 122624 + ? (c >= 120772 && c <= 120779) + : c <= 122654))) + : (c <= 122666 || (c < 123191 + ? (c < 123136 + ? (c >= 122928 && c <= 122989) + : c <= 123180) + : (c <= 123197 || c == 123214)))) + : (c <= 123565 || (c < 124909 + ? (c < 124896 + ? (c < 124112 + ? (c >= 123584 && c <= 123627) + : c <= 124139) + : (c <= 124902 || (c >= 124904 && c <= 124907))) + : (c <= 124910 || (c < 125184 + ? (c < 124928 + ? (c >= 124912 && c <= 124926) + : c <= 125124) + : (c <= 125251 || c == 125259)))))))) + : (c <= 126467 || (c < 126561 + ? (c < 126537 + ? (c < 126516 + ? (c < 126500 + ? (c < 126497 + ? (c >= 126469 && c <= 126495) + : c <= 126498) + : (c <= 126500 || (c < 126505 + ? c == 126503 + : c <= 126514))) + : (c <= 126519 || (c < 126530 + ? (c < 126523 + ? c == 126521 + : c <= 126523) + : (c <= 126530 || c == 126535)))) + : (c <= 126537 || (c < 126551 + ? (c < 126545 + ? (c < 126541 + ? c == 126539 + : c <= 126543) + : (c <= 126546 || c == 126548)) + : (c <= 126551 || (c < 126557 + ? (c < 126555 + ? c == 126553 + : c <= 126555) + : (c <= 126557 || c == 126559)))))) + : (c <= 126562 || (c < 126629 + ? (c < 126585 + ? (c < 126572 + ? (c < 126567 + ? c == 126564 + : c <= 126570) + : (c <= 126578 || (c >= 126580 && c <= 126583))) + : (c <= 126588 || (c < 126603 + ? (c < 126592 + ? c == 126590 + : c <= 126601) + : (c <= 126619 || (c >= 126625 && c <= 126627))))) + : (c <= 126633 || (c < 178208 + ? (c < 173824 + ? (c < 131072 + ? (c >= 126635 && c <= 126651) + : c <= 173791) + : (c <= 177977 || (c >= 177984 && c <= 178205))) + : (c <= 183969 || (c < 196608 + ? (c < 194560 + ? (c >= 183984 && c <= 191456) + : c <= 195101) + : (c <= 201546 || (c >= 201552 && c <= 205743))))))))))))))))); } static inline bool sym_identifier_character_set_2(int32_t c) { - return (c < 43494 - ? (c < 4186 - ? (c < 2703 + return (c < 43642 + ? (c < 4206 + ? (c < 2707 ? (c < 1969 ? (c < 908 ? (c < 710 @@ -5089,735 +5114,757 @@ static inline bool sym_identifier_character_set_2(int32_t c) { ? (c >= 2417 && c <= 2432) : c <= 2444) : (c <= 2448 || (c >= 2451 && c <= 2472))))))) - : (c <= 2480 || (c < 2575 - ? (c < 2524 + : (c <= 2480 || (c < 2579 + ? (c < 2527 ? (c < 2493 ? (c < 2486 ? c == 2482 : c <= 2489) - : (c <= 2493 || c == 2510)) - : (c <= 2525 || (c < 2556 - ? (c < 2544 - ? (c >= 2527 && c <= 2529) - : c <= 2545) - : (c <= 2556 || (c >= 2565 && c <= 2570))))) - : (c <= 2576 || (c < 2616 - ? (c < 2610 - ? (c < 2602 - ? (c >= 2579 && c <= 2600) - : c <= 2608) - : (c <= 2611 || (c >= 2613 && c <= 2614))) - : (c <= 2617 || (c < 2674 - ? (c < 2654 - ? (c >= 2649 && c <= 2652) - : c <= 2654) - : (c <= 2676 || (c >= 2693 && c <= 2701))))))))))) - : (c <= 2705 || (c < 3218 - ? (c < 2958 - ? (c < 2835 - ? (c < 2768 - ? (c < 2738 - ? (c < 2730 - ? (c >= 2707 && c <= 2728) - : c <= 2736) - : (c <= 2739 || (c < 2749 - ? (c >= 2741 && c <= 2745) - : c <= 2749))) - : (c <= 2768 || (c < 2821 - ? (c < 2809 - ? (c >= 2784 && c <= 2785) - : c <= 2809) - : (c <= 2828 || (c >= 2831 && c <= 2832))))) - : (c <= 2856 || (c < 2908 - ? (c < 2869 - ? (c < 2866 - ? (c >= 2858 && c <= 2864) - : c <= 2867) - : (c <= 2873 || c == 2877)) - : (c <= 2909 || (c < 2947 - ? (c < 2929 - ? (c >= 2911 && c <= 2913) - : c <= 2929) - : (c <= 2947 || (c >= 2949 && c <= 2954))))))) - : (c <= 2960 || (c < 3086 - ? (c < 2979 - ? (c < 2972 - ? (c < 2969 - ? (c >= 2962 && c <= 2965) - : c <= 2970) - : (c <= 2972 || (c >= 2974 && c <= 2975))) - : (c <= 2980 || (c < 3024 - ? (c < 2990 - ? (c >= 2984 && c <= 2986) - : c <= 3001) - : (c <= 3024 || (c >= 3077 && c <= 3084))))) - : (c <= 3088 || (c < 3165 - ? (c < 3133 - ? (c < 3114 - ? (c >= 3090 && c <= 3112) - : c <= 3129) - : (c <= 3133 || (c >= 3160 && c <= 3162))) - : (c <= 3165 || (c < 3205 - ? (c < 3200 - ? (c >= 3168 && c <= 3169) - : c <= 3200) - : (c <= 3212 || (c >= 3214 && c <= 3216))))))))) - : (c <= 3240 || (c < 3634 - ? (c < 3406 - ? (c < 3313 - ? (c < 3261 - ? (c < 3253 - ? (c >= 3242 && c <= 3251) - : c <= 3257) - : (c <= 3261 || (c < 3296 - ? (c >= 3293 && c <= 3294) - : c <= 3297))) - : (c <= 3314 || (c < 3346 - ? (c < 3342 - ? (c >= 3332 && c <= 3340) - : c <= 3344) - : (c <= 3386 || c == 3389)))) - : (c <= 3406 || (c < 3482 - ? (c < 3450 - ? (c < 3423 - ? (c >= 3412 && c <= 3414) - : c <= 3425) - : (c <= 3455 || (c >= 3461 && c <= 3478))) - : (c <= 3505 || (c < 3520 - ? (c < 3517 - ? (c >= 3507 && c <= 3515) - : c <= 3517) - : (c <= 3526 || (c >= 3585 && c <= 3632))))))) - : (c <= 3634 || (c < 3776 - ? (c < 3724 - ? (c < 3716 - ? (c < 3713 - ? (c >= 3648 && c <= 3654) - : c <= 3714) - : (c <= 3716 || (c >= 3718 && c <= 3722))) - : (c <= 3747 || (c < 3762 - ? (c < 3751 + : (c <= 2493 || (c < 2524 + ? c == 2510 + : c <= 2525))) + : (c <= 2529 || (c < 2565 + ? (c < 2556 + ? (c >= 2544 && c <= 2545) + : c <= 2556) + : (c <= 2570 || (c >= 2575 && c <= 2576))))) + : (c <= 2600 || (c < 2649 + ? (c < 2613 + ? (c < 2610 + ? (c >= 2602 && c <= 2608) + : c <= 2611) + : (c <= 2614 || (c >= 2616 && c <= 2617))) + : (c <= 2652 || (c < 2693 + ? (c < 2674 + ? c == 2654 + : c <= 2676) + : (c <= 2701 || (c >= 2703 && c <= 2705))))))))))) + : (c <= 2728 || (c < 3253 + ? (c < 2962 + ? (c < 2858 + ? (c < 2784 + ? (c < 2741 + ? (c < 2738 + ? (c >= 2730 && c <= 2736) + : c <= 2739) + : (c <= 2745 || (c < 2768 + ? c == 2749 + : c <= 2768))) + : (c <= 2785 || (c < 2831 + ? (c < 2821 + ? c == 2809 + : c <= 2828) + : (c <= 2832 || (c >= 2835 && c <= 2856))))) + : (c <= 2864 || (c < 2911 + ? (c < 2877 + ? (c < 2869 + ? (c >= 2866 && c <= 2867) + : c <= 2873) + : (c <= 2877 || (c >= 2908 && c <= 2909))) + : (c <= 2913 || (c < 2949 + ? (c < 2947 + ? c == 2929 + : c <= 2947) + : (c <= 2954 || (c >= 2958 && c <= 2960))))))) + : (c <= 2965 || (c < 3114 + ? (c < 2990 + ? (c < 2974 + ? (c < 2972 + ? (c >= 2969 && c <= 2970) + : c <= 2972) + : (c <= 2975 || (c < 2984 + ? (c >= 2979 && c <= 2980) + : c <= 2986))) + : (c <= 3001 || (c < 3086 + ? (c < 3077 + ? c == 3024 + : c <= 3084) + : (c <= 3088 || (c >= 3090 && c <= 3112))))) + : (c <= 3129 || (c < 3200 + ? (c < 3165 + ? (c < 3160 + ? c == 3133 + : c <= 3162) + : (c <= 3165 || (c >= 3168 && c <= 3169))) + : (c <= 3200 || (c < 3218 + ? (c < 3214 + ? (c >= 3205 && c <= 3212) + : c <= 3216) + : (c <= 3240 || (c >= 3242 && c <= 3251))))))))) + : (c <= 3257 || (c < 3713 + ? (c < 3423 + ? (c < 3342 + ? (c < 3296 + ? (c < 3293 + ? c == 3261 + : c <= 3294) + : (c <= 3297 || (c < 3332 + ? (c >= 3313 && c <= 3314) + : c <= 3340))) + : (c <= 3344 || (c < 3406 + ? (c < 3389 + ? (c >= 3346 && c <= 3386) + : c <= 3389) + : (c <= 3406 || (c >= 3412 && c <= 3414))))) + : (c <= 3425 || (c < 3517 + ? (c < 3482 + ? (c < 3461 + ? (c >= 3450 && c <= 3455) + : c <= 3478) + : (c <= 3505 || (c >= 3507 && c <= 3515))) + : (c <= 3517 || (c < 3634 + ? (c < 3585 + ? (c >= 3520 && c <= 3526) + : c <= 3632) + : (c <= 3634 || (c >= 3648 && c <= 3654))))))) + : (c <= 3714 || (c < 3840 + ? (c < 3762 + ? (c < 3724 + ? (c < 3718 + ? c == 3716 + : c <= 3722) + : (c <= 3747 || (c < 3751 ? c == 3749 - : c <= 3760) - : (c <= 3762 || c == 3773)))) - : (c <= 3780 || (c < 3913 - ? (c < 3840 - ? (c < 3804 - ? c == 3782 - : c <= 3807) - : (c <= 3840 || (c >= 3904 && c <= 3911))) - : (c <= 3948 || (c < 4159 - ? (c < 4096 - ? (c >= 3976 && c <= 3980) - : c <= 4138) - : (c <= 4159 || (c >= 4176 && c <= 4181))))))))))))) - : (c <= 4189 || (c < 8130 - ? (c < 6108 - ? (c < 4802 - ? (c < 4682 - ? (c < 4256 - ? (c < 4206 - ? (c < 4197 - ? c == 4193 - : c <= 4198) - : (c <= 4208 || (c < 4238 + : c <= 3760))) + : (c <= 3762 || (c < 3782 + ? (c < 3776 + ? c == 3773 + : c <= 3780) + : (c <= 3782 || (c >= 3804 && c <= 3807))))) + : (c <= 3840 || (c < 4159 + ? (c < 3976 + ? (c < 3913 + ? (c >= 3904 && c <= 3911) + : c <= 3948) + : (c <= 3980 || (c >= 4096 && c <= 4138))) + : (c <= 4159 || (c < 4193 + ? (c < 4186 + ? (c >= 4176 && c <= 4181) + : c <= 4189) + : (c <= 4193 || (c >= 4197 && c <= 4198))))))))))))) + : (c <= 4208 || (c < 8178 + ? (c < 6320 + ? (c < 4882 + ? (c < 4698 + ? (c < 4304 + ? (c < 4256 + ? (c < 4238 ? (c >= 4213 && c <= 4225) - : c <= 4238))) - : (c <= 4293 || (c < 4304 - ? (c < 4301 + : c <= 4238) + : (c <= 4293 || (c < 4301 ? c == 4295 - : c <= 4301) - : (c <= 4346 || (c >= 4348 && c <= 4680))))) - : (c <= 4685 || (c < 4746 - ? (c < 4698 - ? (c < 4696 - ? (c >= 4688 && c <= 4694) - : c <= 4696) - : (c <= 4701 || (c >= 4704 && c <= 4744))) - : (c <= 4749 || (c < 4792 - ? (c < 4786 - ? (c >= 4752 && c <= 4784) - : c <= 4789) - : (c <= 4798 || c == 4800)))))) - : (c <= 4805 || (c < 5761 - ? (c < 4992 - ? (c < 4882 - ? (c < 4824 - ? (c >= 4808 && c <= 4822) - : c <= 4880) - : (c <= 4885 || (c >= 4888 && c <= 4954))) - : (c <= 5007 || (c < 5121 - ? (c < 5112 - ? (c >= 5024 && c <= 5109) - : c <= 5117) - : (c <= 5740 || (c >= 5743 && c <= 5759))))) - : (c <= 5786 || (c < 5952 - ? (c < 5888 - ? (c < 5870 - ? (c >= 5792 && c <= 5866) - : c <= 5880) - : (c <= 5905 || (c >= 5919 && c <= 5937))) - : (c <= 5969 || (c < 6016 - ? (c < 5998 - ? (c >= 5984 && c <= 5996) - : c <= 6000) - : (c <= 6067 || c == 6103)))))))) - : (c <= 6108 || (c < 7296 - ? (c < 6688 - ? (c < 6480 - ? (c < 6314 - ? (c < 6272 - ? (c >= 6176 && c <= 6264) - : c <= 6312) - : (c <= 6314 || (c < 6400 - ? (c >= 6320 && c <= 6389) - : c <= 6430))) - : (c <= 6509 || (c < 6576 - ? (c < 6528 - ? (c >= 6512 && c <= 6516) - : c <= 6571) - : (c <= 6601 || (c >= 6656 && c <= 6678))))) - : (c <= 6740 || (c < 7086 - ? (c < 6981 - ? (c < 6917 - ? c == 6823 - : c <= 6963) - : (c <= 6988 || (c >= 7043 && c <= 7072))) - : (c <= 7087 || (c < 7245 - ? (c < 7168 - ? (c >= 7098 && c <= 7141) - : c <= 7203) - : (c <= 7247 || (c >= 7258 && c <= 7293))))))) - : (c <= 7304 || (c < 7968 - ? (c < 7413 - ? (c < 7401 - ? (c < 7357 - ? (c >= 7312 && c <= 7354) - : c <= 7359) - : (c <= 7404 || (c >= 7406 && c <= 7411))) - : (c <= 7414 || (c < 7680 - ? (c < 7424 - ? c == 7418 - : c <= 7615) - : (c <= 7957 || (c >= 7960 && c <= 7965))))) - : (c <= 8005 || (c < 8029 - ? (c < 8025 + : c <= 4301))) + : (c <= 4346 || (c < 4688 + ? (c < 4682 + ? (c >= 4348 && c <= 4680) + : c <= 4685) + : (c <= 4694 || c == 4696)))) + : (c <= 4701 || (c < 4792 + ? (c < 4752 + ? (c < 4746 + ? (c >= 4704 && c <= 4744) + : c <= 4749) + : (c <= 4784 || (c >= 4786 && c <= 4789))) + : (c <= 4798 || (c < 4808 + ? (c < 4802 + ? c == 4800 + : c <= 4805) + : (c <= 4822 || (c >= 4824 && c <= 4880))))))) + : (c <= 4885 || (c < 5919 + ? (c < 5743 + ? (c < 5024 + ? (c < 4992 + ? (c >= 4888 && c <= 4954) + : c <= 5007) + : (c <= 5109 || (c < 5121 + ? (c >= 5112 && c <= 5117) + : c <= 5740))) + : (c <= 5759 || (c < 5870 + ? (c < 5792 + ? (c >= 5761 && c <= 5786) + : c <= 5866) + : (c <= 5880 || (c >= 5888 && c <= 5905))))) + : (c <= 5937 || (c < 6103 + ? (c < 5998 + ? (c < 5984 + ? (c >= 5952 && c <= 5969) + : c <= 5996) + : (c <= 6000 || (c >= 6016 && c <= 6067))) + : (c <= 6103 || (c < 6272 + ? (c < 6176 + ? c == 6108 + : c <= 6264) + : (c <= 6312 || c == 6314)))))))) + : (c <= 6389 || (c < 7406 + ? (c < 7043 + ? (c < 6656 + ? (c < 6512 + ? (c < 6480 + ? (c >= 6400 && c <= 6430) + : c <= 6509) + : (c <= 6516 || (c < 6576 + ? (c >= 6528 && c <= 6571) + : c <= 6601))) + : (c <= 6678 || (c < 6917 + ? (c < 6823 + ? (c >= 6688 && c <= 6740) + : c <= 6823) + : (c <= 6963 || (c >= 6981 && c <= 6988))))) + : (c <= 7072 || (c < 7258 + ? (c < 7168 + ? (c < 7098 + ? (c >= 7086 && c <= 7087) + : c <= 7141) + : (c <= 7203 || (c >= 7245 && c <= 7247))) + : (c <= 7293 || (c < 7357 + ? (c < 7312 + ? (c >= 7296 && c <= 7304) + : c <= 7354) + : (c <= 7359 || (c >= 7401 && c <= 7404))))))) + : (c <= 7411 || (c < 8029 + ? (c < 7968 + ? (c < 7424 + ? (c < 7418 + ? (c >= 7413 && c <= 7414) + : c <= 7418) + : (c <= 7615 || (c < 7960 + ? (c >= 7680 && c <= 7957) + : c <= 7965))) + : (c <= 8005 || (c < 8025 ? (c < 8016 ? (c >= 8008 && c <= 8013) : c <= 8023) - : (c <= 8025 || c == 8027)) - : (c <= 8029 || (c < 8118 + : (c <= 8025 || c == 8027)))) + : (c <= 8029 || (c < 8130 + ? (c < 8118 ? (c < 8064 ? (c >= 8031 && c <= 8061) : c <= 8116) - : (c <= 8124 || c == 8126)))))))))) - : (c <= 8132 || (c < 12321 - ? (c < 8526 - ? (c < 8455 - ? (c < 8182 - ? (c < 8150 + : (c <= 8124 || c == 8126)) + : (c <= 8132 || (c < 8150 ? (c < 8144 ? (c >= 8134 && c <= 8140) : c <= 8147) - : (c <= 8155 || (c < 8178 - ? (c >= 8160 && c <= 8172) - : c <= 8180))) - : (c <= 8188 || (c < 8336 - ? (c < 8319 - ? c == 8305 - : c <= 8319) - : (c <= 8348 || c == 8450)))) - : (c <= 8455 || (c < 8486 - ? (c < 8472 + : (c <= 8155 || (c >= 8160 && c <= 8172))))))))))) + : (c <= 8180 || (c < 12540 + ? (c < 11520 + ? (c < 8486 + ? (c < 8455 + ? (c < 8319 + ? (c < 8305 + ? (c >= 8182 && c <= 8188) + : c <= 8305) + : (c <= 8319 || (c < 8450 + ? (c >= 8336 && c <= 8348) + : c <= 8450))) + : (c <= 8455 || (c < 8472 ? (c < 8469 ? (c >= 8458 && c <= 8467) : c <= 8469) - : (c <= 8477 || c == 8484)) - : (c <= 8486 || (c < 8508 + : (c <= 8477 || c == 8484)))) + : (c <= 8486 || (c < 8526 + ? (c < 8508 ? (c < 8490 ? c == 8488 : c <= 8505) - : (c <= 8511 || (c >= 8517 && c <= 8521))))))) - : (c <= 8526 || (c < 11648 - ? (c < 11520 - ? (c < 11499 + : (c <= 8511 || (c >= 8517 && c <= 8521))) + : (c <= 8526 || (c < 11499 ? (c < 11264 ? (c >= 8544 && c <= 8584) : c <= 11492) - : (c <= 11502 || (c >= 11506 && c <= 11507))) - : (c <= 11557 || (c < 11568 + : (c <= 11502 || (c >= 11506 && c <= 11507))))))) + : (c <= 11557 || (c < 11720 + ? (c < 11680 + ? (c < 11568 ? (c < 11565 ? c == 11559 : c <= 11565) - : (c <= 11623 || c == 11631)))) - : (c <= 11670 || (c < 11712 - ? (c < 11696 - ? (c < 11688 - ? (c >= 11680 && c <= 11686) - : c <= 11694) - : (c <= 11702 || (c >= 11704 && c <= 11710))) - : (c <= 11718 || (c < 11736 - ? (c < 11728 - ? (c >= 11720 && c <= 11726) - : c <= 11734) - : (c <= 11742 || (c >= 12293 && c <= 12295))))))))) - : (c <= 12329 || (c < 42786 - ? (c < 13312 - ? (c < 12540 - ? (c < 12353 - ? (c < 12344 - ? (c >= 12337 && c <= 12341) - : c <= 12348) - : (c <= 12438 || (c < 12449 - ? (c >= 12445 && c <= 12447) - : c <= 12538))) - : (c <= 12543 || (c < 12704 + : (c <= 11623 || (c < 11648 + ? c == 11631 + : c <= 11670))) + : (c <= 11686 || (c < 11704 + ? (c < 11696 + ? (c >= 11688 && c <= 11694) + : c <= 11702) + : (c <= 11710 || (c >= 11712 && c <= 11718))))) + : (c <= 11726 || (c < 12337 + ? (c < 12293 + ? (c < 11736 + ? (c >= 11728 && c <= 11734) + : c <= 11742) + : (c <= 12295 || (c >= 12321 && c <= 12329))) + : (c <= 12341 || (c < 12445 + ? (c < 12353 + ? (c >= 12344 && c <= 12348) + : c <= 12438) + : (c <= 12447 || (c >= 12449 && c <= 12538))))))))) + : (c <= 12543 || (c < 43011 + ? (c < 42560 + ? (c < 19968 + ? (c < 12704 ? (c < 12593 ? (c >= 12549 && c <= 12591) : c <= 12686) - : (c <= 12735 || (c >= 12784 && c <= 12799))))) - : (c <= 19903 || (c < 42538 - ? (c < 42240 - ? (c < 42192 - ? (c >= 19968 && c <= 42124) - : c <= 42237) - : (c <= 42508 || (c >= 42512 && c <= 42527))) - : (c <= 42539 || (c < 42656 - ? (c < 42623 - ? (c >= 42560 && c <= 42606) - : c <= 42653) - : (c <= 42735 || (c >= 42775 && c <= 42783))))))) - : (c <= 42888 || (c < 43138 - ? (c < 42994 - ? (c < 42963 - ? (c < 42960 - ? (c >= 42891 && c <= 42954) - : c <= 42961) - : (c <= 42963 || (c >= 42965 && c <= 42969))) - : (c <= 43009 || (c < 43020 - ? (c < 43015 - ? (c >= 43011 && c <= 43013) - : c <= 43018) - : (c <= 43042 || (c >= 43072 && c <= 43123))))) - : (c <= 43187 || (c < 43312 - ? (c < 43261 - ? (c < 43259 - ? (c >= 43250 && c <= 43255) - : c <= 43259) - : (c <= 43262 || (c >= 43274 && c <= 43301))) - : (c <= 43334 || (c < 43471 - ? (c < 43396 - ? (c >= 43360 && c <= 43388) - : c <= 43442) - : (c <= 43471 || (c >= 43488 && c <= 43492))))))))))))))) - : (c <= 43503 || (c < 70727 - ? (c < 66956 - ? (c < 64914 - ? (c < 43824 - ? (c < 43712 - ? (c < 43642 - ? (c < 43584 - ? (c < 43520 - ? (c >= 43514 && c <= 43518) - : c <= 43560) - : (c <= 43586 || (c < 43616 - ? (c >= 43588 && c <= 43595) - : c <= 43638))) - : (c <= 43642 || (c < 43701 + : (c <= 12735 || (c < 13312 + ? (c >= 12784 && c <= 12799) + : c <= 19903))) + : (c <= 42124 || (c < 42512 + ? (c < 42240 + ? (c >= 42192 && c <= 42237) + : c <= 42508) + : (c <= 42527 || (c >= 42538 && c <= 42539))))) + : (c <= 42606 || (c < 42891 + ? (c < 42775 + ? (c < 42656 + ? (c >= 42623 && c <= 42653) + : c <= 42735) + : (c <= 42783 || (c >= 42786 && c <= 42888))) + : (c <= 42954 || (c < 42965 + ? (c < 42963 + ? (c >= 42960 && c <= 42961) + : c <= 42963) + : (c <= 42969 || (c >= 42994 && c <= 43009))))))) + : (c <= 43013 || (c < 43360 + ? (c < 43250 + ? (c < 43072 + ? (c < 43020 + ? (c >= 43015 && c <= 43018) + : c <= 43042) + : (c <= 43123 || (c >= 43138 && c <= 43187))) + : (c <= 43255 || (c < 43274 + ? (c < 43261 + ? c == 43259 + : c <= 43262) + : (c <= 43301 || (c >= 43312 && c <= 43334))))) + : (c <= 43388 || (c < 43514 + ? (c < 43488 + ? (c < 43471 + ? (c >= 43396 && c <= 43442) + : c <= 43471) + : (c <= 43492 || (c >= 43494 && c <= 43503))) + : (c <= 43518 || (c < 43588 + ? (c < 43584 + ? (c >= 43520 && c <= 43560) + : c <= 43586) + : (c <= 43595 || (c >= 43616 && c <= 43638))))))))))))))) + : (c <= 43642 || (c < 71168 + ? (c < 67392 + ? (c < 65147 + ? (c < 63744 + ? (c < 43785 + ? (c < 43714 + ? (c < 43701 ? (c < 43697 ? (c >= 43646 && c <= 43695) : c <= 43697) - : (c <= 43702 || (c >= 43705 && c <= 43709))))) - : (c <= 43712 || (c < 43777 - ? (c < 43744 - ? (c < 43739 - ? c == 43714 - : c <= 43741) - : (c <= 43754 || (c >= 43762 && c <= 43764))) - : (c <= 43782 || (c < 43808 - ? (c < 43793 - ? (c >= 43785 && c <= 43790) - : c <= 43798) - : (c <= 43814 || (c >= 43816 && c <= 43822))))))) - : (c <= 43866 || (c < 64287 - ? (c < 63744 - ? (c < 44032 - ? (c < 43888 - ? (c >= 43868 && c <= 43881) - : c <= 44002) - : (c <= 55203 || (c < 55243 - ? (c >= 55216 && c <= 55238) - : c <= 55291))) - : (c <= 64109 || (c < 64275 + : (c <= 43702 || (c < 43712 + ? (c >= 43705 && c <= 43709) + : c <= 43712))) + : (c <= 43714 || (c < 43762 + ? (c < 43744 + ? (c >= 43739 && c <= 43741) + : c <= 43754) + : (c <= 43764 || (c >= 43777 && c <= 43782))))) + : (c <= 43790 || (c < 43868 + ? (c < 43816 + ? (c < 43808 + ? (c >= 43793 && c <= 43798) + : c <= 43814) + : (c <= 43822 || (c >= 43824 && c <= 43866))) + : (c <= 43881 || (c < 55216 + ? (c < 44032 + ? (c >= 43888 && c <= 44002) + : c <= 55203) + : (c <= 55238 || (c >= 55243 && c <= 55291))))))) + : (c <= 64109 || (c < 64326 + ? (c < 64298 + ? (c < 64275 ? (c < 64256 ? (c >= 64112 && c <= 64217) : c <= 64262) - : (c <= 64279 || c == 64285)))) - : (c <= 64296 || (c < 64323 - ? (c < 64318 - ? (c < 64312 - ? (c >= 64298 && c <= 64310) - : c <= 64316) - : (c <= 64318 || (c >= 64320 && c <= 64321))) - : (c <= 64324 || (c < 64612 - ? (c < 64467 - ? (c >= 64326 && c <= 64433) - : c <= 64605) - : (c <= 64829 || (c >= 64848 && c <= 64911))))))))) - : (c <= 64967 || (c < 65599 - ? (c < 65382 - ? (c < 65147 - ? (c < 65139 - ? (c < 65137 - ? (c >= 65008 && c <= 65017) - : c <= 65137) - : (c <= 65139 || (c < 65145 - ? c == 65143 - : c <= 65145))) - : (c <= 65147 || (c < 65313 + : (c <= 64279 || (c < 64287 + ? c == 64285 + : c <= 64296))) + : (c <= 64310 || (c < 64320 + ? (c < 64318 + ? (c >= 64312 && c <= 64316) + : c <= 64318) + : (c <= 64321 || (c >= 64323 && c <= 64324))))) + : (c <= 64433 || (c < 65008 + ? (c < 64848 + ? (c < 64612 + ? (c >= 64467 && c <= 64605) + : c <= 64829) + : (c <= 64911 || (c >= 64914 && c <= 64967))) + : (c <= 65017 || (c < 65143 + ? (c < 65139 + ? c == 65137 + : c <= 65139) + : (c <= 65143 || c == 65145)))))))) + : (c <= 65147 || (c < 66304 + ? (c < 65536 + ? (c < 65440 + ? (c < 65313 ? (c < 65151 ? c == 65149 : c <= 65276) - : (c <= 65338 || (c >= 65345 && c <= 65370))))) - : (c <= 65437 || (c < 65498 - ? (c < 65482 - ? (c < 65474 - ? (c >= 65440 && c <= 65470) - : c <= 65479) - : (c <= 65487 || (c >= 65490 && c <= 65495))) - : (c <= 65500 || (c < 65576 - ? (c < 65549 - ? (c >= 65536 && c <= 65547) - : c <= 65574) - : (c <= 65594 || (c >= 65596 && c <= 65597))))))) - : (c <= 65613 || (c < 66464 - ? (c < 66208 - ? (c < 65856 - ? (c < 65664 - ? (c >= 65616 && c <= 65629) - : c <= 65786) - : (c <= 65908 || (c >= 66176 && c <= 66204))) - : (c <= 66256 || (c < 66384 - ? (c < 66349 - ? (c >= 66304 && c <= 66335) - : c <= 66378) - : (c <= 66421 || (c >= 66432 && c <= 66461))))) - : (c <= 66499 || (c < 66776 - ? (c < 66560 - ? (c < 66513 - ? (c >= 66504 && c <= 66511) - : c <= 66517) - : (c <= 66717 || (c >= 66736 && c <= 66771))) - : (c <= 66811 || (c < 66928 - ? (c < 66864 - ? (c >= 66816 && c <= 66855) - : c <= 66915) - : (c <= 66938 || (c >= 66940 && c <= 66954))))))))))) - : (c <= 66962 || (c < 68864 - ? (c < 67828 - ? (c < 67506 - ? (c < 67072 - ? (c < 66979 - ? (c < 66967 - ? (c >= 66964 && c <= 66965) - : c <= 66977) - : (c <= 66993 || (c < 67003 - ? (c >= 66995 && c <= 67001) - : c <= 67004))) - : (c <= 67382 || (c < 67456 - ? (c < 67424 - ? (c >= 67392 && c <= 67413) - : c <= 67431) - : (c <= 67461 || (c >= 67463 && c <= 67504))))) - : (c <= 67514 || (c < 67644 - ? (c < 67594 - ? (c < 67592 - ? (c >= 67584 && c <= 67589) - : c <= 67592) - : (c <= 67637 || (c >= 67639 && c <= 67640))) - : (c <= 67644 || (c < 67712 - ? (c < 67680 - ? (c >= 67647 && c <= 67669) - : c <= 67702) - : (c <= 67742 || (c >= 67808 && c <= 67826))))))) - : (c <= 67829 || (c < 68224 - ? (c < 68096 - ? (c < 67968 - ? (c < 67872 - ? (c >= 67840 && c <= 67861) - : c <= 67897) - : (c <= 68023 || (c >= 68030 && c <= 68031))) - : (c <= 68096 || (c < 68121 - ? (c < 68117 - ? (c >= 68112 && c <= 68115) - : c <= 68119) - : (c <= 68149 || (c >= 68192 && c <= 68220))))) - : (c <= 68252 || (c < 68448 - ? (c < 68352 - ? (c < 68297 + : (c <= 65338 || (c < 65382 + ? (c >= 65345 && c <= 65370) + : c <= 65437))) + : (c <= 65470 || (c < 65490 + ? (c < 65482 + ? (c >= 65474 && c <= 65479) + : c <= 65487) + : (c <= 65495 || (c >= 65498 && c <= 65500))))) + : (c <= 65547 || (c < 65616 + ? (c < 65596 + ? (c < 65576 + ? (c >= 65549 && c <= 65574) + : c <= 65594) + : (c <= 65597 || (c >= 65599 && c <= 65613))) + : (c <= 65629 || (c < 66176 + ? (c < 65856 + ? (c >= 65664 && c <= 65786) + : c <= 65908) + : (c <= 66204 || (c >= 66208 && c <= 66256))))))) + : (c <= 66335 || (c < 66864 + ? (c < 66513 + ? (c < 66432 + ? (c < 66384 + ? (c >= 66349 && c <= 66378) + : c <= 66421) + : (c <= 66461 || (c < 66504 + ? (c >= 66464 && c <= 66499) + : c <= 66511))) + : (c <= 66517 || (c < 66776 + ? (c < 66736 + ? (c >= 66560 && c <= 66717) + : c <= 66771) + : (c <= 66811 || (c >= 66816 && c <= 66855))))) + : (c <= 66915 || (c < 66967 + ? (c < 66956 + ? (c < 66940 + ? (c >= 66928 && c <= 66938) + : c <= 66954) + : (c <= 66962 || (c >= 66964 && c <= 66965))) + : (c <= 66977 || (c < 67003 + ? (c < 66995 + ? (c >= 66979 && c <= 66993) + : c <= 67001) + : (c <= 67004 || (c >= 67072 && c <= 67382))))))))))) + : (c <= 67413 || (c < 69600 + ? (c < 68117 + ? (c < 67680 + ? (c < 67592 + ? (c < 67463 + ? (c < 67456 + ? (c >= 67424 && c <= 67431) + : c <= 67461) + : (c <= 67504 || (c < 67584 + ? (c >= 67506 && c <= 67514) + : c <= 67589))) + : (c <= 67592 || (c < 67644 + ? (c < 67639 + ? (c >= 67594 && c <= 67637) + : c <= 67640) + : (c <= 67644 || (c >= 67647 && c <= 67669))))) + : (c <= 67702 || (c < 67872 + ? (c < 67828 + ? (c < 67808 + ? (c >= 67712 && c <= 67742) + : c <= 67826) + : (c <= 67829 || (c >= 67840 && c <= 67861))) + : (c <= 67897 || (c < 68096 + ? (c < 68030 + ? (c >= 67968 && c <= 68023) + : c <= 68031) + : (c <= 68096 || (c >= 68112 && c <= 68115))))))) + : (c <= 68119 || (c < 68736 + ? (c < 68352 + ? (c < 68224 + ? (c < 68192 + ? (c >= 68121 && c <= 68149) + : c <= 68220) + : (c <= 68252 || (c < 68297 ? (c >= 68288 && c <= 68295) - : c <= 68324) - : (c <= 68405 || (c >= 68416 && c <= 68437))) - : (c <= 68466 || (c < 68736 - ? (c < 68608 - ? (c >= 68480 && c <= 68497) - : c <= 68680) - : (c <= 68786 || (c >= 68800 && c <= 68850))))))))) - : (c <= 68899 || (c < 70106 - ? (c < 69749 - ? (c < 69488 - ? (c < 69376 - ? (c < 69296 - ? (c >= 69248 && c <= 69289) - : c <= 69297) - : (c <= 69404 || (c < 69424 + : c <= 68324))) + : (c <= 68405 || (c < 68480 + ? (c < 68448 + ? (c >= 68416 && c <= 68437) + : c <= 68466) + : (c <= 68497 || (c >= 68608 && c <= 68680))))) + : (c <= 68786 || (c < 69376 + ? (c < 69248 + ? (c < 68864 + ? (c >= 68800 && c <= 68850) + : c <= 68899) + : (c <= 69289 || (c >= 69296 && c <= 69297))) + : (c <= 69404 || (c < 69488 + ? (c < 69424 ? c == 69415 - : c <= 69445))) - : (c <= 69505 || (c < 69635 - ? (c < 69600 - ? (c >= 69552 && c <= 69572) - : c <= 69622) - : (c <= 69687 || (c >= 69745 && c <= 69746))))) - : (c <= 69749 || (c < 69959 - ? (c < 69891 - ? (c < 69840 + : c <= 69445) + : (c <= 69505 || (c >= 69552 && c <= 69572))))))))) + : (c <= 69622 || (c < 70287 + ? (c < 70019 + ? (c < 69891 + ? (c < 69749 + ? (c < 69745 + ? (c >= 69635 && c <= 69687) + : c <= 69746) + : (c <= 69749 || (c < 69840 ? (c >= 69763 && c <= 69807) - : c <= 69864) - : (c <= 69926 || c == 69956)) - : (c <= 69959 || (c < 70019 - ? (c < 70006 - ? (c >= 69968 && c <= 70002) - : c <= 70006) - : (c <= 70066 || (c >= 70081 && c <= 70084))))))) - : (c <= 70106 || (c < 70405 - ? (c < 70280 - ? (c < 70163 - ? (c < 70144 - ? c == 70108 - : c <= 70161) - : (c <= 70187 || (c >= 70272 && c <= 70278))) - : (c <= 70280 || (c < 70303 - ? (c < 70287 - ? (c >= 70282 && c <= 70285) - : c <= 70301) - : (c <= 70312 || (c >= 70320 && c <= 70366))))) - : (c <= 70412 || (c < 70453 - ? (c < 70442 - ? (c < 70419 - ? (c >= 70415 && c <= 70416) - : c <= 70440) - : (c <= 70448 || (c >= 70450 && c <= 70451))) - : (c <= 70457 || (c < 70493 - ? (c < 70480 - ? c == 70461 - : c <= 70480) - : (c <= 70497 || (c >= 70656 && c <= 70708))))))))))))) - : (c <= 70730 || (c < 119894 - ? (c < 73056 - ? (c < 72001 - ? (c < 71424 - ? (c < 71128 - ? (c < 70852 - ? (c < 70784 - ? (c >= 70751 && c <= 70753) - : c <= 70831) - : (c <= 70853 || (c < 71040 - ? c == 70855 - : c <= 71086))) - : (c <= 71131 || (c < 71296 - ? (c < 71236 - ? (c >= 71168 && c <= 71215) - : c <= 71236) - : (c <= 71338 || c == 71352)))) - : (c <= 71450 || (c < 71945 - ? (c < 71840 - ? (c < 71680 - ? (c >= 71488 && c <= 71494) - : c <= 71723) - : (c <= 71903 || (c >= 71935 && c <= 71942))) - : (c <= 71945 || (c < 71960 - ? (c < 71957 - ? (c >= 71948 && c <= 71955) - : c <= 71958) - : (c <= 71983 || c == 71999)))))) - : (c <= 72001 || (c < 72349 - ? (c < 72192 - ? (c < 72161 - ? (c < 72106 - ? (c >= 72096 && c <= 72103) - : c <= 72144) - : (c <= 72161 || c == 72163)) - : (c <= 72192 || (c < 72272 - ? (c < 72250 - ? (c >= 72203 && c <= 72242) - : c <= 72250) - : (c <= 72272 || (c >= 72284 && c <= 72329))))) - : (c <= 72349 || (c < 72818 - ? (c < 72714 - ? (c < 72704 + : c <= 69864))) + : (c <= 69926 || (c < 69968 + ? (c < 69959 + ? c == 69956 + : c <= 69959) + : (c <= 70002 || c == 70006)))) + : (c <= 70066 || (c < 70163 + ? (c < 70108 + ? (c < 70106 + ? (c >= 70081 && c <= 70084) + : c <= 70106) + : (c <= 70108 || (c >= 70144 && c <= 70161))) + : (c <= 70187 || (c < 70280 + ? (c < 70272 + ? (c >= 70207 && c <= 70208) + : c <= 70278) + : (c <= 70280 || (c >= 70282 && c <= 70285))))))) + : (c <= 70301 || (c < 70480 + ? (c < 70419 + ? (c < 70405 + ? (c < 70320 + ? (c >= 70303 && c <= 70312) + : c <= 70366) + : (c <= 70412 || (c >= 70415 && c <= 70416))) + : (c <= 70440 || (c < 70453 + ? (c < 70450 + ? (c >= 70442 && c <= 70448) + : c <= 70451) + : (c <= 70457 || c == 70461)))) + : (c <= 70480 || (c < 70784 + ? (c < 70727 + ? (c < 70656 + ? (c >= 70493 && c <= 70497) + : c <= 70708) + : (c <= 70730 || (c >= 70751 && c <= 70753))) + : (c <= 70831 || (c < 71040 + ? (c < 70855 + ? (c >= 70852 && c <= 70853) + : c <= 70855) + : (c <= 71086 || (c >= 71128 && c <= 71131))))))))))))) + : (c <= 71215 || (c < 119973 + ? (c < 73648 + ? (c < 72250 + ? (c < 71957 + ? (c < 71680 + ? (c < 71352 + ? (c < 71296 + ? c == 71236 + : c <= 71338) + : (c <= 71352 || (c < 71488 + ? (c >= 71424 && c <= 71450) + : c <= 71494))) + : (c <= 71723 || (c < 71945 + ? (c < 71935 + ? (c >= 71840 && c <= 71903) + : c <= 71942) + : (c <= 71945 || (c >= 71948 && c <= 71955))))) + : (c <= 71958 || (c < 72106 + ? (c < 72001 + ? (c < 71999 + ? (c >= 71960 && c <= 71983) + : c <= 71999) + : (c <= 72001 || (c >= 72096 && c <= 72103))) + : (c <= 72144 || (c < 72192 + ? (c < 72163 + ? c == 72161 + : c <= 72163) + : (c <= 72192 || (c >= 72203 && c <= 72242))))))) + : (c <= 72250 || (c < 72971 + ? (c < 72714 + ? (c < 72349 + ? (c < 72284 + ? c == 72272 + : c <= 72329) + : (c <= 72349 || (c < 72704 ? (c >= 72368 && c <= 72440) - : c <= 72712) - : (c <= 72750 || c == 72768)) - : (c <= 72847 || (c < 72971 - ? (c < 72968 - ? (c >= 72960 && c <= 72966) - : c <= 72969) - : (c <= 73008 || c == 73030)))))))) - : (c <= 73061 || (c < 93952 - ? (c < 82944 - ? (c < 73728 - ? (c < 73112 - ? (c < 73066 - ? (c >= 73063 && c <= 73064) - : c <= 73097) - : (c <= 73112 || (c < 73648 + : c <= 72712))) + : (c <= 72750 || (c < 72960 + ? (c < 72818 + ? c == 72768 + : c <= 72847) + : (c <= 72966 || (c >= 72968 && c <= 72969))))) + : (c <= 73008 || (c < 73112 + ? (c < 73063 + ? (c < 73056 + ? c == 73030 + : c <= 73061) + : (c <= 73064 || (c >= 73066 && c <= 73097))) + : (c <= 73112 || (c < 73476 + ? (c < 73474 ? (c >= 73440 && c <= 73458) - : c <= 73648))) - : (c <= 74649 || (c < 77712 - ? (c < 74880 - ? (c >= 74752 && c <= 74862) - : c <= 75075) - : (c <= 77808 || (c >= 77824 && c <= 78894))))) - : (c <= 83526 || (c < 92928 - ? (c < 92784 - ? (c < 92736 - ? (c >= 92160 && c <= 92728) - : c <= 92766) - : (c <= 92862 || (c >= 92880 && c <= 92909))) - : (c <= 92975 || (c < 93053 - ? (c < 93027 - ? (c >= 92992 && c <= 92995) - : c <= 93047) - : (c <= 93071 || (c >= 93760 && c <= 93823))))))) - : (c <= 94026 || (c < 110589 - ? (c < 94208 - ? (c < 94176 - ? (c < 94099 - ? c == 94032 - : c <= 94111) - : (c <= 94177 || c == 94179)) - : (c <= 100343 || (c < 110576 - ? (c < 101632 - ? (c >= 100352 && c <= 101589) - : c <= 101640) - : (c <= 110579 || (c >= 110581 && c <= 110587))))) - : (c <= 110590 || (c < 113664 - ? (c < 110948 - ? (c < 110928 + : c <= 73474) + : (c <= 73488 || (c >= 73490 && c <= 73523))))))))) + : (c <= 73648 || (c < 94179 + ? (c < 92880 + ? (c < 78913 + ? (c < 74880 + ? (c < 74752 + ? (c >= 73728 && c <= 74649) + : c <= 74862) + : (c <= 75075 || (c < 77824 + ? (c >= 77712 && c <= 77808) + : c <= 78895))) + : (c <= 78918 || (c < 92736 + ? (c < 92160 + ? (c >= 82944 && c <= 83526) + : c <= 92728) + : (c <= 92766 || (c >= 92784 && c <= 92862))))) + : (c <= 92909 || (c < 93760 + ? (c < 93027 + ? (c < 92992 + ? (c >= 92928 && c <= 92975) + : c <= 92995) + : (c <= 93047 || (c >= 93053 && c <= 93071))) + : (c <= 93823 || (c < 94099 + ? (c < 94032 + ? (c >= 93952 && c <= 94026) + : c <= 94032) + : (c <= 94111 || (c >= 94176 && c <= 94177))))))) + : (c <= 94179 || (c < 110948 + ? (c < 110589 + ? (c < 101632 + ? (c < 100352 + ? (c >= 94208 && c <= 100343) + : c <= 101589) + : (c <= 101640 || (c < 110581 + ? (c >= 110576 && c <= 110579) + : c <= 110587))) + : (c <= 110590 || (c < 110928 + ? (c < 110898 ? (c >= 110592 && c <= 110882) - : c <= 110930) - : (c <= 110951 || (c >= 110960 && c <= 111355))) - : (c <= 113770 || (c < 113808 - ? (c < 113792 - ? (c >= 113776 && c <= 113788) - : c <= 113800) - : (c <= 113817 || (c >= 119808 && c <= 119892))))))))))) - : (c <= 119964 || (c < 125259 - ? (c < 120572 - ? (c < 120086 - ? (c < 119995 - ? (c < 119973 - ? (c < 119970 - ? (c >= 119966 && c <= 119967) - : c <= 119970) - : (c <= 119974 || (c < 119982 + : c <= 110898) + : (c <= 110930 || c == 110933)))) + : (c <= 110951 || (c < 113808 + ? (c < 113776 + ? (c < 113664 + ? (c >= 110960 && c <= 111355) + : c <= 113770) + : (c <= 113788 || (c >= 113792 && c <= 113800))) + : (c <= 113817 || (c < 119966 + ? (c < 119894 + ? (c >= 119808 && c <= 119892) + : c <= 119964) + : (c <= 119967 || c == 119970)))))))))) + : (c <= 119974 || (c < 126464 + ? (c < 120656 + ? (c < 120128 + ? (c < 120071 + ? (c < 119995 + ? (c < 119982 ? (c >= 119977 && c <= 119980) - : c <= 119993))) - : (c <= 119995 || (c < 120071 - ? (c < 120005 + : c <= 119993) + : (c <= 119995 || (c < 120005 ? (c >= 119997 && c <= 120003) - : c <= 120069) - : (c <= 120074 || (c >= 120077 && c <= 120084))))) - : (c <= 120092 || (c < 120138 - ? (c < 120128 - ? (c < 120123 - ? (c >= 120094 && c <= 120121) - : c <= 120126) - : (c <= 120132 || c == 120134)) - : (c <= 120144 || (c < 120514 - ? (c < 120488 - ? (c >= 120146 && c <= 120485) - : c <= 120512) - : (c <= 120538 || (c >= 120540 && c <= 120570))))))) - : (c <= 120596 || (c < 123191 - ? (c < 120714 - ? (c < 120656 - ? (c < 120630 - ? (c >= 120598 && c <= 120628) - : c <= 120654) - : (c <= 120686 || (c >= 120688 && c <= 120712))) - : (c <= 120744 || (c < 122624 - ? (c < 120772 - ? (c >= 120746 && c <= 120770) - : c <= 120779) - : (c <= 122654 || (c >= 123136 && c <= 123180))))) - : (c <= 123197 || (c < 124904 - ? (c < 123584 - ? (c < 123536 - ? c == 123214 - : c <= 123565) - : (c <= 123627 || (c >= 124896 && c <= 124902))) - : (c <= 124907 || (c < 124928 - ? (c < 124912 - ? (c >= 124909 && c <= 124910) - : c <= 124926) - : (c <= 125124 || (c >= 125184 && c <= 125251))))))))) - : (c <= 125259 || (c < 126559 - ? (c < 126535 - ? (c < 126505 - ? (c < 126497 - ? (c < 126469 - ? (c >= 126464 && c <= 126467) - : c <= 126495) - : (c <= 126498 || (c < 126503 - ? c == 126500 - : c <= 126503))) - : (c <= 126514 || (c < 126523 - ? (c < 126521 - ? (c >= 126516 && c <= 126519) - : c <= 126521) - : (c <= 126523 || c == 126530)))) - : (c <= 126535 || (c < 126548 - ? (c < 126541 - ? (c < 126539 - ? c == 126537 - : c <= 126539) - : (c <= 126543 || (c >= 126545 && c <= 126546))) - : (c <= 126548 || (c < 126555 - ? (c < 126553 - ? c == 126551 - : c <= 126553) - : (c <= 126555 || c == 126557)))))) - : (c <= 126559 || (c < 126625 - ? (c < 126580 - ? (c < 126567 - ? (c < 126564 - ? (c >= 126561 && c <= 126562) - : c <= 126564) - : (c <= 126570 || (c >= 126572 && c <= 126578))) - : (c <= 126583 || (c < 126592 - ? (c < 126590 - ? (c >= 126585 && c <= 126588) - : c <= 126590) - : (c <= 126601 || (c >= 126603 && c <= 126619))))) - : (c <= 126627 || (c < 177984 - ? (c < 131072 - ? (c < 126635 - ? (c >= 126629 && c <= 126633) - : c <= 126651) - : (c <= 173791 || (c >= 173824 && c <= 177976))) - : (c <= 178205 || (c < 194560 - ? (c < 183984 - ? (c >= 178208 && c <= 183969) - : c <= 191456) - : (c <= 195101 || (c >= 196608 && c <= 201546))))))))))))))))); + : c <= 120069))) + : (c <= 120074 || (c < 120094 + ? (c < 120086 + ? (c >= 120077 && c <= 120084) + : c <= 120092) + : (c <= 120121 || (c >= 120123 && c <= 120126))))) + : (c <= 120132 || (c < 120514 + ? (c < 120146 + ? (c < 120138 + ? c == 120134 + : c <= 120144) + : (c <= 120485 || (c >= 120488 && c <= 120512))) + : (c <= 120538 || (c < 120598 + ? (c < 120572 + ? (c >= 120540 && c <= 120570) + : c <= 120596) + : (c <= 120628 || (c >= 120630 && c <= 120654))))))) + : (c <= 120686 || (c < 123536 + ? (c < 122661 + ? (c < 120746 + ? (c < 120714 + ? (c >= 120688 && c <= 120712) + : c <= 120744) + : (c <= 120770 || (c < 122624 + ? (c >= 120772 && c <= 120779) + : c <= 122654))) + : (c <= 122666 || (c < 123191 + ? (c < 123136 + ? (c >= 122928 && c <= 122989) + : c <= 123180) + : (c <= 123197 || c == 123214)))) + : (c <= 123565 || (c < 124909 + ? (c < 124896 + ? (c < 124112 + ? (c >= 123584 && c <= 123627) + : c <= 124139) + : (c <= 124902 || (c >= 124904 && c <= 124907))) + : (c <= 124910 || (c < 125184 + ? (c < 124928 + ? (c >= 124912 && c <= 124926) + : c <= 125124) + : (c <= 125251 || c == 125259)))))))) + : (c <= 126467 || (c < 126561 + ? (c < 126537 + ? (c < 126516 + ? (c < 126500 + ? (c < 126497 + ? (c >= 126469 && c <= 126495) + : c <= 126498) + : (c <= 126500 || (c < 126505 + ? c == 126503 + : c <= 126514))) + : (c <= 126519 || (c < 126530 + ? (c < 126523 + ? c == 126521 + : c <= 126523) + : (c <= 126530 || c == 126535)))) + : (c <= 126537 || (c < 126551 + ? (c < 126545 + ? (c < 126541 + ? c == 126539 + : c <= 126543) + : (c <= 126546 || c == 126548)) + : (c <= 126551 || (c < 126557 + ? (c < 126555 + ? c == 126553 + : c <= 126555) + : (c <= 126557 || c == 126559)))))) + : (c <= 126562 || (c < 126629 + ? (c < 126585 + ? (c < 126572 + ? (c < 126567 + ? c == 126564 + : c <= 126570) + : (c <= 126578 || (c >= 126580 && c <= 126583))) + : (c <= 126588 || (c < 126603 + ? (c < 126592 + ? c == 126590 + : c <= 126601) + : (c <= 126619 || (c >= 126625 && c <= 126627))))) + : (c <= 126633 || (c < 178208 + ? (c < 173824 + ? (c < 131072 + ? (c >= 126635 && c <= 126651) + : c <= 173791) + : (c <= 177977 || (c >= 177984 && c <= 178205))) + : (c <= 183969 || (c < 196608 + ? (c < 194560 + ? (c >= 183984 && c <= 191456) + : c <= 195101) + : (c <= 201546 || (c >= 201552 && c <= 205743))))))))))))))))); } static inline bool sym_identifier_character_set_3(int32_t c) { - return (c < 43514 - ? (c < 4193 - ? (c < 2707 - ? (c < 1994 + return (c < 43646 + ? (c < 4213 + ? (c < 2738 + ? (c < 2036 ? (c < 931 ? (c < 748 ? (c < 192 @@ -5844,781 +5891,803 @@ static inline bool sym_identifier_character_set_3(int32_t c) { ? c == 902 : c <= 906) : (c <= 908 || (c >= 910 && c <= 929))))))) - : (c <= 1013 || (c < 1649 - ? (c < 1376 + : (c <= 1013 || (c < 1749 + ? (c < 1488 ? (c < 1329 ? (c < 1162 ? (c >= 1015 && c <= 1153) : c <= 1327) - : (c <= 1366 || c == 1369)) - : (c <= 1416 || (c < 1568 - ? (c < 1519 - ? (c >= 1488 && c <= 1514) - : c <= 1522) - : (c <= 1610 || (c >= 1646 && c <= 1647))))) - : (c <= 1747 || (c < 1791 - ? (c < 1774 - ? (c < 1765 - ? c == 1749 - : c <= 1766) - : (c <= 1775 || (c >= 1786 && c <= 1788))) - : (c <= 1791 || (c < 1869 - ? (c < 1810 - ? c == 1808 - : c <= 1839) - : (c <= 1957 || c == 1969)))))))) - : (c <= 2026 || (c < 2482 - ? (c < 2208 - ? (c < 2088 - ? (c < 2048 - ? (c < 2042 - ? (c >= 2036 && c <= 2037) - : c <= 2042) - : (c <= 2069 || (c < 2084 - ? c == 2074 - : c <= 2084))) - : (c <= 2088 || (c < 2160 - ? (c < 2144 - ? (c >= 2112 && c <= 2136) - : c <= 2154) - : (c <= 2183 || (c >= 2185 && c <= 2190))))) - : (c <= 2249 || (c < 2417 - ? (c < 2384 - ? (c < 2365 - ? (c >= 2308 && c <= 2361) - : c <= 2365) - : (c <= 2384 || (c >= 2392 && c <= 2401))) - : (c <= 2432 || (c < 2451 - ? (c < 2447 - ? (c >= 2437 && c <= 2444) - : c <= 2448) - : (c <= 2472 || (c >= 2474 && c <= 2480))))))) - : (c <= 2482 || (c < 2579 - ? (c < 2527 - ? (c < 2510 - ? (c < 2493 - ? (c >= 2486 && c <= 2489) - : c <= 2493) - : (c <= 2510 || (c >= 2524 && c <= 2525))) - : (c <= 2529 || (c < 2565 - ? (c < 2556 - ? (c >= 2544 && c <= 2545) - : c <= 2556) - : (c <= 2570 || (c >= 2575 && c <= 2576))))) - : (c <= 2600 || (c < 2649 - ? (c < 2613 - ? (c < 2610 - ? (c >= 2602 && c <= 2608) - : c <= 2611) - : (c <= 2614 || (c >= 2616 && c <= 2617))) - : (c <= 2652 || (c < 2693 - ? (c < 2674 - ? c == 2654 - : c <= 2676) - : (c <= 2701 || (c >= 2703 && c <= 2705))))))))))) - : (c <= 2728 || (c < 3242 - ? (c < 2962 - ? (c < 2858 - ? (c < 2784 - ? (c < 2741 - ? (c < 2738 - ? (c >= 2730 && c <= 2736) - : c <= 2739) - : (c <= 2745 || (c < 2768 - ? c == 2749 - : c <= 2768))) - : (c <= 2785 || (c < 2831 - ? (c < 2821 - ? c == 2809 - : c <= 2828) - : (c <= 2832 || (c >= 2835 && c <= 2856))))) - : (c <= 2864 || (c < 2911 - ? (c < 2877 - ? (c < 2869 - ? (c >= 2866 && c <= 2867) - : c <= 2873) - : (c <= 2877 || (c >= 2908 && c <= 2909))) - : (c <= 2913 || (c < 2949 - ? (c < 2947 - ? c == 2929 - : c <= 2947) - : (c <= 2954 || (c >= 2958 && c <= 2960))))))) - : (c <= 2965 || (c < 3090 - ? (c < 2984 - ? (c < 2974 - ? (c < 2972 - ? (c >= 2969 && c <= 2970) - : c <= 2972) - : (c <= 2975 || (c >= 2979 && c <= 2980))) - : (c <= 2986 || (c < 3077 - ? (c < 3024 + : (c <= 1366 || (c < 1376 + ? c == 1369 + : c <= 1416))) + : (c <= 1514 || (c < 1646 + ? (c < 1568 + ? (c >= 1519 && c <= 1522) + : c <= 1610) + : (c <= 1647 || (c >= 1649 && c <= 1747))))) + : (c <= 1749 || (c < 1808 + ? (c < 1786 + ? (c < 1774 + ? (c >= 1765 && c <= 1766) + : c <= 1775) + : (c <= 1788 || c == 1791)) + : (c <= 1808 || (c < 1969 + ? (c < 1869 + ? (c >= 1810 && c <= 1839) + : c <= 1957) + : (c <= 1969 || (c >= 1994 && c <= 2026))))))))) + : (c <= 2037 || (c < 2486 + ? (c < 2308 + ? (c < 2112 + ? (c < 2074 + ? (c < 2048 + ? c == 2042 + : c <= 2069) + : (c <= 2074 || (c < 2088 + ? c == 2084 + : c <= 2088))) + : (c <= 2136 || (c < 2185 + ? (c < 2160 + ? (c >= 2144 && c <= 2154) + : c <= 2183) + : (c <= 2190 || (c >= 2208 && c <= 2249))))) + : (c <= 2361 || (c < 2437 + ? (c < 2392 + ? (c < 2384 + ? c == 2365 + : c <= 2384) + : (c <= 2401 || (c >= 2417 && c <= 2432))) + : (c <= 2444 || (c < 2474 + ? (c < 2451 + ? (c >= 2447 && c <= 2448) + : c <= 2472) + : (c <= 2480 || c == 2482)))))) + : (c <= 2489 || (c < 2610 + ? (c < 2556 + ? (c < 2524 + ? (c < 2510 + ? c == 2493 + : c <= 2510) + : (c <= 2525 || (c < 2544 + ? (c >= 2527 && c <= 2529) + : c <= 2545))) + : (c <= 2556 || (c < 2579 + ? (c < 2575 + ? (c >= 2565 && c <= 2570) + : c <= 2576) + : (c <= 2600 || (c >= 2602 && c <= 2608))))) + : (c <= 2611 || (c < 2674 + ? (c < 2649 + ? (c < 2616 + ? (c >= 2613 && c <= 2614) + : c <= 2617) + : (c <= 2652 || c == 2654)) + : (c <= 2676 || (c < 2707 + ? (c < 2703 + ? (c >= 2693 && c <= 2701) + : c <= 2705) + : (c <= 2728 || (c >= 2730 && c <= 2736))))))))))) + : (c <= 2739 || (c < 3293 + ? (c < 2972 + ? (c < 2869 + ? (c < 2821 + ? (c < 2768 + ? (c < 2749 + ? (c >= 2741 && c <= 2745) + : c <= 2749) + : (c <= 2768 || (c < 2809 + ? (c >= 2784 && c <= 2785) + : c <= 2809))) + : (c <= 2828 || (c < 2858 + ? (c < 2835 + ? (c >= 2831 && c <= 2832) + : c <= 2856) + : (c <= 2864 || (c >= 2866 && c <= 2867))))) + : (c <= 2873 || (c < 2947 + ? (c < 2911 + ? (c < 2908 + ? c == 2877 + : c <= 2909) + : (c <= 2913 || c == 2929)) + : (c <= 2947 || (c < 2962 + ? (c < 2958 + ? (c >= 2949 && c <= 2954) + : c <= 2960) + : (c <= 2965 || (c >= 2969 && c <= 2970))))))) + : (c <= 2972 || (c < 3160 + ? (c < 3077 + ? (c < 2984 + ? (c < 2979 + ? (c >= 2974 && c <= 2975) + : c <= 2980) + : (c <= 2986 || (c < 3024 ? (c >= 2990 && c <= 3001) - : c <= 3024) - : (c <= 3084 || (c >= 3086 && c <= 3088))))) - : (c <= 3112 || (c < 3168 - ? (c < 3160 - ? (c < 3133 - ? (c >= 3114 && c <= 3129) - : c <= 3133) - : (c <= 3162 || c == 3165)) - : (c <= 3169 || (c < 3214 - ? (c < 3205 - ? c == 3200 - : c <= 3212) - : (c <= 3216 || (c >= 3218 && c <= 3240))))))))) - : (c <= 3251 || (c < 3648 - ? (c < 3412 - ? (c < 3332 - ? (c < 3293 - ? (c < 3261 - ? (c >= 3253 && c <= 3257) - : c <= 3261) - : (c <= 3294 || (c < 3313 + : c <= 3024))) + : (c <= 3084 || (c < 3114 + ? (c < 3090 + ? (c >= 3086 && c <= 3088) + : c <= 3112) + : (c <= 3129 || c == 3133)))) + : (c <= 3162 || (c < 3214 + ? (c < 3200 + ? (c < 3168 + ? c == 3165 + : c <= 3169) + : (c <= 3200 || (c >= 3205 && c <= 3212))) + : (c <= 3216 || (c < 3253 + ? (c < 3242 + ? (c >= 3218 && c <= 3240) + : c <= 3251) + : (c <= 3257 || c == 3261)))))))) + : (c <= 3294 || (c < 3718 + ? (c < 3461 + ? (c < 3389 + ? (c < 3332 + ? (c < 3313 ? (c >= 3296 && c <= 3297) - : c <= 3314))) - : (c <= 3340 || (c < 3389 - ? (c < 3346 + : c <= 3314) + : (c <= 3340 || (c < 3346 ? (c >= 3342 && c <= 3344) - : c <= 3386) - : (c <= 3389 || c == 3406)))) - : (c <= 3414 || (c < 3507 - ? (c < 3461 - ? (c < 3450 - ? (c >= 3423 && c <= 3425) - : c <= 3455) - : (c <= 3478 || (c >= 3482 && c <= 3505))) - : (c <= 3515 || (c < 3585 - ? (c < 3520 - ? c == 3517 - : c <= 3526) - : (c <= 3632 || c == 3634)))))) - : (c <= 3654 || (c < 3782 - ? (c < 3749 - ? (c < 3718 - ? (c < 3716 - ? (c >= 3713 && c <= 3714) - : c <= 3716) - : (c <= 3722 || (c >= 3724 && c <= 3747))) - : (c <= 3749 || (c < 3773 - ? (c < 3762 - ? (c >= 3751 && c <= 3760) - : c <= 3762) - : (c <= 3773 || (c >= 3776 && c <= 3780))))) - : (c <= 3782 || (c < 3976 - ? (c < 3904 - ? (c < 3840 - ? (c >= 3804 && c <= 3807) - : c <= 3840) - : (c <= 3911 || (c >= 3913 && c <= 3948))) - : (c <= 3980 || (c < 4176 - ? (c < 4159 - ? (c >= 4096 && c <= 4138) - : c <= 4159) - : (c <= 4181 || (c >= 4186 && c <= 4189))))))))))))) - : (c <= 4193 || (c < 8134 - ? (c < 6176 - ? (c < 4808 - ? (c < 4688 - ? (c < 4295 - ? (c < 4213 - ? (c < 4206 - ? (c >= 4197 && c <= 4198) - : c <= 4208) - : (c <= 4225 || (c < 4256 + : c <= 3386))) + : (c <= 3389 || (c < 3423 + ? (c < 3412 + ? c == 3406 + : c <= 3414) + : (c <= 3425 || (c >= 3450 && c <= 3455))))) + : (c <= 3478 || (c < 3585 + ? (c < 3517 + ? (c < 3507 + ? (c >= 3482 && c <= 3505) + : c <= 3515) + : (c <= 3517 || (c >= 3520 && c <= 3526))) + : (c <= 3632 || (c < 3713 + ? (c < 3648 + ? c == 3634 + : c <= 3654) + : (c <= 3714 || c == 3716)))))) + : (c <= 3722 || (c < 3904 + ? (c < 3773 + ? (c < 3751 + ? (c < 3749 + ? (c >= 3724 && c <= 3747) + : c <= 3749) + : (c <= 3760 || c == 3762)) + : (c <= 3773 || (c < 3804 + ? (c < 3782 + ? (c >= 3776 && c <= 3780) + : c <= 3782) + : (c <= 3807 || c == 3840)))) + : (c <= 3911 || (c < 4176 + ? (c < 4096 + ? (c < 3976 + ? (c >= 3913 && c <= 3948) + : c <= 3980) + : (c <= 4138 || c == 4159)) + : (c <= 4181 || (c < 4197 + ? (c < 4193 + ? (c >= 4186 && c <= 4189) + : c <= 4193) + : (c <= 4198 || (c >= 4206 && c <= 4208))))))))))))) + : (c <= 4225 || (c < 8182 + ? (c < 6400 + ? (c < 4888 + ? (c < 4704 + ? (c < 4348 + ? (c < 4295 + ? (c < 4256 ? c == 4238 - : c <= 4293))) - : (c <= 4295 || (c < 4348 - ? (c < 4304 + : c <= 4293) + : (c <= 4295 || (c < 4304 ? c == 4301 - : c <= 4346) - : (c <= 4680 || (c >= 4682 && c <= 4685))))) - : (c <= 4694 || (c < 4752 - ? (c < 4704 - ? (c < 4698 - ? c == 4696 - : c <= 4701) - : (c <= 4744 || (c >= 4746 && c <= 4749))) - : (c <= 4784 || (c < 4800 - ? (c < 4792 - ? (c >= 4786 && c <= 4789) - : c <= 4798) - : (c <= 4800 || (c >= 4802 && c <= 4805))))))) - : (c <= 4822 || (c < 5792 - ? (c < 5024 - ? (c < 4888 - ? (c < 4882 - ? (c >= 4824 && c <= 4880) - : c <= 4885) - : (c <= 4954 || (c >= 4992 && c <= 5007))) - : (c <= 5109 || (c < 5743 - ? (c < 5121 - ? (c >= 5112 && c <= 5117) - : c <= 5740) - : (c <= 5759 || (c >= 5761 && c <= 5786))))) - : (c <= 5866 || (c < 5984 - ? (c < 5919 - ? (c < 5888 - ? (c >= 5870 && c <= 5880) - : c <= 5905) - : (c <= 5937 || (c >= 5952 && c <= 5969))) - : (c <= 5996 || (c < 6103 - ? (c < 6016 - ? (c >= 5998 && c <= 6000) - : c <= 6067) - : (c <= 6103 || c == 6108)))))))) - : (c <= 6264 || (c < 7312 - ? (c < 6823 - ? (c < 6512 - ? (c < 6320 - ? (c < 6314 - ? (c >= 6272 && c <= 6312) - : c <= 6314) - : (c <= 6389 || (c < 6480 - ? (c >= 6400 && c <= 6430) - : c <= 6509))) - : (c <= 6516 || (c < 6656 - ? (c < 6576 - ? (c >= 6528 && c <= 6571) - : c <= 6601) - : (c <= 6678 || (c >= 6688 && c <= 6740))))) - : (c <= 6823 || (c < 7098 - ? (c < 7043 - ? (c < 6981 - ? (c >= 6917 && c <= 6963) - : c <= 6988) - : (c <= 7072 || (c >= 7086 && c <= 7087))) - : (c <= 7141 || (c < 7258 - ? (c < 7245 - ? (c >= 7168 && c <= 7203) - : c <= 7247) - : (c <= 7293 || (c >= 7296 && c <= 7304))))))) - : (c <= 7354 || (c < 8008 - ? (c < 7418 - ? (c < 7406 - ? (c < 7401 - ? (c >= 7357 && c <= 7359) - : c <= 7404) - : (c <= 7411 || (c >= 7413 && c <= 7414))) - : (c <= 7418 || (c < 7960 - ? (c < 7680 - ? (c >= 7424 && c <= 7615) - : c <= 7957) - : (c <= 7965 || (c >= 7968 && c <= 8005))))) - : (c <= 8013 || (c < 8031 - ? (c < 8027 + : c <= 4346))) + : (c <= 4680 || (c < 4696 + ? (c < 4688 + ? (c >= 4682 && c <= 4685) + : c <= 4694) + : (c <= 4696 || (c >= 4698 && c <= 4701))))) + : (c <= 4744 || (c < 4800 + ? (c < 4786 + ? (c < 4752 + ? (c >= 4746 && c <= 4749) + : c <= 4784) + : (c <= 4789 || (c >= 4792 && c <= 4798))) + : (c <= 4800 || (c < 4824 + ? (c < 4808 + ? (c >= 4802 && c <= 4805) + : c <= 4822) + : (c <= 4880 || (c >= 4882 && c <= 4885))))))) + : (c <= 4954 || (c < 5952 + ? (c < 5761 + ? (c < 5112 + ? (c < 5024 + ? (c >= 4992 && c <= 5007) + : c <= 5109) + : (c <= 5117 || (c < 5743 + ? (c >= 5121 && c <= 5740) + : c <= 5759))) + : (c <= 5786 || (c < 5888 + ? (c < 5870 + ? (c >= 5792 && c <= 5866) + : c <= 5880) + : (c <= 5905 || (c >= 5919 && c <= 5937))))) + : (c <= 5969 || (c < 6108 + ? (c < 6016 + ? (c < 5998 + ? (c >= 5984 && c <= 5996) + : c <= 6000) + : (c <= 6067 || c == 6103)) + : (c <= 6108 || (c < 6314 + ? (c < 6272 + ? (c >= 6176 && c <= 6264) + : c <= 6312) + : (c <= 6314 || (c >= 6320 && c <= 6389))))))))) + : (c <= 6430 || (c < 7413 + ? (c < 7086 + ? (c < 6688 + ? (c < 6528 + ? (c < 6512 + ? (c >= 6480 && c <= 6509) + : c <= 6516) + : (c <= 6571 || (c < 6656 + ? (c >= 6576 && c <= 6601) + : c <= 6678))) + : (c <= 6740 || (c < 6981 + ? (c < 6917 + ? c == 6823 + : c <= 6963) + : (c <= 6988 || (c >= 7043 && c <= 7072))))) + : (c <= 7087 || (c < 7296 + ? (c < 7245 + ? (c < 7168 + ? (c >= 7098 && c <= 7141) + : c <= 7203) + : (c <= 7247 || (c >= 7258 && c <= 7293))) + : (c <= 7304 || (c < 7401 + ? (c < 7357 + ? (c >= 7312 && c <= 7354) + : c <= 7359) + : (c <= 7404 || (c >= 7406 && c <= 7411))))))) + : (c <= 7414 || (c < 8031 + ? (c < 8008 + ? (c < 7680 + ? (c < 7424 + ? c == 7418 + : c <= 7615) + : (c <= 7957 || (c < 7968 + ? (c >= 7960 && c <= 7965) + : c <= 8005))) + : (c <= 8013 || (c < 8027 ? (c < 8025 ? (c >= 8016 && c <= 8023) : c <= 8025) - : (c <= 8027 || c == 8029)) - : (c <= 8061 || (c < 8126 + : (c <= 8027 || c == 8029)))) + : (c <= 8061 || (c < 8134 + ? (c < 8126 ? (c < 8118 ? (c >= 8064 && c <= 8116) : c <= 8124) - : (c <= 8126 || (c >= 8130 && c <= 8132))))))))))) - : (c <= 8140 || (c < 12337 - ? (c < 8544 - ? (c < 8458 - ? (c < 8305 - ? (c < 8160 + : (c <= 8126 || (c >= 8130 && c <= 8132))) + : (c <= 8140 || (c < 8160 ? (c < 8150 ? (c >= 8144 && c <= 8147) : c <= 8155) - : (c <= 8172 || (c < 8182 - ? (c >= 8178 && c <= 8180) - : c <= 8188))) - : (c <= 8305 || (c < 8450 - ? (c < 8336 - ? c == 8319 - : c <= 8348) - : (c <= 8450 || c == 8455)))) - : (c <= 8467 || (c < 8488 - ? (c < 8484 + : (c <= 8172 || (c >= 8178 && c <= 8180))))))))))) + : (c <= 8188 || (c < 12549 + ? (c < 11559 + ? (c < 8488 + ? (c < 8458 + ? (c < 8336 + ? (c < 8319 + ? c == 8305 + : c <= 8319) + : (c <= 8348 || (c < 8455 + ? c == 8450 + : c <= 8455))) + : (c <= 8467 || (c < 8484 ? (c < 8472 ? c == 8469 : c <= 8477) - : (c <= 8484 || c == 8486)) - : (c <= 8488 || (c < 8517 + : (c <= 8484 || c == 8486)))) + : (c <= 8488 || (c < 8544 + ? (c < 8517 ? (c < 8508 ? (c >= 8490 && c <= 8505) : c <= 8511) - : (c <= 8521 || c == 8526)))))) - : (c <= 8584 || (c < 11680 - ? (c < 11559 - ? (c < 11506 + : (c <= 8521 || c == 8526)) + : (c <= 8584 || (c < 11506 ? (c < 11499 ? (c >= 11264 && c <= 11492) : c <= 11502) - : (c <= 11507 || (c >= 11520 && c <= 11557))) - : (c <= 11559 || (c < 11631 + : (c <= 11507 || (c >= 11520 && c <= 11557))))))) + : (c <= 11559 || (c < 11728 + ? (c < 11688 + ? (c < 11631 ? (c < 11568 ? c == 11565 : c <= 11623) - : (c <= 11631 || (c >= 11648 && c <= 11670))))) - : (c <= 11686 || (c < 11720 - ? (c < 11704 - ? (c < 11696 - ? (c >= 11688 && c <= 11694) - : c <= 11702) - : (c <= 11710 || (c >= 11712 && c <= 11718))) - : (c <= 11726 || (c < 12293 - ? (c < 11736 - ? (c >= 11728 && c <= 11734) - : c <= 11742) - : (c <= 12295 || (c >= 12321 && c <= 12329))))))))) - : (c <= 12341 || (c < 42891 - ? (c < 19968 - ? (c < 12549 - ? (c < 12445 - ? (c < 12353 - ? (c >= 12344 && c <= 12348) - : c <= 12438) - : (c <= 12447 || (c < 12540 - ? (c >= 12449 && c <= 12538) - : c <= 12543))) - : (c <= 12591 || (c < 12784 + : (c <= 11631 || (c < 11680 + ? (c >= 11648 && c <= 11670) + : c <= 11686))) + : (c <= 11694 || (c < 11712 + ? (c < 11704 + ? (c >= 11696 && c <= 11702) + : c <= 11710) + : (c <= 11718 || (c >= 11720 && c <= 11726))))) + : (c <= 11734 || (c < 12344 + ? (c < 12321 + ? (c < 12293 + ? (c >= 11736 && c <= 11742) + : c <= 12295) + : (c <= 12329 || (c >= 12337 && c <= 12341))) + : (c <= 12348 || (c < 12449 + ? (c < 12445 + ? (c >= 12353 && c <= 12438) + : c <= 12447) + : (c <= 12538 || (c >= 12540 && c <= 12543))))))))) + : (c <= 12591 || (c < 43015 + ? (c < 42623 + ? (c < 42192 + ? (c < 12784 ? (c < 12704 ? (c >= 12593 && c <= 12686) : c <= 12735) - : (c <= 12799 || (c >= 13312 && c <= 19903))))) - : (c <= 42124 || (c < 42560 - ? (c < 42512 - ? (c < 42240 - ? (c >= 42192 && c <= 42237) - : c <= 42508) - : (c <= 42527 || (c >= 42538 && c <= 42539))) - : (c <= 42606 || (c < 42775 - ? (c < 42656 - ? (c >= 42623 && c <= 42653) - : c <= 42735) - : (c <= 42783 || (c >= 42786 && c <= 42888))))))) - : (c <= 42954 || (c < 43250 - ? (c < 43011 - ? (c < 42965 - ? (c < 42963 - ? (c >= 42960 && c <= 42961) - : c <= 42963) - : (c <= 42969 || (c >= 42994 && c <= 43009))) - : (c <= 43013 || (c < 43072 - ? (c < 43020 - ? (c >= 43015 && c <= 43018) - : c <= 43042) - : (c <= 43123 || (c >= 43138 && c <= 43187))))) - : (c <= 43255 || (c < 43360 - ? (c < 43274 - ? (c < 43261 - ? c == 43259 - : c <= 43262) - : (c <= 43301 || (c >= 43312 && c <= 43334))) - : (c <= 43388 || (c < 43488 - ? (c < 43471 - ? (c >= 43396 && c <= 43442) - : c <= 43471) - : (c <= 43492 || (c >= 43494 && c <= 43503))))))))))))))) - : (c <= 43518 || (c < 70727 - ? (c < 66956 - ? (c < 64914 - ? (c < 43868 - ? (c < 43714 - ? (c < 43646 - ? (c < 43588 - ? (c < 43584 - ? (c >= 43520 && c <= 43560) - : c <= 43586) - : (c <= 43595 || (c < 43642 - ? (c >= 43616 && c <= 43638) - : c <= 43642))) - : (c <= 43695 || (c < 43705 + : (c <= 12799 || (c < 19968 + ? (c >= 13312 && c <= 19903) + : c <= 42124))) + : (c <= 42237 || (c < 42538 + ? (c < 42512 + ? (c >= 42240 && c <= 42508) + : c <= 42527) + : (c <= 42539 || (c >= 42560 && c <= 42606))))) + : (c <= 42653 || (c < 42960 + ? (c < 42786 + ? (c < 42775 + ? (c >= 42656 && c <= 42735) + : c <= 42783) + : (c <= 42888 || (c >= 42891 && c <= 42954))) + : (c <= 42961 || (c < 42994 + ? (c < 42965 + ? c == 42963 + : c <= 42969) + : (c <= 43009 || (c >= 43011 && c <= 43013))))))) + : (c <= 43018 || (c < 43396 + ? (c < 43259 + ? (c < 43138 + ? (c < 43072 + ? (c >= 43020 && c <= 43042) + : c <= 43123) + : (c <= 43187 || (c >= 43250 && c <= 43255))) + : (c <= 43259 || (c < 43312 + ? (c < 43274 + ? (c >= 43261 && c <= 43262) + : c <= 43301) + : (c <= 43334 || (c >= 43360 && c <= 43388))))) + : (c <= 43442 || (c < 43520 + ? (c < 43494 + ? (c < 43488 + ? c == 43471 + : c <= 43492) + : (c <= 43503 || (c >= 43514 && c <= 43518))) + : (c <= 43560 || (c < 43616 + ? (c < 43588 + ? (c >= 43584 && c <= 43586) + : c <= 43595) + : (c <= 43638 || c == 43642)))))))))))))) + : (c <= 43695 || (c < 71236 + ? (c < 67424 + ? (c < 65149 + ? (c < 64112 + ? (c < 43793 + ? (c < 43739 + ? (c < 43705 ? (c < 43701 ? c == 43697 : c <= 43702) - : (c <= 43709 || c == 43712)))) - : (c <= 43714 || (c < 43785 - ? (c < 43762 - ? (c < 43744 - ? (c >= 43739 && c <= 43741) - : c <= 43754) - : (c <= 43764 || (c >= 43777 && c <= 43782))) - : (c <= 43790 || (c < 43816 - ? (c < 43808 - ? (c >= 43793 && c <= 43798) - : c <= 43814) - : (c <= 43822 || (c >= 43824 && c <= 43866))))))) - : (c <= 43881 || (c < 64287 - ? (c < 63744 - ? (c < 55216 - ? (c < 44032 - ? (c >= 43888 && c <= 44002) - : c <= 55203) - : (c <= 55238 || (c >= 55243 && c <= 55291))) - : (c <= 64109 || (c < 64275 - ? (c < 64256 - ? (c >= 64112 && c <= 64217) - : c <= 64262) - : (c <= 64279 || c == 64285)))) - : (c <= 64296 || (c < 64323 - ? (c < 64318 - ? (c < 64312 - ? (c >= 64298 && c <= 64310) - : c <= 64316) - : (c <= 64318 || (c >= 64320 && c <= 64321))) - : (c <= 64324 || (c < 64612 - ? (c < 64467 - ? (c >= 64326 && c <= 64433) - : c <= 64605) - : (c <= 64829 || (c >= 64848 && c <= 64911))))))))) - : (c <= 64967 || (c < 65599 - ? (c < 65382 - ? (c < 65147 - ? (c < 65139 - ? (c < 65137 - ? (c >= 65008 && c <= 65017) - : c <= 65137) - : (c <= 65139 || (c < 65145 - ? c == 65143 - : c <= 65145))) - : (c <= 65147 || (c < 65313 - ? (c < 65151 - ? c == 65149 - : c <= 65276) - : (c <= 65338 || (c >= 65345 && c <= 65370))))) - : (c <= 65437 || (c < 65498 - ? (c < 65482 - ? (c < 65474 - ? (c >= 65440 && c <= 65470) - : c <= 65479) - : (c <= 65487 || (c >= 65490 && c <= 65495))) - : (c <= 65500 || (c < 65576 - ? (c < 65549 - ? (c >= 65536 && c <= 65547) - : c <= 65574) - : (c <= 65594 || (c >= 65596 && c <= 65597))))))) - : (c <= 65613 || (c < 66464 - ? (c < 66208 - ? (c < 65856 - ? (c < 65664 - ? (c >= 65616 && c <= 65629) - : c <= 65786) - : (c <= 65908 || (c >= 66176 && c <= 66204))) - : (c <= 66256 || (c < 66384 - ? (c < 66349 - ? (c >= 66304 && c <= 66335) - : c <= 66378) - : (c <= 66421 || (c >= 66432 && c <= 66461))))) - : (c <= 66499 || (c < 66776 - ? (c < 66560 - ? (c < 66513 + : (c <= 43709 || (c < 43714 + ? c == 43712 + : c <= 43714))) + : (c <= 43741 || (c < 43777 + ? (c < 43762 + ? (c >= 43744 && c <= 43754) + : c <= 43764) + : (c <= 43782 || (c >= 43785 && c <= 43790))))) + : (c <= 43798 || (c < 43888 + ? (c < 43824 + ? (c < 43816 + ? (c >= 43808 && c <= 43814) + : c <= 43822) + : (c <= 43866 || (c >= 43868 && c <= 43881))) + : (c <= 44002 || (c < 55243 + ? (c < 55216 + ? (c >= 44032 && c <= 55203) + : c <= 55238) + : (c <= 55291 || (c >= 63744 && c <= 64109))))))) + : (c <= 64217 || (c < 64467 + ? (c < 64312 + ? (c < 64285 + ? (c < 64275 + ? (c >= 64256 && c <= 64262) + : c <= 64279) + : (c <= 64285 || (c < 64298 + ? (c >= 64287 && c <= 64296) + : c <= 64310))) + : (c <= 64316 || (c < 64323 + ? (c < 64320 + ? c == 64318 + : c <= 64321) + : (c <= 64324 || (c >= 64326 && c <= 64433))))) + : (c <= 64605 || (c < 65137 + ? (c < 64914 + ? (c < 64848 + ? (c >= 64612 && c <= 64829) + : c <= 64911) + : (c <= 64967 || (c >= 65008 && c <= 65017))) + : (c <= 65137 || (c < 65145 + ? (c < 65143 + ? c == 65139 + : c <= 65143) + : (c <= 65145 || c == 65147)))))))) + : (c <= 65149 || (c < 66349 + ? (c < 65549 + ? (c < 65474 + ? (c < 65345 + ? (c < 65313 + ? (c >= 65151 && c <= 65276) + : c <= 65338) + : (c <= 65370 || (c < 65440 + ? (c >= 65382 && c <= 65437) + : c <= 65470))) + : (c <= 65479 || (c < 65498 + ? (c < 65490 + ? (c >= 65482 && c <= 65487) + : c <= 65495) + : (c <= 65500 || (c >= 65536 && c <= 65547))))) + : (c <= 65574 || (c < 65664 + ? (c < 65599 + ? (c < 65596 + ? (c >= 65576 && c <= 65594) + : c <= 65597) + : (c <= 65613 || (c >= 65616 && c <= 65629))) + : (c <= 65786 || (c < 66208 + ? (c < 66176 + ? (c >= 65856 && c <= 65908) + : c <= 66204) + : (c <= 66256 || (c >= 66304 && c <= 66335))))))) + : (c <= 66378 || (c < 66928 + ? (c < 66560 + ? (c < 66464 + ? (c < 66432 + ? (c >= 66384 && c <= 66421) + : c <= 66461) + : (c <= 66499 || (c < 66513 ? (c >= 66504 && c <= 66511) - : c <= 66517) - : (c <= 66717 || (c >= 66736 && c <= 66771))) - : (c <= 66811 || (c < 66928 - ? (c < 66864 - ? (c >= 66816 && c <= 66855) - : c <= 66915) - : (c <= 66938 || (c >= 66940 && c <= 66954))))))))))) - : (c <= 66962 || (c < 68864 - ? (c < 67828 - ? (c < 67506 - ? (c < 67072 - ? (c < 66979 - ? (c < 66967 - ? (c >= 66964 && c <= 66965) - : c <= 66977) - : (c <= 66993 || (c < 67003 + : c <= 66517))) + : (c <= 66717 || (c < 66816 + ? (c < 66776 + ? (c >= 66736 && c <= 66771) + : c <= 66811) + : (c <= 66855 || (c >= 66864 && c <= 66915))))) + : (c <= 66938 || (c < 66979 + ? (c < 66964 + ? (c < 66956 + ? (c >= 66940 && c <= 66954) + : c <= 66962) + : (c <= 66965 || (c >= 66967 && c <= 66977))) + : (c <= 66993 || (c < 67072 + ? (c < 67003 ? (c >= 66995 && c <= 67001) - : c <= 67004))) - : (c <= 67382 || (c < 67456 - ? (c < 67424 - ? (c >= 67392 && c <= 67413) - : c <= 67431) - : (c <= 67461 || (c >= 67463 && c <= 67504))))) - : (c <= 67514 || (c < 67644 - ? (c < 67594 - ? (c < 67592 + : c <= 67004) + : (c <= 67382 || (c >= 67392 && c <= 67413))))))))))) + : (c <= 67431 || (c < 69635 + ? (c < 68121 + ? (c < 67712 + ? (c < 67594 + ? (c < 67506 + ? (c < 67463 + ? (c >= 67456 && c <= 67461) + : c <= 67504) + : (c <= 67514 || (c < 67592 ? (c >= 67584 && c <= 67589) - : c <= 67592) - : (c <= 67637 || (c >= 67639 && c <= 67640))) - : (c <= 67644 || (c < 67712 - ? (c < 67680 - ? (c >= 67647 && c <= 67669) - : c <= 67702) - : (c <= 67742 || (c >= 67808 && c <= 67826))))))) - : (c <= 67829 || (c < 68224 - ? (c < 68096 - ? (c < 67968 - ? (c < 67872 - ? (c >= 67840 && c <= 67861) - : c <= 67897) - : (c <= 68023 || (c >= 68030 && c <= 68031))) - : (c <= 68096 || (c < 68121 - ? (c < 68117 - ? (c >= 68112 && c <= 68115) - : c <= 68119) - : (c <= 68149 || (c >= 68192 && c <= 68220))))) - : (c <= 68252 || (c < 68448 - ? (c < 68352 - ? (c < 68297 - ? (c >= 68288 && c <= 68295) - : c <= 68324) - : (c <= 68405 || (c >= 68416 && c <= 68437))) - : (c <= 68466 || (c < 68736 - ? (c < 68608 - ? (c >= 68480 && c <= 68497) - : c <= 68680) - : (c <= 68786 || (c >= 68800 && c <= 68850))))))))) - : (c <= 68899 || (c < 70106 - ? (c < 69749 - ? (c < 69488 - ? (c < 69376 - ? (c < 69296 - ? (c >= 69248 && c <= 69289) - : c <= 69297) - : (c <= 69404 || (c < 69424 - ? c == 69415 - : c <= 69445))) - : (c <= 69505 || (c < 69635 - ? (c < 69600 - ? (c >= 69552 && c <= 69572) - : c <= 69622) - : (c <= 69687 || (c >= 69745 && c <= 69746))))) - : (c <= 69749 || (c < 69959 - ? (c < 69891 - ? (c < 69840 - ? (c >= 69763 && c <= 69807) - : c <= 69864) - : (c <= 69926 || c == 69956)) - : (c <= 69959 || (c < 70019 - ? (c < 70006 - ? (c >= 69968 && c <= 70002) - : c <= 70006) - : (c <= 70066 || (c >= 70081 && c <= 70084))))))) - : (c <= 70106 || (c < 70405 - ? (c < 70280 - ? (c < 70163 - ? (c < 70144 - ? c == 70108 - : c <= 70161) - : (c <= 70187 || (c >= 70272 && c <= 70278))) - : (c <= 70280 || (c < 70303 - ? (c < 70287 - ? (c >= 70282 && c <= 70285) - : c <= 70301) - : (c <= 70312 || (c >= 70320 && c <= 70366))))) - : (c <= 70412 || (c < 70453 - ? (c < 70442 - ? (c < 70419 - ? (c >= 70415 && c <= 70416) - : c <= 70440) - : (c <= 70448 || (c >= 70450 && c <= 70451))) - : (c <= 70457 || (c < 70493 - ? (c < 70480 - ? c == 70461 - : c <= 70480) - : (c <= 70497 || (c >= 70656 && c <= 70708))))))))))))) - : (c <= 70730 || (c < 119894 - ? (c < 73056 - ? (c < 72001 - ? (c < 71424 - ? (c < 71128 - ? (c < 70852 - ? (c < 70784 - ? (c >= 70751 && c <= 70753) - : c <= 70831) - : (c <= 70853 || (c < 71040 + : c <= 67592))) + : (c <= 67637 || (c < 67647 + ? (c < 67644 + ? (c >= 67639 && c <= 67640) + : c <= 67644) + : (c <= 67669 || (c >= 67680 && c <= 67702))))) + : (c <= 67742 || (c < 67968 + ? (c < 67840 + ? (c < 67828 + ? (c >= 67808 && c <= 67826) + : c <= 67829) + : (c <= 67861 || (c >= 67872 && c <= 67897))) + : (c <= 68023 || (c < 68112 + ? (c < 68096 + ? (c >= 68030 && c <= 68031) + : c <= 68096) + : (c <= 68115 || (c >= 68117 && c <= 68119))))))) + : (c <= 68149 || (c < 68800 + ? (c < 68416 + ? (c < 68288 + ? (c < 68224 + ? (c >= 68192 && c <= 68220) + : c <= 68252) + : (c <= 68295 || (c < 68352 + ? (c >= 68297 && c <= 68324) + : c <= 68405))) + : (c <= 68437 || (c < 68608 + ? (c < 68480 + ? (c >= 68448 && c <= 68466) + : c <= 68497) + : (c <= 68680 || (c >= 68736 && c <= 68786))))) + : (c <= 68850 || (c < 69415 + ? (c < 69296 + ? (c < 69248 + ? (c >= 68864 && c <= 68899) + : c <= 69289) + : (c <= 69297 || (c >= 69376 && c <= 69404))) + : (c <= 69415 || (c < 69552 + ? (c < 69488 + ? (c >= 69424 && c <= 69445) + : c <= 69505) + : (c <= 69572 || (c >= 69600 && c <= 69622))))))))) + : (c <= 69687 || (c < 70303 + ? (c < 70081 + ? (c < 69956 + ? (c < 69763 + ? (c < 69749 + ? (c >= 69745 && c <= 69746) + : c <= 69749) + : (c <= 69807 || (c < 69891 + ? (c >= 69840 && c <= 69864) + : c <= 69926))) + : (c <= 69956 || (c < 70006 + ? (c < 69968 + ? c == 69959 + : c <= 70002) + : (c <= 70006 || (c >= 70019 && c <= 70066))))) + : (c <= 70084 || (c < 70207 + ? (c < 70144 + ? (c < 70108 + ? c == 70106 + : c <= 70108) + : (c <= 70161 || (c >= 70163 && c <= 70187))) + : (c <= 70208 || (c < 70282 + ? (c < 70280 + ? (c >= 70272 && c <= 70278) + : c <= 70280) + : (c <= 70285 || (c >= 70287 && c <= 70301))))))) + : (c <= 70312 || (c < 70493 + ? (c < 70442 + ? (c < 70415 + ? (c < 70405 + ? (c >= 70320 && c <= 70366) + : c <= 70412) + : (c <= 70416 || (c >= 70419 && c <= 70440))) + : (c <= 70448 || (c < 70461 + ? (c < 70453 + ? (c >= 70450 && c <= 70451) + : c <= 70457) + : (c <= 70461 || c == 70480)))) + : (c <= 70497 || (c < 70852 + ? (c < 70751 + ? (c < 70727 + ? (c >= 70656 && c <= 70708) + : c <= 70730) + : (c <= 70753 || (c >= 70784 && c <= 70831))) + : (c <= 70853 || (c < 71128 + ? (c < 71040 ? c == 70855 - : c <= 71086))) - : (c <= 71131 || (c < 71296 - ? (c < 71236 - ? (c >= 71168 && c <= 71215) - : c <= 71236) - : (c <= 71338 || c == 71352)))) - : (c <= 71450 || (c < 71945 - ? (c < 71840 - ? (c < 71680 + : c <= 71086) + : (c <= 71131 || (c >= 71168 && c <= 71215))))))))))))) + : (c <= 71236 || (c < 119973 + ? (c < 73728 + ? (c < 72272 + ? (c < 71960 + ? (c < 71840 + ? (c < 71424 + ? (c < 71352 + ? (c >= 71296 && c <= 71338) + : c <= 71352) + : (c <= 71450 || (c < 71680 ? (c >= 71488 && c <= 71494) - : c <= 71723) - : (c <= 71903 || (c >= 71935 && c <= 71942))) - : (c <= 71945 || (c < 71960 - ? (c < 71957 - ? (c >= 71948 && c <= 71955) - : c <= 71958) - : (c <= 71983 || c == 71999)))))) - : (c <= 72001 || (c < 72349 - ? (c < 72192 - ? (c < 72161 - ? (c < 72106 - ? (c >= 72096 && c <= 72103) - : c <= 72144) - : (c <= 72161 || c == 72163)) - : (c <= 72192 || (c < 72272 - ? (c < 72250 - ? (c >= 72203 && c <= 72242) - : c <= 72250) - : (c <= 72272 || (c >= 72284 && c <= 72329))))) - : (c <= 72349 || (c < 72818 - ? (c < 72714 - ? (c < 72704 - ? (c >= 72368 && c <= 72440) - : c <= 72712) - : (c <= 72750 || c == 72768)) - : (c <= 72847 || (c < 72971 - ? (c < 72968 - ? (c >= 72960 && c <= 72966) - : c <= 72969) - : (c <= 73008 || c == 73030)))))))) - : (c <= 73061 || (c < 93952 - ? (c < 82944 - ? (c < 73728 - ? (c < 73112 - ? (c < 73066 - ? (c >= 73063 && c <= 73064) - : c <= 73097) - : (c <= 73112 || (c < 73648 - ? (c >= 73440 && c <= 73458) - : c <= 73648))) - : (c <= 74649 || (c < 77712 + : c <= 71723))) + : (c <= 71903 || (c < 71948 + ? (c < 71945 + ? (c >= 71935 && c <= 71942) + : c <= 71945) + : (c <= 71955 || (c >= 71957 && c <= 71958))))) + : (c <= 71983 || (c < 72161 + ? (c < 72096 + ? (c < 72001 + ? c == 71999 + : c <= 72001) + : (c <= 72103 || (c >= 72106 && c <= 72144))) + : (c <= 72161 || (c < 72203 + ? (c < 72192 + ? c == 72163 + : c <= 72192) + : (c <= 72242 || c == 72250)))))) + : (c <= 72272 || (c < 73030 + ? (c < 72768 + ? (c < 72368 + ? (c < 72349 + ? (c >= 72284 && c <= 72329) + : c <= 72349) + : (c <= 72440 || (c < 72714 + ? (c >= 72704 && c <= 72712) + : c <= 72750))) + : (c <= 72768 || (c < 72968 + ? (c < 72960 + ? (c >= 72818 && c <= 72847) + : c <= 72966) + : (c <= 72969 || (c >= 72971 && c <= 73008))))) + : (c <= 73030 || (c < 73440 + ? (c < 73066 + ? (c < 73063 + ? (c >= 73056 && c <= 73061) + : c <= 73064) + : (c <= 73097 || c == 73112)) + : (c <= 73458 || (c < 73490 + ? (c < 73476 + ? c == 73474 + : c <= 73488) + : (c <= 73523 || c == 73648)))))))) + : (c <= 74649 || (c < 94208 + ? (c < 92928 + ? (c < 82944 + ? (c < 77712 ? (c < 74880 ? (c >= 74752 && c <= 74862) : c <= 75075) - : (c <= 77808 || (c >= 77824 && c <= 78894))))) - : (c <= 83526 || (c < 92928 - ? (c < 92784 + : (c <= 77808 || (c < 78913 + ? (c >= 77824 && c <= 78895) + : c <= 78918))) + : (c <= 83526 || (c < 92784 ? (c < 92736 ? (c >= 92160 && c <= 92728) : c <= 92766) - : (c <= 92862 || (c >= 92880 && c <= 92909))) - : (c <= 92975 || (c < 93053 + : (c <= 92862 || (c >= 92880 && c <= 92909))))) + : (c <= 92975 || (c < 93952 + ? (c < 93053 ? (c < 93027 ? (c >= 92992 && c <= 92995) : c <= 93047) - : (c <= 93071 || (c >= 93760 && c <= 93823))))))) - : (c <= 94026 || (c < 110589 - ? (c < 94208 - ? (c < 94176 + : (c <= 93071 || (c >= 93760 && c <= 93823))) + : (c <= 94026 || (c < 94176 ? (c < 94099 ? c == 94032 : c <= 94111) - : (c <= 94177 || c == 94179)) - : (c <= 100343 || (c < 110576 + : (c <= 94177 || c == 94179)))))) + : (c <= 100343 || (c < 110948 + ? (c < 110589 + ? (c < 110576 ? (c < 101632 ? (c >= 100352 && c <= 101589) : c <= 101640) - : (c <= 110579 || (c >= 110581 && c <= 110587))))) - : (c <= 110590 || (c < 113664 - ? (c < 110948 - ? (c < 110928 + : (c <= 110579 || (c >= 110581 && c <= 110587))) + : (c <= 110590 || (c < 110928 + ? (c < 110898 ? (c >= 110592 && c <= 110882) - : c <= 110930) - : (c <= 110951 || (c >= 110960 && c <= 111355))) - : (c <= 113770 || (c < 113808 - ? (c < 113792 - ? (c >= 113776 && c <= 113788) - : c <= 113800) - : (c <= 113817 || (c >= 119808 && c <= 119892))))))))))) - : (c <= 119964 || (c < 125259 - ? (c < 120572 - ? (c < 120086 - ? (c < 119995 - ? (c < 119973 - ? (c < 119970 - ? (c >= 119966 && c <= 119967) - : c <= 119970) - : (c <= 119974 || (c < 119982 + : c <= 110898) + : (c <= 110930 || c == 110933)))) + : (c <= 110951 || (c < 113808 + ? (c < 113776 + ? (c < 113664 + ? (c >= 110960 && c <= 111355) + : c <= 113770) + : (c <= 113788 || (c >= 113792 && c <= 113800))) + : (c <= 113817 || (c < 119966 + ? (c < 119894 + ? (c >= 119808 && c <= 119892) + : c <= 119964) + : (c <= 119967 || c == 119970)))))))))) + : (c <= 119974 || (c < 126464 + ? (c < 120656 + ? (c < 120128 + ? (c < 120071 + ? (c < 119995 + ? (c < 119982 ? (c >= 119977 && c <= 119980) - : c <= 119993))) - : (c <= 119995 || (c < 120071 - ? (c < 120005 + : c <= 119993) + : (c <= 119995 || (c < 120005 ? (c >= 119997 && c <= 120003) - : c <= 120069) - : (c <= 120074 || (c >= 120077 && c <= 120084))))) - : (c <= 120092 || (c < 120138 - ? (c < 120128 - ? (c < 120123 - ? (c >= 120094 && c <= 120121) - : c <= 120126) - : (c <= 120132 || c == 120134)) - : (c <= 120144 || (c < 120514 - ? (c < 120488 - ? (c >= 120146 && c <= 120485) - : c <= 120512) - : (c <= 120538 || (c >= 120540 && c <= 120570))))))) - : (c <= 120596 || (c < 123191 - ? (c < 120714 - ? (c < 120656 - ? (c < 120630 - ? (c >= 120598 && c <= 120628) - : c <= 120654) - : (c <= 120686 || (c >= 120688 && c <= 120712))) - : (c <= 120744 || (c < 122624 - ? (c < 120772 - ? (c >= 120746 && c <= 120770) - : c <= 120779) - : (c <= 122654 || (c >= 123136 && c <= 123180))))) - : (c <= 123197 || (c < 124904 - ? (c < 123584 - ? (c < 123536 - ? c == 123214 - : c <= 123565) - : (c <= 123627 || (c >= 124896 && c <= 124902))) - : (c <= 124907 || (c < 124928 - ? (c < 124912 - ? (c >= 124909 && c <= 124910) - : c <= 124926) - : (c <= 125124 || (c >= 125184 && c <= 125251))))))))) - : (c <= 125259 || (c < 126559 - ? (c < 126535 - ? (c < 126505 - ? (c < 126497 - ? (c < 126469 - ? (c >= 126464 && c <= 126467) - : c <= 126495) - : (c <= 126498 || (c < 126503 - ? c == 126500 - : c <= 126503))) - : (c <= 126514 || (c < 126523 - ? (c < 126521 - ? (c >= 126516 && c <= 126519) - : c <= 126521) - : (c <= 126523 || c == 126530)))) - : (c <= 126535 || (c < 126548 - ? (c < 126541 - ? (c < 126539 - ? c == 126537 - : c <= 126539) - : (c <= 126543 || (c >= 126545 && c <= 126546))) - : (c <= 126548 || (c < 126555 - ? (c < 126553 - ? c == 126551 - : c <= 126553) - : (c <= 126555 || c == 126557)))))) - : (c <= 126559 || (c < 126625 - ? (c < 126580 - ? (c < 126567 - ? (c < 126564 - ? (c >= 126561 && c <= 126562) - : c <= 126564) - : (c <= 126570 || (c >= 126572 && c <= 126578))) - : (c <= 126583 || (c < 126592 - ? (c < 126590 - ? (c >= 126585 && c <= 126588) - : c <= 126590) - : (c <= 126601 || (c >= 126603 && c <= 126619))))) - : (c <= 126627 || (c < 177984 - ? (c < 131072 - ? (c < 126635 - ? (c >= 126629 && c <= 126633) - : c <= 126651) - : (c <= 173791 || (c >= 173824 && c <= 177976))) - : (c <= 178205 || (c < 194560 - ? (c < 183984 - ? (c >= 178208 && c <= 183969) - : c <= 191456) - : (c <= 195101 || (c >= 196608 && c <= 201546))))))))))))))))); + : c <= 120069))) + : (c <= 120074 || (c < 120094 + ? (c < 120086 + ? (c >= 120077 && c <= 120084) + : c <= 120092) + : (c <= 120121 || (c >= 120123 && c <= 120126))))) + : (c <= 120132 || (c < 120514 + ? (c < 120146 + ? (c < 120138 + ? c == 120134 + : c <= 120144) + : (c <= 120485 || (c >= 120488 && c <= 120512))) + : (c <= 120538 || (c < 120598 + ? (c < 120572 + ? (c >= 120540 && c <= 120570) + : c <= 120596) + : (c <= 120628 || (c >= 120630 && c <= 120654))))))) + : (c <= 120686 || (c < 123536 + ? (c < 122661 + ? (c < 120746 + ? (c < 120714 + ? (c >= 120688 && c <= 120712) + : c <= 120744) + : (c <= 120770 || (c < 122624 + ? (c >= 120772 && c <= 120779) + : c <= 122654))) + : (c <= 122666 || (c < 123191 + ? (c < 123136 + ? (c >= 122928 && c <= 122989) + : c <= 123180) + : (c <= 123197 || c == 123214)))) + : (c <= 123565 || (c < 124909 + ? (c < 124896 + ? (c < 124112 + ? (c >= 123584 && c <= 123627) + : c <= 124139) + : (c <= 124902 || (c >= 124904 && c <= 124907))) + : (c <= 124910 || (c < 125184 + ? (c < 124928 + ? (c >= 124912 && c <= 124926) + : c <= 125124) + : (c <= 125251 || c == 125259)))))))) + : (c <= 126467 || (c < 126561 + ? (c < 126537 + ? (c < 126516 + ? (c < 126500 + ? (c < 126497 + ? (c >= 126469 && c <= 126495) + : c <= 126498) + : (c <= 126500 || (c < 126505 + ? c == 126503 + : c <= 126514))) + : (c <= 126519 || (c < 126530 + ? (c < 126523 + ? c == 126521 + : c <= 126523) + : (c <= 126530 || c == 126535)))) + : (c <= 126537 || (c < 126551 + ? (c < 126545 + ? (c < 126541 + ? c == 126539 + : c <= 126543) + : (c <= 126546 || c == 126548)) + : (c <= 126551 || (c < 126557 + ? (c < 126555 + ? c == 126553 + : c <= 126555) + : (c <= 126557 || c == 126559)))))) + : (c <= 126562 || (c < 126629 + ? (c < 126585 + ? (c < 126572 + ? (c < 126567 + ? c == 126564 + : c <= 126570) + : (c <= 126578 || (c >= 126580 && c <= 126583))) + : (c <= 126588 || (c < 126603 + ? (c < 126592 + ? c == 126590 + : c <= 126601) + : (c <= 126619 || (c >= 126625 && c <= 126627))))) + : (c <= 126633 || (c < 178208 + ? (c < 173824 + ? (c < 131072 + ? (c >= 126635 && c <= 126651) + : c <= 173791) + : (c <= 177977 || (c >= 177984 && c <= 178205))) + : (c <= 183969 || (c < 196608 + ? (c < 194560 + ? (c >= 183984 && c <= 191456) + : c <= 195101) + : (c <= 201546 || (c >= 201552 && c <= 205743))))))))))))))))); } static inline bool sym_identifier_character_set_4(int32_t c) { - return (c < 43514 - ? (c < 4193 - ? (c < 2707 + return (c < 43642 + ? (c < 4206 + ? (c < 2730 ? (c < 1994 ? (c < 910 ? (c < 736 @@ -6697,1680 +6766,1708 @@ static inline bool sym_identifier_character_set_4(int32_t c) { ? (c >= 2437 && c <= 2444) : c <= 2448) : (c <= 2472 || (c >= 2474 && c <= 2480))))))) - : (c <= 2482 || (c < 2579 - ? (c < 2527 + : (c <= 2482 || (c < 2602 + ? (c < 2544 ? (c < 2510 ? (c < 2493 ? (c >= 2486 && c <= 2489) : c <= 2493) - : (c <= 2510 || (c >= 2524 && c <= 2525))) - : (c <= 2529 || (c < 2565 - ? (c < 2556 - ? (c >= 2544 && c <= 2545) - : c <= 2556) - : (c <= 2570 || (c >= 2575 && c <= 2576))))) - : (c <= 2600 || (c < 2649 - ? (c < 2613 - ? (c < 2610 - ? (c >= 2602 && c <= 2608) - : c <= 2611) - : (c <= 2614 || (c >= 2616 && c <= 2617))) - : (c <= 2652 || (c < 2693 - ? (c < 2674 - ? c == 2654 - : c <= 2676) - : (c <= 2701 || (c >= 2703 && c <= 2705))))))))))) - : (c <= 2728 || (c < 3242 - ? (c < 2962 - ? (c < 2858 - ? (c < 2784 - ? (c < 2741 - ? (c < 2738 - ? (c >= 2730 && c <= 2736) - : c <= 2739) - : (c <= 2745 || (c < 2768 - ? c == 2749 - : c <= 2768))) - : (c <= 2785 || (c < 2831 - ? (c < 2821 - ? c == 2809 - : c <= 2828) - : (c <= 2832 || (c >= 2835 && c <= 2856))))) - : (c <= 2864 || (c < 2911 - ? (c < 2877 - ? (c < 2869 - ? (c >= 2866 && c <= 2867) - : c <= 2873) - : (c <= 2877 || (c >= 2908 && c <= 2909))) - : (c <= 2913 || (c < 2949 - ? (c < 2947 - ? c == 2929 - : c <= 2947) - : (c <= 2954 || (c >= 2958 && c <= 2960))))))) - : (c <= 2965 || (c < 3090 - ? (c < 2984 - ? (c < 2974 - ? (c < 2972 - ? (c >= 2969 && c <= 2970) - : c <= 2972) - : (c <= 2975 || (c >= 2979 && c <= 2980))) - : (c <= 2986 || (c < 3077 - ? (c < 3024 - ? (c >= 2990 && c <= 3001) - : c <= 3024) - : (c <= 3084 || (c >= 3086 && c <= 3088))))) - : (c <= 3112 || (c < 3168 - ? (c < 3160 - ? (c < 3133 - ? (c >= 3114 && c <= 3129) - : c <= 3133) - : (c <= 3162 || c == 3165)) - : (c <= 3169 || (c < 3214 - ? (c < 3205 - ? c == 3200 - : c <= 3212) - : (c <= 3216 || (c >= 3218 && c <= 3240))))))))) - : (c <= 3251 || (c < 3648 - ? (c < 3412 - ? (c < 3332 - ? (c < 3293 - ? (c < 3261 - ? (c >= 3253 && c <= 3257) - : c <= 3261) - : (c <= 3294 || (c < 3313 - ? (c >= 3296 && c <= 3297) - : c <= 3314))) - : (c <= 3340 || (c < 3389 - ? (c < 3346 - ? (c >= 3342 && c <= 3344) - : c <= 3386) - : (c <= 3389 || c == 3406)))) - : (c <= 3414 || (c < 3507 - ? (c < 3461 - ? (c < 3450 - ? (c >= 3423 && c <= 3425) - : c <= 3455) - : (c <= 3478 || (c >= 3482 && c <= 3505))) - : (c <= 3515 || (c < 3585 - ? (c < 3520 - ? c == 3517 - : c <= 3526) - : (c <= 3632 || c == 3634)))))) - : (c <= 3654 || (c < 3782 - ? (c < 3749 - ? (c < 3718 - ? (c < 3716 - ? (c >= 3713 && c <= 3714) - : c <= 3716) - : (c <= 3722 || (c >= 3724 && c <= 3747))) - : (c <= 3749 || (c < 3773 - ? (c < 3762 - ? (c >= 3751 && c <= 3760) - : c <= 3762) - : (c <= 3773 || (c >= 3776 && c <= 3780))))) - : (c <= 3782 || (c < 3976 - ? (c < 3904 - ? (c < 3840 - ? (c >= 3804 && c <= 3807) - : c <= 3840) - : (c <= 3911 || (c >= 3913 && c <= 3948))) - : (c <= 3980 || (c < 4176 - ? (c < 4159 - ? (c >= 4096 && c <= 4138) - : c <= 4159) - : (c <= 4181 || (c >= 4186 && c <= 4189))))))))))))) - : (c <= 4193 || (c < 8134 - ? (c < 6176 - ? (c < 4808 - ? (c < 4688 - ? (c < 4295 - ? (c < 4213 - ? (c < 4206 - ? (c >= 4197 && c <= 4198) - : c <= 4208) - : (c <= 4225 || (c < 4256 - ? c == 4238 - : c <= 4293))) - : (c <= 4295 || (c < 4348 - ? (c < 4304 - ? c == 4301 - : c <= 4346) - : (c <= 4680 || (c >= 4682 && c <= 4685))))) - : (c <= 4694 || (c < 4752 - ? (c < 4704 - ? (c < 4698 - ? c == 4696 - : c <= 4701) - : (c <= 4744 || (c >= 4746 && c <= 4749))) - : (c <= 4784 || (c < 4800 - ? (c < 4792 - ? (c >= 4786 && c <= 4789) - : c <= 4798) - : (c <= 4800 || (c >= 4802 && c <= 4805))))))) - : (c <= 4822 || (c < 5792 - ? (c < 5024 - ? (c < 4888 - ? (c < 4882 - ? (c >= 4824 && c <= 4880) - : c <= 4885) - : (c <= 4954 || (c >= 4992 && c <= 5007))) - : (c <= 5109 || (c < 5743 - ? (c < 5121 + : (c <= 2510 || (c < 2527 + ? (c >= 2524 && c <= 2525) + : c <= 2529))) + : (c <= 2545 || (c < 2575 + ? (c < 2565 + ? c == 2556 + : c <= 2570) + : (c <= 2576 || (c >= 2579 && c <= 2600))))) + : (c <= 2608 || (c < 2654 + ? (c < 2616 + ? (c < 2613 + ? (c >= 2610 && c <= 2611) + : c <= 2614) + : (c <= 2617 || (c >= 2649 && c <= 2652))) + : (c <= 2654 || (c < 2703 + ? (c < 2693 + ? (c >= 2674 && c <= 2676) + : c <= 2701) + : (c <= 2705 || (c >= 2707 && c <= 2728))))))))))) + : (c <= 2736 || (c < 3261 + ? (c < 2969 + ? (c < 2866 + ? (c < 2809 + ? (c < 2749 + ? (c < 2741 + ? (c >= 2738 && c <= 2739) + : c <= 2745) + : (c <= 2749 || (c < 2784 + ? c == 2768 + : c <= 2785))) + : (c <= 2809 || (c < 2835 + ? (c < 2831 + ? (c >= 2821 && c <= 2828) + : c <= 2832) + : (c <= 2856 || (c >= 2858 && c <= 2864))))) + : (c <= 2867 || (c < 2929 + ? (c < 2908 + ? (c < 2877 + ? (c >= 2869 && c <= 2873) + : c <= 2877) + : (c <= 2909 || (c >= 2911 && c <= 2913))) + : (c <= 2929 || (c < 2958 + ? (c < 2949 + ? c == 2947 + : c <= 2954) + : (c <= 2960 || (c >= 2962 && c <= 2965))))))) + : (c <= 2970 || (c < 3133 + ? (c < 3024 + ? (c < 2979 + ? (c < 2974 + ? c == 2972 + : c <= 2975) + : (c <= 2980 || (c < 2990 + ? (c >= 2984 && c <= 2986) + : c <= 3001))) + : (c <= 3024 || (c < 3090 + ? (c < 3086 + ? (c >= 3077 && c <= 3084) + : c <= 3088) + : (c <= 3112 || (c >= 3114 && c <= 3129))))) + : (c <= 3133 || (c < 3205 + ? (c < 3168 + ? (c < 3165 + ? (c >= 3160 && c <= 3162) + : c <= 3165) + : (c <= 3169 || c == 3200)) + : (c <= 3212 || (c < 3242 + ? (c < 3218 + ? (c >= 3214 && c <= 3216) + : c <= 3240) + : (c <= 3251 || (c >= 3253 && c <= 3257))))))))) + : (c <= 3261 || (c < 3716 + ? (c < 3450 + ? (c < 3346 + ? (c < 3313 + ? (c < 3296 + ? (c >= 3293 && c <= 3294) + : c <= 3297) + : (c <= 3314 || (c < 3342 + ? (c >= 3332 && c <= 3340) + : c <= 3344))) + : (c <= 3386 || (c < 3412 + ? (c < 3406 + ? c == 3389 + : c <= 3406) + : (c <= 3414 || (c >= 3423 && c <= 3425))))) + : (c <= 3455 || (c < 3520 + ? (c < 3507 + ? (c < 3482 + ? (c >= 3461 && c <= 3478) + : c <= 3505) + : (c <= 3515 || c == 3517)) + : (c <= 3526 || (c < 3648 + ? (c < 3634 + ? (c >= 3585 && c <= 3632) + : c <= 3634) + : (c <= 3654 || (c >= 3713 && c <= 3714))))))) + : (c <= 3716 || (c < 3840 + ? (c < 3762 + ? (c < 3749 + ? (c < 3724 + ? (c >= 3718 && c <= 3722) + : c <= 3747) + : (c <= 3749 || (c >= 3751 && c <= 3760))) + : (c <= 3762 || (c < 3782 + ? (c < 3776 + ? c == 3773 + : c <= 3780) + : (c <= 3782 || (c >= 3804 && c <= 3807))))) + : (c <= 3840 || (c < 4159 + ? (c < 3976 + ? (c < 3913 + ? (c >= 3904 && c <= 3911) + : c <= 3948) + : (c <= 3980 || (c >= 4096 && c <= 4138))) + : (c <= 4159 || (c < 4193 + ? (c < 4186 + ? (c >= 4176 && c <= 4181) + : c <= 4189) + : (c <= 4193 || (c >= 4197 && c <= 4198))))))))))))) + : (c <= 4208 || (c < 8178 + ? (c < 6320 + ? (c < 4882 + ? (c < 4698 + ? (c < 4304 + ? (c < 4256 + ? (c < 4238 + ? (c >= 4213 && c <= 4225) + : c <= 4238) + : (c <= 4293 || (c < 4301 + ? c == 4295 + : c <= 4301))) + : (c <= 4346 || (c < 4688 + ? (c < 4682 + ? (c >= 4348 && c <= 4680) + : c <= 4685) + : (c <= 4694 || c == 4696)))) + : (c <= 4701 || (c < 4792 + ? (c < 4752 + ? (c < 4746 + ? (c >= 4704 && c <= 4744) + : c <= 4749) + : (c <= 4784 || (c >= 4786 && c <= 4789))) + : (c <= 4798 || (c < 4808 + ? (c < 4802 + ? c == 4800 + : c <= 4805) + : (c <= 4822 || (c >= 4824 && c <= 4880))))))) + : (c <= 4885 || (c < 5919 + ? (c < 5743 + ? (c < 5024 + ? (c < 4992 + ? (c >= 4888 && c <= 4954) + : c <= 5007) + : (c <= 5109 || (c < 5121 ? (c >= 5112 && c <= 5117) - : c <= 5740) - : (c <= 5759 || (c >= 5761 && c <= 5786))))) - : (c <= 5866 || (c < 5984 - ? (c < 5919 - ? (c < 5888 - ? (c >= 5870 && c <= 5880) - : c <= 5905) - : (c <= 5937 || (c >= 5952 && c <= 5969))) - : (c <= 5996 || (c < 6103 - ? (c < 6016 - ? (c >= 5998 && c <= 6000) - : c <= 6067) - : (c <= 6103 || c == 6108)))))))) - : (c <= 6264 || (c < 7312 - ? (c < 6823 - ? (c < 6512 - ? (c < 6320 - ? (c < 6314 - ? (c >= 6272 && c <= 6312) - : c <= 6314) - : (c <= 6389 || (c < 6480 + : c <= 5740))) + : (c <= 5759 || (c < 5870 + ? (c < 5792 + ? (c >= 5761 && c <= 5786) + : c <= 5866) + : (c <= 5880 || (c >= 5888 && c <= 5905))))) + : (c <= 5937 || (c < 6103 + ? (c < 5998 + ? (c < 5984 + ? (c >= 5952 && c <= 5969) + : c <= 5996) + : (c <= 6000 || (c >= 6016 && c <= 6067))) + : (c <= 6103 || (c < 6272 + ? (c < 6176 + ? c == 6108 + : c <= 6264) + : (c <= 6312 || c == 6314)))))))) + : (c <= 6389 || (c < 7406 + ? (c < 7043 + ? (c < 6656 + ? (c < 6512 + ? (c < 6480 ? (c >= 6400 && c <= 6430) - : c <= 6509))) - : (c <= 6516 || (c < 6656 - ? (c < 6576 + : c <= 6509) + : (c <= 6516 || (c < 6576 ? (c >= 6528 && c <= 6571) - : c <= 6601) - : (c <= 6678 || (c >= 6688 && c <= 6740))))) - : (c <= 6823 || (c < 7098 - ? (c < 7043 - ? (c < 6981 - ? (c >= 6917 && c <= 6963) - : c <= 6988) - : (c <= 7072 || (c >= 7086 && c <= 7087))) - : (c <= 7141 || (c < 7258 - ? (c < 7245 - ? (c >= 7168 && c <= 7203) - : c <= 7247) - : (c <= 7293 || (c >= 7296 && c <= 7304))))))) - : (c <= 7354 || (c < 8008 - ? (c < 7418 - ? (c < 7406 - ? (c < 7401 - ? (c >= 7357 && c <= 7359) - : c <= 7404) - : (c <= 7411 || (c >= 7413 && c <= 7414))) - : (c <= 7418 || (c < 7960 - ? (c < 7680 - ? (c >= 7424 && c <= 7615) - : c <= 7957) - : (c <= 7965 || (c >= 7968 && c <= 8005))))) - : (c <= 8013 || (c < 8031 - ? (c < 8027 - ? (c < 8025 - ? (c >= 8016 && c <= 8023) - : c <= 8025) - : (c <= 8027 || c == 8029)) - : (c <= 8061 || (c < 8126 - ? (c < 8118 - ? (c >= 8064 && c <= 8116) - : c <= 8124) - : (c <= 8126 || (c >= 8130 && c <= 8132))))))))))) - : (c <= 8140 || (c < 12337 - ? (c < 8544 - ? (c < 8458 - ? (c < 8305 - ? (c < 8160 - ? (c < 8150 - ? (c >= 8144 && c <= 8147) - : c <= 8155) - : (c <= 8172 || (c < 8182 - ? (c >= 8178 && c <= 8180) - : c <= 8188))) - : (c <= 8305 || (c < 8450 - ? (c < 8336 - ? c == 8319 - : c <= 8348) - : (c <= 8450 || c == 8455)))) - : (c <= 8467 || (c < 8488 - ? (c < 8484 - ? (c < 8472 - ? c == 8469 - : c <= 8477) - : (c <= 8484 || c == 8486)) - : (c <= 8488 || (c < 8517 - ? (c < 8508 - ? (c >= 8490 && c <= 8505) - : c <= 8511) - : (c <= 8521 || c == 8526)))))) - : (c <= 8584 || (c < 11680 - ? (c < 11559 - ? (c < 11506 - ? (c < 11499 - ? (c >= 11264 && c <= 11492) - : c <= 11502) - : (c <= 11507 || (c >= 11520 && c <= 11557))) - : (c <= 11559 || (c < 11631 - ? (c < 11568 - ? c == 11565 - : c <= 11623) - : (c <= 11631 || (c >= 11648 && c <= 11670))))) - : (c <= 11686 || (c < 11720 - ? (c < 11704 + : c <= 6601))) + : (c <= 6678 || (c < 6917 + ? (c < 6823 + ? (c >= 6688 && c <= 6740) + : c <= 6823) + : (c <= 6963 || (c >= 6981 && c <= 6988))))) + : (c <= 7072 || (c < 7258 + ? (c < 7168 + ? (c < 7098 + ? (c >= 7086 && c <= 7087) + : c <= 7141) + : (c <= 7203 || (c >= 7245 && c <= 7247))) + : (c <= 7293 || (c < 7357 + ? (c < 7312 + ? (c >= 7296 && c <= 7304) + : c <= 7354) + : (c <= 7359 || (c >= 7401 && c <= 7404))))))) + : (c <= 7411 || (c < 8029 + ? (c < 7968 + ? (c < 7424 + ? (c < 7418 + ? (c >= 7413 && c <= 7414) + : c <= 7418) + : (c <= 7615 || (c < 7960 + ? (c >= 7680 && c <= 7957) + : c <= 7965))) + : (c <= 8005 || (c < 8025 + ? (c < 8016 + ? (c >= 8008 && c <= 8013) + : c <= 8023) + : (c <= 8025 || c == 8027)))) + : (c <= 8029 || (c < 8130 + ? (c < 8118 + ? (c < 8064 + ? (c >= 8031 && c <= 8061) + : c <= 8116) + : (c <= 8124 || c == 8126)) + : (c <= 8132 || (c < 8150 + ? (c < 8144 + ? (c >= 8134 && c <= 8140) + : c <= 8147) + : (c <= 8155 || (c >= 8160 && c <= 8172))))))))))) + : (c <= 8180 || (c < 12540 + ? (c < 11520 + ? (c < 8486 + ? (c < 8455 + ? (c < 8319 + ? (c < 8305 + ? (c >= 8182 && c <= 8188) + : c <= 8305) + : (c <= 8319 || (c < 8450 + ? (c >= 8336 && c <= 8348) + : c <= 8450))) + : (c <= 8455 || (c < 8472 + ? (c < 8469 + ? (c >= 8458 && c <= 8467) + : c <= 8469) + : (c <= 8477 || c == 8484)))) + : (c <= 8486 || (c < 8526 + ? (c < 8508 + ? (c < 8490 + ? c == 8488 + : c <= 8505) + : (c <= 8511 || (c >= 8517 && c <= 8521))) + : (c <= 8526 || (c < 11499 + ? (c < 11264 + ? (c >= 8544 && c <= 8584) + : c <= 11492) + : (c <= 11502 || (c >= 11506 && c <= 11507))))))) + : (c <= 11557 || (c < 11720 + ? (c < 11680 + ? (c < 11568 + ? (c < 11565 + ? c == 11559 + : c <= 11565) + : (c <= 11623 || (c < 11648 + ? c == 11631 + : c <= 11670))) + : (c <= 11686 || (c < 11704 ? (c < 11696 ? (c >= 11688 && c <= 11694) : c <= 11702) - : (c <= 11710 || (c >= 11712 && c <= 11718))) - : (c <= 11726 || (c < 12293 + : (c <= 11710 || (c >= 11712 && c <= 11718))))) + : (c <= 11726 || (c < 12337 + ? (c < 12293 ? (c < 11736 ? (c >= 11728 && c <= 11734) : c <= 11742) - : (c <= 12295 || (c >= 12321 && c <= 12329))))))))) - : (c <= 12341 || (c < 42891 - ? (c < 19968 - ? (c < 12549 - ? (c < 12445 + : (c <= 12295 || (c >= 12321 && c <= 12329))) + : (c <= 12341 || (c < 12445 ? (c < 12353 ? (c >= 12344 && c <= 12348) : c <= 12438) - : (c <= 12447 || (c < 12540 - ? (c >= 12449 && c <= 12538) - : c <= 12543))) - : (c <= 12591 || (c < 12784 - ? (c < 12704 - ? (c >= 12593 && c <= 12686) - : c <= 12735) - : (c <= 12799 || (c >= 13312 && c <= 19903))))) - : (c <= 42124 || (c < 42560 - ? (c < 42512 + : (c <= 12447 || (c >= 12449 && c <= 12538))))))))) + : (c <= 12543 || (c < 43011 + ? (c < 42560 + ? (c < 19968 + ? (c < 12704 + ? (c < 12593 + ? (c >= 12549 && c <= 12591) + : c <= 12686) + : (c <= 12735 || (c < 13312 + ? (c >= 12784 && c <= 12799) + : c <= 19903))) + : (c <= 42124 || (c < 42512 ? (c < 42240 ? (c >= 42192 && c <= 42237) : c <= 42508) - : (c <= 42527 || (c >= 42538 && c <= 42539))) - : (c <= 42606 || (c < 42775 + : (c <= 42527 || (c >= 42538 && c <= 42539))))) + : (c <= 42606 || (c < 42891 + ? (c < 42775 ? (c < 42656 ? (c >= 42623 && c <= 42653) : c <= 42735) - : (c <= 42783 || (c >= 42786 && c <= 42888))))))) - : (c <= 42954 || (c < 43250 - ? (c < 43011 - ? (c < 42965 + : (c <= 42783 || (c >= 42786 && c <= 42888))) + : (c <= 42954 || (c < 42965 ? (c < 42963 ? (c >= 42960 && c <= 42961) : c <= 42963) - : (c <= 42969 || (c >= 42994 && c <= 43009))) - : (c <= 43013 || (c < 43072 + : (c <= 42969 || (c >= 42994 && c <= 43009))))))) + : (c <= 43013 || (c < 43360 + ? (c < 43250 + ? (c < 43072 ? (c < 43020 ? (c >= 43015 && c <= 43018) : c <= 43042) - : (c <= 43123 || (c >= 43138 && c <= 43187))))) - : (c <= 43255 || (c < 43360 - ? (c < 43274 + : (c <= 43123 || (c >= 43138 && c <= 43187))) + : (c <= 43255 || (c < 43274 ? (c < 43261 ? c == 43259 : c <= 43262) - : (c <= 43301 || (c >= 43312 && c <= 43334))) - : (c <= 43388 || (c < 43488 + : (c <= 43301 || (c >= 43312 && c <= 43334))))) + : (c <= 43388 || (c < 43514 + ? (c < 43488 ? (c < 43471 ? (c >= 43396 && c <= 43442) : c <= 43471) - : (c <= 43492 || (c >= 43494 && c <= 43503))))))))))))))) - : (c <= 43518 || (c < 70727 - ? (c < 66956 - ? (c < 64914 - ? (c < 43868 - ? (c < 43714 - ? (c < 43646 - ? (c < 43588 + : (c <= 43492 || (c >= 43494 && c <= 43503))) + : (c <= 43518 || (c < 43588 ? (c < 43584 ? (c >= 43520 && c <= 43560) : c <= 43586) - : (c <= 43595 || (c < 43642 - ? (c >= 43616 && c <= 43638) - : c <= 43642))) - : (c <= 43695 || (c < 43705 - ? (c < 43701 - ? c == 43697 - : c <= 43702) - : (c <= 43709 || c == 43712)))) - : (c <= 43714 || (c < 43785 - ? (c < 43762 + : (c <= 43595 || (c >= 43616 && c <= 43638))))))))))))))) + : (c <= 43642 || (c < 71168 + ? (c < 67392 + ? (c < 65147 + ? (c < 63744 + ? (c < 43785 + ? (c < 43714 + ? (c < 43701 + ? (c < 43697 + ? (c >= 43646 && c <= 43695) + : c <= 43697) + : (c <= 43702 || (c < 43712 + ? (c >= 43705 && c <= 43709) + : c <= 43712))) + : (c <= 43714 || (c < 43762 ? (c < 43744 ? (c >= 43739 && c <= 43741) : c <= 43754) - : (c <= 43764 || (c >= 43777 && c <= 43782))) - : (c <= 43790 || (c < 43816 + : (c <= 43764 || (c >= 43777 && c <= 43782))))) + : (c <= 43790 || (c < 43868 + ? (c < 43816 ? (c < 43808 ? (c >= 43793 && c <= 43798) : c <= 43814) - : (c <= 43822 || (c >= 43824 && c <= 43866))))))) - : (c <= 43881 || (c < 64287 - ? (c < 63744 - ? (c < 55216 + : (c <= 43822 || (c >= 43824 && c <= 43866))) + : (c <= 43881 || (c < 55216 ? (c < 44032 ? (c >= 43888 && c <= 44002) : c <= 55203) - : (c <= 55238 || (c >= 55243 && c <= 55291))) - : (c <= 64109 || (c < 64275 + : (c <= 55238 || (c >= 55243 && c <= 55291))))))) + : (c <= 64109 || (c < 64326 + ? (c < 64298 + ? (c < 64275 ? (c < 64256 ? (c >= 64112 && c <= 64217) : c <= 64262) - : (c <= 64279 || c == 64285)))) - : (c <= 64296 || (c < 64323 - ? (c < 64318 - ? (c < 64312 - ? (c >= 64298 && c <= 64310) - : c <= 64316) - : (c <= 64318 || (c >= 64320 && c <= 64321))) - : (c <= 64324 || (c < 64612 - ? (c < 64467 - ? (c >= 64326 && c <= 64433) - : c <= 64605) - : (c <= 64829 || (c >= 64848 && c <= 64911))))))))) - : (c <= 64967 || (c < 65599 - ? (c < 65382 - ? (c < 65147 - ? (c < 65139 - ? (c < 65137 - ? (c >= 65008 && c <= 65017) - : c <= 65137) - : (c <= 65139 || (c < 65145 - ? c == 65143 - : c <= 65145))) - : (c <= 65147 || (c < 65313 + : (c <= 64279 || (c < 64287 + ? c == 64285 + : c <= 64296))) + : (c <= 64310 || (c < 64320 + ? (c < 64318 + ? (c >= 64312 && c <= 64316) + : c <= 64318) + : (c <= 64321 || (c >= 64323 && c <= 64324))))) + : (c <= 64433 || (c < 65008 + ? (c < 64848 + ? (c < 64612 + ? (c >= 64467 && c <= 64605) + : c <= 64829) + : (c <= 64911 || (c >= 64914 && c <= 64967))) + : (c <= 65017 || (c < 65143 + ? (c < 65139 + ? c == 65137 + : c <= 65139) + : (c <= 65143 || c == 65145)))))))) + : (c <= 65147 || (c < 66304 + ? (c < 65536 + ? (c < 65440 + ? (c < 65313 ? (c < 65151 ? c == 65149 : c <= 65276) - : (c <= 65338 || (c >= 65345 && c <= 65370))))) - : (c <= 65437 || (c < 65498 - ? (c < 65482 - ? (c < 65474 - ? (c >= 65440 && c <= 65470) - : c <= 65479) - : (c <= 65487 || (c >= 65490 && c <= 65495))) - : (c <= 65500 || (c < 65576 - ? (c < 65549 - ? (c >= 65536 && c <= 65547) - : c <= 65574) - : (c <= 65594 || (c >= 65596 && c <= 65597))))))) - : (c <= 65613 || (c < 66464 - ? (c < 66208 - ? (c < 65856 - ? (c < 65664 - ? (c >= 65616 && c <= 65629) - : c <= 65786) - : (c <= 65908 || (c >= 66176 && c <= 66204))) - : (c <= 66256 || (c < 66384 - ? (c < 66349 - ? (c >= 66304 && c <= 66335) - : c <= 66378) - : (c <= 66421 || (c >= 66432 && c <= 66461))))) - : (c <= 66499 || (c < 66776 - ? (c < 66560 - ? (c < 66513 - ? (c >= 66504 && c <= 66511) - : c <= 66517) - : (c <= 66717 || (c >= 66736 && c <= 66771))) - : (c <= 66811 || (c < 66928 - ? (c < 66864 - ? (c >= 66816 && c <= 66855) - : c <= 66915) - : (c <= 66938 || (c >= 66940 && c <= 66954))))))))))) - : (c <= 66962 || (c < 68864 - ? (c < 67828 - ? (c < 67506 - ? (c < 67072 - ? (c < 66979 - ? (c < 66967 - ? (c >= 66964 && c <= 66965) - : c <= 66977) - : (c <= 66993 || (c < 67003 - ? (c >= 66995 && c <= 67001) - : c <= 67004))) - : (c <= 67382 || (c < 67456 - ? (c < 67424 - ? (c >= 67392 && c <= 67413) - : c <= 67431) - : (c <= 67461 || (c >= 67463 && c <= 67504))))) - : (c <= 67514 || (c < 67644 - ? (c < 67594 - ? (c < 67592 - ? (c >= 67584 && c <= 67589) - : c <= 67592) - : (c <= 67637 || (c >= 67639 && c <= 67640))) - : (c <= 67644 || (c < 67712 - ? (c < 67680 - ? (c >= 67647 && c <= 67669) - : c <= 67702) - : (c <= 67742 || (c >= 67808 && c <= 67826))))))) - : (c <= 67829 || (c < 68224 - ? (c < 68096 - ? (c < 67968 - ? (c < 67872 - ? (c >= 67840 && c <= 67861) - : c <= 67897) - : (c <= 68023 || (c >= 68030 && c <= 68031))) - : (c <= 68096 || (c < 68121 - ? (c < 68117 - ? (c >= 68112 && c <= 68115) - : c <= 68119) - : (c <= 68149 || (c >= 68192 && c <= 68220))))) - : (c <= 68252 || (c < 68448 - ? (c < 68352 - ? (c < 68297 + : (c <= 65338 || (c < 65382 + ? (c >= 65345 && c <= 65370) + : c <= 65437))) + : (c <= 65470 || (c < 65490 + ? (c < 65482 + ? (c >= 65474 && c <= 65479) + : c <= 65487) + : (c <= 65495 || (c >= 65498 && c <= 65500))))) + : (c <= 65547 || (c < 65616 + ? (c < 65596 + ? (c < 65576 + ? (c >= 65549 && c <= 65574) + : c <= 65594) + : (c <= 65597 || (c >= 65599 && c <= 65613))) + : (c <= 65629 || (c < 66176 + ? (c < 65856 + ? (c >= 65664 && c <= 65786) + : c <= 65908) + : (c <= 66204 || (c >= 66208 && c <= 66256))))))) + : (c <= 66335 || (c < 66864 + ? (c < 66513 + ? (c < 66432 + ? (c < 66384 + ? (c >= 66349 && c <= 66378) + : c <= 66421) + : (c <= 66461 || (c < 66504 + ? (c >= 66464 && c <= 66499) + : c <= 66511))) + : (c <= 66517 || (c < 66776 + ? (c < 66736 + ? (c >= 66560 && c <= 66717) + : c <= 66771) + : (c <= 66811 || (c >= 66816 && c <= 66855))))) + : (c <= 66915 || (c < 66967 + ? (c < 66956 + ? (c < 66940 + ? (c >= 66928 && c <= 66938) + : c <= 66954) + : (c <= 66962 || (c >= 66964 && c <= 66965))) + : (c <= 66977 || (c < 67003 + ? (c < 66995 + ? (c >= 66979 && c <= 66993) + : c <= 67001) + : (c <= 67004 || (c >= 67072 && c <= 67382))))))))))) + : (c <= 67413 || (c < 69600 + ? (c < 68117 + ? (c < 67680 + ? (c < 67592 + ? (c < 67463 + ? (c < 67456 + ? (c >= 67424 && c <= 67431) + : c <= 67461) + : (c <= 67504 || (c < 67584 + ? (c >= 67506 && c <= 67514) + : c <= 67589))) + : (c <= 67592 || (c < 67644 + ? (c < 67639 + ? (c >= 67594 && c <= 67637) + : c <= 67640) + : (c <= 67644 || (c >= 67647 && c <= 67669))))) + : (c <= 67702 || (c < 67872 + ? (c < 67828 + ? (c < 67808 + ? (c >= 67712 && c <= 67742) + : c <= 67826) + : (c <= 67829 || (c >= 67840 && c <= 67861))) + : (c <= 67897 || (c < 68096 + ? (c < 68030 + ? (c >= 67968 && c <= 68023) + : c <= 68031) + : (c <= 68096 || (c >= 68112 && c <= 68115))))))) + : (c <= 68119 || (c < 68736 + ? (c < 68352 + ? (c < 68224 + ? (c < 68192 + ? (c >= 68121 && c <= 68149) + : c <= 68220) + : (c <= 68252 || (c < 68297 ? (c >= 68288 && c <= 68295) - : c <= 68324) - : (c <= 68405 || (c >= 68416 && c <= 68437))) - : (c <= 68466 || (c < 68736 - ? (c < 68608 - ? (c >= 68480 && c <= 68497) - : c <= 68680) - : (c <= 68786 || (c >= 68800 && c <= 68850))))))))) - : (c <= 68899 || (c < 70106 - ? (c < 69749 - ? (c < 69488 - ? (c < 69376 - ? (c < 69296 - ? (c >= 69248 && c <= 69289) - : c <= 69297) - : (c <= 69404 || (c < 69424 + : c <= 68324))) + : (c <= 68405 || (c < 68480 + ? (c < 68448 + ? (c >= 68416 && c <= 68437) + : c <= 68466) + : (c <= 68497 || (c >= 68608 && c <= 68680))))) + : (c <= 68786 || (c < 69376 + ? (c < 69248 + ? (c < 68864 + ? (c >= 68800 && c <= 68850) + : c <= 68899) + : (c <= 69289 || (c >= 69296 && c <= 69297))) + : (c <= 69404 || (c < 69488 + ? (c < 69424 ? c == 69415 - : c <= 69445))) - : (c <= 69505 || (c < 69635 - ? (c < 69600 - ? (c >= 69552 && c <= 69572) - : c <= 69622) - : (c <= 69687 || (c >= 69745 && c <= 69746))))) - : (c <= 69749 || (c < 69959 - ? (c < 69891 - ? (c < 69840 + : c <= 69445) + : (c <= 69505 || (c >= 69552 && c <= 69572))))))))) + : (c <= 69622 || (c < 70287 + ? (c < 70019 + ? (c < 69891 + ? (c < 69749 + ? (c < 69745 + ? (c >= 69635 && c <= 69687) + : c <= 69746) + : (c <= 69749 || (c < 69840 ? (c >= 69763 && c <= 69807) - : c <= 69864) - : (c <= 69926 || c == 69956)) - : (c <= 69959 || (c < 70019 - ? (c < 70006 - ? (c >= 69968 && c <= 70002) - : c <= 70006) - : (c <= 70066 || (c >= 70081 && c <= 70084))))))) - : (c <= 70106 || (c < 70405 - ? (c < 70280 - ? (c < 70163 - ? (c < 70144 - ? c == 70108 - : c <= 70161) - : (c <= 70187 || (c >= 70272 && c <= 70278))) - : (c <= 70280 || (c < 70303 - ? (c < 70287 - ? (c >= 70282 && c <= 70285) - : c <= 70301) - : (c <= 70312 || (c >= 70320 && c <= 70366))))) - : (c <= 70412 || (c < 70453 - ? (c < 70442 - ? (c < 70419 - ? (c >= 70415 && c <= 70416) - : c <= 70440) - : (c <= 70448 || (c >= 70450 && c <= 70451))) - : (c <= 70457 || (c < 70493 - ? (c < 70480 - ? c == 70461 - : c <= 70480) - : (c <= 70497 || (c >= 70656 && c <= 70708))))))))))))) - : (c <= 70730 || (c < 119894 - ? (c < 73056 - ? (c < 72001 - ? (c < 71424 - ? (c < 71128 - ? (c < 70852 - ? (c < 70784 - ? (c >= 70751 && c <= 70753) - : c <= 70831) - : (c <= 70853 || (c < 71040 - ? c == 70855 - : c <= 71086))) - : (c <= 71131 || (c < 71296 - ? (c < 71236 - ? (c >= 71168 && c <= 71215) - : c <= 71236) - : (c <= 71338 || c == 71352)))) - : (c <= 71450 || (c < 71945 - ? (c < 71840 - ? (c < 71680 - ? (c >= 71488 && c <= 71494) - : c <= 71723) - : (c <= 71903 || (c >= 71935 && c <= 71942))) - : (c <= 71945 || (c < 71960 - ? (c < 71957 - ? (c >= 71948 && c <= 71955) - : c <= 71958) - : (c <= 71983 || c == 71999)))))) - : (c <= 72001 || (c < 72349 - ? (c < 72192 - ? (c < 72161 - ? (c < 72106 - ? (c >= 72096 && c <= 72103) - : c <= 72144) - : (c <= 72161 || c == 72163)) - : (c <= 72192 || (c < 72272 - ? (c < 72250 - ? (c >= 72203 && c <= 72242) - : c <= 72250) - : (c <= 72272 || (c >= 72284 && c <= 72329))))) - : (c <= 72349 || (c < 72818 - ? (c < 72714 - ? (c < 72704 + : c <= 69864))) + : (c <= 69926 || (c < 69968 + ? (c < 69959 + ? c == 69956 + : c <= 69959) + : (c <= 70002 || c == 70006)))) + : (c <= 70066 || (c < 70163 + ? (c < 70108 + ? (c < 70106 + ? (c >= 70081 && c <= 70084) + : c <= 70106) + : (c <= 70108 || (c >= 70144 && c <= 70161))) + : (c <= 70187 || (c < 70280 + ? (c < 70272 + ? (c >= 70207 && c <= 70208) + : c <= 70278) + : (c <= 70280 || (c >= 70282 && c <= 70285))))))) + : (c <= 70301 || (c < 70480 + ? (c < 70419 + ? (c < 70405 + ? (c < 70320 + ? (c >= 70303 && c <= 70312) + : c <= 70366) + : (c <= 70412 || (c >= 70415 && c <= 70416))) + : (c <= 70440 || (c < 70453 + ? (c < 70450 + ? (c >= 70442 && c <= 70448) + : c <= 70451) + : (c <= 70457 || c == 70461)))) + : (c <= 70480 || (c < 70784 + ? (c < 70727 + ? (c < 70656 + ? (c >= 70493 && c <= 70497) + : c <= 70708) + : (c <= 70730 || (c >= 70751 && c <= 70753))) + : (c <= 70831 || (c < 71040 + ? (c < 70855 + ? (c >= 70852 && c <= 70853) + : c <= 70855) + : (c <= 71086 || (c >= 71128 && c <= 71131))))))))))))) + : (c <= 71215 || (c < 119973 + ? (c < 73648 + ? (c < 72250 + ? (c < 71957 + ? (c < 71680 + ? (c < 71352 + ? (c < 71296 + ? c == 71236 + : c <= 71338) + : (c <= 71352 || (c < 71488 + ? (c >= 71424 && c <= 71450) + : c <= 71494))) + : (c <= 71723 || (c < 71945 + ? (c < 71935 + ? (c >= 71840 && c <= 71903) + : c <= 71942) + : (c <= 71945 || (c >= 71948 && c <= 71955))))) + : (c <= 71958 || (c < 72106 + ? (c < 72001 + ? (c < 71999 + ? (c >= 71960 && c <= 71983) + : c <= 71999) + : (c <= 72001 || (c >= 72096 && c <= 72103))) + : (c <= 72144 || (c < 72192 + ? (c < 72163 + ? c == 72161 + : c <= 72163) + : (c <= 72192 || (c >= 72203 && c <= 72242))))))) + : (c <= 72250 || (c < 72971 + ? (c < 72714 + ? (c < 72349 + ? (c < 72284 + ? c == 72272 + : c <= 72329) + : (c <= 72349 || (c < 72704 ? (c >= 72368 && c <= 72440) - : c <= 72712) - : (c <= 72750 || c == 72768)) - : (c <= 72847 || (c < 72971 - ? (c < 72968 - ? (c >= 72960 && c <= 72966) - : c <= 72969) - : (c <= 73008 || c == 73030)))))))) - : (c <= 73061 || (c < 93952 - ? (c < 82944 - ? (c < 73728 - ? (c < 73112 - ? (c < 73066 - ? (c >= 73063 && c <= 73064) - : c <= 73097) - : (c <= 73112 || (c < 73648 + : c <= 72712))) + : (c <= 72750 || (c < 72960 + ? (c < 72818 + ? c == 72768 + : c <= 72847) + : (c <= 72966 || (c >= 72968 && c <= 72969))))) + : (c <= 73008 || (c < 73112 + ? (c < 73063 + ? (c < 73056 + ? c == 73030 + : c <= 73061) + : (c <= 73064 || (c >= 73066 && c <= 73097))) + : (c <= 73112 || (c < 73476 + ? (c < 73474 ? (c >= 73440 && c <= 73458) - : c <= 73648))) - : (c <= 74649 || (c < 77712 - ? (c < 74880 - ? (c >= 74752 && c <= 74862) - : c <= 75075) - : (c <= 77808 || (c >= 77824 && c <= 78894))))) - : (c <= 83526 || (c < 92928 - ? (c < 92784 - ? (c < 92736 - ? (c >= 92160 && c <= 92728) - : c <= 92766) - : (c <= 92862 || (c >= 92880 && c <= 92909))) - : (c <= 92975 || (c < 93053 - ? (c < 93027 - ? (c >= 92992 && c <= 92995) - : c <= 93047) - : (c <= 93071 || (c >= 93760 && c <= 93823))))))) - : (c <= 94026 || (c < 110589 - ? (c < 94208 - ? (c < 94176 - ? (c < 94099 - ? c == 94032 - : c <= 94111) - : (c <= 94177 || c == 94179)) - : (c <= 100343 || (c < 110576 - ? (c < 101632 - ? (c >= 100352 && c <= 101589) - : c <= 101640) - : (c <= 110579 || (c >= 110581 && c <= 110587))))) - : (c <= 110590 || (c < 113664 - ? (c < 110948 - ? (c < 110928 + : c <= 73474) + : (c <= 73488 || (c >= 73490 && c <= 73523))))))))) + : (c <= 73648 || (c < 94179 + ? (c < 92880 + ? (c < 78913 + ? (c < 74880 + ? (c < 74752 + ? (c >= 73728 && c <= 74649) + : c <= 74862) + : (c <= 75075 || (c < 77824 + ? (c >= 77712 && c <= 77808) + : c <= 78895))) + : (c <= 78918 || (c < 92736 + ? (c < 92160 + ? (c >= 82944 && c <= 83526) + : c <= 92728) + : (c <= 92766 || (c >= 92784 && c <= 92862))))) + : (c <= 92909 || (c < 93760 + ? (c < 93027 + ? (c < 92992 + ? (c >= 92928 && c <= 92975) + : c <= 92995) + : (c <= 93047 || (c >= 93053 && c <= 93071))) + : (c <= 93823 || (c < 94099 + ? (c < 94032 + ? (c >= 93952 && c <= 94026) + : c <= 94032) + : (c <= 94111 || (c >= 94176 && c <= 94177))))))) + : (c <= 94179 || (c < 110948 + ? (c < 110589 + ? (c < 101632 + ? (c < 100352 + ? (c >= 94208 && c <= 100343) + : c <= 101589) + : (c <= 101640 || (c < 110581 + ? (c >= 110576 && c <= 110579) + : c <= 110587))) + : (c <= 110590 || (c < 110928 + ? (c < 110898 ? (c >= 110592 && c <= 110882) - : c <= 110930) - : (c <= 110951 || (c >= 110960 && c <= 111355))) - : (c <= 113770 || (c < 113808 - ? (c < 113792 - ? (c >= 113776 && c <= 113788) - : c <= 113800) - : (c <= 113817 || (c >= 119808 && c <= 119892))))))))))) - : (c <= 119964 || (c < 125259 - ? (c < 120572 - ? (c < 120086 - ? (c < 119995 - ? (c < 119973 - ? (c < 119970 - ? (c >= 119966 && c <= 119967) - : c <= 119970) - : (c <= 119974 || (c < 119982 + : c <= 110898) + : (c <= 110930 || c == 110933)))) + : (c <= 110951 || (c < 113808 + ? (c < 113776 + ? (c < 113664 + ? (c >= 110960 && c <= 111355) + : c <= 113770) + : (c <= 113788 || (c >= 113792 && c <= 113800))) + : (c <= 113817 || (c < 119966 + ? (c < 119894 + ? (c >= 119808 && c <= 119892) + : c <= 119964) + : (c <= 119967 || c == 119970)))))))))) + : (c <= 119974 || (c < 126464 + ? (c < 120656 + ? (c < 120128 + ? (c < 120071 + ? (c < 119995 + ? (c < 119982 ? (c >= 119977 && c <= 119980) - : c <= 119993))) - : (c <= 119995 || (c < 120071 - ? (c < 120005 + : c <= 119993) + : (c <= 119995 || (c < 120005 ? (c >= 119997 && c <= 120003) - : c <= 120069) - : (c <= 120074 || (c >= 120077 && c <= 120084))))) - : (c <= 120092 || (c < 120138 - ? (c < 120128 - ? (c < 120123 - ? (c >= 120094 && c <= 120121) - : c <= 120126) - : (c <= 120132 || c == 120134)) - : (c <= 120144 || (c < 120514 - ? (c < 120488 - ? (c >= 120146 && c <= 120485) - : c <= 120512) - : (c <= 120538 || (c >= 120540 && c <= 120570))))))) - : (c <= 120596 || (c < 123191 - ? (c < 120714 - ? (c < 120656 - ? (c < 120630 - ? (c >= 120598 && c <= 120628) - : c <= 120654) - : (c <= 120686 || (c >= 120688 && c <= 120712))) - : (c <= 120744 || (c < 122624 - ? (c < 120772 - ? (c >= 120746 && c <= 120770) - : c <= 120779) - : (c <= 122654 || (c >= 123136 && c <= 123180))))) - : (c <= 123197 || (c < 124904 - ? (c < 123584 - ? (c < 123536 - ? c == 123214 - : c <= 123565) - : (c <= 123627 || (c >= 124896 && c <= 124902))) - : (c <= 124907 || (c < 124928 - ? (c < 124912 - ? (c >= 124909 && c <= 124910) - : c <= 124926) - : (c <= 125124 || (c >= 125184 && c <= 125251))))))))) - : (c <= 125259 || (c < 126559 - ? (c < 126535 - ? (c < 126505 - ? (c < 126497 - ? (c < 126469 - ? (c >= 126464 && c <= 126467) - : c <= 126495) - : (c <= 126498 || (c < 126503 - ? c == 126500 - : c <= 126503))) - : (c <= 126514 || (c < 126523 - ? (c < 126521 - ? (c >= 126516 && c <= 126519) - : c <= 126521) - : (c <= 126523 || c == 126530)))) - : (c <= 126535 || (c < 126548 - ? (c < 126541 - ? (c < 126539 - ? c == 126537 - : c <= 126539) - : (c <= 126543 || (c >= 126545 && c <= 126546))) - : (c <= 126548 || (c < 126555 - ? (c < 126553 - ? c == 126551 - : c <= 126553) - : (c <= 126555 || c == 126557)))))) - : (c <= 126559 || (c < 126625 - ? (c < 126580 - ? (c < 126567 - ? (c < 126564 - ? (c >= 126561 && c <= 126562) - : c <= 126564) - : (c <= 126570 || (c >= 126572 && c <= 126578))) - : (c <= 126583 || (c < 126592 - ? (c < 126590 - ? (c >= 126585 && c <= 126588) - : c <= 126590) - : (c <= 126601 || (c >= 126603 && c <= 126619))))) - : (c <= 126627 || (c < 177984 - ? (c < 131072 - ? (c < 126635 - ? (c >= 126629 && c <= 126633) - : c <= 126651) - : (c <= 173791 || (c >= 173824 && c <= 177976))) - : (c <= 178205 || (c < 194560 - ? (c < 183984 - ? (c >= 178208 && c <= 183969) - : c <= 191456) - : (c <= 195101 || (c >= 196608 && c <= 201546))))))))))))))))); + : c <= 120069))) + : (c <= 120074 || (c < 120094 + ? (c < 120086 + ? (c >= 120077 && c <= 120084) + : c <= 120092) + : (c <= 120121 || (c >= 120123 && c <= 120126))))) + : (c <= 120132 || (c < 120514 + ? (c < 120146 + ? (c < 120138 + ? c == 120134 + : c <= 120144) + : (c <= 120485 || (c >= 120488 && c <= 120512))) + : (c <= 120538 || (c < 120598 + ? (c < 120572 + ? (c >= 120540 && c <= 120570) + : c <= 120596) + : (c <= 120628 || (c >= 120630 && c <= 120654))))))) + : (c <= 120686 || (c < 123536 + ? (c < 122661 + ? (c < 120746 + ? (c < 120714 + ? (c >= 120688 && c <= 120712) + : c <= 120744) + : (c <= 120770 || (c < 122624 + ? (c >= 120772 && c <= 120779) + : c <= 122654))) + : (c <= 122666 || (c < 123191 + ? (c < 123136 + ? (c >= 122928 && c <= 122989) + : c <= 123180) + : (c <= 123197 || c == 123214)))) + : (c <= 123565 || (c < 124909 + ? (c < 124896 + ? (c < 124112 + ? (c >= 123584 && c <= 123627) + : c <= 124139) + : (c <= 124902 || (c >= 124904 && c <= 124907))) + : (c <= 124910 || (c < 125184 + ? (c < 124928 + ? (c >= 124912 && c <= 124926) + : c <= 125124) + : (c <= 125251 || c == 125259)))))))) + : (c <= 126467 || (c < 126561 + ? (c < 126537 + ? (c < 126516 + ? (c < 126500 + ? (c < 126497 + ? (c >= 126469 && c <= 126495) + : c <= 126498) + : (c <= 126500 || (c < 126505 + ? c == 126503 + : c <= 126514))) + : (c <= 126519 || (c < 126530 + ? (c < 126523 + ? c == 126521 + : c <= 126523) + : (c <= 126530 || c == 126535)))) + : (c <= 126537 || (c < 126551 + ? (c < 126545 + ? (c < 126541 + ? c == 126539 + : c <= 126543) + : (c <= 126546 || c == 126548)) + : (c <= 126551 || (c < 126557 + ? (c < 126555 + ? c == 126553 + : c <= 126555) + : (c <= 126557 || c == 126559)))))) + : (c <= 126562 || (c < 126629 + ? (c < 126585 + ? (c < 126572 + ? (c < 126567 + ? c == 126564 + : c <= 126570) + : (c <= 126578 || (c >= 126580 && c <= 126583))) + : (c <= 126588 || (c < 126603 + ? (c < 126592 + ? c == 126590 + : c <= 126601) + : (c <= 126619 || (c >= 126625 && c <= 126627))))) + : (c <= 126633 || (c < 178208 + ? (c < 173824 + ? (c < 131072 + ? (c >= 126635 && c <= 126651) + : c <= 173791) + : (c <= 177977 || (c >= 177984 && c <= 178205))) + : (c <= 183969 || (c < 196608 + ? (c < 194560 + ? (c >= 183984 && c <= 191456) + : c <= 195101) + : (c <= 201546 || (c >= 201552 && c <= 205743))))))))))))))))); } static inline bool sym_identifier_character_set_5(int32_t c) { - return (c < 43616 - ? (c < 3782 - ? (c < 2748 - ? (c < 2045 - ? (c < 1015 - ? (c < 710 - ? (c < 181 - ? (c < '_' + return (c < 43785 + ? (c < 3804 + ? (c < 2759 + ? (c < 2048 + ? (c < 1155 + ? (c < 736 + ? (c < 183 + ? (c < 'a' ? (c < 'A' ? (c >= '0' && c <= '9') - : c <= 'Z') - : (c <= '_' || (c < 170 - ? (c >= 'a' && c <= 'z') - : c <= 170))) - : (c <= 181 || (c < 192 - ? (c < 186 - ? c == 183 - : c <= 186) - : (c <= 214 || (c < 248 - ? (c >= 216 && c <= 246) - : c <= 705))))) - : (c <= 721 || (c < 891 - ? (c < 750 - ? (c < 748 - ? (c >= 736 && c <= 740) - : c <= 748) - : (c <= 750 || (c < 886 - ? (c >= 768 && c <= 884) - : c <= 887))) - : (c <= 893 || (c < 908 - ? (c < 902 - ? c == 895 - : c <= 906) - : (c <= 908 || (c < 931 - ? (c >= 910 && c <= 929) - : c <= 1013))))))) - : (c <= 1153 || (c < 1519 - ? (c < 1425 - ? (c < 1329 - ? (c < 1162 - ? (c >= 1155 && c <= 1159) - : c <= 1327) - : (c <= 1366 || (c < 1376 - ? c == 1369 - : c <= 1416))) - : (c <= 1469 || (c < 1476 - ? (c < 1473 - ? c == 1471 - : c <= 1474) - : (c <= 1477 || (c < 1488 - ? c == 1479 - : c <= 1514))))) - : (c <= 1522 || (c < 1770 - ? (c < 1646 - ? (c < 1568 - ? (c >= 1552 && c <= 1562) - : c <= 1641) - : (c <= 1747 || (c < 1759 - ? (c >= 1749 && c <= 1756) - : c <= 1768))) - : (c <= 1788 || (c < 1869 - ? (c < 1808 - ? c == 1791 - : c <= 1866) - : (c <= 1969 || (c < 2042 - ? (c >= 1984 && c <= 2037) - : c <= 2042))))))))) - : (c <= 2045 || (c < 2558 - ? (c < 2451 - ? (c < 2200 - ? (c < 2144 - ? (c < 2112 - ? (c >= 2048 && c <= 2093) - : c <= 2139) - : (c <= 2154 || (c < 2185 - ? (c >= 2160 && c <= 2183) - : c <= 2190))) - : (c <= 2273 || (c < 2417 - ? (c < 2406 - ? (c >= 2275 && c <= 2403) - : c <= 2415) - : (c <= 2435 || (c < 2447 - ? (c >= 2437 && c <= 2444) - : c <= 2448))))) - : (c <= 2472 || (c < 2507 - ? (c < 2486 - ? (c < 2482 - ? (c >= 2474 && c <= 2480) - : c <= 2482) - : (c <= 2489 || (c < 2503 - ? (c >= 2492 && c <= 2500) - : c <= 2504))) - : (c <= 2510 || (c < 2527 - ? (c < 2524 - ? c == 2519 - : c <= 2525) - : (c <= 2531 || (c < 2556 - ? (c >= 2534 && c <= 2545) - : c <= 2556))))))) - : (c <= 2558 || (c < 2635 - ? (c < 2610 - ? (c < 2575 - ? (c < 2565 - ? (c >= 2561 && c <= 2563) - : c <= 2570) - : (c <= 2576 || (c < 2602 - ? (c >= 2579 && c <= 2600) - : c <= 2608))) - : (c <= 2611 || (c < 2620 - ? (c < 2616 - ? (c >= 2613 && c <= 2614) - : c <= 2617) - : (c <= 2620 || (c < 2631 - ? (c >= 2622 && c <= 2626) - : c <= 2632))))) - : (c <= 2637 || (c < 2693 - ? (c < 2654 - ? (c < 2649 - ? c == 2641 - : c <= 2652) - : (c <= 2654 || (c < 2689 - ? (c >= 2662 && c <= 2677) - : c <= 2691))) - : (c <= 2701 || (c < 2730 - ? (c < 2707 - ? (c >= 2703 && c <= 2705) - : c <= 2728) - : (c <= 2736 || (c < 2741 - ? (c >= 2738 && c <= 2739) - : c <= 2745))))))))))) - : (c <= 2757 || (c < 3168 - ? (c < 2958 - ? (c < 2866 - ? (c < 2809 - ? (c < 2768 - ? (c < 2763 - ? (c >= 2759 && c <= 2761) - : c <= 2765) - : (c <= 2768 || (c < 2790 - ? (c >= 2784 && c <= 2787) - : c <= 2799))) - : (c <= 2815 || (c < 2831 - ? (c < 2821 - ? (c >= 2817 && c <= 2819) - : c <= 2828) - : (c <= 2832 || (c < 2858 - ? (c >= 2835 && c <= 2856) - : c <= 2864))))) - : (c <= 2867 || (c < 2908 - ? (c < 2887 - ? (c < 2876 - ? (c >= 2869 && c <= 2873) - : c <= 2884) - : (c <= 2888 || (c < 2901 - ? (c >= 2891 && c <= 2893) - : c <= 2903))) - : (c <= 2909 || (c < 2929 - ? (c < 2918 - ? (c >= 2911 && c <= 2915) - : c <= 2927) - : (c <= 2929 || (c < 2949 - ? (c >= 2946 && c <= 2947) - : c <= 2954))))))) - : (c <= 2960 || (c < 3031 - ? (c < 2984 - ? (c < 2972 - ? (c < 2969 - ? (c >= 2962 && c <= 2965) - : c <= 2970) - : (c <= 2972 || (c < 2979 - ? (c >= 2974 && c <= 2975) - : c <= 2980))) - : (c <= 2986 || (c < 3014 - ? (c < 3006 - ? (c >= 2990 && c <= 3001) - : c <= 3010) - : (c <= 3016 || (c < 3024 - ? (c >= 3018 && c <= 3021) - : c <= 3024))))) - : (c <= 3031 || (c < 3132 - ? (c < 3086 - ? (c < 3072 - ? (c >= 3046 && c <= 3055) - : c <= 3084) - : (c <= 3088 || (c < 3114 - ? (c >= 3090 && c <= 3112) - : c <= 3129))) - : (c <= 3140 || (c < 3157 - ? (c < 3146 - ? (c >= 3142 && c <= 3144) - : c <= 3149) - : (c <= 3158 || (c < 3165 - ? (c >= 3160 && c <= 3162) - : c <= 3165))))))))) - : (c <= 3171 || (c < 3450 - ? (c < 3293 - ? (c < 3242 - ? (c < 3205 - ? (c < 3200 - ? (c >= 3174 && c <= 3183) - : c <= 3203) - : (c <= 3212 || (c < 3218 - ? (c >= 3214 && c <= 3216) - : c <= 3240))) - : (c <= 3251 || (c < 3270 - ? (c < 3260 - ? (c >= 3253 && c <= 3257) - : c <= 3268) - : (c <= 3272 || (c < 3285 - ? (c >= 3274 && c <= 3277) - : c <= 3286))))) - : (c <= 3294 || (c < 3346 - ? (c < 3313 - ? (c < 3302 - ? (c >= 3296 && c <= 3299) - : c <= 3311) - : (c <= 3314 || (c < 3342 - ? (c >= 3328 && c <= 3340) - : c <= 3344))) - : (c <= 3396 || (c < 3412 - ? (c < 3402 - ? (c >= 3398 && c <= 3400) - : c <= 3406) - : (c <= 3415 || (c < 3430 - ? (c >= 3423 && c <= 3427) - : c <= 3439))))))) - : (c <= 3455 || (c < 3570 - ? (c < 3520 - ? (c < 3482 - ? (c < 3461 - ? (c >= 3457 && c <= 3459) - : c <= 3478) - : (c <= 3505 || (c < 3517 - ? (c >= 3507 && c <= 3515) - : c <= 3517))) - : (c <= 3526 || (c < 3542 - ? (c < 3535 - ? c == 3530 - : c <= 3540) - : (c <= 3542 || (c < 3558 - ? (c >= 3544 && c <= 3551) - : c <= 3567))))) - : (c <= 3571 || (c < 3718 - ? (c < 3664 - ? (c < 3648 - ? (c >= 3585 && c <= 3642) - : c <= 3662) - : (c <= 3673 || (c < 3716 - ? (c >= 3713 && c <= 3714) - : c <= 3716))) - : (c <= 3722 || (c < 3751 - ? (c < 3749 - ? (c >= 3724 && c <= 3747) - : c <= 3749) - : (c <= 3773 || (c >= 3776 && c <= 3780))))))))))))) - : (c <= 3782 || (c < 8025 - ? (c < 5888 - ? (c < 4688 - ? (c < 3953 - ? (c < 3872 - ? (c < 3804 - ? (c < 3792 - ? (c >= 3784 && c <= 3789) - : c <= 3801) - : (c <= 3807 || (c < 3864 - ? c == 3840 - : c <= 3865))) - : (c <= 3881 || (c < 3897 - ? (c < 3895 - ? c == 3893 - : c <= 3895) - : (c <= 3897 || (c < 3913 - ? (c >= 3902 && c <= 3911) - : c <= 3948))))) - : (c <= 3972 || (c < 4256 - ? (c < 4038 - ? (c < 3993 - ? (c >= 3974 && c <= 3991) - : c <= 4028) - : (c <= 4038 || (c < 4176 - ? (c >= 4096 && c <= 4169) - : c <= 4253))) - : (c <= 4293 || (c < 4304 - ? (c < 4301 - ? c == 4295 - : c <= 4301) - : (c <= 4346 || (c < 4682 - ? (c >= 4348 && c <= 4680) - : c <= 4685))))))) - : (c <= 4694 || (c < 4882 - ? (c < 4786 - ? (c < 4704 - ? (c < 4698 - ? c == 4696 - : c <= 4701) - : (c <= 4744 || (c < 4752 - ? (c >= 4746 && c <= 4749) - : c <= 4784))) - : (c <= 4789 || (c < 4802 - ? (c < 4800 - ? (c >= 4792 && c <= 4798) - : c <= 4800) - : (c <= 4805 || (c < 4824 - ? (c >= 4808 && c <= 4822) - : c <= 4880))))) - : (c <= 4885 || (c < 5112 - ? (c < 4969 - ? (c < 4957 - ? (c >= 4888 && c <= 4954) - : c <= 4959) - : (c <= 4977 || (c < 5024 - ? (c >= 4992 && c <= 5007) - : c <= 5109))) - : (c <= 5117 || (c < 5761 - ? (c < 5743 - ? (c >= 5121 && c <= 5740) - : c <= 5759) - : (c <= 5786 || (c < 5870 - ? (c >= 5792 && c <= 5866) - : c <= 5880))))))))) - : (c <= 5909 || (c < 6688 - ? (c < 6176 - ? (c < 6016 - ? (c < 5984 - ? (c < 5952 - ? (c >= 5919 && c <= 5940) - : c <= 5971) - : (c <= 5996 || (c < 6002 - ? (c >= 5998 && c <= 6000) - : c <= 6003))) - : (c <= 6099 || (c < 6112 - ? (c < 6108 - ? c == 6103 - : c <= 6109) - : (c <= 6121 || (c < 6159 - ? (c >= 6155 && c <= 6157) - : c <= 6169))))) - : (c <= 6264 || (c < 6470 - ? (c < 6400 - ? (c < 6320 - ? (c >= 6272 && c <= 6314) - : c <= 6389) - : (c <= 6430 || (c < 6448 - ? (c >= 6432 && c <= 6443) - : c <= 6459))) - : (c <= 6509 || (c < 6576 - ? (c < 6528 - ? (c >= 6512 && c <= 6516) - : c <= 6571) - : (c <= 6601 || (c < 6656 - ? (c >= 6608 && c <= 6618) - : c <= 6683))))))) - : (c <= 6750 || (c < 7232 - ? (c < 6847 - ? (c < 6800 - ? (c < 6783 - ? (c >= 6752 && c <= 6780) - : c <= 6793) - : (c <= 6809 || (c < 6832 - ? c == 6823 - : c <= 6845))) - : (c <= 6862 || (c < 7019 - ? (c < 6992 - ? (c >= 6912 && c <= 6988) - : c <= 7001) - : (c <= 7027 || (c < 7168 - ? (c >= 7040 && c <= 7155) - : c <= 7223))))) - : (c <= 7241 || (c < 7380 - ? (c < 7312 - ? (c < 7296 - ? (c >= 7245 && c <= 7293) - : c <= 7304) - : (c <= 7354 || (c < 7376 - ? (c >= 7357 && c <= 7359) - : c <= 7378))) - : (c <= 7418 || (c < 7968 - ? (c < 7960 - ? (c >= 7424 && c <= 7957) - : c <= 7965) - : (c <= 8005 || (c < 8016 - ? (c >= 8008 && c <= 8013) - : c <= 8023))))))))))) - : (c <= 8025 || (c < 11720 - ? (c < 8458 - ? (c < 8178 - ? (c < 8126 - ? (c < 8031 - ? (c < 8029 - ? c == 8027 - : c <= 8029) - : (c <= 8061 || (c < 8118 - ? (c >= 8064 && c <= 8116) - : c <= 8124))) - : (c <= 8126 || (c < 8144 - ? (c < 8134 - ? (c >= 8130 && c <= 8132) - : c <= 8140) - : (c <= 8147 || (c < 8160 - ? (c >= 8150 && c <= 8155) - : c <= 8172))))) - : (c <= 8180 || (c < 8336 - ? (c < 8276 - ? (c < 8255 - ? (c >= 8182 && c <= 8188) - : c <= 8256) - : (c <= 8276 || (c < 8319 - ? c == 8305 - : c <= 8319))) - : (c <= 8348 || (c < 8421 - ? (c < 8417 - ? (c >= 8400 && c <= 8412) - : c <= 8417) - : (c <= 8432 || (c < 8455 - ? c == 8450 - : c <= 8455))))))) - : (c <= 8467 || (c < 11499 - ? (c < 8490 - ? (c < 8484 - ? (c < 8472 - ? c == 8469 - : c <= 8477) - : (c <= 8484 || (c < 8488 - ? c == 8486 - : c <= 8488))) - : (c <= 8505 || (c < 8526 - ? (c < 8517 - ? (c >= 8508 && c <= 8511) - : c <= 8521) - : (c <= 8526 || (c < 11264 - ? (c >= 8544 && c <= 8584) - : c <= 11492))))) - : (c <= 11507 || (c < 11647 - ? (c < 11565 - ? (c < 11559 - ? (c >= 11520 && c <= 11557) - : c <= 11559) - : (c <= 11565 || (c < 11631 - ? (c >= 11568 && c <= 11623) - : c <= 11631))) - : (c <= 11670 || (c < 11696 - ? (c < 11688 - ? (c >= 11680 && c <= 11686) - : c <= 11694) - : (c <= 11702 || (c < 11712 - ? (c >= 11704 && c <= 11710) - : c <= 11718))))))))) - : (c <= 11726 || (c < 42623 - ? (c < 12540 - ? (c < 12337 - ? (c < 11744 - ? (c < 11736 - ? (c >= 11728 && c <= 11734) - : c <= 11742) - : (c <= 11775 || (c < 12321 - ? (c >= 12293 && c <= 12295) - : c <= 12335))) - : (c <= 12341 || (c < 12441 - ? (c < 12353 - ? (c >= 12344 && c <= 12348) - : c <= 12438) - : (c <= 12442 || (c < 12449 - ? (c >= 12445 && c <= 12447) - : c <= 12538))))) - : (c <= 12543 || (c < 19968 - ? (c < 12704 - ? (c < 12593 - ? (c >= 12549 && c <= 12591) - : c <= 12686) - : (c <= 12735 || (c < 13312 - ? (c >= 12784 && c <= 12799) - : c <= 19903))) - : (c <= 42124 || (c < 42512 - ? (c < 42240 - ? (c >= 42192 && c <= 42237) - : c <= 42508) - : (c <= 42539 || (c < 42612 - ? (c >= 42560 && c <= 42607) - : c <= 42621))))))) - : (c <= 42737 || (c < 43232 - ? (c < 42965 - ? (c < 42891 - ? (c < 42786 - ? (c >= 42775 && c <= 42783) - : c <= 42888) - : (c <= 42954 || (c < 42963 - ? (c >= 42960 && c <= 42961) - : c <= 42963))) - : (c <= 42969 || (c < 43072 - ? (c < 43052 - ? (c >= 42994 && c <= 43047) - : c <= 43052) - : (c <= 43123 || (c < 43216 - ? (c >= 43136 && c <= 43205) - : c <= 43225))))) - : (c <= 43255 || (c < 43471 - ? (c < 43312 - ? (c < 43261 - ? c == 43259 - : c <= 43309) - : (c <= 43347 || (c < 43392 - ? (c >= 43360 && c <= 43388) - : c <= 43456))) - : (c <= 43481 || (c < 43584 - ? (c < 43520 - ? (c >= 43488 && c <= 43518) - : c <= 43574) - : (c <= 43597 || (c >= 43600 && c <= 43609))))))))))))))) - : (c <= 43638 || (c < 71453 - ? (c < 67639 - ? (c < 65345 - ? (c < 64312 - ? (c < 43888 - ? (c < 43785 - ? (c < 43744 + : (c <= 'Z' || c == '_')) + : (c <= 'z' || (c < 181 + ? c == 170 + : c <= 181))) + : (c <= 183 || (c < 216 + ? (c < 192 + ? c == 186 + : c <= 214) + : (c <= 246 || (c < 710 + ? (c >= 248 && c <= 705) + : c <= 721))))) + : (c <= 740 || (c < 895 + ? (c < 768 + ? (c < 750 + ? c == 748 + : c <= 750) + : (c <= 884 || (c < 891 + ? (c >= 886 && c <= 887) + : c <= 893))) + : (c <= 895 || (c < 910 + ? (c < 908 + ? (c >= 902 && c <= 906) + : c <= 908) + : (c <= 929 || (c < 1015 + ? (c >= 931 && c <= 1013) + : c <= 1153))))))) + : (c <= 1159 || (c < 1552 + ? (c < 1471 + ? (c < 1369 + ? (c < 1329 + ? (c >= 1162 && c <= 1327) + : c <= 1366) + : (c <= 1369 || (c < 1425 + ? (c >= 1376 && c <= 1416) + : c <= 1469))) + : (c <= 1471 || (c < 1479 + ? (c < 1476 + ? (c >= 1473 && c <= 1474) + : c <= 1477) + : (c <= 1479 || (c < 1519 + ? (c >= 1488 && c <= 1514) + : c <= 1522))))) + : (c <= 1562 || (c < 1791 + ? (c < 1749 + ? (c < 1646 + ? (c >= 1568 && c <= 1641) + : c <= 1747) + : (c <= 1756 || (c < 1770 + ? (c >= 1759 && c <= 1768) + : c <= 1788))) + : (c <= 1791 || (c < 1984 + ? (c < 1869 + ? (c >= 1808 && c <= 1866) + : c <= 1969) + : (c <= 2037 || (c < 2045 + ? c == 2042 + : c <= 2045))))))))) + : (c <= 2093 || (c < 2561 + ? (c < 2474 + ? (c < 2275 + ? (c < 2160 + ? (c < 2144 + ? (c >= 2112 && c <= 2139) + : c <= 2154) + : (c <= 2183 || (c < 2200 + ? (c >= 2185 && c <= 2190) + : c <= 2273))) + : (c <= 2403 || (c < 2437 + ? (c < 2417 + ? (c >= 2406 && c <= 2415) + : c <= 2435) + : (c <= 2444 || (c < 2451 + ? (c >= 2447 && c <= 2448) + : c <= 2472))))) + : (c <= 2480 || (c < 2519 + ? (c < 2492 + ? (c < 2486 + ? c == 2482 + : c <= 2489) + : (c <= 2500 || (c < 2507 + ? (c >= 2503 && c <= 2504) + : c <= 2510))) + : (c <= 2519 || (c < 2534 + ? (c < 2527 + ? (c >= 2524 && c <= 2525) + : c <= 2531) + : (c <= 2545 || (c < 2558 + ? c == 2556 + : c <= 2558))))))) + : (c <= 2563 || (c < 2641 + ? (c < 2613 + ? (c < 2579 + ? (c < 2575 + ? (c >= 2565 && c <= 2570) + : c <= 2576) + : (c <= 2600 || (c < 2610 + ? (c >= 2602 && c <= 2608) + : c <= 2611))) + : (c <= 2614 || (c < 2622 + ? (c < 2620 + ? (c >= 2616 && c <= 2617) + : c <= 2620) + : (c <= 2626 || (c < 2635 + ? (c >= 2631 && c <= 2632) + : c <= 2637))))) + : (c <= 2641 || (c < 2703 + ? (c < 2662 + ? (c < 2654 + ? (c >= 2649 && c <= 2652) + : c <= 2654) + : (c <= 2677 || (c < 2693 + ? (c >= 2689 && c <= 2691) + : c <= 2701))) + : (c <= 2705 || (c < 2738 + ? (c < 2730 + ? (c >= 2707 && c <= 2728) + : c <= 2736) + : (c <= 2739 || (c < 2748 + ? (c >= 2741 && c <= 2745) + : c <= 2757))))))))))) + : (c <= 2761 || (c < 3200 + ? (c < 2969 + ? (c < 2876 + ? (c < 2821 + ? (c < 2790 + ? (c < 2768 + ? (c >= 2763 && c <= 2765) + : (c <= 2768 || (c >= 2784 && c <= 2787))) + : (c <= 2799 || (c < 2817 + ? (c >= 2809 && c <= 2815) + : c <= 2819))) + : (c <= 2828 || (c < 2858 + ? (c < 2835 + ? (c >= 2831 && c <= 2832) + : c <= 2856) + : (c <= 2864 || (c < 2869 + ? (c >= 2866 && c <= 2867) + : c <= 2873))))) + : (c <= 2884 || (c < 2918 + ? (c < 2901 + ? (c < 2891 + ? (c >= 2887 && c <= 2888) + : c <= 2893) + : (c <= 2903 || (c < 2911 + ? (c >= 2908 && c <= 2909) + : c <= 2915))) + : (c <= 2927 || (c < 2949 + ? (c < 2946 + ? c == 2929 + : c <= 2947) + : (c <= 2954 || (c < 2962 + ? (c >= 2958 && c <= 2960) + : c <= 2965))))))) + : (c <= 2970 || (c < 3072 + ? (c < 3006 + ? (c < 2979 + ? (c < 2974 + ? c == 2972 + : c <= 2975) + : (c <= 2980 || (c < 2990 + ? (c >= 2984 && c <= 2986) + : c <= 3001))) + : (c <= 3010 || (c < 3024 + ? (c < 3018 + ? (c >= 3014 && c <= 3016) + : c <= 3021) + : (c <= 3024 || (c < 3046 + ? c == 3031 + : c <= 3055))))) + : (c <= 3084 || (c < 3146 + ? (c < 3114 + ? (c < 3090 + ? (c >= 3086 && c <= 3088) + : c <= 3112) + : (c <= 3129 || (c < 3142 + ? (c >= 3132 && c <= 3140) + : c <= 3144))) + : (c <= 3149 || (c < 3165 + ? (c < 3160 + ? (c >= 3157 && c <= 3158) + : c <= 3162) + : (c <= 3165 || (c < 3174 + ? (c >= 3168 && c <= 3171) + : c <= 3183))))))))) + : (c <= 3203 || (c < 3461 + ? (c < 3302 + ? (c < 3260 + ? (c < 3218 + ? (c < 3214 + ? (c >= 3205 && c <= 3212) + : c <= 3216) + : (c <= 3240 || (c < 3253 + ? (c >= 3242 && c <= 3251) + : c <= 3257))) + : (c <= 3268 || (c < 3285 + ? (c < 3274 + ? (c >= 3270 && c <= 3272) + : c <= 3277) + : (c <= 3286 || (c < 3296 + ? (c >= 3293 && c <= 3294) + : c <= 3299))))) + : (c <= 3311 || (c < 3402 + ? (c < 3342 + ? (c < 3328 + ? (c >= 3313 && c <= 3315) + : c <= 3340) + : (c <= 3344 || (c < 3398 + ? (c >= 3346 && c <= 3396) + : c <= 3400))) + : (c <= 3406 || (c < 3430 + ? (c < 3423 + ? (c >= 3412 && c <= 3415) + : c <= 3427) + : (c <= 3439 || (c < 3457 + ? (c >= 3450 && c <= 3455) + : c <= 3459))))))) + : (c <= 3478 || (c < 3648 + ? (c < 3535 + ? (c < 3517 + ? (c < 3507 + ? (c >= 3482 && c <= 3505) + : c <= 3515) + : (c <= 3517 || (c < 3530 + ? (c >= 3520 && c <= 3526) + : c <= 3530))) + : (c <= 3540 || (c < 3558 + ? (c < 3544 + ? c == 3542 + : c <= 3551) + : (c <= 3567 || (c < 3585 + ? (c >= 3570 && c <= 3571) + : c <= 3642))))) + : (c <= 3662 || (c < 3749 + ? (c < 3716 + ? (c < 3713 + ? (c >= 3664 && c <= 3673) + : c <= 3714) + : (c <= 3716 || (c < 3724 + ? (c >= 3718 && c <= 3722) + : c <= 3747))) + : (c <= 3749 || (c < 3782 + ? (c < 3776 + ? (c >= 3751 && c <= 3773) + : c <= 3780) + : (c <= 3782 || (c < 3792 + ? (c >= 3784 && c <= 3790) + : c <= 3801))))))))))))) + : (c <= 3807 || (c < 8064 + ? (c < 5998 + ? (c < 4746 + ? (c < 4096 + ? (c < 3902 + ? (c < 3893 + ? (c < 3864 + ? c == 3840 + : (c <= 3865 || (c >= 3872 && c <= 3881))) + : (c <= 3893 || (c < 3897 + ? c == 3895 + : c <= 3897))) + : (c <= 3911 || (c < 3974 + ? (c < 3953 + ? (c >= 3913 && c <= 3948) + : c <= 3972) + : (c <= 3991 || (c < 4038 + ? (c >= 3993 && c <= 4028) + : c <= 4038))))) + : (c <= 4169 || (c < 4348 + ? (c < 4295 + ? (c < 4256 + ? (c >= 4176 && c <= 4253) + : c <= 4293) + : (c <= 4295 || (c < 4304 + ? c == 4301 + : c <= 4346))) + : (c <= 4680 || (c < 4696 + ? (c < 4688 + ? (c >= 4682 && c <= 4685) + : c <= 4694) + : (c <= 4696 || (c < 4704 + ? (c >= 4698 && c <= 4701) + : c <= 4744))))))) + : (c <= 4749 || (c < 4992 + ? (c < 4808 + ? (c < 4792 + ? (c < 4786 + ? (c >= 4752 && c <= 4784) + : c <= 4789) + : (c <= 4798 || (c < 4802 + ? c == 4800 + : c <= 4805))) + : (c <= 4822 || (c < 4888 + ? (c < 4882 + ? (c >= 4824 && c <= 4880) + : c <= 4885) + : (c <= 4954 || (c < 4969 + ? (c >= 4957 && c <= 4959) + : c <= 4977))))) + : (c <= 5007 || (c < 5792 + ? (c < 5121 + ? (c < 5112 + ? (c >= 5024 && c <= 5109) + : c <= 5117) + : (c <= 5740 || (c < 5761 + ? (c >= 5743 && c <= 5759) + : c <= 5786))) + : (c <= 5866 || (c < 5919 + ? (c < 5888 + ? (c >= 5870 && c <= 5880) + : c <= 5909) + : (c <= 5940 || (c < 5984 + ? (c >= 5952 && c <= 5971) + : c <= 5996))))))))) + : (c <= 6000 || (c < 6823 + ? (c < 6432 + ? (c < 6155 + ? (c < 6103 + ? (c < 6016 + ? (c >= 6002 && c <= 6003) + : c <= 6099) + : (c <= 6103 || (c < 6112 + ? (c >= 6108 && c <= 6109) + : c <= 6121))) + : (c <= 6157 || (c < 6272 + ? (c < 6176 + ? (c >= 6159 && c <= 6169) + : c <= 6264) + : (c <= 6314 || (c < 6400 + ? (c >= 6320 && c <= 6389) + : c <= 6430))))) + : (c <= 6443 || (c < 6608 + ? (c < 6512 + ? (c < 6470 + ? (c >= 6448 && c <= 6459) + : c <= 6509) + : (c <= 6516 || (c < 6576 + ? (c >= 6528 && c <= 6571) + : c <= 6601))) + : (c <= 6618 || (c < 6752 + ? (c < 6688 + ? (c >= 6656 && c <= 6683) + : c <= 6750) + : (c <= 6780 || (c < 6800 + ? (c >= 6783 && c <= 6793) + : c <= 6809))))))) + : (c <= 6823 || (c < 7357 + ? (c < 7040 + ? (c < 6912 + ? (c < 6847 + ? (c >= 6832 && c <= 6845) + : c <= 6862) + : (c <= 6988 || (c < 7019 + ? (c >= 6992 && c <= 7001) + : c <= 7027))) + : (c <= 7155 || (c < 7245 + ? (c < 7232 + ? (c >= 7168 && c <= 7223) + : c <= 7241) + : (c <= 7293 || (c < 7312 + ? (c >= 7296 && c <= 7304) + : c <= 7354))))) + : (c <= 7359 || (c < 8008 + ? (c < 7424 + ? (c < 7380 + ? (c >= 7376 && c <= 7378) + : c <= 7418) + : (c <= 7957 || (c < 7968 + ? (c >= 7960 && c <= 7965) + : c <= 8005))) + : (c <= 8013 || (c < 8027 + ? (c < 8025 + ? (c >= 8016 && c <= 8023) + : c <= 8025) + : (c <= 8027 || (c < 8031 + ? c == 8029 + : c <= 8061))))))))))) + : (c <= 8116 || (c < 12321 + ? (c < 8488 + ? (c < 8319 + ? (c < 8160 + ? (c < 8134 + ? (c < 8126 + ? (c >= 8118 && c <= 8124) + : (c <= 8126 || (c >= 8130 && c <= 8132))) + : (c <= 8140 || (c < 8150 + ? (c >= 8144 && c <= 8147) + : c <= 8155))) + : (c <= 8172 || (c < 8255 + ? (c < 8182 + ? (c >= 8178 && c <= 8180) + : c <= 8188) + : (c <= 8256 || (c < 8305 + ? c == 8276 + : c <= 8305))))) + : (c <= 8319 || (c < 8455 + ? (c < 8417 + ? (c < 8400 + ? (c >= 8336 && c <= 8348) + : c <= 8412) + : (c <= 8417 || (c < 8450 + ? (c >= 8421 && c <= 8432) + : c <= 8450))) + : (c <= 8455 || (c < 8472 + ? (c < 8469 + ? (c >= 8458 && c <= 8467) + : c <= 8469) + : (c <= 8477 || (c < 8486 + ? c == 8484 + : c <= 8486))))))) + : (c <= 8488 || (c < 11631 + ? (c < 11264 + ? (c < 8517 + ? (c < 8508 + ? (c >= 8490 && c <= 8505) + : c <= 8511) + : (c <= 8521 || (c < 8544 + ? c == 8526 + : c <= 8584))) + : (c <= 11492 || (c < 11559 + ? (c < 11520 + ? (c >= 11499 && c <= 11507) + : c <= 11557) + : (c <= 11559 || (c < 11568 + ? c == 11565 + : c <= 11623))))) + : (c <= 11631 || (c < 11712 + ? (c < 11688 + ? (c < 11680 + ? (c >= 11647 && c <= 11670) + : c <= 11686) + : (c <= 11694 || (c < 11704 + ? (c >= 11696 && c <= 11702) + : c <= 11710))) + : (c <= 11718 || (c < 11736 + ? (c < 11728 + ? (c >= 11720 && c <= 11726) + : c <= 11734) + : (c <= 11742 || (c < 12293 + ? (c >= 11744 && c <= 11775) + : c <= 12295))))))))) + : (c <= 12335 || (c < 42963 + ? (c < 13312 + ? (c < 12449 + ? (c < 12353 + ? (c < 12344 + ? (c >= 12337 && c <= 12341) + : c <= 12348) + : (c <= 12438 || (c < 12445 + ? (c >= 12441 && c <= 12442) + : c <= 12447))) + : (c <= 12538 || (c < 12593 + ? (c < 12549 + ? (c >= 12540 && c <= 12543) + : c <= 12591) + : (c <= 12686 || (c < 12784 + ? (c >= 12704 && c <= 12735) + : c <= 12799))))) + : (c <= 19903 || (c < 42612 + ? (c < 42240 + ? (c < 42192 + ? (c >= 19968 && c <= 42124) + : c <= 42237) + : (c <= 42508 || (c < 42560 + ? (c >= 42512 && c <= 42539) + : c <= 42607))) + : (c <= 42621 || (c < 42786 + ? (c < 42775 + ? (c >= 42623 && c <= 42737) + : c <= 42783) + : (c <= 42888 || (c < 42960 + ? (c >= 42891 && c <= 42954) + : c <= 42961))))))) + : (c <= 42963 || (c < 43392 + ? (c < 43216 + ? (c < 43052 + ? (c < 42994 + ? (c >= 42965 && c <= 42969) + : c <= 43047) + : (c <= 43052 || (c < 43136 + ? (c >= 43072 && c <= 43123) + : c <= 43205))) + : (c <= 43225 || (c < 43261 + ? (c < 43259 + ? (c >= 43232 && c <= 43255) + : c <= 43259) + : (c <= 43309 || (c < 43360 + ? (c >= 43312 && c <= 43347) + : c <= 43388))))) + : (c <= 43456 || (c < 43616 + ? (c < 43520 + ? (c < 43488 + ? (c >= 43471 && c <= 43481) + : c <= 43518) + : (c <= 43574 || (c < 43600 + ? (c >= 43584 && c <= 43597) + : c <= 43609))) + : (c <= 43638 || (c < 43744 ? (c < 43739 ? (c >= 43642 && c <= 43714) : c <= 43741) : (c <= 43759 || (c < 43777 ? (c >= 43762 && c <= 43766) - : c <= 43782))) - : (c <= 43790 || (c < 43816 + : c <= 43782))))))))))))))) + : (c <= 43790 || (c < 71960 + ? (c < 67840 + ? (c < 65549 + ? (c < 64848 + ? (c < 64112 + ? (c < 44012 + ? (c < 43824 ? (c < 43808 ? (c >= 43793 && c <= 43798) - : c <= 43814) - : (c <= 43822 || (c < 43868 - ? (c >= 43824 && c <= 43866) - : c <= 43881))))) - : (c <= 44010 || (c < 63744 - ? (c < 44032 - ? (c < 44016 - ? (c >= 44012 && c <= 44013) - : c <= 44025) - : (c <= 55203 || (c < 55243 - ? (c >= 55216 && c <= 55238) - : c <= 55291))) - : (c <= 64109 || (c < 64275 - ? (c < 64256 - ? (c >= 64112 && c <= 64217) - : c <= 64262) - : (c <= 64279 || (c < 64298 - ? (c >= 64285 && c <= 64296) - : c <= 64310))))))) - : (c <= 64316 || (c < 65075 - ? (c < 64612 - ? (c < 64323 - ? (c < 64320 - ? c == 64318 - : c <= 64321) - : (c <= 64324 || (c < 64467 - ? (c >= 64326 && c <= 64433) - : c <= 64605))) - : (c <= 64829 || (c < 65008 - ? (c < 64914 - ? (c >= 64848 && c <= 64911) - : c <= 64967) - : (c <= 65017 || (c < 65056 - ? (c >= 65024 && c <= 65039) - : c <= 65071))))) - : (c <= 65076 || (c < 65147 - ? (c < 65139 - ? (c < 65137 - ? (c >= 65101 && c <= 65103) - : c <= 65137) - : (c <= 65139 || (c < 65145 - ? c == 65143 - : c <= 65145))) - : (c <= 65147 || (c < 65296 - ? (c < 65151 - ? c == 65149 - : c <= 65276) - : (c <= 65305 || (c < 65343 - ? (c >= 65313 && c <= 65338) - : c <= 65343))))))))) - : (c <= 65370 || (c < 66513 - ? (c < 65664 - ? (c < 65536 - ? (c < 65482 - ? (c < 65474 - ? (c >= 65382 && c <= 65470) - : c <= 65479) - : (c <= 65487 || (c < 65498 - ? (c >= 65490 && c <= 65495) - : c <= 65500))) - : (c <= 65547 || (c < 65596 - ? (c < 65576 - ? (c >= 65549 && c <= 65574) - : c <= 65594) - : (c <= 65597 || (c < 65616 - ? (c >= 65599 && c <= 65613) - : c <= 65629))))) - : (c <= 65786 || (c < 66304 - ? (c < 66176 - ? (c < 66045 - ? (c >= 65856 && c <= 65908) - : c <= 66045) - : (c <= 66204 || (c < 66272 - ? (c >= 66208 && c <= 66256) - : c <= 66272))) - : (c <= 66335 || (c < 66432 - ? (c < 66384 - ? (c >= 66349 && c <= 66378) - : c <= 66426) - : (c <= 66461 || (c < 66504 - ? (c >= 66464 && c <= 66499) - : c <= 66511))))))) - : (c <= 66517 || (c < 66979 - ? (c < 66864 - ? (c < 66736 - ? (c < 66720 - ? (c >= 66560 && c <= 66717) - : c <= 66729) - : (c <= 66771 || (c < 66816 - ? (c >= 66776 && c <= 66811) - : c <= 66855))) - : (c <= 66915 || (c < 66956 - ? (c < 66940 - ? (c >= 66928 && c <= 66938) - : c <= 66954) - : (c <= 66962 || (c < 66967 - ? (c >= 66964 && c <= 66965) - : c <= 66977))))) - : (c <= 66993 || (c < 67456 - ? (c < 67072 - ? (c < 67003 - ? (c >= 66995 && c <= 67001) - : c <= 67004) - : (c <= 67382 || (c < 67424 - ? (c >= 67392 && c <= 67413) - : c <= 67431))) - : (c <= 67461 || (c < 67584 - ? (c < 67506 - ? (c >= 67463 && c <= 67504) - : c <= 67514) - : (c <= 67589 || (c < 67594 - ? c == 67592 - : c <= 67637))))))))))) - : (c <= 67640 || (c < 69956 - ? (c < 68448 - ? (c < 68101 - ? (c < 67828 - ? (c < 67680 - ? (c < 67647 - ? c == 67644 - : c <= 67669) - : (c <= 67702 || (c < 67808 - ? (c >= 67712 && c <= 67742) - : c <= 67826))) - : (c <= 67829 || (c < 67968 - ? (c < 67872 - ? (c >= 67840 && c <= 67861) - : c <= 67897) - : (c <= 68023 || (c < 68096 - ? (c >= 68030 && c <= 68031) - : c <= 68099))))) - : (c <= 68102 || (c < 68192 - ? (c < 68121 - ? (c < 68117 - ? (c >= 68108 && c <= 68115) - : c <= 68119) - : (c <= 68149 || (c < 68159 - ? (c >= 68152 && c <= 68154) - : c <= 68159))) - : (c <= 68220 || (c < 68297 - ? (c < 68288 - ? (c >= 68224 && c <= 68252) - : c <= 68295) - : (c <= 68326 || (c < 68416 - ? (c >= 68352 && c <= 68405) - : c <= 68437))))))) - : (c <= 68466 || (c < 69424 - ? (c < 68912 - ? (c < 68736 - ? (c < 68608 - ? (c >= 68480 && c <= 68497) - : c <= 68680) - : (c <= 68786 || (c < 68864 - ? (c >= 68800 && c <= 68850) - : c <= 68903))) - : (c <= 68921 || (c < 69296 - ? (c < 69291 - ? (c >= 69248 && c <= 69289) - : c <= 69292) - : (c <= 69297 || (c < 69415 - ? (c >= 69376 && c <= 69404) - : c <= 69415))))) - : (c <= 69456 || (c < 69759 - ? (c < 69600 - ? (c < 69552 - ? (c >= 69488 && c <= 69509) - : c <= 69572) - : (c <= 69622 || (c < 69734 - ? (c >= 69632 && c <= 69702) - : c <= 69749))) - : (c <= 69818 || (c < 69872 - ? (c < 69840 - ? c == 69826 - : c <= 69864) - : (c <= 69881 || (c < 69942 - ? (c >= 69888 && c <= 69940) - : c <= 69951))))))))) - : (c <= 69959 || (c < 70459 - ? (c < 70282 - ? (c < 70108 - ? (c < 70016 - ? (c < 70006 - ? (c >= 69968 && c <= 70003) - : c <= 70006) - : (c <= 70084 || (c < 70094 - ? (c >= 70089 && c <= 70092) - : c <= 70106))) - : (c <= 70108 || (c < 70206 - ? (c < 70163 - ? (c >= 70144 && c <= 70161) - : c <= 70199) - : (c <= 70206 || (c < 70280 - ? (c >= 70272 && c <= 70278) - : c <= 70280))))) - : (c <= 70285 || (c < 70405 - ? (c < 70320 - ? (c < 70303 - ? (c >= 70287 && c <= 70301) - : c <= 70312) - : (c <= 70378 || (c < 70400 - ? (c >= 70384 && c <= 70393) - : c <= 70403))) - : (c <= 70412 || (c < 70442 - ? (c < 70419 - ? (c >= 70415 && c <= 70416) - : c <= 70440) - : (c <= 70448 || (c < 70453 - ? (c >= 70450 && c <= 70451) - : c <= 70457))))))) - : (c <= 70468 || (c < 70855 - ? (c < 70502 - ? (c < 70480 - ? (c < 70475 - ? (c >= 70471 && c <= 70472) - : c <= 70477) - : (c <= 70480 || (c < 70493 - ? c == 70487 - : c <= 70499))) - : (c <= 70508 || (c < 70736 - ? (c < 70656 - ? (c >= 70512 && c <= 70516) - : c <= 70730) - : (c <= 70745 || (c < 70784 - ? (c >= 70750 && c <= 70753) - : c <= 70853))))) - : (c <= 70855 || (c < 71236 - ? (c < 71096 - ? (c < 71040 - ? (c >= 70864 && c <= 70873) - : c <= 71093) - : (c <= 71104 || (c < 71168 - ? (c >= 71128 && c <= 71133) - : c <= 71232))) - : (c <= 71236 || (c < 71360 - ? (c < 71296 - ? (c >= 71248 && c <= 71257) - : c <= 71352) - : (c <= 71369 || (c >= 71424 && c <= 71450))))))))))))) - : (c <= 71467 || (c < 119973 - ? (c < 77824 - ? (c < 72760 - ? (c < 72016 - ? (c < 71945 - ? (c < 71680 - ? (c < 71488 + : (c <= 43814 || (c >= 43816 && c <= 43822))) + : (c <= 43866 || (c < 43888 + ? (c >= 43868 && c <= 43881) + : c <= 44010))) + : (c <= 44013 || (c < 55216 + ? (c < 44032 + ? (c >= 44016 && c <= 44025) + : c <= 55203) + : (c <= 55238 || (c < 63744 + ? (c >= 55243 && c <= 55291) + : c <= 64109))))) + : (c <= 64217 || (c < 64318 + ? (c < 64285 + ? (c < 64275 + ? (c >= 64256 && c <= 64262) + : c <= 64279) + : (c <= 64296 || (c < 64312 + ? (c >= 64298 && c <= 64310) + : c <= 64316))) + : (c <= 64318 || (c < 64326 + ? (c < 64323 + ? (c >= 64320 && c <= 64321) + : c <= 64324) + : (c <= 64433 || (c < 64612 + ? (c >= 64467 && c <= 64605) + : c <= 64829))))))) + : (c <= 64911 || (c < 65149 + ? (c < 65101 + ? (c < 65024 + ? (c < 65008 + ? (c >= 64914 && c <= 64967) + : c <= 65017) + : (c <= 65039 || (c < 65075 + ? (c >= 65056 && c <= 65071) + : c <= 65076))) + : (c <= 65103 || (c < 65143 + ? (c < 65139 + ? c == 65137 + : c <= 65139) + : (c <= 65143 || (c < 65147 + ? c == 65145 + : c <= 65147))))) + : (c <= 65149 || (c < 65382 + ? (c < 65313 + ? (c < 65296 + ? (c >= 65151 && c <= 65276) + : c <= 65305) + : (c <= 65338 || (c < 65345 + ? c == 65343 + : c <= 65370))) + : (c <= 65470 || (c < 65490 + ? (c < 65482 + ? (c >= 65474 && c <= 65479) + : c <= 65487) + : (c <= 65495 || (c < 65536 + ? (c >= 65498 && c <= 65500) + : c <= 65547))))))))) + : (c <= 65574 || (c < 66928 + ? (c < 66349 + ? (c < 65856 + ? (c < 65599 + ? (c < 65596 + ? (c >= 65576 && c <= 65594) + : c <= 65597) + : (c <= 65613 || (c < 65664 + ? (c >= 65616 && c <= 65629) + : c <= 65786))) + : (c <= 65908 || (c < 66208 + ? (c < 66176 + ? c == 66045 + : c <= 66204) + : (c <= 66256 || (c < 66304 + ? c == 66272 + : c <= 66335))))) + : (c <= 66378 || (c < 66560 + ? (c < 66464 + ? (c < 66432 + ? (c >= 66384 && c <= 66426) + : c <= 66461) + : (c <= 66499 || (c < 66513 + ? (c >= 66504 && c <= 66511) + : c <= 66517))) + : (c <= 66717 || (c < 66776 + ? (c < 66736 + ? (c >= 66720 && c <= 66729) + : c <= 66771) + : (c <= 66811 || (c < 66864 + ? (c >= 66816 && c <= 66855) + : c <= 66915))))))) + : (c <= 66938 || (c < 67463 + ? (c < 66995 + ? (c < 66964 + ? (c < 66956 + ? (c >= 66940 && c <= 66954) + : c <= 66962) + : (c <= 66965 || (c < 66979 + ? (c >= 66967 && c <= 66977) + : c <= 66993))) + : (c <= 67001 || (c < 67392 + ? (c < 67072 + ? (c >= 67003 && c <= 67004) + : c <= 67382) + : (c <= 67413 || (c < 67456 + ? (c >= 67424 && c <= 67431) + : c <= 67461))))) + : (c <= 67504 || (c < 67644 + ? (c < 67592 + ? (c < 67584 + ? (c >= 67506 && c <= 67514) + : c <= 67589) + : (c <= 67592 || (c < 67639 + ? (c >= 67594 && c <= 67637) + : c <= 67640))) + : (c <= 67644 || (c < 67712 + ? (c < 67680 + ? (c >= 67647 && c <= 67669) + : c <= 67702) + : (c <= 67742 || (c < 67828 + ? (c >= 67808 && c <= 67826) + : c <= 67829))))))))))) + : (c <= 67861 || (c < 70163 + ? (c < 69291 + ? (c < 68288 + ? (c < 68117 + ? (c < 68096 + ? (c < 67968 + ? (c >= 67872 && c <= 67897) + : (c <= 68023 || (c >= 68030 && c <= 68031))) + : (c <= 68099 || (c < 68108 + ? (c >= 68101 && c <= 68102) + : c <= 68115))) + : (c <= 68119 || (c < 68159 + ? (c < 68152 + ? (c >= 68121 && c <= 68149) + : c <= 68154) + : (c <= 68159 || (c < 68224 + ? (c >= 68192 && c <= 68220) + : c <= 68252))))) + : (c <= 68295 || (c < 68608 + ? (c < 68416 + ? (c < 68352 + ? (c >= 68297 && c <= 68326) + : c <= 68405) + : (c <= 68437 || (c < 68480 + ? (c >= 68448 && c <= 68466) + : c <= 68497))) + : (c <= 68680 || (c < 68864 + ? (c < 68800 + ? (c >= 68736 && c <= 68786) + : c <= 68850) + : (c <= 68903 || (c < 69248 + ? (c >= 68912 && c <= 68921) + : c <= 69289))))))) + : (c <= 69292 || (c < 69840 + ? (c < 69552 + ? (c < 69415 + ? (c < 69373 + ? (c >= 69296 && c <= 69297) + : c <= 69404) + : (c <= 69415 || (c < 69488 + ? (c >= 69424 && c <= 69456) + : c <= 69509))) + : (c <= 69572 || (c < 69734 + ? (c < 69632 + ? (c >= 69600 && c <= 69622) + : c <= 69702) + : (c <= 69749 || (c < 69826 + ? (c >= 69759 && c <= 69818) + : c <= 69826))))) + : (c <= 69864 || (c < 70006 + ? (c < 69942 + ? (c < 69888 + ? (c >= 69872 && c <= 69881) + : c <= 69940) + : (c <= 69951 || (c < 69968 + ? (c >= 69956 && c <= 69959) + : c <= 70003))) + : (c <= 70006 || (c < 70094 + ? (c < 70089 + ? (c >= 70016 && c <= 70084) + : c <= 70092) + : (c <= 70106 || (c < 70144 + ? c == 70108 + : c <= 70161))))))))) + : (c <= 70199 || (c < 70656 + ? (c < 70419 + ? (c < 70303 + ? (c < 70280 + ? (c < 70272 + ? (c >= 70206 && c <= 70209) + : c <= 70278) + : (c <= 70280 || (c < 70287 + ? (c >= 70282 && c <= 70285) + : c <= 70301))) + : (c <= 70312 || (c < 70400 + ? (c < 70384 + ? (c >= 70320 && c <= 70378) + : c <= 70393) + : (c <= 70403 || (c < 70415 + ? (c >= 70405 && c <= 70412) + : c <= 70416))))) + : (c <= 70440 || (c < 70475 + ? (c < 70453 + ? (c < 70450 + ? (c >= 70442 && c <= 70448) + : c <= 70451) + : (c <= 70457 || (c < 70471 + ? (c >= 70459 && c <= 70468) + : c <= 70472))) + : (c <= 70477 || (c < 70493 + ? (c < 70487 + ? c == 70480 + : c <= 70487) + : (c <= 70499 || (c < 70512 + ? (c >= 70502 && c <= 70508) + : c <= 70516))))))) + : (c <= 70730 || (c < 71296 + ? (c < 71040 + ? (c < 70784 + ? (c < 70750 + ? (c >= 70736 && c <= 70745) + : c <= 70753) + : (c <= 70853 || (c < 70864 + ? c == 70855 + : c <= 70873))) + : (c <= 71093 || (c < 71168 + ? (c < 71128 + ? (c >= 71096 && c <= 71104) + : c <= 71133) + : (c <= 71232 || (c < 71248 + ? c == 71236 + : c <= 71257))))) + : (c <= 71352 || (c < 71680 + ? (c < 71453 + ? (c < 71424 + ? (c >= 71360 && c <= 71369) + : c <= 71450) + : (c <= 71467 || (c < 71488 ? (c >= 71472 && c <= 71481) - : c <= 71494) - : (c <= 71738 || (c < 71935 + : c <= 71494))) + : (c <= 71738 || (c < 71945 + ? (c < 71935 ? (c >= 71840 && c <= 71913) - : c <= 71942))) - : (c <= 71945 || (c < 71960 - ? (c < 71957 + : c <= 71942) + : (c <= 71945 || (c < 71957 ? (c >= 71948 && c <= 71955) - : c <= 71958) - : (c <= 71989 || (c < 71995 + : c <= 71958))))))))))))) + : (c <= 71989 || (c < 119995 + ? (c < 92784 + ? (c < 73023 + ? (c < 72704 + ? (c < 72163 + ? (c < 72096 + ? (c < 71995 ? (c >= 71991 && c <= 71992) - : c <= 72003))))) - : (c <= 72025 || (c < 72263 - ? (c < 72154 - ? (c < 72106 - ? (c >= 72096 && c <= 72103) - : c <= 72151) - : (c <= 72161 || (c < 72192 - ? (c >= 72163 && c <= 72164) - : c <= 72254))) - : (c <= 72263 || (c < 72368 - ? (c < 72349 - ? (c >= 72272 && c <= 72345) - : c <= 72349) - : (c <= 72440 || (c < 72714 - ? (c >= 72704 && c <= 72712) - : c <= 72758))))))) - : (c <= 72768 || (c < 73056 - ? (c < 72968 - ? (c < 72850 - ? (c < 72818 - ? (c >= 72784 && c <= 72793) - : c <= 72847) - : (c <= 72871 || (c < 72960 - ? (c >= 72873 && c <= 72886) - : c <= 72966))) - : (c <= 72969 || (c < 73020 - ? (c < 73018 - ? (c >= 72971 && c <= 73014) - : c <= 73018) - : (c <= 73021 || (c < 73040 - ? (c >= 73023 && c <= 73031) - : c <= 73049))))) - : (c <= 73061 || (c < 73440 - ? (c < 73104 - ? (c < 73066 - ? (c >= 73063 && c <= 73064) - : c <= 73102) - : (c <= 73105 || (c < 73120 - ? (c >= 73107 && c <= 73112) - : c <= 73129))) - : (c <= 73462 || (c < 74752 + : (c <= 72003 || (c >= 72016 && c <= 72025))) + : (c <= 72103 || (c < 72154 + ? (c >= 72106 && c <= 72151) + : c <= 72161))) + : (c <= 72164 || (c < 72272 + ? (c < 72263 + ? (c >= 72192 && c <= 72254) + : c <= 72263) + : (c <= 72345 || (c < 72368 + ? c == 72349 + : c <= 72440))))) + : (c <= 72712 || (c < 72873 + ? (c < 72784 + ? (c < 72760 + ? (c >= 72714 && c <= 72758) + : c <= 72768) + : (c <= 72793 || (c < 72850 + ? (c >= 72818 && c <= 72847) + : c <= 72871))) + : (c <= 72886 || (c < 72971 + ? (c < 72968 + ? (c >= 72960 && c <= 72966) + : c <= 72969) + : (c <= 73014 || (c < 73020 + ? c == 73018 + : c <= 73021))))))) + : (c <= 73031 || (c < 73552 + ? (c < 73107 + ? (c < 73063 + ? (c < 73056 + ? (c >= 73040 && c <= 73049) + : c <= 73061) + : (c <= 73064 || (c < 73104 + ? (c >= 73066 && c <= 73102) + : c <= 73105))) + : (c <= 73112 || (c < 73472 + ? (c < 73440 + ? (c >= 73120 && c <= 73129) + : c <= 73462) + : (c <= 73488 || (c < 73534 + ? (c >= 73490 && c <= 73530) + : c <= 73538))))) + : (c <= 73561 || (c < 77824 + ? (c < 74752 ? (c < 73728 ? c == 73648 : c <= 74649) : (c <= 74862 || (c < 77712 ? (c >= 74880 && c <= 75075) - : c <= 77808))))))))) - : (c <= 78894 || (c < 110576 - ? (c < 93027 - ? (c < 92864 - ? (c < 92736 - ? (c < 92160 - ? (c >= 82944 && c <= 83526) - : c <= 92728) - : (c <= 92766 || (c < 92784 - ? (c >= 92768 && c <= 92777) - : c <= 92862))) - : (c <= 92873 || (c < 92928 - ? (c < 92912 - ? (c >= 92880 && c <= 92909) - : c <= 92916) - : (c <= 92982 || (c < 93008 - ? (c >= 92992 && c <= 92995) - : c <= 93017))))) - : (c <= 93047 || (c < 94176 - ? (c < 93952 - ? (c < 93760 - ? (c >= 93053 && c <= 93071) - : c <= 93823) - : (c <= 94026 || (c < 94095 - ? (c >= 94031 && c <= 94087) - : c <= 94111))) - : (c <= 94177 || (c < 94208 - ? (c < 94192 - ? (c >= 94179 && c <= 94180) - : c <= 94193) - : (c <= 100343 || (c < 101632 - ? (c >= 100352 && c <= 101589) - : c <= 101640))))))) - : (c <= 110579 || (c < 118528 - ? (c < 110960 - ? (c < 110592 - ? (c < 110589 - ? (c >= 110581 && c <= 110587) - : c <= 110590) - : (c <= 110882 || (c < 110948 - ? (c >= 110928 && c <= 110930) - : c <= 110951))) - : (c <= 111355 || (c < 113792 - ? (c < 113776 + : c <= 77808))) + : (c <= 78895 || (c < 92160 + ? (c < 82944 + ? (c >= 78912 && c <= 78933) + : c <= 83526) + : (c <= 92728 || (c < 92768 + ? (c >= 92736 && c <= 92766) + : c <= 92777))))))))) + : (c <= 92862 || (c < 110928 + ? (c < 94095 + ? (c < 93008 + ? (c < 92912 + ? (c < 92880 + ? (c >= 92864 && c <= 92873) + : c <= 92909) + : (c <= 92916 || (c < 92992 + ? (c >= 92928 && c <= 92982) + : c <= 92995))) + : (c <= 93017 || (c < 93760 + ? (c < 93053 + ? (c >= 93027 && c <= 93047) + : c <= 93071) + : (c <= 93823 || (c < 94031 + ? (c >= 93952 && c <= 94026) + : c <= 94087))))) + : (c <= 94111 || (c < 101632 + ? (c < 94192 + ? (c < 94179 + ? (c >= 94176 && c <= 94177) + : c <= 94180) + : (c <= 94193 || (c < 100352 + ? (c >= 94208 && c <= 100343) + : c <= 101589))) + : (c <= 101640 || (c < 110589 + ? (c < 110581 + ? (c >= 110576 && c <= 110579) + : c <= 110587) + : (c <= 110590 || (c < 110898 + ? (c >= 110592 && c <= 110882) + : c <= 110898))))))) + : (c <= 110930 || (c < 119149 + ? (c < 113792 + ? (c < 110960 + ? (c < 110948 + ? c == 110933 + : c <= 110951) + : (c <= 111355 || (c < 113776 ? (c >= 113664 && c <= 113770) - : c <= 113788) - : (c <= 113800 || (c < 113821 + : c <= 113788))) + : (c <= 113800 || (c < 118528 + ? (c < 113821 ? (c >= 113808 && c <= 113817) - : c <= 113822))))) - : (c <= 118573 || (c < 119210 - ? (c < 119149 - ? (c < 119141 + : c <= 113822) + : (c <= 118573 || (c < 119141 ? (c >= 118576 && c <= 118598) - : c <= 119145) - : (c <= 119154 || (c < 119173 + : c <= 119145))))) + : (c <= 119154 || (c < 119894 + ? (c < 119210 + ? (c < 119173 ? (c >= 119163 && c <= 119170) - : c <= 119179))) - : (c <= 119213 || (c < 119894 - ? (c < 119808 + : c <= 119179) + : (c <= 119213 || (c < 119808 ? (c >= 119362 && c <= 119364) - : c <= 119892) - : (c <= 119964 || (c < 119970 + : c <= 119892))) + : (c <= 119964 || (c < 119973 + ? (c < 119970 ? (c >= 119966 && c <= 119967) - : c <= 119970))))))))))) - : (c <= 119974 || (c < 124912 - ? (c < 120746 - ? (c < 120134 - ? (c < 120071 - ? (c < 119995 - ? (c < 119982 + : c <= 119970) + : (c <= 119974 || (c < 119982 ? (c >= 119977 && c <= 119980) - : c <= 119993) - : (c <= 119995 || (c < 120005 + : c <= 119993))))))))))) + : (c <= 119995 || (c < 124912 + ? (c < 121403 + ? (c < 120514 + ? (c < 120123 + ? (c < 120077 + ? (c < 120005 ? (c >= 119997 && c <= 120003) - : c <= 120069))) - : (c <= 120074 || (c < 120094 - ? (c < 120086 - ? (c >= 120077 && c <= 120084) - : c <= 120092) - : (c <= 120121 || (c < 120128 - ? (c >= 120123 && c <= 120126) - : c <= 120132))))) - : (c <= 120134 || (c < 120572 - ? (c < 120488 - ? (c < 120146 - ? (c >= 120138 && c <= 120144) - : c <= 120485) - : (c <= 120512 || (c < 120540 - ? (c >= 120514 && c <= 120538) - : c <= 120570))) - : (c <= 120596 || (c < 120656 - ? (c < 120630 - ? (c >= 120598 && c <= 120628) - : c <= 120654) - : (c <= 120686 || (c < 120714 - ? (c >= 120688 && c <= 120712) - : c <= 120744))))))) - : (c <= 120770 || (c < 122907 - ? (c < 121476 - ? (c < 121344 - ? (c < 120782 - ? (c >= 120772 && c <= 120779) - : c <= 120831) - : (c <= 121398 || (c < 121461 - ? (c >= 121403 && c <= 121452) - : c <= 121461))) - : (c <= 121476 || (c < 122624 - ? (c < 121505 - ? (c >= 121499 && c <= 121503) - : c <= 121519) - : (c <= 122654 || (c < 122888 + : (c <= 120069 || (c >= 120071 && c <= 120074))) + : (c <= 120084 || (c < 120094 + ? (c >= 120086 && c <= 120092) + : c <= 120121))) + : (c <= 120126 || (c < 120138 + ? (c < 120134 + ? (c >= 120128 && c <= 120132) + : c <= 120134) + : (c <= 120144 || (c < 120488 + ? (c >= 120146 && c <= 120485) + : c <= 120512))))) + : (c <= 120538 || (c < 120688 + ? (c < 120598 + ? (c < 120572 + ? (c >= 120540 && c <= 120570) + : c <= 120596) + : (c <= 120628 || (c < 120656 + ? (c >= 120630 && c <= 120654) + : c <= 120686))) + : (c <= 120712 || (c < 120772 + ? (c < 120746 + ? (c >= 120714 && c <= 120744) + : c <= 120770) + : (c <= 120779 || (c < 121344 + ? (c >= 120782 && c <= 120831) + : c <= 121398))))))) + : (c <= 121452 || (c < 122928 + ? (c < 122661 + ? (c < 121499 + ? (c < 121476 + ? c == 121461 + : c <= 121476) + : (c <= 121503 || (c < 122624 + ? (c >= 121505 && c <= 121519) + : c <= 122654))) + : (c <= 122666 || (c < 122907 + ? (c < 122888 ? (c >= 122880 && c <= 122886) - : c <= 122904))))) - : (c <= 122913 || (c < 123214 - ? (c < 123136 - ? (c < 122918 + : c <= 122904) + : (c <= 122913 || (c < 122918 ? (c >= 122915 && c <= 122916) - : c <= 122922) - : (c <= 123180 || (c < 123200 - ? (c >= 123184 && c <= 123197) - : c <= 123209))) - : (c <= 123214 || (c < 124896 - ? (c < 123584 - ? (c >= 123536 && c <= 123566) - : c <= 123641) + : c <= 122922))))) + : (c <= 122989 || (c < 123536 + ? (c < 123184 + ? (c < 123136 + ? c == 123023 + : c <= 123180) + : (c <= 123197 || (c < 123214 + ? (c >= 123200 && c <= 123209) + : c <= 123214))) + : (c <= 123566 || (c < 124896 + ? (c < 124112 + ? (c >= 123584 && c <= 123641) + : c <= 124153) : (c <= 124902 || (c < 124909 ? (c >= 124904 && c <= 124907) : c <= 124910))))))))) @@ -8428,13 +8525,15 @@ static inline bool sym_identifier_character_set_5(int32_t c) { ? (c >= 126635 && c <= 126651) : c <= 130041) : (c <= 173791 || (c < 177984 - ? (c >= 173824 && c <= 177976) + ? (c >= 173824 && c <= 177977) : c <= 178205))) : (c <= 183969 || (c < 196608 ? (c < 194560 ? (c >= 183984 && c <= 191456) : c <= 195101) - : (c <= 201546 || (c >= 917760 && c <= 917999))))))))))))))))); + : (c <= 201546 || (c < 917760 + ? (c >= 201552 && c <= 205743) + : c <= 917999))))))))))))))))); } static bool ts_lex(TSLexer *lexer, TSStateId state) { @@ -8511,17 +8610,17 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '\r') SKIP(7) END_STATE(); case 9: - if (lookahead == '\n') SKIP(32) + if (lookahead == '\n') SKIP(34) END_STATE(); case 10: - if (lookahead == '\n') SKIP(32) + if (lookahead == '\n') SKIP(34) if (lookahead == '\r') SKIP(9) END_STATE(); case 11: - if (lookahead == '\n') SKIP(34) + if (lookahead == '\n') SKIP(32) END_STATE(); case 12: - if (lookahead == '\n') SKIP(34) + if (lookahead == '\n') SKIP(32) if (lookahead == '\r') SKIP(11) END_STATE(); case 13: @@ -8795,11 +8894,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '>') ADVANCE(168); if (lookahead == '?') ADVANCE(190); if (lookahead == '[') ADVANCE(185); - if (lookahead == '\\') SKIP(10) - if (lookahead == ']') ADVANCE(186); + if (lookahead == '\\') SKIP(12) + if (lookahead == ']') ADVANCE(51); if (lookahead == '^') ADVANCE(162); if (sym_identifier_character_set_3(lookahead)) ADVANCE(259); - if (lookahead == '{') ADVANCE(182); if (lookahead == '|') ADVANCE(159); if (lookahead == '}') ADVANCE(183); if (lookahead == '\t' || @@ -8857,10 +8955,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '>') ADVANCE(168); if (lookahead == '?') ADVANCE(190); if (lookahead == '[') ADVANCE(185); - if (lookahead == '\\') SKIP(12) - if (lookahead == ']') ADVANCE(51); + if (lookahead == '\\') SKIP(10) + if (lookahead == ']') ADVANCE(186); if (lookahead == '^') ADVANCE(162); if (sym_identifier_character_set_3(lookahead)) ADVANCE(259); + if (lookahead == '{') ADVANCE(182); if (lookahead == '|') ADVANCE(159); if (lookahead == '}') ADVANCE(183); if (lookahead == '\t' || @@ -11552,46 +11651,46 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [19] = {.lex_state = 28}, [20] = {.lex_state = 28}, [21] = {.lex_state = 83}, - [22] = {.lex_state = 83}, + [22] = {.lex_state = 29}, [23] = {.lex_state = 83}, [24] = {.lex_state = 83}, [25] = {.lex_state = 83}, [26] = {.lex_state = 83}, - [27] = {.lex_state = 29}, + [27] = {.lex_state = 83}, [28] = {.lex_state = 83}, [29] = {.lex_state = 83}, [30] = {.lex_state = 83}, [31] = {.lex_state = 83}, [32] = {.lex_state = 83}, - [33] = {.lex_state = 29}, + [33] = {.lex_state = 83}, [34] = {.lex_state = 83}, [35] = {.lex_state = 83}, - [36] = {.lex_state = 29}, - [37] = {.lex_state = 83}, + [36] = {.lex_state = 83}, + [37] = {.lex_state = 29}, [38] = {.lex_state = 83}, [39] = {.lex_state = 83}, [40] = {.lex_state = 83}, - [41] = {.lex_state = 83}, + [41] = {.lex_state = 29}, [42] = {.lex_state = 83}, [43] = {.lex_state = 28}, [44] = {.lex_state = 28}, [45] = {.lex_state = 28}, [46] = {.lex_state = 28}, [47] = {.lex_state = 28}, - [48] = {.lex_state = 29}, + [48] = {.lex_state = 83}, [49] = {.lex_state = 29}, [50] = {.lex_state = 83}, [51] = {.lex_state = 83}, [52] = {.lex_state = 83}, [53] = {.lex_state = 83}, [54] = {.lex_state = 83}, - [55] = {.lex_state = 83}, + [55] = {.lex_state = 29}, [56] = {.lex_state = 83}, [57] = {.lex_state = 83}, [58] = {.lex_state = 83}, - [59] = {.lex_state = 83}, + [59] = {.lex_state = 29}, [60] = {.lex_state = 29}, - [61] = {.lex_state = 29}, + [61] = {.lex_state = 83}, [62] = {.lex_state = 29}, [63] = {.lex_state = 83}, [64] = {.lex_state = 83}, @@ -11611,10 +11710,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [78] = {.lex_state = 28}, [79] = {.lex_state = 28}, [80] = {.lex_state = 28}, - [81] = {.lex_state = 28}, + [81] = {.lex_state = 83}, [82] = {.lex_state = 28}, - [83] = {.lex_state = 28}, - [84] = {.lex_state = 28}, + [83] = {.lex_state = 27}, + [84] = {.lex_state = 83}, [85] = {.lex_state = 28}, [86] = {.lex_state = 28}, [87] = {.lex_state = 28}, @@ -11624,7 +11723,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [91] = {.lex_state = 28}, [92] = {.lex_state = 28}, [93] = {.lex_state = 28}, - [94] = {.lex_state = 27}, + [94] = {.lex_state = 28}, [95] = {.lex_state = 28}, [96] = {.lex_state = 28}, [97] = {.lex_state = 28}, @@ -11637,15 +11736,15 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [104] = {.lex_state = 28}, [105] = {.lex_state = 28}, [106] = {.lex_state = 28}, - [107] = {.lex_state = 28}, - [108] = {.lex_state = 28}, - [109] = {.lex_state = 28}, + [107] = {.lex_state = 83}, + [108] = {.lex_state = 83}, + [109] = {.lex_state = 83}, [110] = {.lex_state = 83}, [111] = {.lex_state = 83}, [112] = {.lex_state = 83}, - [113] = {.lex_state = 28}, + [113] = {.lex_state = 83}, [114] = {.lex_state = 83}, - [115] = {.lex_state = 28}, + [115] = {.lex_state = 83}, [116] = {.lex_state = 83}, [117] = {.lex_state = 83}, [118] = {.lex_state = 83}, @@ -11655,71 +11754,71 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [122] = {.lex_state = 83}, [123] = {.lex_state = 83}, [124] = {.lex_state = 83}, - [125] = {.lex_state = 28}, + [125] = {.lex_state = 83}, [126] = {.lex_state = 83}, - [127] = {.lex_state = 28}, - [128] = {.lex_state = 28}, - [129] = {.lex_state = 28}, - [130] = {.lex_state = 28}, - [131] = {.lex_state = 28}, + [127] = {.lex_state = 83}, + [128] = {.lex_state = 83}, + [129] = {.lex_state = 83}, + [130] = {.lex_state = 83}, + [131] = {.lex_state = 83}, [132] = {.lex_state = 83}, - [133] = {.lex_state = 28}, - [134] = {.lex_state = 28}, - [135] = {.lex_state = 28}, + [133] = {.lex_state = 83}, + [134] = {.lex_state = 83}, + [135] = {.lex_state = 83}, [136] = {.lex_state = 83}, - [137] = {.lex_state = 28}, + [137] = {.lex_state = 83}, [138] = {.lex_state = 83}, [139] = {.lex_state = 83}, - [140] = {.lex_state = 28}, - [141] = {.lex_state = 28}, + [140] = {.lex_state = 83}, + [141] = {.lex_state = 83}, [142] = {.lex_state = 83}, - [143] = {.lex_state = 28}, + [143] = {.lex_state = 83}, [144] = {.lex_state = 83}, [145] = {.lex_state = 83}, [146] = {.lex_state = 83}, - [147] = {.lex_state = 83}, + [147] = {.lex_state = 28}, [148] = {.lex_state = 83}, [149] = {.lex_state = 83}, [150] = {.lex_state = 83}, [151] = {.lex_state = 83}, - [152] = {.lex_state = 83}, - [153] = {.lex_state = 83}, + [152] = {.lex_state = 28}, + [153] = {.lex_state = 28}, [154] = {.lex_state = 28}, - [155] = {.lex_state = 83}, - [156] = {.lex_state = 83}, - [157] = {.lex_state = 83}, + [155] = {.lex_state = 28}, + [156] = {.lex_state = 28}, + [157] = {.lex_state = 28}, [158] = {.lex_state = 83}, [159] = {.lex_state = 83}, [160] = {.lex_state = 83}, - [161] = {.lex_state = 83}, + [161] = {.lex_state = 28}, [162] = {.lex_state = 83}, - [163] = {.lex_state = 83}, - [164] = {.lex_state = 83}, + [163] = {.lex_state = 28}, + [164] = {.lex_state = 28}, [165] = {.lex_state = 83}, - [166] = {.lex_state = 83}, + [166] = {.lex_state = 28}, [167] = {.lex_state = 83}, - [168] = {.lex_state = 83}, + [168] = {.lex_state = 28}, [169] = {.lex_state = 83}, [170] = {.lex_state = 83}, - [171] = {.lex_state = 83}, + [171] = {.lex_state = 28}, [172] = {.lex_state = 83}, - [173] = {.lex_state = 83}, + [173] = {.lex_state = 28}, [174] = {.lex_state = 83}, [175] = {.lex_state = 83}, [176] = {.lex_state = 83}, - [177] = {.lex_state = 83}, - [178] = {.lex_state = 83}, - [179] = {.lex_state = 83}, - [180] = {.lex_state = 83}, - [181] = {.lex_state = 83}, + [177] = {.lex_state = 28}, + [178] = {.lex_state = 28}, + [179] = {.lex_state = 28}, + [180] = {.lex_state = 28}, + [181] = {.lex_state = 28}, [182] = {.lex_state = 83}, - [183] = {.lex_state = 83}, + [183] = {.lex_state = 28}, [184] = {.lex_state = 83}, [185] = {.lex_state = 83}, [186] = {.lex_state = 83}, [187] = {.lex_state = 83}, [188] = {.lex_state = 83}, - [189] = {.lex_state = 83}, + [189] = {.lex_state = 28}, [190] = {.lex_state = 83}, [191] = {.lex_state = 83}, [192] = {.lex_state = 83}, @@ -11734,52 +11833,52 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [201] = {.lex_state = 83}, [202] = {.lex_state = 83}, [203] = {.lex_state = 83}, - [204] = {.lex_state = 29}, + [204] = {.lex_state = 83}, [205] = {.lex_state = 83}, - [206] = {.lex_state = 83}, - [207] = {.lex_state = 29}, + [206] = {.lex_state = 29}, + [207] = {.lex_state = 83}, [208] = {.lex_state = 83}, [209] = {.lex_state = 83}, - [210] = {.lex_state = 83}, - [211] = {.lex_state = 83}, + [210] = {.lex_state = 29}, + [211] = {.lex_state = 29}, [212] = {.lex_state = 83}, - [213] = {.lex_state = 29}, - [214] = {.lex_state = 83}, - [215] = {.lex_state = 29}, - [216] = {.lex_state = 29}, + [213] = {.lex_state = 83}, + [214] = {.lex_state = 29}, + [215] = {.lex_state = 83}, + [216] = {.lex_state = 83}, [217] = {.lex_state = 83}, - [218] = {.lex_state = 29}, - [219] = {.lex_state = 83}, - [220] = {.lex_state = 29}, + [218] = {.lex_state = 83}, + [219] = {.lex_state = 29}, + [220] = {.lex_state = 83}, [221] = {.lex_state = 83}, [222] = {.lex_state = 83}, [223] = {.lex_state = 29}, [224] = {.lex_state = 83}, - [225] = {.lex_state = 29}, + [225] = {.lex_state = 83}, [226] = {.lex_state = 83}, - [227] = {.lex_state = 83}, + [227] = {.lex_state = 29}, [228] = {.lex_state = 83}, [229] = {.lex_state = 83}, [230] = {.lex_state = 83}, - [231] = {.lex_state = 29}, - [232] = {.lex_state = 29}, + [231] = {.lex_state = 83}, + [232] = {.lex_state = 83}, [233] = {.lex_state = 83}, [234] = {.lex_state = 83}, [235] = {.lex_state = 29}, [236] = {.lex_state = 83}, [237] = {.lex_state = 83}, [238] = {.lex_state = 83}, - [239] = {.lex_state = 83}, + [239] = {.lex_state = 29}, [240] = {.lex_state = 29}, [241] = {.lex_state = 83}, - [242] = {.lex_state = 83}, + [242] = {.lex_state = 29}, [243] = {.lex_state = 29}, [244] = {.lex_state = 83}, - [245] = {.lex_state = 29}, - [246] = {.lex_state = 29}, - [247] = {.lex_state = 83}, + [245] = {.lex_state = 83}, + [246] = {.lex_state = 83}, + [247] = {.lex_state = 29}, [248] = {.lex_state = 83}, - [249] = {.lex_state = 83}, + [249] = {.lex_state = 29}, [250] = {.lex_state = 83}, [251] = {.lex_state = 83}, [252] = {.lex_state = 83}, @@ -11787,92 +11886,92 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [254] = {.lex_state = 83}, [255] = {.lex_state = 29}, [256] = {.lex_state = 83}, - [257] = {.lex_state = 29}, + [257] = {.lex_state = 83}, [258] = {.lex_state = 83}, [259] = {.lex_state = 83}, [260] = {.lex_state = 29}, [261] = {.lex_state = 83}, - [262] = {.lex_state = 29}, - [263] = {.lex_state = 29}, + [262] = {.lex_state = 83}, + [263] = {.lex_state = 83}, [264] = {.lex_state = 29}, [265] = {.lex_state = 83}, - [266] = {.lex_state = 83}, - [267] = {.lex_state = 83}, - [268] = {.lex_state = 83}, + [266] = {.lex_state = 29}, + [267] = {.lex_state = 29}, + [268] = {.lex_state = 29}, [269] = {.lex_state = 83}, [270] = {.lex_state = 29}, [271] = {.lex_state = 83}, [272] = {.lex_state = 83}, [273] = {.lex_state = 83}, [274] = {.lex_state = 83}, - [275] = {.lex_state = 83}, + [275] = {.lex_state = 29}, [276] = {.lex_state = 83}, [277] = {.lex_state = 83}, [278] = {.lex_state = 83}, [279] = {.lex_state = 83}, [280] = {.lex_state = 29}, - [281] = {.lex_state = 29}, + [281] = {.lex_state = 83}, [282] = {.lex_state = 83}, - [283] = {.lex_state = 29}, - [284] = {.lex_state = 29}, + [283] = {.lex_state = 83}, + [284] = {.lex_state = 83}, [285] = {.lex_state = 83}, - [286] = {.lex_state = 83}, - [287] = {.lex_state = 83}, + [286] = {.lex_state = 29}, + [287] = {.lex_state = 29}, [288] = {.lex_state = 83}, [289] = {.lex_state = 83}, [290] = {.lex_state = 83}, [291] = {.lex_state = 83}, [292] = {.lex_state = 83}, [293] = {.lex_state = 83}, - [294] = {.lex_state = 83}, + [294] = {.lex_state = 29}, [295] = {.lex_state = 83}, - [296] = {.lex_state = 83}, - [297] = {.lex_state = 83}, + [296] = {.lex_state = 29}, + [297] = {.lex_state = 29}, [298] = {.lex_state = 29}, [299] = {.lex_state = 29}, - [300] = {.lex_state = 29}, + [300] = {.lex_state = 83}, [301] = {.lex_state = 29}, - [302] = {.lex_state = 29}, + [302] = {.lex_state = 83}, [303] = {.lex_state = 83}, [304] = {.lex_state = 29}, [305] = {.lex_state = 83}, [306] = {.lex_state = 29}, [307] = {.lex_state = 29}, - [308] = {.lex_state = 83}, + [308] = {.lex_state = 29}, [309] = {.lex_state = 29}, [310] = {.lex_state = 83}, [311] = {.lex_state = 83}, - [312] = {.lex_state = 29}, - [313] = {.lex_state = 83}, - [314] = {.lex_state = 83}, + [312] = {.lex_state = 83}, + [313] = {.lex_state = 29}, + [314] = {.lex_state = 29}, [315] = {.lex_state = 83}, - [316] = {.lex_state = 29}, + [316] = {.lex_state = 83}, [317] = {.lex_state = 83}, - [318] = {.lex_state = 83}, + [318] = {.lex_state = 29}, [319] = {.lex_state = 83}, [320] = {.lex_state = 83}, - [321] = {.lex_state = 83}, - [322] = {.lex_state = 29}, + [321] = {.lex_state = 29}, + [322] = {.lex_state = 83}, [323] = {.lex_state = 83}, [324] = {.lex_state = 83}, - [325] = {.lex_state = 83}, + [325] = {.lex_state = 29}, [326] = {.lex_state = 83}, [327] = {.lex_state = 83}, - [328] = {.lex_state = 29}, + [328] = {.lex_state = 83}, [329] = {.lex_state = 83}, [330] = {.lex_state = 83}, [331] = {.lex_state = 83}, [332] = {.lex_state = 83}, - [333] = {.lex_state = 29}, + [333] = {.lex_state = 83}, [334] = {.lex_state = 29}, - [335] = {.lex_state = 83}, - [336] = {.lex_state = 83}, - [337] = {.lex_state = 83}, + [335] = {.lex_state = 29}, + [336] = {.lex_state = 29}, + [337] = {.lex_state = 29}, [338] = {.lex_state = 29}, [339] = {.lex_state = 83}, - [340] = {.lex_state = 29}, - [341] = {.lex_state = 83}, - [342] = {.lex_state = 29}, + [340] = {.lex_state = 83}, + [341] = {.lex_state = 29}, + [342] = {.lex_state = 83}, [343] = {.lex_state = 83}, [344] = {.lex_state = 83}, [345] = {.lex_state = 83}, @@ -11884,27 +11983,27 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [351] = {.lex_state = 83}, [352] = {.lex_state = 29}, [353] = {.lex_state = 83}, - [354] = {.lex_state = 29}, + [354] = {.lex_state = 83}, [355] = {.lex_state = 83}, [356] = {.lex_state = 83}, [357] = {.lex_state = 83}, [358] = {.lex_state = 83}, [359] = {.lex_state = 83}, - [360] = {.lex_state = 83}, + [360] = {.lex_state = 29}, [361] = {.lex_state = 83}, [362] = {.lex_state = 83}, [363] = {.lex_state = 29}, - [364] = {.lex_state = 83}, - [365] = {.lex_state = 29}, + [364] = {.lex_state = 29}, + [365] = {.lex_state = 83}, [366] = {.lex_state = 29}, [367] = {.lex_state = 29}, - [368] = {.lex_state = 29}, + [368] = {.lex_state = 83}, [369] = {.lex_state = 83}, - [370] = {.lex_state = 29}, - [371] = {.lex_state = 83}, - [372] = {.lex_state = 29}, - [373] = {.lex_state = 27}, - [374] = {.lex_state = 83}, + [370] = {.lex_state = 83}, + [371] = {.lex_state = 29}, + [372] = {.lex_state = 83}, + [373] = {.lex_state = 83}, + [374] = {.lex_state = 27}, [375] = {.lex_state = 83}, [376] = {.lex_state = 83}, [377] = {.lex_state = 83}, @@ -11945,29 +12044,29 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [412] = {.lex_state = 33}, [413] = {.lex_state = 33}, [414] = {.lex_state = 33}, - [415] = {.lex_state = 32}, - [416] = {.lex_state = 32}, - [417] = {.lex_state = 32}, - [418] = {.lex_state = 32}, - [419] = {.lex_state = 32}, - [420] = {.lex_state = 32}, - [421] = {.lex_state = 32}, - [422] = {.lex_state = 32}, - [423] = {.lex_state = 32}, - [424] = {.lex_state = 33}, - [425] = {.lex_state = 32}, - [426] = {.lex_state = 32}, - [427] = {.lex_state = 34}, + [415] = {.lex_state = 34}, + [416] = {.lex_state = 34}, + [417] = {.lex_state = 34}, + [418] = {.lex_state = 34}, + [419] = {.lex_state = 34}, + [420] = {.lex_state = 34}, + [421] = {.lex_state = 34}, + [422] = {.lex_state = 34}, + [423] = {.lex_state = 33}, + [424] = {.lex_state = 34}, + [425] = {.lex_state = 34}, + [426] = {.lex_state = 83}, + [427] = {.lex_state = 32}, [428] = {.lex_state = 32}, - [429] = {.lex_state = 34}, + [429] = {.lex_state = 83}, [430] = {.lex_state = 34}, - [431] = {.lex_state = 83}, - [432] = {.lex_state = 83}, + [431] = {.lex_state = 32}, + [432] = {.lex_state = 34}, [433] = {.lex_state = 83}, [434] = {.lex_state = 83}, [435] = {.lex_state = 83}, [436] = {.lex_state = 83}, - [437] = {.lex_state = 33}, + [437] = {.lex_state = 83}, [438] = {.lex_state = 83}, [439] = {.lex_state = 83}, [440] = {.lex_state = 83}, @@ -12001,7 +12100,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [468] = {.lex_state = 83}, [469] = {.lex_state = 83}, [470] = {.lex_state = 83}, - [471] = {.lex_state = 83}, + [471] = {.lex_state = 33}, [472] = {.lex_state = 83}, [473] = {.lex_state = 83}, [474] = {.lex_state = 83}, @@ -12009,9 +12108,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [476] = {.lex_state = 83}, [477] = {.lex_state = 83}, [478] = {.lex_state = 83}, - [479] = {.lex_state = 31}, + [479] = {.lex_state = 83}, [480] = {.lex_state = 83}, - [481] = {.lex_state = 31}, + [481] = {.lex_state = 83}, [482] = {.lex_state = 83}, [483] = {.lex_state = 83}, [484] = {.lex_state = 83}, @@ -12022,14 +12121,14 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [489] = {.lex_state = 83}, [490] = {.lex_state = 83}, [491] = {.lex_state = 83}, - [492] = {.lex_state = 83}, + [492] = {.lex_state = 31}, [493] = {.lex_state = 83}, [494] = {.lex_state = 83}, [495] = {.lex_state = 83}, [496] = {.lex_state = 83}, - [497] = {.lex_state = 31}, - [498] = {.lex_state = 83}, - [499] = {.lex_state = 83}, + [497] = {.lex_state = 83}, + [498] = {.lex_state = 31}, + [499] = {.lex_state = 31}, [500] = {.lex_state = 83}, [501] = {.lex_state = 83}, [502] = {.lex_state = 83}, @@ -12049,22 +12148,22 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [516] = {.lex_state = 83}, [517] = {.lex_state = 83}, [518] = {.lex_state = 83}, - [519] = {.lex_state = 33}, + [519] = {.lex_state = 83}, [520] = {.lex_state = 83}, [521] = {.lex_state = 83}, [522] = {.lex_state = 83}, [523] = {.lex_state = 83}, [524] = {.lex_state = 83}, - [525] = {.lex_state = 83}, + [525] = {.lex_state = 33}, [526] = {.lex_state = 83}, [527] = {.lex_state = 83}, [528] = {.lex_state = 83}, - [529] = {.lex_state = 33}, + [529] = {.lex_state = 83}, [530] = {.lex_state = 83}, [531] = {.lex_state = 83}, [532] = {.lex_state = 83}, [533] = {.lex_state = 83}, - [534] = {.lex_state = 83}, + [534] = {.lex_state = 33}, [535] = {.lex_state = 83}, [536] = {.lex_state = 83}, [537] = {.lex_state = 83}, @@ -12074,8 +12173,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [541] = {.lex_state = 83}, [542] = {.lex_state = 83}, [543] = {.lex_state = 83}, - [544] = {.lex_state = 83}, - [545] = {.lex_state = 33}, + [544] = {.lex_state = 33}, + [545] = {.lex_state = 83}, [546] = {.lex_state = 83}, [547] = {.lex_state = 83}, [548] = {.lex_state = 83}, @@ -12092,12 +12191,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [559] = {.lex_state = 83}, [560] = {.lex_state = 83}, [561] = {.lex_state = 83}, - [562] = {.lex_state = 33}, + [562] = {.lex_state = 83}, [563] = {.lex_state = 83}, [564] = {.lex_state = 83}, [565] = {.lex_state = 83}, [566] = {.lex_state = 83}, - [567] = {.lex_state = 83}, + [567] = {.lex_state = 33}, [568] = {.lex_state = 83}, [569] = {.lex_state = 83}, [570] = {.lex_state = 83}, @@ -12114,127 +12213,127 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [581] = {.lex_state = 83}, [582] = {.lex_state = 31}, [583] = {.lex_state = 31}, - [584] = {.lex_state = 32}, - [585] = {.lex_state = 83}, + [584] = {.lex_state = 34}, + [585] = {.lex_state = 34}, [586] = {.lex_state = 83}, - [587] = {.lex_state = 32}, + [587] = {.lex_state = 83}, [588] = {.lex_state = 83}, - [589] = {.lex_state = 32}, - [590] = {.lex_state = 32}, - [591] = {.lex_state = 32}, - [592] = {.lex_state = 32}, - [593] = {.lex_state = 32}, - [594] = {.lex_state = 32}, - [595] = {.lex_state = 32}, - [596] = {.lex_state = 32}, - [597] = {.lex_state = 32}, + [589] = {.lex_state = 34}, + [590] = {.lex_state = 34}, + [591] = {.lex_state = 34}, + [592] = {.lex_state = 34}, + [593] = {.lex_state = 34}, + [594] = {.lex_state = 34}, + [595] = {.lex_state = 34}, + [596] = {.lex_state = 34}, + [597] = {.lex_state = 34}, [598] = {.lex_state = 34}, - [599] = {.lex_state = 32}, - [600] = {.lex_state = 32}, - [601] = {.lex_state = 32}, + [599] = {.lex_state = 34}, + [600] = {.lex_state = 34}, + [601] = {.lex_state = 34}, [602] = {.lex_state = 34}, - [603] = {.lex_state = 32}, - [604] = {.lex_state = 32}, - [605] = {.lex_state = 32}, - [606] = {.lex_state = 32}, - [607] = {.lex_state = 32}, - [608] = {.lex_state = 32}, - [609] = {.lex_state = 32}, - [610] = {.lex_state = 32}, - [611] = {.lex_state = 32}, - [612] = {.lex_state = 32}, - [613] = {.lex_state = 32}, + [603] = {.lex_state = 34}, + [604] = {.lex_state = 34}, + [605] = {.lex_state = 34}, + [606] = {.lex_state = 34}, + [607] = {.lex_state = 34}, + [608] = {.lex_state = 34}, + [609] = {.lex_state = 34}, + [610] = {.lex_state = 34}, + [611] = {.lex_state = 34}, + [612] = {.lex_state = 34}, + [613] = {.lex_state = 34}, [614] = {.lex_state = 32}, - [615] = {.lex_state = 32}, - [616] = {.lex_state = 32}, - [617] = {.lex_state = 32}, + [615] = {.lex_state = 34}, + [616] = {.lex_state = 34}, + [617] = {.lex_state = 34}, [618] = {.lex_state = 32}, - [619] = {.lex_state = 32}, - [620] = {.lex_state = 32}, - [621] = {.lex_state = 32}, + [619] = {.lex_state = 34}, + [620] = {.lex_state = 34}, + [621] = {.lex_state = 34}, [622] = {.lex_state = 32}, - [623] = {.lex_state = 32}, - [624] = {.lex_state = 32}, - [625] = {.lex_state = 32}, - [626] = {.lex_state = 32}, - [627] = {.lex_state = 32}, - [628] = {.lex_state = 32}, - [629] = {.lex_state = 33}, - [630] = {.lex_state = 32}, - [631] = {.lex_state = 32}, - [632] = {.lex_state = 32}, - [633] = {.lex_state = 32}, - [634] = {.lex_state = 32}, + [623] = {.lex_state = 34}, + [624] = {.lex_state = 34}, + [625] = {.lex_state = 34}, + [626] = {.lex_state = 34}, + [627] = {.lex_state = 34}, + [628] = {.lex_state = 34}, + [629] = {.lex_state = 34}, + [630] = {.lex_state = 34}, + [631] = {.lex_state = 34}, + [632] = {.lex_state = 34}, + [633] = {.lex_state = 34}, + [634] = {.lex_state = 33}, [635] = {.lex_state = 34}, - [636] = {.lex_state = 32}, + [636] = {.lex_state = 34}, [637] = {.lex_state = 33}, - [638] = {.lex_state = 32}, - [639] = {.lex_state = 32}, - [640] = {.lex_state = 32}, - [641] = {.lex_state = 32}, - [642] = {.lex_state = 32}, - [643] = {.lex_state = 83}, - [644] = {.lex_state = 32}, - [645] = {.lex_state = 32}, - [646] = {.lex_state = 33}, - [647] = {.lex_state = 32}, - [648] = {.lex_state = 32}, - [649] = {.lex_state = 32}, - [650] = {.lex_state = 32}, - [651] = {.lex_state = 32}, - [652] = {.lex_state = 32}, - [653] = {.lex_state = 32}, - [654] = {.lex_state = 32}, - [655] = {.lex_state = 32}, - [656] = {.lex_state = 32}, - [657] = {.lex_state = 32}, - [658] = {.lex_state = 32}, - [659] = {.lex_state = 32}, - [660] = {.lex_state = 33}, - [661] = {.lex_state = 33}, - [662] = {.lex_state = 32}, - [663] = {.lex_state = 33}, - [664] = {.lex_state = 32}, - [665] = {.lex_state = 33}, - [666] = {.lex_state = 32}, - [667] = {.lex_state = 32}, - [668] = {.lex_state = 32}, + [638] = {.lex_state = 34}, + [639] = {.lex_state = 34}, + [640] = {.lex_state = 34}, + [641] = {.lex_state = 34}, + [642] = {.lex_state = 34}, + [643] = {.lex_state = 34}, + [644] = {.lex_state = 33}, + [645] = {.lex_state = 34}, + [646] = {.lex_state = 34}, + [647] = {.lex_state = 83}, + [648] = {.lex_state = 33}, + [649] = {.lex_state = 33}, + [650] = {.lex_state = 34}, + [651] = {.lex_state = 34}, + [652] = {.lex_state = 34}, + [653] = {.lex_state = 34}, + [654] = {.lex_state = 34}, + [655] = {.lex_state = 34}, + [656] = {.lex_state = 34}, + [657] = {.lex_state = 34}, + [658] = {.lex_state = 34}, + [659] = {.lex_state = 33}, + [660] = {.lex_state = 34}, + [661] = {.lex_state = 34}, + [662] = {.lex_state = 34}, + [663] = {.lex_state = 34}, + [664] = {.lex_state = 34}, + [665] = {.lex_state = 34}, + [666] = {.lex_state = 34}, + [667] = {.lex_state = 34}, + [668] = {.lex_state = 33}, [669] = {.lex_state = 33}, - [670] = {.lex_state = 32}, + [670] = {.lex_state = 34}, [671] = {.lex_state = 33}, [672] = {.lex_state = 83}, [673] = {.lex_state = 33}, - [674] = {.lex_state = 32}, + [674] = {.lex_state = 34}, [675] = {.lex_state = 33}, [676] = {.lex_state = 33}, - [677] = {.lex_state = 33}, - [678] = {.lex_state = 32}, - [679] = {.lex_state = 32}, - [680] = {.lex_state = 32}, - [681] = {.lex_state = 32}, - [682] = {.lex_state = 32}, - [683] = {.lex_state = 32}, - [684] = {.lex_state = 33}, + [677] = {.lex_state = 34}, + [678] = {.lex_state = 33}, + [679] = {.lex_state = 33}, + [680] = {.lex_state = 33}, + [681] = {.lex_state = 33}, + [682] = {.lex_state = 34}, + [683] = {.lex_state = 33}, + [684] = {.lex_state = 34}, [685] = {.lex_state = 33}, - [686] = {.lex_state = 33}, - [687] = {.lex_state = 33}, - [688] = {.lex_state = 32}, + [686] = {.lex_state = 34}, + [687] = {.lex_state = 34}, + [688] = {.lex_state = 33}, [689] = {.lex_state = 33}, - [690] = {.lex_state = 32}, + [690] = {.lex_state = 33}, [691] = {.lex_state = 33}, - [692] = {.lex_state = 32}, - [693] = {.lex_state = 32}, - [694] = {.lex_state = 33}, + [692] = {.lex_state = 33}, + [693] = {.lex_state = 34}, + [694] = {.lex_state = 34}, [695] = {.lex_state = 33}, - [696] = {.lex_state = 32}, - [697] = {.lex_state = 33}, - [698] = {.lex_state = 33}, + [696] = {.lex_state = 33}, + [697] = {.lex_state = 34}, + [698] = {.lex_state = 34}, [699] = {.lex_state = 33}, - [700] = {.lex_state = 33}, + [700] = {.lex_state = 34}, [701] = {.lex_state = 33}, - [702] = {.lex_state = 33}, - [703] = {.lex_state = 32}, - [704] = {.lex_state = 33}, + [702] = {.lex_state = 34}, + [703] = {.lex_state = 33}, + [704] = {.lex_state = 34}, [705] = {.lex_state = 33}, [706] = {.lex_state = 33}, [707] = {.lex_state = 33}, @@ -12243,165 +12342,165 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [710] = {.lex_state = 33}, [711] = {.lex_state = 33}, [712] = {.lex_state = 33}, - [713] = {.lex_state = 32}, + [713] = {.lex_state = 34}, [714] = {.lex_state = 34}, - [715] = {.lex_state = 32}, - [716] = {.lex_state = 32}, - [717] = {.lex_state = 33}, - [718] = {.lex_state = 33}, - [719] = {.lex_state = 31}, - [720] = {.lex_state = 32}, + [715] = {.lex_state = 34}, + [716] = {.lex_state = 34}, + [717] = {.lex_state = 31}, + [718] = {.lex_state = 34}, + [719] = {.lex_state = 32}, + [720] = {.lex_state = 34}, [721] = {.lex_state = 34}, [722] = {.lex_state = 34}, - [723] = {.lex_state = 32}, - [724] = {.lex_state = 32}, + [723] = {.lex_state = 34}, + [724] = {.lex_state = 34}, [725] = {.lex_state = 34}, [726] = {.lex_state = 32}, - [727] = {.lex_state = 34}, + [727] = {.lex_state = 31}, [728] = {.lex_state = 34}, - [729] = {.lex_state = 32}, - [730] = {.lex_state = 33}, - [731] = {.lex_state = 34}, - [732] = {.lex_state = 32}, - [733] = {.lex_state = 32}, - [734] = {.lex_state = 31}, - [735] = {.lex_state = 34}, - [736] = {.lex_state = 34}, - [737] = {.lex_state = 34}, + [729] = {.lex_state = 34}, + [730] = {.lex_state = 32}, + [731] = {.lex_state = 32}, + [732] = {.lex_state = 33}, + [733] = {.lex_state = 33}, + [734] = {.lex_state = 33}, + [735] = {.lex_state = 32}, + [736] = {.lex_state = 32}, + [737] = {.lex_state = 32}, [738] = {.lex_state = 32}, [739] = {.lex_state = 32}, - [740] = {.lex_state = 34}, + [740] = {.lex_state = 32}, [741] = {.lex_state = 32}, - [742] = {.lex_state = 31}, + [742] = {.lex_state = 34}, [743] = {.lex_state = 34}, - [744] = {.lex_state = 32}, + [744] = {.lex_state = 34}, [745] = {.lex_state = 32}, [746] = {.lex_state = 32}, [747] = {.lex_state = 32}, - [748] = {.lex_state = 32}, - [749] = {.lex_state = 34}, + [748] = {.lex_state = 34}, + [749] = {.lex_state = 33}, [750] = {.lex_state = 32}, [751] = {.lex_state = 34}, - [752] = {.lex_state = 33}, + [752] = {.lex_state = 31}, [753] = {.lex_state = 32}, - [754] = {.lex_state = 34}, - [755] = {.lex_state = 32}, + [754] = {.lex_state = 32}, + [755] = {.lex_state = 34}, [756] = {.lex_state = 34}, - [757] = {.lex_state = 32}, + [757] = {.lex_state = 33}, [758] = {.lex_state = 34}, [759] = {.lex_state = 34}, - [760] = {.lex_state = 31}, + [760] = {.lex_state = 32}, [761] = {.lex_state = 34}, - [762] = {.lex_state = 32}, - [763] = {.lex_state = 32}, - [764] = {.lex_state = 33}, - [765] = {.lex_state = 32}, - [766] = {.lex_state = 32}, - [767] = {.lex_state = 32}, - [768] = {.lex_state = 32}, - [769] = {.lex_state = 32}, - [770] = {.lex_state = 32}, - [771] = {.lex_state = 32}, - [772] = {.lex_state = 32}, - [773] = {.lex_state = 32}, - [774] = {.lex_state = 32}, - [775] = {.lex_state = 32}, - [776] = {.lex_state = 32}, - [777] = {.lex_state = 32}, - [778] = {.lex_state = 32}, - [779] = {.lex_state = 32}, - [780] = {.lex_state = 32}, - [781] = {.lex_state = 33}, - [782] = {.lex_state = 32}, - [783] = {.lex_state = 32}, - [784] = {.lex_state = 32}, - [785] = {.lex_state = 32}, - [786] = {.lex_state = 32}, - [787] = {.lex_state = 32}, - [788] = {.lex_state = 32}, - [789] = {.lex_state = 32}, - [790] = {.lex_state = 32}, - [791] = {.lex_state = 32}, - [792] = {.lex_state = 32}, - [793] = {.lex_state = 32}, - [794] = {.lex_state = 32}, - [795] = {.lex_state = 32}, - [796] = {.lex_state = 32}, - [797] = {.lex_state = 32}, - [798] = {.lex_state = 32}, - [799] = {.lex_state = 32}, - [800] = {.lex_state = 32}, - [801] = {.lex_state = 32}, - [802] = {.lex_state = 32}, - [803] = {.lex_state = 32}, - [804] = {.lex_state = 32}, - [805] = {.lex_state = 32}, - [806] = {.lex_state = 32}, - [807] = {.lex_state = 32}, - [808] = {.lex_state = 32}, - [809] = {.lex_state = 32}, - [810] = {.lex_state = 32}, - [811] = {.lex_state = 32}, - [812] = {.lex_state = 32}, - [813] = {.lex_state = 32}, - [814] = {.lex_state = 32}, - [815] = {.lex_state = 32}, - [816] = {.lex_state = 32}, - [817] = {.lex_state = 32}, - [818] = {.lex_state = 33}, - [819] = {.lex_state = 32}, - [820] = {.lex_state = 32}, - [821] = {.lex_state = 32}, - [822] = {.lex_state = 32}, - [823] = {.lex_state = 32}, - [824] = {.lex_state = 32}, - [825] = {.lex_state = 32}, - [826] = {.lex_state = 32}, - [827] = {.lex_state = 32}, - [828] = {.lex_state = 33}, - [829] = {.lex_state = 32}, - [830] = {.lex_state = 32}, - [831] = {.lex_state = 33}, - [832] = {.lex_state = 32}, - [833] = {.lex_state = 33}, - [834] = {.lex_state = 32}, - [835] = {.lex_state = 32}, - [836] = {.lex_state = 32}, - [837] = {.lex_state = 32}, - [838] = {.lex_state = 33}, - [839] = {.lex_state = 32}, - [840] = {.lex_state = 32}, - [841] = {.lex_state = 33}, - [842] = {.lex_state = 33}, - [843] = {.lex_state = 32}, - [844] = {.lex_state = 32}, - [845] = {.lex_state = 32}, - [846] = {.lex_state = 33}, - [847] = {.lex_state = 32}, - [848] = {.lex_state = 32}, - [849] = {.lex_state = 32}, - [850] = {.lex_state = 32}, - [851] = {.lex_state = 32}, - [852] = {.lex_state = 32}, + [762] = {.lex_state = 34}, + [763] = {.lex_state = 31}, + [764] = {.lex_state = 32}, + [765] = {.lex_state = 34}, + [766] = {.lex_state = 34}, + [767] = {.lex_state = 34}, + [768] = {.lex_state = 34}, + [769] = {.lex_state = 34}, + [770] = {.lex_state = 34}, + [771] = {.lex_state = 34}, + [772] = {.lex_state = 34}, + [773] = {.lex_state = 34}, + [774] = {.lex_state = 34}, + [775] = {.lex_state = 34}, + [776] = {.lex_state = 34}, + [777] = {.lex_state = 34}, + [778] = {.lex_state = 33}, + [779] = {.lex_state = 34}, + [780] = {.lex_state = 34}, + [781] = {.lex_state = 34}, + [782] = {.lex_state = 34}, + [783] = {.lex_state = 34}, + [784] = {.lex_state = 34}, + [785] = {.lex_state = 34}, + [786] = {.lex_state = 33}, + [787] = {.lex_state = 34}, + [788] = {.lex_state = 34}, + [789] = {.lex_state = 34}, + [790] = {.lex_state = 34}, + [791] = {.lex_state = 34}, + [792] = {.lex_state = 34}, + [793] = {.lex_state = 34}, + [794] = {.lex_state = 34}, + [795] = {.lex_state = 34}, + [796] = {.lex_state = 34}, + [797] = {.lex_state = 34}, + [798] = {.lex_state = 34}, + [799] = {.lex_state = 34}, + [800] = {.lex_state = 34}, + [801] = {.lex_state = 34}, + [802] = {.lex_state = 34}, + [803] = {.lex_state = 34}, + [804] = {.lex_state = 34}, + [805] = {.lex_state = 34}, + [806] = {.lex_state = 34}, + [807] = {.lex_state = 34}, + [808] = {.lex_state = 34}, + [809] = {.lex_state = 34}, + [810] = {.lex_state = 34}, + [811] = {.lex_state = 34}, + [812] = {.lex_state = 34}, + [813] = {.lex_state = 34}, + [814] = {.lex_state = 34}, + [815] = {.lex_state = 34}, + [816] = {.lex_state = 34}, + [817] = {.lex_state = 34}, + [818] = {.lex_state = 34}, + [819] = {.lex_state = 34}, + [820] = {.lex_state = 34}, + [821] = {.lex_state = 34}, + [822] = {.lex_state = 34}, + [823] = {.lex_state = 34}, + [824] = {.lex_state = 34}, + [825] = {.lex_state = 33}, + [826] = {.lex_state = 34}, + [827] = {.lex_state = 34}, + [828] = {.lex_state = 34}, + [829] = {.lex_state = 33}, + [830] = {.lex_state = 34}, + [831] = {.lex_state = 34}, + [832] = {.lex_state = 33}, + [833] = {.lex_state = 34}, + [834] = {.lex_state = 33}, + [835] = {.lex_state = 34}, + [836] = {.lex_state = 33}, + [837] = {.lex_state = 34}, + [838] = {.lex_state = 34}, + [839] = {.lex_state = 34}, + [840] = {.lex_state = 34}, + [841] = {.lex_state = 34}, + [842] = {.lex_state = 34}, + [843] = {.lex_state = 34}, + [844] = {.lex_state = 34}, + [845] = {.lex_state = 34}, + [846] = {.lex_state = 34}, + [847] = {.lex_state = 34}, + [848] = {.lex_state = 34}, + [849] = {.lex_state = 34}, + [850] = {.lex_state = 34}, + [851] = {.lex_state = 33}, + [852] = {.lex_state = 33}, [853] = {.lex_state = 33}, - [854] = {.lex_state = 33}, - [855] = {.lex_state = 32}, - [856] = {.lex_state = 32}, - [857] = {.lex_state = 32}, + [854] = {.lex_state = 34}, + [855] = {.lex_state = 34}, + [856] = {.lex_state = 34}, + [857] = {.lex_state = 34}, [858] = {.lex_state = 33}, - [859] = {.lex_state = 32}, + [859] = {.lex_state = 34}, [860] = {.lex_state = 33}, - [861] = {.lex_state = 32}, - [862] = {.lex_state = 33}, - [863] = {.lex_state = 32}, - [864] = {.lex_state = 32}, - [865] = {.lex_state = 32}, - [866] = {.lex_state = 32}, - [867] = {.lex_state = 32}, - [868] = {.lex_state = 32}, - [869] = {.lex_state = 32}, - [870] = {.lex_state = 32}, - [871] = {.lex_state = 32}, + [861] = {.lex_state = 34}, + [862] = {.lex_state = 34}, + [863] = {.lex_state = 34}, + [864] = {.lex_state = 33}, + [865] = {.lex_state = 34}, + [866] = {.lex_state = 34}, + [867] = {.lex_state = 33}, + [868] = {.lex_state = 34}, + [869] = {.lex_state = 34}, + [870] = {.lex_state = 34}, + [871] = {.lex_state = 34}, [872] = {.lex_state = 33}, [873] = {.lex_state = 33}, [874] = {.lex_state = 33}, @@ -12452,217 +12551,217 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [919] = {.lex_state = 33}, [920] = {.lex_state = 33}, [921] = {.lex_state = 30}, - [922] = {.lex_state = 19}, + [922] = {.lex_state = 33}, [923] = {.lex_state = 33}, - [924] = {.lex_state = 30}, + [924] = {.lex_state = 19}, [925] = {.lex_state = 33}, - [926] = {.lex_state = 33}, + [926] = {.lex_state = 30}, [927] = {.lex_state = 30}, [928] = {.lex_state = 30}, - [929] = {.lex_state = 30}, - [930] = {.lex_state = 33}, + [929] = {.lex_state = 33}, + [930] = {.lex_state = 30}, [931] = {.lex_state = 33}, [932] = {.lex_state = 33}, - [933] = {.lex_state = 33}, + [933] = {.lex_state = 30}, [934] = {.lex_state = 33}, - [935] = {.lex_state = 30}, + [935] = {.lex_state = 33}, [936] = {.lex_state = 33}, [937] = {.lex_state = 33}, [938] = {.lex_state = 33}, - [939] = {.lex_state = 30}, - [940] = {.lex_state = 30}, + [939] = {.lex_state = 33}, + [940] = {.lex_state = 33}, [941] = {.lex_state = 30}, [942] = {.lex_state = 30}, - [943] = {.lex_state = 30}, - [944] = {.lex_state = 30}, - [945] = {.lex_state = 30}, + [943] = {.lex_state = 33}, + [944] = {.lex_state = 33}, + [945] = {.lex_state = 33}, [946] = {.lex_state = 30}, - [947] = {.lex_state = 30}, - [948] = {.lex_state = 33}, - [949] = {.lex_state = 30}, + [947] = {.lex_state = 33}, + [948] = {.lex_state = 30}, + [949] = {.lex_state = 33}, [950] = {.lex_state = 30}, [951] = {.lex_state = 30}, [952] = {.lex_state = 30}, - [953] = {.lex_state = 33}, + [953] = {.lex_state = 30}, [954] = {.lex_state = 33}, - [955] = {.lex_state = 30}, - [956] = {.lex_state = 30}, + [955] = {.lex_state = 33}, + [956] = {.lex_state = 33}, [957] = {.lex_state = 30}, - [958] = {.lex_state = 33}, + [958] = {.lex_state = 30}, [959] = {.lex_state = 30}, - [960] = {.lex_state = 33}, - [961] = {.lex_state = 30}, - [962] = {.lex_state = 33}, - [963] = {.lex_state = 33}, - [964] = {.lex_state = 33}, + [960] = {.lex_state = 30}, + [961] = {.lex_state = 33}, + [962] = {.lex_state = 30}, + [963] = {.lex_state = 30}, + [964] = {.lex_state = 30}, [965] = {.lex_state = 30}, - [966] = {.lex_state = 33}, + [966] = {.lex_state = 30}, [967] = {.lex_state = 33}, [968] = {.lex_state = 30}, [969] = {.lex_state = 30}, [970] = {.lex_state = 30}, - [971] = {.lex_state = 30}, + [971] = {.lex_state = 33}, [972] = {.lex_state = 30}, [973] = {.lex_state = 30}, [974] = {.lex_state = 30}, - [975] = {.lex_state = 33}, + [975] = {.lex_state = 30}, [976] = {.lex_state = 33}, [977] = {.lex_state = 33}, [978] = {.lex_state = 30}, [979] = {.lex_state = 33}, [980] = {.lex_state = 33}, - [981] = {.lex_state = 33}, + [981] = {.lex_state = 30}, [982] = {.lex_state = 33}, - [983] = {.lex_state = 33}, - [984] = {.lex_state = 30}, + [983] = {.lex_state = 30}, + [984] = {.lex_state = 33}, [985] = {.lex_state = 30}, [986] = {.lex_state = 30}, - [987] = {.lex_state = 33}, + [987] = {.lex_state = 30}, [988] = {.lex_state = 19}, - [989] = {.lex_state = 19}, + [989] = {.lex_state = 33}, [990] = {.lex_state = 19}, [991] = {.lex_state = 19}, - [992] = {.lex_state = 33}, - [993] = {.lex_state = 19}, + [992] = {.lex_state = 19}, + [993] = {.lex_state = 33}, [994] = {.lex_state = 19}, [995] = {.lex_state = 19}, - [996] = {.lex_state = 19}, + [996] = {.lex_state = 33}, [997] = {.lex_state = 19}, [998] = {.lex_state = 19}, [999] = {.lex_state = 19}, - [1000] = {.lex_state = 19}, - [1001] = {.lex_state = 33}, - [1002] = {.lex_state = 19}, - [1003] = {.lex_state = 33}, - [1004] = {.lex_state = 33}, - [1005] = {.lex_state = 33}, - [1006] = {.lex_state = 19}, + [1000] = {.lex_state = 33}, + [1001] = {.lex_state = 19}, + [1002] = {.lex_state = 33}, + [1003] = {.lex_state = 19}, + [1004] = {.lex_state = 19}, + [1005] = {.lex_state = 19}, + [1006] = {.lex_state = 33}, [1007] = {.lex_state = 19}, [1008] = {.lex_state = 19}, - [1009] = {.lex_state = 33}, - [1010] = {.lex_state = 33}, - [1011] = {.lex_state = 19}, + [1009] = {.lex_state = 19}, + [1010] = {.lex_state = 19}, + [1011] = {.lex_state = 33}, [1012] = {.lex_state = 19}, - [1013] = {.lex_state = 33}, + [1013] = {.lex_state = 19}, [1014] = {.lex_state = 19}, [1015] = {.lex_state = 33}, [1016] = {.lex_state = 19}, - [1017] = {.lex_state = 19}, + [1017] = {.lex_state = 33}, [1018] = {.lex_state = 19}, - [1019] = {.lex_state = 19}, - [1020] = {.lex_state = 33}, - [1021] = {.lex_state = 33}, + [1019] = {.lex_state = 33}, + [1020] = {.lex_state = 19}, + [1021] = {.lex_state = 19}, [1022] = {.lex_state = 19}, [1023] = {.lex_state = 19}, - [1024] = {.lex_state = 33}, - [1025] = {.lex_state = 19}, + [1024] = {.lex_state = 19}, + [1025] = {.lex_state = 33}, [1026] = {.lex_state = 19}, - [1027] = {.lex_state = 19}, + [1027] = {.lex_state = 33}, [1028] = {.lex_state = 33}, [1029] = {.lex_state = 33}, [1030] = {.lex_state = 33}, [1031] = {.lex_state = 33}, [1032] = {.lex_state = 33}, - [1033] = {.lex_state = 83}, + [1033] = {.lex_state = 33}, [1034] = {.lex_state = 33}, [1035] = {.lex_state = 33}, [1036] = {.lex_state = 33}, [1037] = {.lex_state = 33}, [1038] = {.lex_state = 83}, [1039] = {.lex_state = 33}, - [1040] = {.lex_state = 33}, + [1040] = {.lex_state = 83}, [1041] = {.lex_state = 33}, - [1042] = {.lex_state = 83}, - [1043] = {.lex_state = 83}, + [1042] = {.lex_state = 33}, + [1043] = {.lex_state = 33}, [1044] = {.lex_state = 33}, [1045] = {.lex_state = 33}, - [1046] = {.lex_state = 33}, - [1047] = {.lex_state = 33}, - [1048] = {.lex_state = 83}, - [1049] = {.lex_state = 33}, - [1050] = {.lex_state = 83}, - [1051] = {.lex_state = 33}, + [1046] = {.lex_state = 83}, + [1047] = {.lex_state = 83}, + [1048] = {.lex_state = 33}, + [1049] = {.lex_state = 83}, + [1050] = {.lex_state = 33}, + [1051] = {.lex_state = 31}, [1052] = {.lex_state = 33}, [1053] = {.lex_state = 33}, [1054] = {.lex_state = 33}, - [1055] = {.lex_state = 83}, - [1056] = {.lex_state = 83}, + [1055] = {.lex_state = 33}, + [1056] = {.lex_state = 33}, [1057] = {.lex_state = 83}, - [1058] = {.lex_state = 33}, - [1059] = {.lex_state = 83}, - [1060] = {.lex_state = 33}, - [1061] = {.lex_state = 33}, - [1062] = {.lex_state = 83}, - [1063] = {.lex_state = 31}, - [1064] = {.lex_state = 33}, + [1058] = {.lex_state = 83}, + [1059] = {.lex_state = 33}, + [1060] = {.lex_state = 83}, + [1061] = {.lex_state = 83}, + [1062] = {.lex_state = 33}, + [1063] = {.lex_state = 33}, + [1064] = {.lex_state = 31}, [1065] = {.lex_state = 33}, [1066] = {.lex_state = 33}, [1067] = {.lex_state = 33}, - [1068] = {.lex_state = 31}, + [1068] = {.lex_state = 33}, [1069] = {.lex_state = 33}, - [1070] = {.lex_state = 33}, + [1070] = {.lex_state = 83}, [1071] = {.lex_state = 33}, - [1072] = {.lex_state = 33}, + [1072] = {.lex_state = 83}, [1073] = {.lex_state = 33}, [1074] = {.lex_state = 33}, - [1075] = {.lex_state = 33}, - [1076] = {.lex_state = 83}, + [1075] = {.lex_state = 83}, + [1076] = {.lex_state = 33}, [1077] = {.lex_state = 33}, [1078] = {.lex_state = 83}, - [1079] = {.lex_state = 83}, - [1080] = {.lex_state = 0}, - [1081] = {.lex_state = 33}, + [1079] = {.lex_state = 0}, + [1080] = {.lex_state = 83}, + [1081] = {.lex_state = 83}, [1082] = {.lex_state = 83}, [1083] = {.lex_state = 83}, [1084] = {.lex_state = 83}, [1085] = {.lex_state = 83}, [1086] = {.lex_state = 83}, - [1087] = {.lex_state = 83}, - [1088] = {.lex_state = 83}, - [1089] = {.lex_state = 33}, - [1090] = {.lex_state = 83}, - [1091] = {.lex_state = 33}, + [1087] = {.lex_state = 33}, + [1088] = {.lex_state = 33}, + [1089] = {.lex_state = 83}, + [1090] = {.lex_state = 33}, + [1091] = {.lex_state = 83}, [1092] = {.lex_state = 0}, - [1093] = {.lex_state = 83}, + [1093] = {.lex_state = 35}, [1094] = {.lex_state = 83}, - [1095] = {.lex_state = 83}, + [1095] = {.lex_state = 35}, [1096] = {.lex_state = 83}, [1097] = {.lex_state = 83}, [1098] = {.lex_state = 83}, - [1099] = {.lex_state = 35}, + [1099] = {.lex_state = 83}, [1100] = {.lex_state = 35}, - [1101] = {.lex_state = 83}, + [1101] = {.lex_state = 35}, [1102] = {.lex_state = 83}, - [1103] = {.lex_state = 35}, + [1103] = {.lex_state = 83}, [1104] = {.lex_state = 83}, [1105] = {.lex_state = 83}, [1106] = {.lex_state = 83}, [1107] = {.lex_state = 83}, - [1108] = {.lex_state = 35}, + [1108] = {.lex_state = 83}, [1109] = {.lex_state = 83}, [1110] = {.lex_state = 83}, [1111] = {.lex_state = 83}, [1112] = {.lex_state = 83}, [1113] = {.lex_state = 83}, [1114] = {.lex_state = 0}, - [1115] = {.lex_state = 83}, - [1116] = {.lex_state = 83}, + [1115] = {.lex_state = 0}, + [1116] = {.lex_state = 0}, [1117] = {.lex_state = 83}, - [1118] = {.lex_state = 0}, + [1118] = {.lex_state = 83}, [1119] = {.lex_state = 83}, [1120] = {.lex_state = 83}, [1121] = {.lex_state = 83}, [1122] = {.lex_state = 83}, - [1123] = {.lex_state = 0}, + [1123] = {.lex_state = 83}, [1124] = {.lex_state = 83}, [1125] = {.lex_state = 83}, [1126] = {.lex_state = 83}, [1127] = {.lex_state = 83}, [1128] = {.lex_state = 83}, - [1129] = {.lex_state = 83}, + [1129] = {.lex_state = 0}, [1130] = {.lex_state = 83}, [1131] = {.lex_state = 83}, - [1132] = {.lex_state = 0}, + [1132] = {.lex_state = 83}, [1133] = {.lex_state = 83}, [1134] = {.lex_state = 83}, [1135] = {.lex_state = 0}, @@ -12670,25 +12769,25 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1137] = {.lex_state = 83}, [1138] = {.lex_state = 83}, [1139] = {.lex_state = 83}, - [1140] = {.lex_state = 0}, + [1140] = {.lex_state = 33}, [1141] = {.lex_state = 83}, [1142] = {.lex_state = 83}, - [1143] = {.lex_state = 0}, + [1143] = {.lex_state = 83}, [1144] = {.lex_state = 83}, [1145] = {.lex_state = 83}, - [1146] = {.lex_state = 33}, + [1146] = {.lex_state = 0}, [1147] = {.lex_state = 83}, [1148] = {.lex_state = 83}, - [1149] = {.lex_state = 33}, - [1150] = {.lex_state = 83}, - [1151] = {.lex_state = 83}, + [1149] = {.lex_state = 83}, + [1150] = {.lex_state = 0}, + [1151] = {.lex_state = 0}, [1152] = {.lex_state = 83}, [1153] = {.lex_state = 83}, [1154] = {.lex_state = 83}, - [1155] = {.lex_state = 33}, + [1155] = {.lex_state = 83}, [1156] = {.lex_state = 83}, - [1157] = {.lex_state = 83}, - [1158] = {.lex_state = 0}, + [1157] = {.lex_state = 33}, + [1158] = {.lex_state = 33}, [1159] = {.lex_state = 83}, [1160] = {.lex_state = 83}, [1161] = {.lex_state = 83}, @@ -12698,43 +12797,43 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1165] = {.lex_state = 83}, [1166] = {.lex_state = 83}, [1167] = {.lex_state = 83}, - [1168] = {.lex_state = 83}, - [1169] = {.lex_state = 33}, + [1168] = {.lex_state = 33}, + [1169] = {.lex_state = 83}, [1170] = {.lex_state = 83}, [1171] = {.lex_state = 83}, [1172] = {.lex_state = 83}, [1173] = {.lex_state = 83}, - [1174] = {.lex_state = 83}, + [1174] = {.lex_state = 28}, [1175] = {.lex_state = 83}, - [1176] = {.lex_state = 28}, + [1176] = {.lex_state = 83}, [1177] = {.lex_state = 83}, - [1178] = {.lex_state = 0}, + [1178] = {.lex_state = 22}, [1179] = {.lex_state = 0}, - [1180] = {.lex_state = 22}, - [1181] = {.lex_state = 24}, - [1182] = {.lex_state = 0}, - [1183] = {.lex_state = 0}, - [1184] = {.lex_state = 33}, - [1185] = {.lex_state = 24}, + [1180] = {.lex_state = 0}, + [1181] = {.lex_state = 0}, + [1182] = {.lex_state = 24}, + [1183] = {.lex_state = 24}, + [1184] = {.lex_state = 28}, + [1185] = {.lex_state = 0}, [1186] = {.lex_state = 22}, - [1187] = {.lex_state = 22}, + [1187] = {.lex_state = 0}, [1188] = {.lex_state = 33}, - [1189] = {.lex_state = 28}, - [1190] = {.lex_state = 0}, + [1189] = {.lex_state = 24}, + [1190] = {.lex_state = 22}, [1191] = {.lex_state = 24}, - [1192] = {.lex_state = 24}, + [1192] = {.lex_state = 22}, [1193] = {.lex_state = 0}, [1194] = {.lex_state = 0}, - [1195] = {.lex_state = 0}, - [1196] = {.lex_state = 83}, - [1197] = {.lex_state = 22}, - [1198] = {.lex_state = 24}, + [1195] = {.lex_state = 24}, + [1196] = {.lex_state = 22}, + [1197] = {.lex_state = 0}, + [1198] = {.lex_state = 83}, [1199] = {.lex_state = 0}, - [1200] = {.lex_state = 22}, - [1201] = {.lex_state = 22}, - [1202] = {.lex_state = 24}, - [1203] = {.lex_state = 24}, - [1204] = {.lex_state = 22}, + [1200] = {.lex_state = 33}, + [1201] = {.lex_state = 24}, + [1202] = {.lex_state = 22}, + [1203] = {.lex_state = 22}, + [1204] = {.lex_state = 24}, [1205] = {.lex_state = 0}, [1206] = {.lex_state = 0}, [1207] = {.lex_state = 0}, @@ -12744,18 +12843,18 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1211] = {.lex_state = 0}, [1212] = {.lex_state = 0}, [1213] = {.lex_state = 0}, - [1214] = {.lex_state = 0}, + [1214] = {.lex_state = 28}, [1215] = {.lex_state = 0}, [1216] = {.lex_state = 0}, [1217] = {.lex_state = 0}, [1218] = {.lex_state = 0}, - [1219] = {.lex_state = 28}, + [1219] = {.lex_state = 0}, [1220] = {.lex_state = 0}, - [1221] = {.lex_state = 19}, + [1221] = {.lex_state = 0}, [1222] = {.lex_state = 0}, [1223] = {.lex_state = 0}, - [1224] = {.lex_state = 0}, - [1225] = {.lex_state = 83}, + [1224] = {.lex_state = 33}, + [1225] = {.lex_state = 0}, [1226] = {.lex_state = 0}, [1227] = {.lex_state = 0}, [1228] = {.lex_state = 0}, @@ -12765,341 +12864,344 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1232] = {.lex_state = 0}, [1233] = {.lex_state = 0}, [1234] = {.lex_state = 0}, - [1235] = {.lex_state = 19}, + [1235] = {.lex_state = 0}, [1236] = {.lex_state = 0}, [1237] = {.lex_state = 0}, - [1238] = {.lex_state = 33}, + [1238] = {.lex_state = 0}, [1239] = {.lex_state = 0}, - [1240] = {.lex_state = 0}, + [1240] = {.lex_state = 33}, [1241] = {.lex_state = 0}, - [1242] = {.lex_state = 0}, + [1242] = {.lex_state = 28}, [1243] = {.lex_state = 0}, [1244] = {.lex_state = 0}, - [1245] = {.lex_state = 83}, + [1245] = {.lex_state = 0}, [1246] = {.lex_state = 0}, [1247] = {.lex_state = 0}, [1248] = {.lex_state = 0}, [1249] = {.lex_state = 0}, [1250] = {.lex_state = 0}, [1251] = {.lex_state = 0}, - [1252] = {.lex_state = 0}, - [1253] = {.lex_state = 19}, + [1252] = {.lex_state = 19}, + [1253] = {.lex_state = 28}, [1254] = {.lex_state = 0}, [1255] = {.lex_state = 0}, - [1256] = {.lex_state = 33}, - [1257] = {.lex_state = 19}, - [1258] = {.lex_state = 28}, - [1259] = {.lex_state = 28}, + [1256] = {.lex_state = 19}, + [1257] = {.lex_state = 83}, + [1258] = {.lex_state = 0}, + [1259] = {.lex_state = 0}, [1260] = {.lex_state = 0}, [1261] = {.lex_state = 0}, - [1262] = {.lex_state = 0}, + [1262] = {.lex_state = 28}, [1263] = {.lex_state = 0}, [1264] = {.lex_state = 0}, [1265] = {.lex_state = 0}, - [1266] = {.lex_state = 28}, - [1267] = {.lex_state = 0}, - [1268] = {.lex_state = 28}, - [1269] = {.lex_state = 0}, + [1266] = {.lex_state = 0}, + [1267] = {.lex_state = 33}, + [1268] = {.lex_state = 0}, + [1269] = {.lex_state = 19}, [1270] = {.lex_state = 0}, [1271] = {.lex_state = 0}, - [1272] = {.lex_state = 0}, - [1273] = {.lex_state = 33}, - [1274] = {.lex_state = 33}, - [1275] = {.lex_state = 33}, + [1272] = {.lex_state = 33}, + [1273] = {.lex_state = 0}, + [1274] = {.lex_state = 0}, + [1275] = {.lex_state = 83}, [1276] = {.lex_state = 0}, [1277] = {.lex_state = 0}, [1278] = {.lex_state = 33}, - [1279] = {.lex_state = 28}, - [1280] = {.lex_state = 0}, + [1279] = {.lex_state = 0}, + [1280] = {.lex_state = 28}, [1281] = {.lex_state = 0}, - [1282] = {.lex_state = 0}, + [1282] = {.lex_state = 28}, [1283] = {.lex_state = 0}, [1284] = {.lex_state = 0}, [1285] = {.lex_state = 0}, [1286] = {.lex_state = 0}, - [1287] = {.lex_state = 33}, + [1287] = {.lex_state = 0}, [1288] = {.lex_state = 0}, - [1289] = {.lex_state = 0}, + [1289] = {.lex_state = 33}, [1290] = {.lex_state = 0}, [1291] = {.lex_state = 0}, - [1292] = {.lex_state = 28}, + [1292] = {.lex_state = 0}, [1293] = {.lex_state = 0}, - [1294] = {.lex_state = 0}, + [1294] = {.lex_state = 19}, [1295] = {.lex_state = 0}, - [1296] = {.lex_state = 83}, - [1297] = {.lex_state = 83}, - [1298] = {.lex_state = 26}, + [1296] = {.lex_state = 28}, + [1297] = {.lex_state = 33}, + [1298] = {.lex_state = 33}, [1299] = {.lex_state = 83}, [1300] = {.lex_state = 83}, - [1301] = {.lex_state = 83}, + [1301] = {.lex_state = 0}, [1302] = {.lex_state = 0}, - [1303] = {.lex_state = 83}, - [1304] = {.lex_state = 83}, - [1305] = {.lex_state = 23}, - [1306] = {.lex_state = 33}, - [1307] = {.lex_state = 23}, - [1308] = {.lex_state = 0}, + [1303] = {.lex_state = 23}, + [1304] = {.lex_state = 0}, + [1305] = {.lex_state = 0}, + [1306] = {.lex_state = 23}, + [1307] = {.lex_state = 0}, + [1308] = {.lex_state = 83}, [1309] = {.lex_state = 0}, [1310] = {.lex_state = 23}, - [1311] = {.lex_state = 23}, - [1312] = {.lex_state = 23}, - [1313] = {.lex_state = 0}, - [1314] = {.lex_state = 23}, - [1315] = {.lex_state = 28}, - [1316] = {.lex_state = 28}, - [1317] = {.lex_state = 23}, + [1311] = {.lex_state = 33}, + [1312] = {.lex_state = 28}, + [1313] = {.lex_state = 33}, + [1314] = {.lex_state = 33}, + [1315] = {.lex_state = 83}, + [1316] = {.lex_state = 26}, + [1317] = {.lex_state = 83}, [1318] = {.lex_state = 0}, - [1319] = {.lex_state = 33}, - [1320] = {.lex_state = 23}, - [1321] = {.lex_state = 33}, + [1319] = {.lex_state = 23}, + [1320] = {.lex_state = 33}, + [1321] = {.lex_state = 23}, [1322] = {.lex_state = 83}, - [1323] = {.lex_state = 83}, - [1324] = {.lex_state = 83}, - [1325] = {.lex_state = 83}, + [1323] = {.lex_state = 23}, + [1324] = {.lex_state = 23}, + [1325] = {.lex_state = 26}, [1326] = {.lex_state = 23}, [1327] = {.lex_state = 0}, [1328] = {.lex_state = 23}, - [1329] = {.lex_state = 0}, - [1330] = {.lex_state = 33}, + [1329] = {.lex_state = 23}, + [1330] = {.lex_state = 23}, [1331] = {.lex_state = 83}, - [1332] = {.lex_state = 33}, + [1332] = {.lex_state = 23}, [1333] = {.lex_state = 83}, - [1334] = {.lex_state = 23}, - [1335] = {.lex_state = 0}, + [1334] = {.lex_state = 83}, + [1335] = {.lex_state = 26}, [1336] = {.lex_state = 23}, - [1337] = {.lex_state = 83}, + [1337] = {.lex_state = 0}, [1338] = {.lex_state = 0}, - [1339] = {.lex_state = 0}, + [1339] = {.lex_state = 83}, [1340] = {.lex_state = 0}, - [1341] = {.lex_state = 26}, + [1341] = {.lex_state = 0}, [1342] = {.lex_state = 83}, - [1343] = {.lex_state = 0}, - [1344] = {.lex_state = 83}, - [1345] = {.lex_state = 0}, - [1346] = {.lex_state = 0}, - [1347] = {.lex_state = 23}, - [1348] = {.lex_state = 0}, + [1343] = {.lex_state = 83}, + [1344] = {.lex_state = 23}, + [1345] = {.lex_state = 83}, + [1346] = {.lex_state = 83}, + [1347] = {.lex_state = 28}, + [1348] = {.lex_state = 23}, [1349] = {.lex_state = 33}, - [1350] = {.lex_state = 28}, - [1351] = {.lex_state = 33}, - [1352] = {.lex_state = 33}, - [1353] = {.lex_state = 23}, - [1354] = {.lex_state = 23}, - [1355] = {.lex_state = 83}, - [1356] = {.lex_state = 83}, - [1357] = {.lex_state = 26}, - [1358] = {.lex_state = 23}, + [1350] = {.lex_state = 83}, + [1351] = {.lex_state = 83}, + [1352] = {.lex_state = 83}, + [1353] = {.lex_state = 83}, + [1354] = {.lex_state = 28}, + [1355] = {.lex_state = 0}, + [1356] = {.lex_state = 33}, + [1357] = {.lex_state = 0}, + [1358] = {.lex_state = 0}, [1359] = {.lex_state = 33}, - [1360] = {.lex_state = 23}, - [1361] = {.lex_state = 0}, - [1362] = {.lex_state = 19}, - [1363] = {.lex_state = 83}, - [1364] = {.lex_state = 19}, - [1365] = {.lex_state = 27}, - [1366] = {.lex_state = 27}, - [1367] = {.lex_state = 27}, - [1368] = {.lex_state = 19}, - [1369] = {.lex_state = 19}, - [1370] = {.lex_state = 0}, + [1360] = {.lex_state = 0}, + [1361] = {.lex_state = 23}, + [1362] = {.lex_state = 33}, + [1363] = {.lex_state = 23}, + [1364] = {.lex_state = 0}, + [1365] = {.lex_state = 0}, + [1366] = {.lex_state = 0}, + [1367] = {.lex_state = 19}, + [1368] = {.lex_state = 27}, + [1369] = {.lex_state = 0}, + [1370] = {.lex_state = 27}, [1371] = {.lex_state = 0}, - [1372] = {.lex_state = 0}, + [1372] = {.lex_state = 33}, [1373] = {.lex_state = 0}, - [1374] = {.lex_state = 27}, + [1374] = {.lex_state = 0}, [1375] = {.lex_state = 0}, - [1376] = {.lex_state = 27}, - [1377] = {.lex_state = 0}, - [1378] = {.lex_state = 19}, - [1379] = {.lex_state = 19}, + [1376] = {.lex_state = 0}, + [1377] = {.lex_state = 27}, + [1378] = {.lex_state = 33}, + [1379] = {.lex_state = 33}, [1380] = {.lex_state = 0}, [1381] = {.lex_state = 0}, - [1382] = {.lex_state = 33}, + [1382] = {.lex_state = 19}, [1383] = {.lex_state = 0}, - [1384] = {.lex_state = 0}, - [1385] = {.lex_state = 0}, - [1386] = {.lex_state = 0}, + [1384] = {.lex_state = 27}, + [1385] = {.lex_state = 19}, + [1386] = {.lex_state = 27}, [1387] = {.lex_state = 0}, [1388] = {.lex_state = 0}, - [1389] = {.lex_state = 27}, - [1390] = {.lex_state = 27}, + [1389] = {.lex_state = 0}, + [1390] = {.lex_state = 19}, [1391] = {.lex_state = 0}, [1392] = {.lex_state = 0}, - [1393] = {.lex_state = 0}, - [1394] = {.lex_state = 19}, - [1395] = {.lex_state = 19}, + [1393] = {.lex_state = 27}, + [1394] = {.lex_state = 0}, + [1395] = {.lex_state = 0}, [1396] = {.lex_state = 0}, [1397] = {.lex_state = 19}, - [1398] = {.lex_state = 0}, - [1399] = {.lex_state = 27}, + [1398] = {.lex_state = 19}, + [1399] = {.lex_state = 0}, [1400] = {.lex_state = 19}, - [1401] = {.lex_state = 19}, + [1401] = {.lex_state = 0}, [1402] = {.lex_state = 27}, [1403] = {.lex_state = 19}, [1404] = {.lex_state = 19}, [1405] = {.lex_state = 0}, [1406] = {.lex_state = 19}, - [1407] = {.lex_state = 19}, + [1407] = {.lex_state = 27}, [1408] = {.lex_state = 0}, [1409] = {.lex_state = 19}, - [1410] = {.lex_state = 33}, - [1411] = {.lex_state = 33}, - [1412] = {.lex_state = 33}, + [1410] = {.lex_state = 19}, + [1411] = {.lex_state = 0}, + [1412] = {.lex_state = 19}, [1413] = {.lex_state = 0}, - [1414] = {.lex_state = 0}, - [1415] = {.lex_state = 0}, - [1416] = {.lex_state = 27}, - [1417] = {.lex_state = 27}, - [1418] = {.lex_state = 33}, - [1419] = {.lex_state = 33}, - [1420] = {.lex_state = 27}, - [1421] = {.lex_state = 0}, - [1422] = {.lex_state = 0}, - [1423] = {.lex_state = 33}, - [1424] = {.lex_state = 0}, - [1425] = {.lex_state = 0}, - [1426] = {.lex_state = 0}, + [1414] = {.lex_state = 33}, + [1415] = {.lex_state = 33}, + [1416] = {.lex_state = 0}, + [1417] = {.lex_state = 0}, + [1418] = {.lex_state = 0}, + [1419] = {.lex_state = 0}, + [1420] = {.lex_state = 33}, + [1421] = {.lex_state = 33}, + [1422] = {.lex_state = 27}, + [1423] = {.lex_state = 0}, + [1424] = {.lex_state = 27}, + [1425] = {.lex_state = 19}, + [1426] = {.lex_state = 33}, [1427] = {.lex_state = 0}, [1428] = {.lex_state = 0}, - [1429] = {.lex_state = 27}, - [1430] = {.lex_state = 0}, + [1429] = {.lex_state = 0}, + [1430] = {.lex_state = 27}, [1431] = {.lex_state = 27}, - [1432] = {.lex_state = 19}, - [1433] = {.lex_state = 0}, - [1434] = {.lex_state = 33}, - [1435] = {.lex_state = 33}, - [1436] = {.lex_state = 27}, - [1437] = {.lex_state = 27}, - [1438] = {.lex_state = 33}, - [1439] = {.lex_state = 33}, + [1432] = {.lex_state = 33}, + [1433] = {.lex_state = 27}, + [1434] = {.lex_state = 0}, + [1435] = {.lex_state = 0}, + [1436] = {.lex_state = 0}, + [1437] = {.lex_state = 0}, + [1438] = {.lex_state = 0}, + [1439] = {.lex_state = 0}, [1440] = {.lex_state = 0}, [1441] = {.lex_state = 33}, - [1442] = {.lex_state = 0}, + [1442] = {.lex_state = 33}, [1443] = {.lex_state = 0}, [1444] = {.lex_state = 33}, - [1445] = {.lex_state = 0}, - [1446] = {.lex_state = 0}, - [1447] = {.lex_state = 19}, - [1448] = {.lex_state = 0}, - [1449] = {.lex_state = 19}, - [1450] = {.lex_state = 0}, - [1451] = {.lex_state = 27}, + [1445] = {.lex_state = 83}, + [1446] = {.lex_state = 19}, + [1447] = {.lex_state = 33}, + [1448] = {.lex_state = 27}, + [1449] = {.lex_state = 27}, + [1450] = {.lex_state = 19}, + [1451] = {.lex_state = 0}, [1452] = {.lex_state = 0}, - [1453] = {.lex_state = 27}, + [1453] = {.lex_state = 19}, [1454] = {.lex_state = 0}, [1455] = {.lex_state = 0}, [1456] = {.lex_state = 0}, [1457] = {.lex_state = 0}, - [1458] = {.lex_state = 0}, + [1458] = {.lex_state = 27}, [1459] = {.lex_state = 0}, [1460] = {.lex_state = 0}, - [1461] = {.lex_state = 33}, - [1462] = {.lex_state = 19}, - [1463] = {.lex_state = 0}, - [1464] = {.lex_state = 27}, - [1465] = {.lex_state = 0}, - [1466] = {.lex_state = 0}, - [1467] = {.lex_state = 0}, - [1468] = {.lex_state = 0}, - [1469] = {.lex_state = 27}, - [1470] = {.lex_state = 19}, + [1461] = {.lex_state = 0}, + [1462] = {.lex_state = 0}, + [1463] = {.lex_state = 27}, + [1464] = {.lex_state = 0}, + [1465] = {.lex_state = 19}, + [1466] = {.lex_state = 19}, + [1467] = {.lex_state = 19}, + [1468] = {.lex_state = 27}, + [1469] = {.lex_state = 19}, + [1470] = {.lex_state = 27}, [1471] = {.lex_state = 0}, [1472] = {.lex_state = 0}, - [1473] = {.lex_state = 0}, + [1473] = {.lex_state = 19}, [1474] = {.lex_state = 0}, [1475] = {.lex_state = 0}, - [1476] = {.lex_state = 33}, - [1477] = {.lex_state = 33}, - [1478] = {.lex_state = 27}, - [1479] = {.lex_state = 27}, - [1480] = {.lex_state = 27}, + [1476] = {.lex_state = 0}, + [1477] = {.lex_state = 0}, + [1478] = {.lex_state = 0}, + [1479] = {.lex_state = 33}, + [1480] = {.lex_state = 33}, [1481] = {.lex_state = 0}, - [1482] = {.lex_state = 0}, - [1483] = {.lex_state = 33}, + [1482] = {.lex_state = 33}, + [1483] = {.lex_state = 0}, [1484] = {.lex_state = 0}, [1485] = {.lex_state = 0}, - [1486] = {.lex_state = 0}, + [1486] = {.lex_state = 33}, [1487] = {.lex_state = 0}, - [1488] = {.lex_state = 0}, - [1489] = {.lex_state = 27}, - [1490] = {.lex_state = 27}, - [1491] = {.lex_state = 33}, - [1492] = {.lex_state = 33}, - [1493] = {.lex_state = 0}, + [1488] = {.lex_state = 33}, + [1489] = {.lex_state = 83}, + [1490] = {.lex_state = 19}, + [1491] = {.lex_state = 0}, + [1492] = {.lex_state = 27}, + [1493] = {.lex_state = 19}, [1494] = {.lex_state = 33}, - [1495] = {.lex_state = 83}, - [1496] = {.lex_state = 0}, + [1495] = {.lex_state = 0}, + [1496] = {.lex_state = 19}, [1497] = {.lex_state = 0}, - [1498] = {.lex_state = 27}, - [1499] = {.lex_state = 0}, - [1500] = {.lex_state = 83}, + [1498] = {.lex_state = 0}, + [1499] = {.lex_state = 27}, + [1500] = {.lex_state = 0}, [1501] = {.lex_state = 27}, [1502] = {.lex_state = 0}, - [1503] = {.lex_state = 27}, - [1504] = {.lex_state = 33}, - [1505] = {.lex_state = 33}, - [1506] = {.lex_state = 83}, - [1507] = {.lex_state = 0}, + [1503] = {.lex_state = 83}, + [1504] = {.lex_state = 0}, + [1505] = {.lex_state = 0}, + [1506] = {.lex_state = 0}, + [1507] = {.lex_state = 33}, [1508] = {.lex_state = 33}, - [1509] = {.lex_state = 33}, - [1510] = {.lex_state = 19}, + [1509] = {.lex_state = 83}, + [1510] = {.lex_state = 0}, [1511] = {.lex_state = 33}, - [1512] = {.lex_state = 83}, + [1512] = {.lex_state = 33}, [1513] = {.lex_state = 0}, [1514] = {.lex_state = 0}, [1515] = {.lex_state = 0}, - [1516] = {.lex_state = 0}, + [1516] = {.lex_state = 19}, [1517] = {.lex_state = 0}, [1518] = {.lex_state = 0}, [1519] = {.lex_state = 0}, [1520] = {.lex_state = 0}, - [1521] = {.lex_state = 0}, - [1522] = {.lex_state = 83}, + [1521] = {.lex_state = 27}, + [1522] = {.lex_state = 0}, [1523] = {.lex_state = 27}, [1524] = {.lex_state = 0}, - [1525] = {.lex_state = 33}, - [1526] = {.lex_state = 33}, - [1527] = {.lex_state = 33}, - [1528] = {.lex_state = 19}, - [1529] = {.lex_state = 0}, - [1530] = {.lex_state = 0}, - [1531] = {.lex_state = 27}, - [1532] = {.lex_state = 0}, + [1525] = {.lex_state = 83}, + [1526] = {.lex_state = 27}, + [1527] = {.lex_state = 0}, + [1528] = {.lex_state = 33}, + [1529] = {.lex_state = 33}, + [1530] = {.lex_state = 33}, + [1531] = {.lex_state = 83}, + [1532] = {.lex_state = 27}, [1533] = {.lex_state = 0}, - [1534] = {.lex_state = 0}, + [1534] = {.lex_state = 33}, [1535] = {.lex_state = 0}, - [1536] = {.lex_state = 0}, + [1536] = {.lex_state = 27}, [1537] = {.lex_state = 0}, [1538] = {.lex_state = 33}, [1539] = {.lex_state = 0}, - [1540] = {.lex_state = 27}, - [1541] = {.lex_state = 0}, + [1540] = {.lex_state = 0}, + [1541] = {.lex_state = 33}, [1542] = {.lex_state = 0}, - [1543] = {.lex_state = 33}, + [1543] = {.lex_state = 27}, [1544] = {.lex_state = 0}, - [1545] = {.lex_state = 83}, - [1546] = {.lex_state = 19}, - [1547] = {.lex_state = 19}, - [1548] = {.lex_state = 83}, - [1549] = {.lex_state = 19}, - [1550] = {.lex_state = 33}, - [1551] = {.lex_state = 0}, - [1552] = {.lex_state = 0}, + [1545] = {.lex_state = 27}, + [1546] = {.lex_state = 33}, + [1547] = {.lex_state = 0}, + [1548] = {.lex_state = 19}, + [1549] = {.lex_state = 83}, + [1550] = {.lex_state = 0}, + [1551] = {.lex_state = 83}, + [1552] = {.lex_state = 27}, [1553] = {.lex_state = 33}, [1554] = {.lex_state = 0}, - [1555] = {.lex_state = 0}, + [1555] = {.lex_state = 33}, [1556] = {.lex_state = 0}, - [1557] = {.lex_state = 83}, + [1557] = {.lex_state = 0}, [1558] = {.lex_state = 0}, - [1559] = {.lex_state = 33}, - [1560] = {.lex_state = 0}, - [1561] = {.lex_state = 19}, - [1562] = {.lex_state = 0}, - [1563] = {.lex_state = 0}, - [1564] = {.lex_state = 33}, - [1565] = {.lex_state = 83}, - [1566] = {.lex_state = 27}, - [1567] = {.lex_state = 83}, - [1568] = {.lex_state = 33}, - [1569] = {.lex_state = 83}, + [1559] = {.lex_state = 0}, + [1560] = {.lex_state = 83}, + [1561] = {.lex_state = 27}, + [1562] = {.lex_state = 33}, + [1563] = {.lex_state = 27}, + [1564] = {.lex_state = 0}, + [1565] = {.lex_state = 0}, + [1566] = {.lex_state = 0}, + [1567] = {.lex_state = 33}, + [1568] = {.lex_state = 83}, + [1569] = {.lex_state = 0}, + [1570] = {.lex_state = 83}, + [1571] = {.lex_state = 33}, + [1572] = {.lex_state = 83}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { @@ -13232,71 +13334,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [1] = { - [sym_translation_unit] = STATE(1482), - [sym_preproc_include] = STATE(37), - [sym_preproc_def] = STATE(37), - [sym_preproc_function_def] = STATE(37), - [sym_preproc_call] = STATE(37), - [sym_preproc_if] = STATE(37), - [sym_preproc_ifdef] = STATE(37), - [sym_function_definition] = STATE(37), - [sym_declaration] = STATE(37), - [sym_type_definition] = STATE(37), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1044), - [sym_linkage_specification] = STATE(37), - [sym_attribute_specifier] = STATE(665), + [sym_translation_unit] = STATE(1485), + [sym_preproc_include] = STATE(42), + [sym_preproc_def] = STATE(42), + [sym_preproc_function_def] = STATE(42), + [sym_preproc_call] = STATE(42), + [sym_preproc_if] = STATE(42), + [sym_preproc_ifdef] = STATE(42), + [sym_function_definition] = STATE(42), + [sym_declaration] = STATE(42), + [sym_type_definition] = STATE(42), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1033), + [sym_linkage_specification] = STATE(42), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_ms_call_modifier] = STATE(663), - [sym_compound_statement] = STATE(37), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(875), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(37), - [sym_labeled_statement] = STATE(37), - [sym_expression_statement] = STATE(37), - [sym_if_statement] = STATE(37), - [sym_switch_statement] = STATE(37), - [sym_case_statement] = STATE(37), - [sym_while_statement] = STATE(37), - [sym_do_statement] = STATE(37), - [sym_for_statement] = STATE(37), - [sym_return_statement] = STATE(37), - [sym_break_statement] = STATE(37), - [sym_continue_statement] = STATE(37), - [sym_goto_statement] = STATE(37), - [sym__expression] = STATE(819), - [sym_comma_expression] = STATE(1472), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_ms_declspec_modifier] = STATE(669), + [sym_ms_call_modifier] = STATE(659), + [sym_compound_statement] = STATE(42), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(874), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(42), + [sym_labeled_statement] = STATE(42), + [sym_expression_statement] = STATE(42), + [sym_if_statement] = STATE(42), + [sym_switch_statement] = STATE(42), + [sym_case_statement] = STATE(42), + [sym_while_statement] = STATE(42), + [sym_do_statement] = STATE(42), + [sym_for_statement] = STATE(42), + [sym_return_statement] = STATE(42), + [sym_break_statement] = STATE(42), + [sym_continue_statement] = STATE(42), + [sym_goto_statement] = STATE(42), + [sym__expression] = STATE(789), + [sym_comma_expression] = STATE(1475), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym__empty_declaration] = STATE(37), - [sym_macro_type_specifier] = STATE(905), - [aux_sym_translation_unit_repeat1] = STATE(37), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(148), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym__empty_declaration] = STATE(42), + [sym_macro_type_specifier] = STATE(909), + [aux_sym_translation_unit_repeat1] = STATE(42), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(135), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), [ts_builtin_sym_end] = ACTIONS(5), [sym_identifier] = ACTIONS(7), [aux_sym_preproc_include_token1] = ACTIONS(9), @@ -13378,72 +13480,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [2] = { - [sym_preproc_include] = STATE(20), - [sym_preproc_def] = STATE(20), - [sym_preproc_function_def] = STATE(20), - [sym_preproc_call] = STATE(20), - [sym_preproc_if] = STATE(20), - [sym_preproc_ifdef] = STATE(20), - [sym_preproc_else] = STATE(1420), - [sym_preproc_elif] = STATE(1420), - [sym_function_definition] = STATE(20), - [sym_declaration] = STATE(20), - [sym_type_definition] = STATE(20), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1046), - [sym_linkage_specification] = STATE(20), - [sym_attribute_specifier] = STATE(665), + [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(1458), + [sym_preproc_elif] = STATE(1458), + [sym_function_definition] = STATE(17), + [sym_declaration] = STATE(17), + [sym_type_definition] = STATE(17), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1034), + [sym_linkage_specification] = STATE(17), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_ms_call_modifier] = STATE(660), - [sym_compound_statement] = STATE(20), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(873), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(20), - [sym_labeled_statement] = STATE(20), - [sym_expression_statement] = STATE(20), - [sym_if_statement] = STATE(20), - [sym_switch_statement] = STATE(20), - [sym_case_statement] = STATE(20), - [sym_while_statement] = STATE(20), - [sym_do_statement] = STATE(20), - [sym_for_statement] = STATE(20), - [sym_return_statement] = STATE(20), - [sym_break_statement] = STATE(20), - [sym_continue_statement] = STATE(20), - [sym_goto_statement] = STATE(20), - [sym__expression] = STATE(799), - [sym_comma_expression] = STATE(1450), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_ms_declspec_modifier] = STATE(669), + [sym_ms_call_modifier] = STATE(648), + [sym_compound_statement] = STATE(17), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(875), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(17), + [sym_labeled_statement] = STATE(17), + [sym_expression_statement] = STATE(17), + [sym_if_statement] = STATE(17), + [sym_switch_statement] = STATE(17), + [sym_case_statement] = STATE(17), + [sym_while_statement] = STATE(17), + [sym_do_statement] = STATE(17), + [sym_for_statement] = STATE(17), + [sym_return_statement] = STATE(17), + [sym_break_statement] = STATE(17), + [sym_continue_statement] = STATE(17), + [sym_goto_statement] = STATE(17), + [sym__expression] = STATE(772), + [sym_comma_expression] = STATE(1497), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym__empty_declaration] = STATE(20), - [sym_macro_type_specifier] = STATE(905), - [aux_sym_translation_unit_repeat1] = STATE(20), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym__empty_declaration] = STATE(17), + [sym_macro_type_specifier] = STATE(909), + [aux_sym_translation_unit_repeat1] = STATE(17), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(200), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), [sym_identifier] = ACTIONS(97), [aux_sym_preproc_include_token1] = ACTIONS(99), [aux_sym_preproc_def_token1] = ACTIONS(101), @@ -13527,72 +13629,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [3] = { - [sym_preproc_include] = STATE(20), - [sym_preproc_def] = STATE(20), - [sym_preproc_function_def] = STATE(20), - [sym_preproc_call] = STATE(20), - [sym_preproc_if] = STATE(20), - [sym_preproc_ifdef] = STATE(20), - [sym_preproc_else] = STATE(1498), - [sym_preproc_elif] = STATE(1498), - [sym_function_definition] = STATE(20), - [sym_declaration] = STATE(20), - [sym_type_definition] = STATE(20), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1046), - [sym_linkage_specification] = STATE(20), - [sym_attribute_specifier] = STATE(665), + [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(1499), + [sym_preproc_elif] = STATE(1499), + [sym_function_definition] = STATE(18), + [sym_declaration] = STATE(18), + [sym_type_definition] = STATE(18), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1034), + [sym_linkage_specification] = STATE(18), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_ms_call_modifier] = STATE(660), - [sym_compound_statement] = STATE(20), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(873), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(20), - [sym_labeled_statement] = STATE(20), - [sym_expression_statement] = STATE(20), - [sym_if_statement] = STATE(20), - [sym_switch_statement] = STATE(20), - [sym_case_statement] = STATE(20), - [sym_while_statement] = STATE(20), - [sym_do_statement] = STATE(20), - [sym_for_statement] = STATE(20), - [sym_return_statement] = STATE(20), - [sym_break_statement] = STATE(20), - [sym_continue_statement] = STATE(20), - [sym_goto_statement] = STATE(20), - [sym__expression] = STATE(799), - [sym_comma_expression] = STATE(1450), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_ms_declspec_modifier] = STATE(669), + [sym_ms_call_modifier] = STATE(648), + [sym_compound_statement] = STATE(18), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(875), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(18), + [sym_labeled_statement] = STATE(18), + [sym_expression_statement] = STATE(18), + [sym_if_statement] = STATE(18), + [sym_switch_statement] = STATE(18), + [sym_case_statement] = STATE(18), + [sym_while_statement] = STATE(18), + [sym_do_statement] = STATE(18), + [sym_for_statement] = STATE(18), + [sym_return_statement] = STATE(18), + [sym_break_statement] = STATE(18), + [sym_continue_statement] = STATE(18), + [sym_goto_statement] = STATE(18), + [sym__expression] = STATE(772), + [sym_comma_expression] = STATE(1497), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym__empty_declaration] = STATE(20), - [sym_macro_type_specifier] = STATE(905), - [aux_sym_translation_unit_repeat1] = STATE(20), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym__empty_declaration] = STATE(18), + [sym_macro_type_specifier] = STATE(909), + [aux_sym_translation_unit_repeat1] = STATE(18), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(200), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), [sym_identifier] = ACTIONS(97), [aux_sym_preproc_include_token1] = ACTIONS(99), [aux_sym_preproc_def_token1] = ACTIONS(101), @@ -13676,32 +13778,181 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [4] = { + [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(1368), + [sym_preproc_elif] = STATE(1368), + [sym_function_definition] = STATE(5), + [sym_declaration] = STATE(5), + [sym_type_definition] = STATE(5), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1034), + [sym_linkage_specification] = STATE(5), + [sym_attribute_specifier] = STATE(669), + [sym_attribute_declaration] = STATE(385), + [sym_ms_declspec_modifier] = STATE(669), + [sym_ms_call_modifier] = STATE(648), + [sym_compound_statement] = STATE(5), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(875), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(5), + [sym_labeled_statement] = STATE(5), + [sym_expression_statement] = STATE(5), + [sym_if_statement] = STATE(5), + [sym_switch_statement] = STATE(5), + [sym_case_statement] = STATE(5), + [sym_while_statement] = STATE(5), + [sym_do_statement] = STATE(5), + [sym_for_statement] = STATE(5), + [sym_return_statement] = STATE(5), + [sym_break_statement] = STATE(5), + [sym_continue_statement] = STATE(5), + [sym_goto_statement] = STATE(5), + [sym__expression] = STATE(772), + [sym_comma_expression] = STATE(1497), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), + [sym_pointer_expression] = STATE(636), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), + [sym_subscript_expression] = STATE(636), + [sym_call_expression] = STATE(636), + [sym_gnu_asm_expression] = STATE(635), + [sym_field_expression] = STATE(636), + [sym_compound_literal_expression] = STATE(635), + [sym_parenthesized_expression] = STATE(636), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym__empty_declaration] = STATE(5), + [sym_macro_type_specifier] = STATE(909), + [aux_sym_translation_unit_repeat1] = STATE(5), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(200), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), + [sym_identifier] = ACTIONS(97), + [aux_sym_preproc_include_token1] = ACTIONS(99), + [aux_sym_preproc_def_token1] = ACTIONS(101), + [aux_sym_preproc_if_token1] = ACTIONS(103), + [aux_sym_preproc_if_token2] = ACTIONS(147), + [aux_sym_preproc_ifdef_token1] = ACTIONS(107), + [aux_sym_preproc_ifdef_token2] = ACTIONS(107), + [aux_sym_preproc_else_token1] = ACTIONS(109), + [aux_sym_preproc_elif_token1] = ACTIONS(111), + [sym_preproc_directive] = ACTIONS(113), + [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(115), + [anon_sym_typedef] = ACTIONS(117), + [anon_sym_extern] = ACTIONS(119), + [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(121), + [anon_sym_static] = ACTIONS(43), + [anon_sym_auto] = ACTIONS(43), + [anon_sym_register] = ACTIONS(43), + [anon_sym_inline] = ACTIONS(43), + [anon_sym_const] = ACTIONS(45), + [anon_sym_volatile] = ACTIONS(45), + [anon_sym_restrict] = ACTIONS(45), + [anon_sym___restrict__] = ACTIONS(45), + [anon_sym__Atomic] = ACTIONS(45), + [anon_sym__Noreturn] = ACTIONS(45), + [anon_sym_signed] = ACTIONS(47), + [anon_sym_unsigned] = ACTIONS(47), + [anon_sym_long] = ACTIONS(47), + [anon_sym_short] = ACTIONS(47), + [sym_primitive_type] = ACTIONS(49), + [anon_sym_enum] = ACTIONS(51), + [anon_sym_struct] = ACTIONS(53), + [anon_sym_union] = ACTIONS(55), + [anon_sym_if] = ACTIONS(123), + [anon_sym_switch] = ACTIONS(125), + [anon_sym_case] = ACTIONS(127), + [anon_sym_default] = ACTIONS(129), + [anon_sym_while] = ACTIONS(131), + [anon_sym_do] = ACTIONS(133), + [anon_sym_for] = ACTIONS(135), + [anon_sym_return] = ACTIONS(137), + [anon_sym_break] = ACTIONS(139), + [anon_sym_continue] = ACTIONS(141), + [anon_sym_goto] = ACTIONS(143), + [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_sizeof] = ACTIONS(81), + [anon_sym_offsetof] = ACTIONS(83), + [anon_sym__Generic] = ACTIONS(85), + [anon_sym_asm] = ACTIONS(87), + [anon_sym___asm__] = ACTIONS(87), + [sym_number_literal] = ACTIONS(89), + [anon_sym_L_SQUOTE] = ACTIONS(91), + [anon_sym_u_SQUOTE] = ACTIONS(91), + [anon_sym_U_SQUOTE] = ACTIONS(91), + [anon_sym_u8_SQUOTE] = ACTIONS(91), + [anon_sym_SQUOTE] = ACTIONS(91), + [anon_sym_L_DQUOTE] = ACTIONS(93), + [anon_sym_u_DQUOTE] = ACTIONS(93), + [anon_sym_U_DQUOTE] = ACTIONS(93), + [anon_sym_u8_DQUOTE] = ACTIONS(93), + [anon_sym_DQUOTE] = ACTIONS(93), + [sym_true] = ACTIONS(95), + [sym_false] = ACTIONS(95), + [sym_null] = ACTIONS(95), + [sym_comment] = ACTIONS(3), + }, + [5] = { [sym_preproc_include] = STATE(20), [sym_preproc_def] = STATE(20), [sym_preproc_function_def] = STATE(20), [sym_preproc_call] = STATE(20), [sym_preproc_if] = STATE(20), [sym_preproc_ifdef] = STATE(20), - [sym_preproc_else] = STATE(1451), - [sym_preproc_elif] = STATE(1451), + [sym_preproc_else] = STATE(1377), + [sym_preproc_elif] = STATE(1377), [sym_function_definition] = STATE(20), [sym_declaration] = STATE(20), [sym_type_definition] = STATE(20), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1046), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1034), [sym_linkage_specification] = STATE(20), - [sym_attribute_specifier] = STATE(665), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_ms_call_modifier] = STATE(660), + [sym_ms_declspec_modifier] = STATE(669), + [sym_ms_call_modifier] = STATE(648), [sym_compound_statement] = STATE(20), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(873), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(875), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), [sym_attributed_statement] = STATE(20), [sym_labeled_statement] = STATE(20), [sym_expression_statement] = STATE(20), @@ -13715,38 +13966,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(20), [sym_continue_statement] = STATE(20), [sym_goto_statement] = STATE(20), - [sym__expression] = STATE(799), - [sym_comma_expression] = STATE(1450), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym__expression] = STATE(772), + [sym_comma_expression] = STATE(1497), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), [sym__empty_declaration] = STATE(20), - [sym_macro_type_specifier] = STATE(905), + [sym_macro_type_specifier] = STATE(909), [aux_sym_translation_unit_repeat1] = STATE(20), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(200), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), [sym_identifier] = ACTIONS(97), [aux_sym_preproc_include_token1] = ACTIONS(99), [aux_sym_preproc_def_token1] = ACTIONS(101), [aux_sym_preproc_if_token1] = ACTIONS(103), - [aux_sym_preproc_if_token2] = ACTIONS(147), + [aux_sym_preproc_if_token2] = ACTIONS(149), [aux_sym_preproc_ifdef_token1] = ACTIONS(107), [aux_sym_preproc_ifdef_token2] = ACTIONS(107), [aux_sym_preproc_else_token1] = ACTIONS(109), @@ -13824,78 +14075,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [5] = { - [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(1453), - [sym_preproc_elif] = STATE(1453), - [sym_function_definition] = STATE(17), - [sym_declaration] = STATE(17), - [sym_type_definition] = STATE(17), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1046), - [sym_linkage_specification] = STATE(17), - [sym_attribute_specifier] = STATE(665), + [6] = { + [sym_preproc_include] = STATE(20), + [sym_preproc_def] = STATE(20), + [sym_preproc_function_def] = STATE(20), + [sym_preproc_call] = STATE(20), + [sym_preproc_if] = STATE(20), + [sym_preproc_ifdef] = STATE(20), + [sym_preproc_else] = STATE(1402), + [sym_preproc_elif] = STATE(1402), + [sym_function_definition] = STATE(20), + [sym_declaration] = STATE(20), + [sym_type_definition] = STATE(20), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1034), + [sym_linkage_specification] = STATE(20), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_ms_call_modifier] = STATE(660), - [sym_compound_statement] = STATE(17), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(873), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(17), - [sym_labeled_statement] = STATE(17), - [sym_expression_statement] = STATE(17), - [sym_if_statement] = STATE(17), - [sym_switch_statement] = STATE(17), - [sym_case_statement] = STATE(17), - [sym_while_statement] = STATE(17), - [sym_do_statement] = STATE(17), - [sym_for_statement] = STATE(17), - [sym_return_statement] = STATE(17), - [sym_break_statement] = STATE(17), - [sym_continue_statement] = STATE(17), - [sym_goto_statement] = STATE(17), - [sym__expression] = STATE(799), - [sym_comma_expression] = STATE(1450), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_ms_declspec_modifier] = STATE(669), + [sym_ms_call_modifier] = STATE(648), + [sym_compound_statement] = STATE(20), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(875), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(20), + [sym_labeled_statement] = STATE(20), + [sym_expression_statement] = STATE(20), + [sym_if_statement] = STATE(20), + [sym_switch_statement] = STATE(20), + [sym_case_statement] = STATE(20), + [sym_while_statement] = STATE(20), + [sym_do_statement] = STATE(20), + [sym_for_statement] = STATE(20), + [sym_return_statement] = STATE(20), + [sym_break_statement] = STATE(20), + [sym_continue_statement] = STATE(20), + [sym_goto_statement] = STATE(20), + [sym__expression] = STATE(772), + [sym_comma_expression] = STATE(1497), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym__empty_declaration] = STATE(17), - [sym_macro_type_specifier] = STATE(905), - [aux_sym_translation_unit_repeat1] = STATE(17), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym__empty_declaration] = STATE(20), + [sym_macro_type_specifier] = STATE(909), + [aux_sym_translation_unit_repeat1] = STATE(20), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(200), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), [sym_identifier] = ACTIONS(97), [aux_sym_preproc_include_token1] = ACTIONS(99), [aux_sym_preproc_def_token1] = ACTIONS(101), [aux_sym_preproc_if_token1] = ACTIONS(103), - [aux_sym_preproc_if_token2] = ACTIONS(149), + [aux_sym_preproc_if_token2] = ACTIONS(151), [aux_sym_preproc_ifdef_token1] = ACTIONS(107), [aux_sym_preproc_ifdef_token2] = ACTIONS(107), [aux_sym_preproc_else_token1] = ACTIONS(109), @@ -13973,78 +14224,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [6] = { - [sym_preproc_include] = STATE(4), - [sym_preproc_def] = STATE(4), - [sym_preproc_function_def] = STATE(4), - [sym_preproc_call] = STATE(4), - [sym_preproc_if] = STATE(4), - [sym_preproc_ifdef] = STATE(4), - [sym_preproc_else] = STATE(1376), - [sym_preproc_elif] = STATE(1376), - [sym_function_definition] = STATE(4), - [sym_declaration] = STATE(4), - [sym_type_definition] = STATE(4), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1046), - [sym_linkage_specification] = STATE(4), - [sym_attribute_specifier] = STATE(665), + [7] = { + [sym_preproc_include] = STATE(20), + [sym_preproc_def] = STATE(20), + [sym_preproc_function_def] = STATE(20), + [sym_preproc_call] = STATE(20), + [sym_preproc_if] = STATE(20), + [sym_preproc_ifdef] = STATE(20), + [sym_preproc_else] = STATE(1370), + [sym_preproc_elif] = STATE(1370), + [sym_function_definition] = STATE(20), + [sym_declaration] = STATE(20), + [sym_type_definition] = STATE(20), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1034), + [sym_linkage_specification] = STATE(20), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_ms_call_modifier] = STATE(660), - [sym_compound_statement] = STATE(4), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(873), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(4), - [sym_labeled_statement] = STATE(4), - [sym_expression_statement] = STATE(4), - [sym_if_statement] = STATE(4), - [sym_switch_statement] = STATE(4), - [sym_case_statement] = STATE(4), - [sym_while_statement] = STATE(4), - [sym_do_statement] = STATE(4), - [sym_for_statement] = STATE(4), - [sym_return_statement] = STATE(4), - [sym_break_statement] = STATE(4), - [sym_continue_statement] = STATE(4), - [sym_goto_statement] = STATE(4), - [sym__expression] = STATE(799), - [sym_comma_expression] = STATE(1450), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_ms_declspec_modifier] = STATE(669), + [sym_ms_call_modifier] = STATE(648), + [sym_compound_statement] = STATE(20), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(875), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(20), + [sym_labeled_statement] = STATE(20), + [sym_expression_statement] = STATE(20), + [sym_if_statement] = STATE(20), + [sym_switch_statement] = STATE(20), + [sym_case_statement] = STATE(20), + [sym_while_statement] = STATE(20), + [sym_do_statement] = STATE(20), + [sym_for_statement] = STATE(20), + [sym_return_statement] = STATE(20), + [sym_break_statement] = STATE(20), + [sym_continue_statement] = STATE(20), + [sym_goto_statement] = STATE(20), + [sym__expression] = STATE(772), + [sym_comma_expression] = STATE(1497), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym__empty_declaration] = STATE(4), - [sym_macro_type_specifier] = STATE(905), - [aux_sym_translation_unit_repeat1] = STATE(4), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym__empty_declaration] = STATE(20), + [sym_macro_type_specifier] = STATE(909), + [aux_sym_translation_unit_repeat1] = STATE(20), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(200), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), [sym_identifier] = ACTIONS(97), [aux_sym_preproc_include_token1] = ACTIONS(99), [aux_sym_preproc_def_token1] = ACTIONS(101), [aux_sym_preproc_if_token1] = ACTIONS(103), - [aux_sym_preproc_if_token2] = ACTIONS(151), + [aux_sym_preproc_if_token2] = ACTIONS(153), [aux_sym_preproc_ifdef_token1] = ACTIONS(107), [aux_sym_preproc_ifdef_token2] = ACTIONS(107), [aux_sym_preproc_else_token1] = ACTIONS(109), @@ -14122,78 +14373,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [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_else] = STATE(1523), - [sym_preproc_elif] = STATE(1523), - [sym_function_definition] = STATE(3), - [sym_declaration] = STATE(3), - [sym_type_definition] = STATE(3), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1046), - [sym_linkage_specification] = STATE(3), - [sym_attribute_specifier] = STATE(665), + [8] = { + [sym_preproc_include] = STATE(7), + [sym_preproc_def] = STATE(7), + [sym_preproc_function_def] = STATE(7), + [sym_preproc_call] = STATE(7), + [sym_preproc_if] = STATE(7), + [sym_preproc_ifdef] = STATE(7), + [sym_preproc_else] = STATE(1386), + [sym_preproc_elif] = STATE(1386), + [sym_function_definition] = STATE(7), + [sym_declaration] = STATE(7), + [sym_type_definition] = STATE(7), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1034), + [sym_linkage_specification] = STATE(7), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_ms_call_modifier] = STATE(660), - [sym_compound_statement] = STATE(3), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(873), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [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__expression] = STATE(799), - [sym_comma_expression] = STATE(1450), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_ms_declspec_modifier] = STATE(669), + [sym_ms_call_modifier] = STATE(648), + [sym_compound_statement] = STATE(7), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(875), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(7), + [sym_labeled_statement] = STATE(7), + [sym_expression_statement] = STATE(7), + [sym_if_statement] = STATE(7), + [sym_switch_statement] = STATE(7), + [sym_case_statement] = STATE(7), + [sym_while_statement] = STATE(7), + [sym_do_statement] = STATE(7), + [sym_for_statement] = STATE(7), + [sym_return_statement] = STATE(7), + [sym_break_statement] = STATE(7), + [sym_continue_statement] = STATE(7), + [sym_goto_statement] = STATE(7), + [sym__expression] = STATE(772), + [sym_comma_expression] = STATE(1497), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym__empty_declaration] = STATE(3), - [sym_macro_type_specifier] = STATE(905), - [aux_sym_translation_unit_repeat1] = STATE(3), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym__empty_declaration] = STATE(7), + [sym_macro_type_specifier] = STATE(909), + [aux_sym_translation_unit_repeat1] = STATE(7), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(200), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), [sym_identifier] = ACTIONS(97), [aux_sym_preproc_include_token1] = ACTIONS(99), [aux_sym_preproc_def_token1] = ACTIONS(101), [aux_sym_preproc_if_token1] = ACTIONS(103), - [aux_sym_preproc_if_token2] = ACTIONS(153), + [aux_sym_preproc_if_token2] = ACTIONS(155), [aux_sym_preproc_ifdef_token1] = ACTIONS(107), [aux_sym_preproc_ifdef_token2] = ACTIONS(107), [aux_sym_preproc_else_token1] = ACTIONS(109), @@ -14271,78 +14522,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [8] = { - [sym_preproc_include] = STATE(16), - [sym_preproc_def] = STATE(16), - [sym_preproc_function_def] = STATE(16), - [sym_preproc_call] = STATE(16), - [sym_preproc_if] = STATE(16), - [sym_preproc_ifdef] = STATE(16), - [sym_preproc_else] = STATE(1566), - [sym_preproc_elif] = STATE(1566), - [sym_function_definition] = STATE(16), - [sym_declaration] = STATE(16), - [sym_type_definition] = STATE(16), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1046), - [sym_linkage_specification] = STATE(16), - [sym_attribute_specifier] = STATE(665), + [9] = { + [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(1532), + [sym_preproc_elif] = STATE(1532), + [sym_function_definition] = STATE(13), + [sym_declaration] = STATE(13), + [sym_type_definition] = STATE(13), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1034), + [sym_linkage_specification] = STATE(13), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_ms_call_modifier] = STATE(660), - [sym_compound_statement] = STATE(16), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(873), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(16), - [sym_labeled_statement] = STATE(16), - [sym_expression_statement] = STATE(16), - [sym_if_statement] = STATE(16), - [sym_switch_statement] = STATE(16), - [sym_case_statement] = STATE(16), - [sym_while_statement] = STATE(16), - [sym_do_statement] = STATE(16), - [sym_for_statement] = STATE(16), - [sym_return_statement] = STATE(16), - [sym_break_statement] = STATE(16), - [sym_continue_statement] = STATE(16), - [sym_goto_statement] = STATE(16), - [sym__expression] = STATE(799), - [sym_comma_expression] = STATE(1450), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_ms_declspec_modifier] = STATE(669), + [sym_ms_call_modifier] = STATE(648), + [sym_compound_statement] = STATE(13), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(875), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(13), + [sym_labeled_statement] = STATE(13), + [sym_expression_statement] = STATE(13), + [sym_if_statement] = STATE(13), + [sym_switch_statement] = STATE(13), + [sym_case_statement] = STATE(13), + [sym_while_statement] = STATE(13), + [sym_do_statement] = STATE(13), + [sym_for_statement] = STATE(13), + [sym_return_statement] = STATE(13), + [sym_break_statement] = STATE(13), + [sym_continue_statement] = STATE(13), + [sym_goto_statement] = STATE(13), + [sym__expression] = STATE(772), + [sym_comma_expression] = STATE(1497), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym__empty_declaration] = STATE(16), - [sym_macro_type_specifier] = STATE(905), - [aux_sym_translation_unit_repeat1] = STATE(16), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym__empty_declaration] = STATE(13), + [sym_macro_type_specifier] = STATE(909), + [aux_sym_translation_unit_repeat1] = STATE(13), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(200), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), [sym_identifier] = ACTIONS(97), [aux_sym_preproc_include_token1] = ACTIONS(99), [aux_sym_preproc_def_token1] = ACTIONS(101), [aux_sym_preproc_if_token1] = ACTIONS(103), - [aux_sym_preproc_if_token2] = ACTIONS(155), + [aux_sym_preproc_if_token2] = ACTIONS(157), [aux_sym_preproc_ifdef_token1] = ACTIONS(107), [aux_sym_preproc_ifdef_token2] = ACTIONS(107), [aux_sym_preproc_else_token1] = ACTIONS(109), @@ -14420,78 +14671,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [9] = { - [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(1503), - [sym_preproc_elif] = STATE(1503), - [sym_function_definition] = STATE(10), - [sym_declaration] = STATE(10), - [sym_type_definition] = STATE(10), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1046), - [sym_linkage_specification] = STATE(10), - [sym_attribute_specifier] = STATE(665), + [10] = { + [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(1384), + [sym_preproc_elif] = STATE(1384), + [sym_function_definition] = STATE(6), + [sym_declaration] = STATE(6), + [sym_type_definition] = STATE(6), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1034), + [sym_linkage_specification] = STATE(6), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_ms_call_modifier] = STATE(660), - [sym_compound_statement] = STATE(10), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(873), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(10), - [sym_labeled_statement] = STATE(10), - [sym_expression_statement] = STATE(10), - [sym_if_statement] = STATE(10), - [sym_switch_statement] = STATE(10), - [sym_case_statement] = STATE(10), - [sym_while_statement] = STATE(10), - [sym_do_statement] = STATE(10), - [sym_for_statement] = STATE(10), - [sym_return_statement] = STATE(10), - [sym_break_statement] = STATE(10), - [sym_continue_statement] = STATE(10), - [sym_goto_statement] = STATE(10), - [sym__expression] = STATE(799), - [sym_comma_expression] = STATE(1450), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_ms_declspec_modifier] = STATE(669), + [sym_ms_call_modifier] = STATE(648), + [sym_compound_statement] = STATE(6), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(875), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(6), + [sym_labeled_statement] = STATE(6), + [sym_expression_statement] = STATE(6), + [sym_if_statement] = STATE(6), + [sym_switch_statement] = STATE(6), + [sym_case_statement] = STATE(6), + [sym_while_statement] = STATE(6), + [sym_do_statement] = STATE(6), + [sym_for_statement] = STATE(6), + [sym_return_statement] = STATE(6), + [sym_break_statement] = STATE(6), + [sym_continue_statement] = STATE(6), + [sym_goto_statement] = STATE(6), + [sym__expression] = STATE(772), + [sym_comma_expression] = STATE(1497), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym__empty_declaration] = STATE(10), - [sym_macro_type_specifier] = STATE(905), - [aux_sym_translation_unit_repeat1] = STATE(10), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym__empty_declaration] = STATE(6), + [sym_macro_type_specifier] = STATE(909), + [aux_sym_translation_unit_repeat1] = STATE(6), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(200), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), [sym_identifier] = ACTIONS(97), [aux_sym_preproc_include_token1] = ACTIONS(99), [aux_sym_preproc_def_token1] = ACTIONS(101), [aux_sym_preproc_if_token1] = ACTIONS(103), - [aux_sym_preproc_if_token2] = ACTIONS(157), + [aux_sym_preproc_if_token2] = ACTIONS(159), [aux_sym_preproc_ifdef_token1] = ACTIONS(107), [aux_sym_preproc_ifdef_token2] = ACTIONS(107), [aux_sym_preproc_else_token1] = ACTIONS(109), @@ -14569,78 +14820,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [10] = { - [sym_preproc_include] = STATE(20), - [sym_preproc_def] = STATE(20), - [sym_preproc_function_def] = STATE(20), - [sym_preproc_call] = STATE(20), - [sym_preproc_if] = STATE(20), - [sym_preproc_ifdef] = STATE(20), - [sym_preproc_else] = STATE(1490), - [sym_preproc_elif] = STATE(1490), - [sym_function_definition] = STATE(20), - [sym_declaration] = STATE(20), - [sym_type_definition] = STATE(20), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1046), - [sym_linkage_specification] = STATE(20), - [sym_attribute_specifier] = STATE(665), + [11] = { + [sym_preproc_include] = STATE(16), + [sym_preproc_def] = STATE(16), + [sym_preproc_function_def] = STATE(16), + [sym_preproc_call] = STATE(16), + [sym_preproc_if] = STATE(16), + [sym_preproc_ifdef] = STATE(16), + [sym_preproc_else] = STATE(1521), + [sym_preproc_elif] = STATE(1521), + [sym_function_definition] = STATE(16), + [sym_declaration] = STATE(16), + [sym_type_definition] = STATE(16), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1034), + [sym_linkage_specification] = STATE(16), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_ms_call_modifier] = STATE(660), - [sym_compound_statement] = STATE(20), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(873), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(20), - [sym_labeled_statement] = STATE(20), - [sym_expression_statement] = STATE(20), - [sym_if_statement] = STATE(20), - [sym_switch_statement] = STATE(20), - [sym_case_statement] = STATE(20), - [sym_while_statement] = STATE(20), - [sym_do_statement] = STATE(20), - [sym_for_statement] = STATE(20), - [sym_return_statement] = STATE(20), - [sym_break_statement] = STATE(20), - [sym_continue_statement] = STATE(20), - [sym_goto_statement] = STATE(20), - [sym__expression] = STATE(799), - [sym_comma_expression] = STATE(1450), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_ms_declspec_modifier] = STATE(669), + [sym_ms_call_modifier] = STATE(648), + [sym_compound_statement] = STATE(16), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(875), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(16), + [sym_labeled_statement] = STATE(16), + [sym_expression_statement] = STATE(16), + [sym_if_statement] = STATE(16), + [sym_switch_statement] = STATE(16), + [sym_case_statement] = STATE(16), + [sym_while_statement] = STATE(16), + [sym_do_statement] = STATE(16), + [sym_for_statement] = STATE(16), + [sym_return_statement] = STATE(16), + [sym_break_statement] = STATE(16), + [sym_continue_statement] = STATE(16), + [sym_goto_statement] = STATE(16), + [sym__expression] = STATE(772), + [sym_comma_expression] = STATE(1497), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym__empty_declaration] = STATE(20), - [sym_macro_type_specifier] = STATE(905), - [aux_sym_translation_unit_repeat1] = STATE(20), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym__empty_declaration] = STATE(16), + [sym_macro_type_specifier] = STATE(909), + [aux_sym_translation_unit_repeat1] = STATE(16), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(200), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), [sym_identifier] = ACTIONS(97), [aux_sym_preproc_include_token1] = ACTIONS(99), [aux_sym_preproc_def_token1] = ACTIONS(101), [aux_sym_preproc_if_token1] = ACTIONS(103), - [aux_sym_preproc_if_token2] = ACTIONS(159), + [aux_sym_preproc_if_token2] = ACTIONS(161), [aux_sym_preproc_ifdef_token1] = ACTIONS(107), [aux_sym_preproc_ifdef_token2] = ACTIONS(107), [aux_sym_preproc_else_token1] = ACTIONS(109), @@ -14718,33 +14969,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [11] = { + [12] = { [sym_preproc_include] = STATE(20), [sym_preproc_def] = STATE(20), [sym_preproc_function_def] = STATE(20), [sym_preproc_call] = STATE(20), [sym_preproc_if] = STATE(20), [sym_preproc_ifdef] = STATE(20), - [sym_preproc_else] = STATE(1429), - [sym_preproc_elif] = STATE(1429), + [sym_preproc_else] = STATE(1433), + [sym_preproc_elif] = STATE(1433), [sym_function_definition] = STATE(20), [sym_declaration] = STATE(20), [sym_type_definition] = STATE(20), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1046), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1034), [sym_linkage_specification] = STATE(20), - [sym_attribute_specifier] = STATE(665), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_ms_call_modifier] = STATE(660), + [sym_ms_declspec_modifier] = STATE(669), + [sym_ms_call_modifier] = STATE(648), [sym_compound_statement] = STATE(20), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(873), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(875), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), [sym_attributed_statement] = STATE(20), [sym_labeled_statement] = STATE(20), [sym_expression_statement] = STATE(20), @@ -14758,38 +15009,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(20), [sym_continue_statement] = STATE(20), [sym_goto_statement] = STATE(20), - [sym__expression] = STATE(799), - [sym_comma_expression] = STATE(1450), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym__expression] = STATE(772), + [sym_comma_expression] = STATE(1497), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), [sym__empty_declaration] = STATE(20), - [sym_macro_type_specifier] = STATE(905), + [sym_macro_type_specifier] = STATE(909), [aux_sym_translation_unit_repeat1] = STATE(20), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(200), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), [sym_identifier] = ACTIONS(97), [aux_sym_preproc_include_token1] = ACTIONS(99), [aux_sym_preproc_def_token1] = ACTIONS(101), [aux_sym_preproc_if_token1] = ACTIONS(103), - [aux_sym_preproc_if_token2] = ACTIONS(161), + [aux_sym_preproc_if_token2] = ACTIONS(163), [aux_sym_preproc_ifdef_token1] = ACTIONS(107), [aux_sym_preproc_ifdef_token2] = ACTIONS(107), [aux_sym_preproc_else_token1] = ACTIONS(109), @@ -14867,33 +15118,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [12] = { + [13] = { [sym_preproc_include] = STATE(20), [sym_preproc_def] = STATE(20), [sym_preproc_function_def] = STATE(20), [sym_preproc_call] = STATE(20), [sym_preproc_if] = STATE(20), [sym_preproc_ifdef] = STATE(20), - [sym_preproc_else] = STATE(1374), - [sym_preproc_elif] = STATE(1374), + [sym_preproc_else] = STATE(1526), + [sym_preproc_elif] = STATE(1526), [sym_function_definition] = STATE(20), [sym_declaration] = STATE(20), [sym_type_definition] = STATE(20), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1046), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1034), [sym_linkage_specification] = STATE(20), - [sym_attribute_specifier] = STATE(665), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_ms_call_modifier] = STATE(660), + [sym_ms_declspec_modifier] = STATE(669), + [sym_ms_call_modifier] = STATE(648), [sym_compound_statement] = STATE(20), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(873), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(875), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), [sym_attributed_statement] = STATE(20), [sym_labeled_statement] = STATE(20), [sym_expression_statement] = STATE(20), @@ -14907,182 +15158,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(20), [sym_continue_statement] = STATE(20), [sym_goto_statement] = STATE(20), - [sym__expression] = STATE(799), - [sym_comma_expression] = STATE(1450), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym__expression] = STATE(772), + [sym_comma_expression] = STATE(1497), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), [sym__empty_declaration] = STATE(20), - [sym_macro_type_specifier] = STATE(905), + [sym_macro_type_specifier] = STATE(909), [aux_sym_translation_unit_repeat1] = STATE(20), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), - [sym_identifier] = ACTIONS(97), - [aux_sym_preproc_include_token1] = ACTIONS(99), - [aux_sym_preproc_def_token1] = ACTIONS(101), - [aux_sym_preproc_if_token1] = ACTIONS(103), - [aux_sym_preproc_if_token2] = ACTIONS(163), - [aux_sym_preproc_ifdef_token1] = ACTIONS(107), - [aux_sym_preproc_ifdef_token2] = ACTIONS(107), - [aux_sym_preproc_else_token1] = ACTIONS(109), - [aux_sym_preproc_elif_token1] = ACTIONS(111), - [sym_preproc_directive] = ACTIONS(113), - [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(115), - [anon_sym_typedef] = ACTIONS(117), - [anon_sym_extern] = ACTIONS(119), - [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(121), - [anon_sym_static] = ACTIONS(43), - [anon_sym_auto] = ACTIONS(43), - [anon_sym_register] = ACTIONS(43), - [anon_sym_inline] = ACTIONS(43), - [anon_sym_const] = ACTIONS(45), - [anon_sym_volatile] = ACTIONS(45), - [anon_sym_restrict] = ACTIONS(45), - [anon_sym___restrict__] = ACTIONS(45), - [anon_sym__Atomic] = ACTIONS(45), - [anon_sym__Noreturn] = ACTIONS(45), - [anon_sym_signed] = ACTIONS(47), - [anon_sym_unsigned] = ACTIONS(47), - [anon_sym_long] = ACTIONS(47), - [anon_sym_short] = ACTIONS(47), - [sym_primitive_type] = ACTIONS(49), - [anon_sym_enum] = ACTIONS(51), - [anon_sym_struct] = ACTIONS(53), - [anon_sym_union] = ACTIONS(55), - [anon_sym_if] = ACTIONS(123), - [anon_sym_switch] = ACTIONS(125), - [anon_sym_case] = ACTIONS(127), - [anon_sym_default] = ACTIONS(129), - [anon_sym_while] = ACTIONS(131), - [anon_sym_do] = ACTIONS(133), - [anon_sym_for] = ACTIONS(135), - [anon_sym_return] = ACTIONS(137), - [anon_sym_break] = ACTIONS(139), - [anon_sym_continue] = ACTIONS(141), - [anon_sym_goto] = ACTIONS(143), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_sizeof] = ACTIONS(81), - [anon_sym_offsetof] = ACTIONS(83), - [anon_sym__Generic] = ACTIONS(85), - [anon_sym_asm] = ACTIONS(87), - [anon_sym___asm__] = ACTIONS(87), - [sym_number_literal] = ACTIONS(89), - [anon_sym_L_SQUOTE] = ACTIONS(91), - [anon_sym_u_SQUOTE] = ACTIONS(91), - [anon_sym_U_SQUOTE] = ACTIONS(91), - [anon_sym_u8_SQUOTE] = ACTIONS(91), - [anon_sym_SQUOTE] = ACTIONS(91), - [anon_sym_L_DQUOTE] = ACTIONS(93), - [anon_sym_u_DQUOTE] = ACTIONS(93), - [anon_sym_U_DQUOTE] = ACTIONS(93), - [anon_sym_u8_DQUOTE] = ACTIONS(93), - [anon_sym_DQUOTE] = ACTIONS(93), - [sym_true] = ACTIONS(95), - [sym_false] = ACTIONS(95), - [sym_null] = ACTIONS(95), - [sym_comment] = ACTIONS(3), - }, - [13] = { - [sym_preproc_include] = STATE(2), - [sym_preproc_def] = STATE(2), - [sym_preproc_function_def] = STATE(2), - [sym_preproc_call] = STATE(2), - [sym_preproc_if] = STATE(2), - [sym_preproc_ifdef] = STATE(2), - [sym_preproc_else] = STATE(1431), - [sym_preproc_elif] = STATE(1431), - [sym_function_definition] = STATE(2), - [sym_declaration] = STATE(2), - [sym_type_definition] = STATE(2), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1046), - [sym_linkage_specification] = STATE(2), - [sym_attribute_specifier] = STATE(665), - [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_ms_call_modifier] = STATE(660), - [sym_compound_statement] = STATE(2), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(873), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(2), - [sym_labeled_statement] = STATE(2), - [sym_expression_statement] = STATE(2), - [sym_if_statement] = STATE(2), - [sym_switch_statement] = STATE(2), - [sym_case_statement] = STATE(2), - [sym_while_statement] = STATE(2), - [sym_do_statement] = STATE(2), - [sym_for_statement] = STATE(2), - [sym_return_statement] = STATE(2), - [sym_break_statement] = STATE(2), - [sym_continue_statement] = STATE(2), - [sym_goto_statement] = STATE(2), - [sym__expression] = STATE(799), - [sym_comma_expression] = STATE(1450), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), - [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), - [sym_subscript_expression] = STATE(636), - [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), - [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), - [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym__empty_declaration] = STATE(2), - [sym_macro_type_specifier] = STATE(905), - [aux_sym_translation_unit_repeat1] = STATE(2), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(200), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), [sym_identifier] = ACTIONS(97), [aux_sym_preproc_include_token1] = ACTIONS(99), [aux_sym_preproc_def_token1] = ACTIONS(101), @@ -15172,26 +15274,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_call] = STATE(20), [sym_preproc_if] = STATE(20), [sym_preproc_ifdef] = STATE(20), - [sym_preproc_else] = STATE(1367), - [sym_preproc_elif] = STATE(1367), + [sym_preproc_else] = STATE(1448), + [sym_preproc_elif] = STATE(1448), [sym_function_definition] = STATE(20), [sym_declaration] = STATE(20), [sym_type_definition] = STATE(20), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1046), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1034), [sym_linkage_specification] = STATE(20), - [sym_attribute_specifier] = STATE(665), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_ms_call_modifier] = STATE(660), + [sym_ms_declspec_modifier] = STATE(669), + [sym_ms_call_modifier] = STATE(648), [sym_compound_statement] = STATE(20), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(873), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(875), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), [sym_attributed_statement] = STATE(20), [sym_labeled_statement] = STATE(20), [sym_expression_statement] = STATE(20), @@ -15205,33 +15307,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(20), [sym_continue_statement] = STATE(20), [sym_goto_statement] = STATE(20), - [sym__expression] = STATE(799), - [sym_comma_expression] = STATE(1450), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym__expression] = STATE(772), + [sym_comma_expression] = STATE(1497), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), [sym__empty_declaration] = STATE(20), - [sym_macro_type_specifier] = STATE(905), + [sym_macro_type_specifier] = STATE(909), [aux_sym_translation_unit_repeat1] = STATE(20), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(200), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), [sym_identifier] = ACTIONS(97), [aux_sym_preproc_include_token1] = ACTIONS(99), [aux_sym_preproc_def_token1] = ACTIONS(101), @@ -15315,72 +15417,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [15] = { - [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(1437), - [sym_preproc_elif] = STATE(1437), - [sym_function_definition] = STATE(11), - [sym_declaration] = STATE(11), - [sym_type_definition] = STATE(11), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1046), - [sym_linkage_specification] = STATE(11), - [sym_attribute_specifier] = STATE(665), + [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(1449), + [sym_preproc_elif] = STATE(1449), + [sym_function_definition] = STATE(12), + [sym_declaration] = STATE(12), + [sym_type_definition] = STATE(12), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1034), + [sym_linkage_specification] = STATE(12), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_ms_call_modifier] = STATE(660), - [sym_compound_statement] = STATE(11), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(873), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(11), - [sym_labeled_statement] = STATE(11), - [sym_expression_statement] = STATE(11), - [sym_if_statement] = STATE(11), - [sym_switch_statement] = STATE(11), - [sym_case_statement] = STATE(11), - [sym_while_statement] = STATE(11), - [sym_do_statement] = STATE(11), - [sym_for_statement] = STATE(11), - [sym_return_statement] = STATE(11), - [sym_break_statement] = STATE(11), - [sym_continue_statement] = STATE(11), - [sym_goto_statement] = STATE(11), - [sym__expression] = STATE(799), - [sym_comma_expression] = STATE(1450), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_ms_declspec_modifier] = STATE(669), + [sym_ms_call_modifier] = STATE(648), + [sym_compound_statement] = STATE(12), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(875), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(12), + [sym_labeled_statement] = STATE(12), + [sym_expression_statement] = STATE(12), + [sym_if_statement] = STATE(12), + [sym_switch_statement] = STATE(12), + [sym_case_statement] = STATE(12), + [sym_while_statement] = STATE(12), + [sym_do_statement] = STATE(12), + [sym_for_statement] = STATE(12), + [sym_return_statement] = STATE(12), + [sym_break_statement] = STATE(12), + [sym_continue_statement] = STATE(12), + [sym_goto_statement] = STATE(12), + [sym__expression] = STATE(772), + [sym_comma_expression] = STATE(1497), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym__empty_declaration] = STATE(11), - [sym_macro_type_specifier] = STATE(905), - [aux_sym_translation_unit_repeat1] = STATE(11), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym__empty_declaration] = STATE(12), + [sym_macro_type_specifier] = STATE(909), + [aux_sym_translation_unit_repeat1] = STATE(12), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(200), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), [sym_identifier] = ACTIONS(97), [aux_sym_preproc_include_token1] = ACTIONS(99), [aux_sym_preproc_def_token1] = ACTIONS(101), @@ -15470,26 +15572,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_call] = STATE(20), [sym_preproc_if] = STATE(20), [sym_preproc_ifdef] = STATE(20), - [sym_preproc_else] = STATE(1480), - [sym_preproc_elif] = STATE(1480), + [sym_preproc_else] = STATE(1552), + [sym_preproc_elif] = STATE(1552), [sym_function_definition] = STATE(20), [sym_declaration] = STATE(20), [sym_type_definition] = STATE(20), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1046), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1034), [sym_linkage_specification] = STATE(20), - [sym_attribute_specifier] = STATE(665), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_ms_call_modifier] = STATE(660), + [sym_ms_declspec_modifier] = STATE(669), + [sym_ms_call_modifier] = STATE(648), [sym_compound_statement] = STATE(20), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(873), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(875), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), [sym_attributed_statement] = STATE(20), [sym_labeled_statement] = STATE(20), [sym_expression_statement] = STATE(20), @@ -15503,33 +15605,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(20), [sym_continue_statement] = STATE(20), [sym_goto_statement] = STATE(20), - [sym__expression] = STATE(799), - [sym_comma_expression] = STATE(1450), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym__expression] = STATE(772), + [sym_comma_expression] = STATE(1497), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), [sym__empty_declaration] = STATE(20), - [sym_macro_type_specifier] = STATE(905), + [sym_macro_type_specifier] = STATE(909), [aux_sym_translation_unit_repeat1] = STATE(20), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(200), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), [sym_identifier] = ACTIONS(97), [aux_sym_preproc_include_token1] = ACTIONS(99), [aux_sym_preproc_def_token1] = ACTIONS(101), @@ -15619,26 +15721,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_call] = STATE(20), [sym_preproc_if] = STATE(20), [sym_preproc_ifdef] = STATE(20), - [sym_preproc_else] = STATE(1531), - [sym_preproc_elif] = STATE(1531), + [sym_preproc_else] = STATE(1492), + [sym_preproc_elif] = STATE(1492), [sym_function_definition] = STATE(20), [sym_declaration] = STATE(20), [sym_type_definition] = STATE(20), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1046), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1034), [sym_linkage_specification] = STATE(20), - [sym_attribute_specifier] = STATE(665), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_ms_call_modifier] = STATE(660), + [sym_ms_declspec_modifier] = STATE(669), + [sym_ms_call_modifier] = STATE(648), [sym_compound_statement] = STATE(20), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(873), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(875), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), [sym_attributed_statement] = STATE(20), [sym_labeled_statement] = STATE(20), [sym_expression_statement] = STATE(20), @@ -15652,33 +15754,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(20), [sym_continue_statement] = STATE(20), [sym_goto_statement] = STATE(20), - [sym__expression] = STATE(799), - [sym_comma_expression] = STATE(1450), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym__expression] = STATE(772), + [sym_comma_expression] = STATE(1497), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), [sym__empty_declaration] = STATE(20), - [sym_macro_type_specifier] = STATE(905), + [sym_macro_type_specifier] = STATE(909), [aux_sym_translation_unit_repeat1] = STATE(20), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(200), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), [sym_identifier] = ACTIONS(97), [aux_sym_preproc_include_token1] = ACTIONS(99), [aux_sym_preproc_def_token1] = ACTIONS(101), @@ -15762,72 +15864,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [18] = { - [sym_preproc_include] = STATE(12), - [sym_preproc_def] = STATE(12), - [sym_preproc_function_def] = STATE(12), - [sym_preproc_call] = STATE(12), - [sym_preproc_if] = STATE(12), - [sym_preproc_ifdef] = STATE(12), - [sym_preproc_else] = STATE(1365), - [sym_preproc_elif] = STATE(1365), - [sym_function_definition] = STATE(12), - [sym_declaration] = STATE(12), - [sym_type_definition] = STATE(12), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1046), - [sym_linkage_specification] = STATE(12), - [sym_attribute_specifier] = STATE(665), + [sym_preproc_include] = STATE(20), + [sym_preproc_def] = STATE(20), + [sym_preproc_function_def] = STATE(20), + [sym_preproc_call] = STATE(20), + [sym_preproc_if] = STATE(20), + [sym_preproc_ifdef] = STATE(20), + [sym_preproc_else] = STATE(1393), + [sym_preproc_elif] = STATE(1393), + [sym_function_definition] = STATE(20), + [sym_declaration] = STATE(20), + [sym_type_definition] = STATE(20), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1034), + [sym_linkage_specification] = STATE(20), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_ms_call_modifier] = STATE(660), - [sym_compound_statement] = STATE(12), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(873), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(12), - [sym_labeled_statement] = STATE(12), - [sym_expression_statement] = STATE(12), - [sym_if_statement] = STATE(12), - [sym_switch_statement] = STATE(12), - [sym_case_statement] = STATE(12), - [sym_while_statement] = STATE(12), - [sym_do_statement] = STATE(12), - [sym_for_statement] = STATE(12), - [sym_return_statement] = STATE(12), - [sym_break_statement] = STATE(12), - [sym_continue_statement] = STATE(12), - [sym_goto_statement] = STATE(12), - [sym__expression] = STATE(799), - [sym_comma_expression] = STATE(1450), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_ms_declspec_modifier] = STATE(669), + [sym_ms_call_modifier] = STATE(648), + [sym_compound_statement] = STATE(20), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(875), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(20), + [sym_labeled_statement] = STATE(20), + [sym_expression_statement] = STATE(20), + [sym_if_statement] = STATE(20), + [sym_switch_statement] = STATE(20), + [sym_case_statement] = STATE(20), + [sym_while_statement] = STATE(20), + [sym_do_statement] = STATE(20), + [sym_for_statement] = STATE(20), + [sym_return_statement] = STATE(20), + [sym_break_statement] = STATE(20), + [sym_continue_statement] = STATE(20), + [sym_goto_statement] = STATE(20), + [sym__expression] = STATE(772), + [sym_comma_expression] = STATE(1497), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym__empty_declaration] = STATE(12), - [sym_macro_type_specifier] = STATE(905), - [aux_sym_translation_unit_repeat1] = STATE(12), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym__empty_declaration] = STATE(20), + [sym_macro_type_specifier] = STATE(909), + [aux_sym_translation_unit_repeat1] = STATE(20), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(200), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), [sym_identifier] = ACTIONS(97), [aux_sym_preproc_include_token1] = ACTIONS(99), [aux_sym_preproc_def_token1] = ACTIONS(101), @@ -15917,26 +16019,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_call] = STATE(14), [sym_preproc_if] = STATE(14), [sym_preproc_ifdef] = STATE(14), - [sym_preproc_else] = STATE(1366), - [sym_preproc_elif] = STATE(1366), + [sym_preproc_else] = STATE(1463), + [sym_preproc_elif] = STATE(1463), [sym_function_definition] = STATE(14), [sym_declaration] = STATE(14), [sym_type_definition] = STATE(14), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1046), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1034), [sym_linkage_specification] = STATE(14), - [sym_attribute_specifier] = STATE(665), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_ms_call_modifier] = STATE(660), + [sym_ms_declspec_modifier] = STATE(669), + [sym_ms_call_modifier] = STATE(648), [sym_compound_statement] = STATE(14), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(873), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(875), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), [sym_attributed_statement] = STATE(14), [sym_labeled_statement] = STATE(14), [sym_expression_statement] = STATE(14), @@ -15950,33 +16052,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(14), [sym_continue_statement] = STATE(14), [sym_goto_statement] = STATE(14), - [sym__expression] = STATE(799), - [sym_comma_expression] = STATE(1450), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym__expression] = STATE(772), + [sym_comma_expression] = STATE(1497), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), [sym__empty_declaration] = STATE(14), - [sym_macro_type_specifier] = STATE(905), + [sym_macro_type_specifier] = STATE(909), [aux_sym_translation_unit_repeat1] = STATE(14), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(200), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), [sym_identifier] = ACTIONS(97), [aux_sym_preproc_include_token1] = ACTIONS(99), [aux_sym_preproc_def_token1] = ACTIONS(101), @@ -16069,21 +16171,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_function_definition] = STATE(20), [sym_declaration] = STATE(20), [sym_type_definition] = STATE(20), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1046), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1034), [sym_linkage_specification] = STATE(20), - [sym_attribute_specifier] = STATE(665), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_ms_call_modifier] = STATE(660), + [sym_ms_declspec_modifier] = STATE(669), + [sym_ms_call_modifier] = STATE(648), [sym_compound_statement] = STATE(20), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(873), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(875), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), [sym_attributed_statement] = STATE(20), [sym_labeled_statement] = STATE(20), [sym_expression_statement] = STATE(20), @@ -16097,33 +16199,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(20), [sym_continue_statement] = STATE(20), [sym_goto_statement] = STATE(20), - [sym__expression] = STATE(799), - [sym_comma_expression] = STATE(1450), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym__expression] = STATE(772), + [sym_comma_expression] = STATE(1497), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), [sym__empty_declaration] = STATE(20), - [sym_macro_type_specifier] = STATE(905), + [sym_macro_type_specifier] = STATE(909), [aux_sym_translation_unit_repeat1] = STATE(20), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(200), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), [sym_identifier] = ACTIONS(179), [aux_sym_preproc_include_token1] = ACTIONS(182), [aux_sym_preproc_def_token1] = ACTIONS(185), @@ -16207,70 +16309,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [21] = { - [sym_preproc_include] = STATE(24), - [sym_preproc_def] = STATE(24), - [sym_preproc_function_def] = STATE(24), - [sym_preproc_call] = STATE(24), - [sym_preproc_if] = STATE(24), - [sym_preproc_ifdef] = STATE(24), - [sym_function_definition] = STATE(24), - [sym_declaration] = STATE(24), - [sym_type_definition] = STATE(24), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1039), - [sym_linkage_specification] = STATE(24), - [sym_attribute_specifier] = STATE(665), + [sym_preproc_include] = STATE(40), + [sym_preproc_def] = STATE(40), + [sym_preproc_function_def] = STATE(40), + [sym_preproc_call] = STATE(40), + [sym_preproc_if] = STATE(40), + [sym_preproc_ifdef] = STATE(40), + [sym_function_definition] = STATE(40), + [sym_declaration] = STATE(40), + [sym_type_definition] = STATE(40), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1036), + [sym_linkage_specification] = STATE(40), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_ms_call_modifier] = STATE(661), - [sym_compound_statement] = STATE(24), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(872), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(24), - [sym_labeled_statement] = STATE(24), - [sym_expression_statement] = STATE(24), - [sym_if_statement] = STATE(24), - [sym_switch_statement] = STATE(24), - [sym_case_statement] = STATE(24), - [sym_while_statement] = STATE(24), - [sym_do_statement] = STATE(24), - [sym_for_statement] = STATE(24), - [sym_return_statement] = STATE(24), - [sym_break_statement] = STATE(24), - [sym_continue_statement] = STATE(24), - [sym_goto_statement] = STATE(24), - [sym__expression] = STATE(772), - [sym_comma_expression] = STATE(1551), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_ms_declspec_modifier] = STATE(669), + [sym_ms_call_modifier] = STATE(644), + [sym_compound_statement] = STATE(40), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(873), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(40), + [sym_labeled_statement] = STATE(40), + [sym_expression_statement] = STATE(40), + [sym_if_statement] = STATE(40), + [sym_switch_statement] = STATE(40), + [sym_case_statement] = STATE(40), + [sym_while_statement] = STATE(40), + [sym_do_statement] = STATE(40), + [sym_for_statement] = STATE(40), + [sym_return_statement] = STATE(40), + [sym_break_statement] = STATE(40), + [sym_continue_statement] = STATE(40), + [sym_goto_statement] = STATE(40), + [sym__expression] = STATE(822), + [sym_comma_expression] = STATE(1443), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym__empty_declaration] = STATE(24), - [sym_macro_type_specifier] = STATE(905), - [aux_sym_translation_unit_repeat1] = STATE(24), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(195), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym__empty_declaration] = STATE(40), + [sym_macro_type_specifier] = STATE(909), + [aux_sym_translation_unit_repeat1] = STATE(40), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(131), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), [sym_identifier] = ACTIONS(316), [aux_sym_preproc_include_token1] = ACTIONS(318), [aux_sym_preproc_def_token1] = ACTIONS(320), @@ -16352,77 +16454,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [22] = { - [sym_preproc_include] = STATE(40), - [sym_preproc_def] = STATE(40), - [sym_preproc_function_def] = STATE(40), - [sym_preproc_call] = STATE(40), - [sym_preproc_if] = STATE(40), - [sym_preproc_ifdef] = STATE(40), - [sym_function_definition] = STATE(40), - [sym_declaration] = STATE(40), - [sym_type_definition] = STATE(40), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1039), - [sym_linkage_specification] = STATE(40), - [sym_attribute_specifier] = STATE(665), + [sym_preproc_include] = STATE(37), + [sym_preproc_def] = STATE(37), + [sym_preproc_function_def] = STATE(37), + [sym_preproc_call] = STATE(37), + [sym_preproc_if] = STATE(37), + [sym_preproc_ifdef] = STATE(37), + [sym_function_definition] = STATE(37), + [sym_declaration] = STATE(37), + [sym_type_definition] = STATE(37), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1031), + [sym_linkage_specification] = STATE(37), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_ms_call_modifier] = STATE(661), - [sym_compound_statement] = STATE(40), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), + [sym_ms_declspec_modifier] = STATE(669), + [sym_ms_call_modifier] = STATE(649), + [sym_compound_statement] = STATE(37), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), [sym__type_specifier] = STATE(872), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(40), - [sym_labeled_statement] = STATE(40), - [sym_expression_statement] = STATE(40), - [sym_if_statement] = STATE(40), - [sym_switch_statement] = STATE(40), - [sym_case_statement] = STATE(40), - [sym_while_statement] = STATE(40), - [sym_do_statement] = STATE(40), - [sym_for_statement] = STATE(40), - [sym_return_statement] = STATE(40), - [sym_break_statement] = STATE(40), - [sym_continue_statement] = STATE(40), - [sym_goto_statement] = STATE(40), - [sym__expression] = STATE(772), - [sym_comma_expression] = STATE(1551), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(37), + [sym_labeled_statement] = STATE(37), + [sym_expression_statement] = STATE(37), + [sym_if_statement] = STATE(37), + [sym_switch_statement] = STATE(37), + [sym_case_statement] = STATE(37), + [sym_while_statement] = STATE(37), + [sym_do_statement] = STATE(37), + [sym_for_statement] = STATE(37), + [sym_return_statement] = STATE(37), + [sym_break_statement] = STATE(37), + [sym_continue_statement] = STATE(37), + [sym_goto_statement] = STATE(37), + [sym__expression] = STATE(777), + [sym_comma_expression] = STATE(1392), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym__empty_declaration] = STATE(40), - [sym_macro_type_specifier] = STATE(905), - [aux_sym_translation_unit_repeat1] = STATE(40), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(195), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), - [sym_identifier] = ACTIONS(316), - [aux_sym_preproc_include_token1] = ACTIONS(318), - [aux_sym_preproc_def_token1] = ACTIONS(320), - [aux_sym_preproc_if_token1] = ACTIONS(322), - [aux_sym_preproc_ifdef_token1] = ACTIONS(324), - [aux_sym_preproc_ifdef_token2] = ACTIONS(324), - [sym_preproc_directive] = ACTIONS(326), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym__empty_declaration] = STATE(37), + [sym_macro_type_specifier] = STATE(909), + [aux_sym_translation_unit_repeat1] = STATE(37), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(117), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), + [sym_identifier] = ACTIONS(360), + [aux_sym_preproc_include_token1] = ACTIONS(362), + [aux_sym_preproc_def_token1] = ACTIONS(364), + [aux_sym_preproc_if_token1] = ACTIONS(366), + [aux_sym_preproc_if_token2] = ACTIONS(368), + [aux_sym_preproc_ifdef_token1] = ACTIONS(370), + [aux_sym_preproc_ifdef_token2] = ACTIONS(370), + [sym_preproc_directive] = ACTIONS(372), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -16430,9 +16533,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(328), - [anon_sym_typedef] = ACTIONS(330), - [anon_sym_extern] = ACTIONS(332), + [anon_sym_SEMI] = ACTIONS(374), + [anon_sym_typedef] = ACTIONS(376), + [anon_sym_extern] = ACTIONS(378), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -16442,8 +16545,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(334), - [anon_sym_RBRACE] = ACTIONS(360), + [anon_sym_LBRACE] = ACTIONS(380), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -16462,17 +16564,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(338), - [anon_sym_switch] = ACTIONS(340), - [anon_sym_case] = ACTIONS(342), - [anon_sym_default] = ACTIONS(344), - [anon_sym_while] = ACTIONS(346), - [anon_sym_do] = ACTIONS(348), - [anon_sym_for] = ACTIONS(350), - [anon_sym_return] = ACTIONS(352), - [anon_sym_break] = ACTIONS(354), - [anon_sym_continue] = ACTIONS(356), - [anon_sym_goto] = ACTIONS(358), + [anon_sym_if] = ACTIONS(382), + [anon_sym_switch] = ACTIONS(384), + [anon_sym_case] = ACTIONS(386), + [anon_sym_default] = ACTIONS(388), + [anon_sym_while] = ACTIONS(390), + [anon_sym_do] = ACTIONS(392), + [anon_sym_for] = ACTIONS(394), + [anon_sym_return] = ACTIONS(396), + [anon_sym_break] = ACTIONS(398), + [anon_sym_continue] = ACTIONS(400), + [anon_sym_goto] = ACTIONS(402), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -16497,70 +16599,215 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [23] = { - [sym_preproc_include] = STATE(40), - [sym_preproc_def] = STATE(40), - [sym_preproc_function_def] = STATE(40), - [sym_preproc_call] = STATE(40), - [sym_preproc_if] = STATE(40), - [sym_preproc_ifdef] = STATE(40), - [sym_function_definition] = STATE(40), - [sym_declaration] = STATE(40), - [sym_type_definition] = STATE(40), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1039), - [sym_linkage_specification] = STATE(40), - [sym_attribute_specifier] = STATE(665), + [sym_preproc_include] = STATE(23), + [sym_preproc_def] = STATE(23), + [sym_preproc_function_def] = STATE(23), + [sym_preproc_call] = STATE(23), + [sym_preproc_if] = STATE(23), + [sym_preproc_ifdef] = STATE(23), + [sym_function_definition] = STATE(23), + [sym_declaration] = STATE(23), + [sym_type_definition] = STATE(23), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1036), + [sym_linkage_specification] = STATE(23), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_ms_call_modifier] = STATE(661), - [sym_compound_statement] = STATE(40), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(872), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(40), - [sym_labeled_statement] = STATE(40), - [sym_expression_statement] = STATE(40), - [sym_if_statement] = STATE(40), - [sym_switch_statement] = STATE(40), - [sym_case_statement] = STATE(40), - [sym_while_statement] = STATE(40), - [sym_do_statement] = STATE(40), - [sym_for_statement] = STATE(40), - [sym_return_statement] = STATE(40), - [sym_break_statement] = STATE(40), - [sym_continue_statement] = STATE(40), - [sym_goto_statement] = STATE(40), - [sym__expression] = STATE(772), - [sym_comma_expression] = STATE(1551), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_ms_declspec_modifier] = STATE(669), + [sym_ms_call_modifier] = STATE(644), + [sym_compound_statement] = STATE(23), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(873), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(23), + [sym_labeled_statement] = STATE(23), + [sym_expression_statement] = STATE(23), + [sym_if_statement] = STATE(23), + [sym_switch_statement] = STATE(23), + [sym_case_statement] = STATE(23), + [sym_while_statement] = STATE(23), + [sym_do_statement] = STATE(23), + [sym_for_statement] = STATE(23), + [sym_return_statement] = STATE(23), + [sym_break_statement] = STATE(23), + [sym_continue_statement] = STATE(23), + [sym_goto_statement] = STATE(23), + [sym__expression] = STATE(822), + [sym_comma_expression] = STATE(1443), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym__empty_declaration] = STATE(40), - [sym_macro_type_specifier] = STATE(905), - [aux_sym_translation_unit_repeat1] = STATE(40), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(195), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym__empty_declaration] = STATE(23), + [sym_macro_type_specifier] = STATE(909), + [aux_sym_translation_unit_repeat1] = STATE(23), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(131), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), + [sym_identifier] = ACTIONS(404), + [aux_sym_preproc_include_token1] = ACTIONS(407), + [aux_sym_preproc_def_token1] = ACTIONS(410), + [aux_sym_preproc_if_token1] = ACTIONS(413), + [aux_sym_preproc_ifdef_token1] = ACTIONS(416), + [aux_sym_preproc_ifdef_token2] = ACTIONS(416), + [sym_preproc_directive] = ACTIONS(419), + [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(422), + [anon_sym_typedef] = ACTIONS(425), + [anon_sym_extern] = ACTIONS(428), + [anon_sym___attribute__] = ACTIONS(220), + [anon_sym_LBRACK_LBRACK] = ACTIONS(223), + [anon_sym___declspec] = ACTIONS(226), + [anon_sym___cdecl] = ACTIONS(229), + [anon_sym___clrcall] = ACTIONS(229), + [anon_sym___stdcall] = ACTIONS(229), + [anon_sym___fastcall] = ACTIONS(229), + [anon_sym___thiscall] = ACTIONS(229), + [anon_sym___vectorcall] = ACTIONS(229), + [anon_sym_LBRACE] = ACTIONS(431), + [anon_sym_RBRACE] = ACTIONS(434), + [anon_sym_static] = ACTIONS(235), + [anon_sym_auto] = ACTIONS(235), + [anon_sym_register] = ACTIONS(235), + [anon_sym_inline] = ACTIONS(235), + [anon_sym_const] = ACTIONS(238), + [anon_sym_volatile] = ACTIONS(238), + [anon_sym_restrict] = ACTIONS(238), + [anon_sym___restrict__] = ACTIONS(238), + [anon_sym__Atomic] = ACTIONS(238), + [anon_sym__Noreturn] = ACTIONS(238), + [anon_sym_signed] = ACTIONS(241), + [anon_sym_unsigned] = ACTIONS(241), + [anon_sym_long] = ACTIONS(241), + [anon_sym_short] = ACTIONS(241), + [sym_primitive_type] = ACTIONS(244), + [anon_sym_enum] = ACTIONS(247), + [anon_sym_struct] = ACTIONS(250), + [anon_sym_union] = ACTIONS(253), + [anon_sym_if] = ACTIONS(436), + [anon_sym_switch] = ACTIONS(439), + [anon_sym_case] = ACTIONS(442), + [anon_sym_default] = ACTIONS(445), + [anon_sym_while] = ACTIONS(448), + [anon_sym_do] = ACTIONS(451), + [anon_sym_for] = ACTIONS(454), + [anon_sym_return] = ACTIONS(457), + [anon_sym_break] = ACTIONS(460), + [anon_sym_continue] = ACTIONS(463), + [anon_sym_goto] = ACTIONS(466), + [anon_sym_DASH_DASH] = ACTIONS(289), + [anon_sym_PLUS_PLUS] = ACTIONS(289), + [anon_sym_sizeof] = ACTIONS(292), + [anon_sym_offsetof] = ACTIONS(295), + [anon_sym__Generic] = ACTIONS(298), + [anon_sym_asm] = ACTIONS(301), + [anon_sym___asm__] = ACTIONS(301), + [sym_number_literal] = ACTIONS(304), + [anon_sym_L_SQUOTE] = ACTIONS(307), + [anon_sym_u_SQUOTE] = ACTIONS(307), + [anon_sym_U_SQUOTE] = ACTIONS(307), + [anon_sym_u8_SQUOTE] = ACTIONS(307), + [anon_sym_SQUOTE] = ACTIONS(307), + [anon_sym_L_DQUOTE] = ACTIONS(310), + [anon_sym_u_DQUOTE] = ACTIONS(310), + [anon_sym_U_DQUOTE] = ACTIONS(310), + [anon_sym_u8_DQUOTE] = ACTIONS(310), + [anon_sym_DQUOTE] = ACTIONS(310), + [sym_true] = ACTIONS(313), + [sym_false] = ACTIONS(313), + [sym_null] = ACTIONS(313), + [sym_comment] = ACTIONS(3), + }, + [24] = { + [sym_preproc_include] = STATE(29), + [sym_preproc_def] = STATE(29), + [sym_preproc_function_def] = STATE(29), + [sym_preproc_call] = STATE(29), + [sym_preproc_if] = STATE(29), + [sym_preproc_ifdef] = STATE(29), + [sym_function_definition] = STATE(29), + [sym_declaration] = STATE(29), + [sym_type_definition] = STATE(29), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1036), + [sym_linkage_specification] = STATE(29), + [sym_attribute_specifier] = STATE(669), + [sym_attribute_declaration] = STATE(385), + [sym_ms_declspec_modifier] = STATE(669), + [sym_ms_call_modifier] = STATE(644), + [sym_compound_statement] = STATE(29), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(873), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(29), + [sym_labeled_statement] = STATE(29), + [sym_expression_statement] = STATE(29), + [sym_if_statement] = STATE(29), + [sym_switch_statement] = STATE(29), + [sym_case_statement] = STATE(29), + [sym_while_statement] = STATE(29), + [sym_do_statement] = STATE(29), + [sym_for_statement] = STATE(29), + [sym_return_statement] = STATE(29), + [sym_break_statement] = STATE(29), + [sym_continue_statement] = STATE(29), + [sym_goto_statement] = STATE(29), + [sym__expression] = STATE(822), + [sym_comma_expression] = STATE(1443), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), + [sym_pointer_expression] = STATE(636), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), + [sym_subscript_expression] = STATE(636), + [sym_call_expression] = STATE(636), + [sym_gnu_asm_expression] = STATE(635), + [sym_field_expression] = STATE(636), + [sym_compound_literal_expression] = STATE(635), + [sym_parenthesized_expression] = STATE(636), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym__empty_declaration] = STATE(29), + [sym_macro_type_specifier] = STATE(909), + [aux_sym_translation_unit_repeat1] = STATE(29), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(131), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), [sym_identifier] = ACTIONS(316), [aux_sym_preproc_include_token1] = ACTIONS(318), [aux_sym_preproc_def_token1] = ACTIONS(320), @@ -16588,7 +16835,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(334), - [anon_sym_RBRACE] = ACTIONS(362), + [anon_sym_RBRACE] = ACTIONS(469), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -16641,71 +16888,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [24] = { - [sym_preproc_include] = STATE(40), - [sym_preproc_def] = STATE(40), - [sym_preproc_function_def] = STATE(40), - [sym_preproc_call] = STATE(40), - [sym_preproc_if] = STATE(40), - [sym_preproc_ifdef] = STATE(40), - [sym_function_definition] = STATE(40), - [sym_declaration] = STATE(40), - [sym_type_definition] = STATE(40), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1039), - [sym_linkage_specification] = STATE(40), - [sym_attribute_specifier] = STATE(665), + [25] = { + [sym_preproc_include] = STATE(23), + [sym_preproc_def] = STATE(23), + [sym_preproc_function_def] = STATE(23), + [sym_preproc_call] = STATE(23), + [sym_preproc_if] = STATE(23), + [sym_preproc_ifdef] = STATE(23), + [sym_function_definition] = STATE(23), + [sym_declaration] = STATE(23), + [sym_type_definition] = STATE(23), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1036), + [sym_linkage_specification] = STATE(23), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_ms_call_modifier] = STATE(661), - [sym_compound_statement] = STATE(40), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(872), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(40), - [sym_labeled_statement] = STATE(40), - [sym_expression_statement] = STATE(40), - [sym_if_statement] = STATE(40), - [sym_switch_statement] = STATE(40), - [sym_case_statement] = STATE(40), - [sym_while_statement] = STATE(40), - [sym_do_statement] = STATE(40), - [sym_for_statement] = STATE(40), - [sym_return_statement] = STATE(40), - [sym_break_statement] = STATE(40), - [sym_continue_statement] = STATE(40), - [sym_goto_statement] = STATE(40), - [sym__expression] = STATE(772), - [sym_comma_expression] = STATE(1551), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_ms_declspec_modifier] = STATE(669), + [sym_ms_call_modifier] = STATE(644), + [sym_compound_statement] = STATE(23), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(873), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(23), + [sym_labeled_statement] = STATE(23), + [sym_expression_statement] = STATE(23), + [sym_if_statement] = STATE(23), + [sym_switch_statement] = STATE(23), + [sym_case_statement] = STATE(23), + [sym_while_statement] = STATE(23), + [sym_do_statement] = STATE(23), + [sym_for_statement] = STATE(23), + [sym_return_statement] = STATE(23), + [sym_break_statement] = STATE(23), + [sym_continue_statement] = STATE(23), + [sym_goto_statement] = STATE(23), + [sym__expression] = STATE(822), + [sym_comma_expression] = STATE(1443), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym__empty_declaration] = STATE(40), - [sym_macro_type_specifier] = STATE(905), - [aux_sym_translation_unit_repeat1] = STATE(40), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(195), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym__empty_declaration] = STATE(23), + [sym_macro_type_specifier] = STATE(909), + [aux_sym_translation_unit_repeat1] = STATE(23), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(131), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), [sym_identifier] = ACTIONS(316), [aux_sym_preproc_include_token1] = ACTIONS(318), [aux_sym_preproc_def_token1] = ACTIONS(320), @@ -16733,7 +16980,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(334), - [anon_sym_RBRACE] = ACTIONS(364), + [anon_sym_RBRACE] = ACTIONS(471), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -16786,71 +17033,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [25] = { - [sym_preproc_include] = STATE(30), - [sym_preproc_def] = STATE(30), - [sym_preproc_function_def] = STATE(30), - [sym_preproc_call] = STATE(30), - [sym_preproc_if] = STATE(30), - [sym_preproc_ifdef] = STATE(30), - [sym_function_definition] = STATE(30), - [sym_declaration] = STATE(30), - [sym_type_definition] = STATE(30), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1039), - [sym_linkage_specification] = STATE(30), - [sym_attribute_specifier] = STATE(665), + [26] = { + [sym_preproc_include] = STATE(38), + [sym_preproc_def] = STATE(38), + [sym_preproc_function_def] = STATE(38), + [sym_preproc_call] = STATE(38), + [sym_preproc_if] = STATE(38), + [sym_preproc_ifdef] = STATE(38), + [sym_function_definition] = STATE(38), + [sym_declaration] = STATE(38), + [sym_type_definition] = STATE(38), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1036), + [sym_linkage_specification] = STATE(38), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_ms_call_modifier] = STATE(661), - [sym_compound_statement] = STATE(30), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(872), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(30), - [sym_labeled_statement] = STATE(30), - [sym_expression_statement] = STATE(30), - [sym_if_statement] = STATE(30), - [sym_switch_statement] = STATE(30), - [sym_case_statement] = STATE(30), - [sym_while_statement] = STATE(30), - [sym_do_statement] = STATE(30), - [sym_for_statement] = STATE(30), - [sym_return_statement] = STATE(30), - [sym_break_statement] = STATE(30), - [sym_continue_statement] = STATE(30), - [sym_goto_statement] = STATE(30), - [sym__expression] = STATE(772), - [sym_comma_expression] = STATE(1551), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_ms_declspec_modifier] = STATE(669), + [sym_ms_call_modifier] = STATE(644), + [sym_compound_statement] = STATE(38), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(873), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(38), + [sym_labeled_statement] = STATE(38), + [sym_expression_statement] = STATE(38), + [sym_if_statement] = STATE(38), + [sym_switch_statement] = STATE(38), + [sym_case_statement] = STATE(38), + [sym_while_statement] = STATE(38), + [sym_do_statement] = STATE(38), + [sym_for_statement] = STATE(38), + [sym_return_statement] = STATE(38), + [sym_break_statement] = STATE(38), + [sym_continue_statement] = STATE(38), + [sym_goto_statement] = STATE(38), + [sym__expression] = STATE(822), + [sym_comma_expression] = STATE(1443), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym__empty_declaration] = STATE(30), - [sym_macro_type_specifier] = STATE(905), - [aux_sym_translation_unit_repeat1] = STATE(30), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(195), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym__empty_declaration] = STATE(38), + [sym_macro_type_specifier] = STATE(909), + [aux_sym_translation_unit_repeat1] = STATE(38), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(131), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), [sym_identifier] = ACTIONS(316), [aux_sym_preproc_include_token1] = ACTIONS(318), [aux_sym_preproc_def_token1] = ACTIONS(320), @@ -16878,7 +17125,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(334), - [anon_sym_RBRACE] = ACTIONS(366), + [anon_sym_RBRACE] = ACTIONS(473), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -16931,71 +17178,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [26] = { - [sym_preproc_include] = STATE(29), - [sym_preproc_def] = STATE(29), - [sym_preproc_function_def] = STATE(29), - [sym_preproc_call] = STATE(29), - [sym_preproc_if] = STATE(29), - [sym_preproc_ifdef] = STATE(29), - [sym_function_definition] = STATE(29), - [sym_declaration] = STATE(29), - [sym_type_definition] = STATE(29), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1039), - [sym_linkage_specification] = STATE(29), - [sym_attribute_specifier] = STATE(665), + [27] = { + [sym_preproc_include] = STATE(39), + [sym_preproc_def] = STATE(39), + [sym_preproc_function_def] = STATE(39), + [sym_preproc_call] = STATE(39), + [sym_preproc_if] = STATE(39), + [sym_preproc_ifdef] = STATE(39), + [sym_function_definition] = STATE(39), + [sym_declaration] = STATE(39), + [sym_type_definition] = STATE(39), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1036), + [sym_linkage_specification] = STATE(39), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_ms_call_modifier] = STATE(661), - [sym_compound_statement] = STATE(29), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(872), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(29), - [sym_labeled_statement] = STATE(29), - [sym_expression_statement] = STATE(29), - [sym_if_statement] = STATE(29), - [sym_switch_statement] = STATE(29), - [sym_case_statement] = STATE(29), - [sym_while_statement] = STATE(29), - [sym_do_statement] = STATE(29), - [sym_for_statement] = STATE(29), - [sym_return_statement] = STATE(29), - [sym_break_statement] = STATE(29), - [sym_continue_statement] = STATE(29), - [sym_goto_statement] = STATE(29), - [sym__expression] = STATE(772), - [sym_comma_expression] = STATE(1551), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_ms_declspec_modifier] = STATE(669), + [sym_ms_call_modifier] = STATE(644), + [sym_compound_statement] = STATE(39), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(873), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(39), + [sym_labeled_statement] = STATE(39), + [sym_expression_statement] = STATE(39), + [sym_if_statement] = STATE(39), + [sym_switch_statement] = STATE(39), + [sym_case_statement] = STATE(39), + [sym_while_statement] = STATE(39), + [sym_do_statement] = STATE(39), + [sym_for_statement] = STATE(39), + [sym_return_statement] = STATE(39), + [sym_break_statement] = STATE(39), + [sym_continue_statement] = STATE(39), + [sym_goto_statement] = STATE(39), + [sym__expression] = STATE(822), + [sym_comma_expression] = STATE(1443), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym__empty_declaration] = STATE(29), - [sym_macro_type_specifier] = STATE(905), - [aux_sym_translation_unit_repeat1] = STATE(29), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(195), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym__empty_declaration] = STATE(39), + [sym_macro_type_specifier] = STATE(909), + [aux_sym_translation_unit_repeat1] = STATE(39), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(131), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), [sym_identifier] = ACTIONS(316), [aux_sym_preproc_include_token1] = ACTIONS(318), [aux_sym_preproc_def_token1] = ACTIONS(320), @@ -17023,7 +17270,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(334), - [anon_sym_RBRACE] = ACTIONS(368), + [anon_sym_RBRACE] = ACTIONS(475), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -17076,79 +17323,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [27] = { - [sym_preproc_include] = STATE(36), - [sym_preproc_def] = STATE(36), - [sym_preproc_function_def] = STATE(36), - [sym_preproc_call] = STATE(36), - [sym_preproc_if] = STATE(36), - [sym_preproc_ifdef] = STATE(36), - [sym_function_definition] = STATE(36), - [sym_declaration] = STATE(36), - [sym_type_definition] = STATE(36), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1032), - [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(665), + [28] = { + [sym_preproc_include] = STATE(23), + [sym_preproc_def] = STATE(23), + [sym_preproc_function_def] = STATE(23), + [sym_preproc_call] = STATE(23), + [sym_preproc_if] = STATE(23), + [sym_preproc_ifdef] = STATE(23), + [sym_function_definition] = STATE(23), + [sym_declaration] = STATE(23), + [sym_type_definition] = STATE(23), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1036), + [sym_linkage_specification] = STATE(23), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_ms_call_modifier] = STATE(646), - [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(874), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(36), - [sym_labeled_statement] = STATE(36), - [sym_expression_statement] = STATE(36), - [sym_if_statement] = STATE(36), - [sym_switch_statement] = STATE(36), - [sym_case_statement] = STATE(36), - [sym_while_statement] = STATE(36), - [sym_do_statement] = STATE(36), - [sym_for_statement] = STATE(36), - [sym_return_statement] = STATE(36), - [sym_break_statement] = STATE(36), - [sym_continue_statement] = STATE(36), - [sym_goto_statement] = STATE(36), - [sym__expression] = STATE(780), - [sym_comma_expression] = STATE(1381), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_ms_declspec_modifier] = STATE(669), + [sym_ms_call_modifier] = STATE(644), + [sym_compound_statement] = STATE(23), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(873), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(23), + [sym_labeled_statement] = STATE(23), + [sym_expression_statement] = STATE(23), + [sym_if_statement] = STATE(23), + [sym_switch_statement] = STATE(23), + [sym_case_statement] = STATE(23), + [sym_while_statement] = STATE(23), + [sym_do_statement] = STATE(23), + [sym_for_statement] = STATE(23), + [sym_return_statement] = STATE(23), + [sym_break_statement] = STATE(23), + [sym_continue_statement] = STATE(23), + [sym_goto_statement] = STATE(23), + [sym__expression] = STATE(822), + [sym_comma_expression] = STATE(1443), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym__empty_declaration] = STATE(36), - [sym_macro_type_specifier] = STATE(905), - [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(146), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), - [sym_identifier] = ACTIONS(370), - [aux_sym_preproc_include_token1] = ACTIONS(372), - [aux_sym_preproc_def_token1] = ACTIONS(374), - [aux_sym_preproc_if_token1] = ACTIONS(376), - [aux_sym_preproc_if_token2] = ACTIONS(378), - [aux_sym_preproc_ifdef_token1] = ACTIONS(380), - [aux_sym_preproc_ifdef_token2] = ACTIONS(380), - [sym_preproc_directive] = ACTIONS(382), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym__empty_declaration] = STATE(23), + [sym_macro_type_specifier] = STATE(909), + [aux_sym_translation_unit_repeat1] = STATE(23), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(131), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), + [sym_identifier] = ACTIONS(316), + [aux_sym_preproc_include_token1] = ACTIONS(318), + [aux_sym_preproc_def_token1] = ACTIONS(320), + [aux_sym_preproc_if_token1] = ACTIONS(322), + [aux_sym_preproc_ifdef_token1] = ACTIONS(324), + [aux_sym_preproc_ifdef_token2] = ACTIONS(324), + [sym_preproc_directive] = ACTIONS(326), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -17156,9 +17402,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(384), - [anon_sym_typedef] = ACTIONS(386), - [anon_sym_extern] = ACTIONS(388), + [anon_sym_SEMI] = ACTIONS(328), + [anon_sym_typedef] = ACTIONS(330), + [anon_sym_extern] = ACTIONS(332), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -17168,7 +17414,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(390), + [anon_sym_LBRACE] = ACTIONS(334), + [anon_sym_RBRACE] = ACTIONS(477), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -17187,17 +17434,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(392), - [anon_sym_switch] = ACTIONS(394), - [anon_sym_case] = ACTIONS(396), - [anon_sym_default] = ACTIONS(398), - [anon_sym_while] = ACTIONS(400), - [anon_sym_do] = ACTIONS(402), - [anon_sym_for] = ACTIONS(404), - [anon_sym_return] = ACTIONS(406), - [anon_sym_break] = ACTIONS(408), - [anon_sym_continue] = ACTIONS(410), - [anon_sym_goto] = ACTIONS(412), + [anon_sym_if] = ACTIONS(338), + [anon_sym_switch] = ACTIONS(340), + [anon_sym_case] = ACTIONS(342), + [anon_sym_default] = ACTIONS(344), + [anon_sym_while] = ACTIONS(346), + [anon_sym_do] = ACTIONS(348), + [anon_sym_for] = ACTIONS(350), + [anon_sym_return] = ACTIONS(352), + [anon_sym_break] = ACTIONS(354), + [anon_sym_continue] = ACTIONS(356), + [anon_sym_goto] = ACTIONS(358), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -17221,71 +17468,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [28] = { - [sym_preproc_include] = STATE(34), - [sym_preproc_def] = STATE(34), - [sym_preproc_function_def] = STATE(34), - [sym_preproc_call] = STATE(34), - [sym_preproc_if] = STATE(34), - [sym_preproc_ifdef] = STATE(34), - [sym_function_definition] = STATE(34), - [sym_declaration] = STATE(34), - [sym_type_definition] = STATE(34), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1039), - [sym_linkage_specification] = STATE(34), - [sym_attribute_specifier] = STATE(665), + [29] = { + [sym_preproc_include] = STATE(23), + [sym_preproc_def] = STATE(23), + [sym_preproc_function_def] = STATE(23), + [sym_preproc_call] = STATE(23), + [sym_preproc_if] = STATE(23), + [sym_preproc_ifdef] = STATE(23), + [sym_function_definition] = STATE(23), + [sym_declaration] = STATE(23), + [sym_type_definition] = STATE(23), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1036), + [sym_linkage_specification] = STATE(23), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_ms_call_modifier] = STATE(661), - [sym_compound_statement] = STATE(34), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(872), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(34), - [sym_labeled_statement] = STATE(34), - [sym_expression_statement] = STATE(34), - [sym_if_statement] = STATE(34), - [sym_switch_statement] = STATE(34), - [sym_case_statement] = STATE(34), - [sym_while_statement] = STATE(34), - [sym_do_statement] = STATE(34), - [sym_for_statement] = STATE(34), - [sym_return_statement] = STATE(34), - [sym_break_statement] = STATE(34), - [sym_continue_statement] = STATE(34), - [sym_goto_statement] = STATE(34), - [sym__expression] = STATE(772), - [sym_comma_expression] = STATE(1551), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_ms_declspec_modifier] = STATE(669), + [sym_ms_call_modifier] = STATE(644), + [sym_compound_statement] = STATE(23), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(873), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(23), + [sym_labeled_statement] = STATE(23), + [sym_expression_statement] = STATE(23), + [sym_if_statement] = STATE(23), + [sym_switch_statement] = STATE(23), + [sym_case_statement] = STATE(23), + [sym_while_statement] = STATE(23), + [sym_do_statement] = STATE(23), + [sym_for_statement] = STATE(23), + [sym_return_statement] = STATE(23), + [sym_break_statement] = STATE(23), + [sym_continue_statement] = STATE(23), + [sym_goto_statement] = STATE(23), + [sym__expression] = STATE(822), + [sym_comma_expression] = STATE(1443), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym__empty_declaration] = STATE(34), - [sym_macro_type_specifier] = STATE(905), - [aux_sym_translation_unit_repeat1] = STATE(34), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(195), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym__empty_declaration] = STATE(23), + [sym_macro_type_specifier] = STATE(909), + [aux_sym_translation_unit_repeat1] = STATE(23), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(131), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), [sym_identifier] = ACTIONS(316), [aux_sym_preproc_include_token1] = ACTIONS(318), [aux_sym_preproc_def_token1] = ACTIONS(320), @@ -17313,7 +17560,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(334), - [anon_sym_RBRACE] = ACTIONS(414), + [anon_sym_RBRACE] = ACTIONS(479), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -17366,71 +17613,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [29] = { - [sym_preproc_include] = STATE(40), - [sym_preproc_def] = STATE(40), - [sym_preproc_function_def] = STATE(40), - [sym_preproc_call] = STATE(40), - [sym_preproc_if] = STATE(40), - [sym_preproc_ifdef] = STATE(40), - [sym_function_definition] = STATE(40), - [sym_declaration] = STATE(40), - [sym_type_definition] = STATE(40), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1039), - [sym_linkage_specification] = STATE(40), - [sym_attribute_specifier] = STATE(665), + [30] = { + [sym_preproc_include] = STATE(28), + [sym_preproc_def] = STATE(28), + [sym_preproc_function_def] = STATE(28), + [sym_preproc_call] = STATE(28), + [sym_preproc_if] = STATE(28), + [sym_preproc_ifdef] = STATE(28), + [sym_function_definition] = STATE(28), + [sym_declaration] = STATE(28), + [sym_type_definition] = STATE(28), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1036), + [sym_linkage_specification] = STATE(28), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_ms_call_modifier] = STATE(661), - [sym_compound_statement] = STATE(40), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(872), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(40), - [sym_labeled_statement] = STATE(40), - [sym_expression_statement] = STATE(40), - [sym_if_statement] = STATE(40), - [sym_switch_statement] = STATE(40), - [sym_case_statement] = STATE(40), - [sym_while_statement] = STATE(40), - [sym_do_statement] = STATE(40), - [sym_for_statement] = STATE(40), - [sym_return_statement] = STATE(40), - [sym_break_statement] = STATE(40), - [sym_continue_statement] = STATE(40), - [sym_goto_statement] = STATE(40), - [sym__expression] = STATE(772), - [sym_comma_expression] = STATE(1551), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_ms_declspec_modifier] = STATE(669), + [sym_ms_call_modifier] = STATE(644), + [sym_compound_statement] = STATE(28), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(873), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(28), + [sym_labeled_statement] = STATE(28), + [sym_expression_statement] = STATE(28), + [sym_if_statement] = STATE(28), + [sym_switch_statement] = STATE(28), + [sym_case_statement] = STATE(28), + [sym_while_statement] = STATE(28), + [sym_do_statement] = STATE(28), + [sym_for_statement] = STATE(28), + [sym_return_statement] = STATE(28), + [sym_break_statement] = STATE(28), + [sym_continue_statement] = STATE(28), + [sym_goto_statement] = STATE(28), + [sym__expression] = STATE(822), + [sym_comma_expression] = STATE(1443), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym__empty_declaration] = STATE(40), - [sym_macro_type_specifier] = STATE(905), - [aux_sym_translation_unit_repeat1] = STATE(40), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(195), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym__empty_declaration] = STATE(28), + [sym_macro_type_specifier] = STATE(909), + [aux_sym_translation_unit_repeat1] = STATE(28), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(131), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), [sym_identifier] = ACTIONS(316), [aux_sym_preproc_include_token1] = ACTIONS(318), [aux_sym_preproc_def_token1] = ACTIONS(320), @@ -17458,7 +17705,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(334), - [anon_sym_RBRACE] = ACTIONS(416), + [anon_sym_RBRACE] = ACTIONS(481), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -17511,71 +17758,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [30] = { - [sym_preproc_include] = STATE(40), - [sym_preproc_def] = STATE(40), - [sym_preproc_function_def] = STATE(40), - [sym_preproc_call] = STATE(40), - [sym_preproc_if] = STATE(40), - [sym_preproc_ifdef] = STATE(40), - [sym_function_definition] = STATE(40), - [sym_declaration] = STATE(40), - [sym_type_definition] = STATE(40), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1039), - [sym_linkage_specification] = STATE(40), - [sym_attribute_specifier] = STATE(665), + [31] = { + [sym_preproc_include] = STATE(25), + [sym_preproc_def] = STATE(25), + [sym_preproc_function_def] = STATE(25), + [sym_preproc_call] = STATE(25), + [sym_preproc_if] = STATE(25), + [sym_preproc_ifdef] = STATE(25), + [sym_function_definition] = STATE(25), + [sym_declaration] = STATE(25), + [sym_type_definition] = STATE(25), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1036), + [sym_linkage_specification] = STATE(25), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_ms_call_modifier] = STATE(661), - [sym_compound_statement] = STATE(40), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(872), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(40), - [sym_labeled_statement] = STATE(40), - [sym_expression_statement] = STATE(40), - [sym_if_statement] = STATE(40), - [sym_switch_statement] = STATE(40), - [sym_case_statement] = STATE(40), - [sym_while_statement] = STATE(40), - [sym_do_statement] = STATE(40), - [sym_for_statement] = STATE(40), - [sym_return_statement] = STATE(40), - [sym_break_statement] = STATE(40), - [sym_continue_statement] = STATE(40), - [sym_goto_statement] = STATE(40), - [sym__expression] = STATE(772), - [sym_comma_expression] = STATE(1551), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_ms_declspec_modifier] = STATE(669), + [sym_ms_call_modifier] = STATE(644), + [sym_compound_statement] = STATE(25), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(873), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(25), + [sym_labeled_statement] = STATE(25), + [sym_expression_statement] = STATE(25), + [sym_if_statement] = STATE(25), + [sym_switch_statement] = STATE(25), + [sym_case_statement] = STATE(25), + [sym_while_statement] = STATE(25), + [sym_do_statement] = STATE(25), + [sym_for_statement] = STATE(25), + [sym_return_statement] = STATE(25), + [sym_break_statement] = STATE(25), + [sym_continue_statement] = STATE(25), + [sym_goto_statement] = STATE(25), + [sym__expression] = STATE(822), + [sym_comma_expression] = STATE(1443), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym__empty_declaration] = STATE(40), - [sym_macro_type_specifier] = STATE(905), - [aux_sym_translation_unit_repeat1] = STATE(40), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(195), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym__empty_declaration] = STATE(25), + [sym_macro_type_specifier] = STATE(909), + [aux_sym_translation_unit_repeat1] = STATE(25), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(131), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), [sym_identifier] = ACTIONS(316), [aux_sym_preproc_include_token1] = ACTIONS(318), [aux_sym_preproc_def_token1] = ACTIONS(320), @@ -17603,7 +17850,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(334), - [anon_sym_RBRACE] = ACTIONS(418), + [anon_sym_RBRACE] = ACTIONS(483), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -17656,71 +17903,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [31] = { - [sym_preproc_include] = STATE(35), - [sym_preproc_def] = STATE(35), - [sym_preproc_function_def] = STATE(35), - [sym_preproc_call] = STATE(35), - [sym_preproc_if] = STATE(35), - [sym_preproc_ifdef] = STATE(35), - [sym_function_definition] = STATE(35), - [sym_declaration] = STATE(35), - [sym_type_definition] = STATE(35), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1039), - [sym_linkage_specification] = STATE(35), - [sym_attribute_specifier] = STATE(665), + [32] = { + [sym_preproc_include] = STATE(34), + [sym_preproc_def] = STATE(34), + [sym_preproc_function_def] = STATE(34), + [sym_preproc_call] = STATE(34), + [sym_preproc_if] = STATE(34), + [sym_preproc_ifdef] = STATE(34), + [sym_function_definition] = STATE(34), + [sym_declaration] = STATE(34), + [sym_type_definition] = STATE(34), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1036), + [sym_linkage_specification] = STATE(34), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_ms_call_modifier] = STATE(661), - [sym_compound_statement] = STATE(35), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(872), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(35), - [sym_labeled_statement] = STATE(35), - [sym_expression_statement] = STATE(35), - [sym_if_statement] = STATE(35), - [sym_switch_statement] = STATE(35), - [sym_case_statement] = STATE(35), - [sym_while_statement] = STATE(35), - [sym_do_statement] = STATE(35), - [sym_for_statement] = STATE(35), - [sym_return_statement] = STATE(35), - [sym_break_statement] = STATE(35), - [sym_continue_statement] = STATE(35), - [sym_goto_statement] = STATE(35), - [sym__expression] = STATE(772), - [sym_comma_expression] = STATE(1551), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_ms_declspec_modifier] = STATE(669), + [sym_ms_call_modifier] = STATE(644), + [sym_compound_statement] = STATE(34), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(873), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(34), + [sym_labeled_statement] = STATE(34), + [sym_expression_statement] = STATE(34), + [sym_if_statement] = STATE(34), + [sym_switch_statement] = STATE(34), + [sym_case_statement] = STATE(34), + [sym_while_statement] = STATE(34), + [sym_do_statement] = STATE(34), + [sym_for_statement] = STATE(34), + [sym_return_statement] = STATE(34), + [sym_break_statement] = STATE(34), + [sym_continue_statement] = STATE(34), + [sym_goto_statement] = STATE(34), + [sym__expression] = STATE(822), + [sym_comma_expression] = STATE(1443), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym__empty_declaration] = STATE(35), - [sym_macro_type_specifier] = STATE(905), - [aux_sym_translation_unit_repeat1] = STATE(35), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(195), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym__empty_declaration] = STATE(34), + [sym_macro_type_specifier] = STATE(909), + [aux_sym_translation_unit_repeat1] = STATE(34), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(131), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), [sym_identifier] = ACTIONS(316), [aux_sym_preproc_include_token1] = ACTIONS(318), [aux_sym_preproc_def_token1] = ACTIONS(320), @@ -17748,7 +17995,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(334), - [anon_sym_RBRACE] = ACTIONS(420), + [anon_sym_RBRACE] = ACTIONS(485), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -17801,71 +18048,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [32] = { - [sym_preproc_include] = STATE(22), - [sym_preproc_def] = STATE(22), - [sym_preproc_function_def] = STATE(22), - [sym_preproc_call] = STATE(22), - [sym_preproc_if] = STATE(22), - [sym_preproc_ifdef] = STATE(22), - [sym_function_definition] = STATE(22), - [sym_declaration] = STATE(22), - [sym_type_definition] = STATE(22), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1039), - [sym_linkage_specification] = STATE(22), - [sym_attribute_specifier] = STATE(665), + [33] = { + [sym_preproc_include] = STATE(23), + [sym_preproc_def] = STATE(23), + [sym_preproc_function_def] = STATE(23), + [sym_preproc_call] = STATE(23), + [sym_preproc_if] = STATE(23), + [sym_preproc_ifdef] = STATE(23), + [sym_function_definition] = STATE(23), + [sym_declaration] = STATE(23), + [sym_type_definition] = STATE(23), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1036), + [sym_linkage_specification] = STATE(23), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_ms_call_modifier] = STATE(661), - [sym_compound_statement] = STATE(22), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(872), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(22), - [sym_labeled_statement] = STATE(22), - [sym_expression_statement] = STATE(22), - [sym_if_statement] = STATE(22), - [sym_switch_statement] = STATE(22), - [sym_case_statement] = STATE(22), - [sym_while_statement] = STATE(22), - [sym_do_statement] = STATE(22), - [sym_for_statement] = STATE(22), - [sym_return_statement] = STATE(22), - [sym_break_statement] = STATE(22), - [sym_continue_statement] = STATE(22), - [sym_goto_statement] = STATE(22), - [sym__expression] = STATE(772), - [sym_comma_expression] = STATE(1551), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_ms_declspec_modifier] = STATE(669), + [sym_ms_call_modifier] = STATE(644), + [sym_compound_statement] = STATE(23), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(873), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(23), + [sym_labeled_statement] = STATE(23), + [sym_expression_statement] = STATE(23), + [sym_if_statement] = STATE(23), + [sym_switch_statement] = STATE(23), + [sym_case_statement] = STATE(23), + [sym_while_statement] = STATE(23), + [sym_do_statement] = STATE(23), + [sym_for_statement] = STATE(23), + [sym_return_statement] = STATE(23), + [sym_break_statement] = STATE(23), + [sym_continue_statement] = STATE(23), + [sym_goto_statement] = STATE(23), + [sym__expression] = STATE(822), + [sym_comma_expression] = STATE(1443), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym__empty_declaration] = STATE(22), - [sym_macro_type_specifier] = STATE(905), - [aux_sym_translation_unit_repeat1] = STATE(22), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(195), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym__empty_declaration] = STATE(23), + [sym_macro_type_specifier] = STATE(909), + [aux_sym_translation_unit_repeat1] = STATE(23), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(131), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), [sym_identifier] = ACTIONS(316), [aux_sym_preproc_include_token1] = ACTIONS(318), [aux_sym_preproc_def_token1] = ACTIONS(320), @@ -17893,7 +18140,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(334), - [anon_sym_RBRACE] = ACTIONS(422), + [anon_sym_RBRACE] = ACTIONS(487), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -17946,7 +18193,152 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [33] = { + [34] = { + [sym_preproc_include] = STATE(23), + [sym_preproc_def] = STATE(23), + [sym_preproc_function_def] = STATE(23), + [sym_preproc_call] = STATE(23), + [sym_preproc_if] = STATE(23), + [sym_preproc_ifdef] = STATE(23), + [sym_function_definition] = STATE(23), + [sym_declaration] = STATE(23), + [sym_type_definition] = STATE(23), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1036), + [sym_linkage_specification] = STATE(23), + [sym_attribute_specifier] = STATE(669), + [sym_attribute_declaration] = STATE(385), + [sym_ms_declspec_modifier] = STATE(669), + [sym_ms_call_modifier] = STATE(644), + [sym_compound_statement] = STATE(23), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(873), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(23), + [sym_labeled_statement] = STATE(23), + [sym_expression_statement] = STATE(23), + [sym_if_statement] = STATE(23), + [sym_switch_statement] = STATE(23), + [sym_case_statement] = STATE(23), + [sym_while_statement] = STATE(23), + [sym_do_statement] = STATE(23), + [sym_for_statement] = STATE(23), + [sym_return_statement] = STATE(23), + [sym_break_statement] = STATE(23), + [sym_continue_statement] = STATE(23), + [sym_goto_statement] = STATE(23), + [sym__expression] = STATE(822), + [sym_comma_expression] = STATE(1443), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), + [sym_pointer_expression] = STATE(636), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), + [sym_subscript_expression] = STATE(636), + [sym_call_expression] = STATE(636), + [sym_gnu_asm_expression] = STATE(635), + [sym_field_expression] = STATE(636), + [sym_compound_literal_expression] = STATE(635), + [sym_parenthesized_expression] = STATE(636), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym__empty_declaration] = STATE(23), + [sym_macro_type_specifier] = STATE(909), + [aux_sym_translation_unit_repeat1] = STATE(23), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(131), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), + [sym_identifier] = ACTIONS(316), + [aux_sym_preproc_include_token1] = ACTIONS(318), + [aux_sym_preproc_def_token1] = ACTIONS(320), + [aux_sym_preproc_if_token1] = ACTIONS(322), + [aux_sym_preproc_ifdef_token1] = ACTIONS(324), + [aux_sym_preproc_ifdef_token2] = ACTIONS(324), + [sym_preproc_directive] = ACTIONS(326), + [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(328), + [anon_sym_typedef] = ACTIONS(330), + [anon_sym_extern] = ACTIONS(332), + [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(334), + [anon_sym_RBRACE] = ACTIONS(489), + [anon_sym_static] = ACTIONS(43), + [anon_sym_auto] = ACTIONS(43), + [anon_sym_register] = ACTIONS(43), + [anon_sym_inline] = ACTIONS(43), + [anon_sym_const] = ACTIONS(45), + [anon_sym_volatile] = ACTIONS(45), + [anon_sym_restrict] = ACTIONS(45), + [anon_sym___restrict__] = ACTIONS(45), + [anon_sym__Atomic] = ACTIONS(45), + [anon_sym__Noreturn] = ACTIONS(45), + [anon_sym_signed] = ACTIONS(47), + [anon_sym_unsigned] = ACTIONS(47), + [anon_sym_long] = ACTIONS(47), + [anon_sym_short] = ACTIONS(47), + [sym_primitive_type] = ACTIONS(49), + [anon_sym_enum] = ACTIONS(51), + [anon_sym_struct] = ACTIONS(53), + [anon_sym_union] = ACTIONS(55), + [anon_sym_if] = ACTIONS(338), + [anon_sym_switch] = ACTIONS(340), + [anon_sym_case] = ACTIONS(342), + [anon_sym_default] = ACTIONS(344), + [anon_sym_while] = ACTIONS(346), + [anon_sym_do] = ACTIONS(348), + [anon_sym_for] = ACTIONS(350), + [anon_sym_return] = ACTIONS(352), + [anon_sym_break] = ACTIONS(354), + [anon_sym_continue] = ACTIONS(356), + [anon_sym_goto] = ACTIONS(358), + [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_sizeof] = ACTIONS(81), + [anon_sym_offsetof] = ACTIONS(83), + [anon_sym__Generic] = ACTIONS(85), + [anon_sym_asm] = ACTIONS(87), + [anon_sym___asm__] = ACTIONS(87), + [sym_number_literal] = ACTIONS(89), + [anon_sym_L_SQUOTE] = ACTIONS(91), + [anon_sym_u_SQUOTE] = ACTIONS(91), + [anon_sym_U_SQUOTE] = ACTIONS(91), + [anon_sym_u8_SQUOTE] = ACTIONS(91), + [anon_sym_SQUOTE] = ACTIONS(91), + [anon_sym_L_DQUOTE] = ACTIONS(93), + [anon_sym_u_DQUOTE] = ACTIONS(93), + [anon_sym_U_DQUOTE] = ACTIONS(93), + [anon_sym_u8_DQUOTE] = ACTIONS(93), + [anon_sym_DQUOTE] = ACTIONS(93), + [sym_true] = ACTIONS(95), + [sym_false] = ACTIONS(95), + [sym_null] = ACTIONS(95), + [sym_comment] = ACTIONS(3), + }, + [35] = { [sym_preproc_include] = STATE(33), [sym_preproc_def] = STATE(33), [sym_preproc_function_def] = STATE(33), @@ -17956,21 +18348,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_function_definition] = STATE(33), [sym_declaration] = STATE(33), [sym_type_definition] = STATE(33), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1032), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1036), [sym_linkage_specification] = STATE(33), - [sym_attribute_specifier] = STATE(665), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_ms_call_modifier] = STATE(646), + [sym_ms_declspec_modifier] = STATE(669), + [sym_ms_call_modifier] = STATE(644), [sym_compound_statement] = STATE(33), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(874), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(873), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), [sym_attributed_statement] = STATE(33), [sym_labeled_statement] = STATE(33), [sym_expression_statement] = STATE(33), @@ -17984,41 +18376,186 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(33), [sym_continue_statement] = STATE(33), [sym_goto_statement] = STATE(33), - [sym__expression] = STATE(780), - [sym_comma_expression] = STATE(1381), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym__expression] = STATE(822), + [sym_comma_expression] = STATE(1443), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), [sym__empty_declaration] = STATE(33), - [sym_macro_type_specifier] = STATE(905), + [sym_macro_type_specifier] = STATE(909), [aux_sym_translation_unit_repeat1] = STATE(33), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(146), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), - [sym_identifier] = ACTIONS(424), - [aux_sym_preproc_include_token1] = ACTIONS(427), - [aux_sym_preproc_def_token1] = ACTIONS(430), - [aux_sym_preproc_if_token1] = ACTIONS(433), - [aux_sym_preproc_if_token2] = ACTIONS(191), - [aux_sym_preproc_ifdef_token1] = ACTIONS(436), - [aux_sym_preproc_ifdef_token2] = ACTIONS(436), - [sym_preproc_directive] = ACTIONS(439), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(131), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), + [sym_identifier] = ACTIONS(316), + [aux_sym_preproc_include_token1] = ACTIONS(318), + [aux_sym_preproc_def_token1] = ACTIONS(320), + [aux_sym_preproc_if_token1] = ACTIONS(322), + [aux_sym_preproc_ifdef_token1] = ACTIONS(324), + [aux_sym_preproc_ifdef_token2] = ACTIONS(324), + [sym_preproc_directive] = ACTIONS(326), + [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(328), + [anon_sym_typedef] = ACTIONS(330), + [anon_sym_extern] = ACTIONS(332), + [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(334), + [anon_sym_RBRACE] = ACTIONS(491), + [anon_sym_static] = ACTIONS(43), + [anon_sym_auto] = ACTIONS(43), + [anon_sym_register] = ACTIONS(43), + [anon_sym_inline] = ACTIONS(43), + [anon_sym_const] = ACTIONS(45), + [anon_sym_volatile] = ACTIONS(45), + [anon_sym_restrict] = ACTIONS(45), + [anon_sym___restrict__] = ACTIONS(45), + [anon_sym__Atomic] = ACTIONS(45), + [anon_sym__Noreturn] = ACTIONS(45), + [anon_sym_signed] = ACTIONS(47), + [anon_sym_unsigned] = ACTIONS(47), + [anon_sym_long] = ACTIONS(47), + [anon_sym_short] = ACTIONS(47), + [sym_primitive_type] = ACTIONS(49), + [anon_sym_enum] = ACTIONS(51), + [anon_sym_struct] = ACTIONS(53), + [anon_sym_union] = ACTIONS(55), + [anon_sym_if] = ACTIONS(338), + [anon_sym_switch] = ACTIONS(340), + [anon_sym_case] = ACTIONS(342), + [anon_sym_default] = ACTIONS(344), + [anon_sym_while] = ACTIONS(346), + [anon_sym_do] = ACTIONS(348), + [anon_sym_for] = ACTIONS(350), + [anon_sym_return] = ACTIONS(352), + [anon_sym_break] = ACTIONS(354), + [anon_sym_continue] = ACTIONS(356), + [anon_sym_goto] = ACTIONS(358), + [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_sizeof] = ACTIONS(81), + [anon_sym_offsetof] = ACTIONS(83), + [anon_sym__Generic] = ACTIONS(85), + [anon_sym_asm] = ACTIONS(87), + [anon_sym___asm__] = ACTIONS(87), + [sym_number_literal] = ACTIONS(89), + [anon_sym_L_SQUOTE] = ACTIONS(91), + [anon_sym_u_SQUOTE] = ACTIONS(91), + [anon_sym_U_SQUOTE] = ACTIONS(91), + [anon_sym_u8_SQUOTE] = ACTIONS(91), + [anon_sym_SQUOTE] = ACTIONS(91), + [anon_sym_L_DQUOTE] = ACTIONS(93), + [anon_sym_u_DQUOTE] = ACTIONS(93), + [anon_sym_U_DQUOTE] = ACTIONS(93), + [anon_sym_u8_DQUOTE] = ACTIONS(93), + [anon_sym_DQUOTE] = ACTIONS(93), + [sym_true] = ACTIONS(95), + [sym_false] = ACTIONS(95), + [sym_null] = ACTIONS(95), + [sym_comment] = ACTIONS(3), + }, + [36] = { + [sym_preproc_include] = STATE(36), + [sym_preproc_def] = STATE(36), + [sym_preproc_function_def] = STATE(36), + [sym_preproc_call] = STATE(36), + [sym_preproc_if] = STATE(36), + [sym_preproc_ifdef] = STATE(36), + [sym_function_definition] = STATE(36), + [sym_declaration] = STATE(36), + [sym_type_definition] = STATE(36), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1033), + [sym_linkage_specification] = STATE(36), + [sym_attribute_specifier] = STATE(669), + [sym_attribute_declaration] = STATE(385), + [sym_ms_declspec_modifier] = STATE(669), + [sym_ms_call_modifier] = STATE(659), + [sym_compound_statement] = STATE(36), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(874), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(36), + [sym_labeled_statement] = STATE(36), + [sym_expression_statement] = STATE(36), + [sym_if_statement] = STATE(36), + [sym_switch_statement] = STATE(36), + [sym_case_statement] = STATE(36), + [sym_while_statement] = STATE(36), + [sym_do_statement] = STATE(36), + [sym_for_statement] = STATE(36), + [sym_return_statement] = STATE(36), + [sym_break_statement] = STATE(36), + [sym_continue_statement] = STATE(36), + [sym_goto_statement] = STATE(36), + [sym__expression] = STATE(789), + [sym_comma_expression] = STATE(1475), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), + [sym_pointer_expression] = STATE(636), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), + [sym_subscript_expression] = STATE(636), + [sym_call_expression] = STATE(636), + [sym_gnu_asm_expression] = STATE(635), + [sym_field_expression] = STATE(636), + [sym_compound_literal_expression] = STATE(635), + [sym_parenthesized_expression] = STATE(636), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym__empty_declaration] = STATE(36), + [sym_macro_type_specifier] = STATE(909), + [aux_sym_translation_unit_repeat1] = STATE(36), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(135), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), + [ts_builtin_sym_end] = ACTIONS(434), + [sym_identifier] = ACTIONS(493), + [aux_sym_preproc_include_token1] = ACTIONS(496), + [aux_sym_preproc_def_token1] = ACTIONS(499), + [aux_sym_preproc_if_token1] = ACTIONS(502), + [aux_sym_preproc_ifdef_token1] = ACTIONS(505), + [aux_sym_preproc_ifdef_token2] = ACTIONS(505), + [sym_preproc_directive] = ACTIONS(508), [anon_sym_LPAREN2] = ACTIONS(199), [anon_sym_BANG] = ACTIONS(202), [anon_sym_TILDE] = ACTIONS(202), @@ -18026,9 +18563,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(205), [anon_sym_STAR] = ACTIONS(208), [anon_sym_AMP] = ACTIONS(208), - [anon_sym_SEMI] = ACTIONS(442), - [anon_sym_typedef] = ACTIONS(445), - [anon_sym_extern] = ACTIONS(448), + [anon_sym_SEMI] = ACTIONS(511), + [anon_sym_typedef] = ACTIONS(514), + [anon_sym_extern] = ACTIONS(517), [anon_sym___attribute__] = ACTIONS(220), [anon_sym_LBRACK_LBRACK] = ACTIONS(223), [anon_sym___declspec] = ACTIONS(226), @@ -18038,7 +18575,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(229), [anon_sym___thiscall] = ACTIONS(229), [anon_sym___vectorcall] = ACTIONS(229), - [anon_sym_LBRACE] = ACTIONS(451), + [anon_sym_LBRACE] = ACTIONS(520), [anon_sym_static] = ACTIONS(235), [anon_sym_auto] = ACTIONS(235), [anon_sym_register] = ACTIONS(235), @@ -18057,17 +18594,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(247), [anon_sym_struct] = ACTIONS(250), [anon_sym_union] = ACTIONS(253), - [anon_sym_if] = ACTIONS(454), - [anon_sym_switch] = ACTIONS(457), - [anon_sym_case] = ACTIONS(460), - [anon_sym_default] = ACTIONS(463), - [anon_sym_while] = ACTIONS(466), - [anon_sym_do] = ACTIONS(469), - [anon_sym_for] = ACTIONS(472), - [anon_sym_return] = ACTIONS(475), - [anon_sym_break] = ACTIONS(478), - [anon_sym_continue] = ACTIONS(481), - [anon_sym_goto] = ACTIONS(484), + [anon_sym_if] = ACTIONS(523), + [anon_sym_switch] = ACTIONS(526), + [anon_sym_case] = ACTIONS(529), + [anon_sym_default] = ACTIONS(532), + [anon_sym_while] = ACTIONS(535), + [anon_sym_do] = ACTIONS(538), + [anon_sym_for] = ACTIONS(541), + [anon_sym_return] = ACTIONS(544), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(550), + [anon_sym_goto] = ACTIONS(553), [anon_sym_DASH_DASH] = ACTIONS(289), [anon_sym_PLUS_PLUS] = ACTIONS(289), [anon_sym_sizeof] = ACTIONS(292), @@ -18091,78 +18628,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(313), [sym_comment] = ACTIONS(3), }, - [34] = { - [sym_preproc_include] = STATE(40), - [sym_preproc_def] = STATE(40), - [sym_preproc_function_def] = STATE(40), - [sym_preproc_call] = STATE(40), - [sym_preproc_if] = STATE(40), - [sym_preproc_ifdef] = STATE(40), - [sym_function_definition] = STATE(40), - [sym_declaration] = STATE(40), - [sym_type_definition] = STATE(40), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1039), - [sym_linkage_specification] = STATE(40), - [sym_attribute_specifier] = STATE(665), + [37] = { + [sym_preproc_include] = STATE(41), + [sym_preproc_def] = STATE(41), + [sym_preproc_function_def] = STATE(41), + [sym_preproc_call] = STATE(41), + [sym_preproc_if] = STATE(41), + [sym_preproc_ifdef] = STATE(41), + [sym_function_definition] = STATE(41), + [sym_declaration] = STATE(41), + [sym_type_definition] = STATE(41), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1031), + [sym_linkage_specification] = STATE(41), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_ms_call_modifier] = STATE(661), - [sym_compound_statement] = STATE(40), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), + [sym_ms_declspec_modifier] = STATE(669), + [sym_ms_call_modifier] = STATE(649), + [sym_compound_statement] = STATE(41), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), [sym__type_specifier] = STATE(872), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(40), - [sym_labeled_statement] = STATE(40), - [sym_expression_statement] = STATE(40), - [sym_if_statement] = STATE(40), - [sym_switch_statement] = STATE(40), - [sym_case_statement] = STATE(40), - [sym_while_statement] = STATE(40), - [sym_do_statement] = STATE(40), - [sym_for_statement] = STATE(40), - [sym_return_statement] = STATE(40), - [sym_break_statement] = STATE(40), - [sym_continue_statement] = STATE(40), - [sym_goto_statement] = STATE(40), - [sym__expression] = STATE(772), - [sym_comma_expression] = STATE(1551), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(41), + [sym_labeled_statement] = STATE(41), + [sym_expression_statement] = STATE(41), + [sym_if_statement] = STATE(41), + [sym_switch_statement] = STATE(41), + [sym_case_statement] = STATE(41), + [sym_while_statement] = STATE(41), + [sym_do_statement] = STATE(41), + [sym_for_statement] = STATE(41), + [sym_return_statement] = STATE(41), + [sym_break_statement] = STATE(41), + [sym_continue_statement] = STATE(41), + [sym_goto_statement] = STATE(41), + [sym__expression] = STATE(777), + [sym_comma_expression] = STATE(1392), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym__empty_declaration] = STATE(40), - [sym_macro_type_specifier] = STATE(905), - [aux_sym_translation_unit_repeat1] = STATE(40), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(195), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), - [sym_identifier] = ACTIONS(316), - [aux_sym_preproc_include_token1] = ACTIONS(318), - [aux_sym_preproc_def_token1] = ACTIONS(320), - [aux_sym_preproc_if_token1] = ACTIONS(322), - [aux_sym_preproc_ifdef_token1] = ACTIONS(324), - [aux_sym_preproc_ifdef_token2] = ACTIONS(324), - [sym_preproc_directive] = ACTIONS(326), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym__empty_declaration] = STATE(41), + [sym_macro_type_specifier] = STATE(909), + [aux_sym_translation_unit_repeat1] = STATE(41), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(117), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), + [sym_identifier] = ACTIONS(360), + [aux_sym_preproc_include_token1] = ACTIONS(362), + [aux_sym_preproc_def_token1] = ACTIONS(364), + [aux_sym_preproc_if_token1] = ACTIONS(366), + [aux_sym_preproc_if_token2] = ACTIONS(556), + [aux_sym_preproc_ifdef_token1] = ACTIONS(370), + [aux_sym_preproc_ifdef_token2] = ACTIONS(370), + [sym_preproc_directive] = ACTIONS(372), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -18170,9 +18708,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(328), - [anon_sym_typedef] = ACTIONS(330), - [anon_sym_extern] = ACTIONS(332), + [anon_sym_SEMI] = ACTIONS(374), + [anon_sym_typedef] = ACTIONS(376), + [anon_sym_extern] = ACTIONS(378), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -18182,8 +18720,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(334), - [anon_sym_RBRACE] = ACTIONS(487), + [anon_sym_LBRACE] = ACTIONS(380), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -18202,17 +18739,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(338), - [anon_sym_switch] = ACTIONS(340), - [anon_sym_case] = ACTIONS(342), - [anon_sym_default] = ACTIONS(344), - [anon_sym_while] = ACTIONS(346), - [anon_sym_do] = ACTIONS(348), - [anon_sym_for] = ACTIONS(350), - [anon_sym_return] = ACTIONS(352), - [anon_sym_break] = ACTIONS(354), - [anon_sym_continue] = ACTIONS(356), - [anon_sym_goto] = ACTIONS(358), + [anon_sym_if] = ACTIONS(382), + [anon_sym_switch] = ACTIONS(384), + [anon_sym_case] = ACTIONS(386), + [anon_sym_default] = ACTIONS(388), + [anon_sym_while] = ACTIONS(390), + [anon_sym_do] = ACTIONS(392), + [anon_sym_for] = ACTIONS(394), + [anon_sym_return] = ACTIONS(396), + [anon_sym_break] = ACTIONS(398), + [anon_sym_continue] = ACTIONS(400), + [anon_sym_goto] = ACTIONS(402), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -18236,71 +18773,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [35] = { - [sym_preproc_include] = STATE(40), - [sym_preproc_def] = STATE(40), - [sym_preproc_function_def] = STATE(40), - [sym_preproc_call] = STATE(40), - [sym_preproc_if] = STATE(40), - [sym_preproc_ifdef] = STATE(40), - [sym_function_definition] = STATE(40), - [sym_declaration] = STATE(40), - [sym_type_definition] = STATE(40), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1039), - [sym_linkage_specification] = STATE(40), - [sym_attribute_specifier] = STATE(665), + [38] = { + [sym_preproc_include] = STATE(23), + [sym_preproc_def] = STATE(23), + [sym_preproc_function_def] = STATE(23), + [sym_preproc_call] = STATE(23), + [sym_preproc_if] = STATE(23), + [sym_preproc_ifdef] = STATE(23), + [sym_function_definition] = STATE(23), + [sym_declaration] = STATE(23), + [sym_type_definition] = STATE(23), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1036), + [sym_linkage_specification] = STATE(23), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_ms_call_modifier] = STATE(661), - [sym_compound_statement] = STATE(40), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(872), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(40), - [sym_labeled_statement] = STATE(40), - [sym_expression_statement] = STATE(40), - [sym_if_statement] = STATE(40), - [sym_switch_statement] = STATE(40), - [sym_case_statement] = STATE(40), - [sym_while_statement] = STATE(40), - [sym_do_statement] = STATE(40), - [sym_for_statement] = STATE(40), - [sym_return_statement] = STATE(40), - [sym_break_statement] = STATE(40), - [sym_continue_statement] = STATE(40), - [sym_goto_statement] = STATE(40), - [sym__expression] = STATE(772), - [sym_comma_expression] = STATE(1551), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_ms_declspec_modifier] = STATE(669), + [sym_ms_call_modifier] = STATE(644), + [sym_compound_statement] = STATE(23), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(873), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(23), + [sym_labeled_statement] = STATE(23), + [sym_expression_statement] = STATE(23), + [sym_if_statement] = STATE(23), + [sym_switch_statement] = STATE(23), + [sym_case_statement] = STATE(23), + [sym_while_statement] = STATE(23), + [sym_do_statement] = STATE(23), + [sym_for_statement] = STATE(23), + [sym_return_statement] = STATE(23), + [sym_break_statement] = STATE(23), + [sym_continue_statement] = STATE(23), + [sym_goto_statement] = STATE(23), + [sym__expression] = STATE(822), + [sym_comma_expression] = STATE(1443), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym__empty_declaration] = STATE(40), - [sym_macro_type_specifier] = STATE(905), - [aux_sym_translation_unit_repeat1] = STATE(40), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(195), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym__empty_declaration] = STATE(23), + [sym_macro_type_specifier] = STATE(909), + [aux_sym_translation_unit_repeat1] = STATE(23), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(131), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), [sym_identifier] = ACTIONS(316), [aux_sym_preproc_include_token1] = ACTIONS(318), [aux_sym_preproc_def_token1] = ACTIONS(320), @@ -18328,7 +18865,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(334), - [anon_sym_RBRACE] = ACTIONS(489), + [anon_sym_RBRACE] = ACTIONS(558), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -18381,79 +18918,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [36] = { - [sym_preproc_include] = STATE(33), - [sym_preproc_def] = STATE(33), - [sym_preproc_function_def] = STATE(33), - [sym_preproc_call] = STATE(33), - [sym_preproc_if] = STATE(33), - [sym_preproc_ifdef] = STATE(33), - [sym_function_definition] = STATE(33), - [sym_declaration] = STATE(33), - [sym_type_definition] = STATE(33), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1032), - [sym_linkage_specification] = STATE(33), - [sym_attribute_specifier] = STATE(665), + [39] = { + [sym_preproc_include] = STATE(23), + [sym_preproc_def] = STATE(23), + [sym_preproc_function_def] = STATE(23), + [sym_preproc_call] = STATE(23), + [sym_preproc_if] = STATE(23), + [sym_preproc_ifdef] = STATE(23), + [sym_function_definition] = STATE(23), + [sym_declaration] = STATE(23), + [sym_type_definition] = STATE(23), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1036), + [sym_linkage_specification] = STATE(23), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_ms_call_modifier] = STATE(646), - [sym_compound_statement] = STATE(33), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(874), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(33), - [sym_labeled_statement] = STATE(33), - [sym_expression_statement] = STATE(33), - [sym_if_statement] = STATE(33), - [sym_switch_statement] = STATE(33), - [sym_case_statement] = STATE(33), - [sym_while_statement] = STATE(33), - [sym_do_statement] = STATE(33), - [sym_for_statement] = STATE(33), - [sym_return_statement] = STATE(33), - [sym_break_statement] = STATE(33), - [sym_continue_statement] = STATE(33), - [sym_goto_statement] = STATE(33), - [sym__expression] = STATE(780), - [sym_comma_expression] = STATE(1381), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_ms_declspec_modifier] = STATE(669), + [sym_ms_call_modifier] = STATE(644), + [sym_compound_statement] = STATE(23), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(873), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(23), + [sym_labeled_statement] = STATE(23), + [sym_expression_statement] = STATE(23), + [sym_if_statement] = STATE(23), + [sym_switch_statement] = STATE(23), + [sym_case_statement] = STATE(23), + [sym_while_statement] = STATE(23), + [sym_do_statement] = STATE(23), + [sym_for_statement] = STATE(23), + [sym_return_statement] = STATE(23), + [sym_break_statement] = STATE(23), + [sym_continue_statement] = STATE(23), + [sym_goto_statement] = STATE(23), + [sym__expression] = STATE(822), + [sym_comma_expression] = STATE(1443), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym__empty_declaration] = STATE(33), - [sym_macro_type_specifier] = STATE(905), - [aux_sym_translation_unit_repeat1] = STATE(33), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(146), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), - [sym_identifier] = ACTIONS(370), - [aux_sym_preproc_include_token1] = ACTIONS(372), - [aux_sym_preproc_def_token1] = ACTIONS(374), - [aux_sym_preproc_if_token1] = ACTIONS(376), - [aux_sym_preproc_if_token2] = ACTIONS(491), - [aux_sym_preproc_ifdef_token1] = ACTIONS(380), - [aux_sym_preproc_ifdef_token2] = ACTIONS(380), - [sym_preproc_directive] = ACTIONS(382), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym__empty_declaration] = STATE(23), + [sym_macro_type_specifier] = STATE(909), + [aux_sym_translation_unit_repeat1] = STATE(23), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(131), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), + [sym_identifier] = ACTIONS(316), + [aux_sym_preproc_include_token1] = ACTIONS(318), + [aux_sym_preproc_def_token1] = ACTIONS(320), + [aux_sym_preproc_if_token1] = ACTIONS(322), + [aux_sym_preproc_ifdef_token1] = ACTIONS(324), + [aux_sym_preproc_ifdef_token2] = ACTIONS(324), + [sym_preproc_directive] = ACTIONS(326), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -18461,9 +18997,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(384), - [anon_sym_typedef] = ACTIONS(386), - [anon_sym_extern] = ACTIONS(388), + [anon_sym_SEMI] = ACTIONS(328), + [anon_sym_typedef] = ACTIONS(330), + [anon_sym_extern] = ACTIONS(332), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -18473,7 +19009,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(390), + [anon_sym_LBRACE] = ACTIONS(334), + [anon_sym_RBRACE] = ACTIONS(560), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -18492,162 +19029,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(392), - [anon_sym_switch] = ACTIONS(394), - [anon_sym_case] = ACTIONS(396), - [anon_sym_default] = ACTIONS(398), - [anon_sym_while] = ACTIONS(400), - [anon_sym_do] = ACTIONS(402), - [anon_sym_for] = ACTIONS(404), - [anon_sym_return] = ACTIONS(406), - [anon_sym_break] = ACTIONS(408), - [anon_sym_continue] = ACTIONS(410), - [anon_sym_goto] = ACTIONS(412), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_sizeof] = ACTIONS(81), - [anon_sym_offsetof] = ACTIONS(83), - [anon_sym__Generic] = ACTIONS(85), - [anon_sym_asm] = ACTIONS(87), - [anon_sym___asm__] = ACTIONS(87), - [sym_number_literal] = ACTIONS(89), - [anon_sym_L_SQUOTE] = ACTIONS(91), - [anon_sym_u_SQUOTE] = ACTIONS(91), - [anon_sym_U_SQUOTE] = ACTIONS(91), - [anon_sym_u8_SQUOTE] = ACTIONS(91), - [anon_sym_SQUOTE] = ACTIONS(91), - [anon_sym_L_DQUOTE] = ACTIONS(93), - [anon_sym_u_DQUOTE] = ACTIONS(93), - [anon_sym_U_DQUOTE] = ACTIONS(93), - [anon_sym_u8_DQUOTE] = ACTIONS(93), - [anon_sym_DQUOTE] = ACTIONS(93), - [sym_true] = ACTIONS(95), - [sym_false] = ACTIONS(95), - [sym_null] = ACTIONS(95), - [sym_comment] = ACTIONS(3), - }, - [37] = { - [sym_preproc_include] = STATE(38), - [sym_preproc_def] = STATE(38), - [sym_preproc_function_def] = STATE(38), - [sym_preproc_call] = STATE(38), - [sym_preproc_if] = STATE(38), - [sym_preproc_ifdef] = STATE(38), - [sym_function_definition] = STATE(38), - [sym_declaration] = STATE(38), - [sym_type_definition] = STATE(38), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1044), - [sym_linkage_specification] = STATE(38), - [sym_attribute_specifier] = STATE(665), - [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_ms_call_modifier] = STATE(663), - [sym_compound_statement] = STATE(38), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(875), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(38), - [sym_labeled_statement] = STATE(38), - [sym_expression_statement] = STATE(38), - [sym_if_statement] = STATE(38), - [sym_switch_statement] = STATE(38), - [sym_case_statement] = STATE(38), - [sym_while_statement] = STATE(38), - [sym_do_statement] = STATE(38), - [sym_for_statement] = STATE(38), - [sym_return_statement] = STATE(38), - [sym_break_statement] = STATE(38), - [sym_continue_statement] = STATE(38), - [sym_goto_statement] = STATE(38), - [sym__expression] = STATE(819), - [sym_comma_expression] = STATE(1472), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), - [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), - [sym_subscript_expression] = STATE(636), - [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), - [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), - [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym__empty_declaration] = STATE(38), - [sym_macro_type_specifier] = STATE(905), - [aux_sym_translation_unit_repeat1] = STATE(38), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(148), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), - [ts_builtin_sym_end] = ACTIONS(493), - [sym_identifier] = ACTIONS(7), - [aux_sym_preproc_include_token1] = ACTIONS(9), - [aux_sym_preproc_def_token1] = ACTIONS(11), - [aux_sym_preproc_if_token1] = ACTIONS(13), - [aux_sym_preproc_ifdef_token1] = ACTIONS(15), - [aux_sym_preproc_ifdef_token2] = ACTIONS(15), - [sym_preproc_directive] = ACTIONS(17), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(25), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(27), - [anon_sym_typedef] = ACTIONS(29), - [anon_sym_extern] = ACTIONS(31), - [anon_sym___attribute__] = ACTIONS(33), - [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym___declspec] = ACTIONS(37), - [anon_sym___cdecl] = ACTIONS(39), - [anon_sym___clrcall] = ACTIONS(39), - [anon_sym___stdcall] = ACTIONS(39), - [anon_sym___fastcall] = ACTIONS(39), - [anon_sym___thiscall] = ACTIONS(39), - [anon_sym___vectorcall] = ACTIONS(39), - [anon_sym_LBRACE] = ACTIONS(41), - [anon_sym_static] = ACTIONS(43), - [anon_sym_auto] = ACTIONS(43), - [anon_sym_register] = ACTIONS(43), - [anon_sym_inline] = ACTIONS(43), - [anon_sym_const] = ACTIONS(45), - [anon_sym_volatile] = ACTIONS(45), - [anon_sym_restrict] = ACTIONS(45), - [anon_sym___restrict__] = ACTIONS(45), - [anon_sym__Atomic] = ACTIONS(45), - [anon_sym__Noreturn] = ACTIONS(45), - [anon_sym_signed] = ACTIONS(47), - [anon_sym_unsigned] = ACTIONS(47), - [anon_sym_long] = ACTIONS(47), - [anon_sym_short] = ACTIONS(47), - [sym_primitive_type] = ACTIONS(49), - [anon_sym_enum] = ACTIONS(51), - [anon_sym_struct] = ACTIONS(53), - [anon_sym_union] = ACTIONS(55), - [anon_sym_if] = ACTIONS(57), - [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(61), - [anon_sym_default] = ACTIONS(63), - [anon_sym_while] = ACTIONS(65), - [anon_sym_do] = ACTIONS(67), - [anon_sym_for] = ACTIONS(69), - [anon_sym_return] = ACTIONS(71), - [anon_sym_break] = ACTIONS(73), - [anon_sym_continue] = ACTIONS(75), - [anon_sym_goto] = ACTIONS(77), + [anon_sym_if] = ACTIONS(338), + [anon_sym_switch] = ACTIONS(340), + [anon_sym_case] = ACTIONS(342), + [anon_sym_default] = ACTIONS(344), + [anon_sym_while] = ACTIONS(346), + [anon_sym_do] = ACTIONS(348), + [anon_sym_for] = ACTIONS(350), + [anon_sym_return] = ACTIONS(352), + [anon_sym_break] = ACTIONS(354), + [anon_sym_continue] = ACTIONS(356), + [anon_sym_goto] = ACTIONS(358), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -18671,216 +19063,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [38] = { - [sym_preproc_include] = STATE(38), - [sym_preproc_def] = STATE(38), - [sym_preproc_function_def] = STATE(38), - [sym_preproc_call] = STATE(38), - [sym_preproc_if] = STATE(38), - [sym_preproc_ifdef] = STATE(38), - [sym_function_definition] = STATE(38), - [sym_declaration] = STATE(38), - [sym_type_definition] = STATE(38), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1044), - [sym_linkage_specification] = STATE(38), - [sym_attribute_specifier] = STATE(665), - [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_ms_call_modifier] = STATE(663), - [sym_compound_statement] = STATE(38), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(875), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(38), - [sym_labeled_statement] = STATE(38), - [sym_expression_statement] = STATE(38), - [sym_if_statement] = STATE(38), - [sym_switch_statement] = STATE(38), - [sym_case_statement] = STATE(38), - [sym_while_statement] = STATE(38), - [sym_do_statement] = STATE(38), - [sym_for_statement] = STATE(38), - [sym_return_statement] = STATE(38), - [sym_break_statement] = STATE(38), - [sym_continue_statement] = STATE(38), - [sym_goto_statement] = STATE(38), - [sym__expression] = STATE(819), - [sym_comma_expression] = STATE(1472), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), - [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), - [sym_subscript_expression] = STATE(636), - [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), - [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), - [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym__empty_declaration] = STATE(38), - [sym_macro_type_specifier] = STATE(905), - [aux_sym_translation_unit_repeat1] = STATE(38), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(148), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), - [ts_builtin_sym_end] = ACTIONS(495), - [sym_identifier] = ACTIONS(497), - [aux_sym_preproc_include_token1] = ACTIONS(500), - [aux_sym_preproc_def_token1] = ACTIONS(503), - [aux_sym_preproc_if_token1] = ACTIONS(506), - [aux_sym_preproc_ifdef_token1] = ACTIONS(509), - [aux_sym_preproc_ifdef_token2] = ACTIONS(509), - [sym_preproc_directive] = ACTIONS(512), - [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(515), - [anon_sym_typedef] = ACTIONS(518), - [anon_sym_extern] = ACTIONS(521), - [anon_sym___attribute__] = ACTIONS(220), - [anon_sym_LBRACK_LBRACK] = ACTIONS(223), - [anon_sym___declspec] = ACTIONS(226), - [anon_sym___cdecl] = ACTIONS(229), - [anon_sym___clrcall] = ACTIONS(229), - [anon_sym___stdcall] = ACTIONS(229), - [anon_sym___fastcall] = ACTIONS(229), - [anon_sym___thiscall] = ACTIONS(229), - [anon_sym___vectorcall] = ACTIONS(229), - [anon_sym_LBRACE] = ACTIONS(524), - [anon_sym_static] = ACTIONS(235), - [anon_sym_auto] = ACTIONS(235), - [anon_sym_register] = ACTIONS(235), - [anon_sym_inline] = ACTIONS(235), - [anon_sym_const] = ACTIONS(238), - [anon_sym_volatile] = ACTIONS(238), - [anon_sym_restrict] = ACTIONS(238), - [anon_sym___restrict__] = ACTIONS(238), - [anon_sym__Atomic] = ACTIONS(238), - [anon_sym__Noreturn] = ACTIONS(238), - [anon_sym_signed] = ACTIONS(241), - [anon_sym_unsigned] = ACTIONS(241), - [anon_sym_long] = ACTIONS(241), - [anon_sym_short] = ACTIONS(241), - [sym_primitive_type] = ACTIONS(244), - [anon_sym_enum] = ACTIONS(247), - [anon_sym_struct] = ACTIONS(250), - [anon_sym_union] = ACTIONS(253), - [anon_sym_if] = ACTIONS(527), - [anon_sym_switch] = ACTIONS(530), - [anon_sym_case] = ACTIONS(533), - [anon_sym_default] = ACTIONS(536), - [anon_sym_while] = ACTIONS(539), - [anon_sym_do] = ACTIONS(542), - [anon_sym_for] = ACTIONS(545), - [anon_sym_return] = ACTIONS(548), - [anon_sym_break] = ACTIONS(551), - [anon_sym_continue] = ACTIONS(554), - [anon_sym_goto] = ACTIONS(557), - [anon_sym_DASH_DASH] = ACTIONS(289), - [anon_sym_PLUS_PLUS] = ACTIONS(289), - [anon_sym_sizeof] = ACTIONS(292), - [anon_sym_offsetof] = ACTIONS(295), - [anon_sym__Generic] = ACTIONS(298), - [anon_sym_asm] = ACTIONS(301), - [anon_sym___asm__] = ACTIONS(301), - [sym_number_literal] = ACTIONS(304), - [anon_sym_L_SQUOTE] = ACTIONS(307), - [anon_sym_u_SQUOTE] = ACTIONS(307), - [anon_sym_U_SQUOTE] = ACTIONS(307), - [anon_sym_u8_SQUOTE] = ACTIONS(307), - [anon_sym_SQUOTE] = ACTIONS(307), - [anon_sym_L_DQUOTE] = ACTIONS(310), - [anon_sym_u_DQUOTE] = ACTIONS(310), - [anon_sym_U_DQUOTE] = ACTIONS(310), - [anon_sym_u8_DQUOTE] = ACTIONS(310), - [anon_sym_DQUOTE] = ACTIONS(310), - [sym_true] = ACTIONS(313), - [sym_false] = ACTIONS(313), - [sym_null] = ACTIONS(313), - [sym_comment] = ACTIONS(3), - }, - [39] = { - [sym_preproc_include] = STATE(40), - [sym_preproc_def] = STATE(40), - [sym_preproc_function_def] = STATE(40), - [sym_preproc_call] = STATE(40), - [sym_preproc_if] = STATE(40), - [sym_preproc_ifdef] = STATE(40), - [sym_function_definition] = STATE(40), - [sym_declaration] = STATE(40), - [sym_type_definition] = STATE(40), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1039), - [sym_linkage_specification] = STATE(40), - [sym_attribute_specifier] = STATE(665), + [40] = { + [sym_preproc_include] = STATE(23), + [sym_preproc_def] = STATE(23), + [sym_preproc_function_def] = STATE(23), + [sym_preproc_call] = STATE(23), + [sym_preproc_if] = STATE(23), + [sym_preproc_ifdef] = STATE(23), + [sym_function_definition] = STATE(23), + [sym_declaration] = STATE(23), + [sym_type_definition] = STATE(23), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1036), + [sym_linkage_specification] = STATE(23), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_ms_call_modifier] = STATE(661), - [sym_compound_statement] = STATE(40), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(872), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(40), - [sym_labeled_statement] = STATE(40), - [sym_expression_statement] = STATE(40), - [sym_if_statement] = STATE(40), - [sym_switch_statement] = STATE(40), - [sym_case_statement] = STATE(40), - [sym_while_statement] = STATE(40), - [sym_do_statement] = STATE(40), - [sym_for_statement] = STATE(40), - [sym_return_statement] = STATE(40), - [sym_break_statement] = STATE(40), - [sym_continue_statement] = STATE(40), - [sym_goto_statement] = STATE(40), - [sym__expression] = STATE(772), - [sym_comma_expression] = STATE(1551), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_ms_declspec_modifier] = STATE(669), + [sym_ms_call_modifier] = STATE(644), + [sym_compound_statement] = STATE(23), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(873), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(23), + [sym_labeled_statement] = STATE(23), + [sym_expression_statement] = STATE(23), + [sym_if_statement] = STATE(23), + [sym_switch_statement] = STATE(23), + [sym_case_statement] = STATE(23), + [sym_while_statement] = STATE(23), + [sym_do_statement] = STATE(23), + [sym_for_statement] = STATE(23), + [sym_return_statement] = STATE(23), + [sym_break_statement] = STATE(23), + [sym_continue_statement] = STATE(23), + [sym_goto_statement] = STATE(23), + [sym__expression] = STATE(822), + [sym_comma_expression] = STATE(1443), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym__empty_declaration] = STATE(40), - [sym_macro_type_specifier] = STATE(905), - [aux_sym_translation_unit_repeat1] = STATE(40), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(195), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym__empty_declaration] = STATE(23), + [sym_macro_type_specifier] = STATE(909), + [aux_sym_translation_unit_repeat1] = STATE(23), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(131), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), [sym_identifier] = ACTIONS(316), [aux_sym_preproc_include_token1] = ACTIONS(318), [aux_sym_preproc_def_token1] = ACTIONS(320), @@ -18908,7 +19155,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(334), - [anon_sym_RBRACE] = ACTIONS(560), + [anon_sym_RBRACE] = ACTIONS(562), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -18961,78 +19208,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [40] = { - [sym_preproc_include] = STATE(40), - [sym_preproc_def] = STATE(40), - [sym_preproc_function_def] = STATE(40), - [sym_preproc_call] = STATE(40), - [sym_preproc_if] = STATE(40), - [sym_preproc_ifdef] = STATE(40), - [sym_function_definition] = STATE(40), - [sym_declaration] = STATE(40), - [sym_type_definition] = STATE(40), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1039), - [sym_linkage_specification] = STATE(40), - [sym_attribute_specifier] = STATE(665), + [41] = { + [sym_preproc_include] = STATE(41), + [sym_preproc_def] = STATE(41), + [sym_preproc_function_def] = STATE(41), + [sym_preproc_call] = STATE(41), + [sym_preproc_if] = STATE(41), + [sym_preproc_ifdef] = STATE(41), + [sym_function_definition] = STATE(41), + [sym_declaration] = STATE(41), + [sym_type_definition] = STATE(41), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1031), + [sym_linkage_specification] = STATE(41), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_ms_call_modifier] = STATE(661), - [sym_compound_statement] = STATE(40), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), + [sym_ms_declspec_modifier] = STATE(669), + [sym_ms_call_modifier] = STATE(649), + [sym_compound_statement] = STATE(41), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), [sym__type_specifier] = STATE(872), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(40), - [sym_labeled_statement] = STATE(40), - [sym_expression_statement] = STATE(40), - [sym_if_statement] = STATE(40), - [sym_switch_statement] = STATE(40), - [sym_case_statement] = STATE(40), - [sym_while_statement] = STATE(40), - [sym_do_statement] = STATE(40), - [sym_for_statement] = STATE(40), - [sym_return_statement] = STATE(40), - [sym_break_statement] = STATE(40), - [sym_continue_statement] = STATE(40), - [sym_goto_statement] = STATE(40), - [sym__expression] = STATE(772), - [sym_comma_expression] = STATE(1551), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(41), + [sym_labeled_statement] = STATE(41), + [sym_expression_statement] = STATE(41), + [sym_if_statement] = STATE(41), + [sym_switch_statement] = STATE(41), + [sym_case_statement] = STATE(41), + [sym_while_statement] = STATE(41), + [sym_do_statement] = STATE(41), + [sym_for_statement] = STATE(41), + [sym_return_statement] = STATE(41), + [sym_break_statement] = STATE(41), + [sym_continue_statement] = STATE(41), + [sym_goto_statement] = STATE(41), + [sym__expression] = STATE(777), + [sym_comma_expression] = STATE(1392), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym__empty_declaration] = STATE(40), - [sym_macro_type_specifier] = STATE(905), - [aux_sym_translation_unit_repeat1] = STATE(40), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(195), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), - [sym_identifier] = ACTIONS(562), - [aux_sym_preproc_include_token1] = ACTIONS(565), - [aux_sym_preproc_def_token1] = ACTIONS(568), - [aux_sym_preproc_if_token1] = ACTIONS(571), - [aux_sym_preproc_ifdef_token1] = ACTIONS(574), - [aux_sym_preproc_ifdef_token2] = ACTIONS(574), - [sym_preproc_directive] = ACTIONS(577), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym__empty_declaration] = STATE(41), + [sym_macro_type_specifier] = STATE(909), + [aux_sym_translation_unit_repeat1] = STATE(41), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(117), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), + [sym_identifier] = ACTIONS(564), + [aux_sym_preproc_include_token1] = ACTIONS(567), + [aux_sym_preproc_def_token1] = ACTIONS(570), + [aux_sym_preproc_if_token1] = ACTIONS(573), + [aux_sym_preproc_if_token2] = ACTIONS(191), + [aux_sym_preproc_ifdef_token1] = ACTIONS(576), + [aux_sym_preproc_ifdef_token2] = ACTIONS(576), + [sym_preproc_directive] = ACTIONS(579), [anon_sym_LPAREN2] = ACTIONS(199), [anon_sym_BANG] = ACTIONS(202), [anon_sym_TILDE] = ACTIONS(202), @@ -19040,9 +19288,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(205), [anon_sym_STAR] = ACTIONS(208), [anon_sym_AMP] = ACTIONS(208), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_typedef] = ACTIONS(583), - [anon_sym_extern] = ACTIONS(586), + [anon_sym_SEMI] = ACTIONS(582), + [anon_sym_typedef] = ACTIONS(585), + [anon_sym_extern] = ACTIONS(588), [anon_sym___attribute__] = ACTIONS(220), [anon_sym_LBRACK_LBRACK] = ACTIONS(223), [anon_sym___declspec] = ACTIONS(226), @@ -19052,8 +19300,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(229), [anon_sym___thiscall] = ACTIONS(229), [anon_sym___vectorcall] = ACTIONS(229), - [anon_sym_LBRACE] = ACTIONS(589), - [anon_sym_RBRACE] = ACTIONS(495), + [anon_sym_LBRACE] = ACTIONS(591), [anon_sym_static] = ACTIONS(235), [anon_sym_auto] = ACTIONS(235), [anon_sym_register] = ACTIONS(235), @@ -19072,17 +19319,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(247), [anon_sym_struct] = ACTIONS(250), [anon_sym_union] = ACTIONS(253), - [anon_sym_if] = ACTIONS(592), - [anon_sym_switch] = ACTIONS(595), - [anon_sym_case] = ACTIONS(598), - [anon_sym_default] = ACTIONS(601), - [anon_sym_while] = ACTIONS(604), - [anon_sym_do] = ACTIONS(607), - [anon_sym_for] = ACTIONS(610), - [anon_sym_return] = ACTIONS(613), - [anon_sym_break] = ACTIONS(616), - [anon_sym_continue] = ACTIONS(619), - [anon_sym_goto] = ACTIONS(622), + [anon_sym_if] = ACTIONS(594), + [anon_sym_switch] = ACTIONS(597), + [anon_sym_case] = ACTIONS(600), + [anon_sym_default] = ACTIONS(603), + [anon_sym_while] = ACTIONS(606), + [anon_sym_do] = ACTIONS(609), + [anon_sym_for] = ACTIONS(612), + [anon_sym_return] = ACTIONS(615), + [anon_sym_break] = ACTIONS(618), + [anon_sym_continue] = ACTIONS(621), + [anon_sym_goto] = ACTIONS(624), [anon_sym_DASH_DASH] = ACTIONS(289), [anon_sym_PLUS_PLUS] = ACTIONS(289), [anon_sym_sizeof] = ACTIONS(292), @@ -19106,78 +19353,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(313), [sym_comment] = ACTIONS(3), }, - [41] = { - [sym_preproc_include] = STATE(23), - [sym_preproc_def] = STATE(23), - [sym_preproc_function_def] = STATE(23), - [sym_preproc_call] = STATE(23), - [sym_preproc_if] = STATE(23), - [sym_preproc_ifdef] = STATE(23), - [sym_function_definition] = STATE(23), - [sym_declaration] = STATE(23), - [sym_type_definition] = STATE(23), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1039), - [sym_linkage_specification] = STATE(23), - [sym_attribute_specifier] = STATE(665), + [42] = { + [sym_preproc_include] = STATE(36), + [sym_preproc_def] = STATE(36), + [sym_preproc_function_def] = STATE(36), + [sym_preproc_call] = STATE(36), + [sym_preproc_if] = STATE(36), + [sym_preproc_ifdef] = STATE(36), + [sym_function_definition] = STATE(36), + [sym_declaration] = STATE(36), + [sym_type_definition] = STATE(36), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1033), + [sym_linkage_specification] = STATE(36), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_ms_call_modifier] = STATE(661), - [sym_compound_statement] = STATE(23), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(872), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(23), - [sym_labeled_statement] = STATE(23), - [sym_expression_statement] = STATE(23), - [sym_if_statement] = STATE(23), - [sym_switch_statement] = STATE(23), - [sym_case_statement] = STATE(23), - [sym_while_statement] = STATE(23), - [sym_do_statement] = STATE(23), - [sym_for_statement] = STATE(23), - [sym_return_statement] = STATE(23), - [sym_break_statement] = STATE(23), - [sym_continue_statement] = STATE(23), - [sym_goto_statement] = STATE(23), - [sym__expression] = STATE(772), - [sym_comma_expression] = STATE(1551), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_ms_declspec_modifier] = STATE(669), + [sym_ms_call_modifier] = STATE(659), + [sym_compound_statement] = STATE(36), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(874), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(36), + [sym_labeled_statement] = STATE(36), + [sym_expression_statement] = STATE(36), + [sym_if_statement] = STATE(36), + [sym_switch_statement] = STATE(36), + [sym_case_statement] = STATE(36), + [sym_while_statement] = STATE(36), + [sym_do_statement] = STATE(36), + [sym_for_statement] = STATE(36), + [sym_return_statement] = STATE(36), + [sym_break_statement] = STATE(36), + [sym_continue_statement] = STATE(36), + [sym_goto_statement] = STATE(36), + [sym__expression] = STATE(789), + [sym_comma_expression] = STATE(1475), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym__empty_declaration] = STATE(23), - [sym_macro_type_specifier] = STATE(905), - [aux_sym_translation_unit_repeat1] = STATE(23), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(195), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), - [sym_identifier] = ACTIONS(316), - [aux_sym_preproc_include_token1] = ACTIONS(318), - [aux_sym_preproc_def_token1] = ACTIONS(320), - [aux_sym_preproc_if_token1] = ACTIONS(322), - [aux_sym_preproc_ifdef_token1] = ACTIONS(324), - [aux_sym_preproc_ifdef_token2] = ACTIONS(324), - [sym_preproc_directive] = ACTIONS(326), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym__empty_declaration] = STATE(36), + [sym_macro_type_specifier] = STATE(909), + [aux_sym_translation_unit_repeat1] = STATE(36), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(135), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), + [ts_builtin_sym_end] = ACTIONS(627), + [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), @@ -19185,9 +19433,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(328), - [anon_sym_typedef] = ACTIONS(330), - [anon_sym_extern] = ACTIONS(332), + [anon_sym_SEMI] = ACTIONS(27), + [anon_sym_typedef] = ACTIONS(29), + [anon_sym_extern] = ACTIONS(31), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -19197,8 +19445,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(334), - [anon_sym_RBRACE] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -19217,17 +19464,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(338), - [anon_sym_switch] = ACTIONS(340), - [anon_sym_case] = ACTIONS(342), - [anon_sym_default] = ACTIONS(344), - [anon_sym_while] = ACTIONS(346), - [anon_sym_do] = ACTIONS(348), - [anon_sym_for] = ACTIONS(350), - [anon_sym_return] = ACTIONS(352), - [anon_sym_break] = ACTIONS(354), - [anon_sym_continue] = ACTIONS(356), - [anon_sym_goto] = ACTIONS(358), + [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), @@ -19251,78 +19498,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [42] = { - [sym_preproc_include] = STATE(39), - [sym_preproc_def] = STATE(39), - [sym_preproc_function_def] = STATE(39), - [sym_preproc_call] = STATE(39), - [sym_preproc_if] = STATE(39), - [sym_preproc_ifdef] = STATE(39), - [sym_function_definition] = STATE(39), - [sym_declaration] = STATE(39), - [sym_type_definition] = STATE(39), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1039), - [sym_linkage_specification] = STATE(39), - [sym_attribute_specifier] = STATE(665), + [43] = { + [sym_declaration] = STATE(44), + [sym_type_definition] = STATE(44), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1044), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_ms_call_modifier] = STATE(661), - [sym_compound_statement] = STATE(39), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(872), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [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_ms_declspec_modifier] = STATE(669), + [sym_compound_statement] = STATE(44), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(733), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(44), + [sym_labeled_statement] = STATE(44), + [sym_expression_statement] = STATE(44), + [sym_if_statement] = STATE(44), + [sym_switch_statement] = STATE(44), + [sym_while_statement] = STATE(44), + [sym_do_statement] = STATE(44), + [sym_for_statement] = STATE(44), + [sym_return_statement] = STATE(44), + [sym_break_statement] = STATE(44), + [sym_continue_statement] = STATE(44), + [sym_goto_statement] = STATE(44), [sym__expression] = STATE(772), - [sym_comma_expression] = STATE(1551), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_comma_expression] = STATE(1497), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym__empty_declaration] = STATE(39), - [sym_macro_type_specifier] = STATE(905), - [aux_sym_translation_unit_repeat1] = STATE(39), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(195), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), - [sym_identifier] = ACTIONS(316), - [aux_sym_preproc_include_token1] = ACTIONS(318), - [aux_sym_preproc_def_token1] = ACTIONS(320), - [aux_sym_preproc_if_token1] = ACTIONS(322), - [aux_sym_preproc_ifdef_token1] = ACTIONS(324), - [aux_sym_preproc_ifdef_token2] = ACTIONS(324), - [sym_preproc_directive] = ACTIONS(326), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym_macro_type_specifier] = STATE(909), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(200), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), + [aux_sym_case_statement_repeat1] = STATE(44), + [sym_identifier] = ACTIONS(629), + [aux_sym_preproc_include_token1] = ACTIONS(631), + [aux_sym_preproc_def_token1] = ACTIONS(631), + [aux_sym_preproc_if_token1] = ACTIONS(631), + [aux_sym_preproc_if_token2] = ACTIONS(631), + [aux_sym_preproc_ifdef_token1] = ACTIONS(631), + [aux_sym_preproc_ifdef_token2] = ACTIONS(631), + [aux_sym_preproc_else_token1] = ACTIONS(631), + [aux_sym_preproc_elif_token1] = ACTIONS(631), + [sym_preproc_directive] = ACTIONS(631), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -19330,20 +19569,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(328), - [anon_sym_typedef] = ACTIONS(330), - [anon_sym_extern] = ACTIONS(332), + [anon_sym_SEMI] = ACTIONS(115), + [anon_sym_typedef] = ACTIONS(117), + [anon_sym_extern] = ACTIONS(43), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), - [anon_sym___cdecl] = ACTIONS(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(334), - [anon_sym_RBRACE] = ACTIONS(627), + [anon_sym___cdecl] = ACTIONS(631), + [anon_sym___clrcall] = ACTIONS(631), + [anon_sym___stdcall] = ACTIONS(631), + [anon_sym___fastcall] = ACTIONS(631), + [anon_sym___thiscall] = ACTIONS(631), + [anon_sym___vectorcall] = ACTIONS(631), + [anon_sym_LBRACE] = ACTIONS(121), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -19362,17 +19600,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), - [anon_sym_if] = ACTIONS(338), - [anon_sym_switch] = ACTIONS(340), - [anon_sym_case] = ACTIONS(342), - [anon_sym_default] = ACTIONS(344), - [anon_sym_while] = ACTIONS(346), - [anon_sym_do] = ACTIONS(348), - [anon_sym_for] = ACTIONS(350), - [anon_sym_return] = ACTIONS(352), - [anon_sym_break] = ACTIONS(354), - [anon_sym_continue] = ACTIONS(356), - [anon_sym_goto] = ACTIONS(358), + [anon_sym_if] = ACTIONS(123), + [anon_sym_else] = ACTIONS(631), + [anon_sym_switch] = ACTIONS(125), + [anon_sym_case] = ACTIONS(631), + [anon_sym_default] = ACTIONS(631), + [anon_sym_while] = ACTIONS(131), + [anon_sym_do] = ACTIONS(133), + [anon_sym_for] = ACTIONS(135), + [anon_sym_return] = ACTIONS(137), + [anon_sym_break] = ACTIONS(139), + [anon_sym_continue] = ACTIONS(141), + [anon_sym_goto] = ACTIONS(143), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -19396,159 +19635,159 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [43] = { - [sym_declaration] = STATE(43), - [sym_type_definition] = STATE(43), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1034), - [sym_attribute_specifier] = STATE(665), + [44] = { + [sym_declaration] = STATE(44), + [sym_type_definition] = STATE(44), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1044), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_compound_statement] = STATE(43), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(764), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(43), - [sym_labeled_statement] = STATE(43), - [sym_expression_statement] = STATE(43), - [sym_if_statement] = STATE(43), - [sym_switch_statement] = STATE(43), - [sym_while_statement] = STATE(43), - [sym_do_statement] = STATE(43), - [sym_for_statement] = STATE(43), - [sym_return_statement] = STATE(43), - [sym_break_statement] = STATE(43), - [sym_continue_statement] = STATE(43), - [sym_goto_statement] = STATE(43), - [sym__expression] = STATE(799), - [sym_comma_expression] = STATE(1450), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_ms_declspec_modifier] = STATE(669), + [sym_compound_statement] = STATE(44), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(733), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(44), + [sym_labeled_statement] = STATE(44), + [sym_expression_statement] = STATE(44), + [sym_if_statement] = STATE(44), + [sym_switch_statement] = STATE(44), + [sym_while_statement] = STATE(44), + [sym_do_statement] = STATE(44), + [sym_for_statement] = STATE(44), + [sym_return_statement] = STATE(44), + [sym_break_statement] = STATE(44), + [sym_continue_statement] = STATE(44), + [sym_goto_statement] = STATE(44), + [sym__expression] = STATE(772), + [sym_comma_expression] = STATE(1497), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym_macro_type_specifier] = STATE(905), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), - [aux_sym_case_statement_repeat1] = STATE(43), - [sym_identifier] = ACTIONS(629), - [aux_sym_preproc_include_token1] = ACTIONS(632), - [aux_sym_preproc_def_token1] = ACTIONS(632), - [aux_sym_preproc_if_token1] = ACTIONS(632), - [aux_sym_preproc_if_token2] = ACTIONS(632), - [aux_sym_preproc_ifdef_token1] = ACTIONS(632), - [aux_sym_preproc_ifdef_token2] = ACTIONS(632), - [aux_sym_preproc_else_token1] = ACTIONS(632), - [aux_sym_preproc_elif_token1] = ACTIONS(632), - [sym_preproc_directive] = ACTIONS(632), - [anon_sym_LPAREN2] = ACTIONS(634), - [anon_sym_BANG] = ACTIONS(637), - [anon_sym_TILDE] = ACTIONS(637), - [anon_sym_DASH] = ACTIONS(640), - [anon_sym_PLUS] = ACTIONS(640), - [anon_sym_STAR] = ACTIONS(643), - [anon_sym_AMP] = ACTIONS(643), - [anon_sym_SEMI] = ACTIONS(646), - [anon_sym_typedef] = ACTIONS(649), - [anon_sym_extern] = ACTIONS(652), - [anon_sym___attribute__] = ACTIONS(655), - [anon_sym_LBRACK_LBRACK] = ACTIONS(658), - [anon_sym___declspec] = ACTIONS(661), - [anon_sym___cdecl] = ACTIONS(632), - [anon_sym___clrcall] = ACTIONS(632), - [anon_sym___stdcall] = ACTIONS(632), - [anon_sym___fastcall] = ACTIONS(632), - [anon_sym___thiscall] = ACTIONS(632), - [anon_sym___vectorcall] = ACTIONS(632), - [anon_sym_LBRACE] = ACTIONS(664), - [anon_sym_static] = ACTIONS(652), - [anon_sym_auto] = ACTIONS(652), - [anon_sym_register] = ACTIONS(652), - [anon_sym_inline] = ACTIONS(652), - [anon_sym_const] = ACTIONS(667), - [anon_sym_volatile] = ACTIONS(667), - [anon_sym_restrict] = ACTIONS(667), - [anon_sym___restrict__] = ACTIONS(667), - [anon_sym__Atomic] = ACTIONS(667), - [anon_sym__Noreturn] = ACTIONS(667), - [anon_sym_signed] = ACTIONS(670), - [anon_sym_unsigned] = ACTIONS(670), - [anon_sym_long] = ACTIONS(670), - [anon_sym_short] = ACTIONS(670), - [sym_primitive_type] = ACTIONS(673), - [anon_sym_enum] = ACTIONS(676), - [anon_sym_struct] = ACTIONS(679), - [anon_sym_union] = ACTIONS(682), - [anon_sym_if] = ACTIONS(685), - [anon_sym_else] = ACTIONS(632), - [anon_sym_switch] = ACTIONS(688), - [anon_sym_case] = ACTIONS(632), - [anon_sym_default] = ACTIONS(632), - [anon_sym_while] = ACTIONS(691), - [anon_sym_do] = ACTIONS(694), - [anon_sym_for] = ACTIONS(697), - [anon_sym_return] = ACTIONS(700), - [anon_sym_break] = ACTIONS(703), - [anon_sym_continue] = ACTIONS(706), - [anon_sym_goto] = ACTIONS(709), - [anon_sym_DASH_DASH] = ACTIONS(712), - [anon_sym_PLUS_PLUS] = ACTIONS(712), - [anon_sym_sizeof] = ACTIONS(715), - [anon_sym_offsetof] = ACTIONS(718), - [anon_sym__Generic] = ACTIONS(721), - [anon_sym_asm] = ACTIONS(724), - [anon_sym___asm__] = ACTIONS(724), - [sym_number_literal] = ACTIONS(727), - [anon_sym_L_SQUOTE] = ACTIONS(730), - [anon_sym_u_SQUOTE] = ACTIONS(730), - [anon_sym_U_SQUOTE] = ACTIONS(730), - [anon_sym_u8_SQUOTE] = ACTIONS(730), - [anon_sym_SQUOTE] = ACTIONS(730), - [anon_sym_L_DQUOTE] = ACTIONS(733), - [anon_sym_u_DQUOTE] = ACTIONS(733), - [anon_sym_U_DQUOTE] = ACTIONS(733), - [anon_sym_u8_DQUOTE] = ACTIONS(733), - [anon_sym_DQUOTE] = ACTIONS(733), - [sym_true] = ACTIONS(736), - [sym_false] = ACTIONS(736), - [sym_null] = ACTIONS(736), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym_macro_type_specifier] = STATE(909), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(200), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), + [aux_sym_case_statement_repeat1] = STATE(44), + [sym_identifier] = ACTIONS(633), + [aux_sym_preproc_include_token1] = ACTIONS(636), + [aux_sym_preproc_def_token1] = ACTIONS(636), + [aux_sym_preproc_if_token1] = ACTIONS(636), + [aux_sym_preproc_if_token2] = ACTIONS(636), + [aux_sym_preproc_ifdef_token1] = ACTIONS(636), + [aux_sym_preproc_ifdef_token2] = ACTIONS(636), + [aux_sym_preproc_else_token1] = ACTIONS(636), + [aux_sym_preproc_elif_token1] = ACTIONS(636), + [sym_preproc_directive] = ACTIONS(636), + [anon_sym_LPAREN2] = ACTIONS(638), + [anon_sym_BANG] = ACTIONS(641), + [anon_sym_TILDE] = ACTIONS(641), + [anon_sym_DASH] = ACTIONS(644), + [anon_sym_PLUS] = ACTIONS(644), + [anon_sym_STAR] = ACTIONS(647), + [anon_sym_AMP] = ACTIONS(647), + [anon_sym_SEMI] = ACTIONS(650), + [anon_sym_typedef] = ACTIONS(653), + [anon_sym_extern] = ACTIONS(656), + [anon_sym___attribute__] = ACTIONS(659), + [anon_sym_LBRACK_LBRACK] = ACTIONS(662), + [anon_sym___declspec] = ACTIONS(665), + [anon_sym___cdecl] = ACTIONS(636), + [anon_sym___clrcall] = ACTIONS(636), + [anon_sym___stdcall] = ACTIONS(636), + [anon_sym___fastcall] = ACTIONS(636), + [anon_sym___thiscall] = ACTIONS(636), + [anon_sym___vectorcall] = ACTIONS(636), + [anon_sym_LBRACE] = ACTIONS(668), + [anon_sym_static] = ACTIONS(656), + [anon_sym_auto] = ACTIONS(656), + [anon_sym_register] = ACTIONS(656), + [anon_sym_inline] = ACTIONS(656), + [anon_sym_const] = ACTIONS(671), + [anon_sym_volatile] = ACTIONS(671), + [anon_sym_restrict] = ACTIONS(671), + [anon_sym___restrict__] = ACTIONS(671), + [anon_sym__Atomic] = ACTIONS(671), + [anon_sym__Noreturn] = ACTIONS(671), + [anon_sym_signed] = ACTIONS(674), + [anon_sym_unsigned] = ACTIONS(674), + [anon_sym_long] = ACTIONS(674), + [anon_sym_short] = ACTIONS(674), + [sym_primitive_type] = ACTIONS(677), + [anon_sym_enum] = ACTIONS(680), + [anon_sym_struct] = ACTIONS(683), + [anon_sym_union] = ACTIONS(686), + [anon_sym_if] = ACTIONS(689), + [anon_sym_else] = ACTIONS(636), + [anon_sym_switch] = ACTIONS(692), + [anon_sym_case] = ACTIONS(636), + [anon_sym_default] = ACTIONS(636), + [anon_sym_while] = ACTIONS(695), + [anon_sym_do] = ACTIONS(698), + [anon_sym_for] = ACTIONS(701), + [anon_sym_return] = ACTIONS(704), + [anon_sym_break] = ACTIONS(707), + [anon_sym_continue] = ACTIONS(710), + [anon_sym_goto] = ACTIONS(713), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_PLUS_PLUS] = ACTIONS(716), + [anon_sym_sizeof] = ACTIONS(719), + [anon_sym_offsetof] = ACTIONS(722), + [anon_sym__Generic] = ACTIONS(725), + [anon_sym_asm] = ACTIONS(728), + [anon_sym___asm__] = ACTIONS(728), + [sym_number_literal] = ACTIONS(731), + [anon_sym_L_SQUOTE] = ACTIONS(734), + [anon_sym_u_SQUOTE] = ACTIONS(734), + [anon_sym_U_SQUOTE] = ACTIONS(734), + [anon_sym_u8_SQUOTE] = ACTIONS(734), + [anon_sym_SQUOTE] = ACTIONS(734), + [anon_sym_L_DQUOTE] = ACTIONS(737), + [anon_sym_u_DQUOTE] = ACTIONS(737), + [anon_sym_U_DQUOTE] = ACTIONS(737), + [anon_sym_u8_DQUOTE] = ACTIONS(737), + [anon_sym_DQUOTE] = ACTIONS(737), + [sym_true] = ACTIONS(740), + [sym_false] = ACTIONS(740), + [sym_null] = ACTIONS(740), [sym_comment] = ACTIONS(3), }, - [44] = { + [45] = { [sym_declaration] = STATE(43), [sym_type_definition] = STATE(43), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1034), - [sym_attribute_specifier] = STATE(665), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1044), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), + [sym_ms_declspec_modifier] = STATE(669), [sym_compound_statement] = STATE(43), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(764), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(733), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), [sym_attributed_statement] = STATE(43), [sym_labeled_statement] = STATE(43), [sym_expression_statement] = STATE(43), @@ -19561,170 +19800,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(43), [sym_continue_statement] = STATE(43), [sym_goto_statement] = STATE(43), - [sym__expression] = STATE(799), - [sym_comma_expression] = STATE(1450), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym__expression] = STATE(772), + [sym_comma_expression] = STATE(1497), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym_macro_type_specifier] = STATE(905), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym_macro_type_specifier] = STATE(909), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(200), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), [aux_sym_case_statement_repeat1] = STATE(43), - [sym_identifier] = ACTIONS(739), - [aux_sym_preproc_include_token1] = ACTIONS(741), - [aux_sym_preproc_def_token1] = ACTIONS(741), - [aux_sym_preproc_if_token1] = ACTIONS(741), - [aux_sym_preproc_if_token2] = ACTIONS(741), - [aux_sym_preproc_ifdef_token1] = ACTIONS(741), - [aux_sym_preproc_ifdef_token2] = ACTIONS(741), - [aux_sym_preproc_else_token1] = ACTIONS(741), - [aux_sym_preproc_elif_token1] = ACTIONS(741), - [sym_preproc_directive] = ACTIONS(741), - [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(115), - [anon_sym_typedef] = ACTIONS(117), - [anon_sym_extern] = ACTIONS(43), - [anon_sym___attribute__] = ACTIONS(33), - [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym___declspec] = ACTIONS(37), - [anon_sym___cdecl] = ACTIONS(741), - [anon_sym___clrcall] = ACTIONS(741), - [anon_sym___stdcall] = ACTIONS(741), - [anon_sym___fastcall] = ACTIONS(741), - [anon_sym___thiscall] = ACTIONS(741), - [anon_sym___vectorcall] = ACTIONS(741), - [anon_sym_LBRACE] = ACTIONS(121), - [anon_sym_static] = ACTIONS(43), - [anon_sym_auto] = ACTIONS(43), - [anon_sym_register] = ACTIONS(43), - [anon_sym_inline] = ACTIONS(43), - [anon_sym_const] = ACTIONS(45), - [anon_sym_volatile] = ACTIONS(45), - [anon_sym_restrict] = ACTIONS(45), - [anon_sym___restrict__] = ACTIONS(45), - [anon_sym__Atomic] = ACTIONS(45), - [anon_sym__Noreturn] = ACTIONS(45), - [anon_sym_signed] = ACTIONS(47), - [anon_sym_unsigned] = ACTIONS(47), - [anon_sym_long] = ACTIONS(47), - [anon_sym_short] = ACTIONS(47), - [sym_primitive_type] = ACTIONS(49), - [anon_sym_enum] = ACTIONS(51), - [anon_sym_struct] = ACTIONS(53), - [anon_sym_union] = ACTIONS(55), - [anon_sym_if] = ACTIONS(123), - [anon_sym_else] = ACTIONS(741), - [anon_sym_switch] = ACTIONS(125), - [anon_sym_case] = ACTIONS(741), - [anon_sym_default] = ACTIONS(741), - [anon_sym_while] = ACTIONS(131), - [anon_sym_do] = ACTIONS(133), - [anon_sym_for] = ACTIONS(135), - [anon_sym_return] = ACTIONS(137), - [anon_sym_break] = ACTIONS(139), - [anon_sym_continue] = ACTIONS(141), - [anon_sym_goto] = ACTIONS(143), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_sizeof] = ACTIONS(81), - [anon_sym_offsetof] = ACTIONS(83), - [anon_sym__Generic] = ACTIONS(85), - [anon_sym_asm] = ACTIONS(87), - [anon_sym___asm__] = ACTIONS(87), - [sym_number_literal] = ACTIONS(89), - [anon_sym_L_SQUOTE] = ACTIONS(91), - [anon_sym_u_SQUOTE] = ACTIONS(91), - [anon_sym_U_SQUOTE] = ACTIONS(91), - [anon_sym_u8_SQUOTE] = ACTIONS(91), - [anon_sym_SQUOTE] = ACTIONS(91), - [anon_sym_L_DQUOTE] = ACTIONS(93), - [anon_sym_u_DQUOTE] = ACTIONS(93), - [anon_sym_U_DQUOTE] = ACTIONS(93), - [anon_sym_u8_DQUOTE] = ACTIONS(93), - [anon_sym_DQUOTE] = ACTIONS(93), - [sym_true] = ACTIONS(95), - [sym_false] = ACTIONS(95), - [sym_null] = ACTIONS(95), - [sym_comment] = ACTIONS(3), - }, - [45] = { - [sym_declaration] = STATE(44), - [sym_type_definition] = STATE(44), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1034), - [sym_attribute_specifier] = STATE(665), - [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_compound_statement] = STATE(44), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(764), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(44), - [sym_labeled_statement] = STATE(44), - [sym_expression_statement] = STATE(44), - [sym_if_statement] = STATE(44), - [sym_switch_statement] = STATE(44), - [sym_while_statement] = STATE(44), - [sym_do_statement] = STATE(44), - [sym_for_statement] = STATE(44), - [sym_return_statement] = STATE(44), - [sym_break_statement] = STATE(44), - [sym_continue_statement] = STATE(44), - [sym_goto_statement] = STATE(44), - [sym__expression] = STATE(799), - [sym_comma_expression] = STATE(1450), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), - [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), - [sym_subscript_expression] = STATE(636), - [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), - [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), - [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym_macro_type_specifier] = STATE(905), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), - [aux_sym_case_statement_repeat1] = STATE(44), - [sym_identifier] = ACTIONS(739), + [sym_identifier] = ACTIONS(629), [aux_sym_preproc_include_token1] = ACTIONS(743), [aux_sym_preproc_def_token1] = ACTIONS(743), [aux_sym_preproc_if_token1] = ACTIONS(743), @@ -19810,19 +19912,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [46] = { [sym_declaration] = STATE(47), [sym_type_definition] = STATE(47), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1034), - [sym_attribute_specifier] = STATE(665), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1044), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), + [sym_ms_declspec_modifier] = STATE(669), [sym_compound_statement] = STATE(47), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(764), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(733), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), [sym_attributed_statement] = STATE(47), [sym_labeled_statement] = STATE(47), [sym_expression_statement] = STATE(47), @@ -19835,33 +19937,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(47), [sym_continue_statement] = STATE(47), [sym_goto_statement] = STATE(47), - [sym__expression] = STATE(799), - [sym_comma_expression] = STATE(1450), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym__expression] = STATE(772), + [sym_comma_expression] = STATE(1497), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym_macro_type_specifier] = STATE(905), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym_macro_type_specifier] = STATE(909), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(200), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), [aux_sym_case_statement_repeat1] = STATE(47), - [sym_identifier] = ACTIONS(739), + [sym_identifier] = ACTIONS(629), [aux_sym_preproc_include_token1] = ACTIONS(745), [aux_sym_preproc_def_token1] = ACTIONS(745), [aux_sym_preproc_if_token1] = ACTIONS(745), @@ -19945,60 +20047,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [47] = { - [sym_declaration] = STATE(43), - [sym_type_definition] = STATE(43), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1034), - [sym_attribute_specifier] = STATE(665), + [sym_declaration] = STATE(44), + [sym_type_definition] = STATE(44), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1044), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_compound_statement] = STATE(43), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(764), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(43), - [sym_labeled_statement] = STATE(43), - [sym_expression_statement] = STATE(43), - [sym_if_statement] = STATE(43), - [sym_switch_statement] = STATE(43), - [sym_while_statement] = STATE(43), - [sym_do_statement] = STATE(43), - [sym_for_statement] = STATE(43), - [sym_return_statement] = STATE(43), - [sym_break_statement] = STATE(43), - [sym_continue_statement] = STATE(43), - [sym_goto_statement] = STATE(43), - [sym__expression] = STATE(799), - [sym_comma_expression] = STATE(1450), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_ms_declspec_modifier] = STATE(669), + [sym_compound_statement] = STATE(44), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(733), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(44), + [sym_labeled_statement] = STATE(44), + [sym_expression_statement] = STATE(44), + [sym_if_statement] = STATE(44), + [sym_switch_statement] = STATE(44), + [sym_while_statement] = STATE(44), + [sym_do_statement] = STATE(44), + [sym_for_statement] = STATE(44), + [sym_return_statement] = STATE(44), + [sym_break_statement] = STATE(44), + [sym_continue_statement] = STATE(44), + [sym_goto_statement] = STATE(44), + [sym__expression] = STATE(772), + [sym_comma_expression] = STATE(1497), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym_macro_type_specifier] = STATE(905), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), - [aux_sym_case_statement_repeat1] = STATE(43), - [sym_identifier] = ACTIONS(739), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym_macro_type_specifier] = STATE(909), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(200), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), + [aux_sym_case_statement_repeat1] = STATE(44), + [sym_identifier] = ACTIONS(629), [aux_sym_preproc_include_token1] = ACTIONS(747), [aux_sym_preproc_def_token1] = ACTIONS(747), [aux_sym_preproc_if_token1] = ACTIONS(747), @@ -20082,64 +20184,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [48] = { - [sym_declaration] = STATE(62), - [sym_type_definition] = STATE(62), - [sym__declaration_modifiers] = STATE(665), + [sym_declaration] = STATE(58), + [sym_type_definition] = STATE(58), + [sym__declaration_modifiers] = STATE(669), [sym__declaration_specifiers] = STATE(1037), - [sym_attribute_specifier] = STATE(665), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_compound_statement] = STATE(62), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(764), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(62), - [sym_labeled_statement] = STATE(62), - [sym_expression_statement] = STATE(62), - [sym_if_statement] = STATE(62), - [sym_switch_statement] = STATE(62), - [sym_while_statement] = STATE(62), - [sym_do_statement] = STATE(62), - [sym_for_statement] = STATE(62), - [sym_return_statement] = STATE(62), - [sym_break_statement] = STATE(62), - [sym_continue_statement] = STATE(62), - [sym_goto_statement] = STATE(62), - [sym__expression] = STATE(780), - [sym_comma_expression] = STATE(1381), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_ms_declspec_modifier] = STATE(669), + [sym_compound_statement] = STATE(58), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(733), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(58), + [sym_labeled_statement] = STATE(58), + [sym_expression_statement] = STATE(58), + [sym_if_statement] = STATE(58), + [sym_switch_statement] = STATE(58), + [sym_while_statement] = STATE(58), + [sym_do_statement] = STATE(58), + [sym_for_statement] = STATE(58), + [sym_return_statement] = STATE(58), + [sym_break_statement] = STATE(58), + [sym_continue_statement] = STATE(58), + [sym_goto_statement] = STATE(58), + [sym__expression] = STATE(789), + [sym_comma_expression] = STATE(1475), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym_macro_type_specifier] = STATE(905), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(146), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), - [aux_sym_case_statement_repeat1] = STATE(62), - [sym_identifier] = ACTIONS(749), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym_macro_type_specifier] = STATE(909), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(135), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), + [aux_sym_case_statement_repeat1] = STATE(58), + [ts_builtin_sym_end] = ACTIONS(749), + [sym_identifier] = ACTIONS(751), [aux_sym_preproc_include_token1] = ACTIONS(745), [aux_sym_preproc_def_token1] = ACTIONS(745), [aux_sym_preproc_if_token1] = ACTIONS(745), - [aux_sym_preproc_if_token2] = ACTIONS(745), [aux_sym_preproc_ifdef_token1] = ACTIONS(745), [aux_sym_preproc_ifdef_token2] = ACTIONS(745), [sym_preproc_directive] = ACTIONS(745), @@ -20150,8 +20252,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(384), - [anon_sym_typedef] = ACTIONS(386), + [anon_sym_SEMI] = ACTIONS(27), + [anon_sym_typedef] = ACTIONS(29), [anon_sym_extern] = ACTIONS(43), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), @@ -20162,7 +20264,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(745), [anon_sym___thiscall] = ACTIONS(745), [anon_sym___vectorcall] = ACTIONS(745), - [anon_sym_LBRACE] = ACTIONS(390), + [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -20181,18 +20283,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), - [anon_sym_if] = ACTIONS(392), + [anon_sym_if] = ACTIONS(57), [anon_sym_else] = ACTIONS(745), - [anon_sym_switch] = ACTIONS(394), + [anon_sym_switch] = ACTIONS(59), [anon_sym_case] = ACTIONS(745), [anon_sym_default] = ACTIONS(745), - [anon_sym_while] = ACTIONS(400), - [anon_sym_do] = ACTIONS(402), - [anon_sym_for] = ACTIONS(404), - [anon_sym_return] = ACTIONS(406), - [anon_sym_break] = ACTIONS(408), - [anon_sym_continue] = ACTIONS(410), - [anon_sym_goto] = ACTIONS(412), + [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), @@ -20219,19 +20321,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [49] = { [sym_declaration] = STATE(49), [sym_type_definition] = STATE(49), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1037), - [sym_attribute_specifier] = STATE(665), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1039), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), + [sym_ms_declspec_modifier] = STATE(669), [sym_compound_statement] = STATE(49), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(764), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(733), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), [sym_attributed_statement] = STATE(49), [sym_labeled_statement] = STATE(49), [sym_expression_statement] = STATE(49), @@ -20244,168 +20346,167 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(49), [sym_continue_statement] = STATE(49), [sym_goto_statement] = STATE(49), - [sym__expression] = STATE(780), - [sym_comma_expression] = STATE(1381), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym__expression] = STATE(777), + [sym_comma_expression] = STATE(1392), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym_macro_type_specifier] = STATE(905), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(146), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym_macro_type_specifier] = STATE(909), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(117), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), [aux_sym_case_statement_repeat1] = STATE(49), - [sym_identifier] = ACTIONS(751), - [aux_sym_preproc_include_token1] = ACTIONS(632), - [aux_sym_preproc_def_token1] = ACTIONS(632), - [aux_sym_preproc_if_token1] = ACTIONS(632), - [aux_sym_preproc_if_token2] = ACTIONS(632), - [aux_sym_preproc_ifdef_token1] = ACTIONS(632), - [aux_sym_preproc_ifdef_token2] = ACTIONS(632), - [sym_preproc_directive] = ACTIONS(632), - [anon_sym_LPAREN2] = ACTIONS(634), - [anon_sym_BANG] = ACTIONS(637), - [anon_sym_TILDE] = ACTIONS(637), - [anon_sym_DASH] = ACTIONS(640), - [anon_sym_PLUS] = ACTIONS(640), - [anon_sym_STAR] = ACTIONS(643), - [anon_sym_AMP] = ACTIONS(643), - [anon_sym_SEMI] = ACTIONS(754), - [anon_sym_typedef] = ACTIONS(757), - [anon_sym_extern] = ACTIONS(652), - [anon_sym___attribute__] = ACTIONS(655), - [anon_sym_LBRACK_LBRACK] = ACTIONS(658), - [anon_sym___declspec] = ACTIONS(661), - [anon_sym___cdecl] = ACTIONS(632), - [anon_sym___clrcall] = ACTIONS(632), - [anon_sym___stdcall] = ACTIONS(632), - [anon_sym___fastcall] = ACTIONS(632), - [anon_sym___thiscall] = ACTIONS(632), - [anon_sym___vectorcall] = ACTIONS(632), - [anon_sym_LBRACE] = ACTIONS(760), - [anon_sym_static] = ACTIONS(652), - [anon_sym_auto] = ACTIONS(652), - [anon_sym_register] = ACTIONS(652), - [anon_sym_inline] = ACTIONS(652), - [anon_sym_const] = ACTIONS(667), - [anon_sym_volatile] = ACTIONS(667), - [anon_sym_restrict] = ACTIONS(667), - [anon_sym___restrict__] = ACTIONS(667), - [anon_sym__Atomic] = ACTIONS(667), - [anon_sym__Noreturn] = ACTIONS(667), - [anon_sym_signed] = ACTIONS(670), - [anon_sym_unsigned] = ACTIONS(670), - [anon_sym_long] = ACTIONS(670), - [anon_sym_short] = ACTIONS(670), - [sym_primitive_type] = ACTIONS(673), - [anon_sym_enum] = ACTIONS(676), - [anon_sym_struct] = ACTIONS(679), - [anon_sym_union] = ACTIONS(682), - [anon_sym_if] = ACTIONS(763), - [anon_sym_else] = ACTIONS(632), - [anon_sym_switch] = ACTIONS(766), - [anon_sym_case] = ACTIONS(632), - [anon_sym_default] = ACTIONS(632), - [anon_sym_while] = ACTIONS(769), - [anon_sym_do] = ACTIONS(772), - [anon_sym_for] = ACTIONS(775), - [anon_sym_return] = ACTIONS(778), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(784), - [anon_sym_goto] = ACTIONS(787), - [anon_sym_DASH_DASH] = ACTIONS(712), - [anon_sym_PLUS_PLUS] = ACTIONS(712), - [anon_sym_sizeof] = ACTIONS(715), - [anon_sym_offsetof] = ACTIONS(718), - [anon_sym__Generic] = ACTIONS(721), - [anon_sym_asm] = ACTIONS(724), - [anon_sym___asm__] = ACTIONS(724), - [sym_number_literal] = ACTIONS(727), - [anon_sym_L_SQUOTE] = ACTIONS(730), - [anon_sym_u_SQUOTE] = ACTIONS(730), - [anon_sym_U_SQUOTE] = ACTIONS(730), - [anon_sym_u8_SQUOTE] = ACTIONS(730), - [anon_sym_SQUOTE] = ACTIONS(730), - [anon_sym_L_DQUOTE] = ACTIONS(733), - [anon_sym_u_DQUOTE] = ACTIONS(733), - [anon_sym_U_DQUOTE] = ACTIONS(733), - [anon_sym_u8_DQUOTE] = ACTIONS(733), - [anon_sym_DQUOTE] = ACTIONS(733), - [sym_true] = ACTIONS(736), - [sym_false] = ACTIONS(736), - [sym_null] = ACTIONS(736), + [sym_identifier] = ACTIONS(753), + [aux_sym_preproc_include_token1] = ACTIONS(636), + [aux_sym_preproc_def_token1] = ACTIONS(636), + [aux_sym_preproc_if_token1] = ACTIONS(636), + [aux_sym_preproc_if_token2] = ACTIONS(636), + [aux_sym_preproc_ifdef_token1] = ACTIONS(636), + [aux_sym_preproc_ifdef_token2] = ACTIONS(636), + [sym_preproc_directive] = ACTIONS(636), + [anon_sym_LPAREN2] = ACTIONS(638), + [anon_sym_BANG] = ACTIONS(641), + [anon_sym_TILDE] = ACTIONS(641), + [anon_sym_DASH] = ACTIONS(644), + [anon_sym_PLUS] = ACTIONS(644), + [anon_sym_STAR] = ACTIONS(647), + [anon_sym_AMP] = ACTIONS(647), + [anon_sym_SEMI] = ACTIONS(756), + [anon_sym_typedef] = ACTIONS(759), + [anon_sym_extern] = ACTIONS(656), + [anon_sym___attribute__] = ACTIONS(659), + [anon_sym_LBRACK_LBRACK] = ACTIONS(662), + [anon_sym___declspec] = ACTIONS(665), + [anon_sym___cdecl] = ACTIONS(636), + [anon_sym___clrcall] = ACTIONS(636), + [anon_sym___stdcall] = ACTIONS(636), + [anon_sym___fastcall] = ACTIONS(636), + [anon_sym___thiscall] = ACTIONS(636), + [anon_sym___vectorcall] = ACTIONS(636), + [anon_sym_LBRACE] = ACTIONS(762), + [anon_sym_static] = ACTIONS(656), + [anon_sym_auto] = ACTIONS(656), + [anon_sym_register] = ACTIONS(656), + [anon_sym_inline] = ACTIONS(656), + [anon_sym_const] = ACTIONS(671), + [anon_sym_volatile] = ACTIONS(671), + [anon_sym_restrict] = ACTIONS(671), + [anon_sym___restrict__] = ACTIONS(671), + [anon_sym__Atomic] = ACTIONS(671), + [anon_sym__Noreturn] = ACTIONS(671), + [anon_sym_signed] = ACTIONS(674), + [anon_sym_unsigned] = ACTIONS(674), + [anon_sym_long] = ACTIONS(674), + [anon_sym_short] = ACTIONS(674), + [sym_primitive_type] = ACTIONS(677), + [anon_sym_enum] = ACTIONS(680), + [anon_sym_struct] = ACTIONS(683), + [anon_sym_union] = ACTIONS(686), + [anon_sym_if] = ACTIONS(765), + [anon_sym_else] = ACTIONS(636), + [anon_sym_switch] = ACTIONS(768), + [anon_sym_case] = ACTIONS(636), + [anon_sym_default] = ACTIONS(636), + [anon_sym_while] = ACTIONS(771), + [anon_sym_do] = ACTIONS(774), + [anon_sym_for] = ACTIONS(777), + [anon_sym_return] = ACTIONS(780), + [anon_sym_break] = ACTIONS(783), + [anon_sym_continue] = ACTIONS(786), + [anon_sym_goto] = ACTIONS(789), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_PLUS_PLUS] = ACTIONS(716), + [anon_sym_sizeof] = ACTIONS(719), + [anon_sym_offsetof] = ACTIONS(722), + [anon_sym__Generic] = ACTIONS(725), + [anon_sym_asm] = ACTIONS(728), + [anon_sym___asm__] = ACTIONS(728), + [sym_number_literal] = ACTIONS(731), + [anon_sym_L_SQUOTE] = ACTIONS(734), + [anon_sym_u_SQUOTE] = ACTIONS(734), + [anon_sym_U_SQUOTE] = ACTIONS(734), + [anon_sym_u8_SQUOTE] = ACTIONS(734), + [anon_sym_SQUOTE] = ACTIONS(734), + [anon_sym_L_DQUOTE] = ACTIONS(737), + [anon_sym_u_DQUOTE] = ACTIONS(737), + [anon_sym_U_DQUOTE] = ACTIONS(737), + [anon_sym_u8_DQUOTE] = ACTIONS(737), + [anon_sym_DQUOTE] = ACTIONS(737), + [sym_true] = ACTIONS(740), + [sym_false] = ACTIONS(740), + [sym_null] = ACTIONS(740), [sym_comment] = ACTIONS(3), }, [50] = { - [sym_declaration] = STATE(59), - [sym_type_definition] = STATE(59), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1047), - [sym_attribute_specifier] = STATE(665), + [sym_declaration] = STATE(52), + [sym_type_definition] = STATE(52), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1043), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_compound_statement] = STATE(59), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(764), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(59), - [sym_labeled_statement] = STATE(59), - [sym_expression_statement] = STATE(59), - [sym_if_statement] = STATE(59), - [sym_switch_statement] = STATE(59), - [sym_while_statement] = STATE(59), - [sym_do_statement] = STATE(59), - [sym_for_statement] = STATE(59), - [sym_return_statement] = STATE(59), - [sym_break_statement] = STATE(59), - [sym_continue_statement] = STATE(59), - [sym_goto_statement] = STATE(59), - [sym__expression] = STATE(819), - [sym_comma_expression] = STATE(1472), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_ms_declspec_modifier] = STATE(669), + [sym_compound_statement] = STATE(52), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(733), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(52), + [sym_labeled_statement] = STATE(52), + [sym_expression_statement] = STATE(52), + [sym_if_statement] = STATE(52), + [sym_switch_statement] = STATE(52), + [sym_while_statement] = STATE(52), + [sym_do_statement] = STATE(52), + [sym_for_statement] = STATE(52), + [sym_return_statement] = STATE(52), + [sym_break_statement] = STATE(52), + [sym_continue_statement] = STATE(52), + [sym_goto_statement] = STATE(52), + [sym__expression] = STATE(822), + [sym_comma_expression] = STATE(1443), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym_macro_type_specifier] = STATE(905), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(148), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), - [aux_sym_case_statement_repeat1] = STATE(59), - [ts_builtin_sym_end] = ACTIONS(790), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym_macro_type_specifier] = STATE(909), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(131), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), + [aux_sym_case_statement_repeat1] = STATE(52), [sym_identifier] = ACTIONS(792), [aux_sym_preproc_include_token1] = ACTIONS(745), [aux_sym_preproc_def_token1] = ACTIONS(745), @@ -20420,8 +20521,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(27), - [anon_sym_typedef] = ACTIONS(29), + [anon_sym_SEMI] = ACTIONS(328), + [anon_sym_typedef] = ACTIONS(330), [anon_sym_extern] = ACTIONS(43), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), @@ -20432,7 +20533,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(745), [anon_sym___thiscall] = ACTIONS(745), [anon_sym___vectorcall] = ACTIONS(745), - [anon_sym_LBRACE] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(334), + [anon_sym_RBRACE] = ACTIONS(749), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -20451,18 +20553,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), - [anon_sym_if] = ACTIONS(57), + [anon_sym_if] = ACTIONS(338), [anon_sym_else] = ACTIONS(745), - [anon_sym_switch] = ACTIONS(59), + [anon_sym_switch] = ACTIONS(340), [anon_sym_case] = ACTIONS(745), [anon_sym_default] = ACTIONS(745), - [anon_sym_while] = ACTIONS(65), - [anon_sym_do] = ACTIONS(67), - [anon_sym_for] = ACTIONS(69), - [anon_sym_return] = ACTIONS(71), - [anon_sym_break] = ACTIONS(73), - [anon_sym_continue] = ACTIONS(75), - [anon_sym_goto] = ACTIONS(77), + [anon_sym_while] = ACTIONS(346), + [anon_sym_do] = ACTIONS(348), + [anon_sym_for] = ACTIONS(350), + [anon_sym_return] = ACTIONS(352), + [anon_sym_break] = ACTIONS(354), + [anon_sym_continue] = ACTIONS(356), + [anon_sym_goto] = ACTIONS(358), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -20487,67 +20589,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [51] = { - [sym_declaration] = STATE(57), - [sym_type_definition] = STATE(57), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1047), - [sym_attribute_specifier] = STATE(665), + [sym_declaration] = STATE(53), + [sym_type_definition] = STATE(53), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1043), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_compound_statement] = STATE(57), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(764), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(57), - [sym_labeled_statement] = STATE(57), - [sym_expression_statement] = STATE(57), - [sym_if_statement] = STATE(57), - [sym_switch_statement] = STATE(57), - [sym_while_statement] = STATE(57), - [sym_do_statement] = STATE(57), - [sym_for_statement] = STATE(57), - [sym_return_statement] = STATE(57), - [sym_break_statement] = STATE(57), - [sym_continue_statement] = STATE(57), - [sym_goto_statement] = STATE(57), - [sym__expression] = STATE(819), - [sym_comma_expression] = STATE(1472), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_ms_declspec_modifier] = STATE(669), + [sym_compound_statement] = STATE(53), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(733), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(53), + [sym_labeled_statement] = STATE(53), + [sym_expression_statement] = STATE(53), + [sym_if_statement] = STATE(53), + [sym_switch_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(822), + [sym_comma_expression] = STATE(1443), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym_macro_type_specifier] = STATE(905), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(148), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), - [aux_sym_case_statement_repeat1] = STATE(57), - [ts_builtin_sym_end] = ACTIONS(794), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym_macro_type_specifier] = STATE(909), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(131), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), + [aux_sym_case_statement_repeat1] = STATE(53), [sym_identifier] = ACTIONS(792), - [aux_sym_preproc_include_token1] = ACTIONS(743), - [aux_sym_preproc_def_token1] = ACTIONS(743), - [aux_sym_preproc_if_token1] = ACTIONS(743), - [aux_sym_preproc_ifdef_token1] = ACTIONS(743), - [aux_sym_preproc_ifdef_token2] = ACTIONS(743), - [sym_preproc_directive] = ACTIONS(743), + [aux_sym_preproc_include_token1] = ACTIONS(631), + [aux_sym_preproc_def_token1] = ACTIONS(631), + [aux_sym_preproc_if_token1] = ACTIONS(631), + [aux_sym_preproc_ifdef_token1] = ACTIONS(631), + [aux_sym_preproc_ifdef_token2] = ACTIONS(631), + [sym_preproc_directive] = ACTIONS(631), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -20555,19 +20656,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(27), - [anon_sym_typedef] = ACTIONS(29), + [anon_sym_SEMI] = ACTIONS(328), + [anon_sym_typedef] = ACTIONS(330), [anon_sym_extern] = ACTIONS(43), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), - [anon_sym___cdecl] = ACTIONS(743), - [anon_sym___clrcall] = ACTIONS(743), - [anon_sym___stdcall] = ACTIONS(743), - [anon_sym___fastcall] = ACTIONS(743), - [anon_sym___thiscall] = ACTIONS(743), - [anon_sym___vectorcall] = ACTIONS(743), - [anon_sym_LBRACE] = ACTIONS(41), + [anon_sym___cdecl] = ACTIONS(631), + [anon_sym___clrcall] = ACTIONS(631), + [anon_sym___stdcall] = ACTIONS(631), + [anon_sym___fastcall] = ACTIONS(631), + [anon_sym___thiscall] = ACTIONS(631), + [anon_sym___vectorcall] = ACTIONS(631), + [anon_sym_LBRACE] = ACTIONS(334), + [anon_sym_RBRACE] = ACTIONS(794), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -20586,18 +20688,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), - [anon_sym_if] = ACTIONS(57), - [anon_sym_else] = ACTIONS(743), - [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(743), - [anon_sym_default] = ACTIONS(743), - [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(338), + [anon_sym_else] = ACTIONS(631), + [anon_sym_switch] = ACTIONS(340), + [anon_sym_case] = ACTIONS(631), + [anon_sym_default] = ACTIONS(631), + [anon_sym_while] = ACTIONS(346), + [anon_sym_do] = ACTIONS(348), + [anon_sym_for] = ACTIONS(350), + [anon_sym_return] = ACTIONS(352), + [anon_sym_break] = ACTIONS(354), + [anon_sym_continue] = ACTIONS(356), + [anon_sym_goto] = ACTIONS(358), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -20622,66 +20724,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [52] = { - [sym_declaration] = STATE(54), - [sym_type_definition] = STATE(54), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1040), - [sym_attribute_specifier] = STATE(665), + [sym_declaration] = STATE(53), + [sym_type_definition] = STATE(53), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1043), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_compound_statement] = STATE(54), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(764), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(54), - [sym_labeled_statement] = STATE(54), - [sym_expression_statement] = STATE(54), - [sym_if_statement] = STATE(54), - [sym_switch_statement] = STATE(54), - [sym_while_statement] = STATE(54), - [sym_do_statement] = STATE(54), - [sym_for_statement] = STATE(54), - [sym_return_statement] = STATE(54), - [sym_break_statement] = STATE(54), - [sym_continue_statement] = STATE(54), - [sym_goto_statement] = STATE(54), - [sym__expression] = STATE(772), - [sym_comma_expression] = STATE(1551), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_ms_declspec_modifier] = STATE(669), + [sym_compound_statement] = STATE(53), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(733), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(53), + [sym_labeled_statement] = STATE(53), + [sym_expression_statement] = STATE(53), + [sym_if_statement] = STATE(53), + [sym_switch_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(822), + [sym_comma_expression] = STATE(1443), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym_macro_type_specifier] = STATE(905), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(195), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), - [aux_sym_case_statement_repeat1] = STATE(54), - [sym_identifier] = ACTIONS(796), - [aux_sym_preproc_include_token1] = ACTIONS(745), - [aux_sym_preproc_def_token1] = ACTIONS(745), - [aux_sym_preproc_if_token1] = ACTIONS(745), - [aux_sym_preproc_ifdef_token1] = ACTIONS(745), - [aux_sym_preproc_ifdef_token2] = ACTIONS(745), - [sym_preproc_directive] = ACTIONS(745), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym_macro_type_specifier] = STATE(909), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(131), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), + [aux_sym_case_statement_repeat1] = STATE(53), + [sym_identifier] = ACTIONS(792), + [aux_sym_preproc_include_token1] = ACTIONS(747), + [aux_sym_preproc_def_token1] = ACTIONS(747), + [aux_sym_preproc_if_token1] = ACTIONS(747), + [aux_sym_preproc_ifdef_token1] = ACTIONS(747), + [aux_sym_preproc_ifdef_token2] = ACTIONS(747), + [sym_preproc_directive] = ACTIONS(747), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -20695,14 +20797,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(745), - [anon_sym___clrcall] = ACTIONS(745), - [anon_sym___stdcall] = ACTIONS(745), - [anon_sym___fastcall] = ACTIONS(745), - [anon_sym___thiscall] = ACTIONS(745), - [anon_sym___vectorcall] = ACTIONS(745), + [anon_sym___cdecl] = ACTIONS(747), + [anon_sym___clrcall] = ACTIONS(747), + [anon_sym___stdcall] = ACTIONS(747), + [anon_sym___fastcall] = ACTIONS(747), + [anon_sym___thiscall] = ACTIONS(747), + [anon_sym___vectorcall] = ACTIONS(747), [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_RBRACE] = ACTIONS(790), + [anon_sym_RBRACE] = ACTIONS(796), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -20722,10 +20824,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(338), - [anon_sym_else] = ACTIONS(745), + [anon_sym_else] = ACTIONS(747), [anon_sym_switch] = ACTIONS(340), - [anon_sym_case] = ACTIONS(745), - [anon_sym_default] = ACTIONS(745), + [anon_sym_case] = ACTIONS(747), + [anon_sym_default] = ACTIONS(747), [anon_sym_while] = ACTIONS(346), [anon_sym_do] = ACTIONS(348), [anon_sym_for] = ACTIONS(350), @@ -20757,60 +20859,196 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [53] = { - [sym_declaration] = STATE(55), - [sym_type_definition] = STATE(55), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1040), - [sym_attribute_specifier] = STATE(665), + [sym_declaration] = STATE(53), + [sym_type_definition] = STATE(53), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1043), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_compound_statement] = STATE(55), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(764), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(55), - [sym_labeled_statement] = STATE(55), - [sym_expression_statement] = STATE(55), - [sym_if_statement] = STATE(55), - [sym_switch_statement] = STATE(55), - [sym_while_statement] = STATE(55), - [sym_do_statement] = STATE(55), - [sym_for_statement] = STATE(55), - [sym_return_statement] = STATE(55), - [sym_break_statement] = STATE(55), - [sym_continue_statement] = STATE(55), - [sym_goto_statement] = STATE(55), - [sym__expression] = STATE(772), - [sym_comma_expression] = STATE(1551), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_ms_declspec_modifier] = STATE(669), + [sym_compound_statement] = STATE(53), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(733), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(53), + [sym_labeled_statement] = STATE(53), + [sym_expression_statement] = STATE(53), + [sym_if_statement] = STATE(53), + [sym_switch_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(822), + [sym_comma_expression] = STATE(1443), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym_macro_type_specifier] = STATE(905), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(195), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), - [aux_sym_case_statement_repeat1] = STATE(55), - [sym_identifier] = ACTIONS(796), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym_macro_type_specifier] = STATE(909), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(131), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), + [aux_sym_case_statement_repeat1] = STATE(53), + [sym_identifier] = ACTIONS(798), + [aux_sym_preproc_include_token1] = ACTIONS(636), + [aux_sym_preproc_def_token1] = ACTIONS(636), + [aux_sym_preproc_if_token1] = ACTIONS(636), + [aux_sym_preproc_ifdef_token1] = ACTIONS(636), + [aux_sym_preproc_ifdef_token2] = ACTIONS(636), + [sym_preproc_directive] = ACTIONS(636), + [anon_sym_LPAREN2] = ACTIONS(638), + [anon_sym_BANG] = ACTIONS(641), + [anon_sym_TILDE] = ACTIONS(641), + [anon_sym_DASH] = ACTIONS(644), + [anon_sym_PLUS] = ACTIONS(644), + [anon_sym_STAR] = ACTIONS(647), + [anon_sym_AMP] = ACTIONS(647), + [anon_sym_SEMI] = ACTIONS(801), + [anon_sym_typedef] = ACTIONS(804), + [anon_sym_extern] = ACTIONS(656), + [anon_sym___attribute__] = ACTIONS(659), + [anon_sym_LBRACK_LBRACK] = ACTIONS(662), + [anon_sym___declspec] = ACTIONS(665), + [anon_sym___cdecl] = ACTIONS(636), + [anon_sym___clrcall] = ACTIONS(636), + [anon_sym___stdcall] = ACTIONS(636), + [anon_sym___fastcall] = ACTIONS(636), + [anon_sym___thiscall] = ACTIONS(636), + [anon_sym___vectorcall] = ACTIONS(636), + [anon_sym_LBRACE] = ACTIONS(807), + [anon_sym_RBRACE] = ACTIONS(810), + [anon_sym_static] = ACTIONS(656), + [anon_sym_auto] = ACTIONS(656), + [anon_sym_register] = ACTIONS(656), + [anon_sym_inline] = ACTIONS(656), + [anon_sym_const] = ACTIONS(671), + [anon_sym_volatile] = ACTIONS(671), + [anon_sym_restrict] = ACTIONS(671), + [anon_sym___restrict__] = ACTIONS(671), + [anon_sym__Atomic] = ACTIONS(671), + [anon_sym__Noreturn] = ACTIONS(671), + [anon_sym_signed] = ACTIONS(674), + [anon_sym_unsigned] = ACTIONS(674), + [anon_sym_long] = ACTIONS(674), + [anon_sym_short] = ACTIONS(674), + [sym_primitive_type] = ACTIONS(677), + [anon_sym_enum] = ACTIONS(680), + [anon_sym_struct] = ACTIONS(683), + [anon_sym_union] = ACTIONS(686), + [anon_sym_if] = ACTIONS(812), + [anon_sym_else] = ACTIONS(636), + [anon_sym_switch] = ACTIONS(815), + [anon_sym_case] = ACTIONS(636), + [anon_sym_default] = ACTIONS(636), + [anon_sym_while] = ACTIONS(818), + [anon_sym_do] = ACTIONS(821), + [anon_sym_for] = ACTIONS(824), + [anon_sym_return] = ACTIONS(827), + [anon_sym_break] = ACTIONS(830), + [anon_sym_continue] = ACTIONS(833), + [anon_sym_goto] = ACTIONS(836), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_PLUS_PLUS] = ACTIONS(716), + [anon_sym_sizeof] = ACTIONS(719), + [anon_sym_offsetof] = ACTIONS(722), + [anon_sym__Generic] = ACTIONS(725), + [anon_sym_asm] = ACTIONS(728), + [anon_sym___asm__] = ACTIONS(728), + [sym_number_literal] = ACTIONS(731), + [anon_sym_L_SQUOTE] = ACTIONS(734), + [anon_sym_u_SQUOTE] = ACTIONS(734), + [anon_sym_U_SQUOTE] = ACTIONS(734), + [anon_sym_u8_SQUOTE] = ACTIONS(734), + [anon_sym_SQUOTE] = ACTIONS(734), + [anon_sym_L_DQUOTE] = ACTIONS(737), + [anon_sym_u_DQUOTE] = ACTIONS(737), + [anon_sym_U_DQUOTE] = ACTIONS(737), + [anon_sym_u8_DQUOTE] = ACTIONS(737), + [anon_sym_DQUOTE] = ACTIONS(737), + [sym_true] = ACTIONS(740), + [sym_false] = ACTIONS(740), + [sym_null] = ACTIONS(740), + [sym_comment] = ACTIONS(3), + }, + [54] = { + [sym_declaration] = STATE(61), + [sym_type_definition] = STATE(61), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1037), + [sym_attribute_specifier] = STATE(669), + [sym_attribute_declaration] = STATE(385), + [sym_ms_declspec_modifier] = STATE(669), + [sym_compound_statement] = STATE(61), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(733), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(61), + [sym_labeled_statement] = STATE(61), + [sym_expression_statement] = STATE(61), + [sym_if_statement] = STATE(61), + [sym_switch_statement] = STATE(61), + [sym_while_statement] = STATE(61), + [sym_do_statement] = STATE(61), + [sym_for_statement] = STATE(61), + [sym_return_statement] = STATE(61), + [sym_break_statement] = STATE(61), + [sym_continue_statement] = STATE(61), + [sym_goto_statement] = STATE(61), + [sym__expression] = STATE(789), + [sym_comma_expression] = STATE(1475), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), + [sym_pointer_expression] = STATE(636), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), + [sym_subscript_expression] = STATE(636), + [sym_call_expression] = STATE(636), + [sym_gnu_asm_expression] = STATE(635), + [sym_field_expression] = STATE(636), + [sym_compound_literal_expression] = STATE(635), + [sym_parenthesized_expression] = STATE(636), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym_macro_type_specifier] = STATE(909), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(135), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), + [aux_sym_case_statement_repeat1] = STATE(61), + [ts_builtin_sym_end] = ACTIONS(839), + [sym_identifier] = ACTIONS(751), [aux_sym_preproc_include_token1] = ACTIONS(743), [aux_sym_preproc_def_token1] = ACTIONS(743), [aux_sym_preproc_if_token1] = ACTIONS(743), @@ -20824,8 +21062,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(328), - [anon_sym_typedef] = ACTIONS(330), + [anon_sym_SEMI] = ACTIONS(27), + [anon_sym_typedef] = ACTIONS(29), [anon_sym_extern] = ACTIONS(43), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), @@ -20836,8 +21074,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(743), [anon_sym___thiscall] = ACTIONS(743), [anon_sym___vectorcall] = ACTIONS(743), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_RBRACE] = ACTIONS(794), + [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -20856,18 +21093,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), - [anon_sym_if] = ACTIONS(338), + [anon_sym_if] = ACTIONS(57), [anon_sym_else] = ACTIONS(743), - [anon_sym_switch] = ACTIONS(340), + [anon_sym_switch] = ACTIONS(59), [anon_sym_case] = ACTIONS(743), [anon_sym_default] = ACTIONS(743), - [anon_sym_while] = ACTIONS(346), - [anon_sym_do] = ACTIONS(348), - [anon_sym_for] = ACTIONS(350), - [anon_sym_return] = ACTIONS(352), - [anon_sym_break] = ACTIONS(354), - [anon_sym_continue] = ACTIONS(356), - [anon_sym_goto] = ACTIONS(358), + [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), @@ -20891,67 +21128,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [54] = { - [sym_declaration] = STATE(56), - [sym_type_definition] = STATE(56), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1040), - [sym_attribute_specifier] = STATE(665), + [55] = { + [sym_declaration] = STATE(60), + [sym_type_definition] = STATE(60), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1039), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_compound_statement] = STATE(56), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(764), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(56), - [sym_labeled_statement] = STATE(56), - [sym_expression_statement] = STATE(56), - [sym_if_statement] = STATE(56), - [sym_switch_statement] = STATE(56), - [sym_while_statement] = STATE(56), - [sym_do_statement] = STATE(56), - [sym_for_statement] = STATE(56), - [sym_return_statement] = STATE(56), - [sym_break_statement] = STATE(56), - [sym_continue_statement] = STATE(56), - [sym_goto_statement] = STATE(56), - [sym__expression] = STATE(772), - [sym_comma_expression] = STATE(1551), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_ms_declspec_modifier] = STATE(669), + [sym_compound_statement] = STATE(60), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(733), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(60), + [sym_labeled_statement] = STATE(60), + [sym_expression_statement] = STATE(60), + [sym_if_statement] = STATE(60), + [sym_switch_statement] = STATE(60), + [sym_while_statement] = STATE(60), + [sym_do_statement] = STATE(60), + [sym_for_statement] = STATE(60), + [sym_return_statement] = STATE(60), + [sym_break_statement] = STATE(60), + [sym_continue_statement] = STATE(60), + [sym_goto_statement] = STATE(60), + [sym__expression] = STATE(777), + [sym_comma_expression] = STATE(1392), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym_macro_type_specifier] = STATE(905), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(195), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), - [aux_sym_case_statement_repeat1] = STATE(56), - [sym_identifier] = ACTIONS(796), - [aux_sym_preproc_include_token1] = ACTIONS(747), - [aux_sym_preproc_def_token1] = ACTIONS(747), - [aux_sym_preproc_if_token1] = ACTIONS(747), - [aux_sym_preproc_ifdef_token1] = ACTIONS(747), - [aux_sym_preproc_ifdef_token2] = ACTIONS(747), - [sym_preproc_directive] = ACTIONS(747), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym_macro_type_specifier] = STATE(909), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(117), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), + [aux_sym_case_statement_repeat1] = STATE(60), + [sym_identifier] = ACTIONS(841), + [aux_sym_preproc_include_token1] = ACTIONS(743), + [aux_sym_preproc_def_token1] = ACTIONS(743), + [aux_sym_preproc_if_token1] = ACTIONS(743), + [aux_sym_preproc_if_token2] = ACTIONS(743), + [aux_sym_preproc_ifdef_token1] = ACTIONS(743), + [aux_sym_preproc_ifdef_token2] = ACTIONS(743), + [sym_preproc_directive] = ACTIONS(743), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -20959,20 +21197,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(328), - [anon_sym_typedef] = ACTIONS(330), + [anon_sym_SEMI] = ACTIONS(374), + [anon_sym_typedef] = ACTIONS(376), [anon_sym_extern] = ACTIONS(43), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), - [anon_sym___cdecl] = ACTIONS(747), - [anon_sym___clrcall] = ACTIONS(747), - [anon_sym___stdcall] = ACTIONS(747), - [anon_sym___fastcall] = ACTIONS(747), - [anon_sym___thiscall] = ACTIONS(747), - [anon_sym___vectorcall] = ACTIONS(747), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_RBRACE] = ACTIONS(798), + [anon_sym___cdecl] = ACTIONS(743), + [anon_sym___clrcall] = ACTIONS(743), + [anon_sym___stdcall] = ACTIONS(743), + [anon_sym___fastcall] = ACTIONS(743), + [anon_sym___thiscall] = ACTIONS(743), + [anon_sym___vectorcall] = ACTIONS(743), + [anon_sym_LBRACE] = ACTIONS(380), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -20991,18 +21228,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), - [anon_sym_if] = ACTIONS(338), - [anon_sym_else] = ACTIONS(747), - [anon_sym_switch] = ACTIONS(340), - [anon_sym_case] = ACTIONS(747), - [anon_sym_default] = ACTIONS(747), - [anon_sym_while] = ACTIONS(346), - [anon_sym_do] = ACTIONS(348), - [anon_sym_for] = ACTIONS(350), - [anon_sym_return] = ACTIONS(352), - [anon_sym_break] = ACTIONS(354), - [anon_sym_continue] = ACTIONS(356), - [anon_sym_goto] = ACTIONS(358), + [anon_sym_if] = ACTIONS(382), + [anon_sym_else] = ACTIONS(743), + [anon_sym_switch] = ACTIONS(384), + [anon_sym_case] = ACTIONS(743), + [anon_sym_default] = ACTIONS(743), + [anon_sym_while] = ACTIONS(390), + [anon_sym_do] = ACTIONS(392), + [anon_sym_for] = ACTIONS(394), + [anon_sym_return] = ACTIONS(396), + [anon_sym_break] = ACTIONS(398), + [anon_sym_continue] = ACTIONS(400), + [anon_sym_goto] = ACTIONS(402), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -21026,67 +21263,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [55] = { - [sym_declaration] = STATE(56), - [sym_type_definition] = STATE(56), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1040), - [sym_attribute_specifier] = STATE(665), + [56] = { + [sym_declaration] = STATE(51), + [sym_type_definition] = STATE(51), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1043), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_compound_statement] = STATE(56), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(764), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(56), - [sym_labeled_statement] = STATE(56), - [sym_expression_statement] = STATE(56), - [sym_if_statement] = STATE(56), - [sym_switch_statement] = STATE(56), - [sym_while_statement] = STATE(56), - [sym_do_statement] = STATE(56), - [sym_for_statement] = STATE(56), - [sym_return_statement] = STATE(56), - [sym_break_statement] = STATE(56), - [sym_continue_statement] = STATE(56), - [sym_goto_statement] = STATE(56), - [sym__expression] = STATE(772), - [sym_comma_expression] = STATE(1551), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_ms_declspec_modifier] = STATE(669), + [sym_compound_statement] = STATE(51), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(733), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [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_while_statement] = STATE(51), + [sym_do_statement] = STATE(51), + [sym_for_statement] = STATE(51), + [sym_return_statement] = STATE(51), + [sym_break_statement] = STATE(51), + [sym_continue_statement] = STATE(51), + [sym_goto_statement] = STATE(51), + [sym__expression] = STATE(822), + [sym_comma_expression] = STATE(1443), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym_macro_type_specifier] = STATE(905), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(195), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), - [aux_sym_case_statement_repeat1] = STATE(56), - [sym_identifier] = ACTIONS(796), - [aux_sym_preproc_include_token1] = ACTIONS(741), - [aux_sym_preproc_def_token1] = ACTIONS(741), - [aux_sym_preproc_if_token1] = ACTIONS(741), - [aux_sym_preproc_ifdef_token1] = ACTIONS(741), - [aux_sym_preproc_ifdef_token2] = ACTIONS(741), - [sym_preproc_directive] = ACTIONS(741), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym_macro_type_specifier] = STATE(909), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(131), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), + [aux_sym_case_statement_repeat1] = STATE(51), + [sym_identifier] = ACTIONS(792), + [aux_sym_preproc_include_token1] = ACTIONS(743), + [aux_sym_preproc_def_token1] = ACTIONS(743), + [aux_sym_preproc_if_token1] = ACTIONS(743), + [aux_sym_preproc_ifdef_token1] = ACTIONS(743), + [aux_sym_preproc_ifdef_token2] = ACTIONS(743), + [sym_preproc_directive] = ACTIONS(743), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -21100,14 +21337,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(741), - [anon_sym___clrcall] = ACTIONS(741), - [anon_sym___stdcall] = ACTIONS(741), - [anon_sym___fastcall] = ACTIONS(741), - [anon_sym___thiscall] = ACTIONS(741), - [anon_sym___vectorcall] = ACTIONS(741), + [anon_sym___cdecl] = ACTIONS(743), + [anon_sym___clrcall] = ACTIONS(743), + [anon_sym___stdcall] = ACTIONS(743), + [anon_sym___fastcall] = ACTIONS(743), + [anon_sym___thiscall] = ACTIONS(743), + [anon_sym___vectorcall] = ACTIONS(743), [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_RBRACE] = ACTIONS(800), + [anon_sym_RBRACE] = ACTIONS(839), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -21127,10 +21364,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(338), - [anon_sym_else] = ACTIONS(741), + [anon_sym_else] = ACTIONS(743), [anon_sym_switch] = ACTIONS(340), - [anon_sym_case] = ACTIONS(741), - [anon_sym_default] = ACTIONS(741), + [anon_sym_case] = ACTIONS(743), + [anon_sym_default] = ACTIONS(743), [anon_sym_while] = ACTIONS(346), [anon_sym_do] = ACTIONS(348), [anon_sym_for] = ACTIONS(350), @@ -21161,203 +21398,203 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [56] = { - [sym_declaration] = STATE(56), - [sym_type_definition] = STATE(56), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1040), - [sym_attribute_specifier] = STATE(665), + [57] = { + [sym_declaration] = STATE(57), + [sym_type_definition] = STATE(57), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1037), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_compound_statement] = STATE(56), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(764), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(56), - [sym_labeled_statement] = STATE(56), - [sym_expression_statement] = STATE(56), - [sym_if_statement] = STATE(56), - [sym_switch_statement] = STATE(56), - [sym_while_statement] = STATE(56), - [sym_do_statement] = STATE(56), - [sym_for_statement] = STATE(56), - [sym_return_statement] = STATE(56), - [sym_break_statement] = STATE(56), - [sym_continue_statement] = STATE(56), - [sym_goto_statement] = STATE(56), - [sym__expression] = STATE(772), - [sym_comma_expression] = STATE(1551), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_ms_declspec_modifier] = STATE(669), + [sym_compound_statement] = STATE(57), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(733), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(57), + [sym_labeled_statement] = STATE(57), + [sym_expression_statement] = STATE(57), + [sym_if_statement] = STATE(57), + [sym_switch_statement] = STATE(57), + [sym_while_statement] = STATE(57), + [sym_do_statement] = STATE(57), + [sym_for_statement] = STATE(57), + [sym_return_statement] = STATE(57), + [sym_break_statement] = STATE(57), + [sym_continue_statement] = STATE(57), + [sym_goto_statement] = STATE(57), + [sym__expression] = STATE(789), + [sym_comma_expression] = STATE(1475), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym_macro_type_specifier] = STATE(905), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(195), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), - [aux_sym_case_statement_repeat1] = STATE(56), - [sym_identifier] = ACTIONS(802), - [aux_sym_preproc_include_token1] = ACTIONS(632), - [aux_sym_preproc_def_token1] = ACTIONS(632), - [aux_sym_preproc_if_token1] = ACTIONS(632), - [aux_sym_preproc_ifdef_token1] = ACTIONS(632), - [aux_sym_preproc_ifdef_token2] = ACTIONS(632), - [sym_preproc_directive] = ACTIONS(632), - [anon_sym_LPAREN2] = ACTIONS(634), - [anon_sym_BANG] = ACTIONS(637), - [anon_sym_TILDE] = ACTIONS(637), - [anon_sym_DASH] = ACTIONS(640), - [anon_sym_PLUS] = ACTIONS(640), - [anon_sym_STAR] = ACTIONS(643), - [anon_sym_AMP] = ACTIONS(643), - [anon_sym_SEMI] = ACTIONS(805), - [anon_sym_typedef] = ACTIONS(808), - [anon_sym_extern] = ACTIONS(652), - [anon_sym___attribute__] = ACTIONS(655), - [anon_sym_LBRACK_LBRACK] = ACTIONS(658), - [anon_sym___declspec] = ACTIONS(661), - [anon_sym___cdecl] = ACTIONS(632), - [anon_sym___clrcall] = ACTIONS(632), - [anon_sym___stdcall] = ACTIONS(632), - [anon_sym___fastcall] = ACTIONS(632), - [anon_sym___thiscall] = ACTIONS(632), - [anon_sym___vectorcall] = ACTIONS(632), - [anon_sym_LBRACE] = ACTIONS(811), - [anon_sym_RBRACE] = ACTIONS(814), - [anon_sym_static] = ACTIONS(652), - [anon_sym_auto] = ACTIONS(652), - [anon_sym_register] = ACTIONS(652), - [anon_sym_inline] = ACTIONS(652), - [anon_sym_const] = ACTIONS(667), - [anon_sym_volatile] = ACTIONS(667), - [anon_sym_restrict] = ACTIONS(667), - [anon_sym___restrict__] = ACTIONS(667), - [anon_sym__Atomic] = ACTIONS(667), - [anon_sym__Noreturn] = ACTIONS(667), - [anon_sym_signed] = ACTIONS(670), - [anon_sym_unsigned] = ACTIONS(670), - [anon_sym_long] = ACTIONS(670), - [anon_sym_short] = ACTIONS(670), - [sym_primitive_type] = ACTIONS(673), - [anon_sym_enum] = ACTIONS(676), - [anon_sym_struct] = ACTIONS(679), - [anon_sym_union] = ACTIONS(682), - [anon_sym_if] = ACTIONS(816), - [anon_sym_else] = ACTIONS(632), - [anon_sym_switch] = ACTIONS(819), - [anon_sym_case] = ACTIONS(632), - [anon_sym_default] = ACTIONS(632), - [anon_sym_while] = ACTIONS(822), - [anon_sym_do] = ACTIONS(825), - [anon_sym_for] = ACTIONS(828), - [anon_sym_return] = ACTIONS(831), - [anon_sym_break] = ACTIONS(834), - [anon_sym_continue] = ACTIONS(837), - [anon_sym_goto] = ACTIONS(840), - [anon_sym_DASH_DASH] = ACTIONS(712), - [anon_sym_PLUS_PLUS] = ACTIONS(712), - [anon_sym_sizeof] = ACTIONS(715), - [anon_sym_offsetof] = ACTIONS(718), - [anon_sym__Generic] = ACTIONS(721), - [anon_sym_asm] = ACTIONS(724), - [anon_sym___asm__] = ACTIONS(724), - [sym_number_literal] = ACTIONS(727), - [anon_sym_L_SQUOTE] = ACTIONS(730), - [anon_sym_u_SQUOTE] = ACTIONS(730), - [anon_sym_U_SQUOTE] = ACTIONS(730), - [anon_sym_u8_SQUOTE] = ACTIONS(730), - [anon_sym_SQUOTE] = ACTIONS(730), - [anon_sym_L_DQUOTE] = ACTIONS(733), - [anon_sym_u_DQUOTE] = ACTIONS(733), - [anon_sym_U_DQUOTE] = ACTIONS(733), - [anon_sym_u8_DQUOTE] = ACTIONS(733), - [anon_sym_DQUOTE] = ACTIONS(733), - [sym_true] = ACTIONS(736), - [sym_false] = ACTIONS(736), - [sym_null] = ACTIONS(736), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym_macro_type_specifier] = STATE(909), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(135), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), + [aux_sym_case_statement_repeat1] = STATE(57), + [ts_builtin_sym_end] = ACTIONS(810), + [sym_identifier] = ACTIONS(843), + [aux_sym_preproc_include_token1] = ACTIONS(636), + [aux_sym_preproc_def_token1] = ACTIONS(636), + [aux_sym_preproc_if_token1] = ACTIONS(636), + [aux_sym_preproc_ifdef_token1] = ACTIONS(636), + [aux_sym_preproc_ifdef_token2] = ACTIONS(636), + [sym_preproc_directive] = ACTIONS(636), + [anon_sym_LPAREN2] = ACTIONS(638), + [anon_sym_BANG] = ACTIONS(641), + [anon_sym_TILDE] = ACTIONS(641), + [anon_sym_DASH] = ACTIONS(644), + [anon_sym_PLUS] = ACTIONS(644), + [anon_sym_STAR] = ACTIONS(647), + [anon_sym_AMP] = ACTIONS(647), + [anon_sym_SEMI] = ACTIONS(846), + [anon_sym_typedef] = ACTIONS(849), + [anon_sym_extern] = ACTIONS(656), + [anon_sym___attribute__] = ACTIONS(659), + [anon_sym_LBRACK_LBRACK] = ACTIONS(662), + [anon_sym___declspec] = ACTIONS(665), + [anon_sym___cdecl] = ACTIONS(636), + [anon_sym___clrcall] = ACTIONS(636), + [anon_sym___stdcall] = ACTIONS(636), + [anon_sym___fastcall] = ACTIONS(636), + [anon_sym___thiscall] = ACTIONS(636), + [anon_sym___vectorcall] = ACTIONS(636), + [anon_sym_LBRACE] = ACTIONS(852), + [anon_sym_static] = ACTIONS(656), + [anon_sym_auto] = ACTIONS(656), + [anon_sym_register] = ACTIONS(656), + [anon_sym_inline] = ACTIONS(656), + [anon_sym_const] = ACTIONS(671), + [anon_sym_volatile] = ACTIONS(671), + [anon_sym_restrict] = ACTIONS(671), + [anon_sym___restrict__] = ACTIONS(671), + [anon_sym__Atomic] = ACTIONS(671), + [anon_sym__Noreturn] = ACTIONS(671), + [anon_sym_signed] = ACTIONS(674), + [anon_sym_unsigned] = ACTIONS(674), + [anon_sym_long] = ACTIONS(674), + [anon_sym_short] = ACTIONS(674), + [sym_primitive_type] = ACTIONS(677), + [anon_sym_enum] = ACTIONS(680), + [anon_sym_struct] = ACTIONS(683), + [anon_sym_union] = ACTIONS(686), + [anon_sym_if] = ACTIONS(855), + [anon_sym_else] = ACTIONS(636), + [anon_sym_switch] = ACTIONS(858), + [anon_sym_case] = ACTIONS(636), + [anon_sym_default] = ACTIONS(636), + [anon_sym_while] = ACTIONS(861), + [anon_sym_do] = ACTIONS(864), + [anon_sym_for] = ACTIONS(867), + [anon_sym_return] = ACTIONS(870), + [anon_sym_break] = ACTIONS(873), + [anon_sym_continue] = ACTIONS(876), + [anon_sym_goto] = ACTIONS(879), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_PLUS_PLUS] = ACTIONS(716), + [anon_sym_sizeof] = ACTIONS(719), + [anon_sym_offsetof] = ACTIONS(722), + [anon_sym__Generic] = ACTIONS(725), + [anon_sym_asm] = ACTIONS(728), + [anon_sym___asm__] = ACTIONS(728), + [sym_number_literal] = ACTIONS(731), + [anon_sym_L_SQUOTE] = ACTIONS(734), + [anon_sym_u_SQUOTE] = ACTIONS(734), + [anon_sym_U_SQUOTE] = ACTIONS(734), + [anon_sym_u8_SQUOTE] = ACTIONS(734), + [anon_sym_SQUOTE] = ACTIONS(734), + [anon_sym_L_DQUOTE] = ACTIONS(737), + [anon_sym_u_DQUOTE] = ACTIONS(737), + [anon_sym_U_DQUOTE] = ACTIONS(737), + [anon_sym_u8_DQUOTE] = ACTIONS(737), + [anon_sym_DQUOTE] = ACTIONS(737), + [sym_true] = ACTIONS(740), + [sym_false] = ACTIONS(740), + [sym_null] = ACTIONS(740), [sym_comment] = ACTIONS(3), }, - [57] = { - [sym_declaration] = STATE(58), - [sym_type_definition] = STATE(58), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1047), - [sym_attribute_specifier] = STATE(665), + [58] = { + [sym_declaration] = STATE(57), + [sym_type_definition] = STATE(57), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1037), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_compound_statement] = STATE(58), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(764), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(58), - [sym_labeled_statement] = STATE(58), - [sym_expression_statement] = STATE(58), - [sym_if_statement] = STATE(58), - [sym_switch_statement] = STATE(58), - [sym_while_statement] = STATE(58), - [sym_do_statement] = STATE(58), - [sym_for_statement] = STATE(58), - [sym_return_statement] = STATE(58), - [sym_break_statement] = STATE(58), - [sym_continue_statement] = STATE(58), - [sym_goto_statement] = STATE(58), - [sym__expression] = STATE(819), - [sym_comma_expression] = STATE(1472), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_ms_declspec_modifier] = STATE(669), + [sym_compound_statement] = STATE(57), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(733), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(57), + [sym_labeled_statement] = STATE(57), + [sym_expression_statement] = STATE(57), + [sym_if_statement] = STATE(57), + [sym_switch_statement] = STATE(57), + [sym_while_statement] = STATE(57), + [sym_do_statement] = STATE(57), + [sym_for_statement] = STATE(57), + [sym_return_statement] = STATE(57), + [sym_break_statement] = STATE(57), + [sym_continue_statement] = STATE(57), + [sym_goto_statement] = STATE(57), + [sym__expression] = STATE(789), + [sym_comma_expression] = STATE(1475), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym_macro_type_specifier] = STATE(905), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(148), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), - [aux_sym_case_statement_repeat1] = STATE(58), - [ts_builtin_sym_end] = ACTIONS(800), - [sym_identifier] = ACTIONS(792), - [aux_sym_preproc_include_token1] = ACTIONS(741), - [aux_sym_preproc_def_token1] = ACTIONS(741), - [aux_sym_preproc_if_token1] = ACTIONS(741), - [aux_sym_preproc_ifdef_token1] = ACTIONS(741), - [aux_sym_preproc_ifdef_token2] = ACTIONS(741), - [sym_preproc_directive] = ACTIONS(741), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym_macro_type_specifier] = STATE(909), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(135), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), + [aux_sym_case_statement_repeat1] = STATE(57), + [ts_builtin_sym_end] = ACTIONS(796), + [sym_identifier] = ACTIONS(751), + [aux_sym_preproc_include_token1] = ACTIONS(747), + [aux_sym_preproc_def_token1] = ACTIONS(747), + [aux_sym_preproc_if_token1] = ACTIONS(747), + [aux_sym_preproc_ifdef_token1] = ACTIONS(747), + [aux_sym_preproc_ifdef_token2] = ACTIONS(747), + [sym_preproc_directive] = ACTIONS(747), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -21371,12 +21608,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(741), - [anon_sym___clrcall] = ACTIONS(741), - [anon_sym___stdcall] = ACTIONS(741), - [anon_sym___fastcall] = ACTIONS(741), - [anon_sym___thiscall] = ACTIONS(741), - [anon_sym___vectorcall] = ACTIONS(741), + [anon_sym___cdecl] = ACTIONS(747), + [anon_sym___clrcall] = ACTIONS(747), + [anon_sym___stdcall] = ACTIONS(747), + [anon_sym___fastcall] = ACTIONS(747), + [anon_sym___thiscall] = ACTIONS(747), + [anon_sym___vectorcall] = ACTIONS(747), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), @@ -21397,10 +21634,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(741), + [anon_sym_else] = ACTIONS(747), [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(741), - [anon_sym_default] = ACTIONS(741), + [anon_sym_case] = ACTIONS(747), + [anon_sym_default] = ACTIONS(747), [anon_sym_while] = ACTIONS(65), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(69), @@ -21431,203 +21668,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [58] = { - [sym_declaration] = STATE(58), - [sym_type_definition] = STATE(58), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1047), - [sym_attribute_specifier] = STATE(665), - [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_compound_statement] = STATE(58), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(764), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(58), - [sym_labeled_statement] = STATE(58), - [sym_expression_statement] = STATE(58), - [sym_if_statement] = STATE(58), - [sym_switch_statement] = STATE(58), - [sym_while_statement] = STATE(58), - [sym_do_statement] = STATE(58), - [sym_for_statement] = STATE(58), - [sym_return_statement] = STATE(58), - [sym_break_statement] = STATE(58), - [sym_continue_statement] = STATE(58), - [sym_goto_statement] = STATE(58), - [sym__expression] = STATE(819), - [sym_comma_expression] = STATE(1472), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), - [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), - [sym_subscript_expression] = STATE(636), - [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), - [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), - [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym_macro_type_specifier] = STATE(905), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(148), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), - [aux_sym_case_statement_repeat1] = STATE(58), - [ts_builtin_sym_end] = ACTIONS(814), - [sym_identifier] = ACTIONS(843), - [aux_sym_preproc_include_token1] = ACTIONS(632), - [aux_sym_preproc_def_token1] = ACTIONS(632), - [aux_sym_preproc_if_token1] = ACTIONS(632), - [aux_sym_preproc_ifdef_token1] = ACTIONS(632), - [aux_sym_preproc_ifdef_token2] = ACTIONS(632), - [sym_preproc_directive] = ACTIONS(632), - [anon_sym_LPAREN2] = ACTIONS(634), - [anon_sym_BANG] = ACTIONS(637), - [anon_sym_TILDE] = ACTIONS(637), - [anon_sym_DASH] = ACTIONS(640), - [anon_sym_PLUS] = ACTIONS(640), - [anon_sym_STAR] = ACTIONS(643), - [anon_sym_AMP] = ACTIONS(643), - [anon_sym_SEMI] = ACTIONS(846), - [anon_sym_typedef] = ACTIONS(849), - [anon_sym_extern] = ACTIONS(652), - [anon_sym___attribute__] = ACTIONS(655), - [anon_sym_LBRACK_LBRACK] = ACTIONS(658), - [anon_sym___declspec] = ACTIONS(661), - [anon_sym___cdecl] = ACTIONS(632), - [anon_sym___clrcall] = ACTIONS(632), - [anon_sym___stdcall] = ACTIONS(632), - [anon_sym___fastcall] = ACTIONS(632), - [anon_sym___thiscall] = ACTIONS(632), - [anon_sym___vectorcall] = ACTIONS(632), - [anon_sym_LBRACE] = ACTIONS(852), - [anon_sym_static] = ACTIONS(652), - [anon_sym_auto] = ACTIONS(652), - [anon_sym_register] = ACTIONS(652), - [anon_sym_inline] = ACTIONS(652), - [anon_sym_const] = ACTIONS(667), - [anon_sym_volatile] = ACTIONS(667), - [anon_sym_restrict] = ACTIONS(667), - [anon_sym___restrict__] = ACTIONS(667), - [anon_sym__Atomic] = ACTIONS(667), - [anon_sym__Noreturn] = ACTIONS(667), - [anon_sym_signed] = ACTIONS(670), - [anon_sym_unsigned] = ACTIONS(670), - [anon_sym_long] = ACTIONS(670), - [anon_sym_short] = ACTIONS(670), - [sym_primitive_type] = ACTIONS(673), - [anon_sym_enum] = ACTIONS(676), - [anon_sym_struct] = ACTIONS(679), - [anon_sym_union] = ACTIONS(682), - [anon_sym_if] = ACTIONS(855), - [anon_sym_else] = ACTIONS(632), - [anon_sym_switch] = ACTIONS(858), - [anon_sym_case] = ACTIONS(632), - [anon_sym_default] = ACTIONS(632), - [anon_sym_while] = ACTIONS(861), - [anon_sym_do] = ACTIONS(864), - [anon_sym_for] = ACTIONS(867), - [anon_sym_return] = ACTIONS(870), - [anon_sym_break] = ACTIONS(873), - [anon_sym_continue] = ACTIONS(876), - [anon_sym_goto] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(712), - [anon_sym_PLUS_PLUS] = ACTIONS(712), - [anon_sym_sizeof] = ACTIONS(715), - [anon_sym_offsetof] = ACTIONS(718), - [anon_sym__Generic] = ACTIONS(721), - [anon_sym_asm] = ACTIONS(724), - [anon_sym___asm__] = ACTIONS(724), - [sym_number_literal] = ACTIONS(727), - [anon_sym_L_SQUOTE] = ACTIONS(730), - [anon_sym_u_SQUOTE] = ACTIONS(730), - [anon_sym_U_SQUOTE] = ACTIONS(730), - [anon_sym_u8_SQUOTE] = ACTIONS(730), - [anon_sym_SQUOTE] = ACTIONS(730), - [anon_sym_L_DQUOTE] = ACTIONS(733), - [anon_sym_u_DQUOTE] = ACTIONS(733), - [anon_sym_U_DQUOTE] = ACTIONS(733), - [anon_sym_u8_DQUOTE] = ACTIONS(733), - [anon_sym_DQUOTE] = ACTIONS(733), - [sym_true] = ACTIONS(736), - [sym_false] = ACTIONS(736), - [sym_null] = ACTIONS(736), - [sym_comment] = ACTIONS(3), - }, [59] = { - [sym_declaration] = STATE(58), - [sym_type_definition] = STATE(58), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1047), - [sym_attribute_specifier] = STATE(665), + [sym_declaration] = STATE(62), + [sym_type_definition] = STATE(62), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1039), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_compound_statement] = STATE(58), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(764), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(58), - [sym_labeled_statement] = STATE(58), - [sym_expression_statement] = STATE(58), - [sym_if_statement] = STATE(58), - [sym_switch_statement] = STATE(58), - [sym_while_statement] = STATE(58), - [sym_do_statement] = STATE(58), - [sym_for_statement] = STATE(58), - [sym_return_statement] = STATE(58), - [sym_break_statement] = STATE(58), - [sym_continue_statement] = STATE(58), - [sym_goto_statement] = STATE(58), - [sym__expression] = STATE(819), - [sym_comma_expression] = STATE(1472), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_ms_declspec_modifier] = STATE(669), + [sym_compound_statement] = STATE(62), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(733), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(62), + [sym_labeled_statement] = STATE(62), + [sym_expression_statement] = STATE(62), + [sym_if_statement] = STATE(62), + [sym_switch_statement] = STATE(62), + [sym_while_statement] = STATE(62), + [sym_do_statement] = STATE(62), + [sym_for_statement] = STATE(62), + [sym_return_statement] = STATE(62), + [sym_break_statement] = STATE(62), + [sym_continue_statement] = STATE(62), + [sym_goto_statement] = STATE(62), + [sym__expression] = STATE(777), + [sym_comma_expression] = STATE(1392), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym_macro_type_specifier] = STATE(905), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(148), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), - [aux_sym_case_statement_repeat1] = STATE(58), - [ts_builtin_sym_end] = ACTIONS(798), - [sym_identifier] = ACTIONS(792), - [aux_sym_preproc_include_token1] = ACTIONS(747), - [aux_sym_preproc_def_token1] = ACTIONS(747), - [aux_sym_preproc_if_token1] = ACTIONS(747), - [aux_sym_preproc_ifdef_token1] = ACTIONS(747), - [aux_sym_preproc_ifdef_token2] = ACTIONS(747), - [sym_preproc_directive] = ACTIONS(747), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym_macro_type_specifier] = STATE(909), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(117), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), + [aux_sym_case_statement_repeat1] = STATE(62), + [sym_identifier] = ACTIONS(841), + [aux_sym_preproc_include_token1] = ACTIONS(745), + [aux_sym_preproc_def_token1] = ACTIONS(745), + [aux_sym_preproc_if_token1] = ACTIONS(745), + [aux_sym_preproc_if_token2] = ACTIONS(745), + [aux_sym_preproc_ifdef_token1] = ACTIONS(745), + [aux_sym_preproc_ifdef_token2] = ACTIONS(745), + [sym_preproc_directive] = ACTIONS(745), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -21635,19 +21737,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(27), - [anon_sym_typedef] = ACTIONS(29), + [anon_sym_SEMI] = ACTIONS(374), + [anon_sym_typedef] = ACTIONS(376), [anon_sym_extern] = ACTIONS(43), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), - [anon_sym___cdecl] = ACTIONS(747), - [anon_sym___clrcall] = ACTIONS(747), - [anon_sym___stdcall] = ACTIONS(747), - [anon_sym___fastcall] = ACTIONS(747), - [anon_sym___thiscall] = ACTIONS(747), - [anon_sym___vectorcall] = ACTIONS(747), - [anon_sym_LBRACE] = ACTIONS(41), + [anon_sym___cdecl] = ACTIONS(745), + [anon_sym___clrcall] = ACTIONS(745), + [anon_sym___stdcall] = ACTIONS(745), + [anon_sym___fastcall] = ACTIONS(745), + [anon_sym___thiscall] = ACTIONS(745), + [anon_sym___vectorcall] = ACTIONS(745), + [anon_sym_LBRACE] = ACTIONS(380), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -21666,18 +21768,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), - [anon_sym_if] = ACTIONS(57), - [anon_sym_else] = ACTIONS(747), - [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(747), - [anon_sym_default] = ACTIONS(747), - [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(382), + [anon_sym_else] = ACTIONS(745), + [anon_sym_switch] = ACTIONS(384), + [anon_sym_case] = ACTIONS(745), + [anon_sym_default] = ACTIONS(745), + [anon_sym_while] = ACTIONS(390), + [anon_sym_do] = ACTIONS(392), + [anon_sym_for] = ACTIONS(394), + [anon_sym_return] = ACTIONS(396), + [anon_sym_break] = ACTIONS(398), + [anon_sym_continue] = ACTIONS(400), + [anon_sym_goto] = ACTIONS(402), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -21702,67 +21804,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [60] = { - [sym_declaration] = STATE(61), - [sym_type_definition] = STATE(61), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1037), - [sym_attribute_specifier] = STATE(665), + [sym_declaration] = STATE(49), + [sym_type_definition] = STATE(49), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1039), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_compound_statement] = STATE(61), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(764), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(61), - [sym_labeled_statement] = STATE(61), - [sym_expression_statement] = STATE(61), - [sym_if_statement] = STATE(61), - [sym_switch_statement] = STATE(61), - [sym_while_statement] = STATE(61), - [sym_do_statement] = STATE(61), - [sym_for_statement] = STATE(61), - [sym_return_statement] = STATE(61), - [sym_break_statement] = STATE(61), - [sym_continue_statement] = STATE(61), - [sym_goto_statement] = STATE(61), - [sym__expression] = STATE(780), - [sym_comma_expression] = STATE(1381), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_ms_declspec_modifier] = STATE(669), + [sym_compound_statement] = STATE(49), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(733), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(49), + [sym_labeled_statement] = STATE(49), + [sym_expression_statement] = STATE(49), + [sym_if_statement] = STATE(49), + [sym_switch_statement] = STATE(49), + [sym_while_statement] = STATE(49), + [sym_do_statement] = STATE(49), + [sym_for_statement] = STATE(49), + [sym_return_statement] = STATE(49), + [sym_break_statement] = STATE(49), + [sym_continue_statement] = STATE(49), + [sym_goto_statement] = STATE(49), + [sym__expression] = STATE(777), + [sym_comma_expression] = STATE(1392), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym_macro_type_specifier] = STATE(905), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(146), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), - [aux_sym_case_statement_repeat1] = STATE(61), - [sym_identifier] = ACTIONS(749), - [aux_sym_preproc_include_token1] = ACTIONS(743), - [aux_sym_preproc_def_token1] = ACTIONS(743), - [aux_sym_preproc_if_token1] = ACTIONS(743), - [aux_sym_preproc_if_token2] = ACTIONS(743), - [aux_sym_preproc_ifdef_token1] = ACTIONS(743), - [aux_sym_preproc_ifdef_token2] = ACTIONS(743), - [sym_preproc_directive] = ACTIONS(743), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym_macro_type_specifier] = STATE(909), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(117), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), + [aux_sym_case_statement_repeat1] = STATE(49), + [sym_identifier] = ACTIONS(841), + [aux_sym_preproc_include_token1] = ACTIONS(631), + [aux_sym_preproc_def_token1] = ACTIONS(631), + [aux_sym_preproc_if_token1] = ACTIONS(631), + [aux_sym_preproc_if_token2] = ACTIONS(631), + [aux_sym_preproc_ifdef_token1] = ACTIONS(631), + [aux_sym_preproc_ifdef_token2] = ACTIONS(631), + [sym_preproc_directive] = ACTIONS(631), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -21770,19 +21872,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(384), - [anon_sym_typedef] = ACTIONS(386), + [anon_sym_SEMI] = ACTIONS(374), + [anon_sym_typedef] = ACTIONS(376), [anon_sym_extern] = ACTIONS(43), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), - [anon_sym___cdecl] = ACTIONS(743), - [anon_sym___clrcall] = ACTIONS(743), - [anon_sym___stdcall] = ACTIONS(743), - [anon_sym___fastcall] = ACTIONS(743), - [anon_sym___thiscall] = ACTIONS(743), - [anon_sym___vectorcall] = ACTIONS(743), - [anon_sym_LBRACE] = ACTIONS(390), + [anon_sym___cdecl] = ACTIONS(631), + [anon_sym___clrcall] = ACTIONS(631), + [anon_sym___stdcall] = ACTIONS(631), + [anon_sym___fastcall] = ACTIONS(631), + [anon_sym___thiscall] = ACTIONS(631), + [anon_sym___vectorcall] = ACTIONS(631), + [anon_sym_LBRACE] = ACTIONS(380), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -21801,18 +21903,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), - [anon_sym_if] = ACTIONS(392), - [anon_sym_else] = ACTIONS(743), - [anon_sym_switch] = ACTIONS(394), - [anon_sym_case] = ACTIONS(743), - [anon_sym_default] = ACTIONS(743), - [anon_sym_while] = ACTIONS(400), - [anon_sym_do] = ACTIONS(402), - [anon_sym_for] = ACTIONS(404), - [anon_sym_return] = ACTIONS(406), - [anon_sym_break] = ACTIONS(408), - [anon_sym_continue] = ACTIONS(410), - [anon_sym_goto] = ACTIONS(412), + [anon_sym_if] = ACTIONS(382), + [anon_sym_else] = ACTIONS(631), + [anon_sym_switch] = ACTIONS(384), + [anon_sym_case] = ACTIONS(631), + [anon_sym_default] = ACTIONS(631), + [anon_sym_while] = ACTIONS(390), + [anon_sym_do] = ACTIONS(392), + [anon_sym_for] = ACTIONS(394), + [anon_sym_return] = ACTIONS(396), + [anon_sym_break] = ACTIONS(398), + [anon_sym_continue] = ACTIONS(400), + [anon_sym_goto] = ACTIONS(402), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -21837,67 +21939,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [61] = { - [sym_declaration] = STATE(49), - [sym_type_definition] = STATE(49), - [sym__declaration_modifiers] = STATE(665), + [sym_declaration] = STATE(57), + [sym_type_definition] = STATE(57), + [sym__declaration_modifiers] = STATE(669), [sym__declaration_specifiers] = STATE(1037), - [sym_attribute_specifier] = STATE(665), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), - [sym_compound_statement] = STATE(49), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(764), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym_attributed_statement] = STATE(49), - [sym_labeled_statement] = STATE(49), - [sym_expression_statement] = STATE(49), - [sym_if_statement] = STATE(49), - [sym_switch_statement] = STATE(49), - [sym_while_statement] = STATE(49), - [sym_do_statement] = STATE(49), - [sym_for_statement] = STATE(49), - [sym_return_statement] = STATE(49), - [sym_break_statement] = STATE(49), - [sym_continue_statement] = STATE(49), - [sym_goto_statement] = STATE(49), - [sym__expression] = STATE(780), - [sym_comma_expression] = STATE(1381), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_ms_declspec_modifier] = STATE(669), + [sym_compound_statement] = STATE(57), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(733), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym_attributed_statement] = STATE(57), + [sym_labeled_statement] = STATE(57), + [sym_expression_statement] = STATE(57), + [sym_if_statement] = STATE(57), + [sym_switch_statement] = STATE(57), + [sym_while_statement] = STATE(57), + [sym_do_statement] = STATE(57), + [sym_for_statement] = STATE(57), + [sym_return_statement] = STATE(57), + [sym_break_statement] = STATE(57), + [sym_continue_statement] = STATE(57), + [sym_goto_statement] = STATE(57), + [sym__expression] = STATE(789), + [sym_comma_expression] = STATE(1475), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym_macro_type_specifier] = STATE(905), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(146), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), - [aux_sym_case_statement_repeat1] = STATE(49), - [sym_identifier] = ACTIONS(749), - [aux_sym_preproc_include_token1] = ACTIONS(741), - [aux_sym_preproc_def_token1] = ACTIONS(741), - [aux_sym_preproc_if_token1] = ACTIONS(741), - [aux_sym_preproc_if_token2] = ACTIONS(741), - [aux_sym_preproc_ifdef_token1] = ACTIONS(741), - [aux_sym_preproc_ifdef_token2] = ACTIONS(741), - [sym_preproc_directive] = ACTIONS(741), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym_macro_type_specifier] = STATE(909), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(135), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), + [aux_sym_case_statement_repeat1] = STATE(57), + [ts_builtin_sym_end] = ACTIONS(794), + [sym_identifier] = ACTIONS(751), + [aux_sym_preproc_include_token1] = ACTIONS(631), + [aux_sym_preproc_def_token1] = ACTIONS(631), + [aux_sym_preproc_if_token1] = ACTIONS(631), + [aux_sym_preproc_ifdef_token1] = ACTIONS(631), + [aux_sym_preproc_ifdef_token2] = ACTIONS(631), + [sym_preproc_directive] = ACTIONS(631), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -21905,19 +22007,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(384), - [anon_sym_typedef] = ACTIONS(386), + [anon_sym_SEMI] = ACTIONS(27), + [anon_sym_typedef] = ACTIONS(29), [anon_sym_extern] = ACTIONS(43), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), - [anon_sym___cdecl] = ACTIONS(741), - [anon_sym___clrcall] = ACTIONS(741), - [anon_sym___stdcall] = ACTIONS(741), - [anon_sym___fastcall] = ACTIONS(741), - [anon_sym___thiscall] = ACTIONS(741), - [anon_sym___vectorcall] = ACTIONS(741), - [anon_sym_LBRACE] = ACTIONS(390), + [anon_sym___cdecl] = ACTIONS(631), + [anon_sym___clrcall] = ACTIONS(631), + [anon_sym___stdcall] = ACTIONS(631), + [anon_sym___fastcall] = ACTIONS(631), + [anon_sym___thiscall] = ACTIONS(631), + [anon_sym___vectorcall] = ACTIONS(631), + [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -21936,18 +22038,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), - [anon_sym_if] = ACTIONS(392), - [anon_sym_else] = ACTIONS(741), - [anon_sym_switch] = ACTIONS(394), - [anon_sym_case] = ACTIONS(741), - [anon_sym_default] = ACTIONS(741), - [anon_sym_while] = ACTIONS(400), - [anon_sym_do] = ACTIONS(402), - [anon_sym_for] = ACTIONS(404), - [anon_sym_return] = ACTIONS(406), - [anon_sym_break] = ACTIONS(408), - [anon_sym_continue] = ACTIONS(410), - [anon_sym_goto] = ACTIONS(412), + [anon_sym_if] = ACTIONS(57), + [anon_sym_else] = ACTIONS(631), + [anon_sym_switch] = ACTIONS(59), + [anon_sym_case] = ACTIONS(631), + [anon_sym_default] = ACTIONS(631), + [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), @@ -21974,19 +22076,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [62] = { [sym_declaration] = STATE(49), [sym_type_definition] = STATE(49), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1037), - [sym_attribute_specifier] = STATE(665), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1039), + [sym_attribute_specifier] = STATE(669), [sym_attribute_declaration] = STATE(385), - [sym_ms_declspec_modifier] = STATE(665), + [sym_ms_declspec_modifier] = STATE(669), [sym_compound_statement] = STATE(49), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(764), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(733), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), [sym_attributed_statement] = STATE(49), [sym_labeled_statement] = STATE(49), [sym_expression_statement] = STATE(49), @@ -21999,33 +22101,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(49), [sym_continue_statement] = STATE(49), [sym_goto_statement] = STATE(49), - [sym__expression] = STATE(780), - [sym_comma_expression] = STATE(1381), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym__expression] = STATE(777), + [sym_comma_expression] = STATE(1392), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym_macro_type_specifier] = STATE(905), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_attributed_declarator_repeat1] = STATE(146), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym_macro_type_specifier] = STATE(909), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_attributed_declarator_repeat1] = STATE(117), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), [aux_sym_case_statement_repeat1] = STATE(49), - [sym_identifier] = ACTIONS(749), + [sym_identifier] = ACTIONS(841), [aux_sym_preproc_include_token1] = ACTIONS(747), [aux_sym_preproc_def_token1] = ACTIONS(747), [aux_sym_preproc_if_token1] = ACTIONS(747), @@ -22040,8 +22142,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(384), - [anon_sym_typedef] = ACTIONS(386), + [anon_sym_SEMI] = ACTIONS(374), + [anon_sym_typedef] = ACTIONS(376), [anon_sym_extern] = ACTIONS(43), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), @@ -22052,7 +22154,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(747), [anon_sym___thiscall] = ACTIONS(747), [anon_sym___vectorcall] = ACTIONS(747), - [anon_sym_LBRACE] = ACTIONS(390), + [anon_sym_LBRACE] = ACTIONS(380), [anon_sym_static] = ACTIONS(43), [anon_sym_auto] = ACTIONS(43), [anon_sym_register] = ACTIONS(43), @@ -22071,18 +22173,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), - [anon_sym_if] = ACTIONS(392), + [anon_sym_if] = ACTIONS(382), [anon_sym_else] = ACTIONS(747), - [anon_sym_switch] = ACTIONS(394), + [anon_sym_switch] = ACTIONS(384), [anon_sym_case] = ACTIONS(747), [anon_sym_default] = ACTIONS(747), - [anon_sym_while] = ACTIONS(400), - [anon_sym_do] = ACTIONS(402), - [anon_sym_for] = ACTIONS(404), - [anon_sym_return] = ACTIONS(406), - [anon_sym_break] = ACTIONS(408), - [anon_sym_continue] = ACTIONS(410), - [anon_sym_goto] = ACTIONS(412), + [anon_sym_while] = ACTIONS(390), + [anon_sym_do] = ACTIONS(392), + [anon_sym_for] = ACTIONS(394), + [anon_sym_return] = ACTIONS(396), + [anon_sym_break] = ACTIONS(398), + [anon_sym_continue] = ACTIONS(400), + [anon_sym_goto] = ACTIONS(402), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -22107,43 +22209,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [63] = { - [sym_declaration] = STATE(433), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1047), - [sym_attribute_specifier] = STATE(665), - [sym_attribute_declaration] = STATE(665), - [sym_ms_declspec_modifier] = STATE(665), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(764), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym__expression] = STATE(766), - [sym_comma_expression] = STATE(1534), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_declaration] = STATE(474), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1037), + [sym_attribute_specifier] = STATE(669), + [sym_attribute_declaration] = STATE(669), + [sym_ms_declspec_modifier] = STATE(669), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(733), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym__expression] = STATE(793), + [sym_comma_expression] = STATE(1365), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym_macro_type_specifier] = STATE(905), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym_macro_type_specifier] = STATE(909), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), [sym_identifier] = ACTIONS(882), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -22199,43 +22301,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [64] = { - [sym_declaration] = STATE(439), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1047), - [sym_attribute_specifier] = STATE(665), - [sym_attribute_declaration] = STATE(665), - [sym_ms_declspec_modifier] = STATE(665), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(764), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym__expression] = STATE(784), - [sym_comma_expression] = STATE(1562), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_declaration] = STATE(478), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1037), + [sym_attribute_specifier] = STATE(669), + [sym_attribute_declaration] = STATE(669), + [sym_ms_declspec_modifier] = STATE(669), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(733), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym__expression] = STATE(782), + [sym_comma_expression] = STATE(1565), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym_macro_type_specifier] = STATE(905), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym_macro_type_specifier] = STATE(909), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), [sym_identifier] = ACTIONS(882), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -22291,43 +22393,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [65] = { - [sym_declaration] = STATE(453), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1047), - [sym_attribute_specifier] = STATE(665), - [sym_attribute_declaration] = STATE(665), - [sym_ms_declspec_modifier] = STATE(665), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(764), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym__expression] = STATE(791), - [sym_comma_expression] = STATE(1554), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_declaration] = STATE(444), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1037), + [sym_attribute_specifier] = STATE(669), + [sym_attribute_declaration] = STATE(669), + [sym_ms_declspec_modifier] = STATE(669), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(733), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym__expression] = STATE(790), + [sym_comma_expression] = STATE(1557), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym_macro_type_specifier] = STATE(905), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym_macro_type_specifier] = STATE(909), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), [sym_identifier] = ACTIONS(882), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -22383,43 +22485,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [66] = { - [sym_declaration] = STATE(466), - [sym__declaration_modifiers] = STATE(665), - [sym__declaration_specifiers] = STATE(1047), - [sym_attribute_specifier] = STATE(665), - [sym_attribute_declaration] = STATE(665), - [sym_ms_declspec_modifier] = STATE(665), - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [sym__type_specifier] = STATE(764), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), + [sym_declaration] = STATE(439), + [sym__declaration_modifiers] = STATE(669), + [sym__declaration_specifiers] = STATE(1037), + [sym_attribute_specifier] = STATE(669), + [sym_attribute_declaration] = STATE(669), + [sym_ms_declspec_modifier] = STATE(669), + [sym_storage_class_specifier] = STATE(669), + [sym_type_qualifier] = STATE(669), + [sym__type_specifier] = STATE(733), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), [sym__expression] = STATE(798), - [sym_comma_expression] = STATE(1544), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_comma_expression] = STATE(1547), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym_macro_type_specifier] = STATE(905), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [aux_sym_sized_type_specifier_repeat1] = STATE(818), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym_macro_type_specifier] = STATE(909), + [aux_sym__declaration_specifiers_repeat1] = STATE(669), + [aux_sym_sized_type_specifier_repeat1] = STATE(786), [sym_identifier] = ACTIONS(882), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -22475,27 +22577,27 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [67] = { - [sym__expression] = STATE(604), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), - [sym_pointer_expression] = STATE(615), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), - [sym_subscript_expression] = STATE(615), - [sym_call_expression] = STATE(615), - [sym_gnu_asm_expression] = STATE(608), - [sym_field_expression] = STATE(615), - [sym_compound_literal_expression] = STATE(608), - [sym_parenthesized_expression] = STATE(615), - [sym_initializer_list] = STATE(621), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), + [sym__expression] = STATE(611), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), + [sym_pointer_expression] = STATE(613), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), + [sym_subscript_expression] = STATE(613), + [sym_call_expression] = STATE(613), + [sym_gnu_asm_expression] = STATE(635), + [sym_field_expression] = STATE(613), + [sym_compound_literal_expression] = STATE(635), + [sym_parenthesized_expression] = STATE(613), + [sym_initializer_list] = STATE(610), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), [sym_identifier] = ACTIONS(894), [anon_sym_COMMA] = ACTIONS(896), [anon_sym_RPAREN] = ACTIONS(896), @@ -22696,7 +22798,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(918), [anon_sym_union] = ACTIONS(918), [anon_sym_if] = ACTIONS(918), - [anon_sym_else] = ACTIONS(918), + [anon_sym_else] = ACTIONS(922), [anon_sym_switch] = ACTIONS(918), [anon_sym_case] = ACTIONS(918), [anon_sym_default] = ACTIONS(918), @@ -22731,342 +22833,426 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [70] = { - [sym_identifier] = ACTIONS(922), - [aux_sym_preproc_include_token1] = ACTIONS(922), - [aux_sym_preproc_def_token1] = ACTIONS(922), - [aux_sym_preproc_if_token1] = ACTIONS(922), - [aux_sym_preproc_if_token2] = ACTIONS(922), - [aux_sym_preproc_ifdef_token1] = ACTIONS(922), - [aux_sym_preproc_ifdef_token2] = ACTIONS(922), - [aux_sym_preproc_else_token1] = ACTIONS(922), - [aux_sym_preproc_elif_token1] = ACTIONS(922), - [sym_preproc_directive] = ACTIONS(922), - [anon_sym_LPAREN2] = ACTIONS(924), - [anon_sym_BANG] = ACTIONS(924), - [anon_sym_TILDE] = ACTIONS(924), - [anon_sym_DASH] = ACTIONS(922), - [anon_sym_PLUS] = ACTIONS(922), - [anon_sym_STAR] = ACTIONS(924), - [anon_sym_AMP] = ACTIONS(924), - [anon_sym_SEMI] = ACTIONS(924), - [anon_sym_typedef] = ACTIONS(922), - [anon_sym_extern] = ACTIONS(922), - [anon_sym___attribute__] = ACTIONS(922), - [anon_sym_LBRACK_LBRACK] = ACTIONS(924), - [anon_sym___declspec] = ACTIONS(922), - [anon_sym___cdecl] = ACTIONS(922), - [anon_sym___clrcall] = ACTIONS(922), - [anon_sym___stdcall] = ACTIONS(922), - [anon_sym___fastcall] = ACTIONS(922), - [anon_sym___thiscall] = ACTIONS(922), - [anon_sym___vectorcall] = ACTIONS(922), - [anon_sym_LBRACE] = ACTIONS(924), - [anon_sym_static] = ACTIONS(922), - [anon_sym_auto] = ACTIONS(922), - [anon_sym_register] = ACTIONS(922), - [anon_sym_inline] = ACTIONS(922), - [anon_sym_const] = ACTIONS(922), - [anon_sym_volatile] = ACTIONS(922), - [anon_sym_restrict] = ACTIONS(922), - [anon_sym___restrict__] = ACTIONS(922), - [anon_sym__Atomic] = ACTIONS(922), - [anon_sym__Noreturn] = ACTIONS(922), - [anon_sym_signed] = ACTIONS(922), - [anon_sym_unsigned] = ACTIONS(922), - [anon_sym_long] = ACTIONS(922), - [anon_sym_short] = ACTIONS(922), - [sym_primitive_type] = ACTIONS(922), - [anon_sym_enum] = ACTIONS(922), - [anon_sym_struct] = ACTIONS(922), - [anon_sym_union] = ACTIONS(922), - [anon_sym_if] = ACTIONS(922), - [anon_sym_else] = ACTIONS(922), - [anon_sym_switch] = ACTIONS(922), - [anon_sym_case] = ACTIONS(922), - [anon_sym_default] = ACTIONS(922), - [anon_sym_while] = ACTIONS(922), - [anon_sym_do] = ACTIONS(922), - [anon_sym_for] = ACTIONS(922), - [anon_sym_return] = ACTIONS(922), - [anon_sym_break] = ACTIONS(922), - [anon_sym_continue] = ACTIONS(922), - [anon_sym_goto] = ACTIONS(922), - [anon_sym_DASH_DASH] = ACTIONS(924), - [anon_sym_PLUS_PLUS] = ACTIONS(924), - [anon_sym_sizeof] = ACTIONS(922), - [anon_sym_offsetof] = ACTIONS(922), - [anon_sym__Generic] = ACTIONS(922), - [anon_sym_asm] = ACTIONS(922), - [anon_sym___asm__] = ACTIONS(922), - [sym_number_literal] = ACTIONS(924), - [anon_sym_L_SQUOTE] = ACTIONS(924), - [anon_sym_u_SQUOTE] = ACTIONS(924), - [anon_sym_U_SQUOTE] = ACTIONS(924), - [anon_sym_u8_SQUOTE] = ACTIONS(924), - [anon_sym_SQUOTE] = ACTIONS(924), - [anon_sym_L_DQUOTE] = ACTIONS(924), - [anon_sym_u_DQUOTE] = ACTIONS(924), - [anon_sym_U_DQUOTE] = ACTIONS(924), - [anon_sym_u8_DQUOTE] = ACTIONS(924), - [anon_sym_DQUOTE] = ACTIONS(924), - [sym_true] = ACTIONS(922), - [sym_false] = ACTIONS(922), - [sym_null] = ACTIONS(922), + [sym_identifier] = ACTIONS(924), + [aux_sym_preproc_include_token1] = ACTIONS(924), + [aux_sym_preproc_def_token1] = ACTIONS(924), + [aux_sym_preproc_if_token1] = ACTIONS(924), + [aux_sym_preproc_if_token2] = ACTIONS(924), + [aux_sym_preproc_ifdef_token1] = ACTIONS(924), + [aux_sym_preproc_ifdef_token2] = ACTIONS(924), + [aux_sym_preproc_else_token1] = ACTIONS(924), + [aux_sym_preproc_elif_token1] = ACTIONS(924), + [sym_preproc_directive] = ACTIONS(924), + [anon_sym_LPAREN2] = ACTIONS(926), + [anon_sym_BANG] = ACTIONS(926), + [anon_sym_TILDE] = ACTIONS(926), + [anon_sym_DASH] = ACTIONS(924), + [anon_sym_PLUS] = ACTIONS(924), + [anon_sym_STAR] = ACTIONS(926), + [anon_sym_AMP] = ACTIONS(926), + [anon_sym_SEMI] = ACTIONS(926), + [anon_sym_typedef] = ACTIONS(924), + [anon_sym_extern] = ACTIONS(924), + [anon_sym___attribute__] = ACTIONS(924), + [anon_sym_LBRACK_LBRACK] = ACTIONS(926), + [anon_sym___declspec] = ACTIONS(924), + [anon_sym___cdecl] = ACTIONS(924), + [anon_sym___clrcall] = ACTIONS(924), + [anon_sym___stdcall] = ACTIONS(924), + [anon_sym___fastcall] = ACTIONS(924), + [anon_sym___thiscall] = ACTIONS(924), + [anon_sym___vectorcall] = ACTIONS(924), + [anon_sym_LBRACE] = ACTIONS(926), + [anon_sym_static] = ACTIONS(924), + [anon_sym_auto] = ACTIONS(924), + [anon_sym_register] = ACTIONS(924), + [anon_sym_inline] = ACTIONS(924), + [anon_sym_const] = ACTIONS(924), + [anon_sym_volatile] = ACTIONS(924), + [anon_sym_restrict] = ACTIONS(924), + [anon_sym___restrict__] = ACTIONS(924), + [anon_sym__Atomic] = ACTIONS(924), + [anon_sym__Noreturn] = ACTIONS(924), + [anon_sym_signed] = ACTIONS(924), + [anon_sym_unsigned] = ACTIONS(924), + [anon_sym_long] = ACTIONS(924), + [anon_sym_short] = ACTIONS(924), + [sym_primitive_type] = ACTIONS(924), + [anon_sym_enum] = ACTIONS(924), + [anon_sym_struct] = ACTIONS(924), + [anon_sym_union] = ACTIONS(924), + [anon_sym_if] = ACTIONS(924), + [anon_sym_else] = ACTIONS(924), + [anon_sym_switch] = ACTIONS(924), + [anon_sym_case] = ACTIONS(924), + [anon_sym_default] = ACTIONS(924), + [anon_sym_while] = ACTIONS(924), + [anon_sym_do] = ACTIONS(924), + [anon_sym_for] = ACTIONS(924), + [anon_sym_return] = ACTIONS(924), + [anon_sym_break] = ACTIONS(924), + [anon_sym_continue] = ACTIONS(924), + [anon_sym_goto] = ACTIONS(924), + [anon_sym_DASH_DASH] = ACTIONS(926), + [anon_sym_PLUS_PLUS] = ACTIONS(926), + [anon_sym_sizeof] = ACTIONS(924), + [anon_sym_offsetof] = ACTIONS(924), + [anon_sym__Generic] = ACTIONS(924), + [anon_sym_asm] = ACTIONS(924), + [anon_sym___asm__] = ACTIONS(924), + [sym_number_literal] = ACTIONS(926), + [anon_sym_L_SQUOTE] = ACTIONS(926), + [anon_sym_u_SQUOTE] = ACTIONS(926), + [anon_sym_U_SQUOTE] = ACTIONS(926), + [anon_sym_u8_SQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(926), + [anon_sym_L_DQUOTE] = ACTIONS(926), + [anon_sym_u_DQUOTE] = ACTIONS(926), + [anon_sym_U_DQUOTE] = ACTIONS(926), + [anon_sym_u8_DQUOTE] = ACTIONS(926), + [anon_sym_DQUOTE] = ACTIONS(926), + [sym_true] = ACTIONS(924), + [sym_false] = ACTIONS(924), + [sym_null] = ACTIONS(924), [sym_comment] = ACTIONS(3), }, [71] = { - [sym_identifier] = ACTIONS(926), - [aux_sym_preproc_include_token1] = ACTIONS(926), - [aux_sym_preproc_def_token1] = ACTIONS(926), - [aux_sym_preproc_if_token1] = ACTIONS(926), - [aux_sym_preproc_if_token2] = ACTIONS(926), - [aux_sym_preproc_ifdef_token1] = ACTIONS(926), - [aux_sym_preproc_ifdef_token2] = ACTIONS(926), - [aux_sym_preproc_else_token1] = ACTIONS(926), - [aux_sym_preproc_elif_token1] = ACTIONS(926), - [sym_preproc_directive] = ACTIONS(926), - [anon_sym_LPAREN2] = ACTIONS(928), - [anon_sym_BANG] = ACTIONS(928), - [anon_sym_TILDE] = ACTIONS(928), - [anon_sym_DASH] = ACTIONS(926), - [anon_sym_PLUS] = ACTIONS(926), - [anon_sym_STAR] = ACTIONS(928), - [anon_sym_AMP] = ACTIONS(928), - [anon_sym_SEMI] = ACTIONS(928), - [anon_sym_typedef] = ACTIONS(926), - [anon_sym_extern] = ACTIONS(926), - [anon_sym___attribute__] = ACTIONS(926), - [anon_sym_LBRACK_LBRACK] = ACTIONS(928), - [anon_sym___declspec] = ACTIONS(926), - [anon_sym___cdecl] = ACTIONS(926), - [anon_sym___clrcall] = ACTIONS(926), - [anon_sym___stdcall] = ACTIONS(926), - [anon_sym___fastcall] = ACTIONS(926), - [anon_sym___thiscall] = ACTIONS(926), - [anon_sym___vectorcall] = ACTIONS(926), - [anon_sym_LBRACE] = ACTIONS(928), - [anon_sym_static] = ACTIONS(926), - [anon_sym_auto] = ACTIONS(926), - [anon_sym_register] = ACTIONS(926), - [anon_sym_inline] = ACTIONS(926), - [anon_sym_const] = ACTIONS(926), - [anon_sym_volatile] = ACTIONS(926), - [anon_sym_restrict] = ACTIONS(926), - [anon_sym___restrict__] = ACTIONS(926), - [anon_sym__Atomic] = ACTIONS(926), - [anon_sym__Noreturn] = ACTIONS(926), - [anon_sym_signed] = ACTIONS(926), - [anon_sym_unsigned] = ACTIONS(926), - [anon_sym_long] = ACTIONS(926), - [anon_sym_short] = ACTIONS(926), - [sym_primitive_type] = ACTIONS(926), - [anon_sym_enum] = ACTIONS(926), - [anon_sym_struct] = ACTIONS(926), - [anon_sym_union] = ACTIONS(926), - [anon_sym_if] = ACTIONS(926), - [anon_sym_else] = ACTIONS(926), - [anon_sym_switch] = ACTIONS(926), - [anon_sym_case] = ACTIONS(926), - [anon_sym_default] = ACTIONS(926), - [anon_sym_while] = ACTIONS(926), - [anon_sym_do] = ACTIONS(926), - [anon_sym_for] = ACTIONS(926), - [anon_sym_return] = ACTIONS(926), - [anon_sym_break] = ACTIONS(926), - [anon_sym_continue] = ACTIONS(926), - [anon_sym_goto] = ACTIONS(926), - [anon_sym_DASH_DASH] = ACTIONS(928), - [anon_sym_PLUS_PLUS] = ACTIONS(928), - [anon_sym_sizeof] = ACTIONS(926), - [anon_sym_offsetof] = ACTIONS(926), - [anon_sym__Generic] = ACTIONS(926), - [anon_sym_asm] = ACTIONS(926), - [anon_sym___asm__] = ACTIONS(926), - [sym_number_literal] = ACTIONS(928), - [anon_sym_L_SQUOTE] = ACTIONS(928), - [anon_sym_u_SQUOTE] = ACTIONS(928), - [anon_sym_U_SQUOTE] = ACTIONS(928), - [anon_sym_u8_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_L_DQUOTE] = ACTIONS(928), - [anon_sym_u_DQUOTE] = ACTIONS(928), - [anon_sym_U_DQUOTE] = ACTIONS(928), - [anon_sym_u8_DQUOTE] = ACTIONS(928), - [anon_sym_DQUOTE] = ACTIONS(928), - [sym_true] = ACTIONS(926), - [sym_false] = ACTIONS(926), - [sym_null] = ACTIONS(926), + [sym_identifier] = ACTIONS(924), + [aux_sym_preproc_include_token1] = ACTIONS(924), + [aux_sym_preproc_def_token1] = ACTIONS(924), + [aux_sym_preproc_if_token1] = ACTIONS(924), + [aux_sym_preproc_if_token2] = ACTIONS(924), + [aux_sym_preproc_ifdef_token1] = ACTIONS(924), + [aux_sym_preproc_ifdef_token2] = ACTIONS(924), + [aux_sym_preproc_else_token1] = ACTIONS(924), + [aux_sym_preproc_elif_token1] = ACTIONS(924), + [sym_preproc_directive] = ACTIONS(924), + [anon_sym_LPAREN2] = ACTIONS(926), + [anon_sym_BANG] = ACTIONS(926), + [anon_sym_TILDE] = ACTIONS(926), + [anon_sym_DASH] = ACTIONS(924), + [anon_sym_PLUS] = ACTIONS(924), + [anon_sym_STAR] = ACTIONS(926), + [anon_sym_AMP] = ACTIONS(926), + [anon_sym_SEMI] = ACTIONS(926), + [anon_sym_typedef] = ACTIONS(924), + [anon_sym_extern] = ACTIONS(924), + [anon_sym___attribute__] = ACTIONS(924), + [anon_sym_LBRACK_LBRACK] = ACTIONS(926), + [anon_sym___declspec] = ACTIONS(924), + [anon_sym___cdecl] = ACTIONS(924), + [anon_sym___clrcall] = ACTIONS(924), + [anon_sym___stdcall] = ACTIONS(924), + [anon_sym___fastcall] = ACTIONS(924), + [anon_sym___thiscall] = ACTIONS(924), + [anon_sym___vectorcall] = ACTIONS(924), + [anon_sym_LBRACE] = ACTIONS(926), + [anon_sym_static] = ACTIONS(924), + [anon_sym_auto] = ACTIONS(924), + [anon_sym_register] = ACTIONS(924), + [anon_sym_inline] = ACTIONS(924), + [anon_sym_const] = ACTIONS(924), + [anon_sym_volatile] = ACTIONS(924), + [anon_sym_restrict] = ACTIONS(924), + [anon_sym___restrict__] = ACTIONS(924), + [anon_sym__Atomic] = ACTIONS(924), + [anon_sym__Noreturn] = ACTIONS(924), + [anon_sym_signed] = ACTIONS(924), + [anon_sym_unsigned] = ACTIONS(924), + [anon_sym_long] = ACTIONS(924), + [anon_sym_short] = ACTIONS(924), + [sym_primitive_type] = ACTIONS(924), + [anon_sym_enum] = ACTIONS(924), + [anon_sym_struct] = ACTIONS(924), + [anon_sym_union] = ACTIONS(924), + [anon_sym_if] = ACTIONS(924), + [anon_sym_else] = ACTIONS(924), + [anon_sym_switch] = ACTIONS(924), + [anon_sym_case] = ACTIONS(924), + [anon_sym_default] = ACTIONS(924), + [anon_sym_while] = ACTIONS(924), + [anon_sym_do] = ACTIONS(924), + [anon_sym_for] = ACTIONS(924), + [anon_sym_return] = ACTIONS(924), + [anon_sym_break] = ACTIONS(924), + [anon_sym_continue] = ACTIONS(924), + [anon_sym_goto] = ACTIONS(924), + [anon_sym_DASH_DASH] = ACTIONS(926), + [anon_sym_PLUS_PLUS] = ACTIONS(926), + [anon_sym_sizeof] = ACTIONS(924), + [anon_sym_offsetof] = ACTIONS(924), + [anon_sym__Generic] = ACTIONS(924), + [anon_sym_asm] = ACTIONS(924), + [anon_sym___asm__] = ACTIONS(924), + [sym_number_literal] = ACTIONS(926), + [anon_sym_L_SQUOTE] = ACTIONS(926), + [anon_sym_u_SQUOTE] = ACTIONS(926), + [anon_sym_U_SQUOTE] = ACTIONS(926), + [anon_sym_u8_SQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(926), + [anon_sym_L_DQUOTE] = ACTIONS(926), + [anon_sym_u_DQUOTE] = ACTIONS(926), + [anon_sym_U_DQUOTE] = ACTIONS(926), + [anon_sym_u8_DQUOTE] = ACTIONS(926), + [anon_sym_DQUOTE] = ACTIONS(926), + [sym_true] = ACTIONS(924), + [sym_false] = ACTIONS(924), + [sym_null] = ACTIONS(924), [sym_comment] = ACTIONS(3), }, [72] = { - [sym_identifier] = ACTIONS(930), - [aux_sym_preproc_include_token1] = ACTIONS(930), - [aux_sym_preproc_def_token1] = ACTIONS(930), - [aux_sym_preproc_if_token1] = ACTIONS(930), - [aux_sym_preproc_if_token2] = ACTIONS(930), - [aux_sym_preproc_ifdef_token1] = ACTIONS(930), - [aux_sym_preproc_ifdef_token2] = ACTIONS(930), - [aux_sym_preproc_else_token1] = ACTIONS(930), - [aux_sym_preproc_elif_token1] = ACTIONS(930), - [sym_preproc_directive] = ACTIONS(930), - [anon_sym_LPAREN2] = ACTIONS(932), - [anon_sym_BANG] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(930), - [anon_sym_PLUS] = ACTIONS(930), - [anon_sym_STAR] = ACTIONS(932), - [anon_sym_AMP] = ACTIONS(932), - [anon_sym_SEMI] = ACTIONS(932), - [anon_sym_typedef] = ACTIONS(930), - [anon_sym_extern] = ACTIONS(930), - [anon_sym___attribute__] = ACTIONS(930), - [anon_sym_LBRACK_LBRACK] = ACTIONS(932), - [anon_sym___declspec] = ACTIONS(930), - [anon_sym___cdecl] = ACTIONS(930), - [anon_sym___clrcall] = ACTIONS(930), - [anon_sym___stdcall] = ACTIONS(930), - [anon_sym___fastcall] = ACTIONS(930), - [anon_sym___thiscall] = ACTIONS(930), - [anon_sym___vectorcall] = ACTIONS(930), - [anon_sym_LBRACE] = ACTIONS(932), - [anon_sym_static] = ACTIONS(930), - [anon_sym_auto] = ACTIONS(930), - [anon_sym_register] = ACTIONS(930), - [anon_sym_inline] = ACTIONS(930), - [anon_sym_const] = ACTIONS(930), - [anon_sym_volatile] = ACTIONS(930), - [anon_sym_restrict] = ACTIONS(930), - [anon_sym___restrict__] = ACTIONS(930), - [anon_sym__Atomic] = ACTIONS(930), - [anon_sym__Noreturn] = ACTIONS(930), - [anon_sym_signed] = ACTIONS(930), - [anon_sym_unsigned] = ACTIONS(930), - [anon_sym_long] = ACTIONS(930), - [anon_sym_short] = ACTIONS(930), - [sym_primitive_type] = ACTIONS(930), - [anon_sym_enum] = ACTIONS(930), - [anon_sym_struct] = ACTIONS(930), - [anon_sym_union] = ACTIONS(930), - [anon_sym_if] = ACTIONS(930), - [anon_sym_else] = ACTIONS(930), - [anon_sym_switch] = ACTIONS(930), - [anon_sym_case] = ACTIONS(930), - [anon_sym_default] = ACTIONS(930), - [anon_sym_while] = ACTIONS(930), - [anon_sym_do] = ACTIONS(930), - [anon_sym_for] = ACTIONS(930), - [anon_sym_return] = ACTIONS(930), - [anon_sym_break] = ACTIONS(930), - [anon_sym_continue] = ACTIONS(930), - [anon_sym_goto] = ACTIONS(930), - [anon_sym_DASH_DASH] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(932), - [anon_sym_sizeof] = ACTIONS(930), - [anon_sym_offsetof] = ACTIONS(930), - [anon_sym__Generic] = ACTIONS(930), - [anon_sym_asm] = ACTIONS(930), - [anon_sym___asm__] = ACTIONS(930), - [sym_number_literal] = ACTIONS(932), - [anon_sym_L_SQUOTE] = ACTIONS(932), - [anon_sym_u_SQUOTE] = ACTIONS(932), - [anon_sym_U_SQUOTE] = ACTIONS(932), - [anon_sym_u8_SQUOTE] = ACTIONS(932), - [anon_sym_SQUOTE] = ACTIONS(932), - [anon_sym_L_DQUOTE] = ACTIONS(932), - [anon_sym_u_DQUOTE] = ACTIONS(932), - [anon_sym_U_DQUOTE] = ACTIONS(932), - [anon_sym_u8_DQUOTE] = ACTIONS(932), - [anon_sym_DQUOTE] = ACTIONS(932), - [sym_true] = ACTIONS(930), - [sym_false] = ACTIONS(930), - [sym_null] = ACTIONS(930), + [sym_identifier] = ACTIONS(928), + [aux_sym_preproc_include_token1] = ACTIONS(928), + [aux_sym_preproc_def_token1] = ACTIONS(928), + [aux_sym_preproc_if_token1] = ACTIONS(928), + [aux_sym_preproc_if_token2] = ACTIONS(928), + [aux_sym_preproc_ifdef_token1] = ACTIONS(928), + [aux_sym_preproc_ifdef_token2] = ACTIONS(928), + [aux_sym_preproc_else_token1] = ACTIONS(928), + [aux_sym_preproc_elif_token1] = ACTIONS(928), + [sym_preproc_directive] = ACTIONS(928), + [anon_sym_LPAREN2] = ACTIONS(930), + [anon_sym_BANG] = ACTIONS(930), + [anon_sym_TILDE] = ACTIONS(930), + [anon_sym_DASH] = ACTIONS(928), + [anon_sym_PLUS] = ACTIONS(928), + [anon_sym_STAR] = ACTIONS(930), + [anon_sym_AMP] = ACTIONS(930), + [anon_sym_SEMI] = ACTIONS(930), + [anon_sym_typedef] = ACTIONS(928), + [anon_sym_extern] = ACTIONS(928), + [anon_sym___attribute__] = ACTIONS(928), + [anon_sym_LBRACK_LBRACK] = ACTIONS(930), + [anon_sym___declspec] = ACTIONS(928), + [anon_sym___cdecl] = ACTIONS(928), + [anon_sym___clrcall] = ACTIONS(928), + [anon_sym___stdcall] = ACTIONS(928), + [anon_sym___fastcall] = ACTIONS(928), + [anon_sym___thiscall] = ACTIONS(928), + [anon_sym___vectorcall] = ACTIONS(928), + [anon_sym_LBRACE] = ACTIONS(930), + [anon_sym_static] = ACTIONS(928), + [anon_sym_auto] = ACTIONS(928), + [anon_sym_register] = ACTIONS(928), + [anon_sym_inline] = ACTIONS(928), + [anon_sym_const] = ACTIONS(928), + [anon_sym_volatile] = ACTIONS(928), + [anon_sym_restrict] = ACTIONS(928), + [anon_sym___restrict__] = ACTIONS(928), + [anon_sym__Atomic] = ACTIONS(928), + [anon_sym__Noreturn] = ACTIONS(928), + [anon_sym_signed] = ACTIONS(928), + [anon_sym_unsigned] = ACTIONS(928), + [anon_sym_long] = ACTIONS(928), + [anon_sym_short] = ACTIONS(928), + [sym_primitive_type] = ACTIONS(928), + [anon_sym_enum] = ACTIONS(928), + [anon_sym_struct] = ACTIONS(928), + [anon_sym_union] = ACTIONS(928), + [anon_sym_if] = ACTIONS(928), + [anon_sym_else] = ACTIONS(928), + [anon_sym_switch] = ACTIONS(928), + [anon_sym_case] = ACTIONS(928), + [anon_sym_default] = ACTIONS(928), + [anon_sym_while] = ACTIONS(928), + [anon_sym_do] = ACTIONS(928), + [anon_sym_for] = ACTIONS(928), + [anon_sym_return] = ACTIONS(928), + [anon_sym_break] = ACTIONS(928), + [anon_sym_continue] = ACTIONS(928), + [anon_sym_goto] = ACTIONS(928), + [anon_sym_DASH_DASH] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(930), + [anon_sym_sizeof] = ACTIONS(928), + [anon_sym_offsetof] = ACTIONS(928), + [anon_sym__Generic] = ACTIONS(928), + [anon_sym_asm] = ACTIONS(928), + [anon_sym___asm__] = ACTIONS(928), + [sym_number_literal] = ACTIONS(930), + [anon_sym_L_SQUOTE] = ACTIONS(930), + [anon_sym_u_SQUOTE] = ACTIONS(930), + [anon_sym_U_SQUOTE] = ACTIONS(930), + [anon_sym_u8_SQUOTE] = ACTIONS(930), + [anon_sym_SQUOTE] = ACTIONS(930), + [anon_sym_L_DQUOTE] = ACTIONS(930), + [anon_sym_u_DQUOTE] = ACTIONS(930), + [anon_sym_U_DQUOTE] = ACTIONS(930), + [anon_sym_u8_DQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE] = ACTIONS(930), + [sym_true] = ACTIONS(928), + [sym_false] = ACTIONS(928), + [sym_null] = ACTIONS(928), [sym_comment] = ACTIONS(3), }, [73] = { - [sym_identifier] = ACTIONS(934), - [aux_sym_preproc_include_token1] = ACTIONS(934), - [aux_sym_preproc_def_token1] = ACTIONS(934), - [aux_sym_preproc_if_token1] = ACTIONS(934), - [aux_sym_preproc_if_token2] = ACTIONS(934), - [aux_sym_preproc_ifdef_token1] = ACTIONS(934), - [aux_sym_preproc_ifdef_token2] = ACTIONS(934), - [aux_sym_preproc_else_token1] = ACTIONS(934), - [aux_sym_preproc_elif_token1] = ACTIONS(934), - [sym_preproc_directive] = ACTIONS(934), - [anon_sym_LPAREN2] = ACTIONS(936), - [anon_sym_BANG] = ACTIONS(936), - [anon_sym_TILDE] = ACTIONS(936), - [anon_sym_DASH] = ACTIONS(934), - [anon_sym_PLUS] = ACTIONS(934), - [anon_sym_STAR] = ACTIONS(936), - [anon_sym_AMP] = ACTIONS(936), - [anon_sym_SEMI] = ACTIONS(936), - [anon_sym_typedef] = ACTIONS(934), - [anon_sym_extern] = ACTIONS(934), - [anon_sym___attribute__] = ACTIONS(934), - [anon_sym_LBRACK_LBRACK] = ACTIONS(936), - [anon_sym___declspec] = ACTIONS(934), - [anon_sym___cdecl] = ACTIONS(934), - [anon_sym___clrcall] = ACTIONS(934), - [anon_sym___stdcall] = ACTIONS(934), - [anon_sym___fastcall] = ACTIONS(934), - [anon_sym___thiscall] = ACTIONS(934), - [anon_sym___vectorcall] = ACTIONS(934), - [anon_sym_LBRACE] = ACTIONS(936), - [anon_sym_static] = ACTIONS(934), - [anon_sym_auto] = ACTIONS(934), - [anon_sym_register] = ACTIONS(934), - [anon_sym_inline] = ACTIONS(934), - [anon_sym_const] = ACTIONS(934), - [anon_sym_volatile] = ACTIONS(934), - [anon_sym_restrict] = ACTIONS(934), - [anon_sym___restrict__] = ACTIONS(934), - [anon_sym__Atomic] = ACTIONS(934), - [anon_sym__Noreturn] = ACTIONS(934), - [anon_sym_signed] = ACTIONS(934), - [anon_sym_unsigned] = ACTIONS(934), - [anon_sym_long] = ACTIONS(934), - [anon_sym_short] = ACTIONS(934), - [sym_primitive_type] = ACTIONS(934), - [anon_sym_enum] = ACTIONS(934), - [anon_sym_struct] = ACTIONS(934), - [anon_sym_union] = ACTIONS(934), - [anon_sym_if] = ACTIONS(934), - [anon_sym_else] = ACTIONS(938), - [anon_sym_switch] = ACTIONS(934), - [anon_sym_case] = ACTIONS(934), - [anon_sym_default] = ACTIONS(934), - [anon_sym_while] = ACTIONS(934), - [anon_sym_do] = ACTIONS(934), - [anon_sym_for] = ACTIONS(934), - [anon_sym_return] = ACTIONS(934), - [anon_sym_break] = ACTIONS(934), - [anon_sym_continue] = ACTIONS(934), - [anon_sym_goto] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(936), - [anon_sym_PLUS_PLUS] = ACTIONS(936), - [anon_sym_sizeof] = ACTIONS(934), - [anon_sym_offsetof] = ACTIONS(934), - [anon_sym__Generic] = ACTIONS(934), - [anon_sym_asm] = ACTIONS(934), - [anon_sym___asm__] = ACTIONS(934), - [sym_number_literal] = ACTIONS(936), - [anon_sym_L_SQUOTE] = ACTIONS(936), - [anon_sym_u_SQUOTE] = ACTIONS(936), - [anon_sym_U_SQUOTE] = ACTIONS(936), - [anon_sym_u8_SQUOTE] = ACTIONS(936), - [anon_sym_SQUOTE] = ACTIONS(936), - [anon_sym_L_DQUOTE] = ACTIONS(936), - [anon_sym_u_DQUOTE] = ACTIONS(936), - [anon_sym_U_DQUOTE] = ACTIONS(936), - [anon_sym_u8_DQUOTE] = ACTIONS(936), - [anon_sym_DQUOTE] = ACTIONS(936), - [sym_true] = ACTIONS(934), - [sym_false] = ACTIONS(934), - [sym_null] = ACTIONS(934), + [sym_identifier] = ACTIONS(932), + [aux_sym_preproc_include_token1] = ACTIONS(932), + [aux_sym_preproc_def_token1] = ACTIONS(932), + [aux_sym_preproc_if_token1] = ACTIONS(932), + [aux_sym_preproc_if_token2] = ACTIONS(932), + [aux_sym_preproc_ifdef_token1] = ACTIONS(932), + [aux_sym_preproc_ifdef_token2] = ACTIONS(932), + [aux_sym_preproc_else_token1] = ACTIONS(932), + [aux_sym_preproc_elif_token1] = ACTIONS(932), + [sym_preproc_directive] = ACTIONS(932), + [anon_sym_LPAREN2] = ACTIONS(934), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(934), + [anon_sym_DASH] = ACTIONS(932), + [anon_sym_PLUS] = ACTIONS(932), + [anon_sym_STAR] = ACTIONS(934), + [anon_sym_AMP] = ACTIONS(934), + [anon_sym_SEMI] = ACTIONS(934), + [anon_sym_typedef] = ACTIONS(932), + [anon_sym_extern] = ACTIONS(932), + [anon_sym___attribute__] = ACTIONS(932), + [anon_sym_LBRACK_LBRACK] = ACTIONS(934), + [anon_sym___declspec] = ACTIONS(932), + [anon_sym___cdecl] = ACTIONS(932), + [anon_sym___clrcall] = ACTIONS(932), + [anon_sym___stdcall] = ACTIONS(932), + [anon_sym___fastcall] = ACTIONS(932), + [anon_sym___thiscall] = ACTIONS(932), + [anon_sym___vectorcall] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_static] = ACTIONS(932), + [anon_sym_auto] = ACTIONS(932), + [anon_sym_register] = ACTIONS(932), + [anon_sym_inline] = ACTIONS(932), + [anon_sym_const] = ACTIONS(932), + [anon_sym_volatile] = ACTIONS(932), + [anon_sym_restrict] = ACTIONS(932), + [anon_sym___restrict__] = ACTIONS(932), + [anon_sym__Atomic] = ACTIONS(932), + [anon_sym__Noreturn] = ACTIONS(932), + [anon_sym_signed] = ACTIONS(932), + [anon_sym_unsigned] = ACTIONS(932), + [anon_sym_long] = ACTIONS(932), + [anon_sym_short] = ACTIONS(932), + [sym_primitive_type] = ACTIONS(932), + [anon_sym_enum] = ACTIONS(932), + [anon_sym_struct] = ACTIONS(932), + [anon_sym_union] = ACTIONS(932), + [anon_sym_if] = ACTIONS(932), + [anon_sym_else] = ACTIONS(932), + [anon_sym_switch] = ACTIONS(932), + [anon_sym_case] = ACTIONS(932), + [anon_sym_default] = ACTIONS(932), + [anon_sym_while] = ACTIONS(932), + [anon_sym_do] = ACTIONS(932), + [anon_sym_for] = ACTIONS(932), + [anon_sym_return] = ACTIONS(932), + [anon_sym_break] = ACTIONS(932), + [anon_sym_continue] = ACTIONS(932), + [anon_sym_goto] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(934), + [anon_sym_PLUS_PLUS] = ACTIONS(934), + [anon_sym_sizeof] = ACTIONS(932), + [anon_sym_offsetof] = ACTIONS(932), + [anon_sym__Generic] = ACTIONS(932), + [anon_sym_asm] = ACTIONS(932), + [anon_sym___asm__] = ACTIONS(932), + [sym_number_literal] = ACTIONS(934), + [anon_sym_L_SQUOTE] = ACTIONS(934), + [anon_sym_u_SQUOTE] = ACTIONS(934), + [anon_sym_U_SQUOTE] = ACTIONS(934), + [anon_sym_u8_SQUOTE] = ACTIONS(934), + [anon_sym_SQUOTE] = ACTIONS(934), + [anon_sym_L_DQUOTE] = ACTIONS(934), + [anon_sym_u_DQUOTE] = ACTIONS(934), + [anon_sym_U_DQUOTE] = ACTIONS(934), + [anon_sym_u8_DQUOTE] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(934), + [sym_true] = ACTIONS(932), + [sym_false] = ACTIONS(932), + [sym_null] = ACTIONS(932), [sym_comment] = ACTIONS(3), }, [74] = { + [sym_identifier] = ACTIONS(936), + [aux_sym_preproc_include_token1] = ACTIONS(936), + [aux_sym_preproc_def_token1] = ACTIONS(936), + [aux_sym_preproc_if_token1] = ACTIONS(936), + [aux_sym_preproc_if_token2] = ACTIONS(936), + [aux_sym_preproc_ifdef_token1] = ACTIONS(936), + [aux_sym_preproc_ifdef_token2] = ACTIONS(936), + [aux_sym_preproc_else_token1] = ACTIONS(936), + [aux_sym_preproc_elif_token1] = ACTIONS(936), + [sym_preproc_directive] = ACTIONS(936), + [anon_sym_LPAREN2] = ACTIONS(938), + [anon_sym_BANG] = ACTIONS(938), + [anon_sym_TILDE] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(936), + [anon_sym_STAR] = ACTIONS(938), + [anon_sym_AMP] = ACTIONS(938), + [anon_sym_SEMI] = ACTIONS(938), + [anon_sym_typedef] = ACTIONS(936), + [anon_sym_extern] = ACTIONS(936), + [anon_sym___attribute__] = ACTIONS(936), + [anon_sym_LBRACK_LBRACK] = ACTIONS(938), + [anon_sym___declspec] = ACTIONS(936), + [anon_sym___cdecl] = ACTIONS(936), + [anon_sym___clrcall] = ACTIONS(936), + [anon_sym___stdcall] = ACTIONS(936), + [anon_sym___fastcall] = ACTIONS(936), + [anon_sym___thiscall] = ACTIONS(936), + [anon_sym___vectorcall] = ACTIONS(936), + [anon_sym_LBRACE] = ACTIONS(938), + [anon_sym_static] = ACTIONS(936), + [anon_sym_auto] = ACTIONS(936), + [anon_sym_register] = ACTIONS(936), + [anon_sym_inline] = ACTIONS(936), + [anon_sym_const] = ACTIONS(936), + [anon_sym_volatile] = ACTIONS(936), + [anon_sym_restrict] = ACTIONS(936), + [anon_sym___restrict__] = ACTIONS(936), + [anon_sym__Atomic] = ACTIONS(936), + [anon_sym__Noreturn] = ACTIONS(936), + [anon_sym_signed] = ACTIONS(936), + [anon_sym_unsigned] = ACTIONS(936), + [anon_sym_long] = ACTIONS(936), + [anon_sym_short] = ACTIONS(936), + [sym_primitive_type] = ACTIONS(936), + [anon_sym_enum] = ACTIONS(936), + [anon_sym_struct] = ACTIONS(936), + [anon_sym_union] = ACTIONS(936), + [anon_sym_if] = ACTIONS(936), + [anon_sym_else] = ACTIONS(936), + [anon_sym_switch] = ACTIONS(936), + [anon_sym_case] = ACTIONS(936), + [anon_sym_default] = ACTIONS(936), + [anon_sym_while] = ACTIONS(936), + [anon_sym_do] = ACTIONS(936), + [anon_sym_for] = ACTIONS(936), + [anon_sym_return] = ACTIONS(936), + [anon_sym_break] = ACTIONS(936), + [anon_sym_continue] = ACTIONS(936), + [anon_sym_goto] = ACTIONS(936), + [anon_sym_DASH_DASH] = ACTIONS(938), + [anon_sym_PLUS_PLUS] = ACTIONS(938), + [anon_sym_sizeof] = ACTIONS(936), + [anon_sym_offsetof] = ACTIONS(936), + [anon_sym__Generic] = ACTIONS(936), + [anon_sym_asm] = ACTIONS(936), + [anon_sym___asm__] = ACTIONS(936), + [sym_number_literal] = ACTIONS(938), + [anon_sym_L_SQUOTE] = ACTIONS(938), + [anon_sym_u_SQUOTE] = ACTIONS(938), + [anon_sym_U_SQUOTE] = ACTIONS(938), + [anon_sym_u8_SQUOTE] = ACTIONS(938), + [anon_sym_SQUOTE] = ACTIONS(938), + [anon_sym_L_DQUOTE] = ACTIONS(938), + [anon_sym_u_DQUOTE] = ACTIONS(938), + [anon_sym_U_DQUOTE] = ACTIONS(938), + [anon_sym_u8_DQUOTE] = ACTIONS(938), + [anon_sym_DQUOTE] = ACTIONS(938), + [sym_true] = ACTIONS(936), + [sym_false] = ACTIONS(936), + [sym_null] = ACTIONS(936), + [sym_comment] = ACTIONS(3), + }, + [75] = { [sym_identifier] = ACTIONS(940), [aux_sym_preproc_include_token1] = ACTIONS(940), [aux_sym_preproc_def_token1] = ACTIONS(940), @@ -23150,7 +23336,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(940), [sym_comment] = ACTIONS(3), }, - [75] = { + [76] = { [sym_identifier] = ACTIONS(944), [aux_sym_preproc_include_token1] = ACTIONS(944), [aux_sym_preproc_def_token1] = ACTIONS(944), @@ -23234,7 +23420,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(944), [sym_comment] = ACTIONS(3), }, - [76] = { + [77] = { [sym_identifier] = ACTIONS(948), [aux_sym_preproc_include_token1] = ACTIONS(948), [aux_sym_preproc_def_token1] = ACTIONS(948), @@ -23318,7 +23504,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(948), [sym_comment] = ACTIONS(3), }, - [77] = { + [78] = { [sym_identifier] = ACTIONS(952), [aux_sym_preproc_include_token1] = ACTIONS(952), [aux_sym_preproc_def_token1] = ACTIONS(952), @@ -23402,7 +23588,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(952), [sym_comment] = ACTIONS(3), }, - [78] = { + [79] = { [sym_identifier] = ACTIONS(956), [aux_sym_preproc_include_token1] = ACTIONS(956), [aux_sym_preproc_def_token1] = ACTIONS(956), @@ -23486,7 +23672,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(956), [sym_comment] = ACTIONS(3), }, - [79] = { + [80] = { [sym_identifier] = ACTIONS(960), [aux_sym_preproc_include_token1] = ACTIONS(960), [aux_sym_preproc_def_token1] = ACTIONS(960), @@ -23570,7 +23756,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(960), [sym_comment] = ACTIONS(3), }, - [80] = { + [81] = { + [ts_builtin_sym_end] = ACTIONS(916), + [sym_identifier] = ACTIONS(914), + [aux_sym_preproc_include_token1] = ACTIONS(914), + [aux_sym_preproc_def_token1] = ACTIONS(914), + [anon_sym_COMMA] = ACTIONS(916), + [anon_sym_RPAREN] = ACTIONS(916), + [aux_sym_preproc_if_token1] = ACTIONS(914), + [aux_sym_preproc_ifdef_token1] = ACTIONS(914), + [aux_sym_preproc_ifdef_token2] = ACTIONS(914), + [sym_preproc_directive] = ACTIONS(914), + [anon_sym_LPAREN2] = ACTIONS(916), + [anon_sym_BANG] = ACTIONS(916), + [anon_sym_TILDE] = ACTIONS(916), + [anon_sym_DASH] = ACTIONS(914), + [anon_sym_PLUS] = ACTIONS(914), + [anon_sym_STAR] = ACTIONS(916), + [anon_sym_AMP] = ACTIONS(916), + [anon_sym_SEMI] = ACTIONS(916), + [anon_sym_typedef] = ACTIONS(914), + [anon_sym_extern] = ACTIONS(914), + [anon_sym___attribute__] = ACTIONS(914), + [anon_sym_LBRACK_LBRACK] = ACTIONS(916), + [anon_sym___declspec] = ACTIONS(914), + [anon_sym___cdecl] = ACTIONS(914), + [anon_sym___clrcall] = ACTIONS(914), + [anon_sym___stdcall] = ACTIONS(914), + [anon_sym___fastcall] = ACTIONS(914), + [anon_sym___thiscall] = ACTIONS(914), + [anon_sym___vectorcall] = ACTIONS(914), + [anon_sym_LBRACE] = ACTIONS(916), + [anon_sym_static] = ACTIONS(914), + [anon_sym_auto] = ACTIONS(914), + [anon_sym_register] = ACTIONS(914), + [anon_sym_inline] = ACTIONS(914), + [anon_sym_const] = ACTIONS(914), + [anon_sym_volatile] = ACTIONS(914), + [anon_sym_restrict] = ACTIONS(914), + [anon_sym___restrict__] = ACTIONS(914), + [anon_sym__Atomic] = ACTIONS(914), + [anon_sym__Noreturn] = ACTIONS(914), + [anon_sym_signed] = ACTIONS(914), + [anon_sym_unsigned] = ACTIONS(914), + [anon_sym_long] = ACTIONS(914), + [anon_sym_short] = ACTIONS(914), + [sym_primitive_type] = ACTIONS(914), + [anon_sym_enum] = ACTIONS(914), + [anon_sym_struct] = ACTIONS(914), + [anon_sym_union] = ACTIONS(914), + [anon_sym_if] = ACTIONS(914), + [anon_sym_else] = ACTIONS(914), + [anon_sym_switch] = ACTIONS(914), + [anon_sym_case] = ACTIONS(914), + [anon_sym_default] = ACTIONS(914), + [anon_sym_while] = ACTIONS(914), + [anon_sym_do] = ACTIONS(914), + [anon_sym_for] = ACTIONS(914), + [anon_sym_return] = ACTIONS(914), + [anon_sym_break] = ACTIONS(914), + [anon_sym_continue] = ACTIONS(914), + [anon_sym_goto] = ACTIONS(914), + [anon_sym_DASH_DASH] = ACTIONS(916), + [anon_sym_PLUS_PLUS] = ACTIONS(916), + [anon_sym_sizeof] = ACTIONS(914), + [anon_sym_offsetof] = ACTIONS(914), + [anon_sym__Generic] = ACTIONS(914), + [anon_sym_asm] = ACTIONS(914), + [anon_sym___asm__] = ACTIONS(914), + [sym_number_literal] = ACTIONS(916), + [anon_sym_L_SQUOTE] = ACTIONS(916), + [anon_sym_u_SQUOTE] = ACTIONS(916), + [anon_sym_U_SQUOTE] = ACTIONS(916), + [anon_sym_u8_SQUOTE] = ACTIONS(916), + [anon_sym_SQUOTE] = ACTIONS(916), + [anon_sym_L_DQUOTE] = ACTIONS(916), + [anon_sym_u_DQUOTE] = ACTIONS(916), + [anon_sym_U_DQUOTE] = ACTIONS(916), + [anon_sym_u8_DQUOTE] = ACTIONS(916), + [anon_sym_DQUOTE] = ACTIONS(916), + [sym_true] = ACTIONS(914), + [sym_false] = ACTIONS(914), + [sym_null] = ACTIONS(914), + [sym_comment] = ACTIONS(3), + }, + [82] = { [sym_identifier] = ACTIONS(964), [aux_sym_preproc_include_token1] = ACTIONS(964), [aux_sym_preproc_def_token1] = ACTIONS(964), @@ -23654,427 +23924,175 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(964), [sym_comment] = ACTIONS(3), }, - [81] = { - [sym_identifier] = ACTIONS(960), - [aux_sym_preproc_include_token1] = ACTIONS(960), - [aux_sym_preproc_def_token1] = ACTIONS(960), - [aux_sym_preproc_if_token1] = ACTIONS(960), - [aux_sym_preproc_if_token2] = ACTIONS(960), - [aux_sym_preproc_ifdef_token1] = ACTIONS(960), - [aux_sym_preproc_ifdef_token2] = ACTIONS(960), - [aux_sym_preproc_else_token1] = ACTIONS(960), - [aux_sym_preproc_elif_token1] = ACTIONS(960), - [sym_preproc_directive] = ACTIONS(960), - [anon_sym_LPAREN2] = ACTIONS(962), - [anon_sym_BANG] = ACTIONS(962), - [anon_sym_TILDE] = ACTIONS(962), - [anon_sym_DASH] = ACTIONS(960), - [anon_sym_PLUS] = ACTIONS(960), - [anon_sym_STAR] = ACTIONS(962), - [anon_sym_AMP] = ACTIONS(962), - [anon_sym_SEMI] = ACTIONS(962), - [anon_sym_typedef] = ACTIONS(960), - [anon_sym_extern] = ACTIONS(960), - [anon_sym___attribute__] = ACTIONS(960), - [anon_sym_LBRACK_LBRACK] = ACTIONS(962), - [anon_sym___declspec] = ACTIONS(960), - [anon_sym___cdecl] = ACTIONS(960), - [anon_sym___clrcall] = ACTIONS(960), - [anon_sym___stdcall] = ACTIONS(960), - [anon_sym___fastcall] = ACTIONS(960), - [anon_sym___thiscall] = ACTIONS(960), - [anon_sym___vectorcall] = ACTIONS(960), - [anon_sym_LBRACE] = ACTIONS(962), - [anon_sym_static] = ACTIONS(960), - [anon_sym_auto] = ACTIONS(960), - [anon_sym_register] = ACTIONS(960), - [anon_sym_inline] = ACTIONS(960), - [anon_sym_const] = ACTIONS(960), - [anon_sym_volatile] = ACTIONS(960), - [anon_sym_restrict] = ACTIONS(960), - [anon_sym___restrict__] = ACTIONS(960), - [anon_sym__Atomic] = ACTIONS(960), - [anon_sym__Noreturn] = ACTIONS(960), - [anon_sym_signed] = ACTIONS(960), - [anon_sym_unsigned] = ACTIONS(960), - [anon_sym_long] = ACTIONS(960), - [anon_sym_short] = ACTIONS(960), - [sym_primitive_type] = ACTIONS(960), - [anon_sym_enum] = ACTIONS(960), - [anon_sym_struct] = ACTIONS(960), - [anon_sym_union] = ACTIONS(960), - [anon_sym_if] = ACTIONS(960), - [anon_sym_else] = ACTIONS(960), - [anon_sym_switch] = ACTIONS(960), - [anon_sym_case] = ACTIONS(960), - [anon_sym_default] = ACTIONS(960), - [anon_sym_while] = ACTIONS(960), - [anon_sym_do] = ACTIONS(960), - [anon_sym_for] = ACTIONS(960), - [anon_sym_return] = ACTIONS(960), - [anon_sym_break] = ACTIONS(960), - [anon_sym_continue] = ACTIONS(960), - [anon_sym_goto] = ACTIONS(960), - [anon_sym_DASH_DASH] = ACTIONS(962), - [anon_sym_PLUS_PLUS] = ACTIONS(962), - [anon_sym_sizeof] = ACTIONS(960), - [anon_sym_offsetof] = ACTIONS(960), - [anon_sym__Generic] = ACTIONS(960), - [anon_sym_asm] = ACTIONS(960), - [anon_sym___asm__] = ACTIONS(960), - [sym_number_literal] = ACTIONS(962), - [anon_sym_L_SQUOTE] = ACTIONS(962), - [anon_sym_u_SQUOTE] = ACTIONS(962), - [anon_sym_U_SQUOTE] = ACTIONS(962), - [anon_sym_u8_SQUOTE] = ACTIONS(962), - [anon_sym_SQUOTE] = ACTIONS(962), - [anon_sym_L_DQUOTE] = ACTIONS(962), - [anon_sym_u_DQUOTE] = ACTIONS(962), - [anon_sym_U_DQUOTE] = ACTIONS(962), - [anon_sym_u8_DQUOTE] = ACTIONS(962), - [anon_sym_DQUOTE] = ACTIONS(962), - [sym_true] = ACTIONS(960), - [sym_false] = ACTIONS(960), - [sym_null] = ACTIONS(960), - [sym_comment] = ACTIONS(3), - }, - [82] = { - [sym_identifier] = ACTIONS(968), - [aux_sym_preproc_include_token1] = ACTIONS(968), - [aux_sym_preproc_def_token1] = ACTIONS(968), - [aux_sym_preproc_if_token1] = ACTIONS(968), - [aux_sym_preproc_if_token2] = ACTIONS(968), - [aux_sym_preproc_ifdef_token1] = ACTIONS(968), - [aux_sym_preproc_ifdef_token2] = ACTIONS(968), - [aux_sym_preproc_else_token1] = ACTIONS(968), - [aux_sym_preproc_elif_token1] = ACTIONS(968), - [sym_preproc_directive] = ACTIONS(968), - [anon_sym_LPAREN2] = ACTIONS(970), - [anon_sym_BANG] = ACTIONS(970), - [anon_sym_TILDE] = ACTIONS(970), - [anon_sym_DASH] = ACTIONS(968), - [anon_sym_PLUS] = ACTIONS(968), - [anon_sym_STAR] = ACTIONS(970), - [anon_sym_AMP] = ACTIONS(970), - [anon_sym_SEMI] = ACTIONS(970), - [anon_sym_typedef] = ACTIONS(968), - [anon_sym_extern] = ACTIONS(968), - [anon_sym___attribute__] = ACTIONS(968), - [anon_sym_LBRACK_LBRACK] = ACTIONS(970), - [anon_sym___declspec] = ACTIONS(968), - [anon_sym___cdecl] = ACTIONS(968), - [anon_sym___clrcall] = ACTIONS(968), - [anon_sym___stdcall] = ACTIONS(968), - [anon_sym___fastcall] = ACTIONS(968), - [anon_sym___thiscall] = ACTIONS(968), - [anon_sym___vectorcall] = ACTIONS(968), - [anon_sym_LBRACE] = ACTIONS(970), - [anon_sym_static] = ACTIONS(968), - [anon_sym_auto] = ACTIONS(968), - [anon_sym_register] = ACTIONS(968), - [anon_sym_inline] = ACTIONS(968), - [anon_sym_const] = ACTIONS(968), - [anon_sym_volatile] = ACTIONS(968), - [anon_sym_restrict] = ACTIONS(968), - [anon_sym___restrict__] = ACTIONS(968), - [anon_sym__Atomic] = ACTIONS(968), - [anon_sym__Noreturn] = ACTIONS(968), - [anon_sym_signed] = ACTIONS(968), - [anon_sym_unsigned] = ACTIONS(968), - [anon_sym_long] = ACTIONS(968), - [anon_sym_short] = ACTIONS(968), - [sym_primitive_type] = ACTIONS(968), - [anon_sym_enum] = ACTIONS(968), - [anon_sym_struct] = ACTIONS(968), - [anon_sym_union] = ACTIONS(968), - [anon_sym_if] = ACTIONS(968), - [anon_sym_else] = ACTIONS(968), - [anon_sym_switch] = ACTIONS(968), - [anon_sym_case] = ACTIONS(968), - [anon_sym_default] = ACTIONS(968), - [anon_sym_while] = ACTIONS(968), - [anon_sym_do] = ACTIONS(968), - [anon_sym_for] = ACTIONS(968), - [anon_sym_return] = ACTIONS(968), - [anon_sym_break] = ACTIONS(968), - [anon_sym_continue] = ACTIONS(968), - [anon_sym_goto] = ACTIONS(968), - [anon_sym_DASH_DASH] = ACTIONS(970), - [anon_sym_PLUS_PLUS] = ACTIONS(970), - [anon_sym_sizeof] = ACTIONS(968), - [anon_sym_offsetof] = ACTIONS(968), - [anon_sym__Generic] = ACTIONS(968), - [anon_sym_asm] = ACTIONS(968), - [anon_sym___asm__] = ACTIONS(968), - [sym_number_literal] = ACTIONS(970), - [anon_sym_L_SQUOTE] = ACTIONS(970), - [anon_sym_u_SQUOTE] = ACTIONS(970), - [anon_sym_U_SQUOTE] = ACTIONS(970), - [anon_sym_u8_SQUOTE] = ACTIONS(970), - [anon_sym_SQUOTE] = ACTIONS(970), - [anon_sym_L_DQUOTE] = ACTIONS(970), - [anon_sym_u_DQUOTE] = ACTIONS(970), - [anon_sym_U_DQUOTE] = ACTIONS(970), - [anon_sym_u8_DQUOTE] = ACTIONS(970), - [anon_sym_DQUOTE] = ACTIONS(970), - [sym_true] = ACTIONS(968), - [sym_false] = ACTIONS(968), - [sym_null] = ACTIONS(968), - [sym_comment] = ACTIONS(3), - }, [83] = { - [sym_identifier] = ACTIONS(972), - [aux_sym_preproc_include_token1] = ACTIONS(972), - [aux_sym_preproc_def_token1] = ACTIONS(972), - [aux_sym_preproc_if_token1] = ACTIONS(972), - [aux_sym_preproc_if_token2] = ACTIONS(972), - [aux_sym_preproc_ifdef_token1] = ACTIONS(972), - [aux_sym_preproc_ifdef_token2] = ACTIONS(972), - [aux_sym_preproc_else_token1] = ACTIONS(972), - [aux_sym_preproc_elif_token1] = ACTIONS(972), - [sym_preproc_directive] = ACTIONS(972), - [anon_sym_LPAREN2] = ACTIONS(974), - [anon_sym_BANG] = ACTIONS(974), - [anon_sym_TILDE] = ACTIONS(974), - [anon_sym_DASH] = ACTIONS(972), - [anon_sym_PLUS] = ACTIONS(972), + [sym__expression] = STATE(655), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), + [sym_pointer_expression] = STATE(613), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), + [sym_subscript_expression] = STATE(613), + [sym_call_expression] = STATE(613), + [sym_gnu_asm_expression] = STATE(635), + [sym_field_expression] = STATE(613), + [sym_compound_literal_expression] = STATE(635), + [sym_parenthesized_expression] = STATE(613), + [sym_initializer_list] = STATE(610), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym_identifier] = ACTIONS(894), + [anon_sym_LPAREN2] = ACTIONS(968), + [anon_sym_BANG] = ACTIONS(970), + [anon_sym_TILDE] = ACTIONS(972), + [anon_sym_DASH] = ACTIONS(970), + [anon_sym_PLUS] = ACTIONS(970), [anon_sym_STAR] = ACTIONS(974), + [anon_sym_SLASH] = ACTIONS(906), + [anon_sym_PERCENT] = ACTIONS(906), + [anon_sym_PIPE_PIPE] = ACTIONS(896), + [anon_sym_AMP_AMP] = ACTIONS(896), + [anon_sym_PIPE] = ACTIONS(906), + [anon_sym_CARET] = ACTIONS(906), [anon_sym_AMP] = ACTIONS(974), - [anon_sym_SEMI] = ACTIONS(974), - [anon_sym_typedef] = ACTIONS(972), - [anon_sym_extern] = ACTIONS(972), - [anon_sym___attribute__] = ACTIONS(972), - [anon_sym_LBRACK_LBRACK] = ACTIONS(974), - [anon_sym___declspec] = ACTIONS(972), - [anon_sym___cdecl] = ACTIONS(972), - [anon_sym___clrcall] = ACTIONS(972), - [anon_sym___stdcall] = ACTIONS(972), - [anon_sym___fastcall] = ACTIONS(972), - [anon_sym___thiscall] = ACTIONS(972), - [anon_sym___vectorcall] = ACTIONS(972), - [anon_sym_LBRACE] = ACTIONS(974), - [anon_sym_static] = ACTIONS(972), - [anon_sym_auto] = ACTIONS(972), - [anon_sym_register] = ACTIONS(972), - [anon_sym_inline] = ACTIONS(972), - [anon_sym_const] = ACTIONS(972), - [anon_sym_volatile] = ACTIONS(972), - [anon_sym_restrict] = ACTIONS(972), - [anon_sym___restrict__] = ACTIONS(972), - [anon_sym__Atomic] = ACTIONS(972), - [anon_sym__Noreturn] = ACTIONS(972), - [anon_sym_signed] = ACTIONS(972), - [anon_sym_unsigned] = ACTIONS(972), - [anon_sym_long] = ACTIONS(972), - [anon_sym_short] = ACTIONS(972), - [sym_primitive_type] = ACTIONS(972), - [anon_sym_enum] = ACTIONS(972), - [anon_sym_struct] = ACTIONS(972), - [anon_sym_union] = ACTIONS(972), - [anon_sym_if] = ACTIONS(972), - [anon_sym_else] = ACTIONS(972), - [anon_sym_switch] = ACTIONS(972), - [anon_sym_case] = ACTIONS(972), - [anon_sym_default] = ACTIONS(972), - [anon_sym_while] = ACTIONS(972), - [anon_sym_do] = ACTIONS(972), - [anon_sym_for] = ACTIONS(972), - [anon_sym_return] = ACTIONS(972), - [anon_sym_break] = ACTIONS(972), - [anon_sym_continue] = ACTIONS(972), - [anon_sym_goto] = ACTIONS(972), - [anon_sym_DASH_DASH] = ACTIONS(974), - [anon_sym_PLUS_PLUS] = ACTIONS(974), - [anon_sym_sizeof] = ACTIONS(972), - [anon_sym_offsetof] = ACTIONS(972), - [anon_sym__Generic] = ACTIONS(972), - [anon_sym_asm] = ACTIONS(972), - [anon_sym___asm__] = ACTIONS(972), - [sym_number_literal] = ACTIONS(974), - [anon_sym_L_SQUOTE] = ACTIONS(974), - [anon_sym_u_SQUOTE] = ACTIONS(974), - [anon_sym_U_SQUOTE] = ACTIONS(974), - [anon_sym_u8_SQUOTE] = ACTIONS(974), - [anon_sym_SQUOTE] = ACTIONS(974), - [anon_sym_L_DQUOTE] = ACTIONS(974), - [anon_sym_u_DQUOTE] = ACTIONS(974), - [anon_sym_U_DQUOTE] = ACTIONS(974), - [anon_sym_u8_DQUOTE] = ACTIONS(974), - [anon_sym_DQUOTE] = ACTIONS(974), - [sym_true] = ACTIONS(972), - [sym_false] = ACTIONS(972), - [sym_null] = ACTIONS(972), + [anon_sym_EQ_EQ] = ACTIONS(896), + [anon_sym_BANG_EQ] = ACTIONS(896), + [anon_sym_GT] = ACTIONS(906), + [anon_sym_GT_EQ] = ACTIONS(896), + [anon_sym_LT_EQ] = ACTIONS(896), + [anon_sym_LT] = ACTIONS(906), + [anon_sym_LT_LT] = ACTIONS(906), + [anon_sym_GT_GT] = ACTIONS(906), + [anon_sym_LBRACE] = ACTIONS(908), + [anon_sym_LBRACK] = ACTIONS(896), + [anon_sym_RBRACK] = ACTIONS(896), + [anon_sym_EQ] = ACTIONS(906), + [anon_sym_QMARK] = ACTIONS(896), + [anon_sym_STAR_EQ] = ACTIONS(896), + [anon_sym_SLASH_EQ] = ACTIONS(896), + [anon_sym_PERCENT_EQ] = ACTIONS(896), + [anon_sym_PLUS_EQ] = ACTIONS(896), + [anon_sym_DASH_EQ] = ACTIONS(896), + [anon_sym_LT_LT_EQ] = ACTIONS(896), + [anon_sym_GT_GT_EQ] = ACTIONS(896), + [anon_sym_AMP_EQ] = ACTIONS(896), + [anon_sym_CARET_EQ] = ACTIONS(896), + [anon_sym_PIPE_EQ] = ACTIONS(896), + [anon_sym_DASH_DASH] = ACTIONS(976), + [anon_sym_PLUS_PLUS] = ACTIONS(976), + [anon_sym_sizeof] = ACTIONS(978), + [anon_sym_offsetof] = ACTIONS(83), + [anon_sym__Generic] = ACTIONS(85), + [anon_sym_asm] = ACTIONS(87), + [anon_sym___asm__] = ACTIONS(87), + [anon_sym_DOT] = ACTIONS(906), + [anon_sym_DASH_GT] = ACTIONS(896), + [sym_number_literal] = ACTIONS(89), + [anon_sym_L_SQUOTE] = ACTIONS(91), + [anon_sym_u_SQUOTE] = ACTIONS(91), + [anon_sym_U_SQUOTE] = ACTIONS(91), + [anon_sym_u8_SQUOTE] = ACTIONS(91), + [anon_sym_SQUOTE] = ACTIONS(91), + [anon_sym_L_DQUOTE] = ACTIONS(93), + [anon_sym_u_DQUOTE] = ACTIONS(93), + [anon_sym_U_DQUOTE] = ACTIONS(93), + [anon_sym_u8_DQUOTE] = ACTIONS(93), + [anon_sym_DQUOTE] = ACTIONS(93), + [sym_true] = ACTIONS(95), + [sym_false] = ACTIONS(95), + [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, [84] = { - [sym_identifier] = ACTIONS(976), - [aux_sym_preproc_include_token1] = ACTIONS(976), - [aux_sym_preproc_def_token1] = ACTIONS(976), - [aux_sym_preproc_if_token1] = ACTIONS(976), - [aux_sym_preproc_if_token2] = ACTIONS(976), - [aux_sym_preproc_ifdef_token1] = ACTIONS(976), - [aux_sym_preproc_ifdef_token2] = ACTIONS(976), - [aux_sym_preproc_else_token1] = ACTIONS(976), - [aux_sym_preproc_elif_token1] = ACTIONS(976), - [sym_preproc_directive] = ACTIONS(976), - [anon_sym_LPAREN2] = ACTIONS(978), - [anon_sym_BANG] = ACTIONS(978), - [anon_sym_TILDE] = ACTIONS(978), - [anon_sym_DASH] = ACTIONS(976), - [anon_sym_PLUS] = ACTIONS(976), - [anon_sym_STAR] = ACTIONS(978), - [anon_sym_AMP] = ACTIONS(978), - [anon_sym_SEMI] = ACTIONS(978), - [anon_sym_typedef] = ACTIONS(976), - [anon_sym_extern] = ACTIONS(976), - [anon_sym___attribute__] = ACTIONS(976), - [anon_sym_LBRACK_LBRACK] = ACTIONS(978), - [anon_sym___declspec] = ACTIONS(976), - [anon_sym___cdecl] = ACTIONS(976), - [anon_sym___clrcall] = ACTIONS(976), - [anon_sym___stdcall] = ACTIONS(976), - [anon_sym___fastcall] = ACTIONS(976), - [anon_sym___thiscall] = ACTIONS(976), - [anon_sym___vectorcall] = ACTIONS(976), - [anon_sym_LBRACE] = ACTIONS(978), - [anon_sym_static] = ACTIONS(976), - [anon_sym_auto] = ACTIONS(976), - [anon_sym_register] = ACTIONS(976), - [anon_sym_inline] = ACTIONS(976), - [anon_sym_const] = ACTIONS(976), - [anon_sym_volatile] = ACTIONS(976), - [anon_sym_restrict] = ACTIONS(976), - [anon_sym___restrict__] = ACTIONS(976), - [anon_sym__Atomic] = ACTIONS(976), - [anon_sym__Noreturn] = ACTIONS(976), - [anon_sym_signed] = ACTIONS(976), - [anon_sym_unsigned] = ACTIONS(976), - [anon_sym_long] = ACTIONS(976), - [anon_sym_short] = ACTIONS(976), - [sym_primitive_type] = ACTIONS(976), - [anon_sym_enum] = ACTIONS(976), - [anon_sym_struct] = ACTIONS(976), - [anon_sym_union] = ACTIONS(976), - [anon_sym_if] = ACTIONS(976), - [anon_sym_else] = ACTIONS(976), - [anon_sym_switch] = ACTIONS(976), - [anon_sym_case] = ACTIONS(976), - [anon_sym_default] = ACTIONS(976), - [anon_sym_while] = ACTIONS(976), - [anon_sym_do] = ACTIONS(976), - [anon_sym_for] = ACTIONS(976), - [anon_sym_return] = ACTIONS(976), - [anon_sym_break] = ACTIONS(976), - [anon_sym_continue] = ACTIONS(976), - [anon_sym_goto] = ACTIONS(976), - [anon_sym_DASH_DASH] = ACTIONS(978), - [anon_sym_PLUS_PLUS] = ACTIONS(978), - [anon_sym_sizeof] = ACTIONS(976), - [anon_sym_offsetof] = ACTIONS(976), - [anon_sym__Generic] = ACTIONS(976), - [anon_sym_asm] = ACTIONS(976), - [anon_sym___asm__] = ACTIONS(976), - [sym_number_literal] = ACTIONS(978), - [anon_sym_L_SQUOTE] = ACTIONS(978), - [anon_sym_u_SQUOTE] = ACTIONS(978), - [anon_sym_U_SQUOTE] = ACTIONS(978), - [anon_sym_u8_SQUOTE] = ACTIONS(978), - [anon_sym_SQUOTE] = ACTIONS(978), - [anon_sym_L_DQUOTE] = ACTIONS(978), - [anon_sym_u_DQUOTE] = ACTIONS(978), - [anon_sym_U_DQUOTE] = ACTIONS(978), - [anon_sym_u8_DQUOTE] = ACTIONS(978), - [anon_sym_DQUOTE] = ACTIONS(978), - [sym_true] = ACTIONS(976), - [sym_false] = ACTIONS(976), - [sym_null] = ACTIONS(976), + [ts_builtin_sym_end] = ACTIONS(980), + [sym_identifier] = ACTIONS(982), + [aux_sym_preproc_include_token1] = ACTIONS(982), + [aux_sym_preproc_def_token1] = ACTIONS(982), + [anon_sym_COMMA] = ACTIONS(980), + [anon_sym_RPAREN] = ACTIONS(980), + [aux_sym_preproc_if_token1] = ACTIONS(982), + [aux_sym_preproc_ifdef_token1] = ACTIONS(982), + [aux_sym_preproc_ifdef_token2] = ACTIONS(982), + [sym_preproc_directive] = ACTIONS(982), + [anon_sym_LPAREN2] = ACTIONS(980), + [anon_sym_BANG] = ACTIONS(980), + [anon_sym_TILDE] = ACTIONS(980), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_STAR] = ACTIONS(980), + [anon_sym_AMP] = ACTIONS(980), + [anon_sym_SEMI] = ACTIONS(980), + [anon_sym_typedef] = ACTIONS(982), + [anon_sym_extern] = ACTIONS(982), + [anon_sym___attribute__] = ACTIONS(982), + [anon_sym_LBRACK_LBRACK] = ACTIONS(980), + [anon_sym___declspec] = ACTIONS(982), + [anon_sym___cdecl] = ACTIONS(982), + [anon_sym___clrcall] = ACTIONS(982), + [anon_sym___stdcall] = ACTIONS(982), + [anon_sym___fastcall] = ACTIONS(982), + [anon_sym___thiscall] = ACTIONS(982), + [anon_sym___vectorcall] = ACTIONS(982), + [anon_sym_LBRACE] = ACTIONS(980), + [anon_sym_static] = ACTIONS(982), + [anon_sym_auto] = ACTIONS(982), + [anon_sym_register] = ACTIONS(982), + [anon_sym_inline] = ACTIONS(982), + [anon_sym_const] = ACTIONS(982), + [anon_sym_volatile] = ACTIONS(982), + [anon_sym_restrict] = ACTIONS(982), + [anon_sym___restrict__] = ACTIONS(982), + [anon_sym__Atomic] = ACTIONS(982), + [anon_sym__Noreturn] = ACTIONS(982), + [anon_sym_signed] = ACTIONS(982), + [anon_sym_unsigned] = ACTIONS(982), + [anon_sym_long] = ACTIONS(982), + [anon_sym_short] = ACTIONS(982), + [sym_primitive_type] = ACTIONS(982), + [anon_sym_enum] = ACTIONS(982), + [anon_sym_struct] = ACTIONS(982), + [anon_sym_union] = ACTIONS(982), + [anon_sym_if] = ACTIONS(982), + [anon_sym_else] = ACTIONS(982), + [anon_sym_switch] = ACTIONS(982), + [anon_sym_case] = ACTIONS(982), + [anon_sym_default] = ACTIONS(982), + [anon_sym_while] = ACTIONS(982), + [anon_sym_do] = ACTIONS(982), + [anon_sym_for] = ACTIONS(982), + [anon_sym_return] = ACTIONS(982), + [anon_sym_break] = ACTIONS(982), + [anon_sym_continue] = ACTIONS(982), + [anon_sym_goto] = ACTIONS(982), + [anon_sym_DASH_DASH] = ACTIONS(980), + [anon_sym_PLUS_PLUS] = ACTIONS(980), + [anon_sym_sizeof] = ACTIONS(982), + [anon_sym_offsetof] = ACTIONS(982), + [anon_sym__Generic] = ACTIONS(982), + [anon_sym_asm] = ACTIONS(982), + [anon_sym___asm__] = ACTIONS(982), + [sym_number_literal] = ACTIONS(980), + [anon_sym_L_SQUOTE] = ACTIONS(980), + [anon_sym_u_SQUOTE] = ACTIONS(980), + [anon_sym_U_SQUOTE] = ACTIONS(980), + [anon_sym_u8_SQUOTE] = ACTIONS(980), + [anon_sym_SQUOTE] = ACTIONS(980), + [anon_sym_L_DQUOTE] = ACTIONS(980), + [anon_sym_u_DQUOTE] = ACTIONS(980), + [anon_sym_U_DQUOTE] = ACTIONS(980), + [anon_sym_u8_DQUOTE] = ACTIONS(980), + [anon_sym_DQUOTE] = ACTIONS(980), + [sym_true] = ACTIONS(982), + [sym_false] = ACTIONS(982), + [sym_null] = ACTIONS(982), [sym_comment] = ACTIONS(3), }, [85] = { - [sym_identifier] = ACTIONS(980), - [aux_sym_preproc_include_token1] = ACTIONS(980), - [aux_sym_preproc_def_token1] = ACTIONS(980), - [aux_sym_preproc_if_token1] = ACTIONS(980), - [aux_sym_preproc_if_token2] = ACTIONS(980), - [aux_sym_preproc_ifdef_token1] = ACTIONS(980), - [aux_sym_preproc_ifdef_token2] = ACTIONS(980), - [aux_sym_preproc_else_token1] = ACTIONS(980), - [aux_sym_preproc_elif_token1] = ACTIONS(980), - [sym_preproc_directive] = ACTIONS(980), - [anon_sym_LPAREN2] = ACTIONS(982), - [anon_sym_BANG] = ACTIONS(982), - [anon_sym_TILDE] = ACTIONS(982), - [anon_sym_DASH] = ACTIONS(980), - [anon_sym_PLUS] = ACTIONS(980), - [anon_sym_STAR] = ACTIONS(982), - [anon_sym_AMP] = ACTIONS(982), - [anon_sym_SEMI] = ACTIONS(982), - [anon_sym_typedef] = ACTIONS(980), - [anon_sym_extern] = ACTIONS(980), - [anon_sym___attribute__] = ACTIONS(980), - [anon_sym_LBRACK_LBRACK] = ACTIONS(982), - [anon_sym___declspec] = ACTIONS(980), - [anon_sym___cdecl] = ACTIONS(980), - [anon_sym___clrcall] = ACTIONS(980), - [anon_sym___stdcall] = ACTIONS(980), - [anon_sym___fastcall] = ACTIONS(980), - [anon_sym___thiscall] = ACTIONS(980), - [anon_sym___vectorcall] = ACTIONS(980), - [anon_sym_LBRACE] = ACTIONS(982), - [anon_sym_static] = ACTIONS(980), - [anon_sym_auto] = ACTIONS(980), - [anon_sym_register] = ACTIONS(980), - [anon_sym_inline] = ACTIONS(980), - [anon_sym_const] = ACTIONS(980), - [anon_sym_volatile] = ACTIONS(980), - [anon_sym_restrict] = ACTIONS(980), - [anon_sym___restrict__] = ACTIONS(980), - [anon_sym__Atomic] = ACTIONS(980), - [anon_sym__Noreturn] = ACTIONS(980), - [anon_sym_signed] = ACTIONS(980), - [anon_sym_unsigned] = ACTIONS(980), - [anon_sym_long] = ACTIONS(980), - [anon_sym_short] = ACTIONS(980), - [sym_primitive_type] = ACTIONS(980), - [anon_sym_enum] = ACTIONS(980), - [anon_sym_struct] = ACTIONS(980), - [anon_sym_union] = ACTIONS(980), - [anon_sym_if] = ACTIONS(980), - [anon_sym_else] = ACTIONS(980), - [anon_sym_switch] = ACTIONS(980), - [anon_sym_case] = ACTIONS(980), - [anon_sym_default] = ACTIONS(980), - [anon_sym_while] = ACTIONS(980), - [anon_sym_do] = ACTIONS(980), - [anon_sym_for] = ACTIONS(980), - [anon_sym_return] = ACTIONS(980), - [anon_sym_break] = ACTIONS(980), - [anon_sym_continue] = ACTIONS(980), - [anon_sym_goto] = ACTIONS(980), - [anon_sym_DASH_DASH] = ACTIONS(982), - [anon_sym_PLUS_PLUS] = ACTIONS(982), - [anon_sym_sizeof] = ACTIONS(980), - [anon_sym_offsetof] = ACTIONS(980), - [anon_sym__Generic] = ACTIONS(980), - [anon_sym_asm] = ACTIONS(980), - [anon_sym___asm__] = ACTIONS(980), - [sym_number_literal] = ACTIONS(982), - [anon_sym_L_SQUOTE] = ACTIONS(982), - [anon_sym_u_SQUOTE] = ACTIONS(982), - [anon_sym_U_SQUOTE] = ACTIONS(982), - [anon_sym_u8_SQUOTE] = ACTIONS(982), - [anon_sym_SQUOTE] = ACTIONS(982), - [anon_sym_L_DQUOTE] = ACTIONS(982), - [anon_sym_u_DQUOTE] = ACTIONS(982), - [anon_sym_U_DQUOTE] = ACTIONS(982), - [anon_sym_u8_DQUOTE] = ACTIONS(982), - [anon_sym_DQUOTE] = ACTIONS(982), - [sym_true] = ACTIONS(980), - [sym_false] = ACTIONS(980), - [sym_null] = ACTIONS(980), - [sym_comment] = ACTIONS(3), - }, - [86] = { [sym_identifier] = ACTIONS(984), [aux_sym_preproc_include_token1] = ACTIONS(984), [aux_sym_preproc_def_token1] = ACTIONS(984), @@ -24158,7 +24176,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(984), [sym_comment] = ACTIONS(3), }, - [87] = { + [86] = { [sym_identifier] = ACTIONS(988), [aux_sym_preproc_include_token1] = ACTIONS(988), [aux_sym_preproc_def_token1] = ACTIONS(988), @@ -24242,7 +24260,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(988), [sym_comment] = ACTIONS(3), }, - [88] = { + [87] = { [sym_identifier] = ACTIONS(992), [aux_sym_preproc_include_token1] = ACTIONS(992), [aux_sym_preproc_def_token1] = ACTIONS(992), @@ -24326,6 +24344,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(992), [sym_comment] = ACTIONS(3), }, + [88] = { + [sym_identifier] = ACTIONS(948), + [aux_sym_preproc_include_token1] = ACTIONS(948), + [aux_sym_preproc_def_token1] = ACTIONS(948), + [aux_sym_preproc_if_token1] = ACTIONS(948), + [aux_sym_preproc_if_token2] = ACTIONS(948), + [aux_sym_preproc_ifdef_token1] = ACTIONS(948), + [aux_sym_preproc_ifdef_token2] = ACTIONS(948), + [aux_sym_preproc_else_token1] = ACTIONS(948), + [aux_sym_preproc_elif_token1] = ACTIONS(948), + [sym_preproc_directive] = ACTIONS(948), + [anon_sym_LPAREN2] = ACTIONS(950), + [anon_sym_BANG] = ACTIONS(950), + [anon_sym_TILDE] = ACTIONS(950), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_STAR] = ACTIONS(950), + [anon_sym_AMP] = ACTIONS(950), + [anon_sym_SEMI] = ACTIONS(950), + [anon_sym_typedef] = ACTIONS(948), + [anon_sym_extern] = ACTIONS(948), + [anon_sym___attribute__] = ACTIONS(948), + [anon_sym_LBRACK_LBRACK] = ACTIONS(950), + [anon_sym___declspec] = ACTIONS(948), + [anon_sym___cdecl] = ACTIONS(948), + [anon_sym___clrcall] = ACTIONS(948), + [anon_sym___stdcall] = ACTIONS(948), + [anon_sym___fastcall] = ACTIONS(948), + [anon_sym___thiscall] = ACTIONS(948), + [anon_sym___vectorcall] = ACTIONS(948), + [anon_sym_LBRACE] = ACTIONS(950), + [anon_sym_static] = ACTIONS(948), + [anon_sym_auto] = ACTIONS(948), + [anon_sym_register] = ACTIONS(948), + [anon_sym_inline] = ACTIONS(948), + [anon_sym_const] = ACTIONS(948), + [anon_sym_volatile] = ACTIONS(948), + [anon_sym_restrict] = ACTIONS(948), + [anon_sym___restrict__] = ACTIONS(948), + [anon_sym__Atomic] = ACTIONS(948), + [anon_sym__Noreturn] = ACTIONS(948), + [anon_sym_signed] = ACTIONS(948), + [anon_sym_unsigned] = ACTIONS(948), + [anon_sym_long] = ACTIONS(948), + [anon_sym_short] = ACTIONS(948), + [sym_primitive_type] = ACTIONS(948), + [anon_sym_enum] = ACTIONS(948), + [anon_sym_struct] = ACTIONS(948), + [anon_sym_union] = ACTIONS(948), + [anon_sym_if] = ACTIONS(948), + [anon_sym_else] = ACTIONS(948), + [anon_sym_switch] = ACTIONS(948), + [anon_sym_case] = ACTIONS(948), + [anon_sym_default] = ACTIONS(948), + [anon_sym_while] = ACTIONS(948), + [anon_sym_do] = ACTIONS(948), + [anon_sym_for] = ACTIONS(948), + [anon_sym_return] = ACTIONS(948), + [anon_sym_break] = ACTIONS(948), + [anon_sym_continue] = ACTIONS(948), + [anon_sym_goto] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(950), + [anon_sym_PLUS_PLUS] = ACTIONS(950), + [anon_sym_sizeof] = ACTIONS(948), + [anon_sym_offsetof] = ACTIONS(948), + [anon_sym__Generic] = ACTIONS(948), + [anon_sym_asm] = ACTIONS(948), + [anon_sym___asm__] = ACTIONS(948), + [sym_number_literal] = ACTIONS(950), + [anon_sym_L_SQUOTE] = ACTIONS(950), + [anon_sym_u_SQUOTE] = ACTIONS(950), + [anon_sym_U_SQUOTE] = ACTIONS(950), + [anon_sym_u8_SQUOTE] = ACTIONS(950), + [anon_sym_SQUOTE] = ACTIONS(950), + [anon_sym_L_DQUOTE] = ACTIONS(950), + [anon_sym_u_DQUOTE] = ACTIONS(950), + [anon_sym_U_DQUOTE] = ACTIONS(950), + [anon_sym_u8_DQUOTE] = ACTIONS(950), + [anon_sym_DQUOTE] = ACTIONS(950), + [sym_true] = ACTIONS(948), + [sym_false] = ACTIONS(948), + [sym_null] = ACTIONS(948), + [sym_comment] = ACTIONS(3), + }, [89] = { [sym_identifier] = ACTIONS(996), [aux_sym_preproc_include_token1] = ACTIONS(996), @@ -24747,174 +24849,342 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [94] = { - [sym__expression] = STATE(648), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), - [sym_pointer_expression] = STATE(615), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), - [sym_subscript_expression] = STATE(615), - [sym_call_expression] = STATE(615), - [sym_gnu_asm_expression] = STATE(608), - [sym_field_expression] = STATE(615), - [sym_compound_literal_expression] = STATE(608), - [sym_parenthesized_expression] = STATE(615), - [sym_initializer_list] = STATE(621), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym_identifier] = ACTIONS(894), - [anon_sym_LPAREN2] = ACTIONS(1016), + [sym_identifier] = ACTIONS(1016), + [aux_sym_preproc_include_token1] = ACTIONS(1016), + [aux_sym_preproc_def_token1] = ACTIONS(1016), + [aux_sym_preproc_if_token1] = ACTIONS(1016), + [aux_sym_preproc_if_token2] = ACTIONS(1016), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1016), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1016), + [aux_sym_preproc_else_token1] = ACTIONS(1016), + [aux_sym_preproc_elif_token1] = ACTIONS(1016), + [sym_preproc_directive] = ACTIONS(1016), + [anon_sym_LPAREN2] = ACTIONS(1018), [anon_sym_BANG] = ACTIONS(1018), - [anon_sym_TILDE] = ACTIONS(1020), - [anon_sym_DASH] = ACTIONS(1018), - [anon_sym_PLUS] = ACTIONS(1018), - [anon_sym_STAR] = ACTIONS(1022), - [anon_sym_SLASH] = ACTIONS(906), - [anon_sym_PERCENT] = ACTIONS(906), - [anon_sym_PIPE_PIPE] = ACTIONS(896), - [anon_sym_AMP_AMP] = ACTIONS(896), - [anon_sym_PIPE] = ACTIONS(906), - [anon_sym_CARET] = ACTIONS(906), - [anon_sym_AMP] = ACTIONS(1022), - [anon_sym_EQ_EQ] = ACTIONS(896), - [anon_sym_BANG_EQ] = ACTIONS(896), - [anon_sym_GT] = ACTIONS(906), - [anon_sym_GT_EQ] = ACTIONS(896), - [anon_sym_LT_EQ] = ACTIONS(896), - [anon_sym_LT] = ACTIONS(906), - [anon_sym_LT_LT] = ACTIONS(906), - [anon_sym_GT_GT] = ACTIONS(906), - [anon_sym_LBRACE] = ACTIONS(908), - [anon_sym_LBRACK] = ACTIONS(896), - [anon_sym_RBRACK] = ACTIONS(896), - [anon_sym_EQ] = ACTIONS(906), - [anon_sym_QMARK] = ACTIONS(896), - [anon_sym_STAR_EQ] = ACTIONS(896), - [anon_sym_SLASH_EQ] = ACTIONS(896), - [anon_sym_PERCENT_EQ] = ACTIONS(896), - [anon_sym_PLUS_EQ] = ACTIONS(896), - [anon_sym_DASH_EQ] = ACTIONS(896), - [anon_sym_LT_LT_EQ] = ACTIONS(896), - [anon_sym_GT_GT_EQ] = ACTIONS(896), - [anon_sym_AMP_EQ] = ACTIONS(896), - [anon_sym_CARET_EQ] = ACTIONS(896), - [anon_sym_PIPE_EQ] = ACTIONS(896), - [anon_sym_DASH_DASH] = ACTIONS(1024), - [anon_sym_PLUS_PLUS] = ACTIONS(1024), - [anon_sym_sizeof] = ACTIONS(1026), - [anon_sym_offsetof] = ACTIONS(83), - [anon_sym__Generic] = ACTIONS(85), - [anon_sym_asm] = ACTIONS(87), - [anon_sym___asm__] = ACTIONS(87), - [anon_sym_DOT] = ACTIONS(906), - [anon_sym_DASH_GT] = ACTIONS(896), - [sym_number_literal] = ACTIONS(89), - [anon_sym_L_SQUOTE] = ACTIONS(91), - [anon_sym_u_SQUOTE] = ACTIONS(91), - [anon_sym_U_SQUOTE] = ACTIONS(91), - [anon_sym_u8_SQUOTE] = ACTIONS(91), - [anon_sym_SQUOTE] = ACTIONS(91), - [anon_sym_L_DQUOTE] = ACTIONS(93), - [anon_sym_u_DQUOTE] = ACTIONS(93), - [anon_sym_U_DQUOTE] = ACTIONS(93), - [anon_sym_u8_DQUOTE] = ACTIONS(93), - [anon_sym_DQUOTE] = ACTIONS(93), - [sym_true] = ACTIONS(95), - [sym_false] = ACTIONS(95), - [sym_null] = ACTIONS(95), + [anon_sym_TILDE] = ACTIONS(1018), + [anon_sym_DASH] = ACTIONS(1016), + [anon_sym_PLUS] = ACTIONS(1016), + [anon_sym_STAR] = ACTIONS(1018), + [anon_sym_AMP] = ACTIONS(1018), + [anon_sym_SEMI] = ACTIONS(1018), + [anon_sym_typedef] = ACTIONS(1016), + [anon_sym_extern] = ACTIONS(1016), + [anon_sym___attribute__] = ACTIONS(1016), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1018), + [anon_sym___declspec] = ACTIONS(1016), + [anon_sym___cdecl] = ACTIONS(1016), + [anon_sym___clrcall] = ACTIONS(1016), + [anon_sym___stdcall] = ACTIONS(1016), + [anon_sym___fastcall] = ACTIONS(1016), + [anon_sym___thiscall] = ACTIONS(1016), + [anon_sym___vectorcall] = ACTIONS(1016), + [anon_sym_LBRACE] = ACTIONS(1018), + [anon_sym_static] = ACTIONS(1016), + [anon_sym_auto] = ACTIONS(1016), + [anon_sym_register] = ACTIONS(1016), + [anon_sym_inline] = ACTIONS(1016), + [anon_sym_const] = ACTIONS(1016), + [anon_sym_volatile] = ACTIONS(1016), + [anon_sym_restrict] = ACTIONS(1016), + [anon_sym___restrict__] = ACTIONS(1016), + [anon_sym__Atomic] = ACTIONS(1016), + [anon_sym__Noreturn] = ACTIONS(1016), + [anon_sym_signed] = ACTIONS(1016), + [anon_sym_unsigned] = ACTIONS(1016), + [anon_sym_long] = ACTIONS(1016), + [anon_sym_short] = ACTIONS(1016), + [sym_primitive_type] = ACTIONS(1016), + [anon_sym_enum] = ACTIONS(1016), + [anon_sym_struct] = ACTIONS(1016), + [anon_sym_union] = ACTIONS(1016), + [anon_sym_if] = ACTIONS(1016), + [anon_sym_else] = ACTIONS(1016), + [anon_sym_switch] = ACTIONS(1016), + [anon_sym_case] = ACTIONS(1016), + [anon_sym_default] = ACTIONS(1016), + [anon_sym_while] = ACTIONS(1016), + [anon_sym_do] = ACTIONS(1016), + [anon_sym_for] = ACTIONS(1016), + [anon_sym_return] = ACTIONS(1016), + [anon_sym_break] = ACTIONS(1016), + [anon_sym_continue] = ACTIONS(1016), + [anon_sym_goto] = ACTIONS(1016), + [anon_sym_DASH_DASH] = ACTIONS(1018), + [anon_sym_PLUS_PLUS] = ACTIONS(1018), + [anon_sym_sizeof] = ACTIONS(1016), + [anon_sym_offsetof] = ACTIONS(1016), + [anon_sym__Generic] = ACTIONS(1016), + [anon_sym_asm] = ACTIONS(1016), + [anon_sym___asm__] = ACTIONS(1016), + [sym_number_literal] = ACTIONS(1018), + [anon_sym_L_SQUOTE] = ACTIONS(1018), + [anon_sym_u_SQUOTE] = ACTIONS(1018), + [anon_sym_U_SQUOTE] = ACTIONS(1018), + [anon_sym_u8_SQUOTE] = ACTIONS(1018), + [anon_sym_SQUOTE] = ACTIONS(1018), + [anon_sym_L_DQUOTE] = ACTIONS(1018), + [anon_sym_u_DQUOTE] = ACTIONS(1018), + [anon_sym_U_DQUOTE] = ACTIONS(1018), + [anon_sym_u8_DQUOTE] = ACTIONS(1018), + [anon_sym_DQUOTE] = ACTIONS(1018), + [sym_true] = ACTIONS(1016), + [sym_false] = ACTIONS(1016), + [sym_null] = ACTIONS(1016), [sym_comment] = ACTIONS(3), }, [95] = { - [sym_identifier] = ACTIONS(1028), - [aux_sym_preproc_include_token1] = ACTIONS(1028), - [aux_sym_preproc_def_token1] = ACTIONS(1028), - [aux_sym_preproc_if_token1] = ACTIONS(1028), - [aux_sym_preproc_if_token2] = ACTIONS(1028), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1028), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1028), - [aux_sym_preproc_else_token1] = ACTIONS(1028), - [aux_sym_preproc_elif_token1] = ACTIONS(1028), - [sym_preproc_directive] = ACTIONS(1028), - [anon_sym_LPAREN2] = ACTIONS(1030), - [anon_sym_BANG] = ACTIONS(1030), - [anon_sym_TILDE] = ACTIONS(1030), - [anon_sym_DASH] = ACTIONS(1028), - [anon_sym_PLUS] = ACTIONS(1028), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1030), - [anon_sym_typedef] = ACTIONS(1028), - [anon_sym_extern] = ACTIONS(1028), - [anon_sym___attribute__] = ACTIONS(1028), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1030), - [anon_sym___declspec] = ACTIONS(1028), - [anon_sym___cdecl] = ACTIONS(1028), - [anon_sym___clrcall] = ACTIONS(1028), - [anon_sym___stdcall] = ACTIONS(1028), - [anon_sym___fastcall] = ACTIONS(1028), - [anon_sym___thiscall] = ACTIONS(1028), - [anon_sym___vectorcall] = ACTIONS(1028), - [anon_sym_LBRACE] = ACTIONS(1030), - [anon_sym_static] = ACTIONS(1028), - [anon_sym_auto] = ACTIONS(1028), - [anon_sym_register] = ACTIONS(1028), - [anon_sym_inline] = ACTIONS(1028), - [anon_sym_const] = ACTIONS(1028), - [anon_sym_volatile] = ACTIONS(1028), - [anon_sym_restrict] = ACTIONS(1028), - [anon_sym___restrict__] = ACTIONS(1028), - [anon_sym__Atomic] = ACTIONS(1028), - [anon_sym__Noreturn] = ACTIONS(1028), - [anon_sym_signed] = ACTIONS(1028), - [anon_sym_unsigned] = ACTIONS(1028), - [anon_sym_long] = ACTIONS(1028), - [anon_sym_short] = ACTIONS(1028), - [sym_primitive_type] = ACTIONS(1028), - [anon_sym_enum] = ACTIONS(1028), - [anon_sym_struct] = ACTIONS(1028), - [anon_sym_union] = ACTIONS(1028), - [anon_sym_if] = ACTIONS(1028), - [anon_sym_else] = ACTIONS(1028), - [anon_sym_switch] = ACTIONS(1028), - [anon_sym_case] = ACTIONS(1028), - [anon_sym_default] = ACTIONS(1028), - [anon_sym_while] = ACTIONS(1028), - [anon_sym_do] = ACTIONS(1028), - [anon_sym_for] = ACTIONS(1028), - [anon_sym_return] = ACTIONS(1028), - [anon_sym_break] = ACTIONS(1028), - [anon_sym_continue] = ACTIONS(1028), - [anon_sym_goto] = ACTIONS(1028), - [anon_sym_DASH_DASH] = ACTIONS(1030), - [anon_sym_PLUS_PLUS] = ACTIONS(1030), - [anon_sym_sizeof] = ACTIONS(1028), - [anon_sym_offsetof] = ACTIONS(1028), - [anon_sym__Generic] = ACTIONS(1028), - [anon_sym_asm] = ACTIONS(1028), - [anon_sym___asm__] = ACTIONS(1028), - [sym_number_literal] = ACTIONS(1030), - [anon_sym_L_SQUOTE] = ACTIONS(1030), - [anon_sym_u_SQUOTE] = ACTIONS(1030), - [anon_sym_U_SQUOTE] = ACTIONS(1030), - [anon_sym_u8_SQUOTE] = ACTIONS(1030), - [anon_sym_SQUOTE] = ACTIONS(1030), - [anon_sym_L_DQUOTE] = ACTIONS(1030), - [anon_sym_u_DQUOTE] = ACTIONS(1030), - [anon_sym_U_DQUOTE] = ACTIONS(1030), - [anon_sym_u8_DQUOTE] = ACTIONS(1030), - [anon_sym_DQUOTE] = ACTIONS(1030), - [sym_true] = ACTIONS(1028), - [sym_false] = ACTIONS(1028), - [sym_null] = ACTIONS(1028), + [sym_identifier] = ACTIONS(1020), + [aux_sym_preproc_include_token1] = ACTIONS(1020), + [aux_sym_preproc_def_token1] = ACTIONS(1020), + [aux_sym_preproc_if_token1] = ACTIONS(1020), + [aux_sym_preproc_if_token2] = ACTIONS(1020), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1020), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1020), + [aux_sym_preproc_else_token1] = ACTIONS(1020), + [aux_sym_preproc_elif_token1] = ACTIONS(1020), + [sym_preproc_directive] = ACTIONS(1020), + [anon_sym_LPAREN2] = ACTIONS(1022), + [anon_sym_BANG] = ACTIONS(1022), + [anon_sym_TILDE] = ACTIONS(1022), + [anon_sym_DASH] = ACTIONS(1020), + [anon_sym_PLUS] = ACTIONS(1020), + [anon_sym_STAR] = ACTIONS(1022), + [anon_sym_AMP] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(1022), + [anon_sym_typedef] = ACTIONS(1020), + [anon_sym_extern] = ACTIONS(1020), + [anon_sym___attribute__] = ACTIONS(1020), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1022), + [anon_sym___declspec] = ACTIONS(1020), + [anon_sym___cdecl] = ACTIONS(1020), + [anon_sym___clrcall] = ACTIONS(1020), + [anon_sym___stdcall] = ACTIONS(1020), + [anon_sym___fastcall] = ACTIONS(1020), + [anon_sym___thiscall] = ACTIONS(1020), + [anon_sym___vectorcall] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1022), + [anon_sym_static] = ACTIONS(1020), + [anon_sym_auto] = ACTIONS(1020), + [anon_sym_register] = ACTIONS(1020), + [anon_sym_inline] = ACTIONS(1020), + [anon_sym_const] = ACTIONS(1020), + [anon_sym_volatile] = ACTIONS(1020), + [anon_sym_restrict] = ACTIONS(1020), + [anon_sym___restrict__] = ACTIONS(1020), + [anon_sym__Atomic] = ACTIONS(1020), + [anon_sym__Noreturn] = ACTIONS(1020), + [anon_sym_signed] = ACTIONS(1020), + [anon_sym_unsigned] = ACTIONS(1020), + [anon_sym_long] = ACTIONS(1020), + [anon_sym_short] = ACTIONS(1020), + [sym_primitive_type] = ACTIONS(1020), + [anon_sym_enum] = ACTIONS(1020), + [anon_sym_struct] = ACTIONS(1020), + [anon_sym_union] = ACTIONS(1020), + [anon_sym_if] = ACTIONS(1020), + [anon_sym_else] = ACTIONS(1020), + [anon_sym_switch] = ACTIONS(1020), + [anon_sym_case] = ACTIONS(1020), + [anon_sym_default] = ACTIONS(1020), + [anon_sym_while] = ACTIONS(1020), + [anon_sym_do] = ACTIONS(1020), + [anon_sym_for] = ACTIONS(1020), + [anon_sym_return] = ACTIONS(1020), + [anon_sym_break] = ACTIONS(1020), + [anon_sym_continue] = ACTIONS(1020), + [anon_sym_goto] = ACTIONS(1020), + [anon_sym_DASH_DASH] = ACTIONS(1022), + [anon_sym_PLUS_PLUS] = ACTIONS(1022), + [anon_sym_sizeof] = ACTIONS(1020), + [anon_sym_offsetof] = ACTIONS(1020), + [anon_sym__Generic] = ACTIONS(1020), + [anon_sym_asm] = ACTIONS(1020), + [anon_sym___asm__] = ACTIONS(1020), + [sym_number_literal] = ACTIONS(1022), + [anon_sym_L_SQUOTE] = ACTIONS(1022), + [anon_sym_u_SQUOTE] = ACTIONS(1022), + [anon_sym_U_SQUOTE] = ACTIONS(1022), + [anon_sym_u8_SQUOTE] = ACTIONS(1022), + [anon_sym_SQUOTE] = ACTIONS(1022), + [anon_sym_L_DQUOTE] = ACTIONS(1022), + [anon_sym_u_DQUOTE] = ACTIONS(1022), + [anon_sym_U_DQUOTE] = ACTIONS(1022), + [anon_sym_u8_DQUOTE] = ACTIONS(1022), + [anon_sym_DQUOTE] = ACTIONS(1022), + [sym_true] = ACTIONS(1020), + [sym_false] = ACTIONS(1020), + [sym_null] = ACTIONS(1020), [sym_comment] = ACTIONS(3), }, [96] = { + [sym_identifier] = ACTIONS(1024), + [aux_sym_preproc_include_token1] = ACTIONS(1024), + [aux_sym_preproc_def_token1] = ACTIONS(1024), + [aux_sym_preproc_if_token1] = ACTIONS(1024), + [aux_sym_preproc_if_token2] = ACTIONS(1024), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1024), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1024), + [aux_sym_preproc_else_token1] = ACTIONS(1024), + [aux_sym_preproc_elif_token1] = ACTIONS(1024), + [sym_preproc_directive] = ACTIONS(1024), + [anon_sym_LPAREN2] = ACTIONS(1026), + [anon_sym_BANG] = ACTIONS(1026), + [anon_sym_TILDE] = ACTIONS(1026), + [anon_sym_DASH] = ACTIONS(1024), + [anon_sym_PLUS] = ACTIONS(1024), + [anon_sym_STAR] = ACTIONS(1026), + [anon_sym_AMP] = ACTIONS(1026), + [anon_sym_SEMI] = ACTIONS(1026), + [anon_sym_typedef] = ACTIONS(1024), + [anon_sym_extern] = ACTIONS(1024), + [anon_sym___attribute__] = ACTIONS(1024), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1026), + [anon_sym___declspec] = ACTIONS(1024), + [anon_sym___cdecl] = ACTIONS(1024), + [anon_sym___clrcall] = ACTIONS(1024), + [anon_sym___stdcall] = ACTIONS(1024), + [anon_sym___fastcall] = ACTIONS(1024), + [anon_sym___thiscall] = ACTIONS(1024), + [anon_sym___vectorcall] = ACTIONS(1024), + [anon_sym_LBRACE] = ACTIONS(1026), + [anon_sym_static] = ACTIONS(1024), + [anon_sym_auto] = ACTIONS(1024), + [anon_sym_register] = ACTIONS(1024), + [anon_sym_inline] = ACTIONS(1024), + [anon_sym_const] = ACTIONS(1024), + [anon_sym_volatile] = ACTIONS(1024), + [anon_sym_restrict] = ACTIONS(1024), + [anon_sym___restrict__] = ACTIONS(1024), + [anon_sym__Atomic] = ACTIONS(1024), + [anon_sym__Noreturn] = ACTIONS(1024), + [anon_sym_signed] = ACTIONS(1024), + [anon_sym_unsigned] = ACTIONS(1024), + [anon_sym_long] = ACTIONS(1024), + [anon_sym_short] = ACTIONS(1024), + [sym_primitive_type] = ACTIONS(1024), + [anon_sym_enum] = ACTIONS(1024), + [anon_sym_struct] = ACTIONS(1024), + [anon_sym_union] = ACTIONS(1024), + [anon_sym_if] = ACTIONS(1024), + [anon_sym_else] = ACTIONS(1024), + [anon_sym_switch] = ACTIONS(1024), + [anon_sym_case] = ACTIONS(1024), + [anon_sym_default] = ACTIONS(1024), + [anon_sym_while] = ACTIONS(1024), + [anon_sym_do] = ACTIONS(1024), + [anon_sym_for] = ACTIONS(1024), + [anon_sym_return] = ACTIONS(1024), + [anon_sym_break] = ACTIONS(1024), + [anon_sym_continue] = ACTIONS(1024), + [anon_sym_goto] = ACTIONS(1024), + [anon_sym_DASH_DASH] = ACTIONS(1026), + [anon_sym_PLUS_PLUS] = ACTIONS(1026), + [anon_sym_sizeof] = ACTIONS(1024), + [anon_sym_offsetof] = ACTIONS(1024), + [anon_sym__Generic] = ACTIONS(1024), + [anon_sym_asm] = ACTIONS(1024), + [anon_sym___asm__] = ACTIONS(1024), + [sym_number_literal] = ACTIONS(1026), + [anon_sym_L_SQUOTE] = ACTIONS(1026), + [anon_sym_u_SQUOTE] = ACTIONS(1026), + [anon_sym_U_SQUOTE] = ACTIONS(1026), + [anon_sym_u8_SQUOTE] = ACTIONS(1026), + [anon_sym_SQUOTE] = ACTIONS(1026), + [anon_sym_L_DQUOTE] = ACTIONS(1026), + [anon_sym_u_DQUOTE] = ACTIONS(1026), + [anon_sym_U_DQUOTE] = ACTIONS(1026), + [anon_sym_u8_DQUOTE] = ACTIONS(1026), + [anon_sym_DQUOTE] = ACTIONS(1026), + [sym_true] = ACTIONS(1024), + [sym_false] = ACTIONS(1024), + [sym_null] = ACTIONS(1024), + [sym_comment] = ACTIONS(3), + }, + [97] = { + [sym_identifier] = ACTIONS(982), + [aux_sym_preproc_include_token1] = ACTIONS(982), + [aux_sym_preproc_def_token1] = ACTIONS(982), + [aux_sym_preproc_if_token1] = ACTIONS(982), + [aux_sym_preproc_if_token2] = ACTIONS(982), + [aux_sym_preproc_ifdef_token1] = ACTIONS(982), + [aux_sym_preproc_ifdef_token2] = ACTIONS(982), + [aux_sym_preproc_else_token1] = ACTIONS(982), + [aux_sym_preproc_elif_token1] = ACTIONS(982), + [sym_preproc_directive] = ACTIONS(982), + [anon_sym_LPAREN2] = ACTIONS(980), + [anon_sym_BANG] = ACTIONS(980), + [anon_sym_TILDE] = ACTIONS(980), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_STAR] = ACTIONS(980), + [anon_sym_AMP] = ACTIONS(980), + [anon_sym_SEMI] = ACTIONS(980), + [anon_sym_typedef] = ACTIONS(982), + [anon_sym_extern] = ACTIONS(982), + [anon_sym___attribute__] = ACTIONS(982), + [anon_sym_LBRACK_LBRACK] = ACTIONS(980), + [anon_sym___declspec] = ACTIONS(982), + [anon_sym___cdecl] = ACTIONS(982), + [anon_sym___clrcall] = ACTIONS(982), + [anon_sym___stdcall] = ACTIONS(982), + [anon_sym___fastcall] = ACTIONS(982), + [anon_sym___thiscall] = ACTIONS(982), + [anon_sym___vectorcall] = ACTIONS(982), + [anon_sym_LBRACE] = ACTIONS(980), + [anon_sym_static] = ACTIONS(982), + [anon_sym_auto] = ACTIONS(982), + [anon_sym_register] = ACTIONS(982), + [anon_sym_inline] = ACTIONS(982), + [anon_sym_const] = ACTIONS(982), + [anon_sym_volatile] = ACTIONS(982), + [anon_sym_restrict] = ACTIONS(982), + [anon_sym___restrict__] = ACTIONS(982), + [anon_sym__Atomic] = ACTIONS(982), + [anon_sym__Noreturn] = ACTIONS(982), + [anon_sym_signed] = ACTIONS(982), + [anon_sym_unsigned] = ACTIONS(982), + [anon_sym_long] = ACTIONS(982), + [anon_sym_short] = ACTIONS(982), + [sym_primitive_type] = ACTIONS(982), + [anon_sym_enum] = ACTIONS(982), + [anon_sym_struct] = ACTIONS(982), + [anon_sym_union] = ACTIONS(982), + [anon_sym_if] = ACTIONS(982), + [anon_sym_else] = ACTIONS(982), + [anon_sym_switch] = ACTIONS(982), + [anon_sym_case] = ACTIONS(982), + [anon_sym_default] = ACTIONS(982), + [anon_sym_while] = ACTIONS(982), + [anon_sym_do] = ACTIONS(982), + [anon_sym_for] = ACTIONS(982), + [anon_sym_return] = ACTIONS(982), + [anon_sym_break] = ACTIONS(982), + [anon_sym_continue] = ACTIONS(982), + [anon_sym_goto] = ACTIONS(982), + [anon_sym_DASH_DASH] = ACTIONS(980), + [anon_sym_PLUS_PLUS] = ACTIONS(980), + [anon_sym_sizeof] = ACTIONS(982), + [anon_sym_offsetof] = ACTIONS(982), + [anon_sym__Generic] = ACTIONS(982), + [anon_sym_asm] = ACTIONS(982), + [anon_sym___asm__] = ACTIONS(982), + [sym_number_literal] = ACTIONS(980), + [anon_sym_L_SQUOTE] = ACTIONS(980), + [anon_sym_u_SQUOTE] = ACTIONS(980), + [anon_sym_U_SQUOTE] = ACTIONS(980), + [anon_sym_u8_SQUOTE] = ACTIONS(980), + [anon_sym_SQUOTE] = ACTIONS(980), + [anon_sym_L_DQUOTE] = ACTIONS(980), + [anon_sym_u_DQUOTE] = ACTIONS(980), + [anon_sym_U_DQUOTE] = ACTIONS(980), + [anon_sym_u8_DQUOTE] = ACTIONS(980), + [anon_sym_DQUOTE] = ACTIONS(980), + [sym_true] = ACTIONS(982), + [sym_false] = ACTIONS(982), + [sym_null] = ACTIONS(982), + [sym_comment] = ACTIONS(3), + }, + [98] = { [sym_identifier] = ACTIONS(1028), [aux_sym_preproc_include_token1] = ACTIONS(1028), [aux_sym_preproc_def_token1] = ACTIONS(1028), @@ -24998,7 +25268,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1028), [sym_comment] = ACTIONS(3), }, - [97] = { + [99] = { [sym_identifier] = ACTIONS(1032), [aux_sym_preproc_include_token1] = ACTIONS(1032), [aux_sym_preproc_def_token1] = ACTIONS(1032), @@ -25082,7 +25352,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1032), [sym_comment] = ACTIONS(3), }, - [98] = { + [100] = { [sym_identifier] = ACTIONS(1036), [aux_sym_preproc_include_token1] = ACTIONS(1036), [aux_sym_preproc_def_token1] = ACTIONS(1036), @@ -25166,7 +25436,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1036), [sym_comment] = ACTIONS(3), }, - [99] = { + [101] = { [sym_identifier] = ACTIONS(1040), [aux_sym_preproc_include_token1] = ACTIONS(1040), [aux_sym_preproc_def_token1] = ACTIONS(1040), @@ -25250,7 +25520,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1040), [sym_comment] = ACTIONS(3), }, - [100] = { + [102] = { [sym_identifier] = ACTIONS(1044), [aux_sym_preproc_include_token1] = ACTIONS(1044), [aux_sym_preproc_def_token1] = ACTIONS(1044), @@ -25334,7 +25604,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1044), [sym_comment] = ACTIONS(3), }, - [101] = { + [103] = { [sym_identifier] = ACTIONS(1048), [aux_sym_preproc_include_token1] = ACTIONS(1048), [aux_sym_preproc_def_token1] = ACTIONS(1048), @@ -25418,7 +25688,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1048), [sym_comment] = ACTIONS(3), }, - [102] = { + [104] = { [sym_identifier] = ACTIONS(1052), [aux_sym_preproc_include_token1] = ACTIONS(1052), [aux_sym_preproc_def_token1] = ACTIONS(1052), @@ -25502,7 +25772,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1052), [sym_comment] = ACTIONS(3), }, - [103] = { + [105] = { [sym_identifier] = ACTIONS(1056), [aux_sym_preproc_include_token1] = ACTIONS(1056), [aux_sym_preproc_def_token1] = ACTIONS(1056), @@ -25586,7 +25856,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1056), [sym_comment] = ACTIONS(3), }, - [104] = { + [106] = { [sym_identifier] = ACTIONS(1060), [aux_sym_preproc_include_token1] = ACTIONS(1060), [aux_sym_preproc_def_token1] = ACTIONS(1060), @@ -25670,460 +25940,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1060), [sym_comment] = ACTIONS(3), }, - [105] = { - [sym_identifier] = ACTIONS(1064), - [aux_sym_preproc_include_token1] = ACTIONS(1064), - [aux_sym_preproc_def_token1] = ACTIONS(1064), - [aux_sym_preproc_if_token1] = ACTIONS(1064), - [aux_sym_preproc_if_token2] = ACTIONS(1064), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1064), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1064), - [aux_sym_preproc_else_token1] = ACTIONS(1064), - [aux_sym_preproc_elif_token1] = ACTIONS(1064), - [sym_preproc_directive] = ACTIONS(1064), - [anon_sym_LPAREN2] = ACTIONS(1066), - [anon_sym_BANG] = ACTIONS(1066), - [anon_sym_TILDE] = ACTIONS(1066), - [anon_sym_DASH] = ACTIONS(1064), - [anon_sym_PLUS] = ACTIONS(1064), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_AMP] = ACTIONS(1066), - [anon_sym_SEMI] = ACTIONS(1066), - [anon_sym_typedef] = ACTIONS(1064), - [anon_sym_extern] = ACTIONS(1064), - [anon_sym___attribute__] = ACTIONS(1064), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), - [anon_sym___declspec] = ACTIONS(1064), - [anon_sym___cdecl] = ACTIONS(1064), - [anon_sym___clrcall] = ACTIONS(1064), - [anon_sym___stdcall] = ACTIONS(1064), - [anon_sym___fastcall] = ACTIONS(1064), - [anon_sym___thiscall] = ACTIONS(1064), - [anon_sym___vectorcall] = ACTIONS(1064), - [anon_sym_LBRACE] = ACTIONS(1066), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_auto] = ACTIONS(1064), - [anon_sym_register] = ACTIONS(1064), - [anon_sym_inline] = ACTIONS(1064), - [anon_sym_const] = ACTIONS(1064), - [anon_sym_volatile] = ACTIONS(1064), - [anon_sym_restrict] = ACTIONS(1064), - [anon_sym___restrict__] = ACTIONS(1064), - [anon_sym__Atomic] = ACTIONS(1064), - [anon_sym__Noreturn] = ACTIONS(1064), - [anon_sym_signed] = ACTIONS(1064), - [anon_sym_unsigned] = ACTIONS(1064), - [anon_sym_long] = ACTIONS(1064), - [anon_sym_short] = ACTIONS(1064), - [sym_primitive_type] = ACTIONS(1064), - [anon_sym_enum] = ACTIONS(1064), - [anon_sym_struct] = ACTIONS(1064), - [anon_sym_union] = ACTIONS(1064), - [anon_sym_if] = ACTIONS(1064), - [anon_sym_switch] = ACTIONS(1064), - [anon_sym_case] = ACTIONS(1064), - [anon_sym_default] = ACTIONS(1064), - [anon_sym_while] = ACTIONS(1064), - [anon_sym_do] = ACTIONS(1064), - [anon_sym_for] = ACTIONS(1064), - [anon_sym_return] = ACTIONS(1064), - [anon_sym_break] = ACTIONS(1064), - [anon_sym_continue] = ACTIONS(1064), - [anon_sym_goto] = ACTIONS(1064), - [anon_sym_DASH_DASH] = ACTIONS(1066), - [anon_sym_PLUS_PLUS] = ACTIONS(1066), - [anon_sym_sizeof] = ACTIONS(1064), - [anon_sym_offsetof] = ACTIONS(1064), - [anon_sym__Generic] = ACTIONS(1064), - [anon_sym_asm] = ACTIONS(1064), - [anon_sym___asm__] = ACTIONS(1064), - [sym_number_literal] = ACTIONS(1066), - [anon_sym_L_SQUOTE] = ACTIONS(1066), - [anon_sym_u_SQUOTE] = ACTIONS(1066), - [anon_sym_U_SQUOTE] = ACTIONS(1066), - [anon_sym_u8_SQUOTE] = ACTIONS(1066), - [anon_sym_SQUOTE] = ACTIONS(1066), - [anon_sym_L_DQUOTE] = ACTIONS(1066), - [anon_sym_u_DQUOTE] = ACTIONS(1066), - [anon_sym_U_DQUOTE] = ACTIONS(1066), - [anon_sym_u8_DQUOTE] = ACTIONS(1066), - [anon_sym_DQUOTE] = ACTIONS(1066), - [sym_true] = ACTIONS(1064), - [sym_false] = ACTIONS(1064), - [sym_null] = ACTIONS(1064), - [sym_comment] = ACTIONS(3), - }, - [106] = { - [sym_identifier] = ACTIONS(1068), - [aux_sym_preproc_include_token1] = ACTIONS(1068), - [aux_sym_preproc_def_token1] = ACTIONS(1068), - [aux_sym_preproc_if_token1] = ACTIONS(1068), - [aux_sym_preproc_if_token2] = ACTIONS(1068), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1068), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1068), - [aux_sym_preproc_else_token1] = ACTIONS(1068), - [aux_sym_preproc_elif_token1] = ACTIONS(1068), - [sym_preproc_directive] = ACTIONS(1068), - [anon_sym_LPAREN2] = ACTIONS(1070), - [anon_sym_BANG] = ACTIONS(1070), - [anon_sym_TILDE] = ACTIONS(1070), - [anon_sym_DASH] = ACTIONS(1068), - [anon_sym_PLUS] = ACTIONS(1068), - [anon_sym_STAR] = ACTIONS(1070), - [anon_sym_AMP] = ACTIONS(1070), - [anon_sym_SEMI] = ACTIONS(1070), - [anon_sym_typedef] = ACTIONS(1068), - [anon_sym_extern] = ACTIONS(1068), - [anon_sym___attribute__] = ACTIONS(1068), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1070), - [anon_sym___declspec] = ACTIONS(1068), - [anon_sym___cdecl] = ACTIONS(1068), - [anon_sym___clrcall] = ACTIONS(1068), - [anon_sym___stdcall] = ACTIONS(1068), - [anon_sym___fastcall] = ACTIONS(1068), - [anon_sym___thiscall] = ACTIONS(1068), - [anon_sym___vectorcall] = ACTIONS(1068), - [anon_sym_LBRACE] = ACTIONS(1070), - [anon_sym_static] = ACTIONS(1068), - [anon_sym_auto] = ACTIONS(1068), - [anon_sym_register] = ACTIONS(1068), - [anon_sym_inline] = ACTIONS(1068), - [anon_sym_const] = ACTIONS(1068), - [anon_sym_volatile] = ACTIONS(1068), - [anon_sym_restrict] = ACTIONS(1068), - [anon_sym___restrict__] = ACTIONS(1068), - [anon_sym__Atomic] = ACTIONS(1068), - [anon_sym__Noreturn] = ACTIONS(1068), - [anon_sym_signed] = ACTIONS(1068), - [anon_sym_unsigned] = ACTIONS(1068), - [anon_sym_long] = ACTIONS(1068), - [anon_sym_short] = ACTIONS(1068), - [sym_primitive_type] = ACTIONS(1068), - [anon_sym_enum] = ACTIONS(1068), - [anon_sym_struct] = ACTIONS(1068), - [anon_sym_union] = ACTIONS(1068), - [anon_sym_if] = ACTIONS(1068), - [anon_sym_switch] = ACTIONS(1068), - [anon_sym_case] = ACTIONS(1068), - [anon_sym_default] = ACTIONS(1068), - [anon_sym_while] = ACTIONS(1068), - [anon_sym_do] = ACTIONS(1068), - [anon_sym_for] = ACTIONS(1068), - [anon_sym_return] = ACTIONS(1068), - [anon_sym_break] = ACTIONS(1068), - [anon_sym_continue] = ACTIONS(1068), - [anon_sym_goto] = ACTIONS(1068), - [anon_sym_DASH_DASH] = ACTIONS(1070), - [anon_sym_PLUS_PLUS] = ACTIONS(1070), - [anon_sym_sizeof] = ACTIONS(1068), - [anon_sym_offsetof] = ACTIONS(1068), - [anon_sym__Generic] = ACTIONS(1068), - [anon_sym_asm] = ACTIONS(1068), - [anon_sym___asm__] = ACTIONS(1068), - [sym_number_literal] = ACTIONS(1070), - [anon_sym_L_SQUOTE] = ACTIONS(1070), - [anon_sym_u_SQUOTE] = ACTIONS(1070), - [anon_sym_U_SQUOTE] = ACTIONS(1070), - [anon_sym_u8_SQUOTE] = ACTIONS(1070), - [anon_sym_SQUOTE] = ACTIONS(1070), - [anon_sym_L_DQUOTE] = ACTIONS(1070), - [anon_sym_u_DQUOTE] = ACTIONS(1070), - [anon_sym_U_DQUOTE] = ACTIONS(1070), - [anon_sym_u8_DQUOTE] = ACTIONS(1070), - [anon_sym_DQUOTE] = ACTIONS(1070), - [sym_true] = ACTIONS(1068), - [sym_false] = ACTIONS(1068), - [sym_null] = ACTIONS(1068), - [sym_comment] = ACTIONS(3), - }, [107] = { - [sym_identifier] = ACTIONS(1072), - [aux_sym_preproc_include_token1] = ACTIONS(1072), - [aux_sym_preproc_def_token1] = ACTIONS(1072), - [aux_sym_preproc_if_token1] = ACTIONS(1072), - [aux_sym_preproc_if_token2] = ACTIONS(1072), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1072), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1072), - [aux_sym_preproc_else_token1] = ACTIONS(1072), - [aux_sym_preproc_elif_token1] = ACTIONS(1072), - [sym_preproc_directive] = ACTIONS(1072), - [anon_sym_LPAREN2] = ACTIONS(1074), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_TILDE] = ACTIONS(1074), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_PLUS] = ACTIONS(1072), - [anon_sym_STAR] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1074), - [anon_sym_SEMI] = ACTIONS(1074), - [anon_sym_typedef] = ACTIONS(1072), - [anon_sym_extern] = ACTIONS(1072), - [anon_sym___attribute__] = ACTIONS(1072), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1074), - [anon_sym___declspec] = ACTIONS(1072), - [anon_sym___cdecl] = ACTIONS(1072), - [anon_sym___clrcall] = ACTIONS(1072), - [anon_sym___stdcall] = ACTIONS(1072), - [anon_sym___fastcall] = ACTIONS(1072), - [anon_sym___thiscall] = ACTIONS(1072), - [anon_sym___vectorcall] = ACTIONS(1072), - [anon_sym_LBRACE] = ACTIONS(1074), - [anon_sym_static] = ACTIONS(1072), - [anon_sym_auto] = ACTIONS(1072), - [anon_sym_register] = ACTIONS(1072), - [anon_sym_inline] = ACTIONS(1072), - [anon_sym_const] = ACTIONS(1072), - [anon_sym_volatile] = ACTIONS(1072), - [anon_sym_restrict] = ACTIONS(1072), - [anon_sym___restrict__] = ACTIONS(1072), - [anon_sym__Atomic] = ACTIONS(1072), - [anon_sym__Noreturn] = ACTIONS(1072), - [anon_sym_signed] = ACTIONS(1072), - [anon_sym_unsigned] = ACTIONS(1072), - [anon_sym_long] = ACTIONS(1072), - [anon_sym_short] = ACTIONS(1072), - [sym_primitive_type] = ACTIONS(1072), - [anon_sym_enum] = ACTIONS(1072), - [anon_sym_struct] = ACTIONS(1072), - [anon_sym_union] = ACTIONS(1072), - [anon_sym_if] = ACTIONS(1072), - [anon_sym_switch] = ACTIONS(1072), - [anon_sym_case] = ACTIONS(1072), - [anon_sym_default] = ACTIONS(1072), - [anon_sym_while] = ACTIONS(1072), - [anon_sym_do] = ACTIONS(1072), - [anon_sym_for] = ACTIONS(1072), - [anon_sym_return] = ACTIONS(1072), - [anon_sym_break] = ACTIONS(1072), - [anon_sym_continue] = ACTIONS(1072), - [anon_sym_goto] = ACTIONS(1072), - [anon_sym_DASH_DASH] = ACTIONS(1074), - [anon_sym_PLUS_PLUS] = ACTIONS(1074), - [anon_sym_sizeof] = ACTIONS(1072), - [anon_sym_offsetof] = ACTIONS(1072), - [anon_sym__Generic] = ACTIONS(1072), - [anon_sym_asm] = ACTIONS(1072), - [anon_sym___asm__] = ACTIONS(1072), - [sym_number_literal] = ACTIONS(1074), - [anon_sym_L_SQUOTE] = ACTIONS(1074), - [anon_sym_u_SQUOTE] = ACTIONS(1074), - [anon_sym_U_SQUOTE] = ACTIONS(1074), - [anon_sym_u8_SQUOTE] = ACTIONS(1074), - [anon_sym_SQUOTE] = ACTIONS(1074), - [anon_sym_L_DQUOTE] = ACTIONS(1074), - [anon_sym_u_DQUOTE] = ACTIONS(1074), - [anon_sym_U_DQUOTE] = ACTIONS(1074), - [anon_sym_u8_DQUOTE] = ACTIONS(1074), - [anon_sym_DQUOTE] = ACTIONS(1074), - [sym_true] = ACTIONS(1072), - [sym_false] = ACTIONS(1072), - [sym_null] = ACTIONS(1072), - [sym_comment] = ACTIONS(3), - }, - [108] = { - [sym_identifier] = ACTIONS(1076), - [aux_sym_preproc_include_token1] = ACTIONS(1076), - [aux_sym_preproc_def_token1] = ACTIONS(1076), - [aux_sym_preproc_if_token1] = ACTIONS(1076), - [aux_sym_preproc_if_token2] = ACTIONS(1076), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1076), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1076), - [aux_sym_preproc_else_token1] = ACTIONS(1076), - [aux_sym_preproc_elif_token1] = ACTIONS(1076), - [sym_preproc_directive] = ACTIONS(1076), - [anon_sym_LPAREN2] = ACTIONS(1078), - [anon_sym_BANG] = ACTIONS(1078), - [anon_sym_TILDE] = ACTIONS(1078), - [anon_sym_DASH] = ACTIONS(1076), - [anon_sym_PLUS] = ACTIONS(1076), - [anon_sym_STAR] = ACTIONS(1078), - [anon_sym_AMP] = ACTIONS(1078), - [anon_sym_SEMI] = ACTIONS(1078), - [anon_sym_typedef] = ACTIONS(1076), - [anon_sym_extern] = ACTIONS(1076), - [anon_sym___attribute__] = ACTIONS(1076), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1078), - [anon_sym___declspec] = ACTIONS(1076), - [anon_sym___cdecl] = ACTIONS(1076), - [anon_sym___clrcall] = ACTIONS(1076), - [anon_sym___stdcall] = ACTIONS(1076), - [anon_sym___fastcall] = ACTIONS(1076), - [anon_sym___thiscall] = ACTIONS(1076), - [anon_sym___vectorcall] = ACTIONS(1076), - [anon_sym_LBRACE] = ACTIONS(1078), - [anon_sym_static] = ACTIONS(1076), - [anon_sym_auto] = ACTIONS(1076), - [anon_sym_register] = ACTIONS(1076), - [anon_sym_inline] = ACTIONS(1076), - [anon_sym_const] = ACTIONS(1076), - [anon_sym_volatile] = ACTIONS(1076), - [anon_sym_restrict] = ACTIONS(1076), - [anon_sym___restrict__] = ACTIONS(1076), - [anon_sym__Atomic] = ACTIONS(1076), - [anon_sym__Noreturn] = ACTIONS(1076), - [anon_sym_signed] = ACTIONS(1076), - [anon_sym_unsigned] = ACTIONS(1076), - [anon_sym_long] = ACTIONS(1076), - [anon_sym_short] = ACTIONS(1076), - [sym_primitive_type] = ACTIONS(1076), - [anon_sym_enum] = ACTIONS(1076), - [anon_sym_struct] = ACTIONS(1076), - [anon_sym_union] = ACTIONS(1076), - [anon_sym_if] = ACTIONS(1076), - [anon_sym_switch] = ACTIONS(1076), - [anon_sym_case] = ACTIONS(1076), - [anon_sym_default] = ACTIONS(1076), - [anon_sym_while] = ACTIONS(1076), - [anon_sym_do] = ACTIONS(1076), - [anon_sym_for] = ACTIONS(1076), - [anon_sym_return] = ACTIONS(1076), - [anon_sym_break] = ACTIONS(1076), - [anon_sym_continue] = ACTIONS(1076), - [anon_sym_goto] = ACTIONS(1076), - [anon_sym_DASH_DASH] = ACTIONS(1078), - [anon_sym_PLUS_PLUS] = ACTIONS(1078), - [anon_sym_sizeof] = ACTIONS(1076), - [anon_sym_offsetof] = ACTIONS(1076), - [anon_sym__Generic] = ACTIONS(1076), - [anon_sym_asm] = ACTIONS(1076), - [anon_sym___asm__] = ACTIONS(1076), - [sym_number_literal] = ACTIONS(1078), - [anon_sym_L_SQUOTE] = ACTIONS(1078), - [anon_sym_u_SQUOTE] = ACTIONS(1078), - [anon_sym_U_SQUOTE] = ACTIONS(1078), - [anon_sym_u8_SQUOTE] = ACTIONS(1078), - [anon_sym_SQUOTE] = ACTIONS(1078), - [anon_sym_L_DQUOTE] = ACTIONS(1078), - [anon_sym_u_DQUOTE] = ACTIONS(1078), - [anon_sym_U_DQUOTE] = ACTIONS(1078), - [anon_sym_u8_DQUOTE] = ACTIONS(1078), - [anon_sym_DQUOTE] = ACTIONS(1078), - [sym_true] = ACTIONS(1076), - [sym_false] = ACTIONS(1076), - [sym_null] = ACTIONS(1076), - [sym_comment] = ACTIONS(3), - }, - [109] = { - [sym_identifier] = ACTIONS(1080), - [aux_sym_preproc_include_token1] = ACTIONS(1080), - [aux_sym_preproc_def_token1] = ACTIONS(1080), - [aux_sym_preproc_if_token1] = ACTIONS(1080), - [aux_sym_preproc_if_token2] = ACTIONS(1080), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1080), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1080), - [aux_sym_preproc_else_token1] = ACTIONS(1080), - [aux_sym_preproc_elif_token1] = ACTIONS(1080), - [sym_preproc_directive] = ACTIONS(1080), - [anon_sym_LPAREN2] = ACTIONS(1082), - [anon_sym_BANG] = ACTIONS(1082), - [anon_sym_TILDE] = ACTIONS(1082), - [anon_sym_DASH] = ACTIONS(1080), - [anon_sym_PLUS] = ACTIONS(1080), - [anon_sym_STAR] = ACTIONS(1082), - [anon_sym_AMP] = ACTIONS(1082), - [anon_sym_SEMI] = ACTIONS(1082), - [anon_sym_typedef] = ACTIONS(1080), - [anon_sym_extern] = ACTIONS(1080), - [anon_sym___attribute__] = ACTIONS(1080), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1082), - [anon_sym___declspec] = ACTIONS(1080), - [anon_sym___cdecl] = ACTIONS(1080), - [anon_sym___clrcall] = ACTIONS(1080), - [anon_sym___stdcall] = ACTIONS(1080), - [anon_sym___fastcall] = ACTIONS(1080), - [anon_sym___thiscall] = ACTIONS(1080), - [anon_sym___vectorcall] = ACTIONS(1080), - [anon_sym_LBRACE] = ACTIONS(1082), - [anon_sym_static] = ACTIONS(1080), - [anon_sym_auto] = ACTIONS(1080), - [anon_sym_register] = ACTIONS(1080), - [anon_sym_inline] = ACTIONS(1080), - [anon_sym_const] = ACTIONS(1080), - [anon_sym_volatile] = ACTIONS(1080), - [anon_sym_restrict] = ACTIONS(1080), - [anon_sym___restrict__] = ACTIONS(1080), - [anon_sym__Atomic] = ACTIONS(1080), - [anon_sym__Noreturn] = ACTIONS(1080), - [anon_sym_signed] = ACTIONS(1080), - [anon_sym_unsigned] = ACTIONS(1080), - [anon_sym_long] = ACTIONS(1080), - [anon_sym_short] = ACTIONS(1080), - [sym_primitive_type] = ACTIONS(1080), - [anon_sym_enum] = ACTIONS(1080), - [anon_sym_struct] = ACTIONS(1080), - [anon_sym_union] = ACTIONS(1080), - [anon_sym_if] = ACTIONS(1080), - [anon_sym_switch] = ACTIONS(1080), - [anon_sym_case] = ACTIONS(1080), - [anon_sym_default] = ACTIONS(1080), - [anon_sym_while] = ACTIONS(1080), - [anon_sym_do] = ACTIONS(1080), - [anon_sym_for] = ACTIONS(1080), - [anon_sym_return] = ACTIONS(1080), - [anon_sym_break] = ACTIONS(1080), - [anon_sym_continue] = ACTIONS(1080), - [anon_sym_goto] = ACTIONS(1080), - [anon_sym_DASH_DASH] = ACTIONS(1082), - [anon_sym_PLUS_PLUS] = ACTIONS(1082), - [anon_sym_sizeof] = ACTIONS(1080), - [anon_sym_offsetof] = ACTIONS(1080), - [anon_sym__Generic] = ACTIONS(1080), - [anon_sym_asm] = ACTIONS(1080), - [anon_sym___asm__] = ACTIONS(1080), - [sym_number_literal] = ACTIONS(1082), - [anon_sym_L_SQUOTE] = ACTIONS(1082), - [anon_sym_u_SQUOTE] = ACTIONS(1082), - [anon_sym_U_SQUOTE] = ACTIONS(1082), - [anon_sym_u8_SQUOTE] = ACTIONS(1082), - [anon_sym_SQUOTE] = ACTIONS(1082), - [anon_sym_L_DQUOTE] = ACTIONS(1082), - [anon_sym_u_DQUOTE] = ACTIONS(1082), - [anon_sym_U_DQUOTE] = ACTIONS(1082), - [anon_sym_u8_DQUOTE] = ACTIONS(1082), - [anon_sym_DQUOTE] = ACTIONS(1082), - [sym_true] = ACTIONS(1080), - [sym_false] = ACTIONS(1080), - [sym_null] = ACTIONS(1080), - [sym_comment] = ACTIONS(3), - }, - [110] = { - [sym_attribute_declaration] = STATE(148), - [sym_compound_statement] = STATE(1559), - [sym_attributed_statement] = STATE(1559), - [sym_labeled_statement] = STATE(1559), - [sym_expression_statement] = STATE(1559), - [sym_if_statement] = STATE(1559), - [sym_switch_statement] = STATE(1559), - [sym_case_statement] = STATE(1559), - [sym_while_statement] = STATE(1559), - [sym_do_statement] = STATE(1559), - [sym_for_statement] = STATE(1559), - [sym_return_statement] = STATE(1559), - [sym_break_statement] = STATE(1559), - [sym_continue_statement] = STATE(1559), - [sym_goto_statement] = STATE(1559), - [sym__expression] = STATE(819), - [sym_comma_expression] = STATE(1472), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_attribute_declaration] = STATE(131), + [sym_compound_statement] = STATE(234), + [sym_attributed_statement] = STATE(234), + [sym_labeled_statement] = STATE(234), + [sym_expression_statement] = STATE(234), + [sym_if_statement] = STATE(234), + [sym_switch_statement] = STATE(234), + [sym_case_statement] = STATE(234), + [sym_while_statement] = STATE(234), + [sym_do_statement] = STATE(234), + [sym_for_statement] = STATE(234), + [sym_return_statement] = STATE(234), + [sym_break_statement] = STATE(234), + [sym_continue_statement] = STATE(234), + [sym_goto_statement] = STATE(234), + [sym__expression] = STATE(822), + [sym_comma_expression] = STATE(1443), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(148), - [sym_identifier] = ACTIONS(1084), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(131), + [sym_identifier] = ACTIONS(1064), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -26131,20 +25986,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(27), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(41), - [anon_sym_if] = ACTIONS(57), - [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(61), - [anon_sym_default] = ACTIONS(63), - [anon_sym_while] = ACTIONS(65), - [anon_sym_do] = ACTIONS(67), - [anon_sym_for] = ACTIONS(69), - [anon_sym_return] = ACTIONS(71), - [anon_sym_break] = ACTIONS(73), - [anon_sym_continue] = ACTIONS(75), - [anon_sym_goto] = ACTIONS(77), + [anon_sym_SEMI] = ACTIONS(328), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(334), + [anon_sym_if] = ACTIONS(338), + [anon_sym_switch] = ACTIONS(340), + [anon_sym_case] = ACTIONS(342), + [anon_sym_default] = ACTIONS(344), + [anon_sym_while] = ACTIONS(346), + [anon_sym_do] = ACTIONS(348), + [anon_sym_for] = ACTIONS(350), + [anon_sym_return] = ACTIONS(352), + [anon_sym_break] = ACTIONS(354), + [anon_sym_continue] = ACTIONS(356), + [anon_sym_goto] = ACTIONS(358), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -26168,45 +26023,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [111] = { - [sym_attribute_declaration] = STATE(155), - [sym_compound_statement] = STATE(97), - [sym_attributed_statement] = STATE(97), - [sym_labeled_statement] = STATE(97), - [sym_expression_statement] = STATE(97), - [sym_if_statement] = STATE(97), - [sym_switch_statement] = STATE(97), - [sym_case_statement] = STATE(97), - [sym_while_statement] = STATE(97), - [sym_do_statement] = STATE(97), - [sym_for_statement] = STATE(97), - [sym_return_statement] = STATE(97), - [sym_break_statement] = STATE(97), - [sym_continue_statement] = STATE(97), - [sym_goto_statement] = STATE(97), - [sym__expression] = STATE(799), - [sym_comma_expression] = STATE(1450), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [108] = { + [sym_attribute_declaration] = STATE(135), + [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__expression] = STATE(789), + [sym_comma_expression] = STATE(1475), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [sym_identifier] = ACTIONS(1088), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(135), + [sym_identifier] = ACTIONS(1068), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -26214,20 +26069,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(115), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(121), - [anon_sym_if] = ACTIONS(123), - [anon_sym_switch] = ACTIONS(125), - [anon_sym_case] = ACTIONS(127), - [anon_sym_default] = ACTIONS(129), - [anon_sym_while] = ACTIONS(131), - [anon_sym_do] = ACTIONS(133), - [anon_sym_for] = ACTIONS(135), - [anon_sym_return] = ACTIONS(137), - [anon_sym_break] = ACTIONS(139), - [anon_sym_continue] = ACTIONS(141), - [anon_sym_goto] = ACTIONS(143), + [anon_sym_SEMI] = ACTIONS(27), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(41), + [anon_sym_if] = ACTIONS(57), + [anon_sym_switch] = ACTIONS(59), + [anon_sym_case] = ACTIONS(61), + [anon_sym_default] = ACTIONS(63), + [anon_sym_while] = ACTIONS(65), + [anon_sym_do] = ACTIONS(67), + [anon_sym_for] = ACTIONS(69), + [anon_sym_return] = ACTIONS(71), + [anon_sym_break] = ACTIONS(73), + [anon_sym_continue] = ACTIONS(75), + [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -26251,45 +26106,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [112] = { - [sym_attribute_declaration] = STATE(155), - [sym_compound_statement] = STATE(92), - [sym_attributed_statement] = STATE(92), - [sym_labeled_statement] = STATE(92), - [sym_expression_statement] = STATE(92), - [sym_if_statement] = STATE(92), - [sym_switch_statement] = STATE(92), - [sym_case_statement] = STATE(92), - [sym_while_statement] = STATE(92), - [sym_do_statement] = STATE(92), - [sym_for_statement] = STATE(92), - [sym_return_statement] = STATE(92), - [sym_break_statement] = STATE(92), - [sym_continue_statement] = STATE(92), - [sym_goto_statement] = STATE(92), - [sym__expression] = STATE(799), - [sym_comma_expression] = STATE(1450), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [109] = { + [sym_attribute_declaration] = STATE(135), + [sym_compound_statement] = STATE(1553), + [sym_attributed_statement] = STATE(1553), + [sym_labeled_statement] = STATE(1553), + [sym_expression_statement] = STATE(1553), + [sym_if_statement] = STATE(1553), + [sym_switch_statement] = STATE(1553), + [sym_case_statement] = STATE(1553), + [sym_while_statement] = STATE(1553), + [sym_do_statement] = STATE(1553), + [sym_for_statement] = STATE(1553), + [sym_return_statement] = STATE(1553), + [sym_break_statement] = STATE(1553), + [sym_continue_statement] = STATE(1553), + [sym_goto_statement] = STATE(1553), + [sym__expression] = STATE(789), + [sym_comma_expression] = STATE(1475), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [sym_identifier] = ACTIONS(1088), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(135), + [sym_identifier] = ACTIONS(1068), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -26297,20 +26152,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(115), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(121), - [anon_sym_if] = ACTIONS(123), - [anon_sym_switch] = ACTIONS(125), - [anon_sym_case] = ACTIONS(127), - [anon_sym_default] = ACTIONS(129), - [anon_sym_while] = ACTIONS(131), - [anon_sym_do] = ACTIONS(133), - [anon_sym_for] = ACTIONS(135), - [anon_sym_return] = ACTIONS(137), - [anon_sym_break] = ACTIONS(139), - [anon_sym_continue] = ACTIONS(141), - [anon_sym_goto] = ACTIONS(143), + [anon_sym_SEMI] = ACTIONS(27), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(41), + [anon_sym_if] = ACTIONS(57), + [anon_sym_switch] = ACTIONS(59), + [anon_sym_case] = ACTIONS(61), + [anon_sym_default] = ACTIONS(63), + [anon_sym_while] = ACTIONS(65), + [anon_sym_do] = ACTIONS(67), + [anon_sym_for] = ACTIONS(69), + [anon_sym_return] = ACTIONS(71), + [anon_sym_break] = ACTIONS(73), + [anon_sym_continue] = ACTIONS(75), + [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -26334,128 +26189,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [113] = { - [sym_identifier] = ACTIONS(1090), - [aux_sym_preproc_include_token1] = ACTIONS(1090), - [aux_sym_preproc_def_token1] = ACTIONS(1090), - [aux_sym_preproc_if_token1] = ACTIONS(1090), - [aux_sym_preproc_if_token2] = ACTIONS(1090), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1090), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1090), - [aux_sym_preproc_else_token1] = ACTIONS(1090), - [aux_sym_preproc_elif_token1] = ACTIONS(1090), - [sym_preproc_directive] = ACTIONS(1090), - [anon_sym_LPAREN2] = ACTIONS(1092), - [anon_sym_BANG] = ACTIONS(1092), - [anon_sym_TILDE] = ACTIONS(1092), - [anon_sym_DASH] = ACTIONS(1090), - [anon_sym_PLUS] = ACTIONS(1090), - [anon_sym_STAR] = ACTIONS(1092), - [anon_sym_AMP] = ACTIONS(1092), - [anon_sym_SEMI] = ACTIONS(1092), - [anon_sym_typedef] = ACTIONS(1090), - [anon_sym_extern] = ACTIONS(1090), - [anon_sym___attribute__] = ACTIONS(1090), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1092), - [anon_sym___declspec] = ACTIONS(1090), - [anon_sym___cdecl] = ACTIONS(1090), - [anon_sym___clrcall] = ACTIONS(1090), - [anon_sym___stdcall] = ACTIONS(1090), - [anon_sym___fastcall] = ACTIONS(1090), - [anon_sym___thiscall] = ACTIONS(1090), - [anon_sym___vectorcall] = ACTIONS(1090), - [anon_sym_LBRACE] = ACTIONS(1092), - [anon_sym_static] = ACTIONS(1090), - [anon_sym_auto] = ACTIONS(1090), - [anon_sym_register] = ACTIONS(1090), - [anon_sym_inline] = ACTIONS(1090), - [anon_sym_const] = ACTIONS(1090), - [anon_sym_volatile] = ACTIONS(1090), - [anon_sym_restrict] = ACTIONS(1090), - [anon_sym___restrict__] = ACTIONS(1090), - [anon_sym__Atomic] = ACTIONS(1090), - [anon_sym__Noreturn] = ACTIONS(1090), - [anon_sym_signed] = ACTIONS(1090), - [anon_sym_unsigned] = ACTIONS(1090), - [anon_sym_long] = ACTIONS(1090), - [anon_sym_short] = ACTIONS(1090), - [sym_primitive_type] = ACTIONS(1090), - [anon_sym_enum] = ACTIONS(1090), - [anon_sym_struct] = ACTIONS(1090), - [anon_sym_union] = ACTIONS(1090), - [anon_sym_if] = ACTIONS(1090), - [anon_sym_switch] = ACTIONS(1090), - [anon_sym_case] = ACTIONS(1090), - [anon_sym_default] = ACTIONS(1090), - [anon_sym_while] = ACTIONS(1090), - [anon_sym_do] = ACTIONS(1090), - [anon_sym_for] = ACTIONS(1090), - [anon_sym_return] = ACTIONS(1090), - [anon_sym_break] = ACTIONS(1090), - [anon_sym_continue] = ACTIONS(1090), - [anon_sym_goto] = ACTIONS(1090), - [anon_sym_DASH_DASH] = ACTIONS(1092), - [anon_sym_PLUS_PLUS] = ACTIONS(1092), - [anon_sym_sizeof] = ACTIONS(1090), - [anon_sym_offsetof] = ACTIONS(1090), - [anon_sym__Generic] = ACTIONS(1090), - [anon_sym_asm] = ACTIONS(1090), - [anon_sym___asm__] = ACTIONS(1090), - [sym_number_literal] = ACTIONS(1092), - [anon_sym_L_SQUOTE] = ACTIONS(1092), - [anon_sym_u_SQUOTE] = ACTIONS(1092), - [anon_sym_U_SQUOTE] = ACTIONS(1092), - [anon_sym_u8_SQUOTE] = ACTIONS(1092), - [anon_sym_SQUOTE] = ACTIONS(1092), - [anon_sym_L_DQUOTE] = ACTIONS(1092), - [anon_sym_u_DQUOTE] = ACTIONS(1092), - [anon_sym_U_DQUOTE] = ACTIONS(1092), - [anon_sym_u8_DQUOTE] = ACTIONS(1092), - [anon_sym_DQUOTE] = ACTIONS(1092), - [sym_true] = ACTIONS(1090), - [sym_false] = ACTIONS(1090), - [sym_null] = ACTIONS(1090), - [sym_comment] = ACTIONS(3), - }, - [114] = { - [sym_attribute_declaration] = STATE(148), - [sym_compound_statement] = STATE(244), - [sym_attributed_statement] = STATE(244), - [sym_labeled_statement] = STATE(244), - [sym_expression_statement] = STATE(244), - [sym_if_statement] = STATE(244), - [sym_switch_statement] = STATE(244), - [sym_case_statement] = STATE(244), - [sym_while_statement] = STATE(244), - [sym_do_statement] = STATE(244), - [sym_for_statement] = STATE(244), - [sym_return_statement] = STATE(244), - [sym_break_statement] = STATE(244), - [sym_continue_statement] = STATE(244), - [sym_goto_statement] = STATE(244), - [sym__expression] = STATE(819), - [sym_comma_expression] = STATE(1472), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [110] = { + [sym_attribute_declaration] = STATE(135), + [sym_compound_statement] = STATE(263), + [sym_attributed_statement] = STATE(263), + [sym_labeled_statement] = STATE(263), + [sym_expression_statement] = STATE(263), + [sym_if_statement] = STATE(263), + [sym_switch_statement] = STATE(263), + [sym_case_statement] = STATE(263), + [sym_while_statement] = STATE(263), + [sym_do_statement] = STATE(263), + [sym_for_statement] = STATE(263), + [sym_return_statement] = STATE(263), + [sym_break_statement] = STATE(263), + [sym_continue_statement] = STATE(263), + [sym_goto_statement] = STATE(263), + [sym__expression] = STATE(789), + [sym_comma_expression] = STATE(1475), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(148), - [sym_identifier] = ACTIONS(1084), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(135), + [sym_identifier] = ACTIONS(1068), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -26464,7 +26236,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(27), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_if] = ACTIONS(57), [anon_sym_switch] = ACTIONS(59), @@ -26500,128 +26272,128 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [115] = { - [sym_identifier] = ACTIONS(1094), - [aux_sym_preproc_include_token1] = ACTIONS(1094), - [aux_sym_preproc_def_token1] = ACTIONS(1094), - [aux_sym_preproc_if_token1] = ACTIONS(1094), - [aux_sym_preproc_if_token2] = ACTIONS(1094), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1094), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1094), - [aux_sym_preproc_else_token1] = ACTIONS(1094), - [aux_sym_preproc_elif_token1] = ACTIONS(1094), - [sym_preproc_directive] = ACTIONS(1094), - [anon_sym_LPAREN2] = ACTIONS(1096), - [anon_sym_BANG] = ACTIONS(1096), - [anon_sym_TILDE] = ACTIONS(1096), - [anon_sym_DASH] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(1094), - [anon_sym_STAR] = ACTIONS(1096), - [anon_sym_AMP] = ACTIONS(1096), - [anon_sym_SEMI] = ACTIONS(1096), - [anon_sym_typedef] = ACTIONS(1094), - [anon_sym_extern] = ACTIONS(1094), - [anon_sym___attribute__] = ACTIONS(1094), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1096), - [anon_sym___declspec] = ACTIONS(1094), - [anon_sym___cdecl] = ACTIONS(1094), - [anon_sym___clrcall] = ACTIONS(1094), - [anon_sym___stdcall] = ACTIONS(1094), - [anon_sym___fastcall] = ACTIONS(1094), - [anon_sym___thiscall] = ACTIONS(1094), - [anon_sym___vectorcall] = ACTIONS(1094), - [anon_sym_LBRACE] = ACTIONS(1096), - [anon_sym_static] = ACTIONS(1094), - [anon_sym_auto] = ACTIONS(1094), - [anon_sym_register] = ACTIONS(1094), - [anon_sym_inline] = ACTIONS(1094), - [anon_sym_const] = ACTIONS(1094), - [anon_sym_volatile] = ACTIONS(1094), - [anon_sym_restrict] = ACTIONS(1094), - [anon_sym___restrict__] = ACTIONS(1094), - [anon_sym__Atomic] = ACTIONS(1094), - [anon_sym__Noreturn] = ACTIONS(1094), - [anon_sym_signed] = ACTIONS(1094), - [anon_sym_unsigned] = ACTIONS(1094), - [anon_sym_long] = ACTIONS(1094), - [anon_sym_short] = ACTIONS(1094), - [sym_primitive_type] = ACTIONS(1094), - [anon_sym_enum] = ACTIONS(1094), - [anon_sym_struct] = ACTIONS(1094), - [anon_sym_union] = ACTIONS(1094), + [111] = { + [sym_attribute_declaration] = STATE(111), + [sym_compound_statement] = STATE(240), + [sym_attributed_statement] = STATE(240), + [sym_labeled_statement] = STATE(240), + [sym_expression_statement] = STATE(240), + [sym_if_statement] = STATE(240), + [sym_switch_statement] = STATE(240), + [sym_case_statement] = STATE(240), + [sym_while_statement] = STATE(240), + [sym_do_statement] = STATE(240), + [sym_for_statement] = STATE(240), + [sym_return_statement] = STATE(240), + [sym_break_statement] = STATE(240), + [sym_continue_statement] = STATE(240), + [sym_goto_statement] = STATE(240), + [sym__expression] = STATE(777), + [sym_comma_expression] = STATE(1392), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), + [sym_pointer_expression] = STATE(636), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), + [sym_subscript_expression] = STATE(636), + [sym_call_expression] = STATE(636), + [sym_gnu_asm_expression] = STATE(635), + [sym_field_expression] = STATE(636), + [sym_compound_literal_expression] = STATE(635), + [sym_parenthesized_expression] = STATE(636), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(111), + [sym_identifier] = ACTIONS(1070), + [anon_sym_LPAREN2] = ACTIONS(1073), + [anon_sym_BANG] = ACTIONS(1076), + [anon_sym_TILDE] = ACTIONS(1076), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_PLUS] = ACTIONS(1079), + [anon_sym_STAR] = ACTIONS(1082), + [anon_sym_AMP] = ACTIONS(1082), + [anon_sym_SEMI] = ACTIONS(1085), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1088), + [anon_sym_LBRACE] = ACTIONS(1091), [anon_sym_if] = ACTIONS(1094), - [anon_sym_switch] = ACTIONS(1094), - [anon_sym_case] = ACTIONS(1094), - [anon_sym_default] = ACTIONS(1094), - [anon_sym_while] = ACTIONS(1094), - [anon_sym_do] = ACTIONS(1094), - [anon_sym_for] = ACTIONS(1094), - [anon_sym_return] = ACTIONS(1094), - [anon_sym_break] = ACTIONS(1094), - [anon_sym_continue] = ACTIONS(1094), - [anon_sym_goto] = ACTIONS(1094), - [anon_sym_DASH_DASH] = ACTIONS(1096), - [anon_sym_PLUS_PLUS] = ACTIONS(1096), - [anon_sym_sizeof] = ACTIONS(1094), - [anon_sym_offsetof] = ACTIONS(1094), - [anon_sym__Generic] = ACTIONS(1094), - [anon_sym_asm] = ACTIONS(1094), - [anon_sym___asm__] = ACTIONS(1094), - [sym_number_literal] = ACTIONS(1096), - [anon_sym_L_SQUOTE] = ACTIONS(1096), - [anon_sym_u_SQUOTE] = ACTIONS(1096), - [anon_sym_U_SQUOTE] = ACTIONS(1096), - [anon_sym_u8_SQUOTE] = ACTIONS(1096), - [anon_sym_SQUOTE] = ACTIONS(1096), - [anon_sym_L_DQUOTE] = ACTIONS(1096), - [anon_sym_u_DQUOTE] = ACTIONS(1096), - [anon_sym_U_DQUOTE] = ACTIONS(1096), - [anon_sym_u8_DQUOTE] = ACTIONS(1096), - [anon_sym_DQUOTE] = ACTIONS(1096), - [sym_true] = ACTIONS(1094), - [sym_false] = ACTIONS(1094), - [sym_null] = ACTIONS(1094), + [anon_sym_switch] = ACTIONS(1097), + [anon_sym_case] = ACTIONS(1100), + [anon_sym_default] = ACTIONS(1103), + [anon_sym_while] = ACTIONS(1106), + [anon_sym_do] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1112), + [anon_sym_return] = ACTIONS(1115), + [anon_sym_break] = ACTIONS(1118), + [anon_sym_continue] = ACTIONS(1121), + [anon_sym_goto] = ACTIONS(1124), + [anon_sym_DASH_DASH] = ACTIONS(1127), + [anon_sym_PLUS_PLUS] = ACTIONS(1127), + [anon_sym_sizeof] = ACTIONS(1130), + [anon_sym_offsetof] = ACTIONS(1133), + [anon_sym__Generic] = ACTIONS(1136), + [anon_sym_asm] = ACTIONS(1139), + [anon_sym___asm__] = ACTIONS(1139), + [sym_number_literal] = ACTIONS(1142), + [anon_sym_L_SQUOTE] = ACTIONS(1145), + [anon_sym_u_SQUOTE] = ACTIONS(1145), + [anon_sym_U_SQUOTE] = ACTIONS(1145), + [anon_sym_u8_SQUOTE] = ACTIONS(1145), + [anon_sym_SQUOTE] = ACTIONS(1145), + [anon_sym_L_DQUOTE] = ACTIONS(1148), + [anon_sym_u_DQUOTE] = ACTIONS(1148), + [anon_sym_U_DQUOTE] = ACTIONS(1148), + [anon_sym_u8_DQUOTE] = ACTIONS(1148), + [anon_sym_DQUOTE] = ACTIONS(1148), + [sym_true] = ACTIONS(1151), + [sym_false] = ACTIONS(1151), + [sym_null] = ACTIONS(1151), [sym_comment] = ACTIONS(3), }, - [116] = { - [sym_attribute_declaration] = STATE(155), - [sym_compound_statement] = STATE(84), - [sym_attributed_statement] = STATE(84), - [sym_labeled_statement] = STATE(84), - [sym_expression_statement] = STATE(84), - [sym_if_statement] = STATE(84), - [sym_switch_statement] = STATE(84), - [sym_case_statement] = STATE(84), - [sym_while_statement] = STATE(84), - [sym_do_statement] = STATE(84), - [sym_for_statement] = STATE(84), - [sym_return_statement] = STATE(84), - [sym_break_statement] = STATE(84), - [sym_continue_statement] = STATE(84), - [sym_goto_statement] = STATE(84), - [sym__expression] = STATE(799), - [sym_comma_expression] = STATE(1450), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [112] = { + [sym_attribute_declaration] = STATE(117), + [sym_compound_statement] = STATE(227), + [sym_attributed_statement] = STATE(227), + [sym_labeled_statement] = STATE(227), + [sym_expression_statement] = STATE(227), + [sym_if_statement] = STATE(227), + [sym_switch_statement] = STATE(227), + [sym_case_statement] = STATE(227), + [sym_while_statement] = STATE(227), + [sym_do_statement] = STATE(227), + [sym_for_statement] = STATE(227), + [sym_return_statement] = STATE(227), + [sym_break_statement] = STATE(227), + [sym_continue_statement] = STATE(227), + [sym_goto_statement] = STATE(227), + [sym__expression] = STATE(777), + [sym_comma_expression] = STATE(1392), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [sym_identifier] = ACTIONS(1088), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(117), + [sym_identifier] = ACTIONS(1154), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -26629,20 +26401,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(115), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(121), - [anon_sym_if] = ACTIONS(123), - [anon_sym_switch] = ACTIONS(125), - [anon_sym_case] = ACTIONS(127), - [anon_sym_default] = ACTIONS(129), - [anon_sym_while] = ACTIONS(131), - [anon_sym_do] = ACTIONS(133), - [anon_sym_for] = ACTIONS(135), - [anon_sym_return] = ACTIONS(137), - [anon_sym_break] = ACTIONS(139), - [anon_sym_continue] = ACTIONS(141), - [anon_sym_goto] = ACTIONS(143), + [anon_sym_SEMI] = ACTIONS(374), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(380), + [anon_sym_if] = ACTIONS(382), + [anon_sym_switch] = ACTIONS(384), + [anon_sym_case] = ACTIONS(386), + [anon_sym_default] = ACTIONS(388), + [anon_sym_while] = ACTIONS(390), + [anon_sym_do] = ACTIONS(392), + [anon_sym_for] = ACTIONS(394), + [anon_sym_return] = ACTIONS(396), + [anon_sym_break] = ACTIONS(398), + [anon_sym_continue] = ACTIONS(400), + [anon_sym_goto] = ACTIONS(402), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -26666,45 +26438,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [117] = { - [sym_attribute_declaration] = STATE(155), - [sym_compound_statement] = STATE(82), - [sym_attributed_statement] = STATE(82), - [sym_labeled_statement] = STATE(82), - [sym_expression_statement] = STATE(82), - [sym_if_statement] = STATE(82), - [sym_switch_statement] = STATE(82), - [sym_case_statement] = STATE(82), - [sym_while_statement] = STATE(82), - [sym_do_statement] = STATE(82), - [sym_for_statement] = STATE(82), - [sym_return_statement] = STATE(82), - [sym_break_statement] = STATE(82), - [sym_continue_statement] = STATE(82), - [sym_goto_statement] = STATE(82), - [sym__expression] = STATE(799), - [sym_comma_expression] = STATE(1450), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [113] = { + [sym_attribute_declaration] = STATE(117), + [sym_compound_statement] = STATE(275), + [sym_attributed_statement] = STATE(275), + [sym_labeled_statement] = STATE(275), + [sym_expression_statement] = STATE(275), + [sym_if_statement] = STATE(275), + [sym_switch_statement] = STATE(275), + [sym_case_statement] = STATE(275), + [sym_while_statement] = STATE(275), + [sym_do_statement] = STATE(275), + [sym_for_statement] = STATE(275), + [sym_return_statement] = STATE(275), + [sym_break_statement] = STATE(275), + [sym_continue_statement] = STATE(275), + [sym_goto_statement] = STATE(275), + [sym__expression] = STATE(777), + [sym_comma_expression] = STATE(1392), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [sym_identifier] = ACTIONS(1088), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(117), + [sym_identifier] = ACTIONS(1154), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -26712,20 +26484,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(115), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(121), - [anon_sym_if] = ACTIONS(123), - [anon_sym_switch] = ACTIONS(125), - [anon_sym_case] = ACTIONS(127), - [anon_sym_default] = ACTIONS(129), - [anon_sym_while] = ACTIONS(131), - [anon_sym_do] = ACTIONS(133), - [anon_sym_for] = ACTIONS(135), - [anon_sym_return] = ACTIONS(137), - [anon_sym_break] = ACTIONS(139), - [anon_sym_continue] = ACTIONS(141), - [anon_sym_goto] = ACTIONS(143), + [anon_sym_SEMI] = ACTIONS(374), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(380), + [anon_sym_if] = ACTIONS(382), + [anon_sym_switch] = ACTIONS(384), + [anon_sym_case] = ACTIONS(386), + [anon_sym_default] = ACTIONS(388), + [anon_sym_while] = ACTIONS(390), + [anon_sym_do] = ACTIONS(392), + [anon_sym_for] = ACTIONS(394), + [anon_sym_return] = ACTIONS(396), + [anon_sym_break] = ACTIONS(398), + [anon_sym_continue] = ACTIONS(400), + [anon_sym_goto] = ACTIONS(402), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -26749,45 +26521,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [118] = { - [sym_attribute_declaration] = STATE(148), - [sym_compound_statement] = STATE(241), - [sym_attributed_statement] = STATE(241), - [sym_labeled_statement] = STATE(241), - [sym_expression_statement] = STATE(241), - [sym_if_statement] = STATE(241), - [sym_switch_statement] = STATE(241), - [sym_case_statement] = STATE(241), - [sym_while_statement] = STATE(241), - [sym_do_statement] = STATE(241), - [sym_for_statement] = STATE(241), - [sym_return_statement] = STATE(241), - [sym_break_statement] = STATE(241), - [sym_continue_statement] = STATE(241), - [sym_goto_statement] = STATE(241), - [sym__expression] = STATE(819), - [sym_comma_expression] = STATE(1472), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [114] = { + [sym_attribute_declaration] = STATE(117), + [sym_compound_statement] = STATE(214), + [sym_attributed_statement] = STATE(214), + [sym_labeled_statement] = STATE(214), + [sym_expression_statement] = STATE(214), + [sym_if_statement] = STATE(214), + [sym_switch_statement] = STATE(214), + [sym_case_statement] = STATE(214), + [sym_while_statement] = STATE(214), + [sym_do_statement] = STATE(214), + [sym_for_statement] = STATE(214), + [sym_return_statement] = STATE(214), + [sym_break_statement] = STATE(214), + [sym_continue_statement] = STATE(214), + [sym_goto_statement] = STATE(214), + [sym__expression] = STATE(777), + [sym_comma_expression] = STATE(1392), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(148), - [sym_identifier] = ACTIONS(1084), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(117), + [sym_identifier] = ACTIONS(1154), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -26795,20 +26567,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(27), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(41), - [anon_sym_if] = ACTIONS(57), - [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(61), - [anon_sym_default] = ACTIONS(63), - [anon_sym_while] = ACTIONS(65), - [anon_sym_do] = ACTIONS(67), - [anon_sym_for] = ACTIONS(69), - [anon_sym_return] = ACTIONS(71), - [anon_sym_break] = ACTIONS(73), - [anon_sym_continue] = ACTIONS(75), - [anon_sym_goto] = ACTIONS(77), + [anon_sym_SEMI] = ACTIONS(374), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(380), + [anon_sym_if] = ACTIONS(382), + [anon_sym_switch] = ACTIONS(384), + [anon_sym_case] = ACTIONS(386), + [anon_sym_default] = ACTIONS(388), + [anon_sym_while] = ACTIONS(390), + [anon_sym_do] = ACTIONS(392), + [anon_sym_for] = ACTIONS(394), + [anon_sym_return] = ACTIONS(396), + [anon_sym_break] = ACTIONS(398), + [anon_sym_continue] = ACTIONS(400), + [anon_sym_goto] = ACTIONS(402), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -26832,45 +26604,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [119] = { - [sym_attribute_declaration] = STATE(155), - [sym_compound_statement] = STATE(71), - [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_case_statement] = STATE(71), - [sym_while_statement] = STATE(71), - [sym_do_statement] = STATE(71), - [sym_for_statement] = STATE(71), - [sym_return_statement] = STATE(71), - [sym_break_statement] = STATE(71), - [sym_continue_statement] = STATE(71), - [sym_goto_statement] = STATE(71), - [sym__expression] = STATE(799), - [sym_comma_expression] = STATE(1450), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [115] = { + [sym_attribute_declaration] = STATE(117), + [sym_compound_statement] = STATE(210), + [sym_attributed_statement] = STATE(210), + [sym_labeled_statement] = STATE(210), + [sym_expression_statement] = STATE(210), + [sym_if_statement] = STATE(210), + [sym_switch_statement] = STATE(210), + [sym_case_statement] = STATE(210), + [sym_while_statement] = STATE(210), + [sym_do_statement] = STATE(210), + [sym_for_statement] = STATE(210), + [sym_return_statement] = STATE(210), + [sym_break_statement] = STATE(210), + [sym_continue_statement] = STATE(210), + [sym_goto_statement] = STATE(210), + [sym__expression] = STATE(777), + [sym_comma_expression] = STATE(1392), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [sym_identifier] = ACTIONS(1088), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(117), + [sym_identifier] = ACTIONS(1154), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -26878,20 +26650,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(115), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(121), - [anon_sym_if] = ACTIONS(123), - [anon_sym_switch] = ACTIONS(125), - [anon_sym_case] = ACTIONS(127), - [anon_sym_default] = ACTIONS(129), - [anon_sym_while] = ACTIONS(131), - [anon_sym_do] = ACTIONS(133), - [anon_sym_for] = ACTIONS(135), - [anon_sym_return] = ACTIONS(137), - [anon_sym_break] = ACTIONS(139), - [anon_sym_continue] = ACTIONS(141), - [anon_sym_goto] = ACTIONS(143), + [anon_sym_SEMI] = ACTIONS(374), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(380), + [anon_sym_if] = ACTIONS(382), + [anon_sym_switch] = ACTIONS(384), + [anon_sym_case] = ACTIONS(386), + [anon_sym_default] = ACTIONS(388), + [anon_sym_while] = ACTIONS(390), + [anon_sym_do] = ACTIONS(392), + [anon_sym_for] = ACTIONS(394), + [anon_sym_return] = ACTIONS(396), + [anon_sym_break] = ACTIONS(398), + [anon_sym_continue] = ACTIONS(400), + [anon_sym_goto] = ACTIONS(402), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -26915,45 +26687,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [120] = { - [sym_attribute_declaration] = STATE(155), - [sym_compound_statement] = STATE(70), - [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_case_statement] = STATE(70), - [sym_while_statement] = STATE(70), - [sym_do_statement] = STATE(70), - [sym_for_statement] = STATE(70), - [sym_return_statement] = STATE(70), - [sym_break_statement] = STATE(70), - [sym_continue_statement] = STATE(70), - [sym_goto_statement] = STATE(70), - [sym__expression] = STATE(799), - [sym_comma_expression] = STATE(1450), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [116] = { + [sym_attribute_declaration] = STATE(131), + [sym_compound_statement] = STATE(291), + [sym_attributed_statement] = STATE(291), + [sym_labeled_statement] = STATE(291), + [sym_expression_statement] = STATE(291), + [sym_if_statement] = STATE(291), + [sym_switch_statement] = STATE(291), + [sym_case_statement] = STATE(291), + [sym_while_statement] = STATE(291), + [sym_do_statement] = STATE(291), + [sym_for_statement] = STATE(291), + [sym_return_statement] = STATE(291), + [sym_break_statement] = STATE(291), + [sym_continue_statement] = STATE(291), + [sym_goto_statement] = STATE(291), + [sym__expression] = STATE(822), + [sym_comma_expression] = STATE(1443), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [sym_identifier] = ACTIONS(1088), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(131), + [sym_identifier] = ACTIONS(1064), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -26961,20 +26733,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(115), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(121), - [anon_sym_if] = ACTIONS(123), - [anon_sym_switch] = ACTIONS(125), - [anon_sym_case] = ACTIONS(127), - [anon_sym_default] = ACTIONS(129), - [anon_sym_while] = ACTIONS(131), - [anon_sym_do] = ACTIONS(133), - [anon_sym_for] = ACTIONS(135), - [anon_sym_return] = ACTIONS(137), - [anon_sym_break] = ACTIONS(139), - [anon_sym_continue] = ACTIONS(141), - [anon_sym_goto] = ACTIONS(143), + [anon_sym_SEMI] = ACTIONS(328), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(334), + [anon_sym_if] = ACTIONS(338), + [anon_sym_switch] = ACTIONS(340), + [anon_sym_case] = ACTIONS(342), + [anon_sym_default] = ACTIONS(344), + [anon_sym_while] = ACTIONS(346), + [anon_sym_do] = ACTIONS(348), + [anon_sym_for] = ACTIONS(350), + [anon_sym_return] = ACTIONS(352), + [anon_sym_break] = ACTIONS(354), + [anon_sym_continue] = ACTIONS(356), + [anon_sym_goto] = ACTIONS(358), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -26998,45 +26770,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [121] = { - [sym_attribute_declaration] = STATE(155), - [sym_compound_statement] = STATE(102), - [sym_attributed_statement] = STATE(102), - [sym_labeled_statement] = STATE(102), - [sym_expression_statement] = STATE(102), - [sym_if_statement] = STATE(102), - [sym_switch_statement] = STATE(102), - [sym_case_statement] = STATE(102), - [sym_while_statement] = STATE(102), - [sym_do_statement] = STATE(102), - [sym_for_statement] = STATE(102), - [sym_return_statement] = STATE(102), - [sym_break_statement] = STATE(102), - [sym_continue_statement] = STATE(102), - [sym_goto_statement] = STATE(102), - [sym__expression] = STATE(799), - [sym_comma_expression] = STATE(1450), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [117] = { + [sym_attribute_declaration] = STATE(111), + [sym_compound_statement] = STATE(240), + [sym_attributed_statement] = STATE(240), + [sym_labeled_statement] = STATE(240), + [sym_expression_statement] = STATE(240), + [sym_if_statement] = STATE(240), + [sym_switch_statement] = STATE(240), + [sym_case_statement] = STATE(240), + [sym_while_statement] = STATE(240), + [sym_do_statement] = STATE(240), + [sym_for_statement] = STATE(240), + [sym_return_statement] = STATE(240), + [sym_break_statement] = STATE(240), + [sym_continue_statement] = STATE(240), + [sym_goto_statement] = STATE(240), + [sym__expression] = STATE(777), + [sym_comma_expression] = STATE(1392), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [sym_identifier] = ACTIONS(1088), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(111), + [sym_identifier] = ACTIONS(1154), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -27044,20 +26816,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(115), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(121), - [anon_sym_if] = ACTIONS(123), - [anon_sym_switch] = ACTIONS(125), - [anon_sym_case] = ACTIONS(127), - [anon_sym_default] = ACTIONS(129), - [anon_sym_while] = ACTIONS(131), - [anon_sym_do] = ACTIONS(133), - [anon_sym_for] = ACTIONS(135), - [anon_sym_return] = ACTIONS(137), - [anon_sym_break] = ACTIONS(139), - [anon_sym_continue] = ACTIONS(141), - [anon_sym_goto] = ACTIONS(143), + [anon_sym_SEMI] = ACTIONS(374), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(380), + [anon_sym_if] = ACTIONS(382), + [anon_sym_switch] = ACTIONS(384), + [anon_sym_case] = ACTIONS(386), + [anon_sym_default] = ACTIONS(388), + [anon_sym_while] = ACTIONS(390), + [anon_sym_do] = ACTIONS(392), + [anon_sym_for] = ACTIONS(394), + [anon_sym_return] = ACTIONS(396), + [anon_sym_break] = ACTIONS(398), + [anon_sym_continue] = ACTIONS(400), + [anon_sym_goto] = ACTIONS(402), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -27081,45 +26853,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [122] = { - [sym_attribute_declaration] = STATE(148), - [sym_compound_statement] = STATE(277), - [sym_attributed_statement] = STATE(277), - [sym_labeled_statement] = STATE(277), - [sym_expression_statement] = STATE(277), - [sym_if_statement] = STATE(277), - [sym_switch_statement] = STATE(277), - [sym_case_statement] = STATE(277), - [sym_while_statement] = STATE(277), - [sym_do_statement] = STATE(277), - [sym_for_statement] = STATE(277), - [sym_return_statement] = STATE(277), - [sym_break_statement] = STATE(277), - [sym_continue_statement] = STATE(277), - [sym_goto_statement] = STATE(277), - [sym__expression] = STATE(819), - [sym_comma_expression] = STATE(1472), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [118] = { + [sym_attribute_declaration] = STATE(200), + [sym_compound_statement] = STATE(100), + [sym_attributed_statement] = STATE(100), + [sym_labeled_statement] = STATE(100), + [sym_expression_statement] = STATE(100), + [sym_if_statement] = STATE(100), + [sym_switch_statement] = STATE(100), + [sym_case_statement] = STATE(100), + [sym_while_statement] = STATE(100), + [sym_do_statement] = STATE(100), + [sym_for_statement] = STATE(100), + [sym_return_statement] = STATE(100), + [sym_break_statement] = STATE(100), + [sym_continue_statement] = STATE(100), + [sym_goto_statement] = STATE(100), + [sym__expression] = STATE(772), + [sym_comma_expression] = STATE(1497), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(148), - [sym_identifier] = ACTIONS(1084), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(200), + [sym_identifier] = ACTIONS(1156), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -27127,20 +26899,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(27), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(41), - [anon_sym_if] = ACTIONS(57), - [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(61), - [anon_sym_default] = ACTIONS(63), - [anon_sym_while] = ACTIONS(65), - [anon_sym_do] = ACTIONS(67), - [anon_sym_for] = ACTIONS(69), - [anon_sym_return] = ACTIONS(71), - [anon_sym_break] = ACTIONS(73), - [anon_sym_continue] = ACTIONS(75), - [anon_sym_goto] = ACTIONS(77), + [anon_sym_SEMI] = ACTIONS(115), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(121), + [anon_sym_if] = ACTIONS(123), + [anon_sym_switch] = ACTIONS(125), + [anon_sym_case] = ACTIONS(127), + [anon_sym_default] = ACTIONS(129), + [anon_sym_while] = ACTIONS(131), + [anon_sym_do] = ACTIONS(133), + [anon_sym_for] = ACTIONS(135), + [anon_sym_return] = ACTIONS(137), + [anon_sym_break] = ACTIONS(139), + [anon_sym_continue] = ACTIONS(141), + [anon_sym_goto] = ACTIONS(143), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -27164,45 +26936,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [123] = { - [sym_attribute_declaration] = STATE(155), - [sym_compound_statement] = STATE(87), - [sym_attributed_statement] = STATE(87), - [sym_labeled_statement] = STATE(87), - [sym_expression_statement] = STATE(87), - [sym_if_statement] = STATE(87), - [sym_switch_statement] = STATE(87), - [sym_case_statement] = STATE(87), - [sym_while_statement] = STATE(87), - [sym_do_statement] = STATE(87), - [sym_for_statement] = STATE(87), - [sym_return_statement] = STATE(87), - [sym_break_statement] = STATE(87), - [sym_continue_statement] = STATE(87), - [sym_goto_statement] = STATE(87), - [sym__expression] = STATE(799), - [sym_comma_expression] = STATE(1450), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [119] = { + [sym_attribute_declaration] = STATE(117), + [sym_compound_statement] = STATE(287), + [sym_attributed_statement] = STATE(287), + [sym_labeled_statement] = STATE(287), + [sym_expression_statement] = STATE(287), + [sym_if_statement] = STATE(287), + [sym_switch_statement] = STATE(287), + [sym_case_statement] = STATE(287), + [sym_while_statement] = STATE(287), + [sym_do_statement] = STATE(287), + [sym_for_statement] = STATE(287), + [sym_return_statement] = STATE(287), + [sym_break_statement] = STATE(287), + [sym_continue_statement] = STATE(287), + [sym_goto_statement] = STATE(287), + [sym__expression] = STATE(777), + [sym_comma_expression] = STATE(1392), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [sym_identifier] = ACTIONS(1088), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(117), + [sym_identifier] = ACTIONS(1154), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -27210,20 +26982,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(115), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(121), - [anon_sym_if] = ACTIONS(123), - [anon_sym_switch] = ACTIONS(125), - [anon_sym_case] = ACTIONS(127), - [anon_sym_default] = ACTIONS(129), - [anon_sym_while] = ACTIONS(131), - [anon_sym_do] = ACTIONS(133), - [anon_sym_for] = ACTIONS(135), - [anon_sym_return] = ACTIONS(137), - [anon_sym_break] = ACTIONS(139), - [anon_sym_continue] = ACTIONS(141), - [anon_sym_goto] = ACTIONS(143), + [anon_sym_SEMI] = ACTIONS(374), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(380), + [anon_sym_if] = ACTIONS(382), + [anon_sym_switch] = ACTIONS(384), + [anon_sym_case] = ACTIONS(386), + [anon_sym_default] = ACTIONS(388), + [anon_sym_while] = ACTIONS(390), + [anon_sym_do] = ACTIONS(392), + [anon_sym_for] = ACTIONS(394), + [anon_sym_return] = ACTIONS(396), + [anon_sym_break] = ACTIONS(398), + [anon_sym_continue] = ACTIONS(400), + [anon_sym_goto] = ACTIONS(402), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -27247,45 +27019,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [124] = { - [sym_attribute_declaration] = STATE(148), - [sym_compound_statement] = STATE(261), - [sym_attributed_statement] = STATE(261), - [sym_labeled_statement] = STATE(261), - [sym_expression_statement] = STATE(261), - [sym_if_statement] = STATE(261), - [sym_switch_statement] = STATE(261), - [sym_case_statement] = STATE(261), - [sym_while_statement] = STATE(261), - [sym_do_statement] = STATE(261), - [sym_for_statement] = STATE(261), - [sym_return_statement] = STATE(261), - [sym_break_statement] = STATE(261), - [sym_continue_statement] = STATE(261), - [sym_goto_statement] = STATE(261), - [sym__expression] = STATE(819), - [sym_comma_expression] = STATE(1472), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [120] = { + [sym_attribute_declaration] = STATE(117), + [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__expression] = STATE(777), + [sym_comma_expression] = STATE(1392), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(148), - [sym_identifier] = ACTIONS(1084), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(117), + [sym_identifier] = ACTIONS(1154), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -27293,20 +27065,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(27), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(41), - [anon_sym_if] = ACTIONS(57), - [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(61), - [anon_sym_default] = ACTIONS(63), - [anon_sym_while] = ACTIONS(65), - [anon_sym_do] = ACTIONS(67), - [anon_sym_for] = ACTIONS(69), - [anon_sym_return] = ACTIONS(71), - [anon_sym_break] = ACTIONS(73), - [anon_sym_continue] = ACTIONS(75), - [anon_sym_goto] = ACTIONS(77), + [anon_sym_SEMI] = ACTIONS(374), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(380), + [anon_sym_if] = ACTIONS(382), + [anon_sym_switch] = ACTIONS(384), + [anon_sym_case] = ACTIONS(386), + [anon_sym_default] = ACTIONS(388), + [anon_sym_while] = ACTIONS(390), + [anon_sym_do] = ACTIONS(392), + [anon_sym_for] = ACTIONS(394), + [anon_sym_return] = ACTIONS(396), + [anon_sym_break] = ACTIONS(398), + [anon_sym_continue] = ACTIONS(400), + [anon_sym_goto] = ACTIONS(402), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -27330,128 +27102,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [125] = { - [sym_identifier] = ACTIONS(1098), - [aux_sym_preproc_include_token1] = ACTIONS(1098), - [aux_sym_preproc_def_token1] = ACTIONS(1098), - [aux_sym_preproc_if_token1] = ACTIONS(1098), - [aux_sym_preproc_if_token2] = ACTIONS(1098), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1098), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1098), - [aux_sym_preproc_else_token1] = ACTIONS(1098), - [aux_sym_preproc_elif_token1] = ACTIONS(1098), - [sym_preproc_directive] = ACTIONS(1098), - [anon_sym_LPAREN2] = ACTIONS(1100), - [anon_sym_BANG] = ACTIONS(1100), - [anon_sym_TILDE] = ACTIONS(1100), - [anon_sym_DASH] = ACTIONS(1098), - [anon_sym_PLUS] = ACTIONS(1098), - [anon_sym_STAR] = ACTIONS(1100), - [anon_sym_AMP] = ACTIONS(1100), - [anon_sym_SEMI] = ACTIONS(1100), - [anon_sym_typedef] = ACTIONS(1098), - [anon_sym_extern] = ACTIONS(1098), - [anon_sym___attribute__] = ACTIONS(1098), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1100), - [anon_sym___declspec] = ACTIONS(1098), - [anon_sym___cdecl] = ACTIONS(1098), - [anon_sym___clrcall] = ACTIONS(1098), - [anon_sym___stdcall] = ACTIONS(1098), - [anon_sym___fastcall] = ACTIONS(1098), - [anon_sym___thiscall] = ACTIONS(1098), - [anon_sym___vectorcall] = ACTIONS(1098), - [anon_sym_LBRACE] = ACTIONS(1100), - [anon_sym_static] = ACTIONS(1098), - [anon_sym_auto] = ACTIONS(1098), - [anon_sym_register] = ACTIONS(1098), - [anon_sym_inline] = ACTIONS(1098), - [anon_sym_const] = ACTIONS(1098), - [anon_sym_volatile] = ACTIONS(1098), - [anon_sym_restrict] = ACTIONS(1098), - [anon_sym___restrict__] = ACTIONS(1098), - [anon_sym__Atomic] = ACTIONS(1098), - [anon_sym__Noreturn] = ACTIONS(1098), - [anon_sym_signed] = ACTIONS(1098), - [anon_sym_unsigned] = ACTIONS(1098), - [anon_sym_long] = ACTIONS(1098), - [anon_sym_short] = ACTIONS(1098), - [sym_primitive_type] = ACTIONS(1098), - [anon_sym_enum] = ACTIONS(1098), - [anon_sym_struct] = ACTIONS(1098), - [anon_sym_union] = ACTIONS(1098), - [anon_sym_if] = ACTIONS(1098), - [anon_sym_switch] = ACTIONS(1098), - [anon_sym_case] = ACTIONS(1098), - [anon_sym_default] = ACTIONS(1098), - [anon_sym_while] = ACTIONS(1098), - [anon_sym_do] = ACTIONS(1098), - [anon_sym_for] = ACTIONS(1098), - [anon_sym_return] = ACTIONS(1098), - [anon_sym_break] = ACTIONS(1098), - [anon_sym_continue] = ACTIONS(1098), - [anon_sym_goto] = ACTIONS(1098), - [anon_sym_DASH_DASH] = ACTIONS(1100), - [anon_sym_PLUS_PLUS] = ACTIONS(1100), - [anon_sym_sizeof] = ACTIONS(1098), - [anon_sym_offsetof] = ACTIONS(1098), - [anon_sym__Generic] = ACTIONS(1098), - [anon_sym_asm] = ACTIONS(1098), - [anon_sym___asm__] = ACTIONS(1098), - [sym_number_literal] = ACTIONS(1100), - [anon_sym_L_SQUOTE] = ACTIONS(1100), - [anon_sym_u_SQUOTE] = ACTIONS(1100), - [anon_sym_U_SQUOTE] = ACTIONS(1100), - [anon_sym_u8_SQUOTE] = ACTIONS(1100), - [anon_sym_SQUOTE] = ACTIONS(1100), - [anon_sym_L_DQUOTE] = ACTIONS(1100), - [anon_sym_u_DQUOTE] = ACTIONS(1100), - [anon_sym_U_DQUOTE] = ACTIONS(1100), - [anon_sym_u8_DQUOTE] = ACTIONS(1100), - [anon_sym_DQUOTE] = ACTIONS(1100), - [sym_true] = ACTIONS(1098), - [sym_false] = ACTIONS(1098), - [sym_null] = ACTIONS(1098), - [sym_comment] = ACTIONS(3), - }, - [126] = { - [sym_attribute_declaration] = STATE(148), - [sym_compound_statement] = STATE(276), - [sym_attributed_statement] = STATE(276), - [sym_labeled_statement] = STATE(276), - [sym_expression_statement] = STATE(276), - [sym_if_statement] = STATE(276), - [sym_switch_statement] = STATE(276), - [sym_case_statement] = STATE(276), - [sym_while_statement] = STATE(276), - [sym_do_statement] = STATE(276), - [sym_for_statement] = STATE(276), - [sym_return_statement] = STATE(276), - [sym_break_statement] = STATE(276), - [sym_continue_statement] = STATE(276), - [sym_goto_statement] = STATE(276), - [sym__expression] = STATE(819), - [sym_comma_expression] = STATE(1472), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [121] = { + [sym_attribute_declaration] = STATE(117), + [sym_compound_statement] = STATE(296), + [sym_attributed_statement] = STATE(296), + [sym_labeled_statement] = STATE(296), + [sym_expression_statement] = STATE(296), + [sym_if_statement] = STATE(296), + [sym_switch_statement] = STATE(296), + [sym_case_statement] = STATE(296), + [sym_while_statement] = STATE(296), + [sym_do_statement] = STATE(296), + [sym_for_statement] = STATE(296), + [sym_return_statement] = STATE(296), + [sym_break_statement] = STATE(296), + [sym_continue_statement] = STATE(296), + [sym_goto_statement] = STATE(296), + [sym__expression] = STATE(777), + [sym_comma_expression] = STATE(1392), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(148), - [sym_identifier] = ACTIONS(1084), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(117), + [sym_identifier] = ACTIONS(1154), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -27459,20 +27148,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(27), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(41), - [anon_sym_if] = ACTIONS(57), - [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(61), - [anon_sym_default] = ACTIONS(63), - [anon_sym_while] = ACTIONS(65), - [anon_sym_do] = ACTIONS(67), - [anon_sym_for] = ACTIONS(69), - [anon_sym_return] = ACTIONS(71), - [anon_sym_break] = ACTIONS(73), - [anon_sym_continue] = ACTIONS(75), - [anon_sym_goto] = ACTIONS(77), + [anon_sym_SEMI] = ACTIONS(374), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(380), + [anon_sym_if] = ACTIONS(382), + [anon_sym_switch] = ACTIONS(384), + [anon_sym_case] = ACTIONS(386), + [anon_sym_default] = ACTIONS(388), + [anon_sym_while] = ACTIONS(390), + [anon_sym_do] = ACTIONS(392), + [anon_sym_for] = ACTIONS(394), + [anon_sym_return] = ACTIONS(396), + [anon_sym_break] = ACTIONS(398), + [anon_sym_continue] = ACTIONS(400), + [anon_sym_goto] = ACTIONS(402), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -27496,460 +27185,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [127] = { - [sym_identifier] = ACTIONS(1102), - [aux_sym_preproc_include_token1] = ACTIONS(1102), - [aux_sym_preproc_def_token1] = ACTIONS(1102), - [aux_sym_preproc_if_token1] = ACTIONS(1102), - [aux_sym_preproc_if_token2] = ACTIONS(1102), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1102), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1102), - [aux_sym_preproc_else_token1] = ACTIONS(1102), - [aux_sym_preproc_elif_token1] = ACTIONS(1102), - [sym_preproc_directive] = ACTIONS(1102), - [anon_sym_LPAREN2] = ACTIONS(1104), - [anon_sym_BANG] = ACTIONS(1104), - [anon_sym_TILDE] = ACTIONS(1104), - [anon_sym_DASH] = ACTIONS(1102), - [anon_sym_PLUS] = ACTIONS(1102), - [anon_sym_STAR] = ACTIONS(1104), - [anon_sym_AMP] = ACTIONS(1104), - [anon_sym_SEMI] = ACTIONS(1104), - [anon_sym_typedef] = ACTIONS(1102), - [anon_sym_extern] = ACTIONS(1102), - [anon_sym___attribute__] = ACTIONS(1102), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1104), - [anon_sym___declspec] = ACTIONS(1102), - [anon_sym___cdecl] = ACTIONS(1102), - [anon_sym___clrcall] = ACTIONS(1102), - [anon_sym___stdcall] = ACTIONS(1102), - [anon_sym___fastcall] = ACTIONS(1102), - [anon_sym___thiscall] = ACTIONS(1102), - [anon_sym___vectorcall] = ACTIONS(1102), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_static] = ACTIONS(1102), - [anon_sym_auto] = ACTIONS(1102), - [anon_sym_register] = ACTIONS(1102), - [anon_sym_inline] = ACTIONS(1102), - [anon_sym_const] = ACTIONS(1102), - [anon_sym_volatile] = ACTIONS(1102), - [anon_sym_restrict] = ACTIONS(1102), - [anon_sym___restrict__] = ACTIONS(1102), - [anon_sym__Atomic] = ACTIONS(1102), - [anon_sym__Noreturn] = ACTIONS(1102), - [anon_sym_signed] = ACTIONS(1102), - [anon_sym_unsigned] = ACTIONS(1102), - [anon_sym_long] = ACTIONS(1102), - [anon_sym_short] = ACTIONS(1102), - [sym_primitive_type] = ACTIONS(1102), - [anon_sym_enum] = ACTIONS(1102), - [anon_sym_struct] = ACTIONS(1102), - [anon_sym_union] = ACTIONS(1102), - [anon_sym_if] = ACTIONS(1102), - [anon_sym_switch] = ACTIONS(1102), - [anon_sym_case] = ACTIONS(1102), - [anon_sym_default] = ACTIONS(1102), - [anon_sym_while] = ACTIONS(1102), - [anon_sym_do] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1102), - [anon_sym_return] = ACTIONS(1102), - [anon_sym_break] = ACTIONS(1102), - [anon_sym_continue] = ACTIONS(1102), - [anon_sym_goto] = ACTIONS(1102), - [anon_sym_DASH_DASH] = ACTIONS(1104), - [anon_sym_PLUS_PLUS] = ACTIONS(1104), - [anon_sym_sizeof] = ACTIONS(1102), - [anon_sym_offsetof] = ACTIONS(1102), - [anon_sym__Generic] = ACTIONS(1102), - [anon_sym_asm] = ACTIONS(1102), - [anon_sym___asm__] = ACTIONS(1102), - [sym_number_literal] = ACTIONS(1104), - [anon_sym_L_SQUOTE] = ACTIONS(1104), - [anon_sym_u_SQUOTE] = ACTIONS(1104), - [anon_sym_U_SQUOTE] = ACTIONS(1104), - [anon_sym_u8_SQUOTE] = ACTIONS(1104), - [anon_sym_SQUOTE] = ACTIONS(1104), - [anon_sym_L_DQUOTE] = ACTIONS(1104), - [anon_sym_u_DQUOTE] = ACTIONS(1104), - [anon_sym_U_DQUOTE] = ACTIONS(1104), - [anon_sym_u8_DQUOTE] = ACTIONS(1104), - [anon_sym_DQUOTE] = ACTIONS(1104), - [sym_true] = ACTIONS(1102), - [sym_false] = ACTIONS(1102), - [sym_null] = ACTIONS(1102), - [sym_comment] = ACTIONS(3), - }, - [128] = { - [sym_identifier] = ACTIONS(1106), - [aux_sym_preproc_include_token1] = ACTIONS(1106), - [aux_sym_preproc_def_token1] = ACTIONS(1106), - [aux_sym_preproc_if_token1] = ACTIONS(1106), - [aux_sym_preproc_if_token2] = ACTIONS(1106), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1106), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1106), - [aux_sym_preproc_else_token1] = ACTIONS(1106), - [aux_sym_preproc_elif_token1] = ACTIONS(1106), - [sym_preproc_directive] = ACTIONS(1106), - [anon_sym_LPAREN2] = ACTIONS(1108), - [anon_sym_BANG] = ACTIONS(1108), - [anon_sym_TILDE] = ACTIONS(1108), - [anon_sym_DASH] = ACTIONS(1106), - [anon_sym_PLUS] = ACTIONS(1106), - [anon_sym_STAR] = ACTIONS(1108), - [anon_sym_AMP] = ACTIONS(1108), - [anon_sym_SEMI] = ACTIONS(1108), - [anon_sym_typedef] = ACTIONS(1106), - [anon_sym_extern] = ACTIONS(1106), - [anon_sym___attribute__] = ACTIONS(1106), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1108), - [anon_sym___declspec] = ACTIONS(1106), - [anon_sym___cdecl] = ACTIONS(1106), - [anon_sym___clrcall] = ACTIONS(1106), - [anon_sym___stdcall] = ACTIONS(1106), - [anon_sym___fastcall] = ACTIONS(1106), - [anon_sym___thiscall] = ACTIONS(1106), - [anon_sym___vectorcall] = ACTIONS(1106), - [anon_sym_LBRACE] = ACTIONS(1108), - [anon_sym_static] = ACTIONS(1106), - [anon_sym_auto] = ACTIONS(1106), - [anon_sym_register] = ACTIONS(1106), - [anon_sym_inline] = ACTIONS(1106), - [anon_sym_const] = ACTIONS(1106), - [anon_sym_volatile] = ACTIONS(1106), - [anon_sym_restrict] = ACTIONS(1106), - [anon_sym___restrict__] = ACTIONS(1106), - [anon_sym__Atomic] = ACTIONS(1106), - [anon_sym__Noreturn] = ACTIONS(1106), - [anon_sym_signed] = ACTIONS(1106), - [anon_sym_unsigned] = ACTIONS(1106), - [anon_sym_long] = ACTIONS(1106), - [anon_sym_short] = ACTIONS(1106), - [sym_primitive_type] = ACTIONS(1106), - [anon_sym_enum] = ACTIONS(1106), - [anon_sym_struct] = ACTIONS(1106), - [anon_sym_union] = ACTIONS(1106), - [anon_sym_if] = ACTIONS(1106), - [anon_sym_switch] = ACTIONS(1106), - [anon_sym_case] = ACTIONS(1106), - [anon_sym_default] = ACTIONS(1106), - [anon_sym_while] = ACTIONS(1106), - [anon_sym_do] = ACTIONS(1106), - [anon_sym_for] = ACTIONS(1106), - [anon_sym_return] = ACTIONS(1106), - [anon_sym_break] = ACTIONS(1106), - [anon_sym_continue] = ACTIONS(1106), - [anon_sym_goto] = ACTIONS(1106), - [anon_sym_DASH_DASH] = ACTIONS(1108), - [anon_sym_PLUS_PLUS] = ACTIONS(1108), - [anon_sym_sizeof] = ACTIONS(1106), - [anon_sym_offsetof] = ACTIONS(1106), - [anon_sym__Generic] = ACTIONS(1106), - [anon_sym_asm] = ACTIONS(1106), - [anon_sym___asm__] = ACTIONS(1106), - [sym_number_literal] = ACTIONS(1108), - [anon_sym_L_SQUOTE] = ACTIONS(1108), - [anon_sym_u_SQUOTE] = ACTIONS(1108), - [anon_sym_U_SQUOTE] = ACTIONS(1108), - [anon_sym_u8_SQUOTE] = ACTIONS(1108), - [anon_sym_SQUOTE] = ACTIONS(1108), - [anon_sym_L_DQUOTE] = ACTIONS(1108), - [anon_sym_u_DQUOTE] = ACTIONS(1108), - [anon_sym_U_DQUOTE] = ACTIONS(1108), - [anon_sym_u8_DQUOTE] = ACTIONS(1108), - [anon_sym_DQUOTE] = ACTIONS(1108), - [sym_true] = ACTIONS(1106), - [sym_false] = ACTIONS(1106), - [sym_null] = ACTIONS(1106), - [sym_comment] = ACTIONS(3), - }, - [129] = { - [sym_identifier] = ACTIONS(1110), - [aux_sym_preproc_include_token1] = ACTIONS(1110), - [aux_sym_preproc_def_token1] = ACTIONS(1110), - [aux_sym_preproc_if_token1] = ACTIONS(1110), - [aux_sym_preproc_if_token2] = ACTIONS(1110), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1110), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1110), - [aux_sym_preproc_else_token1] = ACTIONS(1110), - [aux_sym_preproc_elif_token1] = ACTIONS(1110), - [sym_preproc_directive] = ACTIONS(1110), - [anon_sym_LPAREN2] = ACTIONS(1112), - [anon_sym_BANG] = ACTIONS(1112), - [anon_sym_TILDE] = ACTIONS(1112), - [anon_sym_DASH] = ACTIONS(1110), - [anon_sym_PLUS] = ACTIONS(1110), - [anon_sym_STAR] = ACTIONS(1112), - [anon_sym_AMP] = ACTIONS(1112), - [anon_sym_SEMI] = ACTIONS(1112), - [anon_sym_typedef] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1110), - [anon_sym___attribute__] = ACTIONS(1110), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1112), - [anon_sym___declspec] = ACTIONS(1110), - [anon_sym___cdecl] = ACTIONS(1110), - [anon_sym___clrcall] = ACTIONS(1110), - [anon_sym___stdcall] = ACTIONS(1110), - [anon_sym___fastcall] = ACTIONS(1110), - [anon_sym___thiscall] = ACTIONS(1110), - [anon_sym___vectorcall] = ACTIONS(1110), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_static] = ACTIONS(1110), - [anon_sym_auto] = ACTIONS(1110), - [anon_sym_register] = ACTIONS(1110), - [anon_sym_inline] = ACTIONS(1110), - [anon_sym_const] = ACTIONS(1110), - [anon_sym_volatile] = ACTIONS(1110), - [anon_sym_restrict] = ACTIONS(1110), - [anon_sym___restrict__] = ACTIONS(1110), - [anon_sym__Atomic] = ACTIONS(1110), - [anon_sym__Noreturn] = ACTIONS(1110), - [anon_sym_signed] = ACTIONS(1110), - [anon_sym_unsigned] = ACTIONS(1110), - [anon_sym_long] = ACTIONS(1110), - [anon_sym_short] = ACTIONS(1110), - [sym_primitive_type] = ACTIONS(1110), - [anon_sym_enum] = ACTIONS(1110), - [anon_sym_struct] = ACTIONS(1110), - [anon_sym_union] = ACTIONS(1110), - [anon_sym_if] = ACTIONS(1110), - [anon_sym_switch] = ACTIONS(1110), - [anon_sym_case] = ACTIONS(1110), - [anon_sym_default] = ACTIONS(1110), - [anon_sym_while] = ACTIONS(1110), - [anon_sym_do] = ACTIONS(1110), - [anon_sym_for] = ACTIONS(1110), - [anon_sym_return] = ACTIONS(1110), - [anon_sym_break] = ACTIONS(1110), - [anon_sym_continue] = ACTIONS(1110), - [anon_sym_goto] = ACTIONS(1110), - [anon_sym_DASH_DASH] = ACTIONS(1112), - [anon_sym_PLUS_PLUS] = ACTIONS(1112), - [anon_sym_sizeof] = ACTIONS(1110), - [anon_sym_offsetof] = ACTIONS(1110), - [anon_sym__Generic] = ACTIONS(1110), - [anon_sym_asm] = ACTIONS(1110), - [anon_sym___asm__] = ACTIONS(1110), - [sym_number_literal] = ACTIONS(1112), - [anon_sym_L_SQUOTE] = ACTIONS(1112), - [anon_sym_u_SQUOTE] = ACTIONS(1112), - [anon_sym_U_SQUOTE] = ACTIONS(1112), - [anon_sym_u8_SQUOTE] = ACTIONS(1112), - [anon_sym_SQUOTE] = ACTIONS(1112), - [anon_sym_L_DQUOTE] = ACTIONS(1112), - [anon_sym_u_DQUOTE] = ACTIONS(1112), - [anon_sym_U_DQUOTE] = ACTIONS(1112), - [anon_sym_u8_DQUOTE] = ACTIONS(1112), - [anon_sym_DQUOTE] = ACTIONS(1112), - [sym_true] = ACTIONS(1110), - [sym_false] = ACTIONS(1110), - [sym_null] = ACTIONS(1110), - [sym_comment] = ACTIONS(3), - }, - [130] = { - [sym_identifier] = ACTIONS(1114), - [aux_sym_preproc_include_token1] = ACTIONS(1114), - [aux_sym_preproc_def_token1] = ACTIONS(1114), - [aux_sym_preproc_if_token1] = ACTIONS(1114), - [aux_sym_preproc_if_token2] = ACTIONS(1114), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1114), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1114), - [aux_sym_preproc_else_token1] = ACTIONS(1114), - [aux_sym_preproc_elif_token1] = ACTIONS(1114), - [sym_preproc_directive] = ACTIONS(1114), - [anon_sym_LPAREN2] = ACTIONS(1116), - [anon_sym_BANG] = ACTIONS(1116), - [anon_sym_TILDE] = ACTIONS(1116), - [anon_sym_DASH] = ACTIONS(1114), - [anon_sym_PLUS] = ACTIONS(1114), - [anon_sym_STAR] = ACTIONS(1116), - [anon_sym_AMP] = ACTIONS(1116), - [anon_sym_SEMI] = ACTIONS(1116), - [anon_sym_typedef] = ACTIONS(1114), - [anon_sym_extern] = ACTIONS(1114), - [anon_sym___attribute__] = ACTIONS(1114), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1116), - [anon_sym___declspec] = ACTIONS(1114), - [anon_sym___cdecl] = ACTIONS(1114), - [anon_sym___clrcall] = ACTIONS(1114), - [anon_sym___stdcall] = ACTIONS(1114), - [anon_sym___fastcall] = ACTIONS(1114), - [anon_sym___thiscall] = ACTIONS(1114), - [anon_sym___vectorcall] = ACTIONS(1114), - [anon_sym_LBRACE] = ACTIONS(1116), - [anon_sym_static] = ACTIONS(1114), - [anon_sym_auto] = ACTIONS(1114), - [anon_sym_register] = ACTIONS(1114), - [anon_sym_inline] = ACTIONS(1114), - [anon_sym_const] = ACTIONS(1114), - [anon_sym_volatile] = ACTIONS(1114), - [anon_sym_restrict] = ACTIONS(1114), - [anon_sym___restrict__] = ACTIONS(1114), - [anon_sym__Atomic] = ACTIONS(1114), - [anon_sym__Noreturn] = ACTIONS(1114), - [anon_sym_signed] = ACTIONS(1114), - [anon_sym_unsigned] = ACTIONS(1114), - [anon_sym_long] = ACTIONS(1114), - [anon_sym_short] = ACTIONS(1114), - [sym_primitive_type] = ACTIONS(1114), - [anon_sym_enum] = ACTIONS(1114), - [anon_sym_struct] = ACTIONS(1114), - [anon_sym_union] = ACTIONS(1114), - [anon_sym_if] = ACTIONS(1114), - [anon_sym_switch] = ACTIONS(1114), - [anon_sym_case] = ACTIONS(1114), - [anon_sym_default] = ACTIONS(1114), - [anon_sym_while] = ACTIONS(1114), - [anon_sym_do] = ACTIONS(1114), - [anon_sym_for] = ACTIONS(1114), - [anon_sym_return] = ACTIONS(1114), - [anon_sym_break] = ACTIONS(1114), - [anon_sym_continue] = ACTIONS(1114), - [anon_sym_goto] = ACTIONS(1114), - [anon_sym_DASH_DASH] = ACTIONS(1116), - [anon_sym_PLUS_PLUS] = ACTIONS(1116), - [anon_sym_sizeof] = ACTIONS(1114), - [anon_sym_offsetof] = ACTIONS(1114), - [anon_sym__Generic] = ACTIONS(1114), - [anon_sym_asm] = ACTIONS(1114), - [anon_sym___asm__] = ACTIONS(1114), - [sym_number_literal] = ACTIONS(1116), - [anon_sym_L_SQUOTE] = ACTIONS(1116), - [anon_sym_u_SQUOTE] = ACTIONS(1116), - [anon_sym_U_SQUOTE] = ACTIONS(1116), - [anon_sym_u8_SQUOTE] = ACTIONS(1116), - [anon_sym_SQUOTE] = ACTIONS(1116), - [anon_sym_L_DQUOTE] = ACTIONS(1116), - [anon_sym_u_DQUOTE] = ACTIONS(1116), - [anon_sym_U_DQUOTE] = ACTIONS(1116), - [anon_sym_u8_DQUOTE] = ACTIONS(1116), - [anon_sym_DQUOTE] = ACTIONS(1116), - [sym_true] = ACTIONS(1114), - [sym_false] = ACTIONS(1114), - [sym_null] = ACTIONS(1114), - [sym_comment] = ACTIONS(3), - }, - [131] = { - [sym_identifier] = ACTIONS(1118), - [aux_sym_preproc_include_token1] = ACTIONS(1118), - [aux_sym_preproc_def_token1] = ACTIONS(1118), - [aux_sym_preproc_if_token1] = ACTIONS(1118), - [aux_sym_preproc_if_token2] = ACTIONS(1118), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1118), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1118), - [aux_sym_preproc_else_token1] = ACTIONS(1118), - [aux_sym_preproc_elif_token1] = ACTIONS(1118), - [sym_preproc_directive] = ACTIONS(1118), - [anon_sym_LPAREN2] = ACTIONS(1120), - [anon_sym_BANG] = ACTIONS(1120), - [anon_sym_TILDE] = ACTIONS(1120), - [anon_sym_DASH] = ACTIONS(1118), - [anon_sym_PLUS] = ACTIONS(1118), - [anon_sym_STAR] = ACTIONS(1120), - [anon_sym_AMP] = ACTIONS(1120), - [anon_sym_SEMI] = ACTIONS(1120), - [anon_sym_typedef] = ACTIONS(1118), - [anon_sym_extern] = ACTIONS(1118), - [anon_sym___attribute__] = ACTIONS(1118), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1120), - [anon_sym___declspec] = ACTIONS(1118), - [anon_sym___cdecl] = ACTIONS(1118), - [anon_sym___clrcall] = ACTIONS(1118), - [anon_sym___stdcall] = ACTIONS(1118), - [anon_sym___fastcall] = ACTIONS(1118), - [anon_sym___thiscall] = ACTIONS(1118), - [anon_sym___vectorcall] = ACTIONS(1118), - [anon_sym_LBRACE] = ACTIONS(1120), - [anon_sym_static] = ACTIONS(1118), - [anon_sym_auto] = ACTIONS(1118), - [anon_sym_register] = ACTIONS(1118), - [anon_sym_inline] = ACTIONS(1118), - [anon_sym_const] = ACTIONS(1118), - [anon_sym_volatile] = ACTIONS(1118), - [anon_sym_restrict] = ACTIONS(1118), - [anon_sym___restrict__] = ACTIONS(1118), - [anon_sym__Atomic] = ACTIONS(1118), - [anon_sym__Noreturn] = ACTIONS(1118), - [anon_sym_signed] = ACTIONS(1118), - [anon_sym_unsigned] = ACTIONS(1118), - [anon_sym_long] = ACTIONS(1118), - [anon_sym_short] = ACTIONS(1118), - [sym_primitive_type] = ACTIONS(1118), - [anon_sym_enum] = ACTIONS(1118), - [anon_sym_struct] = ACTIONS(1118), - [anon_sym_union] = ACTIONS(1118), - [anon_sym_if] = ACTIONS(1118), - [anon_sym_switch] = ACTIONS(1118), - [anon_sym_case] = ACTIONS(1118), - [anon_sym_default] = ACTIONS(1118), - [anon_sym_while] = ACTIONS(1118), - [anon_sym_do] = ACTIONS(1118), - [anon_sym_for] = ACTIONS(1118), - [anon_sym_return] = ACTIONS(1118), - [anon_sym_break] = ACTIONS(1118), - [anon_sym_continue] = ACTIONS(1118), - [anon_sym_goto] = ACTIONS(1118), - [anon_sym_DASH_DASH] = ACTIONS(1120), - [anon_sym_PLUS_PLUS] = ACTIONS(1120), - [anon_sym_sizeof] = ACTIONS(1118), - [anon_sym_offsetof] = ACTIONS(1118), - [anon_sym__Generic] = ACTIONS(1118), - [anon_sym_asm] = ACTIONS(1118), - [anon_sym___asm__] = ACTIONS(1118), - [sym_number_literal] = ACTIONS(1120), - [anon_sym_L_SQUOTE] = ACTIONS(1120), - [anon_sym_u_SQUOTE] = ACTIONS(1120), - [anon_sym_U_SQUOTE] = ACTIONS(1120), - [anon_sym_u8_SQUOTE] = ACTIONS(1120), - [anon_sym_SQUOTE] = ACTIONS(1120), - [anon_sym_L_DQUOTE] = ACTIONS(1120), - [anon_sym_u_DQUOTE] = ACTIONS(1120), - [anon_sym_U_DQUOTE] = ACTIONS(1120), - [anon_sym_u8_DQUOTE] = ACTIONS(1120), - [anon_sym_DQUOTE] = ACTIONS(1120), - [sym_true] = ACTIONS(1118), - [sym_false] = ACTIONS(1118), - [sym_null] = ACTIONS(1118), - [sym_comment] = ACTIONS(3), - }, - [132] = { - [sym_attribute_declaration] = STATE(155), - [sym_compound_statement] = STATE(83), - [sym_attributed_statement] = STATE(83), - [sym_labeled_statement] = STATE(83), - [sym_expression_statement] = STATE(83), - [sym_if_statement] = STATE(83), - [sym_switch_statement] = STATE(83), - [sym_case_statement] = STATE(83), - [sym_while_statement] = STATE(83), - [sym_do_statement] = STATE(83), - [sym_for_statement] = STATE(83), - [sym_return_statement] = STATE(83), - [sym_break_statement] = STATE(83), - [sym_continue_statement] = STATE(83), - [sym_goto_statement] = STATE(83), - [sym__expression] = STATE(799), - [sym_comma_expression] = STATE(1450), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [122] = { + [sym_attribute_declaration] = STATE(131), + [sym_compound_statement] = STATE(300), + [sym_attributed_statement] = STATE(300), + [sym_labeled_statement] = STATE(300), + [sym_expression_statement] = STATE(300), + [sym_if_statement] = STATE(300), + [sym_switch_statement] = STATE(300), + [sym_case_statement] = STATE(300), + [sym_while_statement] = STATE(300), + [sym_do_statement] = STATE(300), + [sym_for_statement] = STATE(300), + [sym_return_statement] = STATE(300), + [sym_break_statement] = STATE(300), + [sym_continue_statement] = STATE(300), + [sym_goto_statement] = STATE(300), + [sym__expression] = STATE(822), + [sym_comma_expression] = STATE(1443), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [sym_identifier] = ACTIONS(1088), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(131), + [sym_identifier] = ACTIONS(1064), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -27957,20 +27231,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(115), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(121), - [anon_sym_if] = ACTIONS(123), - [anon_sym_switch] = ACTIONS(125), - [anon_sym_case] = ACTIONS(127), - [anon_sym_default] = ACTIONS(129), - [anon_sym_while] = ACTIONS(131), - [anon_sym_do] = ACTIONS(133), - [anon_sym_for] = ACTIONS(135), - [anon_sym_return] = ACTIONS(137), - [anon_sym_break] = ACTIONS(139), - [anon_sym_continue] = ACTIONS(141), - [anon_sym_goto] = ACTIONS(143), + [anon_sym_SEMI] = ACTIONS(328), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(334), + [anon_sym_if] = ACTIONS(338), + [anon_sym_switch] = ACTIONS(340), + [anon_sym_case] = ACTIONS(342), + [anon_sym_default] = ACTIONS(344), + [anon_sym_while] = ACTIONS(346), + [anon_sym_do] = ACTIONS(348), + [anon_sym_for] = ACTIONS(350), + [anon_sym_return] = ACTIONS(352), + [anon_sym_break] = ACTIONS(354), + [anon_sym_continue] = ACTIONS(356), + [anon_sym_goto] = ACTIONS(358), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -27994,294 +27268,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [133] = { - [sym_identifier] = ACTIONS(1122), - [aux_sym_preproc_include_token1] = ACTIONS(1122), - [aux_sym_preproc_def_token1] = ACTIONS(1122), - [aux_sym_preproc_if_token1] = ACTIONS(1122), - [aux_sym_preproc_if_token2] = ACTIONS(1122), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1122), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1122), - [aux_sym_preproc_else_token1] = ACTIONS(1122), - [aux_sym_preproc_elif_token1] = ACTIONS(1122), - [sym_preproc_directive] = ACTIONS(1122), - [anon_sym_LPAREN2] = ACTIONS(1124), - [anon_sym_BANG] = ACTIONS(1124), - [anon_sym_TILDE] = ACTIONS(1124), - [anon_sym_DASH] = ACTIONS(1122), - [anon_sym_PLUS] = ACTIONS(1122), - [anon_sym_STAR] = ACTIONS(1124), - [anon_sym_AMP] = ACTIONS(1124), - [anon_sym_SEMI] = ACTIONS(1124), - [anon_sym_typedef] = ACTIONS(1122), - [anon_sym_extern] = ACTIONS(1122), - [anon_sym___attribute__] = ACTIONS(1122), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1124), - [anon_sym___declspec] = ACTIONS(1122), - [anon_sym___cdecl] = ACTIONS(1122), - [anon_sym___clrcall] = ACTIONS(1122), - [anon_sym___stdcall] = ACTIONS(1122), - [anon_sym___fastcall] = ACTIONS(1122), - [anon_sym___thiscall] = ACTIONS(1122), - [anon_sym___vectorcall] = ACTIONS(1122), - [anon_sym_LBRACE] = ACTIONS(1124), - [anon_sym_static] = ACTIONS(1122), - [anon_sym_auto] = ACTIONS(1122), - [anon_sym_register] = ACTIONS(1122), - [anon_sym_inline] = ACTIONS(1122), - [anon_sym_const] = ACTIONS(1122), - [anon_sym_volatile] = ACTIONS(1122), - [anon_sym_restrict] = ACTIONS(1122), - [anon_sym___restrict__] = ACTIONS(1122), - [anon_sym__Atomic] = ACTIONS(1122), - [anon_sym__Noreturn] = ACTIONS(1122), - [anon_sym_signed] = ACTIONS(1122), - [anon_sym_unsigned] = ACTIONS(1122), - [anon_sym_long] = ACTIONS(1122), - [anon_sym_short] = ACTIONS(1122), - [sym_primitive_type] = ACTIONS(1122), - [anon_sym_enum] = ACTIONS(1122), - [anon_sym_struct] = ACTIONS(1122), - [anon_sym_union] = ACTIONS(1122), - [anon_sym_if] = ACTIONS(1122), - [anon_sym_switch] = ACTIONS(1122), - [anon_sym_case] = ACTIONS(1122), - [anon_sym_default] = ACTIONS(1122), - [anon_sym_while] = ACTIONS(1122), - [anon_sym_do] = ACTIONS(1122), - [anon_sym_for] = ACTIONS(1122), - [anon_sym_return] = ACTIONS(1122), - [anon_sym_break] = ACTIONS(1122), - [anon_sym_continue] = ACTIONS(1122), - [anon_sym_goto] = ACTIONS(1122), - [anon_sym_DASH_DASH] = ACTIONS(1124), - [anon_sym_PLUS_PLUS] = ACTIONS(1124), - [anon_sym_sizeof] = ACTIONS(1122), - [anon_sym_offsetof] = ACTIONS(1122), - [anon_sym__Generic] = ACTIONS(1122), - [anon_sym_asm] = ACTIONS(1122), - [anon_sym___asm__] = ACTIONS(1122), - [sym_number_literal] = ACTIONS(1124), - [anon_sym_L_SQUOTE] = ACTIONS(1124), - [anon_sym_u_SQUOTE] = ACTIONS(1124), - [anon_sym_U_SQUOTE] = ACTIONS(1124), - [anon_sym_u8_SQUOTE] = ACTIONS(1124), - [anon_sym_SQUOTE] = ACTIONS(1124), - [anon_sym_L_DQUOTE] = ACTIONS(1124), - [anon_sym_u_DQUOTE] = ACTIONS(1124), - [anon_sym_U_DQUOTE] = ACTIONS(1124), - [anon_sym_u8_DQUOTE] = ACTIONS(1124), - [anon_sym_DQUOTE] = ACTIONS(1124), - [sym_true] = ACTIONS(1122), - [sym_false] = ACTIONS(1122), - [sym_null] = ACTIONS(1122), - [sym_comment] = ACTIONS(3), - }, - [134] = { - [sym_identifier] = ACTIONS(1126), - [aux_sym_preproc_include_token1] = ACTIONS(1126), - [aux_sym_preproc_def_token1] = ACTIONS(1126), - [aux_sym_preproc_if_token1] = ACTIONS(1126), - [aux_sym_preproc_if_token2] = ACTIONS(1126), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1126), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1126), - [aux_sym_preproc_else_token1] = ACTIONS(1126), - [aux_sym_preproc_elif_token1] = ACTIONS(1126), - [sym_preproc_directive] = ACTIONS(1126), - [anon_sym_LPAREN2] = ACTIONS(1128), - [anon_sym_BANG] = ACTIONS(1128), - [anon_sym_TILDE] = ACTIONS(1128), - [anon_sym_DASH] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(1126), - [anon_sym_STAR] = ACTIONS(1128), - [anon_sym_AMP] = ACTIONS(1128), - [anon_sym_SEMI] = ACTIONS(1128), - [anon_sym_typedef] = ACTIONS(1126), - [anon_sym_extern] = ACTIONS(1126), - [anon_sym___attribute__] = ACTIONS(1126), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1128), - [anon_sym___declspec] = ACTIONS(1126), - [anon_sym___cdecl] = ACTIONS(1126), - [anon_sym___clrcall] = ACTIONS(1126), - [anon_sym___stdcall] = ACTIONS(1126), - [anon_sym___fastcall] = ACTIONS(1126), - [anon_sym___thiscall] = ACTIONS(1126), - [anon_sym___vectorcall] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(1128), - [anon_sym_static] = ACTIONS(1126), - [anon_sym_auto] = ACTIONS(1126), - [anon_sym_register] = ACTIONS(1126), - [anon_sym_inline] = ACTIONS(1126), - [anon_sym_const] = ACTIONS(1126), - [anon_sym_volatile] = ACTIONS(1126), - [anon_sym_restrict] = ACTIONS(1126), - [anon_sym___restrict__] = ACTIONS(1126), - [anon_sym__Atomic] = ACTIONS(1126), - [anon_sym__Noreturn] = ACTIONS(1126), - [anon_sym_signed] = ACTIONS(1126), - [anon_sym_unsigned] = ACTIONS(1126), - [anon_sym_long] = ACTIONS(1126), - [anon_sym_short] = ACTIONS(1126), - [sym_primitive_type] = ACTIONS(1126), - [anon_sym_enum] = ACTIONS(1126), - [anon_sym_struct] = ACTIONS(1126), - [anon_sym_union] = ACTIONS(1126), - [anon_sym_if] = ACTIONS(1126), - [anon_sym_switch] = ACTIONS(1126), - [anon_sym_case] = ACTIONS(1126), - [anon_sym_default] = ACTIONS(1126), - [anon_sym_while] = ACTIONS(1126), - [anon_sym_do] = ACTIONS(1126), - [anon_sym_for] = ACTIONS(1126), - [anon_sym_return] = ACTIONS(1126), - [anon_sym_break] = ACTIONS(1126), - [anon_sym_continue] = ACTIONS(1126), - [anon_sym_goto] = ACTIONS(1126), - [anon_sym_DASH_DASH] = ACTIONS(1128), - [anon_sym_PLUS_PLUS] = ACTIONS(1128), - [anon_sym_sizeof] = ACTIONS(1126), - [anon_sym_offsetof] = ACTIONS(1126), - [anon_sym__Generic] = ACTIONS(1126), - [anon_sym_asm] = ACTIONS(1126), - [anon_sym___asm__] = ACTIONS(1126), - [sym_number_literal] = ACTIONS(1128), - [anon_sym_L_SQUOTE] = ACTIONS(1128), - [anon_sym_u_SQUOTE] = ACTIONS(1128), - [anon_sym_U_SQUOTE] = ACTIONS(1128), - [anon_sym_u8_SQUOTE] = ACTIONS(1128), - [anon_sym_SQUOTE] = ACTIONS(1128), - [anon_sym_L_DQUOTE] = ACTIONS(1128), - [anon_sym_u_DQUOTE] = ACTIONS(1128), - [anon_sym_U_DQUOTE] = ACTIONS(1128), - [anon_sym_u8_DQUOTE] = ACTIONS(1128), - [anon_sym_DQUOTE] = ACTIONS(1128), - [sym_true] = ACTIONS(1126), - [sym_false] = ACTIONS(1126), - [sym_null] = ACTIONS(1126), - [sym_comment] = ACTIONS(3), - }, - [135] = { - [sym_identifier] = ACTIONS(1130), - [aux_sym_preproc_include_token1] = ACTIONS(1130), - [aux_sym_preproc_def_token1] = ACTIONS(1130), - [aux_sym_preproc_if_token1] = ACTIONS(1130), - [aux_sym_preproc_if_token2] = ACTIONS(1130), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1130), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1130), - [aux_sym_preproc_else_token1] = ACTIONS(1130), - [aux_sym_preproc_elif_token1] = ACTIONS(1130), - [sym_preproc_directive] = ACTIONS(1130), - [anon_sym_LPAREN2] = ACTIONS(1132), - [anon_sym_BANG] = ACTIONS(1132), - [anon_sym_TILDE] = ACTIONS(1132), - [anon_sym_DASH] = ACTIONS(1130), - [anon_sym_PLUS] = ACTIONS(1130), - [anon_sym_STAR] = ACTIONS(1132), - [anon_sym_AMP] = ACTIONS(1132), - [anon_sym_SEMI] = ACTIONS(1132), - [anon_sym_typedef] = ACTIONS(1130), - [anon_sym_extern] = ACTIONS(1130), - [anon_sym___attribute__] = ACTIONS(1130), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1132), - [anon_sym___declspec] = ACTIONS(1130), - [anon_sym___cdecl] = ACTIONS(1130), - [anon_sym___clrcall] = ACTIONS(1130), - [anon_sym___stdcall] = ACTIONS(1130), - [anon_sym___fastcall] = ACTIONS(1130), - [anon_sym___thiscall] = ACTIONS(1130), - [anon_sym___vectorcall] = ACTIONS(1130), - [anon_sym_LBRACE] = ACTIONS(1132), - [anon_sym_static] = ACTIONS(1130), - [anon_sym_auto] = ACTIONS(1130), - [anon_sym_register] = ACTIONS(1130), - [anon_sym_inline] = ACTIONS(1130), - [anon_sym_const] = ACTIONS(1130), - [anon_sym_volatile] = ACTIONS(1130), - [anon_sym_restrict] = ACTIONS(1130), - [anon_sym___restrict__] = ACTIONS(1130), - [anon_sym__Atomic] = ACTIONS(1130), - [anon_sym__Noreturn] = ACTIONS(1130), - [anon_sym_signed] = ACTIONS(1130), - [anon_sym_unsigned] = ACTIONS(1130), - [anon_sym_long] = ACTIONS(1130), - [anon_sym_short] = ACTIONS(1130), - [sym_primitive_type] = ACTIONS(1130), - [anon_sym_enum] = ACTIONS(1130), - [anon_sym_struct] = ACTIONS(1130), - [anon_sym_union] = ACTIONS(1130), - [anon_sym_if] = ACTIONS(1130), - [anon_sym_switch] = ACTIONS(1130), - [anon_sym_case] = ACTIONS(1130), - [anon_sym_default] = ACTIONS(1130), - [anon_sym_while] = ACTIONS(1130), - [anon_sym_do] = ACTIONS(1130), - [anon_sym_for] = ACTIONS(1130), - [anon_sym_return] = ACTIONS(1130), - [anon_sym_break] = ACTIONS(1130), - [anon_sym_continue] = ACTIONS(1130), - [anon_sym_goto] = ACTIONS(1130), - [anon_sym_DASH_DASH] = ACTIONS(1132), - [anon_sym_PLUS_PLUS] = ACTIONS(1132), - [anon_sym_sizeof] = ACTIONS(1130), - [anon_sym_offsetof] = ACTIONS(1130), - [anon_sym__Generic] = ACTIONS(1130), - [anon_sym_asm] = ACTIONS(1130), - [anon_sym___asm__] = ACTIONS(1130), - [sym_number_literal] = ACTIONS(1132), - [anon_sym_L_SQUOTE] = ACTIONS(1132), - [anon_sym_u_SQUOTE] = ACTIONS(1132), - [anon_sym_U_SQUOTE] = ACTIONS(1132), - [anon_sym_u8_SQUOTE] = ACTIONS(1132), - [anon_sym_SQUOTE] = ACTIONS(1132), - [anon_sym_L_DQUOTE] = ACTIONS(1132), - [anon_sym_u_DQUOTE] = ACTIONS(1132), - [anon_sym_U_DQUOTE] = ACTIONS(1132), - [anon_sym_u8_DQUOTE] = ACTIONS(1132), - [anon_sym_DQUOTE] = ACTIONS(1132), - [sym_true] = ACTIONS(1130), - [sym_false] = ACTIONS(1130), - [sym_null] = ACTIONS(1130), - [sym_comment] = ACTIONS(3), - }, - [136] = { - [sym_attribute_declaration] = STATE(155), - [sym_compound_statement] = STATE(68), - [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_case_statement] = STATE(68), - [sym_while_statement] = STATE(68), - [sym_do_statement] = STATE(68), - [sym_for_statement] = STATE(68), - [sym_return_statement] = STATE(68), - [sym_break_statement] = STATE(68), - [sym_continue_statement] = STATE(68), - [sym_goto_statement] = STATE(68), - [sym__expression] = STATE(799), - [sym_comma_expression] = STATE(1450), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [123] = { + [sym_attribute_declaration] = STATE(135), + [sym_compound_statement] = STATE(1541), + [sym_attributed_statement] = STATE(1541), + [sym_labeled_statement] = STATE(1541), + [sym_expression_statement] = STATE(1541), + [sym_if_statement] = STATE(1541), + [sym_switch_statement] = STATE(1541), + [sym_case_statement] = STATE(1541), + [sym_while_statement] = STATE(1541), + [sym_do_statement] = STATE(1541), + [sym_for_statement] = STATE(1541), + [sym_return_statement] = STATE(1541), + [sym_break_statement] = STATE(1541), + [sym_continue_statement] = STATE(1541), + [sym_goto_statement] = STATE(1541), + [sym__expression] = STATE(789), + [sym_comma_expression] = STATE(1475), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [sym_identifier] = ACTIONS(1088), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(135), + [sym_identifier] = ACTIONS(1068), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -28289,20 +27314,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(115), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(121), - [anon_sym_if] = ACTIONS(123), - [anon_sym_switch] = ACTIONS(125), - [anon_sym_case] = ACTIONS(127), - [anon_sym_default] = ACTIONS(129), - [anon_sym_while] = ACTIONS(131), - [anon_sym_do] = ACTIONS(133), - [anon_sym_for] = ACTIONS(135), - [anon_sym_return] = ACTIONS(137), - [anon_sym_break] = ACTIONS(139), - [anon_sym_continue] = ACTIONS(141), - [anon_sym_goto] = ACTIONS(143), + [anon_sym_SEMI] = ACTIONS(27), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(41), + [anon_sym_if] = ACTIONS(57), + [anon_sym_switch] = ACTIONS(59), + [anon_sym_case] = ACTIONS(61), + [anon_sym_default] = ACTIONS(63), + [anon_sym_while] = ACTIONS(65), + [anon_sym_do] = ACTIONS(67), + [anon_sym_for] = ACTIONS(69), + [anon_sym_return] = ACTIONS(71), + [anon_sym_break] = ACTIONS(73), + [anon_sym_continue] = ACTIONS(75), + [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -28326,128 +27351,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [137] = { - [sym_identifier] = ACTIONS(1134), - [aux_sym_preproc_include_token1] = ACTIONS(1134), - [aux_sym_preproc_def_token1] = ACTIONS(1134), - [aux_sym_preproc_if_token1] = ACTIONS(1134), - [aux_sym_preproc_if_token2] = ACTIONS(1134), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1134), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1134), - [aux_sym_preproc_else_token1] = ACTIONS(1134), - [aux_sym_preproc_elif_token1] = ACTIONS(1134), - [sym_preproc_directive] = ACTIONS(1134), - [anon_sym_LPAREN2] = ACTIONS(1136), - [anon_sym_BANG] = ACTIONS(1136), - [anon_sym_TILDE] = ACTIONS(1136), - [anon_sym_DASH] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(1134), - [anon_sym_STAR] = ACTIONS(1136), - [anon_sym_AMP] = ACTIONS(1136), - [anon_sym_SEMI] = ACTIONS(1136), - [anon_sym_typedef] = ACTIONS(1134), - [anon_sym_extern] = ACTIONS(1134), - [anon_sym___attribute__] = ACTIONS(1134), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1136), - [anon_sym___declspec] = ACTIONS(1134), - [anon_sym___cdecl] = ACTIONS(1134), - [anon_sym___clrcall] = ACTIONS(1134), - [anon_sym___stdcall] = ACTIONS(1134), - [anon_sym___fastcall] = ACTIONS(1134), - [anon_sym___thiscall] = ACTIONS(1134), - [anon_sym___vectorcall] = ACTIONS(1134), - [anon_sym_LBRACE] = ACTIONS(1136), - [anon_sym_static] = ACTIONS(1134), - [anon_sym_auto] = ACTIONS(1134), - [anon_sym_register] = ACTIONS(1134), - [anon_sym_inline] = ACTIONS(1134), - [anon_sym_const] = ACTIONS(1134), - [anon_sym_volatile] = ACTIONS(1134), - [anon_sym_restrict] = ACTIONS(1134), - [anon_sym___restrict__] = ACTIONS(1134), - [anon_sym__Atomic] = ACTIONS(1134), - [anon_sym__Noreturn] = ACTIONS(1134), - [anon_sym_signed] = ACTIONS(1134), - [anon_sym_unsigned] = ACTIONS(1134), - [anon_sym_long] = ACTIONS(1134), - [anon_sym_short] = ACTIONS(1134), - [sym_primitive_type] = ACTIONS(1134), - [anon_sym_enum] = ACTIONS(1134), - [anon_sym_struct] = ACTIONS(1134), - [anon_sym_union] = ACTIONS(1134), - [anon_sym_if] = ACTIONS(1134), - [anon_sym_switch] = ACTIONS(1134), - [anon_sym_case] = ACTIONS(1134), - [anon_sym_default] = ACTIONS(1134), - [anon_sym_while] = ACTIONS(1134), - [anon_sym_do] = ACTIONS(1134), - [anon_sym_for] = ACTIONS(1134), - [anon_sym_return] = ACTIONS(1134), - [anon_sym_break] = ACTIONS(1134), - [anon_sym_continue] = ACTIONS(1134), - [anon_sym_goto] = ACTIONS(1134), - [anon_sym_DASH_DASH] = ACTIONS(1136), - [anon_sym_PLUS_PLUS] = ACTIONS(1136), - [anon_sym_sizeof] = ACTIONS(1134), - [anon_sym_offsetof] = ACTIONS(1134), - [anon_sym__Generic] = ACTIONS(1134), - [anon_sym_asm] = ACTIONS(1134), - [anon_sym___asm__] = ACTIONS(1134), - [sym_number_literal] = ACTIONS(1136), - [anon_sym_L_SQUOTE] = ACTIONS(1136), - [anon_sym_u_SQUOTE] = ACTIONS(1136), - [anon_sym_U_SQUOTE] = ACTIONS(1136), - [anon_sym_u8_SQUOTE] = ACTIONS(1136), - [anon_sym_SQUOTE] = ACTIONS(1136), - [anon_sym_L_DQUOTE] = ACTIONS(1136), - [anon_sym_u_DQUOTE] = ACTIONS(1136), - [anon_sym_U_DQUOTE] = ACTIONS(1136), - [anon_sym_u8_DQUOTE] = ACTIONS(1136), - [anon_sym_DQUOTE] = ACTIONS(1136), - [sym_true] = ACTIONS(1134), - [sym_false] = ACTIONS(1134), - [sym_null] = ACTIONS(1134), - [sym_comment] = ACTIONS(3), - }, - [138] = { - [sym_attribute_declaration] = STATE(155), - [sym_compound_statement] = STATE(89), - [sym_attributed_statement] = STATE(89), - [sym_labeled_statement] = STATE(89), - [sym_expression_statement] = STATE(89), - [sym_if_statement] = STATE(89), - [sym_switch_statement] = STATE(89), - [sym_case_statement] = STATE(89), - [sym_while_statement] = STATE(89), - [sym_do_statement] = STATE(89), - [sym_for_statement] = STATE(89), - [sym_return_statement] = STATE(89), - [sym_break_statement] = STATE(89), - [sym_continue_statement] = STATE(89), - [sym_goto_statement] = STATE(89), - [sym__expression] = STATE(799), - [sym_comma_expression] = STATE(1450), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [124] = { + [sym_attribute_declaration] = STATE(131), + [sym_compound_statement] = STATE(303), + [sym_attributed_statement] = STATE(303), + [sym_labeled_statement] = STATE(303), + [sym_expression_statement] = STATE(303), + [sym_if_statement] = STATE(303), + [sym_switch_statement] = STATE(303), + [sym_case_statement] = STATE(303), + [sym_while_statement] = STATE(303), + [sym_do_statement] = STATE(303), + [sym_for_statement] = STATE(303), + [sym_return_statement] = STATE(303), + [sym_break_statement] = STATE(303), + [sym_continue_statement] = STATE(303), + [sym_goto_statement] = STATE(303), + [sym__expression] = STATE(822), + [sym_comma_expression] = STATE(1443), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [sym_identifier] = ACTIONS(1088), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(131), + [sym_identifier] = ACTIONS(1064), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -28455,20 +27397,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(115), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(121), - [anon_sym_if] = ACTIONS(123), - [anon_sym_switch] = ACTIONS(125), - [anon_sym_case] = ACTIONS(127), - [anon_sym_default] = ACTIONS(129), - [anon_sym_while] = ACTIONS(131), - [anon_sym_do] = ACTIONS(133), - [anon_sym_for] = ACTIONS(135), - [anon_sym_return] = ACTIONS(137), - [anon_sym_break] = ACTIONS(139), - [anon_sym_continue] = ACTIONS(141), - [anon_sym_goto] = ACTIONS(143), + [anon_sym_SEMI] = ACTIONS(328), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(334), + [anon_sym_if] = ACTIONS(338), + [anon_sym_switch] = ACTIONS(340), + [anon_sym_case] = ACTIONS(342), + [anon_sym_default] = ACTIONS(344), + [anon_sym_while] = ACTIONS(346), + [anon_sym_do] = ACTIONS(348), + [anon_sym_for] = ACTIONS(350), + [anon_sym_return] = ACTIONS(352), + [anon_sym_break] = ACTIONS(354), + [anon_sym_continue] = ACTIONS(356), + [anon_sym_goto] = ACTIONS(358), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -28492,45 +27434,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [139] = { - [sym_attribute_declaration] = STATE(155), - [sym_compound_statement] = STATE(90), - [sym_attributed_statement] = STATE(90), - [sym_labeled_statement] = STATE(90), - [sym_expression_statement] = STATE(90), - [sym_if_statement] = STATE(90), - [sym_switch_statement] = STATE(90), - [sym_case_statement] = STATE(90), - [sym_while_statement] = STATE(90), - [sym_do_statement] = STATE(90), - [sym_for_statement] = STATE(90), - [sym_return_statement] = STATE(90), - [sym_break_statement] = STATE(90), - [sym_continue_statement] = STATE(90), - [sym_goto_statement] = STATE(90), - [sym__expression] = STATE(799), - [sym_comma_expression] = STATE(1450), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [125] = { + [sym_attribute_declaration] = STATE(117), + [sym_compound_statement] = STATE(297), + [sym_attributed_statement] = STATE(297), + [sym_labeled_statement] = STATE(297), + [sym_expression_statement] = STATE(297), + [sym_if_statement] = STATE(297), + [sym_switch_statement] = STATE(297), + [sym_case_statement] = STATE(297), + [sym_while_statement] = STATE(297), + [sym_do_statement] = STATE(297), + [sym_for_statement] = STATE(297), + [sym_return_statement] = STATE(297), + [sym_break_statement] = STATE(297), + [sym_continue_statement] = STATE(297), + [sym_goto_statement] = STATE(297), + [sym__expression] = STATE(777), + [sym_comma_expression] = STATE(1392), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [sym_identifier] = ACTIONS(1088), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(117), + [sym_identifier] = ACTIONS(1154), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -28538,20 +27480,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(115), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(121), - [anon_sym_if] = ACTIONS(123), - [anon_sym_switch] = ACTIONS(125), - [anon_sym_case] = ACTIONS(127), - [anon_sym_default] = ACTIONS(129), - [anon_sym_while] = ACTIONS(131), - [anon_sym_do] = ACTIONS(133), - [anon_sym_for] = ACTIONS(135), - [anon_sym_return] = ACTIONS(137), - [anon_sym_break] = ACTIONS(139), - [anon_sym_continue] = ACTIONS(141), - [anon_sym_goto] = ACTIONS(143), + [anon_sym_SEMI] = ACTIONS(374), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(380), + [anon_sym_if] = ACTIONS(382), + [anon_sym_switch] = ACTIONS(384), + [anon_sym_case] = ACTIONS(386), + [anon_sym_default] = ACTIONS(388), + [anon_sym_while] = ACTIONS(390), + [anon_sym_do] = ACTIONS(392), + [anon_sym_for] = ACTIONS(394), + [anon_sym_return] = ACTIONS(396), + [anon_sym_break] = ACTIONS(398), + [anon_sym_continue] = ACTIONS(400), + [anon_sym_goto] = ACTIONS(402), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -28575,377 +27517,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [140] = { - [sym_identifier] = ACTIONS(1138), - [aux_sym_preproc_include_token1] = ACTIONS(1138), - [aux_sym_preproc_def_token1] = ACTIONS(1138), - [aux_sym_preproc_if_token1] = ACTIONS(1138), - [aux_sym_preproc_if_token2] = ACTIONS(1138), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1138), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1138), - [aux_sym_preproc_else_token1] = ACTIONS(1138), - [aux_sym_preproc_elif_token1] = ACTIONS(1138), - [sym_preproc_directive] = ACTIONS(1138), - [anon_sym_LPAREN2] = ACTIONS(1140), - [anon_sym_BANG] = ACTIONS(1140), - [anon_sym_TILDE] = ACTIONS(1140), - [anon_sym_DASH] = ACTIONS(1138), - [anon_sym_PLUS] = ACTIONS(1138), - [anon_sym_STAR] = ACTIONS(1140), - [anon_sym_AMP] = ACTIONS(1140), - [anon_sym_SEMI] = ACTIONS(1140), - [anon_sym_typedef] = ACTIONS(1138), - [anon_sym_extern] = ACTIONS(1138), - [anon_sym___attribute__] = ACTIONS(1138), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1140), - [anon_sym___declspec] = ACTIONS(1138), - [anon_sym___cdecl] = ACTIONS(1138), - [anon_sym___clrcall] = ACTIONS(1138), - [anon_sym___stdcall] = ACTIONS(1138), - [anon_sym___fastcall] = ACTIONS(1138), - [anon_sym___thiscall] = ACTIONS(1138), - [anon_sym___vectorcall] = ACTIONS(1138), - [anon_sym_LBRACE] = ACTIONS(1140), - [anon_sym_static] = ACTIONS(1138), - [anon_sym_auto] = ACTIONS(1138), - [anon_sym_register] = ACTIONS(1138), - [anon_sym_inline] = ACTIONS(1138), - [anon_sym_const] = ACTIONS(1138), - [anon_sym_volatile] = ACTIONS(1138), - [anon_sym_restrict] = ACTIONS(1138), - [anon_sym___restrict__] = ACTIONS(1138), - [anon_sym__Atomic] = ACTIONS(1138), - [anon_sym__Noreturn] = ACTIONS(1138), - [anon_sym_signed] = ACTIONS(1138), - [anon_sym_unsigned] = ACTIONS(1138), - [anon_sym_long] = ACTIONS(1138), - [anon_sym_short] = ACTIONS(1138), - [sym_primitive_type] = ACTIONS(1138), - [anon_sym_enum] = ACTIONS(1138), - [anon_sym_struct] = ACTIONS(1138), - [anon_sym_union] = ACTIONS(1138), - [anon_sym_if] = ACTIONS(1138), - [anon_sym_switch] = ACTIONS(1138), - [anon_sym_case] = ACTIONS(1138), - [anon_sym_default] = ACTIONS(1138), - [anon_sym_while] = ACTIONS(1138), - [anon_sym_do] = ACTIONS(1138), - [anon_sym_for] = ACTIONS(1138), - [anon_sym_return] = ACTIONS(1138), - [anon_sym_break] = ACTIONS(1138), - [anon_sym_continue] = ACTIONS(1138), - [anon_sym_goto] = ACTIONS(1138), - [anon_sym_DASH_DASH] = ACTIONS(1140), - [anon_sym_PLUS_PLUS] = ACTIONS(1140), - [anon_sym_sizeof] = ACTIONS(1138), - [anon_sym_offsetof] = ACTIONS(1138), - [anon_sym__Generic] = ACTIONS(1138), - [anon_sym_asm] = ACTIONS(1138), - [anon_sym___asm__] = ACTIONS(1138), - [sym_number_literal] = ACTIONS(1140), - [anon_sym_L_SQUOTE] = ACTIONS(1140), - [anon_sym_u_SQUOTE] = ACTIONS(1140), - [anon_sym_U_SQUOTE] = ACTIONS(1140), - [anon_sym_u8_SQUOTE] = ACTIONS(1140), - [anon_sym_SQUOTE] = ACTIONS(1140), - [anon_sym_L_DQUOTE] = ACTIONS(1140), - [anon_sym_u_DQUOTE] = ACTIONS(1140), - [anon_sym_U_DQUOTE] = ACTIONS(1140), - [anon_sym_u8_DQUOTE] = ACTIONS(1140), - [anon_sym_DQUOTE] = ACTIONS(1140), - [sym_true] = ACTIONS(1138), - [sym_false] = ACTIONS(1138), - [sym_null] = ACTIONS(1138), - [sym_comment] = ACTIONS(3), - }, - [141] = { - [sym_identifier] = ACTIONS(1142), - [aux_sym_preproc_include_token1] = ACTIONS(1142), - [aux_sym_preproc_def_token1] = ACTIONS(1142), - [aux_sym_preproc_if_token1] = ACTIONS(1142), - [aux_sym_preproc_if_token2] = ACTIONS(1142), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1142), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1142), - [aux_sym_preproc_else_token1] = ACTIONS(1142), - [aux_sym_preproc_elif_token1] = ACTIONS(1142), - [sym_preproc_directive] = ACTIONS(1142), - [anon_sym_LPAREN2] = ACTIONS(1144), - [anon_sym_BANG] = ACTIONS(1144), - [anon_sym_TILDE] = ACTIONS(1144), - [anon_sym_DASH] = ACTIONS(1142), - [anon_sym_PLUS] = ACTIONS(1142), - [anon_sym_STAR] = ACTIONS(1144), - [anon_sym_AMP] = ACTIONS(1144), - [anon_sym_SEMI] = ACTIONS(1144), - [anon_sym_typedef] = ACTIONS(1142), - [anon_sym_extern] = ACTIONS(1142), - [anon_sym___attribute__] = ACTIONS(1142), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1144), - [anon_sym___declspec] = ACTIONS(1142), - [anon_sym___cdecl] = ACTIONS(1142), - [anon_sym___clrcall] = ACTIONS(1142), - [anon_sym___stdcall] = ACTIONS(1142), - [anon_sym___fastcall] = ACTIONS(1142), - [anon_sym___thiscall] = ACTIONS(1142), - [anon_sym___vectorcall] = ACTIONS(1142), - [anon_sym_LBRACE] = ACTIONS(1144), - [anon_sym_static] = ACTIONS(1142), - [anon_sym_auto] = ACTIONS(1142), - [anon_sym_register] = ACTIONS(1142), - [anon_sym_inline] = ACTIONS(1142), - [anon_sym_const] = ACTIONS(1142), - [anon_sym_volatile] = ACTIONS(1142), - [anon_sym_restrict] = ACTIONS(1142), - [anon_sym___restrict__] = ACTIONS(1142), - [anon_sym__Atomic] = ACTIONS(1142), - [anon_sym__Noreturn] = ACTIONS(1142), - [anon_sym_signed] = ACTIONS(1142), - [anon_sym_unsigned] = ACTIONS(1142), - [anon_sym_long] = ACTIONS(1142), - [anon_sym_short] = ACTIONS(1142), - [sym_primitive_type] = ACTIONS(1142), - [anon_sym_enum] = ACTIONS(1142), - [anon_sym_struct] = ACTIONS(1142), - [anon_sym_union] = ACTIONS(1142), - [anon_sym_if] = ACTIONS(1142), - [anon_sym_switch] = ACTIONS(1142), - [anon_sym_case] = ACTIONS(1142), - [anon_sym_default] = ACTIONS(1142), - [anon_sym_while] = ACTIONS(1142), - [anon_sym_do] = ACTIONS(1142), - [anon_sym_for] = ACTIONS(1142), - [anon_sym_return] = ACTIONS(1142), - [anon_sym_break] = ACTIONS(1142), - [anon_sym_continue] = ACTIONS(1142), - [anon_sym_goto] = ACTIONS(1142), - [anon_sym_DASH_DASH] = ACTIONS(1144), - [anon_sym_PLUS_PLUS] = ACTIONS(1144), - [anon_sym_sizeof] = ACTIONS(1142), - [anon_sym_offsetof] = ACTIONS(1142), - [anon_sym__Generic] = ACTIONS(1142), - [anon_sym_asm] = ACTIONS(1142), - [anon_sym___asm__] = ACTIONS(1142), - [sym_number_literal] = ACTIONS(1144), - [anon_sym_L_SQUOTE] = ACTIONS(1144), - [anon_sym_u_SQUOTE] = ACTIONS(1144), - [anon_sym_U_SQUOTE] = ACTIONS(1144), - [anon_sym_u8_SQUOTE] = ACTIONS(1144), - [anon_sym_SQUOTE] = ACTIONS(1144), - [anon_sym_L_DQUOTE] = ACTIONS(1144), - [anon_sym_u_DQUOTE] = ACTIONS(1144), - [anon_sym_U_DQUOTE] = ACTIONS(1144), - [anon_sym_u8_DQUOTE] = ACTIONS(1144), - [anon_sym_DQUOTE] = ACTIONS(1144), - [sym_true] = ACTIONS(1142), - [sym_false] = ACTIONS(1142), - [sym_null] = ACTIONS(1142), - [sym_comment] = ACTIONS(3), - }, - [142] = { - [sym_attribute_declaration] = STATE(142), - [sym_compound_statement] = STATE(85), - [sym_attributed_statement] = STATE(85), - [sym_labeled_statement] = STATE(85), - [sym_expression_statement] = STATE(85), - [sym_if_statement] = STATE(85), - [sym_switch_statement] = STATE(85), - [sym_case_statement] = STATE(85), - [sym_while_statement] = STATE(85), - [sym_do_statement] = STATE(85), - [sym_for_statement] = STATE(85), - [sym_return_statement] = STATE(85), - [sym_break_statement] = STATE(85), - [sym_continue_statement] = STATE(85), - [sym_goto_statement] = STATE(85), - [sym__expression] = STATE(799), - [sym_comma_expression] = STATE(1450), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), - [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), - [sym_subscript_expression] = STATE(636), - [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), - [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), - [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(142), - [sym_identifier] = ACTIONS(1146), - [anon_sym_LPAREN2] = ACTIONS(1149), - [anon_sym_BANG] = ACTIONS(1152), - [anon_sym_TILDE] = ACTIONS(1152), - [anon_sym_DASH] = ACTIONS(1155), - [anon_sym_PLUS] = ACTIONS(1155), - [anon_sym_STAR] = ACTIONS(1158), - [anon_sym_AMP] = ACTIONS(1158), - [anon_sym_SEMI] = ACTIONS(1161), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1164), - [anon_sym_LBRACE] = ACTIONS(1167), - [anon_sym_if] = ACTIONS(1170), - [anon_sym_switch] = ACTIONS(1173), - [anon_sym_case] = ACTIONS(1176), - [anon_sym_default] = ACTIONS(1179), - [anon_sym_while] = ACTIONS(1182), - [anon_sym_do] = ACTIONS(1185), - [anon_sym_for] = ACTIONS(1188), - [anon_sym_return] = ACTIONS(1191), - [anon_sym_break] = ACTIONS(1194), - [anon_sym_continue] = ACTIONS(1197), - [anon_sym_goto] = ACTIONS(1200), - [anon_sym_DASH_DASH] = ACTIONS(1203), - [anon_sym_PLUS_PLUS] = ACTIONS(1203), - [anon_sym_sizeof] = ACTIONS(1206), - [anon_sym_offsetof] = ACTIONS(1209), - [anon_sym__Generic] = ACTIONS(1212), - [anon_sym_asm] = ACTIONS(1215), - [anon_sym___asm__] = ACTIONS(1215), - [sym_number_literal] = ACTIONS(1218), - [anon_sym_L_SQUOTE] = ACTIONS(1221), - [anon_sym_u_SQUOTE] = ACTIONS(1221), - [anon_sym_U_SQUOTE] = ACTIONS(1221), - [anon_sym_u8_SQUOTE] = ACTIONS(1221), - [anon_sym_SQUOTE] = ACTIONS(1221), - [anon_sym_L_DQUOTE] = ACTIONS(1224), - [anon_sym_u_DQUOTE] = ACTIONS(1224), - [anon_sym_U_DQUOTE] = ACTIONS(1224), - [anon_sym_u8_DQUOTE] = ACTIONS(1224), - [anon_sym_DQUOTE] = ACTIONS(1224), - [sym_true] = ACTIONS(1227), - [sym_false] = ACTIONS(1227), - [sym_null] = ACTIONS(1227), - [sym_comment] = ACTIONS(3), - }, - [143] = { - [sym_identifier] = ACTIONS(1230), - [aux_sym_preproc_include_token1] = ACTIONS(1230), - [aux_sym_preproc_def_token1] = ACTIONS(1230), - [aux_sym_preproc_if_token1] = ACTIONS(1230), - [aux_sym_preproc_if_token2] = ACTIONS(1230), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1230), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1230), - [aux_sym_preproc_else_token1] = ACTIONS(1230), - [aux_sym_preproc_elif_token1] = ACTIONS(1230), - [sym_preproc_directive] = ACTIONS(1230), - [anon_sym_LPAREN2] = ACTIONS(1232), - [anon_sym_BANG] = ACTIONS(1232), - [anon_sym_TILDE] = ACTIONS(1232), - [anon_sym_DASH] = ACTIONS(1230), - [anon_sym_PLUS] = ACTIONS(1230), - [anon_sym_STAR] = ACTIONS(1232), - [anon_sym_AMP] = ACTIONS(1232), - [anon_sym_SEMI] = ACTIONS(1232), - [anon_sym_typedef] = ACTIONS(1230), - [anon_sym_extern] = ACTIONS(1230), - [anon_sym___attribute__] = ACTIONS(1230), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1232), - [anon_sym___declspec] = ACTIONS(1230), - [anon_sym___cdecl] = ACTIONS(1230), - [anon_sym___clrcall] = ACTIONS(1230), - [anon_sym___stdcall] = ACTIONS(1230), - [anon_sym___fastcall] = ACTIONS(1230), - [anon_sym___thiscall] = ACTIONS(1230), - [anon_sym___vectorcall] = ACTIONS(1230), - [anon_sym_LBRACE] = ACTIONS(1232), - [anon_sym_static] = ACTIONS(1230), - [anon_sym_auto] = ACTIONS(1230), - [anon_sym_register] = ACTIONS(1230), - [anon_sym_inline] = ACTIONS(1230), - [anon_sym_const] = ACTIONS(1230), - [anon_sym_volatile] = ACTIONS(1230), - [anon_sym_restrict] = ACTIONS(1230), - [anon_sym___restrict__] = ACTIONS(1230), - [anon_sym__Atomic] = ACTIONS(1230), - [anon_sym__Noreturn] = ACTIONS(1230), - [anon_sym_signed] = ACTIONS(1230), - [anon_sym_unsigned] = ACTIONS(1230), - [anon_sym_long] = ACTIONS(1230), - [anon_sym_short] = ACTIONS(1230), - [sym_primitive_type] = ACTIONS(1230), - [anon_sym_enum] = ACTIONS(1230), - [anon_sym_struct] = ACTIONS(1230), - [anon_sym_union] = ACTIONS(1230), - [anon_sym_if] = ACTIONS(1230), - [anon_sym_switch] = ACTIONS(1230), - [anon_sym_case] = ACTIONS(1230), - [anon_sym_default] = ACTIONS(1230), - [anon_sym_while] = ACTIONS(1230), - [anon_sym_do] = ACTIONS(1230), - [anon_sym_for] = ACTIONS(1230), - [anon_sym_return] = ACTIONS(1230), - [anon_sym_break] = ACTIONS(1230), - [anon_sym_continue] = ACTIONS(1230), - [anon_sym_goto] = ACTIONS(1230), - [anon_sym_DASH_DASH] = ACTIONS(1232), - [anon_sym_PLUS_PLUS] = ACTIONS(1232), - [anon_sym_sizeof] = ACTIONS(1230), - [anon_sym_offsetof] = ACTIONS(1230), - [anon_sym__Generic] = ACTIONS(1230), - [anon_sym_asm] = ACTIONS(1230), - [anon_sym___asm__] = ACTIONS(1230), - [sym_number_literal] = ACTIONS(1232), - [anon_sym_L_SQUOTE] = ACTIONS(1232), - [anon_sym_u_SQUOTE] = ACTIONS(1232), - [anon_sym_U_SQUOTE] = ACTIONS(1232), - [anon_sym_u8_SQUOTE] = ACTIONS(1232), - [anon_sym_SQUOTE] = ACTIONS(1232), - [anon_sym_L_DQUOTE] = ACTIONS(1232), - [anon_sym_u_DQUOTE] = ACTIONS(1232), - [anon_sym_U_DQUOTE] = ACTIONS(1232), - [anon_sym_u8_DQUOTE] = ACTIONS(1232), - [anon_sym_DQUOTE] = ACTIONS(1232), - [sym_true] = ACTIONS(1230), - [sym_false] = ACTIONS(1230), - [sym_null] = ACTIONS(1230), - [sym_comment] = ACTIONS(3), - }, - [144] = { - [sym_attribute_declaration] = STATE(155), - [sym_compound_statement] = STATE(93), - [sym_attributed_statement] = STATE(93), - [sym_labeled_statement] = STATE(93), - [sym_expression_statement] = STATE(93), - [sym_if_statement] = STATE(93), - [sym_switch_statement] = STATE(93), - [sym_case_statement] = STATE(93), - [sym_while_statement] = STATE(93), - [sym_do_statement] = STATE(93), - [sym_for_statement] = STATE(93), - [sym_return_statement] = STATE(93), - [sym_break_statement] = STATE(93), - [sym_continue_statement] = STATE(93), - [sym_goto_statement] = STATE(93), - [sym__expression] = STATE(799), - [sym_comma_expression] = STATE(1450), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [126] = { + [sym_attribute_declaration] = STATE(117), + [sym_compound_statement] = STATE(298), + [sym_attributed_statement] = STATE(298), + [sym_labeled_statement] = STATE(298), + [sym_expression_statement] = STATE(298), + [sym_if_statement] = STATE(298), + [sym_switch_statement] = STATE(298), + [sym_case_statement] = STATE(298), + [sym_while_statement] = STATE(298), + [sym_do_statement] = STATE(298), + [sym_for_statement] = STATE(298), + [sym_return_statement] = STATE(298), + [sym_break_statement] = STATE(298), + [sym_continue_statement] = STATE(298), + [sym_goto_statement] = STATE(298), + [sym__expression] = STATE(777), + [sym_comma_expression] = STATE(1392), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [sym_identifier] = ACTIONS(1088), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(117), + [sym_identifier] = ACTIONS(1154), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -28953,20 +27563,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(115), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(121), - [anon_sym_if] = ACTIONS(123), - [anon_sym_switch] = ACTIONS(125), - [anon_sym_case] = ACTIONS(127), - [anon_sym_default] = ACTIONS(129), - [anon_sym_while] = ACTIONS(131), - [anon_sym_do] = ACTIONS(133), - [anon_sym_for] = ACTIONS(135), - [anon_sym_return] = ACTIONS(137), - [anon_sym_break] = ACTIONS(139), - [anon_sym_continue] = ACTIONS(141), - [anon_sym_goto] = ACTIONS(143), + [anon_sym_SEMI] = ACTIONS(374), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(380), + [anon_sym_if] = ACTIONS(382), + [anon_sym_switch] = ACTIONS(384), + [anon_sym_case] = ACTIONS(386), + [anon_sym_default] = ACTIONS(388), + [anon_sym_while] = ACTIONS(390), + [anon_sym_do] = ACTIONS(392), + [anon_sym_for] = ACTIONS(394), + [anon_sym_return] = ACTIONS(396), + [anon_sym_break] = ACTIONS(398), + [anon_sym_continue] = ACTIONS(400), + [anon_sym_goto] = ACTIONS(402), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -28990,45 +27600,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [145] = { - [sym_attribute_declaration] = STATE(155), - [sym_compound_statement] = STATE(78), - [sym_attributed_statement] = STATE(78), - [sym_labeled_statement] = STATE(78), - [sym_expression_statement] = STATE(78), - [sym_if_statement] = STATE(78), - [sym_switch_statement] = STATE(78), - [sym_case_statement] = STATE(78), - [sym_while_statement] = STATE(78), - [sym_do_statement] = STATE(78), - [sym_for_statement] = STATE(78), - [sym_return_statement] = STATE(78), - [sym_break_statement] = STATE(78), - [sym_continue_statement] = STATE(78), - [sym_goto_statement] = STATE(78), - [sym__expression] = STATE(799), - [sym_comma_expression] = STATE(1450), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [127] = { + [sym_attribute_declaration] = STATE(117), + [sym_compound_statement] = STATE(299), + [sym_attributed_statement] = STATE(299), + [sym_labeled_statement] = STATE(299), + [sym_expression_statement] = STATE(299), + [sym_if_statement] = STATE(299), + [sym_switch_statement] = STATE(299), + [sym_case_statement] = STATE(299), + [sym_while_statement] = STATE(299), + [sym_do_statement] = STATE(299), + [sym_for_statement] = STATE(299), + [sym_return_statement] = STATE(299), + [sym_break_statement] = STATE(299), + [sym_continue_statement] = STATE(299), + [sym_goto_statement] = STATE(299), + [sym__expression] = STATE(777), + [sym_comma_expression] = STATE(1392), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [sym_identifier] = ACTIONS(1088), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(117), + [sym_identifier] = ACTIONS(1154), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -29036,20 +27646,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(115), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(121), - [anon_sym_if] = ACTIONS(123), - [anon_sym_switch] = ACTIONS(125), - [anon_sym_case] = ACTIONS(127), - [anon_sym_default] = ACTIONS(129), - [anon_sym_while] = ACTIONS(131), - [anon_sym_do] = ACTIONS(133), - [anon_sym_for] = ACTIONS(135), - [anon_sym_return] = ACTIONS(137), - [anon_sym_break] = ACTIONS(139), - [anon_sym_continue] = ACTIONS(141), - [anon_sym_goto] = ACTIONS(143), + [anon_sym_SEMI] = ACTIONS(374), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(380), + [anon_sym_if] = ACTIONS(382), + [anon_sym_switch] = ACTIONS(384), + [anon_sym_case] = ACTIONS(386), + [anon_sym_default] = ACTIONS(388), + [anon_sym_while] = ACTIONS(390), + [anon_sym_do] = ACTIONS(392), + [anon_sym_for] = ACTIONS(394), + [anon_sym_return] = ACTIONS(396), + [anon_sym_break] = ACTIONS(398), + [anon_sym_continue] = ACTIONS(400), + [anon_sym_goto] = ACTIONS(402), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -29073,45 +27683,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [146] = { - [sym_attribute_declaration] = STATE(152), - [sym_compound_statement] = STATE(231), - [sym_attributed_statement] = STATE(231), - [sym_labeled_statement] = STATE(231), - [sym_expression_statement] = STATE(231), - [sym_if_statement] = STATE(231), - [sym_switch_statement] = STATE(231), - [sym_case_statement] = STATE(231), - [sym_while_statement] = STATE(231), - [sym_do_statement] = STATE(231), - [sym_for_statement] = STATE(231), - [sym_return_statement] = STATE(231), - [sym_break_statement] = STATE(231), - [sym_continue_statement] = STATE(231), - [sym_goto_statement] = STATE(231), - [sym__expression] = STATE(780), - [sym_comma_expression] = STATE(1381), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [128] = { + [sym_attribute_declaration] = STATE(135), + [sym_compound_statement] = STATE(261), + [sym_attributed_statement] = STATE(261), + [sym_labeled_statement] = STATE(261), + [sym_expression_statement] = STATE(261), + [sym_if_statement] = STATE(261), + [sym_switch_statement] = STATE(261), + [sym_case_statement] = STATE(261), + [sym_while_statement] = STATE(261), + [sym_do_statement] = STATE(261), + [sym_for_statement] = STATE(261), + [sym_return_statement] = STATE(261), + [sym_break_statement] = STATE(261), + [sym_continue_statement] = STATE(261), + [sym_goto_statement] = STATE(261), + [sym__expression] = STATE(789), + [sym_comma_expression] = STATE(1475), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(152), - [sym_identifier] = ACTIONS(1234), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(135), + [sym_identifier] = ACTIONS(1068), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -29119,20 +27729,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(384), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(390), - [anon_sym_if] = ACTIONS(392), - [anon_sym_switch] = ACTIONS(394), - [anon_sym_case] = ACTIONS(396), - [anon_sym_default] = ACTIONS(398), - [anon_sym_while] = ACTIONS(400), - [anon_sym_do] = ACTIONS(402), - [anon_sym_for] = ACTIONS(404), - [anon_sym_return] = ACTIONS(406), - [anon_sym_break] = ACTIONS(408), - [anon_sym_continue] = ACTIONS(410), - [anon_sym_goto] = ACTIONS(412), + [anon_sym_SEMI] = ACTIONS(27), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(41), + [anon_sym_if] = ACTIONS(57), + [anon_sym_switch] = ACTIONS(59), + [anon_sym_case] = ACTIONS(61), + [anon_sym_default] = ACTIONS(63), + [anon_sym_while] = ACTIONS(65), + [anon_sym_do] = ACTIONS(67), + [anon_sym_for] = ACTIONS(69), + [anon_sym_return] = ACTIONS(71), + [anon_sym_break] = ACTIONS(73), + [anon_sym_continue] = ACTIONS(75), + [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -29156,45 +27766,128 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [147] = { - [sym_attribute_declaration] = STATE(146), - [sym_compound_statement] = STATE(207), - [sym_attributed_statement] = STATE(207), - [sym_labeled_statement] = STATE(207), - [sym_expression_statement] = STATE(207), - [sym_if_statement] = STATE(207), - [sym_switch_statement] = STATE(207), - [sym_case_statement] = STATE(207), - [sym_while_statement] = STATE(207), - [sym_do_statement] = STATE(207), - [sym_for_statement] = STATE(207), - [sym_return_statement] = STATE(207), - [sym_break_statement] = STATE(207), - [sym_continue_statement] = STATE(207), - [sym_goto_statement] = STATE(207), - [sym__expression] = STATE(780), - [sym_comma_expression] = STATE(1381), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [129] = { + [sym_attribute_declaration] = STATE(129), + [sym_compound_statement] = STATE(233), + [sym_attributed_statement] = STATE(233), + [sym_labeled_statement] = STATE(233), + [sym_expression_statement] = STATE(233), + [sym_if_statement] = STATE(233), + [sym_switch_statement] = STATE(233), + [sym_case_statement] = STATE(233), + [sym_while_statement] = STATE(233), + [sym_do_statement] = STATE(233), + [sym_for_statement] = STATE(233), + [sym_return_statement] = STATE(233), + [sym_break_statement] = STATE(233), + [sym_continue_statement] = STATE(233), + [sym_goto_statement] = STATE(233), + [sym__expression] = STATE(822), + [sym_comma_expression] = STATE(1443), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), + [sym_pointer_expression] = STATE(636), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), + [sym_subscript_expression] = STATE(636), + [sym_call_expression] = STATE(636), + [sym_gnu_asm_expression] = STATE(635), + [sym_field_expression] = STATE(636), + [sym_compound_literal_expression] = STATE(635), + [sym_parenthesized_expression] = STATE(636), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(129), + [sym_identifier] = ACTIONS(1158), + [anon_sym_LPAREN2] = ACTIONS(1073), + [anon_sym_BANG] = ACTIONS(1076), + [anon_sym_TILDE] = ACTIONS(1076), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_PLUS] = ACTIONS(1079), + [anon_sym_STAR] = ACTIONS(1082), + [anon_sym_AMP] = ACTIONS(1082), + [anon_sym_SEMI] = ACTIONS(1161), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1088), + [anon_sym_LBRACE] = ACTIONS(1164), + [anon_sym_if] = ACTIONS(1167), + [anon_sym_switch] = ACTIONS(1170), + [anon_sym_case] = ACTIONS(1173), + [anon_sym_default] = ACTIONS(1176), + [anon_sym_while] = ACTIONS(1179), + [anon_sym_do] = ACTIONS(1182), + [anon_sym_for] = ACTIONS(1185), + [anon_sym_return] = ACTIONS(1188), + [anon_sym_break] = ACTIONS(1191), + [anon_sym_continue] = ACTIONS(1194), + [anon_sym_goto] = ACTIONS(1197), + [anon_sym_DASH_DASH] = ACTIONS(1127), + [anon_sym_PLUS_PLUS] = ACTIONS(1127), + [anon_sym_sizeof] = ACTIONS(1130), + [anon_sym_offsetof] = ACTIONS(1133), + [anon_sym__Generic] = ACTIONS(1136), + [anon_sym_asm] = ACTIONS(1139), + [anon_sym___asm__] = ACTIONS(1139), + [sym_number_literal] = ACTIONS(1142), + [anon_sym_L_SQUOTE] = ACTIONS(1145), + [anon_sym_u_SQUOTE] = ACTIONS(1145), + [anon_sym_U_SQUOTE] = ACTIONS(1145), + [anon_sym_u8_SQUOTE] = ACTIONS(1145), + [anon_sym_SQUOTE] = ACTIONS(1145), + [anon_sym_L_DQUOTE] = ACTIONS(1148), + [anon_sym_u_DQUOTE] = ACTIONS(1148), + [anon_sym_U_DQUOTE] = ACTIONS(1148), + [anon_sym_u8_DQUOTE] = ACTIONS(1148), + [anon_sym_DQUOTE] = ACTIONS(1148), + [sym_true] = ACTIONS(1151), + [sym_false] = ACTIONS(1151), + [sym_null] = ACTIONS(1151), + [sym_comment] = ACTIONS(3), + }, + [130] = { + [sym_attribute_declaration] = STATE(117), + [sym_compound_statement] = STATE(301), + [sym_attributed_statement] = STATE(301), + [sym_labeled_statement] = STATE(301), + [sym_expression_statement] = STATE(301), + [sym_if_statement] = STATE(301), + [sym_switch_statement] = STATE(301), + [sym_case_statement] = STATE(301), + [sym_while_statement] = STATE(301), + [sym_do_statement] = STATE(301), + [sym_for_statement] = STATE(301), + [sym_return_statement] = STATE(301), + [sym_break_statement] = STATE(301), + [sym_continue_statement] = STATE(301), + [sym_goto_statement] = STATE(301), + [sym__expression] = STATE(777), + [sym_comma_expression] = STATE(1392), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(146), - [sym_identifier] = ACTIONS(1234), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(117), + [sym_identifier] = ACTIONS(1154), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -29202,20 +27895,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(384), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(390), - [anon_sym_if] = ACTIONS(392), - [anon_sym_switch] = ACTIONS(394), - [anon_sym_case] = ACTIONS(396), - [anon_sym_default] = ACTIONS(398), - [anon_sym_while] = ACTIONS(400), - [anon_sym_do] = ACTIONS(402), - [anon_sym_for] = ACTIONS(404), - [anon_sym_return] = ACTIONS(406), - [anon_sym_break] = ACTIONS(408), - [anon_sym_continue] = ACTIONS(410), - [anon_sym_goto] = ACTIONS(412), + [anon_sym_SEMI] = ACTIONS(374), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(380), + [anon_sym_if] = ACTIONS(382), + [anon_sym_switch] = ACTIONS(384), + [anon_sym_case] = ACTIONS(386), + [anon_sym_default] = ACTIONS(388), + [anon_sym_while] = ACTIONS(390), + [anon_sym_do] = ACTIONS(392), + [anon_sym_for] = ACTIONS(394), + [anon_sym_return] = ACTIONS(396), + [anon_sym_break] = ACTIONS(398), + [anon_sym_continue] = ACTIONS(400), + [anon_sym_goto] = ACTIONS(402), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -29239,45 +27932,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [148] = { - [sym_attribute_declaration] = STATE(159), - [sym_compound_statement] = STATE(208), - [sym_attributed_statement] = STATE(208), - [sym_labeled_statement] = STATE(208), - [sym_expression_statement] = STATE(208), - [sym_if_statement] = STATE(208), - [sym_switch_statement] = STATE(208), - [sym_case_statement] = STATE(208), - [sym_while_statement] = STATE(208), - [sym_do_statement] = STATE(208), - [sym_for_statement] = STATE(208), - [sym_return_statement] = STATE(208), - [sym_break_statement] = STATE(208), - [sym_continue_statement] = STATE(208), - [sym_goto_statement] = STATE(208), - [sym__expression] = STATE(819), - [sym_comma_expression] = STATE(1472), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [131] = { + [sym_attribute_declaration] = STATE(129), + [sym_compound_statement] = STATE(233), + [sym_attributed_statement] = STATE(233), + [sym_labeled_statement] = STATE(233), + [sym_expression_statement] = STATE(233), + [sym_if_statement] = STATE(233), + [sym_switch_statement] = STATE(233), + [sym_case_statement] = STATE(233), + [sym_while_statement] = STATE(233), + [sym_do_statement] = STATE(233), + [sym_for_statement] = STATE(233), + [sym_return_statement] = STATE(233), + [sym_break_statement] = STATE(233), + [sym_continue_statement] = STATE(233), + [sym_goto_statement] = STATE(233), + [sym__expression] = STATE(822), + [sym_comma_expression] = STATE(1443), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(159), - [sym_identifier] = ACTIONS(1084), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(129), + [sym_identifier] = ACTIONS(1064), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -29285,20 +27978,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(27), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(41), - [anon_sym_if] = ACTIONS(57), - [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(61), - [anon_sym_default] = ACTIONS(63), - [anon_sym_while] = ACTIONS(65), - [anon_sym_do] = ACTIONS(67), - [anon_sym_for] = ACTIONS(69), - [anon_sym_return] = ACTIONS(71), - [anon_sym_break] = ACTIONS(73), - [anon_sym_continue] = ACTIONS(75), - [anon_sym_goto] = ACTIONS(77), + [anon_sym_SEMI] = ACTIONS(328), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(334), + [anon_sym_if] = ACTIONS(338), + [anon_sym_switch] = ACTIONS(340), + [anon_sym_case] = ACTIONS(342), + [anon_sym_default] = ACTIONS(344), + [anon_sym_while] = ACTIONS(346), + [anon_sym_do] = ACTIONS(348), + [anon_sym_for] = ACTIONS(350), + [anon_sym_return] = ACTIONS(352), + [anon_sym_break] = ACTIONS(354), + [anon_sym_continue] = ACTIONS(356), + [anon_sym_goto] = ACTIONS(358), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -29322,45 +28015,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [149] = { - [sym_attribute_declaration] = STATE(146), - [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__expression] = STATE(780), - [sym_comma_expression] = STATE(1381), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [132] = { + [sym_attribute_declaration] = STATE(117), + [sym_compound_statement] = STATE(307), + [sym_attributed_statement] = STATE(307), + [sym_labeled_statement] = STATE(307), + [sym_expression_statement] = STATE(307), + [sym_if_statement] = STATE(307), + [sym_switch_statement] = STATE(307), + [sym_case_statement] = STATE(307), + [sym_while_statement] = STATE(307), + [sym_do_statement] = STATE(307), + [sym_for_statement] = STATE(307), + [sym_return_statement] = STATE(307), + [sym_break_statement] = STATE(307), + [sym_continue_statement] = STATE(307), + [sym_goto_statement] = STATE(307), + [sym__expression] = STATE(777), + [sym_comma_expression] = STATE(1392), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(146), - [sym_identifier] = ACTIONS(1234), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(117), + [sym_identifier] = ACTIONS(1154), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -29368,20 +28061,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(384), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(390), - [anon_sym_if] = ACTIONS(392), - [anon_sym_switch] = ACTIONS(394), - [anon_sym_case] = ACTIONS(396), - [anon_sym_default] = ACTIONS(398), - [anon_sym_while] = ACTIONS(400), - [anon_sym_do] = ACTIONS(402), - [anon_sym_for] = ACTIONS(404), - [anon_sym_return] = ACTIONS(406), - [anon_sym_break] = ACTIONS(408), - [anon_sym_continue] = ACTIONS(410), - [anon_sym_goto] = ACTIONS(412), + [anon_sym_SEMI] = ACTIONS(374), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(380), + [anon_sym_if] = ACTIONS(382), + [anon_sym_switch] = ACTIONS(384), + [anon_sym_case] = ACTIONS(386), + [anon_sym_default] = ACTIONS(388), + [anon_sym_while] = ACTIONS(390), + [anon_sym_do] = ACTIONS(392), + [anon_sym_for] = ACTIONS(394), + [anon_sym_return] = ACTIONS(396), + [anon_sym_break] = ACTIONS(398), + [anon_sym_continue] = ACTIONS(400), + [anon_sym_goto] = ACTIONS(402), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -29405,45 +28098,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [150] = { - [sym_attribute_declaration] = STATE(146), - [sym_compound_statement] = STATE(220), - [sym_attributed_statement] = STATE(220), - [sym_labeled_statement] = STATE(220), - [sym_expression_statement] = STATE(220), - [sym_if_statement] = STATE(220), - [sym_switch_statement] = STATE(220), - [sym_case_statement] = STATE(220), - [sym_while_statement] = STATE(220), - [sym_do_statement] = STATE(220), - [sym_for_statement] = STATE(220), - [sym_return_statement] = STATE(220), - [sym_break_statement] = STATE(220), - [sym_continue_statement] = STATE(220), - [sym_goto_statement] = STATE(220), - [sym__expression] = STATE(780), - [sym_comma_expression] = STATE(1381), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [133] = { + [sym_attribute_declaration] = STATE(117), + [sym_compound_statement] = STATE(308), + [sym_attributed_statement] = STATE(308), + [sym_labeled_statement] = STATE(308), + [sym_expression_statement] = STATE(308), + [sym_if_statement] = STATE(308), + [sym_switch_statement] = STATE(308), + [sym_case_statement] = STATE(308), + [sym_while_statement] = STATE(308), + [sym_do_statement] = STATE(308), + [sym_for_statement] = STATE(308), + [sym_return_statement] = STATE(308), + [sym_break_statement] = STATE(308), + [sym_continue_statement] = STATE(308), + [sym_goto_statement] = STATE(308), + [sym__expression] = STATE(777), + [sym_comma_expression] = STATE(1392), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(146), - [sym_identifier] = ACTIONS(1234), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(117), + [sym_identifier] = ACTIONS(1154), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -29451,20 +28144,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(384), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(390), - [anon_sym_if] = ACTIONS(392), - [anon_sym_switch] = ACTIONS(394), - [anon_sym_case] = ACTIONS(396), - [anon_sym_default] = ACTIONS(398), - [anon_sym_while] = ACTIONS(400), - [anon_sym_do] = ACTIONS(402), - [anon_sym_for] = ACTIONS(404), - [anon_sym_return] = ACTIONS(406), - [anon_sym_break] = ACTIONS(408), - [anon_sym_continue] = ACTIONS(410), - [anon_sym_goto] = ACTIONS(412), + [anon_sym_SEMI] = ACTIONS(374), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(380), + [anon_sym_if] = ACTIONS(382), + [anon_sym_switch] = ACTIONS(384), + [anon_sym_case] = ACTIONS(386), + [anon_sym_default] = ACTIONS(388), + [anon_sym_while] = ACTIONS(390), + [anon_sym_do] = ACTIONS(392), + [anon_sym_for] = ACTIONS(394), + [anon_sym_return] = ACTIONS(396), + [anon_sym_break] = ACTIONS(398), + [anon_sym_continue] = ACTIONS(400), + [anon_sym_goto] = ACTIONS(402), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -29488,45 +28181,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [151] = { - [sym_attribute_declaration] = STATE(155), - [sym_compound_statement] = STATE(75), - [sym_attributed_statement] = STATE(75), - [sym_labeled_statement] = STATE(75), - [sym_expression_statement] = STATE(75), - [sym_if_statement] = STATE(75), - [sym_switch_statement] = STATE(75), - [sym_case_statement] = STATE(75), - [sym_while_statement] = STATE(75), - [sym_do_statement] = STATE(75), - [sym_for_statement] = STATE(75), - [sym_return_statement] = STATE(75), - [sym_break_statement] = STATE(75), - [sym_continue_statement] = STATE(75), - [sym_goto_statement] = STATE(75), - [sym__expression] = STATE(799), - [sym_comma_expression] = STATE(1450), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [134] = { + [sym_attribute_declaration] = STATE(117), + [sym_compound_statement] = STATE(309), + [sym_attributed_statement] = STATE(309), + [sym_labeled_statement] = STATE(309), + [sym_expression_statement] = STATE(309), + [sym_if_statement] = STATE(309), + [sym_switch_statement] = STATE(309), + [sym_case_statement] = STATE(309), + [sym_while_statement] = STATE(309), + [sym_do_statement] = STATE(309), + [sym_for_statement] = STATE(309), + [sym_return_statement] = STATE(309), + [sym_break_statement] = STATE(309), + [sym_continue_statement] = STATE(309), + [sym_goto_statement] = STATE(309), + [sym__expression] = STATE(777), + [sym_comma_expression] = STATE(1392), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [sym_identifier] = ACTIONS(1088), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(117), + [sym_identifier] = ACTIONS(1154), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -29534,20 +28227,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(115), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(121), - [anon_sym_if] = ACTIONS(123), - [anon_sym_switch] = ACTIONS(125), - [anon_sym_case] = ACTIONS(127), - [anon_sym_default] = ACTIONS(129), - [anon_sym_while] = ACTIONS(131), - [anon_sym_do] = ACTIONS(133), - [anon_sym_for] = ACTIONS(135), - [anon_sym_return] = ACTIONS(137), - [anon_sym_break] = ACTIONS(139), - [anon_sym_continue] = ACTIONS(141), - [anon_sym_goto] = ACTIONS(143), + [anon_sym_SEMI] = ACTIONS(374), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(380), + [anon_sym_if] = ACTIONS(382), + [anon_sym_switch] = ACTIONS(384), + [anon_sym_case] = ACTIONS(386), + [anon_sym_default] = ACTIONS(388), + [anon_sym_while] = ACTIONS(390), + [anon_sym_do] = ACTIONS(392), + [anon_sym_for] = ACTIONS(394), + [anon_sym_return] = ACTIONS(396), + [anon_sym_break] = ACTIONS(398), + [anon_sym_continue] = ACTIONS(400), + [anon_sym_goto] = ACTIONS(402), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -29571,128 +28264,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [152] = { - [sym_attribute_declaration] = STATE(152), - [sym_compound_statement] = STATE(231), - [sym_attributed_statement] = STATE(231), - [sym_labeled_statement] = STATE(231), - [sym_expression_statement] = STATE(231), - [sym_if_statement] = STATE(231), - [sym_switch_statement] = STATE(231), - [sym_case_statement] = STATE(231), - [sym_while_statement] = STATE(231), - [sym_do_statement] = STATE(231), - [sym_for_statement] = STATE(231), - [sym_return_statement] = STATE(231), - [sym_break_statement] = STATE(231), - [sym_continue_statement] = STATE(231), - [sym_goto_statement] = STATE(231), - [sym__expression] = STATE(780), - [sym_comma_expression] = STATE(1381), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), - [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), - [sym_subscript_expression] = STATE(636), - [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), - [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), - [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(152), - [sym_identifier] = ACTIONS(1236), - [anon_sym_LPAREN2] = ACTIONS(1149), - [anon_sym_BANG] = ACTIONS(1152), - [anon_sym_TILDE] = ACTIONS(1152), - [anon_sym_DASH] = ACTIONS(1155), - [anon_sym_PLUS] = ACTIONS(1155), - [anon_sym_STAR] = ACTIONS(1158), - [anon_sym_AMP] = ACTIONS(1158), - [anon_sym_SEMI] = ACTIONS(1239), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1164), - [anon_sym_LBRACE] = ACTIONS(1242), - [anon_sym_if] = ACTIONS(1245), - [anon_sym_switch] = ACTIONS(1248), - [anon_sym_case] = ACTIONS(1251), - [anon_sym_default] = ACTIONS(1254), - [anon_sym_while] = ACTIONS(1257), - [anon_sym_do] = ACTIONS(1260), - [anon_sym_for] = ACTIONS(1263), - [anon_sym_return] = ACTIONS(1266), - [anon_sym_break] = ACTIONS(1269), - [anon_sym_continue] = ACTIONS(1272), - [anon_sym_goto] = ACTIONS(1275), - [anon_sym_DASH_DASH] = ACTIONS(1203), - [anon_sym_PLUS_PLUS] = ACTIONS(1203), - [anon_sym_sizeof] = ACTIONS(1206), - [anon_sym_offsetof] = ACTIONS(1209), - [anon_sym__Generic] = ACTIONS(1212), - [anon_sym_asm] = ACTIONS(1215), - [anon_sym___asm__] = ACTIONS(1215), - [sym_number_literal] = ACTIONS(1218), - [anon_sym_L_SQUOTE] = ACTIONS(1221), - [anon_sym_u_SQUOTE] = ACTIONS(1221), - [anon_sym_U_SQUOTE] = ACTIONS(1221), - [anon_sym_u8_SQUOTE] = ACTIONS(1221), - [anon_sym_SQUOTE] = ACTIONS(1221), - [anon_sym_L_DQUOTE] = ACTIONS(1224), - [anon_sym_u_DQUOTE] = ACTIONS(1224), - [anon_sym_U_DQUOTE] = ACTIONS(1224), - [anon_sym_u8_DQUOTE] = ACTIONS(1224), - [anon_sym_DQUOTE] = ACTIONS(1224), - [sym_true] = ACTIONS(1227), - [sym_false] = ACTIONS(1227), - [sym_null] = ACTIONS(1227), - [sym_comment] = ACTIONS(3), - }, - [153] = { - [sym_attribute_declaration] = STATE(155), - [sym_compound_statement] = STATE(73), - [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_case_statement] = STATE(73), - [sym_while_statement] = STATE(73), - [sym_do_statement] = STATE(73), - [sym_for_statement] = STATE(73), - [sym_return_statement] = STATE(73), - [sym_break_statement] = STATE(73), - [sym_continue_statement] = STATE(73), - [sym_goto_statement] = STATE(73), - [sym__expression] = STATE(799), - [sym_comma_expression] = STATE(1450), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [135] = { + [sym_attribute_declaration] = STATE(159), + [sym_compound_statement] = STATE(265), + [sym_attributed_statement] = STATE(265), + [sym_labeled_statement] = STATE(265), + [sym_expression_statement] = STATE(265), + [sym_if_statement] = STATE(265), + [sym_switch_statement] = STATE(265), + [sym_case_statement] = STATE(265), + [sym_while_statement] = STATE(265), + [sym_do_statement] = STATE(265), + [sym_for_statement] = STATE(265), + [sym_return_statement] = STATE(265), + [sym_break_statement] = STATE(265), + [sym_continue_statement] = STATE(265), + [sym_goto_statement] = STATE(265), + [sym__expression] = STATE(789), + [sym_comma_expression] = STATE(1475), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(155), - [sym_identifier] = ACTIONS(1088), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(159), + [sym_identifier] = ACTIONS(1068), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -29700,20 +28310,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(115), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(121), - [anon_sym_if] = ACTIONS(123), - [anon_sym_switch] = ACTIONS(125), - [anon_sym_case] = ACTIONS(127), - [anon_sym_default] = ACTIONS(129), - [anon_sym_while] = ACTIONS(131), - [anon_sym_do] = ACTIONS(133), - [anon_sym_for] = ACTIONS(135), - [anon_sym_return] = ACTIONS(137), - [anon_sym_break] = ACTIONS(139), - [anon_sym_continue] = ACTIONS(141), - [anon_sym_goto] = ACTIONS(143), + [anon_sym_SEMI] = ACTIONS(27), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(41), + [anon_sym_if] = ACTIONS(57), + [anon_sym_switch] = ACTIONS(59), + [anon_sym_case] = ACTIONS(61), + [anon_sym_default] = ACTIONS(63), + [anon_sym_while] = ACTIONS(65), + [anon_sym_do] = ACTIONS(67), + [anon_sym_for] = ACTIONS(69), + [anon_sym_return] = ACTIONS(71), + [anon_sym_break] = ACTIONS(73), + [anon_sym_continue] = ACTIONS(75), + [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -29737,128 +28347,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [154] = { - [sym_identifier] = ACTIONS(1278), - [aux_sym_preproc_include_token1] = ACTIONS(1278), - [aux_sym_preproc_def_token1] = ACTIONS(1278), - [aux_sym_preproc_if_token1] = ACTIONS(1278), - [aux_sym_preproc_if_token2] = ACTIONS(1278), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1278), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1278), - [aux_sym_preproc_else_token1] = ACTIONS(1278), - [aux_sym_preproc_elif_token1] = ACTIONS(1278), - [sym_preproc_directive] = ACTIONS(1278), - [anon_sym_LPAREN2] = ACTIONS(1280), - [anon_sym_BANG] = ACTIONS(1280), - [anon_sym_TILDE] = ACTIONS(1280), - [anon_sym_DASH] = ACTIONS(1278), - [anon_sym_PLUS] = ACTIONS(1278), - [anon_sym_STAR] = ACTIONS(1280), - [anon_sym_AMP] = ACTIONS(1280), - [anon_sym_SEMI] = ACTIONS(1280), - [anon_sym_typedef] = ACTIONS(1278), - [anon_sym_extern] = ACTIONS(1278), - [anon_sym___attribute__] = ACTIONS(1278), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1280), - [anon_sym___declspec] = ACTIONS(1278), - [anon_sym___cdecl] = ACTIONS(1278), - [anon_sym___clrcall] = ACTIONS(1278), - [anon_sym___stdcall] = ACTIONS(1278), - [anon_sym___fastcall] = ACTIONS(1278), - [anon_sym___thiscall] = ACTIONS(1278), - [anon_sym___vectorcall] = ACTIONS(1278), - [anon_sym_LBRACE] = ACTIONS(1280), - [anon_sym_static] = ACTIONS(1278), - [anon_sym_auto] = ACTIONS(1278), - [anon_sym_register] = ACTIONS(1278), - [anon_sym_inline] = ACTIONS(1278), - [anon_sym_const] = ACTIONS(1278), - [anon_sym_volatile] = ACTIONS(1278), - [anon_sym_restrict] = ACTIONS(1278), - [anon_sym___restrict__] = ACTIONS(1278), - [anon_sym__Atomic] = ACTIONS(1278), - [anon_sym__Noreturn] = ACTIONS(1278), - [anon_sym_signed] = ACTIONS(1278), - [anon_sym_unsigned] = ACTIONS(1278), - [anon_sym_long] = ACTIONS(1278), - [anon_sym_short] = ACTIONS(1278), - [sym_primitive_type] = ACTIONS(1278), - [anon_sym_enum] = ACTIONS(1278), - [anon_sym_struct] = ACTIONS(1278), - [anon_sym_union] = ACTIONS(1278), - [anon_sym_if] = ACTIONS(1278), - [anon_sym_switch] = ACTIONS(1278), - [anon_sym_case] = ACTIONS(1278), - [anon_sym_default] = ACTIONS(1278), - [anon_sym_while] = ACTIONS(1278), - [anon_sym_do] = ACTIONS(1278), - [anon_sym_for] = ACTIONS(1278), - [anon_sym_return] = ACTIONS(1278), - [anon_sym_break] = ACTIONS(1278), - [anon_sym_continue] = ACTIONS(1278), - [anon_sym_goto] = ACTIONS(1278), - [anon_sym_DASH_DASH] = ACTIONS(1280), - [anon_sym_PLUS_PLUS] = ACTIONS(1280), - [anon_sym_sizeof] = ACTIONS(1278), - [anon_sym_offsetof] = ACTIONS(1278), - [anon_sym__Generic] = ACTIONS(1278), - [anon_sym_asm] = ACTIONS(1278), - [anon_sym___asm__] = ACTIONS(1278), - [sym_number_literal] = ACTIONS(1280), - [anon_sym_L_SQUOTE] = ACTIONS(1280), - [anon_sym_u_SQUOTE] = ACTIONS(1280), - [anon_sym_U_SQUOTE] = ACTIONS(1280), - [anon_sym_u8_SQUOTE] = ACTIONS(1280), - [anon_sym_SQUOTE] = ACTIONS(1280), - [anon_sym_L_DQUOTE] = ACTIONS(1280), - [anon_sym_u_DQUOTE] = ACTIONS(1280), - [anon_sym_U_DQUOTE] = ACTIONS(1280), - [anon_sym_u8_DQUOTE] = ACTIONS(1280), - [anon_sym_DQUOTE] = ACTIONS(1280), - [sym_true] = ACTIONS(1278), - [sym_false] = ACTIONS(1278), - [sym_null] = ACTIONS(1278), - [sym_comment] = ACTIONS(3), - }, - [155] = { - [sym_attribute_declaration] = STATE(142), - [sym_compound_statement] = STATE(85), - [sym_attributed_statement] = STATE(85), - [sym_labeled_statement] = STATE(85), - [sym_expression_statement] = STATE(85), - [sym_if_statement] = STATE(85), - [sym_switch_statement] = STATE(85), - [sym_case_statement] = STATE(85), - [sym_while_statement] = STATE(85), - [sym_do_statement] = STATE(85), - [sym_for_statement] = STATE(85), - [sym_return_statement] = STATE(85), - [sym_break_statement] = STATE(85), - [sym_continue_statement] = STATE(85), - [sym_goto_statement] = STATE(85), - [sym__expression] = STATE(799), - [sym_comma_expression] = STATE(1450), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [136] = { + [sym_attribute_declaration] = STATE(117), + [sym_compound_statement] = STATE(306), + [sym_attributed_statement] = STATE(306), + [sym_labeled_statement] = STATE(306), + [sym_expression_statement] = STATE(306), + [sym_if_statement] = STATE(306), + [sym_switch_statement] = STATE(306), + [sym_case_statement] = STATE(306), + [sym_while_statement] = STATE(306), + [sym_do_statement] = STATE(306), + [sym_for_statement] = STATE(306), + [sym_return_statement] = STATE(306), + [sym_break_statement] = STATE(306), + [sym_continue_statement] = STATE(306), + [sym_goto_statement] = STATE(306), + [sym__expression] = STATE(777), + [sym_comma_expression] = STATE(1392), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(142), - [sym_identifier] = ACTIONS(1088), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(117), + [sym_identifier] = ACTIONS(1154), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -29866,20 +28393,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(115), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(121), - [anon_sym_if] = ACTIONS(123), - [anon_sym_switch] = ACTIONS(125), - [anon_sym_case] = ACTIONS(127), - [anon_sym_default] = ACTIONS(129), - [anon_sym_while] = ACTIONS(131), - [anon_sym_do] = ACTIONS(133), - [anon_sym_for] = ACTIONS(135), - [anon_sym_return] = ACTIONS(137), - [anon_sym_break] = ACTIONS(139), - [anon_sym_continue] = ACTIONS(141), - [anon_sym_goto] = ACTIONS(143), + [anon_sym_SEMI] = ACTIONS(374), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(380), + [anon_sym_if] = ACTIONS(382), + [anon_sym_switch] = ACTIONS(384), + [anon_sym_case] = ACTIONS(386), + [anon_sym_default] = ACTIONS(388), + [anon_sym_while] = ACTIONS(390), + [anon_sym_do] = ACTIONS(392), + [anon_sym_for] = ACTIONS(394), + [anon_sym_return] = ACTIONS(396), + [anon_sym_break] = ACTIONS(398), + [anon_sym_continue] = ACTIONS(400), + [anon_sym_goto] = ACTIONS(402), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -29903,45 +28430,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [156] = { - [sym_attribute_declaration] = STATE(195), - [sym_compound_statement] = STATE(202), - [sym_attributed_statement] = STATE(202), - [sym_labeled_statement] = STATE(202), - [sym_expression_statement] = STATE(202), - [sym_if_statement] = STATE(202), - [sym_switch_statement] = STATE(202), - [sym_case_statement] = STATE(202), - [sym_while_statement] = STATE(202), - [sym_do_statement] = STATE(202), - [sym_for_statement] = STATE(202), - [sym_return_statement] = STATE(202), - [sym_break_statement] = STATE(202), - [sym_continue_statement] = STATE(202), - [sym_goto_statement] = STATE(202), - [sym__expression] = STATE(772), - [sym_comma_expression] = STATE(1551), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [137] = { + [sym_attribute_declaration] = STATE(117), + [sym_compound_statement] = STATE(304), + [sym_attributed_statement] = STATE(304), + [sym_labeled_statement] = STATE(304), + [sym_expression_statement] = STATE(304), + [sym_if_statement] = STATE(304), + [sym_switch_statement] = STATE(304), + [sym_case_statement] = STATE(304), + [sym_while_statement] = STATE(304), + [sym_do_statement] = STATE(304), + [sym_for_statement] = STATE(304), + [sym_return_statement] = STATE(304), + [sym_break_statement] = STATE(304), + [sym_continue_statement] = STATE(304), + [sym_goto_statement] = STATE(304), + [sym__expression] = STATE(777), + [sym_comma_expression] = STATE(1392), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(195), - [sym_identifier] = ACTIONS(1282), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(117), + [sym_identifier] = ACTIONS(1154), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -29949,20 +28476,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(328), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_if] = ACTIONS(338), - [anon_sym_switch] = ACTIONS(340), - [anon_sym_case] = ACTIONS(342), - [anon_sym_default] = ACTIONS(344), - [anon_sym_while] = ACTIONS(346), - [anon_sym_do] = ACTIONS(348), - [anon_sym_for] = ACTIONS(350), - [anon_sym_return] = ACTIONS(352), - [anon_sym_break] = ACTIONS(354), - [anon_sym_continue] = ACTIONS(356), - [anon_sym_goto] = ACTIONS(358), + [anon_sym_SEMI] = ACTIONS(374), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(380), + [anon_sym_if] = ACTIONS(382), + [anon_sym_switch] = ACTIONS(384), + [anon_sym_case] = ACTIONS(386), + [anon_sym_default] = ACTIONS(388), + [anon_sym_while] = ACTIONS(390), + [anon_sym_do] = ACTIONS(392), + [anon_sym_for] = ACTIONS(394), + [anon_sym_return] = ACTIONS(396), + [anon_sym_break] = ACTIONS(398), + [anon_sym_continue] = ACTIONS(400), + [anon_sym_goto] = ACTIONS(402), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -29986,45 +28513,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [157] = { - [sym_attribute_declaration] = STATE(148), - [sym_compound_statement] = STATE(297), - [sym_attributed_statement] = STATE(297), - [sym_labeled_statement] = STATE(297), - [sym_expression_statement] = STATE(297), - [sym_if_statement] = STATE(297), - [sym_switch_statement] = STATE(297), - [sym_case_statement] = STATE(297), - [sym_while_statement] = STATE(297), - [sym_do_statement] = STATE(297), - [sym_for_statement] = STATE(297), - [sym_return_statement] = STATE(297), - [sym_break_statement] = STATE(297), - [sym_continue_statement] = STATE(297), - [sym_goto_statement] = STATE(297), - [sym__expression] = STATE(819), - [sym_comma_expression] = STATE(1472), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [138] = { + [sym_attribute_declaration] = STATE(200), + [sym_compound_statement] = STATE(101), + [sym_attributed_statement] = STATE(101), + [sym_labeled_statement] = STATE(101), + [sym_expression_statement] = STATE(101), + [sym_if_statement] = STATE(101), + [sym_switch_statement] = STATE(101), + [sym_case_statement] = STATE(101), + [sym_while_statement] = STATE(101), + [sym_do_statement] = STATE(101), + [sym_for_statement] = STATE(101), + [sym_return_statement] = STATE(101), + [sym_break_statement] = STATE(101), + [sym_continue_statement] = STATE(101), + [sym_goto_statement] = STATE(101), + [sym__expression] = STATE(772), + [sym_comma_expression] = STATE(1497), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(148), - [sym_identifier] = ACTIONS(1084), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(200), + [sym_identifier] = ACTIONS(1156), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -30032,20 +28559,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(27), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(41), - [anon_sym_if] = ACTIONS(57), - [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(61), - [anon_sym_default] = ACTIONS(63), - [anon_sym_while] = ACTIONS(65), - [anon_sym_do] = ACTIONS(67), - [anon_sym_for] = ACTIONS(69), - [anon_sym_return] = ACTIONS(71), - [anon_sym_break] = ACTIONS(73), - [anon_sym_continue] = ACTIONS(75), - [anon_sym_goto] = ACTIONS(77), + [anon_sym_SEMI] = ACTIONS(115), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(121), + [anon_sym_if] = ACTIONS(123), + [anon_sym_switch] = ACTIONS(125), + [anon_sym_case] = ACTIONS(127), + [anon_sym_default] = ACTIONS(129), + [anon_sym_while] = ACTIONS(131), + [anon_sym_do] = ACTIONS(133), + [anon_sym_for] = ACTIONS(135), + [anon_sym_return] = ACTIONS(137), + [anon_sym_break] = ACTIONS(139), + [anon_sym_continue] = ACTIONS(141), + [anon_sym_goto] = ACTIONS(143), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -30069,45 +28596,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [158] = { - [sym_attribute_declaration] = STATE(195), - [sym_compound_statement] = STATE(291), - [sym_attributed_statement] = STATE(291), - [sym_labeled_statement] = STATE(291), - [sym_expression_statement] = STATE(291), - [sym_if_statement] = STATE(291), - [sym_switch_statement] = STATE(291), - [sym_case_statement] = STATE(291), - [sym_while_statement] = STATE(291), - [sym_do_statement] = STATE(291), - [sym_for_statement] = STATE(291), - [sym_return_statement] = STATE(291), - [sym_break_statement] = STATE(291), - [sym_continue_statement] = STATE(291), - [sym_goto_statement] = STATE(291), + [139] = { + [sym_attribute_declaration] = STATE(200), + [sym_compound_statement] = STATE(102), + [sym_attributed_statement] = STATE(102), + [sym_labeled_statement] = STATE(102), + [sym_expression_statement] = STATE(102), + [sym_if_statement] = STATE(102), + [sym_switch_statement] = STATE(102), + [sym_case_statement] = STATE(102), + [sym_while_statement] = STATE(102), + [sym_do_statement] = STATE(102), + [sym_for_statement] = STATE(102), + [sym_return_statement] = STATE(102), + [sym_break_statement] = STATE(102), + [sym_continue_statement] = STATE(102), + [sym_goto_statement] = STATE(102), [sym__expression] = STATE(772), - [sym_comma_expression] = STATE(1551), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_comma_expression] = STATE(1497), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(195), - [sym_identifier] = ACTIONS(1282), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(200), + [sym_identifier] = ACTIONS(1156), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -30115,20 +28642,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(328), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_if] = ACTIONS(338), - [anon_sym_switch] = ACTIONS(340), - [anon_sym_case] = ACTIONS(342), - [anon_sym_default] = ACTIONS(344), - [anon_sym_while] = ACTIONS(346), - [anon_sym_do] = ACTIONS(348), - [anon_sym_for] = ACTIONS(350), - [anon_sym_return] = ACTIONS(352), - [anon_sym_break] = ACTIONS(354), - [anon_sym_continue] = ACTIONS(356), - [anon_sym_goto] = ACTIONS(358), + [anon_sym_SEMI] = ACTIONS(115), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(121), + [anon_sym_if] = ACTIONS(123), + [anon_sym_switch] = ACTIONS(125), + [anon_sym_case] = ACTIONS(127), + [anon_sym_default] = ACTIONS(129), + [anon_sym_while] = ACTIONS(131), + [anon_sym_do] = ACTIONS(133), + [anon_sym_for] = ACTIONS(135), + [anon_sym_return] = ACTIONS(137), + [anon_sym_break] = ACTIONS(139), + [anon_sym_continue] = ACTIONS(141), + [anon_sym_goto] = ACTIONS(143), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -30152,128 +28679,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [159] = { - [sym_attribute_declaration] = STATE(159), - [sym_compound_statement] = STATE(208), - [sym_attributed_statement] = STATE(208), - [sym_labeled_statement] = STATE(208), - [sym_expression_statement] = STATE(208), - [sym_if_statement] = STATE(208), - [sym_switch_statement] = STATE(208), - [sym_case_statement] = STATE(208), - [sym_while_statement] = STATE(208), - [sym_do_statement] = STATE(208), - [sym_for_statement] = STATE(208), - [sym_return_statement] = STATE(208), - [sym_break_statement] = STATE(208), - [sym_continue_statement] = STATE(208), - [sym_goto_statement] = STATE(208), - [sym__expression] = STATE(819), - [sym_comma_expression] = STATE(1472), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), - [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), - [sym_subscript_expression] = STATE(636), - [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), - [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), - [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(159), - [sym_identifier] = ACTIONS(1284), - [anon_sym_LPAREN2] = ACTIONS(1149), - [anon_sym_BANG] = ACTIONS(1152), - [anon_sym_TILDE] = ACTIONS(1152), - [anon_sym_DASH] = ACTIONS(1155), - [anon_sym_PLUS] = ACTIONS(1155), - [anon_sym_STAR] = ACTIONS(1158), - [anon_sym_AMP] = ACTIONS(1158), - [anon_sym_SEMI] = ACTIONS(1287), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1164), - [anon_sym_LBRACE] = ACTIONS(1290), - [anon_sym_if] = ACTIONS(1293), - [anon_sym_switch] = ACTIONS(1296), - [anon_sym_case] = ACTIONS(1299), - [anon_sym_default] = ACTIONS(1302), - [anon_sym_while] = ACTIONS(1305), - [anon_sym_do] = ACTIONS(1308), - [anon_sym_for] = ACTIONS(1311), - [anon_sym_return] = ACTIONS(1314), - [anon_sym_break] = ACTIONS(1317), - [anon_sym_continue] = ACTIONS(1320), - [anon_sym_goto] = ACTIONS(1323), - [anon_sym_DASH_DASH] = ACTIONS(1203), - [anon_sym_PLUS_PLUS] = ACTIONS(1203), - [anon_sym_sizeof] = ACTIONS(1206), - [anon_sym_offsetof] = ACTIONS(1209), - [anon_sym__Generic] = ACTIONS(1212), - [anon_sym_asm] = ACTIONS(1215), - [anon_sym___asm__] = ACTIONS(1215), - [sym_number_literal] = ACTIONS(1218), - [anon_sym_L_SQUOTE] = ACTIONS(1221), - [anon_sym_u_SQUOTE] = ACTIONS(1221), - [anon_sym_U_SQUOTE] = ACTIONS(1221), - [anon_sym_u8_SQUOTE] = ACTIONS(1221), - [anon_sym_SQUOTE] = ACTIONS(1221), - [anon_sym_L_DQUOTE] = ACTIONS(1224), - [anon_sym_u_DQUOTE] = ACTIONS(1224), - [anon_sym_U_DQUOTE] = ACTIONS(1224), - [anon_sym_u8_DQUOTE] = ACTIONS(1224), - [anon_sym_DQUOTE] = ACTIONS(1224), - [sym_true] = ACTIONS(1227), - [sym_false] = ACTIONS(1227), - [sym_null] = ACTIONS(1227), - [sym_comment] = ACTIONS(3), - }, - [160] = { - [sym_attribute_declaration] = STATE(195), - [sym_compound_statement] = STATE(290), - [sym_attributed_statement] = STATE(290), - [sym_labeled_statement] = STATE(290), - [sym_expression_statement] = STATE(290), - [sym_if_statement] = STATE(290), - [sym_switch_statement] = STATE(290), - [sym_case_statement] = STATE(290), - [sym_while_statement] = STATE(290), - [sym_do_statement] = STATE(290), - [sym_for_statement] = STATE(290), - [sym_return_statement] = STATE(290), - [sym_break_statement] = STATE(290), - [sym_continue_statement] = STATE(290), - [sym_goto_statement] = STATE(290), + [140] = { + [sym_attribute_declaration] = STATE(200), + [sym_compound_statement] = STATE(103), + [sym_attributed_statement] = STATE(103), + [sym_labeled_statement] = STATE(103), + [sym_expression_statement] = STATE(103), + [sym_if_statement] = STATE(103), + [sym_switch_statement] = STATE(103), + [sym_case_statement] = STATE(103), + [sym_while_statement] = STATE(103), + [sym_do_statement] = STATE(103), + [sym_for_statement] = STATE(103), + [sym_return_statement] = STATE(103), + [sym_break_statement] = STATE(103), + [sym_continue_statement] = STATE(103), + [sym_goto_statement] = STATE(103), [sym__expression] = STATE(772), - [sym_comma_expression] = STATE(1551), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_comma_expression] = STATE(1497), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(195), - [sym_identifier] = ACTIONS(1282), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(200), + [sym_identifier] = ACTIONS(1156), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -30281,20 +28725,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(328), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_if] = ACTIONS(338), - [anon_sym_switch] = ACTIONS(340), - [anon_sym_case] = ACTIONS(342), - [anon_sym_default] = ACTIONS(344), - [anon_sym_while] = ACTIONS(346), - [anon_sym_do] = ACTIONS(348), - [anon_sym_for] = ACTIONS(350), - [anon_sym_return] = ACTIONS(352), - [anon_sym_break] = ACTIONS(354), - [anon_sym_continue] = ACTIONS(356), - [anon_sym_goto] = ACTIONS(358), + [anon_sym_SEMI] = ACTIONS(115), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(121), + [anon_sym_if] = ACTIONS(123), + [anon_sym_switch] = ACTIONS(125), + [anon_sym_case] = ACTIONS(127), + [anon_sym_default] = ACTIONS(129), + [anon_sym_while] = ACTIONS(131), + [anon_sym_do] = ACTIONS(133), + [anon_sym_for] = ACTIONS(135), + [anon_sym_return] = ACTIONS(137), + [anon_sym_break] = ACTIONS(139), + [anon_sym_continue] = ACTIONS(141), + [anon_sym_goto] = ACTIONS(143), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -30318,45 +28762,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [161] = { - [sym_attribute_declaration] = STATE(195), - [sym_compound_statement] = STATE(289), - [sym_attributed_statement] = STATE(289), - [sym_labeled_statement] = STATE(289), - [sym_expression_statement] = STATE(289), - [sym_if_statement] = STATE(289), - [sym_switch_statement] = STATE(289), - [sym_case_statement] = STATE(289), - [sym_while_statement] = STATE(289), - [sym_do_statement] = STATE(289), - [sym_for_statement] = STATE(289), - [sym_return_statement] = STATE(289), - [sym_break_statement] = STATE(289), - [sym_continue_statement] = STATE(289), - [sym_goto_statement] = STATE(289), + [141] = { + [sym_attribute_declaration] = STATE(200), + [sym_compound_statement] = STATE(104), + [sym_attributed_statement] = STATE(104), + [sym_labeled_statement] = STATE(104), + [sym_expression_statement] = STATE(104), + [sym_if_statement] = STATE(104), + [sym_switch_statement] = STATE(104), + [sym_case_statement] = STATE(104), + [sym_while_statement] = STATE(104), + [sym_do_statement] = STATE(104), + [sym_for_statement] = STATE(104), + [sym_return_statement] = STATE(104), + [sym_break_statement] = STATE(104), + [sym_continue_statement] = STATE(104), + [sym_goto_statement] = STATE(104), [sym__expression] = STATE(772), - [sym_comma_expression] = STATE(1551), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_comma_expression] = STATE(1497), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(195), - [sym_identifier] = ACTIONS(1282), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(200), + [sym_identifier] = ACTIONS(1156), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -30364,20 +28808,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(328), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_if] = ACTIONS(338), - [anon_sym_switch] = ACTIONS(340), - [anon_sym_case] = ACTIONS(342), - [anon_sym_default] = ACTIONS(344), - [anon_sym_while] = ACTIONS(346), - [anon_sym_do] = ACTIONS(348), - [anon_sym_for] = ACTIONS(350), - [anon_sym_return] = ACTIONS(352), - [anon_sym_break] = ACTIONS(354), - [anon_sym_continue] = ACTIONS(356), - [anon_sym_goto] = ACTIONS(358), + [anon_sym_SEMI] = ACTIONS(115), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(121), + [anon_sym_if] = ACTIONS(123), + [anon_sym_switch] = ACTIONS(125), + [anon_sym_case] = ACTIONS(127), + [anon_sym_default] = ACTIONS(129), + [anon_sym_while] = ACTIONS(131), + [anon_sym_do] = ACTIONS(133), + [anon_sym_for] = ACTIONS(135), + [anon_sym_return] = ACTIONS(137), + [anon_sym_break] = ACTIONS(139), + [anon_sym_continue] = ACTIONS(141), + [anon_sym_goto] = ACTIONS(143), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -30401,45 +28845,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [162] = { - [sym_attribute_declaration] = STATE(195), - [sym_compound_statement] = STATE(288), - [sym_attributed_statement] = STATE(288), - [sym_labeled_statement] = STATE(288), - [sym_expression_statement] = STATE(288), - [sym_if_statement] = STATE(288), - [sym_switch_statement] = STATE(288), - [sym_case_statement] = STATE(288), - [sym_while_statement] = STATE(288), - [sym_do_statement] = STATE(288), - [sym_for_statement] = STATE(288), - [sym_return_statement] = STATE(288), - [sym_break_statement] = STATE(288), - [sym_continue_statement] = STATE(288), - [sym_goto_statement] = STATE(288), + [142] = { + [sym_attribute_declaration] = STATE(200), + [sym_compound_statement] = STATE(105), + [sym_attributed_statement] = STATE(105), + [sym_labeled_statement] = STATE(105), + [sym_expression_statement] = STATE(105), + [sym_if_statement] = STATE(105), + [sym_switch_statement] = STATE(105), + [sym_case_statement] = STATE(105), + [sym_while_statement] = STATE(105), + [sym_do_statement] = STATE(105), + [sym_for_statement] = STATE(105), + [sym_return_statement] = STATE(105), + [sym_break_statement] = STATE(105), + [sym_continue_statement] = STATE(105), + [sym_goto_statement] = STATE(105), [sym__expression] = STATE(772), - [sym_comma_expression] = STATE(1551), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_comma_expression] = STATE(1497), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(195), - [sym_identifier] = ACTIONS(1282), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(200), + [sym_identifier] = ACTIONS(1156), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -30447,20 +28891,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(328), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_if] = ACTIONS(338), - [anon_sym_switch] = ACTIONS(340), - [anon_sym_case] = ACTIONS(342), - [anon_sym_default] = ACTIONS(344), - [anon_sym_while] = ACTIONS(346), - [anon_sym_do] = ACTIONS(348), - [anon_sym_for] = ACTIONS(350), - [anon_sym_return] = ACTIONS(352), - [anon_sym_break] = ACTIONS(354), - [anon_sym_continue] = ACTIONS(356), - [anon_sym_goto] = ACTIONS(358), + [anon_sym_SEMI] = ACTIONS(115), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(121), + [anon_sym_if] = ACTIONS(123), + [anon_sym_switch] = ACTIONS(125), + [anon_sym_case] = ACTIONS(127), + [anon_sym_default] = ACTIONS(129), + [anon_sym_while] = ACTIONS(131), + [anon_sym_do] = ACTIONS(133), + [anon_sym_for] = ACTIONS(135), + [anon_sym_return] = ACTIONS(137), + [anon_sym_break] = ACTIONS(139), + [anon_sym_continue] = ACTIONS(141), + [anon_sym_goto] = ACTIONS(143), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -30484,45 +28928,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [163] = { - [sym_attribute_declaration] = STATE(146), - [sym_compound_statement] = STATE(270), - [sym_attributed_statement] = STATE(270), - [sym_labeled_statement] = STATE(270), - [sym_expression_statement] = STATE(270), - [sym_if_statement] = STATE(270), - [sym_switch_statement] = STATE(270), - [sym_case_statement] = STATE(270), - [sym_while_statement] = STATE(270), - [sym_do_statement] = STATE(270), - [sym_for_statement] = STATE(270), - [sym_return_statement] = STATE(270), - [sym_break_statement] = STATE(270), - [sym_continue_statement] = STATE(270), - [sym_goto_statement] = STATE(270), - [sym__expression] = STATE(780), - [sym_comma_expression] = STATE(1381), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [143] = { + [sym_attribute_declaration] = STATE(200), + [sym_compound_statement] = STATE(106), + [sym_attributed_statement] = STATE(106), + [sym_labeled_statement] = STATE(106), + [sym_expression_statement] = STATE(106), + [sym_if_statement] = STATE(106), + [sym_switch_statement] = STATE(106), + [sym_case_statement] = STATE(106), + [sym_while_statement] = STATE(106), + [sym_do_statement] = STATE(106), + [sym_for_statement] = STATE(106), + [sym_return_statement] = STATE(106), + [sym_break_statement] = STATE(106), + [sym_continue_statement] = STATE(106), + [sym_goto_statement] = STATE(106), + [sym__expression] = STATE(772), + [sym_comma_expression] = STATE(1497), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(146), - [sym_identifier] = ACTIONS(1234), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(200), + [sym_identifier] = ACTIONS(1156), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -30530,20 +28974,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(384), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(390), - [anon_sym_if] = ACTIONS(392), - [anon_sym_switch] = ACTIONS(394), - [anon_sym_case] = ACTIONS(396), - [anon_sym_default] = ACTIONS(398), - [anon_sym_while] = ACTIONS(400), - [anon_sym_do] = ACTIONS(402), - [anon_sym_for] = ACTIONS(404), - [anon_sym_return] = ACTIONS(406), - [anon_sym_break] = ACTIONS(408), - [anon_sym_continue] = ACTIONS(410), - [anon_sym_goto] = ACTIONS(412), + [anon_sym_SEMI] = ACTIONS(115), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(121), + [anon_sym_if] = ACTIONS(123), + [anon_sym_switch] = ACTIONS(125), + [anon_sym_case] = ACTIONS(127), + [anon_sym_default] = ACTIONS(129), + [anon_sym_while] = ACTIONS(131), + [anon_sym_do] = ACTIONS(133), + [anon_sym_for] = ACTIONS(135), + [anon_sym_return] = ACTIONS(137), + [anon_sym_break] = ACTIONS(139), + [anon_sym_continue] = ACTIONS(141), + [anon_sym_goto] = ACTIONS(143), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -30567,45 +29011,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [164] = { - [sym_attribute_declaration] = STATE(148), - [sym_compound_statement] = STATE(259), - [sym_attributed_statement] = STATE(259), - [sym_labeled_statement] = STATE(259), - [sym_expression_statement] = STATE(259), - [sym_if_statement] = STATE(259), - [sym_switch_statement] = STATE(259), - [sym_case_statement] = STATE(259), - [sym_while_statement] = STATE(259), - [sym_do_statement] = STATE(259), - [sym_for_statement] = STATE(259), - [sym_return_statement] = STATE(259), - [sym_break_statement] = STATE(259), - [sym_continue_statement] = STATE(259), - [sym_goto_statement] = STATE(259), - [sym__expression] = STATE(819), - [sym_comma_expression] = STATE(1472), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [144] = { + [sym_attribute_declaration] = STATE(200), + [sym_compound_statement] = STATE(90), + [sym_attributed_statement] = STATE(90), + [sym_labeled_statement] = STATE(90), + [sym_expression_statement] = STATE(90), + [sym_if_statement] = STATE(90), + [sym_switch_statement] = STATE(90), + [sym_case_statement] = STATE(90), + [sym_while_statement] = STATE(90), + [sym_do_statement] = STATE(90), + [sym_for_statement] = STATE(90), + [sym_return_statement] = STATE(90), + [sym_break_statement] = STATE(90), + [sym_continue_statement] = STATE(90), + [sym_goto_statement] = STATE(90), + [sym__expression] = STATE(772), + [sym_comma_expression] = STATE(1497), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(148), - [sym_identifier] = ACTIONS(1084), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(200), + [sym_identifier] = ACTIONS(1156), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -30613,20 +29057,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(27), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(41), - [anon_sym_if] = ACTIONS(57), - [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(61), - [anon_sym_default] = ACTIONS(63), - [anon_sym_while] = ACTIONS(65), - [anon_sym_do] = ACTIONS(67), - [anon_sym_for] = ACTIONS(69), - [anon_sym_return] = ACTIONS(71), - [anon_sym_break] = ACTIONS(73), - [anon_sym_continue] = ACTIONS(75), - [anon_sym_goto] = ACTIONS(77), + [anon_sym_SEMI] = ACTIONS(115), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(121), + [anon_sym_if] = ACTIONS(123), + [anon_sym_switch] = ACTIONS(125), + [anon_sym_case] = ACTIONS(127), + [anon_sym_default] = ACTIONS(129), + [anon_sym_while] = ACTIONS(131), + [anon_sym_do] = ACTIONS(133), + [anon_sym_for] = ACTIONS(135), + [anon_sym_return] = ACTIONS(137), + [anon_sym_break] = ACTIONS(139), + [anon_sym_continue] = ACTIONS(141), + [anon_sym_goto] = ACTIONS(143), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -30650,45 +29094,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [165] = { - [sym_attribute_declaration] = STATE(148), - [sym_compound_statement] = STATE(258), - [sym_attributed_statement] = STATE(258), - [sym_labeled_statement] = STATE(258), - [sym_expression_statement] = STATE(258), - [sym_if_statement] = STATE(258), - [sym_switch_statement] = STATE(258), - [sym_case_statement] = STATE(258), - [sym_while_statement] = STATE(258), - [sym_do_statement] = STATE(258), - [sym_for_statement] = STATE(258), - [sym_return_statement] = STATE(258), - [sym_break_statement] = STATE(258), - [sym_continue_statement] = STATE(258), - [sym_goto_statement] = STATE(258), - [sym__expression] = STATE(819), - [sym_comma_expression] = STATE(1472), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [145] = { + [sym_attribute_declaration] = STATE(200), + [sym_compound_statement] = STATE(76), + [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_case_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__expression] = STATE(772), + [sym_comma_expression] = STATE(1497), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(148), - [sym_identifier] = ACTIONS(1084), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(200), + [sym_identifier] = ACTIONS(1156), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -30696,20 +29140,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(27), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(41), - [anon_sym_if] = ACTIONS(57), - [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(61), - [anon_sym_default] = ACTIONS(63), - [anon_sym_while] = ACTIONS(65), - [anon_sym_do] = ACTIONS(67), - [anon_sym_for] = ACTIONS(69), - [anon_sym_return] = ACTIONS(71), - [anon_sym_break] = ACTIONS(73), - [anon_sym_continue] = ACTIONS(75), - [anon_sym_goto] = ACTIONS(77), + [anon_sym_SEMI] = ACTIONS(115), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(121), + [anon_sym_if] = ACTIONS(123), + [anon_sym_switch] = ACTIONS(125), + [anon_sym_case] = ACTIONS(127), + [anon_sym_default] = ACTIONS(129), + [anon_sym_while] = ACTIONS(131), + [anon_sym_do] = ACTIONS(133), + [anon_sym_for] = ACTIONS(135), + [anon_sym_return] = ACTIONS(137), + [anon_sym_break] = ACTIONS(139), + [anon_sym_continue] = ACTIONS(141), + [anon_sym_goto] = ACTIONS(143), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -30733,45 +29177,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [166] = { - [sym_attribute_declaration] = STATE(146), - [sym_compound_statement] = STATE(283), - [sym_attributed_statement] = STATE(283), - [sym_labeled_statement] = STATE(283), - [sym_expression_statement] = STATE(283), - [sym_if_statement] = STATE(283), - [sym_switch_statement] = STATE(283), - [sym_case_statement] = STATE(283), - [sym_while_statement] = STATE(283), - [sym_do_statement] = STATE(283), - [sym_for_statement] = STATE(283), - [sym_return_statement] = STATE(283), - [sym_break_statement] = STATE(283), - [sym_continue_statement] = STATE(283), - [sym_goto_statement] = STATE(283), - [sym__expression] = STATE(780), - [sym_comma_expression] = STATE(1381), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [146] = { + [sym_attribute_declaration] = STATE(200), + [sym_compound_statement] = STATE(73), + [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_case_statement] = STATE(73), + [sym_while_statement] = STATE(73), + [sym_do_statement] = STATE(73), + [sym_for_statement] = STATE(73), + [sym_return_statement] = STATE(73), + [sym_break_statement] = STATE(73), + [sym_continue_statement] = STATE(73), + [sym_goto_statement] = STATE(73), + [sym__expression] = STATE(772), + [sym_comma_expression] = STATE(1497), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(146), - [sym_identifier] = ACTIONS(1234), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(200), + [sym_identifier] = ACTIONS(1156), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -30779,20 +29223,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(384), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(390), - [anon_sym_if] = ACTIONS(392), - [anon_sym_switch] = ACTIONS(394), - [anon_sym_case] = ACTIONS(396), - [anon_sym_default] = ACTIONS(398), - [anon_sym_while] = ACTIONS(400), - [anon_sym_do] = ACTIONS(402), - [anon_sym_for] = ACTIONS(404), - [anon_sym_return] = ACTIONS(406), - [anon_sym_break] = ACTIONS(408), - [anon_sym_continue] = ACTIONS(410), - [anon_sym_goto] = ACTIONS(412), + [anon_sym_SEMI] = ACTIONS(115), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(121), + [anon_sym_if] = ACTIONS(123), + [anon_sym_switch] = ACTIONS(125), + [anon_sym_case] = ACTIONS(127), + [anon_sym_default] = ACTIONS(129), + [anon_sym_while] = ACTIONS(131), + [anon_sym_do] = ACTIONS(133), + [anon_sym_for] = ACTIONS(135), + [anon_sym_return] = ACTIONS(137), + [anon_sym_break] = ACTIONS(139), + [anon_sym_continue] = ACTIONS(141), + [anon_sym_goto] = ACTIONS(143), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -30816,45 +29260,128 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [167] = { - [sym_attribute_declaration] = STATE(146), - [sym_compound_statement] = STATE(284), - [sym_attributed_statement] = STATE(284), - [sym_labeled_statement] = STATE(284), - [sym_expression_statement] = STATE(284), - [sym_if_statement] = STATE(284), - [sym_switch_statement] = STATE(284), - [sym_case_statement] = STATE(284), - [sym_while_statement] = STATE(284), - [sym_do_statement] = STATE(284), - [sym_for_statement] = STATE(284), - [sym_return_statement] = STATE(284), - [sym_break_statement] = STATE(284), - [sym_continue_statement] = STATE(284), - [sym_goto_statement] = STATE(284), - [sym__expression] = STATE(780), - [sym_comma_expression] = STATE(1381), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [147] = { + [sym_identifier] = ACTIONS(1200), + [aux_sym_preproc_include_token1] = ACTIONS(1200), + [aux_sym_preproc_def_token1] = ACTIONS(1200), + [aux_sym_preproc_if_token1] = ACTIONS(1200), + [aux_sym_preproc_if_token2] = ACTIONS(1200), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1200), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1200), + [aux_sym_preproc_else_token1] = ACTIONS(1200), + [aux_sym_preproc_elif_token1] = ACTIONS(1200), + [sym_preproc_directive] = ACTIONS(1200), + [anon_sym_LPAREN2] = ACTIONS(1202), + [anon_sym_BANG] = ACTIONS(1202), + [anon_sym_TILDE] = ACTIONS(1202), + [anon_sym_DASH] = ACTIONS(1200), + [anon_sym_PLUS] = ACTIONS(1200), + [anon_sym_STAR] = ACTIONS(1202), + [anon_sym_AMP] = ACTIONS(1202), + [anon_sym_SEMI] = ACTIONS(1202), + [anon_sym_typedef] = ACTIONS(1200), + [anon_sym_extern] = ACTIONS(1200), + [anon_sym___attribute__] = ACTIONS(1200), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1202), + [anon_sym___declspec] = ACTIONS(1200), + [anon_sym___cdecl] = ACTIONS(1200), + [anon_sym___clrcall] = ACTIONS(1200), + [anon_sym___stdcall] = ACTIONS(1200), + [anon_sym___fastcall] = ACTIONS(1200), + [anon_sym___thiscall] = ACTIONS(1200), + [anon_sym___vectorcall] = ACTIONS(1200), + [anon_sym_LBRACE] = ACTIONS(1202), + [anon_sym_static] = ACTIONS(1200), + [anon_sym_auto] = ACTIONS(1200), + [anon_sym_register] = ACTIONS(1200), + [anon_sym_inline] = ACTIONS(1200), + [anon_sym_const] = ACTIONS(1200), + [anon_sym_volatile] = ACTIONS(1200), + [anon_sym_restrict] = ACTIONS(1200), + [anon_sym___restrict__] = ACTIONS(1200), + [anon_sym__Atomic] = ACTIONS(1200), + [anon_sym__Noreturn] = ACTIONS(1200), + [anon_sym_signed] = ACTIONS(1200), + [anon_sym_unsigned] = ACTIONS(1200), + [anon_sym_long] = ACTIONS(1200), + [anon_sym_short] = ACTIONS(1200), + [sym_primitive_type] = ACTIONS(1200), + [anon_sym_enum] = ACTIONS(1200), + [anon_sym_struct] = ACTIONS(1200), + [anon_sym_union] = ACTIONS(1200), + [anon_sym_if] = ACTIONS(1200), + [anon_sym_switch] = ACTIONS(1200), + [anon_sym_case] = ACTIONS(1200), + [anon_sym_default] = ACTIONS(1200), + [anon_sym_while] = ACTIONS(1200), + [anon_sym_do] = ACTIONS(1200), + [anon_sym_for] = ACTIONS(1200), + [anon_sym_return] = ACTIONS(1200), + [anon_sym_break] = ACTIONS(1200), + [anon_sym_continue] = ACTIONS(1200), + [anon_sym_goto] = ACTIONS(1200), + [anon_sym_DASH_DASH] = ACTIONS(1202), + [anon_sym_PLUS_PLUS] = ACTIONS(1202), + [anon_sym_sizeof] = ACTIONS(1200), + [anon_sym_offsetof] = ACTIONS(1200), + [anon_sym__Generic] = ACTIONS(1200), + [anon_sym_asm] = ACTIONS(1200), + [anon_sym___asm__] = ACTIONS(1200), + [sym_number_literal] = ACTIONS(1202), + [anon_sym_L_SQUOTE] = ACTIONS(1202), + [anon_sym_u_SQUOTE] = ACTIONS(1202), + [anon_sym_U_SQUOTE] = ACTIONS(1202), + [anon_sym_u8_SQUOTE] = ACTIONS(1202), + [anon_sym_SQUOTE] = ACTIONS(1202), + [anon_sym_L_DQUOTE] = ACTIONS(1202), + [anon_sym_u_DQUOTE] = ACTIONS(1202), + [anon_sym_U_DQUOTE] = ACTIONS(1202), + [anon_sym_u8_DQUOTE] = ACTIONS(1202), + [anon_sym_DQUOTE] = ACTIONS(1202), + [sym_true] = ACTIONS(1200), + [sym_false] = ACTIONS(1200), + [sym_null] = ACTIONS(1200), + [sym_comment] = ACTIONS(3), + }, + [148] = { + [sym_attribute_declaration] = STATE(200), + [sym_compound_statement] = STATE(85), + [sym_attributed_statement] = STATE(85), + [sym_labeled_statement] = STATE(85), + [sym_expression_statement] = STATE(85), + [sym_if_statement] = STATE(85), + [sym_switch_statement] = STATE(85), + [sym_case_statement] = STATE(85), + [sym_while_statement] = STATE(85), + [sym_do_statement] = STATE(85), + [sym_for_statement] = STATE(85), + [sym_return_statement] = STATE(85), + [sym_break_statement] = STATE(85), + [sym_continue_statement] = STATE(85), + [sym_goto_statement] = STATE(85), + [sym__expression] = STATE(772), + [sym_comma_expression] = STATE(1497), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(146), - [sym_identifier] = ACTIONS(1234), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(200), + [sym_identifier] = ACTIONS(1156), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -30862,20 +29389,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(384), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(390), - [anon_sym_if] = ACTIONS(392), - [anon_sym_switch] = ACTIONS(394), - [anon_sym_case] = ACTIONS(396), - [anon_sym_default] = ACTIONS(398), - [anon_sym_while] = ACTIONS(400), - [anon_sym_do] = ACTIONS(402), - [anon_sym_for] = ACTIONS(404), - [anon_sym_return] = ACTIONS(406), - [anon_sym_break] = ACTIONS(408), - [anon_sym_continue] = ACTIONS(410), - [anon_sym_goto] = ACTIONS(412), + [anon_sym_SEMI] = ACTIONS(115), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(121), + [anon_sym_if] = ACTIONS(123), + [anon_sym_switch] = ACTIONS(125), + [anon_sym_case] = ACTIONS(127), + [anon_sym_default] = ACTIONS(129), + [anon_sym_while] = ACTIONS(131), + [anon_sym_do] = ACTIONS(133), + [anon_sym_for] = ACTIONS(135), + [anon_sym_return] = ACTIONS(137), + [anon_sym_break] = ACTIONS(139), + [anon_sym_continue] = ACTIONS(141), + [anon_sym_goto] = ACTIONS(143), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -30899,45 +29426,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [168] = { - [sym_attribute_declaration] = STATE(146), - [sym_compound_statement] = STATE(255), - [sym_attributed_statement] = STATE(255), - [sym_labeled_statement] = STATE(255), - [sym_expression_statement] = STATE(255), - [sym_if_statement] = STATE(255), - [sym_switch_statement] = STATE(255), - [sym_case_statement] = STATE(255), - [sym_while_statement] = STATE(255), - [sym_do_statement] = STATE(255), - [sym_for_statement] = STATE(255), - [sym_return_statement] = STATE(255), - [sym_break_statement] = STATE(255), - [sym_continue_statement] = STATE(255), - [sym_goto_statement] = STATE(255), - [sym__expression] = STATE(780), - [sym_comma_expression] = STATE(1381), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [149] = { + [sym_attribute_declaration] = STATE(200), + [sym_compound_statement] = STATE(96), + [sym_attributed_statement] = STATE(96), + [sym_labeled_statement] = STATE(96), + [sym_expression_statement] = STATE(96), + [sym_if_statement] = STATE(96), + [sym_switch_statement] = STATE(96), + [sym_case_statement] = STATE(96), + [sym_while_statement] = STATE(96), + [sym_do_statement] = STATE(96), + [sym_for_statement] = STATE(96), + [sym_return_statement] = STATE(96), + [sym_break_statement] = STATE(96), + [sym_continue_statement] = STATE(96), + [sym_goto_statement] = STATE(96), + [sym__expression] = STATE(772), + [sym_comma_expression] = STATE(1497), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(146), - [sym_identifier] = ACTIONS(1234), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(200), + [sym_identifier] = ACTIONS(1156), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -30945,20 +29472,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(384), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(390), - [anon_sym_if] = ACTIONS(392), - [anon_sym_switch] = ACTIONS(394), - [anon_sym_case] = ACTIONS(396), - [anon_sym_default] = ACTIONS(398), - [anon_sym_while] = ACTIONS(400), - [anon_sym_do] = ACTIONS(402), - [anon_sym_for] = ACTIONS(404), - [anon_sym_return] = ACTIONS(406), - [anon_sym_break] = ACTIONS(408), - [anon_sym_continue] = ACTIONS(410), - [anon_sym_goto] = ACTIONS(412), + [anon_sym_SEMI] = ACTIONS(115), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(121), + [anon_sym_if] = ACTIONS(123), + [anon_sym_switch] = ACTIONS(125), + [anon_sym_case] = ACTIONS(127), + [anon_sym_default] = ACTIONS(129), + [anon_sym_while] = ACTIONS(131), + [anon_sym_do] = ACTIONS(133), + [anon_sym_for] = ACTIONS(135), + [anon_sym_return] = ACTIONS(137), + [anon_sym_break] = ACTIONS(139), + [anon_sym_continue] = ACTIONS(141), + [anon_sym_goto] = ACTIONS(143), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -30982,45 +29509,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [169] = { - [sym_attribute_declaration] = STATE(146), - [sym_compound_statement] = STATE(309), - [sym_attributed_statement] = STATE(309), - [sym_labeled_statement] = STATE(309), - [sym_expression_statement] = STATE(309), - [sym_if_statement] = STATE(309), - [sym_switch_statement] = STATE(309), - [sym_case_statement] = STATE(309), - [sym_while_statement] = STATE(309), - [sym_do_statement] = STATE(309), - [sym_for_statement] = STATE(309), - [sym_return_statement] = STATE(309), - [sym_break_statement] = STATE(309), - [sym_continue_statement] = STATE(309), - [sym_goto_statement] = STATE(309), - [sym__expression] = STATE(780), - [sym_comma_expression] = STATE(1381), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [150] = { + [sym_attribute_declaration] = STATE(135), + [sym_compound_statement] = STATE(290), + [sym_attributed_statement] = STATE(290), + [sym_labeled_statement] = STATE(290), + [sym_expression_statement] = STATE(290), + [sym_if_statement] = STATE(290), + [sym_switch_statement] = STATE(290), + [sym_case_statement] = STATE(290), + [sym_while_statement] = STATE(290), + [sym_do_statement] = STATE(290), + [sym_for_statement] = STATE(290), + [sym_return_statement] = STATE(290), + [sym_break_statement] = STATE(290), + [sym_continue_statement] = STATE(290), + [sym_goto_statement] = STATE(290), + [sym__expression] = STATE(789), + [sym_comma_expression] = STATE(1475), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(146), - [sym_identifier] = ACTIONS(1234), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(135), + [sym_identifier] = ACTIONS(1068), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -31028,20 +29555,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(384), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(390), - [anon_sym_if] = ACTIONS(392), - [anon_sym_switch] = ACTIONS(394), - [anon_sym_case] = ACTIONS(396), - [anon_sym_default] = ACTIONS(398), - [anon_sym_while] = ACTIONS(400), - [anon_sym_do] = ACTIONS(402), - [anon_sym_for] = ACTIONS(404), - [anon_sym_return] = ACTIONS(406), - [anon_sym_break] = ACTIONS(408), - [anon_sym_continue] = ACTIONS(410), - [anon_sym_goto] = ACTIONS(412), + [anon_sym_SEMI] = ACTIONS(27), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(41), + [anon_sym_if] = ACTIONS(57), + [anon_sym_switch] = ACTIONS(59), + [anon_sym_case] = ACTIONS(61), + [anon_sym_default] = ACTIONS(63), + [anon_sym_while] = ACTIONS(65), + [anon_sym_do] = ACTIONS(67), + [anon_sym_for] = ACTIONS(69), + [anon_sym_return] = ACTIONS(71), + [anon_sym_break] = ACTIONS(73), + [anon_sym_continue] = ACTIONS(75), + [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -31065,45 +29592,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [170] = { - [sym_attribute_declaration] = STATE(146), - [sym_compound_statement] = STATE(307), - [sym_attributed_statement] = STATE(307), - [sym_labeled_statement] = STATE(307), - [sym_expression_statement] = STATE(307), - [sym_if_statement] = STATE(307), - [sym_switch_statement] = STATE(307), - [sym_case_statement] = STATE(307), - [sym_while_statement] = STATE(307), - [sym_do_statement] = STATE(307), - [sym_for_statement] = STATE(307), - [sym_return_statement] = STATE(307), - [sym_break_statement] = STATE(307), - [sym_continue_statement] = STATE(307), - [sym_goto_statement] = STATE(307), - [sym__expression] = STATE(780), - [sym_comma_expression] = STATE(1381), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [151] = { + [sym_attribute_declaration] = STATE(135), + [sym_compound_statement] = STATE(241), + [sym_attributed_statement] = STATE(241), + [sym_labeled_statement] = STATE(241), + [sym_expression_statement] = STATE(241), + [sym_if_statement] = STATE(241), + [sym_switch_statement] = STATE(241), + [sym_case_statement] = STATE(241), + [sym_while_statement] = STATE(241), + [sym_do_statement] = STATE(241), + [sym_for_statement] = STATE(241), + [sym_return_statement] = STATE(241), + [sym_break_statement] = STATE(241), + [sym_continue_statement] = STATE(241), + [sym_goto_statement] = STATE(241), + [sym__expression] = STATE(789), + [sym_comma_expression] = STATE(1475), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(146), - [sym_identifier] = ACTIONS(1234), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(135), + [sym_identifier] = ACTIONS(1068), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -31111,20 +29638,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(384), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(390), - [anon_sym_if] = ACTIONS(392), - [anon_sym_switch] = ACTIONS(394), - [anon_sym_case] = ACTIONS(396), - [anon_sym_default] = ACTIONS(398), - [anon_sym_while] = ACTIONS(400), - [anon_sym_do] = ACTIONS(402), - [anon_sym_for] = ACTIONS(404), - [anon_sym_return] = ACTIONS(406), - [anon_sym_break] = ACTIONS(408), - [anon_sym_continue] = ACTIONS(410), - [anon_sym_goto] = ACTIONS(412), + [anon_sym_SEMI] = ACTIONS(27), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(41), + [anon_sym_if] = ACTIONS(57), + [anon_sym_switch] = ACTIONS(59), + [anon_sym_case] = ACTIONS(61), + [anon_sym_default] = ACTIONS(63), + [anon_sym_while] = ACTIONS(65), + [anon_sym_do] = ACTIONS(67), + [anon_sym_for] = ACTIONS(69), + [anon_sym_return] = ACTIONS(71), + [anon_sym_break] = ACTIONS(73), + [anon_sym_continue] = ACTIONS(75), + [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -31148,128 +29675,543 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [171] = { - [sym_attribute_declaration] = STATE(146), - [sym_compound_statement] = STATE(306), - [sym_attributed_statement] = STATE(306), - [sym_labeled_statement] = STATE(306), - [sym_expression_statement] = STATE(306), - [sym_if_statement] = STATE(306), - [sym_switch_statement] = STATE(306), - [sym_case_statement] = STATE(306), - [sym_while_statement] = STATE(306), - [sym_do_statement] = STATE(306), - [sym_for_statement] = STATE(306), - [sym_return_statement] = STATE(306), - [sym_break_statement] = STATE(306), - [sym_continue_statement] = STATE(306), - [sym_goto_statement] = STATE(306), - [sym__expression] = STATE(780), - [sym_comma_expression] = STATE(1381), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), - [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), - [sym_subscript_expression] = STATE(636), - [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), - [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), - [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(146), - [sym_identifier] = ACTIONS(1234), - [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(384), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(390), - [anon_sym_if] = ACTIONS(392), - [anon_sym_switch] = ACTIONS(394), - [anon_sym_case] = ACTIONS(396), - [anon_sym_default] = ACTIONS(398), - [anon_sym_while] = ACTIONS(400), - [anon_sym_do] = ACTIONS(402), - [anon_sym_for] = ACTIONS(404), - [anon_sym_return] = ACTIONS(406), - [anon_sym_break] = ACTIONS(408), - [anon_sym_continue] = ACTIONS(410), - [anon_sym_goto] = ACTIONS(412), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_sizeof] = ACTIONS(81), - [anon_sym_offsetof] = ACTIONS(83), - [anon_sym__Generic] = ACTIONS(85), - [anon_sym_asm] = ACTIONS(87), - [anon_sym___asm__] = ACTIONS(87), - [sym_number_literal] = ACTIONS(89), - [anon_sym_L_SQUOTE] = ACTIONS(91), - [anon_sym_u_SQUOTE] = ACTIONS(91), - [anon_sym_U_SQUOTE] = ACTIONS(91), - [anon_sym_u8_SQUOTE] = ACTIONS(91), - [anon_sym_SQUOTE] = ACTIONS(91), - [anon_sym_L_DQUOTE] = ACTIONS(93), - [anon_sym_u_DQUOTE] = ACTIONS(93), - [anon_sym_U_DQUOTE] = ACTIONS(93), - [anon_sym_u8_DQUOTE] = ACTIONS(93), - [anon_sym_DQUOTE] = ACTIONS(93), - [sym_true] = ACTIONS(95), - [sym_false] = ACTIONS(95), - [sym_null] = ACTIONS(95), + [152] = { + [sym_identifier] = ACTIONS(1204), + [aux_sym_preproc_include_token1] = ACTIONS(1204), + [aux_sym_preproc_def_token1] = ACTIONS(1204), + [aux_sym_preproc_if_token1] = ACTIONS(1204), + [aux_sym_preproc_if_token2] = ACTIONS(1204), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1204), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1204), + [aux_sym_preproc_else_token1] = ACTIONS(1204), + [aux_sym_preproc_elif_token1] = ACTIONS(1204), + [sym_preproc_directive] = ACTIONS(1204), + [anon_sym_LPAREN2] = ACTIONS(1206), + [anon_sym_BANG] = ACTIONS(1206), + [anon_sym_TILDE] = ACTIONS(1206), + [anon_sym_DASH] = ACTIONS(1204), + [anon_sym_PLUS] = ACTIONS(1204), + [anon_sym_STAR] = ACTIONS(1206), + [anon_sym_AMP] = ACTIONS(1206), + [anon_sym_SEMI] = ACTIONS(1206), + [anon_sym_typedef] = ACTIONS(1204), + [anon_sym_extern] = ACTIONS(1204), + [anon_sym___attribute__] = ACTIONS(1204), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1206), + [anon_sym___declspec] = ACTIONS(1204), + [anon_sym___cdecl] = ACTIONS(1204), + [anon_sym___clrcall] = ACTIONS(1204), + [anon_sym___stdcall] = ACTIONS(1204), + [anon_sym___fastcall] = ACTIONS(1204), + [anon_sym___thiscall] = ACTIONS(1204), + [anon_sym___vectorcall] = ACTIONS(1204), + [anon_sym_LBRACE] = ACTIONS(1206), + [anon_sym_static] = ACTIONS(1204), + [anon_sym_auto] = ACTIONS(1204), + [anon_sym_register] = ACTIONS(1204), + [anon_sym_inline] = ACTIONS(1204), + [anon_sym_const] = ACTIONS(1204), + [anon_sym_volatile] = ACTIONS(1204), + [anon_sym_restrict] = ACTIONS(1204), + [anon_sym___restrict__] = ACTIONS(1204), + [anon_sym__Atomic] = ACTIONS(1204), + [anon_sym__Noreturn] = ACTIONS(1204), + [anon_sym_signed] = ACTIONS(1204), + [anon_sym_unsigned] = ACTIONS(1204), + [anon_sym_long] = ACTIONS(1204), + [anon_sym_short] = ACTIONS(1204), + [sym_primitive_type] = ACTIONS(1204), + [anon_sym_enum] = ACTIONS(1204), + [anon_sym_struct] = ACTIONS(1204), + [anon_sym_union] = ACTIONS(1204), + [anon_sym_if] = ACTIONS(1204), + [anon_sym_switch] = ACTIONS(1204), + [anon_sym_case] = ACTIONS(1204), + [anon_sym_default] = ACTIONS(1204), + [anon_sym_while] = ACTIONS(1204), + [anon_sym_do] = ACTIONS(1204), + [anon_sym_for] = ACTIONS(1204), + [anon_sym_return] = ACTIONS(1204), + [anon_sym_break] = ACTIONS(1204), + [anon_sym_continue] = ACTIONS(1204), + [anon_sym_goto] = ACTIONS(1204), + [anon_sym_DASH_DASH] = ACTIONS(1206), + [anon_sym_PLUS_PLUS] = ACTIONS(1206), + [anon_sym_sizeof] = ACTIONS(1204), + [anon_sym_offsetof] = ACTIONS(1204), + [anon_sym__Generic] = ACTIONS(1204), + [anon_sym_asm] = ACTIONS(1204), + [anon_sym___asm__] = ACTIONS(1204), + [sym_number_literal] = ACTIONS(1206), + [anon_sym_L_SQUOTE] = ACTIONS(1206), + [anon_sym_u_SQUOTE] = ACTIONS(1206), + [anon_sym_U_SQUOTE] = ACTIONS(1206), + [anon_sym_u8_SQUOTE] = ACTIONS(1206), + [anon_sym_SQUOTE] = ACTIONS(1206), + [anon_sym_L_DQUOTE] = ACTIONS(1206), + [anon_sym_u_DQUOTE] = ACTIONS(1206), + [anon_sym_U_DQUOTE] = ACTIONS(1206), + [anon_sym_u8_DQUOTE] = ACTIONS(1206), + [anon_sym_DQUOTE] = ACTIONS(1206), + [sym_true] = ACTIONS(1204), + [sym_false] = ACTIONS(1204), + [sym_null] = ACTIONS(1204), [sym_comment] = ACTIONS(3), }, - [172] = { - [sym_attribute_declaration] = STATE(148), - [sym_compound_statement] = STATE(256), - [sym_attributed_statement] = STATE(256), - [sym_labeled_statement] = STATE(256), - [sym_expression_statement] = STATE(256), - [sym_if_statement] = STATE(256), - [sym_switch_statement] = STATE(256), - [sym_case_statement] = STATE(256), - [sym_while_statement] = STATE(256), - [sym_do_statement] = STATE(256), - [sym_for_statement] = STATE(256), - [sym_return_statement] = STATE(256), - [sym_break_statement] = STATE(256), - [sym_continue_statement] = STATE(256), - [sym_goto_statement] = STATE(256), - [sym__expression] = STATE(819), - [sym_comma_expression] = STATE(1472), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [153] = { + [sym_identifier] = ACTIONS(1208), + [aux_sym_preproc_include_token1] = ACTIONS(1208), + [aux_sym_preproc_def_token1] = ACTIONS(1208), + [aux_sym_preproc_if_token1] = ACTIONS(1208), + [aux_sym_preproc_if_token2] = ACTIONS(1208), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1208), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1208), + [aux_sym_preproc_else_token1] = ACTIONS(1208), + [aux_sym_preproc_elif_token1] = ACTIONS(1208), + [sym_preproc_directive] = ACTIONS(1208), + [anon_sym_LPAREN2] = ACTIONS(1210), + [anon_sym_BANG] = ACTIONS(1210), + [anon_sym_TILDE] = ACTIONS(1210), + [anon_sym_DASH] = ACTIONS(1208), + [anon_sym_PLUS] = ACTIONS(1208), + [anon_sym_STAR] = ACTIONS(1210), + [anon_sym_AMP] = ACTIONS(1210), + [anon_sym_SEMI] = ACTIONS(1210), + [anon_sym_typedef] = ACTIONS(1208), + [anon_sym_extern] = ACTIONS(1208), + [anon_sym___attribute__] = ACTIONS(1208), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1210), + [anon_sym___declspec] = ACTIONS(1208), + [anon_sym___cdecl] = ACTIONS(1208), + [anon_sym___clrcall] = ACTIONS(1208), + [anon_sym___stdcall] = ACTIONS(1208), + [anon_sym___fastcall] = ACTIONS(1208), + [anon_sym___thiscall] = ACTIONS(1208), + [anon_sym___vectorcall] = ACTIONS(1208), + [anon_sym_LBRACE] = ACTIONS(1210), + [anon_sym_static] = ACTIONS(1208), + [anon_sym_auto] = ACTIONS(1208), + [anon_sym_register] = ACTIONS(1208), + [anon_sym_inline] = ACTIONS(1208), + [anon_sym_const] = ACTIONS(1208), + [anon_sym_volatile] = ACTIONS(1208), + [anon_sym_restrict] = ACTIONS(1208), + [anon_sym___restrict__] = ACTIONS(1208), + [anon_sym__Atomic] = ACTIONS(1208), + [anon_sym__Noreturn] = ACTIONS(1208), + [anon_sym_signed] = ACTIONS(1208), + [anon_sym_unsigned] = ACTIONS(1208), + [anon_sym_long] = ACTIONS(1208), + [anon_sym_short] = ACTIONS(1208), + [sym_primitive_type] = ACTIONS(1208), + [anon_sym_enum] = ACTIONS(1208), + [anon_sym_struct] = ACTIONS(1208), + [anon_sym_union] = ACTIONS(1208), + [anon_sym_if] = ACTIONS(1208), + [anon_sym_switch] = ACTIONS(1208), + [anon_sym_case] = ACTIONS(1208), + [anon_sym_default] = ACTIONS(1208), + [anon_sym_while] = ACTIONS(1208), + [anon_sym_do] = ACTIONS(1208), + [anon_sym_for] = ACTIONS(1208), + [anon_sym_return] = ACTIONS(1208), + [anon_sym_break] = ACTIONS(1208), + [anon_sym_continue] = ACTIONS(1208), + [anon_sym_goto] = ACTIONS(1208), + [anon_sym_DASH_DASH] = ACTIONS(1210), + [anon_sym_PLUS_PLUS] = ACTIONS(1210), + [anon_sym_sizeof] = ACTIONS(1208), + [anon_sym_offsetof] = ACTIONS(1208), + [anon_sym__Generic] = ACTIONS(1208), + [anon_sym_asm] = ACTIONS(1208), + [anon_sym___asm__] = ACTIONS(1208), + [sym_number_literal] = ACTIONS(1210), + [anon_sym_L_SQUOTE] = ACTIONS(1210), + [anon_sym_u_SQUOTE] = ACTIONS(1210), + [anon_sym_U_SQUOTE] = ACTIONS(1210), + [anon_sym_u8_SQUOTE] = ACTIONS(1210), + [anon_sym_SQUOTE] = ACTIONS(1210), + [anon_sym_L_DQUOTE] = ACTIONS(1210), + [anon_sym_u_DQUOTE] = ACTIONS(1210), + [anon_sym_U_DQUOTE] = ACTIONS(1210), + [anon_sym_u8_DQUOTE] = ACTIONS(1210), + [anon_sym_DQUOTE] = ACTIONS(1210), + [sym_true] = ACTIONS(1208), + [sym_false] = ACTIONS(1208), + [sym_null] = ACTIONS(1208), + [sym_comment] = ACTIONS(3), + }, + [154] = { + [sym_identifier] = ACTIONS(1212), + [aux_sym_preproc_include_token1] = ACTIONS(1212), + [aux_sym_preproc_def_token1] = ACTIONS(1212), + [aux_sym_preproc_if_token1] = ACTIONS(1212), + [aux_sym_preproc_if_token2] = ACTIONS(1212), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1212), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1212), + [aux_sym_preproc_else_token1] = ACTIONS(1212), + [aux_sym_preproc_elif_token1] = ACTIONS(1212), + [sym_preproc_directive] = ACTIONS(1212), + [anon_sym_LPAREN2] = ACTIONS(1214), + [anon_sym_BANG] = ACTIONS(1214), + [anon_sym_TILDE] = ACTIONS(1214), + [anon_sym_DASH] = ACTIONS(1212), + [anon_sym_PLUS] = ACTIONS(1212), + [anon_sym_STAR] = ACTIONS(1214), + [anon_sym_AMP] = ACTIONS(1214), + [anon_sym_SEMI] = ACTIONS(1214), + [anon_sym_typedef] = ACTIONS(1212), + [anon_sym_extern] = ACTIONS(1212), + [anon_sym___attribute__] = ACTIONS(1212), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1214), + [anon_sym___declspec] = ACTIONS(1212), + [anon_sym___cdecl] = ACTIONS(1212), + [anon_sym___clrcall] = ACTIONS(1212), + [anon_sym___stdcall] = ACTIONS(1212), + [anon_sym___fastcall] = ACTIONS(1212), + [anon_sym___thiscall] = ACTIONS(1212), + [anon_sym___vectorcall] = ACTIONS(1212), + [anon_sym_LBRACE] = ACTIONS(1214), + [anon_sym_static] = ACTIONS(1212), + [anon_sym_auto] = ACTIONS(1212), + [anon_sym_register] = ACTIONS(1212), + [anon_sym_inline] = ACTIONS(1212), + [anon_sym_const] = ACTIONS(1212), + [anon_sym_volatile] = ACTIONS(1212), + [anon_sym_restrict] = ACTIONS(1212), + [anon_sym___restrict__] = ACTIONS(1212), + [anon_sym__Atomic] = ACTIONS(1212), + [anon_sym__Noreturn] = ACTIONS(1212), + [anon_sym_signed] = ACTIONS(1212), + [anon_sym_unsigned] = ACTIONS(1212), + [anon_sym_long] = ACTIONS(1212), + [anon_sym_short] = ACTIONS(1212), + [sym_primitive_type] = ACTIONS(1212), + [anon_sym_enum] = ACTIONS(1212), + [anon_sym_struct] = ACTIONS(1212), + [anon_sym_union] = ACTIONS(1212), + [anon_sym_if] = ACTIONS(1212), + [anon_sym_switch] = ACTIONS(1212), + [anon_sym_case] = ACTIONS(1212), + [anon_sym_default] = ACTIONS(1212), + [anon_sym_while] = ACTIONS(1212), + [anon_sym_do] = ACTIONS(1212), + [anon_sym_for] = ACTIONS(1212), + [anon_sym_return] = ACTIONS(1212), + [anon_sym_break] = ACTIONS(1212), + [anon_sym_continue] = ACTIONS(1212), + [anon_sym_goto] = ACTIONS(1212), + [anon_sym_DASH_DASH] = ACTIONS(1214), + [anon_sym_PLUS_PLUS] = ACTIONS(1214), + [anon_sym_sizeof] = ACTIONS(1212), + [anon_sym_offsetof] = ACTIONS(1212), + [anon_sym__Generic] = ACTIONS(1212), + [anon_sym_asm] = ACTIONS(1212), + [anon_sym___asm__] = ACTIONS(1212), + [sym_number_literal] = ACTIONS(1214), + [anon_sym_L_SQUOTE] = ACTIONS(1214), + [anon_sym_u_SQUOTE] = ACTIONS(1214), + [anon_sym_U_SQUOTE] = ACTIONS(1214), + [anon_sym_u8_SQUOTE] = ACTIONS(1214), + [anon_sym_SQUOTE] = ACTIONS(1214), + [anon_sym_L_DQUOTE] = ACTIONS(1214), + [anon_sym_u_DQUOTE] = ACTIONS(1214), + [anon_sym_U_DQUOTE] = ACTIONS(1214), + [anon_sym_u8_DQUOTE] = ACTIONS(1214), + [anon_sym_DQUOTE] = ACTIONS(1214), + [sym_true] = ACTIONS(1212), + [sym_false] = ACTIONS(1212), + [sym_null] = ACTIONS(1212), + [sym_comment] = ACTIONS(3), + }, + [155] = { + [sym_identifier] = ACTIONS(1216), + [aux_sym_preproc_include_token1] = ACTIONS(1216), + [aux_sym_preproc_def_token1] = ACTIONS(1216), + [aux_sym_preproc_if_token1] = ACTIONS(1216), + [aux_sym_preproc_if_token2] = ACTIONS(1216), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1216), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1216), + [aux_sym_preproc_else_token1] = ACTIONS(1216), + [aux_sym_preproc_elif_token1] = ACTIONS(1216), + [sym_preproc_directive] = ACTIONS(1216), + [anon_sym_LPAREN2] = ACTIONS(1218), + [anon_sym_BANG] = ACTIONS(1218), + [anon_sym_TILDE] = ACTIONS(1218), + [anon_sym_DASH] = ACTIONS(1216), + [anon_sym_PLUS] = ACTIONS(1216), + [anon_sym_STAR] = ACTIONS(1218), + [anon_sym_AMP] = ACTIONS(1218), + [anon_sym_SEMI] = ACTIONS(1218), + [anon_sym_typedef] = ACTIONS(1216), + [anon_sym_extern] = ACTIONS(1216), + [anon_sym___attribute__] = ACTIONS(1216), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1218), + [anon_sym___declspec] = ACTIONS(1216), + [anon_sym___cdecl] = ACTIONS(1216), + [anon_sym___clrcall] = ACTIONS(1216), + [anon_sym___stdcall] = ACTIONS(1216), + [anon_sym___fastcall] = ACTIONS(1216), + [anon_sym___thiscall] = ACTIONS(1216), + [anon_sym___vectorcall] = ACTIONS(1216), + [anon_sym_LBRACE] = ACTIONS(1218), + [anon_sym_static] = ACTIONS(1216), + [anon_sym_auto] = ACTIONS(1216), + [anon_sym_register] = ACTIONS(1216), + [anon_sym_inline] = ACTIONS(1216), + [anon_sym_const] = ACTIONS(1216), + [anon_sym_volatile] = ACTIONS(1216), + [anon_sym_restrict] = ACTIONS(1216), + [anon_sym___restrict__] = ACTIONS(1216), + [anon_sym__Atomic] = ACTIONS(1216), + [anon_sym__Noreturn] = ACTIONS(1216), + [anon_sym_signed] = ACTIONS(1216), + [anon_sym_unsigned] = ACTIONS(1216), + [anon_sym_long] = ACTIONS(1216), + [anon_sym_short] = ACTIONS(1216), + [sym_primitive_type] = ACTIONS(1216), + [anon_sym_enum] = ACTIONS(1216), + [anon_sym_struct] = ACTIONS(1216), + [anon_sym_union] = ACTIONS(1216), + [anon_sym_if] = ACTIONS(1216), + [anon_sym_switch] = ACTIONS(1216), + [anon_sym_case] = ACTIONS(1216), + [anon_sym_default] = ACTIONS(1216), + [anon_sym_while] = ACTIONS(1216), + [anon_sym_do] = ACTIONS(1216), + [anon_sym_for] = ACTIONS(1216), + [anon_sym_return] = ACTIONS(1216), + [anon_sym_break] = ACTIONS(1216), + [anon_sym_continue] = ACTIONS(1216), + [anon_sym_goto] = ACTIONS(1216), + [anon_sym_DASH_DASH] = ACTIONS(1218), + [anon_sym_PLUS_PLUS] = ACTIONS(1218), + [anon_sym_sizeof] = ACTIONS(1216), + [anon_sym_offsetof] = ACTIONS(1216), + [anon_sym__Generic] = ACTIONS(1216), + [anon_sym_asm] = ACTIONS(1216), + [anon_sym___asm__] = ACTIONS(1216), + [sym_number_literal] = ACTIONS(1218), + [anon_sym_L_SQUOTE] = ACTIONS(1218), + [anon_sym_u_SQUOTE] = ACTIONS(1218), + [anon_sym_U_SQUOTE] = ACTIONS(1218), + [anon_sym_u8_SQUOTE] = ACTIONS(1218), + [anon_sym_SQUOTE] = ACTIONS(1218), + [anon_sym_L_DQUOTE] = ACTIONS(1218), + [anon_sym_u_DQUOTE] = ACTIONS(1218), + [anon_sym_U_DQUOTE] = ACTIONS(1218), + [anon_sym_u8_DQUOTE] = ACTIONS(1218), + [anon_sym_DQUOTE] = ACTIONS(1218), + [sym_true] = ACTIONS(1216), + [sym_false] = ACTIONS(1216), + [sym_null] = ACTIONS(1216), + [sym_comment] = ACTIONS(3), + }, + [156] = { + [sym_identifier] = ACTIONS(1220), + [aux_sym_preproc_include_token1] = ACTIONS(1220), + [aux_sym_preproc_def_token1] = ACTIONS(1220), + [aux_sym_preproc_if_token1] = ACTIONS(1220), + [aux_sym_preproc_if_token2] = ACTIONS(1220), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1220), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1220), + [aux_sym_preproc_else_token1] = ACTIONS(1220), + [aux_sym_preproc_elif_token1] = ACTIONS(1220), + [sym_preproc_directive] = ACTIONS(1220), + [anon_sym_LPAREN2] = ACTIONS(1222), + [anon_sym_BANG] = ACTIONS(1222), + [anon_sym_TILDE] = ACTIONS(1222), + [anon_sym_DASH] = ACTIONS(1220), + [anon_sym_PLUS] = ACTIONS(1220), + [anon_sym_STAR] = ACTIONS(1222), + [anon_sym_AMP] = ACTIONS(1222), + [anon_sym_SEMI] = ACTIONS(1222), + [anon_sym_typedef] = ACTIONS(1220), + [anon_sym_extern] = ACTIONS(1220), + [anon_sym___attribute__] = ACTIONS(1220), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1222), + [anon_sym___declspec] = ACTIONS(1220), + [anon_sym___cdecl] = ACTIONS(1220), + [anon_sym___clrcall] = ACTIONS(1220), + [anon_sym___stdcall] = ACTIONS(1220), + [anon_sym___fastcall] = ACTIONS(1220), + [anon_sym___thiscall] = ACTIONS(1220), + [anon_sym___vectorcall] = ACTIONS(1220), + [anon_sym_LBRACE] = ACTIONS(1222), + [anon_sym_static] = ACTIONS(1220), + [anon_sym_auto] = ACTIONS(1220), + [anon_sym_register] = ACTIONS(1220), + [anon_sym_inline] = ACTIONS(1220), + [anon_sym_const] = ACTIONS(1220), + [anon_sym_volatile] = ACTIONS(1220), + [anon_sym_restrict] = ACTIONS(1220), + [anon_sym___restrict__] = ACTIONS(1220), + [anon_sym__Atomic] = ACTIONS(1220), + [anon_sym__Noreturn] = ACTIONS(1220), + [anon_sym_signed] = ACTIONS(1220), + [anon_sym_unsigned] = ACTIONS(1220), + [anon_sym_long] = ACTIONS(1220), + [anon_sym_short] = ACTIONS(1220), + [sym_primitive_type] = ACTIONS(1220), + [anon_sym_enum] = ACTIONS(1220), + [anon_sym_struct] = ACTIONS(1220), + [anon_sym_union] = ACTIONS(1220), + [anon_sym_if] = ACTIONS(1220), + [anon_sym_switch] = ACTIONS(1220), + [anon_sym_case] = ACTIONS(1220), + [anon_sym_default] = ACTIONS(1220), + [anon_sym_while] = ACTIONS(1220), + [anon_sym_do] = ACTIONS(1220), + [anon_sym_for] = ACTIONS(1220), + [anon_sym_return] = ACTIONS(1220), + [anon_sym_break] = ACTIONS(1220), + [anon_sym_continue] = ACTIONS(1220), + [anon_sym_goto] = ACTIONS(1220), + [anon_sym_DASH_DASH] = ACTIONS(1222), + [anon_sym_PLUS_PLUS] = ACTIONS(1222), + [anon_sym_sizeof] = ACTIONS(1220), + [anon_sym_offsetof] = ACTIONS(1220), + [anon_sym__Generic] = ACTIONS(1220), + [anon_sym_asm] = ACTIONS(1220), + [anon_sym___asm__] = ACTIONS(1220), + [sym_number_literal] = ACTIONS(1222), + [anon_sym_L_SQUOTE] = ACTIONS(1222), + [anon_sym_u_SQUOTE] = ACTIONS(1222), + [anon_sym_U_SQUOTE] = ACTIONS(1222), + [anon_sym_u8_SQUOTE] = ACTIONS(1222), + [anon_sym_SQUOTE] = ACTIONS(1222), + [anon_sym_L_DQUOTE] = ACTIONS(1222), + [anon_sym_u_DQUOTE] = ACTIONS(1222), + [anon_sym_U_DQUOTE] = ACTIONS(1222), + [anon_sym_u8_DQUOTE] = ACTIONS(1222), + [anon_sym_DQUOTE] = ACTIONS(1222), + [sym_true] = ACTIONS(1220), + [sym_false] = ACTIONS(1220), + [sym_null] = ACTIONS(1220), + [sym_comment] = ACTIONS(3), + }, + [157] = { + [sym_identifier] = ACTIONS(1224), + [aux_sym_preproc_include_token1] = ACTIONS(1224), + [aux_sym_preproc_def_token1] = ACTIONS(1224), + [aux_sym_preproc_if_token1] = ACTIONS(1224), + [aux_sym_preproc_if_token2] = ACTIONS(1224), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1224), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1224), + [aux_sym_preproc_else_token1] = ACTIONS(1224), + [aux_sym_preproc_elif_token1] = ACTIONS(1224), + [sym_preproc_directive] = ACTIONS(1224), + [anon_sym_LPAREN2] = ACTIONS(1226), + [anon_sym_BANG] = ACTIONS(1226), + [anon_sym_TILDE] = ACTIONS(1226), + [anon_sym_DASH] = ACTIONS(1224), + [anon_sym_PLUS] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(1226), + [anon_sym_AMP] = ACTIONS(1226), + [anon_sym_SEMI] = ACTIONS(1226), + [anon_sym_typedef] = ACTIONS(1224), + [anon_sym_extern] = ACTIONS(1224), + [anon_sym___attribute__] = ACTIONS(1224), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1226), + [anon_sym___declspec] = ACTIONS(1224), + [anon_sym___cdecl] = ACTIONS(1224), + [anon_sym___clrcall] = ACTIONS(1224), + [anon_sym___stdcall] = ACTIONS(1224), + [anon_sym___fastcall] = ACTIONS(1224), + [anon_sym___thiscall] = ACTIONS(1224), + [anon_sym___vectorcall] = ACTIONS(1224), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_static] = ACTIONS(1224), + [anon_sym_auto] = ACTIONS(1224), + [anon_sym_register] = ACTIONS(1224), + [anon_sym_inline] = ACTIONS(1224), + [anon_sym_const] = ACTIONS(1224), + [anon_sym_volatile] = ACTIONS(1224), + [anon_sym_restrict] = ACTIONS(1224), + [anon_sym___restrict__] = ACTIONS(1224), + [anon_sym__Atomic] = ACTIONS(1224), + [anon_sym__Noreturn] = ACTIONS(1224), + [anon_sym_signed] = ACTIONS(1224), + [anon_sym_unsigned] = ACTIONS(1224), + [anon_sym_long] = ACTIONS(1224), + [anon_sym_short] = ACTIONS(1224), + [sym_primitive_type] = ACTIONS(1224), + [anon_sym_enum] = ACTIONS(1224), + [anon_sym_struct] = ACTIONS(1224), + [anon_sym_union] = ACTIONS(1224), + [anon_sym_if] = ACTIONS(1224), + [anon_sym_switch] = ACTIONS(1224), + [anon_sym_case] = ACTIONS(1224), + [anon_sym_default] = ACTIONS(1224), + [anon_sym_while] = ACTIONS(1224), + [anon_sym_do] = ACTIONS(1224), + [anon_sym_for] = ACTIONS(1224), + [anon_sym_return] = ACTIONS(1224), + [anon_sym_break] = ACTIONS(1224), + [anon_sym_continue] = ACTIONS(1224), + [anon_sym_goto] = ACTIONS(1224), + [anon_sym_DASH_DASH] = ACTIONS(1226), + [anon_sym_PLUS_PLUS] = ACTIONS(1226), + [anon_sym_sizeof] = ACTIONS(1224), + [anon_sym_offsetof] = ACTIONS(1224), + [anon_sym__Generic] = ACTIONS(1224), + [anon_sym_asm] = ACTIONS(1224), + [anon_sym___asm__] = ACTIONS(1224), + [sym_number_literal] = ACTIONS(1226), + [anon_sym_L_SQUOTE] = ACTIONS(1226), + [anon_sym_u_SQUOTE] = ACTIONS(1226), + [anon_sym_U_SQUOTE] = ACTIONS(1226), + [anon_sym_u8_SQUOTE] = ACTIONS(1226), + [anon_sym_SQUOTE] = ACTIONS(1226), + [anon_sym_L_DQUOTE] = ACTIONS(1226), + [anon_sym_u_DQUOTE] = ACTIONS(1226), + [anon_sym_U_DQUOTE] = ACTIONS(1226), + [anon_sym_u8_DQUOTE] = ACTIONS(1226), + [anon_sym_DQUOTE] = ACTIONS(1226), + [sym_true] = ACTIONS(1224), + [sym_false] = ACTIONS(1224), + [sym_null] = ACTIONS(1224), + [sym_comment] = ACTIONS(3), + }, + [158] = { + [sym_attribute_declaration] = STATE(200), + [sym_compound_statement] = STATE(99), + [sym_attributed_statement] = STATE(99), + [sym_labeled_statement] = STATE(99), + [sym_expression_statement] = STATE(99), + [sym_if_statement] = STATE(99), + [sym_switch_statement] = STATE(99), + [sym_case_statement] = STATE(99), + [sym_while_statement] = STATE(99), + [sym_do_statement] = STATE(99), + [sym_for_statement] = STATE(99), + [sym_return_statement] = STATE(99), + [sym_break_statement] = STATE(99), + [sym_continue_statement] = STATE(99), + [sym_goto_statement] = STATE(99), + [sym__expression] = STATE(772), + [sym_comma_expression] = STATE(1497), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(148), - [sym_identifier] = ACTIONS(1084), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(200), + [sym_identifier] = ACTIONS(1156), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -31277,20 +30219,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(27), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(41), - [anon_sym_if] = ACTIONS(57), - [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(61), - [anon_sym_default] = ACTIONS(63), - [anon_sym_while] = ACTIONS(65), - [anon_sym_do] = ACTIONS(67), - [anon_sym_for] = ACTIONS(69), - [anon_sym_return] = ACTIONS(71), - [anon_sym_break] = ACTIONS(73), - [anon_sym_continue] = ACTIONS(75), - [anon_sym_goto] = ACTIONS(77), + [anon_sym_SEMI] = ACTIONS(115), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(121), + [anon_sym_if] = ACTIONS(123), + [anon_sym_switch] = ACTIONS(125), + [anon_sym_case] = ACTIONS(127), + [anon_sym_default] = ACTIONS(129), + [anon_sym_while] = ACTIONS(131), + [anon_sym_do] = ACTIONS(133), + [anon_sym_for] = ACTIONS(135), + [anon_sym_return] = ACTIONS(137), + [anon_sym_break] = ACTIONS(139), + [anon_sym_continue] = ACTIONS(141), + [anon_sym_goto] = ACTIONS(143), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -31314,45 +30256,128 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [173] = { - [sym_attribute_declaration] = STATE(146), - [sym_compound_statement] = STATE(304), - [sym_attributed_statement] = STATE(304), - [sym_labeled_statement] = STATE(304), - [sym_expression_statement] = STATE(304), - [sym_if_statement] = STATE(304), - [sym_switch_statement] = STATE(304), - [sym_case_statement] = STATE(304), - [sym_while_statement] = STATE(304), - [sym_do_statement] = STATE(304), - [sym_for_statement] = STATE(304), - [sym_return_statement] = STATE(304), - [sym_break_statement] = STATE(304), - [sym_continue_statement] = STATE(304), - [sym_goto_statement] = STATE(304), - [sym__expression] = STATE(780), - [sym_comma_expression] = STATE(1381), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [159] = { + [sym_attribute_declaration] = STATE(159), + [sym_compound_statement] = STATE(265), + [sym_attributed_statement] = STATE(265), + [sym_labeled_statement] = STATE(265), + [sym_expression_statement] = STATE(265), + [sym_if_statement] = STATE(265), + [sym_switch_statement] = STATE(265), + [sym_case_statement] = STATE(265), + [sym_while_statement] = STATE(265), + [sym_do_statement] = STATE(265), + [sym_for_statement] = STATE(265), + [sym_return_statement] = STATE(265), + [sym_break_statement] = STATE(265), + [sym_continue_statement] = STATE(265), + [sym_goto_statement] = STATE(265), + [sym__expression] = STATE(789), + [sym_comma_expression] = STATE(1475), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), + [sym_pointer_expression] = STATE(636), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), + [sym_subscript_expression] = STATE(636), + [sym_call_expression] = STATE(636), + [sym_gnu_asm_expression] = STATE(635), + [sym_field_expression] = STATE(636), + [sym_compound_literal_expression] = STATE(635), + [sym_parenthesized_expression] = STATE(636), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(159), + [sym_identifier] = ACTIONS(1228), + [anon_sym_LPAREN2] = ACTIONS(1073), + [anon_sym_BANG] = ACTIONS(1076), + [anon_sym_TILDE] = ACTIONS(1076), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_PLUS] = ACTIONS(1079), + [anon_sym_STAR] = ACTIONS(1082), + [anon_sym_AMP] = ACTIONS(1082), + [anon_sym_SEMI] = ACTIONS(1231), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1088), + [anon_sym_LBRACE] = ACTIONS(1234), + [anon_sym_if] = ACTIONS(1237), + [anon_sym_switch] = ACTIONS(1240), + [anon_sym_case] = ACTIONS(1243), + [anon_sym_default] = ACTIONS(1246), + [anon_sym_while] = ACTIONS(1249), + [anon_sym_do] = ACTIONS(1252), + [anon_sym_for] = ACTIONS(1255), + [anon_sym_return] = ACTIONS(1258), + [anon_sym_break] = ACTIONS(1261), + [anon_sym_continue] = ACTIONS(1264), + [anon_sym_goto] = ACTIONS(1267), + [anon_sym_DASH_DASH] = ACTIONS(1127), + [anon_sym_PLUS_PLUS] = ACTIONS(1127), + [anon_sym_sizeof] = ACTIONS(1130), + [anon_sym_offsetof] = ACTIONS(1133), + [anon_sym__Generic] = ACTIONS(1136), + [anon_sym_asm] = ACTIONS(1139), + [anon_sym___asm__] = ACTIONS(1139), + [sym_number_literal] = ACTIONS(1142), + [anon_sym_L_SQUOTE] = ACTIONS(1145), + [anon_sym_u_SQUOTE] = ACTIONS(1145), + [anon_sym_U_SQUOTE] = ACTIONS(1145), + [anon_sym_u8_SQUOTE] = ACTIONS(1145), + [anon_sym_SQUOTE] = ACTIONS(1145), + [anon_sym_L_DQUOTE] = ACTIONS(1148), + [anon_sym_u_DQUOTE] = ACTIONS(1148), + [anon_sym_U_DQUOTE] = ACTIONS(1148), + [anon_sym_u8_DQUOTE] = ACTIONS(1148), + [anon_sym_DQUOTE] = ACTIONS(1148), + [sym_true] = ACTIONS(1151), + [sym_false] = ACTIONS(1151), + [sym_null] = ACTIONS(1151), + [sym_comment] = ACTIONS(3), + }, + [160] = { + [sym_attribute_declaration] = STATE(135), + [sym_compound_statement] = STATE(220), + [sym_attributed_statement] = STATE(220), + [sym_labeled_statement] = STATE(220), + [sym_expression_statement] = STATE(220), + [sym_if_statement] = STATE(220), + [sym_switch_statement] = STATE(220), + [sym_case_statement] = STATE(220), + [sym_while_statement] = STATE(220), + [sym_do_statement] = STATE(220), + [sym_for_statement] = STATE(220), + [sym_return_statement] = STATE(220), + [sym_break_statement] = STATE(220), + [sym_continue_statement] = STATE(220), + [sym_goto_statement] = STATE(220), + [sym__expression] = STATE(789), + [sym_comma_expression] = STATE(1475), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(146), - [sym_identifier] = ACTIONS(1234), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(135), + [sym_identifier] = ACTIONS(1068), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -31360,20 +30385,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(384), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(390), - [anon_sym_if] = ACTIONS(392), - [anon_sym_switch] = ACTIONS(394), - [anon_sym_case] = ACTIONS(396), - [anon_sym_default] = ACTIONS(398), - [anon_sym_while] = ACTIONS(400), - [anon_sym_do] = ACTIONS(402), - [anon_sym_for] = ACTIONS(404), - [anon_sym_return] = ACTIONS(406), - [anon_sym_break] = ACTIONS(408), - [anon_sym_continue] = ACTIONS(410), - [anon_sym_goto] = ACTIONS(412), + [anon_sym_SEMI] = ACTIONS(27), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(41), + [anon_sym_if] = ACTIONS(57), + [anon_sym_switch] = ACTIONS(59), + [anon_sym_case] = ACTIONS(61), + [anon_sym_default] = ACTIONS(63), + [anon_sym_while] = ACTIONS(65), + [anon_sym_do] = ACTIONS(67), + [anon_sym_for] = ACTIONS(69), + [anon_sym_return] = ACTIONS(71), + [anon_sym_break] = ACTIONS(73), + [anon_sym_continue] = ACTIONS(75), + [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -31397,45 +30422,128 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [174] = { - [sym_attribute_declaration] = STATE(148), - [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__expression] = STATE(819), - [sym_comma_expression] = STATE(1472), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [161] = { + [sym_identifier] = ACTIONS(1270), + [aux_sym_preproc_include_token1] = ACTIONS(1270), + [aux_sym_preproc_def_token1] = ACTIONS(1270), + [aux_sym_preproc_if_token1] = ACTIONS(1270), + [aux_sym_preproc_if_token2] = ACTIONS(1270), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1270), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1270), + [aux_sym_preproc_else_token1] = ACTIONS(1270), + [aux_sym_preproc_elif_token1] = ACTIONS(1270), + [sym_preproc_directive] = ACTIONS(1270), + [anon_sym_LPAREN2] = ACTIONS(1272), + [anon_sym_BANG] = ACTIONS(1272), + [anon_sym_TILDE] = ACTIONS(1272), + [anon_sym_DASH] = ACTIONS(1270), + [anon_sym_PLUS] = ACTIONS(1270), + [anon_sym_STAR] = ACTIONS(1272), + [anon_sym_AMP] = ACTIONS(1272), + [anon_sym_SEMI] = ACTIONS(1272), + [anon_sym_typedef] = ACTIONS(1270), + [anon_sym_extern] = ACTIONS(1270), + [anon_sym___attribute__] = ACTIONS(1270), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1272), + [anon_sym___declspec] = ACTIONS(1270), + [anon_sym___cdecl] = ACTIONS(1270), + [anon_sym___clrcall] = ACTIONS(1270), + [anon_sym___stdcall] = ACTIONS(1270), + [anon_sym___fastcall] = ACTIONS(1270), + [anon_sym___thiscall] = ACTIONS(1270), + [anon_sym___vectorcall] = ACTIONS(1270), + [anon_sym_LBRACE] = ACTIONS(1272), + [anon_sym_static] = ACTIONS(1270), + [anon_sym_auto] = ACTIONS(1270), + [anon_sym_register] = ACTIONS(1270), + [anon_sym_inline] = ACTIONS(1270), + [anon_sym_const] = ACTIONS(1270), + [anon_sym_volatile] = ACTIONS(1270), + [anon_sym_restrict] = ACTIONS(1270), + [anon_sym___restrict__] = ACTIONS(1270), + [anon_sym__Atomic] = ACTIONS(1270), + [anon_sym__Noreturn] = ACTIONS(1270), + [anon_sym_signed] = ACTIONS(1270), + [anon_sym_unsigned] = ACTIONS(1270), + [anon_sym_long] = ACTIONS(1270), + [anon_sym_short] = ACTIONS(1270), + [sym_primitive_type] = ACTIONS(1270), + [anon_sym_enum] = ACTIONS(1270), + [anon_sym_struct] = ACTIONS(1270), + [anon_sym_union] = ACTIONS(1270), + [anon_sym_if] = ACTIONS(1270), + [anon_sym_switch] = ACTIONS(1270), + [anon_sym_case] = ACTIONS(1270), + [anon_sym_default] = ACTIONS(1270), + [anon_sym_while] = ACTIONS(1270), + [anon_sym_do] = ACTIONS(1270), + [anon_sym_for] = ACTIONS(1270), + [anon_sym_return] = ACTIONS(1270), + [anon_sym_break] = ACTIONS(1270), + [anon_sym_continue] = ACTIONS(1270), + [anon_sym_goto] = ACTIONS(1270), + [anon_sym_DASH_DASH] = ACTIONS(1272), + [anon_sym_PLUS_PLUS] = ACTIONS(1272), + [anon_sym_sizeof] = ACTIONS(1270), + [anon_sym_offsetof] = ACTIONS(1270), + [anon_sym__Generic] = ACTIONS(1270), + [anon_sym_asm] = ACTIONS(1270), + [anon_sym___asm__] = ACTIONS(1270), + [sym_number_literal] = ACTIONS(1272), + [anon_sym_L_SQUOTE] = ACTIONS(1272), + [anon_sym_u_SQUOTE] = ACTIONS(1272), + [anon_sym_U_SQUOTE] = ACTIONS(1272), + [anon_sym_u8_SQUOTE] = ACTIONS(1272), + [anon_sym_SQUOTE] = ACTIONS(1272), + [anon_sym_L_DQUOTE] = ACTIONS(1272), + [anon_sym_u_DQUOTE] = ACTIONS(1272), + [anon_sym_U_DQUOTE] = ACTIONS(1272), + [anon_sym_u8_DQUOTE] = ACTIONS(1272), + [anon_sym_DQUOTE] = ACTIONS(1272), + [sym_true] = ACTIONS(1270), + [sym_false] = ACTIONS(1270), + [sym_null] = ACTIONS(1270), + [sym_comment] = ACTIONS(3), + }, + [162] = { + [sym_attribute_declaration] = STATE(135), + [sym_compound_statement] = STATE(218), + [sym_attributed_statement] = STATE(218), + [sym_labeled_statement] = STATE(218), + [sym_expression_statement] = STATE(218), + [sym_if_statement] = STATE(218), + [sym_switch_statement] = STATE(218), + [sym_case_statement] = STATE(218), + [sym_while_statement] = STATE(218), + [sym_do_statement] = STATE(218), + [sym_for_statement] = STATE(218), + [sym_return_statement] = STATE(218), + [sym_break_statement] = STATE(218), + [sym_continue_statement] = STATE(218), + [sym_goto_statement] = STATE(218), + [sym__expression] = STATE(789), + [sym_comma_expression] = STATE(1475), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(148), - [sym_identifier] = ACTIONS(1084), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(135), + [sym_identifier] = ACTIONS(1068), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -31444,7 +30552,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(27), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_if] = ACTIONS(57), [anon_sym_switch] = ACTIONS(59), @@ -31480,45 +30588,211 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [175] = { - [sym_attribute_declaration] = STATE(195), - [sym_compound_statement] = STATE(287), - [sym_attributed_statement] = STATE(287), - [sym_labeled_statement] = STATE(287), - [sym_expression_statement] = STATE(287), - [sym_if_statement] = STATE(287), - [sym_switch_statement] = STATE(287), - [sym_case_statement] = STATE(287), - [sym_while_statement] = STATE(287), - [sym_do_statement] = STATE(287), - [sym_for_statement] = STATE(287), - [sym_return_statement] = STATE(287), - [sym_break_statement] = STATE(287), - [sym_continue_statement] = STATE(287), - [sym_goto_statement] = STATE(287), - [sym__expression] = STATE(772), - [sym_comma_expression] = STATE(1551), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [163] = { + [sym_identifier] = ACTIONS(1274), + [aux_sym_preproc_include_token1] = ACTIONS(1274), + [aux_sym_preproc_def_token1] = ACTIONS(1274), + [aux_sym_preproc_if_token1] = ACTIONS(1274), + [aux_sym_preproc_if_token2] = ACTIONS(1274), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1274), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1274), + [aux_sym_preproc_else_token1] = ACTIONS(1274), + [aux_sym_preproc_elif_token1] = ACTIONS(1274), + [sym_preproc_directive] = ACTIONS(1274), + [anon_sym_LPAREN2] = ACTIONS(1276), + [anon_sym_BANG] = ACTIONS(1276), + [anon_sym_TILDE] = ACTIONS(1276), + [anon_sym_DASH] = ACTIONS(1274), + [anon_sym_PLUS] = ACTIONS(1274), + [anon_sym_STAR] = ACTIONS(1276), + [anon_sym_AMP] = ACTIONS(1276), + [anon_sym_SEMI] = ACTIONS(1276), + [anon_sym_typedef] = ACTIONS(1274), + [anon_sym_extern] = ACTIONS(1274), + [anon_sym___attribute__] = ACTIONS(1274), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1276), + [anon_sym___declspec] = ACTIONS(1274), + [anon_sym___cdecl] = ACTIONS(1274), + [anon_sym___clrcall] = ACTIONS(1274), + [anon_sym___stdcall] = ACTIONS(1274), + [anon_sym___fastcall] = ACTIONS(1274), + [anon_sym___thiscall] = ACTIONS(1274), + [anon_sym___vectorcall] = ACTIONS(1274), + [anon_sym_LBRACE] = ACTIONS(1276), + [anon_sym_static] = ACTIONS(1274), + [anon_sym_auto] = ACTIONS(1274), + [anon_sym_register] = ACTIONS(1274), + [anon_sym_inline] = ACTIONS(1274), + [anon_sym_const] = ACTIONS(1274), + [anon_sym_volatile] = ACTIONS(1274), + [anon_sym_restrict] = ACTIONS(1274), + [anon_sym___restrict__] = ACTIONS(1274), + [anon_sym__Atomic] = ACTIONS(1274), + [anon_sym__Noreturn] = ACTIONS(1274), + [anon_sym_signed] = ACTIONS(1274), + [anon_sym_unsigned] = ACTIONS(1274), + [anon_sym_long] = ACTIONS(1274), + [anon_sym_short] = ACTIONS(1274), + [sym_primitive_type] = ACTIONS(1274), + [anon_sym_enum] = ACTIONS(1274), + [anon_sym_struct] = ACTIONS(1274), + [anon_sym_union] = ACTIONS(1274), + [anon_sym_if] = ACTIONS(1274), + [anon_sym_switch] = ACTIONS(1274), + [anon_sym_case] = ACTIONS(1274), + [anon_sym_default] = ACTIONS(1274), + [anon_sym_while] = ACTIONS(1274), + [anon_sym_do] = ACTIONS(1274), + [anon_sym_for] = ACTIONS(1274), + [anon_sym_return] = ACTIONS(1274), + [anon_sym_break] = ACTIONS(1274), + [anon_sym_continue] = ACTIONS(1274), + [anon_sym_goto] = ACTIONS(1274), + [anon_sym_DASH_DASH] = ACTIONS(1276), + [anon_sym_PLUS_PLUS] = ACTIONS(1276), + [anon_sym_sizeof] = ACTIONS(1274), + [anon_sym_offsetof] = ACTIONS(1274), + [anon_sym__Generic] = ACTIONS(1274), + [anon_sym_asm] = ACTIONS(1274), + [anon_sym___asm__] = ACTIONS(1274), + [sym_number_literal] = ACTIONS(1276), + [anon_sym_L_SQUOTE] = ACTIONS(1276), + [anon_sym_u_SQUOTE] = ACTIONS(1276), + [anon_sym_U_SQUOTE] = ACTIONS(1276), + [anon_sym_u8_SQUOTE] = ACTIONS(1276), + [anon_sym_SQUOTE] = ACTIONS(1276), + [anon_sym_L_DQUOTE] = ACTIONS(1276), + [anon_sym_u_DQUOTE] = ACTIONS(1276), + [anon_sym_U_DQUOTE] = ACTIONS(1276), + [anon_sym_u8_DQUOTE] = ACTIONS(1276), + [anon_sym_DQUOTE] = ACTIONS(1276), + [sym_true] = ACTIONS(1274), + [sym_false] = ACTIONS(1274), + [sym_null] = ACTIONS(1274), + [sym_comment] = ACTIONS(3), + }, + [164] = { + [sym_identifier] = ACTIONS(1278), + [aux_sym_preproc_include_token1] = ACTIONS(1278), + [aux_sym_preproc_def_token1] = ACTIONS(1278), + [aux_sym_preproc_if_token1] = ACTIONS(1278), + [aux_sym_preproc_if_token2] = ACTIONS(1278), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1278), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1278), + [aux_sym_preproc_else_token1] = ACTIONS(1278), + [aux_sym_preproc_elif_token1] = ACTIONS(1278), + [sym_preproc_directive] = ACTIONS(1278), + [anon_sym_LPAREN2] = ACTIONS(1280), + [anon_sym_BANG] = ACTIONS(1280), + [anon_sym_TILDE] = ACTIONS(1280), + [anon_sym_DASH] = ACTIONS(1278), + [anon_sym_PLUS] = ACTIONS(1278), + [anon_sym_STAR] = ACTIONS(1280), + [anon_sym_AMP] = ACTIONS(1280), + [anon_sym_SEMI] = ACTIONS(1280), + [anon_sym_typedef] = ACTIONS(1278), + [anon_sym_extern] = ACTIONS(1278), + [anon_sym___attribute__] = ACTIONS(1278), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1280), + [anon_sym___declspec] = ACTIONS(1278), + [anon_sym___cdecl] = ACTIONS(1278), + [anon_sym___clrcall] = ACTIONS(1278), + [anon_sym___stdcall] = ACTIONS(1278), + [anon_sym___fastcall] = ACTIONS(1278), + [anon_sym___thiscall] = ACTIONS(1278), + [anon_sym___vectorcall] = ACTIONS(1278), + [anon_sym_LBRACE] = ACTIONS(1280), + [anon_sym_static] = ACTIONS(1278), + [anon_sym_auto] = ACTIONS(1278), + [anon_sym_register] = ACTIONS(1278), + [anon_sym_inline] = ACTIONS(1278), + [anon_sym_const] = ACTIONS(1278), + [anon_sym_volatile] = ACTIONS(1278), + [anon_sym_restrict] = ACTIONS(1278), + [anon_sym___restrict__] = ACTIONS(1278), + [anon_sym__Atomic] = ACTIONS(1278), + [anon_sym__Noreturn] = ACTIONS(1278), + [anon_sym_signed] = ACTIONS(1278), + [anon_sym_unsigned] = ACTIONS(1278), + [anon_sym_long] = ACTIONS(1278), + [anon_sym_short] = ACTIONS(1278), + [sym_primitive_type] = ACTIONS(1278), + [anon_sym_enum] = ACTIONS(1278), + [anon_sym_struct] = ACTIONS(1278), + [anon_sym_union] = ACTIONS(1278), + [anon_sym_if] = ACTIONS(1278), + [anon_sym_switch] = ACTIONS(1278), + [anon_sym_case] = ACTIONS(1278), + [anon_sym_default] = ACTIONS(1278), + [anon_sym_while] = ACTIONS(1278), + [anon_sym_do] = ACTIONS(1278), + [anon_sym_for] = ACTIONS(1278), + [anon_sym_return] = ACTIONS(1278), + [anon_sym_break] = ACTIONS(1278), + [anon_sym_continue] = ACTIONS(1278), + [anon_sym_goto] = ACTIONS(1278), + [anon_sym_DASH_DASH] = ACTIONS(1280), + [anon_sym_PLUS_PLUS] = ACTIONS(1280), + [anon_sym_sizeof] = ACTIONS(1278), + [anon_sym_offsetof] = ACTIONS(1278), + [anon_sym__Generic] = ACTIONS(1278), + [anon_sym_asm] = ACTIONS(1278), + [anon_sym___asm__] = ACTIONS(1278), + [sym_number_literal] = ACTIONS(1280), + [anon_sym_L_SQUOTE] = ACTIONS(1280), + [anon_sym_u_SQUOTE] = ACTIONS(1280), + [anon_sym_U_SQUOTE] = ACTIONS(1280), + [anon_sym_u8_SQUOTE] = ACTIONS(1280), + [anon_sym_SQUOTE] = ACTIONS(1280), + [anon_sym_L_DQUOTE] = ACTIONS(1280), + [anon_sym_u_DQUOTE] = ACTIONS(1280), + [anon_sym_U_DQUOTE] = ACTIONS(1280), + [anon_sym_u8_DQUOTE] = ACTIONS(1280), + [anon_sym_DQUOTE] = ACTIONS(1280), + [sym_true] = ACTIONS(1278), + [sym_false] = ACTIONS(1278), + [sym_null] = ACTIONS(1278), + [sym_comment] = ACTIONS(3), + }, + [165] = { + [sym_attribute_declaration] = STATE(131), + [sym_compound_statement] = STATE(212), + [sym_attributed_statement] = STATE(212), + [sym_labeled_statement] = STATE(212), + [sym_expression_statement] = STATE(212), + [sym_if_statement] = STATE(212), + [sym_switch_statement] = STATE(212), + [sym_case_statement] = STATE(212), + [sym_while_statement] = STATE(212), + [sym_do_statement] = STATE(212), + [sym_for_statement] = STATE(212), + [sym_return_statement] = STATE(212), + [sym_break_statement] = STATE(212), + [sym_continue_statement] = STATE(212), + [sym_goto_statement] = STATE(212), + [sym__expression] = STATE(822), + [sym_comma_expression] = STATE(1443), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(195), - [sym_identifier] = ACTIONS(1282), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(131), + [sym_identifier] = ACTIONS(1064), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -31527,7 +30801,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(328), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), [anon_sym_LBRACE] = ACTIONS(334), [anon_sym_if] = ACTIONS(338), [anon_sym_switch] = ACTIONS(340), @@ -31563,45 +30837,128 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [176] = { - [sym_attribute_declaration] = STATE(148), - [sym_compound_statement] = STATE(254), - [sym_attributed_statement] = STATE(254), - [sym_labeled_statement] = STATE(254), - [sym_expression_statement] = STATE(254), - [sym_if_statement] = STATE(254), - [sym_switch_statement] = STATE(254), - [sym_case_statement] = STATE(254), - [sym_while_statement] = STATE(254), - [sym_do_statement] = STATE(254), - [sym_for_statement] = STATE(254), - [sym_return_statement] = STATE(254), - [sym_break_statement] = STATE(254), - [sym_continue_statement] = STATE(254), - [sym_goto_statement] = STATE(254), - [sym__expression] = STATE(819), - [sym_comma_expression] = STATE(1472), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [166] = { + [sym_identifier] = ACTIONS(1282), + [aux_sym_preproc_include_token1] = ACTIONS(1282), + [aux_sym_preproc_def_token1] = ACTIONS(1282), + [aux_sym_preproc_if_token1] = ACTIONS(1282), + [aux_sym_preproc_if_token2] = ACTIONS(1282), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1282), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1282), + [aux_sym_preproc_else_token1] = ACTIONS(1282), + [aux_sym_preproc_elif_token1] = ACTIONS(1282), + [sym_preproc_directive] = ACTIONS(1282), + [anon_sym_LPAREN2] = ACTIONS(1284), + [anon_sym_BANG] = ACTIONS(1284), + [anon_sym_TILDE] = ACTIONS(1284), + [anon_sym_DASH] = ACTIONS(1282), + [anon_sym_PLUS] = ACTIONS(1282), + [anon_sym_STAR] = ACTIONS(1284), + [anon_sym_AMP] = ACTIONS(1284), + [anon_sym_SEMI] = ACTIONS(1284), + [anon_sym_typedef] = ACTIONS(1282), + [anon_sym_extern] = ACTIONS(1282), + [anon_sym___attribute__] = ACTIONS(1282), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1284), + [anon_sym___declspec] = ACTIONS(1282), + [anon_sym___cdecl] = ACTIONS(1282), + [anon_sym___clrcall] = ACTIONS(1282), + [anon_sym___stdcall] = ACTIONS(1282), + [anon_sym___fastcall] = ACTIONS(1282), + [anon_sym___thiscall] = ACTIONS(1282), + [anon_sym___vectorcall] = ACTIONS(1282), + [anon_sym_LBRACE] = ACTIONS(1284), + [anon_sym_static] = ACTIONS(1282), + [anon_sym_auto] = ACTIONS(1282), + [anon_sym_register] = ACTIONS(1282), + [anon_sym_inline] = ACTIONS(1282), + [anon_sym_const] = ACTIONS(1282), + [anon_sym_volatile] = ACTIONS(1282), + [anon_sym_restrict] = ACTIONS(1282), + [anon_sym___restrict__] = ACTIONS(1282), + [anon_sym__Atomic] = ACTIONS(1282), + [anon_sym__Noreturn] = ACTIONS(1282), + [anon_sym_signed] = ACTIONS(1282), + [anon_sym_unsigned] = ACTIONS(1282), + [anon_sym_long] = ACTIONS(1282), + [anon_sym_short] = ACTIONS(1282), + [sym_primitive_type] = ACTIONS(1282), + [anon_sym_enum] = ACTIONS(1282), + [anon_sym_struct] = ACTIONS(1282), + [anon_sym_union] = ACTIONS(1282), + [anon_sym_if] = ACTIONS(1282), + [anon_sym_switch] = ACTIONS(1282), + [anon_sym_case] = ACTIONS(1282), + [anon_sym_default] = ACTIONS(1282), + [anon_sym_while] = ACTIONS(1282), + [anon_sym_do] = ACTIONS(1282), + [anon_sym_for] = ACTIONS(1282), + [anon_sym_return] = ACTIONS(1282), + [anon_sym_break] = ACTIONS(1282), + [anon_sym_continue] = ACTIONS(1282), + [anon_sym_goto] = ACTIONS(1282), + [anon_sym_DASH_DASH] = ACTIONS(1284), + [anon_sym_PLUS_PLUS] = ACTIONS(1284), + [anon_sym_sizeof] = ACTIONS(1282), + [anon_sym_offsetof] = ACTIONS(1282), + [anon_sym__Generic] = ACTIONS(1282), + [anon_sym_asm] = ACTIONS(1282), + [anon_sym___asm__] = ACTIONS(1282), + [sym_number_literal] = ACTIONS(1284), + [anon_sym_L_SQUOTE] = ACTIONS(1284), + [anon_sym_u_SQUOTE] = ACTIONS(1284), + [anon_sym_U_SQUOTE] = ACTIONS(1284), + [anon_sym_u8_SQUOTE] = ACTIONS(1284), + [anon_sym_SQUOTE] = ACTIONS(1284), + [anon_sym_L_DQUOTE] = ACTIONS(1284), + [anon_sym_u_DQUOTE] = ACTIONS(1284), + [anon_sym_U_DQUOTE] = ACTIONS(1284), + [anon_sym_u8_DQUOTE] = ACTIONS(1284), + [anon_sym_DQUOTE] = ACTIONS(1284), + [sym_true] = ACTIONS(1282), + [sym_false] = ACTIONS(1282), + [sym_null] = ACTIONS(1282), + [sym_comment] = ACTIONS(3), + }, + [167] = { + [sym_attribute_declaration] = STATE(135), + [sym_compound_statement] = STATE(1562), + [sym_attributed_statement] = STATE(1562), + [sym_labeled_statement] = STATE(1562), + [sym_expression_statement] = STATE(1562), + [sym_if_statement] = STATE(1562), + [sym_switch_statement] = STATE(1562), + [sym_case_statement] = STATE(1562), + [sym_while_statement] = STATE(1562), + [sym_do_statement] = STATE(1562), + [sym_for_statement] = STATE(1562), + [sym_return_statement] = STATE(1562), + [sym_break_statement] = STATE(1562), + [sym_continue_statement] = STATE(1562), + [sym_goto_statement] = STATE(1562), + [sym__expression] = STATE(789), + [sym_comma_expression] = STATE(1475), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(148), - [sym_identifier] = ACTIONS(1084), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(135), + [sym_identifier] = ACTIONS(1068), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -31610,7 +30967,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(27), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_if] = ACTIONS(57), [anon_sym_switch] = ACTIONS(59), @@ -31646,45 +31003,128 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [177] = { - [sym_attribute_declaration] = STATE(195), - [sym_compound_statement] = STATE(286), - [sym_attributed_statement] = STATE(286), - [sym_labeled_statement] = STATE(286), - [sym_expression_statement] = STATE(286), - [sym_if_statement] = STATE(286), - [sym_switch_statement] = STATE(286), - [sym_case_statement] = STATE(286), - [sym_while_statement] = STATE(286), - [sym_do_statement] = STATE(286), - [sym_for_statement] = STATE(286), - [sym_return_statement] = STATE(286), - [sym_break_statement] = STATE(286), - [sym_continue_statement] = STATE(286), - [sym_goto_statement] = STATE(286), - [sym__expression] = STATE(772), - [sym_comma_expression] = STATE(1551), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [168] = { + [sym_identifier] = ACTIONS(1286), + [aux_sym_preproc_include_token1] = ACTIONS(1286), + [aux_sym_preproc_def_token1] = ACTIONS(1286), + [aux_sym_preproc_if_token1] = ACTIONS(1286), + [aux_sym_preproc_if_token2] = ACTIONS(1286), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1286), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1286), + [aux_sym_preproc_else_token1] = ACTIONS(1286), + [aux_sym_preproc_elif_token1] = ACTIONS(1286), + [sym_preproc_directive] = ACTIONS(1286), + [anon_sym_LPAREN2] = ACTIONS(1288), + [anon_sym_BANG] = ACTIONS(1288), + [anon_sym_TILDE] = ACTIONS(1288), + [anon_sym_DASH] = ACTIONS(1286), + [anon_sym_PLUS] = ACTIONS(1286), + [anon_sym_STAR] = ACTIONS(1288), + [anon_sym_AMP] = ACTIONS(1288), + [anon_sym_SEMI] = ACTIONS(1288), + [anon_sym_typedef] = ACTIONS(1286), + [anon_sym_extern] = ACTIONS(1286), + [anon_sym___attribute__] = ACTIONS(1286), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1288), + [anon_sym___declspec] = ACTIONS(1286), + [anon_sym___cdecl] = ACTIONS(1286), + [anon_sym___clrcall] = ACTIONS(1286), + [anon_sym___stdcall] = ACTIONS(1286), + [anon_sym___fastcall] = ACTIONS(1286), + [anon_sym___thiscall] = ACTIONS(1286), + [anon_sym___vectorcall] = ACTIONS(1286), + [anon_sym_LBRACE] = ACTIONS(1288), + [anon_sym_static] = ACTIONS(1286), + [anon_sym_auto] = ACTIONS(1286), + [anon_sym_register] = ACTIONS(1286), + [anon_sym_inline] = ACTIONS(1286), + [anon_sym_const] = ACTIONS(1286), + [anon_sym_volatile] = ACTIONS(1286), + [anon_sym_restrict] = ACTIONS(1286), + [anon_sym___restrict__] = ACTIONS(1286), + [anon_sym__Atomic] = ACTIONS(1286), + [anon_sym__Noreturn] = ACTIONS(1286), + [anon_sym_signed] = ACTIONS(1286), + [anon_sym_unsigned] = ACTIONS(1286), + [anon_sym_long] = ACTIONS(1286), + [anon_sym_short] = ACTIONS(1286), + [sym_primitive_type] = ACTIONS(1286), + [anon_sym_enum] = ACTIONS(1286), + [anon_sym_struct] = ACTIONS(1286), + [anon_sym_union] = ACTIONS(1286), + [anon_sym_if] = ACTIONS(1286), + [anon_sym_switch] = ACTIONS(1286), + [anon_sym_case] = ACTIONS(1286), + [anon_sym_default] = ACTIONS(1286), + [anon_sym_while] = ACTIONS(1286), + [anon_sym_do] = ACTIONS(1286), + [anon_sym_for] = ACTIONS(1286), + [anon_sym_return] = ACTIONS(1286), + [anon_sym_break] = ACTIONS(1286), + [anon_sym_continue] = ACTIONS(1286), + [anon_sym_goto] = ACTIONS(1286), + [anon_sym_DASH_DASH] = ACTIONS(1288), + [anon_sym_PLUS_PLUS] = ACTIONS(1288), + [anon_sym_sizeof] = ACTIONS(1286), + [anon_sym_offsetof] = ACTIONS(1286), + [anon_sym__Generic] = ACTIONS(1286), + [anon_sym_asm] = ACTIONS(1286), + [anon_sym___asm__] = ACTIONS(1286), + [sym_number_literal] = ACTIONS(1288), + [anon_sym_L_SQUOTE] = ACTIONS(1288), + [anon_sym_u_SQUOTE] = ACTIONS(1288), + [anon_sym_U_SQUOTE] = ACTIONS(1288), + [anon_sym_u8_SQUOTE] = ACTIONS(1288), + [anon_sym_SQUOTE] = ACTIONS(1288), + [anon_sym_L_DQUOTE] = ACTIONS(1288), + [anon_sym_u_DQUOTE] = ACTIONS(1288), + [anon_sym_U_DQUOTE] = ACTIONS(1288), + [anon_sym_u8_DQUOTE] = ACTIONS(1288), + [anon_sym_DQUOTE] = ACTIONS(1288), + [sym_true] = ACTIONS(1286), + [sym_false] = ACTIONS(1286), + [sym_null] = ACTIONS(1286), + [sym_comment] = ACTIONS(3), + }, + [169] = { + [sym_attribute_declaration] = STATE(135), + [sym_compound_statement] = STATE(277), + [sym_attributed_statement] = STATE(277), + [sym_labeled_statement] = STATE(277), + [sym_expression_statement] = STATE(277), + [sym_if_statement] = STATE(277), + [sym_switch_statement] = STATE(277), + [sym_case_statement] = STATE(277), + [sym_while_statement] = STATE(277), + [sym_do_statement] = STATE(277), + [sym_for_statement] = STATE(277), + [sym_return_statement] = STATE(277), + [sym_break_statement] = STATE(277), + [sym_continue_statement] = STATE(277), + [sym_goto_statement] = STATE(277), + [sym__expression] = STATE(789), + [sym_comma_expression] = STATE(1475), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(195), - [sym_identifier] = ACTIONS(1282), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(135), + [sym_identifier] = ACTIONS(1068), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -31692,20 +31132,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(328), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_if] = ACTIONS(338), - [anon_sym_switch] = ACTIONS(340), - [anon_sym_case] = ACTIONS(342), - [anon_sym_default] = ACTIONS(344), - [anon_sym_while] = ACTIONS(346), - [anon_sym_do] = ACTIONS(348), - [anon_sym_for] = ACTIONS(350), - [anon_sym_return] = ACTIONS(352), - [anon_sym_break] = ACTIONS(354), - [anon_sym_continue] = ACTIONS(356), - [anon_sym_goto] = ACTIONS(358), + [anon_sym_SEMI] = ACTIONS(27), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(41), + [anon_sym_if] = ACTIONS(57), + [anon_sym_switch] = ACTIONS(59), + [anon_sym_case] = ACTIONS(61), + [anon_sym_default] = ACTIONS(63), + [anon_sym_while] = ACTIONS(65), + [anon_sym_do] = ACTIONS(67), + [anon_sym_for] = ACTIONS(69), + [anon_sym_return] = ACTIONS(71), + [anon_sym_break] = ACTIONS(73), + [anon_sym_continue] = ACTIONS(75), + [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -31729,45 +31169,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [178] = { - [sym_attribute_declaration] = STATE(195), - [sym_compound_statement] = STATE(285), - [sym_attributed_statement] = STATE(285), - [sym_labeled_statement] = STATE(285), - [sym_expression_statement] = STATE(285), - [sym_if_statement] = STATE(285), - [sym_switch_statement] = STATE(285), - [sym_case_statement] = STATE(285), - [sym_while_statement] = STATE(285), - [sym_do_statement] = STATE(285), - [sym_for_statement] = STATE(285), - [sym_return_statement] = STATE(285), - [sym_break_statement] = STATE(285), - [sym_continue_statement] = STATE(285), - [sym_goto_statement] = STATE(285), - [sym__expression] = STATE(772), - [sym_comma_expression] = STATE(1551), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [170] = { + [sym_attribute_declaration] = STATE(135), + [sym_compound_statement] = STATE(273), + [sym_attributed_statement] = STATE(273), + [sym_labeled_statement] = STATE(273), + [sym_expression_statement] = STATE(273), + [sym_if_statement] = STATE(273), + [sym_switch_statement] = STATE(273), + [sym_case_statement] = STATE(273), + [sym_while_statement] = STATE(273), + [sym_do_statement] = STATE(273), + [sym_for_statement] = STATE(273), + [sym_return_statement] = STATE(273), + [sym_break_statement] = STATE(273), + [sym_continue_statement] = STATE(273), + [sym_goto_statement] = STATE(273), + [sym__expression] = STATE(789), + [sym_comma_expression] = STATE(1475), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(195), - [sym_identifier] = ACTIONS(1282), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(135), + [sym_identifier] = ACTIONS(1068), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -31775,20 +31215,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(328), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_if] = ACTIONS(338), - [anon_sym_switch] = ACTIONS(340), - [anon_sym_case] = ACTIONS(342), - [anon_sym_default] = ACTIONS(344), - [anon_sym_while] = ACTIONS(346), - [anon_sym_do] = ACTIONS(348), - [anon_sym_for] = ACTIONS(350), - [anon_sym_return] = ACTIONS(352), - [anon_sym_break] = ACTIONS(354), - [anon_sym_continue] = ACTIONS(356), - [anon_sym_goto] = ACTIONS(358), + [anon_sym_SEMI] = ACTIONS(27), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(41), + [anon_sym_if] = ACTIONS(57), + [anon_sym_switch] = ACTIONS(59), + [anon_sym_case] = ACTIONS(61), + [anon_sym_default] = ACTIONS(63), + [anon_sym_while] = ACTIONS(65), + [anon_sym_do] = ACTIONS(67), + [anon_sym_for] = ACTIONS(69), + [anon_sym_return] = ACTIONS(71), + [anon_sym_break] = ACTIONS(73), + [anon_sym_continue] = ACTIONS(75), + [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -31812,45 +31252,128 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [179] = { - [sym_attribute_declaration] = STATE(195), - [sym_compound_statement] = STATE(282), - [sym_attributed_statement] = STATE(282), - [sym_labeled_statement] = STATE(282), - [sym_expression_statement] = STATE(282), - [sym_if_statement] = STATE(282), - [sym_switch_statement] = STATE(282), - [sym_case_statement] = STATE(282), - [sym_while_statement] = STATE(282), - [sym_do_statement] = STATE(282), - [sym_for_statement] = STATE(282), - [sym_return_statement] = STATE(282), - [sym_break_statement] = STATE(282), - [sym_continue_statement] = STATE(282), - [sym_goto_statement] = STATE(282), - [sym__expression] = STATE(772), - [sym_comma_expression] = STATE(1551), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [171] = { + [sym_identifier] = ACTIONS(1290), + [aux_sym_preproc_include_token1] = ACTIONS(1290), + [aux_sym_preproc_def_token1] = ACTIONS(1290), + [aux_sym_preproc_if_token1] = ACTIONS(1290), + [aux_sym_preproc_if_token2] = ACTIONS(1290), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1290), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1290), + [aux_sym_preproc_else_token1] = ACTIONS(1290), + [aux_sym_preproc_elif_token1] = ACTIONS(1290), + [sym_preproc_directive] = ACTIONS(1290), + [anon_sym_LPAREN2] = ACTIONS(1292), + [anon_sym_BANG] = ACTIONS(1292), + [anon_sym_TILDE] = ACTIONS(1292), + [anon_sym_DASH] = ACTIONS(1290), + [anon_sym_PLUS] = ACTIONS(1290), + [anon_sym_STAR] = ACTIONS(1292), + [anon_sym_AMP] = ACTIONS(1292), + [anon_sym_SEMI] = ACTIONS(1292), + [anon_sym_typedef] = ACTIONS(1290), + [anon_sym_extern] = ACTIONS(1290), + [anon_sym___attribute__] = ACTIONS(1290), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1292), + [anon_sym___declspec] = ACTIONS(1290), + [anon_sym___cdecl] = ACTIONS(1290), + [anon_sym___clrcall] = ACTIONS(1290), + [anon_sym___stdcall] = ACTIONS(1290), + [anon_sym___fastcall] = ACTIONS(1290), + [anon_sym___thiscall] = ACTIONS(1290), + [anon_sym___vectorcall] = ACTIONS(1290), + [anon_sym_LBRACE] = ACTIONS(1292), + [anon_sym_static] = ACTIONS(1290), + [anon_sym_auto] = ACTIONS(1290), + [anon_sym_register] = ACTIONS(1290), + [anon_sym_inline] = ACTIONS(1290), + [anon_sym_const] = ACTIONS(1290), + [anon_sym_volatile] = ACTIONS(1290), + [anon_sym_restrict] = ACTIONS(1290), + [anon_sym___restrict__] = ACTIONS(1290), + [anon_sym__Atomic] = ACTIONS(1290), + [anon_sym__Noreturn] = ACTIONS(1290), + [anon_sym_signed] = ACTIONS(1290), + [anon_sym_unsigned] = ACTIONS(1290), + [anon_sym_long] = ACTIONS(1290), + [anon_sym_short] = ACTIONS(1290), + [sym_primitive_type] = ACTIONS(1290), + [anon_sym_enum] = ACTIONS(1290), + [anon_sym_struct] = ACTIONS(1290), + [anon_sym_union] = ACTIONS(1290), + [anon_sym_if] = ACTIONS(1290), + [anon_sym_switch] = ACTIONS(1290), + [anon_sym_case] = ACTIONS(1290), + [anon_sym_default] = ACTIONS(1290), + [anon_sym_while] = ACTIONS(1290), + [anon_sym_do] = ACTIONS(1290), + [anon_sym_for] = ACTIONS(1290), + [anon_sym_return] = ACTIONS(1290), + [anon_sym_break] = ACTIONS(1290), + [anon_sym_continue] = ACTIONS(1290), + [anon_sym_goto] = ACTIONS(1290), + [anon_sym_DASH_DASH] = ACTIONS(1292), + [anon_sym_PLUS_PLUS] = ACTIONS(1292), + [anon_sym_sizeof] = ACTIONS(1290), + [anon_sym_offsetof] = ACTIONS(1290), + [anon_sym__Generic] = ACTIONS(1290), + [anon_sym_asm] = ACTIONS(1290), + [anon_sym___asm__] = ACTIONS(1290), + [sym_number_literal] = ACTIONS(1292), + [anon_sym_L_SQUOTE] = ACTIONS(1292), + [anon_sym_u_SQUOTE] = ACTIONS(1292), + [anon_sym_U_SQUOTE] = ACTIONS(1292), + [anon_sym_u8_SQUOTE] = ACTIONS(1292), + [anon_sym_SQUOTE] = ACTIONS(1292), + [anon_sym_L_DQUOTE] = ACTIONS(1292), + [anon_sym_u_DQUOTE] = ACTIONS(1292), + [anon_sym_U_DQUOTE] = ACTIONS(1292), + [anon_sym_u8_DQUOTE] = ACTIONS(1292), + [anon_sym_DQUOTE] = ACTIONS(1292), + [sym_true] = ACTIONS(1290), + [sym_false] = ACTIONS(1290), + [sym_null] = ACTIONS(1290), + [sym_comment] = ACTIONS(3), + }, + [172] = { + [sym_attribute_declaration] = STATE(135), + [sym_compound_statement] = STATE(271), + [sym_attributed_statement] = STATE(271), + [sym_labeled_statement] = STATE(271), + [sym_expression_statement] = STATE(271), + [sym_if_statement] = STATE(271), + [sym_switch_statement] = STATE(271), + [sym_case_statement] = STATE(271), + [sym_while_statement] = STATE(271), + [sym_do_statement] = STATE(271), + [sym_for_statement] = STATE(271), + [sym_return_statement] = STATE(271), + [sym_break_statement] = STATE(271), + [sym_continue_statement] = STATE(271), + [sym_goto_statement] = STATE(271), + [sym__expression] = STATE(789), + [sym_comma_expression] = STATE(1475), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(195), - [sym_identifier] = ACTIONS(1282), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(135), + [sym_identifier] = ACTIONS(1068), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -31858,20 +31381,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(328), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_if] = ACTIONS(338), - [anon_sym_switch] = ACTIONS(340), - [anon_sym_case] = ACTIONS(342), - [anon_sym_default] = ACTIONS(344), - [anon_sym_while] = ACTIONS(346), - [anon_sym_do] = ACTIONS(348), - [anon_sym_for] = ACTIONS(350), - [anon_sym_return] = ACTIONS(352), - [anon_sym_break] = ACTIONS(354), - [anon_sym_continue] = ACTIONS(356), - [anon_sym_goto] = ACTIONS(358), + [anon_sym_SEMI] = ACTIONS(27), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(41), + [anon_sym_if] = ACTIONS(57), + [anon_sym_switch] = ACTIONS(59), + [anon_sym_case] = ACTIONS(61), + [anon_sym_default] = ACTIONS(63), + [anon_sym_while] = ACTIONS(65), + [anon_sym_do] = ACTIONS(67), + [anon_sym_for] = ACTIONS(69), + [anon_sym_return] = ACTIONS(71), + [anon_sym_break] = ACTIONS(73), + [anon_sym_continue] = ACTIONS(75), + [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -31895,45 +31418,128 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [180] = { - [sym_attribute_declaration] = STATE(146), - [sym_compound_statement] = STATE(302), - [sym_attributed_statement] = STATE(302), - [sym_labeled_statement] = STATE(302), - [sym_expression_statement] = STATE(302), - [sym_if_statement] = STATE(302), - [sym_switch_statement] = STATE(302), - [sym_case_statement] = STATE(302), - [sym_while_statement] = STATE(302), - [sym_do_statement] = STATE(302), - [sym_for_statement] = STATE(302), - [sym_return_statement] = STATE(302), - [sym_break_statement] = STATE(302), - [sym_continue_statement] = STATE(302), - [sym_goto_statement] = STATE(302), - [sym__expression] = STATE(780), - [sym_comma_expression] = STATE(1381), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [173] = { + [sym_identifier] = ACTIONS(1294), + [aux_sym_preproc_include_token1] = ACTIONS(1294), + [aux_sym_preproc_def_token1] = ACTIONS(1294), + [aux_sym_preproc_if_token1] = ACTIONS(1294), + [aux_sym_preproc_if_token2] = ACTIONS(1294), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1294), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1294), + [aux_sym_preproc_else_token1] = ACTIONS(1294), + [aux_sym_preproc_elif_token1] = ACTIONS(1294), + [sym_preproc_directive] = ACTIONS(1294), + [anon_sym_LPAREN2] = ACTIONS(1296), + [anon_sym_BANG] = ACTIONS(1296), + [anon_sym_TILDE] = ACTIONS(1296), + [anon_sym_DASH] = ACTIONS(1294), + [anon_sym_PLUS] = ACTIONS(1294), + [anon_sym_STAR] = ACTIONS(1296), + [anon_sym_AMP] = ACTIONS(1296), + [anon_sym_SEMI] = ACTIONS(1296), + [anon_sym_typedef] = ACTIONS(1294), + [anon_sym_extern] = ACTIONS(1294), + [anon_sym___attribute__] = ACTIONS(1294), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1296), + [anon_sym___declspec] = ACTIONS(1294), + [anon_sym___cdecl] = ACTIONS(1294), + [anon_sym___clrcall] = ACTIONS(1294), + [anon_sym___stdcall] = ACTIONS(1294), + [anon_sym___fastcall] = ACTIONS(1294), + [anon_sym___thiscall] = ACTIONS(1294), + [anon_sym___vectorcall] = ACTIONS(1294), + [anon_sym_LBRACE] = ACTIONS(1296), + [anon_sym_static] = ACTIONS(1294), + [anon_sym_auto] = ACTIONS(1294), + [anon_sym_register] = ACTIONS(1294), + [anon_sym_inline] = ACTIONS(1294), + [anon_sym_const] = ACTIONS(1294), + [anon_sym_volatile] = ACTIONS(1294), + [anon_sym_restrict] = ACTIONS(1294), + [anon_sym___restrict__] = ACTIONS(1294), + [anon_sym__Atomic] = ACTIONS(1294), + [anon_sym__Noreturn] = ACTIONS(1294), + [anon_sym_signed] = ACTIONS(1294), + [anon_sym_unsigned] = ACTIONS(1294), + [anon_sym_long] = ACTIONS(1294), + [anon_sym_short] = ACTIONS(1294), + [sym_primitive_type] = ACTIONS(1294), + [anon_sym_enum] = ACTIONS(1294), + [anon_sym_struct] = ACTIONS(1294), + [anon_sym_union] = ACTIONS(1294), + [anon_sym_if] = ACTIONS(1294), + [anon_sym_switch] = ACTIONS(1294), + [anon_sym_case] = ACTIONS(1294), + [anon_sym_default] = ACTIONS(1294), + [anon_sym_while] = ACTIONS(1294), + [anon_sym_do] = ACTIONS(1294), + [anon_sym_for] = ACTIONS(1294), + [anon_sym_return] = ACTIONS(1294), + [anon_sym_break] = ACTIONS(1294), + [anon_sym_continue] = ACTIONS(1294), + [anon_sym_goto] = ACTIONS(1294), + [anon_sym_DASH_DASH] = ACTIONS(1296), + [anon_sym_PLUS_PLUS] = ACTIONS(1296), + [anon_sym_sizeof] = ACTIONS(1294), + [anon_sym_offsetof] = ACTIONS(1294), + [anon_sym__Generic] = ACTIONS(1294), + [anon_sym_asm] = ACTIONS(1294), + [anon_sym___asm__] = ACTIONS(1294), + [sym_number_literal] = ACTIONS(1296), + [anon_sym_L_SQUOTE] = ACTIONS(1296), + [anon_sym_u_SQUOTE] = ACTIONS(1296), + [anon_sym_U_SQUOTE] = ACTIONS(1296), + [anon_sym_u8_SQUOTE] = ACTIONS(1296), + [anon_sym_SQUOTE] = ACTIONS(1296), + [anon_sym_L_DQUOTE] = ACTIONS(1296), + [anon_sym_u_DQUOTE] = ACTIONS(1296), + [anon_sym_U_DQUOTE] = ACTIONS(1296), + [anon_sym_u8_DQUOTE] = ACTIONS(1296), + [anon_sym_DQUOTE] = ACTIONS(1296), + [sym_true] = ACTIONS(1294), + [sym_false] = ACTIONS(1294), + [sym_null] = ACTIONS(1294), + [sym_comment] = ACTIONS(3), + }, + [174] = { + [sym_attribute_declaration] = STATE(135), + [sym_compound_statement] = STATE(236), + [sym_attributed_statement] = STATE(236), + [sym_labeled_statement] = STATE(236), + [sym_expression_statement] = STATE(236), + [sym_if_statement] = STATE(236), + [sym_switch_statement] = STATE(236), + [sym_case_statement] = STATE(236), + [sym_while_statement] = STATE(236), + [sym_do_statement] = STATE(236), + [sym_for_statement] = STATE(236), + [sym_return_statement] = STATE(236), + [sym_break_statement] = STATE(236), + [sym_continue_statement] = STATE(236), + [sym_goto_statement] = STATE(236), + [sym__expression] = STATE(789), + [sym_comma_expression] = STATE(1475), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(146), - [sym_identifier] = ACTIONS(1234), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(135), + [sym_identifier] = ACTIONS(1068), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -31941,20 +31547,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(384), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(390), - [anon_sym_if] = ACTIONS(392), - [anon_sym_switch] = ACTIONS(394), - [anon_sym_case] = ACTIONS(396), - [anon_sym_default] = ACTIONS(398), - [anon_sym_while] = ACTIONS(400), - [anon_sym_do] = ACTIONS(402), - [anon_sym_for] = ACTIONS(404), - [anon_sym_return] = ACTIONS(406), - [anon_sym_break] = ACTIONS(408), - [anon_sym_continue] = ACTIONS(410), - [anon_sym_goto] = ACTIONS(412), + [anon_sym_SEMI] = ACTIONS(27), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(41), + [anon_sym_if] = ACTIONS(57), + [anon_sym_switch] = ACTIONS(59), + [anon_sym_case] = ACTIONS(61), + [anon_sym_default] = ACTIONS(63), + [anon_sym_while] = ACTIONS(65), + [anon_sym_do] = ACTIONS(67), + [anon_sym_for] = ACTIONS(69), + [anon_sym_return] = ACTIONS(71), + [anon_sym_break] = ACTIONS(73), + [anon_sym_continue] = ACTIONS(75), + [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -31978,45 +31584,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [181] = { - [sym_attribute_declaration] = STATE(146), - [sym_compound_statement] = STATE(301), - [sym_attributed_statement] = STATE(301), - [sym_labeled_statement] = STATE(301), - [sym_expression_statement] = STATE(301), - [sym_if_statement] = STATE(301), - [sym_switch_statement] = STATE(301), - [sym_case_statement] = STATE(301), - [sym_while_statement] = STATE(301), - [sym_do_statement] = STATE(301), - [sym_for_statement] = STATE(301), - [sym_return_statement] = STATE(301), - [sym_break_statement] = STATE(301), - [sym_continue_statement] = STATE(301), - [sym_goto_statement] = STATE(301), - [sym__expression] = STATE(780), - [sym_comma_expression] = STATE(1381), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [175] = { + [sym_attribute_declaration] = STATE(135), + [sym_compound_statement] = STATE(1426), + [sym_attributed_statement] = STATE(1426), + [sym_labeled_statement] = STATE(1426), + [sym_expression_statement] = STATE(1426), + [sym_if_statement] = STATE(1426), + [sym_switch_statement] = STATE(1426), + [sym_case_statement] = STATE(1426), + [sym_while_statement] = STATE(1426), + [sym_do_statement] = STATE(1426), + [sym_for_statement] = STATE(1426), + [sym_return_statement] = STATE(1426), + [sym_break_statement] = STATE(1426), + [sym_continue_statement] = STATE(1426), + [sym_goto_statement] = STATE(1426), + [sym__expression] = STATE(789), + [sym_comma_expression] = STATE(1475), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(146), - [sym_identifier] = ACTIONS(1234), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(135), + [sym_identifier] = ACTIONS(1068), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -32024,20 +31630,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(384), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(390), - [anon_sym_if] = ACTIONS(392), - [anon_sym_switch] = ACTIONS(394), - [anon_sym_case] = ACTIONS(396), - [anon_sym_default] = ACTIONS(398), - [anon_sym_while] = ACTIONS(400), - [anon_sym_do] = ACTIONS(402), - [anon_sym_for] = ACTIONS(404), - [anon_sym_return] = ACTIONS(406), - [anon_sym_break] = ACTIONS(408), - [anon_sym_continue] = ACTIONS(410), - [anon_sym_goto] = ACTIONS(412), + [anon_sym_SEMI] = ACTIONS(27), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(41), + [anon_sym_if] = ACTIONS(57), + [anon_sym_switch] = ACTIONS(59), + [anon_sym_case] = ACTIONS(61), + [anon_sym_default] = ACTIONS(63), + [anon_sym_while] = ACTIONS(65), + [anon_sym_do] = ACTIONS(67), + [anon_sym_for] = ACTIONS(69), + [anon_sym_return] = ACTIONS(71), + [anon_sym_break] = ACTIONS(73), + [anon_sym_continue] = ACTIONS(75), + [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -32061,45 +31667,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [182] = { - [sym_attribute_declaration] = STATE(195), - [sym_compound_statement] = STATE(278), - [sym_attributed_statement] = STATE(278), - [sym_labeled_statement] = STATE(278), - [sym_expression_statement] = STATE(278), - [sym_if_statement] = STATE(278), - [sym_switch_statement] = STATE(278), - [sym_case_statement] = STATE(278), - [sym_while_statement] = STATE(278), - [sym_do_statement] = STATE(278), - [sym_for_statement] = STATE(278), - [sym_return_statement] = STATE(278), - [sym_break_statement] = STATE(278), - [sym_continue_statement] = STATE(278), - [sym_goto_statement] = STATE(278), - [sym__expression] = STATE(772), - [sym_comma_expression] = STATE(1551), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [176] = { + [sym_attribute_declaration] = STATE(135), + [sym_compound_statement] = STATE(269), + [sym_attributed_statement] = STATE(269), + [sym_labeled_statement] = STATE(269), + [sym_expression_statement] = STATE(269), + [sym_if_statement] = STATE(269), + [sym_switch_statement] = STATE(269), + [sym_case_statement] = STATE(269), + [sym_while_statement] = STATE(269), + [sym_do_statement] = STATE(269), + [sym_for_statement] = STATE(269), + [sym_return_statement] = STATE(269), + [sym_break_statement] = STATE(269), + [sym_continue_statement] = STATE(269), + [sym_goto_statement] = STATE(269), + [sym__expression] = STATE(789), + [sym_comma_expression] = STATE(1475), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(195), - [sym_identifier] = ACTIONS(1282), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(135), + [sym_identifier] = ACTIONS(1068), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -32107,20 +31713,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(328), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_if] = ACTIONS(338), - [anon_sym_switch] = ACTIONS(340), - [anon_sym_case] = ACTIONS(342), - [anon_sym_default] = ACTIONS(344), - [anon_sym_while] = ACTIONS(346), - [anon_sym_do] = ACTIONS(348), - [anon_sym_for] = ACTIONS(350), - [anon_sym_return] = ACTIONS(352), - [anon_sym_break] = ACTIONS(354), - [anon_sym_continue] = ACTIONS(356), - [anon_sym_goto] = ACTIONS(358), + [anon_sym_SEMI] = ACTIONS(27), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(41), + [anon_sym_if] = ACTIONS(57), + [anon_sym_switch] = ACTIONS(59), + [anon_sym_case] = ACTIONS(61), + [anon_sym_default] = ACTIONS(63), + [anon_sym_while] = ACTIONS(65), + [anon_sym_do] = ACTIONS(67), + [anon_sym_for] = ACTIONS(69), + [anon_sym_return] = ACTIONS(71), + [anon_sym_break] = ACTIONS(73), + [anon_sym_continue] = ACTIONS(75), + [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -32144,128 +31750,626 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [183] = { - [sym_attribute_declaration] = STATE(146), - [sym_compound_statement] = STATE(300), - [sym_attributed_statement] = STATE(300), - [sym_labeled_statement] = STATE(300), - [sym_expression_statement] = STATE(300), - [sym_if_statement] = STATE(300), - [sym_switch_statement] = STATE(300), - [sym_case_statement] = STATE(300), - [sym_while_statement] = STATE(300), - [sym_do_statement] = STATE(300), - [sym_for_statement] = STATE(300), - [sym_return_statement] = STATE(300), - [sym_break_statement] = STATE(300), - [sym_continue_statement] = STATE(300), - [sym_goto_statement] = STATE(300), - [sym__expression] = STATE(780), - [sym_comma_expression] = STATE(1381), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), - [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), - [sym_subscript_expression] = STATE(636), - [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), - [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), - [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(146), - [sym_identifier] = ACTIONS(1234), - [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(384), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(390), - [anon_sym_if] = ACTIONS(392), - [anon_sym_switch] = ACTIONS(394), - [anon_sym_case] = ACTIONS(396), - [anon_sym_default] = ACTIONS(398), - [anon_sym_while] = ACTIONS(400), - [anon_sym_do] = ACTIONS(402), - [anon_sym_for] = ACTIONS(404), - [anon_sym_return] = ACTIONS(406), - [anon_sym_break] = ACTIONS(408), - [anon_sym_continue] = ACTIONS(410), - [anon_sym_goto] = ACTIONS(412), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_sizeof] = ACTIONS(81), - [anon_sym_offsetof] = ACTIONS(83), - [anon_sym__Generic] = ACTIONS(85), - [anon_sym_asm] = ACTIONS(87), - [anon_sym___asm__] = ACTIONS(87), - [sym_number_literal] = ACTIONS(89), - [anon_sym_L_SQUOTE] = ACTIONS(91), - [anon_sym_u_SQUOTE] = ACTIONS(91), - [anon_sym_U_SQUOTE] = ACTIONS(91), - [anon_sym_u8_SQUOTE] = ACTIONS(91), - [anon_sym_SQUOTE] = ACTIONS(91), - [anon_sym_L_DQUOTE] = ACTIONS(93), - [anon_sym_u_DQUOTE] = ACTIONS(93), - [anon_sym_U_DQUOTE] = ACTIONS(93), - [anon_sym_u8_DQUOTE] = ACTIONS(93), - [anon_sym_DQUOTE] = ACTIONS(93), - [sym_true] = ACTIONS(95), - [sym_false] = ACTIONS(95), - [sym_null] = ACTIONS(95), + [177] = { + [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_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_static] = ACTIONS(1298), + [anon_sym_auto] = ACTIONS(1298), + [anon_sym_register] = ACTIONS(1298), + [anon_sym_inline] = ACTIONS(1298), + [anon_sym_const] = 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_signed] = ACTIONS(1298), + [anon_sym_unsigned] = ACTIONS(1298), + [anon_sym_long] = ACTIONS(1298), + [anon_sym_short] = 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_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_DASH_DASH] = ACTIONS(1300), + [anon_sym_PLUS_PLUS] = ACTIONS(1300), + [anon_sym_sizeof] = 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), + [sym_null] = ACTIONS(1298), + [sym_comment] = ACTIONS(3), + }, + [178] = { + [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_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_static] = ACTIONS(1302), + [anon_sym_auto] = ACTIONS(1302), + [anon_sym_register] = ACTIONS(1302), + [anon_sym_inline] = ACTIONS(1302), + [anon_sym_const] = 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_signed] = ACTIONS(1302), + [anon_sym_unsigned] = ACTIONS(1302), + [anon_sym_long] = ACTIONS(1302), + [anon_sym_short] = 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_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_DASH_DASH] = ACTIONS(1304), + [anon_sym_PLUS_PLUS] = ACTIONS(1304), + [anon_sym_sizeof] = 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), + [sym_null] = ACTIONS(1302), + [sym_comment] = ACTIONS(3), + }, + [179] = { + [sym_identifier] = ACTIONS(1306), + [aux_sym_preproc_include_token1] = ACTIONS(1306), + [aux_sym_preproc_def_token1] = ACTIONS(1306), + [aux_sym_preproc_if_token1] = ACTIONS(1306), + [aux_sym_preproc_if_token2] = ACTIONS(1306), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1306), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1306), + [aux_sym_preproc_else_token1] = ACTIONS(1306), + [aux_sym_preproc_elif_token1] = ACTIONS(1306), + [sym_preproc_directive] = ACTIONS(1306), + [anon_sym_LPAREN2] = ACTIONS(1308), + [anon_sym_BANG] = ACTIONS(1308), + [anon_sym_TILDE] = ACTIONS(1308), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_AMP] = ACTIONS(1308), + [anon_sym_SEMI] = ACTIONS(1308), + [anon_sym_typedef] = ACTIONS(1306), + [anon_sym_extern] = ACTIONS(1306), + [anon_sym___attribute__] = ACTIONS(1306), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1308), + [anon_sym___declspec] = ACTIONS(1306), + [anon_sym___cdecl] = ACTIONS(1306), + [anon_sym___clrcall] = ACTIONS(1306), + [anon_sym___stdcall] = ACTIONS(1306), + [anon_sym___fastcall] = ACTIONS(1306), + [anon_sym___thiscall] = ACTIONS(1306), + [anon_sym___vectorcall] = ACTIONS(1306), + [anon_sym_LBRACE] = ACTIONS(1308), + [anon_sym_static] = ACTIONS(1306), + [anon_sym_auto] = ACTIONS(1306), + [anon_sym_register] = ACTIONS(1306), + [anon_sym_inline] = ACTIONS(1306), + [anon_sym_const] = ACTIONS(1306), + [anon_sym_volatile] = ACTIONS(1306), + [anon_sym_restrict] = ACTIONS(1306), + [anon_sym___restrict__] = ACTIONS(1306), + [anon_sym__Atomic] = ACTIONS(1306), + [anon_sym__Noreturn] = ACTIONS(1306), + [anon_sym_signed] = ACTIONS(1306), + [anon_sym_unsigned] = ACTIONS(1306), + [anon_sym_long] = ACTIONS(1306), + [anon_sym_short] = ACTIONS(1306), + [sym_primitive_type] = ACTIONS(1306), + [anon_sym_enum] = ACTIONS(1306), + [anon_sym_struct] = ACTIONS(1306), + [anon_sym_union] = ACTIONS(1306), + [anon_sym_if] = ACTIONS(1306), + [anon_sym_switch] = ACTIONS(1306), + [anon_sym_case] = ACTIONS(1306), + [anon_sym_default] = ACTIONS(1306), + [anon_sym_while] = ACTIONS(1306), + [anon_sym_do] = ACTIONS(1306), + [anon_sym_for] = ACTIONS(1306), + [anon_sym_return] = ACTIONS(1306), + [anon_sym_break] = ACTIONS(1306), + [anon_sym_continue] = ACTIONS(1306), + [anon_sym_goto] = ACTIONS(1306), + [anon_sym_DASH_DASH] = ACTIONS(1308), + [anon_sym_PLUS_PLUS] = ACTIONS(1308), + [anon_sym_sizeof] = ACTIONS(1306), + [anon_sym_offsetof] = ACTIONS(1306), + [anon_sym__Generic] = ACTIONS(1306), + [anon_sym_asm] = ACTIONS(1306), + [anon_sym___asm__] = ACTIONS(1306), + [sym_number_literal] = ACTIONS(1308), + [anon_sym_L_SQUOTE] = ACTIONS(1308), + [anon_sym_u_SQUOTE] = ACTIONS(1308), + [anon_sym_U_SQUOTE] = ACTIONS(1308), + [anon_sym_u8_SQUOTE] = ACTIONS(1308), + [anon_sym_SQUOTE] = ACTIONS(1308), + [anon_sym_L_DQUOTE] = ACTIONS(1308), + [anon_sym_u_DQUOTE] = ACTIONS(1308), + [anon_sym_U_DQUOTE] = ACTIONS(1308), + [anon_sym_u8_DQUOTE] = ACTIONS(1308), + [anon_sym_DQUOTE] = ACTIONS(1308), + [sym_true] = ACTIONS(1306), + [sym_false] = ACTIONS(1306), + [sym_null] = ACTIONS(1306), + [sym_comment] = ACTIONS(3), + }, + [180] = { + [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_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_static] = ACTIONS(1310), + [anon_sym_auto] = ACTIONS(1310), + [anon_sym_register] = ACTIONS(1310), + [anon_sym_inline] = ACTIONS(1310), + [anon_sym_const] = 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_signed] = ACTIONS(1310), + [anon_sym_unsigned] = ACTIONS(1310), + [anon_sym_long] = ACTIONS(1310), + [anon_sym_short] = 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_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_DASH_DASH] = ACTIONS(1312), + [anon_sym_PLUS_PLUS] = ACTIONS(1312), + [anon_sym_sizeof] = 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), + [sym_null] = ACTIONS(1310), + [sym_comment] = ACTIONS(3), + }, + [181] = { + [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_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_static] = ACTIONS(1314), + [anon_sym_auto] = ACTIONS(1314), + [anon_sym_register] = ACTIONS(1314), + [anon_sym_inline] = ACTIONS(1314), + [anon_sym_const] = 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_signed] = ACTIONS(1314), + [anon_sym_unsigned] = ACTIONS(1314), + [anon_sym_long] = ACTIONS(1314), + [anon_sym_short] = 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_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_DASH_DASH] = ACTIONS(1316), + [anon_sym_PLUS_PLUS] = ACTIONS(1316), + [anon_sym_sizeof] = 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), + [sym_null] = ACTIONS(1314), + [sym_comment] = ACTIONS(3), + }, + [182] = { + [sym_attribute_declaration] = STATE(182), + [sym_compound_statement] = STATE(89), + [sym_attributed_statement] = STATE(89), + [sym_labeled_statement] = STATE(89), + [sym_expression_statement] = STATE(89), + [sym_if_statement] = STATE(89), + [sym_switch_statement] = STATE(89), + [sym_case_statement] = STATE(89), + [sym_while_statement] = STATE(89), + [sym_do_statement] = STATE(89), + [sym_for_statement] = STATE(89), + [sym_return_statement] = STATE(89), + [sym_break_statement] = STATE(89), + [sym_continue_statement] = STATE(89), + [sym_goto_statement] = STATE(89), + [sym__expression] = STATE(772), + [sym_comma_expression] = STATE(1497), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), + [sym_pointer_expression] = STATE(636), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), + [sym_subscript_expression] = STATE(636), + [sym_call_expression] = STATE(636), + [sym_gnu_asm_expression] = STATE(635), + [sym_field_expression] = STATE(636), + [sym_compound_literal_expression] = STATE(635), + [sym_parenthesized_expression] = STATE(636), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(182), + [sym_identifier] = ACTIONS(1318), + [anon_sym_LPAREN2] = ACTIONS(1073), + [anon_sym_BANG] = ACTIONS(1076), + [anon_sym_TILDE] = ACTIONS(1076), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_PLUS] = ACTIONS(1079), + [anon_sym_STAR] = ACTIONS(1082), + [anon_sym_AMP] = ACTIONS(1082), + [anon_sym_SEMI] = ACTIONS(1321), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1088), + [anon_sym_LBRACE] = ACTIONS(1324), + [anon_sym_if] = ACTIONS(1327), + [anon_sym_switch] = ACTIONS(1330), + [anon_sym_case] = ACTIONS(1333), + [anon_sym_default] = ACTIONS(1336), + [anon_sym_while] = ACTIONS(1339), + [anon_sym_do] = ACTIONS(1342), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_return] = ACTIONS(1348), + [anon_sym_break] = ACTIONS(1351), + [anon_sym_continue] = ACTIONS(1354), + [anon_sym_goto] = ACTIONS(1357), + [anon_sym_DASH_DASH] = ACTIONS(1127), + [anon_sym_PLUS_PLUS] = ACTIONS(1127), + [anon_sym_sizeof] = ACTIONS(1130), + [anon_sym_offsetof] = ACTIONS(1133), + [anon_sym__Generic] = ACTIONS(1136), + [anon_sym_asm] = ACTIONS(1139), + [anon_sym___asm__] = ACTIONS(1139), + [sym_number_literal] = ACTIONS(1142), + [anon_sym_L_SQUOTE] = ACTIONS(1145), + [anon_sym_u_SQUOTE] = ACTIONS(1145), + [anon_sym_U_SQUOTE] = ACTIONS(1145), + [anon_sym_u8_SQUOTE] = ACTIONS(1145), + [anon_sym_SQUOTE] = ACTIONS(1145), + [anon_sym_L_DQUOTE] = ACTIONS(1148), + [anon_sym_u_DQUOTE] = ACTIONS(1148), + [anon_sym_U_DQUOTE] = ACTIONS(1148), + [anon_sym_u8_DQUOTE] = ACTIONS(1148), + [anon_sym_DQUOTE] = ACTIONS(1148), + [sym_true] = ACTIONS(1151), + [sym_false] = ACTIONS(1151), + [sym_null] = ACTIONS(1151), + [sym_comment] = ACTIONS(3), + }, + [183] = { + [sym_identifier] = ACTIONS(1360), + [aux_sym_preproc_include_token1] = ACTIONS(1360), + [aux_sym_preproc_def_token1] = ACTIONS(1360), + [aux_sym_preproc_if_token1] = ACTIONS(1360), + [aux_sym_preproc_if_token2] = ACTIONS(1360), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1360), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1360), + [aux_sym_preproc_else_token1] = ACTIONS(1360), + [aux_sym_preproc_elif_token1] = ACTIONS(1360), + [sym_preproc_directive] = ACTIONS(1360), + [anon_sym_LPAREN2] = ACTIONS(1362), + [anon_sym_BANG] = ACTIONS(1362), + [anon_sym_TILDE] = ACTIONS(1362), + [anon_sym_DASH] = ACTIONS(1360), + [anon_sym_PLUS] = ACTIONS(1360), + [anon_sym_STAR] = ACTIONS(1362), + [anon_sym_AMP] = ACTIONS(1362), + [anon_sym_SEMI] = ACTIONS(1362), + [anon_sym_typedef] = ACTIONS(1360), + [anon_sym_extern] = ACTIONS(1360), + [anon_sym___attribute__] = ACTIONS(1360), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1362), + [anon_sym___declspec] = ACTIONS(1360), + [anon_sym___cdecl] = ACTIONS(1360), + [anon_sym___clrcall] = ACTIONS(1360), + [anon_sym___stdcall] = ACTIONS(1360), + [anon_sym___fastcall] = ACTIONS(1360), + [anon_sym___thiscall] = ACTIONS(1360), + [anon_sym___vectorcall] = ACTIONS(1360), + [anon_sym_LBRACE] = ACTIONS(1362), + [anon_sym_static] = ACTIONS(1360), + [anon_sym_auto] = ACTIONS(1360), + [anon_sym_register] = ACTIONS(1360), + [anon_sym_inline] = ACTIONS(1360), + [anon_sym_const] = ACTIONS(1360), + [anon_sym_volatile] = ACTIONS(1360), + [anon_sym_restrict] = ACTIONS(1360), + [anon_sym___restrict__] = ACTIONS(1360), + [anon_sym__Atomic] = ACTIONS(1360), + [anon_sym__Noreturn] = ACTIONS(1360), + [anon_sym_signed] = ACTIONS(1360), + [anon_sym_unsigned] = ACTIONS(1360), + [anon_sym_long] = ACTIONS(1360), + [anon_sym_short] = ACTIONS(1360), + [sym_primitive_type] = ACTIONS(1360), + [anon_sym_enum] = ACTIONS(1360), + [anon_sym_struct] = ACTIONS(1360), + [anon_sym_union] = ACTIONS(1360), + [anon_sym_if] = ACTIONS(1360), + [anon_sym_switch] = ACTIONS(1360), + [anon_sym_case] = ACTIONS(1360), + [anon_sym_default] = ACTIONS(1360), + [anon_sym_while] = ACTIONS(1360), + [anon_sym_do] = ACTIONS(1360), + [anon_sym_for] = ACTIONS(1360), + [anon_sym_return] = ACTIONS(1360), + [anon_sym_break] = ACTIONS(1360), + [anon_sym_continue] = ACTIONS(1360), + [anon_sym_goto] = ACTIONS(1360), + [anon_sym_DASH_DASH] = ACTIONS(1362), + [anon_sym_PLUS_PLUS] = ACTIONS(1362), + [anon_sym_sizeof] = ACTIONS(1360), + [anon_sym_offsetof] = ACTIONS(1360), + [anon_sym__Generic] = ACTIONS(1360), + [anon_sym_asm] = ACTIONS(1360), + [anon_sym___asm__] = ACTIONS(1360), + [sym_number_literal] = ACTIONS(1362), + [anon_sym_L_SQUOTE] = ACTIONS(1362), + [anon_sym_u_SQUOTE] = ACTIONS(1362), + [anon_sym_U_SQUOTE] = ACTIONS(1362), + [anon_sym_u8_SQUOTE] = ACTIONS(1362), + [anon_sym_SQUOTE] = ACTIONS(1362), + [anon_sym_L_DQUOTE] = ACTIONS(1362), + [anon_sym_u_DQUOTE] = ACTIONS(1362), + [anon_sym_U_DQUOTE] = ACTIONS(1362), + [anon_sym_u8_DQUOTE] = ACTIONS(1362), + [anon_sym_DQUOTE] = ACTIONS(1362), + [sym_true] = ACTIONS(1360), + [sym_false] = ACTIONS(1360), + [sym_null] = ACTIONS(1360), [sym_comment] = ACTIONS(3), }, [184] = { - [sym_attribute_declaration] = STATE(148), - [sym_compound_statement] = STATE(1423), - [sym_attributed_statement] = STATE(1423), - [sym_labeled_statement] = STATE(1423), - [sym_expression_statement] = STATE(1423), - [sym_if_statement] = STATE(1423), - [sym_switch_statement] = STATE(1423), - [sym_case_statement] = STATE(1423), - [sym_while_statement] = STATE(1423), - [sym_do_statement] = STATE(1423), - [sym_for_statement] = STATE(1423), - [sym_return_statement] = STATE(1423), - [sym_break_statement] = STATE(1423), - [sym_continue_statement] = STATE(1423), - [sym_goto_statement] = STATE(1423), - [sym__expression] = STATE(819), - [sym_comma_expression] = STATE(1472), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_attribute_declaration] = STATE(135), + [sym_compound_statement] = STATE(250), + [sym_attributed_statement] = STATE(250), + [sym_labeled_statement] = STATE(250), + [sym_expression_statement] = STATE(250), + [sym_if_statement] = STATE(250), + [sym_switch_statement] = STATE(250), + [sym_case_statement] = STATE(250), + [sym_while_statement] = STATE(250), + [sym_do_statement] = STATE(250), + [sym_for_statement] = STATE(250), + [sym_return_statement] = STATE(250), + [sym_break_statement] = STATE(250), + [sym_continue_statement] = STATE(250), + [sym_goto_statement] = STATE(250), + [sym__expression] = STATE(789), + [sym_comma_expression] = STATE(1475), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(148), - [sym_identifier] = ACTIONS(1084), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(135), + [sym_identifier] = ACTIONS(1068), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -32274,7 +32378,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(27), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_if] = ACTIONS(57), [anon_sym_switch] = ACTIONS(59), @@ -32311,127 +32415,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [185] = { - [sym_attribute_declaration] = STATE(146), - [sym_compound_statement] = STATE(299), - [sym_attributed_statement] = STATE(299), - [sym_labeled_statement] = STATE(299), - [sym_expression_statement] = STATE(299), - [sym_if_statement] = STATE(299), - [sym_switch_statement] = STATE(299), - [sym_case_statement] = STATE(299), - [sym_while_statement] = STATE(299), - [sym_do_statement] = STATE(299), - [sym_for_statement] = STATE(299), - [sym_return_statement] = STATE(299), - [sym_break_statement] = STATE(299), - [sym_continue_statement] = STATE(299), - [sym_goto_statement] = STATE(299), - [sym__expression] = STATE(780), - [sym_comma_expression] = STATE(1381), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), - [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), - [sym_subscript_expression] = STATE(636), - [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), - [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), - [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(146), - [sym_identifier] = ACTIONS(1234), - [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(384), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(390), - [anon_sym_if] = ACTIONS(392), - [anon_sym_switch] = ACTIONS(394), - [anon_sym_case] = ACTIONS(396), - [anon_sym_default] = ACTIONS(398), - [anon_sym_while] = ACTIONS(400), - [anon_sym_do] = ACTIONS(402), - [anon_sym_for] = ACTIONS(404), - [anon_sym_return] = ACTIONS(406), - [anon_sym_break] = ACTIONS(408), - [anon_sym_continue] = ACTIONS(410), - [anon_sym_goto] = ACTIONS(412), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_sizeof] = ACTIONS(81), - [anon_sym_offsetof] = ACTIONS(83), - [anon_sym__Generic] = ACTIONS(85), - [anon_sym_asm] = ACTIONS(87), - [anon_sym___asm__] = ACTIONS(87), - [sym_number_literal] = ACTIONS(89), - [anon_sym_L_SQUOTE] = ACTIONS(91), - [anon_sym_u_SQUOTE] = ACTIONS(91), - [anon_sym_U_SQUOTE] = ACTIONS(91), - [anon_sym_u8_SQUOTE] = ACTIONS(91), - [anon_sym_SQUOTE] = ACTIONS(91), - [anon_sym_L_DQUOTE] = ACTIONS(93), - [anon_sym_u_DQUOTE] = ACTIONS(93), - [anon_sym_U_DQUOTE] = ACTIONS(93), - [anon_sym_u8_DQUOTE] = ACTIONS(93), - [anon_sym_DQUOTE] = ACTIONS(93), - [sym_true] = ACTIONS(95), - [sym_false] = ACTIONS(95), - [sym_null] = ACTIONS(95), - [sym_comment] = ACTIONS(3), - }, - [186] = { - [sym_attribute_declaration] = STATE(195), - [sym_compound_statement] = STATE(274), - [sym_attributed_statement] = STATE(274), - [sym_labeled_statement] = STATE(274), - [sym_expression_statement] = STATE(274), - [sym_if_statement] = STATE(274), - [sym_switch_statement] = STATE(274), - [sym_case_statement] = STATE(274), - [sym_while_statement] = STATE(274), - [sym_do_statement] = STATE(274), - [sym_for_statement] = STATE(274), - [sym_return_statement] = STATE(274), - [sym_break_statement] = STATE(274), - [sym_continue_statement] = STATE(274), - [sym_goto_statement] = STATE(274), - [sym__expression] = STATE(772), - [sym_comma_expression] = STATE(1551), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_attribute_declaration] = STATE(131), + [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__expression] = STATE(822), + [sym_comma_expression] = STATE(1443), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(195), - [sym_identifier] = ACTIONS(1282), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(131), + [sym_identifier] = ACTIONS(1064), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -32440,7 +32461,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(328), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), [anon_sym_LBRACE] = ACTIONS(334), [anon_sym_if] = ACTIONS(338), [anon_sym_switch] = ACTIONS(340), @@ -32476,45 +32497,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [187] = { - [sym_attribute_declaration] = STATE(195), - [sym_compound_statement] = STATE(273), - [sym_attributed_statement] = STATE(273), - [sym_labeled_statement] = STATE(273), - [sym_expression_statement] = STATE(273), - [sym_if_statement] = STATE(273), - [sym_switch_statement] = STATE(273), - [sym_case_statement] = STATE(273), - [sym_while_statement] = STATE(273), - [sym_do_statement] = STATE(273), - [sym_for_statement] = STATE(273), - [sym_return_statement] = STATE(273), - [sym_break_statement] = STATE(273), - [sym_continue_statement] = STATE(273), - [sym_goto_statement] = STATE(273), - [sym__expression] = STATE(772), - [sym_comma_expression] = STATE(1551), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [186] = { + [sym_attribute_declaration] = STATE(131), + [sym_compound_statement] = STATE(226), + [sym_attributed_statement] = STATE(226), + [sym_labeled_statement] = STATE(226), + [sym_expression_statement] = STATE(226), + [sym_if_statement] = STATE(226), + [sym_switch_statement] = STATE(226), + [sym_case_statement] = STATE(226), + [sym_while_statement] = STATE(226), + [sym_do_statement] = STATE(226), + [sym_for_statement] = STATE(226), + [sym_return_statement] = STATE(226), + [sym_break_statement] = STATE(226), + [sym_continue_statement] = STATE(226), + [sym_goto_statement] = STATE(226), + [sym__expression] = STATE(822), + [sym_comma_expression] = STATE(1443), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(195), - [sym_identifier] = ACTIONS(1282), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(131), + [sym_identifier] = ACTIONS(1064), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -32523,7 +32544,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(328), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), [anon_sym_LBRACE] = ACTIONS(334), [anon_sym_if] = ACTIONS(338), [anon_sym_switch] = ACTIONS(340), @@ -32559,45 +32580,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [188] = { - [sym_attribute_declaration] = STATE(146), - [sym_compound_statement] = STATE(298), - [sym_attributed_statement] = STATE(298), - [sym_labeled_statement] = STATE(298), - [sym_expression_statement] = STATE(298), - [sym_if_statement] = STATE(298), - [sym_switch_statement] = STATE(298), - [sym_case_statement] = STATE(298), - [sym_while_statement] = STATE(298), - [sym_do_statement] = STATE(298), - [sym_for_statement] = STATE(298), - [sym_return_statement] = STATE(298), - [sym_break_statement] = STATE(298), - [sym_continue_statement] = STATE(298), - [sym_goto_statement] = STATE(298), - [sym__expression] = STATE(780), - [sym_comma_expression] = STATE(1381), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [187] = { + [sym_attribute_declaration] = STATE(135), + [sym_compound_statement] = STATE(246), + [sym_attributed_statement] = STATE(246), + [sym_labeled_statement] = STATE(246), + [sym_expression_statement] = STATE(246), + [sym_if_statement] = STATE(246), + [sym_switch_statement] = STATE(246), + [sym_case_statement] = STATE(246), + [sym_while_statement] = STATE(246), + [sym_do_statement] = STATE(246), + [sym_for_statement] = STATE(246), + [sym_return_statement] = STATE(246), + [sym_break_statement] = STATE(246), + [sym_continue_statement] = STATE(246), + [sym_goto_statement] = STATE(246), + [sym__expression] = STATE(789), + [sym_comma_expression] = STATE(1475), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(146), - [sym_identifier] = ACTIONS(1234), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(135), + [sym_identifier] = ACTIONS(1068), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -32605,20 +32626,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(384), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(390), - [anon_sym_if] = ACTIONS(392), - [anon_sym_switch] = ACTIONS(394), - [anon_sym_case] = ACTIONS(396), - [anon_sym_default] = ACTIONS(398), - [anon_sym_while] = ACTIONS(400), - [anon_sym_do] = ACTIONS(402), - [anon_sym_for] = ACTIONS(404), - [anon_sym_return] = ACTIONS(406), - [anon_sym_break] = ACTIONS(408), - [anon_sym_continue] = ACTIONS(410), - [anon_sym_goto] = ACTIONS(412), + [anon_sym_SEMI] = ACTIONS(27), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(41), + [anon_sym_if] = ACTIONS(57), + [anon_sym_switch] = ACTIONS(59), + [anon_sym_case] = ACTIONS(61), + [anon_sym_default] = ACTIONS(63), + [anon_sym_while] = ACTIONS(65), + [anon_sym_do] = ACTIONS(67), + [anon_sym_for] = ACTIONS(69), + [anon_sym_return] = ACTIONS(71), + [anon_sym_break] = ACTIONS(73), + [anon_sym_continue] = ACTIONS(75), + [anon_sym_goto] = ACTIONS(77), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -32642,45 +32663,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [189] = { - [sym_attribute_declaration] = STATE(148), - [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__expression] = STATE(819), - [sym_comma_expression] = STATE(1472), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [188] = { + [sym_attribute_declaration] = STATE(135), + [sym_compound_statement] = STATE(245), + [sym_attributed_statement] = STATE(245), + [sym_labeled_statement] = STATE(245), + [sym_expression_statement] = STATE(245), + [sym_if_statement] = STATE(245), + [sym_switch_statement] = STATE(245), + [sym_case_statement] = STATE(245), + [sym_while_statement] = STATE(245), + [sym_do_statement] = STATE(245), + [sym_for_statement] = STATE(245), + [sym_return_statement] = STATE(245), + [sym_break_statement] = STATE(245), + [sym_continue_statement] = STATE(245), + [sym_goto_statement] = STATE(245), + [sym__expression] = STATE(789), + [sym_comma_expression] = STATE(1475), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(148), - [sym_identifier] = ACTIONS(1084), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(135), + [sym_identifier] = ACTIONS(1068), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -32689,7 +32710,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(27), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_if] = ACTIONS(57), [anon_sym_switch] = ACTIONS(59), @@ -32725,45 +32746,128 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, + [189] = { + [sym_identifier] = ACTIONS(1364), + [aux_sym_preproc_include_token1] = ACTIONS(1364), + [aux_sym_preproc_def_token1] = ACTIONS(1364), + [aux_sym_preproc_if_token1] = ACTIONS(1364), + [aux_sym_preproc_if_token2] = ACTIONS(1364), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1364), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1364), + [aux_sym_preproc_else_token1] = ACTIONS(1364), + [aux_sym_preproc_elif_token1] = ACTIONS(1364), + [sym_preproc_directive] = ACTIONS(1364), + [anon_sym_LPAREN2] = ACTIONS(1366), + [anon_sym_BANG] = ACTIONS(1366), + [anon_sym_TILDE] = ACTIONS(1366), + [anon_sym_DASH] = ACTIONS(1364), + [anon_sym_PLUS] = ACTIONS(1364), + [anon_sym_STAR] = ACTIONS(1366), + [anon_sym_AMP] = ACTIONS(1366), + [anon_sym_SEMI] = ACTIONS(1366), + [anon_sym_typedef] = ACTIONS(1364), + [anon_sym_extern] = ACTIONS(1364), + [anon_sym___attribute__] = ACTIONS(1364), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1366), + [anon_sym___declspec] = ACTIONS(1364), + [anon_sym___cdecl] = ACTIONS(1364), + [anon_sym___clrcall] = ACTIONS(1364), + [anon_sym___stdcall] = ACTIONS(1364), + [anon_sym___fastcall] = ACTIONS(1364), + [anon_sym___thiscall] = ACTIONS(1364), + [anon_sym___vectorcall] = ACTIONS(1364), + [anon_sym_LBRACE] = ACTIONS(1366), + [anon_sym_static] = ACTIONS(1364), + [anon_sym_auto] = ACTIONS(1364), + [anon_sym_register] = ACTIONS(1364), + [anon_sym_inline] = ACTIONS(1364), + [anon_sym_const] = ACTIONS(1364), + [anon_sym_volatile] = ACTIONS(1364), + [anon_sym_restrict] = ACTIONS(1364), + [anon_sym___restrict__] = ACTIONS(1364), + [anon_sym__Atomic] = ACTIONS(1364), + [anon_sym__Noreturn] = ACTIONS(1364), + [anon_sym_signed] = ACTIONS(1364), + [anon_sym_unsigned] = ACTIONS(1364), + [anon_sym_long] = ACTIONS(1364), + [anon_sym_short] = ACTIONS(1364), + [sym_primitive_type] = ACTIONS(1364), + [anon_sym_enum] = ACTIONS(1364), + [anon_sym_struct] = ACTIONS(1364), + [anon_sym_union] = ACTIONS(1364), + [anon_sym_if] = ACTIONS(1364), + [anon_sym_switch] = ACTIONS(1364), + [anon_sym_case] = ACTIONS(1364), + [anon_sym_default] = ACTIONS(1364), + [anon_sym_while] = ACTIONS(1364), + [anon_sym_do] = ACTIONS(1364), + [anon_sym_for] = ACTIONS(1364), + [anon_sym_return] = ACTIONS(1364), + [anon_sym_break] = ACTIONS(1364), + [anon_sym_continue] = ACTIONS(1364), + [anon_sym_goto] = ACTIONS(1364), + [anon_sym_DASH_DASH] = ACTIONS(1366), + [anon_sym_PLUS_PLUS] = ACTIONS(1366), + [anon_sym_sizeof] = ACTIONS(1364), + [anon_sym_offsetof] = ACTIONS(1364), + [anon_sym__Generic] = ACTIONS(1364), + [anon_sym_asm] = ACTIONS(1364), + [anon_sym___asm__] = ACTIONS(1364), + [sym_number_literal] = ACTIONS(1366), + [anon_sym_L_SQUOTE] = ACTIONS(1366), + [anon_sym_u_SQUOTE] = ACTIONS(1366), + [anon_sym_U_SQUOTE] = ACTIONS(1366), + [anon_sym_u8_SQUOTE] = ACTIONS(1366), + [anon_sym_SQUOTE] = ACTIONS(1366), + [anon_sym_L_DQUOTE] = ACTIONS(1366), + [anon_sym_u_DQUOTE] = ACTIONS(1366), + [anon_sym_U_DQUOTE] = ACTIONS(1366), + [anon_sym_u8_DQUOTE] = ACTIONS(1366), + [anon_sym_DQUOTE] = ACTIONS(1366), + [sym_true] = ACTIONS(1364), + [sym_false] = ACTIONS(1364), + [sym_null] = ACTIONS(1364), + [sym_comment] = ACTIONS(3), + }, [190] = { - [sym_attribute_declaration] = STATE(148), - [sym_compound_statement] = STATE(238), - [sym_attributed_statement] = STATE(238), - [sym_labeled_statement] = STATE(238), - [sym_expression_statement] = STATE(238), - [sym_if_statement] = STATE(238), - [sym_switch_statement] = STATE(238), - [sym_case_statement] = STATE(238), - [sym_while_statement] = STATE(238), - [sym_do_statement] = STATE(238), - [sym_for_statement] = STATE(238), - [sym_return_statement] = STATE(238), - [sym_break_statement] = STATE(238), - [sym_continue_statement] = STATE(238), - [sym_goto_statement] = STATE(238), - [sym__expression] = STATE(819), - [sym_comma_expression] = STATE(1472), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_attribute_declaration] = STATE(131), + [sym_compound_statement] = STATE(231), + [sym_attributed_statement] = STATE(231), + [sym_labeled_statement] = STATE(231), + [sym_expression_statement] = STATE(231), + [sym_if_statement] = STATE(231), + [sym_switch_statement] = STATE(231), + [sym_case_statement] = STATE(231), + [sym_while_statement] = STATE(231), + [sym_do_statement] = STATE(231), + [sym_for_statement] = STATE(231), + [sym_return_statement] = STATE(231), + [sym_break_statement] = STATE(231), + [sym_continue_statement] = STATE(231), + [sym_goto_statement] = STATE(231), + [sym__expression] = STATE(822), + [sym_comma_expression] = STATE(1443), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(148), - [sym_identifier] = ACTIONS(1084), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(131), + [sym_identifier] = ACTIONS(1064), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -32771,20 +32875,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(27), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(41), - [anon_sym_if] = ACTIONS(57), - [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(61), - [anon_sym_default] = ACTIONS(63), - [anon_sym_while] = ACTIONS(65), - [anon_sym_do] = ACTIONS(67), - [anon_sym_for] = ACTIONS(69), - [anon_sym_return] = ACTIONS(71), - [anon_sym_break] = ACTIONS(73), - [anon_sym_continue] = ACTIONS(75), - [anon_sym_goto] = ACTIONS(77), + [anon_sym_SEMI] = ACTIONS(328), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(334), + [anon_sym_if] = ACTIONS(338), + [anon_sym_switch] = ACTIONS(340), + [anon_sym_case] = ACTIONS(342), + [anon_sym_default] = ACTIONS(344), + [anon_sym_while] = ACTIONS(346), + [anon_sym_do] = ACTIONS(348), + [anon_sym_for] = ACTIONS(350), + [anon_sym_return] = ACTIONS(352), + [anon_sym_break] = ACTIONS(354), + [anon_sym_continue] = ACTIONS(356), + [anon_sym_goto] = ACTIONS(358), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -32809,44 +32913,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [191] = { - [sym_attribute_declaration] = STATE(148), - [sym_compound_statement] = STATE(237), - [sym_attributed_statement] = STATE(237), - [sym_labeled_statement] = STATE(237), - [sym_expression_statement] = STATE(237), - [sym_if_statement] = STATE(237), - [sym_switch_statement] = STATE(237), - [sym_case_statement] = STATE(237), - [sym_while_statement] = STATE(237), - [sym_do_statement] = STATE(237), - [sym_for_statement] = STATE(237), - [sym_return_statement] = STATE(237), - [sym_break_statement] = STATE(237), - [sym_continue_statement] = STATE(237), - [sym_goto_statement] = STATE(237), - [sym__expression] = STATE(819), - [sym_comma_expression] = STATE(1472), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_attribute_declaration] = STATE(131), + [sym_compound_statement] = STATE(232), + [sym_attributed_statement] = STATE(232), + [sym_labeled_statement] = STATE(232), + [sym_expression_statement] = STATE(232), + [sym_if_statement] = STATE(232), + [sym_switch_statement] = STATE(232), + [sym_case_statement] = STATE(232), + [sym_while_statement] = STATE(232), + [sym_do_statement] = STATE(232), + [sym_for_statement] = STATE(232), + [sym_return_statement] = STATE(232), + [sym_break_statement] = STATE(232), + [sym_continue_statement] = STATE(232), + [sym_goto_statement] = STATE(232), + [sym__expression] = STATE(822), + [sym_comma_expression] = STATE(1443), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(148), - [sym_identifier] = ACTIONS(1084), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(131), + [sym_identifier] = ACTIONS(1064), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -32854,20 +32958,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(27), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(41), - [anon_sym_if] = ACTIONS(57), - [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(61), - [anon_sym_default] = ACTIONS(63), - [anon_sym_while] = ACTIONS(65), - [anon_sym_do] = ACTIONS(67), - [anon_sym_for] = ACTIONS(69), - [anon_sym_return] = ACTIONS(71), - [anon_sym_break] = ACTIONS(73), - [anon_sym_continue] = ACTIONS(75), - [anon_sym_goto] = ACTIONS(77), + [anon_sym_SEMI] = ACTIONS(328), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(334), + [anon_sym_if] = ACTIONS(338), + [anon_sym_switch] = ACTIONS(340), + [anon_sym_case] = ACTIONS(342), + [anon_sym_default] = ACTIONS(344), + [anon_sym_while] = ACTIONS(346), + [anon_sym_do] = ACTIONS(348), + [anon_sym_for] = ACTIONS(350), + [anon_sym_return] = ACTIONS(352), + [anon_sym_break] = ACTIONS(354), + [anon_sym_continue] = ACTIONS(356), + [anon_sym_goto] = ACTIONS(358), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -32892,44 +32996,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [192] = { - [sym_attribute_declaration] = STATE(148), - [sym_compound_statement] = STATE(236), - [sym_attributed_statement] = STATE(236), - [sym_labeled_statement] = STATE(236), - [sym_expression_statement] = STATE(236), - [sym_if_statement] = STATE(236), - [sym_switch_statement] = STATE(236), - [sym_case_statement] = STATE(236), - [sym_while_statement] = STATE(236), - [sym_do_statement] = STATE(236), - [sym_for_statement] = STATE(236), - [sym_return_statement] = STATE(236), - [sym_break_statement] = STATE(236), - [sym_continue_statement] = STATE(236), - [sym_goto_statement] = STATE(236), - [sym__expression] = STATE(819), - [sym_comma_expression] = STATE(1472), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_attribute_declaration] = STATE(200), + [sym_compound_statement] = STATE(69), + [sym_attributed_statement] = STATE(69), + [sym_labeled_statement] = STATE(69), + [sym_expression_statement] = STATE(69), + [sym_if_statement] = STATE(69), + [sym_switch_statement] = STATE(69), + [sym_case_statement] = STATE(69), + [sym_while_statement] = STATE(69), + [sym_do_statement] = STATE(69), + [sym_for_statement] = STATE(69), + [sym_return_statement] = STATE(69), + [sym_break_statement] = STATE(69), + [sym_continue_statement] = STATE(69), + [sym_goto_statement] = STATE(69), + [sym__expression] = STATE(772), + [sym_comma_expression] = STATE(1497), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(148), - [sym_identifier] = ACTIONS(1084), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(200), + [sym_identifier] = ACTIONS(1156), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -32937,20 +33041,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(27), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(41), - [anon_sym_if] = ACTIONS(57), - [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(61), - [anon_sym_default] = ACTIONS(63), - [anon_sym_while] = ACTIONS(65), - [anon_sym_do] = ACTIONS(67), - [anon_sym_for] = ACTIONS(69), - [anon_sym_return] = ACTIONS(71), - [anon_sym_break] = ACTIONS(73), - [anon_sym_continue] = ACTIONS(75), - [anon_sym_goto] = ACTIONS(77), + [anon_sym_SEMI] = ACTIONS(115), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(121), + [anon_sym_if] = ACTIONS(123), + [anon_sym_switch] = ACTIONS(125), + [anon_sym_case] = ACTIONS(127), + [anon_sym_default] = ACTIONS(129), + [anon_sym_while] = ACTIONS(131), + [anon_sym_do] = ACTIONS(133), + [anon_sym_for] = ACTIONS(135), + [anon_sym_return] = ACTIONS(137), + [anon_sym_break] = ACTIONS(139), + [anon_sym_continue] = ACTIONS(141), + [anon_sym_goto] = ACTIONS(143), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -32975,44 +33079,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [193] = { - [sym_attribute_declaration] = STATE(195), - [sym_compound_statement] = STATE(268), - [sym_attributed_statement] = STATE(268), - [sym_labeled_statement] = STATE(268), - [sym_expression_statement] = STATE(268), - [sym_if_statement] = STATE(268), - [sym_switch_statement] = STATE(268), - [sym_case_statement] = STATE(268), - [sym_while_statement] = STATE(268), - [sym_do_statement] = STATE(268), - [sym_for_statement] = STATE(268), - [sym_return_statement] = STATE(268), - [sym_break_statement] = STATE(268), - [sym_continue_statement] = STATE(268), - [sym_goto_statement] = STATE(268), - [sym__expression] = STATE(772), - [sym_comma_expression] = STATE(1551), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_attribute_declaration] = STATE(131), + [sym_compound_statement] = STATE(216), + [sym_attributed_statement] = STATE(216), + [sym_labeled_statement] = STATE(216), + [sym_expression_statement] = STATE(216), + [sym_if_statement] = STATE(216), + [sym_switch_statement] = STATE(216), + [sym_case_statement] = STATE(216), + [sym_while_statement] = STATE(216), + [sym_do_statement] = STATE(216), + [sym_for_statement] = STATE(216), + [sym_return_statement] = STATE(216), + [sym_break_statement] = STATE(216), + [sym_continue_statement] = STATE(216), + [sym_goto_statement] = STATE(216), + [sym__expression] = STATE(822), + [sym_comma_expression] = STATE(1443), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(195), - [sym_identifier] = ACTIONS(1282), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(131), + [sym_identifier] = ACTIONS(1064), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -33021,7 +33125,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(328), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), [anon_sym_LBRACE] = ACTIONS(334), [anon_sym_if] = ACTIONS(338), [anon_sym_switch] = ACTIONS(340), @@ -33058,44 +33162,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [194] = { - [sym_attribute_declaration] = STATE(148), - [sym_compound_statement] = STATE(233), - [sym_attributed_statement] = STATE(233), - [sym_labeled_statement] = STATE(233), - [sym_expression_statement] = STATE(233), - [sym_if_statement] = STATE(233), - [sym_switch_statement] = STATE(233), - [sym_case_statement] = STATE(233), - [sym_while_statement] = STATE(233), - [sym_do_statement] = STATE(233), - [sym_for_statement] = STATE(233), - [sym_return_statement] = STATE(233), - [sym_break_statement] = STATE(233), - [sym_continue_statement] = STATE(233), - [sym_goto_statement] = STATE(233), - [sym__expression] = STATE(819), - [sym_comma_expression] = STATE(1472), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_attribute_declaration] = STATE(131), + [sym_compound_statement] = STATE(217), + [sym_attributed_statement] = STATE(217), + [sym_labeled_statement] = STATE(217), + [sym_expression_statement] = STATE(217), + [sym_if_statement] = STATE(217), + [sym_switch_statement] = STATE(217), + [sym_case_statement] = STATE(217), + [sym_while_statement] = STATE(217), + [sym_do_statement] = STATE(217), + [sym_for_statement] = STATE(217), + [sym_return_statement] = STATE(217), + [sym_break_statement] = STATE(217), + [sym_continue_statement] = STATE(217), + [sym_goto_statement] = STATE(217), + [sym__expression] = STATE(822), + [sym_comma_expression] = STATE(1443), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(148), - [sym_identifier] = ACTIONS(1084), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(131), + [sym_identifier] = ACTIONS(1064), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -33103,20 +33207,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(27), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(41), - [anon_sym_if] = ACTIONS(57), - [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(61), - [anon_sym_default] = ACTIONS(63), - [anon_sym_while] = ACTIONS(65), - [anon_sym_do] = ACTIONS(67), - [anon_sym_for] = ACTIONS(69), - [anon_sym_return] = ACTIONS(71), - [anon_sym_break] = ACTIONS(73), - [anon_sym_continue] = ACTIONS(75), - [anon_sym_goto] = ACTIONS(77), + [anon_sym_SEMI] = ACTIONS(328), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(334), + [anon_sym_if] = ACTIONS(338), + [anon_sym_switch] = ACTIONS(340), + [anon_sym_case] = ACTIONS(342), + [anon_sym_default] = ACTIONS(344), + [anon_sym_while] = ACTIONS(346), + [anon_sym_do] = ACTIONS(348), + [anon_sym_for] = ACTIONS(350), + [anon_sym_return] = ACTIONS(352), + [anon_sym_break] = ACTIONS(354), + [anon_sym_continue] = ACTIONS(356), + [anon_sym_goto] = ACTIONS(358), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -33141,44 +33245,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [195] = { - [sym_attribute_declaration] = STATE(199), - [sym_compound_statement] = STATE(205), - [sym_attributed_statement] = STATE(205), - [sym_labeled_statement] = STATE(205), - [sym_expression_statement] = STATE(205), - [sym_if_statement] = STATE(205), - [sym_switch_statement] = STATE(205), - [sym_case_statement] = STATE(205), - [sym_while_statement] = STATE(205), - [sym_do_statement] = STATE(205), - [sym_for_statement] = STATE(205), - [sym_return_statement] = STATE(205), - [sym_break_statement] = STATE(205), - [sym_continue_statement] = STATE(205), - [sym_goto_statement] = STATE(205), - [sym__expression] = STATE(772), - [sym_comma_expression] = STATE(1551), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_attribute_declaration] = STATE(131), + [sym_compound_statement] = STATE(228), + [sym_attributed_statement] = STATE(228), + [sym_labeled_statement] = STATE(228), + [sym_expression_statement] = STATE(228), + [sym_if_statement] = STATE(228), + [sym_switch_statement] = STATE(228), + [sym_case_statement] = STATE(228), + [sym_while_statement] = STATE(228), + [sym_do_statement] = STATE(228), + [sym_for_statement] = STATE(228), + [sym_return_statement] = STATE(228), + [sym_break_statement] = STATE(228), + [sym_continue_statement] = STATE(228), + [sym_goto_statement] = STATE(228), + [sym__expression] = STATE(822), + [sym_comma_expression] = STATE(1443), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(199), - [sym_identifier] = ACTIONS(1282), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(131), + [sym_identifier] = ACTIONS(1064), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -33187,7 +33291,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(328), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), [anon_sym_LBRACE] = ACTIONS(334), [anon_sym_if] = ACTIONS(338), [anon_sym_switch] = ACTIONS(340), @@ -33224,44 +33328,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [196] = { - [sym_attribute_declaration] = STATE(195), - [sym_compound_statement] = STATE(221), - [sym_attributed_statement] = STATE(221), - [sym_labeled_statement] = STATE(221), - [sym_expression_statement] = STATE(221), - [sym_if_statement] = STATE(221), - [sym_switch_statement] = STATE(221), - [sym_case_statement] = STATE(221), - [sym_while_statement] = STATE(221), - [sym_do_statement] = STATE(221), - [sym_for_statement] = STATE(221), - [sym_return_statement] = STATE(221), - [sym_break_statement] = STATE(221), - [sym_continue_statement] = STATE(221), - [sym_goto_statement] = STATE(221), + [sym_attribute_declaration] = STATE(200), + [sym_compound_statement] = STATE(82), + [sym_attributed_statement] = STATE(82), + [sym_labeled_statement] = STATE(82), + [sym_expression_statement] = STATE(82), + [sym_if_statement] = STATE(82), + [sym_switch_statement] = STATE(82), + [sym_case_statement] = STATE(82), + [sym_while_statement] = STATE(82), + [sym_do_statement] = STATE(82), + [sym_for_statement] = STATE(82), + [sym_return_statement] = STATE(82), + [sym_break_statement] = STATE(82), + [sym_continue_statement] = STATE(82), + [sym_goto_statement] = STATE(82), [sym__expression] = STATE(772), - [sym_comma_expression] = STATE(1551), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_comma_expression] = STATE(1497), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(195), - [sym_identifier] = ACTIONS(1282), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(200), + [sym_identifier] = ACTIONS(1156), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -33269,20 +33373,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(328), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_if] = ACTIONS(338), - [anon_sym_switch] = ACTIONS(340), - [anon_sym_case] = ACTIONS(342), - [anon_sym_default] = ACTIONS(344), - [anon_sym_while] = ACTIONS(346), - [anon_sym_do] = ACTIONS(348), - [anon_sym_for] = ACTIONS(350), - [anon_sym_return] = ACTIONS(352), - [anon_sym_break] = ACTIONS(354), - [anon_sym_continue] = ACTIONS(356), - [anon_sym_goto] = ACTIONS(358), + [anon_sym_SEMI] = ACTIONS(115), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(121), + [anon_sym_if] = ACTIONS(123), + [anon_sym_switch] = ACTIONS(125), + [anon_sym_case] = ACTIONS(127), + [anon_sym_default] = ACTIONS(129), + [anon_sym_while] = ACTIONS(131), + [anon_sym_do] = ACTIONS(133), + [anon_sym_for] = ACTIONS(135), + [anon_sym_return] = ACTIONS(137), + [anon_sym_break] = ACTIONS(139), + [anon_sym_continue] = ACTIONS(141), + [anon_sym_goto] = ACTIONS(143), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -33307,44 +33411,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [197] = { - [sym_attribute_declaration] = STATE(195), - [sym_compound_statement] = STATE(224), - [sym_attributed_statement] = STATE(224), - [sym_labeled_statement] = STATE(224), - [sym_expression_statement] = STATE(224), - [sym_if_statement] = STATE(224), - [sym_switch_statement] = STATE(224), - [sym_case_statement] = STATE(224), - [sym_while_statement] = STATE(224), - [sym_do_statement] = STATE(224), - [sym_for_statement] = STATE(224), - [sym_return_statement] = STATE(224), - [sym_break_statement] = STATE(224), - [sym_continue_statement] = STATE(224), - [sym_goto_statement] = STATE(224), + [sym_attribute_declaration] = STATE(200), + [sym_compound_statement] = STATE(91), + [sym_attributed_statement] = STATE(91), + [sym_labeled_statement] = STATE(91), + [sym_expression_statement] = STATE(91), + [sym_if_statement] = STATE(91), + [sym_switch_statement] = STATE(91), + [sym_case_statement] = STATE(91), + [sym_while_statement] = STATE(91), + [sym_do_statement] = STATE(91), + [sym_for_statement] = STATE(91), + [sym_return_statement] = STATE(91), + [sym_break_statement] = STATE(91), + [sym_continue_statement] = STATE(91), + [sym_goto_statement] = STATE(91), [sym__expression] = STATE(772), - [sym_comma_expression] = STATE(1551), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_comma_expression] = STATE(1497), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(195), - [sym_identifier] = ACTIONS(1282), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(200), + [sym_identifier] = ACTIONS(1156), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -33352,20 +33456,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(328), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_if] = ACTIONS(338), - [anon_sym_switch] = ACTIONS(340), - [anon_sym_case] = ACTIONS(342), - [anon_sym_default] = ACTIONS(344), - [anon_sym_while] = ACTIONS(346), - [anon_sym_do] = ACTIONS(348), - [anon_sym_for] = ACTIONS(350), - [anon_sym_return] = ACTIONS(352), - [anon_sym_break] = ACTIONS(354), - [anon_sym_continue] = ACTIONS(356), - [anon_sym_goto] = ACTIONS(358), + [anon_sym_SEMI] = ACTIONS(115), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(121), + [anon_sym_if] = ACTIONS(123), + [anon_sym_switch] = ACTIONS(125), + [anon_sym_case] = ACTIONS(127), + [anon_sym_default] = ACTIONS(129), + [anon_sym_while] = ACTIONS(131), + [anon_sym_do] = ACTIONS(133), + [anon_sym_for] = ACTIONS(135), + [anon_sym_return] = ACTIONS(137), + [anon_sym_break] = ACTIONS(139), + [anon_sym_continue] = ACTIONS(141), + [anon_sym_goto] = ACTIONS(143), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -33390,44 +33494,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [198] = { - [sym_attribute_declaration] = STATE(195), - [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__expression] = STATE(772), - [sym_comma_expression] = STATE(1551), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_attribute_declaration] = STATE(131), + [sym_compound_statement] = STATE(221), + [sym_attributed_statement] = STATE(221), + [sym_labeled_statement] = STATE(221), + [sym_expression_statement] = STATE(221), + [sym_if_statement] = STATE(221), + [sym_switch_statement] = STATE(221), + [sym_case_statement] = STATE(221), + [sym_while_statement] = STATE(221), + [sym_do_statement] = STATE(221), + [sym_for_statement] = STATE(221), + [sym_return_statement] = STATE(221), + [sym_break_statement] = STATE(221), + [sym_continue_statement] = STATE(221), + [sym_goto_statement] = STATE(221), + [sym__expression] = STATE(822), + [sym_comma_expression] = STATE(1443), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(195), - [sym_identifier] = ACTIONS(1282), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(131), + [sym_identifier] = ACTIONS(1064), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -33436,7 +33540,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(328), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), [anon_sym_LBRACE] = ACTIONS(334), [anon_sym_if] = ACTIONS(338), [anon_sym_switch] = ACTIONS(340), @@ -33473,127 +33577,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [199] = { - [sym_attribute_declaration] = STATE(199), - [sym_compound_statement] = STATE(205), - [sym_attributed_statement] = STATE(205), - [sym_labeled_statement] = STATE(205), - [sym_expression_statement] = STATE(205), - [sym_if_statement] = STATE(205), - [sym_switch_statement] = STATE(205), - [sym_case_statement] = STATE(205), - [sym_while_statement] = STATE(205), - [sym_do_statement] = STATE(205), - [sym_for_statement] = STATE(205), - [sym_return_statement] = STATE(205), - [sym_break_statement] = STATE(205), - [sym_continue_statement] = STATE(205), - [sym_goto_statement] = STATE(205), - [sym__expression] = STATE(772), - [sym_comma_expression] = STATE(1551), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), - [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), - [sym_subscript_expression] = STATE(636), - [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), - [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), - [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(199), - [sym_identifier] = ACTIONS(1326), - [anon_sym_LPAREN2] = ACTIONS(1149), - [anon_sym_BANG] = ACTIONS(1152), - [anon_sym_TILDE] = ACTIONS(1152), - [anon_sym_DASH] = ACTIONS(1155), - [anon_sym_PLUS] = ACTIONS(1155), - [anon_sym_STAR] = ACTIONS(1158), - [anon_sym_AMP] = ACTIONS(1158), - [anon_sym_SEMI] = ACTIONS(1329), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1164), - [anon_sym_LBRACE] = ACTIONS(1332), - [anon_sym_if] = ACTIONS(1335), - [anon_sym_switch] = ACTIONS(1338), - [anon_sym_case] = ACTIONS(1341), - [anon_sym_default] = ACTIONS(1344), - [anon_sym_while] = ACTIONS(1347), - [anon_sym_do] = ACTIONS(1350), - [anon_sym_for] = ACTIONS(1353), - [anon_sym_return] = ACTIONS(1356), - [anon_sym_break] = ACTIONS(1359), - [anon_sym_continue] = ACTIONS(1362), - [anon_sym_goto] = ACTIONS(1365), - [anon_sym_DASH_DASH] = ACTIONS(1203), - [anon_sym_PLUS_PLUS] = ACTIONS(1203), - [anon_sym_sizeof] = ACTIONS(1206), - [anon_sym_offsetof] = ACTIONS(1209), - [anon_sym__Generic] = ACTIONS(1212), - [anon_sym_asm] = ACTIONS(1215), - [anon_sym___asm__] = ACTIONS(1215), - [sym_number_literal] = ACTIONS(1218), - [anon_sym_L_SQUOTE] = ACTIONS(1221), - [anon_sym_u_SQUOTE] = ACTIONS(1221), - [anon_sym_U_SQUOTE] = ACTIONS(1221), - [anon_sym_u8_SQUOTE] = ACTIONS(1221), - [anon_sym_SQUOTE] = ACTIONS(1221), - [anon_sym_L_DQUOTE] = ACTIONS(1224), - [anon_sym_u_DQUOTE] = ACTIONS(1224), - [anon_sym_U_DQUOTE] = ACTIONS(1224), - [anon_sym_u8_DQUOTE] = ACTIONS(1224), - [anon_sym_DQUOTE] = ACTIONS(1224), - [sym_true] = ACTIONS(1227), - [sym_false] = ACTIONS(1227), - [sym_null] = ACTIONS(1227), - [sym_comment] = ACTIONS(3), - }, - [200] = { - [sym_attribute_declaration] = STATE(148), - [sym_compound_statement] = STATE(1538), - [sym_attributed_statement] = STATE(1538), - [sym_labeled_statement] = STATE(1538), - [sym_expression_statement] = STATE(1538), - [sym_if_statement] = STATE(1538), - [sym_switch_statement] = STATE(1538), - [sym_case_statement] = STATE(1538), - [sym_while_statement] = STATE(1538), - [sym_do_statement] = STATE(1538), - [sym_for_statement] = STATE(1538), - [sym_return_statement] = STATE(1538), - [sym_break_statement] = STATE(1538), - [sym_continue_statement] = STATE(1538), - [sym_goto_statement] = STATE(1538), - [sym__expression] = STATE(819), - [sym_comma_expression] = STATE(1472), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_attribute_declaration] = STATE(131), + [sym_compound_statement] = STATE(222), + [sym_attributed_statement] = STATE(222), + [sym_labeled_statement] = STATE(222), + [sym_expression_statement] = STATE(222), + [sym_if_statement] = STATE(222), + [sym_switch_statement] = STATE(222), + [sym_case_statement] = STATE(222), + [sym_while_statement] = STATE(222), + [sym_do_statement] = STATE(222), + [sym_for_statement] = STATE(222), + [sym_return_statement] = STATE(222), + [sym_break_statement] = STATE(222), + [sym_continue_statement] = STATE(222), + [sym_goto_statement] = STATE(222), + [sym__expression] = STATE(822), + [sym_comma_expression] = STATE(1443), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(148), - [sym_identifier] = ACTIONS(1084), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(131), + [sym_identifier] = ACTIONS(1064), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -33601,20 +33622,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(27), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), - [anon_sym_LBRACE] = ACTIONS(41), - [anon_sym_if] = ACTIONS(57), - [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(61), - [anon_sym_default] = ACTIONS(63), - [anon_sym_while] = ACTIONS(65), - [anon_sym_do] = ACTIONS(67), - [anon_sym_for] = ACTIONS(69), - [anon_sym_return] = ACTIONS(71), - [anon_sym_break] = ACTIONS(73), - [anon_sym_continue] = ACTIONS(75), - [anon_sym_goto] = ACTIONS(77), + [anon_sym_SEMI] = ACTIONS(328), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(334), + [anon_sym_if] = ACTIONS(338), + [anon_sym_switch] = ACTIONS(340), + [anon_sym_case] = ACTIONS(342), + [anon_sym_default] = ACTIONS(344), + [anon_sym_while] = ACTIONS(346), + [anon_sym_do] = ACTIONS(348), + [anon_sym_for] = ACTIONS(350), + [anon_sym_return] = ACTIONS(352), + [anon_sym_break] = ACTIONS(354), + [anon_sym_continue] = ACTIONS(356), + [anon_sym_goto] = ACTIONS(358), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -33638,45 +33659,128 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [201] = { - [sym_attribute_declaration] = STATE(148), - [sym_compound_statement] = STATE(1550), - [sym_attributed_statement] = STATE(1550), - [sym_labeled_statement] = STATE(1550), - [sym_expression_statement] = STATE(1550), - [sym_if_statement] = STATE(1550), - [sym_switch_statement] = STATE(1550), - [sym_case_statement] = STATE(1550), - [sym_while_statement] = STATE(1550), - [sym_do_statement] = STATE(1550), - [sym_for_statement] = STATE(1550), - [sym_return_statement] = STATE(1550), - [sym_break_statement] = STATE(1550), - [sym_continue_statement] = STATE(1550), - [sym_goto_statement] = STATE(1550), - [sym__expression] = STATE(819), - [sym_comma_expression] = STATE(1472), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [200] = { + [sym_attribute_declaration] = STATE(182), + [sym_compound_statement] = STATE(89), + [sym_attributed_statement] = STATE(89), + [sym_labeled_statement] = STATE(89), + [sym_expression_statement] = STATE(89), + [sym_if_statement] = STATE(89), + [sym_switch_statement] = STATE(89), + [sym_case_statement] = STATE(89), + [sym_while_statement] = STATE(89), + [sym_do_statement] = STATE(89), + [sym_for_statement] = STATE(89), + [sym_return_statement] = STATE(89), + [sym_break_statement] = STATE(89), + [sym_continue_statement] = STATE(89), + [sym_goto_statement] = STATE(89), + [sym__expression] = STATE(772), + [sym_comma_expression] = STATE(1497), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), + [sym_pointer_expression] = STATE(636), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), + [sym_subscript_expression] = STATE(636), + [sym_call_expression] = STATE(636), + [sym_gnu_asm_expression] = STATE(635), + [sym_field_expression] = STATE(636), + [sym_compound_literal_expression] = STATE(635), + [sym_parenthesized_expression] = STATE(636), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(182), + [sym_identifier] = ACTIONS(1156), + [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(115), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(121), + [anon_sym_if] = ACTIONS(123), + [anon_sym_switch] = ACTIONS(125), + [anon_sym_case] = ACTIONS(127), + [anon_sym_default] = ACTIONS(129), + [anon_sym_while] = ACTIONS(131), + [anon_sym_do] = ACTIONS(133), + [anon_sym_for] = ACTIONS(135), + [anon_sym_return] = ACTIONS(137), + [anon_sym_break] = ACTIONS(139), + [anon_sym_continue] = ACTIONS(141), + [anon_sym_goto] = ACTIONS(143), + [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_sizeof] = ACTIONS(81), + [anon_sym_offsetof] = ACTIONS(83), + [anon_sym__Generic] = ACTIONS(85), + [anon_sym_asm] = ACTIONS(87), + [anon_sym___asm__] = ACTIONS(87), + [sym_number_literal] = ACTIONS(89), + [anon_sym_L_SQUOTE] = ACTIONS(91), + [anon_sym_u_SQUOTE] = ACTIONS(91), + [anon_sym_U_SQUOTE] = ACTIONS(91), + [anon_sym_u8_SQUOTE] = ACTIONS(91), + [anon_sym_SQUOTE] = ACTIONS(91), + [anon_sym_L_DQUOTE] = ACTIONS(93), + [anon_sym_u_DQUOTE] = ACTIONS(93), + [anon_sym_U_DQUOTE] = ACTIONS(93), + [anon_sym_u8_DQUOTE] = ACTIONS(93), + [anon_sym_DQUOTE] = ACTIONS(93), + [sym_true] = ACTIONS(95), + [sym_false] = ACTIONS(95), + [sym_null] = ACTIONS(95), + [sym_comment] = ACTIONS(3), + }, + [201] = { + [sym_attribute_declaration] = STATE(135), + [sym_compound_statement] = STATE(252), + [sym_attributed_statement] = STATE(252), + [sym_labeled_statement] = STATE(252), + [sym_expression_statement] = STATE(252), + [sym_if_statement] = STATE(252), + [sym_switch_statement] = STATE(252), + [sym_case_statement] = STATE(252), + [sym_while_statement] = STATE(252), + [sym_do_statement] = STATE(252), + [sym_for_statement] = STATE(252), + [sym_return_statement] = STATE(252), + [sym_break_statement] = STATE(252), + [sym_continue_statement] = STATE(252), + [sym_goto_statement] = STATE(252), + [sym__expression] = STATE(789), + [sym_comma_expression] = STATE(1475), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [aux_sym_attributed_declarator_repeat1] = STATE(148), - [sym_identifier] = ACTIONS(1084), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(135), + [sym_identifier] = ACTIONS(1068), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -33685,7 +33789,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(27), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1086), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_if] = ACTIONS(57), [anon_sym_switch] = ACTIONS(59), @@ -33722,944 +33826,946 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [202] = { - [sym_identifier] = ACTIONS(1012), - [aux_sym_preproc_include_token1] = ACTIONS(1012), - [aux_sym_preproc_def_token1] = ACTIONS(1012), - [aux_sym_preproc_if_token1] = ACTIONS(1012), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1012), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1012), - [sym_preproc_directive] = ACTIONS(1012), - [anon_sym_LPAREN2] = ACTIONS(1014), - [anon_sym_BANG] = ACTIONS(1014), - [anon_sym_TILDE] = ACTIONS(1014), - [anon_sym_DASH] = ACTIONS(1012), - [anon_sym_PLUS] = ACTIONS(1012), - [anon_sym_STAR] = ACTIONS(1014), - [anon_sym_AMP] = ACTIONS(1014), - [anon_sym_SEMI] = ACTIONS(1014), - [anon_sym_typedef] = ACTIONS(1012), - [anon_sym_extern] = ACTIONS(1012), - [anon_sym___attribute__] = ACTIONS(1012), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1014), - [anon_sym___declspec] = ACTIONS(1012), - [anon_sym___cdecl] = ACTIONS(1012), - [anon_sym___clrcall] = ACTIONS(1012), - [anon_sym___stdcall] = ACTIONS(1012), - [anon_sym___fastcall] = ACTIONS(1012), - [anon_sym___thiscall] = ACTIONS(1012), - [anon_sym___vectorcall] = ACTIONS(1012), - [anon_sym_LBRACE] = ACTIONS(1014), - [anon_sym_RBRACE] = ACTIONS(1014), - [anon_sym_static] = ACTIONS(1012), - [anon_sym_auto] = ACTIONS(1012), - [anon_sym_register] = ACTIONS(1012), - [anon_sym_inline] = ACTIONS(1012), - [anon_sym_const] = ACTIONS(1012), - [anon_sym_volatile] = ACTIONS(1012), - [anon_sym_restrict] = ACTIONS(1012), - [anon_sym___restrict__] = ACTIONS(1012), - [anon_sym__Atomic] = ACTIONS(1012), - [anon_sym__Noreturn] = ACTIONS(1012), - [anon_sym_signed] = ACTIONS(1012), - [anon_sym_unsigned] = ACTIONS(1012), - [anon_sym_long] = ACTIONS(1012), - [anon_sym_short] = ACTIONS(1012), - [sym_primitive_type] = ACTIONS(1012), - [anon_sym_enum] = ACTIONS(1012), - [anon_sym_struct] = ACTIONS(1012), - [anon_sym_union] = ACTIONS(1012), - [anon_sym_if] = ACTIONS(1012), - [anon_sym_else] = ACTIONS(1012), - [anon_sym_switch] = ACTIONS(1012), - [anon_sym_case] = ACTIONS(1012), - [anon_sym_default] = ACTIONS(1012), - [anon_sym_while] = ACTIONS(1012), - [anon_sym_do] = ACTIONS(1012), - [anon_sym_for] = ACTIONS(1012), - [anon_sym_return] = ACTIONS(1012), - [anon_sym_break] = ACTIONS(1012), - [anon_sym_continue] = ACTIONS(1012), - [anon_sym_goto] = ACTIONS(1012), - [anon_sym_DASH_DASH] = ACTIONS(1014), - [anon_sym_PLUS_PLUS] = ACTIONS(1014), - [anon_sym_sizeof] = ACTIONS(1012), - [anon_sym_offsetof] = ACTIONS(1012), - [anon_sym__Generic] = ACTIONS(1012), - [anon_sym_asm] = ACTIONS(1012), - [anon_sym___asm__] = ACTIONS(1012), - [sym_number_literal] = ACTIONS(1014), - [anon_sym_L_SQUOTE] = ACTIONS(1014), - [anon_sym_u_SQUOTE] = ACTIONS(1014), - [anon_sym_U_SQUOTE] = ACTIONS(1014), - [anon_sym_u8_SQUOTE] = ACTIONS(1014), - [anon_sym_SQUOTE] = ACTIONS(1014), - [anon_sym_L_DQUOTE] = ACTIONS(1014), - [anon_sym_u_DQUOTE] = ACTIONS(1014), - [anon_sym_U_DQUOTE] = ACTIONS(1014), - [anon_sym_u8_DQUOTE] = ACTIONS(1014), - [anon_sym_DQUOTE] = ACTIONS(1014), - [sym_true] = ACTIONS(1012), - [sym_false] = ACTIONS(1012), - [sym_null] = ACTIONS(1012), + [sym_attribute_declaration] = STATE(131), + [sym_compound_statement] = STATE(224), + [sym_attributed_statement] = STATE(224), + [sym_labeled_statement] = STATE(224), + [sym_expression_statement] = STATE(224), + [sym_if_statement] = STATE(224), + [sym_switch_statement] = STATE(224), + [sym_case_statement] = STATE(224), + [sym_while_statement] = STATE(224), + [sym_do_statement] = STATE(224), + [sym_for_statement] = STATE(224), + [sym_return_statement] = STATE(224), + [sym_break_statement] = STATE(224), + [sym_continue_statement] = STATE(224), + [sym_goto_statement] = STATE(224), + [sym__expression] = STATE(822), + [sym_comma_expression] = STATE(1443), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), + [sym_pointer_expression] = STATE(636), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), + [sym_subscript_expression] = STATE(636), + [sym_call_expression] = STATE(636), + [sym_gnu_asm_expression] = STATE(635), + [sym_field_expression] = STATE(636), + [sym_compound_literal_expression] = STATE(635), + [sym_parenthesized_expression] = STATE(636), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(131), + [sym_identifier] = ACTIONS(1064), + [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(328), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(334), + [anon_sym_if] = ACTIONS(338), + [anon_sym_switch] = ACTIONS(340), + [anon_sym_case] = ACTIONS(342), + [anon_sym_default] = ACTIONS(344), + [anon_sym_while] = ACTIONS(346), + [anon_sym_do] = ACTIONS(348), + [anon_sym_for] = ACTIONS(350), + [anon_sym_return] = ACTIONS(352), + [anon_sym_break] = ACTIONS(354), + [anon_sym_continue] = ACTIONS(356), + [anon_sym_goto] = ACTIONS(358), + [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_sizeof] = ACTIONS(81), + [anon_sym_offsetof] = ACTIONS(83), + [anon_sym__Generic] = ACTIONS(85), + [anon_sym_asm] = ACTIONS(87), + [anon_sym___asm__] = ACTIONS(87), + [sym_number_literal] = ACTIONS(89), + [anon_sym_L_SQUOTE] = ACTIONS(91), + [anon_sym_u_SQUOTE] = ACTIONS(91), + [anon_sym_U_SQUOTE] = ACTIONS(91), + [anon_sym_u8_SQUOTE] = ACTIONS(91), + [anon_sym_SQUOTE] = ACTIONS(91), + [anon_sym_L_DQUOTE] = ACTIONS(93), + [anon_sym_u_DQUOTE] = ACTIONS(93), + [anon_sym_U_DQUOTE] = ACTIONS(93), + [anon_sym_u8_DQUOTE] = ACTIONS(93), + [anon_sym_DQUOTE] = ACTIONS(93), + [sym_true] = ACTIONS(95), + [sym_false] = ACTIONS(95), + [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, [203] = { - [ts_builtin_sym_end] = ACTIONS(924), - [sym_identifier] = ACTIONS(922), - [aux_sym_preproc_include_token1] = ACTIONS(922), - [aux_sym_preproc_def_token1] = ACTIONS(922), - [aux_sym_preproc_if_token1] = ACTIONS(922), - [aux_sym_preproc_ifdef_token1] = ACTIONS(922), - [aux_sym_preproc_ifdef_token2] = ACTIONS(922), - [sym_preproc_directive] = ACTIONS(922), - [anon_sym_LPAREN2] = ACTIONS(924), - [anon_sym_BANG] = ACTIONS(924), - [anon_sym_TILDE] = ACTIONS(924), - [anon_sym_DASH] = ACTIONS(922), - [anon_sym_PLUS] = ACTIONS(922), - [anon_sym_STAR] = ACTIONS(924), - [anon_sym_AMP] = ACTIONS(924), - [anon_sym_SEMI] = ACTIONS(924), - [anon_sym_typedef] = ACTIONS(922), - [anon_sym_extern] = ACTIONS(922), - [anon_sym___attribute__] = ACTIONS(922), - [anon_sym_LBRACK_LBRACK] = ACTIONS(924), - [anon_sym___declspec] = ACTIONS(922), - [anon_sym___cdecl] = ACTIONS(922), - [anon_sym___clrcall] = ACTIONS(922), - [anon_sym___stdcall] = ACTIONS(922), - [anon_sym___fastcall] = ACTIONS(922), - [anon_sym___thiscall] = ACTIONS(922), - [anon_sym___vectorcall] = ACTIONS(922), - [anon_sym_LBRACE] = ACTIONS(924), - [anon_sym_static] = ACTIONS(922), - [anon_sym_auto] = ACTIONS(922), - [anon_sym_register] = ACTIONS(922), - [anon_sym_inline] = ACTIONS(922), - [anon_sym_const] = ACTIONS(922), - [anon_sym_volatile] = ACTIONS(922), - [anon_sym_restrict] = ACTIONS(922), - [anon_sym___restrict__] = ACTIONS(922), - [anon_sym__Atomic] = ACTIONS(922), - [anon_sym__Noreturn] = ACTIONS(922), - [anon_sym_signed] = ACTIONS(922), - [anon_sym_unsigned] = ACTIONS(922), - [anon_sym_long] = ACTIONS(922), - [anon_sym_short] = ACTIONS(922), - [sym_primitive_type] = ACTIONS(922), - [anon_sym_enum] = ACTIONS(922), - [anon_sym_struct] = ACTIONS(922), - [anon_sym_union] = ACTIONS(922), - [anon_sym_if] = ACTIONS(922), - [anon_sym_else] = ACTIONS(922), - [anon_sym_switch] = ACTIONS(922), - [anon_sym_case] = ACTIONS(922), - [anon_sym_default] = ACTIONS(922), - [anon_sym_while] = ACTIONS(922), - [anon_sym_do] = ACTIONS(922), - [anon_sym_for] = ACTIONS(922), - [anon_sym_return] = ACTIONS(922), - [anon_sym_break] = ACTIONS(922), - [anon_sym_continue] = ACTIONS(922), - [anon_sym_goto] = ACTIONS(922), - [anon_sym_DASH_DASH] = ACTIONS(924), - [anon_sym_PLUS_PLUS] = ACTIONS(924), - [anon_sym_sizeof] = ACTIONS(922), - [anon_sym_offsetof] = ACTIONS(922), - [anon_sym__Generic] = ACTIONS(922), - [anon_sym_asm] = ACTIONS(922), - [anon_sym___asm__] = ACTIONS(922), - [sym_number_literal] = ACTIONS(924), - [anon_sym_L_SQUOTE] = ACTIONS(924), - [anon_sym_u_SQUOTE] = ACTIONS(924), - [anon_sym_U_SQUOTE] = ACTIONS(924), - [anon_sym_u8_SQUOTE] = ACTIONS(924), - [anon_sym_SQUOTE] = ACTIONS(924), - [anon_sym_L_DQUOTE] = ACTIONS(924), - [anon_sym_u_DQUOTE] = ACTIONS(924), - [anon_sym_U_DQUOTE] = ACTIONS(924), - [anon_sym_u8_DQUOTE] = ACTIONS(924), - [anon_sym_DQUOTE] = ACTIONS(924), - [sym_true] = ACTIONS(922), - [sym_false] = ACTIONS(922), - [sym_null] = ACTIONS(922), + [sym_attribute_declaration] = STATE(131), + [sym_compound_statement] = STATE(225), + [sym_attributed_statement] = STATE(225), + [sym_labeled_statement] = STATE(225), + [sym_expression_statement] = STATE(225), + [sym_if_statement] = STATE(225), + [sym_switch_statement] = STATE(225), + [sym_case_statement] = STATE(225), + [sym_while_statement] = STATE(225), + [sym_do_statement] = STATE(225), + [sym_for_statement] = STATE(225), + [sym_return_statement] = STATE(225), + [sym_break_statement] = STATE(225), + [sym_continue_statement] = STATE(225), + [sym_goto_statement] = STATE(225), + [sym__expression] = STATE(822), + [sym_comma_expression] = STATE(1443), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), + [sym_pointer_expression] = STATE(636), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), + [sym_subscript_expression] = STATE(636), + [sym_call_expression] = STATE(636), + [sym_gnu_asm_expression] = STATE(635), + [sym_field_expression] = STATE(636), + [sym_compound_literal_expression] = STATE(635), + [sym_parenthesized_expression] = STATE(636), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [aux_sym_attributed_declarator_repeat1] = STATE(131), + [sym_identifier] = ACTIONS(1064), + [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(328), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(334), + [anon_sym_if] = ACTIONS(338), + [anon_sym_switch] = ACTIONS(340), + [anon_sym_case] = ACTIONS(342), + [anon_sym_default] = ACTIONS(344), + [anon_sym_while] = ACTIONS(346), + [anon_sym_do] = ACTIONS(348), + [anon_sym_for] = ACTIONS(350), + [anon_sym_return] = ACTIONS(352), + [anon_sym_break] = ACTIONS(354), + [anon_sym_continue] = ACTIONS(356), + [anon_sym_goto] = ACTIONS(358), + [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_sizeof] = ACTIONS(81), + [anon_sym_offsetof] = ACTIONS(83), + [anon_sym__Generic] = ACTIONS(85), + [anon_sym_asm] = ACTIONS(87), + [anon_sym___asm__] = ACTIONS(87), + [sym_number_literal] = ACTIONS(89), + [anon_sym_L_SQUOTE] = ACTIONS(91), + [anon_sym_u_SQUOTE] = ACTIONS(91), + [anon_sym_U_SQUOTE] = ACTIONS(91), + [anon_sym_u8_SQUOTE] = ACTIONS(91), + [anon_sym_SQUOTE] = ACTIONS(91), + [anon_sym_L_DQUOTE] = ACTIONS(93), + [anon_sym_u_DQUOTE] = ACTIONS(93), + [anon_sym_U_DQUOTE] = ACTIONS(93), + [anon_sym_u8_DQUOTE] = ACTIONS(93), + [anon_sym_DQUOTE] = ACTIONS(93), + [sym_true] = ACTIONS(95), + [sym_false] = ACTIONS(95), + [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, [204] = { - [sym_identifier] = ACTIONS(930), - [aux_sym_preproc_include_token1] = ACTIONS(930), - [aux_sym_preproc_def_token1] = ACTIONS(930), - [aux_sym_preproc_if_token1] = ACTIONS(930), - [aux_sym_preproc_if_token2] = ACTIONS(930), - [aux_sym_preproc_ifdef_token1] = ACTIONS(930), - [aux_sym_preproc_ifdef_token2] = ACTIONS(930), - [sym_preproc_directive] = ACTIONS(930), - [anon_sym_LPAREN2] = ACTIONS(932), - [anon_sym_BANG] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(930), - [anon_sym_PLUS] = ACTIONS(930), - [anon_sym_STAR] = ACTIONS(932), - [anon_sym_AMP] = ACTIONS(932), - [anon_sym_SEMI] = ACTIONS(932), - [anon_sym_typedef] = ACTIONS(930), - [anon_sym_extern] = ACTIONS(930), - [anon_sym___attribute__] = ACTIONS(930), - [anon_sym_LBRACK_LBRACK] = ACTIONS(932), - [anon_sym___declspec] = ACTIONS(930), - [anon_sym___cdecl] = ACTIONS(930), - [anon_sym___clrcall] = ACTIONS(930), - [anon_sym___stdcall] = ACTIONS(930), - [anon_sym___fastcall] = ACTIONS(930), - [anon_sym___thiscall] = ACTIONS(930), - [anon_sym___vectorcall] = ACTIONS(930), - [anon_sym_LBRACE] = ACTIONS(932), - [anon_sym_static] = ACTIONS(930), - [anon_sym_auto] = ACTIONS(930), - [anon_sym_register] = ACTIONS(930), - [anon_sym_inline] = ACTIONS(930), - [anon_sym_const] = ACTIONS(930), - [anon_sym_volatile] = ACTIONS(930), - [anon_sym_restrict] = ACTIONS(930), - [anon_sym___restrict__] = ACTIONS(930), - [anon_sym__Atomic] = ACTIONS(930), - [anon_sym__Noreturn] = ACTIONS(930), - [anon_sym_signed] = ACTIONS(930), - [anon_sym_unsigned] = ACTIONS(930), - [anon_sym_long] = ACTIONS(930), - [anon_sym_short] = ACTIONS(930), - [sym_primitive_type] = ACTIONS(930), - [anon_sym_enum] = ACTIONS(930), - [anon_sym_struct] = ACTIONS(930), - [anon_sym_union] = ACTIONS(930), - [anon_sym_if] = ACTIONS(930), - [anon_sym_else] = ACTIONS(930), - [anon_sym_switch] = ACTIONS(930), - [anon_sym_case] = ACTIONS(930), - [anon_sym_default] = ACTIONS(930), - [anon_sym_while] = ACTIONS(930), - [anon_sym_do] = ACTIONS(930), - [anon_sym_for] = ACTIONS(930), - [anon_sym_return] = ACTIONS(930), - [anon_sym_break] = ACTIONS(930), - [anon_sym_continue] = ACTIONS(930), - [anon_sym_goto] = ACTIONS(930), - [anon_sym_DASH_DASH] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(932), - [anon_sym_sizeof] = ACTIONS(930), - [anon_sym_offsetof] = ACTIONS(930), - [anon_sym__Generic] = ACTIONS(930), - [anon_sym_asm] = ACTIONS(930), - [anon_sym___asm__] = ACTIONS(930), - [sym_number_literal] = ACTIONS(932), - [anon_sym_L_SQUOTE] = ACTIONS(932), - [anon_sym_u_SQUOTE] = ACTIONS(932), - [anon_sym_U_SQUOTE] = ACTIONS(932), - [anon_sym_u8_SQUOTE] = ACTIONS(932), - [anon_sym_SQUOTE] = ACTIONS(932), - [anon_sym_L_DQUOTE] = ACTIONS(932), - [anon_sym_u_DQUOTE] = ACTIONS(932), - [anon_sym_U_DQUOTE] = ACTIONS(932), - [anon_sym_u8_DQUOTE] = ACTIONS(932), - [anon_sym_DQUOTE] = ACTIONS(932), - [sym_true] = ACTIONS(930), - [sym_false] = ACTIONS(930), - [sym_null] = ACTIONS(930), + [ts_builtin_sym_end] = ACTIONS(962), + [sym_identifier] = ACTIONS(960), + [aux_sym_preproc_include_token1] = ACTIONS(960), + [aux_sym_preproc_def_token1] = ACTIONS(960), + [aux_sym_preproc_if_token1] = ACTIONS(960), + [aux_sym_preproc_ifdef_token1] = ACTIONS(960), + [aux_sym_preproc_ifdef_token2] = ACTIONS(960), + [sym_preproc_directive] = ACTIONS(960), + [anon_sym_LPAREN2] = ACTIONS(962), + [anon_sym_BANG] = ACTIONS(962), + [anon_sym_TILDE] = ACTIONS(962), + [anon_sym_DASH] = ACTIONS(960), + [anon_sym_PLUS] = ACTIONS(960), + [anon_sym_STAR] = ACTIONS(962), + [anon_sym_AMP] = ACTIONS(962), + [anon_sym_SEMI] = ACTIONS(962), + [anon_sym_typedef] = ACTIONS(960), + [anon_sym_extern] = ACTIONS(960), + [anon_sym___attribute__] = ACTIONS(960), + [anon_sym_LBRACK_LBRACK] = ACTIONS(962), + [anon_sym___declspec] = ACTIONS(960), + [anon_sym___cdecl] = ACTIONS(960), + [anon_sym___clrcall] = ACTIONS(960), + [anon_sym___stdcall] = ACTIONS(960), + [anon_sym___fastcall] = ACTIONS(960), + [anon_sym___thiscall] = ACTIONS(960), + [anon_sym___vectorcall] = ACTIONS(960), + [anon_sym_LBRACE] = ACTIONS(962), + [anon_sym_static] = ACTIONS(960), + [anon_sym_auto] = ACTIONS(960), + [anon_sym_register] = ACTIONS(960), + [anon_sym_inline] = ACTIONS(960), + [anon_sym_const] = ACTIONS(960), + [anon_sym_volatile] = ACTIONS(960), + [anon_sym_restrict] = ACTIONS(960), + [anon_sym___restrict__] = ACTIONS(960), + [anon_sym__Atomic] = ACTIONS(960), + [anon_sym__Noreturn] = ACTIONS(960), + [anon_sym_signed] = ACTIONS(960), + [anon_sym_unsigned] = ACTIONS(960), + [anon_sym_long] = ACTIONS(960), + [anon_sym_short] = ACTIONS(960), + [sym_primitive_type] = ACTIONS(960), + [anon_sym_enum] = ACTIONS(960), + [anon_sym_struct] = ACTIONS(960), + [anon_sym_union] = ACTIONS(960), + [anon_sym_if] = ACTIONS(960), + [anon_sym_else] = ACTIONS(960), + [anon_sym_switch] = ACTIONS(960), + [anon_sym_case] = ACTIONS(960), + [anon_sym_default] = ACTIONS(960), + [anon_sym_while] = ACTIONS(960), + [anon_sym_do] = ACTIONS(960), + [anon_sym_for] = ACTIONS(960), + [anon_sym_return] = ACTIONS(960), + [anon_sym_break] = ACTIONS(960), + [anon_sym_continue] = ACTIONS(960), + [anon_sym_goto] = ACTIONS(960), + [anon_sym_DASH_DASH] = ACTIONS(962), + [anon_sym_PLUS_PLUS] = ACTIONS(962), + [anon_sym_sizeof] = ACTIONS(960), + [anon_sym_offsetof] = ACTIONS(960), + [anon_sym__Generic] = ACTIONS(960), + [anon_sym_asm] = ACTIONS(960), + [anon_sym___asm__] = ACTIONS(960), + [sym_number_literal] = ACTIONS(962), + [anon_sym_L_SQUOTE] = ACTIONS(962), + [anon_sym_u_SQUOTE] = ACTIONS(962), + [anon_sym_U_SQUOTE] = ACTIONS(962), + [anon_sym_u8_SQUOTE] = ACTIONS(962), + [anon_sym_SQUOTE] = ACTIONS(962), + [anon_sym_L_DQUOTE] = ACTIONS(962), + [anon_sym_u_DQUOTE] = ACTIONS(962), + [anon_sym_U_DQUOTE] = ACTIONS(962), + [anon_sym_u8_DQUOTE] = ACTIONS(962), + [anon_sym_DQUOTE] = ACTIONS(962), + [sym_true] = ACTIONS(960), + [sym_false] = ACTIONS(960), + [sym_null] = ACTIONS(960), [sym_comment] = ACTIONS(3), }, [205] = { - [sym_identifier] = ACTIONS(980), - [aux_sym_preproc_include_token1] = ACTIONS(980), - [aux_sym_preproc_def_token1] = ACTIONS(980), - [aux_sym_preproc_if_token1] = ACTIONS(980), - [aux_sym_preproc_ifdef_token1] = ACTIONS(980), - [aux_sym_preproc_ifdef_token2] = ACTIONS(980), - [sym_preproc_directive] = ACTIONS(980), - [anon_sym_LPAREN2] = ACTIONS(982), - [anon_sym_BANG] = ACTIONS(982), - [anon_sym_TILDE] = ACTIONS(982), - [anon_sym_DASH] = ACTIONS(980), - [anon_sym_PLUS] = ACTIONS(980), - [anon_sym_STAR] = ACTIONS(982), - [anon_sym_AMP] = ACTIONS(982), - [anon_sym_SEMI] = ACTIONS(982), - [anon_sym_typedef] = ACTIONS(980), - [anon_sym_extern] = ACTIONS(980), - [anon_sym___attribute__] = ACTIONS(980), - [anon_sym_LBRACK_LBRACK] = ACTIONS(982), - [anon_sym___declspec] = ACTIONS(980), - [anon_sym___cdecl] = ACTIONS(980), - [anon_sym___clrcall] = ACTIONS(980), - [anon_sym___stdcall] = ACTIONS(980), - [anon_sym___fastcall] = ACTIONS(980), - [anon_sym___thiscall] = ACTIONS(980), - [anon_sym___vectorcall] = ACTIONS(980), - [anon_sym_LBRACE] = ACTIONS(982), - [anon_sym_RBRACE] = ACTIONS(982), - [anon_sym_static] = ACTIONS(980), - [anon_sym_auto] = ACTIONS(980), - [anon_sym_register] = ACTIONS(980), - [anon_sym_inline] = ACTIONS(980), - [anon_sym_const] = ACTIONS(980), - [anon_sym_volatile] = ACTIONS(980), - [anon_sym_restrict] = ACTIONS(980), - [anon_sym___restrict__] = ACTIONS(980), - [anon_sym__Atomic] = ACTIONS(980), - [anon_sym__Noreturn] = ACTIONS(980), - [anon_sym_signed] = ACTIONS(980), - [anon_sym_unsigned] = ACTIONS(980), - [anon_sym_long] = ACTIONS(980), - [anon_sym_short] = ACTIONS(980), - [sym_primitive_type] = ACTIONS(980), - [anon_sym_enum] = ACTIONS(980), - [anon_sym_struct] = ACTIONS(980), - [anon_sym_union] = ACTIONS(980), - [anon_sym_if] = ACTIONS(980), - [anon_sym_else] = ACTIONS(980), - [anon_sym_switch] = ACTIONS(980), - [anon_sym_case] = ACTIONS(980), - [anon_sym_default] = ACTIONS(980), - [anon_sym_while] = ACTIONS(980), - [anon_sym_do] = ACTIONS(980), - [anon_sym_for] = ACTIONS(980), - [anon_sym_return] = ACTIONS(980), - [anon_sym_break] = ACTIONS(980), - [anon_sym_continue] = ACTIONS(980), - [anon_sym_goto] = ACTIONS(980), - [anon_sym_DASH_DASH] = ACTIONS(982), - [anon_sym_PLUS_PLUS] = ACTIONS(982), - [anon_sym_sizeof] = ACTIONS(980), - [anon_sym_offsetof] = ACTIONS(980), - [anon_sym__Generic] = ACTIONS(980), - [anon_sym_asm] = ACTIONS(980), - [anon_sym___asm__] = ACTIONS(980), - [sym_number_literal] = ACTIONS(982), - [anon_sym_L_SQUOTE] = ACTIONS(982), - [anon_sym_u_SQUOTE] = ACTIONS(982), - [anon_sym_U_SQUOTE] = ACTIONS(982), - [anon_sym_u8_SQUOTE] = ACTIONS(982), - [anon_sym_SQUOTE] = ACTIONS(982), - [anon_sym_L_DQUOTE] = ACTIONS(982), - [anon_sym_u_DQUOTE] = ACTIONS(982), - [anon_sym_U_DQUOTE] = ACTIONS(982), - [anon_sym_u8_DQUOTE] = ACTIONS(982), - [anon_sym_DQUOTE] = ACTIONS(982), - [sym_true] = ACTIONS(980), - [sym_false] = ACTIONS(980), - [sym_null] = ACTIONS(980), + [sym_identifier] = ACTIONS(1008), + [aux_sym_preproc_include_token1] = ACTIONS(1008), + [aux_sym_preproc_def_token1] = ACTIONS(1008), + [aux_sym_preproc_if_token1] = ACTIONS(1008), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1008), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1008), + [sym_preproc_directive] = ACTIONS(1008), + [anon_sym_LPAREN2] = ACTIONS(1010), + [anon_sym_BANG] = ACTIONS(1010), + [anon_sym_TILDE] = ACTIONS(1010), + [anon_sym_DASH] = ACTIONS(1008), + [anon_sym_PLUS] = ACTIONS(1008), + [anon_sym_STAR] = ACTIONS(1010), + [anon_sym_AMP] = ACTIONS(1010), + [anon_sym_SEMI] = ACTIONS(1010), + [anon_sym_typedef] = ACTIONS(1008), + [anon_sym_extern] = ACTIONS(1008), + [anon_sym___attribute__] = ACTIONS(1008), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1010), + [anon_sym___declspec] = ACTIONS(1008), + [anon_sym___cdecl] = ACTIONS(1008), + [anon_sym___clrcall] = ACTIONS(1008), + [anon_sym___stdcall] = ACTIONS(1008), + [anon_sym___fastcall] = ACTIONS(1008), + [anon_sym___thiscall] = ACTIONS(1008), + [anon_sym___vectorcall] = ACTIONS(1008), + [anon_sym_LBRACE] = ACTIONS(1010), + [anon_sym_RBRACE] = ACTIONS(1010), + [anon_sym_static] = ACTIONS(1008), + [anon_sym_auto] = ACTIONS(1008), + [anon_sym_register] = ACTIONS(1008), + [anon_sym_inline] = ACTIONS(1008), + [anon_sym_const] = ACTIONS(1008), + [anon_sym_volatile] = ACTIONS(1008), + [anon_sym_restrict] = ACTIONS(1008), + [anon_sym___restrict__] = ACTIONS(1008), + [anon_sym__Atomic] = ACTIONS(1008), + [anon_sym__Noreturn] = ACTIONS(1008), + [anon_sym_signed] = ACTIONS(1008), + [anon_sym_unsigned] = ACTIONS(1008), + [anon_sym_long] = ACTIONS(1008), + [anon_sym_short] = ACTIONS(1008), + [sym_primitive_type] = ACTIONS(1008), + [anon_sym_enum] = ACTIONS(1008), + [anon_sym_struct] = ACTIONS(1008), + [anon_sym_union] = ACTIONS(1008), + [anon_sym_if] = ACTIONS(1008), + [anon_sym_else] = ACTIONS(1008), + [anon_sym_switch] = ACTIONS(1008), + [anon_sym_case] = ACTIONS(1008), + [anon_sym_default] = ACTIONS(1008), + [anon_sym_while] = ACTIONS(1008), + [anon_sym_do] = ACTIONS(1008), + [anon_sym_for] = ACTIONS(1008), + [anon_sym_return] = ACTIONS(1008), + [anon_sym_break] = ACTIONS(1008), + [anon_sym_continue] = ACTIONS(1008), + [anon_sym_goto] = ACTIONS(1008), + [anon_sym_DASH_DASH] = ACTIONS(1010), + [anon_sym_PLUS_PLUS] = ACTIONS(1010), + [anon_sym_sizeof] = ACTIONS(1008), + [anon_sym_offsetof] = ACTIONS(1008), + [anon_sym__Generic] = ACTIONS(1008), + [anon_sym_asm] = ACTIONS(1008), + [anon_sym___asm__] = ACTIONS(1008), + [sym_number_literal] = ACTIONS(1010), + [anon_sym_L_SQUOTE] = ACTIONS(1010), + [anon_sym_u_SQUOTE] = ACTIONS(1010), + [anon_sym_U_SQUOTE] = ACTIONS(1010), + [anon_sym_u8_SQUOTE] = ACTIONS(1010), + [anon_sym_SQUOTE] = ACTIONS(1010), + [anon_sym_L_DQUOTE] = ACTIONS(1010), + [anon_sym_u_DQUOTE] = ACTIONS(1010), + [anon_sym_U_DQUOTE] = ACTIONS(1010), + [anon_sym_u8_DQUOTE] = ACTIONS(1010), + [anon_sym_DQUOTE] = ACTIONS(1010), + [sym_true] = ACTIONS(1008), + [sym_false] = ACTIONS(1008), + [sym_null] = ACTIONS(1008), [sym_comment] = ACTIONS(3), }, [206] = { - [sym_identifier] = ACTIONS(918), - [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(920), - [anon_sym_BANG] = ACTIONS(920), - [anon_sym_TILDE] = ACTIONS(920), - [anon_sym_DASH] = ACTIONS(918), - [anon_sym_PLUS] = ACTIONS(918), - [anon_sym_STAR] = ACTIONS(920), - [anon_sym_AMP] = ACTIONS(920), - [anon_sym_SEMI] = ACTIONS(920), - [anon_sym_typedef] = ACTIONS(918), - [anon_sym_extern] = ACTIONS(918), - [anon_sym___attribute__] = ACTIONS(918), - [anon_sym_LBRACK_LBRACK] = ACTIONS(920), - [anon_sym___declspec] = ACTIONS(918), - [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(920), - [anon_sym_RBRACE] = ACTIONS(920), - [anon_sym_static] = ACTIONS(918), - [anon_sym_auto] = ACTIONS(918), - [anon_sym_register] = ACTIONS(918), - [anon_sym_inline] = ACTIONS(918), - [anon_sym_const] = ACTIONS(918), - [anon_sym_volatile] = ACTIONS(918), - [anon_sym_restrict] = ACTIONS(918), - [anon_sym___restrict__] = ACTIONS(918), - [anon_sym__Atomic] = ACTIONS(918), - [anon_sym__Noreturn] = ACTIONS(918), - [anon_sym_signed] = ACTIONS(918), - [anon_sym_unsigned] = ACTIONS(918), - [anon_sym_long] = ACTIONS(918), - [anon_sym_short] = ACTIONS(918), - [sym_primitive_type] = ACTIONS(918), - [anon_sym_enum] = ACTIONS(918), - [anon_sym_struct] = ACTIONS(918), - [anon_sym_union] = ACTIONS(918), - [anon_sym_if] = ACTIONS(918), - [anon_sym_else] = ACTIONS(918), - [anon_sym_switch] = ACTIONS(918), - [anon_sym_case] = ACTIONS(918), - [anon_sym_default] = ACTIONS(918), - [anon_sym_while] = ACTIONS(918), - [anon_sym_do] = ACTIONS(918), - [anon_sym_for] = ACTIONS(918), - [anon_sym_return] = ACTIONS(918), - [anon_sym_break] = ACTIONS(918), - [anon_sym_continue] = ACTIONS(918), - [anon_sym_goto] = ACTIONS(918), - [anon_sym_DASH_DASH] = ACTIONS(920), - [anon_sym_PLUS_PLUS] = ACTIONS(920), - [anon_sym_sizeof] = ACTIONS(918), - [anon_sym_offsetof] = ACTIONS(918), - [anon_sym__Generic] = ACTIONS(918), - [anon_sym_asm] = ACTIONS(918), - [anon_sym___asm__] = ACTIONS(918), - [sym_number_literal] = ACTIONS(920), - [anon_sym_L_SQUOTE] = ACTIONS(920), - [anon_sym_u_SQUOTE] = ACTIONS(920), - [anon_sym_U_SQUOTE] = ACTIONS(920), - [anon_sym_u8_SQUOTE] = ACTIONS(920), - [anon_sym_SQUOTE] = ACTIONS(920), - [anon_sym_L_DQUOTE] = ACTIONS(920), - [anon_sym_u_DQUOTE] = ACTIONS(920), - [anon_sym_U_DQUOTE] = ACTIONS(920), - [anon_sym_u8_DQUOTE] = ACTIONS(920), - [anon_sym_DQUOTE] = ACTIONS(920), - [sym_true] = ACTIONS(918), - [sym_false] = ACTIONS(918), - [sym_null] = ACTIONS(918), - [sym_comment] = ACTIONS(3), - }, - [207] = { - [sym_identifier] = ACTIONS(934), - [aux_sym_preproc_include_token1] = ACTIONS(934), - [aux_sym_preproc_def_token1] = ACTIONS(934), - [aux_sym_preproc_if_token1] = ACTIONS(934), - [aux_sym_preproc_if_token2] = ACTIONS(934), - [aux_sym_preproc_ifdef_token1] = ACTIONS(934), - [aux_sym_preproc_ifdef_token2] = ACTIONS(934), - [sym_preproc_directive] = ACTIONS(934), - [anon_sym_LPAREN2] = ACTIONS(936), - [anon_sym_BANG] = ACTIONS(936), - [anon_sym_TILDE] = ACTIONS(936), - [anon_sym_DASH] = ACTIONS(934), - [anon_sym_PLUS] = ACTIONS(934), - [anon_sym_STAR] = ACTIONS(936), - [anon_sym_AMP] = ACTIONS(936), - [anon_sym_SEMI] = ACTIONS(936), - [anon_sym_typedef] = ACTIONS(934), - [anon_sym_extern] = ACTIONS(934), - [anon_sym___attribute__] = ACTIONS(934), - [anon_sym_LBRACK_LBRACK] = ACTIONS(936), - [anon_sym___declspec] = ACTIONS(934), - [anon_sym___cdecl] = ACTIONS(934), - [anon_sym___clrcall] = ACTIONS(934), - [anon_sym___stdcall] = ACTIONS(934), - [anon_sym___fastcall] = ACTIONS(934), - [anon_sym___thiscall] = ACTIONS(934), - [anon_sym___vectorcall] = ACTIONS(934), - [anon_sym_LBRACE] = ACTIONS(936), - [anon_sym_static] = ACTIONS(934), - [anon_sym_auto] = ACTIONS(934), - [anon_sym_register] = ACTIONS(934), - [anon_sym_inline] = ACTIONS(934), - [anon_sym_const] = ACTIONS(934), - [anon_sym_volatile] = ACTIONS(934), - [anon_sym_restrict] = ACTIONS(934), - [anon_sym___restrict__] = ACTIONS(934), - [anon_sym__Atomic] = ACTIONS(934), - [anon_sym__Noreturn] = ACTIONS(934), - [anon_sym_signed] = ACTIONS(934), - [anon_sym_unsigned] = ACTIONS(934), - [anon_sym_long] = ACTIONS(934), - [anon_sym_short] = ACTIONS(934), - [sym_primitive_type] = ACTIONS(934), - [anon_sym_enum] = ACTIONS(934), - [anon_sym_struct] = ACTIONS(934), - [anon_sym_union] = ACTIONS(934), - [anon_sym_if] = ACTIONS(934), - [anon_sym_else] = ACTIONS(1368), - [anon_sym_switch] = ACTIONS(934), - [anon_sym_case] = ACTIONS(934), - [anon_sym_default] = ACTIONS(934), - [anon_sym_while] = ACTIONS(934), - [anon_sym_do] = ACTIONS(934), - [anon_sym_for] = ACTIONS(934), - [anon_sym_return] = ACTIONS(934), - [anon_sym_break] = ACTIONS(934), - [anon_sym_continue] = ACTIONS(934), - [anon_sym_goto] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(936), - [anon_sym_PLUS_PLUS] = ACTIONS(936), - [anon_sym_sizeof] = ACTIONS(934), - [anon_sym_offsetof] = ACTIONS(934), - [anon_sym__Generic] = ACTIONS(934), - [anon_sym_asm] = ACTIONS(934), - [anon_sym___asm__] = ACTIONS(934), - [sym_number_literal] = ACTIONS(936), - [anon_sym_L_SQUOTE] = ACTIONS(936), - [anon_sym_u_SQUOTE] = ACTIONS(936), - [anon_sym_U_SQUOTE] = ACTIONS(936), - [anon_sym_u8_SQUOTE] = ACTIONS(936), - [anon_sym_SQUOTE] = ACTIONS(936), - [anon_sym_L_DQUOTE] = ACTIONS(936), - [anon_sym_u_DQUOTE] = ACTIONS(936), - [anon_sym_U_DQUOTE] = ACTIONS(936), - [anon_sym_u8_DQUOTE] = ACTIONS(936), - [anon_sym_DQUOTE] = ACTIONS(936), - [sym_true] = ACTIONS(934), - [sym_false] = ACTIONS(934), - [sym_null] = ACTIONS(934), - [sym_comment] = ACTIONS(3), - }, - [208] = { - [ts_builtin_sym_end] = ACTIONS(982), - [sym_identifier] = ACTIONS(980), - [aux_sym_preproc_include_token1] = ACTIONS(980), - [aux_sym_preproc_def_token1] = ACTIONS(980), - [aux_sym_preproc_if_token1] = ACTIONS(980), - [aux_sym_preproc_ifdef_token1] = ACTIONS(980), - [aux_sym_preproc_ifdef_token2] = ACTIONS(980), - [sym_preproc_directive] = ACTIONS(980), - [anon_sym_LPAREN2] = ACTIONS(982), - [anon_sym_BANG] = ACTIONS(982), - [anon_sym_TILDE] = ACTIONS(982), - [anon_sym_DASH] = ACTIONS(980), - [anon_sym_PLUS] = ACTIONS(980), - [anon_sym_STAR] = ACTIONS(982), - [anon_sym_AMP] = ACTIONS(982), - [anon_sym_SEMI] = ACTIONS(982), - [anon_sym_typedef] = ACTIONS(980), - [anon_sym_extern] = ACTIONS(980), - [anon_sym___attribute__] = ACTIONS(980), - [anon_sym_LBRACK_LBRACK] = ACTIONS(982), - [anon_sym___declspec] = ACTIONS(980), - [anon_sym___cdecl] = ACTIONS(980), - [anon_sym___clrcall] = ACTIONS(980), - [anon_sym___stdcall] = ACTIONS(980), - [anon_sym___fastcall] = ACTIONS(980), - [anon_sym___thiscall] = ACTIONS(980), - [anon_sym___vectorcall] = ACTIONS(980), - [anon_sym_LBRACE] = ACTIONS(982), - [anon_sym_static] = ACTIONS(980), - [anon_sym_auto] = ACTIONS(980), - [anon_sym_register] = ACTIONS(980), - [anon_sym_inline] = ACTIONS(980), - [anon_sym_const] = ACTIONS(980), - [anon_sym_volatile] = ACTIONS(980), - [anon_sym_restrict] = ACTIONS(980), - [anon_sym___restrict__] = ACTIONS(980), - [anon_sym__Atomic] = ACTIONS(980), - [anon_sym__Noreturn] = ACTIONS(980), - [anon_sym_signed] = ACTIONS(980), - [anon_sym_unsigned] = ACTIONS(980), - [anon_sym_long] = ACTIONS(980), - [anon_sym_short] = ACTIONS(980), - [sym_primitive_type] = ACTIONS(980), - [anon_sym_enum] = ACTIONS(980), - [anon_sym_struct] = ACTIONS(980), - [anon_sym_union] = ACTIONS(980), - [anon_sym_if] = ACTIONS(980), - [anon_sym_else] = ACTIONS(980), - [anon_sym_switch] = ACTIONS(980), - [anon_sym_case] = ACTIONS(980), - [anon_sym_default] = ACTIONS(980), - [anon_sym_while] = ACTIONS(980), - [anon_sym_do] = ACTIONS(980), - [anon_sym_for] = ACTIONS(980), - [anon_sym_return] = ACTIONS(980), - [anon_sym_break] = ACTIONS(980), - [anon_sym_continue] = ACTIONS(980), - [anon_sym_goto] = ACTIONS(980), - [anon_sym_DASH_DASH] = ACTIONS(982), - [anon_sym_PLUS_PLUS] = ACTIONS(982), - [anon_sym_sizeof] = ACTIONS(980), - [anon_sym_offsetof] = ACTIONS(980), - [anon_sym__Generic] = ACTIONS(980), - [anon_sym_asm] = ACTIONS(980), - [anon_sym___asm__] = ACTIONS(980), - [sym_number_literal] = ACTIONS(982), - [anon_sym_L_SQUOTE] = ACTIONS(982), - [anon_sym_u_SQUOTE] = ACTIONS(982), - [anon_sym_U_SQUOTE] = ACTIONS(982), - [anon_sym_u8_SQUOTE] = ACTIONS(982), - [anon_sym_SQUOTE] = ACTIONS(982), - [anon_sym_L_DQUOTE] = ACTIONS(982), - [anon_sym_u_DQUOTE] = ACTIONS(982), - [anon_sym_U_DQUOTE] = ACTIONS(982), - [anon_sym_u8_DQUOTE] = ACTIONS(982), - [anon_sym_DQUOTE] = ACTIONS(982), - [sym_true] = ACTIONS(980), - [sym_false] = ACTIONS(980), - [sym_null] = ACTIONS(980), - [sym_comment] = ACTIONS(3), - }, - [209] = { - [sym_identifier] = ACTIONS(1004), - [aux_sym_preproc_include_token1] = ACTIONS(1004), - [aux_sym_preproc_def_token1] = ACTIONS(1004), - [aux_sym_preproc_if_token1] = ACTIONS(1004), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1004), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1004), - [sym_preproc_directive] = ACTIONS(1004), - [anon_sym_LPAREN2] = ACTIONS(1006), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1006), - [anon_sym_DASH] = ACTIONS(1004), - [anon_sym_PLUS] = ACTIONS(1004), - [anon_sym_STAR] = ACTIONS(1006), - [anon_sym_AMP] = ACTIONS(1006), - [anon_sym_SEMI] = ACTIONS(1006), - [anon_sym_typedef] = ACTIONS(1004), - [anon_sym_extern] = ACTIONS(1004), - [anon_sym___attribute__] = ACTIONS(1004), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1006), - [anon_sym___declspec] = ACTIONS(1004), - [anon_sym___cdecl] = ACTIONS(1004), - [anon_sym___clrcall] = ACTIONS(1004), - [anon_sym___stdcall] = ACTIONS(1004), - [anon_sym___fastcall] = ACTIONS(1004), - [anon_sym___thiscall] = ACTIONS(1004), - [anon_sym___vectorcall] = ACTIONS(1004), - [anon_sym_LBRACE] = ACTIONS(1006), - [anon_sym_RBRACE] = ACTIONS(1006), - [anon_sym_static] = ACTIONS(1004), - [anon_sym_auto] = ACTIONS(1004), - [anon_sym_register] = ACTIONS(1004), - [anon_sym_inline] = ACTIONS(1004), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym___restrict__] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym__Noreturn] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(1004), - [anon_sym_unsigned] = ACTIONS(1004), - [anon_sym_long] = ACTIONS(1004), - [anon_sym_short] = ACTIONS(1004), - [sym_primitive_type] = ACTIONS(1004), - [anon_sym_enum] = ACTIONS(1004), - [anon_sym_struct] = ACTIONS(1004), - [anon_sym_union] = ACTIONS(1004), - [anon_sym_if] = ACTIONS(1004), - [anon_sym_else] = ACTIONS(1004), - [anon_sym_switch] = ACTIONS(1004), - [anon_sym_case] = ACTIONS(1004), - [anon_sym_default] = ACTIONS(1004), - [anon_sym_while] = ACTIONS(1004), - [anon_sym_do] = ACTIONS(1004), - [anon_sym_for] = ACTIONS(1004), - [anon_sym_return] = ACTIONS(1004), - [anon_sym_break] = ACTIONS(1004), - [anon_sym_continue] = ACTIONS(1004), - [anon_sym_goto] = ACTIONS(1004), - [anon_sym_DASH_DASH] = ACTIONS(1006), - [anon_sym_PLUS_PLUS] = ACTIONS(1006), - [anon_sym_sizeof] = ACTIONS(1004), - [anon_sym_offsetof] = ACTIONS(1004), - [anon_sym__Generic] = ACTIONS(1004), - [anon_sym_asm] = ACTIONS(1004), - [anon_sym___asm__] = ACTIONS(1004), - [sym_number_literal] = ACTIONS(1006), - [anon_sym_L_SQUOTE] = ACTIONS(1006), - [anon_sym_u_SQUOTE] = ACTIONS(1006), - [anon_sym_U_SQUOTE] = ACTIONS(1006), - [anon_sym_u8_SQUOTE] = ACTIONS(1006), - [anon_sym_SQUOTE] = ACTIONS(1006), - [anon_sym_L_DQUOTE] = ACTIONS(1006), - [anon_sym_u_DQUOTE] = ACTIONS(1006), - [anon_sym_U_DQUOTE] = ACTIONS(1006), - [anon_sym_u8_DQUOTE] = ACTIONS(1006), - [anon_sym_DQUOTE] = ACTIONS(1006), - [sym_true] = ACTIONS(1004), - [sym_false] = ACTIONS(1004), - [sym_null] = ACTIONS(1004), + [sym_identifier] = ACTIONS(914), + [aux_sym_preproc_include_token1] = ACTIONS(914), + [aux_sym_preproc_def_token1] = ACTIONS(914), + [aux_sym_preproc_if_token1] = ACTIONS(914), + [aux_sym_preproc_if_token2] = ACTIONS(914), + [aux_sym_preproc_ifdef_token1] = ACTIONS(914), + [aux_sym_preproc_ifdef_token2] = ACTIONS(914), + [sym_preproc_directive] = ACTIONS(914), + [anon_sym_LPAREN2] = ACTIONS(916), + [anon_sym_BANG] = ACTIONS(916), + [anon_sym_TILDE] = ACTIONS(916), + [anon_sym_DASH] = ACTIONS(914), + [anon_sym_PLUS] = ACTIONS(914), + [anon_sym_STAR] = ACTIONS(916), + [anon_sym_AMP] = ACTIONS(916), + [anon_sym_SEMI] = ACTIONS(916), + [anon_sym_typedef] = ACTIONS(914), + [anon_sym_extern] = ACTIONS(914), + [anon_sym___attribute__] = ACTIONS(914), + [anon_sym_LBRACK_LBRACK] = ACTIONS(916), + [anon_sym___declspec] = ACTIONS(914), + [anon_sym___cdecl] = ACTIONS(914), + [anon_sym___clrcall] = ACTIONS(914), + [anon_sym___stdcall] = ACTIONS(914), + [anon_sym___fastcall] = ACTIONS(914), + [anon_sym___thiscall] = ACTIONS(914), + [anon_sym___vectorcall] = ACTIONS(914), + [anon_sym_LBRACE] = ACTIONS(916), + [anon_sym_static] = ACTIONS(914), + [anon_sym_auto] = ACTIONS(914), + [anon_sym_register] = ACTIONS(914), + [anon_sym_inline] = ACTIONS(914), + [anon_sym_const] = ACTIONS(914), + [anon_sym_volatile] = ACTIONS(914), + [anon_sym_restrict] = ACTIONS(914), + [anon_sym___restrict__] = ACTIONS(914), + [anon_sym__Atomic] = ACTIONS(914), + [anon_sym__Noreturn] = ACTIONS(914), + [anon_sym_signed] = ACTIONS(914), + [anon_sym_unsigned] = ACTIONS(914), + [anon_sym_long] = ACTIONS(914), + [anon_sym_short] = ACTIONS(914), + [sym_primitive_type] = ACTIONS(914), + [anon_sym_enum] = ACTIONS(914), + [anon_sym_struct] = ACTIONS(914), + [anon_sym_union] = ACTIONS(914), + [anon_sym_if] = ACTIONS(914), + [anon_sym_else] = ACTIONS(914), + [anon_sym_switch] = ACTIONS(914), + [anon_sym_case] = ACTIONS(914), + [anon_sym_default] = ACTIONS(914), + [anon_sym_while] = ACTIONS(914), + [anon_sym_do] = ACTIONS(914), + [anon_sym_for] = ACTIONS(914), + [anon_sym_return] = ACTIONS(914), + [anon_sym_break] = ACTIONS(914), + [anon_sym_continue] = ACTIONS(914), + [anon_sym_goto] = ACTIONS(914), + [anon_sym_DASH_DASH] = ACTIONS(916), + [anon_sym_PLUS_PLUS] = ACTIONS(916), + [anon_sym_sizeof] = ACTIONS(914), + [anon_sym_offsetof] = ACTIONS(914), + [anon_sym__Generic] = ACTIONS(914), + [anon_sym_asm] = ACTIONS(914), + [anon_sym___asm__] = ACTIONS(914), + [sym_number_literal] = ACTIONS(916), + [anon_sym_L_SQUOTE] = ACTIONS(916), + [anon_sym_u_SQUOTE] = ACTIONS(916), + [anon_sym_U_SQUOTE] = ACTIONS(916), + [anon_sym_u8_SQUOTE] = ACTIONS(916), + [anon_sym_SQUOTE] = ACTIONS(916), + [anon_sym_L_DQUOTE] = ACTIONS(916), + [anon_sym_u_DQUOTE] = ACTIONS(916), + [anon_sym_U_DQUOTE] = ACTIONS(916), + [anon_sym_u8_DQUOTE] = ACTIONS(916), + [anon_sym_DQUOTE] = ACTIONS(916), + [sym_true] = ACTIONS(914), + [sym_false] = ACTIONS(914), + [sym_null] = ACTIONS(914), [sym_comment] = ACTIONS(3), }, - [210] = { - [sym_identifier] = ACTIONS(1040), - [aux_sym_preproc_include_token1] = ACTIONS(1040), - [aux_sym_preproc_def_token1] = ACTIONS(1040), - [aux_sym_preproc_if_token1] = ACTIONS(1040), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1040), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1040), - [sym_preproc_directive] = ACTIONS(1040), - [anon_sym_LPAREN2] = ACTIONS(1042), - [anon_sym_BANG] = ACTIONS(1042), - [anon_sym_TILDE] = ACTIONS(1042), - [anon_sym_DASH] = ACTIONS(1040), - [anon_sym_PLUS] = ACTIONS(1040), - [anon_sym_STAR] = ACTIONS(1042), - [anon_sym_AMP] = ACTIONS(1042), - [anon_sym_SEMI] = ACTIONS(1042), - [anon_sym_typedef] = ACTIONS(1040), - [anon_sym_extern] = ACTIONS(1040), - [anon_sym___attribute__] = ACTIONS(1040), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1042), - [anon_sym___declspec] = ACTIONS(1040), - [anon_sym___cdecl] = ACTIONS(1040), - [anon_sym___clrcall] = ACTIONS(1040), - [anon_sym___stdcall] = ACTIONS(1040), - [anon_sym___fastcall] = ACTIONS(1040), - [anon_sym___thiscall] = ACTIONS(1040), - [anon_sym___vectorcall] = ACTIONS(1040), - [anon_sym_LBRACE] = ACTIONS(1042), - [anon_sym_RBRACE] = ACTIONS(1042), - [anon_sym_static] = ACTIONS(1040), - [anon_sym_auto] = ACTIONS(1040), - [anon_sym_register] = ACTIONS(1040), - [anon_sym_inline] = ACTIONS(1040), - [anon_sym_const] = ACTIONS(1040), - [anon_sym_volatile] = ACTIONS(1040), - [anon_sym_restrict] = ACTIONS(1040), - [anon_sym___restrict__] = ACTIONS(1040), - [anon_sym__Atomic] = ACTIONS(1040), - [anon_sym__Noreturn] = ACTIONS(1040), - [anon_sym_signed] = ACTIONS(1040), - [anon_sym_unsigned] = ACTIONS(1040), - [anon_sym_long] = ACTIONS(1040), - [anon_sym_short] = ACTIONS(1040), - [sym_primitive_type] = ACTIONS(1040), - [anon_sym_enum] = ACTIONS(1040), - [anon_sym_struct] = ACTIONS(1040), - [anon_sym_union] = ACTIONS(1040), - [anon_sym_if] = ACTIONS(1040), - [anon_sym_else] = ACTIONS(1040), - [anon_sym_switch] = ACTIONS(1040), - [anon_sym_case] = ACTIONS(1040), - [anon_sym_default] = ACTIONS(1040), - [anon_sym_while] = ACTIONS(1040), - [anon_sym_do] = ACTIONS(1040), - [anon_sym_for] = ACTIONS(1040), - [anon_sym_return] = ACTIONS(1040), - [anon_sym_break] = ACTIONS(1040), - [anon_sym_continue] = ACTIONS(1040), - [anon_sym_goto] = ACTIONS(1040), - [anon_sym_DASH_DASH] = ACTIONS(1042), - [anon_sym_PLUS_PLUS] = ACTIONS(1042), - [anon_sym_sizeof] = ACTIONS(1040), - [anon_sym_offsetof] = ACTIONS(1040), - [anon_sym__Generic] = ACTIONS(1040), - [anon_sym_asm] = ACTIONS(1040), - [anon_sym___asm__] = ACTIONS(1040), - [sym_number_literal] = ACTIONS(1042), - [anon_sym_L_SQUOTE] = ACTIONS(1042), - [anon_sym_u_SQUOTE] = ACTIONS(1042), - [anon_sym_U_SQUOTE] = ACTIONS(1042), - [anon_sym_u8_SQUOTE] = ACTIONS(1042), - [anon_sym_SQUOTE] = ACTIONS(1042), - [anon_sym_L_DQUOTE] = ACTIONS(1042), - [anon_sym_u_DQUOTE] = ACTIONS(1042), - [anon_sym_U_DQUOTE] = ACTIONS(1042), - [anon_sym_u8_DQUOTE] = ACTIONS(1042), - [anon_sym_DQUOTE] = ACTIONS(1042), - [sym_true] = ACTIONS(1040), - [sym_false] = ACTIONS(1040), - [sym_null] = ACTIONS(1040), + [207] = { + [ts_builtin_sym_end] = ACTIONS(1018), + [sym_identifier] = ACTIONS(1016), + [aux_sym_preproc_include_token1] = ACTIONS(1016), + [aux_sym_preproc_def_token1] = ACTIONS(1016), + [aux_sym_preproc_if_token1] = ACTIONS(1016), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1016), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1016), + [sym_preproc_directive] = ACTIONS(1016), + [anon_sym_LPAREN2] = ACTIONS(1018), + [anon_sym_BANG] = ACTIONS(1018), + [anon_sym_TILDE] = ACTIONS(1018), + [anon_sym_DASH] = ACTIONS(1016), + [anon_sym_PLUS] = ACTIONS(1016), + [anon_sym_STAR] = ACTIONS(1018), + [anon_sym_AMP] = ACTIONS(1018), + [anon_sym_SEMI] = ACTIONS(1018), + [anon_sym_typedef] = ACTIONS(1016), + [anon_sym_extern] = ACTIONS(1016), + [anon_sym___attribute__] = ACTIONS(1016), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1018), + [anon_sym___declspec] = ACTIONS(1016), + [anon_sym___cdecl] = ACTIONS(1016), + [anon_sym___clrcall] = ACTIONS(1016), + [anon_sym___stdcall] = ACTIONS(1016), + [anon_sym___fastcall] = ACTIONS(1016), + [anon_sym___thiscall] = ACTIONS(1016), + [anon_sym___vectorcall] = ACTIONS(1016), + [anon_sym_LBRACE] = ACTIONS(1018), + [anon_sym_static] = ACTIONS(1016), + [anon_sym_auto] = ACTIONS(1016), + [anon_sym_register] = ACTIONS(1016), + [anon_sym_inline] = ACTIONS(1016), + [anon_sym_const] = ACTIONS(1016), + [anon_sym_volatile] = ACTIONS(1016), + [anon_sym_restrict] = ACTIONS(1016), + [anon_sym___restrict__] = ACTIONS(1016), + [anon_sym__Atomic] = ACTIONS(1016), + [anon_sym__Noreturn] = ACTIONS(1016), + [anon_sym_signed] = ACTIONS(1016), + [anon_sym_unsigned] = ACTIONS(1016), + [anon_sym_long] = ACTIONS(1016), + [anon_sym_short] = ACTIONS(1016), + [sym_primitive_type] = ACTIONS(1016), + [anon_sym_enum] = ACTIONS(1016), + [anon_sym_struct] = ACTIONS(1016), + [anon_sym_union] = ACTIONS(1016), + [anon_sym_if] = ACTIONS(1016), + [anon_sym_else] = ACTIONS(1016), + [anon_sym_switch] = ACTIONS(1016), + [anon_sym_case] = ACTIONS(1016), + [anon_sym_default] = ACTIONS(1016), + [anon_sym_while] = ACTIONS(1016), + [anon_sym_do] = ACTIONS(1016), + [anon_sym_for] = ACTIONS(1016), + [anon_sym_return] = ACTIONS(1016), + [anon_sym_break] = ACTIONS(1016), + [anon_sym_continue] = ACTIONS(1016), + [anon_sym_goto] = ACTIONS(1016), + [anon_sym_DASH_DASH] = ACTIONS(1018), + [anon_sym_PLUS_PLUS] = ACTIONS(1018), + [anon_sym_sizeof] = ACTIONS(1016), + [anon_sym_offsetof] = ACTIONS(1016), + [anon_sym__Generic] = ACTIONS(1016), + [anon_sym_asm] = ACTIONS(1016), + [anon_sym___asm__] = ACTIONS(1016), + [sym_number_literal] = ACTIONS(1018), + [anon_sym_L_SQUOTE] = ACTIONS(1018), + [anon_sym_u_SQUOTE] = ACTIONS(1018), + [anon_sym_U_SQUOTE] = ACTIONS(1018), + [anon_sym_u8_SQUOTE] = ACTIONS(1018), + [anon_sym_SQUOTE] = ACTIONS(1018), + [anon_sym_L_DQUOTE] = ACTIONS(1018), + [anon_sym_u_DQUOTE] = ACTIONS(1018), + [anon_sym_U_DQUOTE] = ACTIONS(1018), + [anon_sym_u8_DQUOTE] = ACTIONS(1018), + [anon_sym_DQUOTE] = ACTIONS(1018), + [sym_true] = ACTIONS(1016), + [sym_false] = ACTIONS(1016), + [sym_null] = ACTIONS(1016), [sym_comment] = ACTIONS(3), }, - [211] = { - [sym_identifier] = ACTIONS(1044), - [aux_sym_preproc_include_token1] = ACTIONS(1044), - [aux_sym_preproc_def_token1] = ACTIONS(1044), - [aux_sym_preproc_if_token1] = ACTIONS(1044), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1044), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1044), - [sym_preproc_directive] = ACTIONS(1044), - [anon_sym_LPAREN2] = ACTIONS(1046), - [anon_sym_BANG] = ACTIONS(1046), - [anon_sym_TILDE] = ACTIONS(1046), - [anon_sym_DASH] = ACTIONS(1044), - [anon_sym_PLUS] = ACTIONS(1044), - [anon_sym_STAR] = ACTIONS(1046), - [anon_sym_AMP] = ACTIONS(1046), - [anon_sym_SEMI] = ACTIONS(1046), - [anon_sym_typedef] = ACTIONS(1044), - [anon_sym_extern] = ACTIONS(1044), - [anon_sym___attribute__] = ACTIONS(1044), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1046), - [anon_sym___declspec] = ACTIONS(1044), - [anon_sym___cdecl] = ACTIONS(1044), - [anon_sym___clrcall] = ACTIONS(1044), - [anon_sym___stdcall] = ACTIONS(1044), - [anon_sym___fastcall] = ACTIONS(1044), - [anon_sym___thiscall] = ACTIONS(1044), - [anon_sym___vectorcall] = ACTIONS(1044), - [anon_sym_LBRACE] = ACTIONS(1046), - [anon_sym_RBRACE] = ACTIONS(1046), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_auto] = ACTIONS(1044), - [anon_sym_register] = ACTIONS(1044), - [anon_sym_inline] = ACTIONS(1044), - [anon_sym_const] = ACTIONS(1044), - [anon_sym_volatile] = ACTIONS(1044), - [anon_sym_restrict] = ACTIONS(1044), - [anon_sym___restrict__] = ACTIONS(1044), - [anon_sym__Atomic] = ACTIONS(1044), - [anon_sym__Noreturn] = ACTIONS(1044), - [anon_sym_signed] = ACTIONS(1044), - [anon_sym_unsigned] = ACTIONS(1044), - [anon_sym_long] = ACTIONS(1044), - [anon_sym_short] = ACTIONS(1044), - [sym_primitive_type] = ACTIONS(1044), - [anon_sym_enum] = ACTIONS(1044), - [anon_sym_struct] = ACTIONS(1044), - [anon_sym_union] = ACTIONS(1044), - [anon_sym_if] = ACTIONS(1044), - [anon_sym_else] = ACTIONS(1044), - [anon_sym_switch] = ACTIONS(1044), - [anon_sym_case] = ACTIONS(1044), - [anon_sym_default] = ACTIONS(1044), - [anon_sym_while] = ACTIONS(1044), - [anon_sym_do] = ACTIONS(1044), - [anon_sym_for] = ACTIONS(1044), - [anon_sym_return] = ACTIONS(1044), - [anon_sym_break] = ACTIONS(1044), - [anon_sym_continue] = ACTIONS(1044), - [anon_sym_goto] = ACTIONS(1044), - [anon_sym_DASH_DASH] = ACTIONS(1046), - [anon_sym_PLUS_PLUS] = ACTIONS(1046), - [anon_sym_sizeof] = ACTIONS(1044), - [anon_sym_offsetof] = ACTIONS(1044), - [anon_sym__Generic] = ACTIONS(1044), - [anon_sym_asm] = ACTIONS(1044), - [anon_sym___asm__] = ACTIONS(1044), - [sym_number_literal] = ACTIONS(1046), - [anon_sym_L_SQUOTE] = ACTIONS(1046), - [anon_sym_u_SQUOTE] = ACTIONS(1046), - [anon_sym_U_SQUOTE] = ACTIONS(1046), - [anon_sym_u8_SQUOTE] = ACTIONS(1046), - [anon_sym_SQUOTE] = ACTIONS(1046), - [anon_sym_L_DQUOTE] = ACTIONS(1046), - [anon_sym_u_DQUOTE] = ACTIONS(1046), - [anon_sym_U_DQUOTE] = ACTIONS(1046), - [anon_sym_u8_DQUOTE] = ACTIONS(1046), - [anon_sym_DQUOTE] = ACTIONS(1046), - [sym_true] = ACTIONS(1044), - [sym_false] = ACTIONS(1044), - [sym_null] = ACTIONS(1044), + [208] = { + [sym_identifier] = ACTIONS(992), + [aux_sym_preproc_include_token1] = ACTIONS(992), + [aux_sym_preproc_def_token1] = ACTIONS(992), + [aux_sym_preproc_if_token1] = ACTIONS(992), + [aux_sym_preproc_ifdef_token1] = ACTIONS(992), + [aux_sym_preproc_ifdef_token2] = ACTIONS(992), + [sym_preproc_directive] = ACTIONS(992), + [anon_sym_LPAREN2] = ACTIONS(994), + [anon_sym_BANG] = ACTIONS(994), + [anon_sym_TILDE] = ACTIONS(994), + [anon_sym_DASH] = ACTIONS(992), + [anon_sym_PLUS] = ACTIONS(992), + [anon_sym_STAR] = ACTIONS(994), + [anon_sym_AMP] = ACTIONS(994), + [anon_sym_SEMI] = ACTIONS(994), + [anon_sym_typedef] = ACTIONS(992), + [anon_sym_extern] = ACTIONS(992), + [anon_sym___attribute__] = ACTIONS(992), + [anon_sym_LBRACK_LBRACK] = ACTIONS(994), + [anon_sym___declspec] = ACTIONS(992), + [anon_sym___cdecl] = ACTIONS(992), + [anon_sym___clrcall] = ACTIONS(992), + [anon_sym___stdcall] = ACTIONS(992), + [anon_sym___fastcall] = ACTIONS(992), + [anon_sym___thiscall] = ACTIONS(992), + [anon_sym___vectorcall] = ACTIONS(992), + [anon_sym_LBRACE] = ACTIONS(994), + [anon_sym_RBRACE] = ACTIONS(994), + [anon_sym_static] = ACTIONS(992), + [anon_sym_auto] = ACTIONS(992), + [anon_sym_register] = ACTIONS(992), + [anon_sym_inline] = ACTIONS(992), + [anon_sym_const] = ACTIONS(992), + [anon_sym_volatile] = ACTIONS(992), + [anon_sym_restrict] = ACTIONS(992), + [anon_sym___restrict__] = ACTIONS(992), + [anon_sym__Atomic] = ACTIONS(992), + [anon_sym__Noreturn] = ACTIONS(992), + [anon_sym_signed] = ACTIONS(992), + [anon_sym_unsigned] = ACTIONS(992), + [anon_sym_long] = ACTIONS(992), + [anon_sym_short] = ACTIONS(992), + [sym_primitive_type] = ACTIONS(992), + [anon_sym_enum] = ACTIONS(992), + [anon_sym_struct] = ACTIONS(992), + [anon_sym_union] = ACTIONS(992), + [anon_sym_if] = ACTIONS(992), + [anon_sym_else] = ACTIONS(992), + [anon_sym_switch] = ACTIONS(992), + [anon_sym_case] = ACTIONS(992), + [anon_sym_default] = ACTIONS(992), + [anon_sym_while] = ACTIONS(992), + [anon_sym_do] = ACTIONS(992), + [anon_sym_for] = ACTIONS(992), + [anon_sym_return] = ACTIONS(992), + [anon_sym_break] = ACTIONS(992), + [anon_sym_continue] = ACTIONS(992), + [anon_sym_goto] = ACTIONS(992), + [anon_sym_DASH_DASH] = ACTIONS(994), + [anon_sym_PLUS_PLUS] = ACTIONS(994), + [anon_sym_sizeof] = ACTIONS(992), + [anon_sym_offsetof] = ACTIONS(992), + [anon_sym__Generic] = ACTIONS(992), + [anon_sym_asm] = ACTIONS(992), + [anon_sym___asm__] = ACTIONS(992), + [sym_number_literal] = ACTIONS(994), + [anon_sym_L_SQUOTE] = ACTIONS(994), + [anon_sym_u_SQUOTE] = ACTIONS(994), + [anon_sym_U_SQUOTE] = ACTIONS(994), + [anon_sym_u8_SQUOTE] = ACTIONS(994), + [anon_sym_SQUOTE] = ACTIONS(994), + [anon_sym_L_DQUOTE] = ACTIONS(994), + [anon_sym_u_DQUOTE] = ACTIONS(994), + [anon_sym_U_DQUOTE] = ACTIONS(994), + [anon_sym_u8_DQUOTE] = ACTIONS(994), + [anon_sym_DQUOTE] = ACTIONS(994), + [sym_true] = ACTIONS(992), + [sym_false] = ACTIONS(992), + [sym_null] = ACTIONS(992), [sym_comment] = ACTIONS(3), }, - [212] = { - [ts_builtin_sym_end] = ACTIONS(986), - [sym_identifier] = ACTIONS(984), - [aux_sym_preproc_include_token1] = ACTIONS(984), - [aux_sym_preproc_def_token1] = ACTIONS(984), - [aux_sym_preproc_if_token1] = ACTIONS(984), - [aux_sym_preproc_ifdef_token1] = ACTIONS(984), - [aux_sym_preproc_ifdef_token2] = ACTIONS(984), - [sym_preproc_directive] = ACTIONS(984), - [anon_sym_LPAREN2] = ACTIONS(986), - [anon_sym_BANG] = ACTIONS(986), - [anon_sym_TILDE] = ACTIONS(986), - [anon_sym_DASH] = ACTIONS(984), - [anon_sym_PLUS] = ACTIONS(984), - [anon_sym_STAR] = ACTIONS(986), - [anon_sym_AMP] = ACTIONS(986), - [anon_sym_SEMI] = ACTIONS(986), - [anon_sym_typedef] = ACTIONS(984), - [anon_sym_extern] = ACTIONS(984), - [anon_sym___attribute__] = ACTIONS(984), - [anon_sym_LBRACK_LBRACK] = ACTIONS(986), - [anon_sym___declspec] = ACTIONS(984), - [anon_sym___cdecl] = ACTIONS(984), - [anon_sym___clrcall] = ACTIONS(984), - [anon_sym___stdcall] = ACTIONS(984), - [anon_sym___fastcall] = ACTIONS(984), - [anon_sym___thiscall] = ACTIONS(984), - [anon_sym___vectorcall] = ACTIONS(984), - [anon_sym_LBRACE] = ACTIONS(986), - [anon_sym_static] = ACTIONS(984), - [anon_sym_auto] = ACTIONS(984), - [anon_sym_register] = ACTIONS(984), - [anon_sym_inline] = ACTIONS(984), - [anon_sym_const] = ACTIONS(984), - [anon_sym_volatile] = ACTIONS(984), - [anon_sym_restrict] = ACTIONS(984), - [anon_sym___restrict__] = ACTIONS(984), - [anon_sym__Atomic] = ACTIONS(984), - [anon_sym__Noreturn] = ACTIONS(984), - [anon_sym_signed] = ACTIONS(984), - [anon_sym_unsigned] = ACTIONS(984), - [anon_sym_long] = ACTIONS(984), - [anon_sym_short] = ACTIONS(984), - [sym_primitive_type] = ACTIONS(984), - [anon_sym_enum] = ACTIONS(984), - [anon_sym_struct] = ACTIONS(984), - [anon_sym_union] = ACTIONS(984), - [anon_sym_if] = ACTIONS(984), - [anon_sym_else] = ACTIONS(984), - [anon_sym_switch] = ACTIONS(984), - [anon_sym_case] = ACTIONS(984), - [anon_sym_default] = ACTIONS(984), - [anon_sym_while] = ACTIONS(984), - [anon_sym_do] = ACTIONS(984), - [anon_sym_for] = ACTIONS(984), - [anon_sym_return] = ACTIONS(984), - [anon_sym_break] = ACTIONS(984), - [anon_sym_continue] = ACTIONS(984), - [anon_sym_goto] = ACTIONS(984), - [anon_sym_DASH_DASH] = ACTIONS(986), - [anon_sym_PLUS_PLUS] = ACTIONS(986), - [anon_sym_sizeof] = ACTIONS(984), - [anon_sym_offsetof] = ACTIONS(984), - [anon_sym__Generic] = ACTIONS(984), - [anon_sym_asm] = ACTIONS(984), - [anon_sym___asm__] = ACTIONS(984), - [sym_number_literal] = ACTIONS(986), - [anon_sym_L_SQUOTE] = ACTIONS(986), - [anon_sym_u_SQUOTE] = ACTIONS(986), - [anon_sym_U_SQUOTE] = ACTIONS(986), - [anon_sym_u8_SQUOTE] = ACTIONS(986), - [anon_sym_SQUOTE] = ACTIONS(986), - [anon_sym_L_DQUOTE] = ACTIONS(986), - [anon_sym_u_DQUOTE] = ACTIONS(986), - [anon_sym_U_DQUOTE] = ACTIONS(986), - [anon_sym_u8_DQUOTE] = ACTIONS(986), - [anon_sym_DQUOTE] = ACTIONS(986), - [sym_true] = ACTIONS(984), - [sym_false] = ACTIONS(984), - [sym_null] = ACTIONS(984), + [209] = { + [sym_identifier] = ACTIONS(1020), + [aux_sym_preproc_include_token1] = ACTIONS(1020), + [aux_sym_preproc_def_token1] = ACTIONS(1020), + [aux_sym_preproc_if_token1] = ACTIONS(1020), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1020), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1020), + [sym_preproc_directive] = ACTIONS(1020), + [anon_sym_LPAREN2] = ACTIONS(1022), + [anon_sym_BANG] = ACTIONS(1022), + [anon_sym_TILDE] = ACTIONS(1022), + [anon_sym_DASH] = ACTIONS(1020), + [anon_sym_PLUS] = ACTIONS(1020), + [anon_sym_STAR] = ACTIONS(1022), + [anon_sym_AMP] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(1022), + [anon_sym_typedef] = ACTIONS(1020), + [anon_sym_extern] = ACTIONS(1020), + [anon_sym___attribute__] = ACTIONS(1020), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1022), + [anon_sym___declspec] = ACTIONS(1020), + [anon_sym___cdecl] = ACTIONS(1020), + [anon_sym___clrcall] = ACTIONS(1020), + [anon_sym___stdcall] = ACTIONS(1020), + [anon_sym___fastcall] = ACTIONS(1020), + [anon_sym___thiscall] = ACTIONS(1020), + [anon_sym___vectorcall] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1022), + [anon_sym_RBRACE] = ACTIONS(1022), + [anon_sym_static] = ACTIONS(1020), + [anon_sym_auto] = ACTIONS(1020), + [anon_sym_register] = ACTIONS(1020), + [anon_sym_inline] = ACTIONS(1020), + [anon_sym_const] = ACTIONS(1020), + [anon_sym_volatile] = ACTIONS(1020), + [anon_sym_restrict] = ACTIONS(1020), + [anon_sym___restrict__] = ACTIONS(1020), + [anon_sym__Atomic] = ACTIONS(1020), + [anon_sym__Noreturn] = ACTIONS(1020), + [anon_sym_signed] = ACTIONS(1020), + [anon_sym_unsigned] = ACTIONS(1020), + [anon_sym_long] = ACTIONS(1020), + [anon_sym_short] = ACTIONS(1020), + [sym_primitive_type] = ACTIONS(1020), + [anon_sym_enum] = ACTIONS(1020), + [anon_sym_struct] = ACTIONS(1020), + [anon_sym_union] = ACTIONS(1020), + [anon_sym_if] = ACTIONS(1020), + [anon_sym_else] = ACTIONS(1020), + [anon_sym_switch] = ACTIONS(1020), + [anon_sym_case] = ACTIONS(1020), + [anon_sym_default] = ACTIONS(1020), + [anon_sym_while] = ACTIONS(1020), + [anon_sym_do] = ACTIONS(1020), + [anon_sym_for] = ACTIONS(1020), + [anon_sym_return] = ACTIONS(1020), + [anon_sym_break] = ACTIONS(1020), + [anon_sym_continue] = ACTIONS(1020), + [anon_sym_goto] = ACTIONS(1020), + [anon_sym_DASH_DASH] = ACTIONS(1022), + [anon_sym_PLUS_PLUS] = ACTIONS(1022), + [anon_sym_sizeof] = ACTIONS(1020), + [anon_sym_offsetof] = ACTIONS(1020), + [anon_sym__Generic] = ACTIONS(1020), + [anon_sym_asm] = ACTIONS(1020), + [anon_sym___asm__] = ACTIONS(1020), + [sym_number_literal] = ACTIONS(1022), + [anon_sym_L_SQUOTE] = ACTIONS(1022), + [anon_sym_u_SQUOTE] = ACTIONS(1022), + [anon_sym_U_SQUOTE] = ACTIONS(1022), + [anon_sym_u8_SQUOTE] = ACTIONS(1022), + [anon_sym_SQUOTE] = ACTIONS(1022), + [anon_sym_L_DQUOTE] = ACTIONS(1022), + [anon_sym_u_DQUOTE] = ACTIONS(1022), + [anon_sym_U_DQUOTE] = ACTIONS(1022), + [anon_sym_u8_DQUOTE] = ACTIONS(1022), + [anon_sym_DQUOTE] = ACTIONS(1022), + [sym_true] = ACTIONS(1020), + [sym_false] = ACTIONS(1020), + [sym_null] = ACTIONS(1020), [sym_comment] = ACTIONS(3), }, - [213] = { - [sym_identifier] = ACTIONS(940), - [aux_sym_preproc_include_token1] = ACTIONS(940), - [aux_sym_preproc_def_token1] = ACTIONS(940), - [aux_sym_preproc_if_token1] = ACTIONS(940), - [aux_sym_preproc_if_token2] = ACTIONS(940), - [aux_sym_preproc_ifdef_token1] = ACTIONS(940), - [aux_sym_preproc_ifdef_token2] = ACTIONS(940), - [sym_preproc_directive] = ACTIONS(940), - [anon_sym_LPAREN2] = ACTIONS(942), - [anon_sym_BANG] = ACTIONS(942), - [anon_sym_TILDE] = ACTIONS(942), - [anon_sym_DASH] = ACTIONS(940), - [anon_sym_PLUS] = ACTIONS(940), - [anon_sym_STAR] = ACTIONS(942), - [anon_sym_AMP] = ACTIONS(942), - [anon_sym_SEMI] = ACTIONS(942), - [anon_sym_typedef] = ACTIONS(940), - [anon_sym_extern] = ACTIONS(940), - [anon_sym___attribute__] = ACTIONS(940), - [anon_sym_LBRACK_LBRACK] = ACTIONS(942), - [anon_sym___declspec] = ACTIONS(940), - [anon_sym___cdecl] = ACTIONS(940), - [anon_sym___clrcall] = ACTIONS(940), - [anon_sym___stdcall] = ACTIONS(940), - [anon_sym___fastcall] = ACTIONS(940), - [anon_sym___thiscall] = ACTIONS(940), - [anon_sym___vectorcall] = ACTIONS(940), - [anon_sym_LBRACE] = ACTIONS(942), - [anon_sym_static] = ACTIONS(940), - [anon_sym_auto] = ACTIONS(940), - [anon_sym_register] = ACTIONS(940), - [anon_sym_inline] = ACTIONS(940), - [anon_sym_const] = ACTIONS(940), - [anon_sym_volatile] = ACTIONS(940), - [anon_sym_restrict] = ACTIONS(940), - [anon_sym___restrict__] = ACTIONS(940), + [210] = { + [sym_identifier] = ACTIONS(918), + [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(920), + [anon_sym_BANG] = ACTIONS(920), + [anon_sym_TILDE] = ACTIONS(920), + [anon_sym_DASH] = ACTIONS(918), + [anon_sym_PLUS] = ACTIONS(918), + [anon_sym_STAR] = ACTIONS(920), + [anon_sym_AMP] = ACTIONS(920), + [anon_sym_SEMI] = ACTIONS(920), + [anon_sym_typedef] = ACTIONS(918), + [anon_sym_extern] = ACTIONS(918), + [anon_sym___attribute__] = ACTIONS(918), + [anon_sym_LBRACK_LBRACK] = ACTIONS(920), + [anon_sym___declspec] = ACTIONS(918), + [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(920), + [anon_sym_static] = ACTIONS(918), + [anon_sym_auto] = ACTIONS(918), + [anon_sym_register] = ACTIONS(918), + [anon_sym_inline] = ACTIONS(918), + [anon_sym_const] = ACTIONS(918), + [anon_sym_volatile] = ACTIONS(918), + [anon_sym_restrict] = ACTIONS(918), + [anon_sym___restrict__] = ACTIONS(918), + [anon_sym__Atomic] = ACTIONS(918), + [anon_sym__Noreturn] = ACTIONS(918), + [anon_sym_signed] = ACTIONS(918), + [anon_sym_unsigned] = ACTIONS(918), + [anon_sym_long] = ACTIONS(918), + [anon_sym_short] = ACTIONS(918), + [sym_primitive_type] = ACTIONS(918), + [anon_sym_enum] = ACTIONS(918), + [anon_sym_struct] = ACTIONS(918), + [anon_sym_union] = ACTIONS(918), + [anon_sym_if] = ACTIONS(918), + [anon_sym_else] = ACTIONS(1368), + [anon_sym_switch] = ACTIONS(918), + [anon_sym_case] = ACTIONS(918), + [anon_sym_default] = ACTIONS(918), + [anon_sym_while] = ACTIONS(918), + [anon_sym_do] = ACTIONS(918), + [anon_sym_for] = ACTIONS(918), + [anon_sym_return] = ACTIONS(918), + [anon_sym_break] = ACTIONS(918), + [anon_sym_continue] = ACTIONS(918), + [anon_sym_goto] = ACTIONS(918), + [anon_sym_DASH_DASH] = ACTIONS(920), + [anon_sym_PLUS_PLUS] = ACTIONS(920), + [anon_sym_sizeof] = ACTIONS(918), + [anon_sym_offsetof] = ACTIONS(918), + [anon_sym__Generic] = ACTIONS(918), + [anon_sym_asm] = ACTIONS(918), + [anon_sym___asm__] = ACTIONS(918), + [sym_number_literal] = ACTIONS(920), + [anon_sym_L_SQUOTE] = ACTIONS(920), + [anon_sym_u_SQUOTE] = ACTIONS(920), + [anon_sym_U_SQUOTE] = ACTIONS(920), + [anon_sym_u8_SQUOTE] = ACTIONS(920), + [anon_sym_SQUOTE] = ACTIONS(920), + [anon_sym_L_DQUOTE] = ACTIONS(920), + [anon_sym_u_DQUOTE] = ACTIONS(920), + [anon_sym_U_DQUOTE] = ACTIONS(920), + [anon_sym_u8_DQUOTE] = ACTIONS(920), + [anon_sym_DQUOTE] = ACTIONS(920), + [sym_true] = ACTIONS(918), + [sym_false] = ACTIONS(918), + [sym_null] = ACTIONS(918), + [sym_comment] = ACTIONS(3), + }, + [211] = { + [sym_identifier] = ACTIONS(988), + [aux_sym_preproc_include_token1] = ACTIONS(988), + [aux_sym_preproc_def_token1] = ACTIONS(988), + [aux_sym_preproc_if_token1] = ACTIONS(988), + [aux_sym_preproc_if_token2] = ACTIONS(988), + [aux_sym_preproc_ifdef_token1] = ACTIONS(988), + [aux_sym_preproc_ifdef_token2] = ACTIONS(988), + [sym_preproc_directive] = ACTIONS(988), + [anon_sym_LPAREN2] = ACTIONS(990), + [anon_sym_BANG] = ACTIONS(990), + [anon_sym_TILDE] = ACTIONS(990), + [anon_sym_DASH] = ACTIONS(988), + [anon_sym_PLUS] = ACTIONS(988), + [anon_sym_STAR] = ACTIONS(990), + [anon_sym_AMP] = ACTIONS(990), + [anon_sym_SEMI] = ACTIONS(990), + [anon_sym_typedef] = ACTIONS(988), + [anon_sym_extern] = ACTIONS(988), + [anon_sym___attribute__] = ACTIONS(988), + [anon_sym_LBRACK_LBRACK] = ACTIONS(990), + [anon_sym___declspec] = ACTIONS(988), + [anon_sym___cdecl] = ACTIONS(988), + [anon_sym___clrcall] = ACTIONS(988), + [anon_sym___stdcall] = ACTIONS(988), + [anon_sym___fastcall] = ACTIONS(988), + [anon_sym___thiscall] = ACTIONS(988), + [anon_sym___vectorcall] = ACTIONS(988), + [anon_sym_LBRACE] = ACTIONS(990), + [anon_sym_static] = ACTIONS(988), + [anon_sym_auto] = ACTIONS(988), + [anon_sym_register] = ACTIONS(988), + [anon_sym_inline] = ACTIONS(988), + [anon_sym_const] = ACTIONS(988), + [anon_sym_volatile] = ACTIONS(988), + [anon_sym_restrict] = ACTIONS(988), + [anon_sym___restrict__] = ACTIONS(988), + [anon_sym__Atomic] = ACTIONS(988), + [anon_sym__Noreturn] = ACTIONS(988), + [anon_sym_signed] = ACTIONS(988), + [anon_sym_unsigned] = ACTIONS(988), + [anon_sym_long] = ACTIONS(988), + [anon_sym_short] = ACTIONS(988), + [sym_primitive_type] = ACTIONS(988), + [anon_sym_enum] = ACTIONS(988), + [anon_sym_struct] = ACTIONS(988), + [anon_sym_union] = ACTIONS(988), + [anon_sym_if] = ACTIONS(988), + [anon_sym_else] = ACTIONS(988), + [anon_sym_switch] = ACTIONS(988), + [anon_sym_case] = ACTIONS(988), + [anon_sym_default] = ACTIONS(988), + [anon_sym_while] = ACTIONS(988), + [anon_sym_do] = ACTIONS(988), + [anon_sym_for] = ACTIONS(988), + [anon_sym_return] = ACTIONS(988), + [anon_sym_break] = ACTIONS(988), + [anon_sym_continue] = ACTIONS(988), + [anon_sym_goto] = ACTIONS(988), + [anon_sym_DASH_DASH] = ACTIONS(990), + [anon_sym_PLUS_PLUS] = ACTIONS(990), + [anon_sym_sizeof] = ACTIONS(988), + [anon_sym_offsetof] = ACTIONS(988), + [anon_sym__Generic] = ACTIONS(988), + [anon_sym_asm] = ACTIONS(988), + [anon_sym___asm__] = ACTIONS(988), + [sym_number_literal] = ACTIONS(990), + [anon_sym_L_SQUOTE] = ACTIONS(990), + [anon_sym_u_SQUOTE] = ACTIONS(990), + [anon_sym_U_SQUOTE] = ACTIONS(990), + [anon_sym_u8_SQUOTE] = ACTIONS(990), + [anon_sym_SQUOTE] = ACTIONS(990), + [anon_sym_L_DQUOTE] = ACTIONS(990), + [anon_sym_u_DQUOTE] = ACTIONS(990), + [anon_sym_U_DQUOTE] = ACTIONS(990), + [anon_sym_u8_DQUOTE] = ACTIONS(990), + [anon_sym_DQUOTE] = ACTIONS(990), + [sym_true] = ACTIONS(988), + [sym_false] = ACTIONS(988), + [sym_null] = ACTIONS(988), + [sym_comment] = ACTIONS(3), + }, + [212] = { + [sym_identifier] = ACTIONS(1032), + [aux_sym_preproc_include_token1] = ACTIONS(1032), + [aux_sym_preproc_def_token1] = ACTIONS(1032), + [aux_sym_preproc_if_token1] = ACTIONS(1032), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1032), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1032), + [sym_preproc_directive] = ACTIONS(1032), + [anon_sym_LPAREN2] = ACTIONS(1034), + [anon_sym_BANG] = ACTIONS(1034), + [anon_sym_TILDE] = ACTIONS(1034), + [anon_sym_DASH] = ACTIONS(1032), + [anon_sym_PLUS] = ACTIONS(1032), + [anon_sym_STAR] = ACTIONS(1034), + [anon_sym_AMP] = ACTIONS(1034), + [anon_sym_SEMI] = ACTIONS(1034), + [anon_sym_typedef] = ACTIONS(1032), + [anon_sym_extern] = ACTIONS(1032), + [anon_sym___attribute__] = ACTIONS(1032), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1034), + [anon_sym___declspec] = ACTIONS(1032), + [anon_sym___cdecl] = ACTIONS(1032), + [anon_sym___clrcall] = ACTIONS(1032), + [anon_sym___stdcall] = ACTIONS(1032), + [anon_sym___fastcall] = ACTIONS(1032), + [anon_sym___thiscall] = ACTIONS(1032), + [anon_sym___vectorcall] = ACTIONS(1032), + [anon_sym_LBRACE] = ACTIONS(1034), + [anon_sym_RBRACE] = ACTIONS(1034), + [anon_sym_static] = ACTIONS(1032), + [anon_sym_auto] = ACTIONS(1032), + [anon_sym_register] = ACTIONS(1032), + [anon_sym_inline] = ACTIONS(1032), + [anon_sym_const] = ACTIONS(1032), + [anon_sym_volatile] = ACTIONS(1032), + [anon_sym_restrict] = ACTIONS(1032), + [anon_sym___restrict__] = ACTIONS(1032), + [anon_sym__Atomic] = ACTIONS(1032), + [anon_sym__Noreturn] = ACTIONS(1032), + [anon_sym_signed] = ACTIONS(1032), + [anon_sym_unsigned] = ACTIONS(1032), + [anon_sym_long] = ACTIONS(1032), + [anon_sym_short] = ACTIONS(1032), + [sym_primitive_type] = ACTIONS(1032), + [anon_sym_enum] = ACTIONS(1032), + [anon_sym_struct] = ACTIONS(1032), + [anon_sym_union] = ACTIONS(1032), + [anon_sym_if] = ACTIONS(1032), + [anon_sym_else] = ACTIONS(1032), + [anon_sym_switch] = ACTIONS(1032), + [anon_sym_case] = ACTIONS(1032), + [anon_sym_default] = ACTIONS(1032), + [anon_sym_while] = ACTIONS(1032), + [anon_sym_do] = ACTIONS(1032), + [anon_sym_for] = ACTIONS(1032), + [anon_sym_return] = ACTIONS(1032), + [anon_sym_break] = ACTIONS(1032), + [anon_sym_continue] = ACTIONS(1032), + [anon_sym_goto] = ACTIONS(1032), + [anon_sym_DASH_DASH] = ACTIONS(1034), + [anon_sym_PLUS_PLUS] = ACTIONS(1034), + [anon_sym_sizeof] = ACTIONS(1032), + [anon_sym_offsetof] = ACTIONS(1032), + [anon_sym__Generic] = ACTIONS(1032), + [anon_sym_asm] = ACTIONS(1032), + [anon_sym___asm__] = ACTIONS(1032), + [sym_number_literal] = ACTIONS(1034), + [anon_sym_L_SQUOTE] = ACTIONS(1034), + [anon_sym_u_SQUOTE] = ACTIONS(1034), + [anon_sym_U_SQUOTE] = ACTIONS(1034), + [anon_sym_u8_SQUOTE] = ACTIONS(1034), + [anon_sym_SQUOTE] = ACTIONS(1034), + [anon_sym_L_DQUOTE] = ACTIONS(1034), + [anon_sym_u_DQUOTE] = ACTIONS(1034), + [anon_sym_U_DQUOTE] = ACTIONS(1034), + [anon_sym_u8_DQUOTE] = ACTIONS(1034), + [anon_sym_DQUOTE] = ACTIONS(1034), + [sym_true] = ACTIONS(1032), + [sym_false] = ACTIONS(1032), + [sym_null] = ACTIONS(1032), + [sym_comment] = ACTIONS(3), + }, + [213] = { + [sym_identifier] = ACTIONS(940), + [aux_sym_preproc_include_token1] = ACTIONS(940), + [aux_sym_preproc_def_token1] = ACTIONS(940), + [aux_sym_preproc_if_token1] = ACTIONS(940), + [aux_sym_preproc_ifdef_token1] = ACTIONS(940), + [aux_sym_preproc_ifdef_token2] = ACTIONS(940), + [sym_preproc_directive] = ACTIONS(940), + [anon_sym_LPAREN2] = ACTIONS(942), + [anon_sym_BANG] = ACTIONS(942), + [anon_sym_TILDE] = ACTIONS(942), + [anon_sym_DASH] = ACTIONS(940), + [anon_sym_PLUS] = ACTIONS(940), + [anon_sym_STAR] = ACTIONS(942), + [anon_sym_AMP] = ACTIONS(942), + [anon_sym_SEMI] = ACTIONS(942), + [anon_sym_typedef] = ACTIONS(940), + [anon_sym_extern] = ACTIONS(940), + [anon_sym___attribute__] = ACTIONS(940), + [anon_sym_LBRACK_LBRACK] = ACTIONS(942), + [anon_sym___declspec] = ACTIONS(940), + [anon_sym___cdecl] = ACTIONS(940), + [anon_sym___clrcall] = ACTIONS(940), + [anon_sym___stdcall] = ACTIONS(940), + [anon_sym___fastcall] = ACTIONS(940), + [anon_sym___thiscall] = ACTIONS(940), + [anon_sym___vectorcall] = ACTIONS(940), + [anon_sym_LBRACE] = ACTIONS(942), + [anon_sym_RBRACE] = ACTIONS(942), + [anon_sym_static] = ACTIONS(940), + [anon_sym_auto] = ACTIONS(940), + [anon_sym_register] = ACTIONS(940), + [anon_sym_inline] = ACTIONS(940), + [anon_sym_const] = ACTIONS(940), + [anon_sym_volatile] = ACTIONS(940), + [anon_sym_restrict] = ACTIONS(940), + [anon_sym___restrict__] = ACTIONS(940), [anon_sym__Atomic] = ACTIONS(940), [anon_sym__Noreturn] = ACTIONS(940), [anon_sym_signed] = ACTIONS(940), @@ -34710,6 +34816,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_preproc_include_token1] = ACTIONS(964), [aux_sym_preproc_def_token1] = ACTIONS(964), [aux_sym_preproc_if_token1] = ACTIONS(964), + [aux_sym_preproc_if_token2] = ACTIONS(964), [aux_sym_preproc_ifdef_token1] = ACTIONS(964), [aux_sym_preproc_ifdef_token2] = ACTIONS(964), [sym_preproc_directive] = ACTIONS(964), @@ -34733,7 +34840,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(964), [anon_sym___vectorcall] = ACTIONS(964), [anon_sym_LBRACE] = ACTIONS(966), - [anon_sym_RBRACE] = ACTIONS(966), [anon_sym_static] = ACTIONS(964), [anon_sym_auto] = ACTIONS(964), [anon_sym_register] = ACTIONS(964), @@ -34788,167 +34894,167 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [215] = { - [sym_identifier] = ACTIONS(944), - [aux_sym_preproc_include_token1] = ACTIONS(944), - [aux_sym_preproc_def_token1] = ACTIONS(944), - [aux_sym_preproc_if_token1] = ACTIONS(944), - [aux_sym_preproc_if_token2] = ACTIONS(944), - [aux_sym_preproc_ifdef_token1] = ACTIONS(944), - [aux_sym_preproc_ifdef_token2] = ACTIONS(944), - [sym_preproc_directive] = ACTIONS(944), - [anon_sym_LPAREN2] = ACTIONS(946), - [anon_sym_BANG] = ACTIONS(946), - [anon_sym_TILDE] = ACTIONS(946), - [anon_sym_DASH] = ACTIONS(944), - [anon_sym_PLUS] = ACTIONS(944), - [anon_sym_STAR] = ACTIONS(946), - [anon_sym_AMP] = ACTIONS(946), - [anon_sym_SEMI] = ACTIONS(946), - [anon_sym_typedef] = ACTIONS(944), - [anon_sym_extern] = ACTIONS(944), - [anon_sym___attribute__] = ACTIONS(944), - [anon_sym_LBRACK_LBRACK] = ACTIONS(946), - [anon_sym___declspec] = ACTIONS(944), - [anon_sym___cdecl] = ACTIONS(944), - [anon_sym___clrcall] = ACTIONS(944), - [anon_sym___stdcall] = ACTIONS(944), - [anon_sym___fastcall] = ACTIONS(944), - [anon_sym___thiscall] = ACTIONS(944), - [anon_sym___vectorcall] = ACTIONS(944), - [anon_sym_LBRACE] = ACTIONS(946), - [anon_sym_static] = ACTIONS(944), - [anon_sym_auto] = ACTIONS(944), - [anon_sym_register] = ACTIONS(944), - [anon_sym_inline] = ACTIONS(944), - [anon_sym_const] = ACTIONS(944), - [anon_sym_volatile] = ACTIONS(944), - [anon_sym_restrict] = ACTIONS(944), - [anon_sym___restrict__] = ACTIONS(944), - [anon_sym__Atomic] = ACTIONS(944), - [anon_sym__Noreturn] = ACTIONS(944), - [anon_sym_signed] = ACTIONS(944), - [anon_sym_unsigned] = ACTIONS(944), - [anon_sym_long] = ACTIONS(944), - [anon_sym_short] = ACTIONS(944), - [sym_primitive_type] = ACTIONS(944), - [anon_sym_enum] = ACTIONS(944), - [anon_sym_struct] = ACTIONS(944), - [anon_sym_union] = ACTIONS(944), - [anon_sym_if] = ACTIONS(944), - [anon_sym_else] = ACTIONS(944), - [anon_sym_switch] = ACTIONS(944), - [anon_sym_case] = ACTIONS(944), - [anon_sym_default] = ACTIONS(944), - [anon_sym_while] = ACTIONS(944), - [anon_sym_do] = ACTIONS(944), - [anon_sym_for] = ACTIONS(944), - [anon_sym_return] = ACTIONS(944), - [anon_sym_break] = ACTIONS(944), - [anon_sym_continue] = ACTIONS(944), - [anon_sym_goto] = ACTIONS(944), - [anon_sym_DASH_DASH] = ACTIONS(946), - [anon_sym_PLUS_PLUS] = ACTIONS(946), - [anon_sym_sizeof] = ACTIONS(944), - [anon_sym_offsetof] = ACTIONS(944), - [anon_sym__Generic] = ACTIONS(944), - [anon_sym_asm] = ACTIONS(944), - [anon_sym___asm__] = ACTIONS(944), - [sym_number_literal] = ACTIONS(946), - [anon_sym_L_SQUOTE] = ACTIONS(946), - [anon_sym_u_SQUOTE] = ACTIONS(946), - [anon_sym_U_SQUOTE] = ACTIONS(946), - [anon_sym_u8_SQUOTE] = ACTIONS(946), - [anon_sym_SQUOTE] = ACTIONS(946), - [anon_sym_L_DQUOTE] = ACTIONS(946), - [anon_sym_u_DQUOTE] = ACTIONS(946), - [anon_sym_U_DQUOTE] = ACTIONS(946), - [anon_sym_u8_DQUOTE] = ACTIONS(946), - [anon_sym_DQUOTE] = ACTIONS(946), - [sym_true] = ACTIONS(944), - [sym_false] = ACTIONS(944), - [sym_null] = ACTIONS(944), + [sym_identifier] = ACTIONS(928), + [aux_sym_preproc_include_token1] = ACTIONS(928), + [aux_sym_preproc_def_token1] = ACTIONS(928), + [aux_sym_preproc_if_token1] = ACTIONS(928), + [aux_sym_preproc_ifdef_token1] = ACTIONS(928), + [aux_sym_preproc_ifdef_token2] = ACTIONS(928), + [sym_preproc_directive] = ACTIONS(928), + [anon_sym_LPAREN2] = ACTIONS(930), + [anon_sym_BANG] = ACTIONS(930), + [anon_sym_TILDE] = ACTIONS(930), + [anon_sym_DASH] = ACTIONS(928), + [anon_sym_PLUS] = ACTIONS(928), + [anon_sym_STAR] = ACTIONS(930), + [anon_sym_AMP] = ACTIONS(930), + [anon_sym_SEMI] = ACTIONS(930), + [anon_sym_typedef] = ACTIONS(928), + [anon_sym_extern] = ACTIONS(928), + [anon_sym___attribute__] = ACTIONS(928), + [anon_sym_LBRACK_LBRACK] = ACTIONS(930), + [anon_sym___declspec] = ACTIONS(928), + [anon_sym___cdecl] = ACTIONS(928), + [anon_sym___clrcall] = ACTIONS(928), + [anon_sym___stdcall] = ACTIONS(928), + [anon_sym___fastcall] = ACTIONS(928), + [anon_sym___thiscall] = ACTIONS(928), + [anon_sym___vectorcall] = ACTIONS(928), + [anon_sym_LBRACE] = ACTIONS(930), + [anon_sym_RBRACE] = ACTIONS(930), + [anon_sym_static] = ACTIONS(928), + [anon_sym_auto] = ACTIONS(928), + [anon_sym_register] = ACTIONS(928), + [anon_sym_inline] = ACTIONS(928), + [anon_sym_const] = ACTIONS(928), + [anon_sym_volatile] = ACTIONS(928), + [anon_sym_restrict] = ACTIONS(928), + [anon_sym___restrict__] = ACTIONS(928), + [anon_sym__Atomic] = ACTIONS(928), + [anon_sym__Noreturn] = ACTIONS(928), + [anon_sym_signed] = ACTIONS(928), + [anon_sym_unsigned] = ACTIONS(928), + [anon_sym_long] = ACTIONS(928), + [anon_sym_short] = ACTIONS(928), + [sym_primitive_type] = ACTIONS(928), + [anon_sym_enum] = ACTIONS(928), + [anon_sym_struct] = ACTIONS(928), + [anon_sym_union] = ACTIONS(928), + [anon_sym_if] = ACTIONS(928), + [anon_sym_else] = ACTIONS(928), + [anon_sym_switch] = ACTIONS(928), + [anon_sym_case] = ACTIONS(928), + [anon_sym_default] = ACTIONS(928), + [anon_sym_while] = ACTIONS(928), + [anon_sym_do] = ACTIONS(928), + [anon_sym_for] = ACTIONS(928), + [anon_sym_return] = ACTIONS(928), + [anon_sym_break] = ACTIONS(928), + [anon_sym_continue] = ACTIONS(928), + [anon_sym_goto] = ACTIONS(928), + [anon_sym_DASH_DASH] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(930), + [anon_sym_sizeof] = ACTIONS(928), + [anon_sym_offsetof] = ACTIONS(928), + [anon_sym__Generic] = ACTIONS(928), + [anon_sym_asm] = ACTIONS(928), + [anon_sym___asm__] = ACTIONS(928), + [sym_number_literal] = ACTIONS(930), + [anon_sym_L_SQUOTE] = ACTIONS(930), + [anon_sym_u_SQUOTE] = ACTIONS(930), + [anon_sym_U_SQUOTE] = ACTIONS(930), + [anon_sym_u8_SQUOTE] = ACTIONS(930), + [anon_sym_SQUOTE] = ACTIONS(930), + [anon_sym_L_DQUOTE] = ACTIONS(930), + [anon_sym_u_DQUOTE] = ACTIONS(930), + [anon_sym_U_DQUOTE] = ACTIONS(930), + [anon_sym_u8_DQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE] = ACTIONS(930), + [sym_true] = ACTIONS(928), + [sym_false] = ACTIONS(928), + [sym_null] = ACTIONS(928), [sym_comment] = ACTIONS(3), }, [216] = { - [sym_identifier] = ACTIONS(948), - [aux_sym_preproc_include_token1] = ACTIONS(948), - [aux_sym_preproc_def_token1] = ACTIONS(948), - [aux_sym_preproc_if_token1] = ACTIONS(948), - [aux_sym_preproc_if_token2] = ACTIONS(948), - [aux_sym_preproc_ifdef_token1] = ACTIONS(948), - [aux_sym_preproc_ifdef_token2] = ACTIONS(948), - [sym_preproc_directive] = ACTIONS(948), - [anon_sym_LPAREN2] = ACTIONS(950), - [anon_sym_BANG] = ACTIONS(950), - [anon_sym_TILDE] = ACTIONS(950), - [anon_sym_DASH] = ACTIONS(948), - [anon_sym_PLUS] = ACTIONS(948), - [anon_sym_STAR] = ACTIONS(950), - [anon_sym_AMP] = ACTIONS(950), - [anon_sym_SEMI] = ACTIONS(950), - [anon_sym_typedef] = ACTIONS(948), - [anon_sym_extern] = ACTIONS(948), - [anon_sym___attribute__] = ACTIONS(948), - [anon_sym_LBRACK_LBRACK] = ACTIONS(950), - [anon_sym___declspec] = ACTIONS(948), - [anon_sym___cdecl] = ACTIONS(948), - [anon_sym___clrcall] = ACTIONS(948), - [anon_sym___stdcall] = ACTIONS(948), - [anon_sym___fastcall] = ACTIONS(948), - [anon_sym___thiscall] = ACTIONS(948), - [anon_sym___vectorcall] = ACTIONS(948), - [anon_sym_LBRACE] = ACTIONS(950), - [anon_sym_static] = ACTIONS(948), - [anon_sym_auto] = ACTIONS(948), - [anon_sym_register] = ACTIONS(948), - [anon_sym_inline] = ACTIONS(948), - [anon_sym_const] = ACTIONS(948), - [anon_sym_volatile] = ACTIONS(948), - [anon_sym_restrict] = ACTIONS(948), - [anon_sym___restrict__] = ACTIONS(948), - [anon_sym__Atomic] = ACTIONS(948), - [anon_sym__Noreturn] = ACTIONS(948), - [anon_sym_signed] = ACTIONS(948), - [anon_sym_unsigned] = ACTIONS(948), - [anon_sym_long] = ACTIONS(948), - [anon_sym_short] = ACTIONS(948), - [sym_primitive_type] = ACTIONS(948), - [anon_sym_enum] = ACTIONS(948), - [anon_sym_struct] = ACTIONS(948), - [anon_sym_union] = ACTIONS(948), - [anon_sym_if] = ACTIONS(948), - [anon_sym_else] = ACTIONS(948), - [anon_sym_switch] = ACTIONS(948), - [anon_sym_case] = ACTIONS(948), - [anon_sym_default] = ACTIONS(948), - [anon_sym_while] = ACTIONS(948), - [anon_sym_do] = ACTIONS(948), - [anon_sym_for] = ACTIONS(948), - [anon_sym_return] = ACTIONS(948), - [anon_sym_break] = ACTIONS(948), - [anon_sym_continue] = ACTIONS(948), - [anon_sym_goto] = ACTIONS(948), - [anon_sym_DASH_DASH] = ACTIONS(950), - [anon_sym_PLUS_PLUS] = ACTIONS(950), - [anon_sym_sizeof] = ACTIONS(948), - [anon_sym_offsetof] = ACTIONS(948), - [anon_sym__Generic] = ACTIONS(948), - [anon_sym_asm] = ACTIONS(948), - [anon_sym___asm__] = ACTIONS(948), - [sym_number_literal] = ACTIONS(950), - [anon_sym_L_SQUOTE] = ACTIONS(950), - [anon_sym_u_SQUOTE] = ACTIONS(950), - [anon_sym_U_SQUOTE] = ACTIONS(950), - [anon_sym_u8_SQUOTE] = ACTIONS(950), - [anon_sym_SQUOTE] = ACTIONS(950), - [anon_sym_L_DQUOTE] = ACTIONS(950), - [anon_sym_u_DQUOTE] = ACTIONS(950), - [anon_sym_U_DQUOTE] = ACTIONS(950), - [anon_sym_u8_DQUOTE] = ACTIONS(950), - [anon_sym_DQUOTE] = ACTIONS(950), - [sym_true] = ACTIONS(948), - [sym_false] = ACTIONS(948), - [sym_null] = ACTIONS(948), + [sym_identifier] = ACTIONS(1024), + [aux_sym_preproc_include_token1] = ACTIONS(1024), + [aux_sym_preproc_def_token1] = ACTIONS(1024), + [aux_sym_preproc_if_token1] = ACTIONS(1024), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1024), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1024), + [sym_preproc_directive] = ACTIONS(1024), + [anon_sym_LPAREN2] = ACTIONS(1026), + [anon_sym_BANG] = ACTIONS(1026), + [anon_sym_TILDE] = ACTIONS(1026), + [anon_sym_DASH] = ACTIONS(1024), + [anon_sym_PLUS] = ACTIONS(1024), + [anon_sym_STAR] = ACTIONS(1026), + [anon_sym_AMP] = ACTIONS(1026), + [anon_sym_SEMI] = ACTIONS(1026), + [anon_sym_typedef] = ACTIONS(1024), + [anon_sym_extern] = ACTIONS(1024), + [anon_sym___attribute__] = ACTIONS(1024), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1026), + [anon_sym___declspec] = ACTIONS(1024), + [anon_sym___cdecl] = ACTIONS(1024), + [anon_sym___clrcall] = ACTIONS(1024), + [anon_sym___stdcall] = ACTIONS(1024), + [anon_sym___fastcall] = ACTIONS(1024), + [anon_sym___thiscall] = ACTIONS(1024), + [anon_sym___vectorcall] = ACTIONS(1024), + [anon_sym_LBRACE] = ACTIONS(1026), + [anon_sym_RBRACE] = ACTIONS(1026), + [anon_sym_static] = ACTIONS(1024), + [anon_sym_auto] = ACTIONS(1024), + [anon_sym_register] = ACTIONS(1024), + [anon_sym_inline] = ACTIONS(1024), + [anon_sym_const] = ACTIONS(1024), + [anon_sym_volatile] = ACTIONS(1024), + [anon_sym_restrict] = ACTIONS(1024), + [anon_sym___restrict__] = ACTIONS(1024), + [anon_sym__Atomic] = ACTIONS(1024), + [anon_sym__Noreturn] = ACTIONS(1024), + [anon_sym_signed] = ACTIONS(1024), + [anon_sym_unsigned] = ACTIONS(1024), + [anon_sym_long] = ACTIONS(1024), + [anon_sym_short] = ACTIONS(1024), + [sym_primitive_type] = ACTIONS(1024), + [anon_sym_enum] = ACTIONS(1024), + [anon_sym_struct] = ACTIONS(1024), + [anon_sym_union] = ACTIONS(1024), + [anon_sym_if] = ACTIONS(1024), + [anon_sym_else] = ACTIONS(1024), + [anon_sym_switch] = ACTIONS(1024), + [anon_sym_case] = ACTIONS(1024), + [anon_sym_default] = ACTIONS(1024), + [anon_sym_while] = ACTIONS(1024), + [anon_sym_do] = ACTIONS(1024), + [anon_sym_for] = ACTIONS(1024), + [anon_sym_return] = ACTIONS(1024), + [anon_sym_break] = ACTIONS(1024), + [anon_sym_continue] = ACTIONS(1024), + [anon_sym_goto] = ACTIONS(1024), + [anon_sym_DASH_DASH] = ACTIONS(1026), + [anon_sym_PLUS_PLUS] = ACTIONS(1026), + [anon_sym_sizeof] = ACTIONS(1024), + [anon_sym_offsetof] = ACTIONS(1024), + [anon_sym__Generic] = ACTIONS(1024), + [anon_sym_asm] = ACTIONS(1024), + [anon_sym___asm__] = ACTIONS(1024), + [sym_number_literal] = ACTIONS(1026), + [anon_sym_L_SQUOTE] = ACTIONS(1026), + [anon_sym_u_SQUOTE] = ACTIONS(1026), + [anon_sym_U_SQUOTE] = ACTIONS(1026), + [anon_sym_u8_SQUOTE] = ACTIONS(1026), + [anon_sym_SQUOTE] = ACTIONS(1026), + [anon_sym_L_DQUOTE] = ACTIONS(1026), + [anon_sym_u_DQUOTE] = ACTIONS(1026), + [anon_sym_U_DQUOTE] = ACTIONS(1026), + [anon_sym_u8_DQUOTE] = ACTIONS(1026), + [anon_sym_DQUOTE] = ACTIONS(1026), + [sym_true] = ACTIONS(1024), + [sym_false] = ACTIONS(1024), + [sym_null] = ACTIONS(1024), [sym_comment] = ACTIONS(3), }, [217] = { @@ -35034,416 +35140,88 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [218] = { - [sym_identifier] = ACTIONS(952), - [aux_sym_preproc_include_token1] = ACTIONS(952), - [aux_sym_preproc_def_token1] = ACTIONS(952), - [aux_sym_preproc_if_token1] = ACTIONS(952), - [aux_sym_preproc_if_token2] = ACTIONS(952), - [aux_sym_preproc_ifdef_token1] = ACTIONS(952), - [aux_sym_preproc_ifdef_token2] = ACTIONS(952), - [sym_preproc_directive] = ACTIONS(952), - [anon_sym_LPAREN2] = ACTIONS(954), - [anon_sym_BANG] = ACTIONS(954), - [anon_sym_TILDE] = ACTIONS(954), - [anon_sym_DASH] = ACTIONS(952), - [anon_sym_PLUS] = ACTIONS(952), - [anon_sym_STAR] = ACTIONS(954), - [anon_sym_AMP] = ACTIONS(954), - [anon_sym_SEMI] = ACTIONS(954), - [anon_sym_typedef] = ACTIONS(952), - [anon_sym_extern] = ACTIONS(952), - [anon_sym___attribute__] = ACTIONS(952), - [anon_sym_LBRACK_LBRACK] = ACTIONS(954), - [anon_sym___declspec] = ACTIONS(952), - [anon_sym___cdecl] = ACTIONS(952), - [anon_sym___clrcall] = ACTIONS(952), - [anon_sym___stdcall] = ACTIONS(952), - [anon_sym___fastcall] = ACTIONS(952), - [anon_sym___thiscall] = ACTIONS(952), - [anon_sym___vectorcall] = ACTIONS(952), - [anon_sym_LBRACE] = ACTIONS(954), - [anon_sym_static] = ACTIONS(952), - [anon_sym_auto] = ACTIONS(952), - [anon_sym_register] = ACTIONS(952), - [anon_sym_inline] = ACTIONS(952), - [anon_sym_const] = ACTIONS(952), - [anon_sym_volatile] = ACTIONS(952), - [anon_sym_restrict] = ACTIONS(952), - [anon_sym___restrict__] = ACTIONS(952), - [anon_sym__Atomic] = ACTIONS(952), - [anon_sym__Noreturn] = ACTIONS(952), - [anon_sym_signed] = ACTIONS(952), - [anon_sym_unsigned] = ACTIONS(952), - [anon_sym_long] = ACTIONS(952), - [anon_sym_short] = ACTIONS(952), - [sym_primitive_type] = ACTIONS(952), - [anon_sym_enum] = ACTIONS(952), - [anon_sym_struct] = ACTIONS(952), - [anon_sym_union] = ACTIONS(952), - [anon_sym_if] = ACTIONS(952), - [anon_sym_else] = ACTIONS(952), - [anon_sym_switch] = ACTIONS(952), - [anon_sym_case] = ACTIONS(952), - [anon_sym_default] = ACTIONS(952), - [anon_sym_while] = ACTIONS(952), - [anon_sym_do] = ACTIONS(952), - [anon_sym_for] = ACTIONS(952), - [anon_sym_return] = ACTIONS(952), - [anon_sym_break] = ACTIONS(952), - [anon_sym_continue] = ACTIONS(952), - [anon_sym_goto] = ACTIONS(952), - [anon_sym_DASH_DASH] = ACTIONS(954), - [anon_sym_PLUS_PLUS] = ACTIONS(954), - [anon_sym_sizeof] = ACTIONS(952), - [anon_sym_offsetof] = ACTIONS(952), - [anon_sym__Generic] = ACTIONS(952), - [anon_sym_asm] = ACTIONS(952), - [anon_sym___asm__] = ACTIONS(952), - [sym_number_literal] = ACTIONS(954), - [anon_sym_L_SQUOTE] = ACTIONS(954), - [anon_sym_u_SQUOTE] = ACTIONS(954), - [anon_sym_U_SQUOTE] = ACTIONS(954), - [anon_sym_u8_SQUOTE] = ACTIONS(954), - [anon_sym_SQUOTE] = ACTIONS(954), - [anon_sym_L_DQUOTE] = ACTIONS(954), - [anon_sym_u_DQUOTE] = ACTIONS(954), - [anon_sym_U_DQUOTE] = ACTIONS(954), - [anon_sym_u8_DQUOTE] = ACTIONS(954), - [anon_sym_DQUOTE] = ACTIONS(954), - [sym_true] = ACTIONS(952), - [sym_false] = ACTIONS(952), - [sym_null] = ACTIONS(952), + [ts_builtin_sym_end] = ACTIONS(986), + [sym_identifier] = ACTIONS(984), + [aux_sym_preproc_include_token1] = ACTIONS(984), + [aux_sym_preproc_def_token1] = ACTIONS(984), + [aux_sym_preproc_if_token1] = ACTIONS(984), + [aux_sym_preproc_ifdef_token1] = ACTIONS(984), + [aux_sym_preproc_ifdef_token2] = ACTIONS(984), + [sym_preproc_directive] = ACTIONS(984), + [anon_sym_LPAREN2] = ACTIONS(986), + [anon_sym_BANG] = ACTIONS(986), + [anon_sym_TILDE] = ACTIONS(986), + [anon_sym_DASH] = ACTIONS(984), + [anon_sym_PLUS] = ACTIONS(984), + [anon_sym_STAR] = ACTIONS(986), + [anon_sym_AMP] = ACTIONS(986), + [anon_sym_SEMI] = ACTIONS(986), + [anon_sym_typedef] = ACTIONS(984), + [anon_sym_extern] = ACTIONS(984), + [anon_sym___attribute__] = ACTIONS(984), + [anon_sym_LBRACK_LBRACK] = ACTIONS(986), + [anon_sym___declspec] = ACTIONS(984), + [anon_sym___cdecl] = ACTIONS(984), + [anon_sym___clrcall] = ACTIONS(984), + [anon_sym___stdcall] = ACTIONS(984), + [anon_sym___fastcall] = ACTIONS(984), + [anon_sym___thiscall] = ACTIONS(984), + [anon_sym___vectorcall] = ACTIONS(984), + [anon_sym_LBRACE] = ACTIONS(986), + [anon_sym_static] = ACTIONS(984), + [anon_sym_auto] = ACTIONS(984), + [anon_sym_register] = ACTIONS(984), + [anon_sym_inline] = ACTIONS(984), + [anon_sym_const] = ACTIONS(984), + [anon_sym_volatile] = ACTIONS(984), + [anon_sym_restrict] = ACTIONS(984), + [anon_sym___restrict__] = ACTIONS(984), + [anon_sym__Atomic] = ACTIONS(984), + [anon_sym__Noreturn] = ACTIONS(984), + [anon_sym_signed] = ACTIONS(984), + [anon_sym_unsigned] = ACTIONS(984), + [anon_sym_long] = ACTIONS(984), + [anon_sym_short] = ACTIONS(984), + [sym_primitive_type] = ACTIONS(984), + [anon_sym_enum] = ACTIONS(984), + [anon_sym_struct] = ACTIONS(984), + [anon_sym_union] = ACTIONS(984), + [anon_sym_if] = ACTIONS(984), + [anon_sym_else] = ACTIONS(984), + [anon_sym_switch] = ACTIONS(984), + [anon_sym_case] = ACTIONS(984), + [anon_sym_default] = ACTIONS(984), + [anon_sym_while] = ACTIONS(984), + [anon_sym_do] = ACTIONS(984), + [anon_sym_for] = ACTIONS(984), + [anon_sym_return] = ACTIONS(984), + [anon_sym_break] = ACTIONS(984), + [anon_sym_continue] = ACTIONS(984), + [anon_sym_goto] = ACTIONS(984), + [anon_sym_DASH_DASH] = ACTIONS(986), + [anon_sym_PLUS_PLUS] = ACTIONS(986), + [anon_sym_sizeof] = ACTIONS(984), + [anon_sym_offsetof] = ACTIONS(984), + [anon_sym__Generic] = ACTIONS(984), + [anon_sym_asm] = ACTIONS(984), + [anon_sym___asm__] = ACTIONS(984), + [sym_number_literal] = ACTIONS(986), + [anon_sym_L_SQUOTE] = ACTIONS(986), + [anon_sym_u_SQUOTE] = ACTIONS(986), + [anon_sym_U_SQUOTE] = ACTIONS(986), + [anon_sym_u8_SQUOTE] = ACTIONS(986), + [anon_sym_SQUOTE] = ACTIONS(986), + [anon_sym_L_DQUOTE] = ACTIONS(986), + [anon_sym_u_DQUOTE] = ACTIONS(986), + [anon_sym_U_DQUOTE] = ACTIONS(986), + [anon_sym_u8_DQUOTE] = ACTIONS(986), + [anon_sym_DQUOTE] = ACTIONS(986), + [sym_true] = ACTIONS(984), + [sym_false] = ACTIONS(984), + [sym_null] = ACTIONS(984), [sym_comment] = ACTIONS(3), }, [219] = { - [sym_identifier] = ACTIONS(930), - [aux_sym_preproc_include_token1] = ACTIONS(930), - [aux_sym_preproc_def_token1] = ACTIONS(930), - [aux_sym_preproc_if_token1] = ACTIONS(930), - [aux_sym_preproc_ifdef_token1] = ACTIONS(930), - [aux_sym_preproc_ifdef_token2] = ACTIONS(930), - [sym_preproc_directive] = ACTIONS(930), - [anon_sym_LPAREN2] = ACTIONS(932), - [anon_sym_BANG] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(930), - [anon_sym_PLUS] = ACTIONS(930), - [anon_sym_STAR] = ACTIONS(932), - [anon_sym_AMP] = ACTIONS(932), - [anon_sym_SEMI] = ACTIONS(932), - [anon_sym_typedef] = ACTIONS(930), - [anon_sym_extern] = ACTIONS(930), - [anon_sym___attribute__] = ACTIONS(930), - [anon_sym_LBRACK_LBRACK] = ACTIONS(932), - [anon_sym___declspec] = ACTIONS(930), - [anon_sym___cdecl] = ACTIONS(930), - [anon_sym___clrcall] = ACTIONS(930), - [anon_sym___stdcall] = ACTIONS(930), - [anon_sym___fastcall] = ACTIONS(930), - [anon_sym___thiscall] = ACTIONS(930), - [anon_sym___vectorcall] = ACTIONS(930), - [anon_sym_LBRACE] = ACTIONS(932), - [anon_sym_RBRACE] = ACTIONS(932), - [anon_sym_static] = ACTIONS(930), - [anon_sym_auto] = ACTIONS(930), - [anon_sym_register] = ACTIONS(930), - [anon_sym_inline] = ACTIONS(930), - [anon_sym_const] = ACTIONS(930), - [anon_sym_volatile] = ACTIONS(930), - [anon_sym_restrict] = ACTIONS(930), - [anon_sym___restrict__] = ACTIONS(930), - [anon_sym__Atomic] = ACTIONS(930), - [anon_sym__Noreturn] = ACTIONS(930), - [anon_sym_signed] = ACTIONS(930), - [anon_sym_unsigned] = ACTIONS(930), - [anon_sym_long] = ACTIONS(930), - [anon_sym_short] = ACTIONS(930), - [sym_primitive_type] = ACTIONS(930), - [anon_sym_enum] = ACTIONS(930), - [anon_sym_struct] = ACTIONS(930), - [anon_sym_union] = ACTIONS(930), - [anon_sym_if] = ACTIONS(930), - [anon_sym_else] = ACTIONS(930), - [anon_sym_switch] = ACTIONS(930), - [anon_sym_case] = ACTIONS(930), - [anon_sym_default] = ACTIONS(930), - [anon_sym_while] = ACTIONS(930), - [anon_sym_do] = ACTIONS(930), - [anon_sym_for] = ACTIONS(930), - [anon_sym_return] = ACTIONS(930), - [anon_sym_break] = ACTIONS(930), - [anon_sym_continue] = ACTIONS(930), - [anon_sym_goto] = ACTIONS(930), - [anon_sym_DASH_DASH] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(932), - [anon_sym_sizeof] = ACTIONS(930), - [anon_sym_offsetof] = ACTIONS(930), - [anon_sym__Generic] = ACTIONS(930), - [anon_sym_asm] = ACTIONS(930), - [anon_sym___asm__] = ACTIONS(930), - [sym_number_literal] = ACTIONS(932), - [anon_sym_L_SQUOTE] = ACTIONS(932), - [anon_sym_u_SQUOTE] = ACTIONS(932), - [anon_sym_U_SQUOTE] = ACTIONS(932), - [anon_sym_u8_SQUOTE] = ACTIONS(932), - [anon_sym_SQUOTE] = ACTIONS(932), - [anon_sym_L_DQUOTE] = ACTIONS(932), - [anon_sym_u_DQUOTE] = ACTIONS(932), - [anon_sym_U_DQUOTE] = ACTIONS(932), - [anon_sym_u8_DQUOTE] = ACTIONS(932), - [anon_sym_DQUOTE] = ACTIONS(932), - [sym_true] = ACTIONS(930), - [sym_false] = ACTIONS(930), - [sym_null] = ACTIONS(930), - [sym_comment] = ACTIONS(3), - }, - [220] = { - [sym_identifier] = ACTIONS(956), - [aux_sym_preproc_include_token1] = ACTIONS(956), - [aux_sym_preproc_def_token1] = ACTIONS(956), - [aux_sym_preproc_if_token1] = ACTIONS(956), - [aux_sym_preproc_if_token2] = ACTIONS(956), - [aux_sym_preproc_ifdef_token1] = ACTIONS(956), - [aux_sym_preproc_ifdef_token2] = ACTIONS(956), - [sym_preproc_directive] = ACTIONS(956), - [anon_sym_LPAREN2] = ACTIONS(958), - [anon_sym_BANG] = ACTIONS(958), - [anon_sym_TILDE] = ACTIONS(958), - [anon_sym_DASH] = ACTIONS(956), - [anon_sym_PLUS] = ACTIONS(956), - [anon_sym_STAR] = ACTIONS(958), - [anon_sym_AMP] = ACTIONS(958), - [anon_sym_SEMI] = ACTIONS(958), - [anon_sym_typedef] = ACTIONS(956), - [anon_sym_extern] = ACTIONS(956), - [anon_sym___attribute__] = ACTIONS(956), - [anon_sym_LBRACK_LBRACK] = ACTIONS(958), - [anon_sym___declspec] = ACTIONS(956), - [anon_sym___cdecl] = ACTIONS(956), - [anon_sym___clrcall] = ACTIONS(956), - [anon_sym___stdcall] = ACTIONS(956), - [anon_sym___fastcall] = ACTIONS(956), - [anon_sym___thiscall] = ACTIONS(956), - [anon_sym___vectorcall] = ACTIONS(956), - [anon_sym_LBRACE] = ACTIONS(958), - [anon_sym_static] = ACTIONS(956), - [anon_sym_auto] = ACTIONS(956), - [anon_sym_register] = ACTIONS(956), - [anon_sym_inline] = ACTIONS(956), - [anon_sym_const] = ACTIONS(956), - [anon_sym_volatile] = ACTIONS(956), - [anon_sym_restrict] = ACTIONS(956), - [anon_sym___restrict__] = ACTIONS(956), - [anon_sym__Atomic] = ACTIONS(956), - [anon_sym__Noreturn] = ACTIONS(956), - [anon_sym_signed] = ACTIONS(956), - [anon_sym_unsigned] = ACTIONS(956), - [anon_sym_long] = ACTIONS(956), - [anon_sym_short] = ACTIONS(956), - [sym_primitive_type] = ACTIONS(956), - [anon_sym_enum] = ACTIONS(956), - [anon_sym_struct] = ACTIONS(956), - [anon_sym_union] = ACTIONS(956), - [anon_sym_if] = ACTIONS(956), - [anon_sym_else] = ACTIONS(956), - [anon_sym_switch] = ACTIONS(956), - [anon_sym_case] = ACTIONS(956), - [anon_sym_default] = ACTIONS(956), - [anon_sym_while] = ACTIONS(956), - [anon_sym_do] = ACTIONS(956), - [anon_sym_for] = ACTIONS(956), - [anon_sym_return] = ACTIONS(956), - [anon_sym_break] = ACTIONS(956), - [anon_sym_continue] = ACTIONS(956), - [anon_sym_goto] = ACTIONS(956), - [anon_sym_DASH_DASH] = ACTIONS(958), - [anon_sym_PLUS_PLUS] = ACTIONS(958), - [anon_sym_sizeof] = ACTIONS(956), - [anon_sym_offsetof] = ACTIONS(956), - [anon_sym__Generic] = ACTIONS(956), - [anon_sym_asm] = ACTIONS(956), - [anon_sym___asm__] = ACTIONS(956), - [sym_number_literal] = ACTIONS(958), - [anon_sym_L_SQUOTE] = ACTIONS(958), - [anon_sym_u_SQUOTE] = ACTIONS(958), - [anon_sym_U_SQUOTE] = ACTIONS(958), - [anon_sym_u8_SQUOTE] = ACTIONS(958), - [anon_sym_SQUOTE] = ACTIONS(958), - [anon_sym_L_DQUOTE] = ACTIONS(958), - [anon_sym_u_DQUOTE] = ACTIONS(958), - [anon_sym_U_DQUOTE] = ACTIONS(958), - [anon_sym_u8_DQUOTE] = ACTIONS(958), - [anon_sym_DQUOTE] = ACTIONS(958), - [sym_true] = ACTIONS(956), - [sym_false] = ACTIONS(956), - [sym_null] = ACTIONS(956), - [sym_comment] = ACTIONS(3), - }, - [221] = { - [sym_identifier] = ACTIONS(934), - [aux_sym_preproc_include_token1] = ACTIONS(934), - [aux_sym_preproc_def_token1] = ACTIONS(934), - [aux_sym_preproc_if_token1] = ACTIONS(934), - [aux_sym_preproc_ifdef_token1] = ACTIONS(934), - [aux_sym_preproc_ifdef_token2] = ACTIONS(934), - [sym_preproc_directive] = ACTIONS(934), - [anon_sym_LPAREN2] = ACTIONS(936), - [anon_sym_BANG] = ACTIONS(936), - [anon_sym_TILDE] = ACTIONS(936), - [anon_sym_DASH] = ACTIONS(934), - [anon_sym_PLUS] = ACTIONS(934), - [anon_sym_STAR] = ACTIONS(936), - [anon_sym_AMP] = ACTIONS(936), - [anon_sym_SEMI] = ACTIONS(936), - [anon_sym_typedef] = ACTIONS(934), - [anon_sym_extern] = ACTIONS(934), - [anon_sym___attribute__] = ACTIONS(934), - [anon_sym_LBRACK_LBRACK] = ACTIONS(936), - [anon_sym___declspec] = ACTIONS(934), - [anon_sym___cdecl] = ACTIONS(934), - [anon_sym___clrcall] = ACTIONS(934), - [anon_sym___stdcall] = ACTIONS(934), - [anon_sym___fastcall] = ACTIONS(934), - [anon_sym___thiscall] = ACTIONS(934), - [anon_sym___vectorcall] = ACTIONS(934), - [anon_sym_LBRACE] = ACTIONS(936), - [anon_sym_RBRACE] = ACTIONS(936), - [anon_sym_static] = ACTIONS(934), - [anon_sym_auto] = ACTIONS(934), - [anon_sym_register] = ACTIONS(934), - [anon_sym_inline] = ACTIONS(934), - [anon_sym_const] = ACTIONS(934), - [anon_sym_volatile] = ACTIONS(934), - [anon_sym_restrict] = ACTIONS(934), - [anon_sym___restrict__] = ACTIONS(934), - [anon_sym__Atomic] = ACTIONS(934), - [anon_sym__Noreturn] = ACTIONS(934), - [anon_sym_signed] = ACTIONS(934), - [anon_sym_unsigned] = ACTIONS(934), - [anon_sym_long] = ACTIONS(934), - [anon_sym_short] = ACTIONS(934), - [sym_primitive_type] = ACTIONS(934), - [anon_sym_enum] = ACTIONS(934), - [anon_sym_struct] = ACTIONS(934), - [anon_sym_union] = ACTIONS(934), - [anon_sym_if] = ACTIONS(934), - [anon_sym_else] = ACTIONS(1370), - [anon_sym_switch] = ACTIONS(934), - [anon_sym_case] = ACTIONS(934), - [anon_sym_default] = ACTIONS(934), - [anon_sym_while] = ACTIONS(934), - [anon_sym_do] = ACTIONS(934), - [anon_sym_for] = ACTIONS(934), - [anon_sym_return] = ACTIONS(934), - [anon_sym_break] = ACTIONS(934), - [anon_sym_continue] = ACTIONS(934), - [anon_sym_goto] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(936), - [anon_sym_PLUS_PLUS] = ACTIONS(936), - [anon_sym_sizeof] = ACTIONS(934), - [anon_sym_offsetof] = ACTIONS(934), - [anon_sym__Generic] = ACTIONS(934), - [anon_sym_asm] = ACTIONS(934), - [anon_sym___asm__] = ACTIONS(934), - [sym_number_literal] = ACTIONS(936), - [anon_sym_L_SQUOTE] = ACTIONS(936), - [anon_sym_u_SQUOTE] = ACTIONS(936), - [anon_sym_U_SQUOTE] = ACTIONS(936), - [anon_sym_u8_SQUOTE] = ACTIONS(936), - [anon_sym_SQUOTE] = ACTIONS(936), - [anon_sym_L_DQUOTE] = ACTIONS(936), - [anon_sym_u_DQUOTE] = ACTIONS(936), - [anon_sym_U_DQUOTE] = ACTIONS(936), - [anon_sym_u8_DQUOTE] = ACTIONS(936), - [anon_sym_DQUOTE] = ACTIONS(936), - [sym_true] = ACTIONS(934), - [sym_false] = ACTIONS(934), - [sym_null] = ACTIONS(934), - [sym_comment] = ACTIONS(3), - }, - [222] = { - [sym_identifier] = ACTIONS(940), - [aux_sym_preproc_include_token1] = ACTIONS(940), - [aux_sym_preproc_def_token1] = ACTIONS(940), - [aux_sym_preproc_if_token1] = ACTIONS(940), - [aux_sym_preproc_ifdef_token1] = ACTIONS(940), - [aux_sym_preproc_ifdef_token2] = ACTIONS(940), - [sym_preproc_directive] = ACTIONS(940), - [anon_sym_LPAREN2] = ACTIONS(942), - [anon_sym_BANG] = ACTIONS(942), - [anon_sym_TILDE] = ACTIONS(942), - [anon_sym_DASH] = ACTIONS(940), - [anon_sym_PLUS] = ACTIONS(940), - [anon_sym_STAR] = ACTIONS(942), - [anon_sym_AMP] = ACTIONS(942), - [anon_sym_SEMI] = ACTIONS(942), - [anon_sym_typedef] = ACTIONS(940), - [anon_sym_extern] = ACTIONS(940), - [anon_sym___attribute__] = ACTIONS(940), - [anon_sym_LBRACK_LBRACK] = ACTIONS(942), - [anon_sym___declspec] = ACTIONS(940), - [anon_sym___cdecl] = ACTIONS(940), - [anon_sym___clrcall] = ACTIONS(940), - [anon_sym___stdcall] = ACTIONS(940), - [anon_sym___fastcall] = ACTIONS(940), - [anon_sym___thiscall] = ACTIONS(940), - [anon_sym___vectorcall] = ACTIONS(940), - [anon_sym_LBRACE] = ACTIONS(942), - [anon_sym_RBRACE] = ACTIONS(942), - [anon_sym_static] = ACTIONS(940), - [anon_sym_auto] = ACTIONS(940), - [anon_sym_register] = ACTIONS(940), - [anon_sym_inline] = ACTIONS(940), - [anon_sym_const] = ACTIONS(940), - [anon_sym_volatile] = ACTIONS(940), - [anon_sym_restrict] = ACTIONS(940), - [anon_sym___restrict__] = ACTIONS(940), - [anon_sym__Atomic] = ACTIONS(940), - [anon_sym__Noreturn] = ACTIONS(940), - [anon_sym_signed] = ACTIONS(940), - [anon_sym_unsigned] = ACTIONS(940), - [anon_sym_long] = ACTIONS(940), - [anon_sym_short] = ACTIONS(940), - [sym_primitive_type] = ACTIONS(940), - [anon_sym_enum] = ACTIONS(940), - [anon_sym_struct] = ACTIONS(940), - [anon_sym_union] = ACTIONS(940), - [anon_sym_if] = ACTIONS(940), - [anon_sym_else] = ACTIONS(940), - [anon_sym_switch] = ACTIONS(940), - [anon_sym_case] = ACTIONS(940), - [anon_sym_default] = ACTIONS(940), - [anon_sym_while] = ACTIONS(940), - [anon_sym_do] = ACTIONS(940), - [anon_sym_for] = ACTIONS(940), - [anon_sym_return] = ACTIONS(940), - [anon_sym_break] = ACTIONS(940), - [anon_sym_continue] = ACTIONS(940), - [anon_sym_goto] = ACTIONS(940), - [anon_sym_DASH_DASH] = ACTIONS(942), - [anon_sym_PLUS_PLUS] = ACTIONS(942), - [anon_sym_sizeof] = ACTIONS(940), - [anon_sym_offsetof] = ACTIONS(940), - [anon_sym__Generic] = ACTIONS(940), - [anon_sym_asm] = ACTIONS(940), - [anon_sym___asm__] = ACTIONS(940), - [sym_number_literal] = ACTIONS(942), - [anon_sym_L_SQUOTE] = ACTIONS(942), - [anon_sym_u_SQUOTE] = ACTIONS(942), - [anon_sym_U_SQUOTE] = ACTIONS(942), - [anon_sym_u8_SQUOTE] = ACTIONS(942), - [anon_sym_SQUOTE] = ACTIONS(942), - [anon_sym_L_DQUOTE] = ACTIONS(942), - [anon_sym_u_DQUOTE] = ACTIONS(942), - [anon_sym_U_DQUOTE] = ACTIONS(942), - [anon_sym_u8_DQUOTE] = ACTIONS(942), - [anon_sym_DQUOTE] = ACTIONS(942), - [sym_true] = ACTIONS(940), - [sym_false] = ACTIONS(940), - [sym_null] = ACTIONS(940), - [sym_comment] = ACTIONS(3), - }, - [223] = { [sym_identifier] = ACTIONS(960), [aux_sym_preproc_include_token1] = ACTIONS(960), [aux_sym_preproc_def_token1] = ACTIONS(960), @@ -35525,7 +35303,171 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(960), [sym_comment] = ACTIONS(3), }, - [224] = { + [220] = { + [ts_builtin_sym_end] = ACTIONS(1026), + [sym_identifier] = ACTIONS(1024), + [aux_sym_preproc_include_token1] = ACTIONS(1024), + [aux_sym_preproc_def_token1] = ACTIONS(1024), + [aux_sym_preproc_if_token1] = ACTIONS(1024), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1024), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1024), + [sym_preproc_directive] = ACTIONS(1024), + [anon_sym_LPAREN2] = ACTIONS(1026), + [anon_sym_BANG] = ACTIONS(1026), + [anon_sym_TILDE] = ACTIONS(1026), + [anon_sym_DASH] = ACTIONS(1024), + [anon_sym_PLUS] = ACTIONS(1024), + [anon_sym_STAR] = ACTIONS(1026), + [anon_sym_AMP] = ACTIONS(1026), + [anon_sym_SEMI] = ACTIONS(1026), + [anon_sym_typedef] = ACTIONS(1024), + [anon_sym_extern] = ACTIONS(1024), + [anon_sym___attribute__] = ACTIONS(1024), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1026), + [anon_sym___declspec] = ACTIONS(1024), + [anon_sym___cdecl] = ACTIONS(1024), + [anon_sym___clrcall] = ACTIONS(1024), + [anon_sym___stdcall] = ACTIONS(1024), + [anon_sym___fastcall] = ACTIONS(1024), + [anon_sym___thiscall] = ACTIONS(1024), + [anon_sym___vectorcall] = ACTIONS(1024), + [anon_sym_LBRACE] = ACTIONS(1026), + [anon_sym_static] = ACTIONS(1024), + [anon_sym_auto] = ACTIONS(1024), + [anon_sym_register] = ACTIONS(1024), + [anon_sym_inline] = ACTIONS(1024), + [anon_sym_const] = ACTIONS(1024), + [anon_sym_volatile] = ACTIONS(1024), + [anon_sym_restrict] = ACTIONS(1024), + [anon_sym___restrict__] = ACTIONS(1024), + [anon_sym__Atomic] = ACTIONS(1024), + [anon_sym__Noreturn] = ACTIONS(1024), + [anon_sym_signed] = ACTIONS(1024), + [anon_sym_unsigned] = ACTIONS(1024), + [anon_sym_long] = ACTIONS(1024), + [anon_sym_short] = ACTIONS(1024), + [sym_primitive_type] = ACTIONS(1024), + [anon_sym_enum] = ACTIONS(1024), + [anon_sym_struct] = ACTIONS(1024), + [anon_sym_union] = ACTIONS(1024), + [anon_sym_if] = ACTIONS(1024), + [anon_sym_else] = ACTIONS(1024), + [anon_sym_switch] = ACTIONS(1024), + [anon_sym_case] = ACTIONS(1024), + [anon_sym_default] = ACTIONS(1024), + [anon_sym_while] = ACTIONS(1024), + [anon_sym_do] = ACTIONS(1024), + [anon_sym_for] = ACTIONS(1024), + [anon_sym_return] = ACTIONS(1024), + [anon_sym_break] = ACTIONS(1024), + [anon_sym_continue] = ACTIONS(1024), + [anon_sym_goto] = ACTIONS(1024), + [anon_sym_DASH_DASH] = ACTIONS(1026), + [anon_sym_PLUS_PLUS] = ACTIONS(1026), + [anon_sym_sizeof] = ACTIONS(1024), + [anon_sym_offsetof] = ACTIONS(1024), + [anon_sym__Generic] = ACTIONS(1024), + [anon_sym_asm] = ACTIONS(1024), + [anon_sym___asm__] = ACTIONS(1024), + [sym_number_literal] = ACTIONS(1026), + [anon_sym_L_SQUOTE] = ACTIONS(1026), + [anon_sym_u_SQUOTE] = ACTIONS(1026), + [anon_sym_U_SQUOTE] = ACTIONS(1026), + [anon_sym_u8_SQUOTE] = ACTIONS(1026), + [anon_sym_SQUOTE] = ACTIONS(1026), + [anon_sym_L_DQUOTE] = ACTIONS(1026), + [anon_sym_u_DQUOTE] = ACTIONS(1026), + [anon_sym_U_DQUOTE] = ACTIONS(1026), + [anon_sym_u8_DQUOTE] = ACTIONS(1026), + [anon_sym_DQUOTE] = ACTIONS(1026), + [sym_true] = ACTIONS(1024), + [sym_false] = ACTIONS(1024), + [sym_null] = ACTIONS(1024), + [sym_comment] = ACTIONS(3), + }, + [221] = { + [sym_identifier] = ACTIONS(932), + [aux_sym_preproc_include_token1] = ACTIONS(932), + [aux_sym_preproc_def_token1] = ACTIONS(932), + [aux_sym_preproc_if_token1] = ACTIONS(932), + [aux_sym_preproc_ifdef_token1] = ACTIONS(932), + [aux_sym_preproc_ifdef_token2] = ACTIONS(932), + [sym_preproc_directive] = ACTIONS(932), + [anon_sym_LPAREN2] = ACTIONS(934), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(934), + [anon_sym_DASH] = ACTIONS(932), + [anon_sym_PLUS] = ACTIONS(932), + [anon_sym_STAR] = ACTIONS(934), + [anon_sym_AMP] = ACTIONS(934), + [anon_sym_SEMI] = ACTIONS(934), + [anon_sym_typedef] = ACTIONS(932), + [anon_sym_extern] = ACTIONS(932), + [anon_sym___attribute__] = ACTIONS(932), + [anon_sym_LBRACK_LBRACK] = ACTIONS(934), + [anon_sym___declspec] = ACTIONS(932), + [anon_sym___cdecl] = ACTIONS(932), + [anon_sym___clrcall] = ACTIONS(932), + [anon_sym___stdcall] = ACTIONS(932), + [anon_sym___fastcall] = ACTIONS(932), + [anon_sym___thiscall] = ACTIONS(932), + [anon_sym___vectorcall] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_RBRACE] = ACTIONS(934), + [anon_sym_static] = ACTIONS(932), + [anon_sym_auto] = ACTIONS(932), + [anon_sym_register] = ACTIONS(932), + [anon_sym_inline] = ACTIONS(932), + [anon_sym_const] = ACTIONS(932), + [anon_sym_volatile] = ACTIONS(932), + [anon_sym_restrict] = ACTIONS(932), + [anon_sym___restrict__] = ACTIONS(932), + [anon_sym__Atomic] = ACTIONS(932), + [anon_sym__Noreturn] = ACTIONS(932), + [anon_sym_signed] = ACTIONS(932), + [anon_sym_unsigned] = ACTIONS(932), + [anon_sym_long] = ACTIONS(932), + [anon_sym_short] = ACTIONS(932), + [sym_primitive_type] = ACTIONS(932), + [anon_sym_enum] = ACTIONS(932), + [anon_sym_struct] = ACTIONS(932), + [anon_sym_union] = ACTIONS(932), + [anon_sym_if] = ACTIONS(932), + [anon_sym_else] = ACTIONS(932), + [anon_sym_switch] = ACTIONS(932), + [anon_sym_case] = ACTIONS(932), + [anon_sym_default] = ACTIONS(932), + [anon_sym_while] = ACTIONS(932), + [anon_sym_do] = ACTIONS(932), + [anon_sym_for] = ACTIONS(932), + [anon_sym_return] = ACTIONS(932), + [anon_sym_break] = ACTIONS(932), + [anon_sym_continue] = ACTIONS(932), + [anon_sym_goto] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(934), + [anon_sym_PLUS_PLUS] = ACTIONS(934), + [anon_sym_sizeof] = ACTIONS(932), + [anon_sym_offsetof] = ACTIONS(932), + [anon_sym__Generic] = ACTIONS(932), + [anon_sym_asm] = ACTIONS(932), + [anon_sym___asm__] = ACTIONS(932), + [sym_number_literal] = ACTIONS(934), + [anon_sym_L_SQUOTE] = ACTIONS(934), + [anon_sym_u_SQUOTE] = ACTIONS(934), + [anon_sym_U_SQUOTE] = ACTIONS(934), + [anon_sym_u8_SQUOTE] = ACTIONS(934), + [anon_sym_SQUOTE] = ACTIONS(934), + [anon_sym_L_DQUOTE] = ACTIONS(934), + [anon_sym_u_DQUOTE] = ACTIONS(934), + [anon_sym_U_DQUOTE] = ACTIONS(934), + [anon_sym_u8_DQUOTE] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(934), + [sym_true] = ACTIONS(932), + [sym_false] = ACTIONS(932), + [sym_null] = ACTIONS(932), + [sym_comment] = ACTIONS(3), + }, + [222] = { [sym_identifier] = ACTIONS(944), [aux_sym_preproc_include_token1] = ACTIONS(944), [aux_sym_preproc_def_token1] = ACTIONS(944), @@ -35607,910 +35549,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(944), [sym_comment] = ACTIONS(3), }, - [225] = { - [sym_identifier] = ACTIONS(960), - [aux_sym_preproc_include_token1] = ACTIONS(960), - [aux_sym_preproc_def_token1] = ACTIONS(960), - [aux_sym_preproc_if_token1] = ACTIONS(960), - [aux_sym_preproc_if_token2] = ACTIONS(960), - [aux_sym_preproc_ifdef_token1] = ACTIONS(960), - [aux_sym_preproc_ifdef_token2] = ACTIONS(960), - [sym_preproc_directive] = ACTIONS(960), - [anon_sym_LPAREN2] = ACTIONS(962), - [anon_sym_BANG] = ACTIONS(962), - [anon_sym_TILDE] = ACTIONS(962), - [anon_sym_DASH] = ACTIONS(960), - [anon_sym_PLUS] = ACTIONS(960), - [anon_sym_STAR] = ACTIONS(962), - [anon_sym_AMP] = ACTIONS(962), - [anon_sym_SEMI] = ACTIONS(962), - [anon_sym_typedef] = ACTIONS(960), - [anon_sym_extern] = ACTIONS(960), - [anon_sym___attribute__] = ACTIONS(960), - [anon_sym_LBRACK_LBRACK] = ACTIONS(962), - [anon_sym___declspec] = ACTIONS(960), - [anon_sym___cdecl] = ACTIONS(960), - [anon_sym___clrcall] = ACTIONS(960), - [anon_sym___stdcall] = ACTIONS(960), - [anon_sym___fastcall] = ACTIONS(960), - [anon_sym___thiscall] = ACTIONS(960), - [anon_sym___vectorcall] = ACTIONS(960), - [anon_sym_LBRACE] = ACTIONS(962), - [anon_sym_static] = ACTIONS(960), - [anon_sym_auto] = ACTIONS(960), - [anon_sym_register] = ACTIONS(960), - [anon_sym_inline] = ACTIONS(960), - [anon_sym_const] = ACTIONS(960), - [anon_sym_volatile] = ACTIONS(960), - [anon_sym_restrict] = ACTIONS(960), - [anon_sym___restrict__] = ACTIONS(960), - [anon_sym__Atomic] = ACTIONS(960), - [anon_sym__Noreturn] = ACTIONS(960), - [anon_sym_signed] = ACTIONS(960), - [anon_sym_unsigned] = ACTIONS(960), - [anon_sym_long] = ACTIONS(960), - [anon_sym_short] = ACTIONS(960), - [sym_primitive_type] = ACTIONS(960), - [anon_sym_enum] = ACTIONS(960), - [anon_sym_struct] = ACTIONS(960), - [anon_sym_union] = ACTIONS(960), - [anon_sym_if] = ACTIONS(960), - [anon_sym_else] = ACTIONS(960), - [anon_sym_switch] = ACTIONS(960), - [anon_sym_case] = ACTIONS(960), - [anon_sym_default] = ACTIONS(960), - [anon_sym_while] = ACTIONS(960), - [anon_sym_do] = ACTIONS(960), - [anon_sym_for] = ACTIONS(960), - [anon_sym_return] = ACTIONS(960), - [anon_sym_break] = ACTIONS(960), - [anon_sym_continue] = ACTIONS(960), - [anon_sym_goto] = ACTIONS(960), - [anon_sym_DASH_DASH] = ACTIONS(962), - [anon_sym_PLUS_PLUS] = ACTIONS(962), - [anon_sym_sizeof] = ACTIONS(960), - [anon_sym_offsetof] = ACTIONS(960), - [anon_sym__Generic] = ACTIONS(960), - [anon_sym_asm] = ACTIONS(960), - [anon_sym___asm__] = ACTIONS(960), - [sym_number_literal] = ACTIONS(962), - [anon_sym_L_SQUOTE] = ACTIONS(962), - [anon_sym_u_SQUOTE] = ACTIONS(962), - [anon_sym_U_SQUOTE] = ACTIONS(962), - [anon_sym_u8_SQUOTE] = ACTIONS(962), - [anon_sym_SQUOTE] = ACTIONS(962), - [anon_sym_L_DQUOTE] = ACTIONS(962), - [anon_sym_u_DQUOTE] = ACTIONS(962), - [anon_sym_U_DQUOTE] = ACTIONS(962), - [anon_sym_u8_DQUOTE] = ACTIONS(962), - [anon_sym_DQUOTE] = ACTIONS(962), - [sym_true] = ACTIONS(960), - [sym_false] = ACTIONS(960), - [sym_null] = ACTIONS(960), - [sym_comment] = ACTIONS(3), - }, - [226] = { - [sym_identifier] = ACTIONS(948), - [aux_sym_preproc_include_token1] = ACTIONS(948), - [aux_sym_preproc_def_token1] = ACTIONS(948), - [aux_sym_preproc_if_token1] = ACTIONS(948), - [aux_sym_preproc_ifdef_token1] = ACTIONS(948), - [aux_sym_preproc_ifdef_token2] = ACTIONS(948), - [sym_preproc_directive] = ACTIONS(948), - [anon_sym_LPAREN2] = ACTIONS(950), - [anon_sym_BANG] = ACTIONS(950), - [anon_sym_TILDE] = ACTIONS(950), - [anon_sym_DASH] = ACTIONS(948), - [anon_sym_PLUS] = ACTIONS(948), - [anon_sym_STAR] = ACTIONS(950), - [anon_sym_AMP] = ACTIONS(950), - [anon_sym_SEMI] = ACTIONS(950), - [anon_sym_typedef] = ACTIONS(948), - [anon_sym_extern] = ACTIONS(948), - [anon_sym___attribute__] = ACTIONS(948), - [anon_sym_LBRACK_LBRACK] = ACTIONS(950), - [anon_sym___declspec] = ACTIONS(948), - [anon_sym___cdecl] = ACTIONS(948), - [anon_sym___clrcall] = ACTIONS(948), - [anon_sym___stdcall] = ACTIONS(948), - [anon_sym___fastcall] = ACTIONS(948), - [anon_sym___thiscall] = ACTIONS(948), - [anon_sym___vectorcall] = ACTIONS(948), - [anon_sym_LBRACE] = ACTIONS(950), - [anon_sym_RBRACE] = ACTIONS(950), - [anon_sym_static] = ACTIONS(948), - [anon_sym_auto] = ACTIONS(948), - [anon_sym_register] = ACTIONS(948), - [anon_sym_inline] = ACTIONS(948), - [anon_sym_const] = ACTIONS(948), - [anon_sym_volatile] = ACTIONS(948), - [anon_sym_restrict] = ACTIONS(948), - [anon_sym___restrict__] = ACTIONS(948), - [anon_sym__Atomic] = ACTIONS(948), - [anon_sym__Noreturn] = ACTIONS(948), - [anon_sym_signed] = ACTIONS(948), - [anon_sym_unsigned] = ACTIONS(948), - [anon_sym_long] = ACTIONS(948), - [anon_sym_short] = ACTIONS(948), - [sym_primitive_type] = ACTIONS(948), - [anon_sym_enum] = ACTIONS(948), - [anon_sym_struct] = ACTIONS(948), - [anon_sym_union] = ACTIONS(948), - [anon_sym_if] = ACTIONS(948), - [anon_sym_else] = ACTIONS(948), - [anon_sym_switch] = ACTIONS(948), - [anon_sym_case] = ACTIONS(948), - [anon_sym_default] = ACTIONS(948), - [anon_sym_while] = ACTIONS(948), - [anon_sym_do] = ACTIONS(948), - [anon_sym_for] = ACTIONS(948), - [anon_sym_return] = ACTIONS(948), - [anon_sym_break] = ACTIONS(948), - [anon_sym_continue] = ACTIONS(948), - [anon_sym_goto] = ACTIONS(948), - [anon_sym_DASH_DASH] = ACTIONS(950), - [anon_sym_PLUS_PLUS] = ACTIONS(950), - [anon_sym_sizeof] = ACTIONS(948), - [anon_sym_offsetof] = ACTIONS(948), - [anon_sym__Generic] = ACTIONS(948), - [anon_sym_asm] = ACTIONS(948), - [anon_sym___asm__] = ACTIONS(948), - [sym_number_literal] = ACTIONS(950), - [anon_sym_L_SQUOTE] = ACTIONS(950), - [anon_sym_u_SQUOTE] = ACTIONS(950), - [anon_sym_U_SQUOTE] = ACTIONS(950), - [anon_sym_u8_SQUOTE] = ACTIONS(950), - [anon_sym_SQUOTE] = ACTIONS(950), - [anon_sym_L_DQUOTE] = ACTIONS(950), - [anon_sym_u_DQUOTE] = ACTIONS(950), - [anon_sym_U_DQUOTE] = ACTIONS(950), - [anon_sym_u8_DQUOTE] = ACTIONS(950), - [anon_sym_DQUOTE] = ACTIONS(950), - [sym_true] = ACTIONS(948), - [sym_false] = ACTIONS(948), - [sym_null] = ACTIONS(948), + [223] = { + [sym_identifier] = ACTIONS(956), + [aux_sym_preproc_include_token1] = ACTIONS(956), + [aux_sym_preproc_def_token1] = ACTIONS(956), + [aux_sym_preproc_if_token1] = ACTIONS(956), + [aux_sym_preproc_if_token2] = ACTIONS(956), + [aux_sym_preproc_ifdef_token1] = ACTIONS(956), + [aux_sym_preproc_ifdef_token2] = ACTIONS(956), + [sym_preproc_directive] = ACTIONS(956), + [anon_sym_LPAREN2] = ACTIONS(958), + [anon_sym_BANG] = ACTIONS(958), + [anon_sym_TILDE] = ACTIONS(958), + [anon_sym_DASH] = ACTIONS(956), + [anon_sym_PLUS] = ACTIONS(956), + [anon_sym_STAR] = ACTIONS(958), + [anon_sym_AMP] = ACTIONS(958), + [anon_sym_SEMI] = ACTIONS(958), + [anon_sym_typedef] = ACTIONS(956), + [anon_sym_extern] = ACTIONS(956), + [anon_sym___attribute__] = ACTIONS(956), + [anon_sym_LBRACK_LBRACK] = ACTIONS(958), + [anon_sym___declspec] = ACTIONS(956), + [anon_sym___cdecl] = ACTIONS(956), + [anon_sym___clrcall] = ACTIONS(956), + [anon_sym___stdcall] = ACTIONS(956), + [anon_sym___fastcall] = ACTIONS(956), + [anon_sym___thiscall] = ACTIONS(956), + [anon_sym___vectorcall] = ACTIONS(956), + [anon_sym_LBRACE] = ACTIONS(958), + [anon_sym_static] = ACTIONS(956), + [anon_sym_auto] = ACTIONS(956), + [anon_sym_register] = ACTIONS(956), + [anon_sym_inline] = ACTIONS(956), + [anon_sym_const] = ACTIONS(956), + [anon_sym_volatile] = ACTIONS(956), + [anon_sym_restrict] = ACTIONS(956), + [anon_sym___restrict__] = ACTIONS(956), + [anon_sym__Atomic] = ACTIONS(956), + [anon_sym__Noreturn] = ACTIONS(956), + [anon_sym_signed] = ACTIONS(956), + [anon_sym_unsigned] = ACTIONS(956), + [anon_sym_long] = ACTIONS(956), + [anon_sym_short] = ACTIONS(956), + [sym_primitive_type] = ACTIONS(956), + [anon_sym_enum] = ACTIONS(956), + [anon_sym_struct] = ACTIONS(956), + [anon_sym_union] = ACTIONS(956), + [anon_sym_if] = ACTIONS(956), + [anon_sym_else] = ACTIONS(956), + [anon_sym_switch] = ACTIONS(956), + [anon_sym_case] = ACTIONS(956), + [anon_sym_default] = ACTIONS(956), + [anon_sym_while] = ACTIONS(956), + [anon_sym_do] = ACTIONS(956), + [anon_sym_for] = ACTIONS(956), + [anon_sym_return] = ACTIONS(956), + [anon_sym_break] = ACTIONS(956), + [anon_sym_continue] = ACTIONS(956), + [anon_sym_goto] = ACTIONS(956), + [anon_sym_DASH_DASH] = ACTIONS(958), + [anon_sym_PLUS_PLUS] = ACTIONS(958), + [anon_sym_sizeof] = ACTIONS(956), + [anon_sym_offsetof] = ACTIONS(956), + [anon_sym__Generic] = ACTIONS(956), + [anon_sym_asm] = ACTIONS(956), + [anon_sym___asm__] = ACTIONS(956), + [sym_number_literal] = ACTIONS(958), + [anon_sym_L_SQUOTE] = ACTIONS(958), + [anon_sym_u_SQUOTE] = ACTIONS(958), + [anon_sym_U_SQUOTE] = ACTIONS(958), + [anon_sym_u8_SQUOTE] = ACTIONS(958), + [anon_sym_SQUOTE] = ACTIONS(958), + [anon_sym_L_DQUOTE] = ACTIONS(958), + [anon_sym_u_DQUOTE] = ACTIONS(958), + [anon_sym_U_DQUOTE] = ACTIONS(958), + [anon_sym_u8_DQUOTE] = ACTIONS(958), + [anon_sym_DQUOTE] = ACTIONS(958), + [sym_true] = ACTIONS(956), + [sym_false] = ACTIONS(956), + [sym_null] = ACTIONS(956), [sym_comment] = ACTIONS(3), }, - [227] = { - [sym_identifier] = ACTIONS(952), - [aux_sym_preproc_include_token1] = ACTIONS(952), - [aux_sym_preproc_def_token1] = ACTIONS(952), - [aux_sym_preproc_if_token1] = ACTIONS(952), - [aux_sym_preproc_ifdef_token1] = ACTIONS(952), - [aux_sym_preproc_ifdef_token2] = ACTIONS(952), - [sym_preproc_directive] = ACTIONS(952), - [anon_sym_LPAREN2] = ACTIONS(954), - [anon_sym_BANG] = ACTIONS(954), - [anon_sym_TILDE] = ACTIONS(954), - [anon_sym_DASH] = ACTIONS(952), - [anon_sym_PLUS] = ACTIONS(952), - [anon_sym_STAR] = ACTIONS(954), - [anon_sym_AMP] = ACTIONS(954), - [anon_sym_SEMI] = ACTIONS(954), - [anon_sym_typedef] = ACTIONS(952), - [anon_sym_extern] = ACTIONS(952), - [anon_sym___attribute__] = ACTIONS(952), - [anon_sym_LBRACK_LBRACK] = ACTIONS(954), - [anon_sym___declspec] = ACTIONS(952), - [anon_sym___cdecl] = ACTIONS(952), - [anon_sym___clrcall] = ACTIONS(952), - [anon_sym___stdcall] = ACTIONS(952), - [anon_sym___fastcall] = ACTIONS(952), - [anon_sym___thiscall] = ACTIONS(952), - [anon_sym___vectorcall] = ACTIONS(952), - [anon_sym_LBRACE] = ACTIONS(954), - [anon_sym_RBRACE] = ACTIONS(954), - [anon_sym_static] = ACTIONS(952), - [anon_sym_auto] = ACTIONS(952), - [anon_sym_register] = ACTIONS(952), - [anon_sym_inline] = ACTIONS(952), - [anon_sym_const] = ACTIONS(952), - [anon_sym_volatile] = ACTIONS(952), - [anon_sym_restrict] = ACTIONS(952), - [anon_sym___restrict__] = ACTIONS(952), - [anon_sym__Atomic] = ACTIONS(952), - [anon_sym__Noreturn] = ACTIONS(952), - [anon_sym_signed] = ACTIONS(952), - [anon_sym_unsigned] = ACTIONS(952), - [anon_sym_long] = ACTIONS(952), - [anon_sym_short] = ACTIONS(952), - [sym_primitive_type] = ACTIONS(952), - [anon_sym_enum] = ACTIONS(952), - [anon_sym_struct] = ACTIONS(952), - [anon_sym_union] = ACTIONS(952), - [anon_sym_if] = ACTIONS(952), - [anon_sym_else] = ACTIONS(952), - [anon_sym_switch] = ACTIONS(952), - [anon_sym_case] = ACTIONS(952), - [anon_sym_default] = ACTIONS(952), - [anon_sym_while] = ACTIONS(952), - [anon_sym_do] = ACTIONS(952), - [anon_sym_for] = ACTIONS(952), - [anon_sym_return] = ACTIONS(952), - [anon_sym_break] = ACTIONS(952), - [anon_sym_continue] = ACTIONS(952), - [anon_sym_goto] = ACTIONS(952), - [anon_sym_DASH_DASH] = ACTIONS(954), - [anon_sym_PLUS_PLUS] = ACTIONS(954), - [anon_sym_sizeof] = ACTIONS(952), - [anon_sym_offsetof] = ACTIONS(952), - [anon_sym__Generic] = ACTIONS(952), - [anon_sym_asm] = ACTIONS(952), - [anon_sym___asm__] = ACTIONS(952), - [sym_number_literal] = ACTIONS(954), - [anon_sym_L_SQUOTE] = ACTIONS(954), - [anon_sym_u_SQUOTE] = ACTIONS(954), - [anon_sym_U_SQUOTE] = ACTIONS(954), - [anon_sym_u8_SQUOTE] = ACTIONS(954), - [anon_sym_SQUOTE] = ACTIONS(954), - [anon_sym_L_DQUOTE] = ACTIONS(954), - [anon_sym_u_DQUOTE] = ACTIONS(954), - [anon_sym_U_DQUOTE] = ACTIONS(954), - [anon_sym_u8_DQUOTE] = ACTIONS(954), - [anon_sym_DQUOTE] = ACTIONS(954), - [sym_true] = ACTIONS(952), - [sym_false] = ACTIONS(952), - [sym_null] = ACTIONS(952), - [sym_comment] = ACTIONS(3), - }, - [228] = { - [ts_builtin_sym_end] = ACTIONS(932), - [sym_identifier] = ACTIONS(930), - [aux_sym_preproc_include_token1] = ACTIONS(930), - [aux_sym_preproc_def_token1] = ACTIONS(930), - [aux_sym_preproc_if_token1] = ACTIONS(930), - [aux_sym_preproc_ifdef_token1] = ACTIONS(930), - [aux_sym_preproc_ifdef_token2] = ACTIONS(930), - [sym_preproc_directive] = ACTIONS(930), - [anon_sym_LPAREN2] = ACTIONS(932), - [anon_sym_BANG] = ACTIONS(932), - [anon_sym_TILDE] = ACTIONS(932), - [anon_sym_DASH] = ACTIONS(930), - [anon_sym_PLUS] = ACTIONS(930), - [anon_sym_STAR] = ACTIONS(932), - [anon_sym_AMP] = ACTIONS(932), - [anon_sym_SEMI] = ACTIONS(932), - [anon_sym_typedef] = ACTIONS(930), - [anon_sym_extern] = ACTIONS(930), - [anon_sym___attribute__] = ACTIONS(930), - [anon_sym_LBRACK_LBRACK] = ACTIONS(932), - [anon_sym___declspec] = ACTIONS(930), - [anon_sym___cdecl] = ACTIONS(930), - [anon_sym___clrcall] = ACTIONS(930), - [anon_sym___stdcall] = ACTIONS(930), - [anon_sym___fastcall] = ACTIONS(930), - [anon_sym___thiscall] = ACTIONS(930), - [anon_sym___vectorcall] = ACTIONS(930), - [anon_sym_LBRACE] = ACTIONS(932), - [anon_sym_static] = ACTIONS(930), - [anon_sym_auto] = ACTIONS(930), - [anon_sym_register] = ACTIONS(930), - [anon_sym_inline] = ACTIONS(930), - [anon_sym_const] = ACTIONS(930), - [anon_sym_volatile] = ACTIONS(930), - [anon_sym_restrict] = ACTIONS(930), - [anon_sym___restrict__] = ACTIONS(930), - [anon_sym__Atomic] = ACTIONS(930), - [anon_sym__Noreturn] = ACTIONS(930), - [anon_sym_signed] = ACTIONS(930), - [anon_sym_unsigned] = ACTIONS(930), - [anon_sym_long] = ACTIONS(930), - [anon_sym_short] = ACTIONS(930), - [sym_primitive_type] = ACTIONS(930), - [anon_sym_enum] = ACTIONS(930), - [anon_sym_struct] = ACTIONS(930), - [anon_sym_union] = ACTIONS(930), - [anon_sym_if] = ACTIONS(930), - [anon_sym_else] = ACTIONS(930), - [anon_sym_switch] = ACTIONS(930), - [anon_sym_case] = ACTIONS(930), - [anon_sym_default] = ACTIONS(930), - [anon_sym_while] = ACTIONS(930), - [anon_sym_do] = ACTIONS(930), - [anon_sym_for] = ACTIONS(930), - [anon_sym_return] = ACTIONS(930), - [anon_sym_break] = ACTIONS(930), - [anon_sym_continue] = ACTIONS(930), - [anon_sym_goto] = ACTIONS(930), - [anon_sym_DASH_DASH] = ACTIONS(932), - [anon_sym_PLUS_PLUS] = ACTIONS(932), - [anon_sym_sizeof] = ACTIONS(930), - [anon_sym_offsetof] = ACTIONS(930), - [anon_sym__Generic] = ACTIONS(930), - [anon_sym_asm] = ACTIONS(930), - [anon_sym___asm__] = ACTIONS(930), - [sym_number_literal] = ACTIONS(932), - [anon_sym_L_SQUOTE] = ACTIONS(932), - [anon_sym_u_SQUOTE] = ACTIONS(932), - [anon_sym_U_SQUOTE] = ACTIONS(932), - [anon_sym_u8_SQUOTE] = ACTIONS(932), - [anon_sym_SQUOTE] = ACTIONS(932), - [anon_sym_L_DQUOTE] = ACTIONS(932), - [anon_sym_u_DQUOTE] = ACTIONS(932), - [anon_sym_U_DQUOTE] = ACTIONS(932), - [anon_sym_u8_DQUOTE] = ACTIONS(932), - [anon_sym_DQUOTE] = ACTIONS(932), - [sym_true] = ACTIONS(930), - [sym_false] = ACTIONS(930), - [sym_null] = ACTIONS(930), - [sym_comment] = ACTIONS(3), - }, - [229] = { - [sym_identifier] = ACTIONS(956), - [aux_sym_preproc_include_token1] = ACTIONS(956), - [aux_sym_preproc_def_token1] = ACTIONS(956), - [aux_sym_preproc_if_token1] = ACTIONS(956), - [aux_sym_preproc_ifdef_token1] = ACTIONS(956), - [aux_sym_preproc_ifdef_token2] = ACTIONS(956), - [sym_preproc_directive] = ACTIONS(956), - [anon_sym_LPAREN2] = ACTIONS(958), - [anon_sym_BANG] = ACTIONS(958), - [anon_sym_TILDE] = ACTIONS(958), - [anon_sym_DASH] = ACTIONS(956), - [anon_sym_PLUS] = ACTIONS(956), - [anon_sym_STAR] = ACTIONS(958), - [anon_sym_AMP] = ACTIONS(958), - [anon_sym_SEMI] = ACTIONS(958), - [anon_sym_typedef] = ACTIONS(956), - [anon_sym_extern] = ACTIONS(956), - [anon_sym___attribute__] = ACTIONS(956), - [anon_sym_LBRACK_LBRACK] = ACTIONS(958), - [anon_sym___declspec] = ACTIONS(956), - [anon_sym___cdecl] = ACTIONS(956), - [anon_sym___clrcall] = ACTIONS(956), - [anon_sym___stdcall] = ACTIONS(956), - [anon_sym___fastcall] = ACTIONS(956), - [anon_sym___thiscall] = ACTIONS(956), - [anon_sym___vectorcall] = ACTIONS(956), - [anon_sym_LBRACE] = ACTIONS(958), - [anon_sym_RBRACE] = ACTIONS(958), - [anon_sym_static] = ACTIONS(956), - [anon_sym_auto] = ACTIONS(956), - [anon_sym_register] = ACTIONS(956), - [anon_sym_inline] = ACTIONS(956), - [anon_sym_const] = ACTIONS(956), - [anon_sym_volatile] = ACTIONS(956), - [anon_sym_restrict] = ACTIONS(956), - [anon_sym___restrict__] = ACTIONS(956), - [anon_sym__Atomic] = ACTIONS(956), - [anon_sym__Noreturn] = ACTIONS(956), - [anon_sym_signed] = ACTIONS(956), - [anon_sym_unsigned] = ACTIONS(956), - [anon_sym_long] = ACTIONS(956), - [anon_sym_short] = ACTIONS(956), - [sym_primitive_type] = ACTIONS(956), - [anon_sym_enum] = ACTIONS(956), - [anon_sym_struct] = ACTIONS(956), - [anon_sym_union] = ACTIONS(956), - [anon_sym_if] = ACTIONS(956), - [anon_sym_else] = ACTIONS(956), - [anon_sym_switch] = ACTIONS(956), - [anon_sym_case] = ACTIONS(956), - [anon_sym_default] = ACTIONS(956), - [anon_sym_while] = ACTIONS(956), - [anon_sym_do] = ACTIONS(956), - [anon_sym_for] = ACTIONS(956), - [anon_sym_return] = ACTIONS(956), - [anon_sym_break] = ACTIONS(956), - [anon_sym_continue] = ACTIONS(956), - [anon_sym_goto] = ACTIONS(956), - [anon_sym_DASH_DASH] = ACTIONS(958), - [anon_sym_PLUS_PLUS] = ACTIONS(958), - [anon_sym_sizeof] = ACTIONS(956), - [anon_sym_offsetof] = ACTIONS(956), - [anon_sym__Generic] = ACTIONS(956), - [anon_sym_asm] = ACTIONS(956), - [anon_sym___asm__] = ACTIONS(956), - [sym_number_literal] = ACTIONS(958), - [anon_sym_L_SQUOTE] = ACTIONS(958), - [anon_sym_u_SQUOTE] = ACTIONS(958), - [anon_sym_U_SQUOTE] = ACTIONS(958), - [anon_sym_u8_SQUOTE] = ACTIONS(958), - [anon_sym_SQUOTE] = ACTIONS(958), - [anon_sym_L_DQUOTE] = ACTIONS(958), - [anon_sym_u_DQUOTE] = ACTIONS(958), - [anon_sym_U_DQUOTE] = ACTIONS(958), - [anon_sym_u8_DQUOTE] = ACTIONS(958), - [anon_sym_DQUOTE] = ACTIONS(958), - [sym_true] = ACTIONS(956), - [sym_false] = ACTIONS(956), - [sym_null] = ACTIONS(956), - [sym_comment] = ACTIONS(3), - }, - [230] = { - [sym_identifier] = ACTIONS(960), - [aux_sym_preproc_include_token1] = ACTIONS(960), - [aux_sym_preproc_def_token1] = ACTIONS(960), - [aux_sym_preproc_if_token1] = ACTIONS(960), - [aux_sym_preproc_ifdef_token1] = ACTIONS(960), - [aux_sym_preproc_ifdef_token2] = ACTIONS(960), - [sym_preproc_directive] = ACTIONS(960), - [anon_sym_LPAREN2] = ACTIONS(962), - [anon_sym_BANG] = ACTIONS(962), - [anon_sym_TILDE] = ACTIONS(962), - [anon_sym_DASH] = ACTIONS(960), - [anon_sym_PLUS] = ACTIONS(960), - [anon_sym_STAR] = ACTIONS(962), - [anon_sym_AMP] = ACTIONS(962), - [anon_sym_SEMI] = ACTIONS(962), - [anon_sym_typedef] = ACTIONS(960), - [anon_sym_extern] = ACTIONS(960), - [anon_sym___attribute__] = ACTIONS(960), - [anon_sym_LBRACK_LBRACK] = ACTIONS(962), - [anon_sym___declspec] = ACTIONS(960), - [anon_sym___cdecl] = ACTIONS(960), - [anon_sym___clrcall] = ACTIONS(960), - [anon_sym___stdcall] = ACTIONS(960), - [anon_sym___fastcall] = ACTIONS(960), - [anon_sym___thiscall] = ACTIONS(960), - [anon_sym___vectorcall] = ACTIONS(960), - [anon_sym_LBRACE] = ACTIONS(962), - [anon_sym_RBRACE] = ACTIONS(962), - [anon_sym_static] = ACTIONS(960), - [anon_sym_auto] = ACTIONS(960), - [anon_sym_register] = ACTIONS(960), - [anon_sym_inline] = ACTIONS(960), - [anon_sym_const] = ACTIONS(960), - [anon_sym_volatile] = ACTIONS(960), - [anon_sym_restrict] = ACTIONS(960), - [anon_sym___restrict__] = ACTIONS(960), - [anon_sym__Atomic] = ACTIONS(960), - [anon_sym__Noreturn] = ACTIONS(960), - [anon_sym_signed] = ACTIONS(960), - [anon_sym_unsigned] = ACTIONS(960), - [anon_sym_long] = ACTIONS(960), - [anon_sym_short] = ACTIONS(960), - [sym_primitive_type] = ACTIONS(960), - [anon_sym_enum] = ACTIONS(960), - [anon_sym_struct] = ACTIONS(960), - [anon_sym_union] = ACTIONS(960), - [anon_sym_if] = ACTIONS(960), - [anon_sym_else] = ACTIONS(960), - [anon_sym_switch] = ACTIONS(960), - [anon_sym_case] = ACTIONS(960), - [anon_sym_default] = ACTIONS(960), - [anon_sym_while] = ACTIONS(960), - [anon_sym_do] = ACTIONS(960), - [anon_sym_for] = ACTIONS(960), - [anon_sym_return] = ACTIONS(960), - [anon_sym_break] = ACTIONS(960), - [anon_sym_continue] = ACTIONS(960), - [anon_sym_goto] = ACTIONS(960), - [anon_sym_DASH_DASH] = ACTIONS(962), - [anon_sym_PLUS_PLUS] = ACTIONS(962), - [anon_sym_sizeof] = ACTIONS(960), - [anon_sym_offsetof] = ACTIONS(960), - [anon_sym__Generic] = ACTIONS(960), - [anon_sym_asm] = ACTIONS(960), - [anon_sym___asm__] = ACTIONS(960), - [sym_number_literal] = ACTIONS(962), - [anon_sym_L_SQUOTE] = ACTIONS(962), - [anon_sym_u_SQUOTE] = ACTIONS(962), - [anon_sym_U_SQUOTE] = ACTIONS(962), - [anon_sym_u8_SQUOTE] = ACTIONS(962), - [anon_sym_SQUOTE] = ACTIONS(962), - [anon_sym_L_DQUOTE] = ACTIONS(962), - [anon_sym_u_DQUOTE] = ACTIONS(962), - [anon_sym_U_DQUOTE] = ACTIONS(962), - [anon_sym_u8_DQUOTE] = ACTIONS(962), - [anon_sym_DQUOTE] = ACTIONS(962), - [sym_true] = ACTIONS(960), - [sym_false] = ACTIONS(960), - [sym_null] = ACTIONS(960), - [sym_comment] = ACTIONS(3), - }, - [231] = { - [sym_identifier] = ACTIONS(980), - [aux_sym_preproc_include_token1] = ACTIONS(980), - [aux_sym_preproc_def_token1] = ACTIONS(980), - [aux_sym_preproc_if_token1] = ACTIONS(980), - [aux_sym_preproc_if_token2] = ACTIONS(980), - [aux_sym_preproc_ifdef_token1] = ACTIONS(980), - [aux_sym_preproc_ifdef_token2] = ACTIONS(980), - [sym_preproc_directive] = ACTIONS(980), - [anon_sym_LPAREN2] = ACTIONS(982), - [anon_sym_BANG] = ACTIONS(982), - [anon_sym_TILDE] = ACTIONS(982), - [anon_sym_DASH] = ACTIONS(980), - [anon_sym_PLUS] = ACTIONS(980), - [anon_sym_STAR] = ACTIONS(982), - [anon_sym_AMP] = ACTIONS(982), - [anon_sym_SEMI] = ACTIONS(982), - [anon_sym_typedef] = ACTIONS(980), - [anon_sym_extern] = ACTIONS(980), - [anon_sym___attribute__] = ACTIONS(980), - [anon_sym_LBRACK_LBRACK] = ACTIONS(982), - [anon_sym___declspec] = ACTIONS(980), - [anon_sym___cdecl] = ACTIONS(980), - [anon_sym___clrcall] = ACTIONS(980), - [anon_sym___stdcall] = ACTIONS(980), - [anon_sym___fastcall] = ACTIONS(980), - [anon_sym___thiscall] = ACTIONS(980), - [anon_sym___vectorcall] = ACTIONS(980), - [anon_sym_LBRACE] = ACTIONS(982), - [anon_sym_static] = ACTIONS(980), - [anon_sym_auto] = ACTIONS(980), - [anon_sym_register] = ACTIONS(980), - [anon_sym_inline] = ACTIONS(980), - [anon_sym_const] = ACTIONS(980), - [anon_sym_volatile] = ACTIONS(980), - [anon_sym_restrict] = ACTIONS(980), - [anon_sym___restrict__] = ACTIONS(980), - [anon_sym__Atomic] = ACTIONS(980), - [anon_sym__Noreturn] = ACTIONS(980), - [anon_sym_signed] = ACTIONS(980), - [anon_sym_unsigned] = ACTIONS(980), - [anon_sym_long] = ACTIONS(980), - [anon_sym_short] = ACTIONS(980), - [sym_primitive_type] = ACTIONS(980), - [anon_sym_enum] = ACTIONS(980), - [anon_sym_struct] = ACTIONS(980), - [anon_sym_union] = ACTIONS(980), - [anon_sym_if] = ACTIONS(980), - [anon_sym_else] = ACTIONS(980), - [anon_sym_switch] = ACTIONS(980), - [anon_sym_case] = ACTIONS(980), - [anon_sym_default] = ACTIONS(980), - [anon_sym_while] = ACTIONS(980), - [anon_sym_do] = ACTIONS(980), - [anon_sym_for] = ACTIONS(980), - [anon_sym_return] = ACTIONS(980), - [anon_sym_break] = ACTIONS(980), - [anon_sym_continue] = ACTIONS(980), - [anon_sym_goto] = ACTIONS(980), - [anon_sym_DASH_DASH] = ACTIONS(982), - [anon_sym_PLUS_PLUS] = ACTIONS(982), - [anon_sym_sizeof] = ACTIONS(980), - [anon_sym_offsetof] = ACTIONS(980), - [anon_sym__Generic] = ACTIONS(980), - [anon_sym_asm] = ACTIONS(980), - [anon_sym___asm__] = ACTIONS(980), - [sym_number_literal] = ACTIONS(982), - [anon_sym_L_SQUOTE] = ACTIONS(982), - [anon_sym_u_SQUOTE] = ACTIONS(982), - [anon_sym_U_SQUOTE] = ACTIONS(982), - [anon_sym_u8_SQUOTE] = ACTIONS(982), - [anon_sym_SQUOTE] = ACTIONS(982), - [anon_sym_L_DQUOTE] = ACTIONS(982), - [anon_sym_u_DQUOTE] = ACTIONS(982), - [anon_sym_U_DQUOTE] = ACTIONS(982), - [anon_sym_u8_DQUOTE] = ACTIONS(982), - [anon_sym_DQUOTE] = ACTIONS(982), - [sym_true] = ACTIONS(980), - [sym_false] = ACTIONS(980), - [sym_null] = ACTIONS(980), - [sym_comment] = ACTIONS(3), - }, - [232] = { - [sym_identifier] = ACTIONS(918), - [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(920), - [anon_sym_BANG] = ACTIONS(920), - [anon_sym_TILDE] = ACTIONS(920), - [anon_sym_DASH] = ACTIONS(918), - [anon_sym_PLUS] = ACTIONS(918), - [anon_sym_STAR] = ACTIONS(920), - [anon_sym_AMP] = ACTIONS(920), - [anon_sym_SEMI] = ACTIONS(920), - [anon_sym_typedef] = ACTIONS(918), - [anon_sym_extern] = ACTIONS(918), - [anon_sym___attribute__] = ACTIONS(918), - [anon_sym_LBRACK_LBRACK] = ACTIONS(920), - [anon_sym___declspec] = ACTIONS(918), - [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(920), - [anon_sym_static] = ACTIONS(918), - [anon_sym_auto] = ACTIONS(918), - [anon_sym_register] = ACTIONS(918), - [anon_sym_inline] = ACTIONS(918), - [anon_sym_const] = ACTIONS(918), - [anon_sym_volatile] = ACTIONS(918), - [anon_sym_restrict] = ACTIONS(918), - [anon_sym___restrict__] = ACTIONS(918), - [anon_sym__Atomic] = ACTIONS(918), - [anon_sym__Noreturn] = ACTIONS(918), - [anon_sym_signed] = ACTIONS(918), - [anon_sym_unsigned] = ACTIONS(918), - [anon_sym_long] = ACTIONS(918), - [anon_sym_short] = ACTIONS(918), - [sym_primitive_type] = ACTIONS(918), - [anon_sym_enum] = ACTIONS(918), - [anon_sym_struct] = ACTIONS(918), - [anon_sym_union] = ACTIONS(918), - [anon_sym_if] = ACTIONS(918), - [anon_sym_else] = ACTIONS(918), - [anon_sym_switch] = ACTIONS(918), - [anon_sym_case] = ACTIONS(918), - [anon_sym_default] = ACTIONS(918), - [anon_sym_while] = ACTIONS(918), - [anon_sym_do] = ACTIONS(918), - [anon_sym_for] = ACTIONS(918), - [anon_sym_return] = ACTIONS(918), - [anon_sym_break] = ACTIONS(918), - [anon_sym_continue] = ACTIONS(918), - [anon_sym_goto] = ACTIONS(918), - [anon_sym_DASH_DASH] = ACTIONS(920), - [anon_sym_PLUS_PLUS] = ACTIONS(920), - [anon_sym_sizeof] = ACTIONS(918), - [anon_sym_offsetof] = ACTIONS(918), - [anon_sym__Generic] = ACTIONS(918), - [anon_sym_asm] = ACTIONS(918), - [anon_sym___asm__] = ACTIONS(918), - [sym_number_literal] = ACTIONS(920), - [anon_sym_L_SQUOTE] = ACTIONS(920), - [anon_sym_u_SQUOTE] = ACTIONS(920), - [anon_sym_U_SQUOTE] = ACTIONS(920), - [anon_sym_u8_SQUOTE] = ACTIONS(920), - [anon_sym_SQUOTE] = ACTIONS(920), - [anon_sym_L_DQUOTE] = ACTIONS(920), - [anon_sym_u_DQUOTE] = ACTIONS(920), - [anon_sym_U_DQUOTE] = ACTIONS(920), - [anon_sym_u8_DQUOTE] = ACTIONS(920), - [anon_sym_DQUOTE] = ACTIONS(920), - [sym_true] = ACTIONS(918), - [sym_false] = ACTIONS(918), - [sym_null] = ACTIONS(918), - [sym_comment] = ACTIONS(3), - }, - [233] = { - [ts_builtin_sym_end] = ACTIONS(1014), - [sym_identifier] = ACTIONS(1012), - [aux_sym_preproc_include_token1] = ACTIONS(1012), - [aux_sym_preproc_def_token1] = ACTIONS(1012), - [aux_sym_preproc_if_token1] = ACTIONS(1012), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1012), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1012), - [sym_preproc_directive] = ACTIONS(1012), - [anon_sym_LPAREN2] = ACTIONS(1014), - [anon_sym_BANG] = ACTIONS(1014), - [anon_sym_TILDE] = ACTIONS(1014), - [anon_sym_DASH] = ACTIONS(1012), - [anon_sym_PLUS] = ACTIONS(1012), - [anon_sym_STAR] = ACTIONS(1014), - [anon_sym_AMP] = ACTIONS(1014), - [anon_sym_SEMI] = ACTIONS(1014), - [anon_sym_typedef] = ACTIONS(1012), - [anon_sym_extern] = ACTIONS(1012), - [anon_sym___attribute__] = ACTIONS(1012), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1014), - [anon_sym___declspec] = ACTIONS(1012), - [anon_sym___cdecl] = ACTIONS(1012), - [anon_sym___clrcall] = ACTIONS(1012), - [anon_sym___stdcall] = ACTIONS(1012), - [anon_sym___fastcall] = ACTIONS(1012), - [anon_sym___thiscall] = ACTIONS(1012), - [anon_sym___vectorcall] = ACTIONS(1012), - [anon_sym_LBRACE] = ACTIONS(1014), - [anon_sym_static] = ACTIONS(1012), - [anon_sym_auto] = ACTIONS(1012), - [anon_sym_register] = ACTIONS(1012), - [anon_sym_inline] = ACTIONS(1012), - [anon_sym_const] = ACTIONS(1012), - [anon_sym_volatile] = ACTIONS(1012), - [anon_sym_restrict] = ACTIONS(1012), - [anon_sym___restrict__] = ACTIONS(1012), - [anon_sym__Atomic] = ACTIONS(1012), - [anon_sym__Noreturn] = ACTIONS(1012), - [anon_sym_signed] = ACTIONS(1012), - [anon_sym_unsigned] = ACTIONS(1012), - [anon_sym_long] = ACTIONS(1012), - [anon_sym_short] = ACTIONS(1012), - [sym_primitive_type] = ACTIONS(1012), - [anon_sym_enum] = ACTIONS(1012), - [anon_sym_struct] = ACTIONS(1012), - [anon_sym_union] = ACTIONS(1012), - [anon_sym_if] = ACTIONS(1012), - [anon_sym_else] = ACTIONS(1012), - [anon_sym_switch] = ACTIONS(1012), - [anon_sym_case] = ACTIONS(1012), - [anon_sym_default] = ACTIONS(1012), - [anon_sym_while] = ACTIONS(1012), - [anon_sym_do] = ACTIONS(1012), - [anon_sym_for] = ACTIONS(1012), - [anon_sym_return] = ACTIONS(1012), - [anon_sym_break] = ACTIONS(1012), - [anon_sym_continue] = ACTIONS(1012), - [anon_sym_goto] = ACTIONS(1012), - [anon_sym_DASH_DASH] = ACTIONS(1014), - [anon_sym_PLUS_PLUS] = ACTIONS(1014), - [anon_sym_sizeof] = ACTIONS(1012), - [anon_sym_offsetof] = ACTIONS(1012), - [anon_sym__Generic] = ACTIONS(1012), - [anon_sym_asm] = ACTIONS(1012), - [anon_sym___asm__] = ACTIONS(1012), - [sym_number_literal] = ACTIONS(1014), - [anon_sym_L_SQUOTE] = ACTIONS(1014), - [anon_sym_u_SQUOTE] = ACTIONS(1014), - [anon_sym_U_SQUOTE] = ACTIONS(1014), - [anon_sym_u8_SQUOTE] = ACTIONS(1014), - [anon_sym_SQUOTE] = ACTIONS(1014), - [anon_sym_L_DQUOTE] = ACTIONS(1014), - [anon_sym_u_DQUOTE] = ACTIONS(1014), - [anon_sym_U_DQUOTE] = ACTIONS(1014), - [anon_sym_u8_DQUOTE] = ACTIONS(1014), - [anon_sym_DQUOTE] = ACTIONS(1014), - [sym_true] = ACTIONS(1012), - [sym_false] = ACTIONS(1012), - [sym_null] = ACTIONS(1012), - [sym_comment] = ACTIONS(3), - }, - [234] = { - [sym_identifier] = ACTIONS(960), - [aux_sym_preproc_include_token1] = ACTIONS(960), - [aux_sym_preproc_def_token1] = ACTIONS(960), - [aux_sym_preproc_if_token1] = ACTIONS(960), - [aux_sym_preproc_ifdef_token1] = ACTIONS(960), - [aux_sym_preproc_ifdef_token2] = ACTIONS(960), - [sym_preproc_directive] = ACTIONS(960), - [anon_sym_LPAREN2] = ACTIONS(962), - [anon_sym_BANG] = ACTIONS(962), - [anon_sym_TILDE] = ACTIONS(962), - [anon_sym_DASH] = ACTIONS(960), - [anon_sym_PLUS] = ACTIONS(960), - [anon_sym_STAR] = ACTIONS(962), - [anon_sym_AMP] = ACTIONS(962), - [anon_sym_SEMI] = ACTIONS(962), - [anon_sym_typedef] = ACTIONS(960), - [anon_sym_extern] = ACTIONS(960), - [anon_sym___attribute__] = ACTIONS(960), - [anon_sym_LBRACK_LBRACK] = ACTIONS(962), - [anon_sym___declspec] = ACTIONS(960), - [anon_sym___cdecl] = ACTIONS(960), - [anon_sym___clrcall] = ACTIONS(960), - [anon_sym___stdcall] = ACTIONS(960), - [anon_sym___fastcall] = ACTIONS(960), - [anon_sym___thiscall] = ACTIONS(960), - [anon_sym___vectorcall] = ACTIONS(960), - [anon_sym_LBRACE] = ACTIONS(962), - [anon_sym_RBRACE] = ACTIONS(962), - [anon_sym_static] = ACTIONS(960), - [anon_sym_auto] = ACTIONS(960), - [anon_sym_register] = ACTIONS(960), - [anon_sym_inline] = ACTIONS(960), - [anon_sym_const] = ACTIONS(960), - [anon_sym_volatile] = ACTIONS(960), - [anon_sym_restrict] = ACTIONS(960), - [anon_sym___restrict__] = ACTIONS(960), - [anon_sym__Atomic] = ACTIONS(960), - [anon_sym__Noreturn] = ACTIONS(960), - [anon_sym_signed] = ACTIONS(960), - [anon_sym_unsigned] = ACTIONS(960), - [anon_sym_long] = ACTIONS(960), - [anon_sym_short] = ACTIONS(960), - [sym_primitive_type] = ACTIONS(960), - [anon_sym_enum] = ACTIONS(960), - [anon_sym_struct] = ACTIONS(960), - [anon_sym_union] = ACTIONS(960), - [anon_sym_if] = ACTIONS(960), - [anon_sym_else] = ACTIONS(960), - [anon_sym_switch] = ACTIONS(960), - [anon_sym_case] = ACTIONS(960), - [anon_sym_default] = ACTIONS(960), - [anon_sym_while] = ACTIONS(960), - [anon_sym_do] = ACTIONS(960), - [anon_sym_for] = ACTIONS(960), - [anon_sym_return] = ACTIONS(960), - [anon_sym_break] = ACTIONS(960), - [anon_sym_continue] = ACTIONS(960), - [anon_sym_goto] = ACTIONS(960), - [anon_sym_DASH_DASH] = ACTIONS(962), - [anon_sym_PLUS_PLUS] = ACTIONS(962), - [anon_sym_sizeof] = ACTIONS(960), - [anon_sym_offsetof] = ACTIONS(960), - [anon_sym__Generic] = ACTIONS(960), - [anon_sym_asm] = ACTIONS(960), - [anon_sym___asm__] = ACTIONS(960), - [sym_number_literal] = ACTIONS(962), - [anon_sym_L_SQUOTE] = ACTIONS(962), - [anon_sym_u_SQUOTE] = ACTIONS(962), - [anon_sym_U_SQUOTE] = ACTIONS(962), - [anon_sym_u8_SQUOTE] = ACTIONS(962), - [anon_sym_SQUOTE] = ACTIONS(962), - [anon_sym_L_DQUOTE] = ACTIONS(962), - [anon_sym_u_DQUOTE] = ACTIONS(962), - [anon_sym_U_DQUOTE] = ACTIONS(962), - [anon_sym_u8_DQUOTE] = ACTIONS(962), - [anon_sym_DQUOTE] = ACTIONS(962), - [sym_true] = ACTIONS(960), - [sym_false] = ACTIONS(960), - [sym_null] = ACTIONS(960), - [sym_comment] = ACTIONS(3), - }, - [235] = { - [sym_identifier] = ACTIONS(992), - [aux_sym_preproc_include_token1] = ACTIONS(992), - [aux_sym_preproc_def_token1] = ACTIONS(992), - [aux_sym_preproc_if_token1] = ACTIONS(992), - [aux_sym_preproc_if_token2] = ACTIONS(992), - [aux_sym_preproc_ifdef_token1] = ACTIONS(992), - [aux_sym_preproc_ifdef_token2] = ACTIONS(992), - [sym_preproc_directive] = ACTIONS(992), - [anon_sym_LPAREN2] = ACTIONS(994), - [anon_sym_BANG] = ACTIONS(994), - [anon_sym_TILDE] = ACTIONS(994), - [anon_sym_DASH] = ACTIONS(992), - [anon_sym_PLUS] = ACTIONS(992), - [anon_sym_STAR] = ACTIONS(994), - [anon_sym_AMP] = ACTIONS(994), - [anon_sym_SEMI] = ACTIONS(994), - [anon_sym_typedef] = ACTIONS(992), - [anon_sym_extern] = ACTIONS(992), - [anon_sym___attribute__] = ACTIONS(992), - [anon_sym_LBRACK_LBRACK] = ACTIONS(994), - [anon_sym___declspec] = ACTIONS(992), - [anon_sym___cdecl] = ACTIONS(992), - [anon_sym___clrcall] = ACTIONS(992), - [anon_sym___stdcall] = ACTIONS(992), - [anon_sym___fastcall] = ACTIONS(992), - [anon_sym___thiscall] = ACTIONS(992), - [anon_sym___vectorcall] = ACTIONS(992), - [anon_sym_LBRACE] = ACTIONS(994), - [anon_sym_static] = ACTIONS(992), - [anon_sym_auto] = ACTIONS(992), - [anon_sym_register] = ACTIONS(992), - [anon_sym_inline] = ACTIONS(992), - [anon_sym_const] = ACTIONS(992), - [anon_sym_volatile] = ACTIONS(992), - [anon_sym_restrict] = ACTIONS(992), - [anon_sym___restrict__] = ACTIONS(992), - [anon_sym__Atomic] = ACTIONS(992), - [anon_sym__Noreturn] = ACTIONS(992), - [anon_sym_signed] = ACTIONS(992), - [anon_sym_unsigned] = ACTIONS(992), - [anon_sym_long] = ACTIONS(992), - [anon_sym_short] = ACTIONS(992), - [sym_primitive_type] = ACTIONS(992), - [anon_sym_enum] = ACTIONS(992), - [anon_sym_struct] = ACTIONS(992), - [anon_sym_union] = ACTIONS(992), - [anon_sym_if] = ACTIONS(992), - [anon_sym_else] = ACTIONS(992), - [anon_sym_switch] = ACTIONS(992), - [anon_sym_case] = ACTIONS(992), - [anon_sym_default] = ACTIONS(992), - [anon_sym_while] = ACTIONS(992), - [anon_sym_do] = ACTIONS(992), - [anon_sym_for] = ACTIONS(992), - [anon_sym_return] = ACTIONS(992), - [anon_sym_break] = ACTIONS(992), - [anon_sym_continue] = ACTIONS(992), - [anon_sym_goto] = ACTIONS(992), - [anon_sym_DASH_DASH] = ACTIONS(994), - [anon_sym_PLUS_PLUS] = ACTIONS(994), - [anon_sym_sizeof] = ACTIONS(992), - [anon_sym_offsetof] = ACTIONS(992), - [anon_sym__Generic] = ACTIONS(992), - [anon_sym_asm] = ACTIONS(992), - [anon_sym___asm__] = ACTIONS(992), - [sym_number_literal] = ACTIONS(994), - [anon_sym_L_SQUOTE] = ACTIONS(994), - [anon_sym_u_SQUOTE] = ACTIONS(994), - [anon_sym_U_SQUOTE] = ACTIONS(994), - [anon_sym_u8_SQUOTE] = ACTIONS(994), - [anon_sym_SQUOTE] = ACTIONS(994), - [anon_sym_L_DQUOTE] = ACTIONS(994), - [anon_sym_u_DQUOTE] = ACTIONS(994), - [anon_sym_U_DQUOTE] = ACTIONS(994), - [anon_sym_u8_DQUOTE] = ACTIONS(994), - [anon_sym_DQUOTE] = ACTIONS(994), - [sym_true] = ACTIONS(992), - [sym_false] = ACTIONS(992), - [sym_null] = ACTIONS(992), - [sym_comment] = ACTIONS(3), - }, - [236] = { - [ts_builtin_sym_end] = ACTIONS(1002), + [224] = { [sym_identifier] = ACTIONS(1000), [aux_sym_preproc_include_token1] = ACTIONS(1000), [aux_sym_preproc_def_token1] = ACTIONS(1000), @@ -36538,6 +35659,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1000), [anon_sym___vectorcall] = ACTIONS(1000), [anon_sym_LBRACE] = ACTIONS(1002), + [anon_sym_RBRACE] = ACTIONS(1002), [anon_sym_static] = ACTIONS(1000), [anon_sym_auto] = ACTIONS(1000), [anon_sym_register] = ACTIONS(1000), @@ -36591,253 +35713,171 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1000), [sym_comment] = ACTIONS(3), }, - [237] = { - [ts_builtin_sym_end] = ACTIONS(998), - [sym_identifier] = ACTIONS(996), - [aux_sym_preproc_include_token1] = ACTIONS(996), - [aux_sym_preproc_def_token1] = ACTIONS(996), - [aux_sym_preproc_if_token1] = ACTIONS(996), - [aux_sym_preproc_ifdef_token1] = ACTIONS(996), - [aux_sym_preproc_ifdef_token2] = ACTIONS(996), - [sym_preproc_directive] = ACTIONS(996), - [anon_sym_LPAREN2] = ACTIONS(998), - [anon_sym_BANG] = ACTIONS(998), - [anon_sym_TILDE] = ACTIONS(998), - [anon_sym_DASH] = ACTIONS(996), - [anon_sym_PLUS] = ACTIONS(996), - [anon_sym_STAR] = ACTIONS(998), - [anon_sym_AMP] = ACTIONS(998), - [anon_sym_SEMI] = ACTIONS(998), - [anon_sym_typedef] = ACTIONS(996), - [anon_sym_extern] = ACTIONS(996), - [anon_sym___attribute__] = ACTIONS(996), - [anon_sym_LBRACK_LBRACK] = ACTIONS(998), - [anon_sym___declspec] = ACTIONS(996), - [anon_sym___cdecl] = ACTIONS(996), - [anon_sym___clrcall] = ACTIONS(996), - [anon_sym___stdcall] = ACTIONS(996), - [anon_sym___fastcall] = ACTIONS(996), - [anon_sym___thiscall] = ACTIONS(996), - [anon_sym___vectorcall] = ACTIONS(996), - [anon_sym_LBRACE] = ACTIONS(998), - [anon_sym_static] = ACTIONS(996), - [anon_sym_auto] = ACTIONS(996), - [anon_sym_register] = ACTIONS(996), - [anon_sym_inline] = ACTIONS(996), - [anon_sym_const] = ACTIONS(996), - [anon_sym_volatile] = ACTIONS(996), - [anon_sym_restrict] = ACTIONS(996), - [anon_sym___restrict__] = ACTIONS(996), - [anon_sym__Atomic] = ACTIONS(996), - [anon_sym__Noreturn] = ACTIONS(996), - [anon_sym_signed] = ACTIONS(996), - [anon_sym_unsigned] = ACTIONS(996), - [anon_sym_long] = ACTIONS(996), - [anon_sym_short] = ACTIONS(996), - [sym_primitive_type] = ACTIONS(996), - [anon_sym_enum] = ACTIONS(996), - [anon_sym_struct] = ACTIONS(996), - [anon_sym_union] = ACTIONS(996), - [anon_sym_if] = ACTIONS(996), - [anon_sym_else] = ACTIONS(996), - [anon_sym_switch] = ACTIONS(996), - [anon_sym_case] = ACTIONS(996), - [anon_sym_default] = ACTIONS(996), - [anon_sym_while] = ACTIONS(996), - [anon_sym_do] = ACTIONS(996), - [anon_sym_for] = ACTIONS(996), - [anon_sym_return] = ACTIONS(996), - [anon_sym_break] = ACTIONS(996), - [anon_sym_continue] = ACTIONS(996), - [anon_sym_goto] = ACTIONS(996), - [anon_sym_DASH_DASH] = ACTIONS(998), - [anon_sym_PLUS_PLUS] = ACTIONS(998), - [anon_sym_sizeof] = ACTIONS(996), - [anon_sym_offsetof] = ACTIONS(996), - [anon_sym__Generic] = ACTIONS(996), - [anon_sym_asm] = ACTIONS(996), - [anon_sym___asm__] = ACTIONS(996), - [sym_number_literal] = ACTIONS(998), - [anon_sym_L_SQUOTE] = ACTIONS(998), - [anon_sym_u_SQUOTE] = ACTIONS(998), - [anon_sym_U_SQUOTE] = ACTIONS(998), - [anon_sym_u8_SQUOTE] = ACTIONS(998), - [anon_sym_SQUOTE] = ACTIONS(998), - [anon_sym_L_DQUOTE] = ACTIONS(998), - [anon_sym_u_DQUOTE] = ACTIONS(998), - [anon_sym_U_DQUOTE] = ACTIONS(998), - [anon_sym_u8_DQUOTE] = ACTIONS(998), - [anon_sym_DQUOTE] = ACTIONS(998), - [sym_true] = ACTIONS(996), - [sym_false] = ACTIONS(996), - [sym_null] = ACTIONS(996), - [sym_comment] = ACTIONS(3), - }, - [238] = { - [ts_builtin_sym_end] = ACTIONS(916), - [sym_identifier] = ACTIONS(914), - [aux_sym_preproc_include_token1] = ACTIONS(914), - [aux_sym_preproc_def_token1] = ACTIONS(914), - [aux_sym_preproc_if_token1] = ACTIONS(914), - [aux_sym_preproc_ifdef_token1] = ACTIONS(914), - [aux_sym_preproc_ifdef_token2] = ACTIONS(914), - [sym_preproc_directive] = ACTIONS(914), - [anon_sym_LPAREN2] = ACTIONS(916), - [anon_sym_BANG] = ACTIONS(916), - [anon_sym_TILDE] = ACTIONS(916), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_STAR] = ACTIONS(916), - [anon_sym_AMP] = ACTIONS(916), - [anon_sym_SEMI] = ACTIONS(916), - [anon_sym_typedef] = ACTIONS(914), - [anon_sym_extern] = ACTIONS(914), - [anon_sym___attribute__] = ACTIONS(914), - [anon_sym_LBRACK_LBRACK] = ACTIONS(916), - [anon_sym___declspec] = ACTIONS(914), - [anon_sym___cdecl] = ACTIONS(914), - [anon_sym___clrcall] = ACTIONS(914), - [anon_sym___stdcall] = ACTIONS(914), - [anon_sym___fastcall] = ACTIONS(914), - [anon_sym___thiscall] = ACTIONS(914), - [anon_sym___vectorcall] = ACTIONS(914), - [anon_sym_LBRACE] = ACTIONS(916), - [anon_sym_static] = ACTIONS(914), - [anon_sym_auto] = ACTIONS(914), - [anon_sym_register] = ACTIONS(914), - [anon_sym_inline] = ACTIONS(914), - [anon_sym_const] = ACTIONS(914), - [anon_sym_volatile] = ACTIONS(914), - [anon_sym_restrict] = ACTIONS(914), - [anon_sym___restrict__] = ACTIONS(914), - [anon_sym__Atomic] = ACTIONS(914), - [anon_sym__Noreturn] = ACTIONS(914), - [anon_sym_signed] = ACTIONS(914), - [anon_sym_unsigned] = ACTIONS(914), - [anon_sym_long] = ACTIONS(914), - [anon_sym_short] = ACTIONS(914), - [sym_primitive_type] = ACTIONS(914), - [anon_sym_enum] = ACTIONS(914), - [anon_sym_struct] = ACTIONS(914), - [anon_sym_union] = ACTIONS(914), - [anon_sym_if] = ACTIONS(914), - [anon_sym_else] = ACTIONS(914), - [anon_sym_switch] = ACTIONS(914), - [anon_sym_case] = ACTIONS(914), - [anon_sym_default] = ACTIONS(914), - [anon_sym_while] = ACTIONS(914), - [anon_sym_do] = ACTIONS(914), - [anon_sym_for] = ACTIONS(914), - [anon_sym_return] = ACTIONS(914), - [anon_sym_break] = ACTIONS(914), - [anon_sym_continue] = ACTIONS(914), - [anon_sym_goto] = ACTIONS(914), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_sizeof] = ACTIONS(914), - [anon_sym_offsetof] = ACTIONS(914), - [anon_sym__Generic] = ACTIONS(914), - [anon_sym_asm] = ACTIONS(914), - [anon_sym___asm__] = ACTIONS(914), - [sym_number_literal] = ACTIONS(916), - [anon_sym_L_SQUOTE] = ACTIONS(916), - [anon_sym_u_SQUOTE] = ACTIONS(916), - [anon_sym_U_SQUOTE] = ACTIONS(916), - [anon_sym_u8_SQUOTE] = ACTIONS(916), - [anon_sym_SQUOTE] = ACTIONS(916), - [anon_sym_L_DQUOTE] = ACTIONS(916), - [anon_sym_u_DQUOTE] = ACTIONS(916), - [anon_sym_U_DQUOTE] = ACTIONS(916), - [anon_sym_u8_DQUOTE] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(916), - [sym_true] = ACTIONS(914), - [sym_false] = ACTIONS(914), - [sym_null] = ACTIONS(914), + [225] = { + [sym_identifier] = ACTIONS(1060), + [aux_sym_preproc_include_token1] = ACTIONS(1060), + [aux_sym_preproc_def_token1] = ACTIONS(1060), + [aux_sym_preproc_if_token1] = ACTIONS(1060), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1060), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1060), + [sym_preproc_directive] = ACTIONS(1060), + [anon_sym_LPAREN2] = ACTIONS(1062), + [anon_sym_BANG] = ACTIONS(1062), + [anon_sym_TILDE] = ACTIONS(1062), + [anon_sym_DASH] = ACTIONS(1060), + [anon_sym_PLUS] = ACTIONS(1060), + [anon_sym_STAR] = ACTIONS(1062), + [anon_sym_AMP] = ACTIONS(1062), + [anon_sym_SEMI] = ACTIONS(1062), + [anon_sym_typedef] = ACTIONS(1060), + [anon_sym_extern] = ACTIONS(1060), + [anon_sym___attribute__] = ACTIONS(1060), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1062), + [anon_sym___declspec] = ACTIONS(1060), + [anon_sym___cdecl] = ACTIONS(1060), + [anon_sym___clrcall] = ACTIONS(1060), + [anon_sym___stdcall] = ACTIONS(1060), + [anon_sym___fastcall] = ACTIONS(1060), + [anon_sym___thiscall] = ACTIONS(1060), + [anon_sym___vectorcall] = ACTIONS(1060), + [anon_sym_LBRACE] = ACTIONS(1062), + [anon_sym_RBRACE] = ACTIONS(1062), + [anon_sym_static] = ACTIONS(1060), + [anon_sym_auto] = ACTIONS(1060), + [anon_sym_register] = ACTIONS(1060), + [anon_sym_inline] = ACTIONS(1060), + [anon_sym_const] = ACTIONS(1060), + [anon_sym_volatile] = ACTIONS(1060), + [anon_sym_restrict] = ACTIONS(1060), + [anon_sym___restrict__] = ACTIONS(1060), + [anon_sym__Atomic] = ACTIONS(1060), + [anon_sym__Noreturn] = ACTIONS(1060), + [anon_sym_signed] = ACTIONS(1060), + [anon_sym_unsigned] = ACTIONS(1060), + [anon_sym_long] = ACTIONS(1060), + [anon_sym_short] = ACTIONS(1060), + [sym_primitive_type] = ACTIONS(1060), + [anon_sym_enum] = ACTIONS(1060), + [anon_sym_struct] = ACTIONS(1060), + [anon_sym_union] = ACTIONS(1060), + [anon_sym_if] = ACTIONS(1060), + [anon_sym_else] = ACTIONS(1060), + [anon_sym_switch] = ACTIONS(1060), + [anon_sym_case] = ACTIONS(1060), + [anon_sym_default] = ACTIONS(1060), + [anon_sym_while] = ACTIONS(1060), + [anon_sym_do] = ACTIONS(1060), + [anon_sym_for] = ACTIONS(1060), + [anon_sym_return] = ACTIONS(1060), + [anon_sym_break] = ACTIONS(1060), + [anon_sym_continue] = ACTIONS(1060), + [anon_sym_goto] = ACTIONS(1060), + [anon_sym_DASH_DASH] = ACTIONS(1062), + [anon_sym_PLUS_PLUS] = ACTIONS(1062), + [anon_sym_sizeof] = ACTIONS(1060), + [anon_sym_offsetof] = ACTIONS(1060), + [anon_sym__Generic] = ACTIONS(1060), + [anon_sym_asm] = ACTIONS(1060), + [anon_sym___asm__] = ACTIONS(1060), + [sym_number_literal] = ACTIONS(1062), + [anon_sym_L_SQUOTE] = ACTIONS(1062), + [anon_sym_u_SQUOTE] = ACTIONS(1062), + [anon_sym_U_SQUOTE] = ACTIONS(1062), + [anon_sym_u8_SQUOTE] = ACTIONS(1062), + [anon_sym_SQUOTE] = ACTIONS(1062), + [anon_sym_L_DQUOTE] = ACTIONS(1062), + [anon_sym_u_DQUOTE] = ACTIONS(1062), + [anon_sym_U_DQUOTE] = ACTIONS(1062), + [anon_sym_u8_DQUOTE] = ACTIONS(1062), + [anon_sym_DQUOTE] = ACTIONS(1062), + [sym_true] = ACTIONS(1060), + [sym_false] = ACTIONS(1060), + [sym_null] = ACTIONS(1060), [sym_comment] = ACTIONS(3), }, - [239] = { - [ts_builtin_sym_end] = ACTIONS(974), - [sym_identifier] = ACTIONS(972), - [aux_sym_preproc_include_token1] = ACTIONS(972), - [aux_sym_preproc_def_token1] = ACTIONS(972), - [aux_sym_preproc_if_token1] = ACTIONS(972), - [aux_sym_preproc_ifdef_token1] = ACTIONS(972), - [aux_sym_preproc_ifdef_token2] = ACTIONS(972), - [sym_preproc_directive] = ACTIONS(972), - [anon_sym_LPAREN2] = ACTIONS(974), - [anon_sym_BANG] = ACTIONS(974), - [anon_sym_TILDE] = ACTIONS(974), - [anon_sym_DASH] = ACTIONS(972), - [anon_sym_PLUS] = ACTIONS(972), - [anon_sym_STAR] = ACTIONS(974), - [anon_sym_AMP] = ACTIONS(974), - [anon_sym_SEMI] = ACTIONS(974), - [anon_sym_typedef] = ACTIONS(972), - [anon_sym_extern] = ACTIONS(972), - [anon_sym___attribute__] = ACTIONS(972), - [anon_sym_LBRACK_LBRACK] = ACTIONS(974), - [anon_sym___declspec] = ACTIONS(972), - [anon_sym___cdecl] = ACTIONS(972), - [anon_sym___clrcall] = ACTIONS(972), - [anon_sym___stdcall] = ACTIONS(972), - [anon_sym___fastcall] = ACTIONS(972), - [anon_sym___thiscall] = ACTIONS(972), - [anon_sym___vectorcall] = ACTIONS(972), - [anon_sym_LBRACE] = ACTIONS(974), - [anon_sym_static] = ACTIONS(972), - [anon_sym_auto] = ACTIONS(972), - [anon_sym_register] = ACTIONS(972), - [anon_sym_inline] = ACTIONS(972), - [anon_sym_const] = ACTIONS(972), - [anon_sym_volatile] = ACTIONS(972), - [anon_sym_restrict] = ACTIONS(972), - [anon_sym___restrict__] = ACTIONS(972), - [anon_sym__Atomic] = ACTIONS(972), - [anon_sym__Noreturn] = ACTIONS(972), - [anon_sym_signed] = ACTIONS(972), - [anon_sym_unsigned] = ACTIONS(972), - [anon_sym_long] = ACTIONS(972), - [anon_sym_short] = ACTIONS(972), - [sym_primitive_type] = ACTIONS(972), - [anon_sym_enum] = ACTIONS(972), - [anon_sym_struct] = ACTIONS(972), - [anon_sym_union] = ACTIONS(972), - [anon_sym_if] = ACTIONS(972), - [anon_sym_else] = ACTIONS(972), - [anon_sym_switch] = ACTIONS(972), - [anon_sym_case] = ACTIONS(972), - [anon_sym_default] = ACTIONS(972), - [anon_sym_while] = ACTIONS(972), - [anon_sym_do] = ACTIONS(972), - [anon_sym_for] = ACTIONS(972), - [anon_sym_return] = ACTIONS(972), - [anon_sym_break] = ACTIONS(972), - [anon_sym_continue] = ACTIONS(972), - [anon_sym_goto] = ACTIONS(972), - [anon_sym_DASH_DASH] = ACTIONS(974), - [anon_sym_PLUS_PLUS] = ACTIONS(974), - [anon_sym_sizeof] = ACTIONS(972), - [anon_sym_offsetof] = ACTIONS(972), - [anon_sym__Generic] = ACTIONS(972), - [anon_sym_asm] = ACTIONS(972), - [anon_sym___asm__] = ACTIONS(972), - [sym_number_literal] = ACTIONS(974), - [anon_sym_L_SQUOTE] = ACTIONS(974), - [anon_sym_u_SQUOTE] = ACTIONS(974), - [anon_sym_U_SQUOTE] = ACTIONS(974), - [anon_sym_u8_SQUOTE] = ACTIONS(974), - [anon_sym_SQUOTE] = ACTIONS(974), - [anon_sym_L_DQUOTE] = ACTIONS(974), - [anon_sym_u_DQUOTE] = ACTIONS(974), - [anon_sym_U_DQUOTE] = ACTIONS(974), - [anon_sym_u8_DQUOTE] = ACTIONS(974), - [anon_sym_DQUOTE] = ACTIONS(974), - [sym_true] = ACTIONS(972), - [sym_false] = ACTIONS(972), - [sym_null] = ACTIONS(972), + [226] = { + [sym_identifier] = ACTIONS(1056), + [aux_sym_preproc_include_token1] = ACTIONS(1056), + [aux_sym_preproc_def_token1] = ACTIONS(1056), + [aux_sym_preproc_if_token1] = ACTIONS(1056), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1056), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1056), + [sym_preproc_directive] = ACTIONS(1056), + [anon_sym_LPAREN2] = ACTIONS(1058), + [anon_sym_BANG] = ACTIONS(1058), + [anon_sym_TILDE] = ACTIONS(1058), + [anon_sym_DASH] = ACTIONS(1056), + [anon_sym_PLUS] = ACTIONS(1056), + [anon_sym_STAR] = ACTIONS(1058), + [anon_sym_AMP] = ACTIONS(1058), + [anon_sym_SEMI] = ACTIONS(1058), + [anon_sym_typedef] = ACTIONS(1056), + [anon_sym_extern] = ACTIONS(1056), + [anon_sym___attribute__] = ACTIONS(1056), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1058), + [anon_sym___declspec] = ACTIONS(1056), + [anon_sym___cdecl] = ACTIONS(1056), + [anon_sym___clrcall] = ACTIONS(1056), + [anon_sym___stdcall] = ACTIONS(1056), + [anon_sym___fastcall] = ACTIONS(1056), + [anon_sym___thiscall] = ACTIONS(1056), + [anon_sym___vectorcall] = ACTIONS(1056), + [anon_sym_LBRACE] = ACTIONS(1058), + [anon_sym_RBRACE] = ACTIONS(1058), + [anon_sym_static] = ACTIONS(1056), + [anon_sym_auto] = ACTIONS(1056), + [anon_sym_register] = ACTIONS(1056), + [anon_sym_inline] = ACTIONS(1056), + [anon_sym_const] = ACTIONS(1056), + [anon_sym_volatile] = ACTIONS(1056), + [anon_sym_restrict] = ACTIONS(1056), + [anon_sym___restrict__] = ACTIONS(1056), + [anon_sym__Atomic] = ACTIONS(1056), + [anon_sym__Noreturn] = ACTIONS(1056), + [anon_sym_signed] = ACTIONS(1056), + [anon_sym_unsigned] = ACTIONS(1056), + [anon_sym_long] = ACTIONS(1056), + [anon_sym_short] = ACTIONS(1056), + [sym_primitive_type] = ACTIONS(1056), + [anon_sym_enum] = ACTIONS(1056), + [anon_sym_struct] = ACTIONS(1056), + [anon_sym_union] = ACTIONS(1056), + [anon_sym_if] = ACTIONS(1056), + [anon_sym_else] = ACTIONS(1056), + [anon_sym_switch] = ACTIONS(1056), + [anon_sym_case] = ACTIONS(1056), + [anon_sym_default] = ACTIONS(1056), + [anon_sym_while] = ACTIONS(1056), + [anon_sym_do] = ACTIONS(1056), + [anon_sym_for] = ACTIONS(1056), + [anon_sym_return] = ACTIONS(1056), + [anon_sym_break] = ACTIONS(1056), + [anon_sym_continue] = ACTIONS(1056), + [anon_sym_goto] = ACTIONS(1056), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_sizeof] = ACTIONS(1056), + [anon_sym_offsetof] = ACTIONS(1056), + [anon_sym__Generic] = ACTIONS(1056), + [anon_sym_asm] = ACTIONS(1056), + [anon_sym___asm__] = ACTIONS(1056), + [sym_number_literal] = ACTIONS(1058), + [anon_sym_L_SQUOTE] = ACTIONS(1058), + [anon_sym_u_SQUOTE] = ACTIONS(1058), + [anon_sym_U_SQUOTE] = ACTIONS(1058), + [anon_sym_u8_SQUOTE] = ACTIONS(1058), + [anon_sym_SQUOTE] = ACTIONS(1058), + [anon_sym_L_DQUOTE] = ACTIONS(1058), + [anon_sym_u_DQUOTE] = ACTIONS(1058), + [anon_sym_U_DQUOTE] = ACTIONS(1058), + [anon_sym_u8_DQUOTE] = ACTIONS(1058), + [anon_sym_DQUOTE] = ACTIONS(1058), + [sym_true] = ACTIONS(1056), + [sym_false] = ACTIONS(1056), + [sym_null] = ACTIONS(1056), [sym_comment] = ACTIONS(3), }, - [240] = { + [227] = { [sym_identifier] = ACTIONS(1004), [aux_sym_preproc_include_token1] = ACTIONS(1004), [aux_sym_preproc_def_token1] = ACTIONS(1004), @@ -36919,340 +35959,257 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1004), [sym_comment] = ACTIONS(3), }, - [241] = { - [ts_builtin_sym_end] = ACTIONS(936), - [sym_identifier] = ACTIONS(934), - [aux_sym_preproc_include_token1] = ACTIONS(934), - [aux_sym_preproc_def_token1] = ACTIONS(934), - [aux_sym_preproc_if_token1] = ACTIONS(934), - [aux_sym_preproc_ifdef_token1] = ACTIONS(934), - [aux_sym_preproc_ifdef_token2] = ACTIONS(934), - [sym_preproc_directive] = ACTIONS(934), - [anon_sym_LPAREN2] = ACTIONS(936), - [anon_sym_BANG] = ACTIONS(936), - [anon_sym_TILDE] = ACTIONS(936), - [anon_sym_DASH] = ACTIONS(934), - [anon_sym_PLUS] = ACTIONS(934), - [anon_sym_STAR] = ACTIONS(936), - [anon_sym_AMP] = ACTIONS(936), - [anon_sym_SEMI] = ACTIONS(936), - [anon_sym_typedef] = ACTIONS(934), - [anon_sym_extern] = ACTIONS(934), - [anon_sym___attribute__] = ACTIONS(934), - [anon_sym_LBRACK_LBRACK] = ACTIONS(936), - [anon_sym___declspec] = ACTIONS(934), - [anon_sym___cdecl] = ACTIONS(934), - [anon_sym___clrcall] = ACTIONS(934), - [anon_sym___stdcall] = ACTIONS(934), - [anon_sym___fastcall] = ACTIONS(934), - [anon_sym___thiscall] = ACTIONS(934), - [anon_sym___vectorcall] = ACTIONS(934), - [anon_sym_LBRACE] = ACTIONS(936), - [anon_sym_static] = ACTIONS(934), - [anon_sym_auto] = ACTIONS(934), - [anon_sym_register] = ACTIONS(934), - [anon_sym_inline] = ACTIONS(934), - [anon_sym_const] = ACTIONS(934), - [anon_sym_volatile] = ACTIONS(934), - [anon_sym_restrict] = ACTIONS(934), - [anon_sym___restrict__] = ACTIONS(934), - [anon_sym__Atomic] = ACTIONS(934), - [anon_sym__Noreturn] = ACTIONS(934), - [anon_sym_signed] = ACTIONS(934), - [anon_sym_unsigned] = ACTIONS(934), - [anon_sym_long] = ACTIONS(934), - [anon_sym_short] = ACTIONS(934), - [sym_primitive_type] = ACTIONS(934), - [anon_sym_enum] = ACTIONS(934), - [anon_sym_struct] = ACTIONS(934), - [anon_sym_union] = ACTIONS(934), - [anon_sym_if] = ACTIONS(934), - [anon_sym_else] = ACTIONS(1372), - [anon_sym_switch] = ACTIONS(934), - [anon_sym_case] = ACTIONS(934), - [anon_sym_default] = ACTIONS(934), - [anon_sym_while] = ACTIONS(934), - [anon_sym_do] = ACTIONS(934), - [anon_sym_for] = ACTIONS(934), - [anon_sym_return] = ACTIONS(934), - [anon_sym_break] = ACTIONS(934), - [anon_sym_continue] = ACTIONS(934), - [anon_sym_goto] = ACTIONS(934), - [anon_sym_DASH_DASH] = ACTIONS(936), - [anon_sym_PLUS_PLUS] = ACTIONS(936), - [anon_sym_sizeof] = ACTIONS(934), - [anon_sym_offsetof] = ACTIONS(934), - [anon_sym__Generic] = ACTIONS(934), - [anon_sym_asm] = ACTIONS(934), - [anon_sym___asm__] = ACTIONS(934), - [sym_number_literal] = ACTIONS(936), - [anon_sym_L_SQUOTE] = ACTIONS(936), - [anon_sym_u_SQUOTE] = ACTIONS(936), - [anon_sym_U_SQUOTE] = ACTIONS(936), - [anon_sym_u8_SQUOTE] = ACTIONS(936), - [anon_sym_SQUOTE] = ACTIONS(936), - [anon_sym_L_DQUOTE] = ACTIONS(936), - [anon_sym_u_DQUOTE] = ACTIONS(936), - [anon_sym_U_DQUOTE] = ACTIONS(936), - [anon_sym_u8_DQUOTE] = ACTIONS(936), - [anon_sym_DQUOTE] = ACTIONS(936), - [sym_true] = ACTIONS(934), - [sym_false] = ACTIONS(934), - [sym_null] = ACTIONS(934), - [sym_comment] = ACTIONS(3), - }, - [242] = { - [ts_builtin_sym_end] = ACTIONS(942), - [sym_identifier] = ACTIONS(940), - [aux_sym_preproc_include_token1] = ACTIONS(940), - [aux_sym_preproc_def_token1] = ACTIONS(940), - [aux_sym_preproc_if_token1] = ACTIONS(940), - [aux_sym_preproc_ifdef_token1] = ACTIONS(940), - [aux_sym_preproc_ifdef_token2] = ACTIONS(940), - [sym_preproc_directive] = ACTIONS(940), - [anon_sym_LPAREN2] = ACTIONS(942), - [anon_sym_BANG] = ACTIONS(942), - [anon_sym_TILDE] = ACTIONS(942), - [anon_sym_DASH] = ACTIONS(940), - [anon_sym_PLUS] = ACTIONS(940), - [anon_sym_STAR] = ACTIONS(942), - [anon_sym_AMP] = ACTIONS(942), - [anon_sym_SEMI] = ACTIONS(942), - [anon_sym_typedef] = ACTIONS(940), - [anon_sym_extern] = ACTIONS(940), - [anon_sym___attribute__] = ACTIONS(940), - [anon_sym_LBRACK_LBRACK] = ACTIONS(942), - [anon_sym___declspec] = ACTIONS(940), - [anon_sym___cdecl] = ACTIONS(940), - [anon_sym___clrcall] = ACTIONS(940), - [anon_sym___stdcall] = ACTIONS(940), - [anon_sym___fastcall] = ACTIONS(940), - [anon_sym___thiscall] = ACTIONS(940), - [anon_sym___vectorcall] = ACTIONS(940), - [anon_sym_LBRACE] = ACTIONS(942), - [anon_sym_static] = ACTIONS(940), - [anon_sym_auto] = ACTIONS(940), - [anon_sym_register] = ACTIONS(940), - [anon_sym_inline] = ACTIONS(940), - [anon_sym_const] = ACTIONS(940), - [anon_sym_volatile] = ACTIONS(940), - [anon_sym_restrict] = ACTIONS(940), - [anon_sym___restrict__] = ACTIONS(940), - [anon_sym__Atomic] = ACTIONS(940), - [anon_sym__Noreturn] = ACTIONS(940), - [anon_sym_signed] = ACTIONS(940), - [anon_sym_unsigned] = ACTIONS(940), - [anon_sym_long] = ACTIONS(940), - [anon_sym_short] = ACTIONS(940), - [sym_primitive_type] = ACTIONS(940), - [anon_sym_enum] = ACTIONS(940), - [anon_sym_struct] = ACTIONS(940), - [anon_sym_union] = ACTIONS(940), - [anon_sym_if] = ACTIONS(940), - [anon_sym_else] = ACTIONS(940), - [anon_sym_switch] = ACTIONS(940), - [anon_sym_case] = ACTIONS(940), - [anon_sym_default] = ACTIONS(940), - [anon_sym_while] = ACTIONS(940), - [anon_sym_do] = ACTIONS(940), - [anon_sym_for] = ACTIONS(940), - [anon_sym_return] = ACTIONS(940), - [anon_sym_break] = ACTIONS(940), - [anon_sym_continue] = ACTIONS(940), - [anon_sym_goto] = ACTIONS(940), - [anon_sym_DASH_DASH] = ACTIONS(942), - [anon_sym_PLUS_PLUS] = ACTIONS(942), - [anon_sym_sizeof] = ACTIONS(940), - [anon_sym_offsetof] = ACTIONS(940), - [anon_sym__Generic] = ACTIONS(940), - [anon_sym_asm] = ACTIONS(940), - [anon_sym___asm__] = ACTIONS(940), - [sym_number_literal] = ACTIONS(942), - [anon_sym_L_SQUOTE] = ACTIONS(942), - [anon_sym_u_SQUOTE] = ACTIONS(942), - [anon_sym_U_SQUOTE] = ACTIONS(942), - [anon_sym_u8_SQUOTE] = ACTIONS(942), - [anon_sym_SQUOTE] = ACTIONS(942), - [anon_sym_L_DQUOTE] = ACTIONS(942), - [anon_sym_u_DQUOTE] = ACTIONS(942), - [anon_sym_U_DQUOTE] = ACTIONS(942), - [anon_sym_u8_DQUOTE] = ACTIONS(942), - [anon_sym_DQUOTE] = ACTIONS(942), - [sym_true] = ACTIONS(940), - [sym_false] = ACTIONS(940), - [sym_null] = ACTIONS(940), + [228] = { + [sym_identifier] = ACTIONS(1052), + [aux_sym_preproc_include_token1] = ACTIONS(1052), + [aux_sym_preproc_def_token1] = ACTIONS(1052), + [aux_sym_preproc_if_token1] = ACTIONS(1052), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1052), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1052), + [sym_preproc_directive] = ACTIONS(1052), + [anon_sym_LPAREN2] = ACTIONS(1054), + [anon_sym_BANG] = ACTIONS(1054), + [anon_sym_TILDE] = ACTIONS(1054), + [anon_sym_DASH] = ACTIONS(1052), + [anon_sym_PLUS] = ACTIONS(1052), + [anon_sym_STAR] = ACTIONS(1054), + [anon_sym_AMP] = ACTIONS(1054), + [anon_sym_SEMI] = ACTIONS(1054), + [anon_sym_typedef] = ACTIONS(1052), + [anon_sym_extern] = ACTIONS(1052), + [anon_sym___attribute__] = ACTIONS(1052), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1054), + [anon_sym___declspec] = ACTIONS(1052), + [anon_sym___cdecl] = ACTIONS(1052), + [anon_sym___clrcall] = ACTIONS(1052), + [anon_sym___stdcall] = ACTIONS(1052), + [anon_sym___fastcall] = ACTIONS(1052), + [anon_sym___thiscall] = ACTIONS(1052), + [anon_sym___vectorcall] = ACTIONS(1052), + [anon_sym_LBRACE] = ACTIONS(1054), + [anon_sym_RBRACE] = ACTIONS(1054), + [anon_sym_static] = ACTIONS(1052), + [anon_sym_auto] = ACTIONS(1052), + [anon_sym_register] = ACTIONS(1052), + [anon_sym_inline] = ACTIONS(1052), + [anon_sym_const] = ACTIONS(1052), + [anon_sym_volatile] = ACTIONS(1052), + [anon_sym_restrict] = ACTIONS(1052), + [anon_sym___restrict__] = ACTIONS(1052), + [anon_sym__Atomic] = ACTIONS(1052), + [anon_sym__Noreturn] = ACTIONS(1052), + [anon_sym_signed] = ACTIONS(1052), + [anon_sym_unsigned] = ACTIONS(1052), + [anon_sym_long] = ACTIONS(1052), + [anon_sym_short] = ACTIONS(1052), + [sym_primitive_type] = ACTIONS(1052), + [anon_sym_enum] = ACTIONS(1052), + [anon_sym_struct] = ACTIONS(1052), + [anon_sym_union] = ACTIONS(1052), + [anon_sym_if] = ACTIONS(1052), + [anon_sym_else] = ACTIONS(1052), + [anon_sym_switch] = ACTIONS(1052), + [anon_sym_case] = ACTIONS(1052), + [anon_sym_default] = ACTIONS(1052), + [anon_sym_while] = ACTIONS(1052), + [anon_sym_do] = ACTIONS(1052), + [anon_sym_for] = ACTIONS(1052), + [anon_sym_return] = ACTIONS(1052), + [anon_sym_break] = ACTIONS(1052), + [anon_sym_continue] = ACTIONS(1052), + [anon_sym_goto] = ACTIONS(1052), + [anon_sym_DASH_DASH] = ACTIONS(1054), + [anon_sym_PLUS_PLUS] = ACTIONS(1054), + [anon_sym_sizeof] = ACTIONS(1052), + [anon_sym_offsetof] = ACTIONS(1052), + [anon_sym__Generic] = ACTIONS(1052), + [anon_sym_asm] = ACTIONS(1052), + [anon_sym___asm__] = ACTIONS(1052), + [sym_number_literal] = ACTIONS(1054), + [anon_sym_L_SQUOTE] = ACTIONS(1054), + [anon_sym_u_SQUOTE] = ACTIONS(1054), + [anon_sym_U_SQUOTE] = ACTIONS(1054), + [anon_sym_u8_SQUOTE] = ACTIONS(1054), + [anon_sym_SQUOTE] = ACTIONS(1054), + [anon_sym_L_DQUOTE] = ACTIONS(1054), + [anon_sym_u_DQUOTE] = ACTIONS(1054), + [anon_sym_U_DQUOTE] = ACTIONS(1054), + [anon_sym_u8_DQUOTE] = ACTIONS(1054), + [anon_sym_DQUOTE] = ACTIONS(1054), + [sym_true] = ACTIONS(1052), + [sym_false] = ACTIONS(1052), + [sym_null] = ACTIONS(1052), [sym_comment] = ACTIONS(3), }, - [243] = { - [sym_identifier] = ACTIONS(1040), - [aux_sym_preproc_include_token1] = ACTIONS(1040), - [aux_sym_preproc_def_token1] = ACTIONS(1040), - [aux_sym_preproc_if_token1] = ACTIONS(1040), - [aux_sym_preproc_if_token2] = ACTIONS(1040), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1040), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1040), - [sym_preproc_directive] = ACTIONS(1040), - [anon_sym_LPAREN2] = ACTIONS(1042), - [anon_sym_BANG] = ACTIONS(1042), - [anon_sym_TILDE] = ACTIONS(1042), - [anon_sym_DASH] = ACTIONS(1040), - [anon_sym_PLUS] = ACTIONS(1040), - [anon_sym_STAR] = ACTIONS(1042), - [anon_sym_AMP] = ACTIONS(1042), - [anon_sym_SEMI] = ACTIONS(1042), - [anon_sym_typedef] = ACTIONS(1040), - [anon_sym_extern] = ACTIONS(1040), - [anon_sym___attribute__] = ACTIONS(1040), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1042), - [anon_sym___declspec] = ACTIONS(1040), - [anon_sym___cdecl] = ACTIONS(1040), - [anon_sym___clrcall] = ACTIONS(1040), - [anon_sym___stdcall] = ACTIONS(1040), - [anon_sym___fastcall] = ACTIONS(1040), - [anon_sym___thiscall] = ACTIONS(1040), - [anon_sym___vectorcall] = ACTIONS(1040), - [anon_sym_LBRACE] = ACTIONS(1042), - [anon_sym_static] = ACTIONS(1040), - [anon_sym_auto] = ACTIONS(1040), - [anon_sym_register] = ACTIONS(1040), - [anon_sym_inline] = ACTIONS(1040), - [anon_sym_const] = ACTIONS(1040), - [anon_sym_volatile] = ACTIONS(1040), - [anon_sym_restrict] = ACTIONS(1040), - [anon_sym___restrict__] = ACTIONS(1040), - [anon_sym__Atomic] = ACTIONS(1040), - [anon_sym__Noreturn] = ACTIONS(1040), - [anon_sym_signed] = ACTIONS(1040), - [anon_sym_unsigned] = ACTIONS(1040), - [anon_sym_long] = ACTIONS(1040), - [anon_sym_short] = ACTIONS(1040), - [sym_primitive_type] = ACTIONS(1040), - [anon_sym_enum] = ACTIONS(1040), - [anon_sym_struct] = ACTIONS(1040), - [anon_sym_union] = ACTIONS(1040), - [anon_sym_if] = ACTIONS(1040), - [anon_sym_else] = ACTIONS(1040), - [anon_sym_switch] = ACTIONS(1040), - [anon_sym_case] = ACTIONS(1040), - [anon_sym_default] = ACTIONS(1040), - [anon_sym_while] = ACTIONS(1040), - [anon_sym_do] = ACTIONS(1040), - [anon_sym_for] = ACTIONS(1040), - [anon_sym_return] = ACTIONS(1040), - [anon_sym_break] = ACTIONS(1040), - [anon_sym_continue] = ACTIONS(1040), - [anon_sym_goto] = ACTIONS(1040), - [anon_sym_DASH_DASH] = ACTIONS(1042), - [anon_sym_PLUS_PLUS] = ACTIONS(1042), - [anon_sym_sizeof] = ACTIONS(1040), - [anon_sym_offsetof] = ACTIONS(1040), - [anon_sym__Generic] = ACTIONS(1040), - [anon_sym_asm] = ACTIONS(1040), - [anon_sym___asm__] = ACTIONS(1040), - [sym_number_literal] = ACTIONS(1042), - [anon_sym_L_SQUOTE] = ACTIONS(1042), - [anon_sym_u_SQUOTE] = ACTIONS(1042), - [anon_sym_U_SQUOTE] = ACTIONS(1042), - [anon_sym_u8_SQUOTE] = ACTIONS(1042), - [anon_sym_SQUOTE] = ACTIONS(1042), - [anon_sym_L_DQUOTE] = ACTIONS(1042), - [anon_sym_u_DQUOTE] = ACTIONS(1042), - [anon_sym_U_DQUOTE] = ACTIONS(1042), - [anon_sym_u8_DQUOTE] = ACTIONS(1042), - [anon_sym_DQUOTE] = ACTIONS(1042), - [sym_true] = ACTIONS(1040), - [sym_false] = ACTIONS(1040), - [sym_null] = ACTIONS(1040), + [229] = { + [sym_identifier] = ACTIONS(1048), + [aux_sym_preproc_include_token1] = ACTIONS(1048), + [aux_sym_preproc_def_token1] = ACTIONS(1048), + [aux_sym_preproc_if_token1] = ACTIONS(1048), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1048), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1048), + [sym_preproc_directive] = ACTIONS(1048), + [anon_sym_LPAREN2] = ACTIONS(1050), + [anon_sym_BANG] = ACTIONS(1050), + [anon_sym_TILDE] = ACTIONS(1050), + [anon_sym_DASH] = ACTIONS(1048), + [anon_sym_PLUS] = ACTIONS(1048), + [anon_sym_STAR] = ACTIONS(1050), + [anon_sym_AMP] = ACTIONS(1050), + [anon_sym_SEMI] = ACTIONS(1050), + [anon_sym_typedef] = ACTIONS(1048), + [anon_sym_extern] = ACTIONS(1048), + [anon_sym___attribute__] = ACTIONS(1048), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1050), + [anon_sym___declspec] = ACTIONS(1048), + [anon_sym___cdecl] = ACTIONS(1048), + [anon_sym___clrcall] = ACTIONS(1048), + [anon_sym___stdcall] = ACTIONS(1048), + [anon_sym___fastcall] = ACTIONS(1048), + [anon_sym___thiscall] = ACTIONS(1048), + [anon_sym___vectorcall] = ACTIONS(1048), + [anon_sym_LBRACE] = ACTIONS(1050), + [anon_sym_RBRACE] = ACTIONS(1050), + [anon_sym_static] = ACTIONS(1048), + [anon_sym_auto] = ACTIONS(1048), + [anon_sym_register] = ACTIONS(1048), + [anon_sym_inline] = ACTIONS(1048), + [anon_sym_const] = ACTIONS(1048), + [anon_sym_volatile] = ACTIONS(1048), + [anon_sym_restrict] = ACTIONS(1048), + [anon_sym___restrict__] = ACTIONS(1048), + [anon_sym__Atomic] = ACTIONS(1048), + [anon_sym__Noreturn] = ACTIONS(1048), + [anon_sym_signed] = ACTIONS(1048), + [anon_sym_unsigned] = ACTIONS(1048), + [anon_sym_long] = ACTIONS(1048), + [anon_sym_short] = ACTIONS(1048), + [sym_primitive_type] = ACTIONS(1048), + [anon_sym_enum] = ACTIONS(1048), + [anon_sym_struct] = ACTIONS(1048), + [anon_sym_union] = ACTIONS(1048), + [anon_sym_if] = ACTIONS(1048), + [anon_sym_else] = ACTIONS(1048), + [anon_sym_switch] = ACTIONS(1048), + [anon_sym_case] = ACTIONS(1048), + [anon_sym_default] = ACTIONS(1048), + [anon_sym_while] = ACTIONS(1048), + [anon_sym_do] = ACTIONS(1048), + [anon_sym_for] = ACTIONS(1048), + [anon_sym_return] = ACTIONS(1048), + [anon_sym_break] = ACTIONS(1048), + [anon_sym_continue] = ACTIONS(1048), + [anon_sym_goto] = ACTIONS(1048), + [anon_sym_DASH_DASH] = ACTIONS(1050), + [anon_sym_PLUS_PLUS] = ACTIONS(1050), + [anon_sym_sizeof] = ACTIONS(1048), + [anon_sym_offsetof] = ACTIONS(1048), + [anon_sym__Generic] = ACTIONS(1048), + [anon_sym_asm] = ACTIONS(1048), + [anon_sym___asm__] = ACTIONS(1048), + [sym_number_literal] = ACTIONS(1050), + [anon_sym_L_SQUOTE] = ACTIONS(1050), + [anon_sym_u_SQUOTE] = ACTIONS(1050), + [anon_sym_U_SQUOTE] = ACTIONS(1050), + [anon_sym_u8_SQUOTE] = ACTIONS(1050), + [anon_sym_SQUOTE] = ACTIONS(1050), + [anon_sym_L_DQUOTE] = ACTIONS(1050), + [anon_sym_u_DQUOTE] = ACTIONS(1050), + [anon_sym_U_DQUOTE] = ACTIONS(1050), + [anon_sym_u8_DQUOTE] = ACTIONS(1050), + [anon_sym_DQUOTE] = ACTIONS(1050), + [sym_true] = ACTIONS(1048), + [sym_false] = ACTIONS(1048), + [sym_null] = ACTIONS(1048), [sym_comment] = ACTIONS(3), }, - [244] = { - [ts_builtin_sym_end] = ACTIONS(946), - [sym_identifier] = ACTIONS(944), - [aux_sym_preproc_include_token1] = ACTIONS(944), - [aux_sym_preproc_def_token1] = ACTIONS(944), - [aux_sym_preproc_if_token1] = ACTIONS(944), - [aux_sym_preproc_ifdef_token1] = ACTIONS(944), - [aux_sym_preproc_ifdef_token2] = ACTIONS(944), - [sym_preproc_directive] = ACTIONS(944), - [anon_sym_LPAREN2] = ACTIONS(946), - [anon_sym_BANG] = ACTIONS(946), - [anon_sym_TILDE] = ACTIONS(946), - [anon_sym_DASH] = ACTIONS(944), - [anon_sym_PLUS] = ACTIONS(944), - [anon_sym_STAR] = ACTIONS(946), - [anon_sym_AMP] = ACTIONS(946), - [anon_sym_SEMI] = ACTIONS(946), - [anon_sym_typedef] = ACTIONS(944), - [anon_sym_extern] = ACTIONS(944), - [anon_sym___attribute__] = ACTIONS(944), - [anon_sym_LBRACK_LBRACK] = ACTIONS(946), - [anon_sym___declspec] = ACTIONS(944), - [anon_sym___cdecl] = ACTIONS(944), - [anon_sym___clrcall] = ACTIONS(944), - [anon_sym___stdcall] = ACTIONS(944), - [anon_sym___fastcall] = ACTIONS(944), - [anon_sym___thiscall] = ACTIONS(944), - [anon_sym___vectorcall] = ACTIONS(944), - [anon_sym_LBRACE] = ACTIONS(946), - [anon_sym_static] = ACTIONS(944), - [anon_sym_auto] = ACTIONS(944), - [anon_sym_register] = ACTIONS(944), - [anon_sym_inline] = ACTIONS(944), - [anon_sym_const] = ACTIONS(944), - [anon_sym_volatile] = ACTIONS(944), - [anon_sym_restrict] = ACTIONS(944), - [anon_sym___restrict__] = ACTIONS(944), - [anon_sym__Atomic] = ACTIONS(944), - [anon_sym__Noreturn] = ACTIONS(944), - [anon_sym_signed] = ACTIONS(944), - [anon_sym_unsigned] = ACTIONS(944), - [anon_sym_long] = ACTIONS(944), - [anon_sym_short] = ACTIONS(944), - [sym_primitive_type] = ACTIONS(944), - [anon_sym_enum] = ACTIONS(944), - [anon_sym_struct] = ACTIONS(944), - [anon_sym_union] = ACTIONS(944), - [anon_sym_if] = ACTIONS(944), - [anon_sym_else] = ACTIONS(944), - [anon_sym_switch] = ACTIONS(944), - [anon_sym_case] = ACTIONS(944), - [anon_sym_default] = ACTIONS(944), - [anon_sym_while] = ACTIONS(944), - [anon_sym_do] = ACTIONS(944), - [anon_sym_for] = ACTIONS(944), - [anon_sym_return] = ACTIONS(944), - [anon_sym_break] = ACTIONS(944), - [anon_sym_continue] = ACTIONS(944), - [anon_sym_goto] = ACTIONS(944), - [anon_sym_DASH_DASH] = ACTIONS(946), - [anon_sym_PLUS_PLUS] = ACTIONS(946), - [anon_sym_sizeof] = ACTIONS(944), - [anon_sym_offsetof] = ACTIONS(944), - [anon_sym__Generic] = ACTIONS(944), - [anon_sym_asm] = ACTIONS(944), - [anon_sym___asm__] = ACTIONS(944), - [sym_number_literal] = ACTIONS(946), - [anon_sym_L_SQUOTE] = ACTIONS(946), - [anon_sym_u_SQUOTE] = ACTIONS(946), - [anon_sym_U_SQUOTE] = ACTIONS(946), - [anon_sym_u8_SQUOTE] = ACTIONS(946), - [anon_sym_SQUOTE] = ACTIONS(946), - [anon_sym_L_DQUOTE] = ACTIONS(946), - [anon_sym_u_DQUOTE] = ACTIONS(946), - [anon_sym_U_DQUOTE] = ACTIONS(946), - [anon_sym_u8_DQUOTE] = ACTIONS(946), - [anon_sym_DQUOTE] = ACTIONS(946), - [sym_true] = ACTIONS(944), - [sym_false] = ACTIONS(944), - [sym_null] = ACTIONS(944), + [230] = { + [ts_builtin_sym_end] = ACTIONS(930), + [sym_identifier] = ACTIONS(928), + [aux_sym_preproc_include_token1] = ACTIONS(928), + [aux_sym_preproc_def_token1] = ACTIONS(928), + [aux_sym_preproc_if_token1] = ACTIONS(928), + [aux_sym_preproc_ifdef_token1] = ACTIONS(928), + [aux_sym_preproc_ifdef_token2] = ACTIONS(928), + [sym_preproc_directive] = ACTIONS(928), + [anon_sym_LPAREN2] = ACTIONS(930), + [anon_sym_BANG] = ACTIONS(930), + [anon_sym_TILDE] = ACTIONS(930), + [anon_sym_DASH] = ACTIONS(928), + [anon_sym_PLUS] = ACTIONS(928), + [anon_sym_STAR] = ACTIONS(930), + [anon_sym_AMP] = ACTIONS(930), + [anon_sym_SEMI] = ACTIONS(930), + [anon_sym_typedef] = ACTIONS(928), + [anon_sym_extern] = ACTIONS(928), + [anon_sym___attribute__] = ACTIONS(928), + [anon_sym_LBRACK_LBRACK] = ACTIONS(930), + [anon_sym___declspec] = ACTIONS(928), + [anon_sym___cdecl] = ACTIONS(928), + [anon_sym___clrcall] = ACTIONS(928), + [anon_sym___stdcall] = ACTIONS(928), + [anon_sym___fastcall] = ACTIONS(928), + [anon_sym___thiscall] = ACTIONS(928), + [anon_sym___vectorcall] = ACTIONS(928), + [anon_sym_LBRACE] = ACTIONS(930), + [anon_sym_static] = ACTIONS(928), + [anon_sym_auto] = ACTIONS(928), + [anon_sym_register] = ACTIONS(928), + [anon_sym_inline] = ACTIONS(928), + [anon_sym_const] = ACTIONS(928), + [anon_sym_volatile] = ACTIONS(928), + [anon_sym_restrict] = ACTIONS(928), + [anon_sym___restrict__] = ACTIONS(928), + [anon_sym__Atomic] = ACTIONS(928), + [anon_sym__Noreturn] = ACTIONS(928), + [anon_sym_signed] = ACTIONS(928), + [anon_sym_unsigned] = ACTIONS(928), + [anon_sym_long] = ACTIONS(928), + [anon_sym_short] = ACTIONS(928), + [sym_primitive_type] = ACTIONS(928), + [anon_sym_enum] = ACTIONS(928), + [anon_sym_struct] = ACTIONS(928), + [anon_sym_union] = ACTIONS(928), + [anon_sym_if] = ACTIONS(928), + [anon_sym_else] = ACTIONS(928), + [anon_sym_switch] = ACTIONS(928), + [anon_sym_case] = ACTIONS(928), + [anon_sym_default] = ACTIONS(928), + [anon_sym_while] = ACTIONS(928), + [anon_sym_do] = ACTIONS(928), + [anon_sym_for] = ACTIONS(928), + [anon_sym_return] = ACTIONS(928), + [anon_sym_break] = ACTIONS(928), + [anon_sym_continue] = ACTIONS(928), + [anon_sym_goto] = ACTIONS(928), + [anon_sym_DASH_DASH] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(930), + [anon_sym_sizeof] = ACTIONS(928), + [anon_sym_offsetof] = ACTIONS(928), + [anon_sym__Generic] = ACTIONS(928), + [anon_sym_asm] = ACTIONS(928), + [anon_sym___asm__] = ACTIONS(928), + [sym_number_literal] = ACTIONS(930), + [anon_sym_L_SQUOTE] = ACTIONS(930), + [anon_sym_u_SQUOTE] = ACTIONS(930), + [anon_sym_U_SQUOTE] = ACTIONS(930), + [anon_sym_u8_SQUOTE] = ACTIONS(930), + [anon_sym_SQUOTE] = ACTIONS(930), + [anon_sym_L_DQUOTE] = ACTIONS(930), + [anon_sym_u_DQUOTE] = ACTIONS(930), + [anon_sym_U_DQUOTE] = ACTIONS(930), + [anon_sym_u8_DQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE] = ACTIONS(930), + [sym_true] = ACTIONS(928), + [sym_false] = ACTIONS(928), + [sym_null] = ACTIONS(928), [sym_comment] = ACTIONS(3), }, - [245] = { + [231] = { [sym_identifier] = ACTIONS(1044), [aux_sym_preproc_include_token1] = ACTIONS(1044), [aux_sym_preproc_def_token1] = ACTIONS(1044), [aux_sym_preproc_if_token1] = ACTIONS(1044), - [aux_sym_preproc_if_token2] = ACTIONS(1044), [aux_sym_preproc_ifdef_token1] = ACTIONS(1044), [aux_sym_preproc_ifdef_token2] = ACTIONS(1044), [sym_preproc_directive] = ACTIONS(1044), @@ -37276,6 +36233,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1044), [anon_sym___vectorcall] = ACTIONS(1044), [anon_sym_LBRACE] = ACTIONS(1046), + [anon_sym_RBRACE] = ACTIONS(1046), [anon_sym_static] = ACTIONS(1044), [anon_sym_auto] = ACTIONS(1044), [anon_sym_register] = ACTIONS(1044), @@ -37329,171 +36287,335 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1044), [sym_comment] = ACTIONS(3), }, - [246] = { - [sym_identifier] = ACTIONS(1028), - [aux_sym_preproc_include_token1] = ACTIONS(1028), - [aux_sym_preproc_def_token1] = ACTIONS(1028), - [aux_sym_preproc_if_token1] = ACTIONS(1028), - [aux_sym_preproc_if_token2] = ACTIONS(1028), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1028), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1028), - [sym_preproc_directive] = ACTIONS(1028), - [anon_sym_LPAREN2] = ACTIONS(1030), - [anon_sym_BANG] = ACTIONS(1030), - [anon_sym_TILDE] = ACTIONS(1030), - [anon_sym_DASH] = ACTIONS(1028), - [anon_sym_PLUS] = ACTIONS(1028), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1030), - [anon_sym_typedef] = ACTIONS(1028), - [anon_sym_extern] = ACTIONS(1028), - [anon_sym___attribute__] = ACTIONS(1028), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1030), - [anon_sym___declspec] = ACTIONS(1028), - [anon_sym___cdecl] = ACTIONS(1028), - [anon_sym___clrcall] = ACTIONS(1028), - [anon_sym___stdcall] = ACTIONS(1028), - [anon_sym___fastcall] = ACTIONS(1028), - [anon_sym___thiscall] = ACTIONS(1028), - [anon_sym___vectorcall] = ACTIONS(1028), - [anon_sym_LBRACE] = ACTIONS(1030), - [anon_sym_static] = ACTIONS(1028), - [anon_sym_auto] = ACTIONS(1028), - [anon_sym_register] = ACTIONS(1028), - [anon_sym_inline] = ACTIONS(1028), - [anon_sym_const] = ACTIONS(1028), - [anon_sym_volatile] = ACTIONS(1028), - [anon_sym_restrict] = ACTIONS(1028), - [anon_sym___restrict__] = ACTIONS(1028), - [anon_sym__Atomic] = ACTIONS(1028), - [anon_sym__Noreturn] = ACTIONS(1028), - [anon_sym_signed] = ACTIONS(1028), - [anon_sym_unsigned] = ACTIONS(1028), - [anon_sym_long] = ACTIONS(1028), - [anon_sym_short] = ACTIONS(1028), - [sym_primitive_type] = ACTIONS(1028), - [anon_sym_enum] = ACTIONS(1028), - [anon_sym_struct] = ACTIONS(1028), - [anon_sym_union] = ACTIONS(1028), - [anon_sym_if] = ACTIONS(1028), - [anon_sym_else] = ACTIONS(1028), - [anon_sym_switch] = ACTIONS(1028), - [anon_sym_case] = ACTIONS(1028), - [anon_sym_default] = ACTIONS(1028), - [anon_sym_while] = ACTIONS(1028), - [anon_sym_do] = ACTIONS(1028), - [anon_sym_for] = ACTIONS(1028), - [anon_sym_return] = ACTIONS(1028), - [anon_sym_break] = ACTIONS(1028), - [anon_sym_continue] = ACTIONS(1028), - [anon_sym_goto] = ACTIONS(1028), - [anon_sym_DASH_DASH] = ACTIONS(1030), - [anon_sym_PLUS_PLUS] = ACTIONS(1030), - [anon_sym_sizeof] = ACTIONS(1028), - [anon_sym_offsetof] = ACTIONS(1028), - [anon_sym__Generic] = ACTIONS(1028), - [anon_sym_asm] = ACTIONS(1028), - [anon_sym___asm__] = ACTIONS(1028), - [sym_number_literal] = ACTIONS(1030), - [anon_sym_L_SQUOTE] = ACTIONS(1030), - [anon_sym_u_SQUOTE] = ACTIONS(1030), - [anon_sym_U_SQUOTE] = ACTIONS(1030), - [anon_sym_u8_SQUOTE] = ACTIONS(1030), - [anon_sym_SQUOTE] = ACTIONS(1030), - [anon_sym_L_DQUOTE] = ACTIONS(1030), - [anon_sym_u_DQUOTE] = ACTIONS(1030), - [anon_sym_U_DQUOTE] = ACTIONS(1030), - [anon_sym_u8_DQUOTE] = ACTIONS(1030), - [anon_sym_DQUOTE] = ACTIONS(1030), - [sym_true] = ACTIONS(1028), - [sym_false] = ACTIONS(1028), - [sym_null] = ACTIONS(1028), + [232] = { + [sym_identifier] = ACTIONS(1040), + [aux_sym_preproc_include_token1] = ACTIONS(1040), + [aux_sym_preproc_def_token1] = ACTIONS(1040), + [aux_sym_preproc_if_token1] = ACTIONS(1040), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1040), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1040), + [sym_preproc_directive] = ACTIONS(1040), + [anon_sym_LPAREN2] = ACTIONS(1042), + [anon_sym_BANG] = ACTIONS(1042), + [anon_sym_TILDE] = ACTIONS(1042), + [anon_sym_DASH] = ACTIONS(1040), + [anon_sym_PLUS] = ACTIONS(1040), + [anon_sym_STAR] = ACTIONS(1042), + [anon_sym_AMP] = ACTIONS(1042), + [anon_sym_SEMI] = ACTIONS(1042), + [anon_sym_typedef] = ACTIONS(1040), + [anon_sym_extern] = ACTIONS(1040), + [anon_sym___attribute__] = ACTIONS(1040), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1042), + [anon_sym___declspec] = ACTIONS(1040), + [anon_sym___cdecl] = ACTIONS(1040), + [anon_sym___clrcall] = ACTIONS(1040), + [anon_sym___stdcall] = ACTIONS(1040), + [anon_sym___fastcall] = ACTIONS(1040), + [anon_sym___thiscall] = ACTIONS(1040), + [anon_sym___vectorcall] = ACTIONS(1040), + [anon_sym_LBRACE] = ACTIONS(1042), + [anon_sym_RBRACE] = ACTIONS(1042), + [anon_sym_static] = ACTIONS(1040), + [anon_sym_auto] = ACTIONS(1040), + [anon_sym_register] = ACTIONS(1040), + [anon_sym_inline] = ACTIONS(1040), + [anon_sym_const] = ACTIONS(1040), + [anon_sym_volatile] = ACTIONS(1040), + [anon_sym_restrict] = ACTIONS(1040), + [anon_sym___restrict__] = ACTIONS(1040), + [anon_sym__Atomic] = ACTIONS(1040), + [anon_sym__Noreturn] = ACTIONS(1040), + [anon_sym_signed] = ACTIONS(1040), + [anon_sym_unsigned] = ACTIONS(1040), + [anon_sym_long] = ACTIONS(1040), + [anon_sym_short] = ACTIONS(1040), + [sym_primitive_type] = ACTIONS(1040), + [anon_sym_enum] = ACTIONS(1040), + [anon_sym_struct] = ACTIONS(1040), + [anon_sym_union] = ACTIONS(1040), + [anon_sym_if] = ACTIONS(1040), + [anon_sym_else] = ACTIONS(1040), + [anon_sym_switch] = ACTIONS(1040), + [anon_sym_case] = ACTIONS(1040), + [anon_sym_default] = ACTIONS(1040), + [anon_sym_while] = ACTIONS(1040), + [anon_sym_do] = ACTIONS(1040), + [anon_sym_for] = ACTIONS(1040), + [anon_sym_return] = ACTIONS(1040), + [anon_sym_break] = ACTIONS(1040), + [anon_sym_continue] = ACTIONS(1040), + [anon_sym_goto] = ACTIONS(1040), + [anon_sym_DASH_DASH] = ACTIONS(1042), + [anon_sym_PLUS_PLUS] = ACTIONS(1042), + [anon_sym_sizeof] = ACTIONS(1040), + [anon_sym_offsetof] = ACTIONS(1040), + [anon_sym__Generic] = ACTIONS(1040), + [anon_sym_asm] = ACTIONS(1040), + [anon_sym___asm__] = ACTIONS(1040), + [sym_number_literal] = ACTIONS(1042), + [anon_sym_L_SQUOTE] = ACTIONS(1042), + [anon_sym_u_SQUOTE] = ACTIONS(1042), + [anon_sym_U_SQUOTE] = ACTIONS(1042), + [anon_sym_u8_SQUOTE] = ACTIONS(1042), + [anon_sym_SQUOTE] = ACTIONS(1042), + [anon_sym_L_DQUOTE] = ACTIONS(1042), + [anon_sym_u_DQUOTE] = ACTIONS(1042), + [anon_sym_U_DQUOTE] = ACTIONS(1042), + [anon_sym_u8_DQUOTE] = ACTIONS(1042), + [anon_sym_DQUOTE] = ACTIONS(1042), + [sym_true] = ACTIONS(1040), + [sym_false] = ACTIONS(1040), + [sym_null] = ACTIONS(1040), + [sym_comment] = ACTIONS(3), + }, + [233] = { + [sym_identifier] = ACTIONS(996), + [aux_sym_preproc_include_token1] = ACTIONS(996), + [aux_sym_preproc_def_token1] = ACTIONS(996), + [aux_sym_preproc_if_token1] = ACTIONS(996), + [aux_sym_preproc_ifdef_token1] = ACTIONS(996), + [aux_sym_preproc_ifdef_token2] = ACTIONS(996), + [sym_preproc_directive] = ACTIONS(996), + [anon_sym_LPAREN2] = ACTIONS(998), + [anon_sym_BANG] = ACTIONS(998), + [anon_sym_TILDE] = ACTIONS(998), + [anon_sym_DASH] = ACTIONS(996), + [anon_sym_PLUS] = ACTIONS(996), + [anon_sym_STAR] = ACTIONS(998), + [anon_sym_AMP] = ACTIONS(998), + [anon_sym_SEMI] = ACTIONS(998), + [anon_sym_typedef] = ACTIONS(996), + [anon_sym_extern] = ACTIONS(996), + [anon_sym___attribute__] = ACTIONS(996), + [anon_sym_LBRACK_LBRACK] = ACTIONS(998), + [anon_sym___declspec] = ACTIONS(996), + [anon_sym___cdecl] = ACTIONS(996), + [anon_sym___clrcall] = ACTIONS(996), + [anon_sym___stdcall] = ACTIONS(996), + [anon_sym___fastcall] = ACTIONS(996), + [anon_sym___thiscall] = ACTIONS(996), + [anon_sym___vectorcall] = ACTIONS(996), + [anon_sym_LBRACE] = ACTIONS(998), + [anon_sym_RBRACE] = ACTIONS(998), + [anon_sym_static] = ACTIONS(996), + [anon_sym_auto] = ACTIONS(996), + [anon_sym_register] = ACTIONS(996), + [anon_sym_inline] = ACTIONS(996), + [anon_sym_const] = ACTIONS(996), + [anon_sym_volatile] = ACTIONS(996), + [anon_sym_restrict] = ACTIONS(996), + [anon_sym___restrict__] = ACTIONS(996), + [anon_sym__Atomic] = ACTIONS(996), + [anon_sym__Noreturn] = ACTIONS(996), + [anon_sym_signed] = ACTIONS(996), + [anon_sym_unsigned] = ACTIONS(996), + [anon_sym_long] = ACTIONS(996), + [anon_sym_short] = ACTIONS(996), + [sym_primitive_type] = ACTIONS(996), + [anon_sym_enum] = ACTIONS(996), + [anon_sym_struct] = ACTIONS(996), + [anon_sym_union] = ACTIONS(996), + [anon_sym_if] = ACTIONS(996), + [anon_sym_else] = ACTIONS(996), + [anon_sym_switch] = ACTIONS(996), + [anon_sym_case] = ACTIONS(996), + [anon_sym_default] = ACTIONS(996), + [anon_sym_while] = ACTIONS(996), + [anon_sym_do] = ACTIONS(996), + [anon_sym_for] = ACTIONS(996), + [anon_sym_return] = ACTIONS(996), + [anon_sym_break] = ACTIONS(996), + [anon_sym_continue] = ACTIONS(996), + [anon_sym_goto] = ACTIONS(996), + [anon_sym_DASH_DASH] = ACTIONS(998), + [anon_sym_PLUS_PLUS] = ACTIONS(998), + [anon_sym_sizeof] = ACTIONS(996), + [anon_sym_offsetof] = ACTIONS(996), + [anon_sym__Generic] = ACTIONS(996), + [anon_sym_asm] = ACTIONS(996), + [anon_sym___asm__] = ACTIONS(996), + [sym_number_literal] = ACTIONS(998), + [anon_sym_L_SQUOTE] = ACTIONS(998), + [anon_sym_u_SQUOTE] = ACTIONS(998), + [anon_sym_U_SQUOTE] = ACTIONS(998), + [anon_sym_u8_SQUOTE] = ACTIONS(998), + [anon_sym_SQUOTE] = ACTIONS(998), + [anon_sym_L_DQUOTE] = ACTIONS(998), + [anon_sym_u_DQUOTE] = ACTIONS(998), + [anon_sym_U_DQUOTE] = ACTIONS(998), + [anon_sym_u8_DQUOTE] = ACTIONS(998), + [anon_sym_DQUOTE] = ACTIONS(998), + [sym_true] = ACTIONS(996), + [sym_false] = ACTIONS(996), + [sym_null] = ACTIONS(996), [sym_comment] = ACTIONS(3), }, - [247] = { - [sym_identifier] = ACTIONS(992), - [aux_sym_preproc_include_token1] = ACTIONS(992), - [aux_sym_preproc_def_token1] = ACTIONS(992), - [aux_sym_preproc_if_token1] = ACTIONS(992), - [aux_sym_preproc_ifdef_token1] = ACTIONS(992), - [aux_sym_preproc_ifdef_token2] = ACTIONS(992), - [sym_preproc_directive] = ACTIONS(992), - [anon_sym_LPAREN2] = ACTIONS(994), - [anon_sym_BANG] = ACTIONS(994), - [anon_sym_TILDE] = ACTIONS(994), - [anon_sym_DASH] = ACTIONS(992), - [anon_sym_PLUS] = ACTIONS(992), - [anon_sym_STAR] = ACTIONS(994), - [anon_sym_AMP] = ACTIONS(994), - [anon_sym_SEMI] = ACTIONS(994), - [anon_sym_typedef] = ACTIONS(992), - [anon_sym_extern] = ACTIONS(992), - [anon_sym___attribute__] = ACTIONS(992), - [anon_sym_LBRACK_LBRACK] = ACTIONS(994), - [anon_sym___declspec] = ACTIONS(992), - [anon_sym___cdecl] = ACTIONS(992), - [anon_sym___clrcall] = ACTIONS(992), - [anon_sym___stdcall] = ACTIONS(992), - [anon_sym___fastcall] = ACTIONS(992), - [anon_sym___thiscall] = ACTIONS(992), - [anon_sym___vectorcall] = ACTIONS(992), - [anon_sym_LBRACE] = ACTIONS(994), - [anon_sym_RBRACE] = ACTIONS(994), - [anon_sym_static] = ACTIONS(992), - [anon_sym_auto] = ACTIONS(992), - [anon_sym_register] = ACTIONS(992), - [anon_sym_inline] = ACTIONS(992), - [anon_sym_const] = ACTIONS(992), - [anon_sym_volatile] = ACTIONS(992), - [anon_sym_restrict] = ACTIONS(992), - [anon_sym___restrict__] = ACTIONS(992), - [anon_sym__Atomic] = ACTIONS(992), - [anon_sym__Noreturn] = ACTIONS(992), - [anon_sym_signed] = ACTIONS(992), - [anon_sym_unsigned] = ACTIONS(992), - [anon_sym_long] = ACTIONS(992), - [anon_sym_short] = ACTIONS(992), - [sym_primitive_type] = ACTIONS(992), - [anon_sym_enum] = ACTIONS(992), - [anon_sym_struct] = ACTIONS(992), - [anon_sym_union] = ACTIONS(992), - [anon_sym_if] = ACTIONS(992), - [anon_sym_else] = ACTIONS(992), - [anon_sym_switch] = ACTIONS(992), - [anon_sym_case] = ACTIONS(992), - [anon_sym_default] = ACTIONS(992), - [anon_sym_while] = ACTIONS(992), - [anon_sym_do] = ACTIONS(992), - [anon_sym_for] = ACTIONS(992), - [anon_sym_return] = ACTIONS(992), - [anon_sym_break] = ACTIONS(992), - [anon_sym_continue] = ACTIONS(992), - [anon_sym_goto] = ACTIONS(992), - [anon_sym_DASH_DASH] = ACTIONS(994), - [anon_sym_PLUS_PLUS] = ACTIONS(994), - [anon_sym_sizeof] = ACTIONS(992), - [anon_sym_offsetof] = ACTIONS(992), - [anon_sym__Generic] = ACTIONS(992), - [anon_sym_asm] = ACTIONS(992), - [anon_sym___asm__] = ACTIONS(992), - [sym_number_literal] = ACTIONS(994), - [anon_sym_L_SQUOTE] = ACTIONS(994), - [anon_sym_u_SQUOTE] = ACTIONS(994), - [anon_sym_U_SQUOTE] = ACTIONS(994), - [anon_sym_u8_SQUOTE] = ACTIONS(994), - [anon_sym_SQUOTE] = ACTIONS(994), - [anon_sym_L_DQUOTE] = ACTIONS(994), - [anon_sym_u_DQUOTE] = ACTIONS(994), - [anon_sym_U_DQUOTE] = ACTIONS(994), - [anon_sym_u8_DQUOTE] = ACTIONS(994), - [anon_sym_DQUOTE] = ACTIONS(994), - [sym_true] = ACTIONS(992), - [sym_false] = ACTIONS(992), - [sym_null] = ACTIONS(992), + [234] = { + [sym_identifier] = ACTIONS(1036), + [aux_sym_preproc_include_token1] = ACTIONS(1036), + [aux_sym_preproc_def_token1] = ACTIONS(1036), + [aux_sym_preproc_if_token1] = ACTIONS(1036), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1036), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1036), + [sym_preproc_directive] = ACTIONS(1036), + [anon_sym_LPAREN2] = ACTIONS(1038), + [anon_sym_BANG] = ACTIONS(1038), + [anon_sym_TILDE] = ACTIONS(1038), + [anon_sym_DASH] = ACTIONS(1036), + [anon_sym_PLUS] = ACTIONS(1036), + [anon_sym_STAR] = ACTIONS(1038), + [anon_sym_AMP] = ACTIONS(1038), + [anon_sym_SEMI] = ACTIONS(1038), + [anon_sym_typedef] = ACTIONS(1036), + [anon_sym_extern] = ACTIONS(1036), + [anon_sym___attribute__] = ACTIONS(1036), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1038), + [anon_sym___declspec] = ACTIONS(1036), + [anon_sym___cdecl] = ACTIONS(1036), + [anon_sym___clrcall] = ACTIONS(1036), + [anon_sym___stdcall] = ACTIONS(1036), + [anon_sym___fastcall] = ACTIONS(1036), + [anon_sym___thiscall] = ACTIONS(1036), + [anon_sym___vectorcall] = ACTIONS(1036), + [anon_sym_LBRACE] = ACTIONS(1038), + [anon_sym_RBRACE] = ACTIONS(1038), + [anon_sym_static] = ACTIONS(1036), + [anon_sym_auto] = ACTIONS(1036), + [anon_sym_register] = ACTIONS(1036), + [anon_sym_inline] = ACTIONS(1036), + [anon_sym_const] = ACTIONS(1036), + [anon_sym_volatile] = ACTIONS(1036), + [anon_sym_restrict] = ACTIONS(1036), + [anon_sym___restrict__] = ACTIONS(1036), + [anon_sym__Atomic] = ACTIONS(1036), + [anon_sym__Noreturn] = ACTIONS(1036), + [anon_sym_signed] = ACTIONS(1036), + [anon_sym_unsigned] = ACTIONS(1036), + [anon_sym_long] = ACTIONS(1036), + [anon_sym_short] = ACTIONS(1036), + [sym_primitive_type] = ACTIONS(1036), + [anon_sym_enum] = ACTIONS(1036), + [anon_sym_struct] = ACTIONS(1036), + [anon_sym_union] = ACTIONS(1036), + [anon_sym_if] = ACTIONS(1036), + [anon_sym_else] = ACTIONS(1036), + [anon_sym_switch] = ACTIONS(1036), + [anon_sym_case] = ACTIONS(1036), + [anon_sym_default] = ACTIONS(1036), + [anon_sym_while] = ACTIONS(1036), + [anon_sym_do] = ACTIONS(1036), + [anon_sym_for] = ACTIONS(1036), + [anon_sym_return] = ACTIONS(1036), + [anon_sym_break] = ACTIONS(1036), + [anon_sym_continue] = ACTIONS(1036), + [anon_sym_goto] = ACTIONS(1036), + [anon_sym_DASH_DASH] = ACTIONS(1038), + [anon_sym_PLUS_PLUS] = ACTIONS(1038), + [anon_sym_sizeof] = ACTIONS(1036), + [anon_sym_offsetof] = ACTIONS(1036), + [anon_sym__Generic] = ACTIONS(1036), + [anon_sym_asm] = ACTIONS(1036), + [anon_sym___asm__] = ACTIONS(1036), + [sym_number_literal] = ACTIONS(1038), + [anon_sym_L_SQUOTE] = ACTIONS(1038), + [anon_sym_u_SQUOTE] = ACTIONS(1038), + [anon_sym_U_SQUOTE] = ACTIONS(1038), + [anon_sym_u8_SQUOTE] = ACTIONS(1038), + [anon_sym_SQUOTE] = ACTIONS(1038), + [anon_sym_L_DQUOTE] = ACTIONS(1038), + [anon_sym_u_DQUOTE] = ACTIONS(1038), + [anon_sym_U_DQUOTE] = ACTIONS(1038), + [anon_sym_u8_DQUOTE] = ACTIONS(1038), + [anon_sym_DQUOTE] = ACTIONS(1038), + [sym_true] = ACTIONS(1036), + [sym_false] = ACTIONS(1036), + [sym_null] = ACTIONS(1036), [sym_comment] = ACTIONS(3), }, - [248] = { + [235] = { + [sym_identifier] = ACTIONS(948), + [aux_sym_preproc_include_token1] = ACTIONS(948), + [aux_sym_preproc_def_token1] = ACTIONS(948), + [aux_sym_preproc_if_token1] = ACTIONS(948), + [aux_sym_preproc_if_token2] = ACTIONS(948), + [aux_sym_preproc_ifdef_token1] = ACTIONS(948), + [aux_sym_preproc_ifdef_token2] = ACTIONS(948), + [sym_preproc_directive] = ACTIONS(948), + [anon_sym_LPAREN2] = ACTIONS(950), + [anon_sym_BANG] = ACTIONS(950), + [anon_sym_TILDE] = ACTIONS(950), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_STAR] = ACTIONS(950), + [anon_sym_AMP] = ACTIONS(950), + [anon_sym_SEMI] = ACTIONS(950), + [anon_sym_typedef] = ACTIONS(948), + [anon_sym_extern] = ACTIONS(948), + [anon_sym___attribute__] = ACTIONS(948), + [anon_sym_LBRACK_LBRACK] = ACTIONS(950), + [anon_sym___declspec] = ACTIONS(948), + [anon_sym___cdecl] = ACTIONS(948), + [anon_sym___clrcall] = ACTIONS(948), + [anon_sym___stdcall] = ACTIONS(948), + [anon_sym___fastcall] = ACTIONS(948), + [anon_sym___thiscall] = ACTIONS(948), + [anon_sym___vectorcall] = ACTIONS(948), + [anon_sym_LBRACE] = ACTIONS(950), + [anon_sym_static] = ACTIONS(948), + [anon_sym_auto] = ACTIONS(948), + [anon_sym_register] = ACTIONS(948), + [anon_sym_inline] = ACTIONS(948), + [anon_sym_const] = ACTIONS(948), + [anon_sym_volatile] = ACTIONS(948), + [anon_sym_restrict] = ACTIONS(948), + [anon_sym___restrict__] = ACTIONS(948), + [anon_sym__Atomic] = ACTIONS(948), + [anon_sym__Noreturn] = ACTIONS(948), + [anon_sym_signed] = ACTIONS(948), + [anon_sym_unsigned] = ACTIONS(948), + [anon_sym_long] = ACTIONS(948), + [anon_sym_short] = ACTIONS(948), + [sym_primitive_type] = ACTIONS(948), + [anon_sym_enum] = ACTIONS(948), + [anon_sym_struct] = ACTIONS(948), + [anon_sym_union] = ACTIONS(948), + [anon_sym_if] = ACTIONS(948), + [anon_sym_else] = ACTIONS(948), + [anon_sym_switch] = ACTIONS(948), + [anon_sym_case] = ACTIONS(948), + [anon_sym_default] = ACTIONS(948), + [anon_sym_while] = ACTIONS(948), + [anon_sym_do] = ACTIONS(948), + [anon_sym_for] = ACTIONS(948), + [anon_sym_return] = ACTIONS(948), + [anon_sym_break] = ACTIONS(948), + [anon_sym_continue] = ACTIONS(948), + [anon_sym_goto] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(950), + [anon_sym_PLUS_PLUS] = ACTIONS(950), + [anon_sym_sizeof] = ACTIONS(948), + [anon_sym_offsetof] = ACTIONS(948), + [anon_sym__Generic] = ACTIONS(948), + [anon_sym_asm] = ACTIONS(948), + [anon_sym___asm__] = ACTIONS(948), + [sym_number_literal] = ACTIONS(950), + [anon_sym_L_SQUOTE] = ACTIONS(950), + [anon_sym_u_SQUOTE] = ACTIONS(950), + [anon_sym_U_SQUOTE] = ACTIONS(950), + [anon_sym_u8_SQUOTE] = ACTIONS(950), + [anon_sym_SQUOTE] = ACTIONS(950), + [anon_sym_L_DQUOTE] = ACTIONS(950), + [anon_sym_u_DQUOTE] = ACTIONS(950), + [anon_sym_U_DQUOTE] = ACTIONS(950), + [anon_sym_u8_DQUOTE] = ACTIONS(950), + [anon_sym_DQUOTE] = ACTIONS(950), + [sym_true] = ACTIONS(948), + [sym_false] = ACTIONS(948), + [sym_null] = ACTIONS(948), + [sym_comment] = ACTIONS(3), + }, + [236] = { [ts_builtin_sym_end] = ACTIONS(920), [sym_identifier] = ACTIONS(918), [aux_sym_preproc_include_token1] = ACTIONS(918), @@ -37541,7 +36663,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(918), [anon_sym_union] = ACTIONS(918), [anon_sym_if] = ACTIONS(918), - [anon_sym_else] = ACTIONS(918), + [anon_sym_else] = ACTIONS(1370), [anon_sym_switch] = ACTIONS(918), [anon_sym_case] = ACTIONS(918), [anon_sym_default] = ACTIONS(918), @@ -37575,94 +36697,176 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(918), [sym_comment] = ACTIONS(3), }, - [249] = { - [sym_identifier] = ACTIONS(1028), - [aux_sym_preproc_include_token1] = ACTIONS(1028), - [aux_sym_preproc_def_token1] = ACTIONS(1028), - [aux_sym_preproc_if_token1] = ACTIONS(1028), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1028), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1028), - [sym_preproc_directive] = ACTIONS(1028), - [anon_sym_LPAREN2] = ACTIONS(1030), - [anon_sym_BANG] = ACTIONS(1030), - [anon_sym_TILDE] = ACTIONS(1030), - [anon_sym_DASH] = ACTIONS(1028), - [anon_sym_PLUS] = ACTIONS(1028), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1030), - [anon_sym_typedef] = ACTIONS(1028), - [anon_sym_extern] = ACTIONS(1028), - [anon_sym___attribute__] = ACTIONS(1028), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1030), - [anon_sym___declspec] = ACTIONS(1028), - [anon_sym___cdecl] = ACTIONS(1028), - [anon_sym___clrcall] = ACTIONS(1028), - [anon_sym___stdcall] = ACTIONS(1028), - [anon_sym___fastcall] = ACTIONS(1028), - [anon_sym___thiscall] = ACTIONS(1028), - [anon_sym___vectorcall] = ACTIONS(1028), - [anon_sym_LBRACE] = ACTIONS(1030), - [anon_sym_RBRACE] = ACTIONS(1030), - [anon_sym_static] = ACTIONS(1028), - [anon_sym_auto] = ACTIONS(1028), - [anon_sym_register] = ACTIONS(1028), - [anon_sym_inline] = ACTIONS(1028), - [anon_sym_const] = ACTIONS(1028), - [anon_sym_volatile] = ACTIONS(1028), - [anon_sym_restrict] = ACTIONS(1028), - [anon_sym___restrict__] = ACTIONS(1028), - [anon_sym__Atomic] = ACTIONS(1028), - [anon_sym__Noreturn] = ACTIONS(1028), - [anon_sym_signed] = ACTIONS(1028), - [anon_sym_unsigned] = ACTIONS(1028), - [anon_sym_long] = ACTIONS(1028), - [anon_sym_short] = ACTIONS(1028), - [sym_primitive_type] = ACTIONS(1028), - [anon_sym_enum] = ACTIONS(1028), - [anon_sym_struct] = ACTIONS(1028), - [anon_sym_union] = ACTIONS(1028), - [anon_sym_if] = ACTIONS(1028), - [anon_sym_else] = ACTIONS(1028), - [anon_sym_switch] = ACTIONS(1028), - [anon_sym_case] = ACTIONS(1028), - [anon_sym_default] = ACTIONS(1028), - [anon_sym_while] = ACTIONS(1028), - [anon_sym_do] = ACTIONS(1028), - [anon_sym_for] = ACTIONS(1028), - [anon_sym_return] = ACTIONS(1028), - [anon_sym_break] = ACTIONS(1028), - [anon_sym_continue] = ACTIONS(1028), - [anon_sym_goto] = ACTIONS(1028), - [anon_sym_DASH_DASH] = ACTIONS(1030), - [anon_sym_PLUS_PLUS] = ACTIONS(1030), - [anon_sym_sizeof] = ACTIONS(1028), - [anon_sym_offsetof] = ACTIONS(1028), - [anon_sym__Generic] = ACTIONS(1028), - [anon_sym_asm] = ACTIONS(1028), - [anon_sym___asm__] = ACTIONS(1028), - [sym_number_literal] = ACTIONS(1030), - [anon_sym_L_SQUOTE] = ACTIONS(1030), - [anon_sym_u_SQUOTE] = ACTIONS(1030), - [anon_sym_U_SQUOTE] = ACTIONS(1030), - [anon_sym_u8_SQUOTE] = ACTIONS(1030), - [anon_sym_SQUOTE] = ACTIONS(1030), - [anon_sym_L_DQUOTE] = ACTIONS(1030), - [anon_sym_u_DQUOTE] = ACTIONS(1030), - [anon_sym_U_DQUOTE] = ACTIONS(1030), - [anon_sym_u8_DQUOTE] = ACTIONS(1030), - [anon_sym_DQUOTE] = ACTIONS(1030), - [sym_true] = ACTIONS(1028), - [sym_false] = ACTIONS(1028), - [sym_null] = ACTIONS(1028), + [237] = { + [ts_builtin_sym_end] = ACTIONS(990), + [sym_identifier] = ACTIONS(988), + [aux_sym_preproc_include_token1] = ACTIONS(988), + [aux_sym_preproc_def_token1] = ACTIONS(988), + [aux_sym_preproc_if_token1] = ACTIONS(988), + [aux_sym_preproc_ifdef_token1] = ACTIONS(988), + [aux_sym_preproc_ifdef_token2] = ACTIONS(988), + [sym_preproc_directive] = ACTIONS(988), + [anon_sym_LPAREN2] = ACTIONS(990), + [anon_sym_BANG] = ACTIONS(990), + [anon_sym_TILDE] = ACTIONS(990), + [anon_sym_DASH] = ACTIONS(988), + [anon_sym_PLUS] = ACTIONS(988), + [anon_sym_STAR] = ACTIONS(990), + [anon_sym_AMP] = ACTIONS(990), + [anon_sym_SEMI] = ACTIONS(990), + [anon_sym_typedef] = ACTIONS(988), + [anon_sym_extern] = ACTIONS(988), + [anon_sym___attribute__] = ACTIONS(988), + [anon_sym_LBRACK_LBRACK] = ACTIONS(990), + [anon_sym___declspec] = ACTIONS(988), + [anon_sym___cdecl] = ACTIONS(988), + [anon_sym___clrcall] = ACTIONS(988), + [anon_sym___stdcall] = ACTIONS(988), + [anon_sym___fastcall] = ACTIONS(988), + [anon_sym___thiscall] = ACTIONS(988), + [anon_sym___vectorcall] = ACTIONS(988), + [anon_sym_LBRACE] = ACTIONS(990), + [anon_sym_static] = ACTIONS(988), + [anon_sym_auto] = ACTIONS(988), + [anon_sym_register] = ACTIONS(988), + [anon_sym_inline] = ACTIONS(988), + [anon_sym_const] = ACTIONS(988), + [anon_sym_volatile] = ACTIONS(988), + [anon_sym_restrict] = ACTIONS(988), + [anon_sym___restrict__] = ACTIONS(988), + [anon_sym__Atomic] = ACTIONS(988), + [anon_sym__Noreturn] = ACTIONS(988), + [anon_sym_signed] = ACTIONS(988), + [anon_sym_unsigned] = ACTIONS(988), + [anon_sym_long] = ACTIONS(988), + [anon_sym_short] = ACTIONS(988), + [sym_primitive_type] = ACTIONS(988), + [anon_sym_enum] = ACTIONS(988), + [anon_sym_struct] = ACTIONS(988), + [anon_sym_union] = ACTIONS(988), + [anon_sym_if] = ACTIONS(988), + [anon_sym_else] = ACTIONS(988), + [anon_sym_switch] = ACTIONS(988), + [anon_sym_case] = ACTIONS(988), + [anon_sym_default] = ACTIONS(988), + [anon_sym_while] = ACTIONS(988), + [anon_sym_do] = ACTIONS(988), + [anon_sym_for] = ACTIONS(988), + [anon_sym_return] = ACTIONS(988), + [anon_sym_break] = ACTIONS(988), + [anon_sym_continue] = ACTIONS(988), + [anon_sym_goto] = ACTIONS(988), + [anon_sym_DASH_DASH] = ACTIONS(990), + [anon_sym_PLUS_PLUS] = ACTIONS(990), + [anon_sym_sizeof] = ACTIONS(988), + [anon_sym_offsetof] = ACTIONS(988), + [anon_sym__Generic] = ACTIONS(988), + [anon_sym_asm] = ACTIONS(988), + [anon_sym___asm__] = ACTIONS(988), + [sym_number_literal] = ACTIONS(990), + [anon_sym_L_SQUOTE] = ACTIONS(990), + [anon_sym_u_SQUOTE] = ACTIONS(990), + [anon_sym_U_SQUOTE] = ACTIONS(990), + [anon_sym_u8_SQUOTE] = ACTIONS(990), + [anon_sym_SQUOTE] = ACTIONS(990), + [anon_sym_L_DQUOTE] = ACTIONS(990), + [anon_sym_u_DQUOTE] = ACTIONS(990), + [anon_sym_U_DQUOTE] = ACTIONS(990), + [anon_sym_u8_DQUOTE] = ACTIONS(990), + [anon_sym_DQUOTE] = ACTIONS(990), + [sym_true] = ACTIONS(988), + [sym_false] = ACTIONS(988), + [sym_null] = ACTIONS(988), + [sym_comment] = ACTIONS(3), + }, + [238] = { + [sym_identifier] = ACTIONS(936), + [aux_sym_preproc_include_token1] = ACTIONS(936), + [aux_sym_preproc_def_token1] = ACTIONS(936), + [aux_sym_preproc_if_token1] = ACTIONS(936), + [aux_sym_preproc_ifdef_token1] = ACTIONS(936), + [aux_sym_preproc_ifdef_token2] = ACTIONS(936), + [sym_preproc_directive] = ACTIONS(936), + [anon_sym_LPAREN2] = ACTIONS(938), + [anon_sym_BANG] = ACTIONS(938), + [anon_sym_TILDE] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(936), + [anon_sym_STAR] = ACTIONS(938), + [anon_sym_AMP] = ACTIONS(938), + [anon_sym_SEMI] = ACTIONS(938), + [anon_sym_typedef] = ACTIONS(936), + [anon_sym_extern] = ACTIONS(936), + [anon_sym___attribute__] = ACTIONS(936), + [anon_sym_LBRACK_LBRACK] = ACTIONS(938), + [anon_sym___declspec] = ACTIONS(936), + [anon_sym___cdecl] = ACTIONS(936), + [anon_sym___clrcall] = ACTIONS(936), + [anon_sym___stdcall] = ACTIONS(936), + [anon_sym___fastcall] = ACTIONS(936), + [anon_sym___thiscall] = ACTIONS(936), + [anon_sym___vectorcall] = ACTIONS(936), + [anon_sym_LBRACE] = ACTIONS(938), + [anon_sym_RBRACE] = ACTIONS(938), + [anon_sym_static] = ACTIONS(936), + [anon_sym_auto] = ACTIONS(936), + [anon_sym_register] = ACTIONS(936), + [anon_sym_inline] = ACTIONS(936), + [anon_sym_const] = ACTIONS(936), + [anon_sym_volatile] = ACTIONS(936), + [anon_sym_restrict] = ACTIONS(936), + [anon_sym___restrict__] = ACTIONS(936), + [anon_sym__Atomic] = ACTIONS(936), + [anon_sym__Noreturn] = ACTIONS(936), + [anon_sym_signed] = ACTIONS(936), + [anon_sym_unsigned] = ACTIONS(936), + [anon_sym_long] = ACTIONS(936), + [anon_sym_short] = ACTIONS(936), + [sym_primitive_type] = ACTIONS(936), + [anon_sym_enum] = ACTIONS(936), + [anon_sym_struct] = ACTIONS(936), + [anon_sym_union] = ACTIONS(936), + [anon_sym_if] = ACTIONS(936), + [anon_sym_else] = ACTIONS(936), + [anon_sym_switch] = ACTIONS(936), + [anon_sym_case] = ACTIONS(936), + [anon_sym_default] = ACTIONS(936), + [anon_sym_while] = ACTIONS(936), + [anon_sym_do] = ACTIONS(936), + [anon_sym_for] = ACTIONS(936), + [anon_sym_return] = ACTIONS(936), + [anon_sym_break] = ACTIONS(936), + [anon_sym_continue] = ACTIONS(936), + [anon_sym_goto] = ACTIONS(936), + [anon_sym_DASH_DASH] = ACTIONS(938), + [anon_sym_PLUS_PLUS] = ACTIONS(938), + [anon_sym_sizeof] = ACTIONS(936), + [anon_sym_offsetof] = ACTIONS(936), + [anon_sym__Generic] = ACTIONS(936), + [anon_sym_asm] = ACTIONS(936), + [anon_sym___asm__] = ACTIONS(936), + [sym_number_literal] = ACTIONS(938), + [anon_sym_L_SQUOTE] = ACTIONS(938), + [anon_sym_u_SQUOTE] = ACTIONS(938), + [anon_sym_U_SQUOTE] = ACTIONS(938), + [anon_sym_u8_SQUOTE] = ACTIONS(938), + [anon_sym_SQUOTE] = ACTIONS(938), + [anon_sym_L_DQUOTE] = ACTIONS(938), + [anon_sym_u_DQUOTE] = ACTIONS(938), + [anon_sym_U_DQUOTE] = ACTIONS(938), + [anon_sym_u8_DQUOTE] = ACTIONS(938), + [anon_sym_DQUOTE] = ACTIONS(938), + [sym_true] = ACTIONS(936), + [sym_false] = ACTIONS(936), + [sym_null] = ACTIONS(936), [sym_comment] = ACTIONS(3), }, - [250] = { - [ts_builtin_sym_end] = ACTIONS(950), + [239] = { [sym_identifier] = ACTIONS(948), [aux_sym_preproc_include_token1] = ACTIONS(948), [aux_sym_preproc_def_token1] = ACTIONS(948), [aux_sym_preproc_if_token1] = ACTIONS(948), + [aux_sym_preproc_if_token2] = ACTIONS(948), [aux_sym_preproc_ifdef_token1] = ACTIONS(948), [aux_sym_preproc_ifdef_token2] = ACTIONS(948), [sym_preproc_directive] = ACTIONS(948), @@ -37739,12 +36943,176 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(948), [sym_comment] = ACTIONS(3), }, - [251] = { - [ts_builtin_sym_end] = ACTIONS(954), + [240] = { + [sym_identifier] = ACTIONS(996), + [aux_sym_preproc_include_token1] = ACTIONS(996), + [aux_sym_preproc_def_token1] = ACTIONS(996), + [aux_sym_preproc_if_token1] = ACTIONS(996), + [aux_sym_preproc_if_token2] = ACTIONS(996), + [aux_sym_preproc_ifdef_token1] = ACTIONS(996), + [aux_sym_preproc_ifdef_token2] = ACTIONS(996), + [sym_preproc_directive] = ACTIONS(996), + [anon_sym_LPAREN2] = ACTIONS(998), + [anon_sym_BANG] = ACTIONS(998), + [anon_sym_TILDE] = ACTIONS(998), + [anon_sym_DASH] = ACTIONS(996), + [anon_sym_PLUS] = ACTIONS(996), + [anon_sym_STAR] = ACTIONS(998), + [anon_sym_AMP] = ACTIONS(998), + [anon_sym_SEMI] = ACTIONS(998), + [anon_sym_typedef] = ACTIONS(996), + [anon_sym_extern] = ACTIONS(996), + [anon_sym___attribute__] = ACTIONS(996), + [anon_sym_LBRACK_LBRACK] = ACTIONS(998), + [anon_sym___declspec] = ACTIONS(996), + [anon_sym___cdecl] = ACTIONS(996), + [anon_sym___clrcall] = ACTIONS(996), + [anon_sym___stdcall] = ACTIONS(996), + [anon_sym___fastcall] = ACTIONS(996), + [anon_sym___thiscall] = ACTIONS(996), + [anon_sym___vectorcall] = ACTIONS(996), + [anon_sym_LBRACE] = ACTIONS(998), + [anon_sym_static] = ACTIONS(996), + [anon_sym_auto] = ACTIONS(996), + [anon_sym_register] = ACTIONS(996), + [anon_sym_inline] = ACTIONS(996), + [anon_sym_const] = ACTIONS(996), + [anon_sym_volatile] = ACTIONS(996), + [anon_sym_restrict] = ACTIONS(996), + [anon_sym___restrict__] = ACTIONS(996), + [anon_sym__Atomic] = ACTIONS(996), + [anon_sym__Noreturn] = ACTIONS(996), + [anon_sym_signed] = ACTIONS(996), + [anon_sym_unsigned] = ACTIONS(996), + [anon_sym_long] = ACTIONS(996), + [anon_sym_short] = ACTIONS(996), + [sym_primitive_type] = ACTIONS(996), + [anon_sym_enum] = ACTIONS(996), + [anon_sym_struct] = ACTIONS(996), + [anon_sym_union] = ACTIONS(996), + [anon_sym_if] = ACTIONS(996), + [anon_sym_else] = ACTIONS(996), + [anon_sym_switch] = ACTIONS(996), + [anon_sym_case] = ACTIONS(996), + [anon_sym_default] = ACTIONS(996), + [anon_sym_while] = ACTIONS(996), + [anon_sym_do] = ACTIONS(996), + [anon_sym_for] = ACTIONS(996), + [anon_sym_return] = ACTIONS(996), + [anon_sym_break] = ACTIONS(996), + [anon_sym_continue] = ACTIONS(996), + [anon_sym_goto] = ACTIONS(996), + [anon_sym_DASH_DASH] = ACTIONS(998), + [anon_sym_PLUS_PLUS] = ACTIONS(998), + [anon_sym_sizeof] = ACTIONS(996), + [anon_sym_offsetof] = ACTIONS(996), + [anon_sym__Generic] = ACTIONS(996), + [anon_sym_asm] = ACTIONS(996), + [anon_sym___asm__] = ACTIONS(996), + [sym_number_literal] = ACTIONS(998), + [anon_sym_L_SQUOTE] = ACTIONS(998), + [anon_sym_u_SQUOTE] = ACTIONS(998), + [anon_sym_U_SQUOTE] = ACTIONS(998), + [anon_sym_u8_SQUOTE] = ACTIONS(998), + [anon_sym_SQUOTE] = ACTIONS(998), + [anon_sym_L_DQUOTE] = ACTIONS(998), + [anon_sym_u_DQUOTE] = ACTIONS(998), + [anon_sym_U_DQUOTE] = ACTIONS(998), + [anon_sym_u8_DQUOTE] = ACTIONS(998), + [anon_sym_DQUOTE] = ACTIONS(998), + [sym_true] = ACTIONS(996), + [sym_false] = ACTIONS(996), + [sym_null] = ACTIONS(996), + [sym_comment] = ACTIONS(3), + }, + [241] = { + [ts_builtin_sym_end] = ACTIONS(966), + [sym_identifier] = ACTIONS(964), + [aux_sym_preproc_include_token1] = ACTIONS(964), + [aux_sym_preproc_def_token1] = ACTIONS(964), + [aux_sym_preproc_if_token1] = ACTIONS(964), + [aux_sym_preproc_ifdef_token1] = ACTIONS(964), + [aux_sym_preproc_ifdef_token2] = ACTIONS(964), + [sym_preproc_directive] = ACTIONS(964), + [anon_sym_LPAREN2] = ACTIONS(966), + [anon_sym_BANG] = ACTIONS(966), + [anon_sym_TILDE] = ACTIONS(966), + [anon_sym_DASH] = ACTIONS(964), + [anon_sym_PLUS] = ACTIONS(964), + [anon_sym_STAR] = ACTIONS(966), + [anon_sym_AMP] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(966), + [anon_sym_typedef] = ACTIONS(964), + [anon_sym_extern] = ACTIONS(964), + [anon_sym___attribute__] = ACTIONS(964), + [anon_sym_LBRACK_LBRACK] = ACTIONS(966), + [anon_sym___declspec] = ACTIONS(964), + [anon_sym___cdecl] = ACTIONS(964), + [anon_sym___clrcall] = ACTIONS(964), + [anon_sym___stdcall] = ACTIONS(964), + [anon_sym___fastcall] = ACTIONS(964), + [anon_sym___thiscall] = ACTIONS(964), + [anon_sym___vectorcall] = ACTIONS(964), + [anon_sym_LBRACE] = ACTIONS(966), + [anon_sym_static] = ACTIONS(964), + [anon_sym_auto] = ACTIONS(964), + [anon_sym_register] = ACTIONS(964), + [anon_sym_inline] = ACTIONS(964), + [anon_sym_const] = ACTIONS(964), + [anon_sym_volatile] = ACTIONS(964), + [anon_sym_restrict] = ACTIONS(964), + [anon_sym___restrict__] = ACTIONS(964), + [anon_sym__Atomic] = ACTIONS(964), + [anon_sym__Noreturn] = ACTIONS(964), + [anon_sym_signed] = ACTIONS(964), + [anon_sym_unsigned] = ACTIONS(964), + [anon_sym_long] = ACTIONS(964), + [anon_sym_short] = ACTIONS(964), + [sym_primitive_type] = ACTIONS(964), + [anon_sym_enum] = ACTIONS(964), + [anon_sym_struct] = ACTIONS(964), + [anon_sym_union] = ACTIONS(964), + [anon_sym_if] = ACTIONS(964), + [anon_sym_else] = ACTIONS(964), + [anon_sym_switch] = ACTIONS(964), + [anon_sym_case] = ACTIONS(964), + [anon_sym_default] = ACTIONS(964), + [anon_sym_while] = ACTIONS(964), + [anon_sym_do] = ACTIONS(964), + [anon_sym_for] = ACTIONS(964), + [anon_sym_return] = ACTIONS(964), + [anon_sym_break] = ACTIONS(964), + [anon_sym_continue] = ACTIONS(964), + [anon_sym_goto] = ACTIONS(964), + [anon_sym_DASH_DASH] = ACTIONS(966), + [anon_sym_PLUS_PLUS] = ACTIONS(966), + [anon_sym_sizeof] = ACTIONS(964), + [anon_sym_offsetof] = ACTIONS(964), + [anon_sym__Generic] = ACTIONS(964), + [anon_sym_asm] = ACTIONS(964), + [anon_sym___asm__] = ACTIONS(964), + [sym_number_literal] = ACTIONS(966), + [anon_sym_L_SQUOTE] = ACTIONS(966), + [anon_sym_u_SQUOTE] = ACTIONS(966), + [anon_sym_U_SQUOTE] = ACTIONS(966), + [anon_sym_u8_SQUOTE] = ACTIONS(966), + [anon_sym_SQUOTE] = ACTIONS(966), + [anon_sym_L_DQUOTE] = ACTIONS(966), + [anon_sym_u_DQUOTE] = ACTIONS(966), + [anon_sym_U_DQUOTE] = ACTIONS(966), + [anon_sym_u8_DQUOTE] = ACTIONS(966), + [anon_sym_DQUOTE] = ACTIONS(966), + [sym_true] = ACTIONS(964), + [sym_false] = ACTIONS(964), + [sym_null] = ACTIONS(964), + [sym_comment] = ACTIONS(3), + }, + [242] = { [sym_identifier] = ACTIONS(952), [aux_sym_preproc_include_token1] = ACTIONS(952), [aux_sym_preproc_def_token1] = ACTIONS(952), [aux_sym_preproc_if_token1] = ACTIONS(952), + [aux_sym_preproc_if_token2] = ACTIONS(952), [aux_sym_preproc_ifdef_token1] = ACTIONS(952), [aux_sym_preproc_ifdef_token2] = ACTIONS(952), [sym_preproc_directive] = ACTIONS(952), @@ -37821,422 +37189,1160 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(952), [sym_comment] = ACTIONS(3), }, - [252] = { - [sym_identifier] = ACTIONS(1028), - [aux_sym_preproc_include_token1] = ACTIONS(1028), - [aux_sym_preproc_def_token1] = ACTIONS(1028), - [aux_sym_preproc_if_token1] = ACTIONS(1028), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1028), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1028), - [sym_preproc_directive] = ACTIONS(1028), - [anon_sym_LPAREN2] = ACTIONS(1030), - [anon_sym_BANG] = ACTIONS(1030), - [anon_sym_TILDE] = ACTIONS(1030), - [anon_sym_DASH] = ACTIONS(1028), - [anon_sym_PLUS] = ACTIONS(1028), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1030), - [anon_sym_typedef] = ACTIONS(1028), - [anon_sym_extern] = ACTIONS(1028), - [anon_sym___attribute__] = ACTIONS(1028), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1030), - [anon_sym___declspec] = ACTIONS(1028), - [anon_sym___cdecl] = ACTIONS(1028), - [anon_sym___clrcall] = ACTIONS(1028), - [anon_sym___stdcall] = ACTIONS(1028), - [anon_sym___fastcall] = ACTIONS(1028), - [anon_sym___thiscall] = ACTIONS(1028), - [anon_sym___vectorcall] = ACTIONS(1028), - [anon_sym_LBRACE] = ACTIONS(1030), - [anon_sym_RBRACE] = ACTIONS(1030), - [anon_sym_static] = ACTIONS(1028), - [anon_sym_auto] = ACTIONS(1028), - [anon_sym_register] = ACTIONS(1028), - [anon_sym_inline] = ACTIONS(1028), - [anon_sym_const] = ACTIONS(1028), - [anon_sym_volatile] = ACTIONS(1028), - [anon_sym_restrict] = ACTIONS(1028), - [anon_sym___restrict__] = ACTIONS(1028), - [anon_sym__Atomic] = ACTIONS(1028), - [anon_sym__Noreturn] = ACTIONS(1028), - [anon_sym_signed] = ACTIONS(1028), - [anon_sym_unsigned] = ACTIONS(1028), - [anon_sym_long] = ACTIONS(1028), - [anon_sym_short] = ACTIONS(1028), - [sym_primitive_type] = ACTIONS(1028), - [anon_sym_enum] = ACTIONS(1028), - [anon_sym_struct] = ACTIONS(1028), - [anon_sym_union] = ACTIONS(1028), - [anon_sym_if] = ACTIONS(1028), - [anon_sym_else] = ACTIONS(1028), - [anon_sym_switch] = ACTIONS(1028), - [anon_sym_case] = ACTIONS(1028), - [anon_sym_default] = ACTIONS(1028), - [anon_sym_while] = ACTIONS(1028), - [anon_sym_do] = ACTIONS(1028), - [anon_sym_for] = ACTIONS(1028), - [anon_sym_return] = ACTIONS(1028), - [anon_sym_break] = ACTIONS(1028), - [anon_sym_continue] = ACTIONS(1028), - [anon_sym_goto] = ACTIONS(1028), - [anon_sym_DASH_DASH] = ACTIONS(1030), - [anon_sym_PLUS_PLUS] = ACTIONS(1030), - [anon_sym_sizeof] = ACTIONS(1028), - [anon_sym_offsetof] = ACTIONS(1028), - [anon_sym__Generic] = ACTIONS(1028), - [anon_sym_asm] = ACTIONS(1028), - [anon_sym___asm__] = ACTIONS(1028), - [sym_number_literal] = ACTIONS(1030), - [anon_sym_L_SQUOTE] = ACTIONS(1030), - [anon_sym_u_SQUOTE] = ACTIONS(1030), - [anon_sym_U_SQUOTE] = ACTIONS(1030), - [anon_sym_u8_SQUOTE] = ACTIONS(1030), - [anon_sym_SQUOTE] = ACTIONS(1030), - [anon_sym_L_DQUOTE] = ACTIONS(1030), - [anon_sym_u_DQUOTE] = ACTIONS(1030), - [anon_sym_U_DQUOTE] = ACTIONS(1030), - [anon_sym_u8_DQUOTE] = ACTIONS(1030), - [anon_sym_DQUOTE] = ACTIONS(1030), - [sym_true] = ACTIONS(1028), - [sym_false] = ACTIONS(1028), - [sym_null] = ACTIONS(1028), + [243] = { + [sym_identifier] = ACTIONS(936), + [aux_sym_preproc_include_token1] = ACTIONS(936), + [aux_sym_preproc_def_token1] = ACTIONS(936), + [aux_sym_preproc_if_token1] = ACTIONS(936), + [aux_sym_preproc_if_token2] = ACTIONS(936), + [aux_sym_preproc_ifdef_token1] = ACTIONS(936), + [aux_sym_preproc_ifdef_token2] = ACTIONS(936), + [sym_preproc_directive] = ACTIONS(936), + [anon_sym_LPAREN2] = ACTIONS(938), + [anon_sym_BANG] = ACTIONS(938), + [anon_sym_TILDE] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(936), + [anon_sym_STAR] = ACTIONS(938), + [anon_sym_AMP] = ACTIONS(938), + [anon_sym_SEMI] = ACTIONS(938), + [anon_sym_typedef] = ACTIONS(936), + [anon_sym_extern] = ACTIONS(936), + [anon_sym___attribute__] = ACTIONS(936), + [anon_sym_LBRACK_LBRACK] = ACTIONS(938), + [anon_sym___declspec] = ACTIONS(936), + [anon_sym___cdecl] = ACTIONS(936), + [anon_sym___clrcall] = ACTIONS(936), + [anon_sym___stdcall] = ACTIONS(936), + [anon_sym___fastcall] = ACTIONS(936), + [anon_sym___thiscall] = ACTIONS(936), + [anon_sym___vectorcall] = ACTIONS(936), + [anon_sym_LBRACE] = ACTIONS(938), + [anon_sym_static] = ACTIONS(936), + [anon_sym_auto] = ACTIONS(936), + [anon_sym_register] = ACTIONS(936), + [anon_sym_inline] = ACTIONS(936), + [anon_sym_const] = ACTIONS(936), + [anon_sym_volatile] = ACTIONS(936), + [anon_sym_restrict] = ACTIONS(936), + [anon_sym___restrict__] = ACTIONS(936), + [anon_sym__Atomic] = ACTIONS(936), + [anon_sym__Noreturn] = ACTIONS(936), + [anon_sym_signed] = ACTIONS(936), + [anon_sym_unsigned] = ACTIONS(936), + [anon_sym_long] = ACTIONS(936), + [anon_sym_short] = ACTIONS(936), + [sym_primitive_type] = ACTIONS(936), + [anon_sym_enum] = ACTIONS(936), + [anon_sym_struct] = ACTIONS(936), + [anon_sym_union] = ACTIONS(936), + [anon_sym_if] = ACTIONS(936), + [anon_sym_else] = ACTIONS(936), + [anon_sym_switch] = ACTIONS(936), + [anon_sym_case] = ACTIONS(936), + [anon_sym_default] = ACTIONS(936), + [anon_sym_while] = ACTIONS(936), + [anon_sym_do] = ACTIONS(936), + [anon_sym_for] = ACTIONS(936), + [anon_sym_return] = ACTIONS(936), + [anon_sym_break] = ACTIONS(936), + [anon_sym_continue] = ACTIONS(936), + [anon_sym_goto] = ACTIONS(936), + [anon_sym_DASH_DASH] = ACTIONS(938), + [anon_sym_PLUS_PLUS] = ACTIONS(938), + [anon_sym_sizeof] = ACTIONS(936), + [anon_sym_offsetof] = ACTIONS(936), + [anon_sym__Generic] = ACTIONS(936), + [anon_sym_asm] = ACTIONS(936), + [anon_sym___asm__] = ACTIONS(936), + [sym_number_literal] = ACTIONS(938), + [anon_sym_L_SQUOTE] = ACTIONS(938), + [anon_sym_u_SQUOTE] = ACTIONS(938), + [anon_sym_U_SQUOTE] = ACTIONS(938), + [anon_sym_u8_SQUOTE] = ACTIONS(938), + [anon_sym_SQUOTE] = ACTIONS(938), + [anon_sym_L_DQUOTE] = ACTIONS(938), + [anon_sym_u_DQUOTE] = ACTIONS(938), + [anon_sym_U_DQUOTE] = ACTIONS(938), + [anon_sym_u8_DQUOTE] = ACTIONS(938), + [anon_sym_DQUOTE] = ACTIONS(938), + [sym_true] = ACTIONS(936), + [sym_false] = ACTIONS(936), + [sym_null] = ACTIONS(936), + [sym_comment] = ACTIONS(3), + }, + [244] = { + [sym_identifier] = ACTIONS(924), + [aux_sym_preproc_include_token1] = ACTIONS(924), + [aux_sym_preproc_def_token1] = ACTIONS(924), + [aux_sym_preproc_if_token1] = ACTIONS(924), + [aux_sym_preproc_ifdef_token1] = ACTIONS(924), + [aux_sym_preproc_ifdef_token2] = ACTIONS(924), + [sym_preproc_directive] = ACTIONS(924), + [anon_sym_LPAREN2] = ACTIONS(926), + [anon_sym_BANG] = ACTIONS(926), + [anon_sym_TILDE] = ACTIONS(926), + [anon_sym_DASH] = ACTIONS(924), + [anon_sym_PLUS] = ACTIONS(924), + [anon_sym_STAR] = ACTIONS(926), + [anon_sym_AMP] = ACTIONS(926), + [anon_sym_SEMI] = ACTIONS(926), + [anon_sym_typedef] = ACTIONS(924), + [anon_sym_extern] = ACTIONS(924), + [anon_sym___attribute__] = ACTIONS(924), + [anon_sym_LBRACK_LBRACK] = ACTIONS(926), + [anon_sym___declspec] = ACTIONS(924), + [anon_sym___cdecl] = ACTIONS(924), + [anon_sym___clrcall] = ACTIONS(924), + [anon_sym___stdcall] = ACTIONS(924), + [anon_sym___fastcall] = ACTIONS(924), + [anon_sym___thiscall] = ACTIONS(924), + [anon_sym___vectorcall] = ACTIONS(924), + [anon_sym_LBRACE] = ACTIONS(926), + [anon_sym_RBRACE] = ACTIONS(926), + [anon_sym_static] = ACTIONS(924), + [anon_sym_auto] = ACTIONS(924), + [anon_sym_register] = ACTIONS(924), + [anon_sym_inline] = ACTIONS(924), + [anon_sym_const] = ACTIONS(924), + [anon_sym_volatile] = ACTIONS(924), + [anon_sym_restrict] = ACTIONS(924), + [anon_sym___restrict__] = ACTIONS(924), + [anon_sym__Atomic] = ACTIONS(924), + [anon_sym__Noreturn] = ACTIONS(924), + [anon_sym_signed] = ACTIONS(924), + [anon_sym_unsigned] = ACTIONS(924), + [anon_sym_long] = ACTIONS(924), + [anon_sym_short] = ACTIONS(924), + [sym_primitive_type] = ACTIONS(924), + [anon_sym_enum] = ACTIONS(924), + [anon_sym_struct] = ACTIONS(924), + [anon_sym_union] = ACTIONS(924), + [anon_sym_if] = ACTIONS(924), + [anon_sym_else] = ACTIONS(924), + [anon_sym_switch] = ACTIONS(924), + [anon_sym_case] = ACTIONS(924), + [anon_sym_default] = ACTIONS(924), + [anon_sym_while] = ACTIONS(924), + [anon_sym_do] = ACTIONS(924), + [anon_sym_for] = ACTIONS(924), + [anon_sym_return] = ACTIONS(924), + [anon_sym_break] = ACTIONS(924), + [anon_sym_continue] = ACTIONS(924), + [anon_sym_goto] = ACTIONS(924), + [anon_sym_DASH_DASH] = ACTIONS(926), + [anon_sym_PLUS_PLUS] = ACTIONS(926), + [anon_sym_sizeof] = ACTIONS(924), + [anon_sym_offsetof] = ACTIONS(924), + [anon_sym__Generic] = ACTIONS(924), + [anon_sym_asm] = ACTIONS(924), + [anon_sym___asm__] = ACTIONS(924), + [sym_number_literal] = ACTIONS(926), + [anon_sym_L_SQUOTE] = ACTIONS(926), + [anon_sym_u_SQUOTE] = ACTIONS(926), + [anon_sym_U_SQUOTE] = ACTIONS(926), + [anon_sym_u8_SQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(926), + [anon_sym_L_DQUOTE] = ACTIONS(926), + [anon_sym_u_DQUOTE] = ACTIONS(926), + [anon_sym_U_DQUOTE] = ACTIONS(926), + [anon_sym_u8_DQUOTE] = ACTIONS(926), + [anon_sym_DQUOTE] = ACTIONS(926), + [sym_true] = ACTIONS(924), + [sym_false] = ACTIONS(924), + [sym_null] = ACTIONS(924), + [sym_comment] = ACTIONS(3), + }, + [245] = { + [ts_builtin_sym_end] = ACTIONS(934), + [sym_identifier] = ACTIONS(932), + [aux_sym_preproc_include_token1] = ACTIONS(932), + [aux_sym_preproc_def_token1] = ACTIONS(932), + [aux_sym_preproc_if_token1] = ACTIONS(932), + [aux_sym_preproc_ifdef_token1] = ACTIONS(932), + [aux_sym_preproc_ifdef_token2] = ACTIONS(932), + [sym_preproc_directive] = ACTIONS(932), + [anon_sym_LPAREN2] = ACTIONS(934), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(934), + [anon_sym_DASH] = ACTIONS(932), + [anon_sym_PLUS] = ACTIONS(932), + [anon_sym_STAR] = ACTIONS(934), + [anon_sym_AMP] = ACTIONS(934), + [anon_sym_SEMI] = ACTIONS(934), + [anon_sym_typedef] = ACTIONS(932), + [anon_sym_extern] = ACTIONS(932), + [anon_sym___attribute__] = ACTIONS(932), + [anon_sym_LBRACK_LBRACK] = ACTIONS(934), + [anon_sym___declspec] = ACTIONS(932), + [anon_sym___cdecl] = ACTIONS(932), + [anon_sym___clrcall] = ACTIONS(932), + [anon_sym___stdcall] = ACTIONS(932), + [anon_sym___fastcall] = ACTIONS(932), + [anon_sym___thiscall] = ACTIONS(932), + [anon_sym___vectorcall] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_static] = ACTIONS(932), + [anon_sym_auto] = ACTIONS(932), + [anon_sym_register] = ACTIONS(932), + [anon_sym_inline] = ACTIONS(932), + [anon_sym_const] = ACTIONS(932), + [anon_sym_volatile] = ACTIONS(932), + [anon_sym_restrict] = ACTIONS(932), + [anon_sym___restrict__] = ACTIONS(932), + [anon_sym__Atomic] = ACTIONS(932), + [anon_sym__Noreturn] = ACTIONS(932), + [anon_sym_signed] = ACTIONS(932), + [anon_sym_unsigned] = ACTIONS(932), + [anon_sym_long] = ACTIONS(932), + [anon_sym_short] = ACTIONS(932), + [sym_primitive_type] = ACTIONS(932), + [anon_sym_enum] = ACTIONS(932), + [anon_sym_struct] = ACTIONS(932), + [anon_sym_union] = ACTIONS(932), + [anon_sym_if] = ACTIONS(932), + [anon_sym_else] = ACTIONS(932), + [anon_sym_switch] = ACTIONS(932), + [anon_sym_case] = ACTIONS(932), + [anon_sym_default] = ACTIONS(932), + [anon_sym_while] = ACTIONS(932), + [anon_sym_do] = ACTIONS(932), + [anon_sym_for] = ACTIONS(932), + [anon_sym_return] = ACTIONS(932), + [anon_sym_break] = ACTIONS(932), + [anon_sym_continue] = ACTIONS(932), + [anon_sym_goto] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(934), + [anon_sym_PLUS_PLUS] = ACTIONS(934), + [anon_sym_sizeof] = ACTIONS(932), + [anon_sym_offsetof] = ACTIONS(932), + [anon_sym__Generic] = ACTIONS(932), + [anon_sym_asm] = ACTIONS(932), + [anon_sym___asm__] = ACTIONS(932), + [sym_number_literal] = ACTIONS(934), + [anon_sym_L_SQUOTE] = ACTIONS(934), + [anon_sym_u_SQUOTE] = ACTIONS(934), + [anon_sym_U_SQUOTE] = ACTIONS(934), + [anon_sym_u8_SQUOTE] = ACTIONS(934), + [anon_sym_SQUOTE] = ACTIONS(934), + [anon_sym_L_DQUOTE] = ACTIONS(934), + [anon_sym_u_DQUOTE] = ACTIONS(934), + [anon_sym_U_DQUOTE] = ACTIONS(934), + [anon_sym_u8_DQUOTE] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(934), + [sym_true] = ACTIONS(932), + [sym_false] = ACTIONS(932), + [sym_null] = ACTIONS(932), + [sym_comment] = ACTIONS(3), + }, + [246] = { + [ts_builtin_sym_end] = ACTIONS(946), + [sym_identifier] = ACTIONS(944), + [aux_sym_preproc_include_token1] = ACTIONS(944), + [aux_sym_preproc_def_token1] = ACTIONS(944), + [aux_sym_preproc_if_token1] = ACTIONS(944), + [aux_sym_preproc_ifdef_token1] = ACTIONS(944), + [aux_sym_preproc_ifdef_token2] = ACTIONS(944), + [sym_preproc_directive] = ACTIONS(944), + [anon_sym_LPAREN2] = ACTIONS(946), + [anon_sym_BANG] = ACTIONS(946), + [anon_sym_TILDE] = ACTIONS(946), + [anon_sym_DASH] = ACTIONS(944), + [anon_sym_PLUS] = ACTIONS(944), + [anon_sym_STAR] = ACTIONS(946), + [anon_sym_AMP] = ACTIONS(946), + [anon_sym_SEMI] = ACTIONS(946), + [anon_sym_typedef] = ACTIONS(944), + [anon_sym_extern] = ACTIONS(944), + [anon_sym___attribute__] = ACTIONS(944), + [anon_sym_LBRACK_LBRACK] = ACTIONS(946), + [anon_sym___declspec] = ACTIONS(944), + [anon_sym___cdecl] = ACTIONS(944), + [anon_sym___clrcall] = ACTIONS(944), + [anon_sym___stdcall] = ACTIONS(944), + [anon_sym___fastcall] = ACTIONS(944), + [anon_sym___thiscall] = ACTIONS(944), + [anon_sym___vectorcall] = ACTIONS(944), + [anon_sym_LBRACE] = ACTIONS(946), + [anon_sym_static] = ACTIONS(944), + [anon_sym_auto] = ACTIONS(944), + [anon_sym_register] = ACTIONS(944), + [anon_sym_inline] = ACTIONS(944), + [anon_sym_const] = ACTIONS(944), + [anon_sym_volatile] = ACTIONS(944), + [anon_sym_restrict] = ACTIONS(944), + [anon_sym___restrict__] = ACTIONS(944), + [anon_sym__Atomic] = ACTIONS(944), + [anon_sym__Noreturn] = ACTIONS(944), + [anon_sym_signed] = ACTIONS(944), + [anon_sym_unsigned] = ACTIONS(944), + [anon_sym_long] = ACTIONS(944), + [anon_sym_short] = ACTIONS(944), + [sym_primitive_type] = ACTIONS(944), + [anon_sym_enum] = ACTIONS(944), + [anon_sym_struct] = ACTIONS(944), + [anon_sym_union] = ACTIONS(944), + [anon_sym_if] = ACTIONS(944), + [anon_sym_else] = ACTIONS(944), + [anon_sym_switch] = ACTIONS(944), + [anon_sym_case] = ACTIONS(944), + [anon_sym_default] = ACTIONS(944), + [anon_sym_while] = ACTIONS(944), + [anon_sym_do] = ACTIONS(944), + [anon_sym_for] = ACTIONS(944), + [anon_sym_return] = ACTIONS(944), + [anon_sym_break] = ACTIONS(944), + [anon_sym_continue] = ACTIONS(944), + [anon_sym_goto] = ACTIONS(944), + [anon_sym_DASH_DASH] = ACTIONS(946), + [anon_sym_PLUS_PLUS] = ACTIONS(946), + [anon_sym_sizeof] = ACTIONS(944), + [anon_sym_offsetof] = ACTIONS(944), + [anon_sym__Generic] = ACTIONS(944), + [anon_sym_asm] = ACTIONS(944), + [anon_sym___asm__] = ACTIONS(944), + [sym_number_literal] = ACTIONS(946), + [anon_sym_L_SQUOTE] = ACTIONS(946), + [anon_sym_u_SQUOTE] = ACTIONS(946), + [anon_sym_U_SQUOTE] = ACTIONS(946), + [anon_sym_u8_SQUOTE] = ACTIONS(946), + [anon_sym_SQUOTE] = ACTIONS(946), + [anon_sym_L_DQUOTE] = ACTIONS(946), + [anon_sym_u_DQUOTE] = ACTIONS(946), + [anon_sym_U_DQUOTE] = ACTIONS(946), + [anon_sym_u8_DQUOTE] = ACTIONS(946), + [anon_sym_DQUOTE] = ACTIONS(946), + [sym_true] = ACTIONS(944), + [sym_false] = ACTIONS(944), + [sym_null] = ACTIONS(944), + [sym_comment] = ACTIONS(3), + }, + [247] = { + [sym_identifier] = ACTIONS(1008), + [aux_sym_preproc_include_token1] = ACTIONS(1008), + [aux_sym_preproc_def_token1] = ACTIONS(1008), + [aux_sym_preproc_if_token1] = ACTIONS(1008), + [aux_sym_preproc_if_token2] = ACTIONS(1008), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1008), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1008), + [sym_preproc_directive] = ACTIONS(1008), + [anon_sym_LPAREN2] = ACTIONS(1010), + [anon_sym_BANG] = ACTIONS(1010), + [anon_sym_TILDE] = ACTIONS(1010), + [anon_sym_DASH] = ACTIONS(1008), + [anon_sym_PLUS] = ACTIONS(1008), + [anon_sym_STAR] = ACTIONS(1010), + [anon_sym_AMP] = ACTIONS(1010), + [anon_sym_SEMI] = ACTIONS(1010), + [anon_sym_typedef] = ACTIONS(1008), + [anon_sym_extern] = ACTIONS(1008), + [anon_sym___attribute__] = ACTIONS(1008), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1010), + [anon_sym___declspec] = ACTIONS(1008), + [anon_sym___cdecl] = ACTIONS(1008), + [anon_sym___clrcall] = ACTIONS(1008), + [anon_sym___stdcall] = ACTIONS(1008), + [anon_sym___fastcall] = ACTIONS(1008), + [anon_sym___thiscall] = ACTIONS(1008), + [anon_sym___vectorcall] = ACTIONS(1008), + [anon_sym_LBRACE] = ACTIONS(1010), + [anon_sym_static] = ACTIONS(1008), + [anon_sym_auto] = ACTIONS(1008), + [anon_sym_register] = ACTIONS(1008), + [anon_sym_inline] = ACTIONS(1008), + [anon_sym_const] = ACTIONS(1008), + [anon_sym_volatile] = ACTIONS(1008), + [anon_sym_restrict] = ACTIONS(1008), + [anon_sym___restrict__] = ACTIONS(1008), + [anon_sym__Atomic] = ACTIONS(1008), + [anon_sym__Noreturn] = ACTIONS(1008), + [anon_sym_signed] = ACTIONS(1008), + [anon_sym_unsigned] = ACTIONS(1008), + [anon_sym_long] = ACTIONS(1008), + [anon_sym_short] = ACTIONS(1008), + [sym_primitive_type] = ACTIONS(1008), + [anon_sym_enum] = ACTIONS(1008), + [anon_sym_struct] = ACTIONS(1008), + [anon_sym_union] = ACTIONS(1008), + [anon_sym_if] = ACTIONS(1008), + [anon_sym_else] = ACTIONS(1008), + [anon_sym_switch] = ACTIONS(1008), + [anon_sym_case] = ACTIONS(1008), + [anon_sym_default] = ACTIONS(1008), + [anon_sym_while] = ACTIONS(1008), + [anon_sym_do] = ACTIONS(1008), + [anon_sym_for] = ACTIONS(1008), + [anon_sym_return] = ACTIONS(1008), + [anon_sym_break] = ACTIONS(1008), + [anon_sym_continue] = ACTIONS(1008), + [anon_sym_goto] = ACTIONS(1008), + [anon_sym_DASH_DASH] = ACTIONS(1010), + [anon_sym_PLUS_PLUS] = ACTIONS(1010), + [anon_sym_sizeof] = ACTIONS(1008), + [anon_sym_offsetof] = ACTIONS(1008), + [anon_sym__Generic] = ACTIONS(1008), + [anon_sym_asm] = ACTIONS(1008), + [anon_sym___asm__] = ACTIONS(1008), + [sym_number_literal] = ACTIONS(1010), + [anon_sym_L_SQUOTE] = ACTIONS(1010), + [anon_sym_u_SQUOTE] = ACTIONS(1010), + [anon_sym_U_SQUOTE] = ACTIONS(1010), + [anon_sym_u8_SQUOTE] = ACTIONS(1010), + [anon_sym_SQUOTE] = ACTIONS(1010), + [anon_sym_L_DQUOTE] = ACTIONS(1010), + [anon_sym_u_DQUOTE] = ACTIONS(1010), + [anon_sym_U_DQUOTE] = ACTIONS(1010), + [anon_sym_u8_DQUOTE] = ACTIONS(1010), + [anon_sym_DQUOTE] = ACTIONS(1010), + [sym_true] = ACTIONS(1008), + [sym_false] = ACTIONS(1008), + [sym_null] = ACTIONS(1008), + [sym_comment] = ACTIONS(3), + }, + [248] = { + [ts_builtin_sym_end] = ACTIONS(958), + [sym_identifier] = ACTIONS(956), + [aux_sym_preproc_include_token1] = ACTIONS(956), + [aux_sym_preproc_def_token1] = ACTIONS(956), + [aux_sym_preproc_if_token1] = ACTIONS(956), + [aux_sym_preproc_ifdef_token1] = ACTIONS(956), + [aux_sym_preproc_ifdef_token2] = ACTIONS(956), + [sym_preproc_directive] = ACTIONS(956), + [anon_sym_LPAREN2] = ACTIONS(958), + [anon_sym_BANG] = ACTIONS(958), + [anon_sym_TILDE] = ACTIONS(958), + [anon_sym_DASH] = ACTIONS(956), + [anon_sym_PLUS] = ACTIONS(956), + [anon_sym_STAR] = ACTIONS(958), + [anon_sym_AMP] = ACTIONS(958), + [anon_sym_SEMI] = ACTIONS(958), + [anon_sym_typedef] = ACTIONS(956), + [anon_sym_extern] = ACTIONS(956), + [anon_sym___attribute__] = ACTIONS(956), + [anon_sym_LBRACK_LBRACK] = ACTIONS(958), + [anon_sym___declspec] = ACTIONS(956), + [anon_sym___cdecl] = ACTIONS(956), + [anon_sym___clrcall] = ACTIONS(956), + [anon_sym___stdcall] = ACTIONS(956), + [anon_sym___fastcall] = ACTIONS(956), + [anon_sym___thiscall] = ACTIONS(956), + [anon_sym___vectorcall] = ACTIONS(956), + [anon_sym_LBRACE] = ACTIONS(958), + [anon_sym_static] = ACTIONS(956), + [anon_sym_auto] = ACTIONS(956), + [anon_sym_register] = ACTIONS(956), + [anon_sym_inline] = ACTIONS(956), + [anon_sym_const] = ACTIONS(956), + [anon_sym_volatile] = ACTIONS(956), + [anon_sym_restrict] = ACTIONS(956), + [anon_sym___restrict__] = ACTIONS(956), + [anon_sym__Atomic] = ACTIONS(956), + [anon_sym__Noreturn] = ACTIONS(956), + [anon_sym_signed] = ACTIONS(956), + [anon_sym_unsigned] = ACTIONS(956), + [anon_sym_long] = ACTIONS(956), + [anon_sym_short] = ACTIONS(956), + [sym_primitive_type] = ACTIONS(956), + [anon_sym_enum] = ACTIONS(956), + [anon_sym_struct] = ACTIONS(956), + [anon_sym_union] = ACTIONS(956), + [anon_sym_if] = ACTIONS(956), + [anon_sym_else] = ACTIONS(956), + [anon_sym_switch] = ACTIONS(956), + [anon_sym_case] = ACTIONS(956), + [anon_sym_default] = ACTIONS(956), + [anon_sym_while] = ACTIONS(956), + [anon_sym_do] = ACTIONS(956), + [anon_sym_for] = ACTIONS(956), + [anon_sym_return] = ACTIONS(956), + [anon_sym_break] = ACTIONS(956), + [anon_sym_continue] = ACTIONS(956), + [anon_sym_goto] = ACTIONS(956), + [anon_sym_DASH_DASH] = ACTIONS(958), + [anon_sym_PLUS_PLUS] = ACTIONS(958), + [anon_sym_sizeof] = ACTIONS(956), + [anon_sym_offsetof] = ACTIONS(956), + [anon_sym__Generic] = ACTIONS(956), + [anon_sym_asm] = ACTIONS(956), + [anon_sym___asm__] = ACTIONS(956), + [sym_number_literal] = ACTIONS(958), + [anon_sym_L_SQUOTE] = ACTIONS(958), + [anon_sym_u_SQUOTE] = ACTIONS(958), + [anon_sym_U_SQUOTE] = ACTIONS(958), + [anon_sym_u8_SQUOTE] = ACTIONS(958), + [anon_sym_SQUOTE] = ACTIONS(958), + [anon_sym_L_DQUOTE] = ACTIONS(958), + [anon_sym_u_DQUOTE] = ACTIONS(958), + [anon_sym_U_DQUOTE] = ACTIONS(958), + [anon_sym_u8_DQUOTE] = ACTIONS(958), + [anon_sym_DQUOTE] = ACTIONS(958), + [sym_true] = ACTIONS(956), + [sym_false] = ACTIONS(956), + [sym_null] = ACTIONS(956), + [sym_comment] = ACTIONS(3), + }, + [249] = { + [sym_identifier] = ACTIONS(1012), + [aux_sym_preproc_include_token1] = ACTIONS(1012), + [aux_sym_preproc_def_token1] = ACTIONS(1012), + [aux_sym_preproc_if_token1] = ACTIONS(1012), + [aux_sym_preproc_if_token2] = ACTIONS(1012), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1012), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1012), + [sym_preproc_directive] = ACTIONS(1012), + [anon_sym_LPAREN2] = ACTIONS(1014), + [anon_sym_BANG] = ACTIONS(1014), + [anon_sym_TILDE] = ACTIONS(1014), + [anon_sym_DASH] = ACTIONS(1012), + [anon_sym_PLUS] = ACTIONS(1012), + [anon_sym_STAR] = ACTIONS(1014), + [anon_sym_AMP] = ACTIONS(1014), + [anon_sym_SEMI] = ACTIONS(1014), + [anon_sym_typedef] = ACTIONS(1012), + [anon_sym_extern] = ACTIONS(1012), + [anon_sym___attribute__] = ACTIONS(1012), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1014), + [anon_sym___declspec] = ACTIONS(1012), + [anon_sym___cdecl] = ACTIONS(1012), + [anon_sym___clrcall] = ACTIONS(1012), + [anon_sym___stdcall] = ACTIONS(1012), + [anon_sym___fastcall] = ACTIONS(1012), + [anon_sym___thiscall] = ACTIONS(1012), + [anon_sym___vectorcall] = ACTIONS(1012), + [anon_sym_LBRACE] = ACTIONS(1014), + [anon_sym_static] = ACTIONS(1012), + [anon_sym_auto] = ACTIONS(1012), + [anon_sym_register] = ACTIONS(1012), + [anon_sym_inline] = ACTIONS(1012), + [anon_sym_const] = ACTIONS(1012), + [anon_sym_volatile] = ACTIONS(1012), + [anon_sym_restrict] = ACTIONS(1012), + [anon_sym___restrict__] = ACTIONS(1012), + [anon_sym__Atomic] = ACTIONS(1012), + [anon_sym__Noreturn] = ACTIONS(1012), + [anon_sym_signed] = ACTIONS(1012), + [anon_sym_unsigned] = ACTIONS(1012), + [anon_sym_long] = ACTIONS(1012), + [anon_sym_short] = ACTIONS(1012), + [sym_primitive_type] = ACTIONS(1012), + [anon_sym_enum] = ACTIONS(1012), + [anon_sym_struct] = ACTIONS(1012), + [anon_sym_union] = ACTIONS(1012), + [anon_sym_if] = ACTIONS(1012), + [anon_sym_else] = ACTIONS(1012), + [anon_sym_switch] = ACTIONS(1012), + [anon_sym_case] = ACTIONS(1012), + [anon_sym_default] = ACTIONS(1012), + [anon_sym_while] = ACTIONS(1012), + [anon_sym_do] = ACTIONS(1012), + [anon_sym_for] = ACTIONS(1012), + [anon_sym_return] = ACTIONS(1012), + [anon_sym_break] = ACTIONS(1012), + [anon_sym_continue] = ACTIONS(1012), + [anon_sym_goto] = ACTIONS(1012), + [anon_sym_DASH_DASH] = ACTIONS(1014), + [anon_sym_PLUS_PLUS] = ACTIONS(1014), + [anon_sym_sizeof] = ACTIONS(1012), + [anon_sym_offsetof] = ACTIONS(1012), + [anon_sym__Generic] = ACTIONS(1012), + [anon_sym_asm] = ACTIONS(1012), + [anon_sym___asm__] = ACTIONS(1012), + [sym_number_literal] = ACTIONS(1014), + [anon_sym_L_SQUOTE] = ACTIONS(1014), + [anon_sym_u_SQUOTE] = ACTIONS(1014), + [anon_sym_U_SQUOTE] = ACTIONS(1014), + [anon_sym_u8_SQUOTE] = ACTIONS(1014), + [anon_sym_SQUOTE] = ACTIONS(1014), + [anon_sym_L_DQUOTE] = ACTIONS(1014), + [anon_sym_u_DQUOTE] = ACTIONS(1014), + [anon_sym_U_DQUOTE] = ACTIONS(1014), + [anon_sym_u8_DQUOTE] = ACTIONS(1014), + [anon_sym_DQUOTE] = ACTIONS(1014), + [sym_true] = ACTIONS(1012), + [sym_false] = ACTIONS(1012), + [sym_null] = ACTIONS(1012), + [sym_comment] = ACTIONS(3), + }, + [250] = { + [ts_builtin_sym_end] = ACTIONS(1002), + [sym_identifier] = ACTIONS(1000), + [aux_sym_preproc_include_token1] = ACTIONS(1000), + [aux_sym_preproc_def_token1] = ACTIONS(1000), + [aux_sym_preproc_if_token1] = ACTIONS(1000), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1000), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1000), + [sym_preproc_directive] = ACTIONS(1000), + [anon_sym_LPAREN2] = ACTIONS(1002), + [anon_sym_BANG] = ACTIONS(1002), + [anon_sym_TILDE] = ACTIONS(1002), + [anon_sym_DASH] = ACTIONS(1000), + [anon_sym_PLUS] = ACTIONS(1000), + [anon_sym_STAR] = ACTIONS(1002), + [anon_sym_AMP] = ACTIONS(1002), + [anon_sym_SEMI] = ACTIONS(1002), + [anon_sym_typedef] = ACTIONS(1000), + [anon_sym_extern] = ACTIONS(1000), + [anon_sym___attribute__] = ACTIONS(1000), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1002), + [anon_sym___declspec] = ACTIONS(1000), + [anon_sym___cdecl] = ACTIONS(1000), + [anon_sym___clrcall] = ACTIONS(1000), + [anon_sym___stdcall] = ACTIONS(1000), + [anon_sym___fastcall] = ACTIONS(1000), + [anon_sym___thiscall] = ACTIONS(1000), + [anon_sym___vectorcall] = ACTIONS(1000), + [anon_sym_LBRACE] = ACTIONS(1002), + [anon_sym_static] = ACTIONS(1000), + [anon_sym_auto] = ACTIONS(1000), + [anon_sym_register] = ACTIONS(1000), + [anon_sym_inline] = ACTIONS(1000), + [anon_sym_const] = ACTIONS(1000), + [anon_sym_volatile] = ACTIONS(1000), + [anon_sym_restrict] = ACTIONS(1000), + [anon_sym___restrict__] = ACTIONS(1000), + [anon_sym__Atomic] = ACTIONS(1000), + [anon_sym__Noreturn] = ACTIONS(1000), + [anon_sym_signed] = ACTIONS(1000), + [anon_sym_unsigned] = ACTIONS(1000), + [anon_sym_long] = ACTIONS(1000), + [anon_sym_short] = ACTIONS(1000), + [sym_primitive_type] = ACTIONS(1000), + [anon_sym_enum] = ACTIONS(1000), + [anon_sym_struct] = ACTIONS(1000), + [anon_sym_union] = ACTIONS(1000), + [anon_sym_if] = ACTIONS(1000), + [anon_sym_else] = ACTIONS(1000), + [anon_sym_switch] = ACTIONS(1000), + [anon_sym_case] = ACTIONS(1000), + [anon_sym_default] = ACTIONS(1000), + [anon_sym_while] = ACTIONS(1000), + [anon_sym_do] = ACTIONS(1000), + [anon_sym_for] = ACTIONS(1000), + [anon_sym_return] = ACTIONS(1000), + [anon_sym_break] = ACTIONS(1000), + [anon_sym_continue] = ACTIONS(1000), + [anon_sym_goto] = ACTIONS(1000), + [anon_sym_DASH_DASH] = ACTIONS(1002), + [anon_sym_PLUS_PLUS] = ACTIONS(1002), + [anon_sym_sizeof] = ACTIONS(1000), + [anon_sym_offsetof] = ACTIONS(1000), + [anon_sym__Generic] = ACTIONS(1000), + [anon_sym_asm] = ACTIONS(1000), + [anon_sym___asm__] = ACTIONS(1000), + [sym_number_literal] = ACTIONS(1002), + [anon_sym_L_SQUOTE] = ACTIONS(1002), + [anon_sym_u_SQUOTE] = ACTIONS(1002), + [anon_sym_U_SQUOTE] = ACTIONS(1002), + [anon_sym_u8_SQUOTE] = ACTIONS(1002), + [anon_sym_SQUOTE] = ACTIONS(1002), + [anon_sym_L_DQUOTE] = ACTIONS(1002), + [anon_sym_u_DQUOTE] = ACTIONS(1002), + [anon_sym_U_DQUOTE] = ACTIONS(1002), + [anon_sym_u8_DQUOTE] = ACTIONS(1002), + [anon_sym_DQUOTE] = ACTIONS(1002), + [sym_true] = ACTIONS(1000), + [sym_false] = ACTIONS(1000), + [sym_null] = ACTIONS(1000), [sym_comment] = ACTIONS(3), }, - [253] = { - [ts_builtin_sym_end] = ACTIONS(994), - [sym_identifier] = ACTIONS(992), - [aux_sym_preproc_include_token1] = ACTIONS(992), - [aux_sym_preproc_def_token1] = ACTIONS(992), - [aux_sym_preproc_if_token1] = ACTIONS(992), - [aux_sym_preproc_ifdef_token1] = ACTIONS(992), - [aux_sym_preproc_ifdef_token2] = ACTIONS(992), - [sym_preproc_directive] = ACTIONS(992), - [anon_sym_LPAREN2] = ACTIONS(994), - [anon_sym_BANG] = ACTIONS(994), - [anon_sym_TILDE] = ACTIONS(994), - [anon_sym_DASH] = ACTIONS(992), - [anon_sym_PLUS] = ACTIONS(992), - [anon_sym_STAR] = ACTIONS(994), - [anon_sym_AMP] = ACTIONS(994), - [anon_sym_SEMI] = ACTIONS(994), - [anon_sym_typedef] = ACTIONS(992), - [anon_sym_extern] = ACTIONS(992), - [anon_sym___attribute__] = ACTIONS(992), - [anon_sym_LBRACK_LBRACK] = ACTIONS(994), - [anon_sym___declspec] = ACTIONS(992), - [anon_sym___cdecl] = ACTIONS(992), - [anon_sym___clrcall] = ACTIONS(992), - [anon_sym___stdcall] = ACTIONS(992), - [anon_sym___fastcall] = ACTIONS(992), - [anon_sym___thiscall] = ACTIONS(992), - [anon_sym___vectorcall] = ACTIONS(992), - [anon_sym_LBRACE] = ACTIONS(994), - [anon_sym_static] = ACTIONS(992), - [anon_sym_auto] = ACTIONS(992), - [anon_sym_register] = ACTIONS(992), - [anon_sym_inline] = ACTIONS(992), - [anon_sym_const] = ACTIONS(992), - [anon_sym_volatile] = ACTIONS(992), - [anon_sym_restrict] = ACTIONS(992), - [anon_sym___restrict__] = ACTIONS(992), - [anon_sym__Atomic] = ACTIONS(992), - [anon_sym__Noreturn] = ACTIONS(992), - [anon_sym_signed] = ACTIONS(992), - [anon_sym_unsigned] = ACTIONS(992), - [anon_sym_long] = ACTIONS(992), - [anon_sym_short] = ACTIONS(992), - [sym_primitive_type] = ACTIONS(992), - [anon_sym_enum] = ACTIONS(992), - [anon_sym_struct] = ACTIONS(992), - [anon_sym_union] = ACTIONS(992), - [anon_sym_if] = ACTIONS(992), - [anon_sym_else] = ACTIONS(992), - [anon_sym_switch] = ACTIONS(992), - [anon_sym_case] = ACTIONS(992), - [anon_sym_default] = ACTIONS(992), - [anon_sym_while] = ACTIONS(992), - [anon_sym_do] = ACTIONS(992), - [anon_sym_for] = ACTIONS(992), - [anon_sym_return] = ACTIONS(992), - [anon_sym_break] = ACTIONS(992), - [anon_sym_continue] = ACTIONS(992), - [anon_sym_goto] = ACTIONS(992), - [anon_sym_DASH_DASH] = ACTIONS(994), - [anon_sym_PLUS_PLUS] = ACTIONS(994), - [anon_sym_sizeof] = ACTIONS(992), - [anon_sym_offsetof] = ACTIONS(992), - [anon_sym__Generic] = ACTIONS(992), - [anon_sym_asm] = ACTIONS(992), - [anon_sym___asm__] = ACTIONS(992), - [sym_number_literal] = ACTIONS(994), - [anon_sym_L_SQUOTE] = ACTIONS(994), - [anon_sym_u_SQUOTE] = ACTIONS(994), - [anon_sym_U_SQUOTE] = ACTIONS(994), - [anon_sym_u8_SQUOTE] = ACTIONS(994), - [anon_sym_SQUOTE] = ACTIONS(994), - [anon_sym_L_DQUOTE] = ACTIONS(994), - [anon_sym_u_DQUOTE] = ACTIONS(994), - [anon_sym_U_DQUOTE] = ACTIONS(994), - [anon_sym_u8_DQUOTE] = ACTIONS(994), - [anon_sym_DQUOTE] = ACTIONS(994), - [sym_true] = ACTIONS(992), - [sym_false] = ACTIONS(992), - [sym_null] = ACTIONS(992), + [251] = { + [ts_builtin_sym_end] = ACTIONS(1062), + [sym_identifier] = ACTIONS(1060), + [aux_sym_preproc_include_token1] = ACTIONS(1060), + [aux_sym_preproc_def_token1] = ACTIONS(1060), + [aux_sym_preproc_if_token1] = ACTIONS(1060), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1060), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1060), + [sym_preproc_directive] = ACTIONS(1060), + [anon_sym_LPAREN2] = ACTIONS(1062), + [anon_sym_BANG] = ACTIONS(1062), + [anon_sym_TILDE] = ACTIONS(1062), + [anon_sym_DASH] = ACTIONS(1060), + [anon_sym_PLUS] = ACTIONS(1060), + [anon_sym_STAR] = ACTIONS(1062), + [anon_sym_AMP] = ACTIONS(1062), + [anon_sym_SEMI] = ACTIONS(1062), + [anon_sym_typedef] = ACTIONS(1060), + [anon_sym_extern] = ACTIONS(1060), + [anon_sym___attribute__] = ACTIONS(1060), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1062), + [anon_sym___declspec] = ACTIONS(1060), + [anon_sym___cdecl] = ACTIONS(1060), + [anon_sym___clrcall] = ACTIONS(1060), + [anon_sym___stdcall] = ACTIONS(1060), + [anon_sym___fastcall] = ACTIONS(1060), + [anon_sym___thiscall] = ACTIONS(1060), + [anon_sym___vectorcall] = ACTIONS(1060), + [anon_sym_LBRACE] = ACTIONS(1062), + [anon_sym_static] = ACTIONS(1060), + [anon_sym_auto] = ACTIONS(1060), + [anon_sym_register] = ACTIONS(1060), + [anon_sym_inline] = ACTIONS(1060), + [anon_sym_const] = ACTIONS(1060), + [anon_sym_volatile] = ACTIONS(1060), + [anon_sym_restrict] = ACTIONS(1060), + [anon_sym___restrict__] = ACTIONS(1060), + [anon_sym__Atomic] = ACTIONS(1060), + [anon_sym__Noreturn] = ACTIONS(1060), + [anon_sym_signed] = ACTIONS(1060), + [anon_sym_unsigned] = ACTIONS(1060), + [anon_sym_long] = ACTIONS(1060), + [anon_sym_short] = ACTIONS(1060), + [sym_primitive_type] = ACTIONS(1060), + [anon_sym_enum] = ACTIONS(1060), + [anon_sym_struct] = ACTIONS(1060), + [anon_sym_union] = ACTIONS(1060), + [anon_sym_if] = ACTIONS(1060), + [anon_sym_else] = ACTIONS(1060), + [anon_sym_switch] = ACTIONS(1060), + [anon_sym_case] = ACTIONS(1060), + [anon_sym_default] = ACTIONS(1060), + [anon_sym_while] = ACTIONS(1060), + [anon_sym_do] = ACTIONS(1060), + [anon_sym_for] = ACTIONS(1060), + [anon_sym_return] = ACTIONS(1060), + [anon_sym_break] = ACTIONS(1060), + [anon_sym_continue] = ACTIONS(1060), + [anon_sym_goto] = ACTIONS(1060), + [anon_sym_DASH_DASH] = ACTIONS(1062), + [anon_sym_PLUS_PLUS] = ACTIONS(1062), + [anon_sym_sizeof] = ACTIONS(1060), + [anon_sym_offsetof] = ACTIONS(1060), + [anon_sym__Generic] = ACTIONS(1060), + [anon_sym_asm] = ACTIONS(1060), + [anon_sym___asm__] = ACTIONS(1060), + [sym_number_literal] = ACTIONS(1062), + [anon_sym_L_SQUOTE] = ACTIONS(1062), + [anon_sym_u_SQUOTE] = ACTIONS(1062), + [anon_sym_U_SQUOTE] = ACTIONS(1062), + [anon_sym_u8_SQUOTE] = ACTIONS(1062), + [anon_sym_SQUOTE] = ACTIONS(1062), + [anon_sym_L_DQUOTE] = ACTIONS(1062), + [anon_sym_u_DQUOTE] = ACTIONS(1062), + [anon_sym_U_DQUOTE] = ACTIONS(1062), + [anon_sym_u8_DQUOTE] = ACTIONS(1062), + [anon_sym_DQUOTE] = ACTIONS(1062), + [sym_true] = ACTIONS(1060), + [sym_false] = ACTIONS(1060), + [sym_null] = ACTIONS(1060), [sym_comment] = ACTIONS(3), }, - [254] = { - [ts_builtin_sym_end] = ACTIONS(990), - [sym_identifier] = ACTIONS(988), - [aux_sym_preproc_include_token1] = ACTIONS(988), - [aux_sym_preproc_def_token1] = ACTIONS(988), - [aux_sym_preproc_if_token1] = ACTIONS(988), - [aux_sym_preproc_ifdef_token1] = ACTIONS(988), - [aux_sym_preproc_ifdef_token2] = ACTIONS(988), - [sym_preproc_directive] = ACTIONS(988), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(990), - [anon_sym_TILDE] = ACTIONS(990), - [anon_sym_DASH] = ACTIONS(988), - [anon_sym_PLUS] = ACTIONS(988), - [anon_sym_STAR] = ACTIONS(990), - [anon_sym_AMP] = ACTIONS(990), - [anon_sym_SEMI] = ACTIONS(990), - [anon_sym_typedef] = ACTIONS(988), - [anon_sym_extern] = ACTIONS(988), - [anon_sym___attribute__] = ACTIONS(988), - [anon_sym_LBRACK_LBRACK] = ACTIONS(990), - [anon_sym___declspec] = ACTIONS(988), - [anon_sym___cdecl] = ACTIONS(988), - [anon_sym___clrcall] = ACTIONS(988), - [anon_sym___stdcall] = ACTIONS(988), - [anon_sym___fastcall] = ACTIONS(988), - [anon_sym___thiscall] = ACTIONS(988), - [anon_sym___vectorcall] = ACTIONS(988), - [anon_sym_LBRACE] = ACTIONS(990), - [anon_sym_static] = ACTIONS(988), - [anon_sym_auto] = ACTIONS(988), - [anon_sym_register] = ACTIONS(988), - [anon_sym_inline] = ACTIONS(988), - [anon_sym_const] = ACTIONS(988), - [anon_sym_volatile] = ACTIONS(988), - [anon_sym_restrict] = ACTIONS(988), - [anon_sym___restrict__] = ACTIONS(988), - [anon_sym__Atomic] = ACTIONS(988), - [anon_sym__Noreturn] = ACTIONS(988), - [anon_sym_signed] = ACTIONS(988), - [anon_sym_unsigned] = ACTIONS(988), - [anon_sym_long] = ACTIONS(988), - [anon_sym_short] = ACTIONS(988), - [sym_primitive_type] = ACTIONS(988), - [anon_sym_enum] = ACTIONS(988), - [anon_sym_struct] = ACTIONS(988), - [anon_sym_union] = ACTIONS(988), - [anon_sym_if] = ACTIONS(988), - [anon_sym_else] = ACTIONS(988), - [anon_sym_switch] = ACTIONS(988), - [anon_sym_case] = ACTIONS(988), - [anon_sym_default] = ACTIONS(988), - [anon_sym_while] = ACTIONS(988), - [anon_sym_do] = ACTIONS(988), - [anon_sym_for] = ACTIONS(988), - [anon_sym_return] = ACTIONS(988), - [anon_sym_break] = ACTIONS(988), - [anon_sym_continue] = ACTIONS(988), - [anon_sym_goto] = ACTIONS(988), - [anon_sym_DASH_DASH] = ACTIONS(990), - [anon_sym_PLUS_PLUS] = ACTIONS(990), - [anon_sym_sizeof] = ACTIONS(988), - [anon_sym_offsetof] = ACTIONS(988), - [anon_sym__Generic] = ACTIONS(988), - [anon_sym_asm] = ACTIONS(988), - [anon_sym___asm__] = ACTIONS(988), - [sym_number_literal] = ACTIONS(990), - [anon_sym_L_SQUOTE] = ACTIONS(990), - [anon_sym_u_SQUOTE] = ACTIONS(990), - [anon_sym_U_SQUOTE] = ACTIONS(990), - [anon_sym_u8_SQUOTE] = ACTIONS(990), - [anon_sym_SQUOTE] = ACTIONS(990), - [anon_sym_L_DQUOTE] = ACTIONS(990), - [anon_sym_u_DQUOTE] = ACTIONS(990), - [anon_sym_U_DQUOTE] = ACTIONS(990), - [anon_sym_u8_DQUOTE] = ACTIONS(990), - [anon_sym_DQUOTE] = ACTIONS(990), - [sym_true] = ACTIONS(988), - [sym_false] = ACTIONS(988), - [sym_null] = ACTIONS(988), + [252] = { + [ts_builtin_sym_end] = ACTIONS(1058), + [sym_identifier] = ACTIONS(1056), + [aux_sym_preproc_include_token1] = ACTIONS(1056), + [aux_sym_preproc_def_token1] = ACTIONS(1056), + [aux_sym_preproc_if_token1] = ACTIONS(1056), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1056), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1056), + [sym_preproc_directive] = ACTIONS(1056), + [anon_sym_LPAREN2] = ACTIONS(1058), + [anon_sym_BANG] = ACTIONS(1058), + [anon_sym_TILDE] = ACTIONS(1058), + [anon_sym_DASH] = ACTIONS(1056), + [anon_sym_PLUS] = ACTIONS(1056), + [anon_sym_STAR] = ACTIONS(1058), + [anon_sym_AMP] = ACTIONS(1058), + [anon_sym_SEMI] = ACTIONS(1058), + [anon_sym_typedef] = ACTIONS(1056), + [anon_sym_extern] = ACTIONS(1056), + [anon_sym___attribute__] = ACTIONS(1056), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1058), + [anon_sym___declspec] = ACTIONS(1056), + [anon_sym___cdecl] = ACTIONS(1056), + [anon_sym___clrcall] = ACTIONS(1056), + [anon_sym___stdcall] = ACTIONS(1056), + [anon_sym___fastcall] = ACTIONS(1056), + [anon_sym___thiscall] = ACTIONS(1056), + [anon_sym___vectorcall] = ACTIONS(1056), + [anon_sym_LBRACE] = ACTIONS(1058), + [anon_sym_static] = ACTIONS(1056), + [anon_sym_auto] = ACTIONS(1056), + [anon_sym_register] = ACTIONS(1056), + [anon_sym_inline] = ACTIONS(1056), + [anon_sym_const] = ACTIONS(1056), + [anon_sym_volatile] = ACTIONS(1056), + [anon_sym_restrict] = ACTIONS(1056), + [anon_sym___restrict__] = ACTIONS(1056), + [anon_sym__Atomic] = ACTIONS(1056), + [anon_sym__Noreturn] = ACTIONS(1056), + [anon_sym_signed] = ACTIONS(1056), + [anon_sym_unsigned] = ACTIONS(1056), + [anon_sym_long] = ACTIONS(1056), + [anon_sym_short] = ACTIONS(1056), + [sym_primitive_type] = ACTIONS(1056), + [anon_sym_enum] = ACTIONS(1056), + [anon_sym_struct] = ACTIONS(1056), + [anon_sym_union] = ACTIONS(1056), + [anon_sym_if] = ACTIONS(1056), + [anon_sym_else] = ACTIONS(1056), + [anon_sym_switch] = ACTIONS(1056), + [anon_sym_case] = ACTIONS(1056), + [anon_sym_default] = ACTIONS(1056), + [anon_sym_while] = ACTIONS(1056), + [anon_sym_do] = ACTIONS(1056), + [anon_sym_for] = ACTIONS(1056), + [anon_sym_return] = ACTIONS(1056), + [anon_sym_break] = ACTIONS(1056), + [anon_sym_continue] = ACTIONS(1056), + [anon_sym_goto] = ACTIONS(1056), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_sizeof] = ACTIONS(1056), + [anon_sym_offsetof] = ACTIONS(1056), + [anon_sym__Generic] = ACTIONS(1056), + [anon_sym_asm] = ACTIONS(1056), + [anon_sym___asm__] = ACTIONS(1056), + [sym_number_literal] = ACTIONS(1058), + [anon_sym_L_SQUOTE] = ACTIONS(1058), + [anon_sym_u_SQUOTE] = ACTIONS(1058), + [anon_sym_U_SQUOTE] = ACTIONS(1058), + [anon_sym_u8_SQUOTE] = ACTIONS(1058), + [anon_sym_SQUOTE] = ACTIONS(1058), + [anon_sym_L_DQUOTE] = ACTIONS(1058), + [anon_sym_u_DQUOTE] = ACTIONS(1058), + [anon_sym_U_DQUOTE] = ACTIONS(1058), + [anon_sym_u8_DQUOTE] = ACTIONS(1058), + [anon_sym_DQUOTE] = ACTIONS(1058), + [sym_true] = ACTIONS(1056), + [sym_false] = ACTIONS(1056), + [sym_null] = ACTIONS(1056), + [sym_comment] = ACTIONS(3), + }, + [253] = { + [sym_identifier] = ACTIONS(924), + [aux_sym_preproc_include_token1] = ACTIONS(924), + [aux_sym_preproc_def_token1] = ACTIONS(924), + [aux_sym_preproc_if_token1] = ACTIONS(924), + [aux_sym_preproc_ifdef_token1] = ACTIONS(924), + [aux_sym_preproc_ifdef_token2] = ACTIONS(924), + [sym_preproc_directive] = ACTIONS(924), + [anon_sym_LPAREN2] = ACTIONS(926), + [anon_sym_BANG] = ACTIONS(926), + [anon_sym_TILDE] = ACTIONS(926), + [anon_sym_DASH] = ACTIONS(924), + [anon_sym_PLUS] = ACTIONS(924), + [anon_sym_STAR] = ACTIONS(926), + [anon_sym_AMP] = ACTIONS(926), + [anon_sym_SEMI] = ACTIONS(926), + [anon_sym_typedef] = ACTIONS(924), + [anon_sym_extern] = ACTIONS(924), + [anon_sym___attribute__] = ACTIONS(924), + [anon_sym_LBRACK_LBRACK] = ACTIONS(926), + [anon_sym___declspec] = ACTIONS(924), + [anon_sym___cdecl] = ACTIONS(924), + [anon_sym___clrcall] = ACTIONS(924), + [anon_sym___stdcall] = ACTIONS(924), + [anon_sym___fastcall] = ACTIONS(924), + [anon_sym___thiscall] = ACTIONS(924), + [anon_sym___vectorcall] = ACTIONS(924), + [anon_sym_LBRACE] = ACTIONS(926), + [anon_sym_RBRACE] = ACTIONS(926), + [anon_sym_static] = ACTIONS(924), + [anon_sym_auto] = ACTIONS(924), + [anon_sym_register] = ACTIONS(924), + [anon_sym_inline] = ACTIONS(924), + [anon_sym_const] = ACTIONS(924), + [anon_sym_volatile] = ACTIONS(924), + [anon_sym_restrict] = ACTIONS(924), + [anon_sym___restrict__] = ACTIONS(924), + [anon_sym__Atomic] = ACTIONS(924), + [anon_sym__Noreturn] = ACTIONS(924), + [anon_sym_signed] = ACTIONS(924), + [anon_sym_unsigned] = ACTIONS(924), + [anon_sym_long] = ACTIONS(924), + [anon_sym_short] = ACTIONS(924), + [sym_primitive_type] = ACTIONS(924), + [anon_sym_enum] = ACTIONS(924), + [anon_sym_struct] = ACTIONS(924), + [anon_sym_union] = ACTIONS(924), + [anon_sym_if] = ACTIONS(924), + [anon_sym_else] = ACTIONS(924), + [anon_sym_switch] = ACTIONS(924), + [anon_sym_case] = ACTIONS(924), + [anon_sym_default] = ACTIONS(924), + [anon_sym_while] = ACTIONS(924), + [anon_sym_do] = ACTIONS(924), + [anon_sym_for] = ACTIONS(924), + [anon_sym_return] = ACTIONS(924), + [anon_sym_break] = ACTIONS(924), + [anon_sym_continue] = ACTIONS(924), + [anon_sym_goto] = ACTIONS(924), + [anon_sym_DASH_DASH] = ACTIONS(926), + [anon_sym_PLUS_PLUS] = ACTIONS(926), + [anon_sym_sizeof] = ACTIONS(924), + [anon_sym_offsetof] = ACTIONS(924), + [anon_sym__Generic] = ACTIONS(924), + [anon_sym_asm] = ACTIONS(924), + [anon_sym___asm__] = ACTIONS(924), + [sym_number_literal] = ACTIONS(926), + [anon_sym_L_SQUOTE] = ACTIONS(926), + [anon_sym_u_SQUOTE] = ACTIONS(926), + [anon_sym_U_SQUOTE] = ACTIONS(926), + [anon_sym_u8_SQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(926), + [anon_sym_L_DQUOTE] = ACTIONS(926), + [anon_sym_u_DQUOTE] = ACTIONS(926), + [anon_sym_U_DQUOTE] = ACTIONS(926), + [anon_sym_u8_DQUOTE] = ACTIONS(926), + [anon_sym_DQUOTE] = ACTIONS(926), + [sym_true] = ACTIONS(924), + [sym_false] = ACTIONS(924), + [sym_null] = ACTIONS(924), + [sym_comment] = ACTIONS(3), + }, + [254] = { + [ts_builtin_sym_end] = ACTIONS(1014), + [sym_identifier] = ACTIONS(1012), + [aux_sym_preproc_include_token1] = ACTIONS(1012), + [aux_sym_preproc_def_token1] = ACTIONS(1012), + [aux_sym_preproc_if_token1] = ACTIONS(1012), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1012), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1012), + [sym_preproc_directive] = ACTIONS(1012), + [anon_sym_LPAREN2] = ACTIONS(1014), + [anon_sym_BANG] = ACTIONS(1014), + [anon_sym_TILDE] = ACTIONS(1014), + [anon_sym_DASH] = ACTIONS(1012), + [anon_sym_PLUS] = ACTIONS(1012), + [anon_sym_STAR] = ACTIONS(1014), + [anon_sym_AMP] = ACTIONS(1014), + [anon_sym_SEMI] = ACTIONS(1014), + [anon_sym_typedef] = ACTIONS(1012), + [anon_sym_extern] = ACTIONS(1012), + [anon_sym___attribute__] = ACTIONS(1012), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1014), + [anon_sym___declspec] = ACTIONS(1012), + [anon_sym___cdecl] = ACTIONS(1012), + [anon_sym___clrcall] = ACTIONS(1012), + [anon_sym___stdcall] = ACTIONS(1012), + [anon_sym___fastcall] = ACTIONS(1012), + [anon_sym___thiscall] = ACTIONS(1012), + [anon_sym___vectorcall] = ACTIONS(1012), + [anon_sym_LBRACE] = ACTIONS(1014), + [anon_sym_static] = ACTIONS(1012), + [anon_sym_auto] = ACTIONS(1012), + [anon_sym_register] = ACTIONS(1012), + [anon_sym_inline] = ACTIONS(1012), + [anon_sym_const] = ACTIONS(1012), + [anon_sym_volatile] = ACTIONS(1012), + [anon_sym_restrict] = ACTIONS(1012), + [anon_sym___restrict__] = ACTIONS(1012), + [anon_sym__Atomic] = ACTIONS(1012), + [anon_sym__Noreturn] = ACTIONS(1012), + [anon_sym_signed] = ACTIONS(1012), + [anon_sym_unsigned] = ACTIONS(1012), + [anon_sym_long] = ACTIONS(1012), + [anon_sym_short] = ACTIONS(1012), + [sym_primitive_type] = ACTIONS(1012), + [anon_sym_enum] = ACTIONS(1012), + [anon_sym_struct] = ACTIONS(1012), + [anon_sym_union] = ACTIONS(1012), + [anon_sym_if] = ACTIONS(1012), + [anon_sym_else] = ACTIONS(1012), + [anon_sym_switch] = ACTIONS(1012), + [anon_sym_case] = ACTIONS(1012), + [anon_sym_default] = ACTIONS(1012), + [anon_sym_while] = ACTIONS(1012), + [anon_sym_do] = ACTIONS(1012), + [anon_sym_for] = ACTIONS(1012), + [anon_sym_return] = ACTIONS(1012), + [anon_sym_break] = ACTIONS(1012), + [anon_sym_continue] = ACTIONS(1012), + [anon_sym_goto] = ACTIONS(1012), + [anon_sym_DASH_DASH] = ACTIONS(1014), + [anon_sym_PLUS_PLUS] = ACTIONS(1014), + [anon_sym_sizeof] = ACTIONS(1012), + [anon_sym_offsetof] = ACTIONS(1012), + [anon_sym__Generic] = ACTIONS(1012), + [anon_sym_asm] = ACTIONS(1012), + [anon_sym___asm__] = ACTIONS(1012), + [sym_number_literal] = ACTIONS(1014), + [anon_sym_L_SQUOTE] = ACTIONS(1014), + [anon_sym_u_SQUOTE] = ACTIONS(1014), + [anon_sym_U_SQUOTE] = ACTIONS(1014), + [anon_sym_u8_SQUOTE] = ACTIONS(1014), + [anon_sym_SQUOTE] = ACTIONS(1014), + [anon_sym_L_DQUOTE] = ACTIONS(1014), + [anon_sym_u_DQUOTE] = ACTIONS(1014), + [anon_sym_U_DQUOTE] = ACTIONS(1014), + [anon_sym_u8_DQUOTE] = ACTIONS(1014), + [anon_sym_DQUOTE] = ACTIONS(1014), + [sym_true] = ACTIONS(1012), + [sym_false] = ACTIONS(1012), + [sym_null] = ACTIONS(1012), [sym_comment] = ACTIONS(3), }, [255] = { - [sym_identifier] = ACTIONS(976), - [aux_sym_preproc_include_token1] = ACTIONS(976), - [aux_sym_preproc_def_token1] = ACTIONS(976), - [aux_sym_preproc_if_token1] = ACTIONS(976), - [aux_sym_preproc_if_token2] = ACTIONS(976), - [aux_sym_preproc_ifdef_token1] = ACTIONS(976), - [aux_sym_preproc_ifdef_token2] = ACTIONS(976), - [sym_preproc_directive] = ACTIONS(976), - [anon_sym_LPAREN2] = ACTIONS(978), - [anon_sym_BANG] = ACTIONS(978), - [anon_sym_TILDE] = ACTIONS(978), - [anon_sym_DASH] = ACTIONS(976), - [anon_sym_PLUS] = ACTIONS(976), - [anon_sym_STAR] = ACTIONS(978), - [anon_sym_AMP] = ACTIONS(978), - [anon_sym_SEMI] = ACTIONS(978), - [anon_sym_typedef] = ACTIONS(976), - [anon_sym_extern] = ACTIONS(976), - [anon_sym___attribute__] = ACTIONS(976), - [anon_sym_LBRACK_LBRACK] = ACTIONS(978), - [anon_sym___declspec] = ACTIONS(976), - [anon_sym___cdecl] = ACTIONS(976), - [anon_sym___clrcall] = ACTIONS(976), - [anon_sym___stdcall] = ACTIONS(976), - [anon_sym___fastcall] = ACTIONS(976), - [anon_sym___thiscall] = ACTIONS(976), - [anon_sym___vectorcall] = ACTIONS(976), - [anon_sym_LBRACE] = ACTIONS(978), - [anon_sym_static] = ACTIONS(976), - [anon_sym_auto] = ACTIONS(976), - [anon_sym_register] = ACTIONS(976), - [anon_sym_inline] = ACTIONS(976), - [anon_sym_const] = ACTIONS(976), - [anon_sym_volatile] = ACTIONS(976), - [anon_sym_restrict] = ACTIONS(976), - [anon_sym___restrict__] = ACTIONS(976), - [anon_sym__Atomic] = ACTIONS(976), - [anon_sym__Noreturn] = ACTIONS(976), - [anon_sym_signed] = ACTIONS(976), - [anon_sym_unsigned] = ACTIONS(976), - [anon_sym_long] = ACTIONS(976), - [anon_sym_short] = ACTIONS(976), - [sym_primitive_type] = ACTIONS(976), - [anon_sym_enum] = ACTIONS(976), - [anon_sym_struct] = ACTIONS(976), - [anon_sym_union] = ACTIONS(976), - [anon_sym_if] = ACTIONS(976), - [anon_sym_else] = ACTIONS(976), - [anon_sym_switch] = ACTIONS(976), - [anon_sym_case] = ACTIONS(976), - [anon_sym_default] = ACTIONS(976), - [anon_sym_while] = ACTIONS(976), - [anon_sym_do] = ACTIONS(976), - [anon_sym_for] = ACTIONS(976), - [anon_sym_return] = ACTIONS(976), - [anon_sym_break] = ACTIONS(976), - [anon_sym_continue] = ACTIONS(976), - [anon_sym_goto] = ACTIONS(976), - [anon_sym_DASH_DASH] = ACTIONS(978), - [anon_sym_PLUS_PLUS] = ACTIONS(978), - [anon_sym_sizeof] = ACTIONS(976), - [anon_sym_offsetof] = ACTIONS(976), - [anon_sym__Generic] = ACTIONS(976), - [anon_sym_asm] = ACTIONS(976), - [anon_sym___asm__] = ACTIONS(976), - [sym_number_literal] = ACTIONS(978), - [anon_sym_L_SQUOTE] = ACTIONS(978), - [anon_sym_u_SQUOTE] = ACTIONS(978), - [anon_sym_U_SQUOTE] = ACTIONS(978), - [anon_sym_u8_SQUOTE] = ACTIONS(978), - [anon_sym_SQUOTE] = ACTIONS(978), - [anon_sym_L_DQUOTE] = ACTIONS(978), - [anon_sym_u_DQUOTE] = ACTIONS(978), - [anon_sym_U_DQUOTE] = ACTIONS(978), - [anon_sym_u8_DQUOTE] = ACTIONS(978), - [anon_sym_DQUOTE] = ACTIONS(978), - [sym_true] = ACTIONS(976), - [sym_false] = ACTIONS(976), - [sym_null] = ACTIONS(976), + [sym_identifier] = ACTIONS(1016), + [aux_sym_preproc_include_token1] = ACTIONS(1016), + [aux_sym_preproc_def_token1] = ACTIONS(1016), + [aux_sym_preproc_if_token1] = ACTIONS(1016), + [aux_sym_preproc_if_token2] = ACTIONS(1016), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1016), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1016), + [sym_preproc_directive] = ACTIONS(1016), + [anon_sym_LPAREN2] = ACTIONS(1018), + [anon_sym_BANG] = ACTIONS(1018), + [anon_sym_TILDE] = ACTIONS(1018), + [anon_sym_DASH] = ACTIONS(1016), + [anon_sym_PLUS] = ACTIONS(1016), + [anon_sym_STAR] = ACTIONS(1018), + [anon_sym_AMP] = ACTIONS(1018), + [anon_sym_SEMI] = ACTIONS(1018), + [anon_sym_typedef] = ACTIONS(1016), + [anon_sym_extern] = ACTIONS(1016), + [anon_sym___attribute__] = ACTIONS(1016), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1018), + [anon_sym___declspec] = ACTIONS(1016), + [anon_sym___cdecl] = ACTIONS(1016), + [anon_sym___clrcall] = ACTIONS(1016), + [anon_sym___stdcall] = ACTIONS(1016), + [anon_sym___fastcall] = ACTIONS(1016), + [anon_sym___thiscall] = ACTIONS(1016), + [anon_sym___vectorcall] = ACTIONS(1016), + [anon_sym_LBRACE] = ACTIONS(1018), + [anon_sym_static] = ACTIONS(1016), + [anon_sym_auto] = ACTIONS(1016), + [anon_sym_register] = ACTIONS(1016), + [anon_sym_inline] = ACTIONS(1016), + [anon_sym_const] = ACTIONS(1016), + [anon_sym_volatile] = ACTIONS(1016), + [anon_sym_restrict] = ACTIONS(1016), + [anon_sym___restrict__] = ACTIONS(1016), + [anon_sym__Atomic] = ACTIONS(1016), + [anon_sym__Noreturn] = ACTIONS(1016), + [anon_sym_signed] = ACTIONS(1016), + [anon_sym_unsigned] = ACTIONS(1016), + [anon_sym_long] = ACTIONS(1016), + [anon_sym_short] = ACTIONS(1016), + [sym_primitive_type] = ACTIONS(1016), + [anon_sym_enum] = ACTIONS(1016), + [anon_sym_struct] = ACTIONS(1016), + [anon_sym_union] = ACTIONS(1016), + [anon_sym_if] = ACTIONS(1016), + [anon_sym_else] = ACTIONS(1016), + [anon_sym_switch] = ACTIONS(1016), + [anon_sym_case] = ACTIONS(1016), + [anon_sym_default] = ACTIONS(1016), + [anon_sym_while] = ACTIONS(1016), + [anon_sym_do] = ACTIONS(1016), + [anon_sym_for] = ACTIONS(1016), + [anon_sym_return] = ACTIONS(1016), + [anon_sym_break] = ACTIONS(1016), + [anon_sym_continue] = ACTIONS(1016), + [anon_sym_goto] = ACTIONS(1016), + [anon_sym_DASH_DASH] = ACTIONS(1018), + [anon_sym_PLUS_PLUS] = ACTIONS(1018), + [anon_sym_sizeof] = ACTIONS(1016), + [anon_sym_offsetof] = ACTIONS(1016), + [anon_sym__Generic] = ACTIONS(1016), + [anon_sym_asm] = ACTIONS(1016), + [anon_sym___asm__] = ACTIONS(1016), + [sym_number_literal] = ACTIONS(1018), + [anon_sym_L_SQUOTE] = ACTIONS(1018), + [anon_sym_u_SQUOTE] = ACTIONS(1018), + [anon_sym_U_SQUOTE] = ACTIONS(1018), + [anon_sym_u8_SQUOTE] = ACTIONS(1018), + [anon_sym_SQUOTE] = ACTIONS(1018), + [anon_sym_L_DQUOTE] = ACTIONS(1018), + [anon_sym_u_DQUOTE] = ACTIONS(1018), + [anon_sym_U_DQUOTE] = ACTIONS(1018), + [anon_sym_u8_DQUOTE] = ACTIONS(1018), + [anon_sym_DQUOTE] = ACTIONS(1018), + [sym_true] = ACTIONS(1016), + [sym_false] = ACTIONS(1016), + [sym_null] = ACTIONS(1016), [sym_comment] = ACTIONS(3), }, [256] = { - [ts_builtin_sym_end] = ACTIONS(928), - [sym_identifier] = ACTIONS(926), - [aux_sym_preproc_include_token1] = ACTIONS(926), - [aux_sym_preproc_def_token1] = ACTIONS(926), - [aux_sym_preproc_if_token1] = ACTIONS(926), - [aux_sym_preproc_ifdef_token1] = ACTIONS(926), - [aux_sym_preproc_ifdef_token2] = ACTIONS(926), - [sym_preproc_directive] = ACTIONS(926), - [anon_sym_LPAREN2] = ACTIONS(928), - [anon_sym_BANG] = ACTIONS(928), - [anon_sym_TILDE] = ACTIONS(928), - [anon_sym_DASH] = ACTIONS(926), - [anon_sym_PLUS] = ACTIONS(926), - [anon_sym_STAR] = ACTIONS(928), - [anon_sym_AMP] = ACTIONS(928), - [anon_sym_SEMI] = ACTIONS(928), - [anon_sym_typedef] = ACTIONS(926), - [anon_sym_extern] = ACTIONS(926), - [anon_sym___attribute__] = ACTIONS(926), - [anon_sym_LBRACK_LBRACK] = ACTIONS(928), - [anon_sym___declspec] = ACTIONS(926), - [anon_sym___cdecl] = ACTIONS(926), - [anon_sym___clrcall] = ACTIONS(926), - [anon_sym___stdcall] = ACTIONS(926), - [anon_sym___fastcall] = ACTIONS(926), - [anon_sym___thiscall] = ACTIONS(926), - [anon_sym___vectorcall] = ACTIONS(926), - [anon_sym_LBRACE] = ACTIONS(928), - [anon_sym_static] = ACTIONS(926), - [anon_sym_auto] = ACTIONS(926), - [anon_sym_register] = ACTIONS(926), - [anon_sym_inline] = ACTIONS(926), - [anon_sym_const] = ACTIONS(926), - [anon_sym_volatile] = ACTIONS(926), - [anon_sym_restrict] = ACTIONS(926), - [anon_sym___restrict__] = ACTIONS(926), - [anon_sym__Atomic] = ACTIONS(926), - [anon_sym__Noreturn] = ACTIONS(926), - [anon_sym_signed] = ACTIONS(926), - [anon_sym_unsigned] = ACTIONS(926), - [anon_sym_long] = ACTIONS(926), - [anon_sym_short] = ACTIONS(926), - [sym_primitive_type] = ACTIONS(926), - [anon_sym_enum] = ACTIONS(926), - [anon_sym_struct] = ACTIONS(926), - [anon_sym_union] = ACTIONS(926), - [anon_sym_if] = ACTIONS(926), - [anon_sym_else] = ACTIONS(926), - [anon_sym_switch] = ACTIONS(926), - [anon_sym_case] = ACTIONS(926), - [anon_sym_default] = ACTIONS(926), - [anon_sym_while] = ACTIONS(926), - [anon_sym_do] = ACTIONS(926), - [anon_sym_for] = ACTIONS(926), - [anon_sym_return] = ACTIONS(926), - [anon_sym_break] = ACTIONS(926), - [anon_sym_continue] = ACTIONS(926), - [anon_sym_goto] = ACTIONS(926), - [anon_sym_DASH_DASH] = ACTIONS(928), - [anon_sym_PLUS_PLUS] = ACTIONS(928), - [anon_sym_sizeof] = ACTIONS(926), - [anon_sym_offsetof] = ACTIONS(926), - [anon_sym__Generic] = ACTIONS(926), - [anon_sym_asm] = ACTIONS(926), - [anon_sym___asm__] = ACTIONS(926), - [sym_number_literal] = ACTIONS(928), - [anon_sym_L_SQUOTE] = ACTIONS(928), - [anon_sym_u_SQUOTE] = ACTIONS(928), - [anon_sym_U_SQUOTE] = ACTIONS(928), - [anon_sym_u8_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_L_DQUOTE] = ACTIONS(928), - [anon_sym_u_DQUOTE] = ACTIONS(928), - [anon_sym_U_DQUOTE] = ACTIONS(928), - [anon_sym_u8_DQUOTE] = ACTIONS(928), - [anon_sym_DQUOTE] = ACTIONS(928), - [sym_true] = ACTIONS(926), - [sym_false] = ACTIONS(926), - [sym_null] = ACTIONS(926), + [ts_builtin_sym_end] = ACTIONS(1010), + [sym_identifier] = ACTIONS(1008), + [aux_sym_preproc_include_token1] = ACTIONS(1008), + [aux_sym_preproc_def_token1] = ACTIONS(1008), + [aux_sym_preproc_if_token1] = ACTIONS(1008), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1008), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1008), + [sym_preproc_directive] = ACTIONS(1008), + [anon_sym_LPAREN2] = ACTIONS(1010), + [anon_sym_BANG] = ACTIONS(1010), + [anon_sym_TILDE] = ACTIONS(1010), + [anon_sym_DASH] = ACTIONS(1008), + [anon_sym_PLUS] = ACTIONS(1008), + [anon_sym_STAR] = ACTIONS(1010), + [anon_sym_AMP] = ACTIONS(1010), + [anon_sym_SEMI] = ACTIONS(1010), + [anon_sym_typedef] = ACTIONS(1008), + [anon_sym_extern] = ACTIONS(1008), + [anon_sym___attribute__] = ACTIONS(1008), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1010), + [anon_sym___declspec] = ACTIONS(1008), + [anon_sym___cdecl] = ACTIONS(1008), + [anon_sym___clrcall] = ACTIONS(1008), + [anon_sym___stdcall] = ACTIONS(1008), + [anon_sym___fastcall] = ACTIONS(1008), + [anon_sym___thiscall] = ACTIONS(1008), + [anon_sym___vectorcall] = ACTIONS(1008), + [anon_sym_LBRACE] = ACTIONS(1010), + [anon_sym_static] = ACTIONS(1008), + [anon_sym_auto] = ACTIONS(1008), + [anon_sym_register] = ACTIONS(1008), + [anon_sym_inline] = ACTIONS(1008), + [anon_sym_const] = ACTIONS(1008), + [anon_sym_volatile] = ACTIONS(1008), + [anon_sym_restrict] = ACTIONS(1008), + [anon_sym___restrict__] = ACTIONS(1008), + [anon_sym__Atomic] = ACTIONS(1008), + [anon_sym__Noreturn] = ACTIONS(1008), + [anon_sym_signed] = ACTIONS(1008), + [anon_sym_unsigned] = ACTIONS(1008), + [anon_sym_long] = ACTIONS(1008), + [anon_sym_short] = ACTIONS(1008), + [sym_primitive_type] = ACTIONS(1008), + [anon_sym_enum] = ACTIONS(1008), + [anon_sym_struct] = ACTIONS(1008), + [anon_sym_union] = ACTIONS(1008), + [anon_sym_if] = ACTIONS(1008), + [anon_sym_else] = ACTIONS(1008), + [anon_sym_switch] = ACTIONS(1008), + [anon_sym_case] = ACTIONS(1008), + [anon_sym_default] = ACTIONS(1008), + [anon_sym_while] = ACTIONS(1008), + [anon_sym_do] = ACTIONS(1008), + [anon_sym_for] = ACTIONS(1008), + [anon_sym_return] = ACTIONS(1008), + [anon_sym_break] = ACTIONS(1008), + [anon_sym_continue] = ACTIONS(1008), + [anon_sym_goto] = ACTIONS(1008), + [anon_sym_DASH_DASH] = ACTIONS(1010), + [anon_sym_PLUS_PLUS] = ACTIONS(1010), + [anon_sym_sizeof] = ACTIONS(1008), + [anon_sym_offsetof] = ACTIONS(1008), + [anon_sym__Generic] = ACTIONS(1008), + [anon_sym_asm] = ACTIONS(1008), + [anon_sym___asm__] = ACTIONS(1008), + [sym_number_literal] = ACTIONS(1010), + [anon_sym_L_SQUOTE] = ACTIONS(1010), + [anon_sym_u_SQUOTE] = ACTIONS(1010), + [anon_sym_U_SQUOTE] = ACTIONS(1010), + [anon_sym_u8_SQUOTE] = ACTIONS(1010), + [anon_sym_SQUOTE] = ACTIONS(1010), + [anon_sym_L_DQUOTE] = ACTIONS(1010), + [anon_sym_u_DQUOTE] = ACTIONS(1010), + [anon_sym_U_DQUOTE] = ACTIONS(1010), + [anon_sym_u8_DQUOTE] = ACTIONS(1010), + [anon_sym_DQUOTE] = ACTIONS(1010), + [sym_true] = ACTIONS(1008), + [sym_false] = ACTIONS(1008), + [sym_null] = ACTIONS(1008), [sym_comment] = ACTIONS(3), }, [257] = { + [ts_builtin_sym_end] = ACTIONS(1030), [sym_identifier] = ACTIONS(1028), [aux_sym_preproc_include_token1] = ACTIONS(1028), [aux_sym_preproc_def_token1] = ACTIONS(1028), [aux_sym_preproc_if_token1] = ACTIONS(1028), - [aux_sym_preproc_if_token2] = ACTIONS(1028), [aux_sym_preproc_ifdef_token1] = ACTIONS(1028), [aux_sym_preproc_ifdef_token2] = ACTIONS(1028), [sym_preproc_directive] = ACTIONS(1028), @@ -38314,749 +38420,831 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [258] = { - [ts_builtin_sym_end] = ACTIONS(970), - [sym_identifier] = ACTIONS(968), - [aux_sym_preproc_include_token1] = ACTIONS(968), - [aux_sym_preproc_def_token1] = ACTIONS(968), - [aux_sym_preproc_if_token1] = ACTIONS(968), - [aux_sym_preproc_ifdef_token1] = ACTIONS(968), - [aux_sym_preproc_ifdef_token2] = ACTIONS(968), - [sym_preproc_directive] = ACTIONS(968), - [anon_sym_LPAREN2] = ACTIONS(970), - [anon_sym_BANG] = ACTIONS(970), - [anon_sym_TILDE] = ACTIONS(970), - [anon_sym_DASH] = ACTIONS(968), - [anon_sym_PLUS] = ACTIONS(968), - [anon_sym_STAR] = ACTIONS(970), - [anon_sym_AMP] = ACTIONS(970), - [anon_sym_SEMI] = ACTIONS(970), - [anon_sym_typedef] = ACTIONS(968), - [anon_sym_extern] = ACTIONS(968), - [anon_sym___attribute__] = ACTIONS(968), - [anon_sym_LBRACK_LBRACK] = ACTIONS(970), - [anon_sym___declspec] = ACTIONS(968), - [anon_sym___cdecl] = ACTIONS(968), - [anon_sym___clrcall] = ACTIONS(968), - [anon_sym___stdcall] = ACTIONS(968), - [anon_sym___fastcall] = ACTIONS(968), - [anon_sym___thiscall] = ACTIONS(968), - [anon_sym___vectorcall] = ACTIONS(968), - [anon_sym_LBRACE] = ACTIONS(970), - [anon_sym_static] = ACTIONS(968), - [anon_sym_auto] = ACTIONS(968), - [anon_sym_register] = ACTIONS(968), - [anon_sym_inline] = ACTIONS(968), - [anon_sym_const] = ACTIONS(968), - [anon_sym_volatile] = ACTIONS(968), - [anon_sym_restrict] = ACTIONS(968), - [anon_sym___restrict__] = ACTIONS(968), - [anon_sym__Atomic] = ACTIONS(968), - [anon_sym__Noreturn] = ACTIONS(968), - [anon_sym_signed] = ACTIONS(968), - [anon_sym_unsigned] = ACTIONS(968), - [anon_sym_long] = ACTIONS(968), - [anon_sym_short] = ACTIONS(968), - [sym_primitive_type] = ACTIONS(968), - [anon_sym_enum] = ACTIONS(968), - [anon_sym_struct] = ACTIONS(968), - [anon_sym_union] = ACTIONS(968), - [anon_sym_if] = ACTIONS(968), - [anon_sym_else] = ACTIONS(968), - [anon_sym_switch] = ACTIONS(968), - [anon_sym_case] = ACTIONS(968), - [anon_sym_default] = ACTIONS(968), - [anon_sym_while] = ACTIONS(968), - [anon_sym_do] = ACTIONS(968), - [anon_sym_for] = ACTIONS(968), - [anon_sym_return] = ACTIONS(968), - [anon_sym_break] = ACTIONS(968), - [anon_sym_continue] = ACTIONS(968), - [anon_sym_goto] = ACTIONS(968), - [anon_sym_DASH_DASH] = ACTIONS(970), - [anon_sym_PLUS_PLUS] = ACTIONS(970), - [anon_sym_sizeof] = ACTIONS(968), - [anon_sym_offsetof] = ACTIONS(968), - [anon_sym__Generic] = ACTIONS(968), - [anon_sym_asm] = ACTIONS(968), - [anon_sym___asm__] = ACTIONS(968), - [sym_number_literal] = ACTIONS(970), - [anon_sym_L_SQUOTE] = ACTIONS(970), - [anon_sym_u_SQUOTE] = ACTIONS(970), - [anon_sym_U_SQUOTE] = ACTIONS(970), - [anon_sym_u8_SQUOTE] = ACTIONS(970), - [anon_sym_SQUOTE] = ACTIONS(970), - [anon_sym_L_DQUOTE] = ACTIONS(970), - [anon_sym_u_DQUOTE] = ACTIONS(970), - [anon_sym_U_DQUOTE] = ACTIONS(970), - [anon_sym_u8_DQUOTE] = ACTIONS(970), - [anon_sym_DQUOTE] = ACTIONS(970), - [sym_true] = ACTIONS(968), - [sym_false] = ACTIONS(968), - [sym_null] = ACTIONS(968), + [ts_builtin_sym_end] = ACTIONS(938), + [sym_identifier] = ACTIONS(936), + [aux_sym_preproc_include_token1] = ACTIONS(936), + [aux_sym_preproc_def_token1] = ACTIONS(936), + [aux_sym_preproc_if_token1] = ACTIONS(936), + [aux_sym_preproc_ifdef_token1] = ACTIONS(936), + [aux_sym_preproc_ifdef_token2] = ACTIONS(936), + [sym_preproc_directive] = ACTIONS(936), + [anon_sym_LPAREN2] = ACTIONS(938), + [anon_sym_BANG] = ACTIONS(938), + [anon_sym_TILDE] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(936), + [anon_sym_STAR] = ACTIONS(938), + [anon_sym_AMP] = ACTIONS(938), + [anon_sym_SEMI] = ACTIONS(938), + [anon_sym_typedef] = ACTIONS(936), + [anon_sym_extern] = ACTIONS(936), + [anon_sym___attribute__] = ACTIONS(936), + [anon_sym_LBRACK_LBRACK] = ACTIONS(938), + [anon_sym___declspec] = ACTIONS(936), + [anon_sym___cdecl] = ACTIONS(936), + [anon_sym___clrcall] = ACTIONS(936), + [anon_sym___stdcall] = ACTIONS(936), + [anon_sym___fastcall] = ACTIONS(936), + [anon_sym___thiscall] = ACTIONS(936), + [anon_sym___vectorcall] = ACTIONS(936), + [anon_sym_LBRACE] = ACTIONS(938), + [anon_sym_static] = ACTIONS(936), + [anon_sym_auto] = ACTIONS(936), + [anon_sym_register] = ACTIONS(936), + [anon_sym_inline] = ACTIONS(936), + [anon_sym_const] = ACTIONS(936), + [anon_sym_volatile] = ACTIONS(936), + [anon_sym_restrict] = ACTIONS(936), + [anon_sym___restrict__] = ACTIONS(936), + [anon_sym__Atomic] = ACTIONS(936), + [anon_sym__Noreturn] = ACTIONS(936), + [anon_sym_signed] = ACTIONS(936), + [anon_sym_unsigned] = ACTIONS(936), + [anon_sym_long] = ACTIONS(936), + [anon_sym_short] = ACTIONS(936), + [sym_primitive_type] = ACTIONS(936), + [anon_sym_enum] = ACTIONS(936), + [anon_sym_struct] = ACTIONS(936), + [anon_sym_union] = ACTIONS(936), + [anon_sym_if] = ACTIONS(936), + [anon_sym_else] = ACTIONS(936), + [anon_sym_switch] = ACTIONS(936), + [anon_sym_case] = ACTIONS(936), + [anon_sym_default] = ACTIONS(936), + [anon_sym_while] = ACTIONS(936), + [anon_sym_do] = ACTIONS(936), + [anon_sym_for] = ACTIONS(936), + [anon_sym_return] = ACTIONS(936), + [anon_sym_break] = ACTIONS(936), + [anon_sym_continue] = ACTIONS(936), + [anon_sym_goto] = ACTIONS(936), + [anon_sym_DASH_DASH] = ACTIONS(938), + [anon_sym_PLUS_PLUS] = ACTIONS(938), + [anon_sym_sizeof] = ACTIONS(936), + [anon_sym_offsetof] = ACTIONS(936), + [anon_sym__Generic] = ACTIONS(936), + [anon_sym_asm] = ACTIONS(936), + [anon_sym___asm__] = ACTIONS(936), + [sym_number_literal] = ACTIONS(938), + [anon_sym_L_SQUOTE] = ACTIONS(938), + [anon_sym_u_SQUOTE] = ACTIONS(938), + [anon_sym_U_SQUOTE] = ACTIONS(938), + [anon_sym_u8_SQUOTE] = ACTIONS(938), + [anon_sym_SQUOTE] = ACTIONS(938), + [anon_sym_L_DQUOTE] = ACTIONS(938), + [anon_sym_u_DQUOTE] = ACTIONS(938), + [anon_sym_U_DQUOTE] = ACTIONS(938), + [anon_sym_u8_DQUOTE] = ACTIONS(938), + [anon_sym_DQUOTE] = ACTIONS(938), + [sym_true] = ACTIONS(936), + [sym_false] = ACTIONS(936), + [sym_null] = ACTIONS(936), [sym_comment] = ACTIONS(3), }, [259] = { - [ts_builtin_sym_end] = ACTIONS(978), - [sym_identifier] = ACTIONS(976), - [aux_sym_preproc_include_token1] = ACTIONS(976), - [aux_sym_preproc_def_token1] = ACTIONS(976), - [aux_sym_preproc_if_token1] = ACTIONS(976), - [aux_sym_preproc_ifdef_token1] = ACTIONS(976), - [aux_sym_preproc_ifdef_token2] = ACTIONS(976), - [sym_preproc_directive] = ACTIONS(976), - [anon_sym_LPAREN2] = ACTIONS(978), - [anon_sym_BANG] = ACTIONS(978), - [anon_sym_TILDE] = ACTIONS(978), - [anon_sym_DASH] = ACTIONS(976), - [anon_sym_PLUS] = ACTIONS(976), - [anon_sym_STAR] = ACTIONS(978), - [anon_sym_AMP] = ACTIONS(978), - [anon_sym_SEMI] = ACTIONS(978), - [anon_sym_typedef] = ACTIONS(976), - [anon_sym_extern] = ACTIONS(976), - [anon_sym___attribute__] = ACTIONS(976), - [anon_sym_LBRACK_LBRACK] = ACTIONS(978), - [anon_sym___declspec] = ACTIONS(976), - [anon_sym___cdecl] = ACTIONS(976), - [anon_sym___clrcall] = ACTIONS(976), - [anon_sym___stdcall] = ACTIONS(976), - [anon_sym___fastcall] = ACTIONS(976), - [anon_sym___thiscall] = ACTIONS(976), - [anon_sym___vectorcall] = ACTIONS(976), - [anon_sym_LBRACE] = ACTIONS(978), - [anon_sym_static] = ACTIONS(976), - [anon_sym_auto] = ACTIONS(976), - [anon_sym_register] = ACTIONS(976), - [anon_sym_inline] = ACTIONS(976), - [anon_sym_const] = ACTIONS(976), - [anon_sym_volatile] = ACTIONS(976), - [anon_sym_restrict] = ACTIONS(976), - [anon_sym___restrict__] = ACTIONS(976), - [anon_sym__Atomic] = ACTIONS(976), - [anon_sym__Noreturn] = ACTIONS(976), - [anon_sym_signed] = ACTIONS(976), - [anon_sym_unsigned] = ACTIONS(976), - [anon_sym_long] = ACTIONS(976), - [anon_sym_short] = ACTIONS(976), - [sym_primitive_type] = ACTIONS(976), - [anon_sym_enum] = ACTIONS(976), - [anon_sym_struct] = ACTIONS(976), - [anon_sym_union] = ACTIONS(976), - [anon_sym_if] = ACTIONS(976), - [anon_sym_else] = ACTIONS(976), - [anon_sym_switch] = ACTIONS(976), - [anon_sym_case] = ACTIONS(976), - [anon_sym_default] = ACTIONS(976), - [anon_sym_while] = ACTIONS(976), - [anon_sym_do] = ACTIONS(976), - [anon_sym_for] = ACTIONS(976), - [anon_sym_return] = ACTIONS(976), - [anon_sym_break] = ACTIONS(976), - [anon_sym_continue] = ACTIONS(976), - [anon_sym_goto] = ACTIONS(976), - [anon_sym_DASH_DASH] = ACTIONS(978), - [anon_sym_PLUS_PLUS] = ACTIONS(978), - [anon_sym_sizeof] = ACTIONS(976), - [anon_sym_offsetof] = ACTIONS(976), - [anon_sym__Generic] = ACTIONS(976), - [anon_sym_asm] = ACTIONS(976), - [anon_sym___asm__] = ACTIONS(976), - [sym_number_literal] = ACTIONS(978), - [anon_sym_L_SQUOTE] = ACTIONS(978), - [anon_sym_u_SQUOTE] = ACTIONS(978), - [anon_sym_U_SQUOTE] = ACTIONS(978), - [anon_sym_u8_SQUOTE] = ACTIONS(978), - [anon_sym_SQUOTE] = ACTIONS(978), - [anon_sym_L_DQUOTE] = ACTIONS(978), - [anon_sym_u_DQUOTE] = ACTIONS(978), - [anon_sym_U_DQUOTE] = ACTIONS(978), - [anon_sym_u8_DQUOTE] = ACTIONS(978), - [anon_sym_DQUOTE] = ACTIONS(978), - [sym_true] = ACTIONS(976), - [sym_false] = ACTIONS(976), - [sym_null] = ACTIONS(976), + [sym_identifier] = ACTIONS(952), + [aux_sym_preproc_include_token1] = ACTIONS(952), + [aux_sym_preproc_def_token1] = ACTIONS(952), + [aux_sym_preproc_if_token1] = ACTIONS(952), + [aux_sym_preproc_ifdef_token1] = ACTIONS(952), + [aux_sym_preproc_ifdef_token2] = ACTIONS(952), + [sym_preproc_directive] = ACTIONS(952), + [anon_sym_LPAREN2] = ACTIONS(954), + [anon_sym_BANG] = ACTIONS(954), + [anon_sym_TILDE] = ACTIONS(954), + [anon_sym_DASH] = ACTIONS(952), + [anon_sym_PLUS] = ACTIONS(952), + [anon_sym_STAR] = ACTIONS(954), + [anon_sym_AMP] = ACTIONS(954), + [anon_sym_SEMI] = ACTIONS(954), + [anon_sym_typedef] = ACTIONS(952), + [anon_sym_extern] = ACTIONS(952), + [anon_sym___attribute__] = ACTIONS(952), + [anon_sym_LBRACK_LBRACK] = ACTIONS(954), + [anon_sym___declspec] = ACTIONS(952), + [anon_sym___cdecl] = ACTIONS(952), + [anon_sym___clrcall] = ACTIONS(952), + [anon_sym___stdcall] = ACTIONS(952), + [anon_sym___fastcall] = ACTIONS(952), + [anon_sym___thiscall] = ACTIONS(952), + [anon_sym___vectorcall] = ACTIONS(952), + [anon_sym_LBRACE] = ACTIONS(954), + [anon_sym_RBRACE] = ACTIONS(954), + [anon_sym_static] = ACTIONS(952), + [anon_sym_auto] = ACTIONS(952), + [anon_sym_register] = ACTIONS(952), + [anon_sym_inline] = ACTIONS(952), + [anon_sym_const] = ACTIONS(952), + [anon_sym_volatile] = ACTIONS(952), + [anon_sym_restrict] = ACTIONS(952), + [anon_sym___restrict__] = ACTIONS(952), + [anon_sym__Atomic] = ACTIONS(952), + [anon_sym__Noreturn] = ACTIONS(952), + [anon_sym_signed] = ACTIONS(952), + [anon_sym_unsigned] = ACTIONS(952), + [anon_sym_long] = ACTIONS(952), + [anon_sym_short] = ACTIONS(952), + [sym_primitive_type] = ACTIONS(952), + [anon_sym_enum] = ACTIONS(952), + [anon_sym_struct] = ACTIONS(952), + [anon_sym_union] = ACTIONS(952), + [anon_sym_if] = ACTIONS(952), + [anon_sym_else] = ACTIONS(952), + [anon_sym_switch] = ACTIONS(952), + [anon_sym_case] = ACTIONS(952), + [anon_sym_default] = ACTIONS(952), + [anon_sym_while] = ACTIONS(952), + [anon_sym_do] = ACTIONS(952), + [anon_sym_for] = ACTIONS(952), + [anon_sym_return] = ACTIONS(952), + [anon_sym_break] = ACTIONS(952), + [anon_sym_continue] = ACTIONS(952), + [anon_sym_goto] = ACTIONS(952), + [anon_sym_DASH_DASH] = ACTIONS(954), + [anon_sym_PLUS_PLUS] = ACTIONS(954), + [anon_sym_sizeof] = ACTIONS(952), + [anon_sym_offsetof] = ACTIONS(952), + [anon_sym__Generic] = ACTIONS(952), + [anon_sym_asm] = ACTIONS(952), + [anon_sym___asm__] = ACTIONS(952), + [sym_number_literal] = ACTIONS(954), + [anon_sym_L_SQUOTE] = ACTIONS(954), + [anon_sym_u_SQUOTE] = ACTIONS(954), + [anon_sym_U_SQUOTE] = ACTIONS(954), + [anon_sym_u8_SQUOTE] = ACTIONS(954), + [anon_sym_SQUOTE] = ACTIONS(954), + [anon_sym_L_DQUOTE] = ACTIONS(954), + [anon_sym_u_DQUOTE] = ACTIONS(954), + [anon_sym_U_DQUOTE] = ACTIONS(954), + [anon_sym_u8_DQUOTE] = ACTIONS(954), + [anon_sym_DQUOTE] = ACTIONS(954), + [sym_true] = ACTIONS(952), + [sym_false] = ACTIONS(952), + [sym_null] = ACTIONS(952), [sym_comment] = ACTIONS(3), }, [260] = { - [sym_identifier] = ACTIONS(964), - [aux_sym_preproc_include_token1] = ACTIONS(964), - [aux_sym_preproc_def_token1] = ACTIONS(964), - [aux_sym_preproc_if_token1] = ACTIONS(964), - [aux_sym_preproc_if_token2] = ACTIONS(964), - [aux_sym_preproc_ifdef_token1] = ACTIONS(964), - [aux_sym_preproc_ifdef_token2] = ACTIONS(964), - [sym_preproc_directive] = ACTIONS(964), - [anon_sym_LPAREN2] = ACTIONS(966), - [anon_sym_BANG] = ACTIONS(966), - [anon_sym_TILDE] = ACTIONS(966), - [anon_sym_DASH] = ACTIONS(964), - [anon_sym_PLUS] = ACTIONS(964), - [anon_sym_STAR] = ACTIONS(966), - [anon_sym_AMP] = ACTIONS(966), - [anon_sym_SEMI] = ACTIONS(966), - [anon_sym_typedef] = ACTIONS(964), - [anon_sym_extern] = ACTIONS(964), - [anon_sym___attribute__] = ACTIONS(964), - [anon_sym_LBRACK_LBRACK] = ACTIONS(966), - [anon_sym___declspec] = ACTIONS(964), - [anon_sym___cdecl] = ACTIONS(964), - [anon_sym___clrcall] = ACTIONS(964), - [anon_sym___stdcall] = ACTIONS(964), - [anon_sym___fastcall] = ACTIONS(964), - [anon_sym___thiscall] = ACTIONS(964), - [anon_sym___vectorcall] = ACTIONS(964), - [anon_sym_LBRACE] = ACTIONS(966), - [anon_sym_static] = ACTIONS(964), - [anon_sym_auto] = ACTIONS(964), - [anon_sym_register] = ACTIONS(964), - [anon_sym_inline] = ACTIONS(964), - [anon_sym_const] = ACTIONS(964), - [anon_sym_volatile] = ACTIONS(964), - [anon_sym_restrict] = ACTIONS(964), - [anon_sym___restrict__] = ACTIONS(964), - [anon_sym__Atomic] = ACTIONS(964), - [anon_sym__Noreturn] = ACTIONS(964), - [anon_sym_signed] = ACTIONS(964), - [anon_sym_unsigned] = ACTIONS(964), - [anon_sym_long] = ACTIONS(964), - [anon_sym_short] = ACTIONS(964), - [sym_primitive_type] = ACTIONS(964), - [anon_sym_enum] = ACTIONS(964), - [anon_sym_struct] = ACTIONS(964), - [anon_sym_union] = ACTIONS(964), - [anon_sym_if] = ACTIONS(964), - [anon_sym_else] = ACTIONS(964), - [anon_sym_switch] = ACTIONS(964), - [anon_sym_case] = ACTIONS(964), - [anon_sym_default] = ACTIONS(964), - [anon_sym_while] = ACTIONS(964), - [anon_sym_do] = ACTIONS(964), - [anon_sym_for] = ACTIONS(964), - [anon_sym_return] = ACTIONS(964), - [anon_sym_break] = ACTIONS(964), - [anon_sym_continue] = ACTIONS(964), - [anon_sym_goto] = ACTIONS(964), - [anon_sym_DASH_DASH] = ACTIONS(966), - [anon_sym_PLUS_PLUS] = ACTIONS(966), - [anon_sym_sizeof] = ACTIONS(964), - [anon_sym_offsetof] = ACTIONS(964), - [anon_sym__Generic] = ACTIONS(964), - [anon_sym_asm] = ACTIONS(964), - [anon_sym___asm__] = ACTIONS(964), - [sym_number_literal] = ACTIONS(966), - [anon_sym_L_SQUOTE] = ACTIONS(966), - [anon_sym_u_SQUOTE] = ACTIONS(966), - [anon_sym_U_SQUOTE] = ACTIONS(966), - [anon_sym_u8_SQUOTE] = ACTIONS(966), - [anon_sym_SQUOTE] = ACTIONS(966), - [anon_sym_L_DQUOTE] = ACTIONS(966), - [anon_sym_u_DQUOTE] = ACTIONS(966), - [anon_sym_U_DQUOTE] = ACTIONS(966), - [anon_sym_u8_DQUOTE] = ACTIONS(966), - [anon_sym_DQUOTE] = ACTIONS(966), - [sym_true] = ACTIONS(964), - [sym_false] = ACTIONS(964), - [sym_null] = ACTIONS(964), + [sym_identifier] = ACTIONS(924), + [aux_sym_preproc_include_token1] = ACTIONS(924), + [aux_sym_preproc_def_token1] = ACTIONS(924), + [aux_sym_preproc_if_token1] = ACTIONS(924), + [aux_sym_preproc_if_token2] = ACTIONS(924), + [aux_sym_preproc_ifdef_token1] = ACTIONS(924), + [aux_sym_preproc_ifdef_token2] = ACTIONS(924), + [sym_preproc_directive] = ACTIONS(924), + [anon_sym_LPAREN2] = ACTIONS(926), + [anon_sym_BANG] = ACTIONS(926), + [anon_sym_TILDE] = ACTIONS(926), + [anon_sym_DASH] = ACTIONS(924), + [anon_sym_PLUS] = ACTIONS(924), + [anon_sym_STAR] = ACTIONS(926), + [anon_sym_AMP] = ACTIONS(926), + [anon_sym_SEMI] = ACTIONS(926), + [anon_sym_typedef] = ACTIONS(924), + [anon_sym_extern] = ACTIONS(924), + [anon_sym___attribute__] = ACTIONS(924), + [anon_sym_LBRACK_LBRACK] = ACTIONS(926), + [anon_sym___declspec] = ACTIONS(924), + [anon_sym___cdecl] = ACTIONS(924), + [anon_sym___clrcall] = ACTIONS(924), + [anon_sym___stdcall] = ACTIONS(924), + [anon_sym___fastcall] = ACTIONS(924), + [anon_sym___thiscall] = ACTIONS(924), + [anon_sym___vectorcall] = ACTIONS(924), + [anon_sym_LBRACE] = ACTIONS(926), + [anon_sym_static] = ACTIONS(924), + [anon_sym_auto] = ACTIONS(924), + [anon_sym_register] = ACTIONS(924), + [anon_sym_inline] = ACTIONS(924), + [anon_sym_const] = ACTIONS(924), + [anon_sym_volatile] = ACTIONS(924), + [anon_sym_restrict] = ACTIONS(924), + [anon_sym___restrict__] = ACTIONS(924), + [anon_sym__Atomic] = ACTIONS(924), + [anon_sym__Noreturn] = ACTIONS(924), + [anon_sym_signed] = ACTIONS(924), + [anon_sym_unsigned] = ACTIONS(924), + [anon_sym_long] = ACTIONS(924), + [anon_sym_short] = ACTIONS(924), + [sym_primitive_type] = ACTIONS(924), + [anon_sym_enum] = ACTIONS(924), + [anon_sym_struct] = ACTIONS(924), + [anon_sym_union] = ACTIONS(924), + [anon_sym_if] = ACTIONS(924), + [anon_sym_else] = ACTIONS(924), + [anon_sym_switch] = ACTIONS(924), + [anon_sym_case] = ACTIONS(924), + [anon_sym_default] = ACTIONS(924), + [anon_sym_while] = ACTIONS(924), + [anon_sym_do] = ACTIONS(924), + [anon_sym_for] = ACTIONS(924), + [anon_sym_return] = ACTIONS(924), + [anon_sym_break] = ACTIONS(924), + [anon_sym_continue] = ACTIONS(924), + [anon_sym_goto] = ACTIONS(924), + [anon_sym_DASH_DASH] = ACTIONS(926), + [anon_sym_PLUS_PLUS] = ACTIONS(926), + [anon_sym_sizeof] = ACTIONS(924), + [anon_sym_offsetof] = ACTIONS(924), + [anon_sym__Generic] = ACTIONS(924), + [anon_sym_asm] = ACTIONS(924), + [anon_sym___asm__] = ACTIONS(924), + [sym_number_literal] = ACTIONS(926), + [anon_sym_L_SQUOTE] = ACTIONS(926), + [anon_sym_u_SQUOTE] = ACTIONS(926), + [anon_sym_U_SQUOTE] = ACTIONS(926), + [anon_sym_u8_SQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(926), + [anon_sym_L_DQUOTE] = ACTIONS(926), + [anon_sym_u_DQUOTE] = ACTIONS(926), + [anon_sym_U_DQUOTE] = ACTIONS(926), + [anon_sym_u8_DQUOTE] = ACTIONS(926), + [anon_sym_DQUOTE] = ACTIONS(926), + [sym_true] = ACTIONS(924), + [sym_false] = ACTIONS(924), + [sym_null] = ACTIONS(924), [sym_comment] = ACTIONS(3), }, [261] = { - [ts_builtin_sym_end] = ACTIONS(958), - [sym_identifier] = ACTIONS(956), - [aux_sym_preproc_include_token1] = ACTIONS(956), - [aux_sym_preproc_def_token1] = ACTIONS(956), - [aux_sym_preproc_if_token1] = ACTIONS(956), - [aux_sym_preproc_ifdef_token1] = ACTIONS(956), - [aux_sym_preproc_ifdef_token2] = ACTIONS(956), - [sym_preproc_directive] = ACTIONS(956), - [anon_sym_LPAREN2] = ACTIONS(958), - [anon_sym_BANG] = ACTIONS(958), - [anon_sym_TILDE] = ACTIONS(958), - [anon_sym_DASH] = ACTIONS(956), - [anon_sym_PLUS] = ACTIONS(956), - [anon_sym_STAR] = ACTIONS(958), - [anon_sym_AMP] = ACTIONS(958), - [anon_sym_SEMI] = ACTIONS(958), - [anon_sym_typedef] = ACTIONS(956), - [anon_sym_extern] = ACTIONS(956), - [anon_sym___attribute__] = ACTIONS(956), - [anon_sym_LBRACK_LBRACK] = ACTIONS(958), - [anon_sym___declspec] = ACTIONS(956), - [anon_sym___cdecl] = ACTIONS(956), - [anon_sym___clrcall] = ACTIONS(956), - [anon_sym___stdcall] = ACTIONS(956), - [anon_sym___fastcall] = ACTIONS(956), - [anon_sym___thiscall] = ACTIONS(956), - [anon_sym___vectorcall] = ACTIONS(956), - [anon_sym_LBRACE] = ACTIONS(958), - [anon_sym_static] = ACTIONS(956), - [anon_sym_auto] = ACTIONS(956), - [anon_sym_register] = ACTIONS(956), - [anon_sym_inline] = ACTIONS(956), - [anon_sym_const] = ACTIONS(956), - [anon_sym_volatile] = ACTIONS(956), - [anon_sym_restrict] = ACTIONS(956), - [anon_sym___restrict__] = ACTIONS(956), - [anon_sym__Atomic] = ACTIONS(956), - [anon_sym__Noreturn] = ACTIONS(956), - [anon_sym_signed] = ACTIONS(956), - [anon_sym_unsigned] = ACTIONS(956), - [anon_sym_long] = ACTIONS(956), - [anon_sym_short] = ACTIONS(956), - [sym_primitive_type] = ACTIONS(956), - [anon_sym_enum] = ACTIONS(956), - [anon_sym_struct] = ACTIONS(956), - [anon_sym_union] = ACTIONS(956), - [anon_sym_if] = ACTIONS(956), - [anon_sym_else] = ACTIONS(956), - [anon_sym_switch] = ACTIONS(956), - [anon_sym_case] = ACTIONS(956), - [anon_sym_default] = ACTIONS(956), - [anon_sym_while] = ACTIONS(956), - [anon_sym_do] = ACTIONS(956), - [anon_sym_for] = ACTIONS(956), - [anon_sym_return] = ACTIONS(956), - [anon_sym_break] = ACTIONS(956), - [anon_sym_continue] = ACTIONS(956), - [anon_sym_goto] = ACTIONS(956), - [anon_sym_DASH_DASH] = ACTIONS(958), - [anon_sym_PLUS_PLUS] = ACTIONS(958), - [anon_sym_sizeof] = ACTIONS(956), - [anon_sym_offsetof] = ACTIONS(956), - [anon_sym__Generic] = ACTIONS(956), - [anon_sym_asm] = ACTIONS(956), - [anon_sym___asm__] = ACTIONS(956), - [sym_number_literal] = ACTIONS(958), - [anon_sym_L_SQUOTE] = ACTIONS(958), - [anon_sym_u_SQUOTE] = ACTIONS(958), - [anon_sym_U_SQUOTE] = ACTIONS(958), - [anon_sym_u8_SQUOTE] = ACTIONS(958), - [anon_sym_SQUOTE] = ACTIONS(958), - [anon_sym_L_DQUOTE] = ACTIONS(958), - [anon_sym_u_DQUOTE] = ACTIONS(958), - [anon_sym_U_DQUOTE] = ACTIONS(958), - [anon_sym_u8_DQUOTE] = ACTIONS(958), - [anon_sym_DQUOTE] = ACTIONS(958), - [sym_true] = ACTIONS(956), - [sym_false] = ACTIONS(956), - [sym_null] = ACTIONS(956), + [ts_builtin_sym_end] = ACTIONS(1006), + [sym_identifier] = ACTIONS(1004), + [aux_sym_preproc_include_token1] = ACTIONS(1004), + [aux_sym_preproc_def_token1] = ACTIONS(1004), + [aux_sym_preproc_if_token1] = ACTIONS(1004), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1004), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1004), + [sym_preproc_directive] = ACTIONS(1004), + [anon_sym_LPAREN2] = ACTIONS(1006), + [anon_sym_BANG] = ACTIONS(1006), + [anon_sym_TILDE] = ACTIONS(1006), + [anon_sym_DASH] = ACTIONS(1004), + [anon_sym_PLUS] = ACTIONS(1004), + [anon_sym_STAR] = ACTIONS(1006), + [anon_sym_AMP] = ACTIONS(1006), + [anon_sym_SEMI] = ACTIONS(1006), + [anon_sym_typedef] = ACTIONS(1004), + [anon_sym_extern] = ACTIONS(1004), + [anon_sym___attribute__] = ACTIONS(1004), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1006), + [anon_sym___declspec] = ACTIONS(1004), + [anon_sym___cdecl] = ACTIONS(1004), + [anon_sym___clrcall] = ACTIONS(1004), + [anon_sym___stdcall] = ACTIONS(1004), + [anon_sym___fastcall] = ACTIONS(1004), + [anon_sym___thiscall] = ACTIONS(1004), + [anon_sym___vectorcall] = ACTIONS(1004), + [anon_sym_LBRACE] = ACTIONS(1006), + [anon_sym_static] = ACTIONS(1004), + [anon_sym_auto] = ACTIONS(1004), + [anon_sym_register] = ACTIONS(1004), + [anon_sym_inline] = ACTIONS(1004), + [anon_sym_const] = ACTIONS(1004), + [anon_sym_volatile] = ACTIONS(1004), + [anon_sym_restrict] = ACTIONS(1004), + [anon_sym___restrict__] = ACTIONS(1004), + [anon_sym__Atomic] = ACTIONS(1004), + [anon_sym__Noreturn] = ACTIONS(1004), + [anon_sym_signed] = ACTIONS(1004), + [anon_sym_unsigned] = ACTIONS(1004), + [anon_sym_long] = ACTIONS(1004), + [anon_sym_short] = ACTIONS(1004), + [sym_primitive_type] = ACTIONS(1004), + [anon_sym_enum] = ACTIONS(1004), + [anon_sym_struct] = ACTIONS(1004), + [anon_sym_union] = ACTIONS(1004), + [anon_sym_if] = ACTIONS(1004), + [anon_sym_else] = ACTIONS(1004), + [anon_sym_switch] = ACTIONS(1004), + [anon_sym_case] = ACTIONS(1004), + [anon_sym_default] = ACTIONS(1004), + [anon_sym_while] = ACTIONS(1004), + [anon_sym_do] = ACTIONS(1004), + [anon_sym_for] = ACTIONS(1004), + [anon_sym_return] = ACTIONS(1004), + [anon_sym_break] = ACTIONS(1004), + [anon_sym_continue] = ACTIONS(1004), + [anon_sym_goto] = ACTIONS(1004), + [anon_sym_DASH_DASH] = ACTIONS(1006), + [anon_sym_PLUS_PLUS] = ACTIONS(1006), + [anon_sym_sizeof] = ACTIONS(1004), + [anon_sym_offsetof] = ACTIONS(1004), + [anon_sym__Generic] = ACTIONS(1004), + [anon_sym_asm] = ACTIONS(1004), + [anon_sym___asm__] = ACTIONS(1004), + [sym_number_literal] = ACTIONS(1006), + [anon_sym_L_SQUOTE] = ACTIONS(1006), + [anon_sym_u_SQUOTE] = ACTIONS(1006), + [anon_sym_U_SQUOTE] = ACTIONS(1006), + [anon_sym_u8_SQUOTE] = ACTIONS(1006), + [anon_sym_SQUOTE] = ACTIONS(1006), + [anon_sym_L_DQUOTE] = ACTIONS(1006), + [anon_sym_u_DQUOTE] = ACTIONS(1006), + [anon_sym_U_DQUOTE] = ACTIONS(1006), + [anon_sym_u8_DQUOTE] = ACTIONS(1006), + [anon_sym_DQUOTE] = ACTIONS(1006), + [sym_true] = ACTIONS(1004), + [sym_false] = ACTIONS(1004), + [sym_null] = ACTIONS(1004), [sym_comment] = ACTIONS(3), }, [262] = { - [sym_identifier] = ACTIONS(1056), - [aux_sym_preproc_include_token1] = ACTIONS(1056), - [aux_sym_preproc_def_token1] = ACTIONS(1056), - [aux_sym_preproc_if_token1] = ACTIONS(1056), - [aux_sym_preproc_if_token2] = ACTIONS(1056), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1056), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1056), - [sym_preproc_directive] = ACTIONS(1056), - [anon_sym_LPAREN2] = ACTIONS(1058), - [anon_sym_BANG] = ACTIONS(1058), - [anon_sym_TILDE] = ACTIONS(1058), - [anon_sym_DASH] = ACTIONS(1056), - [anon_sym_PLUS] = ACTIONS(1056), - [anon_sym_STAR] = ACTIONS(1058), - [anon_sym_AMP] = ACTIONS(1058), - [anon_sym_SEMI] = ACTIONS(1058), - [anon_sym_typedef] = ACTIONS(1056), - [anon_sym_extern] = ACTIONS(1056), - [anon_sym___attribute__] = ACTIONS(1056), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1058), - [anon_sym___declspec] = ACTIONS(1056), - [anon_sym___cdecl] = ACTIONS(1056), - [anon_sym___clrcall] = ACTIONS(1056), - [anon_sym___stdcall] = ACTIONS(1056), - [anon_sym___fastcall] = ACTIONS(1056), - [anon_sym___thiscall] = ACTIONS(1056), - [anon_sym___vectorcall] = ACTIONS(1056), - [anon_sym_LBRACE] = ACTIONS(1058), - [anon_sym_static] = ACTIONS(1056), - [anon_sym_auto] = ACTIONS(1056), - [anon_sym_register] = ACTIONS(1056), - [anon_sym_inline] = ACTIONS(1056), - [anon_sym_const] = ACTIONS(1056), - [anon_sym_volatile] = ACTIONS(1056), - [anon_sym_restrict] = ACTIONS(1056), - [anon_sym___restrict__] = ACTIONS(1056), - [anon_sym__Atomic] = ACTIONS(1056), - [anon_sym__Noreturn] = ACTIONS(1056), - [anon_sym_signed] = ACTIONS(1056), - [anon_sym_unsigned] = ACTIONS(1056), - [anon_sym_long] = ACTIONS(1056), - [anon_sym_short] = ACTIONS(1056), - [sym_primitive_type] = ACTIONS(1056), - [anon_sym_enum] = ACTIONS(1056), - [anon_sym_struct] = ACTIONS(1056), - [anon_sym_union] = ACTIONS(1056), - [anon_sym_if] = ACTIONS(1056), - [anon_sym_else] = ACTIONS(1056), - [anon_sym_switch] = ACTIONS(1056), - [anon_sym_case] = ACTIONS(1056), - [anon_sym_default] = ACTIONS(1056), - [anon_sym_while] = ACTIONS(1056), - [anon_sym_do] = ACTIONS(1056), - [anon_sym_for] = ACTIONS(1056), - [anon_sym_return] = ACTIONS(1056), - [anon_sym_break] = ACTIONS(1056), - [anon_sym_continue] = ACTIONS(1056), - [anon_sym_goto] = ACTIONS(1056), - [anon_sym_DASH_DASH] = ACTIONS(1058), - [anon_sym_PLUS_PLUS] = ACTIONS(1058), - [anon_sym_sizeof] = ACTIONS(1056), - [anon_sym_offsetof] = ACTIONS(1056), - [anon_sym__Generic] = ACTIONS(1056), - [anon_sym_asm] = ACTIONS(1056), - [anon_sym___asm__] = ACTIONS(1056), - [sym_number_literal] = ACTIONS(1058), - [anon_sym_L_SQUOTE] = ACTIONS(1058), - [anon_sym_u_SQUOTE] = ACTIONS(1058), - [anon_sym_U_SQUOTE] = ACTIONS(1058), - [anon_sym_u8_SQUOTE] = ACTIONS(1058), - [anon_sym_SQUOTE] = ACTIONS(1058), - [anon_sym_L_DQUOTE] = ACTIONS(1058), - [anon_sym_u_DQUOTE] = ACTIONS(1058), - [anon_sym_U_DQUOTE] = ACTIONS(1058), - [anon_sym_u8_DQUOTE] = ACTIONS(1058), - [anon_sym_DQUOTE] = ACTIONS(1058), - [sym_true] = ACTIONS(1056), - [sym_false] = ACTIONS(1056), - [sym_null] = ACTIONS(1056), + [ts_builtin_sym_end] = ACTIONS(942), + [sym_identifier] = ACTIONS(940), + [aux_sym_preproc_include_token1] = ACTIONS(940), + [aux_sym_preproc_def_token1] = ACTIONS(940), + [aux_sym_preproc_if_token1] = ACTIONS(940), + [aux_sym_preproc_ifdef_token1] = ACTIONS(940), + [aux_sym_preproc_ifdef_token2] = ACTIONS(940), + [sym_preproc_directive] = ACTIONS(940), + [anon_sym_LPAREN2] = ACTIONS(942), + [anon_sym_BANG] = ACTIONS(942), + [anon_sym_TILDE] = ACTIONS(942), + [anon_sym_DASH] = ACTIONS(940), + [anon_sym_PLUS] = ACTIONS(940), + [anon_sym_STAR] = ACTIONS(942), + [anon_sym_AMP] = ACTIONS(942), + [anon_sym_SEMI] = ACTIONS(942), + [anon_sym_typedef] = ACTIONS(940), + [anon_sym_extern] = ACTIONS(940), + [anon_sym___attribute__] = ACTIONS(940), + [anon_sym_LBRACK_LBRACK] = ACTIONS(942), + [anon_sym___declspec] = ACTIONS(940), + [anon_sym___cdecl] = ACTIONS(940), + [anon_sym___clrcall] = ACTIONS(940), + [anon_sym___stdcall] = ACTIONS(940), + [anon_sym___fastcall] = ACTIONS(940), + [anon_sym___thiscall] = ACTIONS(940), + [anon_sym___vectorcall] = ACTIONS(940), + [anon_sym_LBRACE] = ACTIONS(942), + [anon_sym_static] = ACTIONS(940), + [anon_sym_auto] = ACTIONS(940), + [anon_sym_register] = ACTIONS(940), + [anon_sym_inline] = ACTIONS(940), + [anon_sym_const] = ACTIONS(940), + [anon_sym_volatile] = ACTIONS(940), + [anon_sym_restrict] = ACTIONS(940), + [anon_sym___restrict__] = ACTIONS(940), + [anon_sym__Atomic] = ACTIONS(940), + [anon_sym__Noreturn] = ACTIONS(940), + [anon_sym_signed] = ACTIONS(940), + [anon_sym_unsigned] = ACTIONS(940), + [anon_sym_long] = ACTIONS(940), + [anon_sym_short] = ACTIONS(940), + [sym_primitive_type] = ACTIONS(940), + [anon_sym_enum] = ACTIONS(940), + [anon_sym_struct] = ACTIONS(940), + [anon_sym_union] = ACTIONS(940), + [anon_sym_if] = ACTIONS(940), + [anon_sym_else] = ACTIONS(940), + [anon_sym_switch] = ACTIONS(940), + [anon_sym_case] = ACTIONS(940), + [anon_sym_default] = ACTIONS(940), + [anon_sym_while] = ACTIONS(940), + [anon_sym_do] = ACTIONS(940), + [anon_sym_for] = ACTIONS(940), + [anon_sym_return] = ACTIONS(940), + [anon_sym_break] = ACTIONS(940), + [anon_sym_continue] = ACTIONS(940), + [anon_sym_goto] = ACTIONS(940), + [anon_sym_DASH_DASH] = ACTIONS(942), + [anon_sym_PLUS_PLUS] = ACTIONS(942), + [anon_sym_sizeof] = ACTIONS(940), + [anon_sym_offsetof] = ACTIONS(940), + [anon_sym__Generic] = ACTIONS(940), + [anon_sym_asm] = ACTIONS(940), + [anon_sym___asm__] = ACTIONS(940), + [sym_number_literal] = ACTIONS(942), + [anon_sym_L_SQUOTE] = ACTIONS(942), + [anon_sym_u_SQUOTE] = ACTIONS(942), + [anon_sym_U_SQUOTE] = ACTIONS(942), + [anon_sym_u8_SQUOTE] = ACTIONS(942), + [anon_sym_SQUOTE] = ACTIONS(942), + [anon_sym_L_DQUOTE] = ACTIONS(942), + [anon_sym_u_DQUOTE] = ACTIONS(942), + [anon_sym_U_DQUOTE] = ACTIONS(942), + [anon_sym_u8_DQUOTE] = ACTIONS(942), + [anon_sym_DQUOTE] = ACTIONS(942), + [sym_true] = ACTIONS(940), + [sym_false] = ACTIONS(940), + [sym_null] = ACTIONS(940), [sym_comment] = ACTIONS(3), }, [263] = { - [sym_identifier] = ACTIONS(1060), - [aux_sym_preproc_include_token1] = ACTIONS(1060), - [aux_sym_preproc_def_token1] = ACTIONS(1060), - [aux_sym_preproc_if_token1] = ACTIONS(1060), - [aux_sym_preproc_if_token2] = ACTIONS(1060), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1060), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1060), - [sym_preproc_directive] = ACTIONS(1060), - [anon_sym_LPAREN2] = ACTIONS(1062), - [anon_sym_BANG] = ACTIONS(1062), - [anon_sym_TILDE] = ACTIONS(1062), - [anon_sym_DASH] = ACTIONS(1060), - [anon_sym_PLUS] = ACTIONS(1060), - [anon_sym_STAR] = ACTIONS(1062), - [anon_sym_AMP] = ACTIONS(1062), - [anon_sym_SEMI] = ACTIONS(1062), - [anon_sym_typedef] = ACTIONS(1060), - [anon_sym_extern] = ACTIONS(1060), - [anon_sym___attribute__] = ACTIONS(1060), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1062), - [anon_sym___declspec] = ACTIONS(1060), - [anon_sym___cdecl] = ACTIONS(1060), - [anon_sym___clrcall] = ACTIONS(1060), - [anon_sym___stdcall] = ACTIONS(1060), - [anon_sym___fastcall] = ACTIONS(1060), - [anon_sym___thiscall] = ACTIONS(1060), - [anon_sym___vectorcall] = ACTIONS(1060), - [anon_sym_LBRACE] = ACTIONS(1062), - [anon_sym_static] = ACTIONS(1060), - [anon_sym_auto] = ACTIONS(1060), - [anon_sym_register] = ACTIONS(1060), - [anon_sym_inline] = ACTIONS(1060), - [anon_sym_const] = ACTIONS(1060), - [anon_sym_volatile] = ACTIONS(1060), - [anon_sym_restrict] = ACTIONS(1060), - [anon_sym___restrict__] = ACTIONS(1060), - [anon_sym__Atomic] = ACTIONS(1060), - [anon_sym__Noreturn] = ACTIONS(1060), - [anon_sym_signed] = ACTIONS(1060), - [anon_sym_unsigned] = ACTIONS(1060), - [anon_sym_long] = ACTIONS(1060), - [anon_sym_short] = ACTIONS(1060), - [sym_primitive_type] = ACTIONS(1060), - [anon_sym_enum] = ACTIONS(1060), - [anon_sym_struct] = ACTIONS(1060), - [anon_sym_union] = ACTIONS(1060), - [anon_sym_if] = ACTIONS(1060), - [anon_sym_else] = ACTIONS(1060), - [anon_sym_switch] = ACTIONS(1060), - [anon_sym_case] = ACTIONS(1060), - [anon_sym_default] = ACTIONS(1060), - [anon_sym_while] = ACTIONS(1060), - [anon_sym_do] = ACTIONS(1060), - [anon_sym_for] = ACTIONS(1060), - [anon_sym_return] = ACTIONS(1060), - [anon_sym_break] = ACTIONS(1060), - [anon_sym_continue] = ACTIONS(1060), - [anon_sym_goto] = ACTIONS(1060), - [anon_sym_DASH_DASH] = ACTIONS(1062), - [anon_sym_PLUS_PLUS] = ACTIONS(1062), - [anon_sym_sizeof] = ACTIONS(1060), - [anon_sym_offsetof] = ACTIONS(1060), - [anon_sym__Generic] = ACTIONS(1060), - [anon_sym_asm] = ACTIONS(1060), - [anon_sym___asm__] = ACTIONS(1060), - [sym_number_literal] = ACTIONS(1062), - [anon_sym_L_SQUOTE] = ACTIONS(1062), - [anon_sym_u_SQUOTE] = ACTIONS(1062), - [anon_sym_U_SQUOTE] = ACTIONS(1062), - [anon_sym_u8_SQUOTE] = ACTIONS(1062), - [anon_sym_SQUOTE] = ACTIONS(1062), - [anon_sym_L_DQUOTE] = ACTIONS(1062), - [anon_sym_u_DQUOTE] = ACTIONS(1062), - [anon_sym_U_DQUOTE] = ACTIONS(1062), - [anon_sym_u8_DQUOTE] = ACTIONS(1062), - [anon_sym_DQUOTE] = ACTIONS(1062), - [sym_true] = ACTIONS(1060), - [sym_false] = ACTIONS(1060), - [sym_null] = ACTIONS(1060), + [ts_builtin_sym_end] = ACTIONS(1034), + [sym_identifier] = ACTIONS(1032), + [aux_sym_preproc_include_token1] = ACTIONS(1032), + [aux_sym_preproc_def_token1] = ACTIONS(1032), + [aux_sym_preproc_if_token1] = ACTIONS(1032), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1032), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1032), + [sym_preproc_directive] = ACTIONS(1032), + [anon_sym_LPAREN2] = ACTIONS(1034), + [anon_sym_BANG] = ACTIONS(1034), + [anon_sym_TILDE] = ACTIONS(1034), + [anon_sym_DASH] = ACTIONS(1032), + [anon_sym_PLUS] = ACTIONS(1032), + [anon_sym_STAR] = ACTIONS(1034), + [anon_sym_AMP] = ACTIONS(1034), + [anon_sym_SEMI] = ACTIONS(1034), + [anon_sym_typedef] = ACTIONS(1032), + [anon_sym_extern] = ACTIONS(1032), + [anon_sym___attribute__] = ACTIONS(1032), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1034), + [anon_sym___declspec] = ACTIONS(1032), + [anon_sym___cdecl] = ACTIONS(1032), + [anon_sym___clrcall] = ACTIONS(1032), + [anon_sym___stdcall] = ACTIONS(1032), + [anon_sym___fastcall] = ACTIONS(1032), + [anon_sym___thiscall] = ACTIONS(1032), + [anon_sym___vectorcall] = ACTIONS(1032), + [anon_sym_LBRACE] = ACTIONS(1034), + [anon_sym_static] = ACTIONS(1032), + [anon_sym_auto] = ACTIONS(1032), + [anon_sym_register] = ACTIONS(1032), + [anon_sym_inline] = ACTIONS(1032), + [anon_sym_const] = ACTIONS(1032), + [anon_sym_volatile] = ACTIONS(1032), + [anon_sym_restrict] = ACTIONS(1032), + [anon_sym___restrict__] = ACTIONS(1032), + [anon_sym__Atomic] = ACTIONS(1032), + [anon_sym__Noreturn] = ACTIONS(1032), + [anon_sym_signed] = ACTIONS(1032), + [anon_sym_unsigned] = ACTIONS(1032), + [anon_sym_long] = ACTIONS(1032), + [anon_sym_short] = ACTIONS(1032), + [sym_primitive_type] = ACTIONS(1032), + [anon_sym_enum] = ACTIONS(1032), + [anon_sym_struct] = ACTIONS(1032), + [anon_sym_union] = ACTIONS(1032), + [anon_sym_if] = ACTIONS(1032), + [anon_sym_else] = ACTIONS(1032), + [anon_sym_switch] = ACTIONS(1032), + [anon_sym_case] = ACTIONS(1032), + [anon_sym_default] = ACTIONS(1032), + [anon_sym_while] = ACTIONS(1032), + [anon_sym_do] = ACTIONS(1032), + [anon_sym_for] = ACTIONS(1032), + [anon_sym_return] = ACTIONS(1032), + [anon_sym_break] = ACTIONS(1032), + [anon_sym_continue] = ACTIONS(1032), + [anon_sym_goto] = ACTIONS(1032), + [anon_sym_DASH_DASH] = ACTIONS(1034), + [anon_sym_PLUS_PLUS] = ACTIONS(1034), + [anon_sym_sizeof] = ACTIONS(1032), + [anon_sym_offsetof] = ACTIONS(1032), + [anon_sym__Generic] = ACTIONS(1032), + [anon_sym_asm] = ACTIONS(1032), + [anon_sym___asm__] = ACTIONS(1032), + [sym_number_literal] = ACTIONS(1034), + [anon_sym_L_SQUOTE] = ACTIONS(1034), + [anon_sym_u_SQUOTE] = ACTIONS(1034), + [anon_sym_U_SQUOTE] = ACTIONS(1034), + [anon_sym_u8_SQUOTE] = ACTIONS(1034), + [anon_sym_SQUOTE] = ACTIONS(1034), + [anon_sym_L_DQUOTE] = ACTIONS(1034), + [anon_sym_u_DQUOTE] = ACTIONS(1034), + [anon_sym_U_DQUOTE] = ACTIONS(1034), + [anon_sym_u8_DQUOTE] = ACTIONS(1034), + [anon_sym_DQUOTE] = ACTIONS(1034), + [sym_true] = ACTIONS(1032), + [sym_false] = ACTIONS(1032), + [sym_null] = ACTIONS(1032), [sym_comment] = ACTIONS(3), }, [264] = { - [sym_identifier] = ACTIONS(984), - [aux_sym_preproc_include_token1] = ACTIONS(984), - [aux_sym_preproc_def_token1] = ACTIONS(984), - [aux_sym_preproc_if_token1] = ACTIONS(984), - [aux_sym_preproc_if_token2] = ACTIONS(984), - [aux_sym_preproc_ifdef_token1] = ACTIONS(984), - [aux_sym_preproc_ifdef_token2] = ACTIONS(984), - [sym_preproc_directive] = ACTIONS(984), - [anon_sym_LPAREN2] = ACTIONS(986), - [anon_sym_BANG] = ACTIONS(986), - [anon_sym_TILDE] = ACTIONS(986), - [anon_sym_DASH] = ACTIONS(984), - [anon_sym_PLUS] = ACTIONS(984), - [anon_sym_STAR] = ACTIONS(986), - [anon_sym_AMP] = ACTIONS(986), - [anon_sym_SEMI] = ACTIONS(986), - [anon_sym_typedef] = ACTIONS(984), - [anon_sym_extern] = ACTIONS(984), - [anon_sym___attribute__] = ACTIONS(984), - [anon_sym_LBRACK_LBRACK] = ACTIONS(986), - [anon_sym___declspec] = ACTIONS(984), - [anon_sym___cdecl] = ACTIONS(984), - [anon_sym___clrcall] = ACTIONS(984), - [anon_sym___stdcall] = ACTIONS(984), - [anon_sym___fastcall] = ACTIONS(984), - [anon_sym___thiscall] = ACTIONS(984), - [anon_sym___vectorcall] = ACTIONS(984), - [anon_sym_LBRACE] = ACTIONS(986), - [anon_sym_static] = ACTIONS(984), - [anon_sym_auto] = ACTIONS(984), - [anon_sym_register] = ACTIONS(984), - [anon_sym_inline] = ACTIONS(984), - [anon_sym_const] = ACTIONS(984), - [anon_sym_volatile] = ACTIONS(984), - [anon_sym_restrict] = ACTIONS(984), - [anon_sym___restrict__] = ACTIONS(984), - [anon_sym__Atomic] = ACTIONS(984), - [anon_sym__Noreturn] = ACTIONS(984), - [anon_sym_signed] = ACTIONS(984), - [anon_sym_unsigned] = ACTIONS(984), - [anon_sym_long] = ACTIONS(984), - [anon_sym_short] = ACTIONS(984), - [sym_primitive_type] = ACTIONS(984), - [anon_sym_enum] = ACTIONS(984), - [anon_sym_struct] = ACTIONS(984), - [anon_sym_union] = ACTIONS(984), - [anon_sym_if] = ACTIONS(984), - [anon_sym_else] = ACTIONS(984), - [anon_sym_switch] = ACTIONS(984), - [anon_sym_case] = ACTIONS(984), - [anon_sym_default] = ACTIONS(984), - [anon_sym_while] = ACTIONS(984), - [anon_sym_do] = ACTIONS(984), - [anon_sym_for] = ACTIONS(984), - [anon_sym_return] = ACTIONS(984), - [anon_sym_break] = ACTIONS(984), - [anon_sym_continue] = ACTIONS(984), - [anon_sym_goto] = ACTIONS(984), - [anon_sym_DASH_DASH] = ACTIONS(986), - [anon_sym_PLUS_PLUS] = ACTIONS(986), - [anon_sym_sizeof] = ACTIONS(984), - [anon_sym_offsetof] = ACTIONS(984), - [anon_sym__Generic] = ACTIONS(984), - [anon_sym_asm] = ACTIONS(984), - [anon_sym___asm__] = ACTIONS(984), - [sym_number_literal] = ACTIONS(986), - [anon_sym_L_SQUOTE] = ACTIONS(986), - [anon_sym_u_SQUOTE] = ACTIONS(986), - [anon_sym_U_SQUOTE] = ACTIONS(986), - [anon_sym_u8_SQUOTE] = ACTIONS(986), - [anon_sym_SQUOTE] = ACTIONS(986), - [anon_sym_L_DQUOTE] = ACTIONS(986), - [anon_sym_u_DQUOTE] = ACTIONS(986), - [anon_sym_U_DQUOTE] = ACTIONS(986), - [anon_sym_u8_DQUOTE] = ACTIONS(986), - [anon_sym_DQUOTE] = ACTIONS(986), - [sym_true] = ACTIONS(984), - [sym_false] = ACTIONS(984), - [sym_null] = ACTIONS(984), + [sym_identifier] = ACTIONS(924), + [aux_sym_preproc_include_token1] = ACTIONS(924), + [aux_sym_preproc_def_token1] = ACTIONS(924), + [aux_sym_preproc_if_token1] = ACTIONS(924), + [aux_sym_preproc_if_token2] = ACTIONS(924), + [aux_sym_preproc_ifdef_token1] = ACTIONS(924), + [aux_sym_preproc_ifdef_token2] = ACTIONS(924), + [sym_preproc_directive] = ACTIONS(924), + [anon_sym_LPAREN2] = ACTIONS(926), + [anon_sym_BANG] = ACTIONS(926), + [anon_sym_TILDE] = ACTIONS(926), + [anon_sym_DASH] = ACTIONS(924), + [anon_sym_PLUS] = ACTIONS(924), + [anon_sym_STAR] = ACTIONS(926), + [anon_sym_AMP] = ACTIONS(926), + [anon_sym_SEMI] = ACTIONS(926), + [anon_sym_typedef] = ACTIONS(924), + [anon_sym_extern] = ACTIONS(924), + [anon_sym___attribute__] = ACTIONS(924), + [anon_sym_LBRACK_LBRACK] = ACTIONS(926), + [anon_sym___declspec] = ACTIONS(924), + [anon_sym___cdecl] = ACTIONS(924), + [anon_sym___clrcall] = ACTIONS(924), + [anon_sym___stdcall] = ACTIONS(924), + [anon_sym___fastcall] = ACTIONS(924), + [anon_sym___thiscall] = ACTIONS(924), + [anon_sym___vectorcall] = ACTIONS(924), + [anon_sym_LBRACE] = ACTIONS(926), + [anon_sym_static] = ACTIONS(924), + [anon_sym_auto] = ACTIONS(924), + [anon_sym_register] = ACTIONS(924), + [anon_sym_inline] = ACTIONS(924), + [anon_sym_const] = ACTIONS(924), + [anon_sym_volatile] = ACTIONS(924), + [anon_sym_restrict] = ACTIONS(924), + [anon_sym___restrict__] = ACTIONS(924), + [anon_sym__Atomic] = ACTIONS(924), + [anon_sym__Noreturn] = ACTIONS(924), + [anon_sym_signed] = ACTIONS(924), + [anon_sym_unsigned] = ACTIONS(924), + [anon_sym_long] = ACTIONS(924), + [anon_sym_short] = ACTIONS(924), + [sym_primitive_type] = ACTIONS(924), + [anon_sym_enum] = ACTIONS(924), + [anon_sym_struct] = ACTIONS(924), + [anon_sym_union] = ACTIONS(924), + [anon_sym_if] = ACTIONS(924), + [anon_sym_else] = ACTIONS(924), + [anon_sym_switch] = ACTIONS(924), + [anon_sym_case] = ACTIONS(924), + [anon_sym_default] = ACTIONS(924), + [anon_sym_while] = ACTIONS(924), + [anon_sym_do] = ACTIONS(924), + [anon_sym_for] = ACTIONS(924), + [anon_sym_return] = ACTIONS(924), + [anon_sym_break] = ACTIONS(924), + [anon_sym_continue] = ACTIONS(924), + [anon_sym_goto] = ACTIONS(924), + [anon_sym_DASH_DASH] = ACTIONS(926), + [anon_sym_PLUS_PLUS] = ACTIONS(926), + [anon_sym_sizeof] = ACTIONS(924), + [anon_sym_offsetof] = ACTIONS(924), + [anon_sym__Generic] = ACTIONS(924), + [anon_sym_asm] = ACTIONS(924), + [anon_sym___asm__] = ACTIONS(924), + [sym_number_literal] = ACTIONS(926), + [anon_sym_L_SQUOTE] = ACTIONS(926), + [anon_sym_u_SQUOTE] = ACTIONS(926), + [anon_sym_U_SQUOTE] = ACTIONS(926), + [anon_sym_u8_SQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(926), + [anon_sym_L_DQUOTE] = ACTIONS(926), + [anon_sym_u_DQUOTE] = ACTIONS(926), + [anon_sym_U_DQUOTE] = ACTIONS(926), + [anon_sym_u8_DQUOTE] = ACTIONS(926), + [anon_sym_DQUOTE] = ACTIONS(926), + [sym_true] = ACTIONS(924), + [sym_false] = ACTIONS(924), + [sym_null] = ACTIONS(924), [sym_comment] = ACTIONS(3), }, [265] = { - [sym_identifier] = ACTIONS(1056), - [aux_sym_preproc_include_token1] = ACTIONS(1056), - [aux_sym_preproc_def_token1] = ACTIONS(1056), - [aux_sym_preproc_if_token1] = ACTIONS(1056), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1056), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1056), - [sym_preproc_directive] = ACTIONS(1056), - [anon_sym_LPAREN2] = ACTIONS(1058), - [anon_sym_BANG] = ACTIONS(1058), - [anon_sym_TILDE] = ACTIONS(1058), - [anon_sym_DASH] = ACTIONS(1056), - [anon_sym_PLUS] = ACTIONS(1056), - [anon_sym_STAR] = ACTIONS(1058), - [anon_sym_AMP] = ACTIONS(1058), - [anon_sym_SEMI] = ACTIONS(1058), - [anon_sym_typedef] = ACTIONS(1056), - [anon_sym_extern] = ACTIONS(1056), - [anon_sym___attribute__] = ACTIONS(1056), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1058), - [anon_sym___declspec] = ACTIONS(1056), - [anon_sym___cdecl] = ACTIONS(1056), - [anon_sym___clrcall] = ACTIONS(1056), - [anon_sym___stdcall] = ACTIONS(1056), - [anon_sym___fastcall] = ACTIONS(1056), - [anon_sym___thiscall] = ACTIONS(1056), - [anon_sym___vectorcall] = ACTIONS(1056), - [anon_sym_LBRACE] = ACTIONS(1058), - [anon_sym_RBRACE] = ACTIONS(1058), - [anon_sym_static] = ACTIONS(1056), - [anon_sym_auto] = ACTIONS(1056), - [anon_sym_register] = ACTIONS(1056), - [anon_sym_inline] = ACTIONS(1056), - [anon_sym_const] = ACTIONS(1056), - [anon_sym_volatile] = ACTIONS(1056), - [anon_sym_restrict] = ACTIONS(1056), - [anon_sym___restrict__] = ACTIONS(1056), - [anon_sym__Atomic] = ACTIONS(1056), - [anon_sym__Noreturn] = ACTIONS(1056), - [anon_sym_signed] = ACTIONS(1056), - [anon_sym_unsigned] = ACTIONS(1056), - [anon_sym_long] = ACTIONS(1056), - [anon_sym_short] = ACTIONS(1056), - [sym_primitive_type] = ACTIONS(1056), - [anon_sym_enum] = ACTIONS(1056), - [anon_sym_struct] = ACTIONS(1056), - [anon_sym_union] = ACTIONS(1056), - [anon_sym_if] = ACTIONS(1056), - [anon_sym_else] = ACTIONS(1056), - [anon_sym_switch] = ACTIONS(1056), - [anon_sym_case] = ACTIONS(1056), - [anon_sym_default] = ACTIONS(1056), - [anon_sym_while] = ACTIONS(1056), - [anon_sym_do] = ACTIONS(1056), - [anon_sym_for] = ACTIONS(1056), - [anon_sym_return] = ACTIONS(1056), - [anon_sym_break] = ACTIONS(1056), - [anon_sym_continue] = ACTIONS(1056), - [anon_sym_goto] = ACTIONS(1056), - [anon_sym_DASH_DASH] = ACTIONS(1058), - [anon_sym_PLUS_PLUS] = ACTIONS(1058), - [anon_sym_sizeof] = ACTIONS(1056), - [anon_sym_offsetof] = ACTIONS(1056), - [anon_sym__Generic] = ACTIONS(1056), - [anon_sym_asm] = ACTIONS(1056), - [anon_sym___asm__] = ACTIONS(1056), - [sym_number_literal] = ACTIONS(1058), - [anon_sym_L_SQUOTE] = ACTIONS(1058), - [anon_sym_u_SQUOTE] = ACTIONS(1058), - [anon_sym_U_SQUOTE] = ACTIONS(1058), - [anon_sym_u8_SQUOTE] = ACTIONS(1058), - [anon_sym_SQUOTE] = ACTIONS(1058), - [anon_sym_L_DQUOTE] = ACTIONS(1058), - [anon_sym_u_DQUOTE] = ACTIONS(1058), - [anon_sym_U_DQUOTE] = ACTIONS(1058), - [anon_sym_u8_DQUOTE] = ACTIONS(1058), - [anon_sym_DQUOTE] = ACTIONS(1058), - [sym_true] = ACTIONS(1056), - [sym_false] = ACTIONS(1056), - [sym_null] = ACTIONS(1056), + [ts_builtin_sym_end] = ACTIONS(998), + [sym_identifier] = ACTIONS(996), + [aux_sym_preproc_include_token1] = ACTIONS(996), + [aux_sym_preproc_def_token1] = ACTIONS(996), + [aux_sym_preproc_if_token1] = ACTIONS(996), + [aux_sym_preproc_ifdef_token1] = ACTIONS(996), + [aux_sym_preproc_ifdef_token2] = ACTIONS(996), + [sym_preproc_directive] = ACTIONS(996), + [anon_sym_LPAREN2] = ACTIONS(998), + [anon_sym_BANG] = ACTIONS(998), + [anon_sym_TILDE] = ACTIONS(998), + [anon_sym_DASH] = ACTIONS(996), + [anon_sym_PLUS] = ACTIONS(996), + [anon_sym_STAR] = ACTIONS(998), + [anon_sym_AMP] = ACTIONS(998), + [anon_sym_SEMI] = ACTIONS(998), + [anon_sym_typedef] = ACTIONS(996), + [anon_sym_extern] = ACTIONS(996), + [anon_sym___attribute__] = ACTIONS(996), + [anon_sym_LBRACK_LBRACK] = ACTIONS(998), + [anon_sym___declspec] = ACTIONS(996), + [anon_sym___cdecl] = ACTIONS(996), + [anon_sym___clrcall] = ACTIONS(996), + [anon_sym___stdcall] = ACTIONS(996), + [anon_sym___fastcall] = ACTIONS(996), + [anon_sym___thiscall] = ACTIONS(996), + [anon_sym___vectorcall] = ACTIONS(996), + [anon_sym_LBRACE] = ACTIONS(998), + [anon_sym_static] = ACTIONS(996), + [anon_sym_auto] = ACTIONS(996), + [anon_sym_register] = ACTIONS(996), + [anon_sym_inline] = ACTIONS(996), + [anon_sym_const] = ACTIONS(996), + [anon_sym_volatile] = ACTIONS(996), + [anon_sym_restrict] = ACTIONS(996), + [anon_sym___restrict__] = ACTIONS(996), + [anon_sym__Atomic] = ACTIONS(996), + [anon_sym__Noreturn] = ACTIONS(996), + [anon_sym_signed] = ACTIONS(996), + [anon_sym_unsigned] = ACTIONS(996), + [anon_sym_long] = ACTIONS(996), + [anon_sym_short] = ACTIONS(996), + [sym_primitive_type] = ACTIONS(996), + [anon_sym_enum] = ACTIONS(996), + [anon_sym_struct] = ACTIONS(996), + [anon_sym_union] = ACTIONS(996), + [anon_sym_if] = ACTIONS(996), + [anon_sym_else] = ACTIONS(996), + [anon_sym_switch] = ACTIONS(996), + [anon_sym_case] = ACTIONS(996), + [anon_sym_default] = ACTIONS(996), + [anon_sym_while] = ACTIONS(996), + [anon_sym_do] = ACTIONS(996), + [anon_sym_for] = ACTIONS(996), + [anon_sym_return] = ACTIONS(996), + [anon_sym_break] = ACTIONS(996), + [anon_sym_continue] = ACTIONS(996), + [anon_sym_goto] = ACTIONS(996), + [anon_sym_DASH_DASH] = ACTIONS(998), + [anon_sym_PLUS_PLUS] = ACTIONS(998), + [anon_sym_sizeof] = ACTIONS(996), + [anon_sym_offsetof] = ACTIONS(996), + [anon_sym__Generic] = ACTIONS(996), + [anon_sym_asm] = ACTIONS(996), + [anon_sym___asm__] = ACTIONS(996), + [sym_number_literal] = ACTIONS(998), + [anon_sym_L_SQUOTE] = ACTIONS(998), + [anon_sym_u_SQUOTE] = ACTIONS(998), + [anon_sym_U_SQUOTE] = ACTIONS(998), + [anon_sym_u8_SQUOTE] = ACTIONS(998), + [anon_sym_SQUOTE] = ACTIONS(998), + [anon_sym_L_DQUOTE] = ACTIONS(998), + [anon_sym_u_DQUOTE] = ACTIONS(998), + [anon_sym_U_DQUOTE] = ACTIONS(998), + [anon_sym_u8_DQUOTE] = ACTIONS(998), + [anon_sym_DQUOTE] = ACTIONS(998), + [sym_true] = ACTIONS(996), + [sym_false] = ACTIONS(996), + [sym_null] = ACTIONS(996), [sym_comment] = ACTIONS(3), }, [266] = { - [sym_identifier] = ACTIONS(1060), - [aux_sym_preproc_include_token1] = ACTIONS(1060), - [aux_sym_preproc_def_token1] = ACTIONS(1060), - [aux_sym_preproc_if_token1] = ACTIONS(1060), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1060), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1060), - [sym_preproc_directive] = ACTIONS(1060), - [anon_sym_LPAREN2] = ACTIONS(1062), - [anon_sym_BANG] = ACTIONS(1062), - [anon_sym_TILDE] = ACTIONS(1062), - [anon_sym_DASH] = ACTIONS(1060), - [anon_sym_PLUS] = ACTIONS(1060), - [anon_sym_STAR] = ACTIONS(1062), - [anon_sym_AMP] = ACTIONS(1062), - [anon_sym_SEMI] = ACTIONS(1062), - [anon_sym_typedef] = ACTIONS(1060), - [anon_sym_extern] = ACTIONS(1060), - [anon_sym___attribute__] = ACTIONS(1060), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1062), - [anon_sym___declspec] = ACTIONS(1060), - [anon_sym___cdecl] = ACTIONS(1060), - [anon_sym___clrcall] = ACTIONS(1060), - [anon_sym___stdcall] = ACTIONS(1060), - [anon_sym___fastcall] = ACTIONS(1060), - [anon_sym___thiscall] = ACTIONS(1060), - [anon_sym___vectorcall] = ACTIONS(1060), - [anon_sym_LBRACE] = ACTIONS(1062), - [anon_sym_RBRACE] = ACTIONS(1062), - [anon_sym_static] = ACTIONS(1060), - [anon_sym_auto] = ACTIONS(1060), - [anon_sym_register] = ACTIONS(1060), - [anon_sym_inline] = ACTIONS(1060), - [anon_sym_const] = ACTIONS(1060), - [anon_sym_volatile] = ACTIONS(1060), - [anon_sym_restrict] = ACTIONS(1060), - [anon_sym___restrict__] = ACTIONS(1060), - [anon_sym__Atomic] = ACTIONS(1060), - [anon_sym__Noreturn] = ACTIONS(1060), - [anon_sym_signed] = ACTIONS(1060), - [anon_sym_unsigned] = ACTIONS(1060), - [anon_sym_long] = ACTIONS(1060), - [anon_sym_short] = ACTIONS(1060), - [sym_primitive_type] = ACTIONS(1060), - [anon_sym_enum] = ACTIONS(1060), - [anon_sym_struct] = ACTIONS(1060), - [anon_sym_union] = ACTIONS(1060), - [anon_sym_if] = ACTIONS(1060), - [anon_sym_else] = ACTIONS(1060), - [anon_sym_switch] = ACTIONS(1060), - [anon_sym_case] = ACTIONS(1060), - [anon_sym_default] = ACTIONS(1060), - [anon_sym_while] = ACTIONS(1060), - [anon_sym_do] = ACTIONS(1060), - [anon_sym_for] = ACTIONS(1060), - [anon_sym_return] = ACTIONS(1060), - [anon_sym_break] = ACTIONS(1060), - [anon_sym_continue] = ACTIONS(1060), - [anon_sym_goto] = ACTIONS(1060), - [anon_sym_DASH_DASH] = ACTIONS(1062), - [anon_sym_PLUS_PLUS] = ACTIONS(1062), - [anon_sym_sizeof] = ACTIONS(1060), - [anon_sym_offsetof] = ACTIONS(1060), - [anon_sym__Generic] = ACTIONS(1060), - [anon_sym_asm] = ACTIONS(1060), - [anon_sym___asm__] = ACTIONS(1060), - [sym_number_literal] = ACTIONS(1062), - [anon_sym_L_SQUOTE] = ACTIONS(1062), - [anon_sym_u_SQUOTE] = ACTIONS(1062), - [anon_sym_U_SQUOTE] = ACTIONS(1062), - [anon_sym_u8_SQUOTE] = ACTIONS(1062), - [anon_sym_SQUOTE] = ACTIONS(1062), - [anon_sym_L_DQUOTE] = ACTIONS(1062), - [anon_sym_u_DQUOTE] = ACTIONS(1062), - [anon_sym_U_DQUOTE] = ACTIONS(1062), - [anon_sym_u8_DQUOTE] = ACTIONS(1062), - [anon_sym_DQUOTE] = ACTIONS(1062), - [sym_true] = ACTIONS(1060), - [sym_false] = ACTIONS(1060), - [sym_null] = ACTIONS(1060), + [sym_identifier] = ACTIONS(982), + [aux_sym_preproc_include_token1] = ACTIONS(982), + [aux_sym_preproc_def_token1] = ACTIONS(982), + [aux_sym_preproc_if_token1] = ACTIONS(982), + [aux_sym_preproc_if_token2] = ACTIONS(982), + [aux_sym_preproc_ifdef_token1] = ACTIONS(982), + [aux_sym_preproc_ifdef_token2] = ACTIONS(982), + [sym_preproc_directive] = ACTIONS(982), + [anon_sym_LPAREN2] = ACTIONS(980), + [anon_sym_BANG] = ACTIONS(980), + [anon_sym_TILDE] = ACTIONS(980), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_STAR] = ACTIONS(980), + [anon_sym_AMP] = ACTIONS(980), + [anon_sym_SEMI] = ACTIONS(980), + [anon_sym_typedef] = ACTIONS(982), + [anon_sym_extern] = ACTIONS(982), + [anon_sym___attribute__] = ACTIONS(982), + [anon_sym_LBRACK_LBRACK] = ACTIONS(980), + [anon_sym___declspec] = ACTIONS(982), + [anon_sym___cdecl] = ACTIONS(982), + [anon_sym___clrcall] = ACTIONS(982), + [anon_sym___stdcall] = ACTIONS(982), + [anon_sym___fastcall] = ACTIONS(982), + [anon_sym___thiscall] = ACTIONS(982), + [anon_sym___vectorcall] = ACTIONS(982), + [anon_sym_LBRACE] = ACTIONS(980), + [anon_sym_static] = ACTIONS(982), + [anon_sym_auto] = ACTIONS(982), + [anon_sym_register] = ACTIONS(982), + [anon_sym_inline] = ACTIONS(982), + [anon_sym_const] = ACTIONS(982), + [anon_sym_volatile] = ACTIONS(982), + [anon_sym_restrict] = ACTIONS(982), + [anon_sym___restrict__] = ACTIONS(982), + [anon_sym__Atomic] = ACTIONS(982), + [anon_sym__Noreturn] = ACTIONS(982), + [anon_sym_signed] = ACTIONS(982), + [anon_sym_unsigned] = ACTIONS(982), + [anon_sym_long] = ACTIONS(982), + [anon_sym_short] = ACTIONS(982), + [sym_primitive_type] = ACTIONS(982), + [anon_sym_enum] = ACTIONS(982), + [anon_sym_struct] = ACTIONS(982), + [anon_sym_union] = ACTIONS(982), + [anon_sym_if] = ACTIONS(982), + [anon_sym_else] = ACTIONS(982), + [anon_sym_switch] = ACTIONS(982), + [anon_sym_case] = ACTIONS(982), + [anon_sym_default] = ACTIONS(982), + [anon_sym_while] = ACTIONS(982), + [anon_sym_do] = ACTIONS(982), + [anon_sym_for] = ACTIONS(982), + [anon_sym_return] = ACTIONS(982), + [anon_sym_break] = ACTIONS(982), + [anon_sym_continue] = ACTIONS(982), + [anon_sym_goto] = ACTIONS(982), + [anon_sym_DASH_DASH] = ACTIONS(980), + [anon_sym_PLUS_PLUS] = ACTIONS(980), + [anon_sym_sizeof] = ACTIONS(982), + [anon_sym_offsetof] = ACTIONS(982), + [anon_sym__Generic] = ACTIONS(982), + [anon_sym_asm] = ACTIONS(982), + [anon_sym___asm__] = ACTIONS(982), + [sym_number_literal] = ACTIONS(980), + [anon_sym_L_SQUOTE] = ACTIONS(980), + [anon_sym_u_SQUOTE] = ACTIONS(980), + [anon_sym_U_SQUOTE] = ACTIONS(980), + [anon_sym_u8_SQUOTE] = ACTIONS(980), + [anon_sym_SQUOTE] = ACTIONS(980), + [anon_sym_L_DQUOTE] = ACTIONS(980), + [anon_sym_u_DQUOTE] = ACTIONS(980), + [anon_sym_U_DQUOTE] = ACTIONS(980), + [anon_sym_u8_DQUOTE] = ACTIONS(980), + [anon_sym_DQUOTE] = ACTIONS(980), + [sym_true] = ACTIONS(982), + [sym_false] = ACTIONS(982), + [sym_null] = ACTIONS(982), [sym_comment] = ACTIONS(3), }, [267] = { - [ts_builtin_sym_end] = ACTIONS(1030), + [sym_identifier] = ACTIONS(992), + [aux_sym_preproc_include_token1] = ACTIONS(992), + [aux_sym_preproc_def_token1] = ACTIONS(992), + [aux_sym_preproc_if_token1] = ACTIONS(992), + [aux_sym_preproc_if_token2] = ACTIONS(992), + [aux_sym_preproc_ifdef_token1] = ACTIONS(992), + [aux_sym_preproc_ifdef_token2] = ACTIONS(992), + [sym_preproc_directive] = ACTIONS(992), + [anon_sym_LPAREN2] = ACTIONS(994), + [anon_sym_BANG] = ACTIONS(994), + [anon_sym_TILDE] = ACTIONS(994), + [anon_sym_DASH] = ACTIONS(992), + [anon_sym_PLUS] = ACTIONS(992), + [anon_sym_STAR] = ACTIONS(994), + [anon_sym_AMP] = ACTIONS(994), + [anon_sym_SEMI] = ACTIONS(994), + [anon_sym_typedef] = ACTIONS(992), + [anon_sym_extern] = ACTIONS(992), + [anon_sym___attribute__] = ACTIONS(992), + [anon_sym_LBRACK_LBRACK] = ACTIONS(994), + [anon_sym___declspec] = ACTIONS(992), + [anon_sym___cdecl] = ACTIONS(992), + [anon_sym___clrcall] = ACTIONS(992), + [anon_sym___stdcall] = ACTIONS(992), + [anon_sym___fastcall] = ACTIONS(992), + [anon_sym___thiscall] = ACTIONS(992), + [anon_sym___vectorcall] = ACTIONS(992), + [anon_sym_LBRACE] = ACTIONS(994), + [anon_sym_static] = ACTIONS(992), + [anon_sym_auto] = ACTIONS(992), + [anon_sym_register] = ACTIONS(992), + [anon_sym_inline] = ACTIONS(992), + [anon_sym_const] = ACTIONS(992), + [anon_sym_volatile] = ACTIONS(992), + [anon_sym_restrict] = ACTIONS(992), + [anon_sym___restrict__] = ACTIONS(992), + [anon_sym__Atomic] = ACTIONS(992), + [anon_sym__Noreturn] = ACTIONS(992), + [anon_sym_signed] = ACTIONS(992), + [anon_sym_unsigned] = ACTIONS(992), + [anon_sym_long] = ACTIONS(992), + [anon_sym_short] = ACTIONS(992), + [sym_primitive_type] = ACTIONS(992), + [anon_sym_enum] = ACTIONS(992), + [anon_sym_struct] = ACTIONS(992), + [anon_sym_union] = ACTIONS(992), + [anon_sym_if] = ACTIONS(992), + [anon_sym_else] = ACTIONS(992), + [anon_sym_switch] = ACTIONS(992), + [anon_sym_case] = ACTIONS(992), + [anon_sym_default] = ACTIONS(992), + [anon_sym_while] = ACTIONS(992), + [anon_sym_do] = ACTIONS(992), + [anon_sym_for] = ACTIONS(992), + [anon_sym_return] = ACTIONS(992), + [anon_sym_break] = ACTIONS(992), + [anon_sym_continue] = ACTIONS(992), + [anon_sym_goto] = ACTIONS(992), + [anon_sym_DASH_DASH] = ACTIONS(994), + [anon_sym_PLUS_PLUS] = ACTIONS(994), + [anon_sym_sizeof] = ACTIONS(992), + [anon_sym_offsetof] = ACTIONS(992), + [anon_sym__Generic] = ACTIONS(992), + [anon_sym_asm] = ACTIONS(992), + [anon_sym___asm__] = ACTIONS(992), + [sym_number_literal] = ACTIONS(994), + [anon_sym_L_SQUOTE] = ACTIONS(994), + [anon_sym_u_SQUOTE] = ACTIONS(994), + [anon_sym_U_SQUOTE] = ACTIONS(994), + [anon_sym_u8_SQUOTE] = ACTIONS(994), + [anon_sym_SQUOTE] = ACTIONS(994), + [anon_sym_L_DQUOTE] = ACTIONS(994), + [anon_sym_u_DQUOTE] = ACTIONS(994), + [anon_sym_U_DQUOTE] = ACTIONS(994), + [anon_sym_u8_DQUOTE] = ACTIONS(994), + [anon_sym_DQUOTE] = ACTIONS(994), + [sym_true] = ACTIONS(992), + [sym_false] = ACTIONS(992), + [sym_null] = ACTIONS(992), + [sym_comment] = ACTIONS(3), + }, + [268] = { [sym_identifier] = ACTIONS(1028), [aux_sym_preproc_include_token1] = ACTIONS(1028), [aux_sym_preproc_def_token1] = ACTIONS(1028), [aux_sym_preproc_if_token1] = ACTIONS(1028), + [aux_sym_preproc_if_token2] = ACTIONS(1028), [aux_sym_preproc_ifdef_token1] = ACTIONS(1028), [aux_sym_preproc_ifdef_token2] = ACTIONS(1028), [sym_preproc_directive] = ACTIONS(1028), @@ -39133,7 +39321,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1028), [sym_comment] = ACTIONS(3), }, - [268] = { + [269] = { + [ts_builtin_sym_end] = ACTIONS(1054), [sym_identifier] = ACTIONS(1052), [aux_sym_preproc_include_token1] = ACTIONS(1052), [aux_sym_preproc_def_token1] = ACTIONS(1052), @@ -39161,7 +39350,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1052), [anon_sym___vectorcall] = ACTIONS(1052), [anon_sym_LBRACE] = ACTIONS(1054), - [anon_sym_RBRACE] = ACTIONS(1054), [anon_sym_static] = ACTIONS(1052), [anon_sym_auto] = ACTIONS(1052), [anon_sym_register] = ACTIONS(1052), @@ -39215,7 +39403,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1052), [sym_comment] = ACTIONS(3), }, - [269] = { + [270] = { + [sym_identifier] = ACTIONS(1020), + [aux_sym_preproc_include_token1] = ACTIONS(1020), + [aux_sym_preproc_def_token1] = ACTIONS(1020), + [aux_sym_preproc_if_token1] = ACTIONS(1020), + [aux_sym_preproc_if_token2] = ACTIONS(1020), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1020), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1020), + [sym_preproc_directive] = ACTIONS(1020), + [anon_sym_LPAREN2] = ACTIONS(1022), + [anon_sym_BANG] = ACTIONS(1022), + [anon_sym_TILDE] = ACTIONS(1022), + [anon_sym_DASH] = ACTIONS(1020), + [anon_sym_PLUS] = ACTIONS(1020), + [anon_sym_STAR] = ACTIONS(1022), + [anon_sym_AMP] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(1022), + [anon_sym_typedef] = ACTIONS(1020), + [anon_sym_extern] = ACTIONS(1020), + [anon_sym___attribute__] = ACTIONS(1020), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1022), + [anon_sym___declspec] = ACTIONS(1020), + [anon_sym___cdecl] = ACTIONS(1020), + [anon_sym___clrcall] = ACTIONS(1020), + [anon_sym___stdcall] = ACTIONS(1020), + [anon_sym___fastcall] = ACTIONS(1020), + [anon_sym___thiscall] = ACTIONS(1020), + [anon_sym___vectorcall] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1022), + [anon_sym_static] = ACTIONS(1020), + [anon_sym_auto] = ACTIONS(1020), + [anon_sym_register] = ACTIONS(1020), + [anon_sym_inline] = ACTIONS(1020), + [anon_sym_const] = ACTIONS(1020), + [anon_sym_volatile] = ACTIONS(1020), + [anon_sym_restrict] = ACTIONS(1020), + [anon_sym___restrict__] = ACTIONS(1020), + [anon_sym__Atomic] = ACTIONS(1020), + [anon_sym__Noreturn] = ACTIONS(1020), + [anon_sym_signed] = ACTIONS(1020), + [anon_sym_unsigned] = ACTIONS(1020), + [anon_sym_long] = ACTIONS(1020), + [anon_sym_short] = ACTIONS(1020), + [sym_primitive_type] = ACTIONS(1020), + [anon_sym_enum] = ACTIONS(1020), + [anon_sym_struct] = ACTIONS(1020), + [anon_sym_union] = ACTIONS(1020), + [anon_sym_if] = ACTIONS(1020), + [anon_sym_else] = ACTIONS(1020), + [anon_sym_switch] = ACTIONS(1020), + [anon_sym_case] = ACTIONS(1020), + [anon_sym_default] = ACTIONS(1020), + [anon_sym_while] = ACTIONS(1020), + [anon_sym_do] = ACTIONS(1020), + [anon_sym_for] = ACTIONS(1020), + [anon_sym_return] = ACTIONS(1020), + [anon_sym_break] = ACTIONS(1020), + [anon_sym_continue] = ACTIONS(1020), + [anon_sym_goto] = ACTIONS(1020), + [anon_sym_DASH_DASH] = ACTIONS(1022), + [anon_sym_PLUS_PLUS] = ACTIONS(1022), + [anon_sym_sizeof] = ACTIONS(1020), + [anon_sym_offsetof] = ACTIONS(1020), + [anon_sym__Generic] = ACTIONS(1020), + [anon_sym_asm] = ACTIONS(1020), + [anon_sym___asm__] = ACTIONS(1020), + [sym_number_literal] = ACTIONS(1022), + [anon_sym_L_SQUOTE] = ACTIONS(1022), + [anon_sym_u_SQUOTE] = ACTIONS(1022), + [anon_sym_U_SQUOTE] = ACTIONS(1022), + [anon_sym_u8_SQUOTE] = ACTIONS(1022), + [anon_sym_SQUOTE] = ACTIONS(1022), + [anon_sym_L_DQUOTE] = ACTIONS(1022), + [anon_sym_u_DQUOTE] = ACTIONS(1022), + [anon_sym_U_DQUOTE] = ACTIONS(1022), + [anon_sym_u8_DQUOTE] = ACTIONS(1022), + [anon_sym_DQUOTE] = ACTIONS(1022), + [sym_true] = ACTIONS(1020), + [sym_false] = ACTIONS(1020), + [sym_null] = ACTIONS(1020), + [sym_comment] = ACTIONS(3), + }, + [271] = { + [ts_builtin_sym_end] = ACTIONS(1050), [sym_identifier] = ACTIONS(1048), [aux_sym_preproc_include_token1] = ACTIONS(1048), [aux_sym_preproc_def_token1] = ACTIONS(1048), @@ -39243,7 +39514,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1048), [anon_sym___vectorcall] = ACTIONS(1048), [anon_sym_LBRACE] = ACTIONS(1050), - [anon_sym_RBRACE] = ACTIONS(1050), [anon_sym_static] = ACTIONS(1048), [anon_sym_auto] = ACTIONS(1048), [anon_sym_register] = ACTIONS(1048), @@ -39297,257 +39567,258 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1048), [sym_comment] = ACTIONS(3), }, - [270] = { - [sym_identifier] = ACTIONS(1052), - [aux_sym_preproc_include_token1] = ACTIONS(1052), - [aux_sym_preproc_def_token1] = ACTIONS(1052), - [aux_sym_preproc_if_token1] = ACTIONS(1052), - [aux_sym_preproc_if_token2] = ACTIONS(1052), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1052), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1052), - [sym_preproc_directive] = ACTIONS(1052), - [anon_sym_LPAREN2] = ACTIONS(1054), - [anon_sym_BANG] = ACTIONS(1054), - [anon_sym_TILDE] = ACTIONS(1054), - [anon_sym_DASH] = ACTIONS(1052), - [anon_sym_PLUS] = ACTIONS(1052), - [anon_sym_STAR] = ACTIONS(1054), - [anon_sym_AMP] = ACTIONS(1054), - [anon_sym_SEMI] = ACTIONS(1054), - [anon_sym_typedef] = ACTIONS(1052), - [anon_sym_extern] = ACTIONS(1052), - [anon_sym___attribute__] = ACTIONS(1052), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1054), - [anon_sym___declspec] = ACTIONS(1052), - [anon_sym___cdecl] = ACTIONS(1052), - [anon_sym___clrcall] = ACTIONS(1052), - [anon_sym___stdcall] = ACTIONS(1052), - [anon_sym___fastcall] = ACTIONS(1052), - [anon_sym___thiscall] = ACTIONS(1052), - [anon_sym___vectorcall] = ACTIONS(1052), - [anon_sym_LBRACE] = ACTIONS(1054), - [anon_sym_static] = ACTIONS(1052), - [anon_sym_auto] = ACTIONS(1052), - [anon_sym_register] = ACTIONS(1052), - [anon_sym_inline] = ACTIONS(1052), - [anon_sym_const] = ACTIONS(1052), - [anon_sym_volatile] = ACTIONS(1052), - [anon_sym_restrict] = ACTIONS(1052), - [anon_sym___restrict__] = ACTIONS(1052), - [anon_sym__Atomic] = ACTIONS(1052), - [anon_sym__Noreturn] = ACTIONS(1052), - [anon_sym_signed] = ACTIONS(1052), - [anon_sym_unsigned] = ACTIONS(1052), - [anon_sym_long] = ACTIONS(1052), - [anon_sym_short] = ACTIONS(1052), - [sym_primitive_type] = ACTIONS(1052), - [anon_sym_enum] = ACTIONS(1052), - [anon_sym_struct] = ACTIONS(1052), - [anon_sym_union] = ACTIONS(1052), - [anon_sym_if] = ACTIONS(1052), - [anon_sym_else] = ACTIONS(1052), - [anon_sym_switch] = ACTIONS(1052), - [anon_sym_case] = ACTIONS(1052), - [anon_sym_default] = ACTIONS(1052), - [anon_sym_while] = ACTIONS(1052), - [anon_sym_do] = ACTIONS(1052), - [anon_sym_for] = ACTIONS(1052), - [anon_sym_return] = ACTIONS(1052), - [anon_sym_break] = ACTIONS(1052), - [anon_sym_continue] = ACTIONS(1052), - [anon_sym_goto] = ACTIONS(1052), - [anon_sym_DASH_DASH] = ACTIONS(1054), - [anon_sym_PLUS_PLUS] = ACTIONS(1054), - [anon_sym_sizeof] = ACTIONS(1052), - [anon_sym_offsetof] = ACTIONS(1052), - [anon_sym__Generic] = ACTIONS(1052), - [anon_sym_asm] = ACTIONS(1052), - [anon_sym___asm__] = ACTIONS(1052), - [sym_number_literal] = ACTIONS(1054), - [anon_sym_L_SQUOTE] = ACTIONS(1054), - [anon_sym_u_SQUOTE] = ACTIONS(1054), - [anon_sym_U_SQUOTE] = ACTIONS(1054), - [anon_sym_u8_SQUOTE] = ACTIONS(1054), - [anon_sym_SQUOTE] = ACTIONS(1054), - [anon_sym_L_DQUOTE] = ACTIONS(1054), - [anon_sym_u_DQUOTE] = ACTIONS(1054), - [anon_sym_U_DQUOTE] = ACTIONS(1054), - [anon_sym_u8_DQUOTE] = ACTIONS(1054), - [anon_sym_DQUOTE] = ACTIONS(1054), - [sym_true] = ACTIONS(1052), - [sym_false] = ACTIONS(1052), - [sym_null] = ACTIONS(1052), + [272] = { + [ts_builtin_sym_end] = ACTIONS(950), + [sym_identifier] = ACTIONS(948), + [aux_sym_preproc_include_token1] = ACTIONS(948), + [aux_sym_preproc_def_token1] = ACTIONS(948), + [aux_sym_preproc_if_token1] = ACTIONS(948), + [aux_sym_preproc_ifdef_token1] = ACTIONS(948), + [aux_sym_preproc_ifdef_token2] = ACTIONS(948), + [sym_preproc_directive] = ACTIONS(948), + [anon_sym_LPAREN2] = ACTIONS(950), + [anon_sym_BANG] = ACTIONS(950), + [anon_sym_TILDE] = ACTIONS(950), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_STAR] = ACTIONS(950), + [anon_sym_AMP] = ACTIONS(950), + [anon_sym_SEMI] = ACTIONS(950), + [anon_sym_typedef] = ACTIONS(948), + [anon_sym_extern] = ACTIONS(948), + [anon_sym___attribute__] = ACTIONS(948), + [anon_sym_LBRACK_LBRACK] = ACTIONS(950), + [anon_sym___declspec] = ACTIONS(948), + [anon_sym___cdecl] = ACTIONS(948), + [anon_sym___clrcall] = ACTIONS(948), + [anon_sym___stdcall] = ACTIONS(948), + [anon_sym___fastcall] = ACTIONS(948), + [anon_sym___thiscall] = ACTIONS(948), + [anon_sym___vectorcall] = ACTIONS(948), + [anon_sym_LBRACE] = ACTIONS(950), + [anon_sym_static] = ACTIONS(948), + [anon_sym_auto] = ACTIONS(948), + [anon_sym_register] = ACTIONS(948), + [anon_sym_inline] = ACTIONS(948), + [anon_sym_const] = ACTIONS(948), + [anon_sym_volatile] = ACTIONS(948), + [anon_sym_restrict] = ACTIONS(948), + [anon_sym___restrict__] = ACTIONS(948), + [anon_sym__Atomic] = ACTIONS(948), + [anon_sym__Noreturn] = ACTIONS(948), + [anon_sym_signed] = ACTIONS(948), + [anon_sym_unsigned] = ACTIONS(948), + [anon_sym_long] = ACTIONS(948), + [anon_sym_short] = ACTIONS(948), + [sym_primitive_type] = ACTIONS(948), + [anon_sym_enum] = ACTIONS(948), + [anon_sym_struct] = ACTIONS(948), + [anon_sym_union] = ACTIONS(948), + [anon_sym_if] = ACTIONS(948), + [anon_sym_else] = ACTIONS(948), + [anon_sym_switch] = ACTIONS(948), + [anon_sym_case] = ACTIONS(948), + [anon_sym_default] = ACTIONS(948), + [anon_sym_while] = ACTIONS(948), + [anon_sym_do] = ACTIONS(948), + [anon_sym_for] = ACTIONS(948), + [anon_sym_return] = ACTIONS(948), + [anon_sym_break] = ACTIONS(948), + [anon_sym_continue] = ACTIONS(948), + [anon_sym_goto] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(950), + [anon_sym_PLUS_PLUS] = ACTIONS(950), + [anon_sym_sizeof] = ACTIONS(948), + [anon_sym_offsetof] = ACTIONS(948), + [anon_sym__Generic] = ACTIONS(948), + [anon_sym_asm] = ACTIONS(948), + [anon_sym___asm__] = ACTIONS(948), + [sym_number_literal] = ACTIONS(950), + [anon_sym_L_SQUOTE] = ACTIONS(950), + [anon_sym_u_SQUOTE] = ACTIONS(950), + [anon_sym_U_SQUOTE] = ACTIONS(950), + [anon_sym_u8_SQUOTE] = ACTIONS(950), + [anon_sym_SQUOTE] = ACTIONS(950), + [anon_sym_L_DQUOTE] = ACTIONS(950), + [anon_sym_u_DQUOTE] = ACTIONS(950), + [anon_sym_U_DQUOTE] = ACTIONS(950), + [anon_sym_u8_DQUOTE] = ACTIONS(950), + [anon_sym_DQUOTE] = ACTIONS(950), + [sym_true] = ACTIONS(948), + [sym_false] = ACTIONS(948), + [sym_null] = ACTIONS(948), [sym_comment] = ACTIONS(3), }, - [271] = { - [sym_identifier] = ACTIONS(1036), - [aux_sym_preproc_include_token1] = ACTIONS(1036), - [aux_sym_preproc_def_token1] = ACTIONS(1036), - [aux_sym_preproc_if_token1] = ACTIONS(1036), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1036), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1036), - [sym_preproc_directive] = ACTIONS(1036), - [anon_sym_LPAREN2] = ACTIONS(1038), - [anon_sym_BANG] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(1038), - [anon_sym_DASH] = ACTIONS(1036), - [anon_sym_PLUS] = ACTIONS(1036), - [anon_sym_STAR] = ACTIONS(1038), - [anon_sym_AMP] = ACTIONS(1038), - [anon_sym_SEMI] = ACTIONS(1038), - [anon_sym_typedef] = ACTIONS(1036), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1036), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1038), - [anon_sym___declspec] = ACTIONS(1036), - [anon_sym___cdecl] = ACTIONS(1036), - [anon_sym___clrcall] = ACTIONS(1036), - [anon_sym___stdcall] = ACTIONS(1036), - [anon_sym___fastcall] = ACTIONS(1036), - [anon_sym___thiscall] = ACTIONS(1036), - [anon_sym___vectorcall] = ACTIONS(1036), - [anon_sym_LBRACE] = ACTIONS(1038), - [anon_sym_RBRACE] = ACTIONS(1038), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_auto] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1036), - [anon_sym_volatile] = ACTIONS(1036), - [anon_sym_restrict] = ACTIONS(1036), - [anon_sym___restrict__] = ACTIONS(1036), - [anon_sym__Atomic] = ACTIONS(1036), - [anon_sym__Noreturn] = ACTIONS(1036), - [anon_sym_signed] = ACTIONS(1036), - [anon_sym_unsigned] = ACTIONS(1036), - [anon_sym_long] = ACTIONS(1036), - [anon_sym_short] = ACTIONS(1036), - [sym_primitive_type] = ACTIONS(1036), - [anon_sym_enum] = ACTIONS(1036), - [anon_sym_struct] = ACTIONS(1036), - [anon_sym_union] = ACTIONS(1036), - [anon_sym_if] = ACTIONS(1036), - [anon_sym_else] = ACTIONS(1036), - [anon_sym_switch] = ACTIONS(1036), - [anon_sym_case] = ACTIONS(1036), - [anon_sym_default] = ACTIONS(1036), - [anon_sym_while] = ACTIONS(1036), - [anon_sym_do] = ACTIONS(1036), - [anon_sym_for] = ACTIONS(1036), - [anon_sym_return] = ACTIONS(1036), - [anon_sym_break] = ACTIONS(1036), - [anon_sym_continue] = ACTIONS(1036), - [anon_sym_goto] = ACTIONS(1036), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_sizeof] = ACTIONS(1036), - [anon_sym_offsetof] = ACTIONS(1036), - [anon_sym__Generic] = ACTIONS(1036), - [anon_sym_asm] = ACTIONS(1036), - [anon_sym___asm__] = ACTIONS(1036), - [sym_number_literal] = ACTIONS(1038), - [anon_sym_L_SQUOTE] = ACTIONS(1038), - [anon_sym_u_SQUOTE] = ACTIONS(1038), - [anon_sym_U_SQUOTE] = ACTIONS(1038), - [anon_sym_u8_SQUOTE] = ACTIONS(1038), - [anon_sym_SQUOTE] = ACTIONS(1038), - [anon_sym_L_DQUOTE] = ACTIONS(1038), - [anon_sym_u_DQUOTE] = ACTIONS(1038), - [anon_sym_U_DQUOTE] = ACTIONS(1038), - [anon_sym_u8_DQUOTE] = ACTIONS(1038), - [anon_sym_DQUOTE] = ACTIONS(1038), - [sym_true] = ACTIONS(1036), - [sym_false] = ACTIONS(1036), - [sym_null] = ACTIONS(1036), + [273] = { + [ts_builtin_sym_end] = ACTIONS(1046), + [sym_identifier] = ACTIONS(1044), + [aux_sym_preproc_include_token1] = ACTIONS(1044), + [aux_sym_preproc_def_token1] = ACTIONS(1044), + [aux_sym_preproc_if_token1] = ACTIONS(1044), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1044), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1044), + [sym_preproc_directive] = ACTIONS(1044), + [anon_sym_LPAREN2] = ACTIONS(1046), + [anon_sym_BANG] = ACTIONS(1046), + [anon_sym_TILDE] = ACTIONS(1046), + [anon_sym_DASH] = ACTIONS(1044), + [anon_sym_PLUS] = ACTIONS(1044), + [anon_sym_STAR] = ACTIONS(1046), + [anon_sym_AMP] = ACTIONS(1046), + [anon_sym_SEMI] = ACTIONS(1046), + [anon_sym_typedef] = ACTIONS(1044), + [anon_sym_extern] = ACTIONS(1044), + [anon_sym___attribute__] = ACTIONS(1044), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1046), + [anon_sym___declspec] = ACTIONS(1044), + [anon_sym___cdecl] = ACTIONS(1044), + [anon_sym___clrcall] = ACTIONS(1044), + [anon_sym___stdcall] = ACTIONS(1044), + [anon_sym___fastcall] = ACTIONS(1044), + [anon_sym___thiscall] = ACTIONS(1044), + [anon_sym___vectorcall] = ACTIONS(1044), + [anon_sym_LBRACE] = ACTIONS(1046), + [anon_sym_static] = ACTIONS(1044), + [anon_sym_auto] = ACTIONS(1044), + [anon_sym_register] = ACTIONS(1044), + [anon_sym_inline] = ACTIONS(1044), + [anon_sym_const] = ACTIONS(1044), + [anon_sym_volatile] = ACTIONS(1044), + [anon_sym_restrict] = ACTIONS(1044), + [anon_sym___restrict__] = ACTIONS(1044), + [anon_sym__Atomic] = ACTIONS(1044), + [anon_sym__Noreturn] = ACTIONS(1044), + [anon_sym_signed] = ACTIONS(1044), + [anon_sym_unsigned] = ACTIONS(1044), + [anon_sym_long] = ACTIONS(1044), + [anon_sym_short] = ACTIONS(1044), + [sym_primitive_type] = ACTIONS(1044), + [anon_sym_enum] = ACTIONS(1044), + [anon_sym_struct] = ACTIONS(1044), + [anon_sym_union] = ACTIONS(1044), + [anon_sym_if] = ACTIONS(1044), + [anon_sym_else] = ACTIONS(1044), + [anon_sym_switch] = ACTIONS(1044), + [anon_sym_case] = ACTIONS(1044), + [anon_sym_default] = ACTIONS(1044), + [anon_sym_while] = ACTIONS(1044), + [anon_sym_do] = ACTIONS(1044), + [anon_sym_for] = ACTIONS(1044), + [anon_sym_return] = ACTIONS(1044), + [anon_sym_break] = ACTIONS(1044), + [anon_sym_continue] = ACTIONS(1044), + [anon_sym_goto] = ACTIONS(1044), + [anon_sym_DASH_DASH] = ACTIONS(1046), + [anon_sym_PLUS_PLUS] = ACTIONS(1046), + [anon_sym_sizeof] = ACTIONS(1044), + [anon_sym_offsetof] = ACTIONS(1044), + [anon_sym__Generic] = ACTIONS(1044), + [anon_sym_asm] = ACTIONS(1044), + [anon_sym___asm__] = ACTIONS(1044), + [sym_number_literal] = ACTIONS(1046), + [anon_sym_L_SQUOTE] = ACTIONS(1046), + [anon_sym_u_SQUOTE] = ACTIONS(1046), + [anon_sym_U_SQUOTE] = ACTIONS(1046), + [anon_sym_u8_SQUOTE] = ACTIONS(1046), + [anon_sym_SQUOTE] = ACTIONS(1046), + [anon_sym_L_DQUOTE] = ACTIONS(1046), + [anon_sym_u_DQUOTE] = ACTIONS(1046), + [anon_sym_U_DQUOTE] = ACTIONS(1046), + [anon_sym_u8_DQUOTE] = ACTIONS(1046), + [anon_sym_DQUOTE] = ACTIONS(1046), + [sym_true] = ACTIONS(1044), + [sym_false] = ACTIONS(1044), + [sym_null] = ACTIONS(1044), [sym_comment] = ACTIONS(3), }, - [272] = { - [ts_builtin_sym_end] = ACTIONS(962), - [sym_identifier] = ACTIONS(960), - [aux_sym_preproc_include_token1] = ACTIONS(960), - [aux_sym_preproc_def_token1] = ACTIONS(960), - [aux_sym_preproc_if_token1] = ACTIONS(960), - [aux_sym_preproc_ifdef_token1] = ACTIONS(960), - [aux_sym_preproc_ifdef_token2] = ACTIONS(960), - [sym_preproc_directive] = ACTIONS(960), - [anon_sym_LPAREN2] = ACTIONS(962), - [anon_sym_BANG] = ACTIONS(962), - [anon_sym_TILDE] = ACTIONS(962), - [anon_sym_DASH] = ACTIONS(960), - [anon_sym_PLUS] = ACTIONS(960), - [anon_sym_STAR] = ACTIONS(962), - [anon_sym_AMP] = ACTIONS(962), - [anon_sym_SEMI] = ACTIONS(962), - [anon_sym_typedef] = ACTIONS(960), - [anon_sym_extern] = ACTIONS(960), - [anon_sym___attribute__] = ACTIONS(960), - [anon_sym_LBRACK_LBRACK] = ACTIONS(962), - [anon_sym___declspec] = ACTIONS(960), - [anon_sym___cdecl] = ACTIONS(960), - [anon_sym___clrcall] = ACTIONS(960), - [anon_sym___stdcall] = ACTIONS(960), - [anon_sym___fastcall] = ACTIONS(960), - [anon_sym___thiscall] = ACTIONS(960), - [anon_sym___vectorcall] = ACTIONS(960), - [anon_sym_LBRACE] = ACTIONS(962), - [anon_sym_static] = ACTIONS(960), - [anon_sym_auto] = ACTIONS(960), - [anon_sym_register] = ACTIONS(960), - [anon_sym_inline] = ACTIONS(960), - [anon_sym_const] = ACTIONS(960), - [anon_sym_volatile] = ACTIONS(960), - [anon_sym_restrict] = ACTIONS(960), - [anon_sym___restrict__] = ACTIONS(960), - [anon_sym__Atomic] = ACTIONS(960), - [anon_sym__Noreturn] = ACTIONS(960), - [anon_sym_signed] = ACTIONS(960), - [anon_sym_unsigned] = ACTIONS(960), - [anon_sym_long] = ACTIONS(960), - [anon_sym_short] = ACTIONS(960), - [sym_primitive_type] = ACTIONS(960), - [anon_sym_enum] = ACTIONS(960), - [anon_sym_struct] = ACTIONS(960), - [anon_sym_union] = ACTIONS(960), - [anon_sym_if] = ACTIONS(960), - [anon_sym_else] = ACTIONS(960), - [anon_sym_switch] = ACTIONS(960), - [anon_sym_case] = ACTIONS(960), - [anon_sym_default] = ACTIONS(960), - [anon_sym_while] = ACTIONS(960), - [anon_sym_do] = ACTIONS(960), - [anon_sym_for] = ACTIONS(960), - [anon_sym_return] = ACTIONS(960), - [anon_sym_break] = ACTIONS(960), - [anon_sym_continue] = ACTIONS(960), - [anon_sym_goto] = ACTIONS(960), - [anon_sym_DASH_DASH] = ACTIONS(962), - [anon_sym_PLUS_PLUS] = ACTIONS(962), - [anon_sym_sizeof] = ACTIONS(960), - [anon_sym_offsetof] = ACTIONS(960), - [anon_sym__Generic] = ACTIONS(960), - [anon_sym_asm] = ACTIONS(960), - [anon_sym___asm__] = ACTIONS(960), - [sym_number_literal] = ACTIONS(962), - [anon_sym_L_SQUOTE] = ACTIONS(962), - [anon_sym_u_SQUOTE] = ACTIONS(962), - [anon_sym_U_SQUOTE] = ACTIONS(962), - [anon_sym_u8_SQUOTE] = ACTIONS(962), - [anon_sym_SQUOTE] = ACTIONS(962), - [anon_sym_L_DQUOTE] = ACTIONS(962), - [anon_sym_u_DQUOTE] = ACTIONS(962), - [anon_sym_U_DQUOTE] = ACTIONS(962), - [anon_sym_u8_DQUOTE] = ACTIONS(962), - [anon_sym_DQUOTE] = ACTIONS(962), - [sym_true] = ACTIONS(960), - [sym_false] = ACTIONS(960), - [sym_null] = ACTIONS(960), + [274] = { + [ts_builtin_sym_end] = ACTIONS(926), + [sym_identifier] = ACTIONS(924), + [aux_sym_preproc_include_token1] = ACTIONS(924), + [aux_sym_preproc_def_token1] = ACTIONS(924), + [aux_sym_preproc_if_token1] = ACTIONS(924), + [aux_sym_preproc_ifdef_token1] = ACTIONS(924), + [aux_sym_preproc_ifdef_token2] = ACTIONS(924), + [sym_preproc_directive] = ACTIONS(924), + [anon_sym_LPAREN2] = ACTIONS(926), + [anon_sym_BANG] = ACTIONS(926), + [anon_sym_TILDE] = ACTIONS(926), + [anon_sym_DASH] = ACTIONS(924), + [anon_sym_PLUS] = ACTIONS(924), + [anon_sym_STAR] = ACTIONS(926), + [anon_sym_AMP] = ACTIONS(926), + [anon_sym_SEMI] = ACTIONS(926), + [anon_sym_typedef] = ACTIONS(924), + [anon_sym_extern] = ACTIONS(924), + [anon_sym___attribute__] = ACTIONS(924), + [anon_sym_LBRACK_LBRACK] = ACTIONS(926), + [anon_sym___declspec] = ACTIONS(924), + [anon_sym___cdecl] = ACTIONS(924), + [anon_sym___clrcall] = ACTIONS(924), + [anon_sym___stdcall] = ACTIONS(924), + [anon_sym___fastcall] = ACTIONS(924), + [anon_sym___thiscall] = ACTIONS(924), + [anon_sym___vectorcall] = ACTIONS(924), + [anon_sym_LBRACE] = ACTIONS(926), + [anon_sym_static] = ACTIONS(924), + [anon_sym_auto] = ACTIONS(924), + [anon_sym_register] = ACTIONS(924), + [anon_sym_inline] = ACTIONS(924), + [anon_sym_const] = ACTIONS(924), + [anon_sym_volatile] = ACTIONS(924), + [anon_sym_restrict] = ACTIONS(924), + [anon_sym___restrict__] = ACTIONS(924), + [anon_sym__Atomic] = ACTIONS(924), + [anon_sym__Noreturn] = ACTIONS(924), + [anon_sym_signed] = ACTIONS(924), + [anon_sym_unsigned] = ACTIONS(924), + [anon_sym_long] = ACTIONS(924), + [anon_sym_short] = ACTIONS(924), + [sym_primitive_type] = ACTIONS(924), + [anon_sym_enum] = ACTIONS(924), + [anon_sym_struct] = ACTIONS(924), + [anon_sym_union] = ACTIONS(924), + [anon_sym_if] = ACTIONS(924), + [anon_sym_else] = ACTIONS(924), + [anon_sym_switch] = ACTIONS(924), + [anon_sym_case] = ACTIONS(924), + [anon_sym_default] = ACTIONS(924), + [anon_sym_while] = ACTIONS(924), + [anon_sym_do] = ACTIONS(924), + [anon_sym_for] = ACTIONS(924), + [anon_sym_return] = ACTIONS(924), + [anon_sym_break] = ACTIONS(924), + [anon_sym_continue] = ACTIONS(924), + [anon_sym_goto] = ACTIONS(924), + [anon_sym_DASH_DASH] = ACTIONS(926), + [anon_sym_PLUS_PLUS] = ACTIONS(926), + [anon_sym_sizeof] = ACTIONS(924), + [anon_sym_offsetof] = ACTIONS(924), + [anon_sym__Generic] = ACTIONS(924), + [anon_sym_asm] = ACTIONS(924), + [anon_sym___asm__] = ACTIONS(924), + [sym_number_literal] = ACTIONS(926), + [anon_sym_L_SQUOTE] = ACTIONS(926), + [anon_sym_u_SQUOTE] = ACTIONS(926), + [anon_sym_U_SQUOTE] = ACTIONS(926), + [anon_sym_u8_SQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(926), + [anon_sym_L_DQUOTE] = ACTIONS(926), + [anon_sym_u_DQUOTE] = ACTIONS(926), + [anon_sym_U_DQUOTE] = ACTIONS(926), + [anon_sym_u8_DQUOTE] = ACTIONS(926), + [anon_sym_DQUOTE] = ACTIONS(926), + [sym_true] = ACTIONS(924), + [sym_false] = ACTIONS(924), + [sym_null] = ACTIONS(924), [sym_comment] = ACTIONS(3), }, - [273] = { + [275] = { [sym_identifier] = ACTIONS(1032), [aux_sym_preproc_include_token1] = ACTIONS(1032), [aux_sym_preproc_def_token1] = ACTIONS(1032), [aux_sym_preproc_if_token1] = ACTIONS(1032), + [aux_sym_preproc_if_token2] = ACTIONS(1032), [aux_sym_preproc_ifdef_token1] = ACTIONS(1032), [aux_sym_preproc_ifdef_token2] = ACTIONS(1032), [sym_preproc_directive] = ACTIONS(1032), @@ -39571,7 +39842,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1032), [anon_sym___vectorcall] = ACTIONS(1032), [anon_sym_LBRACE] = ACTIONS(1034), - [anon_sym_RBRACE] = ACTIONS(1034), [anon_sym_static] = ACTIONS(1032), [anon_sym_auto] = ACTIONS(1032), [anon_sym_register] = ACTIONS(1032), @@ -39625,586 +39895,1160 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1032), [sym_comment] = ACTIONS(3), }, - [274] = { - [sym_identifier] = ACTIONS(1008), - [aux_sym_preproc_include_token1] = ACTIONS(1008), - [aux_sym_preproc_def_token1] = ACTIONS(1008), - [aux_sym_preproc_if_token1] = ACTIONS(1008), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1008), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1008), - [sym_preproc_directive] = ACTIONS(1008), - [anon_sym_LPAREN2] = ACTIONS(1010), - [anon_sym_BANG] = ACTIONS(1010), - [anon_sym_TILDE] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1008), - [anon_sym_STAR] = ACTIONS(1010), - [anon_sym_AMP] = ACTIONS(1010), - [anon_sym_SEMI] = ACTIONS(1010), - [anon_sym_typedef] = ACTIONS(1008), - [anon_sym_extern] = ACTIONS(1008), - [anon_sym___attribute__] = ACTIONS(1008), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1010), - [anon_sym___declspec] = ACTIONS(1008), - [anon_sym___cdecl] = ACTIONS(1008), - [anon_sym___clrcall] = ACTIONS(1008), - [anon_sym___stdcall] = ACTIONS(1008), - [anon_sym___fastcall] = ACTIONS(1008), - [anon_sym___thiscall] = ACTIONS(1008), - [anon_sym___vectorcall] = ACTIONS(1008), - [anon_sym_LBRACE] = ACTIONS(1010), - [anon_sym_RBRACE] = ACTIONS(1010), - [anon_sym_static] = ACTIONS(1008), - [anon_sym_auto] = ACTIONS(1008), - [anon_sym_register] = ACTIONS(1008), - [anon_sym_inline] = ACTIONS(1008), - [anon_sym_const] = ACTIONS(1008), - [anon_sym_volatile] = ACTIONS(1008), - [anon_sym_restrict] = ACTIONS(1008), - [anon_sym___restrict__] = ACTIONS(1008), - [anon_sym__Atomic] = ACTIONS(1008), - [anon_sym__Noreturn] = ACTIONS(1008), - [anon_sym_signed] = ACTIONS(1008), - [anon_sym_unsigned] = ACTIONS(1008), - [anon_sym_long] = ACTIONS(1008), - [anon_sym_short] = ACTIONS(1008), - [sym_primitive_type] = ACTIONS(1008), - [anon_sym_enum] = ACTIONS(1008), - [anon_sym_struct] = ACTIONS(1008), - [anon_sym_union] = ACTIONS(1008), - [anon_sym_if] = ACTIONS(1008), - [anon_sym_else] = ACTIONS(1008), - [anon_sym_switch] = ACTIONS(1008), - [anon_sym_case] = ACTIONS(1008), - [anon_sym_default] = ACTIONS(1008), - [anon_sym_while] = ACTIONS(1008), - [anon_sym_do] = ACTIONS(1008), - [anon_sym_for] = ACTIONS(1008), - [anon_sym_return] = ACTIONS(1008), - [anon_sym_break] = ACTIONS(1008), - [anon_sym_continue] = ACTIONS(1008), - [anon_sym_goto] = ACTIONS(1008), - [anon_sym_DASH_DASH] = ACTIONS(1010), - [anon_sym_PLUS_PLUS] = ACTIONS(1010), - [anon_sym_sizeof] = ACTIONS(1008), - [anon_sym_offsetof] = ACTIONS(1008), - [anon_sym__Generic] = ACTIONS(1008), - [anon_sym_asm] = ACTIONS(1008), - [anon_sym___asm__] = ACTIONS(1008), - [sym_number_literal] = ACTIONS(1010), - [anon_sym_L_SQUOTE] = ACTIONS(1010), - [anon_sym_u_SQUOTE] = ACTIONS(1010), - [anon_sym_U_SQUOTE] = ACTIONS(1010), - [anon_sym_u8_SQUOTE] = ACTIONS(1010), - [anon_sym_SQUOTE] = ACTIONS(1010), - [anon_sym_L_DQUOTE] = ACTIONS(1010), - [anon_sym_u_DQUOTE] = ACTIONS(1010), - [anon_sym_U_DQUOTE] = ACTIONS(1010), - [anon_sym_u8_DQUOTE] = ACTIONS(1010), - [anon_sym_DQUOTE] = ACTIONS(1010), - [sym_true] = ACTIONS(1008), - [sym_false] = ACTIONS(1008), - [sym_null] = ACTIONS(1008), + [276] = { + [ts_builtin_sym_end] = ACTIONS(1022), + [sym_identifier] = ACTIONS(1020), + [aux_sym_preproc_include_token1] = ACTIONS(1020), + [aux_sym_preproc_def_token1] = ACTIONS(1020), + [aux_sym_preproc_if_token1] = ACTIONS(1020), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1020), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1020), + [sym_preproc_directive] = ACTIONS(1020), + [anon_sym_LPAREN2] = ACTIONS(1022), + [anon_sym_BANG] = ACTIONS(1022), + [anon_sym_TILDE] = ACTIONS(1022), + [anon_sym_DASH] = ACTIONS(1020), + [anon_sym_PLUS] = ACTIONS(1020), + [anon_sym_STAR] = ACTIONS(1022), + [anon_sym_AMP] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(1022), + [anon_sym_typedef] = ACTIONS(1020), + [anon_sym_extern] = ACTIONS(1020), + [anon_sym___attribute__] = ACTIONS(1020), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1022), + [anon_sym___declspec] = ACTIONS(1020), + [anon_sym___cdecl] = ACTIONS(1020), + [anon_sym___clrcall] = ACTIONS(1020), + [anon_sym___stdcall] = ACTIONS(1020), + [anon_sym___fastcall] = ACTIONS(1020), + [anon_sym___thiscall] = ACTIONS(1020), + [anon_sym___vectorcall] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1022), + [anon_sym_static] = ACTIONS(1020), + [anon_sym_auto] = ACTIONS(1020), + [anon_sym_register] = ACTIONS(1020), + [anon_sym_inline] = ACTIONS(1020), + [anon_sym_const] = ACTIONS(1020), + [anon_sym_volatile] = ACTIONS(1020), + [anon_sym_restrict] = ACTIONS(1020), + [anon_sym___restrict__] = ACTIONS(1020), + [anon_sym__Atomic] = ACTIONS(1020), + [anon_sym__Noreturn] = ACTIONS(1020), + [anon_sym_signed] = ACTIONS(1020), + [anon_sym_unsigned] = ACTIONS(1020), + [anon_sym_long] = ACTIONS(1020), + [anon_sym_short] = ACTIONS(1020), + [sym_primitive_type] = ACTIONS(1020), + [anon_sym_enum] = ACTIONS(1020), + [anon_sym_struct] = ACTIONS(1020), + [anon_sym_union] = ACTIONS(1020), + [anon_sym_if] = ACTIONS(1020), + [anon_sym_else] = ACTIONS(1020), + [anon_sym_switch] = ACTIONS(1020), + [anon_sym_case] = ACTIONS(1020), + [anon_sym_default] = ACTIONS(1020), + [anon_sym_while] = ACTIONS(1020), + [anon_sym_do] = ACTIONS(1020), + [anon_sym_for] = ACTIONS(1020), + [anon_sym_return] = ACTIONS(1020), + [anon_sym_break] = ACTIONS(1020), + [anon_sym_continue] = ACTIONS(1020), + [anon_sym_goto] = ACTIONS(1020), + [anon_sym_DASH_DASH] = ACTIONS(1022), + [anon_sym_PLUS_PLUS] = ACTIONS(1022), + [anon_sym_sizeof] = ACTIONS(1020), + [anon_sym_offsetof] = ACTIONS(1020), + [anon_sym__Generic] = ACTIONS(1020), + [anon_sym_asm] = ACTIONS(1020), + [anon_sym___asm__] = ACTIONS(1020), + [sym_number_literal] = ACTIONS(1022), + [anon_sym_L_SQUOTE] = ACTIONS(1022), + [anon_sym_u_SQUOTE] = ACTIONS(1022), + [anon_sym_U_SQUOTE] = ACTIONS(1022), + [anon_sym_u8_SQUOTE] = ACTIONS(1022), + [anon_sym_SQUOTE] = ACTIONS(1022), + [anon_sym_L_DQUOTE] = ACTIONS(1022), + [anon_sym_u_DQUOTE] = ACTIONS(1022), + [anon_sym_U_DQUOTE] = ACTIONS(1022), + [anon_sym_u8_DQUOTE] = ACTIONS(1022), + [anon_sym_DQUOTE] = ACTIONS(1022), + [sym_true] = ACTIONS(1020), + [sym_false] = ACTIONS(1020), + [sym_null] = ACTIONS(1020), + [sym_comment] = ACTIONS(3), + }, + [277] = { + [ts_builtin_sym_end] = ACTIONS(1042), + [sym_identifier] = ACTIONS(1040), + [aux_sym_preproc_include_token1] = ACTIONS(1040), + [aux_sym_preproc_def_token1] = ACTIONS(1040), + [aux_sym_preproc_if_token1] = ACTIONS(1040), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1040), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1040), + [sym_preproc_directive] = ACTIONS(1040), + [anon_sym_LPAREN2] = ACTIONS(1042), + [anon_sym_BANG] = ACTIONS(1042), + [anon_sym_TILDE] = ACTIONS(1042), + [anon_sym_DASH] = ACTIONS(1040), + [anon_sym_PLUS] = ACTIONS(1040), + [anon_sym_STAR] = ACTIONS(1042), + [anon_sym_AMP] = ACTIONS(1042), + [anon_sym_SEMI] = ACTIONS(1042), + [anon_sym_typedef] = ACTIONS(1040), + [anon_sym_extern] = ACTIONS(1040), + [anon_sym___attribute__] = ACTIONS(1040), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1042), + [anon_sym___declspec] = ACTIONS(1040), + [anon_sym___cdecl] = ACTIONS(1040), + [anon_sym___clrcall] = ACTIONS(1040), + [anon_sym___stdcall] = ACTIONS(1040), + [anon_sym___fastcall] = ACTIONS(1040), + [anon_sym___thiscall] = ACTIONS(1040), + [anon_sym___vectorcall] = ACTIONS(1040), + [anon_sym_LBRACE] = ACTIONS(1042), + [anon_sym_static] = ACTIONS(1040), + [anon_sym_auto] = ACTIONS(1040), + [anon_sym_register] = ACTIONS(1040), + [anon_sym_inline] = ACTIONS(1040), + [anon_sym_const] = ACTIONS(1040), + [anon_sym_volatile] = ACTIONS(1040), + [anon_sym_restrict] = ACTIONS(1040), + [anon_sym___restrict__] = ACTIONS(1040), + [anon_sym__Atomic] = ACTIONS(1040), + [anon_sym__Noreturn] = ACTIONS(1040), + [anon_sym_signed] = ACTIONS(1040), + [anon_sym_unsigned] = ACTIONS(1040), + [anon_sym_long] = ACTIONS(1040), + [anon_sym_short] = ACTIONS(1040), + [sym_primitive_type] = ACTIONS(1040), + [anon_sym_enum] = ACTIONS(1040), + [anon_sym_struct] = ACTIONS(1040), + [anon_sym_union] = ACTIONS(1040), + [anon_sym_if] = ACTIONS(1040), + [anon_sym_else] = ACTIONS(1040), + [anon_sym_switch] = ACTIONS(1040), + [anon_sym_case] = ACTIONS(1040), + [anon_sym_default] = ACTIONS(1040), + [anon_sym_while] = ACTIONS(1040), + [anon_sym_do] = ACTIONS(1040), + [anon_sym_for] = ACTIONS(1040), + [anon_sym_return] = ACTIONS(1040), + [anon_sym_break] = ACTIONS(1040), + [anon_sym_continue] = ACTIONS(1040), + [anon_sym_goto] = ACTIONS(1040), + [anon_sym_DASH_DASH] = ACTIONS(1042), + [anon_sym_PLUS_PLUS] = ACTIONS(1042), + [anon_sym_sizeof] = ACTIONS(1040), + [anon_sym_offsetof] = ACTIONS(1040), + [anon_sym__Generic] = ACTIONS(1040), + [anon_sym_asm] = ACTIONS(1040), + [anon_sym___asm__] = ACTIONS(1040), + [sym_number_literal] = ACTIONS(1042), + [anon_sym_L_SQUOTE] = ACTIONS(1042), + [anon_sym_u_SQUOTE] = ACTIONS(1042), + [anon_sym_U_SQUOTE] = ACTIONS(1042), + [anon_sym_u8_SQUOTE] = ACTIONS(1042), + [anon_sym_SQUOTE] = ACTIONS(1042), + [anon_sym_L_DQUOTE] = ACTIONS(1042), + [anon_sym_u_DQUOTE] = ACTIONS(1042), + [anon_sym_U_DQUOTE] = ACTIONS(1042), + [anon_sym_u8_DQUOTE] = ACTIONS(1042), + [anon_sym_DQUOTE] = ACTIONS(1042), + [sym_true] = ACTIONS(1040), + [sym_false] = ACTIONS(1040), + [sym_null] = ACTIONS(1040), + [sym_comment] = ACTIONS(3), + }, + [278] = { + [ts_builtin_sym_end] = ACTIONS(994), + [sym_identifier] = ACTIONS(992), + [aux_sym_preproc_include_token1] = ACTIONS(992), + [aux_sym_preproc_def_token1] = ACTIONS(992), + [aux_sym_preproc_if_token1] = ACTIONS(992), + [aux_sym_preproc_ifdef_token1] = ACTIONS(992), + [aux_sym_preproc_ifdef_token2] = ACTIONS(992), + [sym_preproc_directive] = ACTIONS(992), + [anon_sym_LPAREN2] = ACTIONS(994), + [anon_sym_BANG] = ACTIONS(994), + [anon_sym_TILDE] = ACTIONS(994), + [anon_sym_DASH] = ACTIONS(992), + [anon_sym_PLUS] = ACTIONS(992), + [anon_sym_STAR] = ACTIONS(994), + [anon_sym_AMP] = ACTIONS(994), + [anon_sym_SEMI] = ACTIONS(994), + [anon_sym_typedef] = ACTIONS(992), + [anon_sym_extern] = ACTIONS(992), + [anon_sym___attribute__] = ACTIONS(992), + [anon_sym_LBRACK_LBRACK] = ACTIONS(994), + [anon_sym___declspec] = ACTIONS(992), + [anon_sym___cdecl] = ACTIONS(992), + [anon_sym___clrcall] = ACTIONS(992), + [anon_sym___stdcall] = ACTIONS(992), + [anon_sym___fastcall] = ACTIONS(992), + [anon_sym___thiscall] = ACTIONS(992), + [anon_sym___vectorcall] = ACTIONS(992), + [anon_sym_LBRACE] = ACTIONS(994), + [anon_sym_static] = ACTIONS(992), + [anon_sym_auto] = ACTIONS(992), + [anon_sym_register] = ACTIONS(992), + [anon_sym_inline] = ACTIONS(992), + [anon_sym_const] = ACTIONS(992), + [anon_sym_volatile] = ACTIONS(992), + [anon_sym_restrict] = ACTIONS(992), + [anon_sym___restrict__] = ACTIONS(992), + [anon_sym__Atomic] = ACTIONS(992), + [anon_sym__Noreturn] = ACTIONS(992), + [anon_sym_signed] = ACTIONS(992), + [anon_sym_unsigned] = ACTIONS(992), + [anon_sym_long] = ACTIONS(992), + [anon_sym_short] = ACTIONS(992), + [sym_primitive_type] = ACTIONS(992), + [anon_sym_enum] = ACTIONS(992), + [anon_sym_struct] = ACTIONS(992), + [anon_sym_union] = ACTIONS(992), + [anon_sym_if] = ACTIONS(992), + [anon_sym_else] = ACTIONS(992), + [anon_sym_switch] = ACTIONS(992), + [anon_sym_case] = ACTIONS(992), + [anon_sym_default] = ACTIONS(992), + [anon_sym_while] = ACTIONS(992), + [anon_sym_do] = ACTIONS(992), + [anon_sym_for] = ACTIONS(992), + [anon_sym_return] = ACTIONS(992), + [anon_sym_break] = ACTIONS(992), + [anon_sym_continue] = ACTIONS(992), + [anon_sym_goto] = ACTIONS(992), + [anon_sym_DASH_DASH] = ACTIONS(994), + [anon_sym_PLUS_PLUS] = ACTIONS(994), + [anon_sym_sizeof] = ACTIONS(992), + [anon_sym_offsetof] = ACTIONS(992), + [anon_sym__Generic] = ACTIONS(992), + [anon_sym_asm] = ACTIONS(992), + [anon_sym___asm__] = ACTIONS(992), + [sym_number_literal] = ACTIONS(994), + [anon_sym_L_SQUOTE] = ACTIONS(994), + [anon_sym_u_SQUOTE] = ACTIONS(994), + [anon_sym_U_SQUOTE] = ACTIONS(994), + [anon_sym_u8_SQUOTE] = ACTIONS(994), + [anon_sym_SQUOTE] = ACTIONS(994), + [anon_sym_L_DQUOTE] = ACTIONS(994), + [anon_sym_u_DQUOTE] = ACTIONS(994), + [anon_sym_U_DQUOTE] = ACTIONS(994), + [anon_sym_u8_DQUOTE] = ACTIONS(994), + [anon_sym_DQUOTE] = ACTIONS(994), + [sym_true] = ACTIONS(992), + [sym_false] = ACTIONS(992), + [sym_null] = ACTIONS(992), + [sym_comment] = ACTIONS(3), + }, + [279] = { + [ts_builtin_sym_end] = ACTIONS(950), + [sym_identifier] = ACTIONS(948), + [aux_sym_preproc_include_token1] = ACTIONS(948), + [aux_sym_preproc_def_token1] = ACTIONS(948), + [aux_sym_preproc_if_token1] = ACTIONS(948), + [aux_sym_preproc_ifdef_token1] = ACTIONS(948), + [aux_sym_preproc_ifdef_token2] = ACTIONS(948), + [sym_preproc_directive] = ACTIONS(948), + [anon_sym_LPAREN2] = ACTIONS(950), + [anon_sym_BANG] = ACTIONS(950), + [anon_sym_TILDE] = ACTIONS(950), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_STAR] = ACTIONS(950), + [anon_sym_AMP] = ACTIONS(950), + [anon_sym_SEMI] = ACTIONS(950), + [anon_sym_typedef] = ACTIONS(948), + [anon_sym_extern] = ACTIONS(948), + [anon_sym___attribute__] = ACTIONS(948), + [anon_sym_LBRACK_LBRACK] = ACTIONS(950), + [anon_sym___declspec] = ACTIONS(948), + [anon_sym___cdecl] = ACTIONS(948), + [anon_sym___clrcall] = ACTIONS(948), + [anon_sym___stdcall] = ACTIONS(948), + [anon_sym___fastcall] = ACTIONS(948), + [anon_sym___thiscall] = ACTIONS(948), + [anon_sym___vectorcall] = ACTIONS(948), + [anon_sym_LBRACE] = ACTIONS(950), + [anon_sym_static] = ACTIONS(948), + [anon_sym_auto] = ACTIONS(948), + [anon_sym_register] = ACTIONS(948), + [anon_sym_inline] = ACTIONS(948), + [anon_sym_const] = ACTIONS(948), + [anon_sym_volatile] = ACTIONS(948), + [anon_sym_restrict] = ACTIONS(948), + [anon_sym___restrict__] = ACTIONS(948), + [anon_sym__Atomic] = ACTIONS(948), + [anon_sym__Noreturn] = ACTIONS(948), + [anon_sym_signed] = ACTIONS(948), + [anon_sym_unsigned] = ACTIONS(948), + [anon_sym_long] = ACTIONS(948), + [anon_sym_short] = ACTIONS(948), + [sym_primitive_type] = ACTIONS(948), + [anon_sym_enum] = ACTIONS(948), + [anon_sym_struct] = ACTIONS(948), + [anon_sym_union] = ACTIONS(948), + [anon_sym_if] = ACTIONS(948), + [anon_sym_else] = ACTIONS(948), + [anon_sym_switch] = ACTIONS(948), + [anon_sym_case] = ACTIONS(948), + [anon_sym_default] = ACTIONS(948), + [anon_sym_while] = ACTIONS(948), + [anon_sym_do] = ACTIONS(948), + [anon_sym_for] = ACTIONS(948), + [anon_sym_return] = ACTIONS(948), + [anon_sym_break] = ACTIONS(948), + [anon_sym_continue] = ACTIONS(948), + [anon_sym_goto] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(950), + [anon_sym_PLUS_PLUS] = ACTIONS(950), + [anon_sym_sizeof] = ACTIONS(948), + [anon_sym_offsetof] = ACTIONS(948), + [anon_sym__Generic] = ACTIONS(948), + [anon_sym_asm] = ACTIONS(948), + [anon_sym___asm__] = ACTIONS(948), + [sym_number_literal] = ACTIONS(950), + [anon_sym_L_SQUOTE] = ACTIONS(950), + [anon_sym_u_SQUOTE] = ACTIONS(950), + [anon_sym_U_SQUOTE] = ACTIONS(950), + [anon_sym_u8_SQUOTE] = ACTIONS(950), + [anon_sym_SQUOTE] = ACTIONS(950), + [anon_sym_L_DQUOTE] = ACTIONS(950), + [anon_sym_u_DQUOTE] = ACTIONS(950), + [anon_sym_U_DQUOTE] = ACTIONS(950), + [anon_sym_u8_DQUOTE] = ACTIONS(950), + [anon_sym_DQUOTE] = ACTIONS(950), + [sym_true] = ACTIONS(948), + [sym_false] = ACTIONS(948), + [sym_null] = ACTIONS(948), + [sym_comment] = ACTIONS(3), + }, + [280] = { + [sym_identifier] = ACTIONS(940), + [aux_sym_preproc_include_token1] = ACTIONS(940), + [aux_sym_preproc_def_token1] = ACTIONS(940), + [aux_sym_preproc_if_token1] = ACTIONS(940), + [aux_sym_preproc_if_token2] = ACTIONS(940), + [aux_sym_preproc_ifdef_token1] = ACTIONS(940), + [aux_sym_preproc_ifdef_token2] = ACTIONS(940), + [sym_preproc_directive] = ACTIONS(940), + [anon_sym_LPAREN2] = ACTIONS(942), + [anon_sym_BANG] = ACTIONS(942), + [anon_sym_TILDE] = ACTIONS(942), + [anon_sym_DASH] = ACTIONS(940), + [anon_sym_PLUS] = ACTIONS(940), + [anon_sym_STAR] = ACTIONS(942), + [anon_sym_AMP] = ACTIONS(942), + [anon_sym_SEMI] = ACTIONS(942), + [anon_sym_typedef] = ACTIONS(940), + [anon_sym_extern] = ACTIONS(940), + [anon_sym___attribute__] = ACTIONS(940), + [anon_sym_LBRACK_LBRACK] = ACTIONS(942), + [anon_sym___declspec] = ACTIONS(940), + [anon_sym___cdecl] = ACTIONS(940), + [anon_sym___clrcall] = ACTIONS(940), + [anon_sym___stdcall] = ACTIONS(940), + [anon_sym___fastcall] = ACTIONS(940), + [anon_sym___thiscall] = ACTIONS(940), + [anon_sym___vectorcall] = ACTIONS(940), + [anon_sym_LBRACE] = ACTIONS(942), + [anon_sym_static] = ACTIONS(940), + [anon_sym_auto] = ACTIONS(940), + [anon_sym_register] = ACTIONS(940), + [anon_sym_inline] = ACTIONS(940), + [anon_sym_const] = ACTIONS(940), + [anon_sym_volatile] = ACTIONS(940), + [anon_sym_restrict] = ACTIONS(940), + [anon_sym___restrict__] = ACTIONS(940), + [anon_sym__Atomic] = ACTIONS(940), + [anon_sym__Noreturn] = ACTIONS(940), + [anon_sym_signed] = ACTIONS(940), + [anon_sym_unsigned] = ACTIONS(940), + [anon_sym_long] = ACTIONS(940), + [anon_sym_short] = ACTIONS(940), + [sym_primitive_type] = ACTIONS(940), + [anon_sym_enum] = ACTIONS(940), + [anon_sym_struct] = ACTIONS(940), + [anon_sym_union] = ACTIONS(940), + [anon_sym_if] = ACTIONS(940), + [anon_sym_else] = ACTIONS(940), + [anon_sym_switch] = ACTIONS(940), + [anon_sym_case] = ACTIONS(940), + [anon_sym_default] = ACTIONS(940), + [anon_sym_while] = ACTIONS(940), + [anon_sym_do] = ACTIONS(940), + [anon_sym_for] = ACTIONS(940), + [anon_sym_return] = ACTIONS(940), + [anon_sym_break] = ACTIONS(940), + [anon_sym_continue] = ACTIONS(940), + [anon_sym_goto] = ACTIONS(940), + [anon_sym_DASH_DASH] = ACTIONS(942), + [anon_sym_PLUS_PLUS] = ACTIONS(942), + [anon_sym_sizeof] = ACTIONS(940), + [anon_sym_offsetof] = ACTIONS(940), + [anon_sym__Generic] = ACTIONS(940), + [anon_sym_asm] = ACTIONS(940), + [anon_sym___asm__] = ACTIONS(940), + [sym_number_literal] = ACTIONS(942), + [anon_sym_L_SQUOTE] = ACTIONS(942), + [anon_sym_u_SQUOTE] = ACTIONS(942), + [anon_sym_U_SQUOTE] = ACTIONS(942), + [anon_sym_u8_SQUOTE] = ACTIONS(942), + [anon_sym_SQUOTE] = ACTIONS(942), + [anon_sym_L_DQUOTE] = ACTIONS(942), + [anon_sym_u_DQUOTE] = ACTIONS(942), + [anon_sym_U_DQUOTE] = ACTIONS(942), + [anon_sym_u8_DQUOTE] = ACTIONS(942), + [anon_sym_DQUOTE] = ACTIONS(942), + [sym_true] = ACTIONS(940), + [sym_false] = ACTIONS(940), + [sym_null] = ACTIONS(940), [sym_comment] = ACTIONS(3), }, - [275] = { - [ts_builtin_sym_end] = ACTIONS(1030), - [sym_identifier] = ACTIONS(1028), - [aux_sym_preproc_include_token1] = ACTIONS(1028), - [aux_sym_preproc_def_token1] = ACTIONS(1028), - [aux_sym_preproc_if_token1] = ACTIONS(1028), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1028), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1028), - [sym_preproc_directive] = ACTIONS(1028), - [anon_sym_LPAREN2] = ACTIONS(1030), - [anon_sym_BANG] = ACTIONS(1030), - [anon_sym_TILDE] = ACTIONS(1030), - [anon_sym_DASH] = ACTIONS(1028), - [anon_sym_PLUS] = ACTIONS(1028), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1030), - [anon_sym_typedef] = ACTIONS(1028), - [anon_sym_extern] = ACTIONS(1028), - [anon_sym___attribute__] = ACTIONS(1028), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1030), - [anon_sym___declspec] = ACTIONS(1028), - [anon_sym___cdecl] = ACTIONS(1028), - [anon_sym___clrcall] = ACTIONS(1028), - [anon_sym___stdcall] = ACTIONS(1028), - [anon_sym___fastcall] = ACTIONS(1028), - [anon_sym___thiscall] = ACTIONS(1028), - [anon_sym___vectorcall] = ACTIONS(1028), - [anon_sym_LBRACE] = ACTIONS(1030), - [anon_sym_static] = ACTIONS(1028), - [anon_sym_auto] = ACTIONS(1028), - [anon_sym_register] = ACTIONS(1028), - [anon_sym_inline] = ACTIONS(1028), - [anon_sym_const] = ACTIONS(1028), - [anon_sym_volatile] = ACTIONS(1028), - [anon_sym_restrict] = ACTIONS(1028), - [anon_sym___restrict__] = ACTIONS(1028), - [anon_sym__Atomic] = ACTIONS(1028), - [anon_sym__Noreturn] = ACTIONS(1028), - [anon_sym_signed] = ACTIONS(1028), - [anon_sym_unsigned] = ACTIONS(1028), - [anon_sym_long] = ACTIONS(1028), - [anon_sym_short] = ACTIONS(1028), - [sym_primitive_type] = ACTIONS(1028), - [anon_sym_enum] = ACTIONS(1028), - [anon_sym_struct] = ACTIONS(1028), - [anon_sym_union] = ACTIONS(1028), - [anon_sym_if] = ACTIONS(1028), - [anon_sym_else] = ACTIONS(1028), - [anon_sym_switch] = ACTIONS(1028), - [anon_sym_case] = ACTIONS(1028), - [anon_sym_default] = ACTIONS(1028), - [anon_sym_while] = ACTIONS(1028), - [anon_sym_do] = ACTIONS(1028), - [anon_sym_for] = ACTIONS(1028), - [anon_sym_return] = ACTIONS(1028), - [anon_sym_break] = ACTIONS(1028), - [anon_sym_continue] = ACTIONS(1028), - [anon_sym_goto] = ACTIONS(1028), - [anon_sym_DASH_DASH] = ACTIONS(1030), - [anon_sym_PLUS_PLUS] = ACTIONS(1030), - [anon_sym_sizeof] = ACTIONS(1028), - [anon_sym_offsetof] = ACTIONS(1028), - [anon_sym__Generic] = ACTIONS(1028), - [anon_sym_asm] = ACTIONS(1028), - [anon_sym___asm__] = ACTIONS(1028), - [sym_number_literal] = ACTIONS(1030), - [anon_sym_L_SQUOTE] = ACTIONS(1030), - [anon_sym_u_SQUOTE] = ACTIONS(1030), - [anon_sym_U_SQUOTE] = ACTIONS(1030), - [anon_sym_u8_SQUOTE] = ACTIONS(1030), - [anon_sym_SQUOTE] = ACTIONS(1030), - [anon_sym_L_DQUOTE] = ACTIONS(1030), - [anon_sym_u_DQUOTE] = ACTIONS(1030), - [anon_sym_U_DQUOTE] = ACTIONS(1030), - [anon_sym_u8_DQUOTE] = ACTIONS(1030), - [anon_sym_DQUOTE] = ACTIONS(1030), - [sym_true] = ACTIONS(1028), - [sym_false] = ACTIONS(1028), - [sym_null] = ACTIONS(1028), + [281] = { + [ts_builtin_sym_end] = ACTIONS(926), + [sym_identifier] = ACTIONS(924), + [aux_sym_preproc_include_token1] = ACTIONS(924), + [aux_sym_preproc_def_token1] = ACTIONS(924), + [aux_sym_preproc_if_token1] = ACTIONS(924), + [aux_sym_preproc_ifdef_token1] = ACTIONS(924), + [aux_sym_preproc_ifdef_token2] = ACTIONS(924), + [sym_preproc_directive] = ACTIONS(924), + [anon_sym_LPAREN2] = ACTIONS(926), + [anon_sym_BANG] = ACTIONS(926), + [anon_sym_TILDE] = ACTIONS(926), + [anon_sym_DASH] = ACTIONS(924), + [anon_sym_PLUS] = ACTIONS(924), + [anon_sym_STAR] = ACTIONS(926), + [anon_sym_AMP] = ACTIONS(926), + [anon_sym_SEMI] = ACTIONS(926), + [anon_sym_typedef] = ACTIONS(924), + [anon_sym_extern] = ACTIONS(924), + [anon_sym___attribute__] = ACTIONS(924), + [anon_sym_LBRACK_LBRACK] = ACTIONS(926), + [anon_sym___declspec] = ACTIONS(924), + [anon_sym___cdecl] = ACTIONS(924), + [anon_sym___clrcall] = ACTIONS(924), + [anon_sym___stdcall] = ACTIONS(924), + [anon_sym___fastcall] = ACTIONS(924), + [anon_sym___thiscall] = ACTIONS(924), + [anon_sym___vectorcall] = ACTIONS(924), + [anon_sym_LBRACE] = ACTIONS(926), + [anon_sym_static] = ACTIONS(924), + [anon_sym_auto] = ACTIONS(924), + [anon_sym_register] = ACTIONS(924), + [anon_sym_inline] = ACTIONS(924), + [anon_sym_const] = ACTIONS(924), + [anon_sym_volatile] = ACTIONS(924), + [anon_sym_restrict] = ACTIONS(924), + [anon_sym___restrict__] = ACTIONS(924), + [anon_sym__Atomic] = ACTIONS(924), + [anon_sym__Noreturn] = ACTIONS(924), + [anon_sym_signed] = ACTIONS(924), + [anon_sym_unsigned] = ACTIONS(924), + [anon_sym_long] = ACTIONS(924), + [anon_sym_short] = ACTIONS(924), + [sym_primitive_type] = ACTIONS(924), + [anon_sym_enum] = ACTIONS(924), + [anon_sym_struct] = ACTIONS(924), + [anon_sym_union] = ACTIONS(924), + [anon_sym_if] = ACTIONS(924), + [anon_sym_else] = ACTIONS(924), + [anon_sym_switch] = ACTIONS(924), + [anon_sym_case] = ACTIONS(924), + [anon_sym_default] = ACTIONS(924), + [anon_sym_while] = ACTIONS(924), + [anon_sym_do] = ACTIONS(924), + [anon_sym_for] = ACTIONS(924), + [anon_sym_return] = ACTIONS(924), + [anon_sym_break] = ACTIONS(924), + [anon_sym_continue] = ACTIONS(924), + [anon_sym_goto] = ACTIONS(924), + [anon_sym_DASH_DASH] = ACTIONS(926), + [anon_sym_PLUS_PLUS] = ACTIONS(926), + [anon_sym_sizeof] = ACTIONS(924), + [anon_sym_offsetof] = ACTIONS(924), + [anon_sym__Generic] = ACTIONS(924), + [anon_sym_asm] = ACTIONS(924), + [anon_sym___asm__] = ACTIONS(924), + [sym_number_literal] = ACTIONS(926), + [anon_sym_L_SQUOTE] = ACTIONS(926), + [anon_sym_u_SQUOTE] = ACTIONS(926), + [anon_sym_U_SQUOTE] = ACTIONS(926), + [anon_sym_u8_SQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(926), + [anon_sym_L_DQUOTE] = ACTIONS(926), + [anon_sym_u_DQUOTE] = ACTIONS(926), + [anon_sym_U_DQUOTE] = ACTIONS(926), + [anon_sym_u8_DQUOTE] = ACTIONS(926), + [anon_sym_DQUOTE] = ACTIONS(926), + [sym_true] = ACTIONS(924), + [sym_false] = ACTIONS(924), + [sym_null] = ACTIONS(924), [sym_comment] = ACTIONS(3), }, - [276] = { - [ts_builtin_sym_end] = ACTIONS(1010), - [sym_identifier] = ACTIONS(1008), - [aux_sym_preproc_include_token1] = ACTIONS(1008), - [aux_sym_preproc_def_token1] = ACTIONS(1008), - [aux_sym_preproc_if_token1] = ACTIONS(1008), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1008), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1008), - [sym_preproc_directive] = ACTIONS(1008), - [anon_sym_LPAREN2] = ACTIONS(1010), - [anon_sym_BANG] = ACTIONS(1010), - [anon_sym_TILDE] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1008), - [anon_sym_STAR] = ACTIONS(1010), - [anon_sym_AMP] = ACTIONS(1010), - [anon_sym_SEMI] = ACTIONS(1010), - [anon_sym_typedef] = ACTIONS(1008), - [anon_sym_extern] = ACTIONS(1008), - [anon_sym___attribute__] = ACTIONS(1008), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1010), - [anon_sym___declspec] = ACTIONS(1008), - [anon_sym___cdecl] = ACTIONS(1008), - [anon_sym___clrcall] = ACTIONS(1008), - [anon_sym___stdcall] = ACTIONS(1008), - [anon_sym___fastcall] = ACTIONS(1008), - [anon_sym___thiscall] = ACTIONS(1008), - [anon_sym___vectorcall] = ACTIONS(1008), - [anon_sym_LBRACE] = ACTIONS(1010), - [anon_sym_static] = ACTIONS(1008), - [anon_sym_auto] = ACTIONS(1008), - [anon_sym_register] = ACTIONS(1008), - [anon_sym_inline] = ACTIONS(1008), - [anon_sym_const] = ACTIONS(1008), - [anon_sym_volatile] = ACTIONS(1008), - [anon_sym_restrict] = ACTIONS(1008), - [anon_sym___restrict__] = ACTIONS(1008), - [anon_sym__Atomic] = ACTIONS(1008), - [anon_sym__Noreturn] = ACTIONS(1008), - [anon_sym_signed] = ACTIONS(1008), - [anon_sym_unsigned] = ACTIONS(1008), - [anon_sym_long] = ACTIONS(1008), - [anon_sym_short] = ACTIONS(1008), - [sym_primitive_type] = ACTIONS(1008), - [anon_sym_enum] = ACTIONS(1008), - [anon_sym_struct] = ACTIONS(1008), - [anon_sym_union] = ACTIONS(1008), - [anon_sym_if] = ACTIONS(1008), - [anon_sym_else] = ACTIONS(1008), - [anon_sym_switch] = ACTIONS(1008), - [anon_sym_case] = ACTIONS(1008), - [anon_sym_default] = ACTIONS(1008), - [anon_sym_while] = ACTIONS(1008), - [anon_sym_do] = ACTIONS(1008), - [anon_sym_for] = ACTIONS(1008), - [anon_sym_return] = ACTIONS(1008), - [anon_sym_break] = ACTIONS(1008), - [anon_sym_continue] = ACTIONS(1008), - [anon_sym_goto] = ACTIONS(1008), - [anon_sym_DASH_DASH] = ACTIONS(1010), - [anon_sym_PLUS_PLUS] = ACTIONS(1010), - [anon_sym_sizeof] = ACTIONS(1008), - [anon_sym_offsetof] = ACTIONS(1008), - [anon_sym__Generic] = ACTIONS(1008), - [anon_sym_asm] = ACTIONS(1008), - [anon_sym___asm__] = ACTIONS(1008), - [sym_number_literal] = ACTIONS(1010), - [anon_sym_L_SQUOTE] = ACTIONS(1010), - [anon_sym_u_SQUOTE] = ACTIONS(1010), - [anon_sym_U_SQUOTE] = ACTIONS(1010), - [anon_sym_u8_SQUOTE] = ACTIONS(1010), - [anon_sym_SQUOTE] = ACTIONS(1010), - [anon_sym_L_DQUOTE] = ACTIONS(1010), - [anon_sym_u_DQUOTE] = ACTIONS(1010), - [anon_sym_U_DQUOTE] = ACTIONS(1010), - [anon_sym_u8_DQUOTE] = ACTIONS(1010), - [anon_sym_DQUOTE] = ACTIONS(1010), - [sym_true] = ACTIONS(1008), - [sym_false] = ACTIONS(1008), - [sym_null] = ACTIONS(1008), + [282] = { + [sym_identifier] = ACTIONS(948), + [aux_sym_preproc_include_token1] = ACTIONS(948), + [aux_sym_preproc_def_token1] = ACTIONS(948), + [aux_sym_preproc_if_token1] = ACTIONS(948), + [aux_sym_preproc_ifdef_token1] = ACTIONS(948), + [aux_sym_preproc_ifdef_token2] = ACTIONS(948), + [sym_preproc_directive] = ACTIONS(948), + [anon_sym_LPAREN2] = ACTIONS(950), + [anon_sym_BANG] = ACTIONS(950), + [anon_sym_TILDE] = ACTIONS(950), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_STAR] = ACTIONS(950), + [anon_sym_AMP] = ACTIONS(950), + [anon_sym_SEMI] = ACTIONS(950), + [anon_sym_typedef] = ACTIONS(948), + [anon_sym_extern] = ACTIONS(948), + [anon_sym___attribute__] = ACTIONS(948), + [anon_sym_LBRACK_LBRACK] = ACTIONS(950), + [anon_sym___declspec] = ACTIONS(948), + [anon_sym___cdecl] = ACTIONS(948), + [anon_sym___clrcall] = ACTIONS(948), + [anon_sym___stdcall] = ACTIONS(948), + [anon_sym___fastcall] = ACTIONS(948), + [anon_sym___thiscall] = ACTIONS(948), + [anon_sym___vectorcall] = ACTIONS(948), + [anon_sym_LBRACE] = ACTIONS(950), + [anon_sym_RBRACE] = ACTIONS(950), + [anon_sym_static] = ACTIONS(948), + [anon_sym_auto] = ACTIONS(948), + [anon_sym_register] = ACTIONS(948), + [anon_sym_inline] = ACTIONS(948), + [anon_sym_const] = ACTIONS(948), + [anon_sym_volatile] = ACTIONS(948), + [anon_sym_restrict] = ACTIONS(948), + [anon_sym___restrict__] = ACTIONS(948), + [anon_sym__Atomic] = ACTIONS(948), + [anon_sym__Noreturn] = ACTIONS(948), + [anon_sym_signed] = ACTIONS(948), + [anon_sym_unsigned] = ACTIONS(948), + [anon_sym_long] = ACTIONS(948), + [anon_sym_short] = ACTIONS(948), + [sym_primitive_type] = ACTIONS(948), + [anon_sym_enum] = ACTIONS(948), + [anon_sym_struct] = ACTIONS(948), + [anon_sym_union] = ACTIONS(948), + [anon_sym_if] = ACTIONS(948), + [anon_sym_else] = ACTIONS(948), + [anon_sym_switch] = ACTIONS(948), + [anon_sym_case] = ACTIONS(948), + [anon_sym_default] = ACTIONS(948), + [anon_sym_while] = ACTIONS(948), + [anon_sym_do] = ACTIONS(948), + [anon_sym_for] = ACTIONS(948), + [anon_sym_return] = ACTIONS(948), + [anon_sym_break] = ACTIONS(948), + [anon_sym_continue] = ACTIONS(948), + [anon_sym_goto] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(950), + [anon_sym_PLUS_PLUS] = ACTIONS(950), + [anon_sym_sizeof] = ACTIONS(948), + [anon_sym_offsetof] = ACTIONS(948), + [anon_sym__Generic] = ACTIONS(948), + [anon_sym_asm] = ACTIONS(948), + [anon_sym___asm__] = ACTIONS(948), + [sym_number_literal] = ACTIONS(950), + [anon_sym_L_SQUOTE] = ACTIONS(950), + [anon_sym_u_SQUOTE] = ACTIONS(950), + [anon_sym_U_SQUOTE] = ACTIONS(950), + [anon_sym_u8_SQUOTE] = ACTIONS(950), + [anon_sym_SQUOTE] = ACTIONS(950), + [anon_sym_L_DQUOTE] = ACTIONS(950), + [anon_sym_u_DQUOTE] = ACTIONS(950), + [anon_sym_U_DQUOTE] = ACTIONS(950), + [anon_sym_u8_DQUOTE] = ACTIONS(950), + [anon_sym_DQUOTE] = ACTIONS(950), + [sym_true] = ACTIONS(948), + [sym_false] = ACTIONS(948), + [sym_null] = ACTIONS(948), [sym_comment] = ACTIONS(3), }, - [277] = { - [ts_builtin_sym_end] = ACTIONS(1034), - [sym_identifier] = ACTIONS(1032), - [aux_sym_preproc_include_token1] = ACTIONS(1032), - [aux_sym_preproc_def_token1] = ACTIONS(1032), - [aux_sym_preproc_if_token1] = ACTIONS(1032), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1032), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1032), - [sym_preproc_directive] = ACTIONS(1032), - [anon_sym_LPAREN2] = ACTIONS(1034), - [anon_sym_BANG] = ACTIONS(1034), - [anon_sym_TILDE] = ACTIONS(1034), - [anon_sym_DASH] = ACTIONS(1032), - [anon_sym_PLUS] = ACTIONS(1032), - [anon_sym_STAR] = ACTIONS(1034), - [anon_sym_AMP] = ACTIONS(1034), - [anon_sym_SEMI] = ACTIONS(1034), - [anon_sym_typedef] = ACTIONS(1032), - [anon_sym_extern] = ACTIONS(1032), - [anon_sym___attribute__] = ACTIONS(1032), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1034), - [anon_sym___declspec] = ACTIONS(1032), - [anon_sym___cdecl] = ACTIONS(1032), - [anon_sym___clrcall] = ACTIONS(1032), - [anon_sym___stdcall] = ACTIONS(1032), - [anon_sym___fastcall] = ACTIONS(1032), - [anon_sym___thiscall] = ACTIONS(1032), - [anon_sym___vectorcall] = ACTIONS(1032), - [anon_sym_LBRACE] = ACTIONS(1034), - [anon_sym_static] = ACTIONS(1032), - [anon_sym_auto] = ACTIONS(1032), - [anon_sym_register] = ACTIONS(1032), - [anon_sym_inline] = ACTIONS(1032), - [anon_sym_const] = ACTIONS(1032), - [anon_sym_volatile] = ACTIONS(1032), - [anon_sym_restrict] = ACTIONS(1032), - [anon_sym___restrict__] = ACTIONS(1032), - [anon_sym__Atomic] = ACTIONS(1032), - [anon_sym__Noreturn] = ACTIONS(1032), - [anon_sym_signed] = ACTIONS(1032), - [anon_sym_unsigned] = ACTIONS(1032), - [anon_sym_long] = ACTIONS(1032), - [anon_sym_short] = ACTIONS(1032), - [sym_primitive_type] = ACTIONS(1032), - [anon_sym_enum] = ACTIONS(1032), - [anon_sym_struct] = ACTIONS(1032), - [anon_sym_union] = ACTIONS(1032), - [anon_sym_if] = ACTIONS(1032), - [anon_sym_else] = ACTIONS(1032), - [anon_sym_switch] = ACTIONS(1032), - [anon_sym_case] = ACTIONS(1032), - [anon_sym_default] = ACTIONS(1032), - [anon_sym_while] = ACTIONS(1032), - [anon_sym_do] = ACTIONS(1032), - [anon_sym_for] = ACTIONS(1032), - [anon_sym_return] = ACTIONS(1032), - [anon_sym_break] = ACTIONS(1032), - [anon_sym_continue] = ACTIONS(1032), - [anon_sym_goto] = ACTIONS(1032), - [anon_sym_DASH_DASH] = ACTIONS(1034), - [anon_sym_PLUS_PLUS] = ACTIONS(1034), - [anon_sym_sizeof] = ACTIONS(1032), - [anon_sym_offsetof] = ACTIONS(1032), - [anon_sym__Generic] = ACTIONS(1032), - [anon_sym_asm] = ACTIONS(1032), - [anon_sym___asm__] = ACTIONS(1032), - [sym_number_literal] = ACTIONS(1034), - [anon_sym_L_SQUOTE] = ACTIONS(1034), - [anon_sym_u_SQUOTE] = ACTIONS(1034), - [anon_sym_U_SQUOTE] = ACTIONS(1034), - [anon_sym_u8_SQUOTE] = ACTIONS(1034), - [anon_sym_SQUOTE] = ACTIONS(1034), - [anon_sym_L_DQUOTE] = ACTIONS(1034), - [anon_sym_u_DQUOTE] = ACTIONS(1034), - [anon_sym_U_DQUOTE] = ACTIONS(1034), - [anon_sym_u8_DQUOTE] = ACTIONS(1034), - [anon_sym_DQUOTE] = ACTIONS(1034), - [sym_true] = ACTIONS(1032), - [sym_false] = ACTIONS(1032), - [sym_null] = ACTIONS(1032), + [283] = { + [sym_identifier] = ACTIONS(1012), + [aux_sym_preproc_include_token1] = ACTIONS(1012), + [aux_sym_preproc_def_token1] = ACTIONS(1012), + [aux_sym_preproc_if_token1] = ACTIONS(1012), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1012), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1012), + [sym_preproc_directive] = ACTIONS(1012), + [anon_sym_LPAREN2] = ACTIONS(1014), + [anon_sym_BANG] = ACTIONS(1014), + [anon_sym_TILDE] = ACTIONS(1014), + [anon_sym_DASH] = ACTIONS(1012), + [anon_sym_PLUS] = ACTIONS(1012), + [anon_sym_STAR] = ACTIONS(1014), + [anon_sym_AMP] = ACTIONS(1014), + [anon_sym_SEMI] = ACTIONS(1014), + [anon_sym_typedef] = ACTIONS(1012), + [anon_sym_extern] = ACTIONS(1012), + [anon_sym___attribute__] = ACTIONS(1012), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1014), + [anon_sym___declspec] = ACTIONS(1012), + [anon_sym___cdecl] = ACTIONS(1012), + [anon_sym___clrcall] = ACTIONS(1012), + [anon_sym___stdcall] = ACTIONS(1012), + [anon_sym___fastcall] = ACTIONS(1012), + [anon_sym___thiscall] = ACTIONS(1012), + [anon_sym___vectorcall] = ACTIONS(1012), + [anon_sym_LBRACE] = ACTIONS(1014), + [anon_sym_RBRACE] = ACTIONS(1014), + [anon_sym_static] = ACTIONS(1012), + [anon_sym_auto] = ACTIONS(1012), + [anon_sym_register] = ACTIONS(1012), + [anon_sym_inline] = ACTIONS(1012), + [anon_sym_const] = ACTIONS(1012), + [anon_sym_volatile] = ACTIONS(1012), + [anon_sym_restrict] = ACTIONS(1012), + [anon_sym___restrict__] = ACTIONS(1012), + [anon_sym__Atomic] = ACTIONS(1012), + [anon_sym__Noreturn] = ACTIONS(1012), + [anon_sym_signed] = ACTIONS(1012), + [anon_sym_unsigned] = ACTIONS(1012), + [anon_sym_long] = ACTIONS(1012), + [anon_sym_short] = ACTIONS(1012), + [sym_primitive_type] = ACTIONS(1012), + [anon_sym_enum] = ACTIONS(1012), + [anon_sym_struct] = ACTIONS(1012), + [anon_sym_union] = ACTIONS(1012), + [anon_sym_if] = ACTIONS(1012), + [anon_sym_else] = ACTIONS(1012), + [anon_sym_switch] = ACTIONS(1012), + [anon_sym_case] = ACTIONS(1012), + [anon_sym_default] = ACTIONS(1012), + [anon_sym_while] = ACTIONS(1012), + [anon_sym_do] = ACTIONS(1012), + [anon_sym_for] = ACTIONS(1012), + [anon_sym_return] = ACTIONS(1012), + [anon_sym_break] = ACTIONS(1012), + [anon_sym_continue] = ACTIONS(1012), + [anon_sym_goto] = ACTIONS(1012), + [anon_sym_DASH_DASH] = ACTIONS(1014), + [anon_sym_PLUS_PLUS] = ACTIONS(1014), + [anon_sym_sizeof] = ACTIONS(1012), + [anon_sym_offsetof] = ACTIONS(1012), + [anon_sym__Generic] = ACTIONS(1012), + [anon_sym_asm] = ACTIONS(1012), + [anon_sym___asm__] = ACTIONS(1012), + [sym_number_literal] = ACTIONS(1014), + [anon_sym_L_SQUOTE] = ACTIONS(1014), + [anon_sym_u_SQUOTE] = ACTIONS(1014), + [anon_sym_U_SQUOTE] = ACTIONS(1014), + [anon_sym_u8_SQUOTE] = ACTIONS(1014), + [anon_sym_SQUOTE] = ACTIONS(1014), + [anon_sym_L_DQUOTE] = ACTIONS(1014), + [anon_sym_u_DQUOTE] = ACTIONS(1014), + [anon_sym_U_DQUOTE] = ACTIONS(1014), + [anon_sym_u8_DQUOTE] = ACTIONS(1014), + [anon_sym_DQUOTE] = ACTIONS(1014), + [sym_true] = ACTIONS(1012), + [sym_false] = ACTIONS(1012), + [sym_null] = ACTIONS(1012), + [sym_comment] = ACTIONS(3), + }, + [284] = { + [ts_builtin_sym_end] = ACTIONS(954), + [sym_identifier] = ACTIONS(952), + [aux_sym_preproc_include_token1] = ACTIONS(952), + [aux_sym_preproc_def_token1] = ACTIONS(952), + [aux_sym_preproc_if_token1] = ACTIONS(952), + [aux_sym_preproc_ifdef_token1] = ACTIONS(952), + [aux_sym_preproc_ifdef_token2] = ACTIONS(952), + [sym_preproc_directive] = ACTIONS(952), + [anon_sym_LPAREN2] = ACTIONS(954), + [anon_sym_BANG] = ACTIONS(954), + [anon_sym_TILDE] = ACTIONS(954), + [anon_sym_DASH] = ACTIONS(952), + [anon_sym_PLUS] = ACTIONS(952), + [anon_sym_STAR] = ACTIONS(954), + [anon_sym_AMP] = ACTIONS(954), + [anon_sym_SEMI] = ACTIONS(954), + [anon_sym_typedef] = ACTIONS(952), + [anon_sym_extern] = ACTIONS(952), + [anon_sym___attribute__] = ACTIONS(952), + [anon_sym_LBRACK_LBRACK] = ACTIONS(954), + [anon_sym___declspec] = ACTIONS(952), + [anon_sym___cdecl] = ACTIONS(952), + [anon_sym___clrcall] = ACTIONS(952), + [anon_sym___stdcall] = ACTIONS(952), + [anon_sym___fastcall] = ACTIONS(952), + [anon_sym___thiscall] = ACTIONS(952), + [anon_sym___vectorcall] = ACTIONS(952), + [anon_sym_LBRACE] = ACTIONS(954), + [anon_sym_static] = ACTIONS(952), + [anon_sym_auto] = ACTIONS(952), + [anon_sym_register] = ACTIONS(952), + [anon_sym_inline] = ACTIONS(952), + [anon_sym_const] = ACTIONS(952), + [anon_sym_volatile] = ACTIONS(952), + [anon_sym_restrict] = ACTIONS(952), + [anon_sym___restrict__] = ACTIONS(952), + [anon_sym__Atomic] = ACTIONS(952), + [anon_sym__Noreturn] = ACTIONS(952), + [anon_sym_signed] = ACTIONS(952), + [anon_sym_unsigned] = ACTIONS(952), + [anon_sym_long] = ACTIONS(952), + [anon_sym_short] = ACTIONS(952), + [sym_primitive_type] = ACTIONS(952), + [anon_sym_enum] = ACTIONS(952), + [anon_sym_struct] = ACTIONS(952), + [anon_sym_union] = ACTIONS(952), + [anon_sym_if] = ACTIONS(952), + [anon_sym_else] = ACTIONS(952), + [anon_sym_switch] = ACTIONS(952), + [anon_sym_case] = ACTIONS(952), + [anon_sym_default] = ACTIONS(952), + [anon_sym_while] = ACTIONS(952), + [anon_sym_do] = ACTIONS(952), + [anon_sym_for] = ACTIONS(952), + [anon_sym_return] = ACTIONS(952), + [anon_sym_break] = ACTIONS(952), + [anon_sym_continue] = ACTIONS(952), + [anon_sym_goto] = ACTIONS(952), + [anon_sym_DASH_DASH] = ACTIONS(954), + [anon_sym_PLUS_PLUS] = ACTIONS(954), + [anon_sym_sizeof] = ACTIONS(952), + [anon_sym_offsetof] = ACTIONS(952), + [anon_sym__Generic] = ACTIONS(952), + [anon_sym_asm] = ACTIONS(952), + [anon_sym___asm__] = ACTIONS(952), + [sym_number_literal] = ACTIONS(954), + [anon_sym_L_SQUOTE] = ACTIONS(954), + [anon_sym_u_SQUOTE] = ACTIONS(954), + [anon_sym_U_SQUOTE] = ACTIONS(954), + [anon_sym_u8_SQUOTE] = ACTIONS(954), + [anon_sym_SQUOTE] = ACTIONS(954), + [anon_sym_L_DQUOTE] = ACTIONS(954), + [anon_sym_u_DQUOTE] = ACTIONS(954), + [anon_sym_U_DQUOTE] = ACTIONS(954), + [anon_sym_u8_DQUOTE] = ACTIONS(954), + [anon_sym_DQUOTE] = ACTIONS(954), + [sym_true] = ACTIONS(952), + [sym_false] = ACTIONS(952), + [sym_null] = ACTIONS(952), + [sym_comment] = ACTIONS(3), + }, + [285] = { + [sym_identifier] = ACTIONS(1016), + [aux_sym_preproc_include_token1] = ACTIONS(1016), + [aux_sym_preproc_def_token1] = ACTIONS(1016), + [aux_sym_preproc_if_token1] = ACTIONS(1016), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1016), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1016), + [sym_preproc_directive] = ACTIONS(1016), + [anon_sym_LPAREN2] = ACTIONS(1018), + [anon_sym_BANG] = ACTIONS(1018), + [anon_sym_TILDE] = ACTIONS(1018), + [anon_sym_DASH] = ACTIONS(1016), + [anon_sym_PLUS] = ACTIONS(1016), + [anon_sym_STAR] = ACTIONS(1018), + [anon_sym_AMP] = ACTIONS(1018), + [anon_sym_SEMI] = ACTIONS(1018), + [anon_sym_typedef] = ACTIONS(1016), + [anon_sym_extern] = ACTIONS(1016), + [anon_sym___attribute__] = ACTIONS(1016), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1018), + [anon_sym___declspec] = ACTIONS(1016), + [anon_sym___cdecl] = ACTIONS(1016), + [anon_sym___clrcall] = ACTIONS(1016), + [anon_sym___stdcall] = ACTIONS(1016), + [anon_sym___fastcall] = ACTIONS(1016), + [anon_sym___thiscall] = ACTIONS(1016), + [anon_sym___vectorcall] = ACTIONS(1016), + [anon_sym_LBRACE] = ACTIONS(1018), + [anon_sym_RBRACE] = ACTIONS(1018), + [anon_sym_static] = ACTIONS(1016), + [anon_sym_auto] = ACTIONS(1016), + [anon_sym_register] = ACTIONS(1016), + [anon_sym_inline] = ACTIONS(1016), + [anon_sym_const] = ACTIONS(1016), + [anon_sym_volatile] = ACTIONS(1016), + [anon_sym_restrict] = ACTIONS(1016), + [anon_sym___restrict__] = ACTIONS(1016), + [anon_sym__Atomic] = ACTIONS(1016), + [anon_sym__Noreturn] = ACTIONS(1016), + [anon_sym_signed] = ACTIONS(1016), + [anon_sym_unsigned] = ACTIONS(1016), + [anon_sym_long] = ACTIONS(1016), + [anon_sym_short] = ACTIONS(1016), + [sym_primitive_type] = ACTIONS(1016), + [anon_sym_enum] = ACTIONS(1016), + [anon_sym_struct] = ACTIONS(1016), + [anon_sym_union] = ACTIONS(1016), + [anon_sym_if] = ACTIONS(1016), + [anon_sym_else] = ACTIONS(1016), + [anon_sym_switch] = ACTIONS(1016), + [anon_sym_case] = ACTIONS(1016), + [anon_sym_default] = ACTIONS(1016), + [anon_sym_while] = ACTIONS(1016), + [anon_sym_do] = ACTIONS(1016), + [anon_sym_for] = ACTIONS(1016), + [anon_sym_return] = ACTIONS(1016), + [anon_sym_break] = ACTIONS(1016), + [anon_sym_continue] = ACTIONS(1016), + [anon_sym_goto] = ACTIONS(1016), + [anon_sym_DASH_DASH] = ACTIONS(1018), + [anon_sym_PLUS_PLUS] = ACTIONS(1018), + [anon_sym_sizeof] = ACTIONS(1016), + [anon_sym_offsetof] = ACTIONS(1016), + [anon_sym__Generic] = ACTIONS(1016), + [anon_sym_asm] = ACTIONS(1016), + [anon_sym___asm__] = ACTIONS(1016), + [sym_number_literal] = ACTIONS(1018), + [anon_sym_L_SQUOTE] = ACTIONS(1018), + [anon_sym_u_SQUOTE] = ACTIONS(1018), + [anon_sym_U_SQUOTE] = ACTIONS(1018), + [anon_sym_u8_SQUOTE] = ACTIONS(1018), + [anon_sym_SQUOTE] = ACTIONS(1018), + [anon_sym_L_DQUOTE] = ACTIONS(1018), + [anon_sym_u_DQUOTE] = ACTIONS(1018), + [anon_sym_U_DQUOTE] = ACTIONS(1018), + [anon_sym_u8_DQUOTE] = ACTIONS(1018), + [anon_sym_DQUOTE] = ACTIONS(1018), + [sym_true] = ACTIONS(1016), + [sym_false] = ACTIONS(1016), + [sym_null] = ACTIONS(1016), [sym_comment] = ACTIONS(3), }, - [278] = { - [sym_identifier] = ACTIONS(976), - [aux_sym_preproc_include_token1] = ACTIONS(976), - [aux_sym_preproc_def_token1] = ACTIONS(976), - [aux_sym_preproc_if_token1] = ACTIONS(976), - [aux_sym_preproc_ifdef_token1] = ACTIONS(976), - [aux_sym_preproc_ifdef_token2] = ACTIONS(976), - [sym_preproc_directive] = ACTIONS(976), - [anon_sym_LPAREN2] = ACTIONS(978), - [anon_sym_BANG] = ACTIONS(978), - [anon_sym_TILDE] = ACTIONS(978), - [anon_sym_DASH] = ACTIONS(976), - [anon_sym_PLUS] = ACTIONS(976), - [anon_sym_STAR] = ACTIONS(978), - [anon_sym_AMP] = ACTIONS(978), - [anon_sym_SEMI] = ACTIONS(978), - [anon_sym_typedef] = ACTIONS(976), - [anon_sym_extern] = ACTIONS(976), - [anon_sym___attribute__] = ACTIONS(976), - [anon_sym_LBRACK_LBRACK] = ACTIONS(978), - [anon_sym___declspec] = ACTIONS(976), - [anon_sym___cdecl] = ACTIONS(976), - [anon_sym___clrcall] = ACTIONS(976), - [anon_sym___stdcall] = ACTIONS(976), - [anon_sym___fastcall] = ACTIONS(976), - [anon_sym___thiscall] = ACTIONS(976), - [anon_sym___vectorcall] = ACTIONS(976), - [anon_sym_LBRACE] = ACTIONS(978), - [anon_sym_RBRACE] = ACTIONS(978), - [anon_sym_static] = ACTIONS(976), - [anon_sym_auto] = ACTIONS(976), - [anon_sym_register] = ACTIONS(976), - [anon_sym_inline] = ACTIONS(976), - [anon_sym_const] = ACTIONS(976), - [anon_sym_volatile] = ACTIONS(976), - [anon_sym_restrict] = ACTIONS(976), - [anon_sym___restrict__] = ACTIONS(976), - [anon_sym__Atomic] = ACTIONS(976), - [anon_sym__Noreturn] = ACTIONS(976), - [anon_sym_signed] = ACTIONS(976), - [anon_sym_unsigned] = ACTIONS(976), - [anon_sym_long] = ACTIONS(976), - [anon_sym_short] = ACTIONS(976), - [sym_primitive_type] = ACTIONS(976), - [anon_sym_enum] = ACTIONS(976), - [anon_sym_struct] = ACTIONS(976), - [anon_sym_union] = ACTIONS(976), - [anon_sym_if] = ACTIONS(976), - [anon_sym_else] = ACTIONS(976), - [anon_sym_switch] = ACTIONS(976), - [anon_sym_case] = ACTIONS(976), - [anon_sym_default] = ACTIONS(976), - [anon_sym_while] = ACTIONS(976), - [anon_sym_do] = ACTIONS(976), - [anon_sym_for] = ACTIONS(976), - [anon_sym_return] = ACTIONS(976), - [anon_sym_break] = ACTIONS(976), - [anon_sym_continue] = ACTIONS(976), - [anon_sym_goto] = ACTIONS(976), - [anon_sym_DASH_DASH] = ACTIONS(978), - [anon_sym_PLUS_PLUS] = ACTIONS(978), - [anon_sym_sizeof] = ACTIONS(976), - [anon_sym_offsetof] = ACTIONS(976), - [anon_sym__Generic] = ACTIONS(976), - [anon_sym_asm] = ACTIONS(976), - [anon_sym___asm__] = ACTIONS(976), - [sym_number_literal] = ACTIONS(978), - [anon_sym_L_SQUOTE] = ACTIONS(978), - [anon_sym_u_SQUOTE] = ACTIONS(978), - [anon_sym_U_SQUOTE] = ACTIONS(978), - [anon_sym_u8_SQUOTE] = ACTIONS(978), - [anon_sym_SQUOTE] = ACTIONS(978), - [anon_sym_L_DQUOTE] = ACTIONS(978), - [anon_sym_u_DQUOTE] = ACTIONS(978), - [anon_sym_U_DQUOTE] = ACTIONS(978), - [anon_sym_u8_DQUOTE] = ACTIONS(978), - [anon_sym_DQUOTE] = ACTIONS(978), - [sym_true] = ACTIONS(976), - [sym_false] = ACTIONS(976), - [sym_null] = ACTIONS(976), + [286] = { + [sym_identifier] = ACTIONS(928), + [aux_sym_preproc_include_token1] = ACTIONS(928), + [aux_sym_preproc_def_token1] = ACTIONS(928), + [aux_sym_preproc_if_token1] = ACTIONS(928), + [aux_sym_preproc_if_token2] = ACTIONS(928), + [aux_sym_preproc_ifdef_token1] = ACTIONS(928), + [aux_sym_preproc_ifdef_token2] = ACTIONS(928), + [sym_preproc_directive] = ACTIONS(928), + [anon_sym_LPAREN2] = ACTIONS(930), + [anon_sym_BANG] = ACTIONS(930), + [anon_sym_TILDE] = ACTIONS(930), + [anon_sym_DASH] = ACTIONS(928), + [anon_sym_PLUS] = ACTIONS(928), + [anon_sym_STAR] = ACTIONS(930), + [anon_sym_AMP] = ACTIONS(930), + [anon_sym_SEMI] = ACTIONS(930), + [anon_sym_typedef] = ACTIONS(928), + [anon_sym_extern] = ACTIONS(928), + [anon_sym___attribute__] = ACTIONS(928), + [anon_sym_LBRACK_LBRACK] = ACTIONS(930), + [anon_sym___declspec] = ACTIONS(928), + [anon_sym___cdecl] = ACTIONS(928), + [anon_sym___clrcall] = ACTIONS(928), + [anon_sym___stdcall] = ACTIONS(928), + [anon_sym___fastcall] = ACTIONS(928), + [anon_sym___thiscall] = ACTIONS(928), + [anon_sym___vectorcall] = ACTIONS(928), + [anon_sym_LBRACE] = ACTIONS(930), + [anon_sym_static] = ACTIONS(928), + [anon_sym_auto] = ACTIONS(928), + [anon_sym_register] = ACTIONS(928), + [anon_sym_inline] = ACTIONS(928), + [anon_sym_const] = ACTIONS(928), + [anon_sym_volatile] = ACTIONS(928), + [anon_sym_restrict] = ACTIONS(928), + [anon_sym___restrict__] = ACTIONS(928), + [anon_sym__Atomic] = ACTIONS(928), + [anon_sym__Noreturn] = ACTIONS(928), + [anon_sym_signed] = ACTIONS(928), + [anon_sym_unsigned] = ACTIONS(928), + [anon_sym_long] = ACTIONS(928), + [anon_sym_short] = ACTIONS(928), + [sym_primitive_type] = ACTIONS(928), + [anon_sym_enum] = ACTIONS(928), + [anon_sym_struct] = ACTIONS(928), + [anon_sym_union] = ACTIONS(928), + [anon_sym_if] = ACTIONS(928), + [anon_sym_else] = ACTIONS(928), + [anon_sym_switch] = ACTIONS(928), + [anon_sym_case] = ACTIONS(928), + [anon_sym_default] = ACTIONS(928), + [anon_sym_while] = ACTIONS(928), + [anon_sym_do] = ACTIONS(928), + [anon_sym_for] = ACTIONS(928), + [anon_sym_return] = ACTIONS(928), + [anon_sym_break] = ACTIONS(928), + [anon_sym_continue] = ACTIONS(928), + [anon_sym_goto] = ACTIONS(928), + [anon_sym_DASH_DASH] = ACTIONS(930), + [anon_sym_PLUS_PLUS] = ACTIONS(930), + [anon_sym_sizeof] = ACTIONS(928), + [anon_sym_offsetof] = ACTIONS(928), + [anon_sym__Generic] = ACTIONS(928), + [anon_sym_asm] = ACTIONS(928), + [anon_sym___asm__] = ACTIONS(928), + [sym_number_literal] = ACTIONS(930), + [anon_sym_L_SQUOTE] = ACTIONS(930), + [anon_sym_u_SQUOTE] = ACTIONS(930), + [anon_sym_U_SQUOTE] = ACTIONS(930), + [anon_sym_u8_SQUOTE] = ACTIONS(930), + [anon_sym_SQUOTE] = ACTIONS(930), + [anon_sym_L_DQUOTE] = ACTIONS(930), + [anon_sym_u_DQUOTE] = ACTIONS(930), + [anon_sym_U_DQUOTE] = ACTIONS(930), + [anon_sym_u8_DQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE] = ACTIONS(930), + [sym_true] = ACTIONS(928), + [sym_false] = ACTIONS(928), + [sym_null] = ACTIONS(928), [sym_comment] = ACTIONS(3), }, - [279] = { - [ts_builtin_sym_end] = ACTIONS(962), - [sym_identifier] = ACTIONS(960), - [aux_sym_preproc_include_token1] = ACTIONS(960), - [aux_sym_preproc_def_token1] = ACTIONS(960), - [aux_sym_preproc_if_token1] = ACTIONS(960), - [aux_sym_preproc_ifdef_token1] = ACTIONS(960), - [aux_sym_preproc_ifdef_token2] = ACTIONS(960), - [sym_preproc_directive] = ACTIONS(960), - [anon_sym_LPAREN2] = ACTIONS(962), - [anon_sym_BANG] = ACTIONS(962), - [anon_sym_TILDE] = ACTIONS(962), - [anon_sym_DASH] = ACTIONS(960), - [anon_sym_PLUS] = ACTIONS(960), - [anon_sym_STAR] = ACTIONS(962), - [anon_sym_AMP] = ACTIONS(962), - [anon_sym_SEMI] = ACTIONS(962), - [anon_sym_typedef] = ACTIONS(960), - [anon_sym_extern] = ACTIONS(960), - [anon_sym___attribute__] = ACTIONS(960), - [anon_sym_LBRACK_LBRACK] = ACTIONS(962), - [anon_sym___declspec] = ACTIONS(960), - [anon_sym___cdecl] = ACTIONS(960), - [anon_sym___clrcall] = ACTIONS(960), - [anon_sym___stdcall] = ACTIONS(960), - [anon_sym___fastcall] = ACTIONS(960), - [anon_sym___thiscall] = ACTIONS(960), - [anon_sym___vectorcall] = ACTIONS(960), - [anon_sym_LBRACE] = ACTIONS(962), - [anon_sym_static] = ACTIONS(960), - [anon_sym_auto] = ACTIONS(960), - [anon_sym_register] = ACTIONS(960), - [anon_sym_inline] = ACTIONS(960), - [anon_sym_const] = ACTIONS(960), - [anon_sym_volatile] = ACTIONS(960), - [anon_sym_restrict] = ACTIONS(960), - [anon_sym___restrict__] = ACTIONS(960), - [anon_sym__Atomic] = ACTIONS(960), - [anon_sym__Noreturn] = ACTIONS(960), - [anon_sym_signed] = ACTIONS(960), - [anon_sym_unsigned] = ACTIONS(960), - [anon_sym_long] = ACTIONS(960), - [anon_sym_short] = ACTIONS(960), - [sym_primitive_type] = ACTIONS(960), - [anon_sym_enum] = ACTIONS(960), - [anon_sym_struct] = ACTIONS(960), - [anon_sym_union] = ACTIONS(960), - [anon_sym_if] = ACTIONS(960), - [anon_sym_else] = ACTIONS(960), - [anon_sym_switch] = ACTIONS(960), - [anon_sym_case] = ACTIONS(960), - [anon_sym_default] = ACTIONS(960), - [anon_sym_while] = ACTIONS(960), - [anon_sym_do] = ACTIONS(960), - [anon_sym_for] = ACTIONS(960), - [anon_sym_return] = ACTIONS(960), - [anon_sym_break] = ACTIONS(960), - [anon_sym_continue] = ACTIONS(960), - [anon_sym_goto] = ACTIONS(960), - [anon_sym_DASH_DASH] = ACTIONS(962), - [anon_sym_PLUS_PLUS] = ACTIONS(962), - [anon_sym_sizeof] = ACTIONS(960), - [anon_sym_offsetof] = ACTIONS(960), - [anon_sym__Generic] = ACTIONS(960), - [anon_sym_asm] = ACTIONS(960), - [anon_sym___asm__] = ACTIONS(960), - [sym_number_literal] = ACTIONS(962), - [anon_sym_L_SQUOTE] = ACTIONS(962), - [anon_sym_u_SQUOTE] = ACTIONS(962), - [anon_sym_U_SQUOTE] = ACTIONS(962), - [anon_sym_u8_SQUOTE] = ACTIONS(962), - [anon_sym_SQUOTE] = ACTIONS(962), - [anon_sym_L_DQUOTE] = ACTIONS(962), - [anon_sym_u_DQUOTE] = ACTIONS(962), - [anon_sym_U_DQUOTE] = ACTIONS(962), - [anon_sym_u8_DQUOTE] = ACTIONS(962), - [anon_sym_DQUOTE] = ACTIONS(962), - [sym_true] = ACTIONS(960), - [sym_false] = ACTIONS(960), - [sym_null] = ACTIONS(960), + [287] = { + [sym_identifier] = ACTIONS(1024), + [aux_sym_preproc_include_token1] = ACTIONS(1024), + [aux_sym_preproc_def_token1] = ACTIONS(1024), + [aux_sym_preproc_if_token1] = ACTIONS(1024), + [aux_sym_preproc_if_token2] = ACTIONS(1024), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1024), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1024), + [sym_preproc_directive] = ACTIONS(1024), + [anon_sym_LPAREN2] = ACTIONS(1026), + [anon_sym_BANG] = ACTIONS(1026), + [anon_sym_TILDE] = ACTIONS(1026), + [anon_sym_DASH] = ACTIONS(1024), + [anon_sym_PLUS] = ACTIONS(1024), + [anon_sym_STAR] = ACTIONS(1026), + [anon_sym_AMP] = ACTIONS(1026), + [anon_sym_SEMI] = ACTIONS(1026), + [anon_sym_typedef] = ACTIONS(1024), + [anon_sym_extern] = ACTIONS(1024), + [anon_sym___attribute__] = ACTIONS(1024), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1026), + [anon_sym___declspec] = ACTIONS(1024), + [anon_sym___cdecl] = ACTIONS(1024), + [anon_sym___clrcall] = ACTIONS(1024), + [anon_sym___stdcall] = ACTIONS(1024), + [anon_sym___fastcall] = ACTIONS(1024), + [anon_sym___thiscall] = ACTIONS(1024), + [anon_sym___vectorcall] = ACTIONS(1024), + [anon_sym_LBRACE] = ACTIONS(1026), + [anon_sym_static] = ACTIONS(1024), + [anon_sym_auto] = ACTIONS(1024), + [anon_sym_register] = ACTIONS(1024), + [anon_sym_inline] = ACTIONS(1024), + [anon_sym_const] = ACTIONS(1024), + [anon_sym_volatile] = ACTIONS(1024), + [anon_sym_restrict] = ACTIONS(1024), + [anon_sym___restrict__] = ACTIONS(1024), + [anon_sym__Atomic] = ACTIONS(1024), + [anon_sym__Noreturn] = ACTIONS(1024), + [anon_sym_signed] = ACTIONS(1024), + [anon_sym_unsigned] = ACTIONS(1024), + [anon_sym_long] = ACTIONS(1024), + [anon_sym_short] = ACTIONS(1024), + [sym_primitive_type] = ACTIONS(1024), + [anon_sym_enum] = ACTIONS(1024), + [anon_sym_struct] = ACTIONS(1024), + [anon_sym_union] = ACTIONS(1024), + [anon_sym_if] = ACTIONS(1024), + [anon_sym_else] = ACTIONS(1024), + [anon_sym_switch] = ACTIONS(1024), + [anon_sym_case] = ACTIONS(1024), + [anon_sym_default] = ACTIONS(1024), + [anon_sym_while] = ACTIONS(1024), + [anon_sym_do] = ACTIONS(1024), + [anon_sym_for] = ACTIONS(1024), + [anon_sym_return] = ACTIONS(1024), + [anon_sym_break] = ACTIONS(1024), + [anon_sym_continue] = ACTIONS(1024), + [anon_sym_goto] = ACTIONS(1024), + [anon_sym_DASH_DASH] = ACTIONS(1026), + [anon_sym_PLUS_PLUS] = ACTIONS(1026), + [anon_sym_sizeof] = ACTIONS(1024), + [anon_sym_offsetof] = ACTIONS(1024), + [anon_sym__Generic] = ACTIONS(1024), + [anon_sym_asm] = ACTIONS(1024), + [anon_sym___asm__] = ACTIONS(1024), + [sym_number_literal] = ACTIONS(1026), + [anon_sym_L_SQUOTE] = ACTIONS(1026), + [anon_sym_u_SQUOTE] = ACTIONS(1026), + [anon_sym_U_SQUOTE] = ACTIONS(1026), + [anon_sym_u8_SQUOTE] = ACTIONS(1026), + [anon_sym_SQUOTE] = ACTIONS(1026), + [anon_sym_L_DQUOTE] = ACTIONS(1026), + [anon_sym_u_DQUOTE] = ACTIONS(1026), + [anon_sym_U_DQUOTE] = ACTIONS(1026), + [anon_sym_u8_DQUOTE] = ACTIONS(1026), + [anon_sym_DQUOTE] = ACTIONS(1026), + [sym_true] = ACTIONS(1024), + [sym_false] = ACTIONS(1024), + [sym_null] = ACTIONS(1024), [sym_comment] = ACTIONS(3), }, - [280] = { - [sym_identifier] = ACTIONS(1048), - [aux_sym_preproc_include_token1] = ACTIONS(1048), - [aux_sym_preproc_def_token1] = ACTIONS(1048), - [aux_sym_preproc_if_token1] = ACTIONS(1048), - [aux_sym_preproc_if_token2] = ACTIONS(1048), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1048), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1048), - [sym_preproc_directive] = ACTIONS(1048), - [anon_sym_LPAREN2] = ACTIONS(1050), - [anon_sym_BANG] = ACTIONS(1050), - [anon_sym_TILDE] = ACTIONS(1050), - [anon_sym_DASH] = ACTIONS(1048), - [anon_sym_PLUS] = ACTIONS(1048), - [anon_sym_STAR] = ACTIONS(1050), - [anon_sym_AMP] = ACTIONS(1050), - [anon_sym_SEMI] = ACTIONS(1050), - [anon_sym_typedef] = ACTIONS(1048), - [anon_sym_extern] = ACTIONS(1048), - [anon_sym___attribute__] = ACTIONS(1048), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1050), - [anon_sym___declspec] = ACTIONS(1048), - [anon_sym___cdecl] = ACTIONS(1048), - [anon_sym___clrcall] = ACTIONS(1048), - [anon_sym___stdcall] = ACTIONS(1048), - [anon_sym___fastcall] = ACTIONS(1048), - [anon_sym___thiscall] = ACTIONS(1048), - [anon_sym___vectorcall] = ACTIONS(1048), - [anon_sym_LBRACE] = ACTIONS(1050), - [anon_sym_static] = ACTIONS(1048), - [anon_sym_auto] = ACTIONS(1048), - [anon_sym_register] = ACTIONS(1048), - [anon_sym_inline] = ACTIONS(1048), - [anon_sym_const] = ACTIONS(1048), - [anon_sym_volatile] = ACTIONS(1048), - [anon_sym_restrict] = ACTIONS(1048), - [anon_sym___restrict__] = ACTIONS(1048), - [anon_sym__Atomic] = ACTIONS(1048), - [anon_sym__Noreturn] = ACTIONS(1048), - [anon_sym_signed] = ACTIONS(1048), - [anon_sym_unsigned] = ACTIONS(1048), - [anon_sym_long] = ACTIONS(1048), - [anon_sym_short] = ACTIONS(1048), - [sym_primitive_type] = ACTIONS(1048), - [anon_sym_enum] = ACTIONS(1048), - [anon_sym_struct] = ACTIONS(1048), - [anon_sym_union] = ACTIONS(1048), - [anon_sym_if] = ACTIONS(1048), - [anon_sym_else] = ACTIONS(1048), - [anon_sym_switch] = ACTIONS(1048), - [anon_sym_case] = ACTIONS(1048), - [anon_sym_default] = ACTIONS(1048), - [anon_sym_while] = ACTIONS(1048), - [anon_sym_do] = ACTIONS(1048), - [anon_sym_for] = ACTIONS(1048), - [anon_sym_return] = ACTIONS(1048), - [anon_sym_break] = ACTIONS(1048), - [anon_sym_continue] = ACTIONS(1048), - [anon_sym_goto] = ACTIONS(1048), - [anon_sym_DASH_DASH] = ACTIONS(1050), - [anon_sym_PLUS_PLUS] = ACTIONS(1050), - [anon_sym_sizeof] = ACTIONS(1048), - [anon_sym_offsetof] = ACTIONS(1048), - [anon_sym__Generic] = ACTIONS(1048), - [anon_sym_asm] = ACTIONS(1048), - [anon_sym___asm__] = ACTIONS(1048), - [sym_number_literal] = ACTIONS(1050), - [anon_sym_L_SQUOTE] = ACTIONS(1050), - [anon_sym_u_SQUOTE] = ACTIONS(1050), - [anon_sym_U_SQUOTE] = ACTIONS(1050), - [anon_sym_u8_SQUOTE] = ACTIONS(1050), - [anon_sym_SQUOTE] = ACTIONS(1050), - [anon_sym_L_DQUOTE] = ACTIONS(1050), - [anon_sym_u_DQUOTE] = ACTIONS(1050), - [anon_sym_U_DQUOTE] = ACTIONS(1050), - [anon_sym_u8_DQUOTE] = ACTIONS(1050), - [anon_sym_DQUOTE] = ACTIONS(1050), - [sym_true] = ACTIONS(1048), - [sym_false] = ACTIONS(1048), - [sym_null] = ACTIONS(1048), + [288] = { + [sym_identifier] = ACTIONS(948), + [aux_sym_preproc_include_token1] = ACTIONS(948), + [aux_sym_preproc_def_token1] = ACTIONS(948), + [aux_sym_preproc_if_token1] = ACTIONS(948), + [aux_sym_preproc_ifdef_token1] = ACTIONS(948), + [aux_sym_preproc_ifdef_token2] = ACTIONS(948), + [sym_preproc_directive] = ACTIONS(948), + [anon_sym_LPAREN2] = ACTIONS(950), + [anon_sym_BANG] = ACTIONS(950), + [anon_sym_TILDE] = ACTIONS(950), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_STAR] = ACTIONS(950), + [anon_sym_AMP] = ACTIONS(950), + [anon_sym_SEMI] = ACTIONS(950), + [anon_sym_typedef] = ACTIONS(948), + [anon_sym_extern] = ACTIONS(948), + [anon_sym___attribute__] = ACTIONS(948), + [anon_sym_LBRACK_LBRACK] = ACTIONS(950), + [anon_sym___declspec] = ACTIONS(948), + [anon_sym___cdecl] = ACTIONS(948), + [anon_sym___clrcall] = ACTIONS(948), + [anon_sym___stdcall] = ACTIONS(948), + [anon_sym___fastcall] = ACTIONS(948), + [anon_sym___thiscall] = ACTIONS(948), + [anon_sym___vectorcall] = ACTIONS(948), + [anon_sym_LBRACE] = ACTIONS(950), + [anon_sym_RBRACE] = ACTIONS(950), + [anon_sym_static] = ACTIONS(948), + [anon_sym_auto] = ACTIONS(948), + [anon_sym_register] = ACTIONS(948), + [anon_sym_inline] = ACTIONS(948), + [anon_sym_const] = ACTIONS(948), + [anon_sym_volatile] = ACTIONS(948), + [anon_sym_restrict] = ACTIONS(948), + [anon_sym___restrict__] = ACTIONS(948), + [anon_sym__Atomic] = ACTIONS(948), + [anon_sym__Noreturn] = ACTIONS(948), + [anon_sym_signed] = ACTIONS(948), + [anon_sym_unsigned] = ACTIONS(948), + [anon_sym_long] = ACTIONS(948), + [anon_sym_short] = ACTIONS(948), + [sym_primitive_type] = ACTIONS(948), + [anon_sym_enum] = ACTIONS(948), + [anon_sym_struct] = ACTIONS(948), + [anon_sym_union] = ACTIONS(948), + [anon_sym_if] = ACTIONS(948), + [anon_sym_else] = ACTIONS(948), + [anon_sym_switch] = ACTIONS(948), + [anon_sym_case] = ACTIONS(948), + [anon_sym_default] = ACTIONS(948), + [anon_sym_while] = ACTIONS(948), + [anon_sym_do] = ACTIONS(948), + [anon_sym_for] = ACTIONS(948), + [anon_sym_return] = ACTIONS(948), + [anon_sym_break] = ACTIONS(948), + [anon_sym_continue] = ACTIONS(948), + [anon_sym_goto] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(950), + [anon_sym_PLUS_PLUS] = ACTIONS(950), + [anon_sym_sizeof] = ACTIONS(948), + [anon_sym_offsetof] = ACTIONS(948), + [anon_sym__Generic] = ACTIONS(948), + [anon_sym_asm] = ACTIONS(948), + [anon_sym___asm__] = ACTIONS(948), + [sym_number_literal] = ACTIONS(950), + [anon_sym_L_SQUOTE] = ACTIONS(950), + [anon_sym_u_SQUOTE] = ACTIONS(950), + [anon_sym_U_SQUOTE] = ACTIONS(950), + [anon_sym_u8_SQUOTE] = ACTIONS(950), + [anon_sym_SQUOTE] = ACTIONS(950), + [anon_sym_L_DQUOTE] = ACTIONS(950), + [anon_sym_u_DQUOTE] = ACTIONS(950), + [anon_sym_U_DQUOTE] = ACTIONS(950), + [anon_sym_u8_DQUOTE] = ACTIONS(950), + [anon_sym_DQUOTE] = ACTIONS(950), + [sym_true] = ACTIONS(948), + [sym_false] = ACTIONS(948), + [sym_null] = ACTIONS(948), [sym_comment] = ACTIONS(3), }, - [281] = { + [289] = { + [sym_identifier] = ACTIONS(982), + [aux_sym_preproc_include_token1] = ACTIONS(982), + [aux_sym_preproc_def_token1] = ACTIONS(982), + [aux_sym_preproc_if_token1] = ACTIONS(982), + [aux_sym_preproc_ifdef_token1] = ACTIONS(982), + [aux_sym_preproc_ifdef_token2] = ACTIONS(982), + [sym_preproc_directive] = ACTIONS(982), + [anon_sym_LPAREN2] = ACTIONS(980), + [anon_sym_BANG] = ACTIONS(980), + [anon_sym_TILDE] = ACTIONS(980), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_STAR] = ACTIONS(980), + [anon_sym_AMP] = ACTIONS(980), + [anon_sym_SEMI] = ACTIONS(980), + [anon_sym_typedef] = ACTIONS(982), + [anon_sym_extern] = ACTIONS(982), + [anon_sym___attribute__] = ACTIONS(982), + [anon_sym_LBRACK_LBRACK] = ACTIONS(980), + [anon_sym___declspec] = ACTIONS(982), + [anon_sym___cdecl] = ACTIONS(982), + [anon_sym___clrcall] = ACTIONS(982), + [anon_sym___stdcall] = ACTIONS(982), + [anon_sym___fastcall] = ACTIONS(982), + [anon_sym___thiscall] = ACTIONS(982), + [anon_sym___vectorcall] = ACTIONS(982), + [anon_sym_LBRACE] = ACTIONS(980), + [anon_sym_RBRACE] = ACTIONS(980), + [anon_sym_static] = ACTIONS(982), + [anon_sym_auto] = ACTIONS(982), + [anon_sym_register] = ACTIONS(982), + [anon_sym_inline] = ACTIONS(982), + [anon_sym_const] = ACTIONS(982), + [anon_sym_volatile] = ACTIONS(982), + [anon_sym_restrict] = ACTIONS(982), + [anon_sym___restrict__] = ACTIONS(982), + [anon_sym__Atomic] = ACTIONS(982), + [anon_sym__Noreturn] = ACTIONS(982), + [anon_sym_signed] = ACTIONS(982), + [anon_sym_unsigned] = ACTIONS(982), + [anon_sym_long] = ACTIONS(982), + [anon_sym_short] = ACTIONS(982), + [sym_primitive_type] = ACTIONS(982), + [anon_sym_enum] = ACTIONS(982), + [anon_sym_struct] = ACTIONS(982), + [anon_sym_union] = ACTIONS(982), + [anon_sym_if] = ACTIONS(982), + [anon_sym_else] = ACTIONS(982), + [anon_sym_switch] = ACTIONS(982), + [anon_sym_case] = ACTIONS(982), + [anon_sym_default] = ACTIONS(982), + [anon_sym_while] = ACTIONS(982), + [anon_sym_do] = ACTIONS(982), + [anon_sym_for] = ACTIONS(982), + [anon_sym_return] = ACTIONS(982), + [anon_sym_break] = ACTIONS(982), + [anon_sym_continue] = ACTIONS(982), + [anon_sym_goto] = ACTIONS(982), + [anon_sym_DASH_DASH] = ACTIONS(980), + [anon_sym_PLUS_PLUS] = ACTIONS(980), + [anon_sym_sizeof] = ACTIONS(982), + [anon_sym_offsetof] = ACTIONS(982), + [anon_sym__Generic] = ACTIONS(982), + [anon_sym_asm] = ACTIONS(982), + [anon_sym___asm__] = ACTIONS(982), + [sym_number_literal] = ACTIONS(980), + [anon_sym_L_SQUOTE] = ACTIONS(980), + [anon_sym_u_SQUOTE] = ACTIONS(980), + [anon_sym_U_SQUOTE] = ACTIONS(980), + [anon_sym_u8_SQUOTE] = ACTIONS(980), + [anon_sym_SQUOTE] = ACTIONS(980), + [anon_sym_L_DQUOTE] = ACTIONS(980), + [anon_sym_u_DQUOTE] = ACTIONS(980), + [anon_sym_U_DQUOTE] = ACTIONS(980), + [anon_sym_u8_DQUOTE] = ACTIONS(980), + [anon_sym_DQUOTE] = ACTIONS(980), + [sym_true] = ACTIONS(982), + [sym_false] = ACTIONS(982), + [sym_null] = ACTIONS(982), + [sym_comment] = ACTIONS(3), + }, + [290] = { + [ts_builtin_sym_end] = ACTIONS(1038), [sym_identifier] = ACTIONS(1036), [aux_sym_preproc_include_token1] = ACTIONS(1036), [aux_sym_preproc_def_token1] = ACTIONS(1036), [aux_sym_preproc_if_token1] = ACTIONS(1036), - [aux_sym_preproc_if_token2] = ACTIONS(1036), [aux_sym_preproc_ifdef_token1] = ACTIONS(1036), [aux_sym_preproc_ifdef_token2] = ACTIONS(1036), [sym_preproc_directive] = ACTIONS(1036), @@ -40281,749 +41125,586 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1036), [sym_comment] = ACTIONS(3), }, - [282] = { - [sym_identifier] = ACTIONS(968), - [aux_sym_preproc_include_token1] = ACTIONS(968), - [aux_sym_preproc_def_token1] = ACTIONS(968), - [aux_sym_preproc_if_token1] = ACTIONS(968), - [aux_sym_preproc_ifdef_token1] = ACTIONS(968), - [aux_sym_preproc_ifdef_token2] = ACTIONS(968), - [sym_preproc_directive] = ACTIONS(968), - [anon_sym_LPAREN2] = ACTIONS(970), - [anon_sym_BANG] = ACTIONS(970), - [anon_sym_TILDE] = ACTIONS(970), - [anon_sym_DASH] = ACTIONS(968), - [anon_sym_PLUS] = ACTIONS(968), - [anon_sym_STAR] = ACTIONS(970), - [anon_sym_AMP] = ACTIONS(970), - [anon_sym_SEMI] = ACTIONS(970), - [anon_sym_typedef] = ACTIONS(968), - [anon_sym_extern] = ACTIONS(968), - [anon_sym___attribute__] = ACTIONS(968), - [anon_sym_LBRACK_LBRACK] = ACTIONS(970), - [anon_sym___declspec] = ACTIONS(968), - [anon_sym___cdecl] = ACTIONS(968), - [anon_sym___clrcall] = ACTIONS(968), - [anon_sym___stdcall] = ACTIONS(968), - [anon_sym___fastcall] = ACTIONS(968), - [anon_sym___thiscall] = ACTIONS(968), - [anon_sym___vectorcall] = ACTIONS(968), - [anon_sym_LBRACE] = ACTIONS(970), - [anon_sym_RBRACE] = ACTIONS(970), - [anon_sym_static] = ACTIONS(968), - [anon_sym_auto] = ACTIONS(968), - [anon_sym_register] = ACTIONS(968), - [anon_sym_inline] = ACTIONS(968), - [anon_sym_const] = ACTIONS(968), - [anon_sym_volatile] = ACTIONS(968), - [anon_sym_restrict] = ACTIONS(968), - [anon_sym___restrict__] = ACTIONS(968), - [anon_sym__Atomic] = ACTIONS(968), - [anon_sym__Noreturn] = ACTIONS(968), - [anon_sym_signed] = ACTIONS(968), - [anon_sym_unsigned] = ACTIONS(968), - [anon_sym_long] = ACTIONS(968), - [anon_sym_short] = ACTIONS(968), - [sym_primitive_type] = ACTIONS(968), - [anon_sym_enum] = ACTIONS(968), - [anon_sym_struct] = ACTIONS(968), - [anon_sym_union] = ACTIONS(968), - [anon_sym_if] = ACTIONS(968), - [anon_sym_else] = ACTIONS(968), - [anon_sym_switch] = ACTIONS(968), - [anon_sym_case] = ACTIONS(968), - [anon_sym_default] = ACTIONS(968), - [anon_sym_while] = ACTIONS(968), - [anon_sym_do] = ACTIONS(968), - [anon_sym_for] = ACTIONS(968), - [anon_sym_return] = ACTIONS(968), - [anon_sym_break] = ACTIONS(968), - [anon_sym_continue] = ACTIONS(968), - [anon_sym_goto] = ACTIONS(968), - [anon_sym_DASH_DASH] = ACTIONS(970), - [anon_sym_PLUS_PLUS] = ACTIONS(970), - [anon_sym_sizeof] = ACTIONS(968), - [anon_sym_offsetof] = ACTIONS(968), - [anon_sym__Generic] = ACTIONS(968), - [anon_sym_asm] = ACTIONS(968), - [anon_sym___asm__] = ACTIONS(968), - [sym_number_literal] = ACTIONS(970), - [anon_sym_L_SQUOTE] = ACTIONS(970), - [anon_sym_u_SQUOTE] = ACTIONS(970), - [anon_sym_U_SQUOTE] = ACTIONS(970), - [anon_sym_u8_SQUOTE] = ACTIONS(970), - [anon_sym_SQUOTE] = ACTIONS(970), - [anon_sym_L_DQUOTE] = ACTIONS(970), - [anon_sym_u_DQUOTE] = ACTIONS(970), - [anon_sym_U_DQUOTE] = ACTIONS(970), - [anon_sym_u8_DQUOTE] = ACTIONS(970), - [anon_sym_DQUOTE] = ACTIONS(970), - [sym_true] = ACTIONS(968), - [sym_false] = ACTIONS(968), - [sym_null] = ACTIONS(968), - [sym_comment] = ACTIONS(3), - }, - [283] = { - [sym_identifier] = ACTIONS(1032), - [aux_sym_preproc_include_token1] = ACTIONS(1032), - [aux_sym_preproc_def_token1] = ACTIONS(1032), - [aux_sym_preproc_if_token1] = ACTIONS(1032), - [aux_sym_preproc_if_token2] = ACTIONS(1032), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1032), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1032), - [sym_preproc_directive] = ACTIONS(1032), - [anon_sym_LPAREN2] = ACTIONS(1034), - [anon_sym_BANG] = ACTIONS(1034), - [anon_sym_TILDE] = ACTIONS(1034), - [anon_sym_DASH] = ACTIONS(1032), - [anon_sym_PLUS] = ACTIONS(1032), - [anon_sym_STAR] = ACTIONS(1034), - [anon_sym_AMP] = ACTIONS(1034), - [anon_sym_SEMI] = ACTIONS(1034), - [anon_sym_typedef] = ACTIONS(1032), - [anon_sym_extern] = ACTIONS(1032), - [anon_sym___attribute__] = ACTIONS(1032), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1034), - [anon_sym___declspec] = ACTIONS(1032), - [anon_sym___cdecl] = ACTIONS(1032), - [anon_sym___clrcall] = ACTIONS(1032), - [anon_sym___stdcall] = ACTIONS(1032), - [anon_sym___fastcall] = ACTIONS(1032), - [anon_sym___thiscall] = ACTIONS(1032), - [anon_sym___vectorcall] = ACTIONS(1032), - [anon_sym_LBRACE] = ACTIONS(1034), - [anon_sym_static] = ACTIONS(1032), - [anon_sym_auto] = ACTIONS(1032), - [anon_sym_register] = ACTIONS(1032), - [anon_sym_inline] = ACTIONS(1032), - [anon_sym_const] = ACTIONS(1032), - [anon_sym_volatile] = ACTIONS(1032), - [anon_sym_restrict] = ACTIONS(1032), - [anon_sym___restrict__] = ACTIONS(1032), - [anon_sym__Atomic] = ACTIONS(1032), - [anon_sym__Noreturn] = ACTIONS(1032), - [anon_sym_signed] = ACTIONS(1032), - [anon_sym_unsigned] = ACTIONS(1032), - [anon_sym_long] = ACTIONS(1032), - [anon_sym_short] = ACTIONS(1032), - [sym_primitive_type] = ACTIONS(1032), - [anon_sym_enum] = ACTIONS(1032), - [anon_sym_struct] = ACTIONS(1032), - [anon_sym_union] = ACTIONS(1032), - [anon_sym_if] = ACTIONS(1032), - [anon_sym_else] = ACTIONS(1032), - [anon_sym_switch] = ACTIONS(1032), - [anon_sym_case] = ACTIONS(1032), - [anon_sym_default] = ACTIONS(1032), - [anon_sym_while] = ACTIONS(1032), - [anon_sym_do] = ACTIONS(1032), - [anon_sym_for] = ACTIONS(1032), - [anon_sym_return] = ACTIONS(1032), - [anon_sym_break] = ACTIONS(1032), - [anon_sym_continue] = ACTIONS(1032), - [anon_sym_goto] = ACTIONS(1032), - [anon_sym_DASH_DASH] = ACTIONS(1034), - [anon_sym_PLUS_PLUS] = ACTIONS(1034), - [anon_sym_sizeof] = ACTIONS(1032), - [anon_sym_offsetof] = ACTIONS(1032), - [anon_sym__Generic] = ACTIONS(1032), - [anon_sym_asm] = ACTIONS(1032), - [anon_sym___asm__] = ACTIONS(1032), - [sym_number_literal] = ACTIONS(1034), - [anon_sym_L_SQUOTE] = ACTIONS(1034), - [anon_sym_u_SQUOTE] = ACTIONS(1034), - [anon_sym_U_SQUOTE] = ACTIONS(1034), - [anon_sym_u8_SQUOTE] = ACTIONS(1034), - [anon_sym_SQUOTE] = ACTIONS(1034), - [anon_sym_L_DQUOTE] = ACTIONS(1034), - [anon_sym_u_DQUOTE] = ACTIONS(1034), - [anon_sym_U_DQUOTE] = ACTIONS(1034), - [anon_sym_u8_DQUOTE] = ACTIONS(1034), - [anon_sym_DQUOTE] = ACTIONS(1034), - [sym_true] = ACTIONS(1032), - [sym_false] = ACTIONS(1032), - [sym_null] = ACTIONS(1032), - [sym_comment] = ACTIONS(3), - }, - [284] = { - [sym_identifier] = ACTIONS(1008), - [aux_sym_preproc_include_token1] = ACTIONS(1008), - [aux_sym_preproc_def_token1] = ACTIONS(1008), - [aux_sym_preproc_if_token1] = ACTIONS(1008), - [aux_sym_preproc_if_token2] = ACTIONS(1008), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1008), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1008), - [sym_preproc_directive] = ACTIONS(1008), - [anon_sym_LPAREN2] = ACTIONS(1010), - [anon_sym_BANG] = ACTIONS(1010), - [anon_sym_TILDE] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1008), - [anon_sym_STAR] = ACTIONS(1010), - [anon_sym_AMP] = ACTIONS(1010), - [anon_sym_SEMI] = ACTIONS(1010), - [anon_sym_typedef] = ACTIONS(1008), - [anon_sym_extern] = ACTIONS(1008), - [anon_sym___attribute__] = ACTIONS(1008), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1010), - [anon_sym___declspec] = ACTIONS(1008), - [anon_sym___cdecl] = ACTIONS(1008), - [anon_sym___clrcall] = ACTIONS(1008), - [anon_sym___stdcall] = ACTIONS(1008), - [anon_sym___fastcall] = ACTIONS(1008), - [anon_sym___thiscall] = ACTIONS(1008), - [anon_sym___vectorcall] = ACTIONS(1008), - [anon_sym_LBRACE] = ACTIONS(1010), - [anon_sym_static] = ACTIONS(1008), - [anon_sym_auto] = ACTIONS(1008), - [anon_sym_register] = ACTIONS(1008), - [anon_sym_inline] = ACTIONS(1008), - [anon_sym_const] = ACTIONS(1008), - [anon_sym_volatile] = ACTIONS(1008), - [anon_sym_restrict] = ACTIONS(1008), - [anon_sym___restrict__] = ACTIONS(1008), - [anon_sym__Atomic] = ACTIONS(1008), - [anon_sym__Noreturn] = ACTIONS(1008), - [anon_sym_signed] = ACTIONS(1008), - [anon_sym_unsigned] = ACTIONS(1008), - [anon_sym_long] = ACTIONS(1008), - [anon_sym_short] = ACTIONS(1008), - [sym_primitive_type] = ACTIONS(1008), - [anon_sym_enum] = ACTIONS(1008), - [anon_sym_struct] = ACTIONS(1008), - [anon_sym_union] = ACTIONS(1008), - [anon_sym_if] = ACTIONS(1008), - [anon_sym_else] = ACTIONS(1008), - [anon_sym_switch] = ACTIONS(1008), - [anon_sym_case] = ACTIONS(1008), - [anon_sym_default] = ACTIONS(1008), - [anon_sym_while] = ACTIONS(1008), - [anon_sym_do] = ACTIONS(1008), - [anon_sym_for] = ACTIONS(1008), - [anon_sym_return] = ACTIONS(1008), - [anon_sym_break] = ACTIONS(1008), - [anon_sym_continue] = ACTIONS(1008), - [anon_sym_goto] = ACTIONS(1008), - [anon_sym_DASH_DASH] = ACTIONS(1010), - [anon_sym_PLUS_PLUS] = ACTIONS(1010), - [anon_sym_sizeof] = ACTIONS(1008), - [anon_sym_offsetof] = ACTIONS(1008), - [anon_sym__Generic] = ACTIONS(1008), - [anon_sym_asm] = ACTIONS(1008), - [anon_sym___asm__] = ACTIONS(1008), - [sym_number_literal] = ACTIONS(1010), - [anon_sym_L_SQUOTE] = ACTIONS(1010), - [anon_sym_u_SQUOTE] = ACTIONS(1010), - [anon_sym_U_SQUOTE] = ACTIONS(1010), - [anon_sym_u8_SQUOTE] = ACTIONS(1010), - [anon_sym_SQUOTE] = ACTIONS(1010), - [anon_sym_L_DQUOTE] = ACTIONS(1010), - [anon_sym_u_DQUOTE] = ACTIONS(1010), - [anon_sym_U_DQUOTE] = ACTIONS(1010), - [anon_sym_u8_DQUOTE] = ACTIONS(1010), - [anon_sym_DQUOTE] = ACTIONS(1010), - [sym_true] = ACTIONS(1008), - [sym_false] = ACTIONS(1008), - [sym_null] = ACTIONS(1008), - [sym_comment] = ACTIONS(3), - }, - [285] = { - [sym_identifier] = ACTIONS(926), - [aux_sym_preproc_include_token1] = ACTIONS(926), - [aux_sym_preproc_def_token1] = ACTIONS(926), - [aux_sym_preproc_if_token1] = ACTIONS(926), - [aux_sym_preproc_ifdef_token1] = ACTIONS(926), - [aux_sym_preproc_ifdef_token2] = ACTIONS(926), - [sym_preproc_directive] = ACTIONS(926), - [anon_sym_LPAREN2] = ACTIONS(928), - [anon_sym_BANG] = ACTIONS(928), - [anon_sym_TILDE] = ACTIONS(928), - [anon_sym_DASH] = ACTIONS(926), - [anon_sym_PLUS] = ACTIONS(926), - [anon_sym_STAR] = ACTIONS(928), - [anon_sym_AMP] = ACTIONS(928), - [anon_sym_SEMI] = ACTIONS(928), - [anon_sym_typedef] = ACTIONS(926), - [anon_sym_extern] = ACTIONS(926), - [anon_sym___attribute__] = ACTIONS(926), - [anon_sym_LBRACK_LBRACK] = ACTIONS(928), - [anon_sym___declspec] = ACTIONS(926), - [anon_sym___cdecl] = ACTIONS(926), - [anon_sym___clrcall] = ACTIONS(926), - [anon_sym___stdcall] = ACTIONS(926), - [anon_sym___fastcall] = ACTIONS(926), - [anon_sym___thiscall] = ACTIONS(926), - [anon_sym___vectorcall] = ACTIONS(926), - [anon_sym_LBRACE] = ACTIONS(928), - [anon_sym_RBRACE] = ACTIONS(928), - [anon_sym_static] = ACTIONS(926), - [anon_sym_auto] = ACTIONS(926), - [anon_sym_register] = ACTIONS(926), - [anon_sym_inline] = ACTIONS(926), - [anon_sym_const] = ACTIONS(926), - [anon_sym_volatile] = ACTIONS(926), - [anon_sym_restrict] = ACTIONS(926), - [anon_sym___restrict__] = ACTIONS(926), - [anon_sym__Atomic] = ACTIONS(926), - [anon_sym__Noreturn] = ACTIONS(926), - [anon_sym_signed] = ACTIONS(926), - [anon_sym_unsigned] = ACTIONS(926), - [anon_sym_long] = ACTIONS(926), - [anon_sym_short] = ACTIONS(926), - [sym_primitive_type] = ACTIONS(926), - [anon_sym_enum] = ACTIONS(926), - [anon_sym_struct] = ACTIONS(926), - [anon_sym_union] = ACTIONS(926), - [anon_sym_if] = ACTIONS(926), - [anon_sym_else] = ACTIONS(926), - [anon_sym_switch] = ACTIONS(926), - [anon_sym_case] = ACTIONS(926), - [anon_sym_default] = ACTIONS(926), - [anon_sym_while] = ACTIONS(926), - [anon_sym_do] = ACTIONS(926), - [anon_sym_for] = ACTIONS(926), - [anon_sym_return] = ACTIONS(926), - [anon_sym_break] = ACTIONS(926), - [anon_sym_continue] = ACTIONS(926), - [anon_sym_goto] = ACTIONS(926), - [anon_sym_DASH_DASH] = ACTIONS(928), - [anon_sym_PLUS_PLUS] = ACTIONS(928), - [anon_sym_sizeof] = ACTIONS(926), - [anon_sym_offsetof] = ACTIONS(926), - [anon_sym__Generic] = ACTIONS(926), - [anon_sym_asm] = ACTIONS(926), - [anon_sym___asm__] = ACTIONS(926), - [sym_number_literal] = ACTIONS(928), - [anon_sym_L_SQUOTE] = ACTIONS(928), - [anon_sym_u_SQUOTE] = ACTIONS(928), - [anon_sym_U_SQUOTE] = ACTIONS(928), - [anon_sym_u8_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_L_DQUOTE] = ACTIONS(928), - [anon_sym_u_DQUOTE] = ACTIONS(928), - [anon_sym_U_DQUOTE] = ACTIONS(928), - [anon_sym_u8_DQUOTE] = ACTIONS(928), - [anon_sym_DQUOTE] = ACTIONS(928), - [sym_true] = ACTIONS(926), - [sym_false] = ACTIONS(926), - [sym_null] = ACTIONS(926), - [sym_comment] = ACTIONS(3), - }, - [286] = { - [sym_identifier] = ACTIONS(922), - [aux_sym_preproc_include_token1] = ACTIONS(922), - [aux_sym_preproc_def_token1] = ACTIONS(922), - [aux_sym_preproc_if_token1] = ACTIONS(922), - [aux_sym_preproc_ifdef_token1] = ACTIONS(922), - [aux_sym_preproc_ifdef_token2] = ACTIONS(922), - [sym_preproc_directive] = ACTIONS(922), - [anon_sym_LPAREN2] = ACTIONS(924), - [anon_sym_BANG] = ACTIONS(924), - [anon_sym_TILDE] = ACTIONS(924), - [anon_sym_DASH] = ACTIONS(922), - [anon_sym_PLUS] = ACTIONS(922), - [anon_sym_STAR] = ACTIONS(924), - [anon_sym_AMP] = ACTIONS(924), - [anon_sym_SEMI] = ACTIONS(924), - [anon_sym_typedef] = ACTIONS(922), - [anon_sym_extern] = ACTIONS(922), - [anon_sym___attribute__] = ACTIONS(922), - [anon_sym_LBRACK_LBRACK] = ACTIONS(924), - [anon_sym___declspec] = ACTIONS(922), - [anon_sym___cdecl] = ACTIONS(922), - [anon_sym___clrcall] = ACTIONS(922), - [anon_sym___stdcall] = ACTIONS(922), - [anon_sym___fastcall] = ACTIONS(922), - [anon_sym___thiscall] = ACTIONS(922), - [anon_sym___vectorcall] = ACTIONS(922), - [anon_sym_LBRACE] = ACTIONS(924), - [anon_sym_RBRACE] = ACTIONS(924), - [anon_sym_static] = ACTIONS(922), - [anon_sym_auto] = ACTIONS(922), - [anon_sym_register] = ACTIONS(922), - [anon_sym_inline] = ACTIONS(922), - [anon_sym_const] = ACTIONS(922), - [anon_sym_volatile] = ACTIONS(922), - [anon_sym_restrict] = ACTIONS(922), - [anon_sym___restrict__] = ACTIONS(922), - [anon_sym__Atomic] = ACTIONS(922), - [anon_sym__Noreturn] = ACTIONS(922), - [anon_sym_signed] = ACTIONS(922), - [anon_sym_unsigned] = ACTIONS(922), - [anon_sym_long] = ACTIONS(922), - [anon_sym_short] = ACTIONS(922), - [sym_primitive_type] = ACTIONS(922), - [anon_sym_enum] = ACTIONS(922), - [anon_sym_struct] = ACTIONS(922), - [anon_sym_union] = ACTIONS(922), - [anon_sym_if] = ACTIONS(922), - [anon_sym_else] = ACTIONS(922), - [anon_sym_switch] = ACTIONS(922), - [anon_sym_case] = ACTIONS(922), - [anon_sym_default] = ACTIONS(922), - [anon_sym_while] = ACTIONS(922), - [anon_sym_do] = ACTIONS(922), - [anon_sym_for] = ACTIONS(922), - [anon_sym_return] = ACTIONS(922), - [anon_sym_break] = ACTIONS(922), - [anon_sym_continue] = ACTIONS(922), - [anon_sym_goto] = ACTIONS(922), - [anon_sym_DASH_DASH] = ACTIONS(924), - [anon_sym_PLUS_PLUS] = ACTIONS(924), - [anon_sym_sizeof] = ACTIONS(922), - [anon_sym_offsetof] = ACTIONS(922), - [anon_sym__Generic] = ACTIONS(922), - [anon_sym_asm] = ACTIONS(922), - [anon_sym___asm__] = ACTIONS(922), - [sym_number_literal] = ACTIONS(924), - [anon_sym_L_SQUOTE] = ACTIONS(924), - [anon_sym_u_SQUOTE] = ACTIONS(924), - [anon_sym_U_SQUOTE] = ACTIONS(924), - [anon_sym_u8_SQUOTE] = ACTIONS(924), - [anon_sym_SQUOTE] = ACTIONS(924), - [anon_sym_L_DQUOTE] = ACTIONS(924), - [anon_sym_u_DQUOTE] = ACTIONS(924), - [anon_sym_U_DQUOTE] = ACTIONS(924), - [anon_sym_u8_DQUOTE] = ACTIONS(924), - [anon_sym_DQUOTE] = ACTIONS(924), - [sym_true] = ACTIONS(922), - [sym_false] = ACTIONS(922), - [sym_null] = ACTIONS(922), - [sym_comment] = ACTIONS(3), - }, - [287] = { - [sym_identifier] = ACTIONS(988), - [aux_sym_preproc_include_token1] = ACTIONS(988), - [aux_sym_preproc_def_token1] = ACTIONS(988), - [aux_sym_preproc_if_token1] = ACTIONS(988), - [aux_sym_preproc_ifdef_token1] = ACTIONS(988), - [aux_sym_preproc_ifdef_token2] = ACTIONS(988), - [sym_preproc_directive] = ACTIONS(988), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(990), - [anon_sym_TILDE] = ACTIONS(990), - [anon_sym_DASH] = ACTIONS(988), - [anon_sym_PLUS] = ACTIONS(988), - [anon_sym_STAR] = ACTIONS(990), - [anon_sym_AMP] = ACTIONS(990), - [anon_sym_SEMI] = ACTIONS(990), - [anon_sym_typedef] = ACTIONS(988), - [anon_sym_extern] = ACTIONS(988), - [anon_sym___attribute__] = ACTIONS(988), - [anon_sym_LBRACK_LBRACK] = ACTIONS(990), - [anon_sym___declspec] = ACTIONS(988), - [anon_sym___cdecl] = ACTIONS(988), - [anon_sym___clrcall] = ACTIONS(988), - [anon_sym___stdcall] = ACTIONS(988), - [anon_sym___fastcall] = ACTIONS(988), - [anon_sym___thiscall] = ACTIONS(988), - [anon_sym___vectorcall] = ACTIONS(988), - [anon_sym_LBRACE] = ACTIONS(990), - [anon_sym_RBRACE] = ACTIONS(990), - [anon_sym_static] = ACTIONS(988), - [anon_sym_auto] = ACTIONS(988), - [anon_sym_register] = ACTIONS(988), - [anon_sym_inline] = ACTIONS(988), - [anon_sym_const] = ACTIONS(988), - [anon_sym_volatile] = ACTIONS(988), - [anon_sym_restrict] = ACTIONS(988), - [anon_sym___restrict__] = ACTIONS(988), - [anon_sym__Atomic] = ACTIONS(988), - [anon_sym__Noreturn] = ACTIONS(988), - [anon_sym_signed] = ACTIONS(988), - [anon_sym_unsigned] = ACTIONS(988), - [anon_sym_long] = ACTIONS(988), - [anon_sym_short] = ACTIONS(988), - [sym_primitive_type] = ACTIONS(988), - [anon_sym_enum] = ACTIONS(988), - [anon_sym_struct] = ACTIONS(988), - [anon_sym_union] = ACTIONS(988), - [anon_sym_if] = ACTIONS(988), - [anon_sym_else] = ACTIONS(988), - [anon_sym_switch] = ACTIONS(988), - [anon_sym_case] = ACTIONS(988), - [anon_sym_default] = ACTIONS(988), - [anon_sym_while] = ACTIONS(988), - [anon_sym_do] = ACTIONS(988), - [anon_sym_for] = ACTIONS(988), - [anon_sym_return] = ACTIONS(988), - [anon_sym_break] = ACTIONS(988), - [anon_sym_continue] = ACTIONS(988), - [anon_sym_goto] = ACTIONS(988), - [anon_sym_DASH_DASH] = ACTIONS(990), - [anon_sym_PLUS_PLUS] = ACTIONS(990), - [anon_sym_sizeof] = ACTIONS(988), - [anon_sym_offsetof] = ACTIONS(988), - [anon_sym__Generic] = ACTIONS(988), - [anon_sym_asm] = ACTIONS(988), - [anon_sym___asm__] = ACTIONS(988), - [sym_number_literal] = ACTIONS(990), - [anon_sym_L_SQUOTE] = ACTIONS(990), - [anon_sym_u_SQUOTE] = ACTIONS(990), - [anon_sym_U_SQUOTE] = ACTIONS(990), - [anon_sym_u8_SQUOTE] = ACTIONS(990), - [anon_sym_SQUOTE] = ACTIONS(990), - [anon_sym_L_DQUOTE] = ACTIONS(990), - [anon_sym_u_DQUOTE] = ACTIONS(990), - [anon_sym_U_DQUOTE] = ACTIONS(990), - [anon_sym_u8_DQUOTE] = ACTIONS(990), - [anon_sym_DQUOTE] = ACTIONS(990), - [sym_true] = ACTIONS(988), - [sym_false] = ACTIONS(988), - [sym_null] = ACTIONS(988), + [291] = { + [sym_identifier] = ACTIONS(1004), + [aux_sym_preproc_include_token1] = ACTIONS(1004), + [aux_sym_preproc_def_token1] = ACTIONS(1004), + [aux_sym_preproc_if_token1] = ACTIONS(1004), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1004), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1004), + [sym_preproc_directive] = ACTIONS(1004), + [anon_sym_LPAREN2] = ACTIONS(1006), + [anon_sym_BANG] = ACTIONS(1006), + [anon_sym_TILDE] = ACTIONS(1006), + [anon_sym_DASH] = ACTIONS(1004), + [anon_sym_PLUS] = ACTIONS(1004), + [anon_sym_STAR] = ACTIONS(1006), + [anon_sym_AMP] = ACTIONS(1006), + [anon_sym_SEMI] = ACTIONS(1006), + [anon_sym_typedef] = ACTIONS(1004), + [anon_sym_extern] = ACTIONS(1004), + [anon_sym___attribute__] = ACTIONS(1004), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1006), + [anon_sym___declspec] = ACTIONS(1004), + [anon_sym___cdecl] = ACTIONS(1004), + [anon_sym___clrcall] = ACTIONS(1004), + [anon_sym___stdcall] = ACTIONS(1004), + [anon_sym___fastcall] = ACTIONS(1004), + [anon_sym___thiscall] = ACTIONS(1004), + [anon_sym___vectorcall] = ACTIONS(1004), + [anon_sym_LBRACE] = ACTIONS(1006), + [anon_sym_RBRACE] = ACTIONS(1006), + [anon_sym_static] = ACTIONS(1004), + [anon_sym_auto] = ACTIONS(1004), + [anon_sym_register] = ACTIONS(1004), + [anon_sym_inline] = ACTIONS(1004), + [anon_sym_const] = ACTIONS(1004), + [anon_sym_volatile] = ACTIONS(1004), + [anon_sym_restrict] = ACTIONS(1004), + [anon_sym___restrict__] = ACTIONS(1004), + [anon_sym__Atomic] = ACTIONS(1004), + [anon_sym__Noreturn] = ACTIONS(1004), + [anon_sym_signed] = ACTIONS(1004), + [anon_sym_unsigned] = ACTIONS(1004), + [anon_sym_long] = ACTIONS(1004), + [anon_sym_short] = ACTIONS(1004), + [sym_primitive_type] = ACTIONS(1004), + [anon_sym_enum] = ACTIONS(1004), + [anon_sym_struct] = ACTIONS(1004), + [anon_sym_union] = ACTIONS(1004), + [anon_sym_if] = ACTIONS(1004), + [anon_sym_else] = ACTIONS(1004), + [anon_sym_switch] = ACTIONS(1004), + [anon_sym_case] = ACTIONS(1004), + [anon_sym_default] = ACTIONS(1004), + [anon_sym_while] = ACTIONS(1004), + [anon_sym_do] = ACTIONS(1004), + [anon_sym_for] = ACTIONS(1004), + [anon_sym_return] = ACTIONS(1004), + [anon_sym_break] = ACTIONS(1004), + [anon_sym_continue] = ACTIONS(1004), + [anon_sym_goto] = ACTIONS(1004), + [anon_sym_DASH_DASH] = ACTIONS(1006), + [anon_sym_PLUS_PLUS] = ACTIONS(1006), + [anon_sym_sizeof] = ACTIONS(1004), + [anon_sym_offsetof] = ACTIONS(1004), + [anon_sym__Generic] = ACTIONS(1004), + [anon_sym_asm] = ACTIONS(1004), + [anon_sym___asm__] = ACTIONS(1004), + [sym_number_literal] = ACTIONS(1006), + [anon_sym_L_SQUOTE] = ACTIONS(1006), + [anon_sym_u_SQUOTE] = ACTIONS(1006), + [anon_sym_U_SQUOTE] = ACTIONS(1006), + [anon_sym_u8_SQUOTE] = ACTIONS(1006), + [anon_sym_SQUOTE] = ACTIONS(1006), + [anon_sym_L_DQUOTE] = ACTIONS(1006), + [anon_sym_u_DQUOTE] = ACTIONS(1006), + [anon_sym_U_DQUOTE] = ACTIONS(1006), + [anon_sym_u8_DQUOTE] = ACTIONS(1006), + [anon_sym_DQUOTE] = ACTIONS(1006), + [sym_true] = ACTIONS(1004), + [sym_false] = ACTIONS(1004), + [sym_null] = ACTIONS(1004), [sym_comment] = ACTIONS(3), }, - [288] = { - [sym_identifier] = ACTIONS(972), - [aux_sym_preproc_include_token1] = ACTIONS(972), - [aux_sym_preproc_def_token1] = ACTIONS(972), - [aux_sym_preproc_if_token1] = ACTIONS(972), - [aux_sym_preproc_ifdef_token1] = ACTIONS(972), - [aux_sym_preproc_ifdef_token2] = ACTIONS(972), - [sym_preproc_directive] = ACTIONS(972), - [anon_sym_LPAREN2] = ACTIONS(974), - [anon_sym_BANG] = ACTIONS(974), - [anon_sym_TILDE] = ACTIONS(974), - [anon_sym_DASH] = ACTIONS(972), - [anon_sym_PLUS] = ACTIONS(972), - [anon_sym_STAR] = ACTIONS(974), - [anon_sym_AMP] = ACTIONS(974), - [anon_sym_SEMI] = ACTIONS(974), - [anon_sym_typedef] = ACTIONS(972), - [anon_sym_extern] = ACTIONS(972), - [anon_sym___attribute__] = ACTIONS(972), - [anon_sym_LBRACK_LBRACK] = ACTIONS(974), - [anon_sym___declspec] = ACTIONS(972), - [anon_sym___cdecl] = ACTIONS(972), - [anon_sym___clrcall] = ACTIONS(972), - [anon_sym___stdcall] = ACTIONS(972), - [anon_sym___fastcall] = ACTIONS(972), - [anon_sym___thiscall] = ACTIONS(972), - [anon_sym___vectorcall] = ACTIONS(972), - [anon_sym_LBRACE] = ACTIONS(974), - [anon_sym_RBRACE] = ACTIONS(974), - [anon_sym_static] = ACTIONS(972), - [anon_sym_auto] = ACTIONS(972), - [anon_sym_register] = ACTIONS(972), - [anon_sym_inline] = ACTIONS(972), - [anon_sym_const] = ACTIONS(972), - [anon_sym_volatile] = ACTIONS(972), - [anon_sym_restrict] = ACTIONS(972), - [anon_sym___restrict__] = ACTIONS(972), - [anon_sym__Atomic] = ACTIONS(972), - [anon_sym__Noreturn] = ACTIONS(972), - [anon_sym_signed] = ACTIONS(972), - [anon_sym_unsigned] = ACTIONS(972), - [anon_sym_long] = ACTIONS(972), - [anon_sym_short] = ACTIONS(972), - [sym_primitive_type] = ACTIONS(972), - [anon_sym_enum] = ACTIONS(972), - [anon_sym_struct] = ACTIONS(972), - [anon_sym_union] = ACTIONS(972), - [anon_sym_if] = ACTIONS(972), - [anon_sym_else] = ACTIONS(972), - [anon_sym_switch] = ACTIONS(972), - [anon_sym_case] = ACTIONS(972), - [anon_sym_default] = ACTIONS(972), - [anon_sym_while] = ACTIONS(972), - [anon_sym_do] = ACTIONS(972), - [anon_sym_for] = ACTIONS(972), - [anon_sym_return] = ACTIONS(972), - [anon_sym_break] = ACTIONS(972), - [anon_sym_continue] = ACTIONS(972), - [anon_sym_goto] = ACTIONS(972), - [anon_sym_DASH_DASH] = ACTIONS(974), - [anon_sym_PLUS_PLUS] = ACTIONS(974), - [anon_sym_sizeof] = ACTIONS(972), - [anon_sym_offsetof] = ACTIONS(972), - [anon_sym__Generic] = ACTIONS(972), - [anon_sym_asm] = ACTIONS(972), - [anon_sym___asm__] = ACTIONS(972), - [sym_number_literal] = ACTIONS(974), - [anon_sym_L_SQUOTE] = ACTIONS(974), - [anon_sym_u_SQUOTE] = ACTIONS(974), - [anon_sym_U_SQUOTE] = ACTIONS(974), - [anon_sym_u8_SQUOTE] = ACTIONS(974), - [anon_sym_SQUOTE] = ACTIONS(974), - [anon_sym_L_DQUOTE] = ACTIONS(974), - [anon_sym_u_DQUOTE] = ACTIONS(974), - [anon_sym_U_DQUOTE] = ACTIONS(974), - [anon_sym_u8_DQUOTE] = ACTIONS(974), - [anon_sym_DQUOTE] = ACTIONS(974), - [sym_true] = ACTIONS(972), - [sym_false] = ACTIONS(972), - [sym_null] = ACTIONS(972), + [292] = { + [sym_identifier] = ACTIONS(956), + [aux_sym_preproc_include_token1] = ACTIONS(956), + [aux_sym_preproc_def_token1] = ACTIONS(956), + [aux_sym_preproc_if_token1] = ACTIONS(956), + [aux_sym_preproc_ifdef_token1] = ACTIONS(956), + [aux_sym_preproc_ifdef_token2] = ACTIONS(956), + [sym_preproc_directive] = ACTIONS(956), + [anon_sym_LPAREN2] = ACTIONS(958), + [anon_sym_BANG] = ACTIONS(958), + [anon_sym_TILDE] = ACTIONS(958), + [anon_sym_DASH] = ACTIONS(956), + [anon_sym_PLUS] = ACTIONS(956), + [anon_sym_STAR] = ACTIONS(958), + [anon_sym_AMP] = ACTIONS(958), + [anon_sym_SEMI] = ACTIONS(958), + [anon_sym_typedef] = ACTIONS(956), + [anon_sym_extern] = ACTIONS(956), + [anon_sym___attribute__] = ACTIONS(956), + [anon_sym_LBRACK_LBRACK] = ACTIONS(958), + [anon_sym___declspec] = ACTIONS(956), + [anon_sym___cdecl] = ACTIONS(956), + [anon_sym___clrcall] = ACTIONS(956), + [anon_sym___stdcall] = ACTIONS(956), + [anon_sym___fastcall] = ACTIONS(956), + [anon_sym___thiscall] = ACTIONS(956), + [anon_sym___vectorcall] = ACTIONS(956), + [anon_sym_LBRACE] = ACTIONS(958), + [anon_sym_RBRACE] = ACTIONS(958), + [anon_sym_static] = ACTIONS(956), + [anon_sym_auto] = ACTIONS(956), + [anon_sym_register] = ACTIONS(956), + [anon_sym_inline] = ACTIONS(956), + [anon_sym_const] = ACTIONS(956), + [anon_sym_volatile] = ACTIONS(956), + [anon_sym_restrict] = ACTIONS(956), + [anon_sym___restrict__] = ACTIONS(956), + [anon_sym__Atomic] = ACTIONS(956), + [anon_sym__Noreturn] = ACTIONS(956), + [anon_sym_signed] = ACTIONS(956), + [anon_sym_unsigned] = ACTIONS(956), + [anon_sym_long] = ACTIONS(956), + [anon_sym_short] = ACTIONS(956), + [sym_primitive_type] = ACTIONS(956), + [anon_sym_enum] = ACTIONS(956), + [anon_sym_struct] = ACTIONS(956), + [anon_sym_union] = ACTIONS(956), + [anon_sym_if] = ACTIONS(956), + [anon_sym_else] = ACTIONS(956), + [anon_sym_switch] = ACTIONS(956), + [anon_sym_case] = ACTIONS(956), + [anon_sym_default] = ACTIONS(956), + [anon_sym_while] = ACTIONS(956), + [anon_sym_do] = ACTIONS(956), + [anon_sym_for] = ACTIONS(956), + [anon_sym_return] = ACTIONS(956), + [anon_sym_break] = ACTIONS(956), + [anon_sym_continue] = ACTIONS(956), + [anon_sym_goto] = ACTIONS(956), + [anon_sym_DASH_DASH] = ACTIONS(958), + [anon_sym_PLUS_PLUS] = ACTIONS(958), + [anon_sym_sizeof] = ACTIONS(956), + [anon_sym_offsetof] = ACTIONS(956), + [anon_sym__Generic] = ACTIONS(956), + [anon_sym_asm] = ACTIONS(956), + [anon_sym___asm__] = ACTIONS(956), + [sym_number_literal] = ACTIONS(958), + [anon_sym_L_SQUOTE] = ACTIONS(958), + [anon_sym_u_SQUOTE] = ACTIONS(958), + [anon_sym_U_SQUOTE] = ACTIONS(958), + [anon_sym_u8_SQUOTE] = ACTIONS(958), + [anon_sym_SQUOTE] = ACTIONS(958), + [anon_sym_L_DQUOTE] = ACTIONS(958), + [anon_sym_u_DQUOTE] = ACTIONS(958), + [anon_sym_U_DQUOTE] = ACTIONS(958), + [anon_sym_u8_DQUOTE] = ACTIONS(958), + [anon_sym_DQUOTE] = ACTIONS(958), + [sym_true] = ACTIONS(956), + [sym_false] = ACTIONS(956), + [sym_null] = ACTIONS(956), [sym_comment] = ACTIONS(3), }, - [289] = { - [sym_identifier] = ACTIONS(914), - [aux_sym_preproc_include_token1] = ACTIONS(914), - [aux_sym_preproc_def_token1] = ACTIONS(914), - [aux_sym_preproc_if_token1] = ACTIONS(914), - [aux_sym_preproc_ifdef_token1] = ACTIONS(914), - [aux_sym_preproc_ifdef_token2] = ACTIONS(914), - [sym_preproc_directive] = ACTIONS(914), - [anon_sym_LPAREN2] = ACTIONS(916), - [anon_sym_BANG] = ACTIONS(916), - [anon_sym_TILDE] = ACTIONS(916), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_STAR] = ACTIONS(916), - [anon_sym_AMP] = ACTIONS(916), - [anon_sym_SEMI] = ACTIONS(916), - [anon_sym_typedef] = ACTIONS(914), - [anon_sym_extern] = ACTIONS(914), - [anon_sym___attribute__] = ACTIONS(914), - [anon_sym_LBRACK_LBRACK] = ACTIONS(916), - [anon_sym___declspec] = ACTIONS(914), - [anon_sym___cdecl] = ACTIONS(914), - [anon_sym___clrcall] = ACTIONS(914), - [anon_sym___stdcall] = ACTIONS(914), - [anon_sym___fastcall] = ACTIONS(914), - [anon_sym___thiscall] = ACTIONS(914), - [anon_sym___vectorcall] = ACTIONS(914), - [anon_sym_LBRACE] = ACTIONS(916), - [anon_sym_RBRACE] = ACTIONS(916), - [anon_sym_static] = ACTIONS(914), - [anon_sym_auto] = ACTIONS(914), - [anon_sym_register] = ACTIONS(914), - [anon_sym_inline] = ACTIONS(914), - [anon_sym_const] = ACTIONS(914), - [anon_sym_volatile] = ACTIONS(914), - [anon_sym_restrict] = ACTIONS(914), - [anon_sym___restrict__] = ACTIONS(914), - [anon_sym__Atomic] = ACTIONS(914), - [anon_sym__Noreturn] = ACTIONS(914), - [anon_sym_signed] = ACTIONS(914), - [anon_sym_unsigned] = ACTIONS(914), - [anon_sym_long] = ACTIONS(914), - [anon_sym_short] = ACTIONS(914), - [sym_primitive_type] = ACTIONS(914), - [anon_sym_enum] = ACTIONS(914), - [anon_sym_struct] = ACTIONS(914), - [anon_sym_union] = ACTIONS(914), - [anon_sym_if] = ACTIONS(914), - [anon_sym_else] = ACTIONS(914), - [anon_sym_switch] = ACTIONS(914), - [anon_sym_case] = ACTIONS(914), - [anon_sym_default] = ACTIONS(914), - [anon_sym_while] = ACTIONS(914), - [anon_sym_do] = ACTIONS(914), - [anon_sym_for] = ACTIONS(914), - [anon_sym_return] = ACTIONS(914), - [anon_sym_break] = ACTIONS(914), - [anon_sym_continue] = ACTIONS(914), - [anon_sym_goto] = ACTIONS(914), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_sizeof] = ACTIONS(914), - [anon_sym_offsetof] = ACTIONS(914), - [anon_sym__Generic] = ACTIONS(914), - [anon_sym_asm] = ACTIONS(914), - [anon_sym___asm__] = ACTIONS(914), - [sym_number_literal] = ACTIONS(916), - [anon_sym_L_SQUOTE] = ACTIONS(916), - [anon_sym_u_SQUOTE] = ACTIONS(916), - [anon_sym_U_SQUOTE] = ACTIONS(916), - [anon_sym_u8_SQUOTE] = ACTIONS(916), - [anon_sym_SQUOTE] = ACTIONS(916), - [anon_sym_L_DQUOTE] = ACTIONS(916), - [anon_sym_u_DQUOTE] = ACTIONS(916), - [anon_sym_U_DQUOTE] = ACTIONS(916), - [anon_sym_u8_DQUOTE] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(916), - [sym_true] = ACTIONS(914), - [sym_false] = ACTIONS(914), - [sym_null] = ACTIONS(914), + [293] = { + [sym_identifier] = ACTIONS(960), + [aux_sym_preproc_include_token1] = ACTIONS(960), + [aux_sym_preproc_def_token1] = ACTIONS(960), + [aux_sym_preproc_if_token1] = ACTIONS(960), + [aux_sym_preproc_ifdef_token1] = ACTIONS(960), + [aux_sym_preproc_ifdef_token2] = ACTIONS(960), + [sym_preproc_directive] = ACTIONS(960), + [anon_sym_LPAREN2] = ACTIONS(962), + [anon_sym_BANG] = ACTIONS(962), + [anon_sym_TILDE] = ACTIONS(962), + [anon_sym_DASH] = ACTIONS(960), + [anon_sym_PLUS] = ACTIONS(960), + [anon_sym_STAR] = ACTIONS(962), + [anon_sym_AMP] = ACTIONS(962), + [anon_sym_SEMI] = ACTIONS(962), + [anon_sym_typedef] = ACTIONS(960), + [anon_sym_extern] = ACTIONS(960), + [anon_sym___attribute__] = ACTIONS(960), + [anon_sym_LBRACK_LBRACK] = ACTIONS(962), + [anon_sym___declspec] = ACTIONS(960), + [anon_sym___cdecl] = ACTIONS(960), + [anon_sym___clrcall] = ACTIONS(960), + [anon_sym___stdcall] = ACTIONS(960), + [anon_sym___fastcall] = ACTIONS(960), + [anon_sym___thiscall] = ACTIONS(960), + [anon_sym___vectorcall] = ACTIONS(960), + [anon_sym_LBRACE] = ACTIONS(962), + [anon_sym_RBRACE] = ACTIONS(962), + [anon_sym_static] = ACTIONS(960), + [anon_sym_auto] = ACTIONS(960), + [anon_sym_register] = ACTIONS(960), + [anon_sym_inline] = ACTIONS(960), + [anon_sym_const] = ACTIONS(960), + [anon_sym_volatile] = ACTIONS(960), + [anon_sym_restrict] = ACTIONS(960), + [anon_sym___restrict__] = ACTIONS(960), + [anon_sym__Atomic] = ACTIONS(960), + [anon_sym__Noreturn] = ACTIONS(960), + [anon_sym_signed] = ACTIONS(960), + [anon_sym_unsigned] = ACTIONS(960), + [anon_sym_long] = ACTIONS(960), + [anon_sym_short] = ACTIONS(960), + [sym_primitive_type] = ACTIONS(960), + [anon_sym_enum] = ACTIONS(960), + [anon_sym_struct] = ACTIONS(960), + [anon_sym_union] = ACTIONS(960), + [anon_sym_if] = ACTIONS(960), + [anon_sym_else] = ACTIONS(960), + [anon_sym_switch] = ACTIONS(960), + [anon_sym_case] = ACTIONS(960), + [anon_sym_default] = ACTIONS(960), + [anon_sym_while] = ACTIONS(960), + [anon_sym_do] = ACTIONS(960), + [anon_sym_for] = ACTIONS(960), + [anon_sym_return] = ACTIONS(960), + [anon_sym_break] = ACTIONS(960), + [anon_sym_continue] = ACTIONS(960), + [anon_sym_goto] = ACTIONS(960), + [anon_sym_DASH_DASH] = ACTIONS(962), + [anon_sym_PLUS_PLUS] = ACTIONS(962), + [anon_sym_sizeof] = ACTIONS(960), + [anon_sym_offsetof] = ACTIONS(960), + [anon_sym__Generic] = ACTIONS(960), + [anon_sym_asm] = ACTIONS(960), + [anon_sym___asm__] = ACTIONS(960), + [sym_number_literal] = ACTIONS(962), + [anon_sym_L_SQUOTE] = ACTIONS(962), + [anon_sym_u_SQUOTE] = ACTIONS(962), + [anon_sym_U_SQUOTE] = ACTIONS(962), + [anon_sym_u8_SQUOTE] = ACTIONS(962), + [anon_sym_SQUOTE] = ACTIONS(962), + [anon_sym_L_DQUOTE] = ACTIONS(962), + [anon_sym_u_DQUOTE] = ACTIONS(962), + [anon_sym_U_DQUOTE] = ACTIONS(962), + [anon_sym_u8_DQUOTE] = ACTIONS(962), + [anon_sym_DQUOTE] = ACTIONS(962), + [sym_true] = ACTIONS(960), + [sym_false] = ACTIONS(960), + [sym_null] = ACTIONS(960), [sym_comment] = ACTIONS(3), }, - [290] = { - [sym_identifier] = ACTIONS(996), - [aux_sym_preproc_include_token1] = ACTIONS(996), - [aux_sym_preproc_def_token1] = ACTIONS(996), - [aux_sym_preproc_if_token1] = ACTIONS(996), - [aux_sym_preproc_ifdef_token1] = ACTIONS(996), - [aux_sym_preproc_ifdef_token2] = ACTIONS(996), - [sym_preproc_directive] = ACTIONS(996), - [anon_sym_LPAREN2] = ACTIONS(998), - [anon_sym_BANG] = ACTIONS(998), - [anon_sym_TILDE] = ACTIONS(998), - [anon_sym_DASH] = ACTIONS(996), - [anon_sym_PLUS] = ACTIONS(996), - [anon_sym_STAR] = ACTIONS(998), - [anon_sym_AMP] = ACTIONS(998), - [anon_sym_SEMI] = ACTIONS(998), - [anon_sym_typedef] = ACTIONS(996), - [anon_sym_extern] = ACTIONS(996), - [anon_sym___attribute__] = ACTIONS(996), - [anon_sym_LBRACK_LBRACK] = ACTIONS(998), - [anon_sym___declspec] = ACTIONS(996), - [anon_sym___cdecl] = ACTIONS(996), - [anon_sym___clrcall] = ACTIONS(996), - [anon_sym___stdcall] = ACTIONS(996), - [anon_sym___fastcall] = ACTIONS(996), - [anon_sym___thiscall] = ACTIONS(996), - [anon_sym___vectorcall] = ACTIONS(996), - [anon_sym_LBRACE] = ACTIONS(998), - [anon_sym_RBRACE] = ACTIONS(998), - [anon_sym_static] = ACTIONS(996), - [anon_sym_auto] = ACTIONS(996), - [anon_sym_register] = ACTIONS(996), - [anon_sym_inline] = ACTIONS(996), - [anon_sym_const] = ACTIONS(996), - [anon_sym_volatile] = ACTIONS(996), - [anon_sym_restrict] = ACTIONS(996), - [anon_sym___restrict__] = ACTIONS(996), - [anon_sym__Atomic] = ACTIONS(996), - [anon_sym__Noreturn] = ACTIONS(996), - [anon_sym_signed] = ACTIONS(996), - [anon_sym_unsigned] = ACTIONS(996), - [anon_sym_long] = ACTIONS(996), - [anon_sym_short] = ACTIONS(996), - [sym_primitive_type] = ACTIONS(996), - [anon_sym_enum] = ACTIONS(996), - [anon_sym_struct] = ACTIONS(996), - [anon_sym_union] = ACTIONS(996), - [anon_sym_if] = ACTIONS(996), - [anon_sym_else] = ACTIONS(996), - [anon_sym_switch] = ACTIONS(996), - [anon_sym_case] = ACTIONS(996), - [anon_sym_default] = ACTIONS(996), - [anon_sym_while] = ACTIONS(996), - [anon_sym_do] = ACTIONS(996), - [anon_sym_for] = ACTIONS(996), - [anon_sym_return] = ACTIONS(996), - [anon_sym_break] = ACTIONS(996), - [anon_sym_continue] = ACTIONS(996), - [anon_sym_goto] = ACTIONS(996), - [anon_sym_DASH_DASH] = ACTIONS(998), - [anon_sym_PLUS_PLUS] = ACTIONS(998), - [anon_sym_sizeof] = ACTIONS(996), - [anon_sym_offsetof] = ACTIONS(996), - [anon_sym__Generic] = ACTIONS(996), - [anon_sym_asm] = ACTIONS(996), - [anon_sym___asm__] = ACTIONS(996), - [sym_number_literal] = ACTIONS(998), - [anon_sym_L_SQUOTE] = ACTIONS(998), - [anon_sym_u_SQUOTE] = ACTIONS(998), - [anon_sym_U_SQUOTE] = ACTIONS(998), - [anon_sym_u8_SQUOTE] = ACTIONS(998), - [anon_sym_SQUOTE] = ACTIONS(998), - [anon_sym_L_DQUOTE] = ACTIONS(998), - [anon_sym_u_DQUOTE] = ACTIONS(998), - [anon_sym_U_DQUOTE] = ACTIONS(998), - [anon_sym_u8_DQUOTE] = ACTIONS(998), - [anon_sym_DQUOTE] = ACTIONS(998), - [sym_true] = ACTIONS(996), - [sym_false] = ACTIONS(996), - [sym_null] = ACTIONS(996), + [294] = { + [sym_identifier] = ACTIONS(984), + [aux_sym_preproc_include_token1] = ACTIONS(984), + [aux_sym_preproc_def_token1] = ACTIONS(984), + [aux_sym_preproc_if_token1] = ACTIONS(984), + [aux_sym_preproc_if_token2] = ACTIONS(984), + [aux_sym_preproc_ifdef_token1] = ACTIONS(984), + [aux_sym_preproc_ifdef_token2] = ACTIONS(984), + [sym_preproc_directive] = ACTIONS(984), + [anon_sym_LPAREN2] = ACTIONS(986), + [anon_sym_BANG] = ACTIONS(986), + [anon_sym_TILDE] = ACTIONS(986), + [anon_sym_DASH] = ACTIONS(984), + [anon_sym_PLUS] = ACTIONS(984), + [anon_sym_STAR] = ACTIONS(986), + [anon_sym_AMP] = ACTIONS(986), + [anon_sym_SEMI] = ACTIONS(986), + [anon_sym_typedef] = ACTIONS(984), + [anon_sym_extern] = ACTIONS(984), + [anon_sym___attribute__] = ACTIONS(984), + [anon_sym_LBRACK_LBRACK] = ACTIONS(986), + [anon_sym___declspec] = ACTIONS(984), + [anon_sym___cdecl] = ACTIONS(984), + [anon_sym___clrcall] = ACTIONS(984), + [anon_sym___stdcall] = ACTIONS(984), + [anon_sym___fastcall] = ACTIONS(984), + [anon_sym___thiscall] = ACTIONS(984), + [anon_sym___vectorcall] = ACTIONS(984), + [anon_sym_LBRACE] = ACTIONS(986), + [anon_sym_static] = ACTIONS(984), + [anon_sym_auto] = ACTIONS(984), + [anon_sym_register] = ACTIONS(984), + [anon_sym_inline] = ACTIONS(984), + [anon_sym_const] = ACTIONS(984), + [anon_sym_volatile] = ACTIONS(984), + [anon_sym_restrict] = ACTIONS(984), + [anon_sym___restrict__] = ACTIONS(984), + [anon_sym__Atomic] = ACTIONS(984), + [anon_sym__Noreturn] = ACTIONS(984), + [anon_sym_signed] = ACTIONS(984), + [anon_sym_unsigned] = ACTIONS(984), + [anon_sym_long] = ACTIONS(984), + [anon_sym_short] = ACTIONS(984), + [sym_primitive_type] = ACTIONS(984), + [anon_sym_enum] = ACTIONS(984), + [anon_sym_struct] = ACTIONS(984), + [anon_sym_union] = ACTIONS(984), + [anon_sym_if] = ACTIONS(984), + [anon_sym_else] = ACTIONS(984), + [anon_sym_switch] = ACTIONS(984), + [anon_sym_case] = ACTIONS(984), + [anon_sym_default] = ACTIONS(984), + [anon_sym_while] = ACTIONS(984), + [anon_sym_do] = ACTIONS(984), + [anon_sym_for] = ACTIONS(984), + [anon_sym_return] = ACTIONS(984), + [anon_sym_break] = ACTIONS(984), + [anon_sym_continue] = ACTIONS(984), + [anon_sym_goto] = ACTIONS(984), + [anon_sym_DASH_DASH] = ACTIONS(986), + [anon_sym_PLUS_PLUS] = ACTIONS(986), + [anon_sym_sizeof] = ACTIONS(984), + [anon_sym_offsetof] = ACTIONS(984), + [anon_sym__Generic] = ACTIONS(984), + [anon_sym_asm] = ACTIONS(984), + [anon_sym___asm__] = ACTIONS(984), + [sym_number_literal] = ACTIONS(986), + [anon_sym_L_SQUOTE] = ACTIONS(986), + [anon_sym_u_SQUOTE] = ACTIONS(986), + [anon_sym_U_SQUOTE] = ACTIONS(986), + [anon_sym_u8_SQUOTE] = ACTIONS(986), + [anon_sym_SQUOTE] = ACTIONS(986), + [anon_sym_L_DQUOTE] = ACTIONS(986), + [anon_sym_u_DQUOTE] = ACTIONS(986), + [anon_sym_U_DQUOTE] = ACTIONS(986), + [anon_sym_u8_DQUOTE] = ACTIONS(986), + [anon_sym_DQUOTE] = ACTIONS(986), + [sym_true] = ACTIONS(984), + [sym_false] = ACTIONS(984), + [sym_null] = ACTIONS(984), + [sym_comment] = ACTIONS(3), + }, + [295] = { + [sym_identifier] = ACTIONS(1028), + [aux_sym_preproc_include_token1] = ACTIONS(1028), + [aux_sym_preproc_def_token1] = ACTIONS(1028), + [aux_sym_preproc_if_token1] = ACTIONS(1028), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1028), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1028), + [sym_preproc_directive] = ACTIONS(1028), + [anon_sym_LPAREN2] = ACTIONS(1030), + [anon_sym_BANG] = ACTIONS(1030), + [anon_sym_TILDE] = ACTIONS(1030), + [anon_sym_DASH] = ACTIONS(1028), + [anon_sym_PLUS] = ACTIONS(1028), + [anon_sym_STAR] = ACTIONS(1030), + [anon_sym_AMP] = ACTIONS(1030), + [anon_sym_SEMI] = ACTIONS(1030), + [anon_sym_typedef] = ACTIONS(1028), + [anon_sym_extern] = ACTIONS(1028), + [anon_sym___attribute__] = ACTIONS(1028), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1030), + [anon_sym___declspec] = ACTIONS(1028), + [anon_sym___cdecl] = ACTIONS(1028), + [anon_sym___clrcall] = ACTIONS(1028), + [anon_sym___stdcall] = ACTIONS(1028), + [anon_sym___fastcall] = ACTIONS(1028), + [anon_sym___thiscall] = ACTIONS(1028), + [anon_sym___vectorcall] = ACTIONS(1028), + [anon_sym_LBRACE] = ACTIONS(1030), + [anon_sym_RBRACE] = ACTIONS(1030), + [anon_sym_static] = ACTIONS(1028), + [anon_sym_auto] = ACTIONS(1028), + [anon_sym_register] = ACTIONS(1028), + [anon_sym_inline] = ACTIONS(1028), + [anon_sym_const] = ACTIONS(1028), + [anon_sym_volatile] = ACTIONS(1028), + [anon_sym_restrict] = ACTIONS(1028), + [anon_sym___restrict__] = ACTIONS(1028), + [anon_sym__Atomic] = ACTIONS(1028), + [anon_sym__Noreturn] = ACTIONS(1028), + [anon_sym_signed] = ACTIONS(1028), + [anon_sym_unsigned] = ACTIONS(1028), + [anon_sym_long] = ACTIONS(1028), + [anon_sym_short] = ACTIONS(1028), + [sym_primitive_type] = ACTIONS(1028), + [anon_sym_enum] = ACTIONS(1028), + [anon_sym_struct] = ACTIONS(1028), + [anon_sym_union] = ACTIONS(1028), + [anon_sym_if] = ACTIONS(1028), + [anon_sym_else] = ACTIONS(1028), + [anon_sym_switch] = ACTIONS(1028), + [anon_sym_case] = ACTIONS(1028), + [anon_sym_default] = ACTIONS(1028), + [anon_sym_while] = ACTIONS(1028), + [anon_sym_do] = ACTIONS(1028), + [anon_sym_for] = ACTIONS(1028), + [anon_sym_return] = ACTIONS(1028), + [anon_sym_break] = ACTIONS(1028), + [anon_sym_continue] = ACTIONS(1028), + [anon_sym_goto] = ACTIONS(1028), + [anon_sym_DASH_DASH] = ACTIONS(1030), + [anon_sym_PLUS_PLUS] = ACTIONS(1030), + [anon_sym_sizeof] = ACTIONS(1028), + [anon_sym_offsetof] = ACTIONS(1028), + [anon_sym__Generic] = ACTIONS(1028), + [anon_sym_asm] = ACTIONS(1028), + [anon_sym___asm__] = ACTIONS(1028), + [sym_number_literal] = ACTIONS(1030), + [anon_sym_L_SQUOTE] = ACTIONS(1030), + [anon_sym_u_SQUOTE] = ACTIONS(1030), + [anon_sym_U_SQUOTE] = ACTIONS(1030), + [anon_sym_u8_SQUOTE] = ACTIONS(1030), + [anon_sym_SQUOTE] = ACTIONS(1030), + [anon_sym_L_DQUOTE] = ACTIONS(1030), + [anon_sym_u_DQUOTE] = ACTIONS(1030), + [anon_sym_U_DQUOTE] = ACTIONS(1030), + [anon_sym_u8_DQUOTE] = ACTIONS(1030), + [anon_sym_DQUOTE] = ACTIONS(1030), + [sym_true] = ACTIONS(1028), + [sym_false] = ACTIONS(1028), + [sym_null] = ACTIONS(1028), [sym_comment] = ACTIONS(3), }, - [291] = { + [296] = { + [sym_identifier] = ACTIONS(932), + [aux_sym_preproc_include_token1] = ACTIONS(932), + [aux_sym_preproc_def_token1] = ACTIONS(932), + [aux_sym_preproc_if_token1] = ACTIONS(932), + [aux_sym_preproc_if_token2] = ACTIONS(932), + [aux_sym_preproc_ifdef_token1] = ACTIONS(932), + [aux_sym_preproc_ifdef_token2] = ACTIONS(932), + [sym_preproc_directive] = ACTIONS(932), + [anon_sym_LPAREN2] = ACTIONS(934), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(934), + [anon_sym_DASH] = ACTIONS(932), + [anon_sym_PLUS] = ACTIONS(932), + [anon_sym_STAR] = ACTIONS(934), + [anon_sym_AMP] = ACTIONS(934), + [anon_sym_SEMI] = ACTIONS(934), + [anon_sym_typedef] = ACTIONS(932), + [anon_sym_extern] = ACTIONS(932), + [anon_sym___attribute__] = ACTIONS(932), + [anon_sym_LBRACK_LBRACK] = ACTIONS(934), + [anon_sym___declspec] = ACTIONS(932), + [anon_sym___cdecl] = ACTIONS(932), + [anon_sym___clrcall] = ACTIONS(932), + [anon_sym___stdcall] = ACTIONS(932), + [anon_sym___fastcall] = ACTIONS(932), + [anon_sym___thiscall] = ACTIONS(932), + [anon_sym___vectorcall] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_static] = ACTIONS(932), + [anon_sym_auto] = ACTIONS(932), + [anon_sym_register] = ACTIONS(932), + [anon_sym_inline] = ACTIONS(932), + [anon_sym_const] = ACTIONS(932), + [anon_sym_volatile] = ACTIONS(932), + [anon_sym_restrict] = ACTIONS(932), + [anon_sym___restrict__] = ACTIONS(932), + [anon_sym__Atomic] = ACTIONS(932), + [anon_sym__Noreturn] = ACTIONS(932), + [anon_sym_signed] = ACTIONS(932), + [anon_sym_unsigned] = ACTIONS(932), + [anon_sym_long] = ACTIONS(932), + [anon_sym_short] = ACTIONS(932), + [sym_primitive_type] = ACTIONS(932), + [anon_sym_enum] = ACTIONS(932), + [anon_sym_struct] = ACTIONS(932), + [anon_sym_union] = ACTIONS(932), + [anon_sym_if] = ACTIONS(932), + [anon_sym_else] = ACTIONS(932), + [anon_sym_switch] = ACTIONS(932), + [anon_sym_case] = ACTIONS(932), + [anon_sym_default] = ACTIONS(932), + [anon_sym_while] = ACTIONS(932), + [anon_sym_do] = ACTIONS(932), + [anon_sym_for] = ACTIONS(932), + [anon_sym_return] = ACTIONS(932), + [anon_sym_break] = ACTIONS(932), + [anon_sym_continue] = ACTIONS(932), + [anon_sym_goto] = ACTIONS(932), + [anon_sym_DASH_DASH] = ACTIONS(934), + [anon_sym_PLUS_PLUS] = ACTIONS(934), + [anon_sym_sizeof] = ACTIONS(932), + [anon_sym_offsetof] = ACTIONS(932), + [anon_sym__Generic] = ACTIONS(932), + [anon_sym_asm] = ACTIONS(932), + [anon_sym___asm__] = ACTIONS(932), + [sym_number_literal] = ACTIONS(934), + [anon_sym_L_SQUOTE] = ACTIONS(934), + [anon_sym_u_SQUOTE] = ACTIONS(934), + [anon_sym_U_SQUOTE] = ACTIONS(934), + [anon_sym_u8_SQUOTE] = ACTIONS(934), + [anon_sym_SQUOTE] = ACTIONS(934), + [anon_sym_L_DQUOTE] = ACTIONS(934), + [anon_sym_u_DQUOTE] = ACTIONS(934), + [anon_sym_U_DQUOTE] = ACTIONS(934), + [anon_sym_u8_DQUOTE] = ACTIONS(934), + [anon_sym_DQUOTE] = ACTIONS(934), + [sym_true] = ACTIONS(932), + [sym_false] = ACTIONS(932), + [sym_null] = ACTIONS(932), + [sym_comment] = ACTIONS(3), + }, + [297] = { + [sym_identifier] = ACTIONS(944), + [aux_sym_preproc_include_token1] = ACTIONS(944), + [aux_sym_preproc_def_token1] = ACTIONS(944), + [aux_sym_preproc_if_token1] = ACTIONS(944), + [aux_sym_preproc_if_token2] = ACTIONS(944), + [aux_sym_preproc_ifdef_token1] = ACTIONS(944), + [aux_sym_preproc_ifdef_token2] = ACTIONS(944), + [sym_preproc_directive] = ACTIONS(944), + [anon_sym_LPAREN2] = ACTIONS(946), + [anon_sym_BANG] = ACTIONS(946), + [anon_sym_TILDE] = ACTIONS(946), + [anon_sym_DASH] = ACTIONS(944), + [anon_sym_PLUS] = ACTIONS(944), + [anon_sym_STAR] = ACTIONS(946), + [anon_sym_AMP] = ACTIONS(946), + [anon_sym_SEMI] = ACTIONS(946), + [anon_sym_typedef] = ACTIONS(944), + [anon_sym_extern] = ACTIONS(944), + [anon_sym___attribute__] = ACTIONS(944), + [anon_sym_LBRACK_LBRACK] = ACTIONS(946), + [anon_sym___declspec] = ACTIONS(944), + [anon_sym___cdecl] = ACTIONS(944), + [anon_sym___clrcall] = ACTIONS(944), + [anon_sym___stdcall] = ACTIONS(944), + [anon_sym___fastcall] = ACTIONS(944), + [anon_sym___thiscall] = ACTIONS(944), + [anon_sym___vectorcall] = ACTIONS(944), + [anon_sym_LBRACE] = ACTIONS(946), + [anon_sym_static] = ACTIONS(944), + [anon_sym_auto] = ACTIONS(944), + [anon_sym_register] = ACTIONS(944), + [anon_sym_inline] = ACTIONS(944), + [anon_sym_const] = ACTIONS(944), + [anon_sym_volatile] = ACTIONS(944), + [anon_sym_restrict] = ACTIONS(944), + [anon_sym___restrict__] = ACTIONS(944), + [anon_sym__Atomic] = ACTIONS(944), + [anon_sym__Noreturn] = ACTIONS(944), + [anon_sym_signed] = ACTIONS(944), + [anon_sym_unsigned] = ACTIONS(944), + [anon_sym_long] = ACTIONS(944), + [anon_sym_short] = ACTIONS(944), + [sym_primitive_type] = ACTIONS(944), + [anon_sym_enum] = ACTIONS(944), + [anon_sym_struct] = ACTIONS(944), + [anon_sym_union] = ACTIONS(944), + [anon_sym_if] = ACTIONS(944), + [anon_sym_else] = ACTIONS(944), + [anon_sym_switch] = ACTIONS(944), + [anon_sym_case] = ACTIONS(944), + [anon_sym_default] = ACTIONS(944), + [anon_sym_while] = ACTIONS(944), + [anon_sym_do] = ACTIONS(944), + [anon_sym_for] = ACTIONS(944), + [anon_sym_return] = ACTIONS(944), + [anon_sym_break] = ACTIONS(944), + [anon_sym_continue] = ACTIONS(944), + [anon_sym_goto] = ACTIONS(944), + [anon_sym_DASH_DASH] = ACTIONS(946), + [anon_sym_PLUS_PLUS] = ACTIONS(946), + [anon_sym_sizeof] = ACTIONS(944), + [anon_sym_offsetof] = ACTIONS(944), + [anon_sym__Generic] = ACTIONS(944), + [anon_sym_asm] = ACTIONS(944), + [anon_sym___asm__] = ACTIONS(944), + [sym_number_literal] = ACTIONS(946), + [anon_sym_L_SQUOTE] = ACTIONS(946), + [anon_sym_u_SQUOTE] = ACTIONS(946), + [anon_sym_U_SQUOTE] = ACTIONS(946), + [anon_sym_u8_SQUOTE] = ACTIONS(946), + [anon_sym_SQUOTE] = ACTIONS(946), + [anon_sym_L_DQUOTE] = ACTIONS(946), + [anon_sym_u_DQUOTE] = ACTIONS(946), + [anon_sym_U_DQUOTE] = ACTIONS(946), + [anon_sym_u8_DQUOTE] = ACTIONS(946), + [anon_sym_DQUOTE] = ACTIONS(946), + [sym_true] = ACTIONS(944), + [sym_false] = ACTIONS(944), + [sym_null] = ACTIONS(944), + [sym_comment] = ACTIONS(3), + }, + [298] = { [sym_identifier] = ACTIONS(1000), [aux_sym_preproc_include_token1] = ACTIONS(1000), [aux_sym_preproc_def_token1] = ACTIONS(1000), [aux_sym_preproc_if_token1] = ACTIONS(1000), + [aux_sym_preproc_if_token2] = ACTIONS(1000), [aux_sym_preproc_ifdef_token1] = ACTIONS(1000), [aux_sym_preproc_ifdef_token2] = ACTIONS(1000), [sym_preproc_directive] = ACTIONS(1000), @@ -41047,7 +41728,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1000), [anon_sym___vectorcall] = ACTIONS(1000), [anon_sym_LBRACE] = ACTIONS(1002), - [anon_sym_RBRACE] = ACTIONS(1002), [anon_sym_static] = ACTIONS(1000), [anon_sym_auto] = ACTIONS(1000), [anon_sym_register] = ACTIONS(1000), @@ -41101,176 +41781,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1000), [sym_comment] = ACTIONS(3), }, - [292] = { - [ts_builtin_sym_end] = ACTIONS(1038), - [sym_identifier] = ACTIONS(1036), - [aux_sym_preproc_include_token1] = ACTIONS(1036), - [aux_sym_preproc_def_token1] = ACTIONS(1036), - [aux_sym_preproc_if_token1] = ACTIONS(1036), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1036), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1036), - [sym_preproc_directive] = ACTIONS(1036), - [anon_sym_LPAREN2] = ACTIONS(1038), - [anon_sym_BANG] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(1038), - [anon_sym_DASH] = ACTIONS(1036), - [anon_sym_PLUS] = ACTIONS(1036), - [anon_sym_STAR] = ACTIONS(1038), - [anon_sym_AMP] = ACTIONS(1038), - [anon_sym_SEMI] = ACTIONS(1038), - [anon_sym_typedef] = ACTIONS(1036), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1036), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1038), - [anon_sym___declspec] = ACTIONS(1036), - [anon_sym___cdecl] = ACTIONS(1036), - [anon_sym___clrcall] = ACTIONS(1036), - [anon_sym___stdcall] = ACTIONS(1036), - [anon_sym___fastcall] = ACTIONS(1036), - [anon_sym___thiscall] = ACTIONS(1036), - [anon_sym___vectorcall] = ACTIONS(1036), - [anon_sym_LBRACE] = ACTIONS(1038), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_auto] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1036), - [anon_sym_volatile] = ACTIONS(1036), - [anon_sym_restrict] = ACTIONS(1036), - [anon_sym___restrict__] = ACTIONS(1036), - [anon_sym__Atomic] = ACTIONS(1036), - [anon_sym__Noreturn] = ACTIONS(1036), - [anon_sym_signed] = ACTIONS(1036), - [anon_sym_unsigned] = ACTIONS(1036), - [anon_sym_long] = ACTIONS(1036), - [anon_sym_short] = ACTIONS(1036), - [sym_primitive_type] = ACTIONS(1036), - [anon_sym_enum] = ACTIONS(1036), - [anon_sym_struct] = ACTIONS(1036), - [anon_sym_union] = ACTIONS(1036), - [anon_sym_if] = ACTIONS(1036), - [anon_sym_else] = ACTIONS(1036), - [anon_sym_switch] = ACTIONS(1036), - [anon_sym_case] = ACTIONS(1036), - [anon_sym_default] = ACTIONS(1036), - [anon_sym_while] = ACTIONS(1036), - [anon_sym_do] = ACTIONS(1036), - [anon_sym_for] = ACTIONS(1036), - [anon_sym_return] = ACTIONS(1036), - [anon_sym_break] = ACTIONS(1036), - [anon_sym_continue] = ACTIONS(1036), - [anon_sym_goto] = ACTIONS(1036), - [anon_sym_DASH_DASH] = ACTIONS(1038), - [anon_sym_PLUS_PLUS] = ACTIONS(1038), - [anon_sym_sizeof] = ACTIONS(1036), - [anon_sym_offsetof] = ACTIONS(1036), - [anon_sym__Generic] = ACTIONS(1036), - [anon_sym_asm] = ACTIONS(1036), - [anon_sym___asm__] = ACTIONS(1036), - [sym_number_literal] = ACTIONS(1038), - [anon_sym_L_SQUOTE] = ACTIONS(1038), - [anon_sym_u_SQUOTE] = ACTIONS(1038), - [anon_sym_U_SQUOTE] = ACTIONS(1038), - [anon_sym_u8_SQUOTE] = ACTIONS(1038), - [anon_sym_SQUOTE] = ACTIONS(1038), - [anon_sym_L_DQUOTE] = ACTIONS(1038), - [anon_sym_u_DQUOTE] = ACTIONS(1038), - [anon_sym_U_DQUOTE] = ACTIONS(1038), - [anon_sym_u8_DQUOTE] = ACTIONS(1038), - [anon_sym_DQUOTE] = ACTIONS(1038), - [sym_true] = ACTIONS(1036), - [sym_false] = ACTIONS(1036), - [sym_null] = ACTIONS(1036), - [sym_comment] = ACTIONS(3), - }, - [293] = { - [ts_builtin_sym_end] = ACTIONS(1058), - [sym_identifier] = ACTIONS(1056), - [aux_sym_preproc_include_token1] = ACTIONS(1056), - [aux_sym_preproc_def_token1] = ACTIONS(1056), - [aux_sym_preproc_if_token1] = ACTIONS(1056), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1056), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1056), - [sym_preproc_directive] = ACTIONS(1056), - [anon_sym_LPAREN2] = ACTIONS(1058), - [anon_sym_BANG] = ACTIONS(1058), - [anon_sym_TILDE] = ACTIONS(1058), - [anon_sym_DASH] = ACTIONS(1056), - [anon_sym_PLUS] = ACTIONS(1056), - [anon_sym_STAR] = ACTIONS(1058), - [anon_sym_AMP] = ACTIONS(1058), - [anon_sym_SEMI] = ACTIONS(1058), - [anon_sym_typedef] = ACTIONS(1056), - [anon_sym_extern] = ACTIONS(1056), - [anon_sym___attribute__] = ACTIONS(1056), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1058), - [anon_sym___declspec] = ACTIONS(1056), - [anon_sym___cdecl] = ACTIONS(1056), - [anon_sym___clrcall] = ACTIONS(1056), - [anon_sym___stdcall] = ACTIONS(1056), - [anon_sym___fastcall] = ACTIONS(1056), - [anon_sym___thiscall] = ACTIONS(1056), - [anon_sym___vectorcall] = ACTIONS(1056), - [anon_sym_LBRACE] = ACTIONS(1058), - [anon_sym_static] = ACTIONS(1056), - [anon_sym_auto] = ACTIONS(1056), - [anon_sym_register] = ACTIONS(1056), - [anon_sym_inline] = ACTIONS(1056), - [anon_sym_const] = ACTIONS(1056), - [anon_sym_volatile] = ACTIONS(1056), - [anon_sym_restrict] = ACTIONS(1056), - [anon_sym___restrict__] = ACTIONS(1056), - [anon_sym__Atomic] = ACTIONS(1056), - [anon_sym__Noreturn] = ACTIONS(1056), - [anon_sym_signed] = ACTIONS(1056), - [anon_sym_unsigned] = ACTIONS(1056), - [anon_sym_long] = ACTIONS(1056), - [anon_sym_short] = ACTIONS(1056), - [sym_primitive_type] = ACTIONS(1056), - [anon_sym_enum] = ACTIONS(1056), - [anon_sym_struct] = ACTIONS(1056), - [anon_sym_union] = ACTIONS(1056), - [anon_sym_if] = ACTIONS(1056), - [anon_sym_else] = ACTIONS(1056), - [anon_sym_switch] = ACTIONS(1056), - [anon_sym_case] = ACTIONS(1056), - [anon_sym_default] = ACTIONS(1056), - [anon_sym_while] = ACTIONS(1056), - [anon_sym_do] = ACTIONS(1056), - [anon_sym_for] = ACTIONS(1056), - [anon_sym_return] = ACTIONS(1056), - [anon_sym_break] = ACTIONS(1056), - [anon_sym_continue] = ACTIONS(1056), - [anon_sym_goto] = ACTIONS(1056), - [anon_sym_DASH_DASH] = ACTIONS(1058), - [anon_sym_PLUS_PLUS] = ACTIONS(1058), - [anon_sym_sizeof] = ACTIONS(1056), - [anon_sym_offsetof] = ACTIONS(1056), - [anon_sym__Generic] = ACTIONS(1056), - [anon_sym_asm] = ACTIONS(1056), - [anon_sym___asm__] = ACTIONS(1056), - [sym_number_literal] = ACTIONS(1058), - [anon_sym_L_SQUOTE] = ACTIONS(1058), - [anon_sym_u_SQUOTE] = ACTIONS(1058), - [anon_sym_U_SQUOTE] = ACTIONS(1058), - [anon_sym_u8_SQUOTE] = ACTIONS(1058), - [anon_sym_SQUOTE] = ACTIONS(1058), - [anon_sym_L_DQUOTE] = ACTIONS(1058), - [anon_sym_u_DQUOTE] = ACTIONS(1058), - [anon_sym_U_DQUOTE] = ACTIONS(1058), - [anon_sym_u8_DQUOTE] = ACTIONS(1058), - [anon_sym_DQUOTE] = ACTIONS(1058), - [sym_true] = ACTIONS(1056), - [sym_false] = ACTIONS(1056), - [sym_null] = ACTIONS(1056), - [sym_comment] = ACTIONS(3), - }, - [294] = { - [ts_builtin_sym_end] = ACTIONS(1062), + [299] = { [sym_identifier] = ACTIONS(1060), [aux_sym_preproc_include_token1] = ACTIONS(1060), [aux_sym_preproc_def_token1] = ACTIONS(1060), [aux_sym_preproc_if_token1] = ACTIONS(1060), + [aux_sym_preproc_if_token2] = ACTIONS(1060), [aux_sym_preproc_ifdef_token1] = ACTIONS(1060), [aux_sym_preproc_ifdef_token2] = ACTIONS(1060), [sym_preproc_directive] = ACTIONS(1060), @@ -41347,8 +41863,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1060), [sym_comment] = ACTIONS(3), }, - [295] = { - [ts_builtin_sym_end] = ACTIONS(966), + [300] = { [sym_identifier] = ACTIONS(964), [aux_sym_preproc_include_token1] = ACTIONS(964), [aux_sym_preproc_def_token1] = ACTIONS(964), @@ -41376,6 +41891,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(964), [anon_sym___vectorcall] = ACTIONS(964), [anon_sym_LBRACE] = ACTIONS(966), + [anon_sym_RBRACE] = ACTIONS(966), [anon_sym_static] = ACTIONS(964), [anon_sym_auto] = ACTIONS(964), [anon_sym_register] = ACTIONS(964), @@ -41429,586 +41945,668 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(964), [sym_comment] = ACTIONS(3), }, - [296] = { - [ts_builtin_sym_end] = ACTIONS(1050), - [sym_identifier] = ACTIONS(1048), - [aux_sym_preproc_include_token1] = ACTIONS(1048), - [aux_sym_preproc_def_token1] = ACTIONS(1048), - [aux_sym_preproc_if_token1] = ACTIONS(1048), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1048), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1048), - [sym_preproc_directive] = ACTIONS(1048), - [anon_sym_LPAREN2] = ACTIONS(1050), - [anon_sym_BANG] = ACTIONS(1050), - [anon_sym_TILDE] = ACTIONS(1050), - [anon_sym_DASH] = ACTIONS(1048), - [anon_sym_PLUS] = ACTIONS(1048), - [anon_sym_STAR] = ACTIONS(1050), - [anon_sym_AMP] = ACTIONS(1050), - [anon_sym_SEMI] = ACTIONS(1050), - [anon_sym_typedef] = ACTIONS(1048), - [anon_sym_extern] = ACTIONS(1048), - [anon_sym___attribute__] = ACTIONS(1048), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1050), - [anon_sym___declspec] = ACTIONS(1048), - [anon_sym___cdecl] = ACTIONS(1048), - [anon_sym___clrcall] = ACTIONS(1048), - [anon_sym___stdcall] = ACTIONS(1048), - [anon_sym___fastcall] = ACTIONS(1048), - [anon_sym___thiscall] = ACTIONS(1048), - [anon_sym___vectorcall] = ACTIONS(1048), - [anon_sym_LBRACE] = ACTIONS(1050), - [anon_sym_static] = ACTIONS(1048), - [anon_sym_auto] = ACTIONS(1048), - [anon_sym_register] = ACTIONS(1048), - [anon_sym_inline] = ACTIONS(1048), - [anon_sym_const] = ACTIONS(1048), - [anon_sym_volatile] = ACTIONS(1048), - [anon_sym_restrict] = ACTIONS(1048), - [anon_sym___restrict__] = ACTIONS(1048), - [anon_sym__Atomic] = ACTIONS(1048), - [anon_sym__Noreturn] = ACTIONS(1048), - [anon_sym_signed] = ACTIONS(1048), - [anon_sym_unsigned] = ACTIONS(1048), - [anon_sym_long] = ACTIONS(1048), - [anon_sym_short] = ACTIONS(1048), - [sym_primitive_type] = ACTIONS(1048), - [anon_sym_enum] = ACTIONS(1048), - [anon_sym_struct] = ACTIONS(1048), - [anon_sym_union] = ACTIONS(1048), - [anon_sym_if] = ACTIONS(1048), - [anon_sym_else] = ACTIONS(1048), - [anon_sym_switch] = ACTIONS(1048), - [anon_sym_case] = ACTIONS(1048), - [anon_sym_default] = ACTIONS(1048), - [anon_sym_while] = ACTIONS(1048), - [anon_sym_do] = ACTIONS(1048), - [anon_sym_for] = ACTIONS(1048), - [anon_sym_return] = ACTIONS(1048), - [anon_sym_break] = ACTIONS(1048), - [anon_sym_continue] = ACTIONS(1048), - [anon_sym_goto] = ACTIONS(1048), - [anon_sym_DASH_DASH] = ACTIONS(1050), - [anon_sym_PLUS_PLUS] = ACTIONS(1050), - [anon_sym_sizeof] = ACTIONS(1048), - [anon_sym_offsetof] = ACTIONS(1048), - [anon_sym__Generic] = ACTIONS(1048), - [anon_sym_asm] = ACTIONS(1048), - [anon_sym___asm__] = ACTIONS(1048), - [sym_number_literal] = ACTIONS(1050), - [anon_sym_L_SQUOTE] = ACTIONS(1050), - [anon_sym_u_SQUOTE] = ACTIONS(1050), - [anon_sym_U_SQUOTE] = ACTIONS(1050), - [anon_sym_u8_SQUOTE] = ACTIONS(1050), - [anon_sym_SQUOTE] = ACTIONS(1050), - [anon_sym_L_DQUOTE] = ACTIONS(1050), - [anon_sym_u_DQUOTE] = ACTIONS(1050), - [anon_sym_U_DQUOTE] = ACTIONS(1050), - [anon_sym_u8_DQUOTE] = ACTIONS(1050), - [anon_sym_DQUOTE] = ACTIONS(1050), - [sym_true] = ACTIONS(1048), - [sym_false] = ACTIONS(1048), - [sym_null] = ACTIONS(1048), + [301] = { + [sym_identifier] = ACTIONS(1056), + [aux_sym_preproc_include_token1] = ACTIONS(1056), + [aux_sym_preproc_def_token1] = ACTIONS(1056), + [aux_sym_preproc_if_token1] = ACTIONS(1056), + [aux_sym_preproc_if_token2] = ACTIONS(1056), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1056), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1056), + [sym_preproc_directive] = ACTIONS(1056), + [anon_sym_LPAREN2] = ACTIONS(1058), + [anon_sym_BANG] = ACTIONS(1058), + [anon_sym_TILDE] = ACTIONS(1058), + [anon_sym_DASH] = ACTIONS(1056), + [anon_sym_PLUS] = ACTIONS(1056), + [anon_sym_STAR] = ACTIONS(1058), + [anon_sym_AMP] = ACTIONS(1058), + [anon_sym_SEMI] = ACTIONS(1058), + [anon_sym_typedef] = ACTIONS(1056), + [anon_sym_extern] = ACTIONS(1056), + [anon_sym___attribute__] = ACTIONS(1056), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1058), + [anon_sym___declspec] = ACTIONS(1056), + [anon_sym___cdecl] = ACTIONS(1056), + [anon_sym___clrcall] = ACTIONS(1056), + [anon_sym___stdcall] = ACTIONS(1056), + [anon_sym___fastcall] = ACTIONS(1056), + [anon_sym___thiscall] = ACTIONS(1056), + [anon_sym___vectorcall] = ACTIONS(1056), + [anon_sym_LBRACE] = ACTIONS(1058), + [anon_sym_static] = ACTIONS(1056), + [anon_sym_auto] = ACTIONS(1056), + [anon_sym_register] = ACTIONS(1056), + [anon_sym_inline] = ACTIONS(1056), + [anon_sym_const] = ACTIONS(1056), + [anon_sym_volatile] = ACTIONS(1056), + [anon_sym_restrict] = ACTIONS(1056), + [anon_sym___restrict__] = ACTIONS(1056), + [anon_sym__Atomic] = ACTIONS(1056), + [anon_sym__Noreturn] = ACTIONS(1056), + [anon_sym_signed] = ACTIONS(1056), + [anon_sym_unsigned] = ACTIONS(1056), + [anon_sym_long] = ACTIONS(1056), + [anon_sym_short] = ACTIONS(1056), + [sym_primitive_type] = ACTIONS(1056), + [anon_sym_enum] = ACTIONS(1056), + [anon_sym_struct] = ACTIONS(1056), + [anon_sym_union] = ACTIONS(1056), + [anon_sym_if] = ACTIONS(1056), + [anon_sym_else] = ACTIONS(1056), + [anon_sym_switch] = ACTIONS(1056), + [anon_sym_case] = ACTIONS(1056), + [anon_sym_default] = ACTIONS(1056), + [anon_sym_while] = ACTIONS(1056), + [anon_sym_do] = ACTIONS(1056), + [anon_sym_for] = ACTIONS(1056), + [anon_sym_return] = ACTIONS(1056), + [anon_sym_break] = ACTIONS(1056), + [anon_sym_continue] = ACTIONS(1056), + [anon_sym_goto] = ACTIONS(1056), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [anon_sym_sizeof] = ACTIONS(1056), + [anon_sym_offsetof] = ACTIONS(1056), + [anon_sym__Generic] = ACTIONS(1056), + [anon_sym_asm] = ACTIONS(1056), + [anon_sym___asm__] = ACTIONS(1056), + [sym_number_literal] = ACTIONS(1058), + [anon_sym_L_SQUOTE] = ACTIONS(1058), + [anon_sym_u_SQUOTE] = ACTIONS(1058), + [anon_sym_U_SQUOTE] = ACTIONS(1058), + [anon_sym_u8_SQUOTE] = ACTIONS(1058), + [anon_sym_SQUOTE] = ACTIONS(1058), + [anon_sym_L_DQUOTE] = ACTIONS(1058), + [anon_sym_u_DQUOTE] = ACTIONS(1058), + [anon_sym_U_DQUOTE] = ACTIONS(1058), + [anon_sym_u8_DQUOTE] = ACTIONS(1058), + [anon_sym_DQUOTE] = ACTIONS(1058), + [sym_true] = ACTIONS(1056), + [sym_false] = ACTIONS(1056), + [sym_null] = ACTIONS(1056), + [sym_comment] = ACTIONS(3), + }, + [302] = { + [sym_identifier] = ACTIONS(914), + [aux_sym_preproc_include_token1] = ACTIONS(914), + [aux_sym_preproc_def_token1] = ACTIONS(914), + [aux_sym_preproc_if_token1] = ACTIONS(914), + [aux_sym_preproc_ifdef_token1] = ACTIONS(914), + [aux_sym_preproc_ifdef_token2] = ACTIONS(914), + [sym_preproc_directive] = ACTIONS(914), + [anon_sym_LPAREN2] = ACTIONS(916), + [anon_sym_BANG] = ACTIONS(916), + [anon_sym_TILDE] = ACTIONS(916), + [anon_sym_DASH] = ACTIONS(914), + [anon_sym_PLUS] = ACTIONS(914), + [anon_sym_STAR] = ACTIONS(916), + [anon_sym_AMP] = ACTIONS(916), + [anon_sym_SEMI] = ACTIONS(916), + [anon_sym_typedef] = ACTIONS(914), + [anon_sym_extern] = ACTIONS(914), + [anon_sym___attribute__] = ACTIONS(914), + [anon_sym_LBRACK_LBRACK] = ACTIONS(916), + [anon_sym___declspec] = ACTIONS(914), + [anon_sym___cdecl] = ACTIONS(914), + [anon_sym___clrcall] = ACTIONS(914), + [anon_sym___stdcall] = ACTIONS(914), + [anon_sym___fastcall] = ACTIONS(914), + [anon_sym___thiscall] = ACTIONS(914), + [anon_sym___vectorcall] = ACTIONS(914), + [anon_sym_LBRACE] = ACTIONS(916), + [anon_sym_RBRACE] = ACTIONS(916), + [anon_sym_static] = ACTIONS(914), + [anon_sym_auto] = ACTIONS(914), + [anon_sym_register] = ACTIONS(914), + [anon_sym_inline] = ACTIONS(914), + [anon_sym_const] = ACTIONS(914), + [anon_sym_volatile] = ACTIONS(914), + [anon_sym_restrict] = ACTIONS(914), + [anon_sym___restrict__] = ACTIONS(914), + [anon_sym__Atomic] = ACTIONS(914), + [anon_sym__Noreturn] = ACTIONS(914), + [anon_sym_signed] = ACTIONS(914), + [anon_sym_unsigned] = ACTIONS(914), + [anon_sym_long] = ACTIONS(914), + [anon_sym_short] = ACTIONS(914), + [sym_primitive_type] = ACTIONS(914), + [anon_sym_enum] = ACTIONS(914), + [anon_sym_struct] = ACTIONS(914), + [anon_sym_union] = ACTIONS(914), + [anon_sym_if] = ACTIONS(914), + [anon_sym_else] = ACTIONS(914), + [anon_sym_switch] = ACTIONS(914), + [anon_sym_case] = ACTIONS(914), + [anon_sym_default] = ACTIONS(914), + [anon_sym_while] = ACTIONS(914), + [anon_sym_do] = ACTIONS(914), + [anon_sym_for] = ACTIONS(914), + [anon_sym_return] = ACTIONS(914), + [anon_sym_break] = ACTIONS(914), + [anon_sym_continue] = ACTIONS(914), + [anon_sym_goto] = ACTIONS(914), + [anon_sym_DASH_DASH] = ACTIONS(916), + [anon_sym_PLUS_PLUS] = ACTIONS(916), + [anon_sym_sizeof] = ACTIONS(914), + [anon_sym_offsetof] = ACTIONS(914), + [anon_sym__Generic] = ACTIONS(914), + [anon_sym_asm] = ACTIONS(914), + [anon_sym___asm__] = ACTIONS(914), + [sym_number_literal] = ACTIONS(916), + [anon_sym_L_SQUOTE] = ACTIONS(916), + [anon_sym_u_SQUOTE] = ACTIONS(916), + [anon_sym_U_SQUOTE] = ACTIONS(916), + [anon_sym_u8_SQUOTE] = ACTIONS(916), + [anon_sym_SQUOTE] = ACTIONS(916), + [anon_sym_L_DQUOTE] = ACTIONS(916), + [anon_sym_u_DQUOTE] = ACTIONS(916), + [anon_sym_U_DQUOTE] = ACTIONS(916), + [anon_sym_u8_DQUOTE] = ACTIONS(916), + [anon_sym_DQUOTE] = ACTIONS(916), + [sym_true] = ACTIONS(914), + [sym_false] = ACTIONS(914), + [sym_null] = ACTIONS(914), [sym_comment] = ACTIONS(3), }, - [297] = { - [ts_builtin_sym_end] = ACTIONS(1054), - [sym_identifier] = ACTIONS(1052), - [aux_sym_preproc_include_token1] = ACTIONS(1052), - [aux_sym_preproc_def_token1] = ACTIONS(1052), - [aux_sym_preproc_if_token1] = ACTIONS(1052), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1052), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1052), - [sym_preproc_directive] = ACTIONS(1052), - [anon_sym_LPAREN2] = ACTIONS(1054), - [anon_sym_BANG] = ACTIONS(1054), - [anon_sym_TILDE] = ACTIONS(1054), - [anon_sym_DASH] = ACTIONS(1052), - [anon_sym_PLUS] = ACTIONS(1052), - [anon_sym_STAR] = ACTIONS(1054), - [anon_sym_AMP] = ACTIONS(1054), - [anon_sym_SEMI] = ACTIONS(1054), - [anon_sym_typedef] = ACTIONS(1052), - [anon_sym_extern] = ACTIONS(1052), - [anon_sym___attribute__] = ACTIONS(1052), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1054), - [anon_sym___declspec] = ACTIONS(1052), - [anon_sym___cdecl] = ACTIONS(1052), - [anon_sym___clrcall] = ACTIONS(1052), - [anon_sym___stdcall] = ACTIONS(1052), - [anon_sym___fastcall] = ACTIONS(1052), - [anon_sym___thiscall] = ACTIONS(1052), - [anon_sym___vectorcall] = ACTIONS(1052), - [anon_sym_LBRACE] = ACTIONS(1054), - [anon_sym_static] = ACTIONS(1052), - [anon_sym_auto] = ACTIONS(1052), - [anon_sym_register] = ACTIONS(1052), - [anon_sym_inline] = ACTIONS(1052), - [anon_sym_const] = ACTIONS(1052), - [anon_sym_volatile] = ACTIONS(1052), - [anon_sym_restrict] = ACTIONS(1052), - [anon_sym___restrict__] = ACTIONS(1052), - [anon_sym__Atomic] = ACTIONS(1052), - [anon_sym__Noreturn] = ACTIONS(1052), - [anon_sym_signed] = ACTIONS(1052), - [anon_sym_unsigned] = ACTIONS(1052), - [anon_sym_long] = ACTIONS(1052), - [anon_sym_short] = ACTIONS(1052), - [sym_primitive_type] = ACTIONS(1052), - [anon_sym_enum] = ACTIONS(1052), - [anon_sym_struct] = ACTIONS(1052), - [anon_sym_union] = ACTIONS(1052), - [anon_sym_if] = ACTIONS(1052), - [anon_sym_else] = ACTIONS(1052), - [anon_sym_switch] = ACTIONS(1052), - [anon_sym_case] = ACTIONS(1052), - [anon_sym_default] = ACTIONS(1052), - [anon_sym_while] = ACTIONS(1052), - [anon_sym_do] = ACTIONS(1052), - [anon_sym_for] = ACTIONS(1052), - [anon_sym_return] = ACTIONS(1052), - [anon_sym_break] = ACTIONS(1052), - [anon_sym_continue] = ACTIONS(1052), - [anon_sym_goto] = ACTIONS(1052), - [anon_sym_DASH_DASH] = ACTIONS(1054), - [anon_sym_PLUS_PLUS] = ACTIONS(1054), - [anon_sym_sizeof] = ACTIONS(1052), - [anon_sym_offsetof] = ACTIONS(1052), - [anon_sym__Generic] = ACTIONS(1052), - [anon_sym_asm] = ACTIONS(1052), - [anon_sym___asm__] = ACTIONS(1052), - [sym_number_literal] = ACTIONS(1054), - [anon_sym_L_SQUOTE] = ACTIONS(1054), - [anon_sym_u_SQUOTE] = ACTIONS(1054), - [anon_sym_U_SQUOTE] = ACTIONS(1054), - [anon_sym_u8_SQUOTE] = ACTIONS(1054), - [anon_sym_SQUOTE] = ACTIONS(1054), - [anon_sym_L_DQUOTE] = ACTIONS(1054), - [anon_sym_u_DQUOTE] = ACTIONS(1054), - [anon_sym_U_DQUOTE] = ACTIONS(1054), - [anon_sym_u8_DQUOTE] = ACTIONS(1054), - [anon_sym_DQUOTE] = ACTIONS(1054), - [sym_true] = ACTIONS(1052), - [sym_false] = ACTIONS(1052), - [sym_null] = ACTIONS(1052), + [303] = { + [sym_identifier] = ACTIONS(918), + [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(920), + [anon_sym_BANG] = ACTIONS(920), + [anon_sym_TILDE] = ACTIONS(920), + [anon_sym_DASH] = ACTIONS(918), + [anon_sym_PLUS] = ACTIONS(918), + [anon_sym_STAR] = ACTIONS(920), + [anon_sym_AMP] = ACTIONS(920), + [anon_sym_SEMI] = ACTIONS(920), + [anon_sym_typedef] = ACTIONS(918), + [anon_sym_extern] = ACTIONS(918), + [anon_sym___attribute__] = ACTIONS(918), + [anon_sym_LBRACK_LBRACK] = ACTIONS(920), + [anon_sym___declspec] = ACTIONS(918), + [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(920), + [anon_sym_RBRACE] = ACTIONS(920), + [anon_sym_static] = ACTIONS(918), + [anon_sym_auto] = ACTIONS(918), + [anon_sym_register] = ACTIONS(918), + [anon_sym_inline] = ACTIONS(918), + [anon_sym_const] = ACTIONS(918), + [anon_sym_volatile] = ACTIONS(918), + [anon_sym_restrict] = ACTIONS(918), + [anon_sym___restrict__] = ACTIONS(918), + [anon_sym__Atomic] = ACTIONS(918), + [anon_sym__Noreturn] = ACTIONS(918), + [anon_sym_signed] = ACTIONS(918), + [anon_sym_unsigned] = ACTIONS(918), + [anon_sym_long] = ACTIONS(918), + [anon_sym_short] = ACTIONS(918), + [sym_primitive_type] = ACTIONS(918), + [anon_sym_enum] = ACTIONS(918), + [anon_sym_struct] = ACTIONS(918), + [anon_sym_union] = ACTIONS(918), + [anon_sym_if] = ACTIONS(918), + [anon_sym_else] = ACTIONS(1372), + [anon_sym_switch] = ACTIONS(918), + [anon_sym_case] = ACTIONS(918), + [anon_sym_default] = ACTIONS(918), + [anon_sym_while] = ACTIONS(918), + [anon_sym_do] = ACTIONS(918), + [anon_sym_for] = ACTIONS(918), + [anon_sym_return] = ACTIONS(918), + [anon_sym_break] = ACTIONS(918), + [anon_sym_continue] = ACTIONS(918), + [anon_sym_goto] = ACTIONS(918), + [anon_sym_DASH_DASH] = ACTIONS(920), + [anon_sym_PLUS_PLUS] = ACTIONS(920), + [anon_sym_sizeof] = ACTIONS(918), + [anon_sym_offsetof] = ACTIONS(918), + [anon_sym__Generic] = ACTIONS(918), + [anon_sym_asm] = ACTIONS(918), + [anon_sym___asm__] = ACTIONS(918), + [sym_number_literal] = ACTIONS(920), + [anon_sym_L_SQUOTE] = ACTIONS(920), + [anon_sym_u_SQUOTE] = ACTIONS(920), + [anon_sym_U_SQUOTE] = ACTIONS(920), + [anon_sym_u8_SQUOTE] = ACTIONS(920), + [anon_sym_SQUOTE] = ACTIONS(920), + [anon_sym_L_DQUOTE] = ACTIONS(920), + [anon_sym_u_DQUOTE] = ACTIONS(920), + [anon_sym_U_DQUOTE] = ACTIONS(920), + [anon_sym_u8_DQUOTE] = ACTIONS(920), + [anon_sym_DQUOTE] = ACTIONS(920), + [sym_true] = ACTIONS(918), + [sym_false] = ACTIONS(918), + [sym_null] = ACTIONS(918), [sym_comment] = ACTIONS(3), }, - [298] = { - [sym_identifier] = ACTIONS(1012), - [aux_sym_preproc_include_token1] = ACTIONS(1012), - [aux_sym_preproc_def_token1] = ACTIONS(1012), - [aux_sym_preproc_if_token1] = ACTIONS(1012), - [aux_sym_preproc_if_token2] = ACTIONS(1012), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1012), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1012), - [sym_preproc_directive] = ACTIONS(1012), - [anon_sym_LPAREN2] = ACTIONS(1014), - [anon_sym_BANG] = ACTIONS(1014), - [anon_sym_TILDE] = ACTIONS(1014), - [anon_sym_DASH] = ACTIONS(1012), - [anon_sym_PLUS] = ACTIONS(1012), - [anon_sym_STAR] = ACTIONS(1014), - [anon_sym_AMP] = ACTIONS(1014), - [anon_sym_SEMI] = ACTIONS(1014), - [anon_sym_typedef] = ACTIONS(1012), - [anon_sym_extern] = ACTIONS(1012), - [anon_sym___attribute__] = ACTIONS(1012), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1014), - [anon_sym___declspec] = ACTIONS(1012), - [anon_sym___cdecl] = ACTIONS(1012), - [anon_sym___clrcall] = ACTIONS(1012), - [anon_sym___stdcall] = ACTIONS(1012), - [anon_sym___fastcall] = ACTIONS(1012), - [anon_sym___thiscall] = ACTIONS(1012), - [anon_sym___vectorcall] = ACTIONS(1012), - [anon_sym_LBRACE] = ACTIONS(1014), - [anon_sym_static] = ACTIONS(1012), - [anon_sym_auto] = ACTIONS(1012), - [anon_sym_register] = ACTIONS(1012), - [anon_sym_inline] = ACTIONS(1012), - [anon_sym_const] = ACTIONS(1012), - [anon_sym_volatile] = ACTIONS(1012), - [anon_sym_restrict] = ACTIONS(1012), - [anon_sym___restrict__] = ACTIONS(1012), - [anon_sym__Atomic] = ACTIONS(1012), - [anon_sym__Noreturn] = ACTIONS(1012), - [anon_sym_signed] = ACTIONS(1012), - [anon_sym_unsigned] = ACTIONS(1012), - [anon_sym_long] = ACTIONS(1012), - [anon_sym_short] = ACTIONS(1012), - [sym_primitive_type] = ACTIONS(1012), - [anon_sym_enum] = ACTIONS(1012), - [anon_sym_struct] = ACTIONS(1012), - [anon_sym_union] = ACTIONS(1012), - [anon_sym_if] = ACTIONS(1012), - [anon_sym_else] = ACTIONS(1012), - [anon_sym_switch] = ACTIONS(1012), - [anon_sym_case] = ACTIONS(1012), - [anon_sym_default] = ACTIONS(1012), - [anon_sym_while] = ACTIONS(1012), - [anon_sym_do] = ACTIONS(1012), - [anon_sym_for] = ACTIONS(1012), - [anon_sym_return] = ACTIONS(1012), - [anon_sym_break] = ACTIONS(1012), - [anon_sym_continue] = ACTIONS(1012), - [anon_sym_goto] = ACTIONS(1012), - [anon_sym_DASH_DASH] = ACTIONS(1014), - [anon_sym_PLUS_PLUS] = ACTIONS(1014), - [anon_sym_sizeof] = ACTIONS(1012), - [anon_sym_offsetof] = ACTIONS(1012), - [anon_sym__Generic] = ACTIONS(1012), - [anon_sym_asm] = ACTIONS(1012), - [anon_sym___asm__] = ACTIONS(1012), - [sym_number_literal] = ACTIONS(1014), - [anon_sym_L_SQUOTE] = ACTIONS(1014), - [anon_sym_u_SQUOTE] = ACTIONS(1014), - [anon_sym_U_SQUOTE] = ACTIONS(1014), - [anon_sym_u8_SQUOTE] = ACTIONS(1014), - [anon_sym_SQUOTE] = ACTIONS(1014), - [anon_sym_L_DQUOTE] = ACTIONS(1014), - [anon_sym_u_DQUOTE] = ACTIONS(1014), - [anon_sym_U_DQUOTE] = ACTIONS(1014), - [anon_sym_u8_DQUOTE] = ACTIONS(1014), - [anon_sym_DQUOTE] = ACTIONS(1014), - [sym_true] = ACTIONS(1012), - [sym_false] = ACTIONS(1012), - [sym_null] = ACTIONS(1012), + [304] = { + [sym_identifier] = ACTIONS(1036), + [aux_sym_preproc_include_token1] = ACTIONS(1036), + [aux_sym_preproc_def_token1] = ACTIONS(1036), + [aux_sym_preproc_if_token1] = ACTIONS(1036), + [aux_sym_preproc_if_token2] = ACTIONS(1036), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1036), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1036), + [sym_preproc_directive] = ACTIONS(1036), + [anon_sym_LPAREN2] = ACTIONS(1038), + [anon_sym_BANG] = ACTIONS(1038), + [anon_sym_TILDE] = ACTIONS(1038), + [anon_sym_DASH] = ACTIONS(1036), + [anon_sym_PLUS] = ACTIONS(1036), + [anon_sym_STAR] = ACTIONS(1038), + [anon_sym_AMP] = ACTIONS(1038), + [anon_sym_SEMI] = ACTIONS(1038), + [anon_sym_typedef] = ACTIONS(1036), + [anon_sym_extern] = ACTIONS(1036), + [anon_sym___attribute__] = ACTIONS(1036), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1038), + [anon_sym___declspec] = ACTIONS(1036), + [anon_sym___cdecl] = ACTIONS(1036), + [anon_sym___clrcall] = ACTIONS(1036), + [anon_sym___stdcall] = ACTIONS(1036), + [anon_sym___fastcall] = ACTIONS(1036), + [anon_sym___thiscall] = ACTIONS(1036), + [anon_sym___vectorcall] = ACTIONS(1036), + [anon_sym_LBRACE] = ACTIONS(1038), + [anon_sym_static] = ACTIONS(1036), + [anon_sym_auto] = ACTIONS(1036), + [anon_sym_register] = ACTIONS(1036), + [anon_sym_inline] = ACTIONS(1036), + [anon_sym_const] = ACTIONS(1036), + [anon_sym_volatile] = ACTIONS(1036), + [anon_sym_restrict] = ACTIONS(1036), + [anon_sym___restrict__] = ACTIONS(1036), + [anon_sym__Atomic] = ACTIONS(1036), + [anon_sym__Noreturn] = ACTIONS(1036), + [anon_sym_signed] = ACTIONS(1036), + [anon_sym_unsigned] = ACTIONS(1036), + [anon_sym_long] = ACTIONS(1036), + [anon_sym_short] = ACTIONS(1036), + [sym_primitive_type] = ACTIONS(1036), + [anon_sym_enum] = ACTIONS(1036), + [anon_sym_struct] = ACTIONS(1036), + [anon_sym_union] = ACTIONS(1036), + [anon_sym_if] = ACTIONS(1036), + [anon_sym_else] = ACTIONS(1036), + [anon_sym_switch] = ACTIONS(1036), + [anon_sym_case] = ACTIONS(1036), + [anon_sym_default] = ACTIONS(1036), + [anon_sym_while] = ACTIONS(1036), + [anon_sym_do] = ACTIONS(1036), + [anon_sym_for] = ACTIONS(1036), + [anon_sym_return] = ACTIONS(1036), + [anon_sym_break] = ACTIONS(1036), + [anon_sym_continue] = ACTIONS(1036), + [anon_sym_goto] = ACTIONS(1036), + [anon_sym_DASH_DASH] = ACTIONS(1038), + [anon_sym_PLUS_PLUS] = ACTIONS(1038), + [anon_sym_sizeof] = ACTIONS(1036), + [anon_sym_offsetof] = ACTIONS(1036), + [anon_sym__Generic] = ACTIONS(1036), + [anon_sym_asm] = ACTIONS(1036), + [anon_sym___asm__] = ACTIONS(1036), + [sym_number_literal] = ACTIONS(1038), + [anon_sym_L_SQUOTE] = ACTIONS(1038), + [anon_sym_u_SQUOTE] = ACTIONS(1038), + [anon_sym_U_SQUOTE] = ACTIONS(1038), + [anon_sym_u8_SQUOTE] = ACTIONS(1038), + [anon_sym_SQUOTE] = ACTIONS(1038), + [anon_sym_L_DQUOTE] = ACTIONS(1038), + [anon_sym_u_DQUOTE] = ACTIONS(1038), + [anon_sym_U_DQUOTE] = ACTIONS(1038), + [anon_sym_u8_DQUOTE] = ACTIONS(1038), + [anon_sym_DQUOTE] = ACTIONS(1038), + [sym_true] = ACTIONS(1036), + [sym_false] = ACTIONS(1036), + [sym_null] = ACTIONS(1036), [sym_comment] = ACTIONS(3), }, - [299] = { - [sym_identifier] = ACTIONS(1000), - [aux_sym_preproc_include_token1] = ACTIONS(1000), - [aux_sym_preproc_def_token1] = ACTIONS(1000), - [aux_sym_preproc_if_token1] = ACTIONS(1000), - [aux_sym_preproc_if_token2] = ACTIONS(1000), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1000), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1000), - [sym_preproc_directive] = ACTIONS(1000), - [anon_sym_LPAREN2] = ACTIONS(1002), - [anon_sym_BANG] = ACTIONS(1002), - [anon_sym_TILDE] = ACTIONS(1002), - [anon_sym_DASH] = ACTIONS(1000), - [anon_sym_PLUS] = ACTIONS(1000), - [anon_sym_STAR] = ACTIONS(1002), - [anon_sym_AMP] = ACTIONS(1002), - [anon_sym_SEMI] = ACTIONS(1002), - [anon_sym_typedef] = ACTIONS(1000), - [anon_sym_extern] = ACTIONS(1000), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1002), - [anon_sym___declspec] = ACTIONS(1000), - [anon_sym___cdecl] = ACTIONS(1000), - [anon_sym___clrcall] = ACTIONS(1000), - [anon_sym___stdcall] = ACTIONS(1000), - [anon_sym___fastcall] = ACTIONS(1000), - [anon_sym___thiscall] = ACTIONS(1000), - [anon_sym___vectorcall] = ACTIONS(1000), - [anon_sym_LBRACE] = ACTIONS(1002), - [anon_sym_static] = ACTIONS(1000), - [anon_sym_auto] = ACTIONS(1000), - [anon_sym_register] = ACTIONS(1000), - [anon_sym_inline] = ACTIONS(1000), - [anon_sym_const] = ACTIONS(1000), - [anon_sym_volatile] = ACTIONS(1000), - [anon_sym_restrict] = ACTIONS(1000), - [anon_sym___restrict__] = ACTIONS(1000), - [anon_sym__Atomic] = ACTIONS(1000), - [anon_sym__Noreturn] = ACTIONS(1000), - [anon_sym_signed] = ACTIONS(1000), - [anon_sym_unsigned] = ACTIONS(1000), - [anon_sym_long] = ACTIONS(1000), - [anon_sym_short] = ACTIONS(1000), - [sym_primitive_type] = ACTIONS(1000), - [anon_sym_enum] = ACTIONS(1000), - [anon_sym_struct] = ACTIONS(1000), - [anon_sym_union] = ACTIONS(1000), - [anon_sym_if] = ACTIONS(1000), - [anon_sym_else] = ACTIONS(1000), - [anon_sym_switch] = ACTIONS(1000), - [anon_sym_case] = ACTIONS(1000), - [anon_sym_default] = ACTIONS(1000), - [anon_sym_while] = ACTIONS(1000), - [anon_sym_do] = ACTIONS(1000), - [anon_sym_for] = ACTIONS(1000), - [anon_sym_return] = ACTIONS(1000), - [anon_sym_break] = ACTIONS(1000), - [anon_sym_continue] = ACTIONS(1000), - [anon_sym_goto] = ACTIONS(1000), - [anon_sym_DASH_DASH] = ACTIONS(1002), - [anon_sym_PLUS_PLUS] = ACTIONS(1002), - [anon_sym_sizeof] = ACTIONS(1000), - [anon_sym_offsetof] = ACTIONS(1000), - [anon_sym__Generic] = ACTIONS(1000), - [anon_sym_asm] = ACTIONS(1000), - [anon_sym___asm__] = ACTIONS(1000), - [sym_number_literal] = ACTIONS(1002), - [anon_sym_L_SQUOTE] = ACTIONS(1002), - [anon_sym_u_SQUOTE] = ACTIONS(1002), - [anon_sym_U_SQUOTE] = ACTIONS(1002), - [anon_sym_u8_SQUOTE] = ACTIONS(1002), - [anon_sym_SQUOTE] = ACTIONS(1002), - [anon_sym_L_DQUOTE] = ACTIONS(1002), - [anon_sym_u_DQUOTE] = ACTIONS(1002), - [anon_sym_U_DQUOTE] = ACTIONS(1002), - [anon_sym_u8_DQUOTE] = ACTIONS(1002), - [anon_sym_DQUOTE] = ACTIONS(1002), - [sym_true] = ACTIONS(1000), - [sym_false] = ACTIONS(1000), - [sym_null] = ACTIONS(1000), + [305] = { + [sym_identifier] = ACTIONS(988), + [aux_sym_preproc_include_token1] = ACTIONS(988), + [aux_sym_preproc_def_token1] = ACTIONS(988), + [aux_sym_preproc_if_token1] = ACTIONS(988), + [aux_sym_preproc_ifdef_token1] = ACTIONS(988), + [aux_sym_preproc_ifdef_token2] = ACTIONS(988), + [sym_preproc_directive] = ACTIONS(988), + [anon_sym_LPAREN2] = ACTIONS(990), + [anon_sym_BANG] = ACTIONS(990), + [anon_sym_TILDE] = ACTIONS(990), + [anon_sym_DASH] = ACTIONS(988), + [anon_sym_PLUS] = ACTIONS(988), + [anon_sym_STAR] = ACTIONS(990), + [anon_sym_AMP] = ACTIONS(990), + [anon_sym_SEMI] = ACTIONS(990), + [anon_sym_typedef] = ACTIONS(988), + [anon_sym_extern] = ACTIONS(988), + [anon_sym___attribute__] = ACTIONS(988), + [anon_sym_LBRACK_LBRACK] = ACTIONS(990), + [anon_sym___declspec] = ACTIONS(988), + [anon_sym___cdecl] = ACTIONS(988), + [anon_sym___clrcall] = ACTIONS(988), + [anon_sym___stdcall] = ACTIONS(988), + [anon_sym___fastcall] = ACTIONS(988), + [anon_sym___thiscall] = ACTIONS(988), + [anon_sym___vectorcall] = ACTIONS(988), + [anon_sym_LBRACE] = ACTIONS(990), + [anon_sym_RBRACE] = ACTIONS(990), + [anon_sym_static] = ACTIONS(988), + [anon_sym_auto] = ACTIONS(988), + [anon_sym_register] = ACTIONS(988), + [anon_sym_inline] = ACTIONS(988), + [anon_sym_const] = ACTIONS(988), + [anon_sym_volatile] = ACTIONS(988), + [anon_sym_restrict] = ACTIONS(988), + [anon_sym___restrict__] = ACTIONS(988), + [anon_sym__Atomic] = ACTIONS(988), + [anon_sym__Noreturn] = ACTIONS(988), + [anon_sym_signed] = ACTIONS(988), + [anon_sym_unsigned] = ACTIONS(988), + [anon_sym_long] = ACTIONS(988), + [anon_sym_short] = ACTIONS(988), + [sym_primitive_type] = ACTIONS(988), + [anon_sym_enum] = ACTIONS(988), + [anon_sym_struct] = ACTIONS(988), + [anon_sym_union] = ACTIONS(988), + [anon_sym_if] = ACTIONS(988), + [anon_sym_else] = ACTIONS(988), + [anon_sym_switch] = ACTIONS(988), + [anon_sym_case] = ACTIONS(988), + [anon_sym_default] = ACTIONS(988), + [anon_sym_while] = ACTIONS(988), + [anon_sym_do] = ACTIONS(988), + [anon_sym_for] = ACTIONS(988), + [anon_sym_return] = ACTIONS(988), + [anon_sym_break] = ACTIONS(988), + [anon_sym_continue] = ACTIONS(988), + [anon_sym_goto] = ACTIONS(988), + [anon_sym_DASH_DASH] = ACTIONS(990), + [anon_sym_PLUS_PLUS] = ACTIONS(990), + [anon_sym_sizeof] = ACTIONS(988), + [anon_sym_offsetof] = ACTIONS(988), + [anon_sym__Generic] = ACTIONS(988), + [anon_sym_asm] = ACTIONS(988), + [anon_sym___asm__] = ACTIONS(988), + [sym_number_literal] = ACTIONS(990), + [anon_sym_L_SQUOTE] = ACTIONS(990), + [anon_sym_u_SQUOTE] = ACTIONS(990), + [anon_sym_U_SQUOTE] = ACTIONS(990), + [anon_sym_u8_SQUOTE] = ACTIONS(990), + [anon_sym_SQUOTE] = ACTIONS(990), + [anon_sym_L_DQUOTE] = ACTIONS(990), + [anon_sym_u_DQUOTE] = ACTIONS(990), + [anon_sym_U_DQUOTE] = ACTIONS(990), + [anon_sym_u8_DQUOTE] = ACTIONS(990), + [anon_sym_DQUOTE] = ACTIONS(990), + [sym_true] = ACTIONS(988), + [sym_false] = ACTIONS(988), + [sym_null] = ACTIONS(988), [sym_comment] = ACTIONS(3), }, - [300] = { - [sym_identifier] = ACTIONS(996), - [aux_sym_preproc_include_token1] = ACTIONS(996), - [aux_sym_preproc_def_token1] = ACTIONS(996), - [aux_sym_preproc_if_token1] = ACTIONS(996), - [aux_sym_preproc_if_token2] = ACTIONS(996), - [aux_sym_preproc_ifdef_token1] = ACTIONS(996), - [aux_sym_preproc_ifdef_token2] = ACTIONS(996), - [sym_preproc_directive] = ACTIONS(996), - [anon_sym_LPAREN2] = ACTIONS(998), - [anon_sym_BANG] = ACTIONS(998), - [anon_sym_TILDE] = ACTIONS(998), - [anon_sym_DASH] = ACTIONS(996), - [anon_sym_PLUS] = ACTIONS(996), - [anon_sym_STAR] = ACTIONS(998), - [anon_sym_AMP] = ACTIONS(998), - [anon_sym_SEMI] = ACTIONS(998), - [anon_sym_typedef] = ACTIONS(996), - [anon_sym_extern] = ACTIONS(996), - [anon_sym___attribute__] = ACTIONS(996), - [anon_sym_LBRACK_LBRACK] = ACTIONS(998), - [anon_sym___declspec] = ACTIONS(996), - [anon_sym___cdecl] = ACTIONS(996), - [anon_sym___clrcall] = ACTIONS(996), - [anon_sym___stdcall] = ACTIONS(996), - [anon_sym___fastcall] = ACTIONS(996), - [anon_sym___thiscall] = ACTIONS(996), - [anon_sym___vectorcall] = ACTIONS(996), - [anon_sym_LBRACE] = ACTIONS(998), - [anon_sym_static] = ACTIONS(996), - [anon_sym_auto] = ACTIONS(996), - [anon_sym_register] = ACTIONS(996), - [anon_sym_inline] = ACTIONS(996), - [anon_sym_const] = ACTIONS(996), - [anon_sym_volatile] = ACTIONS(996), - [anon_sym_restrict] = ACTIONS(996), - [anon_sym___restrict__] = ACTIONS(996), - [anon_sym__Atomic] = ACTIONS(996), - [anon_sym__Noreturn] = ACTIONS(996), - [anon_sym_signed] = ACTIONS(996), - [anon_sym_unsigned] = ACTIONS(996), - [anon_sym_long] = ACTIONS(996), - [anon_sym_short] = ACTIONS(996), - [sym_primitive_type] = ACTIONS(996), - [anon_sym_enum] = ACTIONS(996), - [anon_sym_struct] = ACTIONS(996), - [anon_sym_union] = ACTIONS(996), - [anon_sym_if] = ACTIONS(996), - [anon_sym_else] = ACTIONS(996), - [anon_sym_switch] = ACTIONS(996), - [anon_sym_case] = ACTIONS(996), - [anon_sym_default] = ACTIONS(996), - [anon_sym_while] = ACTIONS(996), - [anon_sym_do] = ACTIONS(996), - [anon_sym_for] = ACTIONS(996), - [anon_sym_return] = ACTIONS(996), - [anon_sym_break] = ACTIONS(996), - [anon_sym_continue] = ACTIONS(996), - [anon_sym_goto] = ACTIONS(996), - [anon_sym_DASH_DASH] = ACTIONS(998), - [anon_sym_PLUS_PLUS] = ACTIONS(998), - [anon_sym_sizeof] = ACTIONS(996), - [anon_sym_offsetof] = ACTIONS(996), - [anon_sym__Generic] = ACTIONS(996), - [anon_sym_asm] = ACTIONS(996), - [anon_sym___asm__] = ACTIONS(996), - [sym_number_literal] = ACTIONS(998), - [anon_sym_L_SQUOTE] = ACTIONS(998), - [anon_sym_u_SQUOTE] = ACTIONS(998), - [anon_sym_U_SQUOTE] = ACTIONS(998), - [anon_sym_u8_SQUOTE] = ACTIONS(998), - [anon_sym_SQUOTE] = ACTIONS(998), - [anon_sym_L_DQUOTE] = ACTIONS(998), - [anon_sym_u_DQUOTE] = ACTIONS(998), - [anon_sym_U_DQUOTE] = ACTIONS(998), - [anon_sym_u8_DQUOTE] = ACTIONS(998), - [anon_sym_DQUOTE] = ACTIONS(998), - [sym_true] = ACTIONS(996), - [sym_false] = ACTIONS(996), - [sym_null] = ACTIONS(996), + [306] = { + [sym_identifier] = ACTIONS(1040), + [aux_sym_preproc_include_token1] = ACTIONS(1040), + [aux_sym_preproc_def_token1] = ACTIONS(1040), + [aux_sym_preproc_if_token1] = ACTIONS(1040), + [aux_sym_preproc_if_token2] = ACTIONS(1040), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1040), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1040), + [sym_preproc_directive] = ACTIONS(1040), + [anon_sym_LPAREN2] = ACTIONS(1042), + [anon_sym_BANG] = ACTIONS(1042), + [anon_sym_TILDE] = ACTIONS(1042), + [anon_sym_DASH] = ACTIONS(1040), + [anon_sym_PLUS] = ACTIONS(1040), + [anon_sym_STAR] = ACTIONS(1042), + [anon_sym_AMP] = ACTIONS(1042), + [anon_sym_SEMI] = ACTIONS(1042), + [anon_sym_typedef] = ACTIONS(1040), + [anon_sym_extern] = ACTIONS(1040), + [anon_sym___attribute__] = ACTIONS(1040), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1042), + [anon_sym___declspec] = ACTIONS(1040), + [anon_sym___cdecl] = ACTIONS(1040), + [anon_sym___clrcall] = ACTIONS(1040), + [anon_sym___stdcall] = ACTIONS(1040), + [anon_sym___fastcall] = ACTIONS(1040), + [anon_sym___thiscall] = ACTIONS(1040), + [anon_sym___vectorcall] = ACTIONS(1040), + [anon_sym_LBRACE] = ACTIONS(1042), + [anon_sym_static] = ACTIONS(1040), + [anon_sym_auto] = ACTIONS(1040), + [anon_sym_register] = ACTIONS(1040), + [anon_sym_inline] = ACTIONS(1040), + [anon_sym_const] = ACTIONS(1040), + [anon_sym_volatile] = ACTIONS(1040), + [anon_sym_restrict] = ACTIONS(1040), + [anon_sym___restrict__] = ACTIONS(1040), + [anon_sym__Atomic] = ACTIONS(1040), + [anon_sym__Noreturn] = ACTIONS(1040), + [anon_sym_signed] = ACTIONS(1040), + [anon_sym_unsigned] = ACTIONS(1040), + [anon_sym_long] = ACTIONS(1040), + [anon_sym_short] = ACTIONS(1040), + [sym_primitive_type] = ACTIONS(1040), + [anon_sym_enum] = ACTIONS(1040), + [anon_sym_struct] = ACTIONS(1040), + [anon_sym_union] = ACTIONS(1040), + [anon_sym_if] = ACTIONS(1040), + [anon_sym_else] = ACTIONS(1040), + [anon_sym_switch] = ACTIONS(1040), + [anon_sym_case] = ACTIONS(1040), + [anon_sym_default] = ACTIONS(1040), + [anon_sym_while] = ACTIONS(1040), + [anon_sym_do] = ACTIONS(1040), + [anon_sym_for] = ACTIONS(1040), + [anon_sym_return] = ACTIONS(1040), + [anon_sym_break] = ACTIONS(1040), + [anon_sym_continue] = ACTIONS(1040), + [anon_sym_goto] = ACTIONS(1040), + [anon_sym_DASH_DASH] = ACTIONS(1042), + [anon_sym_PLUS_PLUS] = ACTIONS(1042), + [anon_sym_sizeof] = ACTIONS(1040), + [anon_sym_offsetof] = ACTIONS(1040), + [anon_sym__Generic] = ACTIONS(1040), + [anon_sym_asm] = ACTIONS(1040), + [anon_sym___asm__] = ACTIONS(1040), + [sym_number_literal] = ACTIONS(1042), + [anon_sym_L_SQUOTE] = ACTIONS(1042), + [anon_sym_u_SQUOTE] = ACTIONS(1042), + [anon_sym_U_SQUOTE] = ACTIONS(1042), + [anon_sym_u8_SQUOTE] = ACTIONS(1042), + [anon_sym_SQUOTE] = ACTIONS(1042), + [anon_sym_L_DQUOTE] = ACTIONS(1042), + [anon_sym_u_DQUOTE] = ACTIONS(1042), + [anon_sym_U_DQUOTE] = ACTIONS(1042), + [anon_sym_u8_DQUOTE] = ACTIONS(1042), + [anon_sym_DQUOTE] = ACTIONS(1042), + [sym_true] = ACTIONS(1040), + [sym_false] = ACTIONS(1040), + [sym_null] = ACTIONS(1040), [sym_comment] = ACTIONS(3), }, - [301] = { - [sym_identifier] = ACTIONS(914), - [aux_sym_preproc_include_token1] = ACTIONS(914), - [aux_sym_preproc_def_token1] = ACTIONS(914), - [aux_sym_preproc_if_token1] = ACTIONS(914), - [aux_sym_preproc_if_token2] = ACTIONS(914), - [aux_sym_preproc_ifdef_token1] = ACTIONS(914), - [aux_sym_preproc_ifdef_token2] = ACTIONS(914), - [sym_preproc_directive] = ACTIONS(914), - [anon_sym_LPAREN2] = ACTIONS(916), - [anon_sym_BANG] = ACTIONS(916), - [anon_sym_TILDE] = ACTIONS(916), - [anon_sym_DASH] = ACTIONS(914), - [anon_sym_PLUS] = ACTIONS(914), - [anon_sym_STAR] = ACTIONS(916), - [anon_sym_AMP] = ACTIONS(916), - [anon_sym_SEMI] = ACTIONS(916), - [anon_sym_typedef] = ACTIONS(914), - [anon_sym_extern] = ACTIONS(914), - [anon_sym___attribute__] = ACTIONS(914), - [anon_sym_LBRACK_LBRACK] = ACTIONS(916), - [anon_sym___declspec] = ACTIONS(914), - [anon_sym___cdecl] = ACTIONS(914), - [anon_sym___clrcall] = ACTIONS(914), - [anon_sym___stdcall] = ACTIONS(914), - [anon_sym___fastcall] = ACTIONS(914), - [anon_sym___thiscall] = ACTIONS(914), - [anon_sym___vectorcall] = ACTIONS(914), - [anon_sym_LBRACE] = ACTIONS(916), - [anon_sym_static] = ACTIONS(914), - [anon_sym_auto] = ACTIONS(914), - [anon_sym_register] = ACTIONS(914), - [anon_sym_inline] = ACTIONS(914), - [anon_sym_const] = ACTIONS(914), - [anon_sym_volatile] = ACTIONS(914), - [anon_sym_restrict] = ACTIONS(914), - [anon_sym___restrict__] = ACTIONS(914), - [anon_sym__Atomic] = ACTIONS(914), - [anon_sym__Noreturn] = ACTIONS(914), - [anon_sym_signed] = ACTIONS(914), - [anon_sym_unsigned] = ACTIONS(914), - [anon_sym_long] = ACTIONS(914), - [anon_sym_short] = ACTIONS(914), - [sym_primitive_type] = ACTIONS(914), - [anon_sym_enum] = ACTIONS(914), - [anon_sym_struct] = ACTIONS(914), - [anon_sym_union] = ACTIONS(914), - [anon_sym_if] = ACTIONS(914), - [anon_sym_else] = ACTIONS(914), - [anon_sym_switch] = ACTIONS(914), - [anon_sym_case] = ACTIONS(914), - [anon_sym_default] = ACTIONS(914), - [anon_sym_while] = ACTIONS(914), - [anon_sym_do] = ACTIONS(914), - [anon_sym_for] = ACTIONS(914), - [anon_sym_return] = ACTIONS(914), - [anon_sym_break] = ACTIONS(914), - [anon_sym_continue] = ACTIONS(914), - [anon_sym_goto] = ACTIONS(914), - [anon_sym_DASH_DASH] = ACTIONS(916), - [anon_sym_PLUS_PLUS] = ACTIONS(916), - [anon_sym_sizeof] = ACTIONS(914), - [anon_sym_offsetof] = ACTIONS(914), - [anon_sym__Generic] = ACTIONS(914), - [anon_sym_asm] = ACTIONS(914), - [anon_sym___asm__] = ACTIONS(914), - [sym_number_literal] = ACTIONS(916), - [anon_sym_L_SQUOTE] = ACTIONS(916), - [anon_sym_u_SQUOTE] = ACTIONS(916), - [anon_sym_U_SQUOTE] = ACTIONS(916), - [anon_sym_u8_SQUOTE] = ACTIONS(916), - [anon_sym_SQUOTE] = ACTIONS(916), - [anon_sym_L_DQUOTE] = ACTIONS(916), - [anon_sym_u_DQUOTE] = ACTIONS(916), - [anon_sym_U_DQUOTE] = ACTIONS(916), - [anon_sym_u8_DQUOTE] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(916), - [sym_true] = ACTIONS(914), - [sym_false] = ACTIONS(914), - [sym_null] = ACTIONS(914), + [307] = { + [sym_identifier] = ACTIONS(1052), + [aux_sym_preproc_include_token1] = ACTIONS(1052), + [aux_sym_preproc_def_token1] = ACTIONS(1052), + [aux_sym_preproc_if_token1] = ACTIONS(1052), + [aux_sym_preproc_if_token2] = ACTIONS(1052), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1052), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1052), + [sym_preproc_directive] = ACTIONS(1052), + [anon_sym_LPAREN2] = ACTIONS(1054), + [anon_sym_BANG] = ACTIONS(1054), + [anon_sym_TILDE] = ACTIONS(1054), + [anon_sym_DASH] = ACTIONS(1052), + [anon_sym_PLUS] = ACTIONS(1052), + [anon_sym_STAR] = ACTIONS(1054), + [anon_sym_AMP] = ACTIONS(1054), + [anon_sym_SEMI] = ACTIONS(1054), + [anon_sym_typedef] = ACTIONS(1052), + [anon_sym_extern] = ACTIONS(1052), + [anon_sym___attribute__] = ACTIONS(1052), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1054), + [anon_sym___declspec] = ACTIONS(1052), + [anon_sym___cdecl] = ACTIONS(1052), + [anon_sym___clrcall] = ACTIONS(1052), + [anon_sym___stdcall] = ACTIONS(1052), + [anon_sym___fastcall] = ACTIONS(1052), + [anon_sym___thiscall] = ACTIONS(1052), + [anon_sym___vectorcall] = ACTIONS(1052), + [anon_sym_LBRACE] = ACTIONS(1054), + [anon_sym_static] = ACTIONS(1052), + [anon_sym_auto] = ACTIONS(1052), + [anon_sym_register] = ACTIONS(1052), + [anon_sym_inline] = ACTIONS(1052), + [anon_sym_const] = ACTIONS(1052), + [anon_sym_volatile] = ACTIONS(1052), + [anon_sym_restrict] = ACTIONS(1052), + [anon_sym___restrict__] = ACTIONS(1052), + [anon_sym__Atomic] = ACTIONS(1052), + [anon_sym__Noreturn] = ACTIONS(1052), + [anon_sym_signed] = ACTIONS(1052), + [anon_sym_unsigned] = ACTIONS(1052), + [anon_sym_long] = ACTIONS(1052), + [anon_sym_short] = ACTIONS(1052), + [sym_primitive_type] = ACTIONS(1052), + [anon_sym_enum] = ACTIONS(1052), + [anon_sym_struct] = ACTIONS(1052), + [anon_sym_union] = ACTIONS(1052), + [anon_sym_if] = ACTIONS(1052), + [anon_sym_else] = ACTIONS(1052), + [anon_sym_switch] = ACTIONS(1052), + [anon_sym_case] = ACTIONS(1052), + [anon_sym_default] = ACTIONS(1052), + [anon_sym_while] = ACTIONS(1052), + [anon_sym_do] = ACTIONS(1052), + [anon_sym_for] = ACTIONS(1052), + [anon_sym_return] = ACTIONS(1052), + [anon_sym_break] = ACTIONS(1052), + [anon_sym_continue] = ACTIONS(1052), + [anon_sym_goto] = ACTIONS(1052), + [anon_sym_DASH_DASH] = ACTIONS(1054), + [anon_sym_PLUS_PLUS] = ACTIONS(1054), + [anon_sym_sizeof] = ACTIONS(1052), + [anon_sym_offsetof] = ACTIONS(1052), + [anon_sym__Generic] = ACTIONS(1052), + [anon_sym_asm] = ACTIONS(1052), + [anon_sym___asm__] = ACTIONS(1052), + [sym_number_literal] = ACTIONS(1054), + [anon_sym_L_SQUOTE] = ACTIONS(1054), + [anon_sym_u_SQUOTE] = ACTIONS(1054), + [anon_sym_U_SQUOTE] = ACTIONS(1054), + [anon_sym_u8_SQUOTE] = ACTIONS(1054), + [anon_sym_SQUOTE] = ACTIONS(1054), + [anon_sym_L_DQUOTE] = ACTIONS(1054), + [anon_sym_u_DQUOTE] = ACTIONS(1054), + [anon_sym_U_DQUOTE] = ACTIONS(1054), + [anon_sym_u8_DQUOTE] = ACTIONS(1054), + [anon_sym_DQUOTE] = ACTIONS(1054), + [sym_true] = ACTIONS(1052), + [sym_false] = ACTIONS(1052), + [sym_null] = ACTIONS(1052), [sym_comment] = ACTIONS(3), }, - [302] = { - [sym_identifier] = ACTIONS(972), - [aux_sym_preproc_include_token1] = ACTIONS(972), - [aux_sym_preproc_def_token1] = ACTIONS(972), - [aux_sym_preproc_if_token1] = ACTIONS(972), - [aux_sym_preproc_if_token2] = ACTIONS(972), - [aux_sym_preproc_ifdef_token1] = ACTIONS(972), - [aux_sym_preproc_ifdef_token2] = ACTIONS(972), - [sym_preproc_directive] = ACTIONS(972), - [anon_sym_LPAREN2] = ACTIONS(974), - [anon_sym_BANG] = ACTIONS(974), - [anon_sym_TILDE] = ACTIONS(974), - [anon_sym_DASH] = ACTIONS(972), - [anon_sym_PLUS] = ACTIONS(972), - [anon_sym_STAR] = ACTIONS(974), - [anon_sym_AMP] = ACTIONS(974), - [anon_sym_SEMI] = ACTIONS(974), - [anon_sym_typedef] = ACTIONS(972), - [anon_sym_extern] = ACTIONS(972), - [anon_sym___attribute__] = ACTIONS(972), - [anon_sym_LBRACK_LBRACK] = ACTIONS(974), - [anon_sym___declspec] = ACTIONS(972), - [anon_sym___cdecl] = ACTIONS(972), - [anon_sym___clrcall] = ACTIONS(972), - [anon_sym___stdcall] = ACTIONS(972), - [anon_sym___fastcall] = ACTIONS(972), - [anon_sym___thiscall] = ACTIONS(972), - [anon_sym___vectorcall] = ACTIONS(972), - [anon_sym_LBRACE] = ACTIONS(974), - [anon_sym_static] = ACTIONS(972), - [anon_sym_auto] = ACTIONS(972), - [anon_sym_register] = ACTIONS(972), - [anon_sym_inline] = ACTIONS(972), - [anon_sym_const] = ACTIONS(972), - [anon_sym_volatile] = ACTIONS(972), - [anon_sym_restrict] = ACTIONS(972), - [anon_sym___restrict__] = ACTIONS(972), - [anon_sym__Atomic] = ACTIONS(972), - [anon_sym__Noreturn] = ACTIONS(972), - [anon_sym_signed] = ACTIONS(972), - [anon_sym_unsigned] = ACTIONS(972), - [anon_sym_long] = ACTIONS(972), - [anon_sym_short] = ACTIONS(972), - [sym_primitive_type] = ACTIONS(972), - [anon_sym_enum] = ACTIONS(972), - [anon_sym_struct] = ACTIONS(972), - [anon_sym_union] = ACTIONS(972), - [anon_sym_if] = ACTIONS(972), - [anon_sym_else] = ACTIONS(972), - [anon_sym_switch] = ACTIONS(972), - [anon_sym_case] = ACTIONS(972), - [anon_sym_default] = ACTIONS(972), - [anon_sym_while] = ACTIONS(972), - [anon_sym_do] = ACTIONS(972), - [anon_sym_for] = ACTIONS(972), - [anon_sym_return] = ACTIONS(972), - [anon_sym_break] = ACTIONS(972), - [anon_sym_continue] = ACTIONS(972), - [anon_sym_goto] = ACTIONS(972), - [anon_sym_DASH_DASH] = ACTIONS(974), - [anon_sym_PLUS_PLUS] = ACTIONS(974), - [anon_sym_sizeof] = ACTIONS(972), - [anon_sym_offsetof] = ACTIONS(972), - [anon_sym__Generic] = ACTIONS(972), - [anon_sym_asm] = ACTIONS(972), - [anon_sym___asm__] = ACTIONS(972), - [sym_number_literal] = ACTIONS(974), - [anon_sym_L_SQUOTE] = ACTIONS(974), - [anon_sym_u_SQUOTE] = ACTIONS(974), - [anon_sym_U_SQUOTE] = ACTIONS(974), - [anon_sym_u8_SQUOTE] = ACTIONS(974), - [anon_sym_SQUOTE] = ACTIONS(974), - [anon_sym_L_DQUOTE] = ACTIONS(974), - [anon_sym_u_DQUOTE] = ACTIONS(974), - [anon_sym_U_DQUOTE] = ACTIONS(974), - [anon_sym_u8_DQUOTE] = ACTIONS(974), - [anon_sym_DQUOTE] = ACTIONS(974), - [sym_true] = ACTIONS(972), - [sym_false] = ACTIONS(972), - [sym_null] = ACTIONS(972), + [308] = { + [sym_identifier] = ACTIONS(1048), + [aux_sym_preproc_include_token1] = ACTIONS(1048), + [aux_sym_preproc_def_token1] = ACTIONS(1048), + [aux_sym_preproc_if_token1] = ACTIONS(1048), + [aux_sym_preproc_if_token2] = ACTIONS(1048), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1048), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1048), + [sym_preproc_directive] = ACTIONS(1048), + [anon_sym_LPAREN2] = ACTIONS(1050), + [anon_sym_BANG] = ACTIONS(1050), + [anon_sym_TILDE] = ACTIONS(1050), + [anon_sym_DASH] = ACTIONS(1048), + [anon_sym_PLUS] = ACTIONS(1048), + [anon_sym_STAR] = ACTIONS(1050), + [anon_sym_AMP] = ACTIONS(1050), + [anon_sym_SEMI] = ACTIONS(1050), + [anon_sym_typedef] = ACTIONS(1048), + [anon_sym_extern] = ACTIONS(1048), + [anon_sym___attribute__] = ACTIONS(1048), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1050), + [anon_sym___declspec] = ACTIONS(1048), + [anon_sym___cdecl] = ACTIONS(1048), + [anon_sym___clrcall] = ACTIONS(1048), + [anon_sym___stdcall] = ACTIONS(1048), + [anon_sym___fastcall] = ACTIONS(1048), + [anon_sym___thiscall] = ACTIONS(1048), + [anon_sym___vectorcall] = ACTIONS(1048), + [anon_sym_LBRACE] = ACTIONS(1050), + [anon_sym_static] = ACTIONS(1048), + [anon_sym_auto] = ACTIONS(1048), + [anon_sym_register] = ACTIONS(1048), + [anon_sym_inline] = ACTIONS(1048), + [anon_sym_const] = ACTIONS(1048), + [anon_sym_volatile] = ACTIONS(1048), + [anon_sym_restrict] = ACTIONS(1048), + [anon_sym___restrict__] = ACTIONS(1048), + [anon_sym__Atomic] = ACTIONS(1048), + [anon_sym__Noreturn] = ACTIONS(1048), + [anon_sym_signed] = ACTIONS(1048), + [anon_sym_unsigned] = ACTIONS(1048), + [anon_sym_long] = ACTIONS(1048), + [anon_sym_short] = ACTIONS(1048), + [sym_primitive_type] = ACTIONS(1048), + [anon_sym_enum] = ACTIONS(1048), + [anon_sym_struct] = ACTIONS(1048), + [anon_sym_union] = ACTIONS(1048), + [anon_sym_if] = ACTIONS(1048), + [anon_sym_else] = ACTIONS(1048), + [anon_sym_switch] = ACTIONS(1048), + [anon_sym_case] = ACTIONS(1048), + [anon_sym_default] = ACTIONS(1048), + [anon_sym_while] = ACTIONS(1048), + [anon_sym_do] = ACTIONS(1048), + [anon_sym_for] = ACTIONS(1048), + [anon_sym_return] = ACTIONS(1048), + [anon_sym_break] = ACTIONS(1048), + [anon_sym_continue] = ACTIONS(1048), + [anon_sym_goto] = ACTIONS(1048), + [anon_sym_DASH_DASH] = ACTIONS(1050), + [anon_sym_PLUS_PLUS] = ACTIONS(1050), + [anon_sym_sizeof] = ACTIONS(1048), + [anon_sym_offsetof] = ACTIONS(1048), + [anon_sym__Generic] = ACTIONS(1048), + [anon_sym_asm] = ACTIONS(1048), + [anon_sym___asm__] = ACTIONS(1048), + [sym_number_literal] = ACTIONS(1050), + [anon_sym_L_SQUOTE] = ACTIONS(1050), + [anon_sym_u_SQUOTE] = ACTIONS(1050), + [anon_sym_U_SQUOTE] = ACTIONS(1050), + [anon_sym_u8_SQUOTE] = ACTIONS(1050), + [anon_sym_SQUOTE] = ACTIONS(1050), + [anon_sym_L_DQUOTE] = ACTIONS(1050), + [anon_sym_u_DQUOTE] = ACTIONS(1050), + [anon_sym_U_DQUOTE] = ACTIONS(1050), + [anon_sym_u8_DQUOTE] = ACTIONS(1050), + [anon_sym_DQUOTE] = ACTIONS(1050), + [sym_true] = ACTIONS(1048), + [sym_false] = ACTIONS(1048), + [sym_null] = ACTIONS(1048), [sym_comment] = ACTIONS(3), }, - [303] = { - [ts_builtin_sym_end] = ACTIONS(1046), + [309] = { [sym_identifier] = ACTIONS(1044), [aux_sym_preproc_include_token1] = ACTIONS(1044), [aux_sym_preproc_def_token1] = ACTIONS(1044), [aux_sym_preproc_if_token1] = ACTIONS(1044), + [aux_sym_preproc_if_token2] = ACTIONS(1044), [aux_sym_preproc_ifdef_token1] = ACTIONS(1044), [aux_sym_preproc_ifdef_token2] = ACTIONS(1044), [sym_preproc_directive] = ACTIONS(1044), @@ -42085,666 +42683,1389 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1044), [sym_comment] = ACTIONS(3), }, - [304] = { - [sym_identifier] = ACTIONS(988), - [aux_sym_preproc_include_token1] = ACTIONS(988), - [aux_sym_preproc_def_token1] = ACTIONS(988), - [aux_sym_preproc_if_token1] = ACTIONS(988), - [aux_sym_preproc_if_token2] = ACTIONS(988), - [aux_sym_preproc_ifdef_token1] = ACTIONS(988), - [aux_sym_preproc_ifdef_token2] = ACTIONS(988), - [sym_preproc_directive] = ACTIONS(988), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(990), - [anon_sym_TILDE] = ACTIONS(990), - [anon_sym_DASH] = ACTIONS(988), - [anon_sym_PLUS] = ACTIONS(988), - [anon_sym_STAR] = ACTIONS(990), - [anon_sym_AMP] = ACTIONS(990), - [anon_sym_SEMI] = ACTIONS(990), - [anon_sym_typedef] = ACTIONS(988), - [anon_sym_extern] = ACTIONS(988), - [anon_sym___attribute__] = ACTIONS(988), - [anon_sym_LBRACK_LBRACK] = ACTIONS(990), - [anon_sym___declspec] = ACTIONS(988), - [anon_sym___cdecl] = ACTIONS(988), - [anon_sym___clrcall] = ACTIONS(988), - [anon_sym___stdcall] = ACTIONS(988), - [anon_sym___fastcall] = ACTIONS(988), - [anon_sym___thiscall] = ACTIONS(988), - [anon_sym___vectorcall] = ACTIONS(988), - [anon_sym_LBRACE] = ACTIONS(990), - [anon_sym_static] = ACTIONS(988), - [anon_sym_auto] = ACTIONS(988), - [anon_sym_register] = ACTIONS(988), - [anon_sym_inline] = ACTIONS(988), - [anon_sym_const] = ACTIONS(988), - [anon_sym_volatile] = ACTIONS(988), - [anon_sym_restrict] = ACTIONS(988), - [anon_sym___restrict__] = ACTIONS(988), - [anon_sym__Atomic] = ACTIONS(988), - [anon_sym__Noreturn] = ACTIONS(988), - [anon_sym_signed] = ACTIONS(988), - [anon_sym_unsigned] = ACTIONS(988), - [anon_sym_long] = ACTIONS(988), - [anon_sym_short] = ACTIONS(988), - [sym_primitive_type] = ACTIONS(988), - [anon_sym_enum] = ACTIONS(988), - [anon_sym_struct] = ACTIONS(988), - [anon_sym_union] = ACTIONS(988), - [anon_sym_if] = ACTIONS(988), - [anon_sym_else] = ACTIONS(988), - [anon_sym_switch] = ACTIONS(988), - [anon_sym_case] = ACTIONS(988), - [anon_sym_default] = ACTIONS(988), - [anon_sym_while] = ACTIONS(988), - [anon_sym_do] = ACTIONS(988), - [anon_sym_for] = ACTIONS(988), - [anon_sym_return] = ACTIONS(988), - [anon_sym_break] = ACTIONS(988), - [anon_sym_continue] = ACTIONS(988), - [anon_sym_goto] = ACTIONS(988), - [anon_sym_DASH_DASH] = ACTIONS(990), - [anon_sym_PLUS_PLUS] = ACTIONS(990), - [anon_sym_sizeof] = ACTIONS(988), - [anon_sym_offsetof] = ACTIONS(988), - [anon_sym__Generic] = ACTIONS(988), - [anon_sym_asm] = ACTIONS(988), - [anon_sym___asm__] = ACTIONS(988), - [sym_number_literal] = ACTIONS(990), - [anon_sym_L_SQUOTE] = ACTIONS(990), - [anon_sym_u_SQUOTE] = ACTIONS(990), - [anon_sym_U_SQUOTE] = ACTIONS(990), - [anon_sym_u8_SQUOTE] = ACTIONS(990), - [anon_sym_SQUOTE] = ACTIONS(990), - [anon_sym_L_DQUOTE] = ACTIONS(990), - [anon_sym_u_DQUOTE] = ACTIONS(990), - [anon_sym_U_DQUOTE] = ACTIONS(990), - [anon_sym_u8_DQUOTE] = ACTIONS(990), - [anon_sym_DQUOTE] = ACTIONS(990), - [sym_true] = ACTIONS(988), - [sym_false] = ACTIONS(988), - [sym_null] = ACTIONS(988), + [310] = { + [sym_identifier] = ACTIONS(1212), + [aux_sym_preproc_include_token1] = ACTIONS(1212), + [aux_sym_preproc_def_token1] = ACTIONS(1212), + [aux_sym_preproc_if_token1] = ACTIONS(1212), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1212), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1212), + [sym_preproc_directive] = ACTIONS(1212), + [anon_sym_LPAREN2] = ACTIONS(1214), + [anon_sym_BANG] = ACTIONS(1214), + [anon_sym_TILDE] = ACTIONS(1214), + [anon_sym_DASH] = ACTIONS(1212), + [anon_sym_PLUS] = ACTIONS(1212), + [anon_sym_STAR] = ACTIONS(1214), + [anon_sym_AMP] = ACTIONS(1214), + [anon_sym_SEMI] = ACTIONS(1214), + [anon_sym_typedef] = ACTIONS(1212), + [anon_sym_extern] = ACTIONS(1212), + [anon_sym___attribute__] = ACTIONS(1212), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1214), + [anon_sym___declspec] = ACTIONS(1212), + [anon_sym___cdecl] = ACTIONS(1212), + [anon_sym___clrcall] = ACTIONS(1212), + [anon_sym___stdcall] = ACTIONS(1212), + [anon_sym___fastcall] = ACTIONS(1212), + [anon_sym___thiscall] = ACTIONS(1212), + [anon_sym___vectorcall] = ACTIONS(1212), + [anon_sym_LBRACE] = ACTIONS(1214), + [anon_sym_RBRACE] = ACTIONS(1214), + [anon_sym_static] = ACTIONS(1212), + [anon_sym_auto] = ACTIONS(1212), + [anon_sym_register] = ACTIONS(1212), + [anon_sym_inline] = ACTIONS(1212), + [anon_sym_const] = ACTIONS(1212), + [anon_sym_volatile] = ACTIONS(1212), + [anon_sym_restrict] = ACTIONS(1212), + [anon_sym___restrict__] = ACTIONS(1212), + [anon_sym__Atomic] = ACTIONS(1212), + [anon_sym__Noreturn] = ACTIONS(1212), + [anon_sym_signed] = ACTIONS(1212), + [anon_sym_unsigned] = ACTIONS(1212), + [anon_sym_long] = ACTIONS(1212), + [anon_sym_short] = ACTIONS(1212), + [sym_primitive_type] = ACTIONS(1212), + [anon_sym_enum] = ACTIONS(1212), + [anon_sym_struct] = ACTIONS(1212), + [anon_sym_union] = ACTIONS(1212), + [anon_sym_if] = ACTIONS(1212), + [anon_sym_switch] = ACTIONS(1212), + [anon_sym_case] = ACTIONS(1212), + [anon_sym_default] = ACTIONS(1212), + [anon_sym_while] = ACTIONS(1212), + [anon_sym_do] = ACTIONS(1212), + [anon_sym_for] = ACTIONS(1212), + [anon_sym_return] = ACTIONS(1212), + [anon_sym_break] = ACTIONS(1212), + [anon_sym_continue] = ACTIONS(1212), + [anon_sym_goto] = ACTIONS(1212), + [anon_sym_DASH_DASH] = ACTIONS(1214), + [anon_sym_PLUS_PLUS] = ACTIONS(1214), + [anon_sym_sizeof] = ACTIONS(1212), + [anon_sym_offsetof] = ACTIONS(1212), + [anon_sym__Generic] = ACTIONS(1212), + [anon_sym_asm] = ACTIONS(1212), + [anon_sym___asm__] = ACTIONS(1212), + [sym_number_literal] = ACTIONS(1214), + [anon_sym_L_SQUOTE] = ACTIONS(1214), + [anon_sym_u_SQUOTE] = ACTIONS(1214), + [anon_sym_U_SQUOTE] = ACTIONS(1214), + [anon_sym_u8_SQUOTE] = ACTIONS(1214), + [anon_sym_SQUOTE] = ACTIONS(1214), + [anon_sym_L_DQUOTE] = ACTIONS(1214), + [anon_sym_u_DQUOTE] = ACTIONS(1214), + [anon_sym_U_DQUOTE] = ACTIONS(1214), + [anon_sym_u8_DQUOTE] = ACTIONS(1214), + [anon_sym_DQUOTE] = ACTIONS(1214), + [sym_true] = ACTIONS(1212), + [sym_false] = ACTIONS(1212), + [sym_null] = ACTIONS(1212), + [sym_comment] = ACTIONS(3), + }, + [311] = { + [sym_identifier] = ACTIONS(1200), + [aux_sym_preproc_include_token1] = ACTIONS(1200), + [aux_sym_preproc_def_token1] = ACTIONS(1200), + [aux_sym_preproc_if_token1] = ACTIONS(1200), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1200), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1200), + [sym_preproc_directive] = ACTIONS(1200), + [anon_sym_LPAREN2] = ACTIONS(1202), + [anon_sym_BANG] = ACTIONS(1202), + [anon_sym_TILDE] = ACTIONS(1202), + [anon_sym_DASH] = ACTIONS(1200), + [anon_sym_PLUS] = ACTIONS(1200), + [anon_sym_STAR] = ACTIONS(1202), + [anon_sym_AMP] = ACTIONS(1202), + [anon_sym_SEMI] = ACTIONS(1202), + [anon_sym_typedef] = ACTIONS(1200), + [anon_sym_extern] = ACTIONS(1200), + [anon_sym___attribute__] = ACTIONS(1200), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1202), + [anon_sym___declspec] = ACTIONS(1200), + [anon_sym___cdecl] = ACTIONS(1200), + [anon_sym___clrcall] = ACTIONS(1200), + [anon_sym___stdcall] = ACTIONS(1200), + [anon_sym___fastcall] = ACTIONS(1200), + [anon_sym___thiscall] = ACTIONS(1200), + [anon_sym___vectorcall] = ACTIONS(1200), + [anon_sym_LBRACE] = ACTIONS(1202), + [anon_sym_RBRACE] = ACTIONS(1202), + [anon_sym_static] = ACTIONS(1200), + [anon_sym_auto] = ACTIONS(1200), + [anon_sym_register] = ACTIONS(1200), + [anon_sym_inline] = ACTIONS(1200), + [anon_sym_const] = ACTIONS(1200), + [anon_sym_volatile] = ACTIONS(1200), + [anon_sym_restrict] = ACTIONS(1200), + [anon_sym___restrict__] = ACTIONS(1200), + [anon_sym__Atomic] = ACTIONS(1200), + [anon_sym__Noreturn] = ACTIONS(1200), + [anon_sym_signed] = ACTIONS(1200), + [anon_sym_unsigned] = ACTIONS(1200), + [anon_sym_long] = ACTIONS(1200), + [anon_sym_short] = ACTIONS(1200), + [sym_primitive_type] = ACTIONS(1200), + [anon_sym_enum] = ACTIONS(1200), + [anon_sym_struct] = ACTIONS(1200), + [anon_sym_union] = ACTIONS(1200), + [anon_sym_if] = ACTIONS(1200), + [anon_sym_switch] = ACTIONS(1200), + [anon_sym_case] = ACTIONS(1200), + [anon_sym_default] = ACTIONS(1200), + [anon_sym_while] = ACTIONS(1200), + [anon_sym_do] = ACTIONS(1200), + [anon_sym_for] = ACTIONS(1200), + [anon_sym_return] = ACTIONS(1200), + [anon_sym_break] = ACTIONS(1200), + [anon_sym_continue] = ACTIONS(1200), + [anon_sym_goto] = ACTIONS(1200), + [anon_sym_DASH_DASH] = ACTIONS(1202), + [anon_sym_PLUS_PLUS] = ACTIONS(1202), + [anon_sym_sizeof] = ACTIONS(1200), + [anon_sym_offsetof] = ACTIONS(1200), + [anon_sym__Generic] = ACTIONS(1200), + [anon_sym_asm] = ACTIONS(1200), + [anon_sym___asm__] = ACTIONS(1200), + [sym_number_literal] = ACTIONS(1202), + [anon_sym_L_SQUOTE] = ACTIONS(1202), + [anon_sym_u_SQUOTE] = ACTIONS(1202), + [anon_sym_U_SQUOTE] = ACTIONS(1202), + [anon_sym_u8_SQUOTE] = ACTIONS(1202), + [anon_sym_SQUOTE] = ACTIONS(1202), + [anon_sym_L_DQUOTE] = ACTIONS(1202), + [anon_sym_u_DQUOTE] = ACTIONS(1202), + [anon_sym_U_DQUOTE] = ACTIONS(1202), + [anon_sym_u8_DQUOTE] = ACTIONS(1202), + [anon_sym_DQUOTE] = ACTIONS(1202), + [sym_true] = ACTIONS(1200), + [sym_false] = ACTIONS(1200), + [sym_null] = ACTIONS(1200), + [sym_comment] = ACTIONS(3), + }, + [312] = { + [ts_builtin_sym_end] = ACTIONS(1284), + [sym_identifier] = ACTIONS(1282), + [aux_sym_preproc_include_token1] = ACTIONS(1282), + [aux_sym_preproc_def_token1] = ACTIONS(1282), + [aux_sym_preproc_if_token1] = ACTIONS(1282), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1282), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1282), + [sym_preproc_directive] = ACTIONS(1282), + [anon_sym_LPAREN2] = ACTIONS(1284), + [anon_sym_BANG] = ACTIONS(1284), + [anon_sym_TILDE] = ACTIONS(1284), + [anon_sym_DASH] = ACTIONS(1282), + [anon_sym_PLUS] = ACTIONS(1282), + [anon_sym_STAR] = ACTIONS(1284), + [anon_sym_AMP] = ACTIONS(1284), + [anon_sym_SEMI] = ACTIONS(1284), + [anon_sym_typedef] = ACTIONS(1282), + [anon_sym_extern] = ACTIONS(1282), + [anon_sym___attribute__] = ACTIONS(1282), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1284), + [anon_sym___declspec] = ACTIONS(1282), + [anon_sym___cdecl] = ACTIONS(1282), + [anon_sym___clrcall] = ACTIONS(1282), + [anon_sym___stdcall] = ACTIONS(1282), + [anon_sym___fastcall] = ACTIONS(1282), + [anon_sym___thiscall] = ACTIONS(1282), + [anon_sym___vectorcall] = ACTIONS(1282), + [anon_sym_LBRACE] = ACTIONS(1284), + [anon_sym_static] = ACTIONS(1282), + [anon_sym_auto] = ACTIONS(1282), + [anon_sym_register] = ACTIONS(1282), + [anon_sym_inline] = ACTIONS(1282), + [anon_sym_const] = ACTIONS(1282), + [anon_sym_volatile] = ACTIONS(1282), + [anon_sym_restrict] = ACTIONS(1282), + [anon_sym___restrict__] = ACTIONS(1282), + [anon_sym__Atomic] = ACTIONS(1282), + [anon_sym__Noreturn] = ACTIONS(1282), + [anon_sym_signed] = ACTIONS(1282), + [anon_sym_unsigned] = ACTIONS(1282), + [anon_sym_long] = ACTIONS(1282), + [anon_sym_short] = ACTIONS(1282), + [sym_primitive_type] = ACTIONS(1282), + [anon_sym_enum] = ACTIONS(1282), + [anon_sym_struct] = ACTIONS(1282), + [anon_sym_union] = ACTIONS(1282), + [anon_sym_if] = ACTIONS(1282), + [anon_sym_switch] = ACTIONS(1282), + [anon_sym_case] = ACTIONS(1282), + [anon_sym_default] = ACTIONS(1282), + [anon_sym_while] = ACTIONS(1282), + [anon_sym_do] = ACTIONS(1282), + [anon_sym_for] = ACTIONS(1282), + [anon_sym_return] = ACTIONS(1282), + [anon_sym_break] = ACTIONS(1282), + [anon_sym_continue] = ACTIONS(1282), + [anon_sym_goto] = ACTIONS(1282), + [anon_sym_DASH_DASH] = ACTIONS(1284), + [anon_sym_PLUS_PLUS] = ACTIONS(1284), + [anon_sym_sizeof] = ACTIONS(1282), + [anon_sym_offsetof] = ACTIONS(1282), + [anon_sym__Generic] = ACTIONS(1282), + [anon_sym_asm] = ACTIONS(1282), + [anon_sym___asm__] = ACTIONS(1282), + [sym_number_literal] = ACTIONS(1284), + [anon_sym_L_SQUOTE] = ACTIONS(1284), + [anon_sym_u_SQUOTE] = ACTIONS(1284), + [anon_sym_U_SQUOTE] = ACTIONS(1284), + [anon_sym_u8_SQUOTE] = ACTIONS(1284), + [anon_sym_SQUOTE] = ACTIONS(1284), + [anon_sym_L_DQUOTE] = ACTIONS(1284), + [anon_sym_u_DQUOTE] = ACTIONS(1284), + [anon_sym_U_DQUOTE] = ACTIONS(1284), + [anon_sym_u8_DQUOTE] = ACTIONS(1284), + [anon_sym_DQUOTE] = ACTIONS(1284), + [sym_true] = ACTIONS(1282), + [sym_false] = ACTIONS(1282), + [sym_null] = ACTIONS(1282), + [sym_comment] = ACTIONS(3), + }, + [313] = { + [sym_identifier] = ACTIONS(1306), + [aux_sym_preproc_include_token1] = ACTIONS(1306), + [aux_sym_preproc_def_token1] = ACTIONS(1306), + [aux_sym_preproc_if_token1] = ACTIONS(1306), + [aux_sym_preproc_if_token2] = ACTIONS(1306), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1306), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1306), + [sym_preproc_directive] = ACTIONS(1306), + [anon_sym_LPAREN2] = ACTIONS(1308), + [anon_sym_BANG] = ACTIONS(1308), + [anon_sym_TILDE] = ACTIONS(1308), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_AMP] = ACTIONS(1308), + [anon_sym_SEMI] = ACTIONS(1308), + [anon_sym_typedef] = ACTIONS(1306), + [anon_sym_extern] = ACTIONS(1306), + [anon_sym___attribute__] = ACTIONS(1306), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1308), + [anon_sym___declspec] = ACTIONS(1306), + [anon_sym___cdecl] = ACTIONS(1306), + [anon_sym___clrcall] = ACTIONS(1306), + [anon_sym___stdcall] = ACTIONS(1306), + [anon_sym___fastcall] = ACTIONS(1306), + [anon_sym___thiscall] = ACTIONS(1306), + [anon_sym___vectorcall] = ACTIONS(1306), + [anon_sym_LBRACE] = ACTIONS(1308), + [anon_sym_static] = ACTIONS(1306), + [anon_sym_auto] = ACTIONS(1306), + [anon_sym_register] = ACTIONS(1306), + [anon_sym_inline] = ACTIONS(1306), + [anon_sym_const] = ACTIONS(1306), + [anon_sym_volatile] = ACTIONS(1306), + [anon_sym_restrict] = ACTIONS(1306), + [anon_sym___restrict__] = ACTIONS(1306), + [anon_sym__Atomic] = ACTIONS(1306), + [anon_sym__Noreturn] = ACTIONS(1306), + [anon_sym_signed] = ACTIONS(1306), + [anon_sym_unsigned] = ACTIONS(1306), + [anon_sym_long] = ACTIONS(1306), + [anon_sym_short] = ACTIONS(1306), + [sym_primitive_type] = ACTIONS(1306), + [anon_sym_enum] = ACTIONS(1306), + [anon_sym_struct] = ACTIONS(1306), + [anon_sym_union] = ACTIONS(1306), + [anon_sym_if] = ACTIONS(1306), + [anon_sym_switch] = ACTIONS(1306), + [anon_sym_case] = ACTIONS(1306), + [anon_sym_default] = ACTIONS(1306), + [anon_sym_while] = ACTIONS(1306), + [anon_sym_do] = ACTIONS(1306), + [anon_sym_for] = ACTIONS(1306), + [anon_sym_return] = ACTIONS(1306), + [anon_sym_break] = ACTIONS(1306), + [anon_sym_continue] = ACTIONS(1306), + [anon_sym_goto] = ACTIONS(1306), + [anon_sym_DASH_DASH] = ACTIONS(1308), + [anon_sym_PLUS_PLUS] = ACTIONS(1308), + [anon_sym_sizeof] = ACTIONS(1306), + [anon_sym_offsetof] = ACTIONS(1306), + [anon_sym__Generic] = ACTIONS(1306), + [anon_sym_asm] = ACTIONS(1306), + [anon_sym___asm__] = ACTIONS(1306), + [sym_number_literal] = ACTIONS(1308), + [anon_sym_L_SQUOTE] = ACTIONS(1308), + [anon_sym_u_SQUOTE] = ACTIONS(1308), + [anon_sym_U_SQUOTE] = ACTIONS(1308), + [anon_sym_u8_SQUOTE] = ACTIONS(1308), + [anon_sym_SQUOTE] = ACTIONS(1308), + [anon_sym_L_DQUOTE] = ACTIONS(1308), + [anon_sym_u_DQUOTE] = ACTIONS(1308), + [anon_sym_U_DQUOTE] = ACTIONS(1308), + [anon_sym_u8_DQUOTE] = ACTIONS(1308), + [anon_sym_DQUOTE] = ACTIONS(1308), + [sym_true] = ACTIONS(1306), + [sym_false] = ACTIONS(1306), + [sym_null] = ACTIONS(1306), + [sym_comment] = ACTIONS(3), + }, + [314] = { + [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_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_static] = ACTIONS(1298), + [anon_sym_auto] = ACTIONS(1298), + [anon_sym_register] = ACTIONS(1298), + [anon_sym_inline] = ACTIONS(1298), + [anon_sym_const] = 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_signed] = ACTIONS(1298), + [anon_sym_unsigned] = ACTIONS(1298), + [anon_sym_long] = ACTIONS(1298), + [anon_sym_short] = 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_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_DASH_DASH] = ACTIONS(1300), + [anon_sym_PLUS_PLUS] = ACTIONS(1300), + [anon_sym_sizeof] = 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), + [sym_null] = ACTIONS(1298), + [sym_comment] = ACTIONS(3), + }, + [315] = { + [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_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_RBRACE] = ACTIONS(1300), + [anon_sym_static] = ACTIONS(1298), + [anon_sym_auto] = ACTIONS(1298), + [anon_sym_register] = ACTIONS(1298), + [anon_sym_inline] = ACTIONS(1298), + [anon_sym_const] = 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_signed] = ACTIONS(1298), + [anon_sym_unsigned] = ACTIONS(1298), + [anon_sym_long] = ACTIONS(1298), + [anon_sym_short] = 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_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_DASH_DASH] = ACTIONS(1300), + [anon_sym_PLUS_PLUS] = ACTIONS(1300), + [anon_sym_sizeof] = 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), + [sym_null] = ACTIONS(1298), [sym_comment] = ACTIONS(3), }, - [305] = { - [ts_builtin_sym_end] = ACTIONS(1042), - [sym_identifier] = ACTIONS(1040), - [aux_sym_preproc_include_token1] = ACTIONS(1040), - [aux_sym_preproc_def_token1] = ACTIONS(1040), - [aux_sym_preproc_if_token1] = ACTIONS(1040), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1040), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1040), - [sym_preproc_directive] = ACTIONS(1040), - [anon_sym_LPAREN2] = ACTIONS(1042), - [anon_sym_BANG] = ACTIONS(1042), - [anon_sym_TILDE] = ACTIONS(1042), - [anon_sym_DASH] = ACTIONS(1040), - [anon_sym_PLUS] = ACTIONS(1040), - [anon_sym_STAR] = ACTIONS(1042), - [anon_sym_AMP] = ACTIONS(1042), - [anon_sym_SEMI] = ACTIONS(1042), - [anon_sym_typedef] = ACTIONS(1040), - [anon_sym_extern] = ACTIONS(1040), - [anon_sym___attribute__] = ACTIONS(1040), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1042), - [anon_sym___declspec] = ACTIONS(1040), - [anon_sym___cdecl] = ACTIONS(1040), - [anon_sym___clrcall] = ACTIONS(1040), - [anon_sym___stdcall] = ACTIONS(1040), - [anon_sym___fastcall] = ACTIONS(1040), - [anon_sym___thiscall] = ACTIONS(1040), - [anon_sym___vectorcall] = ACTIONS(1040), - [anon_sym_LBRACE] = ACTIONS(1042), - [anon_sym_static] = ACTIONS(1040), - [anon_sym_auto] = ACTIONS(1040), - [anon_sym_register] = ACTIONS(1040), - [anon_sym_inline] = ACTIONS(1040), - [anon_sym_const] = ACTIONS(1040), - [anon_sym_volatile] = ACTIONS(1040), - [anon_sym_restrict] = ACTIONS(1040), - [anon_sym___restrict__] = ACTIONS(1040), - [anon_sym__Atomic] = ACTIONS(1040), - [anon_sym__Noreturn] = ACTIONS(1040), - [anon_sym_signed] = ACTIONS(1040), - [anon_sym_unsigned] = ACTIONS(1040), - [anon_sym_long] = ACTIONS(1040), - [anon_sym_short] = ACTIONS(1040), - [sym_primitive_type] = ACTIONS(1040), - [anon_sym_enum] = ACTIONS(1040), - [anon_sym_struct] = ACTIONS(1040), - [anon_sym_union] = ACTIONS(1040), - [anon_sym_if] = ACTIONS(1040), - [anon_sym_else] = ACTIONS(1040), - [anon_sym_switch] = ACTIONS(1040), - [anon_sym_case] = ACTIONS(1040), - [anon_sym_default] = ACTIONS(1040), - [anon_sym_while] = ACTIONS(1040), - [anon_sym_do] = ACTIONS(1040), - [anon_sym_for] = ACTIONS(1040), - [anon_sym_return] = ACTIONS(1040), - [anon_sym_break] = ACTIONS(1040), - [anon_sym_continue] = ACTIONS(1040), - [anon_sym_goto] = ACTIONS(1040), - [anon_sym_DASH_DASH] = ACTIONS(1042), - [anon_sym_PLUS_PLUS] = ACTIONS(1042), - [anon_sym_sizeof] = ACTIONS(1040), - [anon_sym_offsetof] = ACTIONS(1040), - [anon_sym__Generic] = ACTIONS(1040), - [anon_sym_asm] = ACTIONS(1040), - [anon_sym___asm__] = ACTIONS(1040), - [sym_number_literal] = ACTIONS(1042), - [anon_sym_L_SQUOTE] = ACTIONS(1042), - [anon_sym_u_SQUOTE] = ACTIONS(1042), - [anon_sym_U_SQUOTE] = ACTIONS(1042), - [anon_sym_u8_SQUOTE] = ACTIONS(1042), - [anon_sym_SQUOTE] = ACTIONS(1042), - [anon_sym_L_DQUOTE] = ACTIONS(1042), - [anon_sym_u_DQUOTE] = ACTIONS(1042), - [anon_sym_U_DQUOTE] = ACTIONS(1042), - [anon_sym_u8_DQUOTE] = ACTIONS(1042), - [anon_sym_DQUOTE] = ACTIONS(1042), - [sym_true] = ACTIONS(1040), - [sym_false] = ACTIONS(1040), - [sym_null] = ACTIONS(1040), + [316] = { + [ts_builtin_sym_end] = ACTIONS(1222), + [sym_identifier] = ACTIONS(1220), + [aux_sym_preproc_include_token1] = ACTIONS(1220), + [aux_sym_preproc_def_token1] = ACTIONS(1220), + [aux_sym_preproc_if_token1] = ACTIONS(1220), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1220), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1220), + [sym_preproc_directive] = ACTIONS(1220), + [anon_sym_LPAREN2] = ACTIONS(1222), + [anon_sym_BANG] = ACTIONS(1222), + [anon_sym_TILDE] = ACTIONS(1222), + [anon_sym_DASH] = ACTIONS(1220), + [anon_sym_PLUS] = ACTIONS(1220), + [anon_sym_STAR] = ACTIONS(1222), + [anon_sym_AMP] = ACTIONS(1222), + [anon_sym_SEMI] = ACTIONS(1222), + [anon_sym_typedef] = ACTIONS(1220), + [anon_sym_extern] = ACTIONS(1220), + [anon_sym___attribute__] = ACTIONS(1220), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1222), + [anon_sym___declspec] = ACTIONS(1220), + [anon_sym___cdecl] = ACTIONS(1220), + [anon_sym___clrcall] = ACTIONS(1220), + [anon_sym___stdcall] = ACTIONS(1220), + [anon_sym___fastcall] = ACTIONS(1220), + [anon_sym___thiscall] = ACTIONS(1220), + [anon_sym___vectorcall] = ACTIONS(1220), + [anon_sym_LBRACE] = ACTIONS(1222), + [anon_sym_static] = ACTIONS(1220), + [anon_sym_auto] = ACTIONS(1220), + [anon_sym_register] = ACTIONS(1220), + [anon_sym_inline] = ACTIONS(1220), + [anon_sym_const] = ACTIONS(1220), + [anon_sym_volatile] = ACTIONS(1220), + [anon_sym_restrict] = ACTIONS(1220), + [anon_sym___restrict__] = ACTIONS(1220), + [anon_sym__Atomic] = ACTIONS(1220), + [anon_sym__Noreturn] = ACTIONS(1220), + [anon_sym_signed] = ACTIONS(1220), + [anon_sym_unsigned] = ACTIONS(1220), + [anon_sym_long] = ACTIONS(1220), + [anon_sym_short] = ACTIONS(1220), + [sym_primitive_type] = ACTIONS(1220), + [anon_sym_enum] = ACTIONS(1220), + [anon_sym_struct] = ACTIONS(1220), + [anon_sym_union] = ACTIONS(1220), + [anon_sym_if] = ACTIONS(1220), + [anon_sym_switch] = ACTIONS(1220), + [anon_sym_case] = ACTIONS(1220), + [anon_sym_default] = ACTIONS(1220), + [anon_sym_while] = ACTIONS(1220), + [anon_sym_do] = ACTIONS(1220), + [anon_sym_for] = ACTIONS(1220), + [anon_sym_return] = ACTIONS(1220), + [anon_sym_break] = ACTIONS(1220), + [anon_sym_continue] = ACTIONS(1220), + [anon_sym_goto] = ACTIONS(1220), + [anon_sym_DASH_DASH] = ACTIONS(1222), + [anon_sym_PLUS_PLUS] = ACTIONS(1222), + [anon_sym_sizeof] = ACTIONS(1220), + [anon_sym_offsetof] = ACTIONS(1220), + [anon_sym__Generic] = ACTIONS(1220), + [anon_sym_asm] = ACTIONS(1220), + [anon_sym___asm__] = ACTIONS(1220), + [sym_number_literal] = ACTIONS(1222), + [anon_sym_L_SQUOTE] = ACTIONS(1222), + [anon_sym_u_SQUOTE] = ACTIONS(1222), + [anon_sym_U_SQUOTE] = ACTIONS(1222), + [anon_sym_u8_SQUOTE] = ACTIONS(1222), + [anon_sym_SQUOTE] = ACTIONS(1222), + [anon_sym_L_DQUOTE] = ACTIONS(1222), + [anon_sym_u_DQUOTE] = ACTIONS(1222), + [anon_sym_U_DQUOTE] = ACTIONS(1222), + [anon_sym_u8_DQUOTE] = ACTIONS(1222), + [anon_sym_DQUOTE] = ACTIONS(1222), + [sym_true] = ACTIONS(1220), + [sym_false] = ACTIONS(1220), + [sym_null] = ACTIONS(1220), [sym_comment] = ACTIONS(3), }, - [306] = { - [sym_identifier] = ACTIONS(922), - [aux_sym_preproc_include_token1] = ACTIONS(922), - [aux_sym_preproc_def_token1] = ACTIONS(922), - [aux_sym_preproc_if_token1] = ACTIONS(922), - [aux_sym_preproc_if_token2] = ACTIONS(922), - [aux_sym_preproc_ifdef_token1] = ACTIONS(922), - [aux_sym_preproc_ifdef_token2] = ACTIONS(922), - [sym_preproc_directive] = ACTIONS(922), - [anon_sym_LPAREN2] = ACTIONS(924), - [anon_sym_BANG] = ACTIONS(924), - [anon_sym_TILDE] = ACTIONS(924), - [anon_sym_DASH] = ACTIONS(922), - [anon_sym_PLUS] = ACTIONS(922), - [anon_sym_STAR] = ACTIONS(924), - [anon_sym_AMP] = ACTIONS(924), - [anon_sym_SEMI] = ACTIONS(924), - [anon_sym_typedef] = ACTIONS(922), - [anon_sym_extern] = ACTIONS(922), - [anon_sym___attribute__] = ACTIONS(922), - [anon_sym_LBRACK_LBRACK] = ACTIONS(924), - [anon_sym___declspec] = ACTIONS(922), - [anon_sym___cdecl] = ACTIONS(922), - [anon_sym___clrcall] = ACTIONS(922), - [anon_sym___stdcall] = ACTIONS(922), - [anon_sym___fastcall] = ACTIONS(922), - [anon_sym___thiscall] = ACTIONS(922), - [anon_sym___vectorcall] = ACTIONS(922), - [anon_sym_LBRACE] = ACTIONS(924), - [anon_sym_static] = ACTIONS(922), - [anon_sym_auto] = ACTIONS(922), - [anon_sym_register] = ACTIONS(922), - [anon_sym_inline] = ACTIONS(922), - [anon_sym_const] = ACTIONS(922), - [anon_sym_volatile] = ACTIONS(922), - [anon_sym_restrict] = ACTIONS(922), - [anon_sym___restrict__] = ACTIONS(922), - [anon_sym__Atomic] = ACTIONS(922), - [anon_sym__Noreturn] = ACTIONS(922), - [anon_sym_signed] = ACTIONS(922), - [anon_sym_unsigned] = ACTIONS(922), - [anon_sym_long] = ACTIONS(922), - [anon_sym_short] = ACTIONS(922), - [sym_primitive_type] = ACTIONS(922), - [anon_sym_enum] = ACTIONS(922), - [anon_sym_struct] = ACTIONS(922), - [anon_sym_union] = ACTIONS(922), - [anon_sym_if] = ACTIONS(922), - [anon_sym_else] = ACTIONS(922), - [anon_sym_switch] = ACTIONS(922), - [anon_sym_case] = ACTIONS(922), - [anon_sym_default] = ACTIONS(922), - [anon_sym_while] = ACTIONS(922), - [anon_sym_do] = ACTIONS(922), - [anon_sym_for] = ACTIONS(922), - [anon_sym_return] = ACTIONS(922), - [anon_sym_break] = ACTIONS(922), - [anon_sym_continue] = ACTIONS(922), - [anon_sym_goto] = ACTIONS(922), - [anon_sym_DASH_DASH] = ACTIONS(924), - [anon_sym_PLUS_PLUS] = ACTIONS(924), - [anon_sym_sizeof] = ACTIONS(922), - [anon_sym_offsetof] = ACTIONS(922), - [anon_sym__Generic] = ACTIONS(922), - [anon_sym_asm] = ACTIONS(922), - [anon_sym___asm__] = ACTIONS(922), - [sym_number_literal] = ACTIONS(924), - [anon_sym_L_SQUOTE] = ACTIONS(924), - [anon_sym_u_SQUOTE] = ACTIONS(924), - [anon_sym_U_SQUOTE] = ACTIONS(924), - [anon_sym_u8_SQUOTE] = ACTIONS(924), - [anon_sym_SQUOTE] = ACTIONS(924), - [anon_sym_L_DQUOTE] = ACTIONS(924), - [anon_sym_u_DQUOTE] = ACTIONS(924), - [anon_sym_U_DQUOTE] = ACTIONS(924), - [anon_sym_u8_DQUOTE] = ACTIONS(924), - [anon_sym_DQUOTE] = ACTIONS(924), - [sym_true] = ACTIONS(922), - [sym_false] = ACTIONS(922), - [sym_null] = ACTIONS(922), + [317] = { + [ts_builtin_sym_end] = ACTIONS(1362), + [sym_identifier] = ACTIONS(1360), + [aux_sym_preproc_include_token1] = ACTIONS(1360), + [aux_sym_preproc_def_token1] = ACTIONS(1360), + [aux_sym_preproc_if_token1] = ACTIONS(1360), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1360), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1360), + [sym_preproc_directive] = ACTIONS(1360), + [anon_sym_LPAREN2] = ACTIONS(1362), + [anon_sym_BANG] = ACTIONS(1362), + [anon_sym_TILDE] = ACTIONS(1362), + [anon_sym_DASH] = ACTIONS(1360), + [anon_sym_PLUS] = ACTIONS(1360), + [anon_sym_STAR] = ACTIONS(1362), + [anon_sym_AMP] = ACTIONS(1362), + [anon_sym_SEMI] = ACTIONS(1362), + [anon_sym_typedef] = ACTIONS(1360), + [anon_sym_extern] = ACTIONS(1360), + [anon_sym___attribute__] = ACTIONS(1360), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1362), + [anon_sym___declspec] = ACTIONS(1360), + [anon_sym___cdecl] = ACTIONS(1360), + [anon_sym___clrcall] = ACTIONS(1360), + [anon_sym___stdcall] = ACTIONS(1360), + [anon_sym___fastcall] = ACTIONS(1360), + [anon_sym___thiscall] = ACTIONS(1360), + [anon_sym___vectorcall] = ACTIONS(1360), + [anon_sym_LBRACE] = ACTIONS(1362), + [anon_sym_static] = ACTIONS(1360), + [anon_sym_auto] = ACTIONS(1360), + [anon_sym_register] = ACTIONS(1360), + [anon_sym_inline] = ACTIONS(1360), + [anon_sym_const] = ACTIONS(1360), + [anon_sym_volatile] = ACTIONS(1360), + [anon_sym_restrict] = ACTIONS(1360), + [anon_sym___restrict__] = ACTIONS(1360), + [anon_sym__Atomic] = ACTIONS(1360), + [anon_sym__Noreturn] = ACTIONS(1360), + [anon_sym_signed] = ACTIONS(1360), + [anon_sym_unsigned] = ACTIONS(1360), + [anon_sym_long] = ACTIONS(1360), + [anon_sym_short] = ACTIONS(1360), + [sym_primitive_type] = ACTIONS(1360), + [anon_sym_enum] = ACTIONS(1360), + [anon_sym_struct] = ACTIONS(1360), + [anon_sym_union] = ACTIONS(1360), + [anon_sym_if] = ACTIONS(1360), + [anon_sym_switch] = ACTIONS(1360), + [anon_sym_case] = ACTIONS(1360), + [anon_sym_default] = ACTIONS(1360), + [anon_sym_while] = ACTIONS(1360), + [anon_sym_do] = ACTIONS(1360), + [anon_sym_for] = ACTIONS(1360), + [anon_sym_return] = ACTIONS(1360), + [anon_sym_break] = ACTIONS(1360), + [anon_sym_continue] = ACTIONS(1360), + [anon_sym_goto] = ACTIONS(1360), + [anon_sym_DASH_DASH] = ACTIONS(1362), + [anon_sym_PLUS_PLUS] = ACTIONS(1362), + [anon_sym_sizeof] = ACTIONS(1360), + [anon_sym_offsetof] = ACTIONS(1360), + [anon_sym__Generic] = ACTIONS(1360), + [anon_sym_asm] = ACTIONS(1360), + [anon_sym___asm__] = ACTIONS(1360), + [sym_number_literal] = ACTIONS(1362), + [anon_sym_L_SQUOTE] = ACTIONS(1362), + [anon_sym_u_SQUOTE] = ACTIONS(1362), + [anon_sym_U_SQUOTE] = ACTIONS(1362), + [anon_sym_u8_SQUOTE] = ACTIONS(1362), + [anon_sym_SQUOTE] = ACTIONS(1362), + [anon_sym_L_DQUOTE] = ACTIONS(1362), + [anon_sym_u_DQUOTE] = ACTIONS(1362), + [anon_sym_U_DQUOTE] = ACTIONS(1362), + [anon_sym_u8_DQUOTE] = ACTIONS(1362), + [anon_sym_DQUOTE] = ACTIONS(1362), + [sym_true] = ACTIONS(1360), + [sym_false] = ACTIONS(1360), + [sym_null] = ACTIONS(1360), [sym_comment] = ACTIONS(3), }, - [307] = { - [sym_identifier] = ACTIONS(926), - [aux_sym_preproc_include_token1] = ACTIONS(926), - [aux_sym_preproc_def_token1] = ACTIONS(926), - [aux_sym_preproc_if_token1] = ACTIONS(926), - [aux_sym_preproc_if_token2] = ACTIONS(926), - [aux_sym_preproc_ifdef_token1] = ACTIONS(926), - [aux_sym_preproc_ifdef_token2] = ACTIONS(926), - [sym_preproc_directive] = ACTIONS(926), - [anon_sym_LPAREN2] = ACTIONS(928), - [anon_sym_BANG] = ACTIONS(928), - [anon_sym_TILDE] = ACTIONS(928), - [anon_sym_DASH] = ACTIONS(926), - [anon_sym_PLUS] = ACTIONS(926), - [anon_sym_STAR] = ACTIONS(928), - [anon_sym_AMP] = ACTIONS(928), - [anon_sym_SEMI] = ACTIONS(928), - [anon_sym_typedef] = ACTIONS(926), - [anon_sym_extern] = ACTIONS(926), - [anon_sym___attribute__] = ACTIONS(926), - [anon_sym_LBRACK_LBRACK] = ACTIONS(928), - [anon_sym___declspec] = ACTIONS(926), - [anon_sym___cdecl] = ACTIONS(926), - [anon_sym___clrcall] = ACTIONS(926), - [anon_sym___stdcall] = ACTIONS(926), - [anon_sym___fastcall] = ACTIONS(926), - [anon_sym___thiscall] = ACTIONS(926), - [anon_sym___vectorcall] = ACTIONS(926), - [anon_sym_LBRACE] = ACTIONS(928), - [anon_sym_static] = ACTIONS(926), - [anon_sym_auto] = ACTIONS(926), - [anon_sym_register] = ACTIONS(926), - [anon_sym_inline] = ACTIONS(926), - [anon_sym_const] = ACTIONS(926), - [anon_sym_volatile] = ACTIONS(926), - [anon_sym_restrict] = ACTIONS(926), - [anon_sym___restrict__] = ACTIONS(926), - [anon_sym__Atomic] = ACTIONS(926), - [anon_sym__Noreturn] = ACTIONS(926), - [anon_sym_signed] = ACTIONS(926), - [anon_sym_unsigned] = ACTIONS(926), - [anon_sym_long] = ACTIONS(926), - [anon_sym_short] = ACTIONS(926), - [sym_primitive_type] = ACTIONS(926), - [anon_sym_enum] = ACTIONS(926), - [anon_sym_struct] = ACTIONS(926), - [anon_sym_union] = ACTIONS(926), - [anon_sym_if] = ACTIONS(926), - [anon_sym_else] = ACTIONS(926), - [anon_sym_switch] = ACTIONS(926), - [anon_sym_case] = ACTIONS(926), - [anon_sym_default] = ACTIONS(926), - [anon_sym_while] = ACTIONS(926), - [anon_sym_do] = ACTIONS(926), - [anon_sym_for] = ACTIONS(926), - [anon_sym_return] = ACTIONS(926), - [anon_sym_break] = ACTIONS(926), - [anon_sym_continue] = ACTIONS(926), - [anon_sym_goto] = ACTIONS(926), - [anon_sym_DASH_DASH] = ACTIONS(928), - [anon_sym_PLUS_PLUS] = ACTIONS(928), - [anon_sym_sizeof] = ACTIONS(926), - [anon_sym_offsetof] = ACTIONS(926), - [anon_sym__Generic] = ACTIONS(926), - [anon_sym_asm] = ACTIONS(926), - [anon_sym___asm__] = ACTIONS(926), - [sym_number_literal] = ACTIONS(928), - [anon_sym_L_SQUOTE] = ACTIONS(928), - [anon_sym_u_SQUOTE] = ACTIONS(928), - [anon_sym_U_SQUOTE] = ACTIONS(928), - [anon_sym_u8_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_L_DQUOTE] = ACTIONS(928), - [anon_sym_u_DQUOTE] = ACTIONS(928), - [anon_sym_U_DQUOTE] = ACTIONS(928), - [anon_sym_u8_DQUOTE] = ACTIONS(928), - [anon_sym_DQUOTE] = ACTIONS(928), - [sym_true] = ACTIONS(926), - [sym_false] = ACTIONS(926), - [sym_null] = ACTIONS(926), + [318] = { + [sym_identifier] = ACTIONS(1364), + [aux_sym_preproc_include_token1] = ACTIONS(1364), + [aux_sym_preproc_def_token1] = ACTIONS(1364), + [aux_sym_preproc_if_token1] = ACTIONS(1364), + [aux_sym_preproc_if_token2] = ACTIONS(1364), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1364), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1364), + [sym_preproc_directive] = ACTIONS(1364), + [anon_sym_LPAREN2] = ACTIONS(1366), + [anon_sym_BANG] = ACTIONS(1366), + [anon_sym_TILDE] = ACTIONS(1366), + [anon_sym_DASH] = ACTIONS(1364), + [anon_sym_PLUS] = ACTIONS(1364), + [anon_sym_STAR] = ACTIONS(1366), + [anon_sym_AMP] = ACTIONS(1366), + [anon_sym_SEMI] = ACTIONS(1366), + [anon_sym_typedef] = ACTIONS(1364), + [anon_sym_extern] = ACTIONS(1364), + [anon_sym___attribute__] = ACTIONS(1364), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1366), + [anon_sym___declspec] = ACTIONS(1364), + [anon_sym___cdecl] = ACTIONS(1364), + [anon_sym___clrcall] = ACTIONS(1364), + [anon_sym___stdcall] = ACTIONS(1364), + [anon_sym___fastcall] = ACTIONS(1364), + [anon_sym___thiscall] = ACTIONS(1364), + [anon_sym___vectorcall] = ACTIONS(1364), + [anon_sym_LBRACE] = ACTIONS(1366), + [anon_sym_static] = ACTIONS(1364), + [anon_sym_auto] = ACTIONS(1364), + [anon_sym_register] = ACTIONS(1364), + [anon_sym_inline] = ACTIONS(1364), + [anon_sym_const] = ACTIONS(1364), + [anon_sym_volatile] = ACTIONS(1364), + [anon_sym_restrict] = ACTIONS(1364), + [anon_sym___restrict__] = ACTIONS(1364), + [anon_sym__Atomic] = ACTIONS(1364), + [anon_sym__Noreturn] = ACTIONS(1364), + [anon_sym_signed] = ACTIONS(1364), + [anon_sym_unsigned] = ACTIONS(1364), + [anon_sym_long] = ACTIONS(1364), + [anon_sym_short] = ACTIONS(1364), + [sym_primitive_type] = ACTIONS(1364), + [anon_sym_enum] = ACTIONS(1364), + [anon_sym_struct] = ACTIONS(1364), + [anon_sym_union] = ACTIONS(1364), + [anon_sym_if] = ACTIONS(1364), + [anon_sym_switch] = ACTIONS(1364), + [anon_sym_case] = ACTIONS(1364), + [anon_sym_default] = ACTIONS(1364), + [anon_sym_while] = ACTIONS(1364), + [anon_sym_do] = ACTIONS(1364), + [anon_sym_for] = ACTIONS(1364), + [anon_sym_return] = ACTIONS(1364), + [anon_sym_break] = ACTIONS(1364), + [anon_sym_continue] = ACTIONS(1364), + [anon_sym_goto] = ACTIONS(1364), + [anon_sym_DASH_DASH] = ACTIONS(1366), + [anon_sym_PLUS_PLUS] = ACTIONS(1366), + [anon_sym_sizeof] = ACTIONS(1364), + [anon_sym_offsetof] = ACTIONS(1364), + [anon_sym__Generic] = ACTIONS(1364), + [anon_sym_asm] = ACTIONS(1364), + [anon_sym___asm__] = ACTIONS(1364), + [sym_number_literal] = ACTIONS(1366), + [anon_sym_L_SQUOTE] = ACTIONS(1366), + [anon_sym_u_SQUOTE] = ACTIONS(1366), + [anon_sym_U_SQUOTE] = ACTIONS(1366), + [anon_sym_u8_SQUOTE] = ACTIONS(1366), + [anon_sym_SQUOTE] = ACTIONS(1366), + [anon_sym_L_DQUOTE] = ACTIONS(1366), + [anon_sym_u_DQUOTE] = ACTIONS(1366), + [anon_sym_U_DQUOTE] = ACTIONS(1366), + [anon_sym_u8_DQUOTE] = ACTIONS(1366), + [anon_sym_DQUOTE] = ACTIONS(1366), + [sym_true] = ACTIONS(1364), + [sym_false] = ACTIONS(1364), + [sym_null] = ACTIONS(1364), [sym_comment] = ACTIONS(3), }, - [308] = { - [ts_builtin_sym_end] = ACTIONS(1006), - [sym_identifier] = ACTIONS(1004), - [aux_sym_preproc_include_token1] = ACTIONS(1004), - [aux_sym_preproc_def_token1] = ACTIONS(1004), - [aux_sym_preproc_if_token1] = ACTIONS(1004), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1004), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1004), - [sym_preproc_directive] = ACTIONS(1004), - [anon_sym_LPAREN2] = ACTIONS(1006), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1006), - [anon_sym_DASH] = ACTIONS(1004), - [anon_sym_PLUS] = ACTIONS(1004), - [anon_sym_STAR] = ACTIONS(1006), - [anon_sym_AMP] = ACTIONS(1006), - [anon_sym_SEMI] = ACTIONS(1006), - [anon_sym_typedef] = ACTIONS(1004), - [anon_sym_extern] = ACTIONS(1004), - [anon_sym___attribute__] = ACTIONS(1004), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1006), - [anon_sym___declspec] = ACTIONS(1004), - [anon_sym___cdecl] = ACTIONS(1004), - [anon_sym___clrcall] = ACTIONS(1004), - [anon_sym___stdcall] = ACTIONS(1004), - [anon_sym___fastcall] = ACTIONS(1004), - [anon_sym___thiscall] = ACTIONS(1004), - [anon_sym___vectorcall] = ACTIONS(1004), - [anon_sym_LBRACE] = ACTIONS(1006), - [anon_sym_static] = ACTIONS(1004), - [anon_sym_auto] = ACTIONS(1004), - [anon_sym_register] = ACTIONS(1004), - [anon_sym_inline] = ACTIONS(1004), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym___restrict__] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym__Noreturn] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(1004), - [anon_sym_unsigned] = ACTIONS(1004), - [anon_sym_long] = ACTIONS(1004), - [anon_sym_short] = ACTIONS(1004), - [sym_primitive_type] = ACTIONS(1004), - [anon_sym_enum] = ACTIONS(1004), - [anon_sym_struct] = ACTIONS(1004), - [anon_sym_union] = ACTIONS(1004), - [anon_sym_if] = ACTIONS(1004), - [anon_sym_else] = ACTIONS(1004), - [anon_sym_switch] = ACTIONS(1004), - [anon_sym_case] = ACTIONS(1004), - [anon_sym_default] = ACTIONS(1004), - [anon_sym_while] = ACTIONS(1004), - [anon_sym_do] = ACTIONS(1004), - [anon_sym_for] = ACTIONS(1004), - [anon_sym_return] = ACTIONS(1004), - [anon_sym_break] = ACTIONS(1004), - [anon_sym_continue] = ACTIONS(1004), - [anon_sym_goto] = ACTIONS(1004), - [anon_sym_DASH_DASH] = ACTIONS(1006), - [anon_sym_PLUS_PLUS] = ACTIONS(1006), - [anon_sym_sizeof] = ACTIONS(1004), - [anon_sym_offsetof] = ACTIONS(1004), - [anon_sym__Generic] = ACTIONS(1004), - [anon_sym_asm] = ACTIONS(1004), - [anon_sym___asm__] = ACTIONS(1004), - [sym_number_literal] = ACTIONS(1006), - [anon_sym_L_SQUOTE] = ACTIONS(1006), - [anon_sym_u_SQUOTE] = ACTIONS(1006), - [anon_sym_U_SQUOTE] = ACTIONS(1006), - [anon_sym_u8_SQUOTE] = ACTIONS(1006), - [anon_sym_SQUOTE] = ACTIONS(1006), - [anon_sym_L_DQUOTE] = ACTIONS(1006), - [anon_sym_u_DQUOTE] = ACTIONS(1006), - [anon_sym_U_DQUOTE] = ACTIONS(1006), - [anon_sym_u8_DQUOTE] = ACTIONS(1006), - [anon_sym_DQUOTE] = ACTIONS(1006), - [sym_true] = ACTIONS(1004), - [sym_false] = ACTIONS(1004), - [sym_null] = ACTIONS(1004), + [319] = { + [ts_builtin_sym_end] = ACTIONS(1218), + [sym_identifier] = ACTIONS(1216), + [aux_sym_preproc_include_token1] = ACTIONS(1216), + [aux_sym_preproc_def_token1] = ACTIONS(1216), + [aux_sym_preproc_if_token1] = ACTIONS(1216), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1216), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1216), + [sym_preproc_directive] = ACTIONS(1216), + [anon_sym_LPAREN2] = ACTIONS(1218), + [anon_sym_BANG] = ACTIONS(1218), + [anon_sym_TILDE] = ACTIONS(1218), + [anon_sym_DASH] = ACTIONS(1216), + [anon_sym_PLUS] = ACTIONS(1216), + [anon_sym_STAR] = ACTIONS(1218), + [anon_sym_AMP] = ACTIONS(1218), + [anon_sym_SEMI] = ACTIONS(1218), + [anon_sym_typedef] = ACTIONS(1216), + [anon_sym_extern] = ACTIONS(1216), + [anon_sym___attribute__] = ACTIONS(1216), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1218), + [anon_sym___declspec] = ACTIONS(1216), + [anon_sym___cdecl] = ACTIONS(1216), + [anon_sym___clrcall] = ACTIONS(1216), + [anon_sym___stdcall] = ACTIONS(1216), + [anon_sym___fastcall] = ACTIONS(1216), + [anon_sym___thiscall] = ACTIONS(1216), + [anon_sym___vectorcall] = ACTIONS(1216), + [anon_sym_LBRACE] = ACTIONS(1218), + [anon_sym_static] = ACTIONS(1216), + [anon_sym_auto] = ACTIONS(1216), + [anon_sym_register] = ACTIONS(1216), + [anon_sym_inline] = ACTIONS(1216), + [anon_sym_const] = ACTIONS(1216), + [anon_sym_volatile] = ACTIONS(1216), + [anon_sym_restrict] = ACTIONS(1216), + [anon_sym___restrict__] = ACTIONS(1216), + [anon_sym__Atomic] = ACTIONS(1216), + [anon_sym__Noreturn] = ACTIONS(1216), + [anon_sym_signed] = ACTIONS(1216), + [anon_sym_unsigned] = ACTIONS(1216), + [anon_sym_long] = ACTIONS(1216), + [anon_sym_short] = ACTIONS(1216), + [sym_primitive_type] = ACTIONS(1216), + [anon_sym_enum] = ACTIONS(1216), + [anon_sym_struct] = ACTIONS(1216), + [anon_sym_union] = ACTIONS(1216), + [anon_sym_if] = ACTIONS(1216), + [anon_sym_switch] = ACTIONS(1216), + [anon_sym_case] = ACTIONS(1216), + [anon_sym_default] = ACTIONS(1216), + [anon_sym_while] = ACTIONS(1216), + [anon_sym_do] = ACTIONS(1216), + [anon_sym_for] = ACTIONS(1216), + [anon_sym_return] = ACTIONS(1216), + [anon_sym_break] = ACTIONS(1216), + [anon_sym_continue] = ACTIONS(1216), + [anon_sym_goto] = ACTIONS(1216), + [anon_sym_DASH_DASH] = ACTIONS(1218), + [anon_sym_PLUS_PLUS] = ACTIONS(1218), + [anon_sym_sizeof] = ACTIONS(1216), + [anon_sym_offsetof] = ACTIONS(1216), + [anon_sym__Generic] = ACTIONS(1216), + [anon_sym_asm] = ACTIONS(1216), + [anon_sym___asm__] = ACTIONS(1216), + [sym_number_literal] = ACTIONS(1218), + [anon_sym_L_SQUOTE] = ACTIONS(1218), + [anon_sym_u_SQUOTE] = ACTIONS(1218), + [anon_sym_U_SQUOTE] = ACTIONS(1218), + [anon_sym_u8_SQUOTE] = ACTIONS(1218), + [anon_sym_SQUOTE] = ACTIONS(1218), + [anon_sym_L_DQUOTE] = ACTIONS(1218), + [anon_sym_u_DQUOTE] = ACTIONS(1218), + [anon_sym_U_DQUOTE] = ACTIONS(1218), + [anon_sym_u8_DQUOTE] = ACTIONS(1218), + [anon_sym_DQUOTE] = ACTIONS(1218), + [sym_true] = ACTIONS(1216), + [sym_false] = ACTIONS(1216), + [sym_null] = ACTIONS(1216), [sym_comment] = ACTIONS(3), }, - [309] = { - [sym_identifier] = ACTIONS(968), - [aux_sym_preproc_include_token1] = ACTIONS(968), - [aux_sym_preproc_def_token1] = ACTIONS(968), - [aux_sym_preproc_if_token1] = ACTIONS(968), - [aux_sym_preproc_if_token2] = ACTIONS(968), - [aux_sym_preproc_ifdef_token1] = ACTIONS(968), - [aux_sym_preproc_ifdef_token2] = ACTIONS(968), - [sym_preproc_directive] = ACTIONS(968), - [anon_sym_LPAREN2] = ACTIONS(970), - [anon_sym_BANG] = ACTIONS(970), - [anon_sym_TILDE] = ACTIONS(970), - [anon_sym_DASH] = ACTIONS(968), - [anon_sym_PLUS] = ACTIONS(968), - [anon_sym_STAR] = ACTIONS(970), - [anon_sym_AMP] = ACTIONS(970), - [anon_sym_SEMI] = ACTIONS(970), - [anon_sym_typedef] = ACTIONS(968), - [anon_sym_extern] = ACTIONS(968), - [anon_sym___attribute__] = ACTIONS(968), - [anon_sym_LBRACK_LBRACK] = ACTIONS(970), - [anon_sym___declspec] = ACTIONS(968), - [anon_sym___cdecl] = ACTIONS(968), - [anon_sym___clrcall] = ACTIONS(968), - [anon_sym___stdcall] = ACTIONS(968), - [anon_sym___fastcall] = ACTIONS(968), - [anon_sym___thiscall] = ACTIONS(968), - [anon_sym___vectorcall] = ACTIONS(968), - [anon_sym_LBRACE] = ACTIONS(970), - [anon_sym_static] = ACTIONS(968), - [anon_sym_auto] = ACTIONS(968), - [anon_sym_register] = ACTIONS(968), - [anon_sym_inline] = ACTIONS(968), - [anon_sym_const] = ACTIONS(968), - [anon_sym_volatile] = ACTIONS(968), - [anon_sym_restrict] = ACTIONS(968), - [anon_sym___restrict__] = ACTIONS(968), - [anon_sym__Atomic] = ACTIONS(968), - [anon_sym__Noreturn] = ACTIONS(968), - [anon_sym_signed] = ACTIONS(968), - [anon_sym_unsigned] = ACTIONS(968), - [anon_sym_long] = ACTIONS(968), - [anon_sym_short] = ACTIONS(968), - [sym_primitive_type] = ACTIONS(968), - [anon_sym_enum] = ACTIONS(968), - [anon_sym_struct] = ACTIONS(968), - [anon_sym_union] = ACTIONS(968), - [anon_sym_if] = ACTIONS(968), - [anon_sym_else] = ACTIONS(968), - [anon_sym_switch] = ACTIONS(968), - [anon_sym_case] = ACTIONS(968), - [anon_sym_default] = ACTIONS(968), - [anon_sym_while] = ACTIONS(968), - [anon_sym_do] = ACTIONS(968), - [anon_sym_for] = ACTIONS(968), - [anon_sym_return] = ACTIONS(968), - [anon_sym_break] = ACTIONS(968), - [anon_sym_continue] = ACTIONS(968), - [anon_sym_goto] = ACTIONS(968), - [anon_sym_DASH_DASH] = ACTIONS(970), - [anon_sym_PLUS_PLUS] = ACTIONS(970), - [anon_sym_sizeof] = ACTIONS(968), - [anon_sym_offsetof] = ACTIONS(968), - [anon_sym__Generic] = ACTIONS(968), - [anon_sym_asm] = ACTIONS(968), - [anon_sym___asm__] = ACTIONS(968), - [sym_number_literal] = ACTIONS(970), - [anon_sym_L_SQUOTE] = ACTIONS(970), - [anon_sym_u_SQUOTE] = ACTIONS(970), - [anon_sym_U_SQUOTE] = ACTIONS(970), - [anon_sym_u8_SQUOTE] = ACTIONS(970), - [anon_sym_SQUOTE] = ACTIONS(970), - [anon_sym_L_DQUOTE] = ACTIONS(970), - [anon_sym_u_DQUOTE] = ACTIONS(970), - [anon_sym_U_DQUOTE] = ACTIONS(970), - [anon_sym_u8_DQUOTE] = ACTIONS(970), - [anon_sym_DQUOTE] = ACTIONS(970), - [sym_true] = ACTIONS(968), - [sym_false] = ACTIONS(968), - [sym_null] = ACTIONS(968), + [320] = { + [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_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_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_RBRACE] = ACTIONS(1304), + [anon_sym_static] = ACTIONS(1302), + [anon_sym_auto] = ACTIONS(1302), + [anon_sym_register] = ACTIONS(1302), + [anon_sym_inline] = ACTIONS(1302), + [anon_sym_const] = 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_signed] = ACTIONS(1302), + [anon_sym_unsigned] = ACTIONS(1302), + [anon_sym_long] = ACTIONS(1302), + [anon_sym_short] = 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_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_DASH_DASH] = ACTIONS(1304), + [anon_sym_PLUS_PLUS] = ACTIONS(1304), + [anon_sym_sizeof] = 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), + [sym_null] = ACTIONS(1302), [sym_comment] = ACTIONS(3), }, - [310] = { - [sym_identifier] = ACTIONS(1142), - [aux_sym_preproc_include_token1] = ACTIONS(1142), - [aux_sym_preproc_def_token1] = ACTIONS(1142), - [aux_sym_preproc_if_token1] = ACTIONS(1142), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1142), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1142), - [sym_preproc_directive] = ACTIONS(1142), - [anon_sym_LPAREN2] = ACTIONS(1144), - [anon_sym_BANG] = ACTIONS(1144), - [anon_sym_TILDE] = ACTIONS(1144), - [anon_sym_DASH] = ACTIONS(1142), - [anon_sym_PLUS] = ACTIONS(1142), - [anon_sym_STAR] = ACTIONS(1144), - [anon_sym_AMP] = ACTIONS(1144), - [anon_sym_SEMI] = ACTIONS(1144), - [anon_sym_typedef] = ACTIONS(1142), - [anon_sym_extern] = ACTIONS(1142), - [anon_sym___attribute__] = ACTIONS(1142), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1144), - [anon_sym___declspec] = ACTIONS(1142), - [anon_sym___cdecl] = ACTIONS(1142), - [anon_sym___clrcall] = ACTIONS(1142), - [anon_sym___stdcall] = ACTIONS(1142), - [anon_sym___fastcall] = ACTIONS(1142), - [anon_sym___thiscall] = ACTIONS(1142), - [anon_sym___vectorcall] = ACTIONS(1142), - [anon_sym_LBRACE] = ACTIONS(1144), - [anon_sym_RBRACE] = ACTIONS(1144), - [anon_sym_static] = ACTIONS(1142), - [anon_sym_auto] = ACTIONS(1142), - [anon_sym_register] = ACTIONS(1142), - [anon_sym_inline] = ACTIONS(1142), - [anon_sym_const] = ACTIONS(1142), - [anon_sym_volatile] = ACTIONS(1142), - [anon_sym_restrict] = ACTIONS(1142), - [anon_sym___restrict__] = ACTIONS(1142), - [anon_sym__Atomic] = ACTIONS(1142), - [anon_sym__Noreturn] = ACTIONS(1142), - [anon_sym_signed] = ACTIONS(1142), - [anon_sym_unsigned] = ACTIONS(1142), - [anon_sym_long] = ACTIONS(1142), - [anon_sym_short] = ACTIONS(1142), - [sym_primitive_type] = ACTIONS(1142), - [anon_sym_enum] = ACTIONS(1142), - [anon_sym_struct] = ACTIONS(1142), - [anon_sym_union] = ACTIONS(1142), - [anon_sym_if] = ACTIONS(1142), - [anon_sym_switch] = ACTIONS(1142), - [anon_sym_case] = ACTIONS(1142), - [anon_sym_default] = ACTIONS(1142), - [anon_sym_while] = ACTIONS(1142), - [anon_sym_do] = ACTIONS(1142), - [anon_sym_for] = ACTIONS(1142), - [anon_sym_return] = ACTIONS(1142), - [anon_sym_break] = ACTIONS(1142), - [anon_sym_continue] = ACTIONS(1142), - [anon_sym_goto] = ACTIONS(1142), - [anon_sym_DASH_DASH] = ACTIONS(1144), - [anon_sym_PLUS_PLUS] = ACTIONS(1144), - [anon_sym_sizeof] = ACTIONS(1142), - [anon_sym_offsetof] = ACTIONS(1142), - [anon_sym__Generic] = ACTIONS(1142), - [anon_sym_asm] = ACTIONS(1142), - [anon_sym___asm__] = ACTIONS(1142), - [sym_number_literal] = ACTIONS(1144), - [anon_sym_L_SQUOTE] = ACTIONS(1144), - [anon_sym_u_SQUOTE] = ACTIONS(1144), - [anon_sym_U_SQUOTE] = ACTIONS(1144), - [anon_sym_u8_SQUOTE] = ACTIONS(1144), - [anon_sym_SQUOTE] = ACTIONS(1144), - [anon_sym_L_DQUOTE] = ACTIONS(1144), - [anon_sym_u_DQUOTE] = ACTIONS(1144), - [anon_sym_U_DQUOTE] = ACTIONS(1144), - [anon_sym_u8_DQUOTE] = ACTIONS(1144), - [anon_sym_DQUOTE] = ACTIONS(1144), - [sym_true] = ACTIONS(1142), - [sym_false] = ACTIONS(1142), - [sym_null] = ACTIONS(1142), + [321] = { + [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_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_static] = ACTIONS(1310), + [anon_sym_auto] = ACTIONS(1310), + [anon_sym_register] = ACTIONS(1310), + [anon_sym_inline] = ACTIONS(1310), + [anon_sym_const] = 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_signed] = ACTIONS(1310), + [anon_sym_unsigned] = ACTIONS(1310), + [anon_sym_long] = ACTIONS(1310), + [anon_sym_short] = 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_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_DASH_DASH] = ACTIONS(1312), + [anon_sym_PLUS_PLUS] = ACTIONS(1312), + [anon_sym_sizeof] = 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), + [sym_null] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [311] = { - [sym_identifier] = ACTIONS(1068), - [aux_sym_preproc_include_token1] = ACTIONS(1068), - [aux_sym_preproc_def_token1] = ACTIONS(1068), - [aux_sym_preproc_if_token1] = ACTIONS(1068), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1068), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1068), - [sym_preproc_directive] = ACTIONS(1068), - [anon_sym_LPAREN2] = ACTIONS(1070), - [anon_sym_BANG] = ACTIONS(1070), - [anon_sym_TILDE] = ACTIONS(1070), - [anon_sym_DASH] = ACTIONS(1068), - [anon_sym_PLUS] = ACTIONS(1068), - [anon_sym_STAR] = ACTIONS(1070), - [anon_sym_AMP] = ACTIONS(1070), - [anon_sym_SEMI] = ACTIONS(1070), - [anon_sym_typedef] = ACTIONS(1068), - [anon_sym_extern] = ACTIONS(1068), - [anon_sym___attribute__] = ACTIONS(1068), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1070), - [anon_sym___declspec] = ACTIONS(1068), - [anon_sym___cdecl] = ACTIONS(1068), - [anon_sym___clrcall] = ACTIONS(1068), - [anon_sym___stdcall] = ACTIONS(1068), - [anon_sym___fastcall] = ACTIONS(1068), - [anon_sym___thiscall] = ACTIONS(1068), - [anon_sym___vectorcall] = ACTIONS(1068), - [anon_sym_LBRACE] = ACTIONS(1070), - [anon_sym_RBRACE] = ACTIONS(1070), - [anon_sym_static] = ACTIONS(1068), - [anon_sym_auto] = ACTIONS(1068), - [anon_sym_register] = ACTIONS(1068), - [anon_sym_inline] = ACTIONS(1068), - [anon_sym_const] = ACTIONS(1068), - [anon_sym_volatile] = ACTIONS(1068), - [anon_sym_restrict] = ACTIONS(1068), - [anon_sym___restrict__] = ACTIONS(1068), - [anon_sym__Atomic] = ACTIONS(1068), - [anon_sym__Noreturn] = ACTIONS(1068), - [anon_sym_signed] = ACTIONS(1068), - [anon_sym_unsigned] = ACTIONS(1068), - [anon_sym_long] = ACTIONS(1068), - [anon_sym_short] = ACTIONS(1068), - [sym_primitive_type] = ACTIONS(1068), - [anon_sym_enum] = ACTIONS(1068), - [anon_sym_struct] = ACTIONS(1068), - [anon_sym_union] = ACTIONS(1068), - [anon_sym_if] = ACTIONS(1068), - [anon_sym_switch] = ACTIONS(1068), - [anon_sym_case] = ACTIONS(1068), - [anon_sym_default] = ACTIONS(1068), - [anon_sym_while] = ACTIONS(1068), - [anon_sym_do] = ACTIONS(1068), - [anon_sym_for] = ACTIONS(1068), - [anon_sym_return] = ACTIONS(1068), - [anon_sym_break] = ACTIONS(1068), - [anon_sym_continue] = ACTIONS(1068), - [anon_sym_goto] = ACTIONS(1068), - [anon_sym_DASH_DASH] = ACTIONS(1070), - [anon_sym_PLUS_PLUS] = ACTIONS(1070), - [anon_sym_sizeof] = ACTIONS(1068), - [anon_sym_offsetof] = ACTIONS(1068), - [anon_sym__Generic] = ACTIONS(1068), - [anon_sym_asm] = ACTIONS(1068), - [anon_sym___asm__] = ACTIONS(1068), - [sym_number_literal] = ACTIONS(1070), - [anon_sym_L_SQUOTE] = ACTIONS(1070), - [anon_sym_u_SQUOTE] = ACTIONS(1070), - [anon_sym_U_SQUOTE] = ACTIONS(1070), - [anon_sym_u8_SQUOTE] = ACTIONS(1070), - [anon_sym_SQUOTE] = ACTIONS(1070), - [anon_sym_L_DQUOTE] = ACTIONS(1070), - [anon_sym_u_DQUOTE] = ACTIONS(1070), - [anon_sym_U_DQUOTE] = ACTIONS(1070), - [anon_sym_u8_DQUOTE] = ACTIONS(1070), - [anon_sym_DQUOTE] = ACTIONS(1070), - [sym_true] = ACTIONS(1068), - [sym_false] = ACTIONS(1068), - [sym_null] = ACTIONS(1068), + [322] = { + [ts_builtin_sym_end] = ACTIONS(1214), + [sym_identifier] = ACTIONS(1212), + [aux_sym_preproc_include_token1] = ACTIONS(1212), + [aux_sym_preproc_def_token1] = ACTIONS(1212), + [aux_sym_preproc_if_token1] = ACTIONS(1212), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1212), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1212), + [sym_preproc_directive] = ACTIONS(1212), + [anon_sym_LPAREN2] = ACTIONS(1214), + [anon_sym_BANG] = ACTIONS(1214), + [anon_sym_TILDE] = ACTIONS(1214), + [anon_sym_DASH] = ACTIONS(1212), + [anon_sym_PLUS] = ACTIONS(1212), + [anon_sym_STAR] = ACTIONS(1214), + [anon_sym_AMP] = ACTIONS(1214), + [anon_sym_SEMI] = ACTIONS(1214), + [anon_sym_typedef] = ACTIONS(1212), + [anon_sym_extern] = ACTIONS(1212), + [anon_sym___attribute__] = ACTIONS(1212), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1214), + [anon_sym___declspec] = ACTIONS(1212), + [anon_sym___cdecl] = ACTIONS(1212), + [anon_sym___clrcall] = ACTIONS(1212), + [anon_sym___stdcall] = ACTIONS(1212), + [anon_sym___fastcall] = ACTIONS(1212), + [anon_sym___thiscall] = ACTIONS(1212), + [anon_sym___vectorcall] = ACTIONS(1212), + [anon_sym_LBRACE] = ACTIONS(1214), + [anon_sym_static] = ACTIONS(1212), + [anon_sym_auto] = ACTIONS(1212), + [anon_sym_register] = ACTIONS(1212), + [anon_sym_inline] = ACTIONS(1212), + [anon_sym_const] = ACTIONS(1212), + [anon_sym_volatile] = ACTIONS(1212), + [anon_sym_restrict] = ACTIONS(1212), + [anon_sym___restrict__] = ACTIONS(1212), + [anon_sym__Atomic] = ACTIONS(1212), + [anon_sym__Noreturn] = ACTIONS(1212), + [anon_sym_signed] = ACTIONS(1212), + [anon_sym_unsigned] = ACTIONS(1212), + [anon_sym_long] = ACTIONS(1212), + [anon_sym_short] = ACTIONS(1212), + [sym_primitive_type] = ACTIONS(1212), + [anon_sym_enum] = ACTIONS(1212), + [anon_sym_struct] = ACTIONS(1212), + [anon_sym_union] = ACTIONS(1212), + [anon_sym_if] = ACTIONS(1212), + [anon_sym_switch] = ACTIONS(1212), + [anon_sym_case] = ACTIONS(1212), + [anon_sym_default] = ACTIONS(1212), + [anon_sym_while] = ACTIONS(1212), + [anon_sym_do] = ACTIONS(1212), + [anon_sym_for] = ACTIONS(1212), + [anon_sym_return] = ACTIONS(1212), + [anon_sym_break] = ACTIONS(1212), + [anon_sym_continue] = ACTIONS(1212), + [anon_sym_goto] = ACTIONS(1212), + [anon_sym_DASH_DASH] = ACTIONS(1214), + [anon_sym_PLUS_PLUS] = ACTIONS(1214), + [anon_sym_sizeof] = ACTIONS(1212), + [anon_sym_offsetof] = ACTIONS(1212), + [anon_sym__Generic] = ACTIONS(1212), + [anon_sym_asm] = ACTIONS(1212), + [anon_sym___asm__] = ACTIONS(1212), + [sym_number_literal] = ACTIONS(1214), + [anon_sym_L_SQUOTE] = ACTIONS(1214), + [anon_sym_u_SQUOTE] = ACTIONS(1214), + [anon_sym_U_SQUOTE] = ACTIONS(1214), + [anon_sym_u8_SQUOTE] = ACTIONS(1214), + [anon_sym_SQUOTE] = ACTIONS(1214), + [anon_sym_L_DQUOTE] = ACTIONS(1214), + [anon_sym_u_DQUOTE] = ACTIONS(1214), + [anon_sym_U_DQUOTE] = ACTIONS(1214), + [anon_sym_u8_DQUOTE] = ACTIONS(1214), + [anon_sym_DQUOTE] = ACTIONS(1214), + [sym_true] = ACTIONS(1212), + [sym_false] = ACTIONS(1212), + [sym_null] = ACTIONS(1212), [sym_comment] = ACTIONS(3), }, - [312] = { + [323] = { + [ts_builtin_sym_end] = ACTIONS(1210), + [sym_identifier] = ACTIONS(1208), + [aux_sym_preproc_include_token1] = ACTIONS(1208), + [aux_sym_preproc_def_token1] = ACTIONS(1208), + [aux_sym_preproc_if_token1] = ACTIONS(1208), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1208), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1208), + [sym_preproc_directive] = ACTIONS(1208), + [anon_sym_LPAREN2] = ACTIONS(1210), + [anon_sym_BANG] = ACTIONS(1210), + [anon_sym_TILDE] = ACTIONS(1210), + [anon_sym_DASH] = ACTIONS(1208), + [anon_sym_PLUS] = ACTIONS(1208), + [anon_sym_STAR] = ACTIONS(1210), + [anon_sym_AMP] = ACTIONS(1210), + [anon_sym_SEMI] = ACTIONS(1210), + [anon_sym_typedef] = ACTIONS(1208), + [anon_sym_extern] = ACTIONS(1208), + [anon_sym___attribute__] = ACTIONS(1208), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1210), + [anon_sym___declspec] = ACTIONS(1208), + [anon_sym___cdecl] = ACTIONS(1208), + [anon_sym___clrcall] = ACTIONS(1208), + [anon_sym___stdcall] = ACTIONS(1208), + [anon_sym___fastcall] = ACTIONS(1208), + [anon_sym___thiscall] = ACTIONS(1208), + [anon_sym___vectorcall] = ACTIONS(1208), + [anon_sym_LBRACE] = ACTIONS(1210), + [anon_sym_static] = ACTIONS(1208), + [anon_sym_auto] = ACTIONS(1208), + [anon_sym_register] = ACTIONS(1208), + [anon_sym_inline] = ACTIONS(1208), + [anon_sym_const] = ACTIONS(1208), + [anon_sym_volatile] = ACTIONS(1208), + [anon_sym_restrict] = ACTIONS(1208), + [anon_sym___restrict__] = ACTIONS(1208), + [anon_sym__Atomic] = ACTIONS(1208), + [anon_sym__Noreturn] = ACTIONS(1208), + [anon_sym_signed] = ACTIONS(1208), + [anon_sym_unsigned] = ACTIONS(1208), + [anon_sym_long] = ACTIONS(1208), + [anon_sym_short] = ACTIONS(1208), + [sym_primitive_type] = ACTIONS(1208), + [anon_sym_enum] = ACTIONS(1208), + [anon_sym_struct] = ACTIONS(1208), + [anon_sym_union] = ACTIONS(1208), + [anon_sym_if] = ACTIONS(1208), + [anon_sym_switch] = ACTIONS(1208), + [anon_sym_case] = ACTIONS(1208), + [anon_sym_default] = ACTIONS(1208), + [anon_sym_while] = ACTIONS(1208), + [anon_sym_do] = ACTIONS(1208), + [anon_sym_for] = ACTIONS(1208), + [anon_sym_return] = ACTIONS(1208), + [anon_sym_break] = ACTIONS(1208), + [anon_sym_continue] = ACTIONS(1208), + [anon_sym_goto] = ACTIONS(1208), + [anon_sym_DASH_DASH] = ACTIONS(1210), + [anon_sym_PLUS_PLUS] = ACTIONS(1210), + [anon_sym_sizeof] = ACTIONS(1208), + [anon_sym_offsetof] = ACTIONS(1208), + [anon_sym__Generic] = ACTIONS(1208), + [anon_sym_asm] = ACTIONS(1208), + [anon_sym___asm__] = ACTIONS(1208), + [sym_number_literal] = ACTIONS(1210), + [anon_sym_L_SQUOTE] = ACTIONS(1210), + [anon_sym_u_SQUOTE] = ACTIONS(1210), + [anon_sym_U_SQUOTE] = ACTIONS(1210), + [anon_sym_u8_SQUOTE] = ACTIONS(1210), + [anon_sym_SQUOTE] = ACTIONS(1210), + [anon_sym_L_DQUOTE] = ACTIONS(1210), + [anon_sym_u_DQUOTE] = ACTIONS(1210), + [anon_sym_U_DQUOTE] = ACTIONS(1210), + [anon_sym_u8_DQUOTE] = ACTIONS(1210), + [anon_sym_DQUOTE] = ACTIONS(1210), + [sym_true] = ACTIONS(1208), + [sym_false] = ACTIONS(1208), + [sym_null] = ACTIONS(1208), + [sym_comment] = ACTIONS(3), + }, + [324] = { + [sym_identifier] = ACTIONS(1306), + [aux_sym_preproc_include_token1] = ACTIONS(1306), + [aux_sym_preproc_def_token1] = ACTIONS(1306), + [aux_sym_preproc_if_token1] = ACTIONS(1306), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1306), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1306), + [sym_preproc_directive] = ACTIONS(1306), + [anon_sym_LPAREN2] = ACTIONS(1308), + [anon_sym_BANG] = ACTIONS(1308), + [anon_sym_TILDE] = ACTIONS(1308), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_AMP] = ACTIONS(1308), + [anon_sym_SEMI] = ACTIONS(1308), + [anon_sym_typedef] = ACTIONS(1306), + [anon_sym_extern] = ACTIONS(1306), + [anon_sym___attribute__] = ACTIONS(1306), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1308), + [anon_sym___declspec] = ACTIONS(1306), + [anon_sym___cdecl] = ACTIONS(1306), + [anon_sym___clrcall] = ACTIONS(1306), + [anon_sym___stdcall] = ACTIONS(1306), + [anon_sym___fastcall] = ACTIONS(1306), + [anon_sym___thiscall] = ACTIONS(1306), + [anon_sym___vectorcall] = ACTIONS(1306), + [anon_sym_LBRACE] = ACTIONS(1308), + [anon_sym_RBRACE] = ACTIONS(1308), + [anon_sym_static] = ACTIONS(1306), + [anon_sym_auto] = ACTIONS(1306), + [anon_sym_register] = ACTIONS(1306), + [anon_sym_inline] = ACTIONS(1306), + [anon_sym_const] = ACTIONS(1306), + [anon_sym_volatile] = ACTIONS(1306), + [anon_sym_restrict] = ACTIONS(1306), + [anon_sym___restrict__] = ACTIONS(1306), + [anon_sym__Atomic] = ACTIONS(1306), + [anon_sym__Noreturn] = ACTIONS(1306), + [anon_sym_signed] = ACTIONS(1306), + [anon_sym_unsigned] = ACTIONS(1306), + [anon_sym_long] = ACTIONS(1306), + [anon_sym_short] = ACTIONS(1306), + [sym_primitive_type] = ACTIONS(1306), + [anon_sym_enum] = ACTIONS(1306), + [anon_sym_struct] = ACTIONS(1306), + [anon_sym_union] = ACTIONS(1306), + [anon_sym_if] = ACTIONS(1306), + [anon_sym_switch] = ACTIONS(1306), + [anon_sym_case] = ACTIONS(1306), + [anon_sym_default] = ACTIONS(1306), + [anon_sym_while] = ACTIONS(1306), + [anon_sym_do] = ACTIONS(1306), + [anon_sym_for] = ACTIONS(1306), + [anon_sym_return] = ACTIONS(1306), + [anon_sym_break] = ACTIONS(1306), + [anon_sym_continue] = ACTIONS(1306), + [anon_sym_goto] = ACTIONS(1306), + [anon_sym_DASH_DASH] = ACTIONS(1308), + [anon_sym_PLUS_PLUS] = ACTIONS(1308), + [anon_sym_sizeof] = ACTIONS(1306), + [anon_sym_offsetof] = ACTIONS(1306), + [anon_sym__Generic] = ACTIONS(1306), + [anon_sym_asm] = ACTIONS(1306), + [anon_sym___asm__] = ACTIONS(1306), + [sym_number_literal] = ACTIONS(1308), + [anon_sym_L_SQUOTE] = ACTIONS(1308), + [anon_sym_u_SQUOTE] = ACTIONS(1308), + [anon_sym_U_SQUOTE] = ACTIONS(1308), + [anon_sym_u8_SQUOTE] = ACTIONS(1308), + [anon_sym_SQUOTE] = ACTIONS(1308), + [anon_sym_L_DQUOTE] = ACTIONS(1308), + [anon_sym_u_DQUOTE] = ACTIONS(1308), + [anon_sym_U_DQUOTE] = ACTIONS(1308), + [anon_sym_u8_DQUOTE] = ACTIONS(1308), + [anon_sym_DQUOTE] = ACTIONS(1308), + [sym_true] = ACTIONS(1306), + [sym_false] = ACTIONS(1306), + [sym_null] = ACTIONS(1306), + [sym_comment] = ACTIONS(3), + }, + [325] = { + [sym_identifier] = ACTIONS(1204), + [aux_sym_preproc_include_token1] = ACTIONS(1204), + [aux_sym_preproc_def_token1] = ACTIONS(1204), + [aux_sym_preproc_if_token1] = ACTIONS(1204), + [aux_sym_preproc_if_token2] = ACTIONS(1204), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1204), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1204), + [sym_preproc_directive] = ACTIONS(1204), + [anon_sym_LPAREN2] = ACTIONS(1206), + [anon_sym_BANG] = ACTIONS(1206), + [anon_sym_TILDE] = ACTIONS(1206), + [anon_sym_DASH] = ACTIONS(1204), + [anon_sym_PLUS] = ACTIONS(1204), + [anon_sym_STAR] = ACTIONS(1206), + [anon_sym_AMP] = ACTIONS(1206), + [anon_sym_SEMI] = ACTIONS(1206), + [anon_sym_typedef] = ACTIONS(1204), + [anon_sym_extern] = ACTIONS(1204), + [anon_sym___attribute__] = ACTIONS(1204), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1206), + [anon_sym___declspec] = ACTIONS(1204), + [anon_sym___cdecl] = ACTIONS(1204), + [anon_sym___clrcall] = ACTIONS(1204), + [anon_sym___stdcall] = ACTIONS(1204), + [anon_sym___fastcall] = ACTIONS(1204), + [anon_sym___thiscall] = ACTIONS(1204), + [anon_sym___vectorcall] = ACTIONS(1204), + [anon_sym_LBRACE] = ACTIONS(1206), + [anon_sym_static] = ACTIONS(1204), + [anon_sym_auto] = ACTIONS(1204), + [anon_sym_register] = ACTIONS(1204), + [anon_sym_inline] = ACTIONS(1204), + [anon_sym_const] = ACTIONS(1204), + [anon_sym_volatile] = ACTIONS(1204), + [anon_sym_restrict] = ACTIONS(1204), + [anon_sym___restrict__] = ACTIONS(1204), + [anon_sym__Atomic] = ACTIONS(1204), + [anon_sym__Noreturn] = ACTIONS(1204), + [anon_sym_signed] = ACTIONS(1204), + [anon_sym_unsigned] = ACTIONS(1204), + [anon_sym_long] = ACTIONS(1204), + [anon_sym_short] = ACTIONS(1204), + [sym_primitive_type] = ACTIONS(1204), + [anon_sym_enum] = ACTIONS(1204), + [anon_sym_struct] = ACTIONS(1204), + [anon_sym_union] = ACTIONS(1204), + [anon_sym_if] = ACTIONS(1204), + [anon_sym_switch] = ACTIONS(1204), + [anon_sym_case] = ACTIONS(1204), + [anon_sym_default] = ACTIONS(1204), + [anon_sym_while] = ACTIONS(1204), + [anon_sym_do] = ACTIONS(1204), + [anon_sym_for] = ACTIONS(1204), + [anon_sym_return] = ACTIONS(1204), + [anon_sym_break] = ACTIONS(1204), + [anon_sym_continue] = ACTIONS(1204), + [anon_sym_goto] = ACTIONS(1204), + [anon_sym_DASH_DASH] = ACTIONS(1206), + [anon_sym_PLUS_PLUS] = ACTIONS(1206), + [anon_sym_sizeof] = ACTIONS(1204), + [anon_sym_offsetof] = ACTIONS(1204), + [anon_sym__Generic] = ACTIONS(1204), + [anon_sym_asm] = ACTIONS(1204), + [anon_sym___asm__] = ACTIONS(1204), + [sym_number_literal] = ACTIONS(1206), + [anon_sym_L_SQUOTE] = ACTIONS(1206), + [anon_sym_u_SQUOTE] = ACTIONS(1206), + [anon_sym_U_SQUOTE] = ACTIONS(1206), + [anon_sym_u8_SQUOTE] = ACTIONS(1206), + [anon_sym_SQUOTE] = ACTIONS(1206), + [anon_sym_L_DQUOTE] = ACTIONS(1206), + [anon_sym_u_DQUOTE] = ACTIONS(1206), + [anon_sym_U_DQUOTE] = ACTIONS(1206), + [anon_sym_u8_DQUOTE] = ACTIONS(1206), + [anon_sym_DQUOTE] = ACTIONS(1206), + [sym_true] = ACTIONS(1204), + [sym_false] = ACTIONS(1204), + [sym_null] = ACTIONS(1204), + [sym_comment] = ACTIONS(3), + }, + [326] = { + [sym_identifier] = ACTIONS(1364), + [aux_sym_preproc_include_token1] = ACTIONS(1364), + [aux_sym_preproc_def_token1] = ACTIONS(1364), + [aux_sym_preproc_if_token1] = ACTIONS(1364), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1364), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1364), + [sym_preproc_directive] = ACTIONS(1364), + [anon_sym_LPAREN2] = ACTIONS(1366), + [anon_sym_BANG] = ACTIONS(1366), + [anon_sym_TILDE] = ACTIONS(1366), + [anon_sym_DASH] = ACTIONS(1364), + [anon_sym_PLUS] = ACTIONS(1364), + [anon_sym_STAR] = ACTIONS(1366), + [anon_sym_AMP] = ACTIONS(1366), + [anon_sym_SEMI] = ACTIONS(1366), + [anon_sym_typedef] = ACTIONS(1364), + [anon_sym_extern] = ACTIONS(1364), + [anon_sym___attribute__] = ACTIONS(1364), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1366), + [anon_sym___declspec] = ACTIONS(1364), + [anon_sym___cdecl] = ACTIONS(1364), + [anon_sym___clrcall] = ACTIONS(1364), + [anon_sym___stdcall] = ACTIONS(1364), + [anon_sym___fastcall] = ACTIONS(1364), + [anon_sym___thiscall] = ACTIONS(1364), + [anon_sym___vectorcall] = ACTIONS(1364), + [anon_sym_LBRACE] = ACTIONS(1366), + [anon_sym_RBRACE] = ACTIONS(1366), + [anon_sym_static] = ACTIONS(1364), + [anon_sym_auto] = ACTIONS(1364), + [anon_sym_register] = ACTIONS(1364), + [anon_sym_inline] = ACTIONS(1364), + [anon_sym_const] = ACTIONS(1364), + [anon_sym_volatile] = ACTIONS(1364), + [anon_sym_restrict] = ACTIONS(1364), + [anon_sym___restrict__] = ACTIONS(1364), + [anon_sym__Atomic] = ACTIONS(1364), + [anon_sym__Noreturn] = ACTIONS(1364), + [anon_sym_signed] = ACTIONS(1364), + [anon_sym_unsigned] = ACTIONS(1364), + [anon_sym_long] = ACTIONS(1364), + [anon_sym_short] = ACTIONS(1364), + [sym_primitive_type] = ACTIONS(1364), + [anon_sym_enum] = ACTIONS(1364), + [anon_sym_struct] = ACTIONS(1364), + [anon_sym_union] = ACTIONS(1364), + [anon_sym_if] = ACTIONS(1364), + [anon_sym_switch] = ACTIONS(1364), + [anon_sym_case] = ACTIONS(1364), + [anon_sym_default] = ACTIONS(1364), + [anon_sym_while] = ACTIONS(1364), + [anon_sym_do] = ACTIONS(1364), + [anon_sym_for] = ACTIONS(1364), + [anon_sym_return] = ACTIONS(1364), + [anon_sym_break] = ACTIONS(1364), + [anon_sym_continue] = ACTIONS(1364), + [anon_sym_goto] = ACTIONS(1364), + [anon_sym_DASH_DASH] = ACTIONS(1366), + [anon_sym_PLUS_PLUS] = ACTIONS(1366), + [anon_sym_sizeof] = ACTIONS(1364), + [anon_sym_offsetof] = ACTIONS(1364), + [anon_sym__Generic] = ACTIONS(1364), + [anon_sym_asm] = ACTIONS(1364), + [anon_sym___asm__] = ACTIONS(1364), + [sym_number_literal] = ACTIONS(1366), + [anon_sym_L_SQUOTE] = ACTIONS(1366), + [anon_sym_u_SQUOTE] = ACTIONS(1366), + [anon_sym_U_SQUOTE] = ACTIONS(1366), + [anon_sym_u8_SQUOTE] = ACTIONS(1366), + [anon_sym_SQUOTE] = ACTIONS(1366), + [anon_sym_L_DQUOTE] = ACTIONS(1366), + [anon_sym_u_DQUOTE] = ACTIONS(1366), + [anon_sym_U_DQUOTE] = ACTIONS(1366), + [anon_sym_u8_DQUOTE] = ACTIONS(1366), + [anon_sym_DQUOTE] = ACTIONS(1366), + [sym_true] = ACTIONS(1364), + [sym_false] = ACTIONS(1364), + [sym_null] = ACTIONS(1364), + [sym_comment] = ACTIONS(3), + }, + [327] = { + [ts_builtin_sym_end] = ACTIONS(1280), [sym_identifier] = ACTIONS(1278), [aux_sym_preproc_include_token1] = ACTIONS(1278), [aux_sym_preproc_def_token1] = ACTIONS(1278), [aux_sym_preproc_if_token1] = ACTIONS(1278), - [aux_sym_preproc_if_token2] = ACTIONS(1278), [aux_sym_preproc_ifdef_token1] = ACTIONS(1278), [aux_sym_preproc_ifdef_token2] = ACTIONS(1278), [sym_preproc_directive] = ACTIONS(1278), @@ -42820,575 +44141,2032 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1278), [sym_comment] = ACTIONS(3), }, - [313] = { - [ts_builtin_sym_end] = ACTIONS(1092), - [sym_identifier] = ACTIONS(1090), - [aux_sym_preproc_include_token1] = ACTIONS(1090), - [aux_sym_preproc_def_token1] = ACTIONS(1090), - [aux_sym_preproc_if_token1] = ACTIONS(1090), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1090), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1090), - [sym_preproc_directive] = ACTIONS(1090), - [anon_sym_LPAREN2] = ACTIONS(1092), - [anon_sym_BANG] = ACTIONS(1092), - [anon_sym_TILDE] = ACTIONS(1092), - [anon_sym_DASH] = ACTIONS(1090), - [anon_sym_PLUS] = ACTIONS(1090), - [anon_sym_STAR] = ACTIONS(1092), - [anon_sym_AMP] = ACTIONS(1092), - [anon_sym_SEMI] = ACTIONS(1092), - [anon_sym_typedef] = ACTIONS(1090), - [anon_sym_extern] = ACTIONS(1090), - [anon_sym___attribute__] = ACTIONS(1090), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1092), - [anon_sym___declspec] = ACTIONS(1090), - [anon_sym___cdecl] = ACTIONS(1090), - [anon_sym___clrcall] = ACTIONS(1090), - [anon_sym___stdcall] = ACTIONS(1090), - [anon_sym___fastcall] = ACTIONS(1090), - [anon_sym___thiscall] = ACTIONS(1090), - [anon_sym___vectorcall] = ACTIONS(1090), - [anon_sym_LBRACE] = ACTIONS(1092), - [anon_sym_static] = ACTIONS(1090), - [anon_sym_auto] = ACTIONS(1090), - [anon_sym_register] = ACTIONS(1090), - [anon_sym_inline] = ACTIONS(1090), - [anon_sym_const] = ACTIONS(1090), - [anon_sym_volatile] = ACTIONS(1090), - [anon_sym_restrict] = ACTIONS(1090), - [anon_sym___restrict__] = ACTIONS(1090), - [anon_sym__Atomic] = ACTIONS(1090), - [anon_sym__Noreturn] = ACTIONS(1090), - [anon_sym_signed] = ACTIONS(1090), - [anon_sym_unsigned] = ACTIONS(1090), - [anon_sym_long] = ACTIONS(1090), - [anon_sym_short] = ACTIONS(1090), - [sym_primitive_type] = ACTIONS(1090), - [anon_sym_enum] = ACTIONS(1090), - [anon_sym_struct] = ACTIONS(1090), - [anon_sym_union] = ACTIONS(1090), - [anon_sym_if] = ACTIONS(1090), - [anon_sym_switch] = ACTIONS(1090), - [anon_sym_case] = ACTIONS(1090), - [anon_sym_default] = ACTIONS(1090), - [anon_sym_while] = ACTIONS(1090), - [anon_sym_do] = ACTIONS(1090), - [anon_sym_for] = ACTIONS(1090), - [anon_sym_return] = ACTIONS(1090), - [anon_sym_break] = ACTIONS(1090), - [anon_sym_continue] = ACTIONS(1090), - [anon_sym_goto] = ACTIONS(1090), - [anon_sym_DASH_DASH] = ACTIONS(1092), - [anon_sym_PLUS_PLUS] = ACTIONS(1092), - [anon_sym_sizeof] = ACTIONS(1090), - [anon_sym_offsetof] = ACTIONS(1090), - [anon_sym__Generic] = ACTIONS(1090), - [anon_sym_asm] = ACTIONS(1090), - [anon_sym___asm__] = ACTIONS(1090), - [sym_number_literal] = ACTIONS(1092), - [anon_sym_L_SQUOTE] = ACTIONS(1092), - [anon_sym_u_SQUOTE] = ACTIONS(1092), - [anon_sym_U_SQUOTE] = ACTIONS(1092), - [anon_sym_u8_SQUOTE] = ACTIONS(1092), - [anon_sym_SQUOTE] = ACTIONS(1092), - [anon_sym_L_DQUOTE] = ACTIONS(1092), - [anon_sym_u_DQUOTE] = ACTIONS(1092), - [anon_sym_U_DQUOTE] = ACTIONS(1092), - [anon_sym_u8_DQUOTE] = ACTIONS(1092), - [anon_sym_DQUOTE] = ACTIONS(1092), - [sym_true] = ACTIONS(1090), - [sym_false] = ACTIONS(1090), - [sym_null] = ACTIONS(1090), + [328] = { + [ts_builtin_sym_end] = ACTIONS(1276), + [sym_identifier] = ACTIONS(1274), + [aux_sym_preproc_include_token1] = ACTIONS(1274), + [aux_sym_preproc_def_token1] = ACTIONS(1274), + [aux_sym_preproc_if_token1] = ACTIONS(1274), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1274), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1274), + [sym_preproc_directive] = ACTIONS(1274), + [anon_sym_LPAREN2] = ACTIONS(1276), + [anon_sym_BANG] = ACTIONS(1276), + [anon_sym_TILDE] = ACTIONS(1276), + [anon_sym_DASH] = ACTIONS(1274), + [anon_sym_PLUS] = ACTIONS(1274), + [anon_sym_STAR] = ACTIONS(1276), + [anon_sym_AMP] = ACTIONS(1276), + [anon_sym_SEMI] = ACTIONS(1276), + [anon_sym_typedef] = ACTIONS(1274), + [anon_sym_extern] = ACTIONS(1274), + [anon_sym___attribute__] = ACTIONS(1274), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1276), + [anon_sym___declspec] = ACTIONS(1274), + [anon_sym___cdecl] = ACTIONS(1274), + [anon_sym___clrcall] = ACTIONS(1274), + [anon_sym___stdcall] = ACTIONS(1274), + [anon_sym___fastcall] = ACTIONS(1274), + [anon_sym___thiscall] = ACTIONS(1274), + [anon_sym___vectorcall] = ACTIONS(1274), + [anon_sym_LBRACE] = ACTIONS(1276), + [anon_sym_static] = ACTIONS(1274), + [anon_sym_auto] = ACTIONS(1274), + [anon_sym_register] = ACTIONS(1274), + [anon_sym_inline] = ACTIONS(1274), + [anon_sym_const] = ACTIONS(1274), + [anon_sym_volatile] = ACTIONS(1274), + [anon_sym_restrict] = ACTIONS(1274), + [anon_sym___restrict__] = ACTIONS(1274), + [anon_sym__Atomic] = ACTIONS(1274), + [anon_sym__Noreturn] = ACTIONS(1274), + [anon_sym_signed] = ACTIONS(1274), + [anon_sym_unsigned] = ACTIONS(1274), + [anon_sym_long] = ACTIONS(1274), + [anon_sym_short] = ACTIONS(1274), + [sym_primitive_type] = ACTIONS(1274), + [anon_sym_enum] = ACTIONS(1274), + [anon_sym_struct] = ACTIONS(1274), + [anon_sym_union] = ACTIONS(1274), + [anon_sym_if] = ACTIONS(1274), + [anon_sym_switch] = ACTIONS(1274), + [anon_sym_case] = ACTIONS(1274), + [anon_sym_default] = ACTIONS(1274), + [anon_sym_while] = ACTIONS(1274), + [anon_sym_do] = ACTIONS(1274), + [anon_sym_for] = ACTIONS(1274), + [anon_sym_return] = ACTIONS(1274), + [anon_sym_break] = ACTIONS(1274), + [anon_sym_continue] = ACTIONS(1274), + [anon_sym_goto] = ACTIONS(1274), + [anon_sym_DASH_DASH] = ACTIONS(1276), + [anon_sym_PLUS_PLUS] = ACTIONS(1276), + [anon_sym_sizeof] = ACTIONS(1274), + [anon_sym_offsetof] = ACTIONS(1274), + [anon_sym__Generic] = ACTIONS(1274), + [anon_sym_asm] = ACTIONS(1274), + [anon_sym___asm__] = ACTIONS(1274), + [sym_number_literal] = ACTIONS(1276), + [anon_sym_L_SQUOTE] = ACTIONS(1276), + [anon_sym_u_SQUOTE] = ACTIONS(1276), + [anon_sym_U_SQUOTE] = ACTIONS(1276), + [anon_sym_u8_SQUOTE] = ACTIONS(1276), + [anon_sym_SQUOTE] = ACTIONS(1276), + [anon_sym_L_DQUOTE] = ACTIONS(1276), + [anon_sym_u_DQUOTE] = ACTIONS(1276), + [anon_sym_U_DQUOTE] = ACTIONS(1276), + [anon_sym_u8_DQUOTE] = ACTIONS(1276), + [anon_sym_DQUOTE] = ACTIONS(1276), + [sym_true] = ACTIONS(1274), + [sym_false] = ACTIONS(1274), + [sym_null] = ACTIONS(1274), [sym_comment] = ACTIONS(3), }, - [314] = { - [sym_identifier] = ACTIONS(1230), - [aux_sym_preproc_include_token1] = ACTIONS(1230), - [aux_sym_preproc_def_token1] = ACTIONS(1230), - [aux_sym_preproc_if_token1] = ACTIONS(1230), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1230), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1230), - [sym_preproc_directive] = ACTIONS(1230), - [anon_sym_LPAREN2] = ACTIONS(1232), - [anon_sym_BANG] = ACTIONS(1232), - [anon_sym_TILDE] = ACTIONS(1232), - [anon_sym_DASH] = ACTIONS(1230), - [anon_sym_PLUS] = ACTIONS(1230), - [anon_sym_STAR] = ACTIONS(1232), - [anon_sym_AMP] = ACTIONS(1232), - [anon_sym_SEMI] = ACTIONS(1232), - [anon_sym_typedef] = ACTIONS(1230), - [anon_sym_extern] = ACTIONS(1230), - [anon_sym___attribute__] = ACTIONS(1230), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1232), - [anon_sym___declspec] = ACTIONS(1230), - [anon_sym___cdecl] = ACTIONS(1230), - [anon_sym___clrcall] = ACTIONS(1230), - [anon_sym___stdcall] = ACTIONS(1230), - [anon_sym___fastcall] = ACTIONS(1230), - [anon_sym___thiscall] = ACTIONS(1230), - [anon_sym___vectorcall] = ACTIONS(1230), - [anon_sym_LBRACE] = ACTIONS(1232), - [anon_sym_RBRACE] = ACTIONS(1232), - [anon_sym_static] = ACTIONS(1230), - [anon_sym_auto] = ACTIONS(1230), - [anon_sym_register] = ACTIONS(1230), - [anon_sym_inline] = ACTIONS(1230), - [anon_sym_const] = ACTIONS(1230), - [anon_sym_volatile] = ACTIONS(1230), - [anon_sym_restrict] = ACTIONS(1230), - [anon_sym___restrict__] = ACTIONS(1230), - [anon_sym__Atomic] = ACTIONS(1230), - [anon_sym__Noreturn] = ACTIONS(1230), - [anon_sym_signed] = ACTIONS(1230), - [anon_sym_unsigned] = ACTIONS(1230), - [anon_sym_long] = ACTIONS(1230), - [anon_sym_short] = ACTIONS(1230), - [sym_primitive_type] = ACTIONS(1230), - [anon_sym_enum] = ACTIONS(1230), - [anon_sym_struct] = ACTIONS(1230), - [anon_sym_union] = ACTIONS(1230), - [anon_sym_if] = ACTIONS(1230), - [anon_sym_switch] = ACTIONS(1230), - [anon_sym_case] = ACTIONS(1230), - [anon_sym_default] = ACTIONS(1230), - [anon_sym_while] = ACTIONS(1230), - [anon_sym_do] = ACTIONS(1230), - [anon_sym_for] = ACTIONS(1230), - [anon_sym_return] = ACTIONS(1230), - [anon_sym_break] = ACTIONS(1230), - [anon_sym_continue] = ACTIONS(1230), - [anon_sym_goto] = ACTIONS(1230), - [anon_sym_DASH_DASH] = ACTIONS(1232), - [anon_sym_PLUS_PLUS] = ACTIONS(1232), - [anon_sym_sizeof] = ACTIONS(1230), - [anon_sym_offsetof] = ACTIONS(1230), - [anon_sym__Generic] = ACTIONS(1230), - [anon_sym_asm] = ACTIONS(1230), - [anon_sym___asm__] = ACTIONS(1230), - [sym_number_literal] = ACTIONS(1232), - [anon_sym_L_SQUOTE] = ACTIONS(1232), - [anon_sym_u_SQUOTE] = ACTIONS(1232), - [anon_sym_U_SQUOTE] = ACTIONS(1232), - [anon_sym_u8_SQUOTE] = ACTIONS(1232), - [anon_sym_SQUOTE] = ACTIONS(1232), - [anon_sym_L_DQUOTE] = ACTIONS(1232), - [anon_sym_u_DQUOTE] = ACTIONS(1232), - [anon_sym_U_DQUOTE] = ACTIONS(1232), - [anon_sym_u8_DQUOTE] = ACTIONS(1232), - [anon_sym_DQUOTE] = ACTIONS(1232), - [sym_true] = ACTIONS(1230), - [sym_false] = ACTIONS(1230), - [sym_null] = ACTIONS(1230), + [329] = { + [ts_builtin_sym_end] = ACTIONS(1308), + [sym_identifier] = ACTIONS(1306), + [aux_sym_preproc_include_token1] = ACTIONS(1306), + [aux_sym_preproc_def_token1] = ACTIONS(1306), + [aux_sym_preproc_if_token1] = ACTIONS(1306), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1306), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1306), + [sym_preproc_directive] = ACTIONS(1306), + [anon_sym_LPAREN2] = ACTIONS(1308), + [anon_sym_BANG] = ACTIONS(1308), + [anon_sym_TILDE] = ACTIONS(1308), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_AMP] = ACTIONS(1308), + [anon_sym_SEMI] = ACTIONS(1308), + [anon_sym_typedef] = ACTIONS(1306), + [anon_sym_extern] = ACTIONS(1306), + [anon_sym___attribute__] = ACTIONS(1306), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1308), + [anon_sym___declspec] = ACTIONS(1306), + [anon_sym___cdecl] = ACTIONS(1306), + [anon_sym___clrcall] = ACTIONS(1306), + [anon_sym___stdcall] = ACTIONS(1306), + [anon_sym___fastcall] = ACTIONS(1306), + [anon_sym___thiscall] = ACTIONS(1306), + [anon_sym___vectorcall] = ACTIONS(1306), + [anon_sym_LBRACE] = ACTIONS(1308), + [anon_sym_static] = ACTIONS(1306), + [anon_sym_auto] = ACTIONS(1306), + [anon_sym_register] = ACTIONS(1306), + [anon_sym_inline] = ACTIONS(1306), + [anon_sym_const] = ACTIONS(1306), + [anon_sym_volatile] = ACTIONS(1306), + [anon_sym_restrict] = ACTIONS(1306), + [anon_sym___restrict__] = ACTIONS(1306), + [anon_sym__Atomic] = ACTIONS(1306), + [anon_sym__Noreturn] = ACTIONS(1306), + [anon_sym_signed] = ACTIONS(1306), + [anon_sym_unsigned] = ACTIONS(1306), + [anon_sym_long] = ACTIONS(1306), + [anon_sym_short] = ACTIONS(1306), + [sym_primitive_type] = ACTIONS(1306), + [anon_sym_enum] = ACTIONS(1306), + [anon_sym_struct] = ACTIONS(1306), + [anon_sym_union] = ACTIONS(1306), + [anon_sym_if] = ACTIONS(1306), + [anon_sym_switch] = ACTIONS(1306), + [anon_sym_case] = ACTIONS(1306), + [anon_sym_default] = ACTIONS(1306), + [anon_sym_while] = ACTIONS(1306), + [anon_sym_do] = ACTIONS(1306), + [anon_sym_for] = ACTIONS(1306), + [anon_sym_return] = ACTIONS(1306), + [anon_sym_break] = ACTIONS(1306), + [anon_sym_continue] = ACTIONS(1306), + [anon_sym_goto] = ACTIONS(1306), + [anon_sym_DASH_DASH] = ACTIONS(1308), + [anon_sym_PLUS_PLUS] = ACTIONS(1308), + [anon_sym_sizeof] = ACTIONS(1306), + [anon_sym_offsetof] = ACTIONS(1306), + [anon_sym__Generic] = ACTIONS(1306), + [anon_sym_asm] = ACTIONS(1306), + [anon_sym___asm__] = ACTIONS(1306), + [sym_number_literal] = ACTIONS(1308), + [anon_sym_L_SQUOTE] = ACTIONS(1308), + [anon_sym_u_SQUOTE] = ACTIONS(1308), + [anon_sym_U_SQUOTE] = ACTIONS(1308), + [anon_sym_u8_SQUOTE] = ACTIONS(1308), + [anon_sym_SQUOTE] = ACTIONS(1308), + [anon_sym_L_DQUOTE] = ACTIONS(1308), + [anon_sym_u_DQUOTE] = ACTIONS(1308), + [anon_sym_U_DQUOTE] = ACTIONS(1308), + [anon_sym_u8_DQUOTE] = ACTIONS(1308), + [anon_sym_DQUOTE] = ACTIONS(1308), + [sym_true] = ACTIONS(1306), + [sym_false] = ACTIONS(1306), + [sym_null] = ACTIONS(1306), [sym_comment] = ACTIONS(3), }, - [315] = { - [ts_builtin_sym_end] = ACTIONS(1136), - [sym_identifier] = ACTIONS(1134), - [aux_sym_preproc_include_token1] = ACTIONS(1134), - [aux_sym_preproc_def_token1] = ACTIONS(1134), - [aux_sym_preproc_if_token1] = ACTIONS(1134), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1134), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1134), - [sym_preproc_directive] = ACTIONS(1134), - [anon_sym_LPAREN2] = ACTIONS(1136), - [anon_sym_BANG] = ACTIONS(1136), - [anon_sym_TILDE] = ACTIONS(1136), - [anon_sym_DASH] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(1134), - [anon_sym_STAR] = ACTIONS(1136), - [anon_sym_AMP] = ACTIONS(1136), - [anon_sym_SEMI] = ACTIONS(1136), - [anon_sym_typedef] = ACTIONS(1134), - [anon_sym_extern] = ACTIONS(1134), - [anon_sym___attribute__] = ACTIONS(1134), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1136), - [anon_sym___declspec] = ACTIONS(1134), - [anon_sym___cdecl] = ACTIONS(1134), - [anon_sym___clrcall] = ACTIONS(1134), - [anon_sym___stdcall] = ACTIONS(1134), - [anon_sym___fastcall] = ACTIONS(1134), - [anon_sym___thiscall] = ACTIONS(1134), - [anon_sym___vectorcall] = ACTIONS(1134), - [anon_sym_LBRACE] = ACTIONS(1136), - [anon_sym_static] = ACTIONS(1134), - [anon_sym_auto] = ACTIONS(1134), - [anon_sym_register] = ACTIONS(1134), - [anon_sym_inline] = ACTIONS(1134), - [anon_sym_const] = ACTIONS(1134), - [anon_sym_volatile] = ACTIONS(1134), - [anon_sym_restrict] = ACTIONS(1134), - [anon_sym___restrict__] = ACTIONS(1134), - [anon_sym__Atomic] = ACTIONS(1134), - [anon_sym__Noreturn] = ACTIONS(1134), - [anon_sym_signed] = ACTIONS(1134), - [anon_sym_unsigned] = ACTIONS(1134), - [anon_sym_long] = ACTIONS(1134), - [anon_sym_short] = ACTIONS(1134), - [sym_primitive_type] = ACTIONS(1134), - [anon_sym_enum] = ACTIONS(1134), - [anon_sym_struct] = ACTIONS(1134), - [anon_sym_union] = ACTIONS(1134), - [anon_sym_if] = ACTIONS(1134), - [anon_sym_switch] = ACTIONS(1134), - [anon_sym_case] = ACTIONS(1134), - [anon_sym_default] = ACTIONS(1134), - [anon_sym_while] = ACTIONS(1134), - [anon_sym_do] = ACTIONS(1134), - [anon_sym_for] = ACTIONS(1134), - [anon_sym_return] = ACTIONS(1134), - [anon_sym_break] = ACTIONS(1134), - [anon_sym_continue] = ACTIONS(1134), - [anon_sym_goto] = ACTIONS(1134), - [anon_sym_DASH_DASH] = ACTIONS(1136), - [anon_sym_PLUS_PLUS] = ACTIONS(1136), - [anon_sym_sizeof] = ACTIONS(1134), - [anon_sym_offsetof] = ACTIONS(1134), - [anon_sym__Generic] = ACTIONS(1134), - [anon_sym_asm] = ACTIONS(1134), - [anon_sym___asm__] = ACTIONS(1134), - [sym_number_literal] = ACTIONS(1136), - [anon_sym_L_SQUOTE] = ACTIONS(1136), - [anon_sym_u_SQUOTE] = ACTIONS(1136), - [anon_sym_U_SQUOTE] = ACTIONS(1136), - [anon_sym_u8_SQUOTE] = ACTIONS(1136), - [anon_sym_SQUOTE] = ACTIONS(1136), - [anon_sym_L_DQUOTE] = ACTIONS(1136), - [anon_sym_u_DQUOTE] = ACTIONS(1136), - [anon_sym_U_DQUOTE] = ACTIONS(1136), - [anon_sym_u8_DQUOTE] = ACTIONS(1136), - [anon_sym_DQUOTE] = ACTIONS(1136), - [sym_true] = ACTIONS(1134), - [sym_false] = ACTIONS(1134), - [sym_null] = ACTIONS(1134), + [330] = { + [sym_identifier] = ACTIONS(1208), + [aux_sym_preproc_include_token1] = ACTIONS(1208), + [aux_sym_preproc_def_token1] = ACTIONS(1208), + [aux_sym_preproc_if_token1] = ACTIONS(1208), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1208), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1208), + [sym_preproc_directive] = ACTIONS(1208), + [anon_sym_LPAREN2] = ACTIONS(1210), + [anon_sym_BANG] = ACTIONS(1210), + [anon_sym_TILDE] = ACTIONS(1210), + [anon_sym_DASH] = ACTIONS(1208), + [anon_sym_PLUS] = ACTIONS(1208), + [anon_sym_STAR] = ACTIONS(1210), + [anon_sym_AMP] = ACTIONS(1210), + [anon_sym_SEMI] = ACTIONS(1210), + [anon_sym_typedef] = ACTIONS(1208), + [anon_sym_extern] = ACTIONS(1208), + [anon_sym___attribute__] = ACTIONS(1208), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1210), + [anon_sym___declspec] = ACTIONS(1208), + [anon_sym___cdecl] = ACTIONS(1208), + [anon_sym___clrcall] = ACTIONS(1208), + [anon_sym___stdcall] = ACTIONS(1208), + [anon_sym___fastcall] = ACTIONS(1208), + [anon_sym___thiscall] = ACTIONS(1208), + [anon_sym___vectorcall] = ACTIONS(1208), + [anon_sym_LBRACE] = ACTIONS(1210), + [anon_sym_RBRACE] = ACTIONS(1210), + [anon_sym_static] = ACTIONS(1208), + [anon_sym_auto] = ACTIONS(1208), + [anon_sym_register] = ACTIONS(1208), + [anon_sym_inline] = ACTIONS(1208), + [anon_sym_const] = ACTIONS(1208), + [anon_sym_volatile] = ACTIONS(1208), + [anon_sym_restrict] = ACTIONS(1208), + [anon_sym___restrict__] = ACTIONS(1208), + [anon_sym__Atomic] = ACTIONS(1208), + [anon_sym__Noreturn] = ACTIONS(1208), + [anon_sym_signed] = ACTIONS(1208), + [anon_sym_unsigned] = ACTIONS(1208), + [anon_sym_long] = ACTIONS(1208), + [anon_sym_short] = ACTIONS(1208), + [sym_primitive_type] = ACTIONS(1208), + [anon_sym_enum] = ACTIONS(1208), + [anon_sym_struct] = ACTIONS(1208), + [anon_sym_union] = ACTIONS(1208), + [anon_sym_if] = ACTIONS(1208), + [anon_sym_switch] = ACTIONS(1208), + [anon_sym_case] = ACTIONS(1208), + [anon_sym_default] = ACTIONS(1208), + [anon_sym_while] = ACTIONS(1208), + [anon_sym_do] = ACTIONS(1208), + [anon_sym_for] = ACTIONS(1208), + [anon_sym_return] = ACTIONS(1208), + [anon_sym_break] = ACTIONS(1208), + [anon_sym_continue] = ACTIONS(1208), + [anon_sym_goto] = ACTIONS(1208), + [anon_sym_DASH_DASH] = ACTIONS(1210), + [anon_sym_PLUS_PLUS] = ACTIONS(1210), + [anon_sym_sizeof] = ACTIONS(1208), + [anon_sym_offsetof] = ACTIONS(1208), + [anon_sym__Generic] = ACTIONS(1208), + [anon_sym_asm] = ACTIONS(1208), + [anon_sym___asm__] = ACTIONS(1208), + [sym_number_literal] = ACTIONS(1210), + [anon_sym_L_SQUOTE] = ACTIONS(1210), + [anon_sym_u_SQUOTE] = ACTIONS(1210), + [anon_sym_U_SQUOTE] = ACTIONS(1210), + [anon_sym_u8_SQUOTE] = ACTIONS(1210), + [anon_sym_SQUOTE] = ACTIONS(1210), + [anon_sym_L_DQUOTE] = ACTIONS(1210), + [anon_sym_u_DQUOTE] = ACTIONS(1210), + [anon_sym_U_DQUOTE] = ACTIONS(1210), + [anon_sym_u8_DQUOTE] = ACTIONS(1210), + [anon_sym_DQUOTE] = ACTIONS(1210), + [sym_true] = ACTIONS(1208), + [sym_false] = ACTIONS(1208), + [sym_null] = ACTIONS(1208), [sym_comment] = ACTIONS(3), }, - [316] = { - [sym_identifier] = ACTIONS(1138), - [aux_sym_preproc_include_token1] = ACTIONS(1138), - [aux_sym_preproc_def_token1] = ACTIONS(1138), - [aux_sym_preproc_if_token1] = ACTIONS(1138), - [aux_sym_preproc_if_token2] = ACTIONS(1138), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1138), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1138), - [sym_preproc_directive] = ACTIONS(1138), - [anon_sym_LPAREN2] = ACTIONS(1140), - [anon_sym_BANG] = ACTIONS(1140), - [anon_sym_TILDE] = ACTIONS(1140), - [anon_sym_DASH] = ACTIONS(1138), - [anon_sym_PLUS] = ACTIONS(1138), - [anon_sym_STAR] = ACTIONS(1140), - [anon_sym_AMP] = ACTIONS(1140), - [anon_sym_SEMI] = ACTIONS(1140), - [anon_sym_typedef] = ACTIONS(1138), - [anon_sym_extern] = ACTIONS(1138), - [anon_sym___attribute__] = ACTIONS(1138), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1140), - [anon_sym___declspec] = ACTIONS(1138), - [anon_sym___cdecl] = ACTIONS(1138), - [anon_sym___clrcall] = ACTIONS(1138), - [anon_sym___stdcall] = ACTIONS(1138), - [anon_sym___fastcall] = ACTIONS(1138), - [anon_sym___thiscall] = ACTIONS(1138), - [anon_sym___vectorcall] = ACTIONS(1138), - [anon_sym_LBRACE] = ACTIONS(1140), - [anon_sym_static] = ACTIONS(1138), - [anon_sym_auto] = ACTIONS(1138), - [anon_sym_register] = ACTIONS(1138), - [anon_sym_inline] = ACTIONS(1138), - [anon_sym_const] = ACTIONS(1138), - [anon_sym_volatile] = ACTIONS(1138), - [anon_sym_restrict] = ACTIONS(1138), - [anon_sym___restrict__] = ACTIONS(1138), - [anon_sym__Atomic] = ACTIONS(1138), - [anon_sym__Noreturn] = ACTIONS(1138), - [anon_sym_signed] = ACTIONS(1138), - [anon_sym_unsigned] = ACTIONS(1138), - [anon_sym_long] = ACTIONS(1138), - [anon_sym_short] = ACTIONS(1138), - [sym_primitive_type] = ACTIONS(1138), - [anon_sym_enum] = ACTIONS(1138), - [anon_sym_struct] = ACTIONS(1138), - [anon_sym_union] = ACTIONS(1138), - [anon_sym_if] = ACTIONS(1138), - [anon_sym_switch] = ACTIONS(1138), - [anon_sym_case] = ACTIONS(1138), - [anon_sym_default] = ACTIONS(1138), - [anon_sym_while] = ACTIONS(1138), - [anon_sym_do] = ACTIONS(1138), - [anon_sym_for] = ACTIONS(1138), - [anon_sym_return] = ACTIONS(1138), - [anon_sym_break] = ACTIONS(1138), - [anon_sym_continue] = ACTIONS(1138), - [anon_sym_goto] = ACTIONS(1138), - [anon_sym_DASH_DASH] = ACTIONS(1140), - [anon_sym_PLUS_PLUS] = ACTIONS(1140), - [anon_sym_sizeof] = ACTIONS(1138), - [anon_sym_offsetof] = ACTIONS(1138), - [anon_sym__Generic] = ACTIONS(1138), - [anon_sym_asm] = ACTIONS(1138), - [anon_sym___asm__] = ACTIONS(1138), - [sym_number_literal] = ACTIONS(1140), - [anon_sym_L_SQUOTE] = ACTIONS(1140), - [anon_sym_u_SQUOTE] = ACTIONS(1140), - [anon_sym_U_SQUOTE] = ACTIONS(1140), - [anon_sym_u8_SQUOTE] = ACTIONS(1140), - [anon_sym_SQUOTE] = ACTIONS(1140), - [anon_sym_L_DQUOTE] = ACTIONS(1140), - [anon_sym_u_DQUOTE] = ACTIONS(1140), - [anon_sym_U_DQUOTE] = ACTIONS(1140), - [anon_sym_u8_DQUOTE] = ACTIONS(1140), - [anon_sym_DQUOTE] = ACTIONS(1140), - [sym_true] = ACTIONS(1138), - [sym_false] = ACTIONS(1138), - [sym_null] = ACTIONS(1138), + [331] = { + [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_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_static] = ACTIONS(1314), + [anon_sym_auto] = ACTIONS(1314), + [anon_sym_register] = ACTIONS(1314), + [anon_sym_inline] = ACTIONS(1314), + [anon_sym_const] = 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_signed] = ACTIONS(1314), + [anon_sym_unsigned] = ACTIONS(1314), + [anon_sym_long] = ACTIONS(1314), + [anon_sym_short] = 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_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_DASH_DASH] = ACTIONS(1316), + [anon_sym_PLUS_PLUS] = ACTIONS(1316), + [anon_sym_sizeof] = 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), + [sym_null] = ACTIONS(1314), [sym_comment] = ACTIONS(3), }, - [317] = { - [sym_identifier] = ACTIONS(1138), - [aux_sym_preproc_include_token1] = ACTIONS(1138), - [aux_sym_preproc_def_token1] = ACTIONS(1138), - [aux_sym_preproc_if_token1] = ACTIONS(1138), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1138), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1138), - [sym_preproc_directive] = ACTIONS(1138), - [anon_sym_LPAREN2] = ACTIONS(1140), - [anon_sym_BANG] = ACTIONS(1140), - [anon_sym_TILDE] = ACTIONS(1140), - [anon_sym_DASH] = ACTIONS(1138), - [anon_sym_PLUS] = ACTIONS(1138), - [anon_sym_STAR] = ACTIONS(1140), - [anon_sym_AMP] = ACTIONS(1140), - [anon_sym_SEMI] = ACTIONS(1140), - [anon_sym_typedef] = ACTIONS(1138), - [anon_sym_extern] = ACTIONS(1138), - [anon_sym___attribute__] = ACTIONS(1138), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1140), - [anon_sym___declspec] = ACTIONS(1138), - [anon_sym___cdecl] = ACTIONS(1138), - [anon_sym___clrcall] = ACTIONS(1138), - [anon_sym___stdcall] = ACTIONS(1138), - [anon_sym___fastcall] = ACTIONS(1138), - [anon_sym___thiscall] = ACTIONS(1138), - [anon_sym___vectorcall] = ACTIONS(1138), - [anon_sym_LBRACE] = ACTIONS(1140), - [anon_sym_RBRACE] = ACTIONS(1140), - [anon_sym_static] = ACTIONS(1138), - [anon_sym_auto] = ACTIONS(1138), - [anon_sym_register] = ACTIONS(1138), - [anon_sym_inline] = ACTIONS(1138), - [anon_sym_const] = ACTIONS(1138), - [anon_sym_volatile] = ACTIONS(1138), - [anon_sym_restrict] = ACTIONS(1138), - [anon_sym___restrict__] = ACTIONS(1138), - [anon_sym__Atomic] = ACTIONS(1138), - [anon_sym__Noreturn] = ACTIONS(1138), - [anon_sym_signed] = ACTIONS(1138), - [anon_sym_unsigned] = ACTIONS(1138), - [anon_sym_long] = ACTIONS(1138), - [anon_sym_short] = ACTIONS(1138), - [sym_primitive_type] = ACTIONS(1138), - [anon_sym_enum] = ACTIONS(1138), - [anon_sym_struct] = ACTIONS(1138), - [anon_sym_union] = ACTIONS(1138), - [anon_sym_if] = ACTIONS(1138), - [anon_sym_switch] = ACTIONS(1138), - [anon_sym_case] = ACTIONS(1138), - [anon_sym_default] = ACTIONS(1138), - [anon_sym_while] = ACTIONS(1138), - [anon_sym_do] = ACTIONS(1138), - [anon_sym_for] = ACTIONS(1138), - [anon_sym_return] = ACTIONS(1138), - [anon_sym_break] = ACTIONS(1138), - [anon_sym_continue] = ACTIONS(1138), - [anon_sym_goto] = ACTIONS(1138), - [anon_sym_DASH_DASH] = ACTIONS(1140), - [anon_sym_PLUS_PLUS] = ACTIONS(1140), - [anon_sym_sizeof] = ACTIONS(1138), - [anon_sym_offsetof] = ACTIONS(1138), - [anon_sym__Generic] = ACTIONS(1138), - [anon_sym_asm] = ACTIONS(1138), - [anon_sym___asm__] = ACTIONS(1138), - [sym_number_literal] = ACTIONS(1140), - [anon_sym_L_SQUOTE] = ACTIONS(1140), - [anon_sym_u_SQUOTE] = ACTIONS(1140), - [anon_sym_U_SQUOTE] = ACTIONS(1140), - [anon_sym_u8_SQUOTE] = ACTIONS(1140), - [anon_sym_SQUOTE] = ACTIONS(1140), - [anon_sym_L_DQUOTE] = ACTIONS(1140), - [anon_sym_u_DQUOTE] = ACTIONS(1140), - [anon_sym_U_DQUOTE] = ACTIONS(1140), - [anon_sym_u8_DQUOTE] = ACTIONS(1140), - [anon_sym_DQUOTE] = ACTIONS(1140), - [sym_true] = ACTIONS(1138), - [sym_false] = ACTIONS(1138), - [sym_null] = ACTIONS(1138), + [332] = { + [sym_identifier] = ACTIONS(1294), + [aux_sym_preproc_include_token1] = ACTIONS(1294), + [aux_sym_preproc_def_token1] = ACTIONS(1294), + [aux_sym_preproc_if_token1] = ACTIONS(1294), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1294), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1294), + [sym_preproc_directive] = ACTIONS(1294), + [anon_sym_LPAREN2] = ACTIONS(1296), + [anon_sym_BANG] = ACTIONS(1296), + [anon_sym_TILDE] = ACTIONS(1296), + [anon_sym_DASH] = ACTIONS(1294), + [anon_sym_PLUS] = ACTIONS(1294), + [anon_sym_STAR] = ACTIONS(1296), + [anon_sym_AMP] = ACTIONS(1296), + [anon_sym_SEMI] = ACTIONS(1296), + [anon_sym_typedef] = ACTIONS(1294), + [anon_sym_extern] = ACTIONS(1294), + [anon_sym___attribute__] = ACTIONS(1294), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1296), + [anon_sym___declspec] = ACTIONS(1294), + [anon_sym___cdecl] = ACTIONS(1294), + [anon_sym___clrcall] = ACTIONS(1294), + [anon_sym___stdcall] = ACTIONS(1294), + [anon_sym___fastcall] = ACTIONS(1294), + [anon_sym___thiscall] = ACTIONS(1294), + [anon_sym___vectorcall] = ACTIONS(1294), + [anon_sym_LBRACE] = ACTIONS(1296), + [anon_sym_RBRACE] = ACTIONS(1296), + [anon_sym_static] = ACTIONS(1294), + [anon_sym_auto] = ACTIONS(1294), + [anon_sym_register] = ACTIONS(1294), + [anon_sym_inline] = ACTIONS(1294), + [anon_sym_const] = ACTIONS(1294), + [anon_sym_volatile] = ACTIONS(1294), + [anon_sym_restrict] = ACTIONS(1294), + [anon_sym___restrict__] = ACTIONS(1294), + [anon_sym__Atomic] = ACTIONS(1294), + [anon_sym__Noreturn] = ACTIONS(1294), + [anon_sym_signed] = ACTIONS(1294), + [anon_sym_unsigned] = ACTIONS(1294), + [anon_sym_long] = ACTIONS(1294), + [anon_sym_short] = ACTIONS(1294), + [sym_primitive_type] = ACTIONS(1294), + [anon_sym_enum] = ACTIONS(1294), + [anon_sym_struct] = ACTIONS(1294), + [anon_sym_union] = ACTIONS(1294), + [anon_sym_if] = ACTIONS(1294), + [anon_sym_switch] = ACTIONS(1294), + [anon_sym_case] = ACTIONS(1294), + [anon_sym_default] = ACTIONS(1294), + [anon_sym_while] = ACTIONS(1294), + [anon_sym_do] = ACTIONS(1294), + [anon_sym_for] = ACTIONS(1294), + [anon_sym_return] = ACTIONS(1294), + [anon_sym_break] = ACTIONS(1294), + [anon_sym_continue] = ACTIONS(1294), + [anon_sym_goto] = ACTIONS(1294), + [anon_sym_DASH_DASH] = ACTIONS(1296), + [anon_sym_PLUS_PLUS] = ACTIONS(1296), + [anon_sym_sizeof] = ACTIONS(1294), + [anon_sym_offsetof] = ACTIONS(1294), + [anon_sym__Generic] = ACTIONS(1294), + [anon_sym_asm] = ACTIONS(1294), + [anon_sym___asm__] = ACTIONS(1294), + [sym_number_literal] = ACTIONS(1296), + [anon_sym_L_SQUOTE] = ACTIONS(1296), + [anon_sym_u_SQUOTE] = ACTIONS(1296), + [anon_sym_U_SQUOTE] = ACTIONS(1296), + [anon_sym_u8_SQUOTE] = ACTIONS(1296), + [anon_sym_SQUOTE] = ACTIONS(1296), + [anon_sym_L_DQUOTE] = ACTIONS(1296), + [anon_sym_u_DQUOTE] = ACTIONS(1296), + [anon_sym_U_DQUOTE] = ACTIONS(1296), + [anon_sym_u8_DQUOTE] = ACTIONS(1296), + [anon_sym_DQUOTE] = ACTIONS(1296), + [sym_true] = ACTIONS(1294), + [sym_false] = ACTIONS(1294), + [sym_null] = ACTIONS(1294), [sym_comment] = ACTIONS(3), }, - [318] = { - [ts_builtin_sym_end] = ACTIONS(1120), - [sym_identifier] = ACTIONS(1118), - [aux_sym_preproc_include_token1] = ACTIONS(1118), - [aux_sym_preproc_def_token1] = ACTIONS(1118), - [aux_sym_preproc_if_token1] = ACTIONS(1118), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1118), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1118), - [sym_preproc_directive] = ACTIONS(1118), - [anon_sym_LPAREN2] = ACTIONS(1120), - [anon_sym_BANG] = ACTIONS(1120), - [anon_sym_TILDE] = ACTIONS(1120), - [anon_sym_DASH] = ACTIONS(1118), - [anon_sym_PLUS] = ACTIONS(1118), - [anon_sym_STAR] = ACTIONS(1120), - [anon_sym_AMP] = ACTIONS(1120), - [anon_sym_SEMI] = ACTIONS(1120), - [anon_sym_typedef] = ACTIONS(1118), - [anon_sym_extern] = ACTIONS(1118), - [anon_sym___attribute__] = ACTIONS(1118), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1120), - [anon_sym___declspec] = ACTIONS(1118), - [anon_sym___cdecl] = ACTIONS(1118), - [anon_sym___clrcall] = ACTIONS(1118), - [anon_sym___stdcall] = ACTIONS(1118), - [anon_sym___fastcall] = ACTIONS(1118), - [anon_sym___thiscall] = ACTIONS(1118), - [anon_sym___vectorcall] = ACTIONS(1118), - [anon_sym_LBRACE] = ACTIONS(1120), - [anon_sym_static] = ACTIONS(1118), - [anon_sym_auto] = ACTIONS(1118), - [anon_sym_register] = ACTIONS(1118), - [anon_sym_inline] = ACTIONS(1118), - [anon_sym_const] = ACTIONS(1118), - [anon_sym_volatile] = ACTIONS(1118), - [anon_sym_restrict] = ACTIONS(1118), - [anon_sym___restrict__] = ACTIONS(1118), - [anon_sym__Atomic] = ACTIONS(1118), - [anon_sym__Noreturn] = ACTIONS(1118), - [anon_sym_signed] = ACTIONS(1118), - [anon_sym_unsigned] = ACTIONS(1118), - [anon_sym_long] = ACTIONS(1118), - [anon_sym_short] = ACTIONS(1118), - [sym_primitive_type] = ACTIONS(1118), - [anon_sym_enum] = ACTIONS(1118), - [anon_sym_struct] = ACTIONS(1118), - [anon_sym_union] = ACTIONS(1118), - [anon_sym_if] = ACTIONS(1118), - [anon_sym_switch] = ACTIONS(1118), - [anon_sym_case] = ACTIONS(1118), - [anon_sym_default] = ACTIONS(1118), - [anon_sym_while] = ACTIONS(1118), - [anon_sym_do] = ACTIONS(1118), - [anon_sym_for] = ACTIONS(1118), - [anon_sym_return] = ACTIONS(1118), - [anon_sym_break] = ACTIONS(1118), - [anon_sym_continue] = ACTIONS(1118), - [anon_sym_goto] = ACTIONS(1118), - [anon_sym_DASH_DASH] = ACTIONS(1120), - [anon_sym_PLUS_PLUS] = ACTIONS(1120), - [anon_sym_sizeof] = ACTIONS(1118), - [anon_sym_offsetof] = ACTIONS(1118), - [anon_sym__Generic] = ACTIONS(1118), - [anon_sym_asm] = ACTIONS(1118), - [anon_sym___asm__] = ACTIONS(1118), - [sym_number_literal] = ACTIONS(1120), - [anon_sym_L_SQUOTE] = ACTIONS(1120), - [anon_sym_u_SQUOTE] = ACTIONS(1120), - [anon_sym_U_SQUOTE] = ACTIONS(1120), - [anon_sym_u8_SQUOTE] = ACTIONS(1120), - [anon_sym_SQUOTE] = ACTIONS(1120), - [anon_sym_L_DQUOTE] = ACTIONS(1120), - [anon_sym_u_DQUOTE] = ACTIONS(1120), - [anon_sym_U_DQUOTE] = ACTIONS(1120), - [anon_sym_u8_DQUOTE] = ACTIONS(1120), - [anon_sym_DQUOTE] = ACTIONS(1120), - [sym_true] = ACTIONS(1118), - [sym_false] = ACTIONS(1118), - [sym_null] = ACTIONS(1118), + [333] = { + [sym_identifier] = ACTIONS(1204), + [aux_sym_preproc_include_token1] = ACTIONS(1204), + [aux_sym_preproc_def_token1] = ACTIONS(1204), + [aux_sym_preproc_if_token1] = ACTIONS(1204), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1204), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1204), + [sym_preproc_directive] = ACTIONS(1204), + [anon_sym_LPAREN2] = ACTIONS(1206), + [anon_sym_BANG] = ACTIONS(1206), + [anon_sym_TILDE] = ACTIONS(1206), + [anon_sym_DASH] = ACTIONS(1204), + [anon_sym_PLUS] = ACTIONS(1204), + [anon_sym_STAR] = ACTIONS(1206), + [anon_sym_AMP] = ACTIONS(1206), + [anon_sym_SEMI] = ACTIONS(1206), + [anon_sym_typedef] = ACTIONS(1204), + [anon_sym_extern] = ACTIONS(1204), + [anon_sym___attribute__] = ACTIONS(1204), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1206), + [anon_sym___declspec] = ACTIONS(1204), + [anon_sym___cdecl] = ACTIONS(1204), + [anon_sym___clrcall] = ACTIONS(1204), + [anon_sym___stdcall] = ACTIONS(1204), + [anon_sym___fastcall] = ACTIONS(1204), + [anon_sym___thiscall] = ACTIONS(1204), + [anon_sym___vectorcall] = ACTIONS(1204), + [anon_sym_LBRACE] = ACTIONS(1206), + [anon_sym_RBRACE] = ACTIONS(1206), + [anon_sym_static] = ACTIONS(1204), + [anon_sym_auto] = ACTIONS(1204), + [anon_sym_register] = ACTIONS(1204), + [anon_sym_inline] = ACTIONS(1204), + [anon_sym_const] = ACTIONS(1204), + [anon_sym_volatile] = ACTIONS(1204), + [anon_sym_restrict] = ACTIONS(1204), + [anon_sym___restrict__] = ACTIONS(1204), + [anon_sym__Atomic] = ACTIONS(1204), + [anon_sym__Noreturn] = ACTIONS(1204), + [anon_sym_signed] = ACTIONS(1204), + [anon_sym_unsigned] = ACTIONS(1204), + [anon_sym_long] = ACTIONS(1204), + [anon_sym_short] = ACTIONS(1204), + [sym_primitive_type] = ACTIONS(1204), + [anon_sym_enum] = ACTIONS(1204), + [anon_sym_struct] = ACTIONS(1204), + [anon_sym_union] = ACTIONS(1204), + [anon_sym_if] = ACTIONS(1204), + [anon_sym_switch] = ACTIONS(1204), + [anon_sym_case] = ACTIONS(1204), + [anon_sym_default] = ACTIONS(1204), + [anon_sym_while] = ACTIONS(1204), + [anon_sym_do] = ACTIONS(1204), + [anon_sym_for] = ACTIONS(1204), + [anon_sym_return] = ACTIONS(1204), + [anon_sym_break] = ACTIONS(1204), + [anon_sym_continue] = ACTIONS(1204), + [anon_sym_goto] = ACTIONS(1204), + [anon_sym_DASH_DASH] = ACTIONS(1206), + [anon_sym_PLUS_PLUS] = ACTIONS(1206), + [anon_sym_sizeof] = ACTIONS(1204), + [anon_sym_offsetof] = ACTIONS(1204), + [anon_sym__Generic] = ACTIONS(1204), + [anon_sym_asm] = ACTIONS(1204), + [anon_sym___asm__] = ACTIONS(1204), + [sym_number_literal] = ACTIONS(1206), + [anon_sym_L_SQUOTE] = ACTIONS(1206), + [anon_sym_u_SQUOTE] = ACTIONS(1206), + [anon_sym_U_SQUOTE] = ACTIONS(1206), + [anon_sym_u8_SQUOTE] = ACTIONS(1206), + [anon_sym_SQUOTE] = ACTIONS(1206), + [anon_sym_L_DQUOTE] = ACTIONS(1206), + [anon_sym_u_DQUOTE] = ACTIONS(1206), + [anon_sym_U_DQUOTE] = ACTIONS(1206), + [anon_sym_u8_DQUOTE] = ACTIONS(1206), + [anon_sym_DQUOTE] = ACTIONS(1206), + [sym_true] = ACTIONS(1204), + [sym_false] = ACTIONS(1204), + [sym_null] = ACTIONS(1204), [sym_comment] = ACTIONS(3), }, - [319] = { - [ts_builtin_sym_end] = ACTIONS(1116), - [sym_identifier] = ACTIONS(1114), - [aux_sym_preproc_include_token1] = ACTIONS(1114), - [aux_sym_preproc_def_token1] = ACTIONS(1114), - [aux_sym_preproc_if_token1] = ACTIONS(1114), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1114), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1114), - [sym_preproc_directive] = ACTIONS(1114), - [anon_sym_LPAREN2] = ACTIONS(1116), - [anon_sym_BANG] = ACTIONS(1116), - [anon_sym_TILDE] = ACTIONS(1116), - [anon_sym_DASH] = ACTIONS(1114), - [anon_sym_PLUS] = ACTIONS(1114), - [anon_sym_STAR] = ACTIONS(1116), - [anon_sym_AMP] = ACTIONS(1116), - [anon_sym_SEMI] = ACTIONS(1116), - [anon_sym_typedef] = ACTIONS(1114), - [anon_sym_extern] = ACTIONS(1114), - [anon_sym___attribute__] = ACTIONS(1114), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1116), - [anon_sym___declspec] = ACTIONS(1114), - [anon_sym___cdecl] = ACTIONS(1114), - [anon_sym___clrcall] = ACTIONS(1114), - [anon_sym___stdcall] = ACTIONS(1114), - [anon_sym___fastcall] = ACTIONS(1114), - [anon_sym___thiscall] = ACTIONS(1114), - [anon_sym___vectorcall] = ACTIONS(1114), - [anon_sym_LBRACE] = ACTIONS(1116), - [anon_sym_static] = ACTIONS(1114), - [anon_sym_auto] = ACTIONS(1114), - [anon_sym_register] = ACTIONS(1114), - [anon_sym_inline] = ACTIONS(1114), - [anon_sym_const] = ACTIONS(1114), - [anon_sym_volatile] = ACTIONS(1114), - [anon_sym_restrict] = ACTIONS(1114), - [anon_sym___restrict__] = ACTIONS(1114), - [anon_sym__Atomic] = ACTIONS(1114), - [anon_sym__Noreturn] = ACTIONS(1114), - [anon_sym_signed] = ACTIONS(1114), - [anon_sym_unsigned] = ACTIONS(1114), - [anon_sym_long] = ACTIONS(1114), - [anon_sym_short] = ACTIONS(1114), - [sym_primitive_type] = ACTIONS(1114), - [anon_sym_enum] = ACTIONS(1114), - [anon_sym_struct] = ACTIONS(1114), - [anon_sym_union] = ACTIONS(1114), - [anon_sym_if] = ACTIONS(1114), - [anon_sym_switch] = ACTIONS(1114), - [anon_sym_case] = ACTIONS(1114), - [anon_sym_default] = ACTIONS(1114), - [anon_sym_while] = ACTIONS(1114), - [anon_sym_do] = ACTIONS(1114), - [anon_sym_for] = ACTIONS(1114), - [anon_sym_return] = ACTIONS(1114), - [anon_sym_break] = ACTIONS(1114), - [anon_sym_continue] = ACTIONS(1114), - [anon_sym_goto] = ACTIONS(1114), - [anon_sym_DASH_DASH] = ACTIONS(1116), - [anon_sym_PLUS_PLUS] = ACTIONS(1116), - [anon_sym_sizeof] = ACTIONS(1114), - [anon_sym_offsetof] = ACTIONS(1114), - [anon_sym__Generic] = ACTIONS(1114), - [anon_sym_asm] = ACTIONS(1114), - [anon_sym___asm__] = ACTIONS(1114), - [sym_number_literal] = ACTIONS(1116), - [anon_sym_L_SQUOTE] = ACTIONS(1116), - [anon_sym_u_SQUOTE] = ACTIONS(1116), - [anon_sym_U_SQUOTE] = ACTIONS(1116), - [anon_sym_u8_SQUOTE] = ACTIONS(1116), - [anon_sym_SQUOTE] = ACTIONS(1116), - [anon_sym_L_DQUOTE] = ACTIONS(1116), - [anon_sym_u_DQUOTE] = ACTIONS(1116), - [anon_sym_U_DQUOTE] = ACTIONS(1116), - [anon_sym_u8_DQUOTE] = ACTIONS(1116), - [anon_sym_DQUOTE] = ACTIONS(1116), - [sym_true] = ACTIONS(1114), - [sym_false] = ACTIONS(1114), - [sym_null] = ACTIONS(1114), + [334] = { + [sym_identifier] = ACTIONS(1200), + [aux_sym_preproc_include_token1] = ACTIONS(1200), + [aux_sym_preproc_def_token1] = ACTIONS(1200), + [aux_sym_preproc_if_token1] = ACTIONS(1200), + [aux_sym_preproc_if_token2] = ACTIONS(1200), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1200), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1200), + [sym_preproc_directive] = ACTIONS(1200), + [anon_sym_LPAREN2] = ACTIONS(1202), + [anon_sym_BANG] = ACTIONS(1202), + [anon_sym_TILDE] = ACTIONS(1202), + [anon_sym_DASH] = ACTIONS(1200), + [anon_sym_PLUS] = ACTIONS(1200), + [anon_sym_STAR] = ACTIONS(1202), + [anon_sym_AMP] = ACTIONS(1202), + [anon_sym_SEMI] = ACTIONS(1202), + [anon_sym_typedef] = ACTIONS(1200), + [anon_sym_extern] = ACTIONS(1200), + [anon_sym___attribute__] = ACTIONS(1200), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1202), + [anon_sym___declspec] = ACTIONS(1200), + [anon_sym___cdecl] = ACTIONS(1200), + [anon_sym___clrcall] = ACTIONS(1200), + [anon_sym___stdcall] = ACTIONS(1200), + [anon_sym___fastcall] = ACTIONS(1200), + [anon_sym___thiscall] = ACTIONS(1200), + [anon_sym___vectorcall] = ACTIONS(1200), + [anon_sym_LBRACE] = ACTIONS(1202), + [anon_sym_static] = ACTIONS(1200), + [anon_sym_auto] = ACTIONS(1200), + [anon_sym_register] = ACTIONS(1200), + [anon_sym_inline] = ACTIONS(1200), + [anon_sym_const] = ACTIONS(1200), + [anon_sym_volatile] = ACTIONS(1200), + [anon_sym_restrict] = ACTIONS(1200), + [anon_sym___restrict__] = ACTIONS(1200), + [anon_sym__Atomic] = ACTIONS(1200), + [anon_sym__Noreturn] = ACTIONS(1200), + [anon_sym_signed] = ACTIONS(1200), + [anon_sym_unsigned] = ACTIONS(1200), + [anon_sym_long] = ACTIONS(1200), + [anon_sym_short] = ACTIONS(1200), + [sym_primitive_type] = ACTIONS(1200), + [anon_sym_enum] = ACTIONS(1200), + [anon_sym_struct] = ACTIONS(1200), + [anon_sym_union] = ACTIONS(1200), + [anon_sym_if] = ACTIONS(1200), + [anon_sym_switch] = ACTIONS(1200), + [anon_sym_case] = ACTIONS(1200), + [anon_sym_default] = ACTIONS(1200), + [anon_sym_while] = ACTIONS(1200), + [anon_sym_do] = ACTIONS(1200), + [anon_sym_for] = ACTIONS(1200), + [anon_sym_return] = ACTIONS(1200), + [anon_sym_break] = ACTIONS(1200), + [anon_sym_continue] = ACTIONS(1200), + [anon_sym_goto] = ACTIONS(1200), + [anon_sym_DASH_DASH] = ACTIONS(1202), + [anon_sym_PLUS_PLUS] = ACTIONS(1202), + [anon_sym_sizeof] = ACTIONS(1200), + [anon_sym_offsetof] = ACTIONS(1200), + [anon_sym__Generic] = ACTIONS(1200), + [anon_sym_asm] = ACTIONS(1200), + [anon_sym___asm__] = ACTIONS(1200), + [sym_number_literal] = ACTIONS(1202), + [anon_sym_L_SQUOTE] = ACTIONS(1202), + [anon_sym_u_SQUOTE] = ACTIONS(1202), + [anon_sym_U_SQUOTE] = ACTIONS(1202), + [anon_sym_u8_SQUOTE] = ACTIONS(1202), + [anon_sym_SQUOTE] = ACTIONS(1202), + [anon_sym_L_DQUOTE] = ACTIONS(1202), + [anon_sym_u_DQUOTE] = ACTIONS(1202), + [anon_sym_U_DQUOTE] = ACTIONS(1202), + [anon_sym_u8_DQUOTE] = ACTIONS(1202), + [anon_sym_DQUOTE] = ACTIONS(1202), + [sym_true] = ACTIONS(1200), + [sym_false] = ACTIONS(1200), + [sym_null] = ACTIONS(1200), [sym_comment] = ACTIONS(3), }, - [320] = { - [ts_builtin_sym_end] = ACTIONS(1280), + [335] = { + [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_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_static] = ACTIONS(1302), + [anon_sym_auto] = ACTIONS(1302), + [anon_sym_register] = ACTIONS(1302), + [anon_sym_inline] = ACTIONS(1302), + [anon_sym_const] = 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_signed] = ACTIONS(1302), + [anon_sym_unsigned] = ACTIONS(1302), + [anon_sym_long] = ACTIONS(1302), + [anon_sym_short] = 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_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_DASH_DASH] = ACTIONS(1304), + [anon_sym_PLUS_PLUS] = ACTIONS(1304), + [anon_sym_sizeof] = 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), + [sym_null] = ACTIONS(1302), + [sym_comment] = ACTIONS(3), + }, + [336] = { + [sym_identifier] = ACTIONS(1290), + [aux_sym_preproc_include_token1] = ACTIONS(1290), + [aux_sym_preproc_def_token1] = ACTIONS(1290), + [aux_sym_preproc_if_token1] = ACTIONS(1290), + [aux_sym_preproc_if_token2] = ACTIONS(1290), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1290), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1290), + [sym_preproc_directive] = ACTIONS(1290), + [anon_sym_LPAREN2] = ACTIONS(1292), + [anon_sym_BANG] = ACTIONS(1292), + [anon_sym_TILDE] = ACTIONS(1292), + [anon_sym_DASH] = ACTIONS(1290), + [anon_sym_PLUS] = ACTIONS(1290), + [anon_sym_STAR] = ACTIONS(1292), + [anon_sym_AMP] = ACTIONS(1292), + [anon_sym_SEMI] = ACTIONS(1292), + [anon_sym_typedef] = ACTIONS(1290), + [anon_sym_extern] = ACTIONS(1290), + [anon_sym___attribute__] = ACTIONS(1290), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1292), + [anon_sym___declspec] = ACTIONS(1290), + [anon_sym___cdecl] = ACTIONS(1290), + [anon_sym___clrcall] = ACTIONS(1290), + [anon_sym___stdcall] = ACTIONS(1290), + [anon_sym___fastcall] = ACTIONS(1290), + [anon_sym___thiscall] = ACTIONS(1290), + [anon_sym___vectorcall] = ACTIONS(1290), + [anon_sym_LBRACE] = ACTIONS(1292), + [anon_sym_static] = ACTIONS(1290), + [anon_sym_auto] = ACTIONS(1290), + [anon_sym_register] = ACTIONS(1290), + [anon_sym_inline] = ACTIONS(1290), + [anon_sym_const] = ACTIONS(1290), + [anon_sym_volatile] = ACTIONS(1290), + [anon_sym_restrict] = ACTIONS(1290), + [anon_sym___restrict__] = ACTIONS(1290), + [anon_sym__Atomic] = ACTIONS(1290), + [anon_sym__Noreturn] = ACTIONS(1290), + [anon_sym_signed] = ACTIONS(1290), + [anon_sym_unsigned] = ACTIONS(1290), + [anon_sym_long] = ACTIONS(1290), + [anon_sym_short] = ACTIONS(1290), + [sym_primitive_type] = ACTIONS(1290), + [anon_sym_enum] = ACTIONS(1290), + [anon_sym_struct] = ACTIONS(1290), + [anon_sym_union] = ACTIONS(1290), + [anon_sym_if] = ACTIONS(1290), + [anon_sym_switch] = ACTIONS(1290), + [anon_sym_case] = ACTIONS(1290), + [anon_sym_default] = ACTIONS(1290), + [anon_sym_while] = ACTIONS(1290), + [anon_sym_do] = ACTIONS(1290), + [anon_sym_for] = ACTIONS(1290), + [anon_sym_return] = ACTIONS(1290), + [anon_sym_break] = ACTIONS(1290), + [anon_sym_continue] = ACTIONS(1290), + [anon_sym_goto] = ACTIONS(1290), + [anon_sym_DASH_DASH] = ACTIONS(1292), + [anon_sym_PLUS_PLUS] = ACTIONS(1292), + [anon_sym_sizeof] = ACTIONS(1290), + [anon_sym_offsetof] = ACTIONS(1290), + [anon_sym__Generic] = ACTIONS(1290), + [anon_sym_asm] = ACTIONS(1290), + [anon_sym___asm__] = ACTIONS(1290), + [sym_number_literal] = ACTIONS(1292), + [anon_sym_L_SQUOTE] = ACTIONS(1292), + [anon_sym_u_SQUOTE] = ACTIONS(1292), + [anon_sym_U_SQUOTE] = ACTIONS(1292), + [anon_sym_u8_SQUOTE] = ACTIONS(1292), + [anon_sym_SQUOTE] = ACTIONS(1292), + [anon_sym_L_DQUOTE] = ACTIONS(1292), + [anon_sym_u_DQUOTE] = ACTIONS(1292), + [anon_sym_U_DQUOTE] = ACTIONS(1292), + [anon_sym_u8_DQUOTE] = ACTIONS(1292), + [anon_sym_DQUOTE] = ACTIONS(1292), + [sym_true] = ACTIONS(1290), + [sym_false] = ACTIONS(1290), + [sym_null] = ACTIONS(1290), + [sym_comment] = ACTIONS(3), + }, + [337] = { + [sym_identifier] = ACTIONS(1286), + [aux_sym_preproc_include_token1] = ACTIONS(1286), + [aux_sym_preproc_def_token1] = ACTIONS(1286), + [aux_sym_preproc_if_token1] = ACTIONS(1286), + [aux_sym_preproc_if_token2] = ACTIONS(1286), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1286), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1286), + [sym_preproc_directive] = ACTIONS(1286), + [anon_sym_LPAREN2] = ACTIONS(1288), + [anon_sym_BANG] = ACTIONS(1288), + [anon_sym_TILDE] = ACTIONS(1288), + [anon_sym_DASH] = ACTIONS(1286), + [anon_sym_PLUS] = ACTIONS(1286), + [anon_sym_STAR] = ACTIONS(1288), + [anon_sym_AMP] = ACTIONS(1288), + [anon_sym_SEMI] = ACTIONS(1288), + [anon_sym_typedef] = ACTIONS(1286), + [anon_sym_extern] = ACTIONS(1286), + [anon_sym___attribute__] = ACTIONS(1286), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1288), + [anon_sym___declspec] = ACTIONS(1286), + [anon_sym___cdecl] = ACTIONS(1286), + [anon_sym___clrcall] = ACTIONS(1286), + [anon_sym___stdcall] = ACTIONS(1286), + [anon_sym___fastcall] = ACTIONS(1286), + [anon_sym___thiscall] = ACTIONS(1286), + [anon_sym___vectorcall] = ACTIONS(1286), + [anon_sym_LBRACE] = ACTIONS(1288), + [anon_sym_static] = ACTIONS(1286), + [anon_sym_auto] = ACTIONS(1286), + [anon_sym_register] = ACTIONS(1286), + [anon_sym_inline] = ACTIONS(1286), + [anon_sym_const] = ACTIONS(1286), + [anon_sym_volatile] = ACTIONS(1286), + [anon_sym_restrict] = ACTIONS(1286), + [anon_sym___restrict__] = ACTIONS(1286), + [anon_sym__Atomic] = ACTIONS(1286), + [anon_sym__Noreturn] = ACTIONS(1286), + [anon_sym_signed] = ACTIONS(1286), + [anon_sym_unsigned] = ACTIONS(1286), + [anon_sym_long] = ACTIONS(1286), + [anon_sym_short] = ACTIONS(1286), + [sym_primitive_type] = ACTIONS(1286), + [anon_sym_enum] = ACTIONS(1286), + [anon_sym_struct] = ACTIONS(1286), + [anon_sym_union] = ACTIONS(1286), + [anon_sym_if] = ACTIONS(1286), + [anon_sym_switch] = ACTIONS(1286), + [anon_sym_case] = ACTIONS(1286), + [anon_sym_default] = ACTIONS(1286), + [anon_sym_while] = ACTIONS(1286), + [anon_sym_do] = ACTIONS(1286), + [anon_sym_for] = ACTIONS(1286), + [anon_sym_return] = ACTIONS(1286), + [anon_sym_break] = ACTIONS(1286), + [anon_sym_continue] = ACTIONS(1286), + [anon_sym_goto] = ACTIONS(1286), + [anon_sym_DASH_DASH] = ACTIONS(1288), + [anon_sym_PLUS_PLUS] = ACTIONS(1288), + [anon_sym_sizeof] = ACTIONS(1286), + [anon_sym_offsetof] = ACTIONS(1286), + [anon_sym__Generic] = ACTIONS(1286), + [anon_sym_asm] = ACTIONS(1286), + [anon_sym___asm__] = ACTIONS(1286), + [sym_number_literal] = ACTIONS(1288), + [anon_sym_L_SQUOTE] = ACTIONS(1288), + [anon_sym_u_SQUOTE] = ACTIONS(1288), + [anon_sym_U_SQUOTE] = ACTIONS(1288), + [anon_sym_u8_SQUOTE] = ACTIONS(1288), + [anon_sym_SQUOTE] = ACTIONS(1288), + [anon_sym_L_DQUOTE] = ACTIONS(1288), + [anon_sym_u_DQUOTE] = ACTIONS(1288), + [anon_sym_U_DQUOTE] = ACTIONS(1288), + [anon_sym_u8_DQUOTE] = ACTIONS(1288), + [anon_sym_DQUOTE] = ACTIONS(1288), + [sym_true] = ACTIONS(1286), + [sym_false] = ACTIONS(1286), + [sym_null] = ACTIONS(1286), + [sym_comment] = ACTIONS(3), + }, + [338] = { + [sym_identifier] = ACTIONS(1220), + [aux_sym_preproc_include_token1] = ACTIONS(1220), + [aux_sym_preproc_def_token1] = ACTIONS(1220), + [aux_sym_preproc_if_token1] = ACTIONS(1220), + [aux_sym_preproc_if_token2] = ACTIONS(1220), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1220), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1220), + [sym_preproc_directive] = ACTIONS(1220), + [anon_sym_LPAREN2] = ACTIONS(1222), + [anon_sym_BANG] = ACTIONS(1222), + [anon_sym_TILDE] = ACTIONS(1222), + [anon_sym_DASH] = ACTIONS(1220), + [anon_sym_PLUS] = ACTIONS(1220), + [anon_sym_STAR] = ACTIONS(1222), + [anon_sym_AMP] = ACTIONS(1222), + [anon_sym_SEMI] = ACTIONS(1222), + [anon_sym_typedef] = ACTIONS(1220), + [anon_sym_extern] = ACTIONS(1220), + [anon_sym___attribute__] = ACTIONS(1220), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1222), + [anon_sym___declspec] = ACTIONS(1220), + [anon_sym___cdecl] = ACTIONS(1220), + [anon_sym___clrcall] = ACTIONS(1220), + [anon_sym___stdcall] = ACTIONS(1220), + [anon_sym___fastcall] = ACTIONS(1220), + [anon_sym___thiscall] = ACTIONS(1220), + [anon_sym___vectorcall] = ACTIONS(1220), + [anon_sym_LBRACE] = ACTIONS(1222), + [anon_sym_static] = ACTIONS(1220), + [anon_sym_auto] = ACTIONS(1220), + [anon_sym_register] = ACTIONS(1220), + [anon_sym_inline] = ACTIONS(1220), + [anon_sym_const] = ACTIONS(1220), + [anon_sym_volatile] = ACTIONS(1220), + [anon_sym_restrict] = ACTIONS(1220), + [anon_sym___restrict__] = ACTIONS(1220), + [anon_sym__Atomic] = ACTIONS(1220), + [anon_sym__Noreturn] = ACTIONS(1220), + [anon_sym_signed] = ACTIONS(1220), + [anon_sym_unsigned] = ACTIONS(1220), + [anon_sym_long] = ACTIONS(1220), + [anon_sym_short] = ACTIONS(1220), + [sym_primitive_type] = ACTIONS(1220), + [anon_sym_enum] = ACTIONS(1220), + [anon_sym_struct] = ACTIONS(1220), + [anon_sym_union] = ACTIONS(1220), + [anon_sym_if] = ACTIONS(1220), + [anon_sym_switch] = ACTIONS(1220), + [anon_sym_case] = ACTIONS(1220), + [anon_sym_default] = ACTIONS(1220), + [anon_sym_while] = ACTIONS(1220), + [anon_sym_do] = ACTIONS(1220), + [anon_sym_for] = ACTIONS(1220), + [anon_sym_return] = ACTIONS(1220), + [anon_sym_break] = ACTIONS(1220), + [anon_sym_continue] = ACTIONS(1220), + [anon_sym_goto] = ACTIONS(1220), + [anon_sym_DASH_DASH] = ACTIONS(1222), + [anon_sym_PLUS_PLUS] = ACTIONS(1222), + [anon_sym_sizeof] = ACTIONS(1220), + [anon_sym_offsetof] = ACTIONS(1220), + [anon_sym__Generic] = ACTIONS(1220), + [anon_sym_asm] = ACTIONS(1220), + [anon_sym___asm__] = ACTIONS(1220), + [sym_number_literal] = ACTIONS(1222), + [anon_sym_L_SQUOTE] = ACTIONS(1222), + [anon_sym_u_SQUOTE] = ACTIONS(1222), + [anon_sym_U_SQUOTE] = ACTIONS(1222), + [anon_sym_u8_SQUOTE] = ACTIONS(1222), + [anon_sym_SQUOTE] = ACTIONS(1222), + [anon_sym_L_DQUOTE] = ACTIONS(1222), + [anon_sym_u_DQUOTE] = ACTIONS(1222), + [anon_sym_U_DQUOTE] = ACTIONS(1222), + [anon_sym_u8_DQUOTE] = ACTIONS(1222), + [anon_sym_DQUOTE] = ACTIONS(1222), + [sym_true] = ACTIONS(1220), + [sym_false] = ACTIONS(1220), + [sym_null] = ACTIONS(1220), + [sym_comment] = ACTIONS(3), + }, + [339] = { + [ts_builtin_sym_end] = ACTIONS(1296), + [sym_identifier] = ACTIONS(1294), + [aux_sym_preproc_include_token1] = ACTIONS(1294), + [aux_sym_preproc_def_token1] = ACTIONS(1294), + [aux_sym_preproc_if_token1] = ACTIONS(1294), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1294), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1294), + [sym_preproc_directive] = ACTIONS(1294), + [anon_sym_LPAREN2] = ACTIONS(1296), + [anon_sym_BANG] = ACTIONS(1296), + [anon_sym_TILDE] = ACTIONS(1296), + [anon_sym_DASH] = ACTIONS(1294), + [anon_sym_PLUS] = ACTIONS(1294), + [anon_sym_STAR] = ACTIONS(1296), + [anon_sym_AMP] = ACTIONS(1296), + [anon_sym_SEMI] = ACTIONS(1296), + [anon_sym_typedef] = ACTIONS(1294), + [anon_sym_extern] = ACTIONS(1294), + [anon_sym___attribute__] = ACTIONS(1294), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1296), + [anon_sym___declspec] = ACTIONS(1294), + [anon_sym___cdecl] = ACTIONS(1294), + [anon_sym___clrcall] = ACTIONS(1294), + [anon_sym___stdcall] = ACTIONS(1294), + [anon_sym___fastcall] = ACTIONS(1294), + [anon_sym___thiscall] = ACTIONS(1294), + [anon_sym___vectorcall] = ACTIONS(1294), + [anon_sym_LBRACE] = ACTIONS(1296), + [anon_sym_static] = ACTIONS(1294), + [anon_sym_auto] = ACTIONS(1294), + [anon_sym_register] = ACTIONS(1294), + [anon_sym_inline] = ACTIONS(1294), + [anon_sym_const] = ACTIONS(1294), + [anon_sym_volatile] = ACTIONS(1294), + [anon_sym_restrict] = ACTIONS(1294), + [anon_sym___restrict__] = ACTIONS(1294), + [anon_sym__Atomic] = ACTIONS(1294), + [anon_sym__Noreturn] = ACTIONS(1294), + [anon_sym_signed] = ACTIONS(1294), + [anon_sym_unsigned] = ACTIONS(1294), + [anon_sym_long] = ACTIONS(1294), + [anon_sym_short] = ACTIONS(1294), + [sym_primitive_type] = ACTIONS(1294), + [anon_sym_enum] = ACTIONS(1294), + [anon_sym_struct] = ACTIONS(1294), + [anon_sym_union] = ACTIONS(1294), + [anon_sym_if] = ACTIONS(1294), + [anon_sym_switch] = ACTIONS(1294), + [anon_sym_case] = ACTIONS(1294), + [anon_sym_default] = ACTIONS(1294), + [anon_sym_while] = ACTIONS(1294), + [anon_sym_do] = ACTIONS(1294), + [anon_sym_for] = ACTIONS(1294), + [anon_sym_return] = ACTIONS(1294), + [anon_sym_break] = ACTIONS(1294), + [anon_sym_continue] = ACTIONS(1294), + [anon_sym_goto] = ACTIONS(1294), + [anon_sym_DASH_DASH] = ACTIONS(1296), + [anon_sym_PLUS_PLUS] = ACTIONS(1296), + [anon_sym_sizeof] = ACTIONS(1294), + [anon_sym_offsetof] = ACTIONS(1294), + [anon_sym__Generic] = ACTIONS(1294), + [anon_sym_asm] = ACTIONS(1294), + [anon_sym___asm__] = ACTIONS(1294), + [sym_number_literal] = ACTIONS(1296), + [anon_sym_L_SQUOTE] = ACTIONS(1296), + [anon_sym_u_SQUOTE] = ACTIONS(1296), + [anon_sym_U_SQUOTE] = ACTIONS(1296), + [anon_sym_u8_SQUOTE] = ACTIONS(1296), + [anon_sym_SQUOTE] = ACTIONS(1296), + [anon_sym_L_DQUOTE] = ACTIONS(1296), + [anon_sym_u_DQUOTE] = ACTIONS(1296), + [anon_sym_U_DQUOTE] = ACTIONS(1296), + [anon_sym_u8_DQUOTE] = ACTIONS(1296), + [anon_sym_DQUOTE] = ACTIONS(1296), + [sym_true] = ACTIONS(1294), + [sym_false] = ACTIONS(1294), + [sym_null] = ACTIONS(1294), + [sym_comment] = ACTIONS(3), + }, + [340] = { + [ts_builtin_sym_end] = ACTIONS(1292), + [sym_identifier] = ACTIONS(1290), + [aux_sym_preproc_include_token1] = ACTIONS(1290), + [aux_sym_preproc_def_token1] = ACTIONS(1290), + [aux_sym_preproc_if_token1] = ACTIONS(1290), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1290), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1290), + [sym_preproc_directive] = ACTIONS(1290), + [anon_sym_LPAREN2] = ACTIONS(1292), + [anon_sym_BANG] = ACTIONS(1292), + [anon_sym_TILDE] = ACTIONS(1292), + [anon_sym_DASH] = ACTIONS(1290), + [anon_sym_PLUS] = ACTIONS(1290), + [anon_sym_STAR] = ACTIONS(1292), + [anon_sym_AMP] = ACTIONS(1292), + [anon_sym_SEMI] = ACTIONS(1292), + [anon_sym_typedef] = ACTIONS(1290), + [anon_sym_extern] = ACTIONS(1290), + [anon_sym___attribute__] = ACTIONS(1290), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1292), + [anon_sym___declspec] = ACTIONS(1290), + [anon_sym___cdecl] = ACTIONS(1290), + [anon_sym___clrcall] = ACTIONS(1290), + [anon_sym___stdcall] = ACTIONS(1290), + [anon_sym___fastcall] = ACTIONS(1290), + [anon_sym___thiscall] = ACTIONS(1290), + [anon_sym___vectorcall] = ACTIONS(1290), + [anon_sym_LBRACE] = ACTIONS(1292), + [anon_sym_static] = ACTIONS(1290), + [anon_sym_auto] = ACTIONS(1290), + [anon_sym_register] = ACTIONS(1290), + [anon_sym_inline] = ACTIONS(1290), + [anon_sym_const] = ACTIONS(1290), + [anon_sym_volatile] = ACTIONS(1290), + [anon_sym_restrict] = ACTIONS(1290), + [anon_sym___restrict__] = ACTIONS(1290), + [anon_sym__Atomic] = ACTIONS(1290), + [anon_sym__Noreturn] = ACTIONS(1290), + [anon_sym_signed] = ACTIONS(1290), + [anon_sym_unsigned] = ACTIONS(1290), + [anon_sym_long] = ACTIONS(1290), + [anon_sym_short] = ACTIONS(1290), + [sym_primitive_type] = ACTIONS(1290), + [anon_sym_enum] = ACTIONS(1290), + [anon_sym_struct] = ACTIONS(1290), + [anon_sym_union] = ACTIONS(1290), + [anon_sym_if] = ACTIONS(1290), + [anon_sym_switch] = ACTIONS(1290), + [anon_sym_case] = ACTIONS(1290), + [anon_sym_default] = ACTIONS(1290), + [anon_sym_while] = ACTIONS(1290), + [anon_sym_do] = ACTIONS(1290), + [anon_sym_for] = ACTIONS(1290), + [anon_sym_return] = ACTIONS(1290), + [anon_sym_break] = ACTIONS(1290), + [anon_sym_continue] = ACTIONS(1290), + [anon_sym_goto] = ACTIONS(1290), + [anon_sym_DASH_DASH] = ACTIONS(1292), + [anon_sym_PLUS_PLUS] = ACTIONS(1292), + [anon_sym_sizeof] = ACTIONS(1290), + [anon_sym_offsetof] = ACTIONS(1290), + [anon_sym__Generic] = ACTIONS(1290), + [anon_sym_asm] = ACTIONS(1290), + [anon_sym___asm__] = ACTIONS(1290), + [sym_number_literal] = ACTIONS(1292), + [anon_sym_L_SQUOTE] = ACTIONS(1292), + [anon_sym_u_SQUOTE] = ACTIONS(1292), + [anon_sym_U_SQUOTE] = ACTIONS(1292), + [anon_sym_u8_SQUOTE] = ACTIONS(1292), + [anon_sym_SQUOTE] = ACTIONS(1292), + [anon_sym_L_DQUOTE] = ACTIONS(1292), + [anon_sym_u_DQUOTE] = ACTIONS(1292), + [anon_sym_U_DQUOTE] = ACTIONS(1292), + [anon_sym_u8_DQUOTE] = ACTIONS(1292), + [anon_sym_DQUOTE] = ACTIONS(1292), + [sym_true] = ACTIONS(1290), + [sym_false] = ACTIONS(1290), + [sym_null] = ACTIONS(1290), + [sym_comment] = ACTIONS(3), + }, + [341] = { + [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), + [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_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_static] = ACTIONS(1314), + [anon_sym_auto] = ACTIONS(1314), + [anon_sym_register] = ACTIONS(1314), + [anon_sym_inline] = ACTIONS(1314), + [anon_sym_const] = 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_signed] = ACTIONS(1314), + [anon_sym_unsigned] = ACTIONS(1314), + [anon_sym_long] = ACTIONS(1314), + [anon_sym_short] = 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_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_DASH_DASH] = ACTIONS(1316), + [anon_sym_PLUS_PLUS] = ACTIONS(1316), + [anon_sym_sizeof] = 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), + [sym_null] = ACTIONS(1314), + [sym_comment] = ACTIONS(3), + }, + [342] = { + [ts_builtin_sym_end] = ACTIONS(1226), + [sym_identifier] = ACTIONS(1224), + [aux_sym_preproc_include_token1] = ACTIONS(1224), + [aux_sym_preproc_def_token1] = ACTIONS(1224), + [aux_sym_preproc_if_token1] = ACTIONS(1224), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1224), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1224), + [sym_preproc_directive] = ACTIONS(1224), + [anon_sym_LPAREN2] = ACTIONS(1226), + [anon_sym_BANG] = ACTIONS(1226), + [anon_sym_TILDE] = ACTIONS(1226), + [anon_sym_DASH] = ACTIONS(1224), + [anon_sym_PLUS] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(1226), + [anon_sym_AMP] = ACTIONS(1226), + [anon_sym_SEMI] = ACTIONS(1226), + [anon_sym_typedef] = ACTIONS(1224), + [anon_sym_extern] = ACTIONS(1224), + [anon_sym___attribute__] = ACTIONS(1224), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1226), + [anon_sym___declspec] = ACTIONS(1224), + [anon_sym___cdecl] = ACTIONS(1224), + [anon_sym___clrcall] = ACTIONS(1224), + [anon_sym___stdcall] = ACTIONS(1224), + [anon_sym___fastcall] = ACTIONS(1224), + [anon_sym___thiscall] = ACTIONS(1224), + [anon_sym___vectorcall] = ACTIONS(1224), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_static] = ACTIONS(1224), + [anon_sym_auto] = ACTIONS(1224), + [anon_sym_register] = ACTIONS(1224), + [anon_sym_inline] = ACTIONS(1224), + [anon_sym_const] = ACTIONS(1224), + [anon_sym_volatile] = ACTIONS(1224), + [anon_sym_restrict] = ACTIONS(1224), + [anon_sym___restrict__] = ACTIONS(1224), + [anon_sym__Atomic] = ACTIONS(1224), + [anon_sym__Noreturn] = ACTIONS(1224), + [anon_sym_signed] = ACTIONS(1224), + [anon_sym_unsigned] = ACTIONS(1224), + [anon_sym_long] = ACTIONS(1224), + [anon_sym_short] = ACTIONS(1224), + [sym_primitive_type] = ACTIONS(1224), + [anon_sym_enum] = ACTIONS(1224), + [anon_sym_struct] = ACTIONS(1224), + [anon_sym_union] = ACTIONS(1224), + [anon_sym_if] = ACTIONS(1224), + [anon_sym_switch] = ACTIONS(1224), + [anon_sym_case] = ACTIONS(1224), + [anon_sym_default] = ACTIONS(1224), + [anon_sym_while] = ACTIONS(1224), + [anon_sym_do] = ACTIONS(1224), + [anon_sym_for] = ACTIONS(1224), + [anon_sym_return] = ACTIONS(1224), + [anon_sym_break] = ACTIONS(1224), + [anon_sym_continue] = ACTIONS(1224), + [anon_sym_goto] = ACTIONS(1224), + [anon_sym_DASH_DASH] = ACTIONS(1226), + [anon_sym_PLUS_PLUS] = ACTIONS(1226), + [anon_sym_sizeof] = ACTIONS(1224), + [anon_sym_offsetof] = ACTIONS(1224), + [anon_sym__Generic] = ACTIONS(1224), + [anon_sym_asm] = ACTIONS(1224), + [anon_sym___asm__] = ACTIONS(1224), + [sym_number_literal] = ACTIONS(1226), + [anon_sym_L_SQUOTE] = ACTIONS(1226), + [anon_sym_u_SQUOTE] = ACTIONS(1226), + [anon_sym_U_SQUOTE] = ACTIONS(1226), + [anon_sym_u8_SQUOTE] = ACTIONS(1226), + [anon_sym_SQUOTE] = ACTIONS(1226), + [anon_sym_L_DQUOTE] = ACTIONS(1226), + [anon_sym_u_DQUOTE] = ACTIONS(1226), + [anon_sym_U_DQUOTE] = ACTIONS(1226), + [anon_sym_u8_DQUOTE] = ACTIONS(1226), + [anon_sym_DQUOTE] = ACTIONS(1226), + [sym_true] = ACTIONS(1224), + [sym_false] = ACTIONS(1224), + [sym_null] = ACTIONS(1224), + [sym_comment] = ACTIONS(3), + }, + [343] = { + [ts_builtin_sym_end] = ACTIONS(1304), + [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_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_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_static] = ACTIONS(1302), + [anon_sym_auto] = ACTIONS(1302), + [anon_sym_register] = ACTIONS(1302), + [anon_sym_inline] = ACTIONS(1302), + [anon_sym_const] = 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_signed] = ACTIONS(1302), + [anon_sym_unsigned] = ACTIONS(1302), + [anon_sym_long] = ACTIONS(1302), + [anon_sym_short] = 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_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_DASH_DASH] = ACTIONS(1304), + [anon_sym_PLUS_PLUS] = ACTIONS(1304), + [anon_sym_sizeof] = 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), + [sym_null] = ACTIONS(1302), + [sym_comment] = ACTIONS(3), + }, + [344] = { + [ts_builtin_sym_end] = ACTIONS(1206), + [sym_identifier] = ACTIONS(1204), + [aux_sym_preproc_include_token1] = ACTIONS(1204), + [aux_sym_preproc_def_token1] = ACTIONS(1204), + [aux_sym_preproc_if_token1] = ACTIONS(1204), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1204), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1204), + [sym_preproc_directive] = ACTIONS(1204), + [anon_sym_LPAREN2] = ACTIONS(1206), + [anon_sym_BANG] = ACTIONS(1206), + [anon_sym_TILDE] = ACTIONS(1206), + [anon_sym_DASH] = ACTIONS(1204), + [anon_sym_PLUS] = ACTIONS(1204), + [anon_sym_STAR] = ACTIONS(1206), + [anon_sym_AMP] = ACTIONS(1206), + [anon_sym_SEMI] = ACTIONS(1206), + [anon_sym_typedef] = ACTIONS(1204), + [anon_sym_extern] = ACTIONS(1204), + [anon_sym___attribute__] = ACTIONS(1204), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1206), + [anon_sym___declspec] = ACTIONS(1204), + [anon_sym___cdecl] = ACTIONS(1204), + [anon_sym___clrcall] = ACTIONS(1204), + [anon_sym___stdcall] = ACTIONS(1204), + [anon_sym___fastcall] = ACTIONS(1204), + [anon_sym___thiscall] = ACTIONS(1204), + [anon_sym___vectorcall] = ACTIONS(1204), + [anon_sym_LBRACE] = ACTIONS(1206), + [anon_sym_static] = ACTIONS(1204), + [anon_sym_auto] = ACTIONS(1204), + [anon_sym_register] = ACTIONS(1204), + [anon_sym_inline] = ACTIONS(1204), + [anon_sym_const] = ACTIONS(1204), + [anon_sym_volatile] = ACTIONS(1204), + [anon_sym_restrict] = ACTIONS(1204), + [anon_sym___restrict__] = ACTIONS(1204), + [anon_sym__Atomic] = ACTIONS(1204), + [anon_sym__Noreturn] = ACTIONS(1204), + [anon_sym_signed] = ACTIONS(1204), + [anon_sym_unsigned] = ACTIONS(1204), + [anon_sym_long] = ACTIONS(1204), + [anon_sym_short] = ACTIONS(1204), + [sym_primitive_type] = ACTIONS(1204), + [anon_sym_enum] = ACTIONS(1204), + [anon_sym_struct] = ACTIONS(1204), + [anon_sym_union] = ACTIONS(1204), + [anon_sym_if] = ACTIONS(1204), + [anon_sym_switch] = ACTIONS(1204), + [anon_sym_case] = ACTIONS(1204), + [anon_sym_default] = ACTIONS(1204), + [anon_sym_while] = ACTIONS(1204), + [anon_sym_do] = ACTIONS(1204), + [anon_sym_for] = ACTIONS(1204), + [anon_sym_return] = ACTIONS(1204), + [anon_sym_break] = ACTIONS(1204), + [anon_sym_continue] = ACTIONS(1204), + [anon_sym_goto] = ACTIONS(1204), + [anon_sym_DASH_DASH] = ACTIONS(1206), + [anon_sym_PLUS_PLUS] = ACTIONS(1206), + [anon_sym_sizeof] = ACTIONS(1204), + [anon_sym_offsetof] = ACTIONS(1204), + [anon_sym__Generic] = ACTIONS(1204), + [anon_sym_asm] = ACTIONS(1204), + [anon_sym___asm__] = ACTIONS(1204), + [sym_number_literal] = ACTIONS(1206), + [anon_sym_L_SQUOTE] = ACTIONS(1206), + [anon_sym_u_SQUOTE] = ACTIONS(1206), + [anon_sym_U_SQUOTE] = ACTIONS(1206), + [anon_sym_u8_SQUOTE] = ACTIONS(1206), + [anon_sym_SQUOTE] = ACTIONS(1206), + [anon_sym_L_DQUOTE] = ACTIONS(1206), + [anon_sym_u_DQUOTE] = ACTIONS(1206), + [anon_sym_U_DQUOTE] = ACTIONS(1206), + [anon_sym_u8_DQUOTE] = ACTIONS(1206), + [anon_sym_DQUOTE] = ACTIONS(1206), + [sym_true] = ACTIONS(1204), + [sym_false] = ACTIONS(1204), + [sym_null] = ACTIONS(1204), + [sym_comment] = ACTIONS(3), + }, + [345] = { + [sym_identifier] = ACTIONS(1290), + [aux_sym_preproc_include_token1] = ACTIONS(1290), + [aux_sym_preproc_def_token1] = ACTIONS(1290), + [aux_sym_preproc_if_token1] = ACTIONS(1290), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1290), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1290), + [sym_preproc_directive] = ACTIONS(1290), + [anon_sym_LPAREN2] = ACTIONS(1292), + [anon_sym_BANG] = ACTIONS(1292), + [anon_sym_TILDE] = ACTIONS(1292), + [anon_sym_DASH] = ACTIONS(1290), + [anon_sym_PLUS] = ACTIONS(1290), + [anon_sym_STAR] = ACTIONS(1292), + [anon_sym_AMP] = ACTIONS(1292), + [anon_sym_SEMI] = ACTIONS(1292), + [anon_sym_typedef] = ACTIONS(1290), + [anon_sym_extern] = ACTIONS(1290), + [anon_sym___attribute__] = ACTIONS(1290), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1292), + [anon_sym___declspec] = ACTIONS(1290), + [anon_sym___cdecl] = ACTIONS(1290), + [anon_sym___clrcall] = ACTIONS(1290), + [anon_sym___stdcall] = ACTIONS(1290), + [anon_sym___fastcall] = ACTIONS(1290), + [anon_sym___thiscall] = ACTIONS(1290), + [anon_sym___vectorcall] = ACTIONS(1290), + [anon_sym_LBRACE] = ACTIONS(1292), + [anon_sym_RBRACE] = ACTIONS(1292), + [anon_sym_static] = ACTIONS(1290), + [anon_sym_auto] = ACTIONS(1290), + [anon_sym_register] = ACTIONS(1290), + [anon_sym_inline] = ACTIONS(1290), + [anon_sym_const] = ACTIONS(1290), + [anon_sym_volatile] = ACTIONS(1290), + [anon_sym_restrict] = ACTIONS(1290), + [anon_sym___restrict__] = ACTIONS(1290), + [anon_sym__Atomic] = ACTIONS(1290), + [anon_sym__Noreturn] = ACTIONS(1290), + [anon_sym_signed] = ACTIONS(1290), + [anon_sym_unsigned] = ACTIONS(1290), + [anon_sym_long] = ACTIONS(1290), + [anon_sym_short] = ACTIONS(1290), + [sym_primitive_type] = ACTIONS(1290), + [anon_sym_enum] = ACTIONS(1290), + [anon_sym_struct] = ACTIONS(1290), + [anon_sym_union] = ACTIONS(1290), + [anon_sym_if] = ACTIONS(1290), + [anon_sym_switch] = ACTIONS(1290), + [anon_sym_case] = ACTIONS(1290), + [anon_sym_default] = ACTIONS(1290), + [anon_sym_while] = ACTIONS(1290), + [anon_sym_do] = ACTIONS(1290), + [anon_sym_for] = ACTIONS(1290), + [anon_sym_return] = ACTIONS(1290), + [anon_sym_break] = ACTIONS(1290), + [anon_sym_continue] = ACTIONS(1290), + [anon_sym_goto] = ACTIONS(1290), + [anon_sym_DASH_DASH] = ACTIONS(1292), + [anon_sym_PLUS_PLUS] = ACTIONS(1292), + [anon_sym_sizeof] = ACTIONS(1290), + [anon_sym_offsetof] = ACTIONS(1290), + [anon_sym__Generic] = ACTIONS(1290), + [anon_sym_asm] = ACTIONS(1290), + [anon_sym___asm__] = ACTIONS(1290), + [sym_number_literal] = ACTIONS(1292), + [anon_sym_L_SQUOTE] = ACTIONS(1292), + [anon_sym_u_SQUOTE] = ACTIONS(1292), + [anon_sym_U_SQUOTE] = ACTIONS(1292), + [anon_sym_u8_SQUOTE] = ACTIONS(1292), + [anon_sym_SQUOTE] = ACTIONS(1292), + [anon_sym_L_DQUOTE] = ACTIONS(1292), + [anon_sym_u_DQUOTE] = ACTIONS(1292), + [anon_sym_U_DQUOTE] = ACTIONS(1292), + [anon_sym_u8_DQUOTE] = ACTIONS(1292), + [anon_sym_DQUOTE] = ACTIONS(1292), + [sym_true] = ACTIONS(1290), + [sym_false] = ACTIONS(1290), + [sym_null] = ACTIONS(1290), + [sym_comment] = ACTIONS(3), + }, + [346] = { + [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_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_static] = ACTIONS(1298), + [anon_sym_auto] = ACTIONS(1298), + [anon_sym_register] = ACTIONS(1298), + [anon_sym_inline] = ACTIONS(1298), + [anon_sym_const] = 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_signed] = ACTIONS(1298), + [anon_sym_unsigned] = ACTIONS(1298), + [anon_sym_long] = ACTIONS(1298), + [anon_sym_short] = 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_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_DASH_DASH] = ACTIONS(1300), + [anon_sym_PLUS_PLUS] = ACTIONS(1300), + [anon_sym_sizeof] = 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), + [sym_null] = ACTIONS(1298), + [sym_comment] = ACTIONS(3), + }, + [347] = { + [sym_identifier] = ACTIONS(1286), + [aux_sym_preproc_include_token1] = ACTIONS(1286), + [aux_sym_preproc_def_token1] = ACTIONS(1286), + [aux_sym_preproc_if_token1] = ACTIONS(1286), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1286), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1286), + [sym_preproc_directive] = ACTIONS(1286), + [anon_sym_LPAREN2] = ACTIONS(1288), + [anon_sym_BANG] = ACTIONS(1288), + [anon_sym_TILDE] = ACTIONS(1288), + [anon_sym_DASH] = ACTIONS(1286), + [anon_sym_PLUS] = ACTIONS(1286), + [anon_sym_STAR] = ACTIONS(1288), + [anon_sym_AMP] = ACTIONS(1288), + [anon_sym_SEMI] = ACTIONS(1288), + [anon_sym_typedef] = ACTIONS(1286), + [anon_sym_extern] = ACTIONS(1286), + [anon_sym___attribute__] = ACTIONS(1286), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1288), + [anon_sym___declspec] = ACTIONS(1286), + [anon_sym___cdecl] = ACTIONS(1286), + [anon_sym___clrcall] = ACTIONS(1286), + [anon_sym___stdcall] = ACTIONS(1286), + [anon_sym___fastcall] = ACTIONS(1286), + [anon_sym___thiscall] = ACTIONS(1286), + [anon_sym___vectorcall] = ACTIONS(1286), + [anon_sym_LBRACE] = ACTIONS(1288), + [anon_sym_RBRACE] = ACTIONS(1288), + [anon_sym_static] = ACTIONS(1286), + [anon_sym_auto] = ACTIONS(1286), + [anon_sym_register] = ACTIONS(1286), + [anon_sym_inline] = ACTIONS(1286), + [anon_sym_const] = ACTIONS(1286), + [anon_sym_volatile] = ACTIONS(1286), + [anon_sym_restrict] = ACTIONS(1286), + [anon_sym___restrict__] = ACTIONS(1286), + [anon_sym__Atomic] = ACTIONS(1286), + [anon_sym__Noreturn] = ACTIONS(1286), + [anon_sym_signed] = ACTIONS(1286), + [anon_sym_unsigned] = ACTIONS(1286), + [anon_sym_long] = ACTIONS(1286), + [anon_sym_short] = ACTIONS(1286), + [sym_primitive_type] = ACTIONS(1286), + [anon_sym_enum] = ACTIONS(1286), + [anon_sym_struct] = ACTIONS(1286), + [anon_sym_union] = ACTIONS(1286), + [anon_sym_if] = ACTIONS(1286), + [anon_sym_switch] = ACTIONS(1286), + [anon_sym_case] = ACTIONS(1286), + [anon_sym_default] = ACTIONS(1286), + [anon_sym_while] = ACTIONS(1286), + [anon_sym_do] = ACTIONS(1286), + [anon_sym_for] = ACTIONS(1286), + [anon_sym_return] = ACTIONS(1286), + [anon_sym_break] = ACTIONS(1286), + [anon_sym_continue] = ACTIONS(1286), + [anon_sym_goto] = ACTIONS(1286), + [anon_sym_DASH_DASH] = ACTIONS(1288), + [anon_sym_PLUS_PLUS] = ACTIONS(1288), + [anon_sym_sizeof] = ACTIONS(1286), + [anon_sym_offsetof] = ACTIONS(1286), + [anon_sym__Generic] = ACTIONS(1286), + [anon_sym_asm] = ACTIONS(1286), + [anon_sym___asm__] = ACTIONS(1286), + [sym_number_literal] = ACTIONS(1288), + [anon_sym_L_SQUOTE] = ACTIONS(1288), + [anon_sym_u_SQUOTE] = ACTIONS(1288), + [anon_sym_U_SQUOTE] = ACTIONS(1288), + [anon_sym_u8_SQUOTE] = ACTIONS(1288), + [anon_sym_SQUOTE] = ACTIONS(1288), + [anon_sym_L_DQUOTE] = ACTIONS(1288), + [anon_sym_u_DQUOTE] = ACTIONS(1288), + [anon_sym_U_DQUOTE] = ACTIONS(1288), + [anon_sym_u8_DQUOTE] = ACTIONS(1288), + [anon_sym_DQUOTE] = ACTIONS(1288), + [sym_true] = ACTIONS(1286), + [sym_false] = ACTIONS(1286), + [sym_null] = ACTIONS(1286), + [sym_comment] = ACTIONS(3), + }, + [348] = { + [sym_identifier] = ACTIONS(1208), + [aux_sym_preproc_include_token1] = ACTIONS(1208), + [aux_sym_preproc_def_token1] = ACTIONS(1208), + [aux_sym_preproc_if_token1] = ACTIONS(1208), + [aux_sym_preproc_if_token2] = ACTIONS(1208), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1208), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1208), + [sym_preproc_directive] = ACTIONS(1208), + [anon_sym_LPAREN2] = ACTIONS(1210), + [anon_sym_BANG] = ACTIONS(1210), + [anon_sym_TILDE] = ACTIONS(1210), + [anon_sym_DASH] = ACTIONS(1208), + [anon_sym_PLUS] = ACTIONS(1208), + [anon_sym_STAR] = ACTIONS(1210), + [anon_sym_AMP] = ACTIONS(1210), + [anon_sym_SEMI] = ACTIONS(1210), + [anon_sym_typedef] = ACTIONS(1208), + [anon_sym_extern] = ACTIONS(1208), + [anon_sym___attribute__] = ACTIONS(1208), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1210), + [anon_sym___declspec] = ACTIONS(1208), + [anon_sym___cdecl] = ACTIONS(1208), + [anon_sym___clrcall] = ACTIONS(1208), + [anon_sym___stdcall] = ACTIONS(1208), + [anon_sym___fastcall] = ACTIONS(1208), + [anon_sym___thiscall] = ACTIONS(1208), + [anon_sym___vectorcall] = ACTIONS(1208), + [anon_sym_LBRACE] = ACTIONS(1210), + [anon_sym_static] = ACTIONS(1208), + [anon_sym_auto] = ACTIONS(1208), + [anon_sym_register] = ACTIONS(1208), + [anon_sym_inline] = ACTIONS(1208), + [anon_sym_const] = ACTIONS(1208), + [anon_sym_volatile] = ACTIONS(1208), + [anon_sym_restrict] = ACTIONS(1208), + [anon_sym___restrict__] = ACTIONS(1208), + [anon_sym__Atomic] = ACTIONS(1208), + [anon_sym__Noreturn] = ACTIONS(1208), + [anon_sym_signed] = ACTIONS(1208), + [anon_sym_unsigned] = ACTIONS(1208), + [anon_sym_long] = ACTIONS(1208), + [anon_sym_short] = ACTIONS(1208), + [sym_primitive_type] = ACTIONS(1208), + [anon_sym_enum] = ACTIONS(1208), + [anon_sym_struct] = ACTIONS(1208), + [anon_sym_union] = ACTIONS(1208), + [anon_sym_if] = ACTIONS(1208), + [anon_sym_switch] = ACTIONS(1208), + [anon_sym_case] = ACTIONS(1208), + [anon_sym_default] = ACTIONS(1208), + [anon_sym_while] = ACTIONS(1208), + [anon_sym_do] = ACTIONS(1208), + [anon_sym_for] = ACTIONS(1208), + [anon_sym_return] = ACTIONS(1208), + [anon_sym_break] = ACTIONS(1208), + [anon_sym_continue] = ACTIONS(1208), + [anon_sym_goto] = ACTIONS(1208), + [anon_sym_DASH_DASH] = ACTIONS(1210), + [anon_sym_PLUS_PLUS] = ACTIONS(1210), + [anon_sym_sizeof] = ACTIONS(1208), + [anon_sym_offsetof] = ACTIONS(1208), + [anon_sym__Generic] = ACTIONS(1208), + [anon_sym_asm] = ACTIONS(1208), + [anon_sym___asm__] = ACTIONS(1208), + [sym_number_literal] = ACTIONS(1210), + [anon_sym_L_SQUOTE] = ACTIONS(1210), + [anon_sym_u_SQUOTE] = ACTIONS(1210), + [anon_sym_U_SQUOTE] = ACTIONS(1210), + [anon_sym_u8_SQUOTE] = ACTIONS(1210), + [anon_sym_SQUOTE] = ACTIONS(1210), + [anon_sym_L_DQUOTE] = ACTIONS(1210), + [anon_sym_u_DQUOTE] = ACTIONS(1210), + [anon_sym_U_DQUOTE] = ACTIONS(1210), + [anon_sym_u8_DQUOTE] = ACTIONS(1210), + [anon_sym_DQUOTE] = ACTIONS(1210), + [sym_true] = ACTIONS(1208), + [sym_false] = ACTIONS(1208), + [sym_null] = ACTIONS(1208), + [sym_comment] = ACTIONS(3), + }, + [349] = { + [sym_identifier] = ACTIONS(1212), + [aux_sym_preproc_include_token1] = ACTIONS(1212), + [aux_sym_preproc_def_token1] = ACTIONS(1212), + [aux_sym_preproc_if_token1] = ACTIONS(1212), + [aux_sym_preproc_if_token2] = ACTIONS(1212), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1212), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1212), + [sym_preproc_directive] = ACTIONS(1212), + [anon_sym_LPAREN2] = ACTIONS(1214), + [anon_sym_BANG] = ACTIONS(1214), + [anon_sym_TILDE] = ACTIONS(1214), + [anon_sym_DASH] = ACTIONS(1212), + [anon_sym_PLUS] = ACTIONS(1212), + [anon_sym_STAR] = ACTIONS(1214), + [anon_sym_AMP] = ACTIONS(1214), + [anon_sym_SEMI] = ACTIONS(1214), + [anon_sym_typedef] = ACTIONS(1212), + [anon_sym_extern] = ACTIONS(1212), + [anon_sym___attribute__] = ACTIONS(1212), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1214), + [anon_sym___declspec] = ACTIONS(1212), + [anon_sym___cdecl] = ACTIONS(1212), + [anon_sym___clrcall] = ACTIONS(1212), + [anon_sym___stdcall] = ACTIONS(1212), + [anon_sym___fastcall] = ACTIONS(1212), + [anon_sym___thiscall] = ACTIONS(1212), + [anon_sym___vectorcall] = ACTIONS(1212), + [anon_sym_LBRACE] = ACTIONS(1214), + [anon_sym_static] = ACTIONS(1212), + [anon_sym_auto] = ACTIONS(1212), + [anon_sym_register] = ACTIONS(1212), + [anon_sym_inline] = ACTIONS(1212), + [anon_sym_const] = ACTIONS(1212), + [anon_sym_volatile] = ACTIONS(1212), + [anon_sym_restrict] = ACTIONS(1212), + [anon_sym___restrict__] = ACTIONS(1212), + [anon_sym__Atomic] = ACTIONS(1212), + [anon_sym__Noreturn] = ACTIONS(1212), + [anon_sym_signed] = ACTIONS(1212), + [anon_sym_unsigned] = ACTIONS(1212), + [anon_sym_long] = ACTIONS(1212), + [anon_sym_short] = ACTIONS(1212), + [sym_primitive_type] = ACTIONS(1212), + [anon_sym_enum] = ACTIONS(1212), + [anon_sym_struct] = ACTIONS(1212), + [anon_sym_union] = ACTIONS(1212), + [anon_sym_if] = ACTIONS(1212), + [anon_sym_switch] = ACTIONS(1212), + [anon_sym_case] = ACTIONS(1212), + [anon_sym_default] = ACTIONS(1212), + [anon_sym_while] = ACTIONS(1212), + [anon_sym_do] = ACTIONS(1212), + [anon_sym_for] = ACTIONS(1212), + [anon_sym_return] = ACTIONS(1212), + [anon_sym_break] = ACTIONS(1212), + [anon_sym_continue] = ACTIONS(1212), + [anon_sym_goto] = ACTIONS(1212), + [anon_sym_DASH_DASH] = ACTIONS(1214), + [anon_sym_PLUS_PLUS] = ACTIONS(1214), + [anon_sym_sizeof] = ACTIONS(1212), + [anon_sym_offsetof] = ACTIONS(1212), + [anon_sym__Generic] = ACTIONS(1212), + [anon_sym_asm] = ACTIONS(1212), + [anon_sym___asm__] = ACTIONS(1212), + [sym_number_literal] = ACTIONS(1214), + [anon_sym_L_SQUOTE] = ACTIONS(1214), + [anon_sym_u_SQUOTE] = ACTIONS(1214), + [anon_sym_U_SQUOTE] = ACTIONS(1214), + [anon_sym_u8_SQUOTE] = ACTIONS(1214), + [anon_sym_SQUOTE] = ACTIONS(1214), + [anon_sym_L_DQUOTE] = ACTIONS(1214), + [anon_sym_u_DQUOTE] = ACTIONS(1214), + [anon_sym_U_DQUOTE] = ACTIONS(1214), + [anon_sym_u8_DQUOTE] = ACTIONS(1214), + [anon_sym_DQUOTE] = ACTIONS(1214), + [sym_true] = ACTIONS(1212), + [sym_false] = ACTIONS(1212), + [sym_null] = ACTIONS(1212), + [sym_comment] = ACTIONS(3), + }, + [350] = { + [sym_identifier] = ACTIONS(1216), + [aux_sym_preproc_include_token1] = ACTIONS(1216), + [aux_sym_preproc_def_token1] = ACTIONS(1216), + [aux_sym_preproc_if_token1] = ACTIONS(1216), + [aux_sym_preproc_if_token2] = ACTIONS(1216), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1216), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1216), + [sym_preproc_directive] = ACTIONS(1216), + [anon_sym_LPAREN2] = ACTIONS(1218), + [anon_sym_BANG] = ACTIONS(1218), + [anon_sym_TILDE] = ACTIONS(1218), + [anon_sym_DASH] = ACTIONS(1216), + [anon_sym_PLUS] = ACTIONS(1216), + [anon_sym_STAR] = ACTIONS(1218), + [anon_sym_AMP] = ACTIONS(1218), + [anon_sym_SEMI] = ACTIONS(1218), + [anon_sym_typedef] = ACTIONS(1216), + [anon_sym_extern] = ACTIONS(1216), + [anon_sym___attribute__] = ACTIONS(1216), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1218), + [anon_sym___declspec] = ACTIONS(1216), + [anon_sym___cdecl] = ACTIONS(1216), + [anon_sym___clrcall] = ACTIONS(1216), + [anon_sym___stdcall] = ACTIONS(1216), + [anon_sym___fastcall] = ACTIONS(1216), + [anon_sym___thiscall] = ACTIONS(1216), + [anon_sym___vectorcall] = ACTIONS(1216), + [anon_sym_LBRACE] = ACTIONS(1218), + [anon_sym_static] = ACTIONS(1216), + [anon_sym_auto] = ACTIONS(1216), + [anon_sym_register] = ACTIONS(1216), + [anon_sym_inline] = ACTIONS(1216), + [anon_sym_const] = ACTIONS(1216), + [anon_sym_volatile] = ACTIONS(1216), + [anon_sym_restrict] = ACTIONS(1216), + [anon_sym___restrict__] = ACTIONS(1216), + [anon_sym__Atomic] = ACTIONS(1216), + [anon_sym__Noreturn] = ACTIONS(1216), + [anon_sym_signed] = ACTIONS(1216), + [anon_sym_unsigned] = ACTIONS(1216), + [anon_sym_long] = ACTIONS(1216), + [anon_sym_short] = ACTIONS(1216), + [sym_primitive_type] = ACTIONS(1216), + [anon_sym_enum] = ACTIONS(1216), + [anon_sym_struct] = ACTIONS(1216), + [anon_sym_union] = ACTIONS(1216), + [anon_sym_if] = ACTIONS(1216), + [anon_sym_switch] = ACTIONS(1216), + [anon_sym_case] = ACTIONS(1216), + [anon_sym_default] = ACTIONS(1216), + [anon_sym_while] = ACTIONS(1216), + [anon_sym_do] = ACTIONS(1216), + [anon_sym_for] = ACTIONS(1216), + [anon_sym_return] = ACTIONS(1216), + [anon_sym_break] = ACTIONS(1216), + [anon_sym_continue] = ACTIONS(1216), + [anon_sym_goto] = ACTIONS(1216), + [anon_sym_DASH_DASH] = ACTIONS(1218), + [anon_sym_PLUS_PLUS] = ACTIONS(1218), + [anon_sym_sizeof] = ACTIONS(1216), + [anon_sym_offsetof] = ACTIONS(1216), + [anon_sym__Generic] = ACTIONS(1216), + [anon_sym_asm] = ACTIONS(1216), + [anon_sym___asm__] = ACTIONS(1216), + [sym_number_literal] = ACTIONS(1218), + [anon_sym_L_SQUOTE] = ACTIONS(1218), + [anon_sym_u_SQUOTE] = ACTIONS(1218), + [anon_sym_U_SQUOTE] = ACTIONS(1218), + [anon_sym_u8_SQUOTE] = ACTIONS(1218), + [anon_sym_SQUOTE] = ACTIONS(1218), + [anon_sym_L_DQUOTE] = ACTIONS(1218), + [anon_sym_u_DQUOTE] = ACTIONS(1218), + [anon_sym_U_DQUOTE] = ACTIONS(1218), + [anon_sym_u8_DQUOTE] = ACTIONS(1218), + [anon_sym_DQUOTE] = ACTIONS(1218), + [sym_true] = ACTIONS(1216), + [sym_false] = ACTIONS(1216), + [sym_null] = ACTIONS(1216), + [sym_comment] = ACTIONS(3), + }, + [351] = { + [sym_identifier] = ACTIONS(1282), + [aux_sym_preproc_include_token1] = ACTIONS(1282), + [aux_sym_preproc_def_token1] = ACTIONS(1282), + [aux_sym_preproc_if_token1] = ACTIONS(1282), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1282), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1282), + [sym_preproc_directive] = ACTIONS(1282), + [anon_sym_LPAREN2] = ACTIONS(1284), + [anon_sym_BANG] = ACTIONS(1284), + [anon_sym_TILDE] = ACTIONS(1284), + [anon_sym_DASH] = ACTIONS(1282), + [anon_sym_PLUS] = ACTIONS(1282), + [anon_sym_STAR] = ACTIONS(1284), + [anon_sym_AMP] = ACTIONS(1284), + [anon_sym_SEMI] = ACTIONS(1284), + [anon_sym_typedef] = ACTIONS(1282), + [anon_sym_extern] = ACTIONS(1282), + [anon_sym___attribute__] = ACTIONS(1282), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1284), + [anon_sym___declspec] = ACTIONS(1282), + [anon_sym___cdecl] = ACTIONS(1282), + [anon_sym___clrcall] = ACTIONS(1282), + [anon_sym___stdcall] = ACTIONS(1282), + [anon_sym___fastcall] = ACTIONS(1282), + [anon_sym___thiscall] = ACTIONS(1282), + [anon_sym___vectorcall] = ACTIONS(1282), + [anon_sym_LBRACE] = ACTIONS(1284), + [anon_sym_RBRACE] = ACTIONS(1284), + [anon_sym_static] = ACTIONS(1282), + [anon_sym_auto] = ACTIONS(1282), + [anon_sym_register] = ACTIONS(1282), + [anon_sym_inline] = ACTIONS(1282), + [anon_sym_const] = ACTIONS(1282), + [anon_sym_volatile] = ACTIONS(1282), + [anon_sym_restrict] = ACTIONS(1282), + [anon_sym___restrict__] = ACTIONS(1282), + [anon_sym__Atomic] = ACTIONS(1282), + [anon_sym__Noreturn] = ACTIONS(1282), + [anon_sym_signed] = ACTIONS(1282), + [anon_sym_unsigned] = ACTIONS(1282), + [anon_sym_long] = ACTIONS(1282), + [anon_sym_short] = ACTIONS(1282), + [sym_primitive_type] = ACTIONS(1282), + [anon_sym_enum] = ACTIONS(1282), + [anon_sym_struct] = ACTIONS(1282), + [anon_sym_union] = ACTIONS(1282), + [anon_sym_if] = ACTIONS(1282), + [anon_sym_switch] = ACTIONS(1282), + [anon_sym_case] = ACTIONS(1282), + [anon_sym_default] = ACTIONS(1282), + [anon_sym_while] = ACTIONS(1282), + [anon_sym_do] = ACTIONS(1282), + [anon_sym_for] = ACTIONS(1282), + [anon_sym_return] = ACTIONS(1282), + [anon_sym_break] = ACTIONS(1282), + [anon_sym_continue] = ACTIONS(1282), + [anon_sym_goto] = ACTIONS(1282), + [anon_sym_DASH_DASH] = ACTIONS(1284), + [anon_sym_PLUS_PLUS] = ACTIONS(1284), + [anon_sym_sizeof] = ACTIONS(1282), + [anon_sym_offsetof] = ACTIONS(1282), + [anon_sym__Generic] = ACTIONS(1282), + [anon_sym_asm] = ACTIONS(1282), + [anon_sym___asm__] = ACTIONS(1282), + [sym_number_literal] = ACTIONS(1284), + [anon_sym_L_SQUOTE] = ACTIONS(1284), + [anon_sym_u_SQUOTE] = ACTIONS(1284), + [anon_sym_U_SQUOTE] = ACTIONS(1284), + [anon_sym_u8_SQUOTE] = ACTIONS(1284), + [anon_sym_SQUOTE] = ACTIONS(1284), + [anon_sym_L_DQUOTE] = ACTIONS(1284), + [anon_sym_u_DQUOTE] = ACTIONS(1284), + [anon_sym_U_DQUOTE] = ACTIONS(1284), + [anon_sym_u8_DQUOTE] = ACTIONS(1284), + [anon_sym_DQUOTE] = ACTIONS(1284), + [sym_true] = ACTIONS(1282), + [sym_false] = ACTIONS(1282), + [sym_null] = ACTIONS(1282), + [sym_comment] = ACTIONS(3), + }, + [352] = { + [sym_identifier] = ACTIONS(1224), + [aux_sym_preproc_include_token1] = ACTIONS(1224), + [aux_sym_preproc_def_token1] = ACTIONS(1224), + [aux_sym_preproc_if_token1] = ACTIONS(1224), + [aux_sym_preproc_if_token2] = ACTIONS(1224), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1224), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1224), + [sym_preproc_directive] = ACTIONS(1224), + [anon_sym_LPAREN2] = ACTIONS(1226), + [anon_sym_BANG] = ACTIONS(1226), + [anon_sym_TILDE] = ACTIONS(1226), + [anon_sym_DASH] = ACTIONS(1224), + [anon_sym_PLUS] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(1226), + [anon_sym_AMP] = ACTIONS(1226), + [anon_sym_SEMI] = ACTIONS(1226), + [anon_sym_typedef] = ACTIONS(1224), + [anon_sym_extern] = ACTIONS(1224), + [anon_sym___attribute__] = ACTIONS(1224), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1226), + [anon_sym___declspec] = ACTIONS(1224), + [anon_sym___cdecl] = ACTIONS(1224), + [anon_sym___clrcall] = ACTIONS(1224), + [anon_sym___stdcall] = ACTIONS(1224), + [anon_sym___fastcall] = ACTIONS(1224), + [anon_sym___thiscall] = ACTIONS(1224), + [anon_sym___vectorcall] = ACTIONS(1224), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_static] = ACTIONS(1224), + [anon_sym_auto] = ACTIONS(1224), + [anon_sym_register] = ACTIONS(1224), + [anon_sym_inline] = ACTIONS(1224), + [anon_sym_const] = ACTIONS(1224), + [anon_sym_volatile] = ACTIONS(1224), + [anon_sym_restrict] = ACTIONS(1224), + [anon_sym___restrict__] = ACTIONS(1224), + [anon_sym__Atomic] = ACTIONS(1224), + [anon_sym__Noreturn] = ACTIONS(1224), + [anon_sym_signed] = ACTIONS(1224), + [anon_sym_unsigned] = ACTIONS(1224), + [anon_sym_long] = ACTIONS(1224), + [anon_sym_short] = ACTIONS(1224), + [sym_primitive_type] = ACTIONS(1224), + [anon_sym_enum] = ACTIONS(1224), + [anon_sym_struct] = ACTIONS(1224), + [anon_sym_union] = ACTIONS(1224), + [anon_sym_if] = ACTIONS(1224), + [anon_sym_switch] = ACTIONS(1224), + [anon_sym_case] = ACTIONS(1224), + [anon_sym_default] = ACTIONS(1224), + [anon_sym_while] = ACTIONS(1224), + [anon_sym_do] = ACTIONS(1224), + [anon_sym_for] = ACTIONS(1224), + [anon_sym_return] = ACTIONS(1224), + [anon_sym_break] = ACTIONS(1224), + [anon_sym_continue] = ACTIONS(1224), + [anon_sym_goto] = ACTIONS(1224), + [anon_sym_DASH_DASH] = ACTIONS(1226), + [anon_sym_PLUS_PLUS] = ACTIONS(1226), + [anon_sym_sizeof] = ACTIONS(1224), + [anon_sym_offsetof] = ACTIONS(1224), + [anon_sym__Generic] = ACTIONS(1224), + [anon_sym_asm] = ACTIONS(1224), + [anon_sym___asm__] = ACTIONS(1224), + [sym_number_literal] = ACTIONS(1226), + [anon_sym_L_SQUOTE] = ACTIONS(1226), + [anon_sym_u_SQUOTE] = ACTIONS(1226), + [anon_sym_U_SQUOTE] = ACTIONS(1226), + [anon_sym_u8_SQUOTE] = ACTIONS(1226), + [anon_sym_SQUOTE] = ACTIONS(1226), + [anon_sym_L_DQUOTE] = ACTIONS(1226), + [anon_sym_u_DQUOTE] = ACTIONS(1226), + [anon_sym_U_DQUOTE] = ACTIONS(1226), + [anon_sym_u8_DQUOTE] = ACTIONS(1226), + [anon_sym_DQUOTE] = ACTIONS(1226), + [sym_true] = ACTIONS(1224), + [sym_false] = ACTIONS(1224), + [sym_null] = ACTIONS(1224), + [sym_comment] = ACTIONS(3), + }, + [353] = { [sym_identifier] = ACTIONS(1278), [aux_sym_preproc_include_token1] = ACTIONS(1278), [aux_sym_preproc_def_token1] = ACTIONS(1278), @@ -43416,6 +46194,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1278), [anon_sym___vectorcall] = ACTIONS(1278), [anon_sym_LBRACE] = ACTIONS(1280), + [anon_sym_RBRACE] = ACTIONS(1280), [anon_sym_static] = ACTIONS(1278), [anon_sym_auto] = ACTIONS(1278), [anon_sym_register] = ACTIONS(1278), @@ -43468,254 +46247,822 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1278), [sym_comment] = ACTIONS(3), }, - [321] = { - [sym_identifier] = ACTIONS(1134), - [aux_sym_preproc_include_token1] = ACTIONS(1134), - [aux_sym_preproc_def_token1] = ACTIONS(1134), - [aux_sym_preproc_if_token1] = ACTIONS(1134), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1134), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1134), - [sym_preproc_directive] = ACTIONS(1134), - [anon_sym_LPAREN2] = ACTIONS(1136), - [anon_sym_BANG] = ACTIONS(1136), - [anon_sym_TILDE] = ACTIONS(1136), - [anon_sym_DASH] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(1134), - [anon_sym_STAR] = ACTIONS(1136), - [anon_sym_AMP] = ACTIONS(1136), - [anon_sym_SEMI] = ACTIONS(1136), - [anon_sym_typedef] = ACTIONS(1134), - [anon_sym_extern] = ACTIONS(1134), - [anon_sym___attribute__] = ACTIONS(1134), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1136), - [anon_sym___declspec] = ACTIONS(1134), - [anon_sym___cdecl] = ACTIONS(1134), - [anon_sym___clrcall] = ACTIONS(1134), - [anon_sym___stdcall] = ACTIONS(1134), - [anon_sym___fastcall] = ACTIONS(1134), - [anon_sym___thiscall] = ACTIONS(1134), - [anon_sym___vectorcall] = ACTIONS(1134), - [anon_sym_LBRACE] = ACTIONS(1136), - [anon_sym_RBRACE] = ACTIONS(1136), - [anon_sym_static] = ACTIONS(1134), - [anon_sym_auto] = ACTIONS(1134), - [anon_sym_register] = ACTIONS(1134), - [anon_sym_inline] = ACTIONS(1134), - [anon_sym_const] = ACTIONS(1134), - [anon_sym_volatile] = ACTIONS(1134), - [anon_sym_restrict] = ACTIONS(1134), - [anon_sym___restrict__] = ACTIONS(1134), - [anon_sym__Atomic] = ACTIONS(1134), - [anon_sym__Noreturn] = ACTIONS(1134), - [anon_sym_signed] = ACTIONS(1134), - [anon_sym_unsigned] = ACTIONS(1134), - [anon_sym_long] = ACTIONS(1134), - [anon_sym_short] = ACTIONS(1134), - [sym_primitive_type] = ACTIONS(1134), - [anon_sym_enum] = ACTIONS(1134), - [anon_sym_struct] = ACTIONS(1134), - [anon_sym_union] = ACTIONS(1134), - [anon_sym_if] = ACTIONS(1134), - [anon_sym_switch] = ACTIONS(1134), - [anon_sym_case] = ACTIONS(1134), - [anon_sym_default] = ACTIONS(1134), - [anon_sym_while] = ACTIONS(1134), - [anon_sym_do] = ACTIONS(1134), - [anon_sym_for] = ACTIONS(1134), - [anon_sym_return] = ACTIONS(1134), - [anon_sym_break] = ACTIONS(1134), - [anon_sym_continue] = ACTIONS(1134), - [anon_sym_goto] = ACTIONS(1134), - [anon_sym_DASH_DASH] = ACTIONS(1136), - [anon_sym_PLUS_PLUS] = ACTIONS(1136), - [anon_sym_sizeof] = ACTIONS(1134), - [anon_sym_offsetof] = ACTIONS(1134), - [anon_sym__Generic] = ACTIONS(1134), - [anon_sym_asm] = ACTIONS(1134), - [anon_sym___asm__] = ACTIONS(1134), - [sym_number_literal] = ACTIONS(1136), - [anon_sym_L_SQUOTE] = ACTIONS(1136), - [anon_sym_u_SQUOTE] = ACTIONS(1136), - [anon_sym_U_SQUOTE] = ACTIONS(1136), - [anon_sym_u8_SQUOTE] = ACTIONS(1136), - [anon_sym_SQUOTE] = ACTIONS(1136), - [anon_sym_L_DQUOTE] = ACTIONS(1136), - [anon_sym_u_DQUOTE] = ACTIONS(1136), - [anon_sym_U_DQUOTE] = ACTIONS(1136), - [anon_sym_u8_DQUOTE] = ACTIONS(1136), - [anon_sym_DQUOTE] = ACTIONS(1136), - [sym_true] = ACTIONS(1134), - [sym_false] = ACTIONS(1134), - [sym_null] = ACTIONS(1134), + [354] = { + [sym_identifier] = ACTIONS(1274), + [aux_sym_preproc_include_token1] = ACTIONS(1274), + [aux_sym_preproc_def_token1] = ACTIONS(1274), + [aux_sym_preproc_if_token1] = ACTIONS(1274), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1274), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1274), + [sym_preproc_directive] = ACTIONS(1274), + [anon_sym_LPAREN2] = ACTIONS(1276), + [anon_sym_BANG] = ACTIONS(1276), + [anon_sym_TILDE] = ACTIONS(1276), + [anon_sym_DASH] = ACTIONS(1274), + [anon_sym_PLUS] = ACTIONS(1274), + [anon_sym_STAR] = ACTIONS(1276), + [anon_sym_AMP] = ACTIONS(1276), + [anon_sym_SEMI] = ACTIONS(1276), + [anon_sym_typedef] = ACTIONS(1274), + [anon_sym_extern] = ACTIONS(1274), + [anon_sym___attribute__] = ACTIONS(1274), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1276), + [anon_sym___declspec] = ACTIONS(1274), + [anon_sym___cdecl] = ACTIONS(1274), + [anon_sym___clrcall] = ACTIONS(1274), + [anon_sym___stdcall] = ACTIONS(1274), + [anon_sym___fastcall] = ACTIONS(1274), + [anon_sym___thiscall] = ACTIONS(1274), + [anon_sym___vectorcall] = ACTIONS(1274), + [anon_sym_LBRACE] = ACTIONS(1276), + [anon_sym_RBRACE] = ACTIONS(1276), + [anon_sym_static] = ACTIONS(1274), + [anon_sym_auto] = ACTIONS(1274), + [anon_sym_register] = ACTIONS(1274), + [anon_sym_inline] = ACTIONS(1274), + [anon_sym_const] = ACTIONS(1274), + [anon_sym_volatile] = ACTIONS(1274), + [anon_sym_restrict] = ACTIONS(1274), + [anon_sym___restrict__] = ACTIONS(1274), + [anon_sym__Atomic] = ACTIONS(1274), + [anon_sym__Noreturn] = ACTIONS(1274), + [anon_sym_signed] = ACTIONS(1274), + [anon_sym_unsigned] = ACTIONS(1274), + [anon_sym_long] = ACTIONS(1274), + [anon_sym_short] = ACTIONS(1274), + [sym_primitive_type] = ACTIONS(1274), + [anon_sym_enum] = ACTIONS(1274), + [anon_sym_struct] = ACTIONS(1274), + [anon_sym_union] = ACTIONS(1274), + [anon_sym_if] = ACTIONS(1274), + [anon_sym_switch] = ACTIONS(1274), + [anon_sym_case] = ACTIONS(1274), + [anon_sym_default] = ACTIONS(1274), + [anon_sym_while] = ACTIONS(1274), + [anon_sym_do] = ACTIONS(1274), + [anon_sym_for] = ACTIONS(1274), + [anon_sym_return] = ACTIONS(1274), + [anon_sym_break] = ACTIONS(1274), + [anon_sym_continue] = ACTIONS(1274), + [anon_sym_goto] = ACTIONS(1274), + [anon_sym_DASH_DASH] = ACTIONS(1276), + [anon_sym_PLUS_PLUS] = ACTIONS(1276), + [anon_sym_sizeof] = ACTIONS(1274), + [anon_sym_offsetof] = ACTIONS(1274), + [anon_sym__Generic] = ACTIONS(1274), + [anon_sym_asm] = ACTIONS(1274), + [anon_sym___asm__] = ACTIONS(1274), + [sym_number_literal] = ACTIONS(1276), + [anon_sym_L_SQUOTE] = ACTIONS(1276), + [anon_sym_u_SQUOTE] = ACTIONS(1276), + [anon_sym_U_SQUOTE] = ACTIONS(1276), + [anon_sym_u8_SQUOTE] = ACTIONS(1276), + [anon_sym_SQUOTE] = ACTIONS(1276), + [anon_sym_L_DQUOTE] = ACTIONS(1276), + [anon_sym_u_DQUOTE] = ACTIONS(1276), + [anon_sym_U_DQUOTE] = ACTIONS(1276), + [anon_sym_u8_DQUOTE] = ACTIONS(1276), + [anon_sym_DQUOTE] = ACTIONS(1276), + [sym_true] = ACTIONS(1274), + [sym_false] = ACTIONS(1274), + [sym_null] = ACTIONS(1274), [sym_comment] = ACTIONS(3), }, - [322] = { - [sym_identifier] = ACTIONS(1130), - [aux_sym_preproc_include_token1] = ACTIONS(1130), - [aux_sym_preproc_def_token1] = ACTIONS(1130), - [aux_sym_preproc_if_token1] = ACTIONS(1130), - [aux_sym_preproc_if_token2] = ACTIONS(1130), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1130), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1130), - [sym_preproc_directive] = ACTIONS(1130), - [anon_sym_LPAREN2] = ACTIONS(1132), - [anon_sym_BANG] = ACTIONS(1132), - [anon_sym_TILDE] = ACTIONS(1132), - [anon_sym_DASH] = ACTIONS(1130), - [anon_sym_PLUS] = ACTIONS(1130), - [anon_sym_STAR] = ACTIONS(1132), - [anon_sym_AMP] = ACTIONS(1132), - [anon_sym_SEMI] = ACTIONS(1132), - [anon_sym_typedef] = ACTIONS(1130), - [anon_sym_extern] = ACTIONS(1130), - [anon_sym___attribute__] = ACTIONS(1130), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1132), - [anon_sym___declspec] = ACTIONS(1130), - [anon_sym___cdecl] = ACTIONS(1130), - [anon_sym___clrcall] = ACTIONS(1130), - [anon_sym___stdcall] = ACTIONS(1130), - [anon_sym___fastcall] = ACTIONS(1130), - [anon_sym___thiscall] = ACTIONS(1130), - [anon_sym___vectorcall] = ACTIONS(1130), - [anon_sym_LBRACE] = ACTIONS(1132), - [anon_sym_static] = ACTIONS(1130), - [anon_sym_auto] = ACTIONS(1130), - [anon_sym_register] = ACTIONS(1130), - [anon_sym_inline] = ACTIONS(1130), - [anon_sym_const] = ACTIONS(1130), - [anon_sym_volatile] = ACTIONS(1130), - [anon_sym_restrict] = ACTIONS(1130), - [anon_sym___restrict__] = ACTIONS(1130), - [anon_sym__Atomic] = ACTIONS(1130), - [anon_sym__Noreturn] = ACTIONS(1130), - [anon_sym_signed] = ACTIONS(1130), - [anon_sym_unsigned] = ACTIONS(1130), - [anon_sym_long] = ACTIONS(1130), - [anon_sym_short] = ACTIONS(1130), - [sym_primitive_type] = ACTIONS(1130), - [anon_sym_enum] = ACTIONS(1130), - [anon_sym_struct] = ACTIONS(1130), - [anon_sym_union] = ACTIONS(1130), - [anon_sym_if] = ACTIONS(1130), - [anon_sym_switch] = ACTIONS(1130), - [anon_sym_case] = ACTIONS(1130), - [anon_sym_default] = ACTIONS(1130), - [anon_sym_while] = ACTIONS(1130), - [anon_sym_do] = ACTIONS(1130), - [anon_sym_for] = ACTIONS(1130), - [anon_sym_return] = ACTIONS(1130), - [anon_sym_break] = ACTIONS(1130), - [anon_sym_continue] = ACTIONS(1130), - [anon_sym_goto] = ACTIONS(1130), - [anon_sym_DASH_DASH] = ACTIONS(1132), - [anon_sym_PLUS_PLUS] = ACTIONS(1132), - [anon_sym_sizeof] = ACTIONS(1130), - [anon_sym_offsetof] = ACTIONS(1130), - [anon_sym__Generic] = ACTIONS(1130), - [anon_sym_asm] = ACTIONS(1130), - [anon_sym___asm__] = ACTIONS(1130), - [sym_number_literal] = ACTIONS(1132), - [anon_sym_L_SQUOTE] = ACTIONS(1132), - [anon_sym_u_SQUOTE] = ACTIONS(1132), - [anon_sym_U_SQUOTE] = ACTIONS(1132), - [anon_sym_u8_SQUOTE] = ACTIONS(1132), - [anon_sym_SQUOTE] = ACTIONS(1132), - [anon_sym_L_DQUOTE] = ACTIONS(1132), - [anon_sym_u_DQUOTE] = ACTIONS(1132), - [anon_sym_U_DQUOTE] = ACTIONS(1132), - [anon_sym_u8_DQUOTE] = ACTIONS(1132), - [anon_sym_DQUOTE] = ACTIONS(1132), - [sym_true] = ACTIONS(1130), - [sym_false] = ACTIONS(1130), - [sym_null] = ACTIONS(1130), + [355] = { + [ts_builtin_sym_end] = ACTIONS(1366), + [sym_identifier] = ACTIONS(1364), + [aux_sym_preproc_include_token1] = ACTIONS(1364), + [aux_sym_preproc_def_token1] = ACTIONS(1364), + [aux_sym_preproc_if_token1] = ACTIONS(1364), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1364), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1364), + [sym_preproc_directive] = ACTIONS(1364), + [anon_sym_LPAREN2] = ACTIONS(1366), + [anon_sym_BANG] = ACTIONS(1366), + [anon_sym_TILDE] = ACTIONS(1366), + [anon_sym_DASH] = ACTIONS(1364), + [anon_sym_PLUS] = ACTIONS(1364), + [anon_sym_STAR] = ACTIONS(1366), + [anon_sym_AMP] = ACTIONS(1366), + [anon_sym_SEMI] = ACTIONS(1366), + [anon_sym_typedef] = ACTIONS(1364), + [anon_sym_extern] = ACTIONS(1364), + [anon_sym___attribute__] = ACTIONS(1364), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1366), + [anon_sym___declspec] = ACTIONS(1364), + [anon_sym___cdecl] = ACTIONS(1364), + [anon_sym___clrcall] = ACTIONS(1364), + [anon_sym___stdcall] = ACTIONS(1364), + [anon_sym___fastcall] = ACTIONS(1364), + [anon_sym___thiscall] = ACTIONS(1364), + [anon_sym___vectorcall] = ACTIONS(1364), + [anon_sym_LBRACE] = ACTIONS(1366), + [anon_sym_static] = ACTIONS(1364), + [anon_sym_auto] = ACTIONS(1364), + [anon_sym_register] = ACTIONS(1364), + [anon_sym_inline] = ACTIONS(1364), + [anon_sym_const] = ACTIONS(1364), + [anon_sym_volatile] = ACTIONS(1364), + [anon_sym_restrict] = ACTIONS(1364), + [anon_sym___restrict__] = ACTIONS(1364), + [anon_sym__Atomic] = ACTIONS(1364), + [anon_sym__Noreturn] = ACTIONS(1364), + [anon_sym_signed] = ACTIONS(1364), + [anon_sym_unsigned] = ACTIONS(1364), + [anon_sym_long] = ACTIONS(1364), + [anon_sym_short] = ACTIONS(1364), + [sym_primitive_type] = ACTIONS(1364), + [anon_sym_enum] = ACTIONS(1364), + [anon_sym_struct] = ACTIONS(1364), + [anon_sym_union] = ACTIONS(1364), + [anon_sym_if] = ACTIONS(1364), + [anon_sym_switch] = ACTIONS(1364), + [anon_sym_case] = ACTIONS(1364), + [anon_sym_default] = ACTIONS(1364), + [anon_sym_while] = ACTIONS(1364), + [anon_sym_do] = ACTIONS(1364), + [anon_sym_for] = ACTIONS(1364), + [anon_sym_return] = ACTIONS(1364), + [anon_sym_break] = ACTIONS(1364), + [anon_sym_continue] = ACTIONS(1364), + [anon_sym_goto] = ACTIONS(1364), + [anon_sym_DASH_DASH] = ACTIONS(1366), + [anon_sym_PLUS_PLUS] = ACTIONS(1366), + [anon_sym_sizeof] = ACTIONS(1364), + [anon_sym_offsetof] = ACTIONS(1364), + [anon_sym__Generic] = ACTIONS(1364), + [anon_sym_asm] = ACTIONS(1364), + [anon_sym___asm__] = ACTIONS(1364), + [sym_number_literal] = ACTIONS(1366), + [anon_sym_L_SQUOTE] = ACTIONS(1366), + [anon_sym_u_SQUOTE] = ACTIONS(1366), + [anon_sym_U_SQUOTE] = ACTIONS(1366), + [anon_sym_u8_SQUOTE] = ACTIONS(1366), + [anon_sym_SQUOTE] = ACTIONS(1366), + [anon_sym_L_DQUOTE] = ACTIONS(1366), + [anon_sym_u_DQUOTE] = ACTIONS(1366), + [anon_sym_U_DQUOTE] = ACTIONS(1366), + [anon_sym_u8_DQUOTE] = ACTIONS(1366), + [anon_sym_DQUOTE] = ACTIONS(1366), + [sym_true] = ACTIONS(1364), + [sym_false] = ACTIONS(1364), + [sym_null] = ACTIONS(1364), [sym_comment] = ACTIONS(3), }, - [323] = { - [ts_builtin_sym_end] = ACTIONS(1078), - [sym_identifier] = ACTIONS(1076), - [aux_sym_preproc_include_token1] = ACTIONS(1076), - [aux_sym_preproc_def_token1] = ACTIONS(1076), - [aux_sym_preproc_if_token1] = ACTIONS(1076), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1076), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1076), - [sym_preproc_directive] = ACTIONS(1076), - [anon_sym_LPAREN2] = ACTIONS(1078), - [anon_sym_BANG] = ACTIONS(1078), - [anon_sym_TILDE] = ACTIONS(1078), - [anon_sym_DASH] = ACTIONS(1076), - [anon_sym_PLUS] = ACTIONS(1076), - [anon_sym_STAR] = ACTIONS(1078), - [anon_sym_AMP] = ACTIONS(1078), - [anon_sym_SEMI] = ACTIONS(1078), - [anon_sym_typedef] = ACTIONS(1076), - [anon_sym_extern] = ACTIONS(1076), - [anon_sym___attribute__] = ACTIONS(1076), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1078), - [anon_sym___declspec] = ACTIONS(1076), - [anon_sym___cdecl] = ACTIONS(1076), - [anon_sym___clrcall] = ACTIONS(1076), - [anon_sym___stdcall] = ACTIONS(1076), - [anon_sym___fastcall] = ACTIONS(1076), - [anon_sym___thiscall] = ACTIONS(1076), - [anon_sym___vectorcall] = ACTIONS(1076), - [anon_sym_LBRACE] = ACTIONS(1078), - [anon_sym_static] = ACTIONS(1076), - [anon_sym_auto] = ACTIONS(1076), - [anon_sym_register] = ACTIONS(1076), - [anon_sym_inline] = ACTIONS(1076), - [anon_sym_const] = ACTIONS(1076), - [anon_sym_volatile] = ACTIONS(1076), - [anon_sym_restrict] = ACTIONS(1076), - [anon_sym___restrict__] = ACTIONS(1076), - [anon_sym__Atomic] = ACTIONS(1076), - [anon_sym__Noreturn] = ACTIONS(1076), - [anon_sym_signed] = ACTIONS(1076), - [anon_sym_unsigned] = ACTIONS(1076), - [anon_sym_long] = ACTIONS(1076), - [anon_sym_short] = ACTIONS(1076), - [sym_primitive_type] = ACTIONS(1076), - [anon_sym_enum] = ACTIONS(1076), - [anon_sym_struct] = ACTIONS(1076), - [anon_sym_union] = ACTIONS(1076), - [anon_sym_if] = ACTIONS(1076), - [anon_sym_switch] = ACTIONS(1076), - [anon_sym_case] = ACTIONS(1076), - [anon_sym_default] = ACTIONS(1076), - [anon_sym_while] = ACTIONS(1076), - [anon_sym_do] = ACTIONS(1076), - [anon_sym_for] = ACTIONS(1076), - [anon_sym_return] = ACTIONS(1076), - [anon_sym_break] = ACTIONS(1076), - [anon_sym_continue] = ACTIONS(1076), - [anon_sym_goto] = ACTIONS(1076), - [anon_sym_DASH_DASH] = ACTIONS(1078), - [anon_sym_PLUS_PLUS] = ACTIONS(1078), - [anon_sym_sizeof] = ACTIONS(1076), - [anon_sym_offsetof] = ACTIONS(1076), - [anon_sym__Generic] = ACTIONS(1076), - [anon_sym_asm] = ACTIONS(1076), - [anon_sym___asm__] = ACTIONS(1076), - [sym_number_literal] = ACTIONS(1078), - [anon_sym_L_SQUOTE] = ACTIONS(1078), - [anon_sym_u_SQUOTE] = ACTIONS(1078), - [anon_sym_U_SQUOTE] = ACTIONS(1078), - [anon_sym_u8_SQUOTE] = ACTIONS(1078), - [anon_sym_SQUOTE] = ACTIONS(1078), - [anon_sym_L_DQUOTE] = ACTIONS(1078), - [anon_sym_u_DQUOTE] = ACTIONS(1078), - [anon_sym_U_DQUOTE] = ACTIONS(1078), - [anon_sym_u8_DQUOTE] = ACTIONS(1078), - [anon_sym_DQUOTE] = ACTIONS(1078), - [sym_true] = ACTIONS(1076), - [sym_false] = ACTIONS(1076), - [sym_null] = ACTIONS(1076), + [356] = { + [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_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_static] = ACTIONS(1310), + [anon_sym_auto] = ACTIONS(1310), + [anon_sym_register] = ACTIONS(1310), + [anon_sym_inline] = ACTIONS(1310), + [anon_sym_const] = 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_signed] = ACTIONS(1310), + [anon_sym_unsigned] = ACTIONS(1310), + [anon_sym_long] = ACTIONS(1310), + [anon_sym_short] = 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_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_DASH_DASH] = ACTIONS(1312), + [anon_sym_PLUS_PLUS] = ACTIONS(1312), + [anon_sym_sizeof] = 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), + [sym_null] = ACTIONS(1310), [sym_comment] = ACTIONS(3), }, - [324] = { + [357] = { + [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_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_static] = ACTIONS(1314), + [anon_sym_auto] = ACTIONS(1314), + [anon_sym_register] = ACTIONS(1314), + [anon_sym_inline] = ACTIONS(1314), + [anon_sym_const] = 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_signed] = ACTIONS(1314), + [anon_sym_unsigned] = ACTIONS(1314), + [anon_sym_long] = ACTIONS(1314), + [anon_sym_short] = 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_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_DASH_DASH] = ACTIONS(1316), + [anon_sym_PLUS_PLUS] = ACTIONS(1316), + [anon_sym_sizeof] = 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), + [sym_null] = ACTIONS(1314), + [sym_comment] = ACTIONS(3), + }, + [358] = { + [sym_identifier] = ACTIONS(1270), + [aux_sym_preproc_include_token1] = ACTIONS(1270), + [aux_sym_preproc_def_token1] = ACTIONS(1270), + [aux_sym_preproc_if_token1] = ACTIONS(1270), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1270), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1270), + [sym_preproc_directive] = ACTIONS(1270), + [anon_sym_LPAREN2] = ACTIONS(1272), + [anon_sym_BANG] = ACTIONS(1272), + [anon_sym_TILDE] = ACTIONS(1272), + [anon_sym_DASH] = ACTIONS(1270), + [anon_sym_PLUS] = ACTIONS(1270), + [anon_sym_STAR] = ACTIONS(1272), + [anon_sym_AMP] = ACTIONS(1272), + [anon_sym_SEMI] = ACTIONS(1272), + [anon_sym_typedef] = ACTIONS(1270), + [anon_sym_extern] = ACTIONS(1270), + [anon_sym___attribute__] = ACTIONS(1270), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1272), + [anon_sym___declspec] = ACTIONS(1270), + [anon_sym___cdecl] = ACTIONS(1270), + [anon_sym___clrcall] = ACTIONS(1270), + [anon_sym___stdcall] = ACTIONS(1270), + [anon_sym___fastcall] = ACTIONS(1270), + [anon_sym___thiscall] = ACTIONS(1270), + [anon_sym___vectorcall] = ACTIONS(1270), + [anon_sym_LBRACE] = ACTIONS(1272), + [anon_sym_RBRACE] = ACTIONS(1272), + [anon_sym_static] = ACTIONS(1270), + [anon_sym_auto] = ACTIONS(1270), + [anon_sym_register] = ACTIONS(1270), + [anon_sym_inline] = ACTIONS(1270), + [anon_sym_const] = ACTIONS(1270), + [anon_sym_volatile] = ACTIONS(1270), + [anon_sym_restrict] = ACTIONS(1270), + [anon_sym___restrict__] = ACTIONS(1270), + [anon_sym__Atomic] = ACTIONS(1270), + [anon_sym__Noreturn] = ACTIONS(1270), + [anon_sym_signed] = ACTIONS(1270), + [anon_sym_unsigned] = ACTIONS(1270), + [anon_sym_long] = ACTIONS(1270), + [anon_sym_short] = ACTIONS(1270), + [sym_primitive_type] = ACTIONS(1270), + [anon_sym_enum] = ACTIONS(1270), + [anon_sym_struct] = ACTIONS(1270), + [anon_sym_union] = ACTIONS(1270), + [anon_sym_if] = ACTIONS(1270), + [anon_sym_switch] = ACTIONS(1270), + [anon_sym_case] = ACTIONS(1270), + [anon_sym_default] = ACTIONS(1270), + [anon_sym_while] = ACTIONS(1270), + [anon_sym_do] = ACTIONS(1270), + [anon_sym_for] = ACTIONS(1270), + [anon_sym_return] = ACTIONS(1270), + [anon_sym_break] = ACTIONS(1270), + [anon_sym_continue] = ACTIONS(1270), + [anon_sym_goto] = ACTIONS(1270), + [anon_sym_DASH_DASH] = ACTIONS(1272), + [anon_sym_PLUS_PLUS] = ACTIONS(1272), + [anon_sym_sizeof] = ACTIONS(1270), + [anon_sym_offsetof] = ACTIONS(1270), + [anon_sym__Generic] = ACTIONS(1270), + [anon_sym_asm] = ACTIONS(1270), + [anon_sym___asm__] = ACTIONS(1270), + [sym_number_literal] = ACTIONS(1272), + [anon_sym_L_SQUOTE] = ACTIONS(1272), + [anon_sym_u_SQUOTE] = ACTIONS(1272), + [anon_sym_U_SQUOTE] = ACTIONS(1272), + [anon_sym_u8_SQUOTE] = ACTIONS(1272), + [anon_sym_SQUOTE] = ACTIONS(1272), + [anon_sym_L_DQUOTE] = ACTIONS(1272), + [anon_sym_u_DQUOTE] = ACTIONS(1272), + [anon_sym_U_DQUOTE] = ACTIONS(1272), + [anon_sym_u8_DQUOTE] = ACTIONS(1272), + [anon_sym_DQUOTE] = ACTIONS(1272), + [sym_true] = ACTIONS(1270), + [sym_false] = ACTIONS(1270), + [sym_null] = ACTIONS(1270), + [sym_comment] = ACTIONS(3), + }, + [359] = { + [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_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_static] = ACTIONS(1310), + [anon_sym_auto] = ACTIONS(1310), + [anon_sym_register] = ACTIONS(1310), + [anon_sym_inline] = ACTIONS(1310), + [anon_sym_const] = 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_signed] = ACTIONS(1310), + [anon_sym_unsigned] = ACTIONS(1310), + [anon_sym_long] = ACTIONS(1310), + [anon_sym_short] = 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_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_DASH_DASH] = ACTIONS(1312), + [anon_sym_PLUS_PLUS] = ACTIONS(1312), + [anon_sym_sizeof] = 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), + [sym_null] = ACTIONS(1310), + [sym_comment] = ACTIONS(3), + }, + [360] = { + [sym_identifier] = ACTIONS(1270), + [aux_sym_preproc_include_token1] = ACTIONS(1270), + [aux_sym_preproc_def_token1] = ACTIONS(1270), + [aux_sym_preproc_if_token1] = ACTIONS(1270), + [aux_sym_preproc_if_token2] = ACTIONS(1270), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1270), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1270), + [sym_preproc_directive] = ACTIONS(1270), + [anon_sym_LPAREN2] = ACTIONS(1272), + [anon_sym_BANG] = ACTIONS(1272), + [anon_sym_TILDE] = ACTIONS(1272), + [anon_sym_DASH] = ACTIONS(1270), + [anon_sym_PLUS] = ACTIONS(1270), + [anon_sym_STAR] = ACTIONS(1272), + [anon_sym_AMP] = ACTIONS(1272), + [anon_sym_SEMI] = ACTIONS(1272), + [anon_sym_typedef] = ACTIONS(1270), + [anon_sym_extern] = ACTIONS(1270), + [anon_sym___attribute__] = ACTIONS(1270), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1272), + [anon_sym___declspec] = ACTIONS(1270), + [anon_sym___cdecl] = ACTIONS(1270), + [anon_sym___clrcall] = ACTIONS(1270), + [anon_sym___stdcall] = ACTIONS(1270), + [anon_sym___fastcall] = ACTIONS(1270), + [anon_sym___thiscall] = ACTIONS(1270), + [anon_sym___vectorcall] = ACTIONS(1270), + [anon_sym_LBRACE] = ACTIONS(1272), + [anon_sym_static] = ACTIONS(1270), + [anon_sym_auto] = ACTIONS(1270), + [anon_sym_register] = ACTIONS(1270), + [anon_sym_inline] = ACTIONS(1270), + [anon_sym_const] = ACTIONS(1270), + [anon_sym_volatile] = ACTIONS(1270), + [anon_sym_restrict] = ACTIONS(1270), + [anon_sym___restrict__] = ACTIONS(1270), + [anon_sym__Atomic] = ACTIONS(1270), + [anon_sym__Noreturn] = ACTIONS(1270), + [anon_sym_signed] = ACTIONS(1270), + [anon_sym_unsigned] = ACTIONS(1270), + [anon_sym_long] = ACTIONS(1270), + [anon_sym_short] = ACTIONS(1270), + [sym_primitive_type] = ACTIONS(1270), + [anon_sym_enum] = ACTIONS(1270), + [anon_sym_struct] = ACTIONS(1270), + [anon_sym_union] = ACTIONS(1270), + [anon_sym_if] = ACTIONS(1270), + [anon_sym_switch] = ACTIONS(1270), + [anon_sym_case] = ACTIONS(1270), + [anon_sym_default] = ACTIONS(1270), + [anon_sym_while] = ACTIONS(1270), + [anon_sym_do] = ACTIONS(1270), + [anon_sym_for] = ACTIONS(1270), + [anon_sym_return] = ACTIONS(1270), + [anon_sym_break] = ACTIONS(1270), + [anon_sym_continue] = ACTIONS(1270), + [anon_sym_goto] = ACTIONS(1270), + [anon_sym_DASH_DASH] = ACTIONS(1272), + [anon_sym_PLUS_PLUS] = ACTIONS(1272), + [anon_sym_sizeof] = ACTIONS(1270), + [anon_sym_offsetof] = ACTIONS(1270), + [anon_sym__Generic] = ACTIONS(1270), + [anon_sym_asm] = ACTIONS(1270), + [anon_sym___asm__] = ACTIONS(1270), + [sym_number_literal] = ACTIONS(1272), + [anon_sym_L_SQUOTE] = ACTIONS(1272), + [anon_sym_u_SQUOTE] = ACTIONS(1272), + [anon_sym_U_SQUOTE] = ACTIONS(1272), + [anon_sym_u8_SQUOTE] = ACTIONS(1272), + [anon_sym_SQUOTE] = ACTIONS(1272), + [anon_sym_L_DQUOTE] = ACTIONS(1272), + [anon_sym_u_DQUOTE] = ACTIONS(1272), + [anon_sym_U_DQUOTE] = ACTIONS(1272), + [anon_sym_u8_DQUOTE] = ACTIONS(1272), + [anon_sym_DQUOTE] = ACTIONS(1272), + [sym_true] = ACTIONS(1270), + [sym_false] = ACTIONS(1270), + [sym_null] = ACTIONS(1270), + [sym_comment] = ACTIONS(3), + }, + [361] = { + [ts_builtin_sym_end] = ACTIONS(1272), + [sym_identifier] = ACTIONS(1270), + [aux_sym_preproc_include_token1] = ACTIONS(1270), + [aux_sym_preproc_def_token1] = ACTIONS(1270), + [aux_sym_preproc_if_token1] = ACTIONS(1270), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1270), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1270), + [sym_preproc_directive] = ACTIONS(1270), + [anon_sym_LPAREN2] = ACTIONS(1272), + [anon_sym_BANG] = ACTIONS(1272), + [anon_sym_TILDE] = ACTIONS(1272), + [anon_sym_DASH] = ACTIONS(1270), + [anon_sym_PLUS] = ACTIONS(1270), + [anon_sym_STAR] = ACTIONS(1272), + [anon_sym_AMP] = ACTIONS(1272), + [anon_sym_SEMI] = ACTIONS(1272), + [anon_sym_typedef] = ACTIONS(1270), + [anon_sym_extern] = ACTIONS(1270), + [anon_sym___attribute__] = ACTIONS(1270), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1272), + [anon_sym___declspec] = ACTIONS(1270), + [anon_sym___cdecl] = ACTIONS(1270), + [anon_sym___clrcall] = ACTIONS(1270), + [anon_sym___stdcall] = ACTIONS(1270), + [anon_sym___fastcall] = ACTIONS(1270), + [anon_sym___thiscall] = ACTIONS(1270), + [anon_sym___vectorcall] = ACTIONS(1270), + [anon_sym_LBRACE] = ACTIONS(1272), + [anon_sym_static] = ACTIONS(1270), + [anon_sym_auto] = ACTIONS(1270), + [anon_sym_register] = ACTIONS(1270), + [anon_sym_inline] = ACTIONS(1270), + [anon_sym_const] = ACTIONS(1270), + [anon_sym_volatile] = ACTIONS(1270), + [anon_sym_restrict] = ACTIONS(1270), + [anon_sym___restrict__] = ACTIONS(1270), + [anon_sym__Atomic] = ACTIONS(1270), + [anon_sym__Noreturn] = ACTIONS(1270), + [anon_sym_signed] = ACTIONS(1270), + [anon_sym_unsigned] = ACTIONS(1270), + [anon_sym_long] = ACTIONS(1270), + [anon_sym_short] = ACTIONS(1270), + [sym_primitive_type] = ACTIONS(1270), + [anon_sym_enum] = ACTIONS(1270), + [anon_sym_struct] = ACTIONS(1270), + [anon_sym_union] = ACTIONS(1270), + [anon_sym_if] = ACTIONS(1270), + [anon_sym_switch] = ACTIONS(1270), + [anon_sym_case] = ACTIONS(1270), + [anon_sym_default] = ACTIONS(1270), + [anon_sym_while] = ACTIONS(1270), + [anon_sym_do] = ACTIONS(1270), + [anon_sym_for] = ACTIONS(1270), + [anon_sym_return] = ACTIONS(1270), + [anon_sym_break] = ACTIONS(1270), + [anon_sym_continue] = ACTIONS(1270), + [anon_sym_goto] = ACTIONS(1270), + [anon_sym_DASH_DASH] = ACTIONS(1272), + [anon_sym_PLUS_PLUS] = ACTIONS(1272), + [anon_sym_sizeof] = ACTIONS(1270), + [anon_sym_offsetof] = ACTIONS(1270), + [anon_sym__Generic] = ACTIONS(1270), + [anon_sym_asm] = ACTIONS(1270), + [anon_sym___asm__] = ACTIONS(1270), + [sym_number_literal] = ACTIONS(1272), + [anon_sym_L_SQUOTE] = ACTIONS(1272), + [anon_sym_u_SQUOTE] = ACTIONS(1272), + [anon_sym_U_SQUOTE] = ACTIONS(1272), + [anon_sym_u8_SQUOTE] = ACTIONS(1272), + [anon_sym_SQUOTE] = ACTIONS(1272), + [anon_sym_L_DQUOTE] = ACTIONS(1272), + [anon_sym_u_DQUOTE] = ACTIONS(1272), + [anon_sym_U_DQUOTE] = ACTIONS(1272), + [anon_sym_u8_DQUOTE] = ACTIONS(1272), + [anon_sym_DQUOTE] = ACTIONS(1272), + [sym_true] = ACTIONS(1270), + [sym_false] = ACTIONS(1270), + [sym_null] = ACTIONS(1270), + [sym_comment] = ACTIONS(3), + }, + [362] = { + [sym_identifier] = ACTIONS(1224), + [aux_sym_preproc_include_token1] = ACTIONS(1224), + [aux_sym_preproc_def_token1] = ACTIONS(1224), + [aux_sym_preproc_if_token1] = ACTIONS(1224), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1224), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1224), + [sym_preproc_directive] = ACTIONS(1224), + [anon_sym_LPAREN2] = ACTIONS(1226), + [anon_sym_BANG] = ACTIONS(1226), + [anon_sym_TILDE] = ACTIONS(1226), + [anon_sym_DASH] = ACTIONS(1224), + [anon_sym_PLUS] = ACTIONS(1224), + [anon_sym_STAR] = ACTIONS(1226), + [anon_sym_AMP] = ACTIONS(1226), + [anon_sym_SEMI] = ACTIONS(1226), + [anon_sym_typedef] = ACTIONS(1224), + [anon_sym_extern] = ACTIONS(1224), + [anon_sym___attribute__] = ACTIONS(1224), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1226), + [anon_sym___declspec] = ACTIONS(1224), + [anon_sym___cdecl] = ACTIONS(1224), + [anon_sym___clrcall] = ACTIONS(1224), + [anon_sym___stdcall] = ACTIONS(1224), + [anon_sym___fastcall] = ACTIONS(1224), + [anon_sym___thiscall] = ACTIONS(1224), + [anon_sym___vectorcall] = ACTIONS(1224), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_RBRACE] = ACTIONS(1226), + [anon_sym_static] = ACTIONS(1224), + [anon_sym_auto] = ACTIONS(1224), + [anon_sym_register] = ACTIONS(1224), + [anon_sym_inline] = ACTIONS(1224), + [anon_sym_const] = ACTIONS(1224), + [anon_sym_volatile] = ACTIONS(1224), + [anon_sym_restrict] = ACTIONS(1224), + [anon_sym___restrict__] = ACTIONS(1224), + [anon_sym__Atomic] = ACTIONS(1224), + [anon_sym__Noreturn] = ACTIONS(1224), + [anon_sym_signed] = ACTIONS(1224), + [anon_sym_unsigned] = ACTIONS(1224), + [anon_sym_long] = ACTIONS(1224), + [anon_sym_short] = ACTIONS(1224), + [sym_primitive_type] = ACTIONS(1224), + [anon_sym_enum] = ACTIONS(1224), + [anon_sym_struct] = ACTIONS(1224), + [anon_sym_union] = ACTIONS(1224), + [anon_sym_if] = ACTIONS(1224), + [anon_sym_switch] = ACTIONS(1224), + [anon_sym_case] = ACTIONS(1224), + [anon_sym_default] = ACTIONS(1224), + [anon_sym_while] = ACTIONS(1224), + [anon_sym_do] = ACTIONS(1224), + [anon_sym_for] = ACTIONS(1224), + [anon_sym_return] = ACTIONS(1224), + [anon_sym_break] = ACTIONS(1224), + [anon_sym_continue] = ACTIONS(1224), + [anon_sym_goto] = ACTIONS(1224), + [anon_sym_DASH_DASH] = ACTIONS(1226), + [anon_sym_PLUS_PLUS] = ACTIONS(1226), + [anon_sym_sizeof] = ACTIONS(1224), + [anon_sym_offsetof] = ACTIONS(1224), + [anon_sym__Generic] = ACTIONS(1224), + [anon_sym_asm] = ACTIONS(1224), + [anon_sym___asm__] = ACTIONS(1224), + [sym_number_literal] = ACTIONS(1226), + [anon_sym_L_SQUOTE] = ACTIONS(1226), + [anon_sym_u_SQUOTE] = ACTIONS(1226), + [anon_sym_U_SQUOTE] = ACTIONS(1226), + [anon_sym_u8_SQUOTE] = ACTIONS(1226), + [anon_sym_SQUOTE] = ACTIONS(1226), + [anon_sym_L_DQUOTE] = ACTIONS(1226), + [anon_sym_u_DQUOTE] = ACTIONS(1226), + [anon_sym_U_DQUOTE] = ACTIONS(1226), + [anon_sym_u8_DQUOTE] = ACTIONS(1226), + [anon_sym_DQUOTE] = ACTIONS(1226), + [sym_true] = ACTIONS(1224), + [sym_false] = ACTIONS(1224), + [sym_null] = ACTIONS(1224), + [sym_comment] = ACTIONS(3), + }, + [363] = { + [sym_identifier] = ACTIONS(1274), + [aux_sym_preproc_include_token1] = ACTIONS(1274), + [aux_sym_preproc_def_token1] = ACTIONS(1274), + [aux_sym_preproc_if_token1] = ACTIONS(1274), + [aux_sym_preproc_if_token2] = ACTIONS(1274), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1274), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1274), + [sym_preproc_directive] = ACTIONS(1274), + [anon_sym_LPAREN2] = ACTIONS(1276), + [anon_sym_BANG] = ACTIONS(1276), + [anon_sym_TILDE] = ACTIONS(1276), + [anon_sym_DASH] = ACTIONS(1274), + [anon_sym_PLUS] = ACTIONS(1274), + [anon_sym_STAR] = ACTIONS(1276), + [anon_sym_AMP] = ACTIONS(1276), + [anon_sym_SEMI] = ACTIONS(1276), + [anon_sym_typedef] = ACTIONS(1274), + [anon_sym_extern] = ACTIONS(1274), + [anon_sym___attribute__] = ACTIONS(1274), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1276), + [anon_sym___declspec] = ACTIONS(1274), + [anon_sym___cdecl] = ACTIONS(1274), + [anon_sym___clrcall] = ACTIONS(1274), + [anon_sym___stdcall] = ACTIONS(1274), + [anon_sym___fastcall] = ACTIONS(1274), + [anon_sym___thiscall] = ACTIONS(1274), + [anon_sym___vectorcall] = ACTIONS(1274), + [anon_sym_LBRACE] = ACTIONS(1276), + [anon_sym_static] = ACTIONS(1274), + [anon_sym_auto] = ACTIONS(1274), + [anon_sym_register] = ACTIONS(1274), + [anon_sym_inline] = ACTIONS(1274), + [anon_sym_const] = ACTIONS(1274), + [anon_sym_volatile] = ACTIONS(1274), + [anon_sym_restrict] = ACTIONS(1274), + [anon_sym___restrict__] = ACTIONS(1274), + [anon_sym__Atomic] = ACTIONS(1274), + [anon_sym__Noreturn] = ACTIONS(1274), + [anon_sym_signed] = ACTIONS(1274), + [anon_sym_unsigned] = ACTIONS(1274), + [anon_sym_long] = ACTIONS(1274), + [anon_sym_short] = ACTIONS(1274), + [sym_primitive_type] = ACTIONS(1274), + [anon_sym_enum] = ACTIONS(1274), + [anon_sym_struct] = ACTIONS(1274), + [anon_sym_union] = ACTIONS(1274), + [anon_sym_if] = ACTIONS(1274), + [anon_sym_switch] = ACTIONS(1274), + [anon_sym_case] = ACTIONS(1274), + [anon_sym_default] = ACTIONS(1274), + [anon_sym_while] = ACTIONS(1274), + [anon_sym_do] = ACTIONS(1274), + [anon_sym_for] = ACTIONS(1274), + [anon_sym_return] = ACTIONS(1274), + [anon_sym_break] = ACTIONS(1274), + [anon_sym_continue] = ACTIONS(1274), + [anon_sym_goto] = ACTIONS(1274), + [anon_sym_DASH_DASH] = ACTIONS(1276), + [anon_sym_PLUS_PLUS] = ACTIONS(1276), + [anon_sym_sizeof] = ACTIONS(1274), + [anon_sym_offsetof] = ACTIONS(1274), + [anon_sym__Generic] = ACTIONS(1274), + [anon_sym_asm] = ACTIONS(1274), + [anon_sym___asm__] = ACTIONS(1274), + [sym_number_literal] = ACTIONS(1276), + [anon_sym_L_SQUOTE] = ACTIONS(1276), + [anon_sym_u_SQUOTE] = ACTIONS(1276), + [anon_sym_U_SQUOTE] = ACTIONS(1276), + [anon_sym_u8_SQUOTE] = ACTIONS(1276), + [anon_sym_SQUOTE] = ACTIONS(1276), + [anon_sym_L_DQUOTE] = ACTIONS(1276), + [anon_sym_u_DQUOTE] = ACTIONS(1276), + [anon_sym_U_DQUOTE] = ACTIONS(1276), + [anon_sym_u8_DQUOTE] = ACTIONS(1276), + [anon_sym_DQUOTE] = ACTIONS(1276), + [sym_true] = ACTIONS(1274), + [sym_false] = ACTIONS(1274), + [sym_null] = ACTIONS(1274), + [sym_comment] = ACTIONS(3), + }, + [364] = { [sym_identifier] = ACTIONS(1278), [aux_sym_preproc_include_token1] = ACTIONS(1278), [aux_sym_preproc_def_token1] = ACTIONS(1278), [aux_sym_preproc_if_token1] = ACTIONS(1278), + [aux_sym_preproc_if_token2] = ACTIONS(1278), [aux_sym_preproc_ifdef_token1] = ACTIONS(1278), [aux_sym_preproc_ifdef_token2] = ACTIONS(1278), [sym_preproc_directive] = ACTIONS(1278), @@ -43739,7 +47086,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1278), [anon_sym___vectorcall] = ACTIONS(1278), [anon_sym_LBRACE] = ACTIONS(1280), - [anon_sym_RBRACE] = ACTIONS(1280), [anon_sym_static] = ACTIONS(1278), [anon_sym_auto] = ACTIONS(1278), [anon_sym_register] = ACTIONS(1278), @@ -43792,3917 +47138,754 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(1278), [sym_comment] = ACTIONS(3), }, - [325] = { - [sym_identifier] = ACTIONS(1130), - [aux_sym_preproc_include_token1] = ACTIONS(1130), - [aux_sym_preproc_def_token1] = ACTIONS(1130), - [aux_sym_preproc_if_token1] = ACTIONS(1130), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1130), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1130), - [sym_preproc_directive] = ACTIONS(1130), - [anon_sym_LPAREN2] = ACTIONS(1132), - [anon_sym_BANG] = ACTIONS(1132), - [anon_sym_TILDE] = ACTIONS(1132), - [anon_sym_DASH] = ACTIONS(1130), - [anon_sym_PLUS] = ACTIONS(1130), - [anon_sym_STAR] = ACTIONS(1132), - [anon_sym_AMP] = ACTIONS(1132), - [anon_sym_SEMI] = ACTIONS(1132), - [anon_sym_typedef] = ACTIONS(1130), - [anon_sym_extern] = ACTIONS(1130), - [anon_sym___attribute__] = ACTIONS(1130), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1132), - [anon_sym___declspec] = ACTIONS(1130), - [anon_sym___cdecl] = ACTIONS(1130), - [anon_sym___clrcall] = ACTIONS(1130), - [anon_sym___stdcall] = ACTIONS(1130), - [anon_sym___fastcall] = ACTIONS(1130), - [anon_sym___thiscall] = ACTIONS(1130), - [anon_sym___vectorcall] = ACTIONS(1130), - [anon_sym_LBRACE] = ACTIONS(1132), - [anon_sym_RBRACE] = ACTIONS(1132), - [anon_sym_static] = ACTIONS(1130), - [anon_sym_auto] = ACTIONS(1130), - [anon_sym_register] = ACTIONS(1130), - [anon_sym_inline] = ACTIONS(1130), - [anon_sym_const] = ACTIONS(1130), - [anon_sym_volatile] = ACTIONS(1130), - [anon_sym_restrict] = ACTIONS(1130), - [anon_sym___restrict__] = ACTIONS(1130), - [anon_sym__Atomic] = ACTIONS(1130), - [anon_sym__Noreturn] = ACTIONS(1130), - [anon_sym_signed] = ACTIONS(1130), - [anon_sym_unsigned] = ACTIONS(1130), - [anon_sym_long] = ACTIONS(1130), - [anon_sym_short] = ACTIONS(1130), - [sym_primitive_type] = ACTIONS(1130), - [anon_sym_enum] = ACTIONS(1130), - [anon_sym_struct] = ACTIONS(1130), - [anon_sym_union] = ACTIONS(1130), - [anon_sym_if] = ACTIONS(1130), - [anon_sym_switch] = ACTIONS(1130), - [anon_sym_case] = ACTIONS(1130), - [anon_sym_default] = ACTIONS(1130), - [anon_sym_while] = ACTIONS(1130), - [anon_sym_do] = ACTIONS(1130), - [anon_sym_for] = ACTIONS(1130), - [anon_sym_return] = ACTIONS(1130), - [anon_sym_break] = ACTIONS(1130), - [anon_sym_continue] = ACTIONS(1130), - [anon_sym_goto] = ACTIONS(1130), - [anon_sym_DASH_DASH] = ACTIONS(1132), - [anon_sym_PLUS_PLUS] = ACTIONS(1132), - [anon_sym_sizeof] = ACTIONS(1130), - [anon_sym_offsetof] = ACTIONS(1130), - [anon_sym__Generic] = ACTIONS(1130), - [anon_sym_asm] = ACTIONS(1130), - [anon_sym___asm__] = ACTIONS(1130), - [sym_number_literal] = ACTIONS(1132), - [anon_sym_L_SQUOTE] = ACTIONS(1132), - [anon_sym_u_SQUOTE] = ACTIONS(1132), - [anon_sym_U_SQUOTE] = ACTIONS(1132), - [anon_sym_u8_SQUOTE] = ACTIONS(1132), - [anon_sym_SQUOTE] = ACTIONS(1132), - [anon_sym_L_DQUOTE] = ACTIONS(1132), - [anon_sym_u_DQUOTE] = ACTIONS(1132), - [anon_sym_U_DQUOTE] = ACTIONS(1132), - [anon_sym_u8_DQUOTE] = ACTIONS(1132), - [anon_sym_DQUOTE] = ACTIONS(1132), - [sym_true] = ACTIONS(1130), - [sym_false] = ACTIONS(1130), - [sym_null] = ACTIONS(1130), - [sym_comment] = ACTIONS(3), - }, - [326] = { - [ts_builtin_sym_end] = ACTIONS(1108), - [sym_identifier] = ACTIONS(1106), - [aux_sym_preproc_include_token1] = ACTIONS(1106), - [aux_sym_preproc_def_token1] = ACTIONS(1106), - [aux_sym_preproc_if_token1] = ACTIONS(1106), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1106), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1106), - [sym_preproc_directive] = ACTIONS(1106), - [anon_sym_LPAREN2] = ACTIONS(1108), - [anon_sym_BANG] = ACTIONS(1108), - [anon_sym_TILDE] = ACTIONS(1108), - [anon_sym_DASH] = ACTIONS(1106), - [anon_sym_PLUS] = ACTIONS(1106), - [anon_sym_STAR] = ACTIONS(1108), - [anon_sym_AMP] = ACTIONS(1108), - [anon_sym_SEMI] = ACTIONS(1108), - [anon_sym_typedef] = ACTIONS(1106), - [anon_sym_extern] = ACTIONS(1106), - [anon_sym___attribute__] = ACTIONS(1106), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1108), - [anon_sym___declspec] = ACTIONS(1106), - [anon_sym___cdecl] = ACTIONS(1106), - [anon_sym___clrcall] = ACTIONS(1106), - [anon_sym___stdcall] = ACTIONS(1106), - [anon_sym___fastcall] = ACTIONS(1106), - [anon_sym___thiscall] = ACTIONS(1106), - [anon_sym___vectorcall] = ACTIONS(1106), - [anon_sym_LBRACE] = ACTIONS(1108), - [anon_sym_static] = ACTIONS(1106), - [anon_sym_auto] = ACTIONS(1106), - [anon_sym_register] = ACTIONS(1106), - [anon_sym_inline] = ACTIONS(1106), - [anon_sym_const] = ACTIONS(1106), - [anon_sym_volatile] = ACTIONS(1106), - [anon_sym_restrict] = ACTIONS(1106), - [anon_sym___restrict__] = ACTIONS(1106), - [anon_sym__Atomic] = ACTIONS(1106), - [anon_sym__Noreturn] = ACTIONS(1106), - [anon_sym_signed] = ACTIONS(1106), - [anon_sym_unsigned] = ACTIONS(1106), - [anon_sym_long] = ACTIONS(1106), - [anon_sym_short] = ACTIONS(1106), - [sym_primitive_type] = ACTIONS(1106), - [anon_sym_enum] = ACTIONS(1106), - [anon_sym_struct] = ACTIONS(1106), - [anon_sym_union] = ACTIONS(1106), - [anon_sym_if] = ACTIONS(1106), - [anon_sym_switch] = ACTIONS(1106), - [anon_sym_case] = ACTIONS(1106), - [anon_sym_default] = ACTIONS(1106), - [anon_sym_while] = ACTIONS(1106), - [anon_sym_do] = ACTIONS(1106), - [anon_sym_for] = ACTIONS(1106), - [anon_sym_return] = ACTIONS(1106), - [anon_sym_break] = ACTIONS(1106), - [anon_sym_continue] = ACTIONS(1106), - [anon_sym_goto] = ACTIONS(1106), - [anon_sym_DASH_DASH] = ACTIONS(1108), - [anon_sym_PLUS_PLUS] = ACTIONS(1108), - [anon_sym_sizeof] = ACTIONS(1106), - [anon_sym_offsetof] = ACTIONS(1106), - [anon_sym__Generic] = ACTIONS(1106), - [anon_sym_asm] = ACTIONS(1106), - [anon_sym___asm__] = ACTIONS(1106), - [sym_number_literal] = ACTIONS(1108), - [anon_sym_L_SQUOTE] = ACTIONS(1108), - [anon_sym_u_SQUOTE] = ACTIONS(1108), - [anon_sym_U_SQUOTE] = ACTIONS(1108), - [anon_sym_u8_SQUOTE] = ACTIONS(1108), - [anon_sym_SQUOTE] = ACTIONS(1108), - [anon_sym_L_DQUOTE] = ACTIONS(1108), - [anon_sym_u_DQUOTE] = ACTIONS(1108), - [anon_sym_U_DQUOTE] = ACTIONS(1108), - [anon_sym_u8_DQUOTE] = ACTIONS(1108), - [anon_sym_DQUOTE] = ACTIONS(1108), - [sym_true] = ACTIONS(1106), - [sym_false] = ACTIONS(1106), - [sym_null] = ACTIONS(1106), - [sym_comment] = ACTIONS(3), - }, - [327] = { - [ts_builtin_sym_end] = ACTIONS(1104), - [sym_identifier] = ACTIONS(1102), - [aux_sym_preproc_include_token1] = ACTIONS(1102), - [aux_sym_preproc_def_token1] = ACTIONS(1102), - [aux_sym_preproc_if_token1] = ACTIONS(1102), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1102), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1102), - [sym_preproc_directive] = ACTIONS(1102), - [anon_sym_LPAREN2] = ACTIONS(1104), - [anon_sym_BANG] = ACTIONS(1104), - [anon_sym_TILDE] = ACTIONS(1104), - [anon_sym_DASH] = ACTIONS(1102), - [anon_sym_PLUS] = ACTIONS(1102), - [anon_sym_STAR] = ACTIONS(1104), - [anon_sym_AMP] = ACTIONS(1104), - [anon_sym_SEMI] = ACTIONS(1104), - [anon_sym_typedef] = ACTIONS(1102), - [anon_sym_extern] = ACTIONS(1102), - [anon_sym___attribute__] = ACTIONS(1102), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1104), - [anon_sym___declspec] = ACTIONS(1102), - [anon_sym___cdecl] = ACTIONS(1102), - [anon_sym___clrcall] = ACTIONS(1102), - [anon_sym___stdcall] = ACTIONS(1102), - [anon_sym___fastcall] = ACTIONS(1102), - [anon_sym___thiscall] = ACTIONS(1102), - [anon_sym___vectorcall] = ACTIONS(1102), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_static] = ACTIONS(1102), - [anon_sym_auto] = ACTIONS(1102), - [anon_sym_register] = ACTIONS(1102), - [anon_sym_inline] = ACTIONS(1102), - [anon_sym_const] = ACTIONS(1102), - [anon_sym_volatile] = ACTIONS(1102), - [anon_sym_restrict] = ACTIONS(1102), - [anon_sym___restrict__] = ACTIONS(1102), - [anon_sym__Atomic] = ACTIONS(1102), - [anon_sym__Noreturn] = ACTIONS(1102), - [anon_sym_signed] = ACTIONS(1102), - [anon_sym_unsigned] = ACTIONS(1102), - [anon_sym_long] = ACTIONS(1102), - [anon_sym_short] = ACTIONS(1102), - [sym_primitive_type] = ACTIONS(1102), - [anon_sym_enum] = ACTIONS(1102), - [anon_sym_struct] = ACTIONS(1102), - [anon_sym_union] = ACTIONS(1102), - [anon_sym_if] = ACTIONS(1102), - [anon_sym_switch] = ACTIONS(1102), - [anon_sym_case] = ACTIONS(1102), - [anon_sym_default] = ACTIONS(1102), - [anon_sym_while] = ACTIONS(1102), - [anon_sym_do] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1102), - [anon_sym_return] = ACTIONS(1102), - [anon_sym_break] = ACTIONS(1102), - [anon_sym_continue] = ACTIONS(1102), - [anon_sym_goto] = ACTIONS(1102), - [anon_sym_DASH_DASH] = ACTIONS(1104), - [anon_sym_PLUS_PLUS] = ACTIONS(1104), - [anon_sym_sizeof] = ACTIONS(1102), - [anon_sym_offsetof] = ACTIONS(1102), - [anon_sym__Generic] = ACTIONS(1102), - [anon_sym_asm] = ACTIONS(1102), - [anon_sym___asm__] = ACTIONS(1102), - [sym_number_literal] = ACTIONS(1104), - [anon_sym_L_SQUOTE] = ACTIONS(1104), - [anon_sym_u_SQUOTE] = ACTIONS(1104), - [anon_sym_U_SQUOTE] = ACTIONS(1104), - [anon_sym_u8_SQUOTE] = ACTIONS(1104), - [anon_sym_SQUOTE] = ACTIONS(1104), - [anon_sym_L_DQUOTE] = ACTIONS(1104), - [anon_sym_u_DQUOTE] = ACTIONS(1104), - [anon_sym_U_DQUOTE] = ACTIONS(1104), - [anon_sym_u8_DQUOTE] = ACTIONS(1104), - [anon_sym_DQUOTE] = ACTIONS(1104), - [sym_true] = ACTIONS(1102), - [sym_false] = ACTIONS(1102), - [sym_null] = ACTIONS(1102), - [sym_comment] = ACTIONS(3), - }, - [328] = { - [sym_identifier] = ACTIONS(1126), - [aux_sym_preproc_include_token1] = ACTIONS(1126), - [aux_sym_preproc_def_token1] = ACTIONS(1126), - [aux_sym_preproc_if_token1] = ACTIONS(1126), - [aux_sym_preproc_if_token2] = ACTIONS(1126), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1126), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1126), - [sym_preproc_directive] = ACTIONS(1126), - [anon_sym_LPAREN2] = ACTIONS(1128), - [anon_sym_BANG] = ACTIONS(1128), - [anon_sym_TILDE] = ACTIONS(1128), - [anon_sym_DASH] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(1126), - [anon_sym_STAR] = ACTIONS(1128), - [anon_sym_AMP] = ACTIONS(1128), - [anon_sym_SEMI] = ACTIONS(1128), - [anon_sym_typedef] = ACTIONS(1126), - [anon_sym_extern] = ACTIONS(1126), - [anon_sym___attribute__] = ACTIONS(1126), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1128), - [anon_sym___declspec] = ACTIONS(1126), - [anon_sym___cdecl] = ACTIONS(1126), - [anon_sym___clrcall] = ACTIONS(1126), - [anon_sym___stdcall] = ACTIONS(1126), - [anon_sym___fastcall] = ACTIONS(1126), - [anon_sym___thiscall] = ACTIONS(1126), - [anon_sym___vectorcall] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(1128), - [anon_sym_static] = ACTIONS(1126), - [anon_sym_auto] = ACTIONS(1126), - [anon_sym_register] = ACTIONS(1126), - [anon_sym_inline] = ACTIONS(1126), - [anon_sym_const] = ACTIONS(1126), - [anon_sym_volatile] = ACTIONS(1126), - [anon_sym_restrict] = ACTIONS(1126), - [anon_sym___restrict__] = ACTIONS(1126), - [anon_sym__Atomic] = ACTIONS(1126), - [anon_sym__Noreturn] = ACTIONS(1126), - [anon_sym_signed] = ACTIONS(1126), - [anon_sym_unsigned] = ACTIONS(1126), - [anon_sym_long] = ACTIONS(1126), - [anon_sym_short] = ACTIONS(1126), - [sym_primitive_type] = ACTIONS(1126), - [anon_sym_enum] = ACTIONS(1126), - [anon_sym_struct] = ACTIONS(1126), - [anon_sym_union] = ACTIONS(1126), - [anon_sym_if] = ACTIONS(1126), - [anon_sym_switch] = ACTIONS(1126), - [anon_sym_case] = ACTIONS(1126), - [anon_sym_default] = ACTIONS(1126), - [anon_sym_while] = ACTIONS(1126), - [anon_sym_do] = ACTIONS(1126), - [anon_sym_for] = ACTIONS(1126), - [anon_sym_return] = ACTIONS(1126), - [anon_sym_break] = ACTIONS(1126), - [anon_sym_continue] = ACTIONS(1126), - [anon_sym_goto] = ACTIONS(1126), - [anon_sym_DASH_DASH] = ACTIONS(1128), - [anon_sym_PLUS_PLUS] = ACTIONS(1128), - [anon_sym_sizeof] = ACTIONS(1126), - [anon_sym_offsetof] = ACTIONS(1126), - [anon_sym__Generic] = ACTIONS(1126), - [anon_sym_asm] = ACTIONS(1126), - [anon_sym___asm__] = ACTIONS(1126), - [sym_number_literal] = ACTIONS(1128), - [anon_sym_L_SQUOTE] = ACTIONS(1128), - [anon_sym_u_SQUOTE] = ACTIONS(1128), - [anon_sym_U_SQUOTE] = ACTIONS(1128), - [anon_sym_u8_SQUOTE] = ACTIONS(1128), - [anon_sym_SQUOTE] = ACTIONS(1128), - [anon_sym_L_DQUOTE] = ACTIONS(1128), - [anon_sym_u_DQUOTE] = ACTIONS(1128), - [anon_sym_U_DQUOTE] = ACTIONS(1128), - [anon_sym_u8_DQUOTE] = ACTIONS(1128), - [anon_sym_DQUOTE] = ACTIONS(1128), - [sym_true] = ACTIONS(1126), - [sym_false] = ACTIONS(1126), - [sym_null] = ACTIONS(1126), - [sym_comment] = ACTIONS(3), - }, - [329] = { - [sym_identifier] = ACTIONS(1126), - [aux_sym_preproc_include_token1] = ACTIONS(1126), - [aux_sym_preproc_def_token1] = ACTIONS(1126), - [aux_sym_preproc_if_token1] = ACTIONS(1126), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1126), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1126), - [sym_preproc_directive] = ACTIONS(1126), - [anon_sym_LPAREN2] = ACTIONS(1128), - [anon_sym_BANG] = ACTIONS(1128), - [anon_sym_TILDE] = ACTIONS(1128), - [anon_sym_DASH] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(1126), - [anon_sym_STAR] = ACTIONS(1128), - [anon_sym_AMP] = ACTIONS(1128), - [anon_sym_SEMI] = ACTIONS(1128), - [anon_sym_typedef] = ACTIONS(1126), - [anon_sym_extern] = ACTIONS(1126), - [anon_sym___attribute__] = ACTIONS(1126), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1128), - [anon_sym___declspec] = ACTIONS(1126), - [anon_sym___cdecl] = ACTIONS(1126), - [anon_sym___clrcall] = ACTIONS(1126), - [anon_sym___stdcall] = ACTIONS(1126), - [anon_sym___fastcall] = ACTIONS(1126), - [anon_sym___thiscall] = ACTIONS(1126), - [anon_sym___vectorcall] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(1128), - [anon_sym_RBRACE] = ACTIONS(1128), - [anon_sym_static] = ACTIONS(1126), - [anon_sym_auto] = ACTIONS(1126), - [anon_sym_register] = ACTIONS(1126), - [anon_sym_inline] = ACTIONS(1126), - [anon_sym_const] = ACTIONS(1126), - [anon_sym_volatile] = ACTIONS(1126), - [anon_sym_restrict] = ACTIONS(1126), - [anon_sym___restrict__] = ACTIONS(1126), - [anon_sym__Atomic] = ACTIONS(1126), - [anon_sym__Noreturn] = ACTIONS(1126), - [anon_sym_signed] = ACTIONS(1126), - [anon_sym_unsigned] = ACTIONS(1126), - [anon_sym_long] = ACTIONS(1126), - [anon_sym_short] = ACTIONS(1126), - [sym_primitive_type] = ACTIONS(1126), - [anon_sym_enum] = ACTIONS(1126), - [anon_sym_struct] = ACTIONS(1126), - [anon_sym_union] = ACTIONS(1126), - [anon_sym_if] = ACTIONS(1126), - [anon_sym_switch] = ACTIONS(1126), - [anon_sym_case] = ACTIONS(1126), - [anon_sym_default] = ACTIONS(1126), - [anon_sym_while] = ACTIONS(1126), - [anon_sym_do] = ACTIONS(1126), - [anon_sym_for] = ACTIONS(1126), - [anon_sym_return] = ACTIONS(1126), - [anon_sym_break] = ACTIONS(1126), - [anon_sym_continue] = ACTIONS(1126), - [anon_sym_goto] = ACTIONS(1126), - [anon_sym_DASH_DASH] = ACTIONS(1128), - [anon_sym_PLUS_PLUS] = ACTIONS(1128), - [anon_sym_sizeof] = ACTIONS(1126), - [anon_sym_offsetof] = ACTIONS(1126), - [anon_sym__Generic] = ACTIONS(1126), - [anon_sym_asm] = ACTIONS(1126), - [anon_sym___asm__] = ACTIONS(1126), - [sym_number_literal] = ACTIONS(1128), - [anon_sym_L_SQUOTE] = ACTIONS(1128), - [anon_sym_u_SQUOTE] = ACTIONS(1128), - [anon_sym_U_SQUOTE] = ACTIONS(1128), - [anon_sym_u8_SQUOTE] = ACTIONS(1128), - [anon_sym_SQUOTE] = ACTIONS(1128), - [anon_sym_L_DQUOTE] = ACTIONS(1128), - [anon_sym_u_DQUOTE] = ACTIONS(1128), - [anon_sym_U_DQUOTE] = ACTIONS(1128), - [anon_sym_u8_DQUOTE] = ACTIONS(1128), - [anon_sym_DQUOTE] = ACTIONS(1128), - [sym_true] = ACTIONS(1126), - [sym_false] = ACTIONS(1126), - [sym_null] = ACTIONS(1126), - [sym_comment] = ACTIONS(3), - }, - [330] = { - [ts_builtin_sym_end] = ACTIONS(1232), - [sym_identifier] = ACTIONS(1230), - [aux_sym_preproc_include_token1] = ACTIONS(1230), - [aux_sym_preproc_def_token1] = ACTIONS(1230), - [aux_sym_preproc_if_token1] = ACTIONS(1230), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1230), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1230), - [sym_preproc_directive] = ACTIONS(1230), - [anon_sym_LPAREN2] = ACTIONS(1232), - [anon_sym_BANG] = ACTIONS(1232), - [anon_sym_TILDE] = ACTIONS(1232), - [anon_sym_DASH] = ACTIONS(1230), - [anon_sym_PLUS] = ACTIONS(1230), - [anon_sym_STAR] = ACTIONS(1232), - [anon_sym_AMP] = ACTIONS(1232), - [anon_sym_SEMI] = ACTIONS(1232), - [anon_sym_typedef] = ACTIONS(1230), - [anon_sym_extern] = ACTIONS(1230), - [anon_sym___attribute__] = ACTIONS(1230), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1232), - [anon_sym___declspec] = ACTIONS(1230), - [anon_sym___cdecl] = ACTIONS(1230), - [anon_sym___clrcall] = ACTIONS(1230), - [anon_sym___stdcall] = ACTIONS(1230), - [anon_sym___fastcall] = ACTIONS(1230), - [anon_sym___thiscall] = ACTIONS(1230), - [anon_sym___vectorcall] = ACTIONS(1230), - [anon_sym_LBRACE] = ACTIONS(1232), - [anon_sym_static] = ACTIONS(1230), - [anon_sym_auto] = ACTIONS(1230), - [anon_sym_register] = ACTIONS(1230), - [anon_sym_inline] = ACTIONS(1230), - [anon_sym_const] = ACTIONS(1230), - [anon_sym_volatile] = ACTIONS(1230), - [anon_sym_restrict] = ACTIONS(1230), - [anon_sym___restrict__] = ACTIONS(1230), - [anon_sym__Atomic] = ACTIONS(1230), - [anon_sym__Noreturn] = ACTIONS(1230), - [anon_sym_signed] = ACTIONS(1230), - [anon_sym_unsigned] = ACTIONS(1230), - [anon_sym_long] = ACTIONS(1230), - [anon_sym_short] = ACTIONS(1230), - [sym_primitive_type] = ACTIONS(1230), - [anon_sym_enum] = ACTIONS(1230), - [anon_sym_struct] = ACTIONS(1230), - [anon_sym_union] = ACTIONS(1230), - [anon_sym_if] = ACTIONS(1230), - [anon_sym_switch] = ACTIONS(1230), - [anon_sym_case] = ACTIONS(1230), - [anon_sym_default] = ACTIONS(1230), - [anon_sym_while] = ACTIONS(1230), - [anon_sym_do] = ACTIONS(1230), - [anon_sym_for] = ACTIONS(1230), - [anon_sym_return] = ACTIONS(1230), - [anon_sym_break] = ACTIONS(1230), - [anon_sym_continue] = ACTIONS(1230), - [anon_sym_goto] = ACTIONS(1230), - [anon_sym_DASH_DASH] = ACTIONS(1232), - [anon_sym_PLUS_PLUS] = ACTIONS(1232), - [anon_sym_sizeof] = ACTIONS(1230), - [anon_sym_offsetof] = ACTIONS(1230), - [anon_sym__Generic] = ACTIONS(1230), - [anon_sym_asm] = ACTIONS(1230), - [anon_sym___asm__] = ACTIONS(1230), - [sym_number_literal] = ACTIONS(1232), - [anon_sym_L_SQUOTE] = ACTIONS(1232), - [anon_sym_u_SQUOTE] = ACTIONS(1232), - [anon_sym_U_SQUOTE] = ACTIONS(1232), - [anon_sym_u8_SQUOTE] = ACTIONS(1232), - [anon_sym_SQUOTE] = ACTIONS(1232), - [anon_sym_L_DQUOTE] = ACTIONS(1232), - [anon_sym_u_DQUOTE] = ACTIONS(1232), - [anon_sym_U_DQUOTE] = ACTIONS(1232), - [anon_sym_u8_DQUOTE] = ACTIONS(1232), - [anon_sym_DQUOTE] = ACTIONS(1232), - [sym_true] = ACTIONS(1230), - [sym_false] = ACTIONS(1230), - [sym_null] = ACTIONS(1230), - [sym_comment] = ACTIONS(3), - }, - [331] = { - [ts_builtin_sym_end] = ACTIONS(1082), - [sym_identifier] = ACTIONS(1080), - [aux_sym_preproc_include_token1] = ACTIONS(1080), - [aux_sym_preproc_def_token1] = ACTIONS(1080), - [aux_sym_preproc_if_token1] = ACTIONS(1080), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1080), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1080), - [sym_preproc_directive] = ACTIONS(1080), - [anon_sym_LPAREN2] = ACTIONS(1082), - [anon_sym_BANG] = ACTIONS(1082), - [anon_sym_TILDE] = ACTIONS(1082), - [anon_sym_DASH] = ACTIONS(1080), - [anon_sym_PLUS] = ACTIONS(1080), - [anon_sym_STAR] = ACTIONS(1082), - [anon_sym_AMP] = ACTIONS(1082), - [anon_sym_SEMI] = ACTIONS(1082), - [anon_sym_typedef] = ACTIONS(1080), - [anon_sym_extern] = ACTIONS(1080), - [anon_sym___attribute__] = ACTIONS(1080), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1082), - [anon_sym___declspec] = ACTIONS(1080), - [anon_sym___cdecl] = ACTIONS(1080), - [anon_sym___clrcall] = ACTIONS(1080), - [anon_sym___stdcall] = ACTIONS(1080), - [anon_sym___fastcall] = ACTIONS(1080), - [anon_sym___thiscall] = ACTIONS(1080), - [anon_sym___vectorcall] = ACTIONS(1080), - [anon_sym_LBRACE] = ACTIONS(1082), - [anon_sym_static] = ACTIONS(1080), - [anon_sym_auto] = ACTIONS(1080), - [anon_sym_register] = ACTIONS(1080), - [anon_sym_inline] = ACTIONS(1080), - [anon_sym_const] = ACTIONS(1080), - [anon_sym_volatile] = ACTIONS(1080), - [anon_sym_restrict] = ACTIONS(1080), - [anon_sym___restrict__] = ACTIONS(1080), - [anon_sym__Atomic] = ACTIONS(1080), - [anon_sym__Noreturn] = ACTIONS(1080), - [anon_sym_signed] = ACTIONS(1080), - [anon_sym_unsigned] = ACTIONS(1080), - [anon_sym_long] = ACTIONS(1080), - [anon_sym_short] = ACTIONS(1080), - [sym_primitive_type] = ACTIONS(1080), - [anon_sym_enum] = ACTIONS(1080), - [anon_sym_struct] = ACTIONS(1080), - [anon_sym_union] = ACTIONS(1080), - [anon_sym_if] = ACTIONS(1080), - [anon_sym_switch] = ACTIONS(1080), - [anon_sym_case] = ACTIONS(1080), - [anon_sym_default] = ACTIONS(1080), - [anon_sym_while] = ACTIONS(1080), - [anon_sym_do] = ACTIONS(1080), - [anon_sym_for] = ACTIONS(1080), - [anon_sym_return] = ACTIONS(1080), - [anon_sym_break] = ACTIONS(1080), - [anon_sym_continue] = ACTIONS(1080), - [anon_sym_goto] = ACTIONS(1080), - [anon_sym_DASH_DASH] = ACTIONS(1082), - [anon_sym_PLUS_PLUS] = ACTIONS(1082), - [anon_sym_sizeof] = ACTIONS(1080), - [anon_sym_offsetof] = ACTIONS(1080), - [anon_sym__Generic] = ACTIONS(1080), - [anon_sym_asm] = ACTIONS(1080), - [anon_sym___asm__] = ACTIONS(1080), - [sym_number_literal] = ACTIONS(1082), - [anon_sym_L_SQUOTE] = ACTIONS(1082), - [anon_sym_u_SQUOTE] = ACTIONS(1082), - [anon_sym_U_SQUOTE] = ACTIONS(1082), - [anon_sym_u8_SQUOTE] = ACTIONS(1082), - [anon_sym_SQUOTE] = ACTIONS(1082), - [anon_sym_L_DQUOTE] = ACTIONS(1082), - [anon_sym_u_DQUOTE] = ACTIONS(1082), - [anon_sym_U_DQUOTE] = ACTIONS(1082), - [anon_sym_u8_DQUOTE] = ACTIONS(1082), - [anon_sym_DQUOTE] = ACTIONS(1082), - [sym_true] = ACTIONS(1080), - [sym_false] = ACTIONS(1080), - [sym_null] = ACTIONS(1080), - [sym_comment] = ACTIONS(3), - }, - [332] = { - [ts_builtin_sym_end] = ACTIONS(1128), - [sym_identifier] = ACTIONS(1126), - [aux_sym_preproc_include_token1] = ACTIONS(1126), - [aux_sym_preproc_def_token1] = ACTIONS(1126), - [aux_sym_preproc_if_token1] = ACTIONS(1126), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1126), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1126), - [sym_preproc_directive] = ACTIONS(1126), - [anon_sym_LPAREN2] = ACTIONS(1128), - [anon_sym_BANG] = ACTIONS(1128), - [anon_sym_TILDE] = ACTIONS(1128), - [anon_sym_DASH] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(1126), - [anon_sym_STAR] = ACTIONS(1128), - [anon_sym_AMP] = ACTIONS(1128), - [anon_sym_SEMI] = ACTIONS(1128), - [anon_sym_typedef] = ACTIONS(1126), - [anon_sym_extern] = ACTIONS(1126), - [anon_sym___attribute__] = ACTIONS(1126), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1128), - [anon_sym___declspec] = ACTIONS(1126), - [anon_sym___cdecl] = ACTIONS(1126), - [anon_sym___clrcall] = ACTIONS(1126), - [anon_sym___stdcall] = ACTIONS(1126), - [anon_sym___fastcall] = ACTIONS(1126), - [anon_sym___thiscall] = ACTIONS(1126), - [anon_sym___vectorcall] = ACTIONS(1126), - [anon_sym_LBRACE] = ACTIONS(1128), - [anon_sym_static] = ACTIONS(1126), - [anon_sym_auto] = ACTIONS(1126), - [anon_sym_register] = ACTIONS(1126), - [anon_sym_inline] = ACTIONS(1126), - [anon_sym_const] = ACTIONS(1126), - [anon_sym_volatile] = ACTIONS(1126), - [anon_sym_restrict] = ACTIONS(1126), - [anon_sym___restrict__] = ACTIONS(1126), - [anon_sym__Atomic] = ACTIONS(1126), - [anon_sym__Noreturn] = ACTIONS(1126), - [anon_sym_signed] = ACTIONS(1126), - [anon_sym_unsigned] = ACTIONS(1126), - [anon_sym_long] = ACTIONS(1126), - [anon_sym_short] = ACTIONS(1126), - [sym_primitive_type] = ACTIONS(1126), - [anon_sym_enum] = ACTIONS(1126), - [anon_sym_struct] = ACTIONS(1126), - [anon_sym_union] = ACTIONS(1126), - [anon_sym_if] = ACTIONS(1126), - [anon_sym_switch] = ACTIONS(1126), - [anon_sym_case] = ACTIONS(1126), - [anon_sym_default] = ACTIONS(1126), - [anon_sym_while] = ACTIONS(1126), - [anon_sym_do] = ACTIONS(1126), - [anon_sym_for] = ACTIONS(1126), - [anon_sym_return] = ACTIONS(1126), - [anon_sym_break] = ACTIONS(1126), - [anon_sym_continue] = ACTIONS(1126), - [anon_sym_goto] = ACTIONS(1126), - [anon_sym_DASH_DASH] = ACTIONS(1128), - [anon_sym_PLUS_PLUS] = ACTIONS(1128), - [anon_sym_sizeof] = ACTIONS(1126), - [anon_sym_offsetof] = ACTIONS(1126), - [anon_sym__Generic] = ACTIONS(1126), - [anon_sym_asm] = ACTIONS(1126), - [anon_sym___asm__] = ACTIONS(1126), - [sym_number_literal] = ACTIONS(1128), - [anon_sym_L_SQUOTE] = ACTIONS(1128), - [anon_sym_u_SQUOTE] = ACTIONS(1128), - [anon_sym_U_SQUOTE] = ACTIONS(1128), - [anon_sym_u8_SQUOTE] = ACTIONS(1128), - [anon_sym_SQUOTE] = ACTIONS(1128), - [anon_sym_L_DQUOTE] = ACTIONS(1128), - [anon_sym_u_DQUOTE] = ACTIONS(1128), - [anon_sym_U_DQUOTE] = ACTIONS(1128), - [anon_sym_u8_DQUOTE] = ACTIONS(1128), - [anon_sym_DQUOTE] = ACTIONS(1128), - [sym_true] = ACTIONS(1126), - [sym_false] = ACTIONS(1126), - [sym_null] = ACTIONS(1126), - [sym_comment] = ACTIONS(3), - }, - [333] = { - [sym_identifier] = ACTIONS(1118), - [aux_sym_preproc_include_token1] = ACTIONS(1118), - [aux_sym_preproc_def_token1] = ACTIONS(1118), - [aux_sym_preproc_if_token1] = ACTIONS(1118), - [aux_sym_preproc_if_token2] = ACTIONS(1118), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1118), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1118), - [sym_preproc_directive] = ACTIONS(1118), - [anon_sym_LPAREN2] = ACTIONS(1120), - [anon_sym_BANG] = ACTIONS(1120), - [anon_sym_TILDE] = ACTIONS(1120), - [anon_sym_DASH] = ACTIONS(1118), - [anon_sym_PLUS] = ACTIONS(1118), - [anon_sym_STAR] = ACTIONS(1120), - [anon_sym_AMP] = ACTIONS(1120), - [anon_sym_SEMI] = ACTIONS(1120), - [anon_sym_typedef] = ACTIONS(1118), - [anon_sym_extern] = ACTIONS(1118), - [anon_sym___attribute__] = ACTIONS(1118), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1120), - [anon_sym___declspec] = ACTIONS(1118), - [anon_sym___cdecl] = ACTIONS(1118), - [anon_sym___clrcall] = ACTIONS(1118), - [anon_sym___stdcall] = ACTIONS(1118), - [anon_sym___fastcall] = ACTIONS(1118), - [anon_sym___thiscall] = ACTIONS(1118), - [anon_sym___vectorcall] = ACTIONS(1118), - [anon_sym_LBRACE] = ACTIONS(1120), - [anon_sym_static] = ACTIONS(1118), - [anon_sym_auto] = ACTIONS(1118), - [anon_sym_register] = ACTIONS(1118), - [anon_sym_inline] = ACTIONS(1118), - [anon_sym_const] = ACTIONS(1118), - [anon_sym_volatile] = ACTIONS(1118), - [anon_sym_restrict] = ACTIONS(1118), - [anon_sym___restrict__] = ACTIONS(1118), - [anon_sym__Atomic] = ACTIONS(1118), - [anon_sym__Noreturn] = ACTIONS(1118), - [anon_sym_signed] = ACTIONS(1118), - [anon_sym_unsigned] = ACTIONS(1118), - [anon_sym_long] = ACTIONS(1118), - [anon_sym_short] = ACTIONS(1118), - [sym_primitive_type] = ACTIONS(1118), - [anon_sym_enum] = ACTIONS(1118), - [anon_sym_struct] = ACTIONS(1118), - [anon_sym_union] = ACTIONS(1118), - [anon_sym_if] = ACTIONS(1118), - [anon_sym_switch] = ACTIONS(1118), - [anon_sym_case] = ACTIONS(1118), - [anon_sym_default] = ACTIONS(1118), - [anon_sym_while] = ACTIONS(1118), - [anon_sym_do] = ACTIONS(1118), - [anon_sym_for] = ACTIONS(1118), - [anon_sym_return] = ACTIONS(1118), - [anon_sym_break] = ACTIONS(1118), - [anon_sym_continue] = ACTIONS(1118), - [anon_sym_goto] = ACTIONS(1118), - [anon_sym_DASH_DASH] = ACTIONS(1120), - [anon_sym_PLUS_PLUS] = ACTIONS(1120), - [anon_sym_sizeof] = ACTIONS(1118), - [anon_sym_offsetof] = ACTIONS(1118), - [anon_sym__Generic] = ACTIONS(1118), - [anon_sym_asm] = ACTIONS(1118), - [anon_sym___asm__] = ACTIONS(1118), - [sym_number_literal] = ACTIONS(1120), - [anon_sym_L_SQUOTE] = ACTIONS(1120), - [anon_sym_u_SQUOTE] = ACTIONS(1120), - [anon_sym_U_SQUOTE] = ACTIONS(1120), - [anon_sym_u8_SQUOTE] = ACTIONS(1120), - [anon_sym_SQUOTE] = ACTIONS(1120), - [anon_sym_L_DQUOTE] = ACTIONS(1120), - [anon_sym_u_DQUOTE] = ACTIONS(1120), - [anon_sym_U_DQUOTE] = ACTIONS(1120), - [anon_sym_u8_DQUOTE] = ACTIONS(1120), - [anon_sym_DQUOTE] = ACTIONS(1120), - [sym_true] = ACTIONS(1118), - [sym_false] = ACTIONS(1118), - [sym_null] = ACTIONS(1118), - [sym_comment] = ACTIONS(3), - }, - [334] = { - [sym_identifier] = ACTIONS(1090), - [aux_sym_preproc_include_token1] = ACTIONS(1090), - [aux_sym_preproc_def_token1] = ACTIONS(1090), - [aux_sym_preproc_if_token1] = ACTIONS(1090), - [aux_sym_preproc_if_token2] = ACTIONS(1090), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1090), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1090), - [sym_preproc_directive] = ACTIONS(1090), - [anon_sym_LPAREN2] = ACTIONS(1092), - [anon_sym_BANG] = ACTIONS(1092), - [anon_sym_TILDE] = ACTIONS(1092), - [anon_sym_DASH] = ACTIONS(1090), - [anon_sym_PLUS] = ACTIONS(1090), - [anon_sym_STAR] = ACTIONS(1092), - [anon_sym_AMP] = ACTIONS(1092), - [anon_sym_SEMI] = ACTIONS(1092), - [anon_sym_typedef] = ACTIONS(1090), - [anon_sym_extern] = ACTIONS(1090), - [anon_sym___attribute__] = ACTIONS(1090), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1092), - [anon_sym___declspec] = ACTIONS(1090), - [anon_sym___cdecl] = ACTIONS(1090), - [anon_sym___clrcall] = ACTIONS(1090), - [anon_sym___stdcall] = ACTIONS(1090), - [anon_sym___fastcall] = ACTIONS(1090), - [anon_sym___thiscall] = ACTIONS(1090), - [anon_sym___vectorcall] = ACTIONS(1090), - [anon_sym_LBRACE] = ACTIONS(1092), - [anon_sym_static] = ACTIONS(1090), - [anon_sym_auto] = ACTIONS(1090), - [anon_sym_register] = ACTIONS(1090), - [anon_sym_inline] = ACTIONS(1090), - [anon_sym_const] = ACTIONS(1090), - [anon_sym_volatile] = ACTIONS(1090), - [anon_sym_restrict] = ACTIONS(1090), - [anon_sym___restrict__] = ACTIONS(1090), - [anon_sym__Atomic] = ACTIONS(1090), - [anon_sym__Noreturn] = ACTIONS(1090), - [anon_sym_signed] = ACTIONS(1090), - [anon_sym_unsigned] = ACTIONS(1090), - [anon_sym_long] = ACTIONS(1090), - [anon_sym_short] = ACTIONS(1090), - [sym_primitive_type] = ACTIONS(1090), - [anon_sym_enum] = ACTIONS(1090), - [anon_sym_struct] = ACTIONS(1090), - [anon_sym_union] = ACTIONS(1090), - [anon_sym_if] = ACTIONS(1090), - [anon_sym_switch] = ACTIONS(1090), - [anon_sym_case] = ACTIONS(1090), - [anon_sym_default] = ACTIONS(1090), - [anon_sym_while] = ACTIONS(1090), - [anon_sym_do] = ACTIONS(1090), - [anon_sym_for] = ACTIONS(1090), - [anon_sym_return] = ACTIONS(1090), - [anon_sym_break] = ACTIONS(1090), - [anon_sym_continue] = ACTIONS(1090), - [anon_sym_goto] = ACTIONS(1090), - [anon_sym_DASH_DASH] = ACTIONS(1092), - [anon_sym_PLUS_PLUS] = ACTIONS(1092), - [anon_sym_sizeof] = ACTIONS(1090), - [anon_sym_offsetof] = ACTIONS(1090), - [anon_sym__Generic] = ACTIONS(1090), - [anon_sym_asm] = ACTIONS(1090), - [anon_sym___asm__] = ACTIONS(1090), - [sym_number_literal] = ACTIONS(1092), - [anon_sym_L_SQUOTE] = ACTIONS(1092), - [anon_sym_u_SQUOTE] = ACTIONS(1092), - [anon_sym_U_SQUOTE] = ACTIONS(1092), - [anon_sym_u8_SQUOTE] = ACTIONS(1092), - [anon_sym_SQUOTE] = ACTIONS(1092), - [anon_sym_L_DQUOTE] = ACTIONS(1092), - [anon_sym_u_DQUOTE] = ACTIONS(1092), - [anon_sym_U_DQUOTE] = ACTIONS(1092), - [anon_sym_u8_DQUOTE] = ACTIONS(1092), - [anon_sym_DQUOTE] = ACTIONS(1092), - [sym_true] = ACTIONS(1090), - [sym_false] = ACTIONS(1090), - [sym_null] = ACTIONS(1090), - [sym_comment] = ACTIONS(3), - }, - [335] = { - [ts_builtin_sym_end] = ACTIONS(1070), - [sym_identifier] = ACTIONS(1068), - [aux_sym_preproc_include_token1] = ACTIONS(1068), - [aux_sym_preproc_def_token1] = ACTIONS(1068), - [aux_sym_preproc_if_token1] = ACTIONS(1068), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1068), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1068), - [sym_preproc_directive] = ACTIONS(1068), - [anon_sym_LPAREN2] = ACTIONS(1070), - [anon_sym_BANG] = ACTIONS(1070), - [anon_sym_TILDE] = ACTIONS(1070), - [anon_sym_DASH] = ACTIONS(1068), - [anon_sym_PLUS] = ACTIONS(1068), - [anon_sym_STAR] = ACTIONS(1070), - [anon_sym_AMP] = ACTIONS(1070), - [anon_sym_SEMI] = ACTIONS(1070), - [anon_sym_typedef] = ACTIONS(1068), - [anon_sym_extern] = ACTIONS(1068), - [anon_sym___attribute__] = ACTIONS(1068), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1070), - [anon_sym___declspec] = ACTIONS(1068), - [anon_sym___cdecl] = ACTIONS(1068), - [anon_sym___clrcall] = ACTIONS(1068), - [anon_sym___stdcall] = ACTIONS(1068), - [anon_sym___fastcall] = ACTIONS(1068), - [anon_sym___thiscall] = ACTIONS(1068), - [anon_sym___vectorcall] = ACTIONS(1068), - [anon_sym_LBRACE] = ACTIONS(1070), - [anon_sym_static] = ACTIONS(1068), - [anon_sym_auto] = ACTIONS(1068), - [anon_sym_register] = ACTIONS(1068), - [anon_sym_inline] = ACTIONS(1068), - [anon_sym_const] = ACTIONS(1068), - [anon_sym_volatile] = ACTIONS(1068), - [anon_sym_restrict] = ACTIONS(1068), - [anon_sym___restrict__] = ACTIONS(1068), - [anon_sym__Atomic] = ACTIONS(1068), - [anon_sym__Noreturn] = ACTIONS(1068), - [anon_sym_signed] = ACTIONS(1068), - [anon_sym_unsigned] = ACTIONS(1068), - [anon_sym_long] = ACTIONS(1068), - [anon_sym_short] = ACTIONS(1068), - [sym_primitive_type] = ACTIONS(1068), - [anon_sym_enum] = ACTIONS(1068), - [anon_sym_struct] = ACTIONS(1068), - [anon_sym_union] = ACTIONS(1068), - [anon_sym_if] = ACTIONS(1068), - [anon_sym_switch] = ACTIONS(1068), - [anon_sym_case] = ACTIONS(1068), - [anon_sym_default] = ACTIONS(1068), - [anon_sym_while] = ACTIONS(1068), - [anon_sym_do] = ACTIONS(1068), - [anon_sym_for] = ACTIONS(1068), - [anon_sym_return] = ACTIONS(1068), - [anon_sym_break] = ACTIONS(1068), - [anon_sym_continue] = ACTIONS(1068), - [anon_sym_goto] = ACTIONS(1068), - [anon_sym_DASH_DASH] = ACTIONS(1070), - [anon_sym_PLUS_PLUS] = ACTIONS(1070), - [anon_sym_sizeof] = ACTIONS(1068), - [anon_sym_offsetof] = ACTIONS(1068), - [anon_sym__Generic] = ACTIONS(1068), - [anon_sym_asm] = ACTIONS(1068), - [anon_sym___asm__] = ACTIONS(1068), - [sym_number_literal] = ACTIONS(1070), - [anon_sym_L_SQUOTE] = ACTIONS(1070), - [anon_sym_u_SQUOTE] = ACTIONS(1070), - [anon_sym_U_SQUOTE] = ACTIONS(1070), - [anon_sym_u8_SQUOTE] = ACTIONS(1070), - [anon_sym_SQUOTE] = ACTIONS(1070), - [anon_sym_L_DQUOTE] = ACTIONS(1070), - [anon_sym_u_DQUOTE] = ACTIONS(1070), - [anon_sym_U_DQUOTE] = ACTIONS(1070), - [anon_sym_u8_DQUOTE] = ACTIONS(1070), - [anon_sym_DQUOTE] = ACTIONS(1070), - [sym_true] = ACTIONS(1068), - [sym_false] = ACTIONS(1068), - [sym_null] = ACTIONS(1068), - [sym_comment] = ACTIONS(3), - }, - [336] = { - [ts_builtin_sym_end] = ACTIONS(1074), - [sym_identifier] = ACTIONS(1072), - [aux_sym_preproc_include_token1] = ACTIONS(1072), - [aux_sym_preproc_def_token1] = ACTIONS(1072), - [aux_sym_preproc_if_token1] = ACTIONS(1072), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1072), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1072), - [sym_preproc_directive] = ACTIONS(1072), - [anon_sym_LPAREN2] = ACTIONS(1074), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_TILDE] = ACTIONS(1074), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_PLUS] = ACTIONS(1072), - [anon_sym_STAR] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1074), - [anon_sym_SEMI] = ACTIONS(1074), - [anon_sym_typedef] = ACTIONS(1072), - [anon_sym_extern] = ACTIONS(1072), - [anon_sym___attribute__] = ACTIONS(1072), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1074), - [anon_sym___declspec] = ACTIONS(1072), - [anon_sym___cdecl] = ACTIONS(1072), - [anon_sym___clrcall] = ACTIONS(1072), - [anon_sym___stdcall] = ACTIONS(1072), - [anon_sym___fastcall] = ACTIONS(1072), - [anon_sym___thiscall] = ACTIONS(1072), - [anon_sym___vectorcall] = ACTIONS(1072), - [anon_sym_LBRACE] = ACTIONS(1074), - [anon_sym_static] = ACTIONS(1072), - [anon_sym_auto] = ACTIONS(1072), - [anon_sym_register] = ACTIONS(1072), - [anon_sym_inline] = ACTIONS(1072), - [anon_sym_const] = ACTIONS(1072), - [anon_sym_volatile] = ACTIONS(1072), - [anon_sym_restrict] = ACTIONS(1072), - [anon_sym___restrict__] = ACTIONS(1072), - [anon_sym__Atomic] = ACTIONS(1072), - [anon_sym__Noreturn] = ACTIONS(1072), - [anon_sym_signed] = ACTIONS(1072), - [anon_sym_unsigned] = ACTIONS(1072), - [anon_sym_long] = ACTIONS(1072), - [anon_sym_short] = ACTIONS(1072), - [sym_primitive_type] = ACTIONS(1072), - [anon_sym_enum] = ACTIONS(1072), - [anon_sym_struct] = ACTIONS(1072), - [anon_sym_union] = ACTIONS(1072), - [anon_sym_if] = ACTIONS(1072), - [anon_sym_switch] = ACTIONS(1072), - [anon_sym_case] = ACTIONS(1072), - [anon_sym_default] = ACTIONS(1072), - [anon_sym_while] = ACTIONS(1072), - [anon_sym_do] = ACTIONS(1072), - [anon_sym_for] = ACTIONS(1072), - [anon_sym_return] = ACTIONS(1072), - [anon_sym_break] = ACTIONS(1072), - [anon_sym_continue] = ACTIONS(1072), - [anon_sym_goto] = ACTIONS(1072), - [anon_sym_DASH_DASH] = ACTIONS(1074), - [anon_sym_PLUS_PLUS] = ACTIONS(1074), - [anon_sym_sizeof] = ACTIONS(1072), - [anon_sym_offsetof] = ACTIONS(1072), - [anon_sym__Generic] = ACTIONS(1072), - [anon_sym_asm] = ACTIONS(1072), - [anon_sym___asm__] = ACTIONS(1072), - [sym_number_literal] = ACTIONS(1074), - [anon_sym_L_SQUOTE] = ACTIONS(1074), - [anon_sym_u_SQUOTE] = ACTIONS(1074), - [anon_sym_U_SQUOTE] = ACTIONS(1074), - [anon_sym_u8_SQUOTE] = ACTIONS(1074), - [anon_sym_SQUOTE] = ACTIONS(1074), - [anon_sym_L_DQUOTE] = ACTIONS(1074), - [anon_sym_u_DQUOTE] = ACTIONS(1074), - [anon_sym_U_DQUOTE] = ACTIONS(1074), - [anon_sym_u8_DQUOTE] = ACTIONS(1074), - [anon_sym_DQUOTE] = ACTIONS(1074), - [sym_true] = ACTIONS(1072), - [sym_false] = ACTIONS(1072), - [sym_null] = ACTIONS(1072), - [sym_comment] = ACTIONS(3), - }, - [337] = { - [ts_builtin_sym_end] = ACTIONS(1066), - [sym_identifier] = ACTIONS(1064), - [aux_sym_preproc_include_token1] = ACTIONS(1064), - [aux_sym_preproc_def_token1] = ACTIONS(1064), - [aux_sym_preproc_if_token1] = ACTIONS(1064), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1064), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1064), - [sym_preproc_directive] = ACTIONS(1064), - [anon_sym_LPAREN2] = ACTIONS(1066), - [anon_sym_BANG] = ACTIONS(1066), - [anon_sym_TILDE] = ACTIONS(1066), - [anon_sym_DASH] = ACTIONS(1064), - [anon_sym_PLUS] = ACTIONS(1064), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_AMP] = ACTIONS(1066), - [anon_sym_SEMI] = ACTIONS(1066), - [anon_sym_typedef] = ACTIONS(1064), - [anon_sym_extern] = ACTIONS(1064), - [anon_sym___attribute__] = ACTIONS(1064), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), - [anon_sym___declspec] = ACTIONS(1064), - [anon_sym___cdecl] = ACTIONS(1064), - [anon_sym___clrcall] = ACTIONS(1064), - [anon_sym___stdcall] = ACTIONS(1064), - [anon_sym___fastcall] = ACTIONS(1064), - [anon_sym___thiscall] = ACTIONS(1064), - [anon_sym___vectorcall] = ACTIONS(1064), - [anon_sym_LBRACE] = ACTIONS(1066), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_auto] = ACTIONS(1064), - [anon_sym_register] = ACTIONS(1064), - [anon_sym_inline] = ACTIONS(1064), - [anon_sym_const] = ACTIONS(1064), - [anon_sym_volatile] = ACTIONS(1064), - [anon_sym_restrict] = ACTIONS(1064), - [anon_sym___restrict__] = ACTIONS(1064), - [anon_sym__Atomic] = ACTIONS(1064), - [anon_sym__Noreturn] = ACTIONS(1064), - [anon_sym_signed] = ACTIONS(1064), - [anon_sym_unsigned] = ACTIONS(1064), - [anon_sym_long] = ACTIONS(1064), - [anon_sym_short] = ACTIONS(1064), - [sym_primitive_type] = ACTIONS(1064), - [anon_sym_enum] = ACTIONS(1064), - [anon_sym_struct] = ACTIONS(1064), - [anon_sym_union] = ACTIONS(1064), - [anon_sym_if] = ACTIONS(1064), - [anon_sym_switch] = ACTIONS(1064), - [anon_sym_case] = ACTIONS(1064), - [anon_sym_default] = ACTIONS(1064), - [anon_sym_while] = ACTIONS(1064), - [anon_sym_do] = ACTIONS(1064), - [anon_sym_for] = ACTIONS(1064), - [anon_sym_return] = ACTIONS(1064), - [anon_sym_break] = ACTIONS(1064), - [anon_sym_continue] = ACTIONS(1064), - [anon_sym_goto] = ACTIONS(1064), - [anon_sym_DASH_DASH] = ACTIONS(1066), - [anon_sym_PLUS_PLUS] = ACTIONS(1066), - [anon_sym_sizeof] = ACTIONS(1064), - [anon_sym_offsetof] = ACTIONS(1064), - [anon_sym__Generic] = ACTIONS(1064), - [anon_sym_asm] = ACTIONS(1064), - [anon_sym___asm__] = ACTIONS(1064), - [sym_number_literal] = ACTIONS(1066), - [anon_sym_L_SQUOTE] = ACTIONS(1066), - [anon_sym_u_SQUOTE] = ACTIONS(1066), - [anon_sym_U_SQUOTE] = ACTIONS(1066), - [anon_sym_u8_SQUOTE] = ACTIONS(1066), - [anon_sym_SQUOTE] = ACTIONS(1066), - [anon_sym_L_DQUOTE] = ACTIONS(1066), - [anon_sym_u_DQUOTE] = ACTIONS(1066), - [anon_sym_U_DQUOTE] = ACTIONS(1066), - [anon_sym_u8_DQUOTE] = ACTIONS(1066), - [anon_sym_DQUOTE] = ACTIONS(1066), - [sym_true] = ACTIONS(1064), - [sym_false] = ACTIONS(1064), - [sym_null] = ACTIONS(1064), - [sym_comment] = ACTIONS(3), - }, - [338] = { - [sym_identifier] = ACTIONS(1114), - [aux_sym_preproc_include_token1] = ACTIONS(1114), - [aux_sym_preproc_def_token1] = ACTIONS(1114), - [aux_sym_preproc_if_token1] = ACTIONS(1114), - [aux_sym_preproc_if_token2] = ACTIONS(1114), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1114), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1114), - [sym_preproc_directive] = ACTIONS(1114), - [anon_sym_LPAREN2] = ACTIONS(1116), - [anon_sym_BANG] = ACTIONS(1116), - [anon_sym_TILDE] = ACTIONS(1116), - [anon_sym_DASH] = ACTIONS(1114), - [anon_sym_PLUS] = ACTIONS(1114), - [anon_sym_STAR] = ACTIONS(1116), - [anon_sym_AMP] = ACTIONS(1116), - [anon_sym_SEMI] = ACTIONS(1116), - [anon_sym_typedef] = ACTIONS(1114), - [anon_sym_extern] = ACTIONS(1114), - [anon_sym___attribute__] = ACTIONS(1114), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1116), - [anon_sym___declspec] = ACTIONS(1114), - [anon_sym___cdecl] = ACTIONS(1114), - [anon_sym___clrcall] = ACTIONS(1114), - [anon_sym___stdcall] = ACTIONS(1114), - [anon_sym___fastcall] = ACTIONS(1114), - [anon_sym___thiscall] = ACTIONS(1114), - [anon_sym___vectorcall] = ACTIONS(1114), - [anon_sym_LBRACE] = ACTIONS(1116), - [anon_sym_static] = ACTIONS(1114), - [anon_sym_auto] = ACTIONS(1114), - [anon_sym_register] = ACTIONS(1114), - [anon_sym_inline] = ACTIONS(1114), - [anon_sym_const] = ACTIONS(1114), - [anon_sym_volatile] = ACTIONS(1114), - [anon_sym_restrict] = ACTIONS(1114), - [anon_sym___restrict__] = ACTIONS(1114), - [anon_sym__Atomic] = ACTIONS(1114), - [anon_sym__Noreturn] = ACTIONS(1114), - [anon_sym_signed] = ACTIONS(1114), - [anon_sym_unsigned] = ACTIONS(1114), - [anon_sym_long] = ACTIONS(1114), - [anon_sym_short] = ACTIONS(1114), - [sym_primitive_type] = ACTIONS(1114), - [anon_sym_enum] = ACTIONS(1114), - [anon_sym_struct] = ACTIONS(1114), - [anon_sym_union] = ACTIONS(1114), - [anon_sym_if] = ACTIONS(1114), - [anon_sym_switch] = ACTIONS(1114), - [anon_sym_case] = ACTIONS(1114), - [anon_sym_default] = ACTIONS(1114), - [anon_sym_while] = ACTIONS(1114), - [anon_sym_do] = ACTIONS(1114), - [anon_sym_for] = ACTIONS(1114), - [anon_sym_return] = ACTIONS(1114), - [anon_sym_break] = ACTIONS(1114), - [anon_sym_continue] = ACTIONS(1114), - [anon_sym_goto] = ACTIONS(1114), - [anon_sym_DASH_DASH] = ACTIONS(1116), - [anon_sym_PLUS_PLUS] = ACTIONS(1116), - [anon_sym_sizeof] = ACTIONS(1114), - [anon_sym_offsetof] = ACTIONS(1114), - [anon_sym__Generic] = ACTIONS(1114), - [anon_sym_asm] = ACTIONS(1114), - [anon_sym___asm__] = ACTIONS(1114), - [sym_number_literal] = ACTIONS(1116), - [anon_sym_L_SQUOTE] = ACTIONS(1116), - [anon_sym_u_SQUOTE] = ACTIONS(1116), - [anon_sym_U_SQUOTE] = ACTIONS(1116), - [anon_sym_u8_SQUOTE] = ACTIONS(1116), - [anon_sym_SQUOTE] = ACTIONS(1116), - [anon_sym_L_DQUOTE] = ACTIONS(1116), - [anon_sym_u_DQUOTE] = ACTIONS(1116), - [anon_sym_U_DQUOTE] = ACTIONS(1116), - [anon_sym_u8_DQUOTE] = ACTIONS(1116), - [anon_sym_DQUOTE] = ACTIONS(1116), - [sym_true] = ACTIONS(1114), - [sym_false] = ACTIONS(1114), - [sym_null] = ACTIONS(1114), - [sym_comment] = ACTIONS(3), - }, - [339] = { - [ts_builtin_sym_end] = ACTIONS(1096), - [sym_identifier] = ACTIONS(1094), - [aux_sym_preproc_include_token1] = ACTIONS(1094), - [aux_sym_preproc_def_token1] = ACTIONS(1094), - [aux_sym_preproc_if_token1] = ACTIONS(1094), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1094), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1094), - [sym_preproc_directive] = ACTIONS(1094), - [anon_sym_LPAREN2] = ACTIONS(1096), - [anon_sym_BANG] = ACTIONS(1096), - [anon_sym_TILDE] = ACTIONS(1096), - [anon_sym_DASH] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(1094), - [anon_sym_STAR] = ACTIONS(1096), - [anon_sym_AMP] = ACTIONS(1096), - [anon_sym_SEMI] = ACTIONS(1096), - [anon_sym_typedef] = ACTIONS(1094), - [anon_sym_extern] = ACTIONS(1094), - [anon_sym___attribute__] = ACTIONS(1094), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1096), - [anon_sym___declspec] = ACTIONS(1094), - [anon_sym___cdecl] = ACTIONS(1094), - [anon_sym___clrcall] = ACTIONS(1094), - [anon_sym___stdcall] = ACTIONS(1094), - [anon_sym___fastcall] = ACTIONS(1094), - [anon_sym___thiscall] = ACTIONS(1094), - [anon_sym___vectorcall] = ACTIONS(1094), - [anon_sym_LBRACE] = ACTIONS(1096), - [anon_sym_static] = ACTIONS(1094), - [anon_sym_auto] = ACTIONS(1094), - [anon_sym_register] = ACTIONS(1094), - [anon_sym_inline] = ACTIONS(1094), - [anon_sym_const] = ACTIONS(1094), - [anon_sym_volatile] = ACTIONS(1094), - [anon_sym_restrict] = ACTIONS(1094), - [anon_sym___restrict__] = ACTIONS(1094), - [anon_sym__Atomic] = ACTIONS(1094), - [anon_sym__Noreturn] = ACTIONS(1094), - [anon_sym_signed] = ACTIONS(1094), - [anon_sym_unsigned] = ACTIONS(1094), - [anon_sym_long] = ACTIONS(1094), - [anon_sym_short] = ACTIONS(1094), - [sym_primitive_type] = ACTIONS(1094), - [anon_sym_enum] = ACTIONS(1094), - [anon_sym_struct] = ACTIONS(1094), - [anon_sym_union] = ACTIONS(1094), - [anon_sym_if] = ACTIONS(1094), - [anon_sym_switch] = ACTIONS(1094), - [anon_sym_case] = ACTIONS(1094), - [anon_sym_default] = ACTIONS(1094), - [anon_sym_while] = ACTIONS(1094), - [anon_sym_do] = ACTIONS(1094), - [anon_sym_for] = ACTIONS(1094), - [anon_sym_return] = ACTIONS(1094), - [anon_sym_break] = ACTIONS(1094), - [anon_sym_continue] = ACTIONS(1094), - [anon_sym_goto] = ACTIONS(1094), - [anon_sym_DASH_DASH] = ACTIONS(1096), - [anon_sym_PLUS_PLUS] = ACTIONS(1096), - [anon_sym_sizeof] = ACTIONS(1094), - [anon_sym_offsetof] = ACTIONS(1094), - [anon_sym__Generic] = ACTIONS(1094), - [anon_sym_asm] = ACTIONS(1094), - [anon_sym___asm__] = ACTIONS(1094), - [sym_number_literal] = ACTIONS(1096), - [anon_sym_L_SQUOTE] = ACTIONS(1096), - [anon_sym_u_SQUOTE] = ACTIONS(1096), - [anon_sym_U_SQUOTE] = ACTIONS(1096), - [anon_sym_u8_SQUOTE] = ACTIONS(1096), - [anon_sym_SQUOTE] = ACTIONS(1096), - [anon_sym_L_DQUOTE] = ACTIONS(1096), - [anon_sym_u_DQUOTE] = ACTIONS(1096), - [anon_sym_U_DQUOTE] = ACTIONS(1096), - [anon_sym_u8_DQUOTE] = ACTIONS(1096), - [anon_sym_DQUOTE] = ACTIONS(1096), - [sym_true] = ACTIONS(1094), - [sym_false] = ACTIONS(1094), - [sym_null] = ACTIONS(1094), - [sym_comment] = ACTIONS(3), - }, - [340] = { - [sym_identifier] = ACTIONS(1064), - [aux_sym_preproc_include_token1] = ACTIONS(1064), - [aux_sym_preproc_def_token1] = ACTIONS(1064), - [aux_sym_preproc_if_token1] = ACTIONS(1064), - [aux_sym_preproc_if_token2] = ACTIONS(1064), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1064), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1064), - [sym_preproc_directive] = ACTIONS(1064), - [anon_sym_LPAREN2] = ACTIONS(1066), - [anon_sym_BANG] = ACTIONS(1066), - [anon_sym_TILDE] = ACTIONS(1066), - [anon_sym_DASH] = ACTIONS(1064), - [anon_sym_PLUS] = ACTIONS(1064), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_AMP] = ACTIONS(1066), - [anon_sym_SEMI] = ACTIONS(1066), - [anon_sym_typedef] = ACTIONS(1064), - [anon_sym_extern] = ACTIONS(1064), - [anon_sym___attribute__] = ACTIONS(1064), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), - [anon_sym___declspec] = ACTIONS(1064), - [anon_sym___cdecl] = ACTIONS(1064), - [anon_sym___clrcall] = ACTIONS(1064), - [anon_sym___stdcall] = ACTIONS(1064), - [anon_sym___fastcall] = ACTIONS(1064), - [anon_sym___thiscall] = ACTIONS(1064), - [anon_sym___vectorcall] = ACTIONS(1064), - [anon_sym_LBRACE] = ACTIONS(1066), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_auto] = ACTIONS(1064), - [anon_sym_register] = ACTIONS(1064), - [anon_sym_inline] = ACTIONS(1064), - [anon_sym_const] = ACTIONS(1064), - [anon_sym_volatile] = ACTIONS(1064), - [anon_sym_restrict] = ACTIONS(1064), - [anon_sym___restrict__] = ACTIONS(1064), - [anon_sym__Atomic] = ACTIONS(1064), - [anon_sym__Noreturn] = ACTIONS(1064), - [anon_sym_signed] = ACTIONS(1064), - [anon_sym_unsigned] = ACTIONS(1064), - [anon_sym_long] = ACTIONS(1064), - [anon_sym_short] = ACTIONS(1064), - [sym_primitive_type] = ACTIONS(1064), - [anon_sym_enum] = ACTIONS(1064), - [anon_sym_struct] = ACTIONS(1064), - [anon_sym_union] = ACTIONS(1064), - [anon_sym_if] = ACTIONS(1064), - [anon_sym_switch] = ACTIONS(1064), - [anon_sym_case] = ACTIONS(1064), - [anon_sym_default] = ACTIONS(1064), - [anon_sym_while] = ACTIONS(1064), - [anon_sym_do] = ACTIONS(1064), - [anon_sym_for] = ACTIONS(1064), - [anon_sym_return] = ACTIONS(1064), - [anon_sym_break] = ACTIONS(1064), - [anon_sym_continue] = ACTIONS(1064), - [anon_sym_goto] = ACTIONS(1064), - [anon_sym_DASH_DASH] = ACTIONS(1066), - [anon_sym_PLUS_PLUS] = ACTIONS(1066), - [anon_sym_sizeof] = ACTIONS(1064), - [anon_sym_offsetof] = ACTIONS(1064), - [anon_sym__Generic] = ACTIONS(1064), - [anon_sym_asm] = ACTIONS(1064), - [anon_sym___asm__] = ACTIONS(1064), - [sym_number_literal] = ACTIONS(1066), - [anon_sym_L_SQUOTE] = ACTIONS(1066), - [anon_sym_u_SQUOTE] = ACTIONS(1066), - [anon_sym_U_SQUOTE] = ACTIONS(1066), - [anon_sym_u8_SQUOTE] = ACTIONS(1066), - [anon_sym_SQUOTE] = ACTIONS(1066), - [anon_sym_L_DQUOTE] = ACTIONS(1066), - [anon_sym_u_DQUOTE] = ACTIONS(1066), - [anon_sym_U_DQUOTE] = ACTIONS(1066), - [anon_sym_u8_DQUOTE] = ACTIONS(1066), - [anon_sym_DQUOTE] = ACTIONS(1066), - [sym_true] = ACTIONS(1064), - [sym_false] = ACTIONS(1064), - [sym_null] = ACTIONS(1064), - [sym_comment] = ACTIONS(3), - }, - [341] = { - [ts_builtin_sym_end] = ACTIONS(1124), - [sym_identifier] = ACTIONS(1122), - [aux_sym_preproc_include_token1] = ACTIONS(1122), - [aux_sym_preproc_def_token1] = ACTIONS(1122), - [aux_sym_preproc_if_token1] = ACTIONS(1122), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1122), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1122), - [sym_preproc_directive] = ACTIONS(1122), - [anon_sym_LPAREN2] = ACTIONS(1124), - [anon_sym_BANG] = ACTIONS(1124), - [anon_sym_TILDE] = ACTIONS(1124), - [anon_sym_DASH] = ACTIONS(1122), - [anon_sym_PLUS] = ACTIONS(1122), - [anon_sym_STAR] = ACTIONS(1124), - [anon_sym_AMP] = ACTIONS(1124), - [anon_sym_SEMI] = ACTIONS(1124), - [anon_sym_typedef] = ACTIONS(1122), - [anon_sym_extern] = ACTIONS(1122), - [anon_sym___attribute__] = ACTIONS(1122), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1124), - [anon_sym___declspec] = ACTIONS(1122), - [anon_sym___cdecl] = ACTIONS(1122), - [anon_sym___clrcall] = ACTIONS(1122), - [anon_sym___stdcall] = ACTIONS(1122), - [anon_sym___fastcall] = ACTIONS(1122), - [anon_sym___thiscall] = ACTIONS(1122), - [anon_sym___vectorcall] = ACTIONS(1122), - [anon_sym_LBRACE] = ACTIONS(1124), - [anon_sym_static] = ACTIONS(1122), - [anon_sym_auto] = ACTIONS(1122), - [anon_sym_register] = ACTIONS(1122), - [anon_sym_inline] = ACTIONS(1122), - [anon_sym_const] = ACTIONS(1122), - [anon_sym_volatile] = ACTIONS(1122), - [anon_sym_restrict] = ACTIONS(1122), - [anon_sym___restrict__] = ACTIONS(1122), - [anon_sym__Atomic] = ACTIONS(1122), - [anon_sym__Noreturn] = ACTIONS(1122), - [anon_sym_signed] = ACTIONS(1122), - [anon_sym_unsigned] = ACTIONS(1122), - [anon_sym_long] = ACTIONS(1122), - [anon_sym_short] = ACTIONS(1122), - [sym_primitive_type] = ACTIONS(1122), - [anon_sym_enum] = ACTIONS(1122), - [anon_sym_struct] = ACTIONS(1122), - [anon_sym_union] = ACTIONS(1122), - [anon_sym_if] = ACTIONS(1122), - [anon_sym_switch] = ACTIONS(1122), - [anon_sym_case] = ACTIONS(1122), - [anon_sym_default] = ACTIONS(1122), - [anon_sym_while] = ACTIONS(1122), - [anon_sym_do] = ACTIONS(1122), - [anon_sym_for] = ACTIONS(1122), - [anon_sym_return] = ACTIONS(1122), - [anon_sym_break] = ACTIONS(1122), - [anon_sym_continue] = ACTIONS(1122), - [anon_sym_goto] = ACTIONS(1122), - [anon_sym_DASH_DASH] = ACTIONS(1124), - [anon_sym_PLUS_PLUS] = ACTIONS(1124), - [anon_sym_sizeof] = ACTIONS(1122), - [anon_sym_offsetof] = ACTIONS(1122), - [anon_sym__Generic] = ACTIONS(1122), - [anon_sym_asm] = ACTIONS(1122), - [anon_sym___asm__] = ACTIONS(1122), - [sym_number_literal] = ACTIONS(1124), - [anon_sym_L_SQUOTE] = ACTIONS(1124), - [anon_sym_u_SQUOTE] = ACTIONS(1124), - [anon_sym_U_SQUOTE] = ACTIONS(1124), - [anon_sym_u8_SQUOTE] = ACTIONS(1124), - [anon_sym_SQUOTE] = ACTIONS(1124), - [anon_sym_L_DQUOTE] = ACTIONS(1124), - [anon_sym_u_DQUOTE] = ACTIONS(1124), - [anon_sym_U_DQUOTE] = ACTIONS(1124), - [anon_sym_u8_DQUOTE] = ACTIONS(1124), - [anon_sym_DQUOTE] = ACTIONS(1124), - [sym_true] = ACTIONS(1122), - [sym_false] = ACTIONS(1122), - [sym_null] = ACTIONS(1122), - [sym_comment] = ACTIONS(3), - }, - [342] = { - [sym_identifier] = ACTIONS(1076), - [aux_sym_preproc_include_token1] = ACTIONS(1076), - [aux_sym_preproc_def_token1] = ACTIONS(1076), - [aux_sym_preproc_if_token1] = ACTIONS(1076), - [aux_sym_preproc_if_token2] = ACTIONS(1076), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1076), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1076), - [sym_preproc_directive] = ACTIONS(1076), - [anon_sym_LPAREN2] = ACTIONS(1078), - [anon_sym_BANG] = ACTIONS(1078), - [anon_sym_TILDE] = ACTIONS(1078), - [anon_sym_DASH] = ACTIONS(1076), - [anon_sym_PLUS] = ACTIONS(1076), - [anon_sym_STAR] = ACTIONS(1078), - [anon_sym_AMP] = ACTIONS(1078), - [anon_sym_SEMI] = ACTIONS(1078), - [anon_sym_typedef] = ACTIONS(1076), - [anon_sym_extern] = ACTIONS(1076), - [anon_sym___attribute__] = ACTIONS(1076), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1078), - [anon_sym___declspec] = ACTIONS(1076), - [anon_sym___cdecl] = ACTIONS(1076), - [anon_sym___clrcall] = ACTIONS(1076), - [anon_sym___stdcall] = ACTIONS(1076), - [anon_sym___fastcall] = ACTIONS(1076), - [anon_sym___thiscall] = ACTIONS(1076), - [anon_sym___vectorcall] = ACTIONS(1076), - [anon_sym_LBRACE] = ACTIONS(1078), - [anon_sym_static] = ACTIONS(1076), - [anon_sym_auto] = ACTIONS(1076), - [anon_sym_register] = ACTIONS(1076), - [anon_sym_inline] = ACTIONS(1076), - [anon_sym_const] = ACTIONS(1076), - [anon_sym_volatile] = ACTIONS(1076), - [anon_sym_restrict] = ACTIONS(1076), - [anon_sym___restrict__] = ACTIONS(1076), - [anon_sym__Atomic] = ACTIONS(1076), - [anon_sym__Noreturn] = ACTIONS(1076), - [anon_sym_signed] = ACTIONS(1076), - [anon_sym_unsigned] = ACTIONS(1076), - [anon_sym_long] = ACTIONS(1076), - [anon_sym_short] = ACTIONS(1076), - [sym_primitive_type] = ACTIONS(1076), - [anon_sym_enum] = ACTIONS(1076), - [anon_sym_struct] = ACTIONS(1076), - [anon_sym_union] = ACTIONS(1076), - [anon_sym_if] = ACTIONS(1076), - [anon_sym_switch] = ACTIONS(1076), - [anon_sym_case] = ACTIONS(1076), - [anon_sym_default] = ACTIONS(1076), - [anon_sym_while] = ACTIONS(1076), - [anon_sym_do] = ACTIONS(1076), - [anon_sym_for] = ACTIONS(1076), - [anon_sym_return] = ACTIONS(1076), - [anon_sym_break] = ACTIONS(1076), - [anon_sym_continue] = ACTIONS(1076), - [anon_sym_goto] = ACTIONS(1076), - [anon_sym_DASH_DASH] = ACTIONS(1078), - [anon_sym_PLUS_PLUS] = ACTIONS(1078), - [anon_sym_sizeof] = ACTIONS(1076), - [anon_sym_offsetof] = ACTIONS(1076), - [anon_sym__Generic] = ACTIONS(1076), - [anon_sym_asm] = ACTIONS(1076), - [anon_sym___asm__] = ACTIONS(1076), - [sym_number_literal] = ACTIONS(1078), - [anon_sym_L_SQUOTE] = ACTIONS(1078), - [anon_sym_u_SQUOTE] = ACTIONS(1078), - [anon_sym_U_SQUOTE] = ACTIONS(1078), - [anon_sym_u8_SQUOTE] = ACTIONS(1078), - [anon_sym_SQUOTE] = ACTIONS(1078), - [anon_sym_L_DQUOTE] = ACTIONS(1078), - [anon_sym_u_DQUOTE] = ACTIONS(1078), - [anon_sym_U_DQUOTE] = ACTIONS(1078), - [anon_sym_u8_DQUOTE] = ACTIONS(1078), - [anon_sym_DQUOTE] = ACTIONS(1078), - [sym_true] = ACTIONS(1076), - [sym_false] = ACTIONS(1076), - [sym_null] = ACTIONS(1076), - [sym_comment] = ACTIONS(3), - }, - [343] = { - [ts_builtin_sym_end] = ACTIONS(1132), - [sym_identifier] = ACTIONS(1130), - [aux_sym_preproc_include_token1] = ACTIONS(1130), - [aux_sym_preproc_def_token1] = ACTIONS(1130), - [aux_sym_preproc_if_token1] = ACTIONS(1130), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1130), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1130), - [sym_preproc_directive] = ACTIONS(1130), - [anon_sym_LPAREN2] = ACTIONS(1132), - [anon_sym_BANG] = ACTIONS(1132), - [anon_sym_TILDE] = ACTIONS(1132), - [anon_sym_DASH] = ACTIONS(1130), - [anon_sym_PLUS] = ACTIONS(1130), - [anon_sym_STAR] = ACTIONS(1132), - [anon_sym_AMP] = ACTIONS(1132), - [anon_sym_SEMI] = ACTIONS(1132), - [anon_sym_typedef] = ACTIONS(1130), - [anon_sym_extern] = ACTIONS(1130), - [anon_sym___attribute__] = ACTIONS(1130), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1132), - [anon_sym___declspec] = ACTIONS(1130), - [anon_sym___cdecl] = ACTIONS(1130), - [anon_sym___clrcall] = ACTIONS(1130), - [anon_sym___stdcall] = ACTIONS(1130), - [anon_sym___fastcall] = ACTIONS(1130), - [anon_sym___thiscall] = ACTIONS(1130), - [anon_sym___vectorcall] = ACTIONS(1130), - [anon_sym_LBRACE] = ACTIONS(1132), - [anon_sym_static] = ACTIONS(1130), - [anon_sym_auto] = ACTIONS(1130), - [anon_sym_register] = ACTIONS(1130), - [anon_sym_inline] = ACTIONS(1130), - [anon_sym_const] = ACTIONS(1130), - [anon_sym_volatile] = ACTIONS(1130), - [anon_sym_restrict] = ACTIONS(1130), - [anon_sym___restrict__] = ACTIONS(1130), - [anon_sym__Atomic] = ACTIONS(1130), - [anon_sym__Noreturn] = ACTIONS(1130), - [anon_sym_signed] = ACTIONS(1130), - [anon_sym_unsigned] = ACTIONS(1130), - [anon_sym_long] = ACTIONS(1130), - [anon_sym_short] = ACTIONS(1130), - [sym_primitive_type] = ACTIONS(1130), - [anon_sym_enum] = ACTIONS(1130), - [anon_sym_struct] = ACTIONS(1130), - [anon_sym_union] = ACTIONS(1130), - [anon_sym_if] = ACTIONS(1130), - [anon_sym_switch] = ACTIONS(1130), - [anon_sym_case] = ACTIONS(1130), - [anon_sym_default] = ACTIONS(1130), - [anon_sym_while] = ACTIONS(1130), - [anon_sym_do] = ACTIONS(1130), - [anon_sym_for] = ACTIONS(1130), - [anon_sym_return] = ACTIONS(1130), - [anon_sym_break] = ACTIONS(1130), - [anon_sym_continue] = ACTIONS(1130), - [anon_sym_goto] = ACTIONS(1130), - [anon_sym_DASH_DASH] = ACTIONS(1132), - [anon_sym_PLUS_PLUS] = ACTIONS(1132), - [anon_sym_sizeof] = ACTIONS(1130), - [anon_sym_offsetof] = ACTIONS(1130), - [anon_sym__Generic] = ACTIONS(1130), - [anon_sym_asm] = ACTIONS(1130), - [anon_sym___asm__] = ACTIONS(1130), - [sym_number_literal] = ACTIONS(1132), - [anon_sym_L_SQUOTE] = ACTIONS(1132), - [anon_sym_u_SQUOTE] = ACTIONS(1132), - [anon_sym_U_SQUOTE] = ACTIONS(1132), - [anon_sym_u8_SQUOTE] = ACTIONS(1132), - [anon_sym_SQUOTE] = ACTIONS(1132), - [anon_sym_L_DQUOTE] = ACTIONS(1132), - [anon_sym_u_DQUOTE] = ACTIONS(1132), - [anon_sym_U_DQUOTE] = ACTIONS(1132), - [anon_sym_u8_DQUOTE] = ACTIONS(1132), - [anon_sym_DQUOTE] = ACTIONS(1132), - [sym_true] = ACTIONS(1130), - [sym_false] = ACTIONS(1130), - [sym_null] = ACTIONS(1130), - [sym_comment] = ACTIONS(3), - }, - [344] = { - [sym_identifier] = ACTIONS(1090), - [aux_sym_preproc_include_token1] = ACTIONS(1090), - [aux_sym_preproc_def_token1] = ACTIONS(1090), - [aux_sym_preproc_if_token1] = ACTIONS(1090), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1090), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1090), - [sym_preproc_directive] = ACTIONS(1090), - [anon_sym_LPAREN2] = ACTIONS(1092), - [anon_sym_BANG] = ACTIONS(1092), - [anon_sym_TILDE] = ACTIONS(1092), - [anon_sym_DASH] = ACTIONS(1090), - [anon_sym_PLUS] = ACTIONS(1090), - [anon_sym_STAR] = ACTIONS(1092), - [anon_sym_AMP] = ACTIONS(1092), - [anon_sym_SEMI] = ACTIONS(1092), - [anon_sym_typedef] = ACTIONS(1090), - [anon_sym_extern] = ACTIONS(1090), - [anon_sym___attribute__] = ACTIONS(1090), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1092), - [anon_sym___declspec] = ACTIONS(1090), - [anon_sym___cdecl] = ACTIONS(1090), - [anon_sym___clrcall] = ACTIONS(1090), - [anon_sym___stdcall] = ACTIONS(1090), - [anon_sym___fastcall] = ACTIONS(1090), - [anon_sym___thiscall] = ACTIONS(1090), - [anon_sym___vectorcall] = ACTIONS(1090), - [anon_sym_LBRACE] = ACTIONS(1092), - [anon_sym_RBRACE] = ACTIONS(1092), - [anon_sym_static] = ACTIONS(1090), - [anon_sym_auto] = ACTIONS(1090), - [anon_sym_register] = ACTIONS(1090), - [anon_sym_inline] = ACTIONS(1090), - [anon_sym_const] = ACTIONS(1090), - [anon_sym_volatile] = ACTIONS(1090), - [anon_sym_restrict] = ACTIONS(1090), - [anon_sym___restrict__] = ACTIONS(1090), - [anon_sym__Atomic] = ACTIONS(1090), - [anon_sym__Noreturn] = ACTIONS(1090), - [anon_sym_signed] = ACTIONS(1090), - [anon_sym_unsigned] = ACTIONS(1090), - [anon_sym_long] = ACTIONS(1090), - [anon_sym_short] = ACTIONS(1090), - [sym_primitive_type] = ACTIONS(1090), - [anon_sym_enum] = ACTIONS(1090), - [anon_sym_struct] = ACTIONS(1090), - [anon_sym_union] = ACTIONS(1090), - [anon_sym_if] = ACTIONS(1090), - [anon_sym_switch] = ACTIONS(1090), - [anon_sym_case] = ACTIONS(1090), - [anon_sym_default] = ACTIONS(1090), - [anon_sym_while] = ACTIONS(1090), - [anon_sym_do] = ACTIONS(1090), - [anon_sym_for] = ACTIONS(1090), - [anon_sym_return] = ACTIONS(1090), - [anon_sym_break] = ACTIONS(1090), - [anon_sym_continue] = ACTIONS(1090), - [anon_sym_goto] = ACTIONS(1090), - [anon_sym_DASH_DASH] = ACTIONS(1092), - [anon_sym_PLUS_PLUS] = ACTIONS(1092), - [anon_sym_sizeof] = ACTIONS(1090), - [anon_sym_offsetof] = ACTIONS(1090), - [anon_sym__Generic] = ACTIONS(1090), - [anon_sym_asm] = ACTIONS(1090), - [anon_sym___asm__] = ACTIONS(1090), - [sym_number_literal] = ACTIONS(1092), - [anon_sym_L_SQUOTE] = ACTIONS(1092), - [anon_sym_u_SQUOTE] = ACTIONS(1092), - [anon_sym_U_SQUOTE] = ACTIONS(1092), - [anon_sym_u8_SQUOTE] = ACTIONS(1092), - [anon_sym_SQUOTE] = ACTIONS(1092), - [anon_sym_L_DQUOTE] = ACTIONS(1092), - [anon_sym_u_DQUOTE] = ACTIONS(1092), - [anon_sym_U_DQUOTE] = ACTIONS(1092), - [anon_sym_u8_DQUOTE] = ACTIONS(1092), - [anon_sym_DQUOTE] = ACTIONS(1092), - [sym_true] = ACTIONS(1090), - [sym_false] = ACTIONS(1090), - [sym_null] = ACTIONS(1090), - [sym_comment] = ACTIONS(3), - }, - [345] = { - [sym_identifier] = ACTIONS(1076), - [aux_sym_preproc_include_token1] = ACTIONS(1076), - [aux_sym_preproc_def_token1] = ACTIONS(1076), - [aux_sym_preproc_if_token1] = ACTIONS(1076), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1076), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1076), - [sym_preproc_directive] = ACTIONS(1076), - [anon_sym_LPAREN2] = ACTIONS(1078), - [anon_sym_BANG] = ACTIONS(1078), - [anon_sym_TILDE] = ACTIONS(1078), - [anon_sym_DASH] = ACTIONS(1076), - [anon_sym_PLUS] = ACTIONS(1076), - [anon_sym_STAR] = ACTIONS(1078), - [anon_sym_AMP] = ACTIONS(1078), - [anon_sym_SEMI] = ACTIONS(1078), - [anon_sym_typedef] = ACTIONS(1076), - [anon_sym_extern] = ACTIONS(1076), - [anon_sym___attribute__] = ACTIONS(1076), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1078), - [anon_sym___declspec] = ACTIONS(1076), - [anon_sym___cdecl] = ACTIONS(1076), - [anon_sym___clrcall] = ACTIONS(1076), - [anon_sym___stdcall] = ACTIONS(1076), - [anon_sym___fastcall] = ACTIONS(1076), - [anon_sym___thiscall] = ACTIONS(1076), - [anon_sym___vectorcall] = ACTIONS(1076), - [anon_sym_LBRACE] = ACTIONS(1078), - [anon_sym_RBRACE] = ACTIONS(1078), - [anon_sym_static] = ACTIONS(1076), - [anon_sym_auto] = ACTIONS(1076), - [anon_sym_register] = ACTIONS(1076), - [anon_sym_inline] = ACTIONS(1076), - [anon_sym_const] = ACTIONS(1076), - [anon_sym_volatile] = ACTIONS(1076), - [anon_sym_restrict] = ACTIONS(1076), - [anon_sym___restrict__] = ACTIONS(1076), - [anon_sym__Atomic] = ACTIONS(1076), - [anon_sym__Noreturn] = ACTIONS(1076), - [anon_sym_signed] = ACTIONS(1076), - [anon_sym_unsigned] = ACTIONS(1076), - [anon_sym_long] = ACTIONS(1076), - [anon_sym_short] = ACTIONS(1076), - [sym_primitive_type] = ACTIONS(1076), - [anon_sym_enum] = ACTIONS(1076), - [anon_sym_struct] = ACTIONS(1076), - [anon_sym_union] = ACTIONS(1076), - [anon_sym_if] = ACTIONS(1076), - [anon_sym_switch] = ACTIONS(1076), - [anon_sym_case] = ACTIONS(1076), - [anon_sym_default] = ACTIONS(1076), - [anon_sym_while] = ACTIONS(1076), - [anon_sym_do] = ACTIONS(1076), - [anon_sym_for] = ACTIONS(1076), - [anon_sym_return] = ACTIONS(1076), - [anon_sym_break] = ACTIONS(1076), - [anon_sym_continue] = ACTIONS(1076), - [anon_sym_goto] = ACTIONS(1076), - [anon_sym_DASH_DASH] = ACTIONS(1078), - [anon_sym_PLUS_PLUS] = ACTIONS(1078), - [anon_sym_sizeof] = ACTIONS(1076), - [anon_sym_offsetof] = ACTIONS(1076), - [anon_sym__Generic] = ACTIONS(1076), - [anon_sym_asm] = ACTIONS(1076), - [anon_sym___asm__] = ACTIONS(1076), - [sym_number_literal] = ACTIONS(1078), - [anon_sym_L_SQUOTE] = ACTIONS(1078), - [anon_sym_u_SQUOTE] = ACTIONS(1078), - [anon_sym_U_SQUOTE] = ACTIONS(1078), - [anon_sym_u8_SQUOTE] = ACTIONS(1078), - [anon_sym_SQUOTE] = ACTIONS(1078), - [anon_sym_L_DQUOTE] = ACTIONS(1078), - [anon_sym_u_DQUOTE] = ACTIONS(1078), - [anon_sym_U_DQUOTE] = ACTIONS(1078), - [anon_sym_u8_DQUOTE] = ACTIONS(1078), - [anon_sym_DQUOTE] = ACTIONS(1078), - [sym_true] = ACTIONS(1076), - [sym_false] = ACTIONS(1076), - [sym_null] = ACTIONS(1076), - [sym_comment] = ACTIONS(3), - }, - [346] = { - [sym_identifier] = ACTIONS(1080), - [aux_sym_preproc_include_token1] = ACTIONS(1080), - [aux_sym_preproc_def_token1] = ACTIONS(1080), - [aux_sym_preproc_if_token1] = ACTIONS(1080), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1080), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1080), - [sym_preproc_directive] = ACTIONS(1080), - [anon_sym_LPAREN2] = ACTIONS(1082), - [anon_sym_BANG] = ACTIONS(1082), - [anon_sym_TILDE] = ACTIONS(1082), - [anon_sym_DASH] = ACTIONS(1080), - [anon_sym_PLUS] = ACTIONS(1080), - [anon_sym_STAR] = ACTIONS(1082), - [anon_sym_AMP] = ACTIONS(1082), - [anon_sym_SEMI] = ACTIONS(1082), - [anon_sym_typedef] = ACTIONS(1080), - [anon_sym_extern] = ACTIONS(1080), - [anon_sym___attribute__] = ACTIONS(1080), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1082), - [anon_sym___declspec] = ACTIONS(1080), - [anon_sym___cdecl] = ACTIONS(1080), - [anon_sym___clrcall] = ACTIONS(1080), - [anon_sym___stdcall] = ACTIONS(1080), - [anon_sym___fastcall] = ACTIONS(1080), - [anon_sym___thiscall] = ACTIONS(1080), - [anon_sym___vectorcall] = ACTIONS(1080), - [anon_sym_LBRACE] = ACTIONS(1082), - [anon_sym_RBRACE] = ACTIONS(1082), - [anon_sym_static] = ACTIONS(1080), - [anon_sym_auto] = ACTIONS(1080), - [anon_sym_register] = ACTIONS(1080), - [anon_sym_inline] = ACTIONS(1080), - [anon_sym_const] = ACTIONS(1080), - [anon_sym_volatile] = ACTIONS(1080), - [anon_sym_restrict] = ACTIONS(1080), - [anon_sym___restrict__] = ACTIONS(1080), - [anon_sym__Atomic] = ACTIONS(1080), - [anon_sym__Noreturn] = ACTIONS(1080), - [anon_sym_signed] = ACTIONS(1080), - [anon_sym_unsigned] = ACTIONS(1080), - [anon_sym_long] = ACTIONS(1080), - [anon_sym_short] = ACTIONS(1080), - [sym_primitive_type] = ACTIONS(1080), - [anon_sym_enum] = ACTIONS(1080), - [anon_sym_struct] = ACTIONS(1080), - [anon_sym_union] = ACTIONS(1080), - [anon_sym_if] = ACTIONS(1080), - [anon_sym_switch] = ACTIONS(1080), - [anon_sym_case] = ACTIONS(1080), - [anon_sym_default] = ACTIONS(1080), - [anon_sym_while] = ACTIONS(1080), - [anon_sym_do] = ACTIONS(1080), - [anon_sym_for] = ACTIONS(1080), - [anon_sym_return] = ACTIONS(1080), - [anon_sym_break] = ACTIONS(1080), - [anon_sym_continue] = ACTIONS(1080), - [anon_sym_goto] = ACTIONS(1080), - [anon_sym_DASH_DASH] = ACTIONS(1082), - [anon_sym_PLUS_PLUS] = ACTIONS(1082), - [anon_sym_sizeof] = ACTIONS(1080), - [anon_sym_offsetof] = ACTIONS(1080), - [anon_sym__Generic] = ACTIONS(1080), - [anon_sym_asm] = ACTIONS(1080), - [anon_sym___asm__] = ACTIONS(1080), - [sym_number_literal] = ACTIONS(1082), - [anon_sym_L_SQUOTE] = ACTIONS(1082), - [anon_sym_u_SQUOTE] = ACTIONS(1082), - [anon_sym_U_SQUOTE] = ACTIONS(1082), - [anon_sym_u8_SQUOTE] = ACTIONS(1082), - [anon_sym_SQUOTE] = ACTIONS(1082), - [anon_sym_L_DQUOTE] = ACTIONS(1082), - [anon_sym_u_DQUOTE] = ACTIONS(1082), - [anon_sym_U_DQUOTE] = ACTIONS(1082), - [anon_sym_u8_DQUOTE] = ACTIONS(1082), - [anon_sym_DQUOTE] = ACTIONS(1082), - [sym_true] = ACTIONS(1080), - [sym_false] = ACTIONS(1080), - [sym_null] = ACTIONS(1080), - [sym_comment] = ACTIONS(3), - }, - [347] = { - [ts_builtin_sym_end] = ACTIONS(1112), - [sym_identifier] = ACTIONS(1110), - [aux_sym_preproc_include_token1] = ACTIONS(1110), - [aux_sym_preproc_def_token1] = ACTIONS(1110), - [aux_sym_preproc_if_token1] = ACTIONS(1110), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1110), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1110), - [sym_preproc_directive] = ACTIONS(1110), - [anon_sym_LPAREN2] = ACTIONS(1112), - [anon_sym_BANG] = ACTIONS(1112), - [anon_sym_TILDE] = ACTIONS(1112), - [anon_sym_DASH] = ACTIONS(1110), - [anon_sym_PLUS] = ACTIONS(1110), - [anon_sym_STAR] = ACTIONS(1112), - [anon_sym_AMP] = ACTIONS(1112), - [anon_sym_SEMI] = ACTIONS(1112), - [anon_sym_typedef] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1110), - [anon_sym___attribute__] = ACTIONS(1110), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1112), - [anon_sym___declspec] = ACTIONS(1110), - [anon_sym___cdecl] = ACTIONS(1110), - [anon_sym___clrcall] = ACTIONS(1110), - [anon_sym___stdcall] = ACTIONS(1110), - [anon_sym___fastcall] = ACTIONS(1110), - [anon_sym___thiscall] = ACTIONS(1110), - [anon_sym___vectorcall] = ACTIONS(1110), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_static] = ACTIONS(1110), - [anon_sym_auto] = ACTIONS(1110), - [anon_sym_register] = ACTIONS(1110), - [anon_sym_inline] = ACTIONS(1110), - [anon_sym_const] = ACTIONS(1110), - [anon_sym_volatile] = ACTIONS(1110), - [anon_sym_restrict] = ACTIONS(1110), - [anon_sym___restrict__] = ACTIONS(1110), - [anon_sym__Atomic] = ACTIONS(1110), - [anon_sym__Noreturn] = ACTIONS(1110), - [anon_sym_signed] = ACTIONS(1110), - [anon_sym_unsigned] = ACTIONS(1110), - [anon_sym_long] = ACTIONS(1110), - [anon_sym_short] = ACTIONS(1110), - [sym_primitive_type] = ACTIONS(1110), - [anon_sym_enum] = ACTIONS(1110), - [anon_sym_struct] = ACTIONS(1110), - [anon_sym_union] = ACTIONS(1110), - [anon_sym_if] = ACTIONS(1110), - [anon_sym_switch] = ACTIONS(1110), - [anon_sym_case] = ACTIONS(1110), - [anon_sym_default] = ACTIONS(1110), - [anon_sym_while] = ACTIONS(1110), - [anon_sym_do] = ACTIONS(1110), - [anon_sym_for] = ACTIONS(1110), - [anon_sym_return] = ACTIONS(1110), - [anon_sym_break] = ACTIONS(1110), - [anon_sym_continue] = ACTIONS(1110), - [anon_sym_goto] = ACTIONS(1110), - [anon_sym_DASH_DASH] = ACTIONS(1112), - [anon_sym_PLUS_PLUS] = ACTIONS(1112), - [anon_sym_sizeof] = ACTIONS(1110), - [anon_sym_offsetof] = ACTIONS(1110), - [anon_sym__Generic] = ACTIONS(1110), - [anon_sym_asm] = ACTIONS(1110), - [anon_sym___asm__] = ACTIONS(1110), - [sym_number_literal] = ACTIONS(1112), - [anon_sym_L_SQUOTE] = ACTIONS(1112), - [anon_sym_u_SQUOTE] = ACTIONS(1112), - [anon_sym_U_SQUOTE] = ACTIONS(1112), - [anon_sym_u8_SQUOTE] = ACTIONS(1112), - [anon_sym_SQUOTE] = ACTIONS(1112), - [anon_sym_L_DQUOTE] = ACTIONS(1112), - [anon_sym_u_DQUOTE] = ACTIONS(1112), - [anon_sym_U_DQUOTE] = ACTIONS(1112), - [anon_sym_u8_DQUOTE] = ACTIONS(1112), - [anon_sym_DQUOTE] = ACTIONS(1112), - [sym_true] = ACTIONS(1110), - [sym_false] = ACTIONS(1110), - [sym_null] = ACTIONS(1110), - [sym_comment] = ACTIONS(3), - }, - [348] = { - [sym_identifier] = ACTIONS(1080), - [aux_sym_preproc_include_token1] = ACTIONS(1080), - [aux_sym_preproc_def_token1] = ACTIONS(1080), - [aux_sym_preproc_if_token1] = ACTIONS(1080), - [aux_sym_preproc_if_token2] = ACTIONS(1080), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1080), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1080), - [sym_preproc_directive] = ACTIONS(1080), - [anon_sym_LPAREN2] = ACTIONS(1082), - [anon_sym_BANG] = ACTIONS(1082), - [anon_sym_TILDE] = ACTIONS(1082), - [anon_sym_DASH] = ACTIONS(1080), - [anon_sym_PLUS] = ACTIONS(1080), - [anon_sym_STAR] = ACTIONS(1082), - [anon_sym_AMP] = ACTIONS(1082), - [anon_sym_SEMI] = ACTIONS(1082), - [anon_sym_typedef] = ACTIONS(1080), - [anon_sym_extern] = ACTIONS(1080), - [anon_sym___attribute__] = ACTIONS(1080), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1082), - [anon_sym___declspec] = ACTIONS(1080), - [anon_sym___cdecl] = ACTIONS(1080), - [anon_sym___clrcall] = ACTIONS(1080), - [anon_sym___stdcall] = ACTIONS(1080), - [anon_sym___fastcall] = ACTIONS(1080), - [anon_sym___thiscall] = ACTIONS(1080), - [anon_sym___vectorcall] = ACTIONS(1080), - [anon_sym_LBRACE] = ACTIONS(1082), - [anon_sym_static] = ACTIONS(1080), - [anon_sym_auto] = ACTIONS(1080), - [anon_sym_register] = ACTIONS(1080), - [anon_sym_inline] = ACTIONS(1080), - [anon_sym_const] = ACTIONS(1080), - [anon_sym_volatile] = ACTIONS(1080), - [anon_sym_restrict] = ACTIONS(1080), - [anon_sym___restrict__] = ACTIONS(1080), - [anon_sym__Atomic] = ACTIONS(1080), - [anon_sym__Noreturn] = ACTIONS(1080), - [anon_sym_signed] = ACTIONS(1080), - [anon_sym_unsigned] = ACTIONS(1080), - [anon_sym_long] = ACTIONS(1080), - [anon_sym_short] = ACTIONS(1080), - [sym_primitive_type] = ACTIONS(1080), - [anon_sym_enum] = ACTIONS(1080), - [anon_sym_struct] = ACTIONS(1080), - [anon_sym_union] = ACTIONS(1080), - [anon_sym_if] = ACTIONS(1080), - [anon_sym_switch] = ACTIONS(1080), - [anon_sym_case] = ACTIONS(1080), - [anon_sym_default] = ACTIONS(1080), - [anon_sym_while] = ACTIONS(1080), - [anon_sym_do] = ACTIONS(1080), - [anon_sym_for] = ACTIONS(1080), - [anon_sym_return] = ACTIONS(1080), - [anon_sym_break] = ACTIONS(1080), - [anon_sym_continue] = ACTIONS(1080), - [anon_sym_goto] = ACTIONS(1080), - [anon_sym_DASH_DASH] = ACTIONS(1082), - [anon_sym_PLUS_PLUS] = ACTIONS(1082), - [anon_sym_sizeof] = ACTIONS(1080), - [anon_sym_offsetof] = ACTIONS(1080), - [anon_sym__Generic] = ACTIONS(1080), - [anon_sym_asm] = ACTIONS(1080), - [anon_sym___asm__] = ACTIONS(1080), - [sym_number_literal] = ACTIONS(1082), - [anon_sym_L_SQUOTE] = ACTIONS(1082), - [anon_sym_u_SQUOTE] = ACTIONS(1082), - [anon_sym_U_SQUOTE] = ACTIONS(1082), - [anon_sym_u8_SQUOTE] = ACTIONS(1082), - [anon_sym_SQUOTE] = ACTIONS(1082), - [anon_sym_L_DQUOTE] = ACTIONS(1082), - [anon_sym_u_DQUOTE] = ACTIONS(1082), - [anon_sym_U_DQUOTE] = ACTIONS(1082), - [anon_sym_u8_DQUOTE] = ACTIONS(1082), - [anon_sym_DQUOTE] = ACTIONS(1082), - [sym_true] = ACTIONS(1080), - [sym_false] = ACTIONS(1080), - [sym_null] = ACTIONS(1080), - [sym_comment] = ACTIONS(3), - }, - [349] = { - [sym_identifier] = ACTIONS(1068), - [aux_sym_preproc_include_token1] = ACTIONS(1068), - [aux_sym_preproc_def_token1] = ACTIONS(1068), - [aux_sym_preproc_if_token1] = ACTIONS(1068), - [aux_sym_preproc_if_token2] = ACTIONS(1068), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1068), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1068), - [sym_preproc_directive] = ACTIONS(1068), - [anon_sym_LPAREN2] = ACTIONS(1070), - [anon_sym_BANG] = ACTIONS(1070), - [anon_sym_TILDE] = ACTIONS(1070), - [anon_sym_DASH] = ACTIONS(1068), - [anon_sym_PLUS] = ACTIONS(1068), - [anon_sym_STAR] = ACTIONS(1070), - [anon_sym_AMP] = ACTIONS(1070), - [anon_sym_SEMI] = ACTIONS(1070), - [anon_sym_typedef] = ACTIONS(1068), - [anon_sym_extern] = ACTIONS(1068), - [anon_sym___attribute__] = ACTIONS(1068), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1070), - [anon_sym___declspec] = ACTIONS(1068), - [anon_sym___cdecl] = ACTIONS(1068), - [anon_sym___clrcall] = ACTIONS(1068), - [anon_sym___stdcall] = ACTIONS(1068), - [anon_sym___fastcall] = ACTIONS(1068), - [anon_sym___thiscall] = ACTIONS(1068), - [anon_sym___vectorcall] = ACTIONS(1068), - [anon_sym_LBRACE] = ACTIONS(1070), - [anon_sym_static] = ACTIONS(1068), - [anon_sym_auto] = ACTIONS(1068), - [anon_sym_register] = ACTIONS(1068), - [anon_sym_inline] = ACTIONS(1068), - [anon_sym_const] = ACTIONS(1068), - [anon_sym_volatile] = ACTIONS(1068), - [anon_sym_restrict] = ACTIONS(1068), - [anon_sym___restrict__] = ACTIONS(1068), - [anon_sym__Atomic] = ACTIONS(1068), - [anon_sym__Noreturn] = ACTIONS(1068), - [anon_sym_signed] = ACTIONS(1068), - [anon_sym_unsigned] = ACTIONS(1068), - [anon_sym_long] = ACTIONS(1068), - [anon_sym_short] = ACTIONS(1068), - [sym_primitive_type] = ACTIONS(1068), - [anon_sym_enum] = ACTIONS(1068), - [anon_sym_struct] = ACTIONS(1068), - [anon_sym_union] = ACTIONS(1068), - [anon_sym_if] = ACTIONS(1068), - [anon_sym_switch] = ACTIONS(1068), - [anon_sym_case] = ACTIONS(1068), - [anon_sym_default] = ACTIONS(1068), - [anon_sym_while] = ACTIONS(1068), - [anon_sym_do] = ACTIONS(1068), - [anon_sym_for] = ACTIONS(1068), - [anon_sym_return] = ACTIONS(1068), - [anon_sym_break] = ACTIONS(1068), - [anon_sym_continue] = ACTIONS(1068), - [anon_sym_goto] = ACTIONS(1068), - [anon_sym_DASH_DASH] = ACTIONS(1070), - [anon_sym_PLUS_PLUS] = ACTIONS(1070), - [anon_sym_sizeof] = ACTIONS(1068), - [anon_sym_offsetof] = ACTIONS(1068), - [anon_sym__Generic] = ACTIONS(1068), - [anon_sym_asm] = ACTIONS(1068), - [anon_sym___asm__] = ACTIONS(1068), - [sym_number_literal] = ACTIONS(1070), - [anon_sym_L_SQUOTE] = ACTIONS(1070), - [anon_sym_u_SQUOTE] = ACTIONS(1070), - [anon_sym_U_SQUOTE] = ACTIONS(1070), - [anon_sym_u8_SQUOTE] = ACTIONS(1070), - [anon_sym_SQUOTE] = ACTIONS(1070), - [anon_sym_L_DQUOTE] = ACTIONS(1070), - [anon_sym_u_DQUOTE] = ACTIONS(1070), - [anon_sym_U_DQUOTE] = ACTIONS(1070), - [anon_sym_u8_DQUOTE] = ACTIONS(1070), - [anon_sym_DQUOTE] = ACTIONS(1070), - [sym_true] = ACTIONS(1068), - [sym_false] = ACTIONS(1068), - [sym_null] = ACTIONS(1068), - [sym_comment] = ACTIONS(3), - }, - [350] = { - [sym_identifier] = ACTIONS(1072), - [aux_sym_preproc_include_token1] = ACTIONS(1072), - [aux_sym_preproc_def_token1] = ACTIONS(1072), - [aux_sym_preproc_if_token1] = ACTIONS(1072), - [aux_sym_preproc_if_token2] = ACTIONS(1072), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1072), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1072), - [sym_preproc_directive] = ACTIONS(1072), - [anon_sym_LPAREN2] = ACTIONS(1074), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_TILDE] = ACTIONS(1074), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_PLUS] = ACTIONS(1072), - [anon_sym_STAR] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1074), - [anon_sym_SEMI] = ACTIONS(1074), - [anon_sym_typedef] = ACTIONS(1072), - [anon_sym_extern] = ACTIONS(1072), - [anon_sym___attribute__] = ACTIONS(1072), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1074), - [anon_sym___declspec] = ACTIONS(1072), - [anon_sym___cdecl] = ACTIONS(1072), - [anon_sym___clrcall] = ACTIONS(1072), - [anon_sym___stdcall] = ACTIONS(1072), - [anon_sym___fastcall] = ACTIONS(1072), - [anon_sym___thiscall] = ACTIONS(1072), - [anon_sym___vectorcall] = ACTIONS(1072), - [anon_sym_LBRACE] = ACTIONS(1074), - [anon_sym_static] = ACTIONS(1072), - [anon_sym_auto] = ACTIONS(1072), - [anon_sym_register] = ACTIONS(1072), - [anon_sym_inline] = ACTIONS(1072), - [anon_sym_const] = ACTIONS(1072), - [anon_sym_volatile] = ACTIONS(1072), - [anon_sym_restrict] = ACTIONS(1072), - [anon_sym___restrict__] = ACTIONS(1072), - [anon_sym__Atomic] = ACTIONS(1072), - [anon_sym__Noreturn] = ACTIONS(1072), - [anon_sym_signed] = ACTIONS(1072), - [anon_sym_unsigned] = ACTIONS(1072), - [anon_sym_long] = ACTIONS(1072), - [anon_sym_short] = ACTIONS(1072), - [sym_primitive_type] = ACTIONS(1072), - [anon_sym_enum] = ACTIONS(1072), - [anon_sym_struct] = ACTIONS(1072), - [anon_sym_union] = ACTIONS(1072), - [anon_sym_if] = ACTIONS(1072), - [anon_sym_switch] = ACTIONS(1072), - [anon_sym_case] = ACTIONS(1072), - [anon_sym_default] = ACTIONS(1072), - [anon_sym_while] = ACTIONS(1072), - [anon_sym_do] = ACTIONS(1072), - [anon_sym_for] = ACTIONS(1072), - [anon_sym_return] = ACTIONS(1072), - [anon_sym_break] = ACTIONS(1072), - [anon_sym_continue] = ACTIONS(1072), - [anon_sym_goto] = ACTIONS(1072), - [anon_sym_DASH_DASH] = ACTIONS(1074), - [anon_sym_PLUS_PLUS] = ACTIONS(1074), - [anon_sym_sizeof] = ACTIONS(1072), - [anon_sym_offsetof] = ACTIONS(1072), - [anon_sym__Generic] = ACTIONS(1072), - [anon_sym_asm] = ACTIONS(1072), - [anon_sym___asm__] = ACTIONS(1072), - [sym_number_literal] = ACTIONS(1074), - [anon_sym_L_SQUOTE] = ACTIONS(1074), - [anon_sym_u_SQUOTE] = ACTIONS(1074), - [anon_sym_U_SQUOTE] = ACTIONS(1074), - [anon_sym_u8_SQUOTE] = ACTIONS(1074), - [anon_sym_SQUOTE] = ACTIONS(1074), - [anon_sym_L_DQUOTE] = ACTIONS(1074), - [anon_sym_u_DQUOTE] = ACTIONS(1074), - [anon_sym_U_DQUOTE] = ACTIONS(1074), - [anon_sym_u8_DQUOTE] = ACTIONS(1074), - [anon_sym_DQUOTE] = ACTIONS(1074), - [sym_true] = ACTIONS(1072), - [sym_false] = ACTIONS(1072), - [sym_null] = ACTIONS(1072), - [sym_comment] = ACTIONS(3), - }, - [351] = { - [sym_identifier] = ACTIONS(1072), - [aux_sym_preproc_include_token1] = ACTIONS(1072), - [aux_sym_preproc_def_token1] = ACTIONS(1072), - [aux_sym_preproc_if_token1] = ACTIONS(1072), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1072), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1072), - [sym_preproc_directive] = ACTIONS(1072), - [anon_sym_LPAREN2] = ACTIONS(1074), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_TILDE] = ACTIONS(1074), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_PLUS] = ACTIONS(1072), - [anon_sym_STAR] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1074), - [anon_sym_SEMI] = ACTIONS(1074), - [anon_sym_typedef] = ACTIONS(1072), - [anon_sym_extern] = ACTIONS(1072), - [anon_sym___attribute__] = ACTIONS(1072), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1074), - [anon_sym___declspec] = ACTIONS(1072), - [anon_sym___cdecl] = ACTIONS(1072), - [anon_sym___clrcall] = ACTIONS(1072), - [anon_sym___stdcall] = ACTIONS(1072), - [anon_sym___fastcall] = ACTIONS(1072), - [anon_sym___thiscall] = ACTIONS(1072), - [anon_sym___vectorcall] = ACTIONS(1072), - [anon_sym_LBRACE] = ACTIONS(1074), - [anon_sym_RBRACE] = ACTIONS(1074), - [anon_sym_static] = ACTIONS(1072), - [anon_sym_auto] = ACTIONS(1072), - [anon_sym_register] = ACTIONS(1072), - [anon_sym_inline] = ACTIONS(1072), - [anon_sym_const] = ACTIONS(1072), - [anon_sym_volatile] = ACTIONS(1072), - [anon_sym_restrict] = ACTIONS(1072), - [anon_sym___restrict__] = ACTIONS(1072), - [anon_sym__Atomic] = ACTIONS(1072), - [anon_sym__Noreturn] = ACTIONS(1072), - [anon_sym_signed] = ACTIONS(1072), - [anon_sym_unsigned] = ACTIONS(1072), - [anon_sym_long] = ACTIONS(1072), - [anon_sym_short] = ACTIONS(1072), - [sym_primitive_type] = ACTIONS(1072), - [anon_sym_enum] = ACTIONS(1072), - [anon_sym_struct] = ACTIONS(1072), - [anon_sym_union] = ACTIONS(1072), - [anon_sym_if] = ACTIONS(1072), - [anon_sym_switch] = ACTIONS(1072), - [anon_sym_case] = ACTIONS(1072), - [anon_sym_default] = ACTIONS(1072), - [anon_sym_while] = ACTIONS(1072), - [anon_sym_do] = ACTIONS(1072), - [anon_sym_for] = ACTIONS(1072), - [anon_sym_return] = ACTIONS(1072), - [anon_sym_break] = ACTIONS(1072), - [anon_sym_continue] = ACTIONS(1072), - [anon_sym_goto] = ACTIONS(1072), - [anon_sym_DASH_DASH] = ACTIONS(1074), - [anon_sym_PLUS_PLUS] = ACTIONS(1074), - [anon_sym_sizeof] = ACTIONS(1072), - [anon_sym_offsetof] = ACTIONS(1072), - [anon_sym__Generic] = ACTIONS(1072), - [anon_sym_asm] = ACTIONS(1072), - [anon_sym___asm__] = ACTIONS(1072), - [sym_number_literal] = ACTIONS(1074), - [anon_sym_L_SQUOTE] = ACTIONS(1074), - [anon_sym_u_SQUOTE] = ACTIONS(1074), - [anon_sym_U_SQUOTE] = ACTIONS(1074), - [anon_sym_u8_SQUOTE] = ACTIONS(1074), - [anon_sym_SQUOTE] = ACTIONS(1074), - [anon_sym_L_DQUOTE] = ACTIONS(1074), - [anon_sym_u_DQUOTE] = ACTIONS(1074), - [anon_sym_U_DQUOTE] = ACTIONS(1074), - [anon_sym_u8_DQUOTE] = ACTIONS(1074), - [anon_sym_DQUOTE] = ACTIONS(1074), - [sym_true] = ACTIONS(1072), - [sym_false] = ACTIONS(1072), - [sym_null] = ACTIONS(1072), - [sym_comment] = ACTIONS(3), - }, - [352] = { - [sym_identifier] = ACTIONS(1094), - [aux_sym_preproc_include_token1] = ACTIONS(1094), - [aux_sym_preproc_def_token1] = ACTIONS(1094), - [aux_sym_preproc_if_token1] = ACTIONS(1094), - [aux_sym_preproc_if_token2] = ACTIONS(1094), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1094), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1094), - [sym_preproc_directive] = ACTIONS(1094), - [anon_sym_LPAREN2] = ACTIONS(1096), - [anon_sym_BANG] = ACTIONS(1096), - [anon_sym_TILDE] = ACTIONS(1096), - [anon_sym_DASH] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(1094), - [anon_sym_STAR] = ACTIONS(1096), - [anon_sym_AMP] = ACTIONS(1096), - [anon_sym_SEMI] = ACTIONS(1096), - [anon_sym_typedef] = ACTIONS(1094), - [anon_sym_extern] = ACTIONS(1094), - [anon_sym___attribute__] = ACTIONS(1094), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1096), - [anon_sym___declspec] = ACTIONS(1094), - [anon_sym___cdecl] = ACTIONS(1094), - [anon_sym___clrcall] = ACTIONS(1094), - [anon_sym___stdcall] = ACTIONS(1094), - [anon_sym___fastcall] = ACTIONS(1094), - [anon_sym___thiscall] = ACTIONS(1094), - [anon_sym___vectorcall] = ACTIONS(1094), - [anon_sym_LBRACE] = ACTIONS(1096), - [anon_sym_static] = ACTIONS(1094), - [anon_sym_auto] = ACTIONS(1094), - [anon_sym_register] = ACTIONS(1094), - [anon_sym_inline] = ACTIONS(1094), - [anon_sym_const] = ACTIONS(1094), - [anon_sym_volatile] = ACTIONS(1094), - [anon_sym_restrict] = ACTIONS(1094), - [anon_sym___restrict__] = ACTIONS(1094), - [anon_sym__Atomic] = ACTIONS(1094), - [anon_sym__Noreturn] = ACTIONS(1094), - [anon_sym_signed] = ACTIONS(1094), - [anon_sym_unsigned] = ACTIONS(1094), - [anon_sym_long] = ACTIONS(1094), - [anon_sym_short] = ACTIONS(1094), - [sym_primitive_type] = ACTIONS(1094), - [anon_sym_enum] = ACTIONS(1094), - [anon_sym_struct] = ACTIONS(1094), - [anon_sym_union] = ACTIONS(1094), - [anon_sym_if] = ACTIONS(1094), - [anon_sym_switch] = ACTIONS(1094), - [anon_sym_case] = ACTIONS(1094), - [anon_sym_default] = ACTIONS(1094), - [anon_sym_while] = ACTIONS(1094), - [anon_sym_do] = ACTIONS(1094), - [anon_sym_for] = ACTIONS(1094), - [anon_sym_return] = ACTIONS(1094), - [anon_sym_break] = ACTIONS(1094), - [anon_sym_continue] = ACTIONS(1094), - [anon_sym_goto] = ACTIONS(1094), - [anon_sym_DASH_DASH] = ACTIONS(1096), - [anon_sym_PLUS_PLUS] = ACTIONS(1096), - [anon_sym_sizeof] = ACTIONS(1094), - [anon_sym_offsetof] = ACTIONS(1094), - [anon_sym__Generic] = ACTIONS(1094), - [anon_sym_asm] = ACTIONS(1094), - [anon_sym___asm__] = ACTIONS(1094), - [sym_number_literal] = ACTIONS(1096), - [anon_sym_L_SQUOTE] = ACTIONS(1096), - [anon_sym_u_SQUOTE] = ACTIONS(1096), - [anon_sym_U_SQUOTE] = ACTIONS(1096), - [anon_sym_u8_SQUOTE] = ACTIONS(1096), - [anon_sym_SQUOTE] = ACTIONS(1096), - [anon_sym_L_DQUOTE] = ACTIONS(1096), - [anon_sym_u_DQUOTE] = ACTIONS(1096), - [anon_sym_U_DQUOTE] = ACTIONS(1096), - [anon_sym_u8_DQUOTE] = ACTIONS(1096), - [anon_sym_DQUOTE] = ACTIONS(1096), - [sym_true] = ACTIONS(1094), - [sym_false] = ACTIONS(1094), - [sym_null] = ACTIONS(1094), - [sym_comment] = ACTIONS(3), - }, - [353] = { - [sym_identifier] = ACTIONS(1064), - [aux_sym_preproc_include_token1] = ACTIONS(1064), - [aux_sym_preproc_def_token1] = ACTIONS(1064), - [aux_sym_preproc_if_token1] = ACTIONS(1064), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1064), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1064), - [sym_preproc_directive] = ACTIONS(1064), - [anon_sym_LPAREN2] = ACTIONS(1066), - [anon_sym_BANG] = ACTIONS(1066), - [anon_sym_TILDE] = ACTIONS(1066), - [anon_sym_DASH] = ACTIONS(1064), - [anon_sym_PLUS] = ACTIONS(1064), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_AMP] = ACTIONS(1066), - [anon_sym_SEMI] = ACTIONS(1066), - [anon_sym_typedef] = ACTIONS(1064), - [anon_sym_extern] = ACTIONS(1064), - [anon_sym___attribute__] = ACTIONS(1064), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1066), - [anon_sym___declspec] = ACTIONS(1064), - [anon_sym___cdecl] = ACTIONS(1064), - [anon_sym___clrcall] = ACTIONS(1064), - [anon_sym___stdcall] = ACTIONS(1064), - [anon_sym___fastcall] = ACTIONS(1064), - [anon_sym___thiscall] = ACTIONS(1064), - [anon_sym___vectorcall] = ACTIONS(1064), - [anon_sym_LBRACE] = ACTIONS(1066), - [anon_sym_RBRACE] = ACTIONS(1066), - [anon_sym_static] = ACTIONS(1064), - [anon_sym_auto] = ACTIONS(1064), - [anon_sym_register] = ACTIONS(1064), - [anon_sym_inline] = ACTIONS(1064), - [anon_sym_const] = ACTIONS(1064), - [anon_sym_volatile] = ACTIONS(1064), - [anon_sym_restrict] = ACTIONS(1064), - [anon_sym___restrict__] = ACTIONS(1064), - [anon_sym__Atomic] = ACTIONS(1064), - [anon_sym__Noreturn] = ACTIONS(1064), - [anon_sym_signed] = ACTIONS(1064), - [anon_sym_unsigned] = ACTIONS(1064), - [anon_sym_long] = ACTIONS(1064), - [anon_sym_short] = ACTIONS(1064), - [sym_primitive_type] = ACTIONS(1064), - [anon_sym_enum] = ACTIONS(1064), - [anon_sym_struct] = ACTIONS(1064), - [anon_sym_union] = ACTIONS(1064), - [anon_sym_if] = ACTIONS(1064), - [anon_sym_switch] = ACTIONS(1064), - [anon_sym_case] = ACTIONS(1064), - [anon_sym_default] = ACTIONS(1064), - [anon_sym_while] = ACTIONS(1064), - [anon_sym_do] = ACTIONS(1064), - [anon_sym_for] = ACTIONS(1064), - [anon_sym_return] = ACTIONS(1064), - [anon_sym_break] = ACTIONS(1064), - [anon_sym_continue] = ACTIONS(1064), - [anon_sym_goto] = ACTIONS(1064), - [anon_sym_DASH_DASH] = ACTIONS(1066), - [anon_sym_PLUS_PLUS] = ACTIONS(1066), - [anon_sym_sizeof] = ACTIONS(1064), - [anon_sym_offsetof] = ACTIONS(1064), - [anon_sym__Generic] = ACTIONS(1064), - [anon_sym_asm] = ACTIONS(1064), - [anon_sym___asm__] = ACTIONS(1064), - [sym_number_literal] = ACTIONS(1066), - [anon_sym_L_SQUOTE] = ACTIONS(1066), - [anon_sym_u_SQUOTE] = ACTIONS(1066), - [anon_sym_U_SQUOTE] = ACTIONS(1066), - [anon_sym_u8_SQUOTE] = ACTIONS(1066), - [anon_sym_SQUOTE] = ACTIONS(1066), - [anon_sym_L_DQUOTE] = ACTIONS(1066), - [anon_sym_u_DQUOTE] = ACTIONS(1066), - [anon_sym_U_DQUOTE] = ACTIONS(1066), - [anon_sym_u8_DQUOTE] = ACTIONS(1066), - [anon_sym_DQUOTE] = ACTIONS(1066), - [sym_true] = ACTIONS(1064), - [sym_false] = ACTIONS(1064), - [sym_null] = ACTIONS(1064), - [sym_comment] = ACTIONS(3), - }, - [354] = { - [sym_identifier] = ACTIONS(1134), - [aux_sym_preproc_include_token1] = ACTIONS(1134), - [aux_sym_preproc_def_token1] = ACTIONS(1134), - [aux_sym_preproc_if_token1] = ACTIONS(1134), - [aux_sym_preproc_if_token2] = ACTIONS(1134), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1134), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1134), - [sym_preproc_directive] = ACTIONS(1134), - [anon_sym_LPAREN2] = ACTIONS(1136), - [anon_sym_BANG] = ACTIONS(1136), - [anon_sym_TILDE] = ACTIONS(1136), - [anon_sym_DASH] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(1134), - [anon_sym_STAR] = ACTIONS(1136), - [anon_sym_AMP] = ACTIONS(1136), - [anon_sym_SEMI] = ACTIONS(1136), - [anon_sym_typedef] = ACTIONS(1134), - [anon_sym_extern] = ACTIONS(1134), - [anon_sym___attribute__] = ACTIONS(1134), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1136), - [anon_sym___declspec] = ACTIONS(1134), - [anon_sym___cdecl] = ACTIONS(1134), - [anon_sym___clrcall] = ACTIONS(1134), - [anon_sym___stdcall] = ACTIONS(1134), - [anon_sym___fastcall] = ACTIONS(1134), - [anon_sym___thiscall] = ACTIONS(1134), - [anon_sym___vectorcall] = ACTIONS(1134), - [anon_sym_LBRACE] = ACTIONS(1136), - [anon_sym_static] = ACTIONS(1134), - [anon_sym_auto] = ACTIONS(1134), - [anon_sym_register] = ACTIONS(1134), - [anon_sym_inline] = ACTIONS(1134), - [anon_sym_const] = ACTIONS(1134), - [anon_sym_volatile] = ACTIONS(1134), - [anon_sym_restrict] = ACTIONS(1134), - [anon_sym___restrict__] = ACTIONS(1134), - [anon_sym__Atomic] = ACTIONS(1134), - [anon_sym__Noreturn] = ACTIONS(1134), - [anon_sym_signed] = ACTIONS(1134), - [anon_sym_unsigned] = ACTIONS(1134), - [anon_sym_long] = ACTIONS(1134), - [anon_sym_short] = ACTIONS(1134), - [sym_primitive_type] = ACTIONS(1134), - [anon_sym_enum] = ACTIONS(1134), - [anon_sym_struct] = ACTIONS(1134), - [anon_sym_union] = ACTIONS(1134), - [anon_sym_if] = ACTIONS(1134), - [anon_sym_switch] = ACTIONS(1134), - [anon_sym_case] = ACTIONS(1134), - [anon_sym_default] = ACTIONS(1134), - [anon_sym_while] = ACTIONS(1134), - [anon_sym_do] = ACTIONS(1134), - [anon_sym_for] = ACTIONS(1134), - [anon_sym_return] = ACTIONS(1134), - [anon_sym_break] = ACTIONS(1134), - [anon_sym_continue] = ACTIONS(1134), - [anon_sym_goto] = ACTIONS(1134), - [anon_sym_DASH_DASH] = ACTIONS(1136), - [anon_sym_PLUS_PLUS] = ACTIONS(1136), - [anon_sym_sizeof] = ACTIONS(1134), - [anon_sym_offsetof] = ACTIONS(1134), - [anon_sym__Generic] = ACTIONS(1134), - [anon_sym_asm] = ACTIONS(1134), - [anon_sym___asm__] = ACTIONS(1134), - [sym_number_literal] = ACTIONS(1136), - [anon_sym_L_SQUOTE] = ACTIONS(1136), - [anon_sym_u_SQUOTE] = ACTIONS(1136), - [anon_sym_U_SQUOTE] = ACTIONS(1136), - [anon_sym_u8_SQUOTE] = ACTIONS(1136), - [anon_sym_SQUOTE] = ACTIONS(1136), - [anon_sym_L_DQUOTE] = ACTIONS(1136), - [anon_sym_u_DQUOTE] = ACTIONS(1136), - [anon_sym_U_DQUOTE] = ACTIONS(1136), - [anon_sym_u8_DQUOTE] = ACTIONS(1136), - [anon_sym_DQUOTE] = ACTIONS(1136), - [sym_true] = ACTIONS(1134), - [sym_false] = ACTIONS(1134), - [sym_null] = ACTIONS(1134), - [sym_comment] = ACTIONS(3), - }, - [355] = { - [sym_identifier] = ACTIONS(1094), - [aux_sym_preproc_include_token1] = ACTIONS(1094), - [aux_sym_preproc_def_token1] = ACTIONS(1094), - [aux_sym_preproc_if_token1] = ACTIONS(1094), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1094), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1094), - [sym_preproc_directive] = ACTIONS(1094), - [anon_sym_LPAREN2] = ACTIONS(1096), - [anon_sym_BANG] = ACTIONS(1096), - [anon_sym_TILDE] = ACTIONS(1096), - [anon_sym_DASH] = ACTIONS(1094), - [anon_sym_PLUS] = ACTIONS(1094), - [anon_sym_STAR] = ACTIONS(1096), - [anon_sym_AMP] = ACTIONS(1096), - [anon_sym_SEMI] = ACTIONS(1096), - [anon_sym_typedef] = ACTIONS(1094), - [anon_sym_extern] = ACTIONS(1094), - [anon_sym___attribute__] = ACTIONS(1094), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1096), - [anon_sym___declspec] = ACTIONS(1094), - [anon_sym___cdecl] = ACTIONS(1094), - [anon_sym___clrcall] = ACTIONS(1094), - [anon_sym___stdcall] = ACTIONS(1094), - [anon_sym___fastcall] = ACTIONS(1094), - [anon_sym___thiscall] = ACTIONS(1094), - [anon_sym___vectorcall] = ACTIONS(1094), - [anon_sym_LBRACE] = ACTIONS(1096), - [anon_sym_RBRACE] = ACTIONS(1096), - [anon_sym_static] = ACTIONS(1094), - [anon_sym_auto] = ACTIONS(1094), - [anon_sym_register] = ACTIONS(1094), - [anon_sym_inline] = ACTIONS(1094), - [anon_sym_const] = ACTIONS(1094), - [anon_sym_volatile] = ACTIONS(1094), - [anon_sym_restrict] = ACTIONS(1094), - [anon_sym___restrict__] = ACTIONS(1094), - [anon_sym__Atomic] = ACTIONS(1094), - [anon_sym__Noreturn] = ACTIONS(1094), - [anon_sym_signed] = ACTIONS(1094), - [anon_sym_unsigned] = ACTIONS(1094), - [anon_sym_long] = ACTIONS(1094), - [anon_sym_short] = ACTIONS(1094), - [sym_primitive_type] = ACTIONS(1094), - [anon_sym_enum] = ACTIONS(1094), - [anon_sym_struct] = ACTIONS(1094), - [anon_sym_union] = ACTIONS(1094), - [anon_sym_if] = ACTIONS(1094), - [anon_sym_switch] = ACTIONS(1094), - [anon_sym_case] = ACTIONS(1094), - [anon_sym_default] = ACTIONS(1094), - [anon_sym_while] = ACTIONS(1094), - [anon_sym_do] = ACTIONS(1094), - [anon_sym_for] = ACTIONS(1094), - [anon_sym_return] = ACTIONS(1094), - [anon_sym_break] = ACTIONS(1094), - [anon_sym_continue] = ACTIONS(1094), - [anon_sym_goto] = ACTIONS(1094), - [anon_sym_DASH_DASH] = ACTIONS(1096), - [anon_sym_PLUS_PLUS] = ACTIONS(1096), - [anon_sym_sizeof] = ACTIONS(1094), - [anon_sym_offsetof] = ACTIONS(1094), - [anon_sym__Generic] = ACTIONS(1094), - [anon_sym_asm] = ACTIONS(1094), - [anon_sym___asm__] = ACTIONS(1094), - [sym_number_literal] = ACTIONS(1096), - [anon_sym_L_SQUOTE] = ACTIONS(1096), - [anon_sym_u_SQUOTE] = ACTIONS(1096), - [anon_sym_U_SQUOTE] = ACTIONS(1096), - [anon_sym_u8_SQUOTE] = ACTIONS(1096), - [anon_sym_SQUOTE] = ACTIONS(1096), - [anon_sym_L_DQUOTE] = ACTIONS(1096), - [anon_sym_u_DQUOTE] = ACTIONS(1096), - [anon_sym_U_DQUOTE] = ACTIONS(1096), - [anon_sym_u8_DQUOTE] = ACTIONS(1096), - [anon_sym_DQUOTE] = ACTIONS(1096), - [sym_true] = ACTIONS(1094), - [sym_false] = ACTIONS(1094), - [sym_null] = ACTIONS(1094), - [sym_comment] = ACTIONS(3), - }, - [356] = { - [sym_identifier] = ACTIONS(1098), - [aux_sym_preproc_include_token1] = ACTIONS(1098), - [aux_sym_preproc_def_token1] = ACTIONS(1098), - [aux_sym_preproc_if_token1] = ACTIONS(1098), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1098), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1098), - [sym_preproc_directive] = ACTIONS(1098), - [anon_sym_LPAREN2] = ACTIONS(1100), - [anon_sym_BANG] = ACTIONS(1100), - [anon_sym_TILDE] = ACTIONS(1100), - [anon_sym_DASH] = ACTIONS(1098), - [anon_sym_PLUS] = ACTIONS(1098), - [anon_sym_STAR] = ACTIONS(1100), - [anon_sym_AMP] = ACTIONS(1100), - [anon_sym_SEMI] = ACTIONS(1100), - [anon_sym_typedef] = ACTIONS(1098), - [anon_sym_extern] = ACTIONS(1098), - [anon_sym___attribute__] = ACTIONS(1098), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1100), - [anon_sym___declspec] = ACTIONS(1098), - [anon_sym___cdecl] = ACTIONS(1098), - [anon_sym___clrcall] = ACTIONS(1098), - [anon_sym___stdcall] = ACTIONS(1098), - [anon_sym___fastcall] = ACTIONS(1098), - [anon_sym___thiscall] = ACTIONS(1098), - [anon_sym___vectorcall] = ACTIONS(1098), - [anon_sym_LBRACE] = ACTIONS(1100), - [anon_sym_RBRACE] = ACTIONS(1100), - [anon_sym_static] = ACTIONS(1098), - [anon_sym_auto] = ACTIONS(1098), - [anon_sym_register] = ACTIONS(1098), - [anon_sym_inline] = ACTIONS(1098), - [anon_sym_const] = ACTIONS(1098), - [anon_sym_volatile] = ACTIONS(1098), - [anon_sym_restrict] = ACTIONS(1098), - [anon_sym___restrict__] = ACTIONS(1098), - [anon_sym__Atomic] = ACTIONS(1098), - [anon_sym__Noreturn] = ACTIONS(1098), - [anon_sym_signed] = ACTIONS(1098), - [anon_sym_unsigned] = ACTIONS(1098), - [anon_sym_long] = ACTIONS(1098), - [anon_sym_short] = ACTIONS(1098), - [sym_primitive_type] = ACTIONS(1098), - [anon_sym_enum] = ACTIONS(1098), - [anon_sym_struct] = ACTIONS(1098), - [anon_sym_union] = ACTIONS(1098), - [anon_sym_if] = ACTIONS(1098), - [anon_sym_switch] = ACTIONS(1098), - [anon_sym_case] = ACTIONS(1098), - [anon_sym_default] = ACTIONS(1098), - [anon_sym_while] = ACTIONS(1098), - [anon_sym_do] = ACTIONS(1098), - [anon_sym_for] = ACTIONS(1098), - [anon_sym_return] = ACTIONS(1098), - [anon_sym_break] = ACTIONS(1098), - [anon_sym_continue] = ACTIONS(1098), - [anon_sym_goto] = ACTIONS(1098), - [anon_sym_DASH_DASH] = ACTIONS(1100), - [anon_sym_PLUS_PLUS] = ACTIONS(1100), - [anon_sym_sizeof] = ACTIONS(1098), - [anon_sym_offsetof] = ACTIONS(1098), - [anon_sym__Generic] = ACTIONS(1098), - [anon_sym_asm] = ACTIONS(1098), - [anon_sym___asm__] = ACTIONS(1098), - [sym_number_literal] = ACTIONS(1100), - [anon_sym_L_SQUOTE] = ACTIONS(1100), - [anon_sym_u_SQUOTE] = ACTIONS(1100), - [anon_sym_U_SQUOTE] = ACTIONS(1100), - [anon_sym_u8_SQUOTE] = ACTIONS(1100), - [anon_sym_SQUOTE] = ACTIONS(1100), - [anon_sym_L_DQUOTE] = ACTIONS(1100), - [anon_sym_u_DQUOTE] = ACTIONS(1100), - [anon_sym_U_DQUOTE] = ACTIONS(1100), - [anon_sym_u8_DQUOTE] = ACTIONS(1100), - [anon_sym_DQUOTE] = ACTIONS(1100), - [sym_true] = ACTIONS(1098), - [sym_false] = ACTIONS(1098), - [sym_null] = ACTIONS(1098), - [sym_comment] = ACTIONS(3), - }, - [357] = { - [ts_builtin_sym_end] = ACTIONS(1140), - [sym_identifier] = ACTIONS(1138), - [aux_sym_preproc_include_token1] = ACTIONS(1138), - [aux_sym_preproc_def_token1] = ACTIONS(1138), - [aux_sym_preproc_if_token1] = ACTIONS(1138), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1138), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1138), - [sym_preproc_directive] = ACTIONS(1138), - [anon_sym_LPAREN2] = ACTIONS(1140), - [anon_sym_BANG] = ACTIONS(1140), - [anon_sym_TILDE] = ACTIONS(1140), - [anon_sym_DASH] = ACTIONS(1138), - [anon_sym_PLUS] = ACTIONS(1138), - [anon_sym_STAR] = ACTIONS(1140), - [anon_sym_AMP] = ACTIONS(1140), - [anon_sym_SEMI] = ACTIONS(1140), - [anon_sym_typedef] = ACTIONS(1138), - [anon_sym_extern] = ACTIONS(1138), - [anon_sym___attribute__] = ACTIONS(1138), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1140), - [anon_sym___declspec] = ACTIONS(1138), - [anon_sym___cdecl] = ACTIONS(1138), - [anon_sym___clrcall] = ACTIONS(1138), - [anon_sym___stdcall] = ACTIONS(1138), - [anon_sym___fastcall] = ACTIONS(1138), - [anon_sym___thiscall] = ACTIONS(1138), - [anon_sym___vectorcall] = ACTIONS(1138), - [anon_sym_LBRACE] = ACTIONS(1140), - [anon_sym_static] = ACTIONS(1138), - [anon_sym_auto] = ACTIONS(1138), - [anon_sym_register] = ACTIONS(1138), - [anon_sym_inline] = ACTIONS(1138), - [anon_sym_const] = ACTIONS(1138), - [anon_sym_volatile] = ACTIONS(1138), - [anon_sym_restrict] = ACTIONS(1138), - [anon_sym___restrict__] = ACTIONS(1138), - [anon_sym__Atomic] = ACTIONS(1138), - [anon_sym__Noreturn] = ACTIONS(1138), - [anon_sym_signed] = ACTIONS(1138), - [anon_sym_unsigned] = ACTIONS(1138), - [anon_sym_long] = ACTIONS(1138), - [anon_sym_short] = ACTIONS(1138), - [sym_primitive_type] = ACTIONS(1138), - [anon_sym_enum] = ACTIONS(1138), - [anon_sym_struct] = ACTIONS(1138), - [anon_sym_union] = ACTIONS(1138), - [anon_sym_if] = ACTIONS(1138), - [anon_sym_switch] = ACTIONS(1138), - [anon_sym_case] = ACTIONS(1138), - [anon_sym_default] = ACTIONS(1138), - [anon_sym_while] = ACTIONS(1138), - [anon_sym_do] = ACTIONS(1138), - [anon_sym_for] = ACTIONS(1138), - [anon_sym_return] = ACTIONS(1138), - [anon_sym_break] = ACTIONS(1138), - [anon_sym_continue] = ACTIONS(1138), - [anon_sym_goto] = ACTIONS(1138), - [anon_sym_DASH_DASH] = ACTIONS(1140), - [anon_sym_PLUS_PLUS] = ACTIONS(1140), - [anon_sym_sizeof] = ACTIONS(1138), - [anon_sym_offsetof] = ACTIONS(1138), - [anon_sym__Generic] = ACTIONS(1138), - [anon_sym_asm] = ACTIONS(1138), - [anon_sym___asm__] = ACTIONS(1138), - [sym_number_literal] = ACTIONS(1140), - [anon_sym_L_SQUOTE] = ACTIONS(1140), - [anon_sym_u_SQUOTE] = ACTIONS(1140), - [anon_sym_U_SQUOTE] = ACTIONS(1140), - [anon_sym_u8_SQUOTE] = ACTIONS(1140), - [anon_sym_SQUOTE] = ACTIONS(1140), - [anon_sym_L_DQUOTE] = ACTIONS(1140), - [anon_sym_u_DQUOTE] = ACTIONS(1140), - [anon_sym_U_DQUOTE] = ACTIONS(1140), - [anon_sym_u8_DQUOTE] = ACTIONS(1140), - [anon_sym_DQUOTE] = ACTIONS(1140), - [sym_true] = ACTIONS(1138), - [sym_false] = ACTIONS(1138), - [sym_null] = ACTIONS(1138), - [sym_comment] = ACTIONS(3), - }, - [358] = { - [sym_identifier] = ACTIONS(1102), - [aux_sym_preproc_include_token1] = ACTIONS(1102), - [aux_sym_preproc_def_token1] = ACTIONS(1102), - [aux_sym_preproc_if_token1] = ACTIONS(1102), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1102), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1102), - [sym_preproc_directive] = ACTIONS(1102), - [anon_sym_LPAREN2] = ACTIONS(1104), - [anon_sym_BANG] = ACTIONS(1104), - [anon_sym_TILDE] = ACTIONS(1104), - [anon_sym_DASH] = ACTIONS(1102), - [anon_sym_PLUS] = ACTIONS(1102), - [anon_sym_STAR] = ACTIONS(1104), - [anon_sym_AMP] = ACTIONS(1104), - [anon_sym_SEMI] = ACTIONS(1104), - [anon_sym_typedef] = ACTIONS(1102), - [anon_sym_extern] = ACTIONS(1102), - [anon_sym___attribute__] = ACTIONS(1102), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1104), - [anon_sym___declspec] = ACTIONS(1102), - [anon_sym___cdecl] = ACTIONS(1102), - [anon_sym___clrcall] = ACTIONS(1102), - [anon_sym___stdcall] = ACTIONS(1102), - [anon_sym___fastcall] = ACTIONS(1102), - [anon_sym___thiscall] = ACTIONS(1102), - [anon_sym___vectorcall] = ACTIONS(1102), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_RBRACE] = ACTIONS(1104), - [anon_sym_static] = ACTIONS(1102), - [anon_sym_auto] = ACTIONS(1102), - [anon_sym_register] = ACTIONS(1102), - [anon_sym_inline] = ACTIONS(1102), - [anon_sym_const] = ACTIONS(1102), - [anon_sym_volatile] = ACTIONS(1102), - [anon_sym_restrict] = ACTIONS(1102), - [anon_sym___restrict__] = ACTIONS(1102), - [anon_sym__Atomic] = ACTIONS(1102), - [anon_sym__Noreturn] = ACTIONS(1102), - [anon_sym_signed] = ACTIONS(1102), - [anon_sym_unsigned] = ACTIONS(1102), - [anon_sym_long] = ACTIONS(1102), - [anon_sym_short] = ACTIONS(1102), - [sym_primitive_type] = ACTIONS(1102), - [anon_sym_enum] = ACTIONS(1102), - [anon_sym_struct] = ACTIONS(1102), - [anon_sym_union] = ACTIONS(1102), - [anon_sym_if] = ACTIONS(1102), - [anon_sym_switch] = ACTIONS(1102), - [anon_sym_case] = ACTIONS(1102), - [anon_sym_default] = ACTIONS(1102), - [anon_sym_while] = ACTIONS(1102), - [anon_sym_do] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1102), - [anon_sym_return] = ACTIONS(1102), - [anon_sym_break] = ACTIONS(1102), - [anon_sym_continue] = ACTIONS(1102), - [anon_sym_goto] = ACTIONS(1102), - [anon_sym_DASH_DASH] = ACTIONS(1104), - [anon_sym_PLUS_PLUS] = ACTIONS(1104), - [anon_sym_sizeof] = ACTIONS(1102), - [anon_sym_offsetof] = ACTIONS(1102), - [anon_sym__Generic] = ACTIONS(1102), - [anon_sym_asm] = ACTIONS(1102), - [anon_sym___asm__] = ACTIONS(1102), - [sym_number_literal] = ACTIONS(1104), - [anon_sym_L_SQUOTE] = ACTIONS(1104), - [anon_sym_u_SQUOTE] = ACTIONS(1104), - [anon_sym_U_SQUOTE] = ACTIONS(1104), - [anon_sym_u8_SQUOTE] = ACTIONS(1104), - [anon_sym_SQUOTE] = ACTIONS(1104), - [anon_sym_L_DQUOTE] = ACTIONS(1104), - [anon_sym_u_DQUOTE] = ACTIONS(1104), - [anon_sym_U_DQUOTE] = ACTIONS(1104), - [anon_sym_u8_DQUOTE] = ACTIONS(1104), - [anon_sym_DQUOTE] = ACTIONS(1104), - [sym_true] = ACTIONS(1102), - [sym_false] = ACTIONS(1102), - [sym_null] = ACTIONS(1102), - [sym_comment] = ACTIONS(3), - }, - [359] = { - [sym_identifier] = ACTIONS(1106), - [aux_sym_preproc_include_token1] = ACTIONS(1106), - [aux_sym_preproc_def_token1] = ACTIONS(1106), - [aux_sym_preproc_if_token1] = ACTIONS(1106), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1106), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1106), - [sym_preproc_directive] = ACTIONS(1106), - [anon_sym_LPAREN2] = ACTIONS(1108), - [anon_sym_BANG] = ACTIONS(1108), - [anon_sym_TILDE] = ACTIONS(1108), - [anon_sym_DASH] = ACTIONS(1106), - [anon_sym_PLUS] = ACTIONS(1106), - [anon_sym_STAR] = ACTIONS(1108), - [anon_sym_AMP] = ACTIONS(1108), - [anon_sym_SEMI] = ACTIONS(1108), - [anon_sym_typedef] = ACTIONS(1106), - [anon_sym_extern] = ACTIONS(1106), - [anon_sym___attribute__] = ACTIONS(1106), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1108), - [anon_sym___declspec] = ACTIONS(1106), - [anon_sym___cdecl] = ACTIONS(1106), - [anon_sym___clrcall] = ACTIONS(1106), - [anon_sym___stdcall] = ACTIONS(1106), - [anon_sym___fastcall] = ACTIONS(1106), - [anon_sym___thiscall] = ACTIONS(1106), - [anon_sym___vectorcall] = ACTIONS(1106), - [anon_sym_LBRACE] = ACTIONS(1108), - [anon_sym_RBRACE] = ACTIONS(1108), - [anon_sym_static] = ACTIONS(1106), - [anon_sym_auto] = ACTIONS(1106), - [anon_sym_register] = ACTIONS(1106), - [anon_sym_inline] = ACTIONS(1106), - [anon_sym_const] = ACTIONS(1106), - [anon_sym_volatile] = ACTIONS(1106), - [anon_sym_restrict] = ACTIONS(1106), - [anon_sym___restrict__] = ACTIONS(1106), - [anon_sym__Atomic] = ACTIONS(1106), - [anon_sym__Noreturn] = ACTIONS(1106), - [anon_sym_signed] = ACTIONS(1106), - [anon_sym_unsigned] = ACTIONS(1106), - [anon_sym_long] = ACTIONS(1106), - [anon_sym_short] = ACTIONS(1106), - [sym_primitive_type] = ACTIONS(1106), - [anon_sym_enum] = ACTIONS(1106), - [anon_sym_struct] = ACTIONS(1106), - [anon_sym_union] = ACTIONS(1106), - [anon_sym_if] = ACTIONS(1106), - [anon_sym_switch] = ACTIONS(1106), - [anon_sym_case] = ACTIONS(1106), - [anon_sym_default] = ACTIONS(1106), - [anon_sym_while] = ACTIONS(1106), - [anon_sym_do] = ACTIONS(1106), - [anon_sym_for] = ACTIONS(1106), - [anon_sym_return] = ACTIONS(1106), - [anon_sym_break] = ACTIONS(1106), - [anon_sym_continue] = ACTIONS(1106), - [anon_sym_goto] = ACTIONS(1106), - [anon_sym_DASH_DASH] = ACTIONS(1108), - [anon_sym_PLUS_PLUS] = ACTIONS(1108), - [anon_sym_sizeof] = ACTIONS(1106), - [anon_sym_offsetof] = ACTIONS(1106), - [anon_sym__Generic] = ACTIONS(1106), - [anon_sym_asm] = ACTIONS(1106), - [anon_sym___asm__] = ACTIONS(1106), - [sym_number_literal] = ACTIONS(1108), - [anon_sym_L_SQUOTE] = ACTIONS(1108), - [anon_sym_u_SQUOTE] = ACTIONS(1108), - [anon_sym_U_SQUOTE] = ACTIONS(1108), - [anon_sym_u8_SQUOTE] = ACTIONS(1108), - [anon_sym_SQUOTE] = ACTIONS(1108), - [anon_sym_L_DQUOTE] = ACTIONS(1108), - [anon_sym_u_DQUOTE] = ACTIONS(1108), - [anon_sym_U_DQUOTE] = ACTIONS(1108), - [anon_sym_u8_DQUOTE] = ACTIONS(1108), - [anon_sym_DQUOTE] = ACTIONS(1108), - [sym_true] = ACTIONS(1106), - [sym_false] = ACTIONS(1106), - [sym_null] = ACTIONS(1106), - [sym_comment] = ACTIONS(3), - }, - [360] = { - [ts_builtin_sym_end] = ACTIONS(1100), - [sym_identifier] = ACTIONS(1098), - [aux_sym_preproc_include_token1] = ACTIONS(1098), - [aux_sym_preproc_def_token1] = ACTIONS(1098), - [aux_sym_preproc_if_token1] = ACTIONS(1098), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1098), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1098), - [sym_preproc_directive] = ACTIONS(1098), - [anon_sym_LPAREN2] = ACTIONS(1100), - [anon_sym_BANG] = ACTIONS(1100), - [anon_sym_TILDE] = ACTIONS(1100), - [anon_sym_DASH] = ACTIONS(1098), - [anon_sym_PLUS] = ACTIONS(1098), - [anon_sym_STAR] = ACTIONS(1100), - [anon_sym_AMP] = ACTIONS(1100), - [anon_sym_SEMI] = ACTIONS(1100), - [anon_sym_typedef] = ACTIONS(1098), - [anon_sym_extern] = ACTIONS(1098), - [anon_sym___attribute__] = ACTIONS(1098), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1100), - [anon_sym___declspec] = ACTIONS(1098), - [anon_sym___cdecl] = ACTIONS(1098), - [anon_sym___clrcall] = ACTIONS(1098), - [anon_sym___stdcall] = ACTIONS(1098), - [anon_sym___fastcall] = ACTIONS(1098), - [anon_sym___thiscall] = ACTIONS(1098), - [anon_sym___vectorcall] = ACTIONS(1098), - [anon_sym_LBRACE] = ACTIONS(1100), - [anon_sym_static] = ACTIONS(1098), - [anon_sym_auto] = ACTIONS(1098), - [anon_sym_register] = ACTIONS(1098), - [anon_sym_inline] = ACTIONS(1098), - [anon_sym_const] = ACTIONS(1098), - [anon_sym_volatile] = ACTIONS(1098), - [anon_sym_restrict] = ACTIONS(1098), - [anon_sym___restrict__] = ACTIONS(1098), - [anon_sym__Atomic] = ACTIONS(1098), - [anon_sym__Noreturn] = ACTIONS(1098), - [anon_sym_signed] = ACTIONS(1098), - [anon_sym_unsigned] = ACTIONS(1098), - [anon_sym_long] = ACTIONS(1098), - [anon_sym_short] = ACTIONS(1098), - [sym_primitive_type] = ACTIONS(1098), - [anon_sym_enum] = ACTIONS(1098), - [anon_sym_struct] = ACTIONS(1098), - [anon_sym_union] = ACTIONS(1098), - [anon_sym_if] = ACTIONS(1098), - [anon_sym_switch] = ACTIONS(1098), - [anon_sym_case] = ACTIONS(1098), - [anon_sym_default] = ACTIONS(1098), - [anon_sym_while] = ACTIONS(1098), - [anon_sym_do] = ACTIONS(1098), - [anon_sym_for] = ACTIONS(1098), - [anon_sym_return] = ACTIONS(1098), - [anon_sym_break] = ACTIONS(1098), - [anon_sym_continue] = ACTIONS(1098), - [anon_sym_goto] = ACTIONS(1098), - [anon_sym_DASH_DASH] = ACTIONS(1100), - [anon_sym_PLUS_PLUS] = ACTIONS(1100), - [anon_sym_sizeof] = ACTIONS(1098), - [anon_sym_offsetof] = ACTIONS(1098), - [anon_sym__Generic] = ACTIONS(1098), - [anon_sym_asm] = ACTIONS(1098), - [anon_sym___asm__] = ACTIONS(1098), - [sym_number_literal] = ACTIONS(1100), - [anon_sym_L_SQUOTE] = ACTIONS(1100), - [anon_sym_u_SQUOTE] = ACTIONS(1100), - [anon_sym_U_SQUOTE] = ACTIONS(1100), - [anon_sym_u8_SQUOTE] = ACTIONS(1100), - [anon_sym_SQUOTE] = ACTIONS(1100), - [anon_sym_L_DQUOTE] = ACTIONS(1100), - [anon_sym_u_DQUOTE] = ACTIONS(1100), - [anon_sym_U_DQUOTE] = ACTIONS(1100), - [anon_sym_u8_DQUOTE] = ACTIONS(1100), - [anon_sym_DQUOTE] = ACTIONS(1100), - [sym_true] = ACTIONS(1098), - [sym_false] = ACTIONS(1098), - [sym_null] = ACTIONS(1098), - [sym_comment] = ACTIONS(3), - }, - [361] = { - [ts_builtin_sym_end] = ACTIONS(1144), - [sym_identifier] = ACTIONS(1142), - [aux_sym_preproc_include_token1] = ACTIONS(1142), - [aux_sym_preproc_def_token1] = ACTIONS(1142), - [aux_sym_preproc_if_token1] = ACTIONS(1142), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1142), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1142), - [sym_preproc_directive] = ACTIONS(1142), - [anon_sym_LPAREN2] = ACTIONS(1144), - [anon_sym_BANG] = ACTIONS(1144), - [anon_sym_TILDE] = ACTIONS(1144), - [anon_sym_DASH] = ACTIONS(1142), - [anon_sym_PLUS] = ACTIONS(1142), - [anon_sym_STAR] = ACTIONS(1144), - [anon_sym_AMP] = ACTIONS(1144), - [anon_sym_SEMI] = ACTIONS(1144), - [anon_sym_typedef] = ACTIONS(1142), - [anon_sym_extern] = ACTIONS(1142), - [anon_sym___attribute__] = ACTIONS(1142), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1144), - [anon_sym___declspec] = ACTIONS(1142), - [anon_sym___cdecl] = ACTIONS(1142), - [anon_sym___clrcall] = ACTIONS(1142), - [anon_sym___stdcall] = ACTIONS(1142), - [anon_sym___fastcall] = ACTIONS(1142), - [anon_sym___thiscall] = ACTIONS(1142), - [anon_sym___vectorcall] = ACTIONS(1142), - [anon_sym_LBRACE] = ACTIONS(1144), - [anon_sym_static] = ACTIONS(1142), - [anon_sym_auto] = ACTIONS(1142), - [anon_sym_register] = ACTIONS(1142), - [anon_sym_inline] = ACTIONS(1142), - [anon_sym_const] = ACTIONS(1142), - [anon_sym_volatile] = ACTIONS(1142), - [anon_sym_restrict] = ACTIONS(1142), - [anon_sym___restrict__] = ACTIONS(1142), - [anon_sym__Atomic] = ACTIONS(1142), - [anon_sym__Noreturn] = ACTIONS(1142), - [anon_sym_signed] = ACTIONS(1142), - [anon_sym_unsigned] = ACTIONS(1142), - [anon_sym_long] = ACTIONS(1142), - [anon_sym_short] = ACTIONS(1142), - [sym_primitive_type] = ACTIONS(1142), - [anon_sym_enum] = ACTIONS(1142), - [anon_sym_struct] = ACTIONS(1142), - [anon_sym_union] = ACTIONS(1142), - [anon_sym_if] = ACTIONS(1142), - [anon_sym_switch] = ACTIONS(1142), - [anon_sym_case] = ACTIONS(1142), - [anon_sym_default] = ACTIONS(1142), - [anon_sym_while] = ACTIONS(1142), - [anon_sym_do] = ACTIONS(1142), - [anon_sym_for] = ACTIONS(1142), - [anon_sym_return] = ACTIONS(1142), - [anon_sym_break] = ACTIONS(1142), - [anon_sym_continue] = ACTIONS(1142), - [anon_sym_goto] = ACTIONS(1142), - [anon_sym_DASH_DASH] = ACTIONS(1144), - [anon_sym_PLUS_PLUS] = ACTIONS(1144), - [anon_sym_sizeof] = ACTIONS(1142), - [anon_sym_offsetof] = ACTIONS(1142), - [anon_sym__Generic] = ACTIONS(1142), - [anon_sym_asm] = ACTIONS(1142), - [anon_sym___asm__] = ACTIONS(1142), - [sym_number_literal] = ACTIONS(1144), - [anon_sym_L_SQUOTE] = ACTIONS(1144), - [anon_sym_u_SQUOTE] = ACTIONS(1144), - [anon_sym_U_SQUOTE] = ACTIONS(1144), - [anon_sym_u8_SQUOTE] = ACTIONS(1144), - [anon_sym_SQUOTE] = ACTIONS(1144), - [anon_sym_L_DQUOTE] = ACTIONS(1144), - [anon_sym_u_DQUOTE] = ACTIONS(1144), - [anon_sym_U_DQUOTE] = ACTIONS(1144), - [anon_sym_u8_DQUOTE] = ACTIONS(1144), - [anon_sym_DQUOTE] = ACTIONS(1144), - [sym_true] = ACTIONS(1142), - [sym_false] = ACTIONS(1142), - [sym_null] = ACTIONS(1142), - [sym_comment] = ACTIONS(3), - }, - [362] = { - [sym_identifier] = ACTIONS(1110), - [aux_sym_preproc_include_token1] = ACTIONS(1110), - [aux_sym_preproc_def_token1] = ACTIONS(1110), - [aux_sym_preproc_if_token1] = ACTIONS(1110), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1110), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1110), - [sym_preproc_directive] = ACTIONS(1110), - [anon_sym_LPAREN2] = ACTIONS(1112), - [anon_sym_BANG] = ACTIONS(1112), - [anon_sym_TILDE] = ACTIONS(1112), - [anon_sym_DASH] = ACTIONS(1110), - [anon_sym_PLUS] = ACTIONS(1110), - [anon_sym_STAR] = ACTIONS(1112), - [anon_sym_AMP] = ACTIONS(1112), - [anon_sym_SEMI] = ACTIONS(1112), - [anon_sym_typedef] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1110), - [anon_sym___attribute__] = ACTIONS(1110), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1112), - [anon_sym___declspec] = ACTIONS(1110), - [anon_sym___cdecl] = ACTIONS(1110), - [anon_sym___clrcall] = ACTIONS(1110), - [anon_sym___stdcall] = ACTIONS(1110), - [anon_sym___fastcall] = ACTIONS(1110), - [anon_sym___thiscall] = ACTIONS(1110), - [anon_sym___vectorcall] = ACTIONS(1110), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_RBRACE] = ACTIONS(1112), - [anon_sym_static] = ACTIONS(1110), - [anon_sym_auto] = ACTIONS(1110), - [anon_sym_register] = ACTIONS(1110), - [anon_sym_inline] = ACTIONS(1110), - [anon_sym_const] = ACTIONS(1110), - [anon_sym_volatile] = ACTIONS(1110), - [anon_sym_restrict] = ACTIONS(1110), - [anon_sym___restrict__] = ACTIONS(1110), - [anon_sym__Atomic] = ACTIONS(1110), - [anon_sym__Noreturn] = ACTIONS(1110), - [anon_sym_signed] = ACTIONS(1110), - [anon_sym_unsigned] = ACTIONS(1110), - [anon_sym_long] = ACTIONS(1110), - [anon_sym_short] = ACTIONS(1110), - [sym_primitive_type] = ACTIONS(1110), - [anon_sym_enum] = ACTIONS(1110), - [anon_sym_struct] = ACTIONS(1110), - [anon_sym_union] = ACTIONS(1110), - [anon_sym_if] = ACTIONS(1110), - [anon_sym_switch] = ACTIONS(1110), - [anon_sym_case] = ACTIONS(1110), - [anon_sym_default] = ACTIONS(1110), - [anon_sym_while] = ACTIONS(1110), - [anon_sym_do] = ACTIONS(1110), - [anon_sym_for] = ACTIONS(1110), - [anon_sym_return] = ACTIONS(1110), - [anon_sym_break] = ACTIONS(1110), - [anon_sym_continue] = ACTIONS(1110), - [anon_sym_goto] = ACTIONS(1110), - [anon_sym_DASH_DASH] = ACTIONS(1112), - [anon_sym_PLUS_PLUS] = ACTIONS(1112), - [anon_sym_sizeof] = ACTIONS(1110), - [anon_sym_offsetof] = ACTIONS(1110), - [anon_sym__Generic] = ACTIONS(1110), - [anon_sym_asm] = ACTIONS(1110), - [anon_sym___asm__] = ACTIONS(1110), - [sym_number_literal] = ACTIONS(1112), - [anon_sym_L_SQUOTE] = ACTIONS(1112), - [anon_sym_u_SQUOTE] = ACTIONS(1112), - [anon_sym_U_SQUOTE] = ACTIONS(1112), - [anon_sym_u8_SQUOTE] = ACTIONS(1112), - [anon_sym_SQUOTE] = ACTIONS(1112), - [anon_sym_L_DQUOTE] = ACTIONS(1112), - [anon_sym_u_DQUOTE] = ACTIONS(1112), - [anon_sym_U_DQUOTE] = ACTIONS(1112), - [anon_sym_u8_DQUOTE] = ACTIONS(1112), - [anon_sym_DQUOTE] = ACTIONS(1112), - [sym_true] = ACTIONS(1110), - [sym_false] = ACTIONS(1110), - [sym_null] = ACTIONS(1110), - [sym_comment] = ACTIONS(3), - }, - [363] = { - [sym_identifier] = ACTIONS(1098), - [aux_sym_preproc_include_token1] = ACTIONS(1098), - [aux_sym_preproc_def_token1] = ACTIONS(1098), - [aux_sym_preproc_if_token1] = ACTIONS(1098), - [aux_sym_preproc_if_token2] = ACTIONS(1098), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1098), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1098), - [sym_preproc_directive] = ACTIONS(1098), - [anon_sym_LPAREN2] = ACTIONS(1100), - [anon_sym_BANG] = ACTIONS(1100), - [anon_sym_TILDE] = ACTIONS(1100), - [anon_sym_DASH] = ACTIONS(1098), - [anon_sym_PLUS] = ACTIONS(1098), - [anon_sym_STAR] = ACTIONS(1100), - [anon_sym_AMP] = ACTIONS(1100), - [anon_sym_SEMI] = ACTIONS(1100), - [anon_sym_typedef] = ACTIONS(1098), - [anon_sym_extern] = ACTIONS(1098), - [anon_sym___attribute__] = ACTIONS(1098), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1100), - [anon_sym___declspec] = ACTIONS(1098), - [anon_sym___cdecl] = ACTIONS(1098), - [anon_sym___clrcall] = ACTIONS(1098), - [anon_sym___stdcall] = ACTIONS(1098), - [anon_sym___fastcall] = ACTIONS(1098), - [anon_sym___thiscall] = ACTIONS(1098), - [anon_sym___vectorcall] = ACTIONS(1098), - [anon_sym_LBRACE] = ACTIONS(1100), - [anon_sym_static] = ACTIONS(1098), - [anon_sym_auto] = ACTIONS(1098), - [anon_sym_register] = ACTIONS(1098), - [anon_sym_inline] = ACTIONS(1098), - [anon_sym_const] = ACTIONS(1098), - [anon_sym_volatile] = ACTIONS(1098), - [anon_sym_restrict] = ACTIONS(1098), - [anon_sym___restrict__] = ACTIONS(1098), - [anon_sym__Atomic] = ACTIONS(1098), - [anon_sym__Noreturn] = ACTIONS(1098), - [anon_sym_signed] = ACTIONS(1098), - [anon_sym_unsigned] = ACTIONS(1098), - [anon_sym_long] = ACTIONS(1098), - [anon_sym_short] = ACTIONS(1098), - [sym_primitive_type] = ACTIONS(1098), - [anon_sym_enum] = ACTIONS(1098), - [anon_sym_struct] = ACTIONS(1098), - [anon_sym_union] = ACTIONS(1098), - [anon_sym_if] = ACTIONS(1098), - [anon_sym_switch] = ACTIONS(1098), - [anon_sym_case] = ACTIONS(1098), - [anon_sym_default] = ACTIONS(1098), - [anon_sym_while] = ACTIONS(1098), - [anon_sym_do] = ACTIONS(1098), - [anon_sym_for] = ACTIONS(1098), - [anon_sym_return] = ACTIONS(1098), - [anon_sym_break] = ACTIONS(1098), - [anon_sym_continue] = ACTIONS(1098), - [anon_sym_goto] = ACTIONS(1098), - [anon_sym_DASH_DASH] = ACTIONS(1100), - [anon_sym_PLUS_PLUS] = ACTIONS(1100), - [anon_sym_sizeof] = ACTIONS(1098), - [anon_sym_offsetof] = ACTIONS(1098), - [anon_sym__Generic] = ACTIONS(1098), - [anon_sym_asm] = ACTIONS(1098), - [anon_sym___asm__] = ACTIONS(1098), - [sym_number_literal] = ACTIONS(1100), - [anon_sym_L_SQUOTE] = ACTIONS(1100), - [anon_sym_u_SQUOTE] = ACTIONS(1100), - [anon_sym_U_SQUOTE] = ACTIONS(1100), - [anon_sym_u8_SQUOTE] = ACTIONS(1100), - [anon_sym_SQUOTE] = ACTIONS(1100), - [anon_sym_L_DQUOTE] = ACTIONS(1100), - [anon_sym_u_DQUOTE] = ACTIONS(1100), - [anon_sym_U_DQUOTE] = ACTIONS(1100), - [anon_sym_u8_DQUOTE] = ACTIONS(1100), - [anon_sym_DQUOTE] = ACTIONS(1100), - [sym_true] = ACTIONS(1098), - [sym_false] = ACTIONS(1098), - [sym_null] = ACTIONS(1098), - [sym_comment] = ACTIONS(3), - }, - [364] = { - [sym_identifier] = ACTIONS(1114), - [aux_sym_preproc_include_token1] = ACTIONS(1114), - [aux_sym_preproc_def_token1] = ACTIONS(1114), - [aux_sym_preproc_if_token1] = ACTIONS(1114), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1114), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1114), - [sym_preproc_directive] = ACTIONS(1114), - [anon_sym_LPAREN2] = ACTIONS(1116), - [anon_sym_BANG] = ACTIONS(1116), - [anon_sym_TILDE] = ACTIONS(1116), - [anon_sym_DASH] = ACTIONS(1114), - [anon_sym_PLUS] = ACTIONS(1114), - [anon_sym_STAR] = ACTIONS(1116), - [anon_sym_AMP] = ACTIONS(1116), - [anon_sym_SEMI] = ACTIONS(1116), - [anon_sym_typedef] = ACTIONS(1114), - [anon_sym_extern] = ACTIONS(1114), - [anon_sym___attribute__] = ACTIONS(1114), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1116), - [anon_sym___declspec] = ACTIONS(1114), - [anon_sym___cdecl] = ACTIONS(1114), - [anon_sym___clrcall] = ACTIONS(1114), - [anon_sym___stdcall] = ACTIONS(1114), - [anon_sym___fastcall] = ACTIONS(1114), - [anon_sym___thiscall] = ACTIONS(1114), - [anon_sym___vectorcall] = ACTIONS(1114), - [anon_sym_LBRACE] = ACTIONS(1116), - [anon_sym_RBRACE] = ACTIONS(1116), - [anon_sym_static] = ACTIONS(1114), - [anon_sym_auto] = ACTIONS(1114), - [anon_sym_register] = ACTIONS(1114), - [anon_sym_inline] = ACTIONS(1114), - [anon_sym_const] = ACTIONS(1114), - [anon_sym_volatile] = ACTIONS(1114), - [anon_sym_restrict] = ACTIONS(1114), - [anon_sym___restrict__] = ACTIONS(1114), - [anon_sym__Atomic] = ACTIONS(1114), - [anon_sym__Noreturn] = ACTIONS(1114), - [anon_sym_signed] = ACTIONS(1114), - [anon_sym_unsigned] = ACTIONS(1114), - [anon_sym_long] = ACTIONS(1114), - [anon_sym_short] = ACTIONS(1114), - [sym_primitive_type] = ACTIONS(1114), - [anon_sym_enum] = ACTIONS(1114), - [anon_sym_struct] = ACTIONS(1114), - [anon_sym_union] = ACTIONS(1114), - [anon_sym_if] = ACTIONS(1114), - [anon_sym_switch] = ACTIONS(1114), - [anon_sym_case] = ACTIONS(1114), - [anon_sym_default] = ACTIONS(1114), - [anon_sym_while] = ACTIONS(1114), - [anon_sym_do] = ACTIONS(1114), - [anon_sym_for] = ACTIONS(1114), - [anon_sym_return] = ACTIONS(1114), - [anon_sym_break] = ACTIONS(1114), - [anon_sym_continue] = ACTIONS(1114), - [anon_sym_goto] = ACTIONS(1114), - [anon_sym_DASH_DASH] = ACTIONS(1116), - [anon_sym_PLUS_PLUS] = ACTIONS(1116), - [anon_sym_sizeof] = ACTIONS(1114), - [anon_sym_offsetof] = ACTIONS(1114), - [anon_sym__Generic] = ACTIONS(1114), - [anon_sym_asm] = ACTIONS(1114), - [anon_sym___asm__] = ACTIONS(1114), - [sym_number_literal] = ACTIONS(1116), - [anon_sym_L_SQUOTE] = ACTIONS(1116), - [anon_sym_u_SQUOTE] = ACTIONS(1116), - [anon_sym_U_SQUOTE] = ACTIONS(1116), - [anon_sym_u8_SQUOTE] = ACTIONS(1116), - [anon_sym_SQUOTE] = ACTIONS(1116), - [anon_sym_L_DQUOTE] = ACTIONS(1116), - [anon_sym_u_DQUOTE] = ACTIONS(1116), - [anon_sym_U_DQUOTE] = ACTIONS(1116), - [anon_sym_u8_DQUOTE] = ACTIONS(1116), - [anon_sym_DQUOTE] = ACTIONS(1116), - [sym_true] = ACTIONS(1114), - [sym_false] = ACTIONS(1114), - [sym_null] = ACTIONS(1114), - [sym_comment] = ACTIONS(3), - }, [365] = { - [sym_identifier] = ACTIONS(1122), - [aux_sym_preproc_include_token1] = ACTIONS(1122), - [aux_sym_preproc_def_token1] = ACTIONS(1122), - [aux_sym_preproc_if_token1] = ACTIONS(1122), - [aux_sym_preproc_if_token2] = ACTIONS(1122), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1122), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1122), - [sym_preproc_directive] = ACTIONS(1122), - [anon_sym_LPAREN2] = ACTIONS(1124), - [anon_sym_BANG] = ACTIONS(1124), - [anon_sym_TILDE] = ACTIONS(1124), - [anon_sym_DASH] = ACTIONS(1122), - [anon_sym_PLUS] = ACTIONS(1122), - [anon_sym_STAR] = ACTIONS(1124), - [anon_sym_AMP] = ACTIONS(1124), - [anon_sym_SEMI] = ACTIONS(1124), - [anon_sym_typedef] = ACTIONS(1122), - [anon_sym_extern] = ACTIONS(1122), - [anon_sym___attribute__] = ACTIONS(1122), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1124), - [anon_sym___declspec] = ACTIONS(1122), - [anon_sym___cdecl] = ACTIONS(1122), - [anon_sym___clrcall] = ACTIONS(1122), - [anon_sym___stdcall] = ACTIONS(1122), - [anon_sym___fastcall] = ACTIONS(1122), - [anon_sym___thiscall] = ACTIONS(1122), - [anon_sym___vectorcall] = ACTIONS(1122), - [anon_sym_LBRACE] = ACTIONS(1124), - [anon_sym_static] = ACTIONS(1122), - [anon_sym_auto] = ACTIONS(1122), - [anon_sym_register] = ACTIONS(1122), - [anon_sym_inline] = ACTIONS(1122), - [anon_sym_const] = ACTIONS(1122), - [anon_sym_volatile] = ACTIONS(1122), - [anon_sym_restrict] = ACTIONS(1122), - [anon_sym___restrict__] = ACTIONS(1122), - [anon_sym__Atomic] = ACTIONS(1122), - [anon_sym__Noreturn] = ACTIONS(1122), - [anon_sym_signed] = ACTIONS(1122), - [anon_sym_unsigned] = ACTIONS(1122), - [anon_sym_long] = ACTIONS(1122), - [anon_sym_short] = ACTIONS(1122), - [sym_primitive_type] = ACTIONS(1122), - [anon_sym_enum] = ACTIONS(1122), - [anon_sym_struct] = ACTIONS(1122), - [anon_sym_union] = ACTIONS(1122), - [anon_sym_if] = ACTIONS(1122), - [anon_sym_switch] = ACTIONS(1122), - [anon_sym_case] = ACTIONS(1122), - [anon_sym_default] = ACTIONS(1122), - [anon_sym_while] = ACTIONS(1122), - [anon_sym_do] = ACTIONS(1122), - [anon_sym_for] = ACTIONS(1122), - [anon_sym_return] = ACTIONS(1122), - [anon_sym_break] = ACTIONS(1122), - [anon_sym_continue] = ACTIONS(1122), - [anon_sym_goto] = ACTIONS(1122), - [anon_sym_DASH_DASH] = ACTIONS(1124), - [anon_sym_PLUS_PLUS] = ACTIONS(1124), - [anon_sym_sizeof] = ACTIONS(1122), - [anon_sym_offsetof] = ACTIONS(1122), - [anon_sym__Generic] = ACTIONS(1122), - [anon_sym_asm] = ACTIONS(1122), - [anon_sym___asm__] = ACTIONS(1122), - [sym_number_literal] = ACTIONS(1124), - [anon_sym_L_SQUOTE] = ACTIONS(1124), - [anon_sym_u_SQUOTE] = ACTIONS(1124), - [anon_sym_U_SQUOTE] = ACTIONS(1124), - [anon_sym_u8_SQUOTE] = ACTIONS(1124), - [anon_sym_SQUOTE] = ACTIONS(1124), - [anon_sym_L_DQUOTE] = ACTIONS(1124), - [anon_sym_u_DQUOTE] = ACTIONS(1124), - [anon_sym_U_DQUOTE] = ACTIONS(1124), - [anon_sym_u8_DQUOTE] = ACTIONS(1124), - [anon_sym_DQUOTE] = ACTIONS(1124), - [sym_true] = ACTIONS(1122), - [sym_false] = ACTIONS(1122), - [sym_null] = ACTIONS(1122), + [ts_builtin_sym_end] = ACTIONS(1288), + [sym_identifier] = ACTIONS(1286), + [aux_sym_preproc_include_token1] = ACTIONS(1286), + [aux_sym_preproc_def_token1] = ACTIONS(1286), + [aux_sym_preproc_if_token1] = ACTIONS(1286), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1286), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1286), + [sym_preproc_directive] = ACTIONS(1286), + [anon_sym_LPAREN2] = ACTIONS(1288), + [anon_sym_BANG] = ACTIONS(1288), + [anon_sym_TILDE] = ACTIONS(1288), + [anon_sym_DASH] = ACTIONS(1286), + [anon_sym_PLUS] = ACTIONS(1286), + [anon_sym_STAR] = ACTIONS(1288), + [anon_sym_AMP] = ACTIONS(1288), + [anon_sym_SEMI] = ACTIONS(1288), + [anon_sym_typedef] = ACTIONS(1286), + [anon_sym_extern] = ACTIONS(1286), + [anon_sym___attribute__] = ACTIONS(1286), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1288), + [anon_sym___declspec] = ACTIONS(1286), + [anon_sym___cdecl] = ACTIONS(1286), + [anon_sym___clrcall] = ACTIONS(1286), + [anon_sym___stdcall] = ACTIONS(1286), + [anon_sym___fastcall] = ACTIONS(1286), + [anon_sym___thiscall] = ACTIONS(1286), + [anon_sym___vectorcall] = ACTIONS(1286), + [anon_sym_LBRACE] = ACTIONS(1288), + [anon_sym_static] = ACTIONS(1286), + [anon_sym_auto] = ACTIONS(1286), + [anon_sym_register] = ACTIONS(1286), + [anon_sym_inline] = ACTIONS(1286), + [anon_sym_const] = ACTIONS(1286), + [anon_sym_volatile] = ACTIONS(1286), + [anon_sym_restrict] = ACTIONS(1286), + [anon_sym___restrict__] = ACTIONS(1286), + [anon_sym__Atomic] = ACTIONS(1286), + [anon_sym__Noreturn] = ACTIONS(1286), + [anon_sym_signed] = ACTIONS(1286), + [anon_sym_unsigned] = ACTIONS(1286), + [anon_sym_long] = ACTIONS(1286), + [anon_sym_short] = ACTIONS(1286), + [sym_primitive_type] = ACTIONS(1286), + [anon_sym_enum] = ACTIONS(1286), + [anon_sym_struct] = ACTIONS(1286), + [anon_sym_union] = ACTIONS(1286), + [anon_sym_if] = ACTIONS(1286), + [anon_sym_switch] = ACTIONS(1286), + [anon_sym_case] = ACTIONS(1286), + [anon_sym_default] = ACTIONS(1286), + [anon_sym_while] = ACTIONS(1286), + [anon_sym_do] = ACTIONS(1286), + [anon_sym_for] = ACTIONS(1286), + [anon_sym_return] = ACTIONS(1286), + [anon_sym_break] = ACTIONS(1286), + [anon_sym_continue] = ACTIONS(1286), + [anon_sym_goto] = ACTIONS(1286), + [anon_sym_DASH_DASH] = ACTIONS(1288), + [anon_sym_PLUS_PLUS] = ACTIONS(1288), + [anon_sym_sizeof] = ACTIONS(1286), + [anon_sym_offsetof] = ACTIONS(1286), + [anon_sym__Generic] = ACTIONS(1286), + [anon_sym_asm] = ACTIONS(1286), + [anon_sym___asm__] = ACTIONS(1286), + [sym_number_literal] = ACTIONS(1288), + [anon_sym_L_SQUOTE] = ACTIONS(1288), + [anon_sym_u_SQUOTE] = ACTIONS(1288), + [anon_sym_U_SQUOTE] = ACTIONS(1288), + [anon_sym_u8_SQUOTE] = ACTIONS(1288), + [anon_sym_SQUOTE] = ACTIONS(1288), + [anon_sym_L_DQUOTE] = ACTIONS(1288), + [anon_sym_u_DQUOTE] = ACTIONS(1288), + [anon_sym_U_DQUOTE] = ACTIONS(1288), + [anon_sym_u8_DQUOTE] = ACTIONS(1288), + [anon_sym_DQUOTE] = ACTIONS(1288), + [sym_true] = ACTIONS(1286), + [sym_false] = ACTIONS(1286), + [sym_null] = ACTIONS(1286), [sym_comment] = ACTIONS(3), }, [366] = { - [sym_identifier] = ACTIONS(1102), - [aux_sym_preproc_include_token1] = ACTIONS(1102), - [aux_sym_preproc_def_token1] = ACTIONS(1102), - [aux_sym_preproc_if_token1] = ACTIONS(1102), - [aux_sym_preproc_if_token2] = ACTIONS(1102), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1102), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1102), - [sym_preproc_directive] = ACTIONS(1102), - [anon_sym_LPAREN2] = ACTIONS(1104), - [anon_sym_BANG] = ACTIONS(1104), - [anon_sym_TILDE] = ACTIONS(1104), - [anon_sym_DASH] = ACTIONS(1102), - [anon_sym_PLUS] = ACTIONS(1102), - [anon_sym_STAR] = ACTIONS(1104), - [anon_sym_AMP] = ACTIONS(1104), - [anon_sym_SEMI] = ACTIONS(1104), - [anon_sym_typedef] = ACTIONS(1102), - [anon_sym_extern] = ACTIONS(1102), - [anon_sym___attribute__] = ACTIONS(1102), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1104), - [anon_sym___declspec] = ACTIONS(1102), - [anon_sym___cdecl] = ACTIONS(1102), - [anon_sym___clrcall] = ACTIONS(1102), - [anon_sym___stdcall] = ACTIONS(1102), - [anon_sym___fastcall] = ACTIONS(1102), - [anon_sym___thiscall] = ACTIONS(1102), - [anon_sym___vectorcall] = ACTIONS(1102), - [anon_sym_LBRACE] = ACTIONS(1104), - [anon_sym_static] = ACTIONS(1102), - [anon_sym_auto] = ACTIONS(1102), - [anon_sym_register] = ACTIONS(1102), - [anon_sym_inline] = ACTIONS(1102), - [anon_sym_const] = ACTIONS(1102), - [anon_sym_volatile] = ACTIONS(1102), - [anon_sym_restrict] = ACTIONS(1102), - [anon_sym___restrict__] = ACTIONS(1102), - [anon_sym__Atomic] = ACTIONS(1102), - [anon_sym__Noreturn] = ACTIONS(1102), - [anon_sym_signed] = ACTIONS(1102), - [anon_sym_unsigned] = ACTIONS(1102), - [anon_sym_long] = ACTIONS(1102), - [anon_sym_short] = ACTIONS(1102), - [sym_primitive_type] = ACTIONS(1102), - [anon_sym_enum] = ACTIONS(1102), - [anon_sym_struct] = ACTIONS(1102), - [anon_sym_union] = ACTIONS(1102), - [anon_sym_if] = ACTIONS(1102), - [anon_sym_switch] = ACTIONS(1102), - [anon_sym_case] = ACTIONS(1102), - [anon_sym_default] = ACTIONS(1102), - [anon_sym_while] = ACTIONS(1102), - [anon_sym_do] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1102), - [anon_sym_return] = ACTIONS(1102), - [anon_sym_break] = ACTIONS(1102), - [anon_sym_continue] = ACTIONS(1102), - [anon_sym_goto] = ACTIONS(1102), - [anon_sym_DASH_DASH] = ACTIONS(1104), - [anon_sym_PLUS_PLUS] = ACTIONS(1104), - [anon_sym_sizeof] = ACTIONS(1102), - [anon_sym_offsetof] = ACTIONS(1102), - [anon_sym__Generic] = ACTIONS(1102), - [anon_sym_asm] = ACTIONS(1102), - [anon_sym___asm__] = ACTIONS(1102), - [sym_number_literal] = ACTIONS(1104), - [anon_sym_L_SQUOTE] = ACTIONS(1104), - [anon_sym_u_SQUOTE] = ACTIONS(1104), - [anon_sym_U_SQUOTE] = ACTIONS(1104), - [anon_sym_u8_SQUOTE] = ACTIONS(1104), - [anon_sym_SQUOTE] = ACTIONS(1104), - [anon_sym_L_DQUOTE] = ACTIONS(1104), - [anon_sym_u_DQUOTE] = ACTIONS(1104), - [anon_sym_U_DQUOTE] = ACTIONS(1104), - [anon_sym_u8_DQUOTE] = ACTIONS(1104), - [anon_sym_DQUOTE] = ACTIONS(1104), - [sym_true] = ACTIONS(1102), - [sym_false] = ACTIONS(1102), - [sym_null] = ACTIONS(1102), + [sym_identifier] = ACTIONS(1282), + [aux_sym_preproc_include_token1] = ACTIONS(1282), + [aux_sym_preproc_def_token1] = ACTIONS(1282), + [aux_sym_preproc_if_token1] = ACTIONS(1282), + [aux_sym_preproc_if_token2] = ACTIONS(1282), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1282), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1282), + [sym_preproc_directive] = ACTIONS(1282), + [anon_sym_LPAREN2] = ACTIONS(1284), + [anon_sym_BANG] = ACTIONS(1284), + [anon_sym_TILDE] = ACTIONS(1284), + [anon_sym_DASH] = ACTIONS(1282), + [anon_sym_PLUS] = ACTIONS(1282), + [anon_sym_STAR] = ACTIONS(1284), + [anon_sym_AMP] = ACTIONS(1284), + [anon_sym_SEMI] = ACTIONS(1284), + [anon_sym_typedef] = ACTIONS(1282), + [anon_sym_extern] = ACTIONS(1282), + [anon_sym___attribute__] = ACTIONS(1282), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1284), + [anon_sym___declspec] = ACTIONS(1282), + [anon_sym___cdecl] = ACTIONS(1282), + [anon_sym___clrcall] = ACTIONS(1282), + [anon_sym___stdcall] = ACTIONS(1282), + [anon_sym___fastcall] = ACTIONS(1282), + [anon_sym___thiscall] = ACTIONS(1282), + [anon_sym___vectorcall] = ACTIONS(1282), + [anon_sym_LBRACE] = ACTIONS(1284), + [anon_sym_static] = ACTIONS(1282), + [anon_sym_auto] = ACTIONS(1282), + [anon_sym_register] = ACTIONS(1282), + [anon_sym_inline] = ACTIONS(1282), + [anon_sym_const] = ACTIONS(1282), + [anon_sym_volatile] = ACTIONS(1282), + [anon_sym_restrict] = ACTIONS(1282), + [anon_sym___restrict__] = ACTIONS(1282), + [anon_sym__Atomic] = ACTIONS(1282), + [anon_sym__Noreturn] = ACTIONS(1282), + [anon_sym_signed] = ACTIONS(1282), + [anon_sym_unsigned] = ACTIONS(1282), + [anon_sym_long] = ACTIONS(1282), + [anon_sym_short] = ACTIONS(1282), + [sym_primitive_type] = ACTIONS(1282), + [anon_sym_enum] = ACTIONS(1282), + [anon_sym_struct] = ACTIONS(1282), + [anon_sym_union] = ACTIONS(1282), + [anon_sym_if] = ACTIONS(1282), + [anon_sym_switch] = ACTIONS(1282), + [anon_sym_case] = ACTIONS(1282), + [anon_sym_default] = ACTIONS(1282), + [anon_sym_while] = ACTIONS(1282), + [anon_sym_do] = ACTIONS(1282), + [anon_sym_for] = ACTIONS(1282), + [anon_sym_return] = ACTIONS(1282), + [anon_sym_break] = ACTIONS(1282), + [anon_sym_continue] = ACTIONS(1282), + [anon_sym_goto] = ACTIONS(1282), + [anon_sym_DASH_DASH] = ACTIONS(1284), + [anon_sym_PLUS_PLUS] = ACTIONS(1284), + [anon_sym_sizeof] = ACTIONS(1282), + [anon_sym_offsetof] = ACTIONS(1282), + [anon_sym__Generic] = ACTIONS(1282), + [anon_sym_asm] = ACTIONS(1282), + [anon_sym___asm__] = ACTIONS(1282), + [sym_number_literal] = ACTIONS(1284), + [anon_sym_L_SQUOTE] = ACTIONS(1284), + [anon_sym_u_SQUOTE] = ACTIONS(1284), + [anon_sym_U_SQUOTE] = ACTIONS(1284), + [anon_sym_u8_SQUOTE] = ACTIONS(1284), + [anon_sym_SQUOTE] = ACTIONS(1284), + [anon_sym_L_DQUOTE] = ACTIONS(1284), + [anon_sym_u_DQUOTE] = ACTIONS(1284), + [anon_sym_U_DQUOTE] = ACTIONS(1284), + [anon_sym_u8_DQUOTE] = ACTIONS(1284), + [anon_sym_DQUOTE] = ACTIONS(1284), + [sym_true] = ACTIONS(1282), + [sym_false] = ACTIONS(1282), + [sym_null] = ACTIONS(1282), [sym_comment] = ACTIONS(3), }, [367] = { - [sym_identifier] = ACTIONS(1230), - [aux_sym_preproc_include_token1] = ACTIONS(1230), - [aux_sym_preproc_def_token1] = ACTIONS(1230), - [aux_sym_preproc_if_token1] = ACTIONS(1230), - [aux_sym_preproc_if_token2] = ACTIONS(1230), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1230), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1230), - [sym_preproc_directive] = ACTIONS(1230), - [anon_sym_LPAREN2] = ACTIONS(1232), - [anon_sym_BANG] = ACTIONS(1232), - [anon_sym_TILDE] = ACTIONS(1232), - [anon_sym_DASH] = ACTIONS(1230), - [anon_sym_PLUS] = ACTIONS(1230), - [anon_sym_STAR] = ACTIONS(1232), - [anon_sym_AMP] = ACTIONS(1232), - [anon_sym_SEMI] = ACTIONS(1232), - [anon_sym_typedef] = ACTIONS(1230), - [anon_sym_extern] = ACTIONS(1230), - [anon_sym___attribute__] = ACTIONS(1230), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1232), - [anon_sym___declspec] = ACTIONS(1230), - [anon_sym___cdecl] = ACTIONS(1230), - [anon_sym___clrcall] = ACTIONS(1230), - [anon_sym___stdcall] = ACTIONS(1230), - [anon_sym___fastcall] = ACTIONS(1230), - [anon_sym___thiscall] = ACTIONS(1230), - [anon_sym___vectorcall] = ACTIONS(1230), - [anon_sym_LBRACE] = ACTIONS(1232), - [anon_sym_static] = ACTIONS(1230), - [anon_sym_auto] = ACTIONS(1230), - [anon_sym_register] = ACTIONS(1230), - [anon_sym_inline] = ACTIONS(1230), - [anon_sym_const] = ACTIONS(1230), - [anon_sym_volatile] = ACTIONS(1230), - [anon_sym_restrict] = ACTIONS(1230), - [anon_sym___restrict__] = ACTIONS(1230), - [anon_sym__Atomic] = ACTIONS(1230), - [anon_sym__Noreturn] = ACTIONS(1230), - [anon_sym_signed] = ACTIONS(1230), - [anon_sym_unsigned] = ACTIONS(1230), - [anon_sym_long] = ACTIONS(1230), - [anon_sym_short] = ACTIONS(1230), - [sym_primitive_type] = ACTIONS(1230), - [anon_sym_enum] = ACTIONS(1230), - [anon_sym_struct] = ACTIONS(1230), - [anon_sym_union] = ACTIONS(1230), - [anon_sym_if] = ACTIONS(1230), - [anon_sym_switch] = ACTIONS(1230), - [anon_sym_case] = ACTIONS(1230), - [anon_sym_default] = ACTIONS(1230), - [anon_sym_while] = ACTIONS(1230), - [anon_sym_do] = ACTIONS(1230), - [anon_sym_for] = ACTIONS(1230), - [anon_sym_return] = ACTIONS(1230), - [anon_sym_break] = ACTIONS(1230), - [anon_sym_continue] = ACTIONS(1230), - [anon_sym_goto] = ACTIONS(1230), - [anon_sym_DASH_DASH] = ACTIONS(1232), - [anon_sym_PLUS_PLUS] = ACTIONS(1232), - [anon_sym_sizeof] = ACTIONS(1230), - [anon_sym_offsetof] = ACTIONS(1230), - [anon_sym__Generic] = ACTIONS(1230), - [anon_sym_asm] = ACTIONS(1230), - [anon_sym___asm__] = ACTIONS(1230), - [sym_number_literal] = ACTIONS(1232), - [anon_sym_L_SQUOTE] = ACTIONS(1232), - [anon_sym_u_SQUOTE] = ACTIONS(1232), - [anon_sym_U_SQUOTE] = ACTIONS(1232), - [anon_sym_u8_SQUOTE] = ACTIONS(1232), - [anon_sym_SQUOTE] = ACTIONS(1232), - [anon_sym_L_DQUOTE] = ACTIONS(1232), - [anon_sym_u_DQUOTE] = ACTIONS(1232), - [anon_sym_U_DQUOTE] = ACTIONS(1232), - [anon_sym_u8_DQUOTE] = ACTIONS(1232), - [anon_sym_DQUOTE] = ACTIONS(1232), - [sym_true] = ACTIONS(1230), - [sym_false] = ACTIONS(1230), - [sym_null] = ACTIONS(1230), + [sym_identifier] = ACTIONS(1360), + [aux_sym_preproc_include_token1] = ACTIONS(1360), + [aux_sym_preproc_def_token1] = ACTIONS(1360), + [aux_sym_preproc_if_token1] = ACTIONS(1360), + [aux_sym_preproc_if_token2] = ACTIONS(1360), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1360), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1360), + [sym_preproc_directive] = ACTIONS(1360), + [anon_sym_LPAREN2] = ACTIONS(1362), + [anon_sym_BANG] = ACTIONS(1362), + [anon_sym_TILDE] = ACTIONS(1362), + [anon_sym_DASH] = ACTIONS(1360), + [anon_sym_PLUS] = ACTIONS(1360), + [anon_sym_STAR] = ACTIONS(1362), + [anon_sym_AMP] = ACTIONS(1362), + [anon_sym_SEMI] = ACTIONS(1362), + [anon_sym_typedef] = ACTIONS(1360), + [anon_sym_extern] = ACTIONS(1360), + [anon_sym___attribute__] = ACTIONS(1360), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1362), + [anon_sym___declspec] = ACTIONS(1360), + [anon_sym___cdecl] = ACTIONS(1360), + [anon_sym___clrcall] = ACTIONS(1360), + [anon_sym___stdcall] = ACTIONS(1360), + [anon_sym___fastcall] = ACTIONS(1360), + [anon_sym___thiscall] = ACTIONS(1360), + [anon_sym___vectorcall] = ACTIONS(1360), + [anon_sym_LBRACE] = ACTIONS(1362), + [anon_sym_static] = ACTIONS(1360), + [anon_sym_auto] = ACTIONS(1360), + [anon_sym_register] = ACTIONS(1360), + [anon_sym_inline] = ACTIONS(1360), + [anon_sym_const] = ACTIONS(1360), + [anon_sym_volatile] = ACTIONS(1360), + [anon_sym_restrict] = ACTIONS(1360), + [anon_sym___restrict__] = ACTIONS(1360), + [anon_sym__Atomic] = ACTIONS(1360), + [anon_sym__Noreturn] = ACTIONS(1360), + [anon_sym_signed] = ACTIONS(1360), + [anon_sym_unsigned] = ACTIONS(1360), + [anon_sym_long] = ACTIONS(1360), + [anon_sym_short] = ACTIONS(1360), + [sym_primitive_type] = ACTIONS(1360), + [anon_sym_enum] = ACTIONS(1360), + [anon_sym_struct] = ACTIONS(1360), + [anon_sym_union] = ACTIONS(1360), + [anon_sym_if] = ACTIONS(1360), + [anon_sym_switch] = ACTIONS(1360), + [anon_sym_case] = ACTIONS(1360), + [anon_sym_default] = ACTIONS(1360), + [anon_sym_while] = ACTIONS(1360), + [anon_sym_do] = ACTIONS(1360), + [anon_sym_for] = ACTIONS(1360), + [anon_sym_return] = ACTIONS(1360), + [anon_sym_break] = ACTIONS(1360), + [anon_sym_continue] = ACTIONS(1360), + [anon_sym_goto] = ACTIONS(1360), + [anon_sym_DASH_DASH] = ACTIONS(1362), + [anon_sym_PLUS_PLUS] = ACTIONS(1362), + [anon_sym_sizeof] = ACTIONS(1360), + [anon_sym_offsetof] = ACTIONS(1360), + [anon_sym__Generic] = ACTIONS(1360), + [anon_sym_asm] = ACTIONS(1360), + [anon_sym___asm__] = ACTIONS(1360), + [sym_number_literal] = ACTIONS(1362), + [anon_sym_L_SQUOTE] = ACTIONS(1362), + [anon_sym_u_SQUOTE] = ACTIONS(1362), + [anon_sym_U_SQUOTE] = ACTIONS(1362), + [anon_sym_u8_SQUOTE] = ACTIONS(1362), + [anon_sym_SQUOTE] = ACTIONS(1362), + [anon_sym_L_DQUOTE] = ACTIONS(1362), + [anon_sym_u_DQUOTE] = ACTIONS(1362), + [anon_sym_U_DQUOTE] = ACTIONS(1362), + [anon_sym_u8_DQUOTE] = ACTIONS(1362), + [anon_sym_DQUOTE] = ACTIONS(1362), + [sym_true] = ACTIONS(1360), + [sym_false] = ACTIONS(1360), + [sym_null] = ACTIONS(1360), [sym_comment] = ACTIONS(3), }, [368] = { - [sym_identifier] = ACTIONS(1106), - [aux_sym_preproc_include_token1] = ACTIONS(1106), - [aux_sym_preproc_def_token1] = ACTIONS(1106), - [aux_sym_preproc_if_token1] = ACTIONS(1106), - [aux_sym_preproc_if_token2] = ACTIONS(1106), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1106), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1106), - [sym_preproc_directive] = ACTIONS(1106), - [anon_sym_LPAREN2] = ACTIONS(1108), - [anon_sym_BANG] = ACTIONS(1108), - [anon_sym_TILDE] = ACTIONS(1108), - [anon_sym_DASH] = ACTIONS(1106), - [anon_sym_PLUS] = ACTIONS(1106), - [anon_sym_STAR] = ACTIONS(1108), - [anon_sym_AMP] = ACTIONS(1108), - [anon_sym_SEMI] = ACTIONS(1108), - [anon_sym_typedef] = ACTIONS(1106), - [anon_sym_extern] = ACTIONS(1106), - [anon_sym___attribute__] = ACTIONS(1106), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1108), - [anon_sym___declspec] = ACTIONS(1106), - [anon_sym___cdecl] = ACTIONS(1106), - [anon_sym___clrcall] = ACTIONS(1106), - [anon_sym___stdcall] = ACTIONS(1106), - [anon_sym___fastcall] = ACTIONS(1106), - [anon_sym___thiscall] = ACTIONS(1106), - [anon_sym___vectorcall] = ACTIONS(1106), - [anon_sym_LBRACE] = ACTIONS(1108), - [anon_sym_static] = ACTIONS(1106), - [anon_sym_auto] = ACTIONS(1106), - [anon_sym_register] = ACTIONS(1106), - [anon_sym_inline] = ACTIONS(1106), - [anon_sym_const] = ACTIONS(1106), - [anon_sym_volatile] = ACTIONS(1106), - [anon_sym_restrict] = ACTIONS(1106), - [anon_sym___restrict__] = ACTIONS(1106), - [anon_sym__Atomic] = ACTIONS(1106), - [anon_sym__Noreturn] = ACTIONS(1106), - [anon_sym_signed] = ACTIONS(1106), - [anon_sym_unsigned] = ACTIONS(1106), - [anon_sym_long] = ACTIONS(1106), - [anon_sym_short] = ACTIONS(1106), - [sym_primitive_type] = ACTIONS(1106), - [anon_sym_enum] = ACTIONS(1106), - [anon_sym_struct] = ACTIONS(1106), - [anon_sym_union] = ACTIONS(1106), - [anon_sym_if] = ACTIONS(1106), - [anon_sym_switch] = ACTIONS(1106), - [anon_sym_case] = ACTIONS(1106), - [anon_sym_default] = ACTIONS(1106), - [anon_sym_while] = ACTIONS(1106), - [anon_sym_do] = ACTIONS(1106), - [anon_sym_for] = ACTIONS(1106), - [anon_sym_return] = ACTIONS(1106), - [anon_sym_break] = ACTIONS(1106), - [anon_sym_continue] = ACTIONS(1106), - [anon_sym_goto] = ACTIONS(1106), - [anon_sym_DASH_DASH] = ACTIONS(1108), - [anon_sym_PLUS_PLUS] = ACTIONS(1108), - [anon_sym_sizeof] = ACTIONS(1106), - [anon_sym_offsetof] = ACTIONS(1106), - [anon_sym__Generic] = ACTIONS(1106), - [anon_sym_asm] = ACTIONS(1106), - [anon_sym___asm__] = ACTIONS(1106), - [sym_number_literal] = ACTIONS(1108), - [anon_sym_L_SQUOTE] = ACTIONS(1108), - [anon_sym_u_SQUOTE] = ACTIONS(1108), - [anon_sym_U_SQUOTE] = ACTIONS(1108), - [anon_sym_u8_SQUOTE] = ACTIONS(1108), - [anon_sym_SQUOTE] = ACTIONS(1108), - [anon_sym_L_DQUOTE] = ACTIONS(1108), - [anon_sym_u_DQUOTE] = ACTIONS(1108), - [anon_sym_U_DQUOTE] = ACTIONS(1108), - [anon_sym_u8_DQUOTE] = ACTIONS(1108), - [anon_sym_DQUOTE] = ACTIONS(1108), - [sym_true] = ACTIONS(1106), - [sym_false] = ACTIONS(1106), - [sym_null] = ACTIONS(1106), + [sym_identifier] = ACTIONS(1220), + [aux_sym_preproc_include_token1] = ACTIONS(1220), + [aux_sym_preproc_def_token1] = ACTIONS(1220), + [aux_sym_preproc_if_token1] = ACTIONS(1220), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1220), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1220), + [sym_preproc_directive] = ACTIONS(1220), + [anon_sym_LPAREN2] = ACTIONS(1222), + [anon_sym_BANG] = ACTIONS(1222), + [anon_sym_TILDE] = ACTIONS(1222), + [anon_sym_DASH] = ACTIONS(1220), + [anon_sym_PLUS] = ACTIONS(1220), + [anon_sym_STAR] = ACTIONS(1222), + [anon_sym_AMP] = ACTIONS(1222), + [anon_sym_SEMI] = ACTIONS(1222), + [anon_sym_typedef] = ACTIONS(1220), + [anon_sym_extern] = ACTIONS(1220), + [anon_sym___attribute__] = ACTIONS(1220), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1222), + [anon_sym___declspec] = ACTIONS(1220), + [anon_sym___cdecl] = ACTIONS(1220), + [anon_sym___clrcall] = ACTIONS(1220), + [anon_sym___stdcall] = ACTIONS(1220), + [anon_sym___fastcall] = ACTIONS(1220), + [anon_sym___thiscall] = ACTIONS(1220), + [anon_sym___vectorcall] = ACTIONS(1220), + [anon_sym_LBRACE] = ACTIONS(1222), + [anon_sym_RBRACE] = ACTIONS(1222), + [anon_sym_static] = ACTIONS(1220), + [anon_sym_auto] = ACTIONS(1220), + [anon_sym_register] = ACTIONS(1220), + [anon_sym_inline] = ACTIONS(1220), + [anon_sym_const] = ACTIONS(1220), + [anon_sym_volatile] = ACTIONS(1220), + [anon_sym_restrict] = ACTIONS(1220), + [anon_sym___restrict__] = ACTIONS(1220), + [anon_sym__Atomic] = ACTIONS(1220), + [anon_sym__Noreturn] = ACTIONS(1220), + [anon_sym_signed] = ACTIONS(1220), + [anon_sym_unsigned] = ACTIONS(1220), + [anon_sym_long] = ACTIONS(1220), + [anon_sym_short] = ACTIONS(1220), + [sym_primitive_type] = ACTIONS(1220), + [anon_sym_enum] = ACTIONS(1220), + [anon_sym_struct] = ACTIONS(1220), + [anon_sym_union] = ACTIONS(1220), + [anon_sym_if] = ACTIONS(1220), + [anon_sym_switch] = ACTIONS(1220), + [anon_sym_case] = ACTIONS(1220), + [anon_sym_default] = ACTIONS(1220), + [anon_sym_while] = ACTIONS(1220), + [anon_sym_do] = ACTIONS(1220), + [anon_sym_for] = ACTIONS(1220), + [anon_sym_return] = ACTIONS(1220), + [anon_sym_break] = ACTIONS(1220), + [anon_sym_continue] = ACTIONS(1220), + [anon_sym_goto] = ACTIONS(1220), + [anon_sym_DASH_DASH] = ACTIONS(1222), + [anon_sym_PLUS_PLUS] = ACTIONS(1222), + [anon_sym_sizeof] = ACTIONS(1220), + [anon_sym_offsetof] = ACTIONS(1220), + [anon_sym__Generic] = ACTIONS(1220), + [anon_sym_asm] = ACTIONS(1220), + [anon_sym___asm__] = ACTIONS(1220), + [sym_number_literal] = ACTIONS(1222), + [anon_sym_L_SQUOTE] = ACTIONS(1222), + [anon_sym_u_SQUOTE] = ACTIONS(1222), + [anon_sym_U_SQUOTE] = ACTIONS(1222), + [anon_sym_u8_SQUOTE] = ACTIONS(1222), + [anon_sym_SQUOTE] = ACTIONS(1222), + [anon_sym_L_DQUOTE] = ACTIONS(1222), + [anon_sym_u_DQUOTE] = ACTIONS(1222), + [anon_sym_U_DQUOTE] = ACTIONS(1222), + [anon_sym_u8_DQUOTE] = ACTIONS(1222), + [anon_sym_DQUOTE] = ACTIONS(1222), + [sym_true] = ACTIONS(1220), + [sym_false] = ACTIONS(1220), + [sym_null] = ACTIONS(1220), [sym_comment] = ACTIONS(3), }, [369] = { - [sym_identifier] = ACTIONS(1118), - [aux_sym_preproc_include_token1] = ACTIONS(1118), - [aux_sym_preproc_def_token1] = ACTIONS(1118), - [aux_sym_preproc_if_token1] = ACTIONS(1118), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1118), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1118), - [sym_preproc_directive] = ACTIONS(1118), - [anon_sym_LPAREN2] = ACTIONS(1120), - [anon_sym_BANG] = ACTIONS(1120), - [anon_sym_TILDE] = ACTIONS(1120), - [anon_sym_DASH] = ACTIONS(1118), - [anon_sym_PLUS] = ACTIONS(1118), - [anon_sym_STAR] = ACTIONS(1120), - [anon_sym_AMP] = ACTIONS(1120), - [anon_sym_SEMI] = ACTIONS(1120), - [anon_sym_typedef] = ACTIONS(1118), - [anon_sym_extern] = ACTIONS(1118), - [anon_sym___attribute__] = ACTIONS(1118), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1120), - [anon_sym___declspec] = ACTIONS(1118), - [anon_sym___cdecl] = ACTIONS(1118), - [anon_sym___clrcall] = ACTIONS(1118), - [anon_sym___stdcall] = ACTIONS(1118), - [anon_sym___fastcall] = ACTIONS(1118), - [anon_sym___thiscall] = ACTIONS(1118), - [anon_sym___vectorcall] = ACTIONS(1118), - [anon_sym_LBRACE] = ACTIONS(1120), - [anon_sym_RBRACE] = ACTIONS(1120), - [anon_sym_static] = ACTIONS(1118), - [anon_sym_auto] = ACTIONS(1118), - [anon_sym_register] = ACTIONS(1118), - [anon_sym_inline] = ACTIONS(1118), - [anon_sym_const] = ACTIONS(1118), - [anon_sym_volatile] = ACTIONS(1118), - [anon_sym_restrict] = ACTIONS(1118), - [anon_sym___restrict__] = ACTIONS(1118), - [anon_sym__Atomic] = ACTIONS(1118), - [anon_sym__Noreturn] = ACTIONS(1118), - [anon_sym_signed] = ACTIONS(1118), - [anon_sym_unsigned] = ACTIONS(1118), - [anon_sym_long] = ACTIONS(1118), - [anon_sym_short] = ACTIONS(1118), - [sym_primitive_type] = ACTIONS(1118), - [anon_sym_enum] = ACTIONS(1118), - [anon_sym_struct] = ACTIONS(1118), - [anon_sym_union] = ACTIONS(1118), - [anon_sym_if] = ACTIONS(1118), - [anon_sym_switch] = ACTIONS(1118), - [anon_sym_case] = ACTIONS(1118), - [anon_sym_default] = ACTIONS(1118), - [anon_sym_while] = ACTIONS(1118), - [anon_sym_do] = ACTIONS(1118), - [anon_sym_for] = ACTIONS(1118), - [anon_sym_return] = ACTIONS(1118), - [anon_sym_break] = ACTIONS(1118), - [anon_sym_continue] = ACTIONS(1118), - [anon_sym_goto] = ACTIONS(1118), - [anon_sym_DASH_DASH] = ACTIONS(1120), - [anon_sym_PLUS_PLUS] = ACTIONS(1120), - [anon_sym_sizeof] = ACTIONS(1118), - [anon_sym_offsetof] = ACTIONS(1118), - [anon_sym__Generic] = ACTIONS(1118), - [anon_sym_asm] = ACTIONS(1118), - [anon_sym___asm__] = ACTIONS(1118), - [sym_number_literal] = ACTIONS(1120), - [anon_sym_L_SQUOTE] = ACTIONS(1120), - [anon_sym_u_SQUOTE] = ACTIONS(1120), - [anon_sym_U_SQUOTE] = ACTIONS(1120), - [anon_sym_u8_SQUOTE] = ACTIONS(1120), - [anon_sym_SQUOTE] = ACTIONS(1120), - [anon_sym_L_DQUOTE] = ACTIONS(1120), - [anon_sym_u_DQUOTE] = ACTIONS(1120), - [anon_sym_U_DQUOTE] = ACTIONS(1120), - [anon_sym_u8_DQUOTE] = ACTIONS(1120), - [anon_sym_DQUOTE] = ACTIONS(1120), - [sym_true] = ACTIONS(1118), - [sym_false] = ACTIONS(1118), - [sym_null] = ACTIONS(1118), + [sym_identifier] = ACTIONS(1216), + [aux_sym_preproc_include_token1] = ACTIONS(1216), + [aux_sym_preproc_def_token1] = ACTIONS(1216), + [aux_sym_preproc_if_token1] = ACTIONS(1216), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1216), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1216), + [sym_preproc_directive] = ACTIONS(1216), + [anon_sym_LPAREN2] = ACTIONS(1218), + [anon_sym_BANG] = ACTIONS(1218), + [anon_sym_TILDE] = ACTIONS(1218), + [anon_sym_DASH] = ACTIONS(1216), + [anon_sym_PLUS] = ACTIONS(1216), + [anon_sym_STAR] = ACTIONS(1218), + [anon_sym_AMP] = ACTIONS(1218), + [anon_sym_SEMI] = ACTIONS(1218), + [anon_sym_typedef] = ACTIONS(1216), + [anon_sym_extern] = ACTIONS(1216), + [anon_sym___attribute__] = ACTIONS(1216), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1218), + [anon_sym___declspec] = ACTIONS(1216), + [anon_sym___cdecl] = ACTIONS(1216), + [anon_sym___clrcall] = ACTIONS(1216), + [anon_sym___stdcall] = ACTIONS(1216), + [anon_sym___fastcall] = ACTIONS(1216), + [anon_sym___thiscall] = ACTIONS(1216), + [anon_sym___vectorcall] = ACTIONS(1216), + [anon_sym_LBRACE] = ACTIONS(1218), + [anon_sym_RBRACE] = ACTIONS(1218), + [anon_sym_static] = ACTIONS(1216), + [anon_sym_auto] = ACTIONS(1216), + [anon_sym_register] = ACTIONS(1216), + [anon_sym_inline] = ACTIONS(1216), + [anon_sym_const] = ACTIONS(1216), + [anon_sym_volatile] = ACTIONS(1216), + [anon_sym_restrict] = ACTIONS(1216), + [anon_sym___restrict__] = ACTIONS(1216), + [anon_sym__Atomic] = ACTIONS(1216), + [anon_sym__Noreturn] = ACTIONS(1216), + [anon_sym_signed] = ACTIONS(1216), + [anon_sym_unsigned] = ACTIONS(1216), + [anon_sym_long] = ACTIONS(1216), + [anon_sym_short] = ACTIONS(1216), + [sym_primitive_type] = ACTIONS(1216), + [anon_sym_enum] = ACTIONS(1216), + [anon_sym_struct] = ACTIONS(1216), + [anon_sym_union] = ACTIONS(1216), + [anon_sym_if] = ACTIONS(1216), + [anon_sym_switch] = ACTIONS(1216), + [anon_sym_case] = ACTIONS(1216), + [anon_sym_default] = ACTIONS(1216), + [anon_sym_while] = ACTIONS(1216), + [anon_sym_do] = ACTIONS(1216), + [anon_sym_for] = ACTIONS(1216), + [anon_sym_return] = ACTIONS(1216), + [anon_sym_break] = ACTIONS(1216), + [anon_sym_continue] = ACTIONS(1216), + [anon_sym_goto] = ACTIONS(1216), + [anon_sym_DASH_DASH] = ACTIONS(1218), + [anon_sym_PLUS_PLUS] = ACTIONS(1218), + [anon_sym_sizeof] = ACTIONS(1216), + [anon_sym_offsetof] = ACTIONS(1216), + [anon_sym__Generic] = ACTIONS(1216), + [anon_sym_asm] = ACTIONS(1216), + [anon_sym___asm__] = ACTIONS(1216), + [sym_number_literal] = ACTIONS(1218), + [anon_sym_L_SQUOTE] = ACTIONS(1218), + [anon_sym_u_SQUOTE] = ACTIONS(1218), + [anon_sym_U_SQUOTE] = ACTIONS(1218), + [anon_sym_u8_SQUOTE] = ACTIONS(1218), + [anon_sym_SQUOTE] = ACTIONS(1218), + [anon_sym_L_DQUOTE] = ACTIONS(1218), + [anon_sym_u_DQUOTE] = ACTIONS(1218), + [anon_sym_U_DQUOTE] = ACTIONS(1218), + [anon_sym_u8_DQUOTE] = ACTIONS(1218), + [anon_sym_DQUOTE] = ACTIONS(1218), + [sym_true] = ACTIONS(1216), + [sym_false] = ACTIONS(1216), + [sym_null] = ACTIONS(1216), [sym_comment] = ACTIONS(3), }, [370] = { - [sym_identifier] = ACTIONS(1110), - [aux_sym_preproc_include_token1] = ACTIONS(1110), - [aux_sym_preproc_def_token1] = ACTIONS(1110), - [aux_sym_preproc_if_token1] = ACTIONS(1110), - [aux_sym_preproc_if_token2] = ACTIONS(1110), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1110), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1110), - [sym_preproc_directive] = ACTIONS(1110), - [anon_sym_LPAREN2] = ACTIONS(1112), - [anon_sym_BANG] = ACTIONS(1112), - [anon_sym_TILDE] = ACTIONS(1112), - [anon_sym_DASH] = ACTIONS(1110), - [anon_sym_PLUS] = ACTIONS(1110), - [anon_sym_STAR] = ACTIONS(1112), - [anon_sym_AMP] = ACTIONS(1112), - [anon_sym_SEMI] = ACTIONS(1112), - [anon_sym_typedef] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1110), - [anon_sym___attribute__] = ACTIONS(1110), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1112), - [anon_sym___declspec] = ACTIONS(1110), - [anon_sym___cdecl] = ACTIONS(1110), - [anon_sym___clrcall] = ACTIONS(1110), - [anon_sym___stdcall] = ACTIONS(1110), - [anon_sym___fastcall] = ACTIONS(1110), - [anon_sym___thiscall] = ACTIONS(1110), - [anon_sym___vectorcall] = ACTIONS(1110), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_static] = ACTIONS(1110), - [anon_sym_auto] = ACTIONS(1110), - [anon_sym_register] = ACTIONS(1110), - [anon_sym_inline] = ACTIONS(1110), - [anon_sym_const] = ACTIONS(1110), - [anon_sym_volatile] = ACTIONS(1110), - [anon_sym_restrict] = ACTIONS(1110), - [anon_sym___restrict__] = ACTIONS(1110), - [anon_sym__Atomic] = ACTIONS(1110), - [anon_sym__Noreturn] = ACTIONS(1110), - [anon_sym_signed] = ACTIONS(1110), - [anon_sym_unsigned] = ACTIONS(1110), - [anon_sym_long] = ACTIONS(1110), - [anon_sym_short] = ACTIONS(1110), - [sym_primitive_type] = ACTIONS(1110), - [anon_sym_enum] = ACTIONS(1110), - [anon_sym_struct] = ACTIONS(1110), - [anon_sym_union] = ACTIONS(1110), - [anon_sym_if] = ACTIONS(1110), - [anon_sym_switch] = ACTIONS(1110), - [anon_sym_case] = ACTIONS(1110), - [anon_sym_default] = ACTIONS(1110), - [anon_sym_while] = ACTIONS(1110), - [anon_sym_do] = ACTIONS(1110), - [anon_sym_for] = ACTIONS(1110), - [anon_sym_return] = ACTIONS(1110), - [anon_sym_break] = ACTIONS(1110), - [anon_sym_continue] = ACTIONS(1110), - [anon_sym_goto] = ACTIONS(1110), - [anon_sym_DASH_DASH] = ACTIONS(1112), - [anon_sym_PLUS_PLUS] = ACTIONS(1112), - [anon_sym_sizeof] = ACTIONS(1110), - [anon_sym_offsetof] = ACTIONS(1110), - [anon_sym__Generic] = ACTIONS(1110), - [anon_sym_asm] = ACTIONS(1110), - [anon_sym___asm__] = ACTIONS(1110), - [sym_number_literal] = ACTIONS(1112), - [anon_sym_L_SQUOTE] = ACTIONS(1112), - [anon_sym_u_SQUOTE] = ACTIONS(1112), - [anon_sym_U_SQUOTE] = ACTIONS(1112), - [anon_sym_u8_SQUOTE] = ACTIONS(1112), - [anon_sym_SQUOTE] = ACTIONS(1112), - [anon_sym_L_DQUOTE] = ACTIONS(1112), - [anon_sym_u_DQUOTE] = ACTIONS(1112), - [anon_sym_U_DQUOTE] = ACTIONS(1112), - [anon_sym_u8_DQUOTE] = ACTIONS(1112), - [anon_sym_DQUOTE] = ACTIONS(1112), - [sym_true] = ACTIONS(1110), - [sym_false] = ACTIONS(1110), - [sym_null] = ACTIONS(1110), + [ts_builtin_sym_end] = ACTIONS(1202), + [sym_identifier] = ACTIONS(1200), + [aux_sym_preproc_include_token1] = ACTIONS(1200), + [aux_sym_preproc_def_token1] = ACTIONS(1200), + [aux_sym_preproc_if_token1] = ACTIONS(1200), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1200), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1200), + [sym_preproc_directive] = ACTIONS(1200), + [anon_sym_LPAREN2] = ACTIONS(1202), + [anon_sym_BANG] = ACTIONS(1202), + [anon_sym_TILDE] = ACTIONS(1202), + [anon_sym_DASH] = ACTIONS(1200), + [anon_sym_PLUS] = ACTIONS(1200), + [anon_sym_STAR] = ACTIONS(1202), + [anon_sym_AMP] = ACTIONS(1202), + [anon_sym_SEMI] = ACTIONS(1202), + [anon_sym_typedef] = ACTIONS(1200), + [anon_sym_extern] = ACTIONS(1200), + [anon_sym___attribute__] = ACTIONS(1200), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1202), + [anon_sym___declspec] = ACTIONS(1200), + [anon_sym___cdecl] = ACTIONS(1200), + [anon_sym___clrcall] = ACTIONS(1200), + [anon_sym___stdcall] = ACTIONS(1200), + [anon_sym___fastcall] = ACTIONS(1200), + [anon_sym___thiscall] = ACTIONS(1200), + [anon_sym___vectorcall] = ACTIONS(1200), + [anon_sym_LBRACE] = ACTIONS(1202), + [anon_sym_static] = ACTIONS(1200), + [anon_sym_auto] = ACTIONS(1200), + [anon_sym_register] = ACTIONS(1200), + [anon_sym_inline] = ACTIONS(1200), + [anon_sym_const] = ACTIONS(1200), + [anon_sym_volatile] = ACTIONS(1200), + [anon_sym_restrict] = ACTIONS(1200), + [anon_sym___restrict__] = ACTIONS(1200), + [anon_sym__Atomic] = ACTIONS(1200), + [anon_sym__Noreturn] = ACTIONS(1200), + [anon_sym_signed] = ACTIONS(1200), + [anon_sym_unsigned] = ACTIONS(1200), + [anon_sym_long] = ACTIONS(1200), + [anon_sym_short] = ACTIONS(1200), + [sym_primitive_type] = ACTIONS(1200), + [anon_sym_enum] = ACTIONS(1200), + [anon_sym_struct] = ACTIONS(1200), + [anon_sym_union] = ACTIONS(1200), + [anon_sym_if] = ACTIONS(1200), + [anon_sym_switch] = ACTIONS(1200), + [anon_sym_case] = ACTIONS(1200), + [anon_sym_default] = ACTIONS(1200), + [anon_sym_while] = ACTIONS(1200), + [anon_sym_do] = ACTIONS(1200), + [anon_sym_for] = ACTIONS(1200), + [anon_sym_return] = ACTIONS(1200), + [anon_sym_break] = ACTIONS(1200), + [anon_sym_continue] = ACTIONS(1200), + [anon_sym_goto] = ACTIONS(1200), + [anon_sym_DASH_DASH] = ACTIONS(1202), + [anon_sym_PLUS_PLUS] = ACTIONS(1202), + [anon_sym_sizeof] = ACTIONS(1200), + [anon_sym_offsetof] = ACTIONS(1200), + [anon_sym__Generic] = ACTIONS(1200), + [anon_sym_asm] = ACTIONS(1200), + [anon_sym___asm__] = ACTIONS(1200), + [sym_number_literal] = ACTIONS(1202), + [anon_sym_L_SQUOTE] = ACTIONS(1202), + [anon_sym_u_SQUOTE] = ACTIONS(1202), + [anon_sym_U_SQUOTE] = ACTIONS(1202), + [anon_sym_u8_SQUOTE] = ACTIONS(1202), + [anon_sym_SQUOTE] = ACTIONS(1202), + [anon_sym_L_DQUOTE] = ACTIONS(1202), + [anon_sym_u_DQUOTE] = ACTIONS(1202), + [anon_sym_U_DQUOTE] = ACTIONS(1202), + [anon_sym_u8_DQUOTE] = ACTIONS(1202), + [anon_sym_DQUOTE] = ACTIONS(1202), + [sym_true] = ACTIONS(1200), + [sym_false] = ACTIONS(1200), + [sym_null] = ACTIONS(1200), [sym_comment] = ACTIONS(3), }, [371] = { - [sym_identifier] = ACTIONS(1122), - [aux_sym_preproc_include_token1] = ACTIONS(1122), - [aux_sym_preproc_def_token1] = ACTIONS(1122), - [aux_sym_preproc_if_token1] = ACTIONS(1122), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1122), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1122), - [sym_preproc_directive] = ACTIONS(1122), - [anon_sym_LPAREN2] = ACTIONS(1124), - [anon_sym_BANG] = ACTIONS(1124), - [anon_sym_TILDE] = ACTIONS(1124), - [anon_sym_DASH] = ACTIONS(1122), - [anon_sym_PLUS] = ACTIONS(1122), - [anon_sym_STAR] = ACTIONS(1124), - [anon_sym_AMP] = ACTIONS(1124), - [anon_sym_SEMI] = ACTIONS(1124), - [anon_sym_typedef] = ACTIONS(1122), - [anon_sym_extern] = ACTIONS(1122), - [anon_sym___attribute__] = ACTIONS(1122), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1124), - [anon_sym___declspec] = ACTIONS(1122), - [anon_sym___cdecl] = ACTIONS(1122), - [anon_sym___clrcall] = ACTIONS(1122), - [anon_sym___stdcall] = ACTIONS(1122), - [anon_sym___fastcall] = ACTIONS(1122), - [anon_sym___thiscall] = ACTIONS(1122), - [anon_sym___vectorcall] = ACTIONS(1122), - [anon_sym_LBRACE] = ACTIONS(1124), - [anon_sym_RBRACE] = ACTIONS(1124), - [anon_sym_static] = ACTIONS(1122), - [anon_sym_auto] = ACTIONS(1122), - [anon_sym_register] = ACTIONS(1122), - [anon_sym_inline] = ACTIONS(1122), - [anon_sym_const] = ACTIONS(1122), - [anon_sym_volatile] = ACTIONS(1122), - [anon_sym_restrict] = ACTIONS(1122), - [anon_sym___restrict__] = ACTIONS(1122), - [anon_sym__Atomic] = ACTIONS(1122), - [anon_sym__Noreturn] = ACTIONS(1122), - [anon_sym_signed] = ACTIONS(1122), - [anon_sym_unsigned] = ACTIONS(1122), - [anon_sym_long] = ACTIONS(1122), - [anon_sym_short] = ACTIONS(1122), - [sym_primitive_type] = ACTIONS(1122), - [anon_sym_enum] = ACTIONS(1122), - [anon_sym_struct] = ACTIONS(1122), - [anon_sym_union] = ACTIONS(1122), - [anon_sym_if] = ACTIONS(1122), - [anon_sym_switch] = ACTIONS(1122), - [anon_sym_case] = ACTIONS(1122), - [anon_sym_default] = ACTIONS(1122), - [anon_sym_while] = ACTIONS(1122), - [anon_sym_do] = ACTIONS(1122), - [anon_sym_for] = ACTIONS(1122), - [anon_sym_return] = ACTIONS(1122), - [anon_sym_break] = ACTIONS(1122), - [anon_sym_continue] = ACTIONS(1122), - [anon_sym_goto] = ACTIONS(1122), - [anon_sym_DASH_DASH] = ACTIONS(1124), - [anon_sym_PLUS_PLUS] = ACTIONS(1124), - [anon_sym_sizeof] = ACTIONS(1122), - [anon_sym_offsetof] = ACTIONS(1122), - [anon_sym__Generic] = ACTIONS(1122), - [anon_sym_asm] = ACTIONS(1122), - [anon_sym___asm__] = ACTIONS(1122), - [sym_number_literal] = ACTIONS(1124), - [anon_sym_L_SQUOTE] = ACTIONS(1124), - [anon_sym_u_SQUOTE] = ACTIONS(1124), - [anon_sym_U_SQUOTE] = ACTIONS(1124), - [anon_sym_u8_SQUOTE] = ACTIONS(1124), - [anon_sym_SQUOTE] = ACTIONS(1124), - [anon_sym_L_DQUOTE] = ACTIONS(1124), - [anon_sym_u_DQUOTE] = ACTIONS(1124), - [anon_sym_U_DQUOTE] = ACTIONS(1124), - [anon_sym_u8_DQUOTE] = ACTIONS(1124), - [anon_sym_DQUOTE] = ACTIONS(1124), - [sym_true] = ACTIONS(1122), - [sym_false] = ACTIONS(1122), - [sym_null] = ACTIONS(1122), + [sym_identifier] = ACTIONS(1294), + [aux_sym_preproc_include_token1] = ACTIONS(1294), + [aux_sym_preproc_def_token1] = ACTIONS(1294), + [aux_sym_preproc_if_token1] = ACTIONS(1294), + [aux_sym_preproc_if_token2] = ACTIONS(1294), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1294), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1294), + [sym_preproc_directive] = ACTIONS(1294), + [anon_sym_LPAREN2] = ACTIONS(1296), + [anon_sym_BANG] = ACTIONS(1296), + [anon_sym_TILDE] = ACTIONS(1296), + [anon_sym_DASH] = ACTIONS(1294), + [anon_sym_PLUS] = ACTIONS(1294), + [anon_sym_STAR] = ACTIONS(1296), + [anon_sym_AMP] = ACTIONS(1296), + [anon_sym_SEMI] = ACTIONS(1296), + [anon_sym_typedef] = ACTIONS(1294), + [anon_sym_extern] = ACTIONS(1294), + [anon_sym___attribute__] = ACTIONS(1294), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1296), + [anon_sym___declspec] = ACTIONS(1294), + [anon_sym___cdecl] = ACTIONS(1294), + [anon_sym___clrcall] = ACTIONS(1294), + [anon_sym___stdcall] = ACTIONS(1294), + [anon_sym___fastcall] = ACTIONS(1294), + [anon_sym___thiscall] = ACTIONS(1294), + [anon_sym___vectorcall] = ACTIONS(1294), + [anon_sym_LBRACE] = ACTIONS(1296), + [anon_sym_static] = ACTIONS(1294), + [anon_sym_auto] = ACTIONS(1294), + [anon_sym_register] = ACTIONS(1294), + [anon_sym_inline] = ACTIONS(1294), + [anon_sym_const] = ACTIONS(1294), + [anon_sym_volatile] = ACTIONS(1294), + [anon_sym_restrict] = ACTIONS(1294), + [anon_sym___restrict__] = ACTIONS(1294), + [anon_sym__Atomic] = ACTIONS(1294), + [anon_sym__Noreturn] = ACTIONS(1294), + [anon_sym_signed] = ACTIONS(1294), + [anon_sym_unsigned] = ACTIONS(1294), + [anon_sym_long] = ACTIONS(1294), + [anon_sym_short] = ACTIONS(1294), + [sym_primitive_type] = ACTIONS(1294), + [anon_sym_enum] = ACTIONS(1294), + [anon_sym_struct] = ACTIONS(1294), + [anon_sym_union] = ACTIONS(1294), + [anon_sym_if] = ACTIONS(1294), + [anon_sym_switch] = ACTIONS(1294), + [anon_sym_case] = ACTIONS(1294), + [anon_sym_default] = ACTIONS(1294), + [anon_sym_while] = ACTIONS(1294), + [anon_sym_do] = ACTIONS(1294), + [anon_sym_for] = ACTIONS(1294), + [anon_sym_return] = ACTIONS(1294), + [anon_sym_break] = ACTIONS(1294), + [anon_sym_continue] = ACTIONS(1294), + [anon_sym_goto] = ACTIONS(1294), + [anon_sym_DASH_DASH] = ACTIONS(1296), + [anon_sym_PLUS_PLUS] = ACTIONS(1296), + [anon_sym_sizeof] = ACTIONS(1294), + [anon_sym_offsetof] = ACTIONS(1294), + [anon_sym__Generic] = ACTIONS(1294), + [anon_sym_asm] = ACTIONS(1294), + [anon_sym___asm__] = ACTIONS(1294), + [sym_number_literal] = ACTIONS(1296), + [anon_sym_L_SQUOTE] = ACTIONS(1296), + [anon_sym_u_SQUOTE] = ACTIONS(1296), + [anon_sym_U_SQUOTE] = ACTIONS(1296), + [anon_sym_u8_SQUOTE] = ACTIONS(1296), + [anon_sym_SQUOTE] = ACTIONS(1296), + [anon_sym_L_DQUOTE] = ACTIONS(1296), + [anon_sym_u_DQUOTE] = ACTIONS(1296), + [anon_sym_U_DQUOTE] = ACTIONS(1296), + [anon_sym_u8_DQUOTE] = ACTIONS(1296), + [anon_sym_DQUOTE] = ACTIONS(1296), + [sym_true] = ACTIONS(1294), + [sym_false] = ACTIONS(1294), + [sym_null] = ACTIONS(1294), [sym_comment] = ACTIONS(3), }, [372] = { - [sym_identifier] = ACTIONS(1142), - [aux_sym_preproc_include_token1] = ACTIONS(1142), - [aux_sym_preproc_def_token1] = ACTIONS(1142), - [aux_sym_preproc_if_token1] = ACTIONS(1142), - [aux_sym_preproc_if_token2] = ACTIONS(1142), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1142), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1142), - [sym_preproc_directive] = ACTIONS(1142), - [anon_sym_LPAREN2] = ACTIONS(1144), - [anon_sym_BANG] = ACTIONS(1144), - [anon_sym_TILDE] = ACTIONS(1144), - [anon_sym_DASH] = ACTIONS(1142), - [anon_sym_PLUS] = ACTIONS(1142), - [anon_sym_STAR] = ACTIONS(1144), - [anon_sym_AMP] = ACTIONS(1144), - [anon_sym_SEMI] = ACTIONS(1144), - [anon_sym_typedef] = ACTIONS(1142), - [anon_sym_extern] = ACTIONS(1142), - [anon_sym___attribute__] = ACTIONS(1142), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1144), - [anon_sym___declspec] = ACTIONS(1142), - [anon_sym___cdecl] = ACTIONS(1142), - [anon_sym___clrcall] = ACTIONS(1142), - [anon_sym___stdcall] = ACTIONS(1142), - [anon_sym___fastcall] = ACTIONS(1142), - [anon_sym___thiscall] = ACTIONS(1142), - [anon_sym___vectorcall] = ACTIONS(1142), - [anon_sym_LBRACE] = ACTIONS(1144), - [anon_sym_static] = ACTIONS(1142), - [anon_sym_auto] = ACTIONS(1142), - [anon_sym_register] = ACTIONS(1142), - [anon_sym_inline] = ACTIONS(1142), - [anon_sym_const] = ACTIONS(1142), - [anon_sym_volatile] = ACTIONS(1142), - [anon_sym_restrict] = ACTIONS(1142), - [anon_sym___restrict__] = ACTIONS(1142), - [anon_sym__Atomic] = ACTIONS(1142), - [anon_sym__Noreturn] = ACTIONS(1142), - [anon_sym_signed] = ACTIONS(1142), - [anon_sym_unsigned] = ACTIONS(1142), - [anon_sym_long] = ACTIONS(1142), - [anon_sym_short] = ACTIONS(1142), - [sym_primitive_type] = ACTIONS(1142), - [anon_sym_enum] = ACTIONS(1142), - [anon_sym_struct] = ACTIONS(1142), - [anon_sym_union] = ACTIONS(1142), - [anon_sym_if] = ACTIONS(1142), - [anon_sym_switch] = ACTIONS(1142), - [anon_sym_case] = ACTIONS(1142), - [anon_sym_default] = ACTIONS(1142), - [anon_sym_while] = ACTIONS(1142), - [anon_sym_do] = ACTIONS(1142), - [anon_sym_for] = ACTIONS(1142), - [anon_sym_return] = ACTIONS(1142), - [anon_sym_break] = ACTIONS(1142), - [anon_sym_continue] = ACTIONS(1142), - [anon_sym_goto] = ACTIONS(1142), - [anon_sym_DASH_DASH] = ACTIONS(1144), - [anon_sym_PLUS_PLUS] = ACTIONS(1144), - [anon_sym_sizeof] = ACTIONS(1142), - [anon_sym_offsetof] = ACTIONS(1142), - [anon_sym__Generic] = ACTIONS(1142), - [anon_sym_asm] = ACTIONS(1142), - [anon_sym___asm__] = ACTIONS(1142), - [sym_number_literal] = ACTIONS(1144), - [anon_sym_L_SQUOTE] = ACTIONS(1144), - [anon_sym_u_SQUOTE] = ACTIONS(1144), - [anon_sym_U_SQUOTE] = ACTIONS(1144), - [anon_sym_u8_SQUOTE] = ACTIONS(1144), - [anon_sym_SQUOTE] = ACTIONS(1144), - [anon_sym_L_DQUOTE] = ACTIONS(1144), - [anon_sym_u_DQUOTE] = ACTIONS(1144), - [anon_sym_U_DQUOTE] = ACTIONS(1144), - [anon_sym_u8_DQUOTE] = ACTIONS(1144), - [anon_sym_DQUOTE] = ACTIONS(1144), - [sym_true] = ACTIONS(1142), - [sym_false] = ACTIONS(1142), - [sym_null] = ACTIONS(1142), + [sym_identifier] = ACTIONS(1360), + [aux_sym_preproc_include_token1] = ACTIONS(1360), + [aux_sym_preproc_def_token1] = ACTIONS(1360), + [aux_sym_preproc_if_token1] = ACTIONS(1360), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1360), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1360), + [sym_preproc_directive] = ACTIONS(1360), + [anon_sym_LPAREN2] = ACTIONS(1362), + [anon_sym_BANG] = ACTIONS(1362), + [anon_sym_TILDE] = ACTIONS(1362), + [anon_sym_DASH] = ACTIONS(1360), + [anon_sym_PLUS] = ACTIONS(1360), + [anon_sym_STAR] = ACTIONS(1362), + [anon_sym_AMP] = ACTIONS(1362), + [anon_sym_SEMI] = ACTIONS(1362), + [anon_sym_typedef] = ACTIONS(1360), + [anon_sym_extern] = ACTIONS(1360), + [anon_sym___attribute__] = ACTIONS(1360), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1362), + [anon_sym___declspec] = ACTIONS(1360), + [anon_sym___cdecl] = ACTIONS(1360), + [anon_sym___clrcall] = ACTIONS(1360), + [anon_sym___stdcall] = ACTIONS(1360), + [anon_sym___fastcall] = ACTIONS(1360), + [anon_sym___thiscall] = ACTIONS(1360), + [anon_sym___vectorcall] = ACTIONS(1360), + [anon_sym_LBRACE] = ACTIONS(1362), + [anon_sym_RBRACE] = ACTIONS(1362), + [anon_sym_static] = ACTIONS(1360), + [anon_sym_auto] = ACTIONS(1360), + [anon_sym_register] = ACTIONS(1360), + [anon_sym_inline] = ACTIONS(1360), + [anon_sym_const] = ACTIONS(1360), + [anon_sym_volatile] = ACTIONS(1360), + [anon_sym_restrict] = ACTIONS(1360), + [anon_sym___restrict__] = ACTIONS(1360), + [anon_sym__Atomic] = ACTIONS(1360), + [anon_sym__Noreturn] = ACTIONS(1360), + [anon_sym_signed] = ACTIONS(1360), + [anon_sym_unsigned] = ACTIONS(1360), + [anon_sym_long] = ACTIONS(1360), + [anon_sym_short] = ACTIONS(1360), + [sym_primitive_type] = ACTIONS(1360), + [anon_sym_enum] = ACTIONS(1360), + [anon_sym_struct] = ACTIONS(1360), + [anon_sym_union] = ACTIONS(1360), + [anon_sym_if] = ACTIONS(1360), + [anon_sym_switch] = ACTIONS(1360), + [anon_sym_case] = ACTIONS(1360), + [anon_sym_default] = ACTIONS(1360), + [anon_sym_while] = ACTIONS(1360), + [anon_sym_do] = ACTIONS(1360), + [anon_sym_for] = ACTIONS(1360), + [anon_sym_return] = ACTIONS(1360), + [anon_sym_break] = ACTIONS(1360), + [anon_sym_continue] = ACTIONS(1360), + [anon_sym_goto] = ACTIONS(1360), + [anon_sym_DASH_DASH] = ACTIONS(1362), + [anon_sym_PLUS_PLUS] = ACTIONS(1362), + [anon_sym_sizeof] = ACTIONS(1360), + [anon_sym_offsetof] = ACTIONS(1360), + [anon_sym__Generic] = ACTIONS(1360), + [anon_sym_asm] = ACTIONS(1360), + [anon_sym___asm__] = ACTIONS(1360), + [sym_number_literal] = ACTIONS(1362), + [anon_sym_L_SQUOTE] = ACTIONS(1362), + [anon_sym_u_SQUOTE] = ACTIONS(1362), + [anon_sym_U_SQUOTE] = ACTIONS(1362), + [anon_sym_u8_SQUOTE] = ACTIONS(1362), + [anon_sym_SQUOTE] = ACTIONS(1362), + [anon_sym_L_DQUOTE] = ACTIONS(1362), + [anon_sym_u_DQUOTE] = ACTIONS(1362), + [anon_sym_U_DQUOTE] = ACTIONS(1362), + [anon_sym_u8_DQUOTE] = ACTIONS(1362), + [anon_sym_DQUOTE] = ACTIONS(1362), + [sym_true] = ACTIONS(1360), + [sym_false] = ACTIONS(1360), + [sym_null] = ACTIONS(1360), [sym_comment] = ACTIONS(3), }, [373] = { - [sym__expression] = STATE(604), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_type_qualifier] = STATE(889), + [sym__type_specifier] = STATE(939), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym__expression] = STATE(783), + [sym_comma_expression] = STATE(1462), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_type_descriptor] = STATE(1456), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_initializer_list] = STATE(621), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym_macro_type_specifier] = STATE(909), + [aux_sym_type_definition_repeat1] = STATE(889), + [aux_sym_sized_type_specifier_repeat1] = STATE(993), [sym_identifier] = ACTIONS(1374), + [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_const] = ACTIONS(45), + [anon_sym_volatile] = ACTIONS(45), + [anon_sym_restrict] = ACTIONS(45), + [anon_sym___restrict__] = ACTIONS(45), + [anon_sym__Atomic] = ACTIONS(45), + [anon_sym__Noreturn] = ACTIONS(45), + [anon_sym_signed] = ACTIONS(1376), + [anon_sym_unsigned] = ACTIONS(1376), + [anon_sym_long] = ACTIONS(1376), + [anon_sym_short] = ACTIONS(1376), + [sym_primitive_type] = ACTIONS(49), + [anon_sym_enum] = ACTIONS(51), + [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_offsetof] = ACTIONS(83), + [anon_sym__Generic] = ACTIONS(85), + [anon_sym_asm] = ACTIONS(87), + [anon_sym___asm__] = ACTIONS(87), + [sym_number_literal] = ACTIONS(89), + [anon_sym_L_SQUOTE] = ACTIONS(91), + [anon_sym_u_SQUOTE] = ACTIONS(91), + [anon_sym_U_SQUOTE] = ACTIONS(91), + [anon_sym_u8_SQUOTE] = ACTIONS(91), + [anon_sym_SQUOTE] = ACTIONS(91), + [anon_sym_L_DQUOTE] = ACTIONS(93), + [anon_sym_u_DQUOTE] = ACTIONS(93), + [anon_sym_U_DQUOTE] = ACTIONS(93), + [anon_sym_u8_DQUOTE] = ACTIONS(93), + [anon_sym_DQUOTE] = ACTIONS(93), + [sym_true] = ACTIONS(95), + [sym_false] = ACTIONS(95), + [sym_null] = ACTIONS(95), + [sym_comment] = ACTIONS(3), + }, + [374] = { + [sym__expression] = STATE(611), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), + [sym_pointer_expression] = STATE(636), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), + [sym_subscript_expression] = STATE(636), + [sym_call_expression] = STATE(636), + [sym_gnu_asm_expression] = STATE(635), + [sym_field_expression] = STATE(636), + [sym_compound_literal_expression] = STATE(635), + [sym_parenthesized_expression] = STATE(636), + [sym_initializer_list] = STATE(610), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym_identifier] = ACTIONS(1378), [anon_sym_COMMA] = ACTIONS(896), [anon_sym_RPAREN] = ACTIONS(896), [anon_sym_LPAREN2] = ACTIONS(19), @@ -47757,39 +47940,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [374] = { - [sym_type_qualifier] = STATE(890), - [sym__type_specifier] = STATE(980), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym__expression] = STATE(810), - [sym_comma_expression] = STATE(1459), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [375] = { + [sym_type_qualifier] = STATE(889), + [sym__type_specifier] = STATE(939), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym__expression] = STATE(783), + [sym_comma_expression] = STATE(1462), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_type_descriptor] = STATE(1536), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_type_descriptor] = STATE(1451), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym_macro_type_specifier] = STATE(905), - [aux_sym_type_definition_repeat1] = STATE(890), - [aux_sym_sized_type_specifier_repeat1] = STATE(1003), - [sym_identifier] = ACTIONS(1376), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym_macro_type_specifier] = STATE(909), + [aux_sym_type_definition_repeat1] = STATE(889), + [aux_sym_sized_type_specifier_repeat1] = STATE(993), + [sym_identifier] = ACTIONS(1374), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -47803,10 +47986,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___restrict__] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym__Noreturn] = ACTIONS(45), - [anon_sym_signed] = ACTIONS(1378), - [anon_sym_unsigned] = ACTIONS(1378), - [anon_sym_long] = ACTIONS(1378), - [anon_sym_short] = ACTIONS(1378), + [anon_sym_signed] = ACTIONS(1376), + [anon_sym_unsigned] = ACTIONS(1376), + [anon_sym_long] = ACTIONS(1376), + [anon_sym_short] = ACTIONS(1376), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), @@ -47834,39 +48017,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [375] = { - [sym_type_qualifier] = STATE(890), - [sym__type_specifier] = STATE(980), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym__expression] = STATE(810), - [sym_comma_expression] = STATE(1459), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [376] = { + [sym_type_qualifier] = STATE(889), + [sym__type_specifier] = STATE(939), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym__expression] = STATE(783), + [sym_comma_expression] = STATE(1462), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_type_descriptor] = STATE(1448), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_type_descriptor] = STATE(1498), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym_macro_type_specifier] = STATE(905), - [aux_sym_type_definition_repeat1] = STATE(890), - [aux_sym_sized_type_specifier_repeat1] = STATE(1003), - [sym_identifier] = ACTIONS(1376), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym_macro_type_specifier] = STATE(909), + [aux_sym_type_definition_repeat1] = STATE(889), + [aux_sym_sized_type_specifier_repeat1] = STATE(993), + [sym_identifier] = ACTIONS(1374), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -47880,10 +48063,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___restrict__] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym__Noreturn] = ACTIONS(45), - [anon_sym_signed] = ACTIONS(1378), - [anon_sym_unsigned] = ACTIONS(1378), - [anon_sym_long] = ACTIONS(1378), - [anon_sym_short] = ACTIONS(1378), + [anon_sym_signed] = ACTIONS(1376), + [anon_sym_unsigned] = ACTIONS(1376), + [anon_sym_long] = ACTIONS(1376), + [anon_sym_short] = ACTIONS(1376), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), @@ -47911,39 +48094,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [376] = { - [sym_type_qualifier] = STATE(890), - [sym__type_specifier] = STATE(980), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym__expression] = STATE(810), - [sym_comma_expression] = STATE(1459), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [377] = { + [sym_type_qualifier] = STATE(889), + [sym__type_specifier] = STATE(939), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym__expression] = STATE(783), + [sym_comma_expression] = STATE(1462), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_type_descriptor] = STATE(1433), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_type_descriptor] = STATE(1539), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym_macro_type_specifier] = STATE(905), - [aux_sym_type_definition_repeat1] = STATE(890), - [aux_sym_sized_type_specifier_repeat1] = STATE(1003), - [sym_identifier] = ACTIONS(1376), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym_macro_type_specifier] = STATE(909), + [aux_sym_type_definition_repeat1] = STATE(889), + [aux_sym_sized_type_specifier_repeat1] = STATE(993), + [sym_identifier] = ACTIONS(1374), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -47957,87 +48140,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___restrict__] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym__Noreturn] = ACTIONS(45), - [anon_sym_signed] = ACTIONS(1378), - [anon_sym_unsigned] = ACTIONS(1378), - [anon_sym_long] = ACTIONS(1378), - [anon_sym_short] = ACTIONS(1378), - [sym_primitive_type] = ACTIONS(49), - [anon_sym_enum] = ACTIONS(51), - [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_offsetof] = ACTIONS(83), - [anon_sym__Generic] = ACTIONS(85), - [anon_sym_asm] = ACTIONS(87), - [anon_sym___asm__] = ACTIONS(87), - [sym_number_literal] = ACTIONS(89), - [anon_sym_L_SQUOTE] = ACTIONS(91), - [anon_sym_u_SQUOTE] = ACTIONS(91), - [anon_sym_U_SQUOTE] = ACTIONS(91), - [anon_sym_u8_SQUOTE] = ACTIONS(91), - [anon_sym_SQUOTE] = ACTIONS(91), - [anon_sym_L_DQUOTE] = ACTIONS(93), - [anon_sym_u_DQUOTE] = ACTIONS(93), - [anon_sym_U_DQUOTE] = ACTIONS(93), - [anon_sym_u8_DQUOTE] = ACTIONS(93), - [anon_sym_DQUOTE] = ACTIONS(93), - [sym_true] = ACTIONS(95), - [sym_false] = ACTIONS(95), - [sym_null] = ACTIONS(95), - [sym_comment] = ACTIONS(3), - }, - [377] = { - [sym_type_qualifier] = STATE(890), - [sym__type_specifier] = STATE(980), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym__expression] = STATE(810), - [sym_comma_expression] = STATE(1459), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), - [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_type_descriptor] = STATE(1446), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), - [sym_subscript_expression] = STATE(636), - [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), - [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), - [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym_macro_type_specifier] = STATE(905), - [aux_sym_type_definition_repeat1] = STATE(890), - [aux_sym_sized_type_specifier_repeat1] = STATE(1003), - [sym_identifier] = ACTIONS(1376), - [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_const] = ACTIONS(45), - [anon_sym_volatile] = ACTIONS(45), - [anon_sym_restrict] = ACTIONS(45), - [anon_sym___restrict__] = ACTIONS(45), - [anon_sym__Atomic] = ACTIONS(45), - [anon_sym__Noreturn] = ACTIONS(45), - [anon_sym_signed] = ACTIONS(1378), - [anon_sym_unsigned] = ACTIONS(1378), - [anon_sym_long] = ACTIONS(1378), - [anon_sym_short] = ACTIONS(1378), + [anon_sym_signed] = ACTIONS(1376), + [anon_sym_unsigned] = ACTIONS(1376), + [anon_sym_long] = ACTIONS(1376), + [anon_sym_short] = ACTIONS(1376), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), @@ -48066,38 +48172,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [378] = { - [sym_type_qualifier] = STATE(890), - [sym__type_specifier] = STATE(980), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym__expression] = STATE(810), - [sym_comma_expression] = STATE(1459), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_type_qualifier] = STATE(889), + [sym__type_specifier] = STATE(939), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym__expression] = STATE(783), + [sym_comma_expression] = STATE(1462), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_type_descriptor] = STATE(1456), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_type_descriptor] = STATE(1464), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym_macro_type_specifier] = STATE(905), - [aux_sym_type_definition_repeat1] = STATE(890), - [aux_sym_sized_type_specifier_repeat1] = STATE(1003), - [sym_identifier] = ACTIONS(1376), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym_macro_type_specifier] = STATE(909), + [aux_sym_type_definition_repeat1] = STATE(889), + [aux_sym_sized_type_specifier_repeat1] = STATE(993), + [sym_identifier] = ACTIONS(1374), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -48111,10 +48217,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___restrict__] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym__Noreturn] = ACTIONS(45), - [anon_sym_signed] = ACTIONS(1378), - [anon_sym_unsigned] = ACTIONS(1378), - [anon_sym_long] = ACTIONS(1378), - [anon_sym_short] = ACTIONS(1378), + [anon_sym_signed] = ACTIONS(1376), + [anon_sym_unsigned] = ACTIONS(1376), + [anon_sym_long] = ACTIONS(1376), + [anon_sym_short] = ACTIONS(1376), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), @@ -48143,38 +48249,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [379] = { - [sym_type_qualifier] = STATE(890), - [sym__type_specifier] = STATE(980), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym__expression] = STATE(810), - [sym_comma_expression] = STATE(1459), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_type_qualifier] = STATE(889), + [sym__type_specifier] = STATE(939), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym__expression] = STATE(783), + [sym_comma_expression] = STATE(1462), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_type_descriptor] = STATE(1535), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_type_descriptor] = STATE(1452), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym_macro_type_specifier] = STATE(905), - [aux_sym_type_definition_repeat1] = STATE(890), - [aux_sym_sized_type_specifier_repeat1] = STATE(1003), - [sym_identifier] = ACTIONS(1376), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym_macro_type_specifier] = STATE(909), + [aux_sym_type_definition_repeat1] = STATE(889), + [aux_sym_sized_type_specifier_repeat1] = STATE(993), + [sym_identifier] = ACTIONS(1374), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -48188,10 +48294,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___restrict__] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym__Noreturn] = ACTIONS(45), - [anon_sym_signed] = ACTIONS(1378), - [anon_sym_unsigned] = ACTIONS(1378), - [anon_sym_long] = ACTIONS(1378), - [anon_sym_short] = ACTIONS(1378), + [anon_sym_signed] = ACTIONS(1376), + [anon_sym_unsigned] = ACTIONS(1376), + [anon_sym_long] = ACTIONS(1376), + [anon_sym_short] = ACTIONS(1376), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), @@ -48220,38 +48326,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [380] = { - [sym_type_qualifier] = STATE(890), - [sym__type_specifier] = STATE(980), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym__expression] = STATE(810), - [sym_comma_expression] = STATE(1459), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_type_qualifier] = STATE(889), + [sym__type_specifier] = STATE(939), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym__expression] = STATE(783), + [sym_comma_expression] = STATE(1462), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_type_descriptor] = STATE(1520), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_type_descriptor] = STATE(1491), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym_macro_type_specifier] = STATE(905), - [aux_sym_type_definition_repeat1] = STATE(890), - [aux_sym_sized_type_specifier_repeat1] = STATE(1003), - [sym_identifier] = ACTIONS(1376), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym_macro_type_specifier] = STATE(909), + [aux_sym_type_definition_repeat1] = STATE(889), + [aux_sym_sized_type_specifier_repeat1] = STATE(993), + [sym_identifier] = ACTIONS(1374), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -48265,10 +48371,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___restrict__] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym__Noreturn] = ACTIONS(45), - [anon_sym_signed] = ACTIONS(1378), - [anon_sym_unsigned] = ACTIONS(1378), - [anon_sym_long] = ACTIONS(1378), - [anon_sym_short] = ACTIONS(1378), + [anon_sym_signed] = ACTIONS(1376), + [anon_sym_unsigned] = ACTIONS(1376), + [anon_sym_long] = ACTIONS(1376), + [anon_sym_short] = ACTIONS(1376), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), @@ -48297,38 +48403,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [381] = { - [sym_type_qualifier] = STATE(890), - [sym__type_specifier] = STATE(980), - [sym_sized_type_specifier] = STATE(905), - [sym_enum_specifier] = STATE(905), - [sym_struct_specifier] = STATE(905), - [sym_union_specifier] = STATE(905), - [sym__expression] = STATE(810), - [sym_comma_expression] = STATE(1459), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), + [sym_type_qualifier] = STATE(889), + [sym__type_specifier] = STATE(939), + [sym_sized_type_specifier] = STATE(909), + [sym_enum_specifier] = STATE(909), + [sym_struct_specifier] = STATE(909), + [sym_union_specifier] = STATE(909), + [sym__expression] = STATE(783), + [sym_comma_expression] = STATE(1462), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), [sym_pointer_expression] = STATE(636), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_type_descriptor] = STATE(1541), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_type_descriptor] = STATE(1459), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), [sym_subscript_expression] = STATE(636), [sym_call_expression] = STATE(636), - [sym_gnu_asm_expression] = STATE(608), + [sym_gnu_asm_expression] = STATE(635), [sym_field_expression] = STATE(636), - [sym_compound_literal_expression] = STATE(608), + [sym_compound_literal_expression] = STATE(635), [sym_parenthesized_expression] = STATE(636), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), - [sym_macro_type_specifier] = STATE(905), - [aux_sym_type_definition_repeat1] = STATE(890), - [aux_sym_sized_type_specifier_repeat1] = STATE(1003), - [sym_identifier] = ACTIONS(1376), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), + [sym_macro_type_specifier] = STATE(909), + [aux_sym_type_definition_repeat1] = STATE(889), + [aux_sym_sized_type_specifier_repeat1] = STATE(993), + [sym_identifier] = ACTIONS(1374), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -48342,10 +48448,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___restrict__] = ACTIONS(45), [anon_sym__Atomic] = ACTIONS(45), [anon_sym__Noreturn] = ACTIONS(45), - [anon_sym_signed] = ACTIONS(1378), - [anon_sym_unsigned] = ACTIONS(1378), - [anon_sym_long] = ACTIONS(1378), - [anon_sym_short] = ACTIONS(1378), + [anon_sym_signed] = ACTIONS(1376), + [anon_sym_unsigned] = ACTIONS(1376), + [anon_sym_long] = ACTIONS(1376), + [anon_sym_short] = ACTIONS(1376), [sym_primitive_type] = ACTIONS(49), [anon_sym_enum] = ACTIONS(51), [anon_sym_struct] = ACTIONS(53), @@ -48374,27 +48480,27 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [382] = { - [sym__expression] = STATE(648), - [sym_conditional_expression] = STATE(608), - [sym_assignment_expression] = STATE(608), - [sym_pointer_expression] = STATE(670), - [sym_unary_expression] = STATE(608), - [sym_binary_expression] = STATE(608), - [sym_update_expression] = STATE(608), - [sym_cast_expression] = STATE(608), - [sym_sizeof_expression] = STATE(608), - [sym_offsetof_expression] = STATE(608), - [sym_generic_expression] = STATE(608), - [sym_subscript_expression] = STATE(670), - [sym_call_expression] = STATE(670), - [sym_gnu_asm_expression] = STATE(608), - [sym_field_expression] = STATE(670), - [sym_compound_literal_expression] = STATE(608), - [sym_parenthesized_expression] = STATE(670), - [sym_initializer_list] = STATE(621), - [sym_char_literal] = STATE(608), - [sym_concatenated_string] = STATE(608), - [sym_string_literal] = STATE(479), + [sym__expression] = STATE(655), + [sym_conditional_expression] = STATE(635), + [sym_assignment_expression] = STATE(635), + [sym_pointer_expression] = STATE(667), + [sym_unary_expression] = STATE(635), + [sym_binary_expression] = STATE(635), + [sym_update_expression] = STATE(635), + [sym_cast_expression] = STATE(635), + [sym_sizeof_expression] = STATE(635), + [sym_offsetof_expression] = STATE(635), + [sym_generic_expression] = STATE(635), + [sym_subscript_expression] = STATE(667), + [sym_call_expression] = STATE(667), + [sym_gnu_asm_expression] = STATE(635), + [sym_field_expression] = STATE(667), + [sym_compound_literal_expression] = STATE(635), + [sym_parenthesized_expression] = STATE(667), + [sym_initializer_list] = STATE(610), + [sym_char_literal] = STATE(635), + [sym_concatenated_string] = STATE(635), + [sym_string_literal] = STATE(499), [sym_identifier] = ACTIONS(1380), [anon_sym_LPAREN2] = ACTIONS(1382), [anon_sym_BANG] = ACTIONS(1384), @@ -48408,7 +48514,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP_AMP] = ACTIONS(896), [anon_sym_PIPE] = ACTIONS(906), [anon_sym_CARET] = ACTIONS(896), - [anon_sym_AMP] = ACTIONS(1022), + [anon_sym_AMP] = ACTIONS(974), [anon_sym_EQ_EQ] = ACTIONS(896), [anon_sym_BANG_EQ] = ACTIONS(896), [anon_sym_GT] = ACTIONS(906), @@ -48675,7 +48781,7 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(908), 1, anon_sym_LBRACE, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, ACTIONS(1414), 1, anon_sym_COMMA, @@ -48685,9 +48791,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(1420), 1, anon_sym_DOT, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(738), 1, + STATE(715), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -48704,14 +48810,14 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(87), 2, anon_sym_asm, anon_sym___asm__, - STATE(1244), 2, + STATE(1266), 2, sym_initializer_list, sym_initializer_pair, ACTIONS(95), 3, sym_true, sym_false, sym_null, - STATE(1156), 3, + STATE(1145), 3, sym_subscript_designator, sym_field_designator, aux_sym_initializer_pair_repeat1, @@ -48733,7 +48839,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -48778,21 +48884,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___based, ACTIONS(1434), 1, anon_sym_LBRACK, - STATE(764), 1, + STATE(733), 1, sym__type_specifier, - STATE(818), 1, + STATE(786), 1, aux_sym_sized_type_specifier_repeat1, - STATE(981), 1, + STATE(982), 1, sym__declaration_specifiers, STATE(1127), 1, sym__declarator, - STATE(1162), 1, + STATE(1176), 1, sym_parameter_list, - STATE(1196), 1, + STATE(1198), 1, sym__abstract_declarator, - STATE(1375), 1, + STATE(1395), 1, sym_ms_based_modifier, - STATE(1243), 2, + STATE(1246), 2, sym_variadic_parameter, sym_parameter_declaration, ACTIONS(47), 4, @@ -48800,7 +48906,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1175), 4, + STATE(1169), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, @@ -48811,7 +48917,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(905), 5, + STATE(909), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -48830,7 +48936,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - STATE(665), 7, + STATE(669), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -48859,9 +48965,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1438), 1, anon_sym_RBRACK, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(870), 1, + STATE(831), 1, sym__expression, ACTIONS(87), 2, anon_sym_asm, @@ -48875,7 +48981,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1390), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - STATE(643), 2, + STATE(395), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(95), 3, @@ -48894,7 +49000,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(670), 5, + STATE(667), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, @@ -48907,7 +49013,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -48936,7 +49042,7 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(908), 1, anon_sym_LBRACE, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, ACTIONS(1418), 1, anon_sym_LBRACK, @@ -48944,9 +49050,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, ACTIONS(1442), 1, anon_sym_RBRACE, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(804), 1, + STATE(794), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -48963,14 +49069,14 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(87), 2, anon_sym_asm, anon_sym___asm__, - STATE(1327), 2, + STATE(1337), 2, sym_initializer_list, sym_initializer_pair, ACTIONS(95), 3, sym_true, sym_false, sym_null, - STATE(1156), 3, + STATE(1145), 3, sym_subscript_designator, sym_field_designator, aux_sym_initializer_pair_repeat1, @@ -48992,7 +49098,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -49027,9 +49133,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1446), 1, anon_sym_RBRACK, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(837), 1, + STATE(856), 1, sym__expression, ACTIONS(87), 2, anon_sym_asm, @@ -49043,7 +49149,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1390), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - STATE(392), 2, + STATE(394), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(95), 3, @@ -49062,7 +49168,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(670), 5, + STATE(667), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, @@ -49075,7 +49181,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -49110,9 +49216,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1450), 1, anon_sym_RBRACK, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(839), 1, + STATE(866), 1, sym__expression, ACTIONS(87), 2, anon_sym_asm, @@ -49126,7 +49232,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1390), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - STATE(397), 2, + STATE(392), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(95), 3, @@ -49145,7 +49251,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(670), 5, + STATE(667), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, @@ -49158,7 +49264,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -49193,9 +49299,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1454), 1, anon_sym_RBRACK, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(864), 1, + STATE(850), 1, sym__expression, ACTIONS(87), 2, anon_sym_asm, @@ -49209,7 +49315,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1390), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - STATE(643), 2, + STATE(647), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(95), 3, @@ -49228,7 +49334,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(670), 5, + STATE(667), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, @@ -49241,7 +49347,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -49276,9 +49382,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1458), 1, anon_sym_RBRACK, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(865), 1, + STATE(855), 1, sym__expression, ACTIONS(87), 2, anon_sym_asm, @@ -49292,7 +49398,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1390), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - STATE(398), 2, + STATE(399), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(95), 3, @@ -49311,7 +49417,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(670), 5, + STATE(667), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, @@ -49324,7 +49430,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -49359,9 +49465,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1462), 1, anon_sym_RBRACK, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(836), 1, + STATE(844), 1, sym__expression, ACTIONS(87), 2, anon_sym_asm, @@ -49375,7 +49481,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1390), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - STATE(395), 2, + STATE(647), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(95), 3, @@ -49394,7 +49500,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(670), 5, + STATE(667), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, @@ -49407,7 +49513,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -49442,9 +49548,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1466), 1, anon_sym_RBRACK, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(824), 1, + STATE(828), 1, sym__expression, ACTIONS(87), 2, anon_sym_asm, @@ -49458,7 +49564,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1390), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - STATE(643), 2, + STATE(647), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(95), 3, @@ -49477,7 +49583,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(670), 5, + STATE(667), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, @@ -49490,7 +49596,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -49525,9 +49631,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1470), 1, anon_sym_RBRACK, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(866), 1, + STATE(865), 1, sym__expression, ACTIONS(87), 2, anon_sym_asm, @@ -49541,7 +49647,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1390), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - STATE(388), 2, + STATE(397), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(95), 3, @@ -49560,7 +49666,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(670), 5, + STATE(667), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, @@ -49573,7 +49679,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -49608,9 +49714,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1474), 1, anon_sym_RBRACK, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(844), 1, + STATE(845), 1, sym__expression, ACTIONS(87), 2, anon_sym_asm, @@ -49624,7 +49730,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1390), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - STATE(643), 2, + STATE(647), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(95), 3, @@ -49643,7 +49749,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(670), 5, + STATE(667), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, @@ -49656,7 +49762,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -49670,50 +49776,59 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [1298] = 23, + [1298] = 25, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(83), 1, anon_sym_offsetof, ACTIONS(85), 1, anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1380), 1, + ACTIONS(908), 1, + anon_sym_LBRACE, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1382), 1, - anon_sym_LPAREN2, - ACTIONS(1388), 1, - anon_sym_AMP, - ACTIONS(1392), 1, - anon_sym_sizeof, + ACTIONS(1418), 1, + anon_sym_LBRACK, + ACTIONS(1420), 1, + anon_sym_DOT, ACTIONS(1476), 1, - anon_sym_STAR, - ACTIONS(1478), 1, - anon_sym_RBRACK, - STATE(479), 1, + anon_sym_RBRACE, + STATE(499), 1, sym_string_literal, - STATE(861), 1, + STATE(794), 1, sym__expression, - ACTIONS(87), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(1384), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1386), 2, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1390), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - STATE(643), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, + ACTIONS(87), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(1337), 2, + sym_initializer_list, + sym_initializer_pair, ACTIONS(95), 3, sym_true, sym_false, sym_null, + STATE(1145), 3, + sym_subscript_designator, + sym_field_designator, + aux_sym_initializer_pair_repeat1, ACTIONS(91), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, @@ -49726,20 +49841,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(670), 5, + STATE(636), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - ACTIONS(1440), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -49753,59 +49861,50 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [1404] = 25, + [1408] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(83), 1, anon_sym_offsetof, ACTIONS(85), 1, anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(908), 1, - anon_sym_LBRACE, - ACTIONS(1374), 1, + ACTIONS(1380), 1, sym_identifier, - ACTIONS(1418), 1, - anon_sym_LBRACK, - ACTIONS(1420), 1, - anon_sym_DOT, + ACTIONS(1382), 1, + anon_sym_LPAREN2, + ACTIONS(1388), 1, + anon_sym_AMP, + ACTIONS(1392), 1, + anon_sym_sizeof, + ACTIONS(1478), 1, + anon_sym_STAR, ACTIONS(1480), 1, - anon_sym_RBRACE, - STATE(479), 1, + anon_sym_RBRACK, + STATE(499), 1, sym_string_literal, - STATE(804), 1, + STATE(838), 1, sym__expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(87), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(1384), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(79), 2, + ACTIONS(1386), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1390), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(87), 2, - anon_sym_asm, - anon_sym___asm__, - STATE(1327), 2, - sym_initializer_list, - sym_initializer_pair, + STATE(647), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, ACTIONS(95), 3, sym_true, sym_false, sym_null, - STATE(1156), 3, - sym_subscript_designator, - sym_field_designator, - aux_sym_initializer_pair_repeat1, ACTIONS(91), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, @@ -49818,13 +49917,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(636), 5, + STATE(667), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + ACTIONS(1440), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -49853,15 +49959,15 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(908), 1, anon_sym_LBRACE, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, ACTIONS(1418), 1, anon_sym_LBRACK, ACTIONS(1420), 1, anon_sym_DOT, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(804), 1, + STATE(794), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -49878,14 +49984,14 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(87), 2, anon_sym_asm, anon_sym___asm__, - STATE(1327), 2, + STATE(1337), 2, sym_initializer_list, sym_initializer_pair, ACTIONS(95), 3, sym_true, sym_false, sym_null, - STATE(1156), 3, + STATE(1145), 3, sym_subscript_designator, sym_field_designator, aux_sym_initializer_pair_repeat1, @@ -49907,7 +50013,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -49952,16 +50058,16 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_preproc_elif_token1, ACTIONS(1496), 1, sym_preproc_directive, - STATE(764), 1, + STATE(733), 1, sym__type_specifier, - STATE(818), 1, + STATE(786), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1041), 1, + STATE(1032), 1, sym__declaration_specifiers, ACTIONS(1490), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(1489), 2, + STATE(1543), 2, sym_preproc_else_in_field_declaration_list, sym_preproc_elif_in_field_declaration_list, ACTIONS(47), 4, @@ -49975,7 +50081,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(905), 5, + STATE(909), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -49988,7 +50094,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - STATE(665), 7, + STATE(669), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -49996,7 +50102,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - STATE(409), 8, + STATE(423), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, @@ -50036,16 +50142,16 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_directive, ACTIONS(1498), 1, aux_sym_preproc_if_token2, - STATE(764), 1, + STATE(733), 1, sym__type_specifier, - STATE(818), 1, + STATE(786), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1041), 1, + STATE(1032), 1, sym__declaration_specifiers, ACTIONS(1490), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(1390), 2, + STATE(1468), 2, sym_preproc_else_in_field_declaration_list, sym_preproc_elif_in_field_declaration_list, ACTIONS(47), 4, @@ -50059,7 +50165,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(905), 5, + STATE(909), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -50072,7 +50178,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - STATE(665), 7, + STATE(669), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -50080,7 +50186,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - STATE(407), 8, + STATE(411), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, @@ -50120,16 +50226,16 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_directive, ACTIONS(1500), 1, aux_sym_preproc_if_token2, - STATE(764), 1, + STATE(733), 1, sym__type_specifier, - STATE(818), 1, + STATE(786), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1041), 1, + STATE(1032), 1, sym__declaration_specifiers, ACTIONS(1490), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(1416), 2, + STATE(1430), 2, sym_preproc_else_in_field_declaration_list, sym_preproc_elif_in_field_declaration_list, ACTIONS(47), 4, @@ -50143,7 +50249,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(905), 5, + STATE(909), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -50156,7 +50262,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - STATE(665), 7, + STATE(669), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -50164,7 +50270,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - STATE(413), 8, + STATE(407), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, @@ -50204,16 +50310,16 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_directive, ACTIONS(1502), 1, aux_sym_preproc_if_token2, - STATE(764), 1, + STATE(733), 1, sym__type_specifier, - STATE(818), 1, + STATE(786), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1041), 1, + STATE(1032), 1, sym__declaration_specifiers, ACTIONS(1490), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(1402), 2, + STATE(1424), 2, sym_preproc_else_in_field_declaration_list, sym_preproc_elif_in_field_declaration_list, ACTIONS(47), 4, @@ -50227,7 +50333,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(905), 5, + STATE(909), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -50240,7 +50346,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - STATE(665), 7, + STATE(669), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -50248,7 +50354,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - STATE(410), 8, + STATE(413), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, @@ -50288,16 +50394,16 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_directive, ACTIONS(1504), 1, aux_sym_preproc_if_token2, - STATE(764), 1, + STATE(733), 1, sym__type_specifier, - STATE(818), 1, + STATE(786), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1041), 1, + STATE(1032), 1, sym__declaration_specifiers, ACTIONS(1490), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(1469), 2, + STATE(1431), 2, sym_preproc_else_in_field_declaration_list, sym_preproc_elif_in_field_declaration_list, ACTIONS(47), 4, @@ -50311,7 +50417,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(905), 5, + STATE(909), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -50324,7 +50430,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - STATE(665), 7, + STATE(669), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -50332,7 +50438,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - STATE(424), 8, + STATE(412), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, @@ -50372,16 +50478,16 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_directive, ACTIONS(1506), 1, aux_sym_preproc_if_token2, - STATE(764), 1, + STATE(733), 1, sym__type_specifier, - STATE(818), 1, + STATE(786), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1041), 1, + STATE(1032), 1, sym__declaration_specifiers, ACTIONS(1490), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(1501), 2, + STATE(1523), 2, sym_preproc_else_in_field_declaration_list, sym_preproc_elif_in_field_declaration_list, ACTIONS(47), 4, @@ -50395,7 +50501,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(905), 5, + STATE(909), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -50408,7 +50514,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - STATE(665), 7, + STATE(669), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -50416,7 +50522,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - STATE(411), 8, + STATE(401), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, @@ -50456,16 +50562,16 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_directive, ACTIONS(1508), 1, aux_sym_preproc_if_token2, - STATE(764), 1, + STATE(733), 1, sym__type_specifier, - STATE(818), 1, + STATE(786), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1041), 1, + STATE(1032), 1, sym__declaration_specifiers, ACTIONS(1490), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(1464), 2, + STATE(1422), 2, sym_preproc_else_in_field_declaration_list, sym_preproc_elif_in_field_declaration_list, ACTIONS(47), 4, @@ -50479,7 +50585,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(905), 5, + STATE(909), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -50492,7 +50598,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - STATE(665), 7, + STATE(669), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -50500,7 +50606,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - STATE(424), 8, + STATE(423), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, @@ -50540,16 +50646,16 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_directive, ACTIONS(1510), 1, aux_sym_preproc_if_token2, - STATE(764), 1, + STATE(733), 1, sym__type_specifier, - STATE(818), 1, + STATE(786), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1041), 1, + STATE(1032), 1, sym__declaration_specifiers, ACTIONS(1490), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(1417), 2, + STATE(1545), 2, sym_preproc_else_in_field_declaration_list, sym_preproc_elif_in_field_declaration_list, ACTIONS(47), 4, @@ -50563,7 +50669,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(905), 5, + STATE(909), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -50576,7 +50682,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - STATE(665), 7, + STATE(669), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -50584,7 +50690,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - STATE(424), 8, + STATE(423), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, @@ -50624,16 +50730,16 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_directive, ACTIONS(1512), 1, aux_sym_preproc_if_token2, - STATE(764), 1, + STATE(733), 1, sym__type_specifier, - STATE(818), 1, + STATE(786), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1041), 1, + STATE(1032), 1, sym__declaration_specifiers, ACTIONS(1490), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(1478), 2, + STATE(1561), 2, sym_preproc_else_in_field_declaration_list, sym_preproc_elif_in_field_declaration_list, ACTIONS(47), 4, @@ -50647,7 +50753,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(905), 5, + STATE(909), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -50660,7 +50766,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - STATE(665), 7, + STATE(669), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -50668,7 +50774,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - STATE(424), 8, + STATE(423), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, @@ -50708,16 +50814,16 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_directive, ACTIONS(1514), 1, aux_sym_preproc_if_token2, - STATE(764), 1, + STATE(733), 1, sym__type_specifier, - STATE(818), 1, + STATE(786), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1041), 1, + STATE(1032), 1, sym__declaration_specifiers, ACTIONS(1490), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(1389), 2, + STATE(1536), 2, sym_preproc_else_in_field_declaration_list, sym_preproc_elif_in_field_declaration_list, ACTIONS(47), 4, @@ -50731,7 +50837,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(905), 5, + STATE(909), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -50744,7 +50850,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - STATE(665), 7, + STATE(669), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -50752,7 +50858,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - STATE(424), 8, + STATE(409), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, @@ -50792,16 +50898,16 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_directive, ACTIONS(1516), 1, aux_sym_preproc_if_token2, - STATE(764), 1, + STATE(733), 1, sym__type_specifier, - STATE(818), 1, + STATE(786), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1041), 1, + STATE(1032), 1, sym__declaration_specifiers, ACTIONS(1490), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(1540), 2, + STATE(1501), 2, sym_preproc_else_in_field_declaration_list, sym_preproc_elif_in_field_declaration_list, ACTIONS(47), 4, @@ -50815,7 +50921,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(905), 5, + STATE(909), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -50828,7 +50934,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - STATE(665), 7, + STATE(669), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -50836,7 +50942,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - STATE(424), 8, + STATE(423), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, @@ -50876,16 +50982,16 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_directive, ACTIONS(1518), 1, aux_sym_preproc_if_token2, - STATE(764), 1, + STATE(733), 1, sym__type_specifier, - STATE(818), 1, + STATE(786), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1041), 1, + STATE(1032), 1, sym__declaration_specifiers, ACTIONS(1490), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(1479), 2, + STATE(1470), 2, sym_preproc_else_in_field_declaration_list, sym_preproc_elif_in_field_declaration_list, ACTIONS(47), 4, @@ -50899,7 +51005,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(905), 5, + STATE(909), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -50912,7 +51018,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - STATE(665), 7, + STATE(669), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -50920,7 +51026,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - STATE(405), 8, + STATE(423), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, @@ -50960,16 +51066,16 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_directive, ACTIONS(1520), 1, aux_sym_preproc_if_token2, - STATE(764), 1, + STATE(733), 1, sym__type_specifier, - STATE(818), 1, + STATE(786), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1041), 1, + STATE(1032), 1, sym__declaration_specifiers, ACTIONS(1490), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(1399), 2, + STATE(1407), 2, sym_preproc_else_in_field_declaration_list, sym_preproc_elif_in_field_declaration_list, ACTIONS(47), 4, @@ -50983,7 +51089,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(905), 5, + STATE(909), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -50996,7 +51102,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - STATE(665), 7, + STATE(669), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -51004,7 +51110,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - STATE(424), 8, + STATE(423), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, @@ -51044,16 +51150,16 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_directive, ACTIONS(1522), 1, aux_sym_preproc_if_token2, - STATE(764), 1, + STATE(733), 1, sym__type_specifier, - STATE(818), 1, + STATE(786), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1041), 1, + STATE(1032), 1, sym__declaration_specifiers, ACTIONS(1490), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(1436), 2, + STATE(1563), 2, sym_preproc_else_in_field_declaration_list, sym_preproc_elif_in_field_declaration_list, ACTIONS(47), 4, @@ -51067,7 +51173,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(905), 5, + STATE(909), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -51080,7 +51186,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - STATE(665), 7, + STATE(669), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -51232,13 +51338,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, sym_identifier, - [3317] = 10, + [3317] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1528), 1, anon_sym_LPAREN2, ACTIONS(1534), 1, anon_sym_STAR, + ACTIONS(1537), 1, + anon_sym_SEMI, ACTIONS(1540), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1542), 1, @@ -51256,6 +51364,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + ACTIONS(1526), 12, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, ACTIONS(1532), 12, anon_sym_DASH, anon_sym_PLUS, @@ -51269,20 +51390,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, - ACTIONS(1526), 13, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, ACTIONS(1524), 15, anon_sym_extern, anon_sym___attribute__, @@ -51299,7 +51406,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, sym_identifier, - [3394] = 10, + [3396] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1528), 1, @@ -51310,7 +51417,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1542), 1, anon_sym_EQ, - ACTIONS(1552), 1, + ACTIONS(1550), 1, anon_sym_COLON, ACTIONS(1546), 10, anon_sym_STAR_EQ, @@ -51366,20 +51473,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, sym_identifier, - [3471] = 11, + [3473] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1528), 1, anon_sym_LPAREN2, ACTIONS(1534), 1, anon_sym_STAR, - ACTIONS(1537), 1, - anon_sym_SEMI, ACTIONS(1540), 1, anon_sym_LBRACK_LBRACK, ACTIONS(1542), 1, anon_sym_EQ, - ACTIONS(1550), 1, + ACTIONS(1544), 1, anon_sym_COLON, ACTIONS(1546), 10, anon_sym_STAR_EQ, @@ -51392,19 +51497,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1526), 12, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, ACTIONS(1532), 12, anon_sym_DASH, anon_sym_PLUS, @@ -51418,6 +51510,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, + ACTIONS(1526), 13, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_SEMI, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, ACTIONS(1524), 15, anon_sym_extern, anon_sym___attribute__, @@ -51447,7 +51553,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1542), 1, anon_sym_EQ, - ACTIONS(1548), 1, + ACTIONS(1552), 1, anon_sym_COLON, ACTIONS(1546), 10, anon_sym_STAR_EQ, @@ -51515,7 +51621,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1542), 1, anon_sym_EQ, - ACTIONS(1552), 1, + ACTIONS(1548), 1, anon_sym_COLON, ACTIONS(1546), 10, anon_sym_STAR_EQ, @@ -51581,7 +51687,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1542), 1, anon_sym_EQ, - ACTIONS(1544), 1, + ACTIONS(1552), 1, anon_sym_COLON, ACTIONS(1546), 10, anon_sym_STAR_EQ, @@ -51637,7 +51743,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, sym_identifier, - [3785] = 9, + [3785] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1554), 1, + sym_identifier, + ACTIONS(1557), 1, + aux_sym_preproc_def_token1, + ACTIONS(1560), 1, + aux_sym_preproc_if_token1, + ACTIONS(1568), 1, + sym_preproc_directive, + ACTIONS(1574), 1, + anon_sym___attribute__, + ACTIONS(1577), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1580), 1, + anon_sym___declspec, + ACTIONS(1589), 1, + sym_primitive_type, + ACTIONS(1592), 1, + anon_sym_enum, + ACTIONS(1595), 1, + anon_sym_struct, + ACTIONS(1598), 1, + anon_sym_union, + STATE(733), 1, + sym__type_specifier, + STATE(786), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1032), 1, + sym__declaration_specifiers, + ACTIONS(1565), 2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + ACTIONS(1563), 3, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + ACTIONS(1586), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(1571), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + STATE(909), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + ACTIONS(1583), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + STATE(669), 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(423), 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, + [3887] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1528), 1, @@ -51702,17 +51887,164 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, sym_identifier, - [3859] = 23, + [3961] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1554), 1, + ACTIONS(33), 1, + anon_sym___attribute__, + ACTIONS(37), 1, + anon_sym___declspec, + ACTIONS(49), 1, + sym_primitive_type, + ACTIONS(51), 1, + anon_sym_enum, + ACTIONS(53), 1, + anon_sym_struct, + ACTIONS(55), 1, + anon_sym_union, + ACTIONS(886), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1482), 1, sym_identifier, - ACTIONS(1557), 1, + ACTIONS(1601), 1, aux_sym_preproc_def_token1, - ACTIONS(1560), 1, + ACTIONS(1603), 1, aux_sym_preproc_if_token1, - ACTIONS(1568), 1, + ACTIONS(1605), 1, + aux_sym_preproc_if_token2, + ACTIONS(1609), 1, sym_preproc_directive, + STATE(733), 1, + sym__type_specifier, + STATE(786), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1045), 1, + sym__declaration_specifiers, + ACTIONS(1607), 2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + ACTIONS(47), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(43), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + STATE(909), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + ACTIONS(45), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + STATE(669), 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(432), 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, + [4061] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(41), 1, + anon_sym_LBRACE, + ACTIONS(81), 1, + anon_sym_sizeof, + ACTIONS(83), 1, + anon_sym_offsetof, + ACTIONS(85), 1, + anon_sym__Generic, + ACTIONS(89), 1, + sym_number_literal, + ACTIONS(1378), 1, + sym_identifier, + ACTIONS(1611), 1, + anon_sym_RPAREN, + STATE(499), 1, + sym_string_literal, + STATE(728), 1, + sym__expression, + STATE(1258), 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(87), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(95), 3, + sym_true, + sym_false, + sym_null, + ACTIONS(91), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(93), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(636), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(635), 13, + sym_conditional_expression, + sym_assignment_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_offsetof_expression, + sym_generic_expression, + sym_gnu_asm_expression, + sym_compound_literal_expression, + sym_char_literal, + sym_concatenated_string, + [4159] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1554), 1, + sym_identifier, ACTIONS(1574), 1, anon_sym___attribute__, ACTIONS(1577), 1, @@ -51727,19 +52059,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(1598), 1, anon_sym_union, - STATE(764), 1, + ACTIONS(1613), 1, + aux_sym_preproc_def_token1, + ACTIONS(1616), 1, + aux_sym_preproc_if_token1, + ACTIONS(1622), 1, + sym_preproc_directive, + ACTIONS(1625), 1, + anon_sym_RBRACE, + STATE(733), 1, sym__type_specifier, - STATE(818), 1, + STATE(786), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1041), 1, + STATE(1042), 1, sym__declaration_specifiers, - ACTIONS(1565), 2, + ACTIONS(1619), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - ACTIONS(1563), 3, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, ACTIONS(1586), 4, anon_sym_signed, anon_sym_unsigned, @@ -51751,7 +52087,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(905), 5, + STATE(909), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -51764,7 +52100,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - STATE(665), 7, + STATE(669), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -51772,7 +52108,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - STATE(424), 8, + STATE(427), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, @@ -51781,7 +52117,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, - [3961] = 23, + [4259] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -51800,21 +52136,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1482), 1, sym_identifier, - ACTIONS(1601), 1, + ACTIONS(1627), 1, aux_sym_preproc_def_token1, - ACTIONS(1603), 1, + ACTIONS(1629), 1, aux_sym_preproc_if_token1, - ACTIONS(1607), 1, + ACTIONS(1633), 1, sym_preproc_directive, - ACTIONS(1609), 1, + ACTIONS(1635), 1, anon_sym_RBRACE, - STATE(764), 1, + STATE(733), 1, sym__type_specifier, - STATE(818), 1, + STATE(786), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1031), 1, + STATE(1042), 1, sym__declaration_specifiers, - ACTIONS(1605), 2, + ACTIONS(1631), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, ACTIONS(47), 4, @@ -51828,7 +52164,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(905), 5, + STATE(909), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -51841,7 +52177,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - STATE(665), 7, + STATE(669), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -51849,7 +52185,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - STATE(426), 8, + STATE(427), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, @@ -51858,7 +52194,83 @@ 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, - [4061] = 23, + [4359] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(41), 1, + anon_sym_LBRACE, + ACTIONS(81), 1, + anon_sym_sizeof, + ACTIONS(83), 1, + anon_sym_offsetof, + ACTIONS(85), 1, + anon_sym__Generic, + ACTIONS(89), 1, + sym_number_literal, + ACTIONS(1378), 1, + sym_identifier, + ACTIONS(1637), 1, + anon_sym_RPAREN, + STATE(499), 1, + sym_string_literal, + STATE(716), 1, + sym__expression, + STATE(1243), 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(87), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(95), 3, + sym_true, + sym_false, + sym_null, + ACTIONS(91), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(93), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(636), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(635), 13, + sym_conditional_expression, + sym_assignment_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_offsetof_expression, + sym_generic_expression, + sym_gnu_asm_expression, + sym_compound_literal_expression, + sym_char_literal, + sym_concatenated_string, + [4457] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -51881,94 +52293,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_preproc_def_token1, ACTIONS(1603), 1, aux_sym_preproc_if_token1, - ACTIONS(1607), 1, + ACTIONS(1609), 1, sym_preproc_directive, - ACTIONS(1611), 1, - anon_sym_RBRACE, - STATE(764), 1, - sym__type_specifier, - STATE(818), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1031), 1, - sym__declaration_specifiers, - ACTIONS(1605), 2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - ACTIONS(47), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(43), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - STATE(905), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - ACTIONS(45), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - STATE(665), 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(428), 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, - [4161] = 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(886), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1482), 1, - sym_identifier, - ACTIONS(1613), 1, - aux_sym_preproc_def_token1, - ACTIONS(1615), 1, - aux_sym_preproc_if_token1, - ACTIONS(1617), 1, + ACTIONS(1639), 1, aux_sym_preproc_if_token2, - ACTIONS(1621), 1, - sym_preproc_directive, - STATE(764), 1, + STATE(733), 1, sym__type_specifier, - STATE(818), 1, + STATE(786), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1035), 1, + STATE(1045), 1, sym__declaration_specifiers, - ACTIONS(1619), 2, + ACTIONS(1607), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, ACTIONS(47), 4, @@ -51982,7 +52317,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(905), 5, + STATE(909), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -51995,84 +52330,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - STATE(665), 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(429), 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, - [4261] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1554), 1, - sym_identifier, - ACTIONS(1574), 1, - anon_sym___attribute__, - ACTIONS(1577), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1580), 1, - anon_sym___declspec, - ACTIONS(1589), 1, - sym_primitive_type, - ACTIONS(1592), 1, - anon_sym_enum, - ACTIONS(1595), 1, - anon_sym_struct, - ACTIONS(1598), 1, - anon_sym_union, - ACTIONS(1623), 1, - aux_sym_preproc_def_token1, - ACTIONS(1626), 1, - aux_sym_preproc_if_token1, - ACTIONS(1632), 1, - sym_preproc_directive, - ACTIONS(1635), 1, - anon_sym_RBRACE, - STATE(764), 1, - sym__type_specifier, - STATE(818), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1031), 1, - sym__declaration_specifiers, - ACTIONS(1629), 2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - ACTIONS(1586), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(1571), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - STATE(905), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - ACTIONS(1583), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - STATE(665), 7, + STATE(669), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -52080,7 +52338,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - STATE(428), 8, + STATE(425), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, @@ -52089,7 +52347,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, - [4361] = 23, + [4557] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -52108,21 +52366,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1482), 1, sym_identifier, - ACTIONS(1613), 1, + ACTIONS(1627), 1, aux_sym_preproc_def_token1, - ACTIONS(1615), 1, + ACTIONS(1629), 1, aux_sym_preproc_if_token1, - ACTIONS(1621), 1, + ACTIONS(1633), 1, sym_preproc_directive, - ACTIONS(1637), 1, - aux_sym_preproc_if_token2, - STATE(764), 1, + ACTIONS(1641), 1, + anon_sym_RBRACE, + STATE(733), 1, sym__type_specifier, - STATE(818), 1, + STATE(786), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1035), 1, + STATE(1042), 1, sym__declaration_specifiers, - ACTIONS(1619), 2, + ACTIONS(1631), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, ACTIONS(47), 4, @@ -52136,7 +52394,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(905), 5, + STATE(909), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -52149,7 +52407,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - STATE(665), 7, + STATE(669), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -52157,7 +52415,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - STATE(430), 8, + STATE(428), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, @@ -52166,7 +52424,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, - [4461] = 23, + [4657] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(1554), 1, @@ -52187,19 +52445,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(1598), 1, anon_sym_union, - ACTIONS(1639), 1, + ACTIONS(1643), 1, aux_sym_preproc_def_token1, - ACTIONS(1642), 1, + ACTIONS(1646), 1, aux_sym_preproc_if_token1, - ACTIONS(1648), 1, + ACTIONS(1652), 1, sym_preproc_directive, - STATE(764), 1, + STATE(733), 1, sym__type_specifier, - STATE(818), 1, + STATE(786), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1035), 1, + STATE(1045), 1, sym__declaration_specifiers, - ACTIONS(1645), 2, + ACTIONS(1649), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, ACTIONS(1586), 4, @@ -52213,7 +52471,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(905), 5, + STATE(909), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -52226,7 +52484,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - STATE(665), 7, + STATE(669), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -52234,7 +52492,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - STATE(430), 8, + STATE(432), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, @@ -52243,7 +52501,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, - [4561] = 21, + [4757] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -52256,16 +52514,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(908), 1, - anon_sym_LBRACE, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - STATE(479), 1, + ACTIONS(1655), 1, + anon_sym_RPAREN, + STATE(499), 1, sym_string_literal, - STATE(809), 1, + STATE(807), 1, sym__expression, - STATE(1339), 1, - sym_initializer_list, + STATE(1506), 1, + sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, @@ -52303,7 +52561,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -52317,7 +52575,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [4656] = 21, + [4852] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -52330,15 +52588,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1651), 1, + ACTIONS(1657), 1, anon_sym_RPAREN, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(785), 1, + STATE(814), 1, sym__expression, - STATE(1380), 1, + STATE(1364), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -52377,7 +52635,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -52391,11 +52649,13 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [4751] = 21, + [4947] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, + ACTIONS(41), 1, + anon_sym_LBRACE, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(83), 1, @@ -52404,15 +52664,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1653), 1, - anon_sym_SEMI, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(823), 1, + STATE(774), 1, + sym__expression, + STATE(1301), 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(87), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(95), 3, + sym_true, + sym_false, + sym_null, + ACTIONS(91), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(93), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(636), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(635), 13, + sym_conditional_expression, + sym_assignment_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_offsetof_expression, + sym_generic_expression, + sym_gnu_asm_expression, + sym_compound_literal_expression, + sym_char_literal, + sym_concatenated_string, + [5042] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, + ACTIONS(83), 1, + anon_sym_offsetof, + ACTIONS(85), 1, + anon_sym__Generic, + ACTIONS(89), 1, + sym_number_literal, + ACTIONS(1378), 1, + sym_identifier, + ACTIONS(1659), 1, + anon_sym_RPAREN, + STATE(499), 1, + sym_string_literal, + STATE(797), 1, sym__expression, - STATE(1513), 1, + STATE(1427), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -52451,7 +52783,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -52465,7 +52797,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [4846] = 21, + [5137] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -52478,16 +52810,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(908), 1, - anon_sym_LBRACE, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - STATE(479), 1, + ACTIONS(1661), 1, + anon_sym_RPAREN, + STATE(499), 1, sym_string_literal, - STATE(604), 1, + STATE(799), 1, sym__expression, - STATE(621), 1, - sym_initializer_list, + STATE(1428), 1, + sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, @@ -52525,7 +52857,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -52539,7 +52871,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [4941] = 21, + [5232] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -52552,15 +52884,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1655), 1, + ACTIONS(1663), 1, anon_sym_SEMI, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(767), 1, + STATE(801), 1, sym__expression, - STATE(1533), 1, + STATE(1500), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -52599,7 +52931,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -52613,7 +52945,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [5036] = 21, + [5327] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -52626,15 +52958,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1657), 1, - anon_sym_RPAREN, - STATE(479), 1, + ACTIONS(1665), 1, + anon_sym_SEMI, + STATE(499), 1, sym_string_literal, - STATE(768), 1, + STATE(776), 1, sym__expression, - STATE(1393), 1, + STATE(1457), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -52673,7 +53005,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -52687,86 +53019,81 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [5131] = 26, + [5422] = 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(886), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1424), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1426), 1, - anon_sym_RPAREN, - ACTIONS(1434), 1, - anon_sym_LBRACK, - ACTIONS(1482), 1, - sym_identifier, - ACTIONS(1659), 1, + ACTIONS(19), 1, anon_sym_LPAREN2, - ACTIONS(1661), 1, + ACTIONS(81), 1, + anon_sym_sizeof, + ACTIONS(83), 1, + anon_sym_offsetof, + ACTIONS(85), 1, + anon_sym__Generic, + ACTIONS(89), 1, + sym_number_literal, + ACTIONS(1378), 1, + sym_identifier, + ACTIONS(1667), 1, + anon_sym_RPAREN, + STATE(499), 1, + sym_string_literal, + STATE(810), 1, + sym__expression, + STATE(1391), 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, - STATE(764), 1, - sym__type_specifier, - STATE(818), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(981), 1, - sym__declaration_specifiers, - STATE(1162), 1, - sym_parameter_list, - STATE(1196), 1, - sym__abstract_declarator, - STATE(1243), 2, - sym_variadic_parameter, - sym_parameter_declaration, - ACTIONS(47), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1175), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - ACTIONS(43), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - STATE(905), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - ACTIONS(45), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - STATE(665), 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, - [5236] = 21, + anon_sym_AMP, + ACTIONS(79), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(87), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(95), 3, + sym_true, + sym_false, + sym_null, + ACTIONS(91), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(93), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(636), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(635), 13, + sym_conditional_expression, + sym_assignment_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_offsetof_expression, + sym_generic_expression, + sym_gnu_asm_expression, + sym_compound_literal_expression, + sym_char_literal, + sym_concatenated_string, + [5517] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -52779,15 +53106,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1663), 1, + ACTIONS(1669), 1, anon_sym_SEMI, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(805), 1, + STATE(796), 1, sym__expression, - STATE(1524), 1, + STATE(1483), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -52826,7 +53153,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -52840,7 +53167,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [5331] = 21, + [5612] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -52853,15 +53180,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1665), 1, - anon_sym_SEMI, - STATE(479), 1, + ACTIONS(1671), 1, + anon_sym_RPAREN, + STATE(499), 1, sym_string_literal, - STATE(806), 1, + STATE(773), 1, sym__expression, - STATE(1521), 1, + STATE(1435), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -52900,7 +53227,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -52914,7 +53241,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [5426] = 21, + [5707] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -52927,16 +53254,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(908), 1, + anon_sym_LBRACE, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1667), 1, - anon_sym_RPAREN, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(776), 1, + STATE(610), 1, + sym_initializer_list, + STATE(611), 1, sym__expression, - STATE(1396), 1, - sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, @@ -52974,7 +53301,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -52988,7 +53315,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [5521] = 21, + [5802] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -53001,15 +53328,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1669), 1, - anon_sym_RPAREN, - STATE(479), 1, + ACTIONS(1673), 1, + anon_sym_SEMI, + STATE(499), 1, sym_string_literal, - STATE(769), 1, + STATE(766), 1, sym__expression, - STATE(1426), 1, + STATE(1502), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -53048,7 +53375,81 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, + sym_conditional_expression, + sym_assignment_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_offsetof_expression, + sym_generic_expression, + sym_gnu_asm_expression, + sym_compound_literal_expression, + sym_char_literal, + sym_concatenated_string, + [5897] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(83), 1, + anon_sym_offsetof, + ACTIONS(85), 1, + anon_sym__Generic, + ACTIONS(89), 1, + sym_number_literal, + ACTIONS(894), 1, + sym_identifier, + ACTIONS(908), 1, + anon_sym_LBRACE, + ACTIONS(968), 1, + anon_sym_LPAREN2, + ACTIONS(978), 1, + anon_sym_sizeof, + STATE(499), 1, + sym_string_literal, + STATE(610), 1, + sym_initializer_list, + STATE(655), 1, + sym__expression, + ACTIONS(87), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(970), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(972), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(976), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1388), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(95), 3, + sym_true, + sym_false, + sym_null, + ACTIONS(91), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(93), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(613), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -53062,7 +53463,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [5616] = 21, + [5992] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -53075,15 +53476,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1671), 1, + ACTIONS(1675), 1, anon_sym_RPAREN, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(775), 1, + STATE(803), 1, sym__expression, - STATE(1398), 1, + STATE(1394), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -53122,7 +53523,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -53136,7 +53537,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [5711] = 21, + [6087] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -53149,15 +53550,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1673), 1, + ACTIONS(1677), 1, anon_sym_RPAREN, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(796), 1, + STATE(804), 1, sym__expression, - STATE(1425), 1, + STATE(1542), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -53196,7 +53597,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -53210,7 +53611,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [5806] = 21, + [6182] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -53223,15 +53624,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1675), 1, + ACTIONS(1679), 1, anon_sym_RPAREN, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(779), 1, + STATE(781), 1, sym__expression, - STATE(1387), 1, + STATE(1419), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -53270,7 +53671,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -53284,7 +53685,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [5901] = 21, + [6277] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -53297,15 +53698,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1677), 1, - anon_sym_SEMI, - STATE(479), 1, + ACTIONS(1681), 1, + anon_sym_RPAREN, + STATE(499), 1, sym_string_literal, - STATE(770), 1, + STATE(811), 1, sym__expression, - STATE(1422), 1, + STATE(1389), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -53344,7 +53745,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -53358,7 +53759,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [5996] = 21, + [6372] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -53371,16 +53772,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(908), 1, - anon_sym_LBRACE, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - STATE(479), 1, + ACTIONS(1683), 1, + anon_sym_RPAREN, + STATE(499), 1, sym_string_literal, - STATE(820), 1, + STATE(785), 1, sym__expression, - STATE(1343), 1, - sym_initializer_list, + STATE(1476), 1, + sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, @@ -53418,7 +53819,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -53432,7 +53833,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [6091] = 21, + [6467] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -53445,15 +53846,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1679), 1, - anon_sym_SEMI, - STATE(479), 1, + ACTIONS(1685), 1, + anon_sym_RPAREN, + STATE(499), 1, sym_string_literal, - STATE(792), 1, + STATE(805), 1, sym__expression, - STATE(1414), 1, + STATE(1550), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -53492,7 +53893,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -53506,81 +53907,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [6186] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(83), 1, - anon_sym_offsetof, - ACTIONS(85), 1, - anon_sym__Generic, - ACTIONS(89), 1, - sym_number_literal, - ACTIONS(894), 1, - sym_identifier, - ACTIONS(898), 1, - anon_sym_LPAREN2, - ACTIONS(908), 1, - anon_sym_LBRACE, - ACTIONS(912), 1, - anon_sym_sizeof, - STATE(479), 1, - sym_string_literal, - STATE(604), 1, - sym__expression, - STATE(621), 1, - sym_initializer_list, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(87), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(900), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(902), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(910), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 3, - sym_true, - sym_false, - sym_null, - ACTIONS(91), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(93), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(615), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(608), 13, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_offsetof_expression, - sym_generic_expression, - sym_gnu_asm_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - [6281] = 21, + [6562] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -53593,15 +53920,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1681), 1, - anon_sym_SEMI, - STATE(479), 1, + ACTIONS(1687), 1, + anon_sym_RPAREN, + STATE(499), 1, sym_string_literal, - STATE(808), 1, + STATE(806), 1, sym__expression, - STATE(1519), 1, + STATE(1554), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -53640,7 +53967,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -53654,7 +53981,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [6376] = 21, + [6657] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -53667,15 +53994,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1683), 1, + ACTIONS(1689), 1, anon_sym_RPAREN, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(816), 1, + STATE(808), 1, sym__expression, - STATE(1473), 1, + STATE(1556), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -53714,7 +54041,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -53728,7 +54055,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [6471] = 21, + [6752] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -53741,15 +54068,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1685), 1, + ACTIONS(1691), 1, anon_sym_RPAREN, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(815), 1, + STATE(767), 1, sym__expression, - STATE(1488), 1, + STATE(1411), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -53788,7 +54115,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -53802,7 +54129,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [6566] = 21, + [6847] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -53815,15 +54142,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1687), 1, - anon_sym_SEMI, - STATE(479), 1, + ACTIONS(1693), 1, + anon_sym_RPAREN, + STATE(499), 1, sym_string_literal, - STATE(817), 1, + STATE(768), 1, sym__expression, - STATE(1502), 1, + STATE(1408), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -53862,7 +54189,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -53876,7 +54203,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [6661] = 21, + [6942] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -53889,15 +54216,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1689), 1, - anon_sym_SEMI, - STATE(479), 1, + ACTIONS(1695), 1, + anon_sym_RPAREN, + STATE(499), 1, sym_string_literal, - STATE(822), 1, + STATE(820), 1, sym__expression, - STATE(1499), 1, + STATE(1383), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -53936,7 +54263,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -53950,7 +54277,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [6756] = 21, + [7037] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -53963,15 +54290,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1691), 1, - anon_sym_SEMI, - STATE(479), 1, + ACTIONS(1697), 1, + anon_sym_RPAREN, + STATE(499), 1, sym_string_literal, - STATE(821), 1, + STATE(816), 1, sym__expression, - STATE(1497), 1, + STATE(1569), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -54010,7 +54337,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -54024,81 +54351,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [6851] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(83), 1, - anon_sym_offsetof, - ACTIONS(85), 1, - anon_sym__Generic, - ACTIONS(89), 1, - sym_number_literal, - ACTIONS(894), 1, - sym_identifier, - ACTIONS(908), 1, - anon_sym_LBRACE, - ACTIONS(1016), 1, - anon_sym_LPAREN2, - ACTIONS(1026), 1, - anon_sym_sizeof, - STATE(479), 1, - sym_string_literal, - STATE(621), 1, - sym_initializer_list, - STATE(648), 1, - sym__expression, - ACTIONS(87), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(1018), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1020), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1024), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1388), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 3, - sym_true, - sym_false, - sym_null, - ACTIONS(91), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(93), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(615), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(608), 13, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_offsetof_expression, - sym_generic_expression, - sym_gnu_asm_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - [6946] = 21, + [7132] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -54111,15 +54364,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1693), 1, - anon_sym_RPAREN, - STATE(479), 1, + ACTIONS(1699), 1, + anon_sym_SEMI, + STATE(499), 1, sym_string_literal, - STATE(814), 1, + STATE(809), 1, sym__expression, - STATE(1487), 1, + STATE(1505), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -54158,7 +54411,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -54172,7 +54425,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [7041] = 21, + [7227] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -54185,15 +54438,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1695), 1, + ACTIONS(1701), 1, anon_sym_RPAREN, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(797), 1, + STATE(769), 1, sym__expression, - STATE(1427), 1, + STATE(1437), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -54232,7 +54485,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -54246,7 +54499,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [7136] = 21, + [7322] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -54259,15 +54512,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1697), 1, + ACTIONS(1703), 1, anon_sym_RPAREN, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(800), 1, + STATE(770), 1, sym__expression, - STATE(1428), 1, + STATE(1405), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -54306,81 +54559,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_offsetof_expression, - sym_generic_expression, - sym_gnu_asm_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - [7231] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(83), 1, - anon_sym_offsetof, - ACTIONS(85), 1, - anon_sym__Generic, - ACTIONS(89), 1, - sym_number_literal, - ACTIONS(908), 1, - anon_sym_LBRACE, - ACTIONS(1380), 1, - sym_identifier, - ACTIONS(1382), 1, - anon_sym_LPAREN2, - ACTIONS(1392), 1, - anon_sym_sizeof, - STATE(479), 1, - sym_string_literal, - STATE(621), 1, - sym_initializer_list, - STATE(648), 1, - sym__expression, - ACTIONS(87), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(1384), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1386), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1388), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(1390), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 3, - sym_true, - sym_false, - sym_null, - ACTIONS(91), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(93), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(670), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -54394,7 +54573,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [7326] = 21, + [7417] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -54407,15 +54586,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1699), 1, + ACTIONS(1705), 1, anon_sym_RPAREN, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(777), 1, + STATE(817), 1, sym__expression, - STATE(1392), 1, + STATE(1387), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -54454,7 +54633,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -54468,7 +54647,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [7421] = 21, + [7512] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -54481,15 +54660,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1701), 1, + ACTIONS(1707), 1, anon_sym_SEMI, - STATE(479), 1, + STATE(499), 1, sym_string_literal, STATE(802), 1, sym__expression, - STATE(1452), 1, + STATE(1472), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -54528,7 +54707,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -54542,7 +54721,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [7516] = 21, + [7607] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -54555,15 +54734,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1703), 1, - anon_sym_RPAREN, - STATE(479), 1, + ACTIONS(1709), 1, + anon_sym_SEMI, + STATE(499), 1, sym_string_literal, - STATE(813), 1, + STATE(779), 1, sym__expression, - STATE(1475), 1, + STATE(1366), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -54602,7 +54781,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -54616,7 +54795,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [7611] = 21, + [7702] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -54629,15 +54808,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1705), 1, + ACTIONS(1711), 1, anon_sym_RPAREN, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(790), 1, + STATE(788), 1, sym__expression, - STATE(1391), 1, + STATE(1477), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -54676,7 +54855,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -54690,7 +54869,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [7706] = 21, + [7797] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -54703,15 +54882,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1707), 1, + ACTIONS(1713), 1, anon_sym_RPAREN, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(812), 1, + STATE(791), 1, sym__expression, - STATE(1474), 1, + STATE(1478), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -54750,7 +54929,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -54764,7 +54943,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [7801] = 21, + [7892] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -54777,16 +54956,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(908), 1, + anon_sym_LBRACE, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1709), 1, - anon_sym_RPAREN, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(783), 1, + STATE(818), 1, sym__expression, - STATE(1377), 1, - sym_comma_expression, + STATE(1358), 1, + sym_initializer_list, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, @@ -54824,7 +55003,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -54838,7 +55017,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [7896] = 21, + [7987] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -54851,16 +55030,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(908), 1, + anon_sym_LBRACE, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1711), 1, - anon_sym_SEMI, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(803), 1, + STATE(800), 1, sym__expression, - STATE(1454), 1, - sym_comma_expression, + STATE(1355), 1, + sym_initializer_list, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, @@ -54898,7 +55077,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -54912,44 +55091,118 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [7991] = 21, + [8082] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(83), 1, anon_sym_offsetof, ACTIONS(85), 1, anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(894), 1, sym_identifier, - ACTIONS(1713), 1, - anon_sym_SEMI, - STATE(479), 1, + ACTIONS(898), 1, + anon_sym_LPAREN2, + ACTIONS(908), 1, + anon_sym_LBRACE, + ACTIONS(912), 1, + anon_sym_sizeof, + STATE(499), 1, sym_string_literal, - STATE(765), 1, + STATE(610), 1, + sym_initializer_list, + STATE(611), 1, sym__expression, - STATE(1514), 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, + ACTIONS(87), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(900), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(902), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(910), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(95), 3, + sym_true, + sym_false, + sym_null, + ACTIONS(91), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(93), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(613), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(635), 13, + sym_conditional_expression, + sym_assignment_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_offsetof_expression, + sym_generic_expression, + sym_gnu_asm_expression, + sym_compound_literal_expression, + sym_char_literal, + sym_concatenated_string, + [8177] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(83), 1, + anon_sym_offsetof, + ACTIONS(85), 1, + anon_sym__Generic, + ACTIONS(89), 1, + sym_number_literal, + ACTIONS(908), 1, + anon_sym_LBRACE, + ACTIONS(1380), 1, + sym_identifier, + ACTIONS(1382), 1, + anon_sym_LPAREN2, + ACTIONS(1392), 1, + anon_sym_sizeof, + STATE(499), 1, + sym_string_literal, + STATE(610), 1, + sym_initializer_list, + STATE(655), 1, + sym__expression, ACTIONS(87), 2, anon_sym_asm, anon_sym___asm__, + ACTIONS(1384), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1386), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1388), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(1390), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(95), 3, sym_true, sym_false, @@ -54966,13 +55219,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(636), 5, + STATE(667), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -54986,7 +55239,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [8086] = 21, + [8272] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -54999,15 +55252,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, ACTIONS(1715), 1, - anon_sym_RPAREN, - STATE(479), 1, + anon_sym_SEMI, + STATE(499), 1, sym_string_literal, - STATE(786), 1, + STATE(775), 1, sym__expression, - STATE(1384), 1, + STATE(1455), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -55046,7 +55299,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -55060,7 +55313,86 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [8181] = 21, + [8367] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(33), 1, + anon_sym___attribute__, + ACTIONS(37), 1, + anon_sym___declspec, + ACTIONS(49), 1, + sym_primitive_type, + ACTIONS(51), 1, + anon_sym_enum, + ACTIONS(53), 1, + anon_sym_struct, + ACTIONS(55), 1, + anon_sym_union, + ACTIONS(886), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1424), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1426), 1, + anon_sym_RPAREN, + ACTIONS(1434), 1, + anon_sym_LBRACK, + ACTIONS(1482), 1, + sym_identifier, + ACTIONS(1717), 1, + anon_sym_LPAREN2, + ACTIONS(1719), 1, + anon_sym_STAR, + STATE(733), 1, + sym__type_specifier, + STATE(786), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(982), 1, + sym__declaration_specifiers, + STATE(1176), 1, + sym_parameter_list, + STATE(1198), 1, + sym__abstract_declarator, + STATE(1246), 2, + sym_variadic_parameter, + sym_parameter_declaration, + ACTIONS(47), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1169), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + ACTIONS(43), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + STATE(909), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + ACTIONS(45), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + STATE(669), 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, + [8472] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -55073,15 +55405,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1717), 1, - anon_sym_RPAREN, - STATE(479), 1, + ACTIONS(1721), 1, + anon_sym_SEMI, + STATE(499), 1, sym_string_literal, - STATE(788), 1, + STATE(780), 1, sym__expression, - STATE(1386), 1, + STATE(1461), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -55120,7 +55452,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -55134,7 +55466,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [8276] = 21, + [8567] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -55147,15 +55479,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1719), 1, + ACTIONS(1723), 1, anon_sym_SEMI, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(794), 1, + STATE(765), 1, sym__expression, - STATE(1445), 1, + STATE(1373), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -55194,7 +55526,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -55208,7 +55540,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [8371] = 21, + [8662] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -55221,15 +55553,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1721), 1, - anon_sym_RPAREN, - STATE(479), 1, + ACTIONS(1725), 1, + anon_sym_SEMI, + STATE(499), 1, sym_string_literal, - STATE(811), 1, + STATE(823), 1, sym__expression, - STATE(1471), 1, + STATE(1375), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -55268,7 +55600,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -55282,7 +55614,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [8466] = 21, + [8757] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -55295,15 +55627,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1723), 1, + ACTIONS(1727), 1, anon_sym_RPAREN, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(801), 1, + STATE(821), 1, sym__expression, - STATE(1468), 1, + STATE(1380), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -55342,7 +55674,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -55356,7 +55688,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [8561] = 21, + [8852] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -55369,15 +55701,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1725), 1, - anon_sym_RPAREN, - STATE(479), 1, + ACTIONS(1729), 1, + anon_sym_SEMI, + STATE(499), 1, sym_string_literal, - STATE(773), 1, + STATE(812), 1, sym__expression, - STATE(1408), 1, + STATE(1527), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -55416,7 +55748,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -55430,7 +55762,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [8656] = 21, + [8947] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -55443,15 +55775,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1727), 1, - anon_sym_RPAREN, - STATE(479), 1, + ACTIONS(1731), 1, + anon_sym_SEMI, + STATE(499), 1, sym_string_literal, - STATE(774), 1, + STATE(771), 1, sym__expression, - STATE(1405), 1, + STATE(1438), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -55490,7 +55822,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -55504,7 +55836,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [8751] = 21, + [9042] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -55517,15 +55849,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1729), 1, + ACTIONS(1733), 1, anon_sym_SEMI, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(782), 1, + STATE(813), 1, sym__expression, - STATE(1372), 1, + STATE(1524), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -55564,7 +55896,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -55578,7 +55910,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [8846] = 21, + [9137] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -55591,15 +55923,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1731), 1, + ACTIONS(1735), 1, anon_sym_SEMI, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(807), 1, + STATE(795), 1, sym__expression, - STATE(1458), 1, + STATE(1417), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -55638,7 +55970,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -55652,7 +55984,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [8941] = 21, + [9232] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -55665,15 +55997,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1733), 1, - anon_sym_RPAREN, - STATE(479), 1, + ACTIONS(1737), 1, + anon_sym_SEMI, + STATE(499), 1, sym_string_literal, - STATE(789), 1, + STATE(819), 1, sym__expression, - STATE(1388), 1, + STATE(1522), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -55712,7 +56044,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -55726,7 +56058,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [9036] = 20, + [9327] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -55737,26 +56069,26 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(894), 1, sym_identifier, - ACTIONS(1016), 1, + ACTIONS(968), 1, anon_sym_LPAREN2, - ACTIONS(1026), 1, + ACTIONS(978), 1, anon_sym_sizeof, - ACTIONS(1735), 1, + ACTIONS(1739), 1, anon_sym_RBRACK, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(656), 1, + STATE(650), 1, sym__expression, ACTIONS(87), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1018), 2, + ACTIONS(970), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1020), 2, + ACTIONS(972), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1024), 2, + ACTIONS(976), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1388), 2, @@ -55778,13 +56110,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(615), 5, + STATE(613), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -55798,65 +56130,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [9128] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1737), 1, - sym_identifier, - STATE(497), 2, - sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(93), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(1532), 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(1526), 29, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, - [9192] = 20, + [9419] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -55867,26 +56141,26 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(894), 1, sym_identifier, - ACTIONS(1016), 1, + ACTIONS(968), 1, anon_sym_LPAREN2, - ACTIONS(1026), 1, + ACTIONS(978), 1, anon_sym_sizeof, - ACTIONS(1739), 1, + ACTIONS(1741), 1, anon_sym_RBRACK, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(656), 1, + STATE(650), 1, sym__expression, ACTIONS(87), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1018), 2, + ACTIONS(970), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1020), 2, + ACTIONS(972), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1024), 2, + ACTIONS(976), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1388), 2, @@ -55908,13 +56182,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(615), 5, + STATE(613), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -55928,100 +56202,42 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [9284] = 6, + [9511] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1741), 1, - sym_identifier, - STATE(481), 2, - sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(1748), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(1746), 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(1744), 29, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(19), 1, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, - [9348] = 20, - ACTIONS(3), 1, - sym_comment, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(83), 1, anon_sym_offsetof, ACTIONS(85), 1, anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(894), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1016), 1, - anon_sym_LPAREN2, - ACTIONS(1026), 1, - anon_sym_sizeof, - ACTIONS(1751), 1, - anon_sym_RBRACK, - STATE(479), 1, + ACTIONS(1743), 1, + anon_sym_COLON, + STATE(499), 1, sym_string_literal, - STATE(656), 1, + STATE(863), 1, sym__expression, - ACTIONS(87), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(1018), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1020), 2, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1024), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1388), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, + ACTIONS(79), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(87), 2, + anon_sym_asm, + anon_sym___asm__, ACTIONS(95), 3, sym_true, sym_false, @@ -56038,13 +56254,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(615), 5, + STATE(636), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -56058,7 +56274,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [9440] = 20, + [9603] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -56069,26 +56285,26 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(894), 1, sym_identifier, - ACTIONS(1016), 1, + ACTIONS(968), 1, anon_sym_LPAREN2, - ACTIONS(1026), 1, + ACTIONS(978), 1, anon_sym_sizeof, - ACTIONS(1753), 1, + ACTIONS(1745), 1, anon_sym_RBRACK, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(656), 1, + STATE(650), 1, sym__expression, ACTIONS(87), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1018), 2, + ACTIONS(970), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1020), 2, + ACTIONS(972), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1024), 2, + ACTIONS(976), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1388), 2, @@ -56110,13 +56326,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(615), 5, + STATE(613), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -56130,7 +56346,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [9532] = 20, + [9695] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -56143,13 +56359,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1755), 1, + ACTIONS(1747), 1, anon_sym_COLON, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(840), 1, + STATE(857), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -56188,7 +56404,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -56202,42 +56418,42 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [9624] = 20, + [9787] = 20, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(83), 1, anon_sym_offsetof, ACTIONS(85), 1, anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(894), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1016), 1, - anon_sym_LPAREN2, - ACTIONS(1026), 1, - anon_sym_sizeof, - ACTIONS(1757), 1, - anon_sym_RBRACK, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(656), 1, + STATE(783), 1, sym__expression, - ACTIONS(87), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(1018), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1020), 2, + STATE(1462), 1, + sym_comma_expression, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1024), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1388), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, + ACTIONS(79), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(87), 2, + anon_sym_asm, + anon_sym___asm__, ACTIONS(95), 3, sym_true, sym_false, @@ -56254,13 +56470,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(615), 5, + STATE(636), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -56274,42 +56490,42 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [9716] = 20, + [9879] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(83), 1, anon_sym_offsetof, ACTIONS(85), 1, anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(894), 1, sym_identifier, - ACTIONS(1759), 1, - anon_sym_COLON, - STATE(479), 1, + ACTIONS(968), 1, + anon_sym_LPAREN2, + ACTIONS(978), 1, + anon_sym_sizeof, + ACTIONS(1749), 1, + anon_sym_RBRACK, + STATE(499), 1, sym_string_literal, - STATE(849), 1, + STATE(650), 1, sym__expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(87), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(970), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(79), 2, + ACTIONS(972), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(976), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(87), 2, - anon_sym_asm, - anon_sym___asm__, + ACTIONS(1388), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(95), 3, sym_true, sym_false, @@ -56326,13 +56542,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(636), 5, + STATE(613), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -56346,42 +56562,42 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [9808] = 20, + [9971] = 20, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(83), 1, anon_sym_offsetof, ACTIONS(85), 1, anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(894), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1016), 1, - anon_sym_LPAREN2, - ACTIONS(1026), 1, - anon_sym_sizeof, - ACTIONS(1761), 1, - anon_sym_RBRACK, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(656), 1, + STATE(815), 1, sym__expression, - ACTIONS(87), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(1018), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1020), 2, + STATE(1454), 1, + sym_comma_expression, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1024), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1388), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, + ACTIONS(79), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(87), 2, + anon_sym_asm, + anon_sym___asm__, ACTIONS(95), 3, sym_true, sym_false, @@ -56398,13 +56614,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(615), 5, + STATE(636), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -56418,42 +56634,42 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [9900] = 20, + [10063] = 20, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(83), 1, anon_sym_offsetof, ACTIONS(85), 1, anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(894), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1016), 1, - anon_sym_LPAREN2, - ACTIONS(1026), 1, - anon_sym_sizeof, - ACTIONS(1763), 1, - anon_sym_RBRACK, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(656), 1, + STATE(714), 1, sym__expression, - ACTIONS(87), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(1018), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1020), 2, + STATE(1327), 1, + sym_comma_expression, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1024), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1388), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, + ACTIONS(79), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(87), 2, + anon_sym_asm, + anon_sym___asm__, ACTIONS(95), 3, sym_true, sym_false, @@ -56470,13 +56686,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(615), 5, + STATE(636), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -56490,7 +56706,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [9992] = 20, + [10155] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -56503,13 +56719,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1765), 1, + ACTIONS(1751), 1, anon_sym_COLON, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(871), 1, + STATE(827), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -56548,7 +56764,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -56562,7 +56778,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [10084] = 20, + [10247] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -56573,26 +56789,26 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(894), 1, sym_identifier, - ACTIONS(1016), 1, + ACTIONS(968), 1, anon_sym_LPAREN2, - ACTIONS(1026), 1, + ACTIONS(978), 1, anon_sym_sizeof, - ACTIONS(1767), 1, + ACTIONS(1753), 1, anon_sym_RBRACK, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(656), 1, + STATE(650), 1, sym__expression, ACTIONS(87), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1018), 2, + ACTIONS(970), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1020), 2, + ACTIONS(972), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1024), 2, + ACTIONS(976), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1388), 2, @@ -56614,13 +56830,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(615), 5, + STATE(613), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -56634,114 +56850,100 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [10176] = 20, + [10339] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, - ACTIONS(83), 1, - anon_sym_offsetof, - ACTIONS(85), 1, - anon_sym__Generic, - ACTIONS(89), 1, - sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1755), 1, sym_identifier, - ACTIONS(1769), 1, - anon_sym_COLON, - STATE(479), 1, + STATE(498), 2, sym_string_literal, - STATE(832), 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(87), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(95), 3, - sym_true, - sym_false, - sym_null, - ACTIONS(91), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, + aux_sym_concatenated_string_repeat1, ACTIONS(93), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(636), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(608), 13, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_offsetof_expression, - sym_generic_expression, - sym_gnu_asm_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - [10268] = 20, + ACTIONS(1759), 13, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + ACTIONS(1757), 29, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [10403] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(83), 1, anon_sym_offsetof, ACTIONS(85), 1, anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(894), 1, sym_identifier, - STATE(479), 1, + ACTIONS(968), 1, + anon_sym_LPAREN2, + ACTIONS(978), 1, + anon_sym_sizeof, + ACTIONS(1761), 1, + anon_sym_RBRACK, + STATE(499), 1, sym_string_literal, - STATE(771), 1, + STATE(650), 1, sym__expression, - STATE(1542), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(87), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(970), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(79), 2, + ACTIONS(972), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(976), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(87), 2, - anon_sym_asm, - anon_sym___asm__, + ACTIONS(1388), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(95), 3, sym_true, sym_false, @@ -56758,13 +56960,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(636), 5, + STATE(613), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -56778,42 +56980,42 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [10360] = 20, + [10495] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(83), 1, anon_sym_offsetof, ACTIONS(85), 1, anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(894), 1, sym_identifier, - ACTIONS(1771), 1, - anon_sym_RPAREN, - STATE(479), 1, + ACTIONS(968), 1, + anon_sym_LPAREN2, + ACTIONS(978), 1, + anon_sym_sizeof, + ACTIONS(1763), 1, + anon_sym_RBRACK, + STATE(499), 1, sym_string_literal, - STATE(713), 1, + STATE(650), 1, sym__expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(87), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(970), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(79), 2, + ACTIONS(972), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(976), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(87), 2, - anon_sym_asm, - anon_sym___asm__, + ACTIONS(1388), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(95), 3, sym_true, sym_false, @@ -56830,13 +57032,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(636), 5, + STATE(613), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -56850,42 +57052,42 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [10452] = 20, + [10587] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(83), 1, anon_sym_offsetof, ACTIONS(85), 1, anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(894), 1, sym_identifier, - STATE(479), 1, + ACTIONS(968), 1, + anon_sym_LPAREN2, + ACTIONS(978), 1, + anon_sym_sizeof, + ACTIONS(1765), 1, + anon_sym_RBRACK, + STATE(499), 1, sym_string_literal, - STATE(748), 1, + STATE(650), 1, sym__expression, - STATE(1308), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(87), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(970), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(79), 2, + ACTIONS(972), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(976), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(87), 2, - anon_sym_asm, - anon_sym___asm__, + ACTIONS(1388), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(95), 3, sym_true, sym_false, @@ -56902,13 +57104,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(636), 5, + STATE(613), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -56922,7 +57124,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [10544] = 20, + [10679] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -56935,13 +57137,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1773), 1, - anon_sym_RPAREN, - STATE(479), 1, + ACTIONS(1767), 1, + anon_sym_COLON, + STATE(499), 1, sym_string_literal, - STATE(753), 1, + STATE(830), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -56980,7 +57182,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -56994,7 +57196,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [10636] = 20, + [10771] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -57005,26 +57207,26 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(894), 1, sym_identifier, - ACTIONS(1016), 1, + ACTIONS(968), 1, anon_sym_LPAREN2, - ACTIONS(1026), 1, + ACTIONS(978), 1, anon_sym_sizeof, - ACTIONS(1775), 1, + ACTIONS(1769), 1, anon_sym_RBRACK, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(656), 1, + STATE(650), 1, sym__expression, ACTIONS(87), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1018), 2, + ACTIONS(970), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1020), 2, + ACTIONS(972), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1024), 2, + ACTIONS(976), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1388), 2, @@ -57046,13 +57248,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(615), 5, + STATE(613), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -57066,12 +57268,70 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [10728] = 6, + [10863] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1777), 1, + ACTIONS(1771), 1, sym_identifier, - STATE(481), 2, + STATE(498), 2, + sym_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(1778), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(1776), 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(1774), 29, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [10927] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1781), 1, + sym_identifier, + STATE(492), 2, sym_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(93), 5, @@ -57080,7 +57340,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(1781), 13, + ACTIONS(1532), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -57094,7 +57354,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1779), 29, + ACTIONS(1526), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -57124,7 +57384,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [10792] = 20, + [10991] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -57135,26 +57395,26 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(894), 1, sym_identifier, - ACTIONS(1016), 1, + ACTIONS(968), 1, anon_sym_LPAREN2, - ACTIONS(1026), 1, + ACTIONS(978), 1, anon_sym_sizeof, ACTIONS(1783), 1, anon_sym_RBRACK, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(656), 1, + STATE(650), 1, sym__expression, ACTIONS(87), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1018), 2, + ACTIONS(970), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1020), 2, + ACTIONS(972), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1024), 2, + ACTIONS(976), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1388), 2, @@ -57176,85 +57436,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(615), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(608), 13, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_offsetof_expression, - sym_generic_expression, - sym_gnu_asm_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - [10884] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, - ACTIONS(83), 1, - anon_sym_offsetof, - ACTIONS(85), 1, - anon_sym__Generic, - ACTIONS(89), 1, - sym_number_literal, - ACTIONS(1374), 1, - sym_identifier, - STATE(479), 1, - sym_string_literal, - STATE(810), 1, - sym__expression, - STATE(1459), 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(87), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(95), 3, - sym_true, - sym_false, - sym_null, - ACTIONS(91), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(93), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(636), 5, + STATE(613), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -57268,7 +57456,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [10976] = 19, + [11083] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -57277,29 +57465,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1380), 1, + ACTIONS(894), 1, sym_identifier, - ACTIONS(1392), 1, - anon_sym_sizeof, - ACTIONS(1785), 1, + ACTIONS(898), 1, anon_sym_LPAREN2, - STATE(479), 1, + ACTIONS(912), 1, + anon_sym_sizeof, + STATE(499), 1, sym_string_literal, - STATE(869), 1, + STATE(589), 1, sym__expression, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(87), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1384), 2, + ACTIONS(900), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1386), 2, + ACTIONS(902), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1388), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(1390), 2, + ACTIONS(910), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(95), 3, @@ -57318,13 +57506,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(670), 5, + STATE(613), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -57338,40 +57526,40 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [11065] = 19, + [11172] = 19, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(83), 1, anon_sym_offsetof, ACTIONS(85), 1, anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(894), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1016), 1, - anon_sym_LPAREN2, - ACTIONS(1026), 1, - anon_sym_sizeof, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(644), 1, + STATE(684), 1, sym__expression, - ACTIONS(87), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(1018), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1020), 2, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1024), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1388), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, + ACTIONS(79), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(87), 2, + anon_sym_asm, + anon_sym___asm__, ACTIONS(95), 3, sym_true, sym_false, @@ -57388,13 +57576,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(615), 5, + STATE(636), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -57408,7 +57596,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [11154] = 19, + [11261] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -57421,11 +57609,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(628), 1, + STATE(849), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -57464,7 +57652,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -57478,40 +57666,40 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [11243] = 19, + [11350] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(83), 1, anon_sym_offsetof, ACTIONS(85), 1, anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(894), 1, sym_identifier, - STATE(479), 1, + ACTIONS(898), 1, + anon_sym_LPAREN2, + ACTIONS(912), 1, + anon_sym_sizeof, + STATE(499), 1, sym_string_literal, - STATE(834), 1, + STATE(594), 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(87), 2, anon_sym_asm, anon_sym___asm__, + ACTIONS(900), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(902), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(910), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(95), 3, sym_true, sym_false, @@ -57528,13 +57716,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(636), 5, + STATE(613), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -57548,7 +57736,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [11332] = 19, + [11439] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -57563,9 +57751,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(912), 1, anon_sym_sizeof, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(607), 1, + STATE(592), 1, sym__expression, ACTIONS(25), 2, anon_sym_STAR, @@ -57598,13 +57786,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(615), 5, + STATE(613), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -57618,7 +57806,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [11421] = 19, + [11528] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -57633,9 +57821,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(912), 1, anon_sym_sizeof, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(609), 1, + STATE(591), 1, sym__expression, ACTIONS(25), 2, anon_sym_STAR, @@ -57668,13 +57856,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(615), 5, + STATE(613), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -57688,40 +57876,40 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [11510] = 19, + [11617] = 19, ACTIONS(3), 1, sym_comment, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(83), 1, anon_sym_offsetof, ACTIONS(85), 1, anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(894), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(898), 1, + ACTIONS(1785), 1, anon_sym_LPAREN2, - ACTIONS(912), 1, - anon_sym_sizeof, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(589), 1, + STATE(686), 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(87), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(900), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(902), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(910), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(95), 3, sym_true, sym_false, @@ -57738,13 +57926,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(615), 5, + STATE(636), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -57758,7 +57946,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [11599] = 19, + [11706] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -57773,9 +57961,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(912), 1, anon_sym_sizeof, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(590), 1, + STATE(616), 1, sym__expression, ACTIONS(25), 2, anon_sym_STAR, @@ -57808,13 +57996,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(615), 5, + STATE(613), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -57828,7 +58016,77 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [11688] = 19, + [11795] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, + ACTIONS(83), 1, + anon_sym_offsetof, + ACTIONS(85), 1, + anon_sym__Generic, + ACTIONS(89), 1, + sym_number_literal, + ACTIONS(1378), 1, + sym_identifier, + STATE(499), 1, + sym_string_literal, + STATE(784), 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(87), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(95), 3, + sym_true, + sym_false, + sym_null, + ACTIONS(91), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(93), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(636), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(635), 13, + sym_conditional_expression, + sym_assignment_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_offsetof_expression, + sym_generic_expression, + sym_gnu_asm_expression, + sym_compound_literal_expression, + sym_char_literal, + sym_concatenated_string, + [11884] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -57843,9 +58101,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(912), 1, anon_sym_sizeof, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(611), 1, + STATE(627), 1, sym__expression, ACTIONS(25), 2, anon_sym_STAR, @@ -57878,13 +58136,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(615), 5, + STATE(613), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -57898,40 +58156,40 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [11777] = 19, + [11973] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(83), 1, anon_sym_offsetof, ACTIONS(85), 1, anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(894), 1, sym_identifier, - STATE(479), 1, + ACTIONS(898), 1, + anon_sym_LPAREN2, + ACTIONS(912), 1, + anon_sym_sizeof, + STATE(499), 1, sym_string_literal, - STATE(795), 1, + STATE(598), 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(87), 2, anon_sym_asm, anon_sym___asm__, + ACTIONS(900), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(902), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(910), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(95), 3, sym_true, sym_false, @@ -57948,13 +58206,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(636), 5, + STATE(613), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -57968,7 +58226,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [11866] = 19, + [12062] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -57977,29 +58235,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1380), 1, + ACTIONS(894), 1, sym_identifier, - ACTIONS(1382), 1, + ACTIONS(898), 1, anon_sym_LPAREN2, - ACTIONS(1392), 1, + ACTIONS(912), 1, anon_sym_sizeof, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(855), 1, + STATE(620), 1, sym__expression, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(87), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1384), 2, + ACTIONS(900), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1386), 2, + ACTIONS(902), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1388), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(1390), 2, + ACTIONS(910), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(95), 3, @@ -58018,13 +58276,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(670), 5, + STATE(613), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -58038,7 +58296,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [11955] = 19, + [12151] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -58053,7 +58311,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(912), 1, anon_sym_sizeof, - STATE(479), 1, + STATE(499), 1, sym_string_literal, STATE(612), 1, sym__expression, @@ -58088,13 +58346,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(615), 5, + STATE(613), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -58108,7 +58366,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [12044] = 19, + [12240] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -58123,9 +58381,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(912), 1, anon_sym_sizeof, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(613), 1, + STATE(602), 1, sym__expression, ACTIONS(25), 2, anon_sym_STAR, @@ -58158,13 +58416,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(615), 5, + STATE(613), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -58178,7 +58436,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [12133] = 19, + [12329] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -58187,29 +58445,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1380), 1, + ACTIONS(894), 1, sym_identifier, - ACTIONS(1382), 1, + ACTIONS(898), 1, anon_sym_LPAREN2, - ACTIONS(1392), 1, + ACTIONS(912), 1, anon_sym_sizeof, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(657), 1, + STATE(595), 1, sym__expression, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(87), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1384), 2, + ACTIONS(900), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1386), 2, + ACTIONS(902), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1388), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(1390), 2, + ACTIONS(910), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(95), 3, @@ -58228,13 +58486,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(670), 5, + STATE(613), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -58248,7 +58506,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [12222] = 19, + [12418] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -58263,9 +58521,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(912), 1, anon_sym_sizeof, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(614), 1, + STATE(623), 1, sym__expression, ACTIONS(25), 2, anon_sym_STAR, @@ -58298,13 +58556,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(615), 5, + STATE(613), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -58318,7 +58576,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [12311] = 19, + [12507] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -58333,9 +58591,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(1392), 1, anon_sym_sizeof, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(649), 1, + STATE(840), 1, sym__expression, ACTIONS(87), 2, anon_sym_asm, @@ -58368,13 +58626,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(670), 5, + STATE(667), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -58388,7 +58646,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [12400] = 19, + [12596] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -58403,9 +58661,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(1392), 1, anon_sym_sizeof, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(852), 1, + STATE(847), 1, sym__expression, ACTIONS(87), 2, anon_sym_asm, @@ -58438,13 +58696,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(670), 5, + STATE(667), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -58458,7 +58716,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [12489] = 19, + [12685] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -58471,11 +58729,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(597), 1, + STATE(697), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -58514,7 +58772,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -58528,7 +58786,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [12578] = 19, + [12774] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -58537,31 +58795,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1380), 1, + ACTIONS(894), 1, sym_identifier, - ACTIONS(1382), 1, + ACTIONS(968), 1, anon_sym_LPAREN2, - ACTIONS(1392), 1, + ACTIONS(978), 1, anon_sym_sizeof, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(850), 1, + STATE(646), 1, sym__expression, ACTIONS(87), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1384), 2, + ACTIONS(970), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1386), 2, + ACTIONS(972), 2, anon_sym_BANG, anon_sym_TILDE, + ACTIONS(976), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(1388), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(1390), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(95), 3, sym_true, sym_false, @@ -58578,13 +58836,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(670), 5, + STATE(613), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -58598,79 +58856,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [12667] = 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(886), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1482), 1, - sym_identifier, - ACTIONS(1787), 1, - anon_sym_LBRACE, - STATE(660), 1, - sym_ms_call_modifier, - STATE(764), 1, - sym__type_specifier, - STATE(818), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1046), 1, - sym__declaration_specifiers, - STATE(134), 3, - sym_function_definition, - sym_declaration, - sym_declaration_list, - ACTIONS(47), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(43), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - STATE(905), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - ACTIONS(39), 6, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - ACTIONS(45), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - STATE(665), 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, - [12760] = 19, + [12863] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -58679,29 +58865,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(894), 1, + ACTIONS(1380), 1, sym_identifier, - ACTIONS(898), 1, + ACTIONS(1382), 1, anon_sym_LPAREN2, - ACTIONS(912), 1, + ACTIONS(1392), 1, anon_sym_sizeof, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(597), 1, + STATE(854), 1, sym__expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(87), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(900), 2, + ACTIONS(1384), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(902), 2, + ACTIONS(1386), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(910), 2, + ACTIONS(1388), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(1390), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(95), 3, @@ -58720,13 +58906,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(615), 5, + STATE(667), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -58740,7 +58926,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [12849] = 19, + [12952] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -58749,29 +58935,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1380), 1, + ACTIONS(894), 1, sym_identifier, - ACTIONS(1382), 1, + ACTIONS(898), 1, anon_sym_LPAREN2, - ACTIONS(1392), 1, + ACTIONS(912), 1, anon_sym_sizeof, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(830), 1, + STATE(633), 1, sym__expression, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(87), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1384), 2, + ACTIONS(900), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1386), 2, + ACTIONS(902), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1388), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(1390), 2, + ACTIONS(910), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(95), 3, @@ -58790,13 +58976,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(670), 5, + STATE(613), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -58810,7 +58996,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [12938] = 19, + [13041] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -58819,29 +59005,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1380), 1, + ACTIONS(894), 1, sym_identifier, - ACTIONS(1382), 1, - anon_sym_LPAREN2, - ACTIONS(1392), 1, + ACTIONS(912), 1, anon_sym_sizeof, - STATE(479), 1, + ACTIONS(1787), 1, + anon_sym_LPAREN2, + STATE(499), 1, sym_string_literal, - STATE(829), 1, + STATE(615), 1, sym__expression, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(87), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1384), 2, + ACTIONS(900), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1386), 2, + ACTIONS(902), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1388), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(1390), 2, + ACTIONS(910), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(95), 3, @@ -58860,13 +59046,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(670), 5, + STATE(613), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -58880,7 +59066,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [13027] = 19, + [13130] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -58891,29 +59077,29 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(894), 1, sym_identifier, - ACTIONS(898), 1, + ACTIONS(968), 1, anon_sym_LPAREN2, - ACTIONS(912), 1, + ACTIONS(978), 1, anon_sym_sizeof, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(616), 1, + STATE(654), 1, sym__expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(87), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(900), 2, + ACTIONS(970), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(902), 2, + ACTIONS(972), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(910), 2, + ACTIONS(976), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(1388), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(95), 3, sym_true, sym_false, @@ -58930,13 +59116,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(615), 5, + STATE(613), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -58950,7 +59136,79 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [13116] = 19, + [13219] = 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(886), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1482), 1, + sym_identifier, + ACTIONS(1789), 1, + anon_sym_LBRACE, + STATE(648), 1, + sym_ms_call_modifier, + STATE(733), 1, + sym__type_specifier, + STATE(786), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1034), 1, + sym__declaration_specifiers, + STATE(177), 3, + sym_function_definition, + sym_declaration, + sym_declaration_list, + ACTIONS(47), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(43), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + STATE(909), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + ACTIONS(39), 6, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + ACTIONS(45), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + STATE(669), 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, + [13312] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -58965,9 +59223,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(1392), 1, anon_sym_sizeof, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(868), 1, + STATE(835), 1, sym__expression, ACTIONS(87), 2, anon_sym_asm, @@ -59000,13 +59258,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(670), 5, + STATE(667), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -59020,40 +59278,40 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [13205] = 19, + [13401] = 19, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(83), 1, anon_sym_offsetof, ACTIONS(85), 1, anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1380), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1382), 1, - anon_sym_LPAREN2, - ACTIONS(1392), 1, - anon_sym_sizeof, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(847), 1, + STATE(833), 1, sym__expression, - ACTIONS(87), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(1384), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1386), 2, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1388), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(1390), 2, + ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(87), 2, + anon_sym_asm, + anon_sym___asm__, ACTIONS(95), 3, sym_true, sym_false, @@ -59070,13 +59328,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(670), 5, + STATE(636), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -59090,7 +59348,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [13294] = 19, + [13490] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -59099,31 +59357,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1380), 1, + ACTIONS(894), 1, sym_identifier, - ACTIONS(1382), 1, + ACTIONS(968), 1, anon_sym_LPAREN2, - ACTIONS(1392), 1, + ACTIONS(978), 1, anon_sym_sizeof, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(827), 1, + STATE(657), 1, sym__expression, ACTIONS(87), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1384), 2, + ACTIONS(970), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1386), 2, + ACTIONS(972), 2, anon_sym_BANG, anon_sym_TILDE, + ACTIONS(976), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(1388), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(1390), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(95), 3, sym_true, sym_false, @@ -59140,13 +59398,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(670), 5, + STATE(613), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -59160,7 +59418,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [13383] = 19, + [13579] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -59169,29 +59427,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1380), 1, + ACTIONS(894), 1, sym_identifier, - ACTIONS(1382), 1, + ACTIONS(898), 1, anon_sym_LPAREN2, - ACTIONS(1392), 1, + ACTIONS(912), 1, anon_sym_sizeof, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(825), 1, + STATE(630), 1, sym__expression, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(87), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1384), 2, + ACTIONS(900), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1386), 2, + ACTIONS(902), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1388), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(1390), 2, + ACTIONS(910), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(95), 3, @@ -59210,13 +59468,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(670), 5, + STATE(613), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -59230,40 +59488,40 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [13472] = 19, + [13668] = 19, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(83), 1, anon_sym_offsetof, ACTIONS(85), 1, anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(894), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(898), 1, - anon_sym_LPAREN2, - ACTIONS(912), 1, - anon_sym_sizeof, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(623), 1, + STATE(848), 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(87), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(900), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(902), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(910), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(95), 3, sym_true, sym_false, @@ -59280,13 +59538,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(615), 5, + STATE(636), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -59300,79 +59558,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [13561] = 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(886), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1482), 1, - sym_identifier, - ACTIONS(1789), 1, - anon_sym_LBRACE, - STATE(663), 1, - sym_ms_call_modifier, - STATE(764), 1, - sym__type_specifier, - STATE(818), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1044), 1, - sym__declaration_specifiers, - STATE(332), 3, - sym_function_definition, - sym_declaration, - sym_declaration_list, - ACTIONS(47), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(43), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - STATE(905), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - ACTIONS(39), 6, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - ACTIONS(45), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - STATE(665), 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, - [13654] = 19, + [13757] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -59383,24 +59569,24 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(894), 1, sym_identifier, - ACTIONS(1016), 1, + ACTIONS(968), 1, anon_sym_LPAREN2, - ACTIONS(1026), 1, + ACTIONS(978), 1, anon_sym_sizeof, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(649), 1, + STATE(643), 1, sym__expression, ACTIONS(87), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1018), 2, + ACTIONS(970), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1020), 2, + ACTIONS(972), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1024), 2, + ACTIONS(976), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1388), 2, @@ -59422,13 +59608,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(615), 5, + STATE(613), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -59442,40 +59628,40 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [13743] = 19, + [13846] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(83), 1, anon_sym_offsetof, ACTIONS(85), 1, anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1380), 1, sym_identifier, - STATE(479), 1, + ACTIONS(1382), 1, + anon_sym_LPAREN2, + ACTIONS(1392), 1, + anon_sym_sizeof, + STATE(499), 1, sym_string_literal, - STATE(867), 1, + STATE(859), 1, sym__expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(87), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(1384), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, + ACTIONS(1386), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1388), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(79), 2, + ACTIONS(1390), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(87), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(95), 3, sym_true, sym_false, @@ -59492,13 +59678,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(636), 5, + STATE(667), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -59512,7 +59698,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [13832] = 19, + [13935] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -59525,11 +59711,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(787), 1, + STATE(861), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -59568,7 +59754,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -59582,40 +59768,112 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [13921] = 19, + [14024] = 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(886), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1482), 1, + sym_identifier, + ACTIONS(1791), 1, + anon_sym_LBRACE, + STATE(644), 1, + sym_ms_call_modifier, + STATE(733), 1, + sym__type_specifier, + STATE(786), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1036), 1, + sym__declaration_specifiers, + STATE(315), 3, + sym_function_definition, + sym_declaration, + sym_declaration_list, + ACTIONS(47), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(43), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + STATE(909), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + ACTIONS(39), 6, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + ACTIONS(45), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + STATE(669), 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, + [14117] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(83), 1, anon_sym_offsetof, ACTIONS(85), 1, anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1380), 1, sym_identifier, - STATE(479), 1, + ACTIONS(1382), 1, + anon_sym_LPAREN2, + ACTIONS(1392), 1, + anon_sym_sizeof, + STATE(499), 1, sym_string_literal, - STATE(793), 1, + STATE(651), 1, sym__expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(87), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(1384), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, + ACTIONS(1386), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1388), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(79), 2, + ACTIONS(1390), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(87), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(95), 3, sym_true, sym_false, @@ -59632,13 +59890,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(636), 5, + STATE(667), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -59652,7 +59910,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [14010] = 19, + [14206] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -59667,9 +59925,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(1392), 1, anon_sym_sizeof, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(843), 1, + STATE(661), 1, sym__expression, ACTIONS(87), 2, anon_sym_asm, @@ -59702,13 +59960,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(670), 5, + STATE(667), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -59722,40 +59980,40 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [14099] = 19, + [14295] = 19, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(83), 1, anon_sym_offsetof, ACTIONS(85), 1, anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1380), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1382), 1, - anon_sym_LPAREN2, - ACTIONS(1392), 1, - anon_sym_sizeof, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(845), 1, + STATE(682), 1, sym__expression, - ACTIONS(87), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(1384), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1386), 2, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1388), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(1390), 2, + ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(87), 2, + anon_sym_asm, + anon_sym___asm__, ACTIONS(95), 3, sym_true, sym_false, @@ -59772,13 +60030,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(670), 5, + STATE(636), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -59792,7 +60050,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [14188] = 19, + [14384] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -59805,11 +60063,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(690), 1, + STATE(871), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -59848,7 +60106,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -59862,7 +60120,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [14277] = 19, + [14473] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -59871,31 +60129,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1380), 1, + ACTIONS(894), 1, sym_identifier, - ACTIONS(1382), 1, + ACTIONS(968), 1, anon_sym_LPAREN2, - ACTIONS(1392), 1, + ACTIONS(978), 1, anon_sym_sizeof, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(851), 1, + STATE(650), 1, sym__expression, ACTIONS(87), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1384), 2, + ACTIONS(970), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1386), 2, + ACTIONS(972), 2, anon_sym_BANG, anon_sym_TILDE, + ACTIONS(976), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(1388), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(1390), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(95), 3, sym_true, sym_false, @@ -59912,13 +60170,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(670), 5, + STATE(613), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -59932,7 +60190,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [14366] = 19, + [14562] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -59941,29 +60199,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(894), 1, + ACTIONS(1380), 1, sym_identifier, - ACTIONS(898), 1, + ACTIONS(1382), 1, anon_sym_LPAREN2, - ACTIONS(912), 1, + ACTIONS(1392), 1, anon_sym_sizeof, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(599), 1, + STATE(660), 1, sym__expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(87), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(900), 2, + ACTIONS(1384), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(902), 2, + ACTIONS(1386), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(910), 2, + ACTIONS(1388), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(1390), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(95), 3, @@ -59982,13 +60240,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(615), 5, + STATE(667), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -60002,40 +60260,40 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [14455] = 19, + [14651] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(83), 1, anon_sym_offsetof, ACTIONS(85), 1, anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1380), 1, sym_identifier, - STATE(479), 1, + ACTIONS(1382), 1, + anon_sym_LPAREN2, + ACTIONS(1392), 1, + anon_sym_sizeof, + STATE(499), 1, sym_string_literal, - STATE(680), 1, + STATE(841), 1, sym__expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(87), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(1384), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, + ACTIONS(1386), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1388), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(79), 2, + ACTIONS(1390), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(87), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(95), 3, sym_true, sym_false, @@ -60052,13 +60310,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(636), 5, + STATE(667), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -60072,40 +60330,40 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [14544] = 19, + [14740] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(83), 1, anon_sym_offsetof, ACTIONS(85), 1, anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1380), 1, sym_identifier, - STATE(479), 1, + ACTIONS(1382), 1, + anon_sym_LPAREN2, + ACTIONS(1392), 1, + anon_sym_sizeof, + STATE(499), 1, sym_string_literal, - STATE(681), 1, + STATE(837), 1, sym__expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(87), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(1384), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, + ACTIONS(1386), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1388), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(79), 2, + ACTIONS(1390), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(87), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(95), 3, sym_true, sym_false, @@ -60122,13 +60380,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(636), 5, + STATE(667), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -60142,7 +60400,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [14633] = 19, + [14829] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -60153,24 +60411,24 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(894), 1, sym_identifier, - ACTIONS(1016), 1, + ACTIONS(968), 1, anon_sym_LPAREN2, - ACTIONS(1026), 1, + ACTIONS(978), 1, anon_sym_sizeof, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(664), 1, + STATE(663), 1, sym__expression, ACTIONS(87), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1018), 2, + ACTIONS(970), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1020), 2, + ACTIONS(972), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1024), 2, + ACTIONS(976), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1388), 2, @@ -60192,13 +60450,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(615), 5, + STATE(613), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -60212,40 +60470,112 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [14722] = 19, + [14918] = 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(886), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1482), 1, + sym_identifier, + ACTIONS(1793), 1, + anon_sym_LBRACE, + STATE(649), 1, + sym_ms_call_modifier, + STATE(733), 1, + sym__type_specifier, + STATE(786), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1031), 1, + sym__declaration_specifiers, + STATE(314), 3, + sym_function_definition, + sym_declaration, + sym_declaration_list, + ACTIONS(47), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(43), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + STATE(909), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + ACTIONS(39), 6, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + ACTIONS(45), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + STATE(669), 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, + [15011] = 19, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(83), 1, anon_sym_offsetof, ACTIONS(85), 1, anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(894), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1016), 1, - anon_sym_LPAREN2, - ACTIONS(1026), 1, - anon_sym_sizeof, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(654), 1, + STATE(700), 1, sym__expression, - ACTIONS(87), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(1018), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1020), 2, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1024), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1388), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, + ACTIONS(79), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(87), 2, + anon_sym_asm, + anon_sym___asm__, ACTIONS(95), 3, sym_true, sym_false, @@ -60262,13 +60592,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(615), 5, + STATE(636), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -60282,7 +60612,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [14811] = 19, + [15100] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -60293,24 +60623,24 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(894), 1, sym_identifier, - ACTIONS(1016), 1, + ACTIONS(968), 1, anon_sym_LPAREN2, - ACTIONS(1026), 1, + ACTIONS(978), 1, anon_sym_sizeof, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(653), 1, + STATE(660), 1, sym__expression, ACTIONS(87), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1018), 2, + ACTIONS(970), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1020), 2, + ACTIONS(972), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1024), 2, + ACTIONS(976), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1388), 2, @@ -60332,13 +60662,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(615), 5, + STATE(613), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -60352,40 +60682,40 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [14900] = 19, + [15189] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(83), 1, anon_sym_offsetof, ACTIONS(85), 1, anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(894), 1, sym_identifier, - STATE(479), 1, + ACTIONS(968), 1, + anon_sym_LPAREN2, + ACTIONS(978), 1, + anon_sym_sizeof, + STATE(499), 1, sym_string_literal, - STATE(835), 1, + STATE(653), 1, sym__expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(87), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(970), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(79), 2, + ACTIONS(972), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(976), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(87), 2, - anon_sym_asm, - anon_sym___asm__, + ACTIONS(1388), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(95), 3, sym_true, sym_false, @@ -60402,13 +60732,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(636), 5, + STATE(613), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -60422,79 +60752,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [14989] = 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(886), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1482), 1, - sym_identifier, - ACTIONS(1791), 1, - anon_sym_LBRACE, - STATE(646), 1, - sym_ms_call_modifier, - STATE(764), 1, - sym__type_specifier, - STATE(818), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1032), 1, - sym__declaration_specifiers, - STATE(328), 3, - sym_function_definition, - sym_declaration, - sym_declaration_list, - ACTIONS(47), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(43), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - STATE(905), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - ACTIONS(39), 6, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - ACTIONS(45), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - STATE(665), 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, - [15082] = 19, + [15278] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -60507,11 +60765,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(778), 1, + STATE(724), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -60550,7 +60808,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -60564,7 +60822,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [15171] = 19, + [15367] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -60575,24 +60833,24 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(894), 1, sym_identifier, - ACTIONS(1016), 1, + ACTIONS(968), 1, anon_sym_LPAREN2, - ACTIONS(1026), 1, + ACTIONS(978), 1, anon_sym_sizeof, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(645), 1, + STATE(661), 1, sym__expression, ACTIONS(87), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1018), 2, + ACTIONS(970), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1020), 2, + ACTIONS(972), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1024), 2, + ACTIONS(976), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1388), 2, @@ -60614,13 +60872,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(615), 5, + STATE(613), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -60634,7 +60892,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [15260] = 19, + [15456] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -60643,31 +60901,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(894), 1, + ACTIONS(1380), 1, sym_identifier, - ACTIONS(1016), 1, - anon_sym_LPAREN2, - ACTIONS(1026), 1, + ACTIONS(1392), 1, anon_sym_sizeof, - STATE(479), 1, + ACTIONS(1795), 1, + anon_sym_LPAREN2, + STATE(499), 1, sym_string_literal, - STATE(647), 1, + STATE(846), 1, sym__expression, ACTIONS(87), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1018), 2, + ACTIONS(1384), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1020), 2, + ACTIONS(1386), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1024), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(1388), 2, anon_sym_STAR, anon_sym_AMP, + ACTIONS(1390), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(95), 3, sym_true, sym_false, @@ -60684,13 +60942,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(615), 5, + STATE(667), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -60704,7 +60962,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [15349] = 19, + [15545] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -60715,24 +60973,24 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(894), 1, sym_identifier, - ACTIONS(1016), 1, + ACTIONS(968), 1, anon_sym_LPAREN2, - ACTIONS(1026), 1, + ACTIONS(978), 1, anon_sym_sizeof, - STATE(479), 1, + STATE(499), 1, sym_string_literal, STATE(642), 1, sym__expression, ACTIONS(87), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1018), 2, + ACTIONS(970), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1020), 2, + ACTIONS(972), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1024), 2, + ACTIONS(976), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1388), 2, @@ -60754,13 +61012,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(615), 5, + STATE(613), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -60774,110 +61032,40 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [15438] = 19, + [15634] = 19, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(83), 1, anon_sym_offsetof, ACTIONS(85), 1, anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(894), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1016), 1, - anon_sym_LPAREN2, - ACTIONS(1026), 1, - anon_sym_sizeof, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(651), 1, + STATE(633), 1, sym__expression, - ACTIONS(87), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(1018), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1020), 2, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1024), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1388), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(95), 3, - sym_true, - sym_false, - sym_null, - ACTIONS(91), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(93), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(615), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(608), 13, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_offsetof_expression, - sym_generic_expression, - sym_gnu_asm_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - [15527] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(83), 1, - anon_sym_offsetof, - ACTIONS(85), 1, - anon_sym__Generic, - ACTIONS(89), 1, - sym_number_literal, - ACTIONS(894), 1, - sym_identifier, - ACTIONS(1016), 1, - anon_sym_LPAREN2, - ACTIONS(1026), 1, - anon_sym_sizeof, - STATE(479), 1, - sym_string_literal, - STATE(652), 1, - sym__expression, + ACTIONS(79), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(87), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1018), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1020), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1024), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1388), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(95), 3, sym_true, sym_false, @@ -60894,13 +61082,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(615), 5, + STATE(636), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -60914,40 +61102,40 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [15616] = 19, + [15723] = 19, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(83), 1, anon_sym_offsetof, ACTIONS(85), 1, anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(894), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1016), 1, - anon_sym_LPAREN2, - ACTIONS(1026), 1, - anon_sym_sizeof, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(659), 1, + STATE(623), 1, sym__expression, - ACTIONS(87), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(1018), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1020), 2, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1024), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1388), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, + ACTIONS(79), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(87), 2, + anon_sym_asm, + anon_sym___asm__, ACTIONS(95), 3, sym_true, sym_false, @@ -60964,13 +61152,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(615), 5, + STATE(636), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -60984,7 +61172,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [15705] = 19, + [15812] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -60997,11 +61185,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(682), 1, + STATE(792), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -61040,7 +61228,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -61054,7 +61242,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [15794] = 19, + [15901] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -61065,24 +61253,24 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(894), 1, sym_identifier, - ACTIONS(1016), 1, + ACTIONS(968), 1, anon_sym_LPAREN2, - ACTIONS(1026), 1, + ACTIONS(978), 1, anon_sym_sizeof, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(662), 1, + STATE(652), 1, sym__expression, ACTIONS(87), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1018), 2, + ACTIONS(970), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1020), 2, + ACTIONS(972), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1024), 2, + ACTIONS(976), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1388), 2, @@ -61104,13 +61292,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(615), 5, + STATE(613), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -61124,40 +61312,40 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [15883] = 19, + [15990] = 19, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(83), 1, anon_sym_offsetof, ACTIONS(85), 1, anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(894), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1016), 1, - anon_sym_LPAREN2, - ACTIONS(1026), 1, - anon_sym_sizeof, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(657), 1, + STATE(862), 1, sym__expression, - ACTIONS(87), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(1018), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1020), 2, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1024), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1388), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, + ACTIONS(79), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(87), 2, + anon_sym_asm, + anon_sym___asm__, ACTIONS(95), 3, sym_true, sym_false, @@ -61174,13 +61362,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(615), 5, + STATE(636), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -61194,7 +61382,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [15972] = 19, + [16079] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -61207,11 +61395,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(857), 1, + STATE(787), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -61250,7 +61438,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -61264,7 +61452,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [16061] = 19, + [16168] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -61277,11 +61465,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(683), 1, + STATE(843), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -61320,7 +61508,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -61334,7 +61522,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [16150] = 19, + [16257] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -61347,11 +61535,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(859), 1, + STATE(693), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -61390,7 +61578,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -61404,7 +61592,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [16239] = 19, + [16346] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -61417,11 +61605,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(755), 1, + STATE(602), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -61460,7 +61648,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -61474,7 +61662,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [16328] = 19, + [16435] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -61487,11 +61675,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(625), 1, + STATE(687), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -61530,7 +61718,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -61544,7 +61732,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [16417] = 19, + [16524] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -61557,11 +61745,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(692), 1, + STATE(698), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -61600,7 +61788,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -61614,79 +61802,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [16506] = 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(886), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1482), 1, - sym_identifier, - ACTIONS(1793), 1, - anon_sym_LBRACE, - STATE(661), 1, - sym_ms_call_modifier, - STATE(764), 1, - sym__type_specifier, - STATE(818), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1039), 1, - sym__declaration_specifiers, - STATE(329), 3, - sym_function_definition, - sym_declaration, - sym_declaration_list, - ACTIONS(47), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(43), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - STATE(905), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - ACTIONS(39), 6, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - ACTIONS(45), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - STATE(665), 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, - [16599] = 19, + [16613] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -61699,11 +61815,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(674), 1, + STATE(704), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -61742,7 +61858,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -61756,40 +61872,40 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [16688] = 19, + [16702] = 19, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(83), 1, anon_sym_offsetof, ACTIONS(85), 1, anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(894), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1016), 1, - anon_sym_LPAREN2, - ACTIONS(1026), 1, - anon_sym_sizeof, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(655), 1, + STATE(674), 1, sym__expression, - ACTIONS(87), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(1018), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1020), 2, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1024), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1388), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, + ACTIONS(79), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(87), 2, + anon_sym_asm, + anon_sym___asm__, ACTIONS(95), 3, sym_true, sym_false, @@ -61806,13 +61922,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(615), 5, + STATE(636), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -61826,7 +61942,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [16777] = 19, + [16791] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -61835,29 +61951,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(894), 1, + ACTIONS(1380), 1, sym_identifier, - ACTIONS(912), 1, - anon_sym_sizeof, - ACTIONS(1795), 1, + ACTIONS(1382), 1, anon_sym_LPAREN2, - STATE(479), 1, + ACTIONS(1392), 1, + anon_sym_sizeof, + STATE(499), 1, sym_string_literal, - STATE(601), 1, + STATE(824), 1, sym__expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(87), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(900), 2, + ACTIONS(1384), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(902), 2, + ACTIONS(1386), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(910), 2, + ACTIONS(1388), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(1390), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(95), 3, @@ -61876,13 +61992,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(615), 5, + STATE(667), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -61896,40 +62012,40 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [16866] = 19, + [16880] = 19, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(83), 1, anon_sym_offsetof, ACTIONS(85), 1, anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(894), 1, + ACTIONS(1378), 1, sym_identifier, - ACTIONS(1026), 1, - anon_sym_sizeof, - ACTIONS(1797), 1, - anon_sym_LPAREN2, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(658), 1, + STATE(702), 1, sym__expression, - ACTIONS(87), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(1018), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1020), 2, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1024), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1388), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, + ACTIONS(79), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(87), 2, + anon_sym_asm, + anon_sym___asm__, ACTIONS(95), 3, sym_true, sym_false, @@ -61946,13 +62062,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(615), 5, + STATE(636), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -61966,7 +62082,79 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [16955] = 19, + [16969] = 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(886), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1482), 1, + sym_identifier, + ACTIONS(1797), 1, + anon_sym_LBRACE, + STATE(659), 1, + sym_ms_call_modifier, + STATE(733), 1, + sym__type_specifier, + STATE(786), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1033), 1, + sym__declaration_specifiers, + STATE(346), 3, + sym_function_definition, + sym_declaration, + sym_declaration_list, + ACTIONS(47), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(43), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + STATE(909), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + ACTIONS(39), 6, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + ACTIONS(45), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + STATE(669), 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, + [17062] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -61975,31 +62163,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1380), 1, + ACTIONS(894), 1, sym_identifier, - ACTIONS(1382), 1, + ACTIONS(968), 1, anon_sym_LPAREN2, - ACTIONS(1392), 1, + ACTIONS(978), 1, anon_sym_sizeof, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(655), 1, + STATE(651), 1, sym__expression, ACTIONS(87), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1384), 2, + ACTIONS(970), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1386), 2, + ACTIONS(972), 2, anon_sym_BANG, anon_sym_TILDE, + ACTIONS(976), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(1388), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(1390), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(95), 3, sym_true, sym_false, @@ -62016,13 +62204,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(670), 5, + STATE(613), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -62036,7 +62224,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [17044] = 19, + [17151] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -62047,24 +62235,24 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(894), 1, sym_identifier, - ACTIONS(1016), 1, + ACTIONS(968), 1, anon_sym_LPAREN2, - ACTIONS(1026), 1, + ACTIONS(978), 1, anon_sym_sizeof, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(656), 1, + STATE(662), 1, sym__expression, ACTIONS(87), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(1018), 2, + ACTIONS(970), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1020), 2, + ACTIONS(972), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1024), 2, + ACTIONS(976), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(1388), 2, @@ -62086,13 +62274,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(615), 5, + STATE(613), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -62106,7 +62294,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [17133] = 19, + [17240] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -62117,99 +62305,29 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(894), 1, sym_identifier, - ACTIONS(898), 1, + ACTIONS(968), 1, anon_sym_LPAREN2, - ACTIONS(912), 1, + ACTIONS(978), 1, anon_sym_sizeof, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(625), 1, + STATE(656), 1, sym__expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(87), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(900), 2, + ACTIONS(970), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(902), 2, + ACTIONS(972), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(910), 2, + ACTIONS(976), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(95), 3, - sym_true, - sym_false, - sym_null, - ACTIONS(91), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(93), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(615), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(608), 13, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_offsetof_expression, - sym_generic_expression, - sym_gnu_asm_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - [17222] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, - ACTIONS(83), 1, - anon_sym_offsetof, - ACTIONS(85), 1, - anon_sym__Generic, - ACTIONS(89), 1, - sym_number_literal, - ACTIONS(1374), 1, - sym_identifier, - STATE(479), 1, - sym_string_literal, - STATE(826), 1, - sym__expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(25), 2, + ACTIONS(1388), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(79), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(87), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(95), 3, sym_true, sym_false, @@ -62226,13 +62344,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(636), 5, + STATE(613), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -62246,7 +62364,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [17311] = 19, + [17329] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -62259,11 +62377,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(679), 1, + STATE(694), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -62302,7 +62420,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -62316,7 +62434,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [17400] = 19, + [17418] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -62331,9 +62449,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(1392), 1, anon_sym_sizeof, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(863), 1, + STATE(842), 1, sym__expression, ACTIONS(87), 2, anon_sym_asm, @@ -62366,13 +62484,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(670), 5, + STATE(667), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -62386,7 +62504,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [17489] = 19, + [17507] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -62399,11 +62517,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1378), 1, sym_identifier, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(693), 1, + STATE(677), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -62442,7 +62560,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -62456,40 +62574,40 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [17578] = 19, + [17596] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(83), 1, anon_sym_offsetof, ACTIONS(85), 1, anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1380), 1, sym_identifier, - ACTIONS(1799), 1, + ACTIONS(1382), 1, anon_sym_LPAREN2, - STATE(479), 1, + ACTIONS(1392), 1, + anon_sym_sizeof, + STATE(499), 1, sym_string_literal, - STATE(688), 1, + STATE(826), 1, sym__expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(87), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(1384), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, + ACTIONS(1386), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1388), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(79), 2, + ACTIONS(1390), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(87), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(95), 3, sym_true, sym_false, @@ -62506,13 +62624,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(636), 5, + STATE(667), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -62526,7 +62644,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [17667] = 19, + [17685] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -62535,29 +62653,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(894), 1, + ACTIONS(1380), 1, sym_identifier, - ACTIONS(898), 1, + ACTIONS(1382), 1, anon_sym_LPAREN2, - ACTIONS(912), 1, + ACTIONS(1392), 1, anon_sym_sizeof, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(628), 1, + STATE(839), 1, sym__expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(87), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(900), 2, + ACTIONS(1384), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(902), 2, + ACTIONS(1386), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(910), 2, + ACTIONS(1388), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(1390), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(95), 3, @@ -62576,13 +62694,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(615), 5, + STATE(667), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -62596,40 +62714,40 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [17756] = 19, + [17774] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(83), 1, anon_sym_offsetof, ACTIONS(85), 1, anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1380), 1, sym_identifier, - STATE(479), 1, + ACTIONS(1382), 1, + anon_sym_LPAREN2, + ACTIONS(1392), 1, + anon_sym_sizeof, + STATE(499), 1, sym_string_literal, - STATE(678), 1, + STATE(868), 1, sym__expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(87), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(1384), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, + ACTIONS(1386), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1388), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(79), 2, + ACTIONS(1390), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(87), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(95), 3, sym_true, sym_false, @@ -62646,13 +62764,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(636), 5, + STATE(667), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -62666,7 +62784,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [17845] = 19, + [17863] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -62681,9 +62799,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(912), 1, anon_sym_sizeof, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(630), 1, + STATE(631), 1, sym__expression, ACTIONS(25), 2, anon_sym_STAR, @@ -62716,13 +62834,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(615), 5, + STATE(613), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -62736,40 +62854,40 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [17934] = 19, + [17952] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(83), 1, anon_sym_offsetof, ACTIONS(85), 1, anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(1380), 1, sym_identifier, - STATE(479), 1, + ACTIONS(1382), 1, + anon_sym_LPAREN2, + ACTIONS(1392), 1, + anon_sym_sizeof, + STATE(499), 1, sym_string_literal, - STATE(696), 1, + STATE(870), 1, sym__expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(87), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(1384), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, + ACTIONS(1386), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1388), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(79), 2, + ACTIONS(1390), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(87), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(95), 3, sym_true, sym_false, @@ -62786,13 +62904,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(636), 5, + STATE(667), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -62806,40 +62924,40 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [18023] = 19, + [18041] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(83), 1, anon_sym_offsetof, ACTIONS(85), 1, anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(894), 1, sym_identifier, - STATE(479), 1, + ACTIONS(978), 1, + anon_sym_sizeof, + ACTIONS(1799), 1, + anon_sym_LPAREN2, + STATE(499), 1, sym_string_literal, - STATE(703), 1, + STATE(658), 1, sym__expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(87), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(970), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(79), 2, + ACTIONS(972), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(976), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(87), 2, - anon_sym_asm, - anon_sym___asm__, + ACTIONS(1388), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(95), 3, sym_true, sym_false, @@ -62856,13 +62974,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(636), 5, + STATE(613), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -62876,40 +62994,40 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [18112] = 19, + [18130] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(83), 1, anon_sym_offsetof, ACTIONS(85), 1, anon_sym__Generic, ACTIONS(89), 1, sym_number_literal, - ACTIONS(1374), 1, + ACTIONS(894), 1, sym_identifier, - STATE(479), 1, + ACTIONS(968), 1, + anon_sym_LPAREN2, + ACTIONS(978), 1, + anon_sym_sizeof, + STATE(499), 1, sym_string_literal, - STATE(848), 1, + STATE(645), 1, sym__expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(87), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(970), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(79), 2, + ACTIONS(972), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(976), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(87), 2, - anon_sym_asm, - anon_sym___asm__, + ACTIONS(1388), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(95), 3, sym_true, sym_false, @@ -62926,13 +63044,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(636), 5, + STATE(613), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -62946,7 +63064,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [18201] = 19, + [18219] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(83), 1, @@ -62961,9 +63079,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(1392), 1, anon_sym_sizeof, - STATE(479), 1, + STATE(499), 1, sym_string_literal, - STATE(856), 1, + STATE(869), 1, sym__expression, ACTIONS(87), 2, anon_sym_asm, @@ -62996,13 +63114,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(670), 5, + STATE(667), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(608), 13, + STATE(635), 13, sym_conditional_expression, sym_assignment_expression, sym_unary_expression, @@ -63016,7 +63134,7 @@ static const uint16_t ts_small_parse_table[] = { sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, - [18290] = 3, + [18308] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1801), 14, @@ -63069,7 +63187,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [18346] = 3, + [18364] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1805), 14, @@ -63122,7 +63240,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [18402] = 9, + [18420] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1528), 1, @@ -63177,10 +63295,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [18466] = 3, + [18484] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1400), 21, + ACTIONS(1811), 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(1809), 30, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [18535] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1809), 21, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -63202,7 +63368,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(1398), 22, + ACTIONS(1811), 22, anon_sym_DASH, anon_sym_PLUS, anon_sym_if, @@ -63225,10 +63391,10 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_null, sym_identifier, - [18517] = 3, + [18586] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1811), 21, + ACTIONS(1396), 21, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -63250,7 +63416,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(1809), 22, + ACTIONS(1394), 22, anon_sym_DASH, anon_sym_PLUS, anon_sym_if, @@ -63273,58 +63439,10 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_null, sym_identifier, - [18568] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1809), 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(1811), 30, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, - [18619] = 3, + [18637] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1396), 21, + ACTIONS(1400), 21, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -63346,7 +63464,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(1394), 22, + ACTIONS(1398), 22, anon_sym_DASH, anon_sym_PLUS, anon_sym_if, @@ -63369,43 +63487,142 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_null, sym_identifier, - [18670] = 13, + [18688] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1817), 2, + ACTIONS(1821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1823), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(1817), 13, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1823), 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(1825), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + ACTIONS(1813), 22, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1827), 2, + 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, + [18748] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1827), 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(1831), 2, + anon_sym_EQ, + ACTIONS(1825), 29, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [18798] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1815), 1, + anon_sym_LPAREN2, + ACTIONS(1819), 1, + anon_sym_LBRACK, + STATE(599), 1, + sym_argument_list, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1819), 3, + ACTIONS(1831), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1837), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(1839), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(1841), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(1833), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1821), 4, + ACTIONS(1835), 4, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_EQ, - ACTIONS(1813), 20, + ACTIONS(1829), 20, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -63426,50 +63643,201 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [18740] = 14, + [18868] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1817), 2, + ACTIONS(1821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1823), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(1831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1823), 2, + ACTIONS(1841), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(1833), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(1835), 6, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(1825), 2, + anon_sym_EQ, + ACTIONS(1829), 22, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1827), 2, + 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, + [18934] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1845), 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(1831), 2, + anon_sym_EQ, + ACTIONS(1843), 29, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1835), 2, + [18984] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1815), 1, + anon_sym_LPAREN2, + ACTIONS(1819), 1, + anon_sym_LBRACK, + STATE(599), 1, + sym_argument_list, + ACTIONS(1821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1823), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(1831), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1833), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(1835), 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(1829), 22, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1819), 3, + 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, + [19048] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1815), 1, + anon_sym_LPAREN2, + ACTIONS(1819), 1, + anon_sym_LBRACK, + STATE(599), 1, + sym_argument_list, + ACTIONS(1821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1823), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(1833), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1821), 4, + ACTIONS(1835), 10, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1813), 18, + ACTIONS(1829), 22, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COLON, @@ -63484,10 +63852,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [18812] = 3, + [19110] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1839), 13, + ACTIONS(1849), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -63501,7 +63869,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1837), 29, + ACTIONS(1847), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -63531,10 +63899,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [18862] = 3, + [19160] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1843), 13, + ACTIONS(1853), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -63548,7 +63916,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1841), 29, + ACTIONS(1851), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -63578,10 +63946,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [18912] = 3, + [19210] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1815), 1, + anon_sym_LPAREN2, + ACTIONS(1819), 1, + anon_sym_LBRACK, + ACTIONS(1855), 1, + anon_sym_CARET, + ACTIONS(1857), 1, + anon_sym_AMP, + STATE(599), 1, + sym_argument_list, + ACTIONS(1821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1823), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(1831), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1835), 2, + anon_sym_PIPE, + anon_sym_EQ, + ACTIONS(1837), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(1839), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(1841), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(1859), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1833), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(1829), 18, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_QMARK, + 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, + [19286] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1847), 13, + ACTIONS(1863), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -63595,7 +64023,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1845), 29, + ACTIONS(1861), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -63625,10 +64053,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [18962] = 3, + [19336] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1851), 13, + ACTIONS(1867), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -63642,7 +64070,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1849), 29, + ACTIONS(1865), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -63672,10 +64100,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [19012] = 3, + [19386] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1855), 13, + ACTIONS(1871), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -63689,7 +64117,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1853), 29, + ACTIONS(1869), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -63719,10 +64147,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [19062] = 3, + [19436] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1859), 13, + ACTIONS(1815), 1, + anon_sym_LPAREN2, + ACTIONS(1819), 1, + anon_sym_LBRACK, + STATE(599), 1, + sym_argument_list, + ACTIONS(1821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1823), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(1835), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -63736,10 +64176,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1857), 29, + ACTIONS(1829), 22, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -63748,8 +64187,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -63762,26 +64199,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, - [19112] = 8, + [19496] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1815), 1, - anon_sym_LPAREN2, - ACTIONS(1829), 1, - anon_sym_LBRACK, - STATE(622), 1, - sym_argument_list, - ACTIONS(1831), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(1821), 13, + ACTIONS(1875), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -63795,9 +64216,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1813), 22, + ACTIONS(1873), 29, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -63806,6 +64228,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -63818,10 +64242,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [19172] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [19546] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1863), 13, + ACTIONS(1879), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -63835,7 +64263,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1861), 29, + ACTIONS(1877), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -63846,9 +64274,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, - anon_sym_RBRACK_RBRACK, anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -63865,71 +64293,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [19222] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1815), 1, - anon_sym_LPAREN2, - ACTIONS(1829), 1, - anon_sym_LBRACK, - ACTIONS(1867), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1869), 1, - anon_sym_AMP_AMP, - ACTIONS(1871), 1, - anon_sym_PIPE, - ACTIONS(1873), 1, - anon_sym_CARET, - ACTIONS(1875), 1, - anon_sym_AMP, - ACTIONS(1877), 1, - anon_sym_EQ, - ACTIONS(1879), 1, - anon_sym_QMARK, - STATE(622), 1, - sym_argument_list, - ACTIONS(1817), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1823), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(1825), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(1827), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(1831), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(1835), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1819), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(1865), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [19306] = 3, + [19596] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1883), 13, @@ -63976,47 +64340,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [19356] = 11, + [19646] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, - STATE(622), 1, + ACTIONS(1855), 1, + anon_sym_CARET, + ACTIONS(1857), 1, + anon_sym_AMP, + ACTIONS(1887), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1889), 1, + anon_sym_AMP_AMP, + ACTIONS(1891), 1, + anon_sym_PIPE, + ACTIONS(1893), 1, + anon_sym_EQ, + STATE(599), 1, sym_argument_list, - ACTIONS(1817), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1827), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1819), 3, + ACTIONS(1831), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1837), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(1839), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(1841), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(1859), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1833), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1887), 6, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_EQ, - ACTIONS(1885), 22, + ACTIONS(1885), 16, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COLON, @@ -64031,10 +64403,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [19422] = 3, + [19728] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1891), 13, + ACTIONS(1897), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -64048,7 +64420,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1889), 29, + ACTIONS(1895), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -64059,9 +64431,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, - anon_sym_RBRACK_RBRACK, anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -64078,10 +64450,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [19472] = 3, + [19778] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1895), 13, + ACTIONS(1901), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -64095,7 +64467,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1893), 29, + ACTIONS(1899), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -64125,22 +64497,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [19522] = 8, + [19828] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1815), 1, - anon_sym_LPAREN2, - ACTIONS(1829), 1, - anon_sym_LBRACK, - STATE(622), 1, - sym_argument_list, - ACTIONS(1831), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(1899), 13, + ACTIONS(1905), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -64154,47 +64514,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1897), 22, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [19582] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1903), 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(1901), 29, + ACTIONS(1903), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -64224,10 +64544,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [19632] = 3, + [19878] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1907), 13, + ACTIONS(1909), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -64241,7 +64561,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1905), 29, + ACTIONS(1907), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -64271,29 +64591,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [19682] = 10, + [19928] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1817), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1819), 3, + ACTIONS(1913), 13, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1821), 8, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -64302,7 +64620,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1813), 22, + ACTIONS(1911), 22, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -64325,94 +64643,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [19746] = 3, + [19988] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1532), 13, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, + ACTIONS(1815), 1, + anon_sym_LPAREN2, + ACTIONS(1819), 1, + anon_sym_LBRACK, + ACTIONS(1835), 1, + anon_sym_EQ, + ACTIONS(1855), 1, anon_sym_CARET, + ACTIONS(1857), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(1526), 29, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + ACTIONS(1889), 1, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, + ACTIONS(1891), 1, + anon_sym_PIPE, + STATE(599), 1, + sym_argument_list, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, - [19796] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1815), 1, - anon_sym_LPAREN2, - ACTIONS(1829), 1, - anon_sym_LBRACK, - STATE(622), 1, - sym_argument_list, - ACTIONS(1817), 2, + ACTIONS(1831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1827), 2, + ACTIONS(1837), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(1839), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(1841), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1831), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(1819), 3, + ACTIONS(1859), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1833), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1821), 6, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_EQ, - ACTIONS(1813), 22, + ACTIONS(1829), 17, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COLON, @@ -64427,10 +64705,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [19862] = 3, + [20068] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1911), 13, + ACTIONS(1532), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -64444,7 +64722,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1909), 29, + ACTIONS(1526), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -64474,53 +64752,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [19912] = 15, + [20118] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1815), 1, - anon_sym_LPAREN2, - ACTIONS(1829), 1, - anon_sym_LBRACK, - ACTIONS(1875), 1, - anon_sym_AMP, - STATE(622), 1, - sym_argument_list, - ACTIONS(1817), 2, + ACTIONS(1917), 13, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1823), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(1825), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(1827), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(1831), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(1835), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1819), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1821), 3, 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(1813), 18, + ACTIONS(1915), 29, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_SEMI, + anon_sym_RBRACK_RBRACK, anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -64533,113 +64795,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [19986] = 16, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [20168] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, - ACTIONS(1873), 1, - anon_sym_CARET, - ACTIONS(1875), 1, - anon_sym_AMP, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1817), 2, - anon_sym_DASH, - anon_sym_PLUS, ACTIONS(1821), 2, - anon_sym_PIPE, - anon_sym_EQ, - ACTIONS(1823), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(1825), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(1827), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(1831), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1835), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1819), 3, + ACTIONS(1831), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1841), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(1833), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1813), 18, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_QMARK, - 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, - [20062] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1815), 1, - anon_sym_LPAREN2, - ACTIONS(1821), 1, - anon_sym_EQ, - ACTIONS(1829), 1, - anon_sym_LBRACK, - ACTIONS(1871), 1, + ACTIONS(1921), 6, anon_sym_PIPE, - ACTIONS(1873), 1, anon_sym_CARET, - ACTIONS(1875), 1, anon_sym_AMP, - STATE(622), 1, - sym_argument_list, - ACTIONS(1817), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1823), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1825), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(1827), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(1831), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(1835), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1819), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(1813), 18, + anon_sym_EQ, + ACTIONS(1919), 22, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COLON, @@ -64654,54 +64854,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [20140] = 18, + [20234] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1821), 1, - anon_sym_EQ, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, - ACTIONS(1869), 1, - anon_sym_AMP_AMP, - ACTIONS(1871), 1, - anon_sym_PIPE, - ACTIONS(1873), 1, - anon_sym_CARET, - ACTIONS(1875), 1, - anon_sym_AMP, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1817), 2, + ACTIONS(1821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1823), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(1831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1823), 2, + ACTIONS(1837), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1825), 2, + ACTIONS(1839), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1827), 2, + ACTIONS(1841), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1831), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(1835), 2, + ACTIONS(1859), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1819), 3, + ACTIONS(1833), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1813), 17, + ACTIONS(1835), 4, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_EQ, + ACTIONS(1829), 18, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COLON, @@ -64716,10 +64912,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [20220] = 3, + [20306] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1532), 13, + ACTIONS(1925), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -64733,7 +64929,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1526), 29, + ACTIONS(1923), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -64763,28 +64959,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [20270] = 9, + [20356] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1815), 1, - anon_sym_LPAREN2, - ACTIONS(1829), 1, - anon_sym_LBRACK, - STATE(622), 1, - sym_argument_list, - ACTIONS(1831), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(1819), 3, + ACTIONS(1929), 13, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1821), 10, - anon_sym_DASH, - anon_sym_PLUS, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -64793,9 +64976,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1813), 22, + ACTIONS(1927), 29, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -64803,7 +64987,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, @@ -64816,10 +65002,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [20332] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [20406] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1915), 13, + ACTIONS(1933), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -64833,7 +65023,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1913), 29, + ACTIONS(1931), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -64863,37 +65053,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [20382] = 3, + [20456] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1919), 13, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, + ACTIONS(1815), 1, + anon_sym_LPAREN2, + ACTIONS(1819), 1, + anon_sym_LBRACK, + ACTIONS(1835), 1, + anon_sym_EQ, + ACTIONS(1855), 1, anon_sym_CARET, + ACTIONS(1857), 1, anon_sym_AMP, + ACTIONS(1891), 1, + anon_sym_PIPE, + STATE(599), 1, + sym_argument_list, + ACTIONS(1821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1823), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(1831), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1837), 2, anon_sym_GT, anon_sym_LT, + ACTIONS(1839), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(1841), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(1917), 29, + ACTIONS(1859), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1833), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(1829), 18, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -64906,14 +65114,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, - [20432] = 3, + [20534] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1923), 13, + ACTIONS(1937), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -64927,7 +65131,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1921), 29, + ACTIONS(1935), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -64957,10 +65161,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [20482] = 3, + [20584] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1927), 13, + ACTIONS(1941), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -64974,7 +65178,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1925), 29, + ACTIONS(1939), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -64985,9 +65189,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, + anon_sym_RBRACK_RBRACK, anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -65004,10 +65208,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [20532] = 3, + [20634] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1931), 13, + ACTIONS(1815), 1, + anon_sym_LPAREN2, + ACTIONS(1819), 1, + anon_sym_LBRACK, + STATE(599), 1, + sym_argument_list, + ACTIONS(1823), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(1945), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -65021,10 +65234,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1929), 29, + ACTIONS(1943), 24, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -65033,8 +65245,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -65049,12 +65259,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, - [20582] = 3, + [20692] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1935), 13, + ACTIONS(1949), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -65068,7 +65276,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1933), 29, + ACTIONS(1947), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -65098,22 +65306,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [20632] = 8, + [20742] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1815), 1, - anon_sym_LPAREN2, - ACTIONS(1829), 1, - anon_sym_LBRACK, - STATE(622), 1, - sym_argument_list, - ACTIONS(1831), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(1939), 13, + ACTIONS(1953), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -65127,9 +65323,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1937), 22, + ACTIONS(1951), 29, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -65138,6 +65335,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -65150,10 +65349,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [20692] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [20792] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1943), 13, + ACTIONS(1957), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -65167,7 +65370,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1941), 29, + ACTIONS(1955), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -65197,89 +65400,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [20742] = 8, + [20842] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, - STATE(622), 1, - sym_argument_list, - ACTIONS(1831), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(1947), 13, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, + ACTIONS(1857), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(1945), 22, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [20802] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1951), 13, + STATE(599), 1, + sym_argument_list, + ACTIONS(1821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1823), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(1831), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(1837), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(1839), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(1841), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(1859), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(1833), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(1835), 3, 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(1949), 29, + ACTIONS(1829), 18, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -65292,14 +65459,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, - [20852] = 3, + [20916] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1955), 13, + ACTIONS(1961), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -65313,7 +65476,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1953), 29, + ACTIONS(1959), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -65343,19 +65506,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [20902] = 7, + [20966] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1815), 1, - anon_sym_LPAREN2, - ACTIONS(1829), 1, - anon_sym_LBRACK, - STATE(622), 1, - sym_argument_list, - ACTIONS(1833), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(1959), 13, + ACTIONS(1965), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -65369,9 +65523,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1957), 24, + ACTIONS(1963), 29, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -65380,6 +65535,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -65394,167 +65551,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - [20960] = 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(886), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1424), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1426), 1, - anon_sym_RPAREN, - ACTIONS(1482), 1, - sym_identifier, - STATE(764), 1, - sym__type_specifier, - STATE(818), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(981), 1, - sym__declaration_specifiers, - STATE(1243), 2, - sym_variadic_parameter, - sym_parameter_declaration, - ACTIONS(47), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(43), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - STATE(905), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - ACTIONS(45), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - STATE(665), 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, - [21044] = 20, + anon_sym_DOT, + anon_sym_DASH_GT, + [21016] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, - ACTIONS(1867), 1, + ACTIONS(1855), 1, + anon_sym_CARET, + ACTIONS(1857), 1, + anon_sym_AMP, + ACTIONS(1887), 1, anon_sym_PIPE_PIPE, - ACTIONS(1869), 1, + ACTIONS(1889), 1, anon_sym_AMP_AMP, - ACTIONS(1871), 1, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1873), 1, - anon_sym_CARET, - ACTIONS(1875), 1, - anon_sym_AMP, - ACTIONS(1879), 1, - anon_sym_QMARK, - ACTIONS(1963), 1, + ACTIONS(1969), 1, anon_sym_EQ, - STATE(622), 1, + ACTIONS(1971), 1, + anon_sym_QMARK, + STATE(599), 1, sym_argument_list, - ACTIONS(1817), 2, + ACTIONS(1821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1823), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(1831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1823), 2, + ACTIONS(1837), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1825), 2, + ACTIONS(1839), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1827), 2, + ACTIONS(1841), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1831), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(1835), 2, + ACTIONS(1859), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1819), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(1961), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [21128] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1967), 13, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(1833), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(1965), 29, + ACTIONS(1967), 15, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_COLON, - anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -65565,63 +65617,60 @@ 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, - [21178] = 19, + [21100] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, - ACTIONS(1867), 1, + ACTIONS(1855), 1, + anon_sym_CARET, + ACTIONS(1857), 1, + anon_sym_AMP, + ACTIONS(1887), 1, anon_sym_PIPE_PIPE, - ACTIONS(1869), 1, + ACTIONS(1889), 1, anon_sym_AMP_AMP, - ACTIONS(1871), 1, + ACTIONS(1891), 1, anon_sym_PIPE, - ACTIONS(1873), 1, - anon_sym_CARET, - ACTIONS(1875), 1, - anon_sym_AMP, ACTIONS(1971), 1, + anon_sym_QMARK, + ACTIONS(1975), 1, anon_sym_EQ, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1817), 2, + ACTIONS(1821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1823), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(1831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1823), 2, + ACTIONS(1837), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1825), 2, + ACTIONS(1839), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1827), 2, + ACTIONS(1841), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1831), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(1835), 2, + ACTIONS(1859), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1819), 3, + ACTIONS(1833), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1969), 16, + ACTIONS(1973), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COLON, - anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -65632,10 +65681,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [21260] = 3, + [21184] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1975), 13, + ACTIONS(1979), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -65649,7 +65698,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1973), 29, + ACTIONS(1977), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -65679,10 +65728,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [21310] = 3, + [21234] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1979), 13, + ACTIONS(1815), 1, + anon_sym_LPAREN2, + ACTIONS(1819), 1, + anon_sym_LBRACK, + STATE(599), 1, + sym_argument_list, + ACTIONS(1821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1823), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(1983), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -65696,10 +65757,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1977), 29, + ACTIONS(1981), 22, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -65708,8 +65768,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -65722,14 +65780,74 @@ 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, - [21360] = 3, + [21294] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1983), 13, + ACTIONS(33), 1, + anon_sym___attribute__, + ACTIONS(37), 1, + anon_sym___declspec, + ACTIONS(49), 1, + sym_primitive_type, + ACTIONS(51), 1, + anon_sym_enum, + ACTIONS(53), 1, + anon_sym_struct, + ACTIONS(55), 1, + anon_sym_union, + ACTIONS(886), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1424), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1426), 1, + anon_sym_RPAREN, + ACTIONS(1482), 1, + sym_identifier, + STATE(733), 1, + sym__type_specifier, + STATE(786), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(982), 1, + sym__declaration_specifiers, + STATE(1246), 2, + sym_variadic_parameter, + sym_parameter_declaration, + ACTIONS(47), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(43), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + STATE(909), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + ACTIONS(45), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + STATE(669), 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, + [21378] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1532), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -65743,7 +65861,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1981), 29, + ACTIONS(1526), 29, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -65754,9 +65872,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, - anon_sym_RBRACK_RBRACK, anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -65773,7 +65891,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [21410] = 5, + [21428] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1542), 1, @@ -65821,7 +65939,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [21463] = 19, + [21481] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -65842,13 +65960,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, ACTIONS(1482), 1, sym_identifier, - STATE(764), 1, + STATE(733), 1, sym__type_specifier, - STATE(818), 1, + STATE(786), 1, aux_sym_sized_type_specifier_repeat1, - STATE(981), 1, + STATE(982), 1, sym__declaration_specifiers, - STATE(1348), 2, + STATE(1305), 2, sym_variadic_parameter, sym_parameter_declaration, ACTIONS(47), 4, @@ -65862,7 +65980,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(905), 5, + STATE(909), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -65875,7 +65993,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - STATE(665), 7, + STATE(669), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -65883,12 +66001,12 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - [21544] = 6, + [21562] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1542), 1, anon_sym_EQ, - ACTIONS(1552), 1, + ACTIONS(1548), 1, anon_sym_COLON, ACTIONS(1546), 10, anon_sym_STAR_EQ, @@ -65930,12 +66048,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [21597] = 6, + [21615] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1542), 1, anon_sym_EQ, - ACTIONS(1548), 1, + ACTIONS(1544), 1, anon_sym_COLON, ACTIONS(1546), 10, anon_sym_STAR_EQ, @@ -65977,12 +66095,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [21650] = 6, + [21668] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1542), 1, anon_sym_EQ, - ACTIONS(1550), 1, + ACTIONS(1552), 1, anon_sym_COLON, ACTIONS(1546), 10, anon_sym_STAR_EQ, @@ -66024,12 +66142,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [21703] = 6, + [21721] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1542), 1, anon_sym_EQ, - ACTIONS(1544), 1, + ACTIONS(1550), 1, anon_sym_COLON, ACTIONS(1546), 10, anon_sym_STAR_EQ, @@ -66071,47 +66189,109 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [21756] = 13, + [21774] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, + ACTIONS(1969), 1, + anon_sym_EQ, ACTIONS(1985), 1, anon_sym_LPAREN2, - STATE(622), 1, + ACTIONS(1991), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1993), 1, + anon_sym_AMP_AMP, + ACTIONS(1995), 1, + anon_sym_PIPE, + ACTIONS(1997), 1, + anon_sym_CARET, + ACTIONS(1999), 1, + anon_sym_AMP, + ACTIONS(2009), 1, + anon_sym_QMARK, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1987), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1991), 2, + ACTIONS(2001), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2003), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1993), 2, + ACTIONS(2005), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1995), 2, + ACTIONS(2007), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1989), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1821), 4, + ACTIONS(1967), 11, + 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, + [21854] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1819), 1, + anon_sym_LBRACK, + ACTIONS(1985), 1, + anon_sym_LPAREN2, + ACTIONS(1999), 1, + anon_sym_AMP, + STATE(599), 1, + sym_argument_list, + ACTIONS(1821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1823), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(1987), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2001), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2003), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2005), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2007), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(1835), 3, anon_sym_PIPE, anon_sym_CARET, - anon_sym_AMP, anon_sym_EQ, - ACTIONS(1813), 16, + ACTIONS(1989), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(1829), 14, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -66124,93 +66304,106 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [21822] = 5, + [21924] = 17, ACTIONS(3), 1, sym_comment, - STATE(643), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2001), 6, + 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(886), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1482), 1, + sym_identifier, + STATE(733), 1, + sym__type_specifier, + STATE(786), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1066), 1, + sym__declaration_specifiers, + ACTIONS(47), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(43), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + STATE(909), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + ACTIONS(45), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - ACTIONS(1997), 11, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_sizeof, - anon_sym_offsetof, - anon_sym__Generic, - anon_sym_asm, - anon_sym___asm__, - sym_true, - sym_false, - sym_null, - sym_identifier, - ACTIONS(1999), 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, - [21872] = 16, + STATE(669), 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, + [21998] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, + ACTIONS(1835), 1, + anon_sym_EQ, ACTIONS(1985), 1, anon_sym_LPAREN2, - ACTIONS(2004), 1, + ACTIONS(1995), 1, + anon_sym_PIPE, + ACTIONS(1997), 1, anon_sym_CARET, - ACTIONS(2006), 1, + ACTIONS(1999), 1, anon_sym_AMP, - STATE(622), 1, + STATE(599), 1, sym_argument_list, ACTIONS(1821), 2, - anon_sym_PIPE, - anon_sym_EQ, - ACTIONS(1831), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1987), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1991), 2, + ACTIONS(2001), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2003), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1993), 2, + ACTIONS(2005), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1995), 2, + ACTIONS(2007), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2008), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, ACTIONS(1989), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1813), 14, + ACTIONS(1829), 14, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_RBRACK, @@ -66225,47 +66418,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [21944] = 15, + [22072] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(1985), 1, anon_sym_LPAREN2, - ACTIONS(2006), 1, + ACTIONS(1997), 1, + anon_sym_CARET, + ACTIONS(1999), 1, anon_sym_AMP, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, + ACTIONS(1835), 2, + anon_sym_PIPE, + anon_sym_EQ, ACTIONS(1987), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1991), 2, + ACTIONS(2001), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2003), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1993), 2, + ACTIONS(2005), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1995), 2, + ACTIONS(2007), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2008), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1821), 3, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_EQ, ACTIONS(1989), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1813), 14, + ACTIONS(1829), 14, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_RBRACK, @@ -66280,7 +66474,109 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [22014] = 17, + [22144] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(647), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(2015), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + ACTIONS(2011), 11, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_sizeof, + anon_sym_offsetof, + anon_sym__Generic, + anon_sym_asm, + anon_sym___asm__, + sym_true, + sym_false, + sym_null, + sym_identifier, + ACTIONS(2013), 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, + [22194] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(33), 1, + anon_sym___attribute__, + ACTIONS(37), 1, + anon_sym___declspec, + ACTIONS(49), 1, + sym_primitive_type, + ACTIONS(51), 1, + anon_sym_enum, + ACTIONS(53), 1, + anon_sym_struct, + ACTIONS(55), 1, + anon_sym_union, + ACTIONS(886), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1482), 1, + sym_identifier, + STATE(733), 1, + sym__type_specifier, + STATE(786), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1069), 1, + sym__declaration_specifiers, + ACTIONS(47), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(43), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + STATE(909), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + ACTIONS(45), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + STATE(669), 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, + [22268] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -66299,11 +66595,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(1482), 1, sym_identifier, - STATE(764), 1, + STATE(733), 1, sym__type_specifier, - STATE(818), 1, + STATE(786), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1075), 1, + STATE(1053), 1, sym__declaration_specifiers, ACTIONS(47), 4, anon_sym_signed, @@ -66316,7 +66612,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - STATE(905), 5, + STATE(909), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -66329,7 +66625,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - STATE(665), 7, + STATE(669), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -66337,76 +66633,22 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - [22088] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1829), 1, - anon_sym_LBRACK, - ACTIONS(1985), 1, - anon_sym_LPAREN2, - STATE(622), 1, - sym_argument_list, - ACTIONS(1831), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(1987), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1991), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(1993), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(1995), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2008), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1989), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(1821), 4, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ, - ACTIONS(1813), 14, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [22156] = 8, + [22342] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(1985), 1, anon_sym_LPAREN2, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1899), 13, + ACTIONS(1817), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -66420,7 +66662,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1897), 18, + ACTIONS(1813), 18, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -66439,22 +66681,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [22212] = 8, + [22398] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(1985), 1, anon_sym_LPAREN2, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1821), 13, + ACTIONS(1835), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -66468,7 +66710,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1813), 18, + ACTIONS(1829), 18, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -66487,55 +66729,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [22268] = 19, + [22454] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, - ACTIONS(1971), 1, + ACTIONS(1975), 1, anon_sym_EQ, ACTIONS(1985), 1, anon_sym_LPAREN2, - ACTIONS(2004), 1, - anon_sym_CARET, - ACTIONS(2006), 1, - anon_sym_AMP, - ACTIONS(2010), 1, + ACTIONS(1991), 1, anon_sym_PIPE_PIPE, - ACTIONS(2012), 1, + ACTIONS(1993), 1, anon_sym_AMP_AMP, - ACTIONS(2014), 1, + ACTIONS(1995), 1, anon_sym_PIPE, - STATE(622), 1, + ACTIONS(1997), 1, + anon_sym_CARET, + ACTIONS(1999), 1, + anon_sym_AMP, + ACTIONS(2009), 1, + anon_sym_QMARK, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1987), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1991), 2, + ACTIONS(2001), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2003), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1993), 2, + ACTIONS(2005), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1995), 2, + ACTIONS(2007), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2008), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, ACTIONS(1989), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1969), 12, + ACTIONS(1973), 11, anon_sym_RBRACK, - anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -66546,39 +66789,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [22346] = 11, + [22534] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(1985), 1, anon_sym_LPAREN2, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1987), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1995), 2, + ACTIONS(2007), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(1989), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1821), 6, + ACTIONS(1835), 6, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, anon_sym_EQ, - ACTIONS(1813), 18, + ACTIONS(1829), 18, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -66597,44 +66840,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [22408] = 10, + [22596] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(1985), 1, anon_sym_LPAREN2, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1987), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(2001), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2003), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2005), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2007), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, ACTIONS(1989), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1821), 8, + ACTIONS(1835), 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(1813), 18, + ACTIONS(1829), 14, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -66647,51 +66894,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [22468] = 17, + [22664] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1821), 1, - anon_sym_EQ, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(1985), 1, anon_sym_LPAREN2, - ACTIONS(2004), 1, - anon_sym_CARET, - ACTIONS(2006), 1, - anon_sym_AMP, - ACTIONS(2014), 1, - anon_sym_PIPE, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1987), 2, + ACTIONS(1913), 13, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1991), 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(1993), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(1995), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2008), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1989), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(1813), 14, + anon_sym_EQ, + ACTIONS(1911), 18, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -66704,52 +66942,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [22542] = 18, + [22720] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1821), 1, - anon_sym_EQ, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(1985), 1, anon_sym_LPAREN2, - ACTIONS(2004), 1, - anon_sym_CARET, - ACTIONS(2006), 1, - anon_sym_AMP, - ACTIONS(2012), 1, - anon_sym_AMP_AMP, - ACTIONS(2014), 1, - anon_sym_PIPE, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1987), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1991), 2, + ACTIONS(1989), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(1835), 8, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(1993), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(1995), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2008), 2, + anon_sym_EQ, + ACTIONS(1829), 18, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1989), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(1813), 13, - anon_sym_PIPE_PIPE, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -66762,42 +66992,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [22618] = 8, + [22780] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(1985), 1, anon_sym_LPAREN2, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1947), 13, + ACTIONS(1987), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(2003), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2005), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2007), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(1989), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(1835), 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(1945), 18, + ACTIONS(1829), 16, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -66810,36 +67045,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [22674] = 8, + [22846] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(1985), 1, anon_sym_LPAREN2, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1939), 13, + ACTIONS(1987), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(2007), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(1989), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(1921), 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(1937), 18, + ACTIONS(1919), 18, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -66858,19 +67096,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [22730] = 7, + [22908] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(33), 1, + anon_sym___attribute__, + ACTIONS(37), 1, + anon_sym___declspec, + ACTIONS(49), 1, + sym_primitive_type, + ACTIONS(51), 1, + anon_sym_enum, + ACTIONS(53), 1, + anon_sym_struct, + ACTIONS(55), 1, + anon_sym_union, + ACTIONS(886), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1482), 1, + sym_identifier, + STATE(733), 1, + sym__type_specifier, + STATE(786), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1067), 1, + sym__declaration_specifiers, + ACTIONS(47), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(43), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + STATE(909), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + ACTIONS(45), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + STATE(669), 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, + [22982] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(1985), 1, anon_sym_LPAREN2, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1833), 2, + ACTIONS(1821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1959), 13, + ACTIONS(1983), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -66884,7 +67182,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1957), 20, + ACTIONS(1981), 18, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -66903,41 +67201,33 @@ 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, - [22784] = 11, + [23038] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(1985), 1, anon_sym_LPAREN2, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1987), 2, + ACTIONS(1945), 13, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1995), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(1989), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1887), 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(1885), 18, + ACTIONS(1943), 20, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -66956,56 +67246,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [22846] = 20, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + [23092] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, - ACTIONS(1877), 1, + ACTIONS(1835), 1, anon_sym_EQ, ACTIONS(1985), 1, anon_sym_LPAREN2, - ACTIONS(2004), 1, - anon_sym_CARET, - ACTIONS(2006), 1, - anon_sym_AMP, - ACTIONS(2010), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2012), 1, + ACTIONS(1993), 1, anon_sym_AMP_AMP, - ACTIONS(2014), 1, + ACTIONS(1995), 1, anon_sym_PIPE, - ACTIONS(2016), 1, - anon_sym_QMARK, - STATE(622), 1, + ACTIONS(1997), 1, + anon_sym_CARET, + ACTIONS(1999), 1, + anon_sym_AMP, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(1987), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1991), 2, + ACTIONS(2001), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2003), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1993), 2, + ACTIONS(2005), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(1995), 2, + ACTIONS(2007), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2008), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, ACTIONS(1989), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1865), 11, + ACTIONS(1829), 13, + anon_sym_PIPE_PIPE, anon_sym_RBRACK, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -67016,170 +67306,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [22926] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(33), 1, - anon_sym___attribute__, - ACTIONS(37), 1, - anon_sym___declspec, - ACTIONS(49), 1, - sym_primitive_type, - ACTIONS(51), 1, - anon_sym_enum, - ACTIONS(53), 1, - anon_sym_struct, - ACTIONS(55), 1, - anon_sym_union, - ACTIONS(886), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1482), 1, - sym_identifier, - STATE(764), 1, - sym__type_specifier, - STATE(818), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1053), 1, - sym__declaration_specifiers, - ACTIONS(47), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(43), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - STATE(905), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - ACTIONS(45), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - STATE(665), 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, - [23000] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(33), 1, - anon_sym___attribute__, - ACTIONS(37), 1, - anon_sym___declspec, - ACTIONS(49), 1, - sym_primitive_type, - ACTIONS(51), 1, - anon_sym_enum, - ACTIONS(53), 1, - anon_sym_struct, - ACTIONS(55), 1, - anon_sym_union, - ACTIONS(886), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1482), 1, - sym_identifier, - STATE(764), 1, - sym__type_specifier, - STATE(818), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1066), 1, - sym__declaration_specifiers, - ACTIONS(47), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(43), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - STATE(905), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - ACTIONS(45), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - STATE(665), 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, - [23074] = 20, + [23168] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, - ACTIONS(1963), 1, - anon_sym_EQ, ACTIONS(1985), 1, anon_sym_LPAREN2, - ACTIONS(2004), 1, - anon_sym_CARET, - ACTIONS(2006), 1, - anon_sym_AMP, - ACTIONS(2010), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2012), 1, - anon_sym_AMP_AMP, - ACTIONS(2014), 1, - anon_sym_PIPE, - ACTIONS(2016), 1, - anon_sym_QMARK, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1987), 2, + ACTIONS(1989), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(1835), 10, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1991), 2, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(1993), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(1995), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2008), 2, + anon_sym_EQ, + ACTIONS(1829), 18, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1989), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(1961), 11, + 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, @@ -67190,100 +67355,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [23154] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(33), 1, - anon_sym___attribute__, - ACTIONS(37), 1, - anon_sym___declspec, - ACTIONS(49), 1, - sym_primitive_type, - ACTIONS(51), 1, - anon_sym_enum, - ACTIONS(53), 1, - anon_sym_struct, - ACTIONS(55), 1, - anon_sym_union, - ACTIONS(886), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1482), 1, - sym_identifier, - STATE(764), 1, - sym__type_specifier, - STATE(818), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1058), 1, - sym__declaration_specifiers, - ACTIONS(47), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(43), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - STATE(905), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - ACTIONS(45), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - STATE(665), 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, - [23228] = 9, + [23226] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, - ACTIONS(1985), 1, - anon_sym_LPAREN2, - STATE(622), 1, - sym_argument_list, - ACTIONS(1831), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(1989), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(1821), 10, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(1893), 1, anon_sym_EQ, - ACTIONS(1813), 18, + ACTIONS(1985), 1, + anon_sym_LPAREN2, + ACTIONS(1991), 1, anon_sym_PIPE_PIPE, + ACTIONS(1993), 1, anon_sym_AMP_AMP, + ACTIONS(1995), 1, + anon_sym_PIPE, + ACTIONS(1997), 1, + anon_sym_CARET, + ACTIONS(1999), 1, + anon_sym_AMP, + STATE(599), 1, + sym_argument_list, + ACTIONS(1821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1823), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(1987), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2001), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2003), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2005), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(2007), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(1989), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(1885), 12, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -67296,65 +67414,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [23286] = 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(886), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1482), 1, - sym_identifier, - STATE(717), 1, - sym__type_specifier, - STATE(818), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(47), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(43), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - STATE(905), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - ACTIONS(45), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - STATE(669), 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, - [23357] = 3, + [23304] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1863), 13, + ACTIONS(1941), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -67368,7 +67431,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1861), 24, + ACTIONS(1939), 24, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -67393,10 +67456,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [23402] = 3, + [23349] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1891), 13, + ACTIONS(1929), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -67410,7 +67473,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(1889), 24, + ACTIONS(1927), 24, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -67435,10 +67498,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [23447] = 3, + [23394] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1983), 13, + ACTIONS(2018), 1, + anon_sym_EQ, + ACTIONS(2020), 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(1532), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -67451,8 +67527,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(1981), 24, + ACTIONS(1526), 14, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -67463,49 +67538,39 @@ static const uint16_t ts_small_parse_table[] = { 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, - [23492] = 9, + [23443] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2025), 1, + ACTIONS(2029), 1, anon_sym___attribute__, - ACTIONS(2028), 1, + ACTIONS(2032), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2031), 1, + ACTIONS(2035), 1, anon_sym___declspec, - ACTIONS(2020), 5, + ACTIONS(2024), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, - ACTIONS(2022), 5, + ACTIONS(2026), 5, anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, - ACTIONS(2034), 6, + ACTIONS(2038), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - STATE(669), 7, + STATE(668), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -67513,7 +67578,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - ACTIONS(2018), 11, + ACTIONS(2022), 11, anon_sym___based, anon_sym_LBRACK, anon_sym_signed, @@ -67525,23 +67590,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [23549] = 5, + [23500] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2037), 1, - anon_sym_EQ, - ACTIONS(2039), 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(1532), 12, + 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(886), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1482), 1, + sym_identifier, + STATE(749), 1, + sym__type_specifier, + STATE(786), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(47), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(43), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + STATE(909), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + ACTIONS(45), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + STATE(668), 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, + [23571] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1917), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -67554,7 +67661,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1526), 14, + anon_sym_EQ, + ACTIONS(1915), 24, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -67565,11 +67673,21 @@ static const uint16_t ts_small_parse_table[] = { 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, - [23598] = 19, + [23616] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(1428), 1, @@ -67582,15 +67700,15 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(2049), 1, anon_sym_LBRACK, - STATE(1029), 1, + STATE(1030), 1, sym_ms_unaligned_ptr_modifier, - STATE(1076), 1, + STATE(1057), 1, sym__declarator, - STATE(1142), 1, + STATE(1143), 1, sym__abstract_declarator, - STATE(1162), 1, + STATE(1176), 1, sym_parameter_list, - STATE(1375), 1, + STATE(1395), 1, sym_ms_based_modifier, ACTIONS(2043), 2, anon_sym_COMMA, @@ -67598,17 +67716,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2047), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(781), 2, + STATE(778), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(841), 2, + STATE(825), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, ACTIONS(2045), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1175), 4, + STATE(1169), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, @@ -67626,7 +67744,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - [23674] = 3, + [23692] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2051), 17, @@ -67667,7 +67785,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [23718] = 3, + [23736] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2057), 8, @@ -67688,392 +67806,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_static, anon_sym_auto, anon_sym_register, - anon_sym_inline, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [23758] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1815), 1, - anon_sym_LPAREN2, - ACTIONS(1821), 1, - anon_sym_PIPE, - ACTIONS(1829), 1, - anon_sym_LBRACK, - ACTIONS(2063), 1, - anon_sym_SLASH, - ACTIONS(2065), 1, - anon_sym_AMP, - STATE(622), 1, - sym_argument_list, - ACTIONS(1831), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2059), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2061), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2067), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2069), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2071), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2073), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(1813), 9, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_QMARK, - [23823] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2077), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2075), 30, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - sym_preproc_directive, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [23862] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2081), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2079), 30, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - sym_preproc_directive, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [23901] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1120), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1118), 30, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - sym_preproc_directive, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [23940] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1815), 1, - anon_sym_LPAREN2, - ACTIONS(1829), 1, - anon_sym_LBRACK, - ACTIONS(2063), 1, - anon_sym_SLASH, - ACTIONS(2065), 1, - anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - STATE(622), 1, - sym_argument_list, - ACTIONS(1831), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2059), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2061), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2067), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2069), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2071), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2073), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(1813), 8, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_QMARK, - [24007] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1815), 1, - anon_sym_LPAREN2, - ACTIONS(1829), 1, - anon_sym_LBRACK, - ACTIONS(2063), 1, - anon_sym_SLASH, - ACTIONS(2065), 1, - anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, - anon_sym_AMP_AMP, - ACTIONS(2091), 1, - anon_sym_QMARK, - STATE(622), 1, - sym_argument_list, - ACTIONS(1831), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2059), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2061), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2067), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2069), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2071), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2073), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(1865), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COLON, - [24080] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1815), 1, - anon_sym_LPAREN2, - ACTIONS(1829), 1, - anon_sym_LBRACK, - ACTIONS(2063), 1, - anon_sym_SLASH, - STATE(622), 1, - sym_argument_list, - ACTIONS(1831), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2059), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2061), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2073), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(1821), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(1813), 13, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_QMARK, - [24137] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1815), 1, - anon_sym_LPAREN2, - ACTIONS(1829), 1, - anon_sym_LBRACK, - ACTIONS(2063), 1, - anon_sym_SLASH, - STATE(622), 1, - sym_argument_list, - ACTIONS(1821), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(1831), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2059), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2061), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2069), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2071), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2073), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(1813), 11, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_QMARK, - [24198] = 15, + anon_sym_inline, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [23776] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, + ACTIONS(1835), 1, + anon_sym_PIPE, ACTIONS(2063), 1, anon_sym_SLASH, - STATE(622), 1, + ACTIONS(2065), 1, + anon_sym_AMP, + STATE(599), 1, sym_argument_list, ACTIONS(1821), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(1831), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -68094,7 +67861,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1813), 9, + ACTIONS(1829), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -68104,31 +67871,93 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, - [24261] = 19, + [23841] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2077), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2075), 30, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + sym_preproc_directive, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [23880] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2081), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2079), 30, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + sym_preproc_directive, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [23919] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, - ACTIONS(2065), 1, - anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, - anon_sym_AMP_AMP, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -68137,31 +67966,33 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2061), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2067), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2069), 2, + ACTIONS(1835), 4, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2071), 2, + ACTIONS(1829), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1969), 6, - anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, - [24332] = 3, + [23974] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2095), 1, + ACTIONS(1222), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2093), 30, + ACTIONS(1220), 30, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -68192,12 +68023,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [24371] = 3, + [24013] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1280), 1, + ACTIONS(2085), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1278), 30, + ACTIONS(2083), 30, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -68228,12 +68059,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [24410] = 3, + [24052] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2099), 1, + ACTIONS(1288), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2097), 30, + ACTIONS(1286), 30, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -68264,12 +68095,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [24449] = 3, + [24091] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1116), 1, + ACTIONS(2089), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1114), 30, + ACTIONS(2087), 30, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -68300,21 +68131,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [24488] = 12, + [24130] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, - STATE(622), 1, + ACTIONS(2065), 1, + anon_sym_AMP, + ACTIONS(2091), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2093), 1, + anon_sym_AMP_AMP, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -68323,34 +68164,31 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2061), 2, anon_sym_STAR, anon_sym_PERCENT, + ACTIONS(2067), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2069), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2071), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1887), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(1885), 13, + ACTIONS(1885), 6, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, - [24545] = 3, + [24201] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2103), 1, + ACTIONS(1292), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2101), 30, + ACTIONS(1290), 30, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -68381,21 +68219,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [24584] = 11, + [24240] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -68404,12 +68242,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2061), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1821), 4, + ACTIONS(2073), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(1835), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(1813), 15, + ACTIONS(1829), 13, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -68419,18 +68260,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, - [24639] = 3, + [24297] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1140), 1, + ACTIONS(2101), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1138), 30, + ACTIONS(2099), 30, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -68461,33 +68300,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [24678] = 20, + [24336] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, - ACTIONS(2065), 1, - anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, - anon_sym_AMP_AMP, - ACTIONS(2091), 1, - anon_sym_QMARK, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -68496,45 +68323,51 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2061), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2067), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2069), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2071), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1961), 5, + ACTIONS(1921), 4, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(1919), 13, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COLON, - [24751] = 17, + anon_sym_QMARK, + [24393] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1821), 1, - anon_sym_PIPE, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2085), 1, + ACTIONS(2093), 1, + anon_sym_AMP_AMP, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, anon_sym_CARET, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -68555,21 +68388,20 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1813), 8, + ACTIONS(1829), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, - [24818] = 3, + [24462] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2107), 1, + ACTIONS(2105), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2105), 30, + ACTIONS(2103), 30, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -68600,12 +68432,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [24857] = 3, + [24501] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2111), 1, + ACTIONS(1304), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2109), 30, + ACTIONS(1302), 30, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -68636,63 +68468,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [24896] = 18, + [24540] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1815), 1, - anon_sym_LPAREN2, - ACTIONS(1829), 1, - anon_sym_LBRACK, - ACTIONS(2063), 1, - anon_sym_SLASH, - ACTIONS(2065), 1, - anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2089), 1, - anon_sym_AMP_AMP, - STATE(622), 1, - sym_argument_list, - ACTIONS(1831), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2059), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2061), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2067), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2069), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2071), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2073), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(1813), 7, + ACTIONS(2109), 7, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_PIPE_PIPE, + anon_sym_LPAREN2, + anon_sym_STAR, anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_QMARK, - [24965] = 3, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + ACTIONS(2107), 24, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [24579] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2113), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2111), 30, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + sym_preproc_directive, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [24618] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1132), 1, + ACTIONS(2117), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1130), 30, + ACTIONS(2115), 30, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -68723,12 +68576,102 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [25004] = 3, + [24657] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1815), 1, + anon_sym_LPAREN2, + ACTIONS(1819), 1, + anon_sym_LBRACK, + ACTIONS(2063), 1, + anon_sym_SLASH, + STATE(599), 1, + sym_argument_list, + ACTIONS(1821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1823), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2061), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(1835), 6, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(1829), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_QMARK, + [24710] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1815), 1, + anon_sym_LPAREN2, + ACTIONS(1819), 1, + anon_sym_LBRACK, + ACTIONS(2063), 1, + anon_sym_SLASH, + STATE(599), 1, + sym_argument_list, + ACTIONS(1821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1823), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(1835), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(2059), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2061), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2069), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2071), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2073), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(1829), 11, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_QMARK, + [24771] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2115), 1, + ACTIONS(2121), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2113), 30, + ACTIONS(2119), 30, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -68759,12 +68702,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [25043] = 3, + [24810] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2119), 1, + ACTIONS(1312), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2117), 30, + ACTIONS(1310), 30, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -68795,12 +68738,115 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [25082] = 3, + [24849] = 20, ACTIONS(3), 1, sym_comment, + ACTIONS(1815), 1, + anon_sym_LPAREN2, + ACTIONS(1819), 1, + anon_sym_LBRACK, + ACTIONS(2063), 1, + anon_sym_SLASH, + ACTIONS(2065), 1, + anon_sym_AMP, + ACTIONS(2091), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2093), 1, + anon_sym_AMP_AMP, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, ACTIONS(2123), 1, + anon_sym_QMARK, + STATE(599), 1, + sym_argument_list, + ACTIONS(1821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1823), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2059), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2061), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2067), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2069), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2071), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2073), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(1973), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COLON, + [24922] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1815), 1, + anon_sym_LPAREN2, + ACTIONS(1819), 1, + anon_sym_LBRACK, + ACTIONS(2063), 1, + anon_sym_SLASH, + ACTIONS(2065), 1, + anon_sym_AMP, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + STATE(599), 1, + sym_argument_list, + ACTIONS(1821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1823), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2059), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2061), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2067), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2069), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2071), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2073), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(1829), 8, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_QMARK, + [24989] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1366), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2121), 30, + ACTIONS(1364), 30, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -68831,7 +68877,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [25121] = 3, + [25028] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1815), 1, + anon_sym_LPAREN2, + ACTIONS(1819), 1, + anon_sym_LBRACK, + ACTIONS(2063), 1, + anon_sym_SLASH, + ACTIONS(2065), 1, + anon_sym_AMP, + ACTIONS(2091), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2093), 1, + anon_sym_AMP_AMP, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, + anon_sym_QMARK, + STATE(599), 1, + sym_argument_list, + ACTIONS(1821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1823), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2059), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2061), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2067), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2069), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2071), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2073), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(1967), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COLON, + [25101] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2127), 1, @@ -68867,7 +68966,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [25160] = 3, + [25140] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1815), 1, + anon_sym_LPAREN2, + ACTIONS(1819), 1, + anon_sym_LBRACK, + ACTIONS(2063), 1, + anon_sym_SLASH, + STATE(599), 1, + sym_argument_list, + ACTIONS(1821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1823), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(1835), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(2059), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2061), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2067), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2069), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2071), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2073), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(1829), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_QMARK, + [25203] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2053), 7, @@ -68903,55 +69050,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [25199] = 10, + [25242] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, + ACTIONS(1835), 1, + anon_sym_PIPE, ACTIONS(2063), 1, anon_sym_SLASH, - STATE(622), 1, + ACTIONS(2065), 1, + anon_sym_AMP, + ACTIONS(2097), 1, + anon_sym_CARET, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, + ACTIONS(2059), 2, + anon_sym_DASH, + anon_sym_PLUS, ACTIONS(2061), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1821), 6, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(1813), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(2067), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2069), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2071), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, + ACTIONS(1829), 8, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, - [25252] = 3, + [25309] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1066), 1, + ACTIONS(2131), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1064), 30, + ACTIONS(2129), 30, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -68982,43 +69136,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [25291] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2131), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - ACTIONS(2129), 24, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [25330] = 3, + [25348] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2135), 1, @@ -69054,7 +69172,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [25369] = 3, + [25387] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2139), 1, @@ -69090,22 +69208,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [25408] = 3, + [25426] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1396), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, + ACTIONS(1807), 2, anon_sym_LBRACK_LBRACK, - ACTIONS(1394), 24, + anon_sym_LBRACE, + ACTIONS(1805), 28, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -69125,7 +69243,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [25446] = 3, + [25464] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1400), 6, @@ -69160,7 +69278,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [25484] = 3, + [25502] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2143), 6, @@ -69195,7 +69313,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [25522] = 3, + [25540] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1803), 2, @@ -69230,22 +69348,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [25560] = 3, + [25578] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1807), 2, + ACTIONS(1396), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - ACTIONS(1805), 28, + ACTIONS(1394), 24, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [25616] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2105), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2103), 28, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -69265,39 +69417,144 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [25598] = 22, + [25653] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, + ACTIONS(2091), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2093), 1, + anon_sym_AMP_AMP, + ACTIONS(2095), 1, anon_sym_PIPE, - ACTIONS(2085), 1, + ACTIONS(2097), 1, anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2123), 1, + anon_sym_QMARK, + ACTIONS(2145), 1, + anon_sym_COMMA, + STATE(599), 1, + sym_argument_list, + ACTIONS(1821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1823), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2059), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2061), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2067), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2069), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2071), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2073), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2147), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [25726] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1815), 1, + anon_sym_LPAREN2, + ACTIONS(1819), 1, + anon_sym_LBRACK, + ACTIONS(2063), 1, + anon_sym_SLASH, + ACTIONS(2065), 1, + anon_sym_AMP, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, + anon_sym_QMARK, + ACTIONS(2149), 1, + anon_sym_COMMA, + ACTIONS(2151), 1, + anon_sym_RBRACE, + STATE(599), 1, + sym_argument_list, + STATE(1295), 1, + aux_sym_initializer_list_repeat1, + ACTIONS(1821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1823), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2059), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2061), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2067), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2069), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2071), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2073), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [25801] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1815), 1, + anon_sym_LPAREN2, + ACTIONS(1819), 1, + anon_sym_LBRACK, + ACTIONS(2063), 1, + anon_sym_SLASH, + ACTIONS(2065), 1, + anon_sym_AMP, ACTIONS(2091), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2093), 1, + anon_sym_AMP_AMP, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2145), 1, + ACTIONS(2153), 1, anon_sym_COMMA, - ACTIONS(2147), 1, + ACTIONS(2155), 1, anon_sym_RPAREN, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - STATE(1229), 1, + STATE(1212), 1, aux_sym_argument_list_repeat1, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -69318,18 +69575,20 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [25673] = 3, + [25876] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1116), 1, + ACTIONS(2143), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1114), 28, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, + STATE(567), 1, + sym_string_literal, + ACTIONS(2157), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(2141), 22, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -69352,15 +69611,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [25710] = 3, + [25917] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1280), 2, + ACTIONS(2081), 1, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(1278), 27, + ACTIONS(2079), 28, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -69386,13 +69645,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [25747] = 3, + [25954] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1066), 2, + ACTIONS(2105), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(1064), 27, + ACTIONS(2103), 27, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -69420,127 +69679,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [25784] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(33), 1, - anon_sym___attribute__, - ACTIONS(37), 1, - anon_sym___declspec, - ACTIONS(886), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2149), 3, - anon_sym___based, - anon_sym_LBRACK, - sym_identifier, - ACTIONS(43), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - ACTIONS(2151), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - ACTIONS(45), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - STATE(752), 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, - [25833] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(718), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(2157), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2155), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(2153), 17, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - sym_primitive_type, - sym_identifier, - [25874] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2143), 1, - anon_sym_LBRACK_LBRACK, - STATE(562), 1, - sym_string_literal, - ACTIONS(2160), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2141), 22, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [25915] = 3, + [25991] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1116), 2, + ACTIONS(2077), 1, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(1114), 27, + ACTIONS(2075), 28, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -69566,12 +69713,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [25952] = 3, + [26028] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1280), 1, + ACTIONS(2121), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1278), 28, + ACTIONS(2119), 28, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -69600,12 +69747,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [25989] = 3, + [26065] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1140), 1, + ACTIONS(2135), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1138), 28, + ACTIONS(2133), 28, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -69634,15 +69781,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [26026] = 3, + [26102] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1120), 2, + ACTIONS(2139), 1, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(1118), 27, + ACTIONS(2137), 28, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -69668,46 +69815,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [26063] = 3, + [26139] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(2107), 2, - anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2105), 27, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [26100] = 3, + ACTIONS(1815), 1, + anon_sym_LPAREN2, + ACTIONS(1819), 1, + anon_sym_LBRACK, + ACTIONS(2063), 1, + anon_sym_SLASH, + ACTIONS(2065), 1, + anon_sym_AMP, + ACTIONS(2091), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2093), 1, + anon_sym_AMP_AMP, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, + anon_sym_QMARK, + ACTIONS(2159), 1, + anon_sym_COMMA, + ACTIONS(2161), 1, + anon_sym_RPAREN, + STATE(599), 1, + sym_argument_list, + STATE(1237), 1, + aux_sym_generic_expression_repeat1, + ACTIONS(1821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1823), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2059), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2061), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2067), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2069), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2071), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2073), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [26214] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2139), 1, + ACTIONS(1292), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2137), 28, + ACTIONS(1290), 28, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -69736,13 +69902,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [26137] = 3, + [26251] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2103), 2, + ACTIONS(2117), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2101), 27, + ACTIONS(2115), 27, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -69770,12 +69936,101 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [26174] = 3, + [26288] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2135), 1, + ACTIONS(2143), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2133), 28, + STATE(525), 1, + sym_string_literal, + ACTIONS(2157), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(2141), 22, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [26329] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1815), 1, + anon_sym_LPAREN2, + ACTIONS(1819), 1, + anon_sym_LBRACK, + ACTIONS(2063), 1, + anon_sym_SLASH, + ACTIONS(2065), 1, + anon_sym_AMP, + ACTIONS(2091), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2093), 1, + anon_sym_AMP_AMP, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, + anon_sym_QMARK, + ACTIONS(2153), 1, + anon_sym_COMMA, + ACTIONS(2163), 1, + anon_sym_RPAREN, + STATE(599), 1, + sym_argument_list, + STATE(1215), 1, + aux_sym_argument_list_repeat1, + ACTIONS(1821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1823), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2059), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2061), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2067), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2069), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2071), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2073), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [26404] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2131), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2129), 28, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -69804,15 +70059,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [26211] = 3, + [26441] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1132), 1, + ACTIONS(1288), 2, anon_sym_LBRACK_LBRACK, - ACTIONS(1130), 28, + anon_sym_RBRACE, + ACTIONS(1286), 27, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -69838,13 +70093,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [26248] = 3, + [26478] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2135), 2, + ACTIONS(2139), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2133), 27, + ACTIONS(2137), 27, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -69872,7 +70127,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [26285] = 9, + [26515] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -69881,7 +70136,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___declspec, ACTIONS(886), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2162), 3, + ACTIONS(2165), 3, anon_sym___based, anon_sym_LBRACK, sym_identifier, @@ -69891,7 +70146,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_auto, anon_sym_register, anon_sym_inline, - ACTIONS(2164), 5, + ACTIONS(2167), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -69904,7 +70159,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - STATE(669), 7, + STATE(668), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -69912,81 +70167,93 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - [26334] = 3, + [26564] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2111), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2109), 28, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, - anon_sym_extern, + ACTIONS(33), 1, anon_sym___attribute__, + ACTIONS(37), 1, anon_sym___declspec, + ACTIONS(886), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2169), 3, + anon_sym___based, + anon_sym_LBRACK, + sym_identifier, + ACTIONS(43), 5, + anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, + ACTIONS(2171), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + ACTIONS(45), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [26371] = 3, + STATE(732), 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, + [26613] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2099), 2, - anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2097), 27, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, - anon_sym_extern, + ACTIONS(33), 1, anon_sym___attribute__, + ACTIONS(37), 1, anon_sym___declspec, + ACTIONS(886), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2173), 3, + anon_sym___based, + anon_sym_LBRACK, + sym_identifier, + ACTIONS(43), 5, + anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, + ACTIONS(2175), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + ACTIONS(45), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [26408] = 3, + STATE(668), 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, + [26662] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1140), 2, + ACTIONS(1292), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(1138), 27, + ACTIONS(1290), 27, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -70014,20 +70281,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [26445] = 5, + [26699] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2143), 1, + ACTIONS(2101), 2, anon_sym_LBRACK_LBRACK, - STATE(545), 1, - sym_string_literal, - ACTIONS(2160), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2141), 22, + anon_sym_RBRACE, + ACTIONS(2099), 27, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -70050,15 +70315,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [26486] = 3, + [26736] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1120), 1, + ACTIONS(2089), 2, anon_sym_LBRACK_LBRACK, - ACTIONS(1118), 28, + anon_sym_RBRACE, + ACTIONS(2087), 27, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -70084,15 +70349,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [26523] = 3, + [26773] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2095), 1, + ACTIONS(2127), 2, anon_sym_LBRACK_LBRACK, - ACTIONS(2093), 28, + anon_sym_RBRACE, + ACTIONS(2125), 27, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -70118,15 +70383,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [26560] = 3, + [26810] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2099), 1, + ACTIONS(2135), 2, anon_sym_LBRACK_LBRACK, - ACTIONS(2097), 28, + anon_sym_RBRACE, + ACTIONS(2133), 27, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -70152,66 +70417,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [26597] = 22, + [26847] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1815), 1, - anon_sym_LPAREN2, - ACTIONS(1829), 1, - anon_sym_LBRACK, - ACTIONS(2063), 1, - anon_sym_SLASH, - ACTIONS(2065), 1, - anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, - anon_sym_AMP_AMP, - ACTIONS(2091), 1, - anon_sym_QMARK, - ACTIONS(2166), 1, - anon_sym_COMMA, - ACTIONS(2168), 1, - anon_sym_RBRACE, - STATE(622), 1, - sym_argument_list, - STATE(1232), 1, - aux_sym_initializer_list_repeat1, - ACTIONS(1831), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2059), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2061), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2067), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2069), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2071), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2073), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [26672] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2081), 2, + ACTIONS(2121), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2079), 27, + ACTIONS(2119), 27, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -70239,15 +70451,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [26709] = 3, + [26884] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1066), 1, + ACTIONS(2085), 2, anon_sym_LBRACK_LBRACK, - ACTIONS(1064), 28, + anon_sym_RBRACE, + ACTIONS(2083), 27, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -70273,15 +70485,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [26746] = 3, + [26921] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2077), 2, + ACTIONS(2089), 1, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2075), 27, + ACTIONS(2087), 28, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -70307,20 +70519,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [26783] = 5, + [26958] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2143), 1, + ACTIONS(2101), 1, anon_sym_LBRACK_LBRACK, - STATE(529), 1, - sym_string_literal, - ACTIONS(2160), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2141), 22, + ACTIONS(2099), 28, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -70343,12 +70553,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [26824] = 3, + [26995] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2103), 1, + ACTIONS(2117), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2101), 28, + ACTIONS(2115), 28, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -70377,13 +70587,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [26861] = 3, + [27032] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2095), 2, + ACTIONS(2077), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2093), 27, + ACTIONS(2075), 27, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -70411,13 +70621,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [26898] = 3, + [27069] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2111), 2, + ACTIONS(1312), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2109), 27, + ACTIONS(1310), 27, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -70445,13 +70655,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [26935] = 3, + [27106] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2115), 2, + ACTIONS(1304), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2113), 27, + ACTIONS(1302), 27, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -70479,15 +70689,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [26972] = 3, + [27143] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1132), 2, + ACTIONS(2113), 1, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(1130), 27, + ACTIONS(2111), 28, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -70513,67 +70723,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [27009] = 21, + [27180] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1815), 1, - anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(33), 1, + anon_sym___attribute__, + ACTIONS(37), 1, + anon_sym___declspec, + ACTIONS(886), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2177), 3, + anon_sym___based, anon_sym_LBRACK, - ACTIONS(2063), 1, - anon_sym_SLASH, - ACTIONS(2065), 1, - anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, - anon_sym_AMP_AMP, - ACTIONS(2091), 1, - anon_sym_QMARK, - ACTIONS(2170), 1, + sym_identifier, + ACTIONS(43), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + ACTIONS(2179), 5, anon_sym_COMMA, - STATE(622), 1, - sym_argument_list, - ACTIONS(1831), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2059), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2061), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2067), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2069), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2071), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2073), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2172), 2, anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, anon_sym_SEMI, - [27082] = 3, + ACTIONS(45), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + STATE(734), 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, + [27229] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2077), 1, + ACTIONS(2131), 2, anon_sym_LBRACK_LBRACK, - ACTIONS(2075), 28, + anon_sym_RBRACE, + ACTIONS(2129), 27, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -70599,15 +70797,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [27119] = 3, + [27266] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2119), 2, + ACTIONS(2127), 1, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2117), 27, + ACTIONS(2125), 28, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -70633,18 +70831,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [27156] = 3, + [27303] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2107), 1, + ACTIONS(2143), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2105), 28, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, + STATE(544), 1, + sym_string_literal, + ACTIONS(2157), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(2141), 22, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -70667,108 +70867,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [27193] = 9, + [27344] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(33), 1, - anon_sym___attribute__, - ACTIONS(37), 1, - anon_sym___declspec, - ACTIONS(886), 1, + ACTIONS(2081), 2, anon_sym_LBRACK_LBRACK, - ACTIONS(2174), 3, - anon_sym___based, - anon_sym_LBRACK, - sym_identifier, - ACTIONS(43), 5, + anon_sym_RBRACE, + ACTIONS(2079), 27, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, - ACTIONS(2176), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - ACTIONS(45), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - STATE(669), 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, - [27242] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1815), 1, - anon_sym_LPAREN2, - ACTIONS(1829), 1, - anon_sym_LBRACK, - ACTIONS(2063), 1, - anon_sym_SLASH, - ACTIONS(2065), 1, - anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, - anon_sym_AMP_AMP, - ACTIONS(2091), 1, - anon_sym_QMARK, - ACTIONS(2145), 1, - anon_sym_COMMA, - ACTIONS(2178), 1, - anon_sym_RPAREN, - STATE(622), 1, - sym_argument_list, - STATE(1230), 1, - aux_sym_argument_list_repeat1, - ACTIONS(1831), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2059), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2061), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2067), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2069), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2071), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2073), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [27317] = 3, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [27381] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2127), 1, + ACTIONS(1366), 2, anon_sym_LBRACK_LBRACK, - ACTIONS(2125), 28, + anon_sym_RBRACE, + ACTIONS(1364), 27, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -70794,65 +70935,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [27354] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1815), 1, - anon_sym_LPAREN2, - ACTIONS(1829), 1, - anon_sym_LBRACK, - ACTIONS(2063), 1, - anon_sym_SLASH, - ACTIONS(2065), 1, - anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, - anon_sym_AMP_AMP, - ACTIONS(2091), 1, - anon_sym_QMARK, - ACTIONS(2180), 1, - anon_sym_COMMA, - ACTIONS(2182), 1, - anon_sym_RPAREN, - STATE(622), 1, - sym_argument_list, - STATE(1250), 1, - aux_sym_generic_expression_repeat1, - ACTIONS(1831), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2059), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2061), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2067), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2069), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2071), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2073), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [27429] = 3, + [27418] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2081), 1, + ACTIONS(1222), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2079), 28, + ACTIONS(1220), 28, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -70881,15 +70969,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [27466] = 3, + [27455] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2139), 2, + ACTIONS(1288), 1, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2137), 27, + ACTIONS(1286), 28, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -70915,12 +71003,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [27503] = 3, + [27492] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2123), 1, + STATE(757), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(2185), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(2183), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + ACTIONS(2181), 17, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + sym_primitive_type, + sym_identifier, + [27533] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2085), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2121), 28, + ACTIONS(2083), 28, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -70949,12 +71073,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [27540] = 3, + [27570] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2119), 1, + ACTIONS(1304), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2117), 28, + ACTIONS(1302), 28, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -70983,20 +71107,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [27577] = 5, + [27607] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2143), 1, + ACTIONS(2113), 2, anon_sym_LBRACK_LBRACK, - STATE(519), 1, - sym_string_literal, - ACTIONS(2160), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2141), 22, + anon_sym_RBRACE, + ACTIONS(2111), 27, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -71019,12 +71141,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [27618] = 3, + [27644] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2115), 1, + ACTIONS(1312), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2113), 28, + ACTIONS(1310), 28, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -71053,15 +71175,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [27655] = 3, + [27681] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2123), 2, + ACTIONS(1366), 1, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2121), 27, + ACTIONS(1364), 28, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -71087,18 +71209,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [27692] = 3, + [27718] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2127), 2, + ACTIONS(2143), 1, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2125), 27, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, + STATE(534), 1, + sym_string_literal, + ACTIONS(2157), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(2141), 22, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -71121,77 +71245,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [27729] = 9, + [27759] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(33), 1, - anon_sym___attribute__, - ACTIONS(37), 1, - anon_sym___declspec, - ACTIONS(886), 1, + ACTIONS(1222), 2, anon_sym_LBRACK_LBRACK, - ACTIONS(2184), 3, - anon_sym___based, - anon_sym_LBRACK, - sym_identifier, - ACTIONS(43), 5, + anon_sym_RBRACE, + ACTIONS(1220), 27, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, anon_sym_static, anon_sym_auto, anon_sym_register, anon_sym_inline, - ACTIONS(2186), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - ACTIONS(45), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - STATE(730), 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, - [27778] = 21, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [27796] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, + ACTIONS(2145), 1, anon_sym_COMMA, ACTIONS(2188), 1, anon_sym_SEMI, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -71212,37 +71330,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [27850] = 21, + [27868] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, + ACTIONS(2145), 1, anon_sym_COMMA, ACTIONS(2190), 1, anon_sym_SEMI, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -71263,37 +71381,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [27922] = 21, + [27940] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, + ACTIONS(2145), 1, anon_sym_COMMA, ACTIONS(2192), 1, - anon_sym_SEMI, - STATE(622), 1, + anon_sym_RPAREN, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -71314,37 +71432,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [27994] = 21, + [28012] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, + ACTIONS(2145), 1, anon_sym_COMMA, ACTIONS(2194), 1, anon_sym_RPAREN, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -71365,37 +71483,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [28066] = 21, + [28084] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, + ACTIONS(2145), 1, anon_sym_COMMA, ACTIONS(2196), 1, anon_sym_RPAREN, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -71416,37 +71534,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [28138] = 21, + [28156] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, + ACTIONS(2145), 1, anon_sym_COMMA, ACTIONS(2198), 1, - anon_sym_SEMI, - STATE(622), 1, + anon_sym_RPAREN, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -71467,37 +71585,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [28210] = 21, + [28228] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, + ACTIONS(2145), 1, anon_sym_COMMA, ACTIONS(2200), 1, - anon_sym_RPAREN, - STATE(622), 1, + anon_sym_SEMI, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -71518,37 +71636,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [28282] = 21, + [28300] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, + ACTIONS(2145), 1, anon_sym_COMMA, ACTIONS(2202), 1, anon_sym_SEMI, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -71569,37 +71687,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [28354] = 21, + [28372] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, + ACTIONS(2145), 1, anon_sym_COMMA, ACTIONS(2204), 1, anon_sym_RPAREN, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -71620,37 +71738,33 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [28426] = 21, + [28444] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, - anon_sym_COMMA, - ACTIONS(2206), 1, - anon_sym_RPAREN, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -71671,37 +71785,40 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [28498] = 21, + ACTIONS(2206), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [28514] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, + ACTIONS(2145), 1, anon_sym_COMMA, ACTIONS(2208), 1, - anon_sym_RPAREN, - STATE(622), 1, + anon_sym_SEMI, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -71722,37 +71839,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [28570] = 21, + [28586] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, + ACTIONS(2145), 1, anon_sym_COMMA, ACTIONS(2210), 1, - anon_sym_RPAREN, - STATE(622), 1, + anon_sym_SEMI, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -71773,37 +71890,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [28642] = 21, + [28658] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, + ACTIONS(2145), 1, anon_sym_COMMA, ACTIONS(2212), 1, - anon_sym_RPAREN, - STATE(622), 1, + anon_sym_SEMI, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -71824,87 +71941,82 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [28714] = 20, + [28730] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1815), 1, + ACTIONS(1428), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, - anon_sym_LBRACK, - ACTIONS(2063), 1, - anon_sym_SLASH, - ACTIONS(2065), 1, - anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, - anon_sym_AMP_AMP, - ACTIONS(2091), 1, - anon_sym_QMARK, - STATE(622), 1, - sym_argument_list, - ACTIONS(1831), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2059), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2061), 2, + ACTIONS(1430), 1, anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2067), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2069), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2071), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2073), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(1432), 1, + anon_sym___based, + ACTIONS(2041), 1, + sym_identifier, + ACTIONS(2049), 1, + anon_sym_LBRACK, + STATE(1072), 1, + sym__declarator, + STATE(1152), 1, + sym__abstract_declarator, + STATE(1176), 1, + sym_parameter_list, + STATE(1395), 1, + sym_ms_based_modifier, ACTIONS(2214), 2, anon_sym_COMMA, anon_sym_RPAREN, - [28784] = 21, + STATE(888), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(1169), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + STATE(1126), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + ACTIONS(45), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + [28790] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, + ACTIONS(2145), 1, anon_sym_COMMA, ACTIONS(2216), 1, - anon_sym_RPAREN, - STATE(622), 1, + anon_sym_SEMI, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -71925,37 +72037,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [28856] = 21, + [28862] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, + ACTIONS(2145), 1, anon_sym_COMMA, ACTIONS(2218), 1, anon_sym_SEMI, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -71976,82 +72088,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [28928] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_LPAREN2, - ACTIONS(1430), 1, - anon_sym_STAR, - ACTIONS(1432), 1, - anon_sym___based, - ACTIONS(2041), 1, - sym_identifier, - ACTIONS(2049), 1, - anon_sym_LBRACK, - STATE(1050), 1, - sym__declarator, - STATE(1144), 1, - sym__abstract_declarator, - STATE(1162), 1, - sym_parameter_list, - STATE(1375), 1, - sym_ms_based_modifier, - ACTIONS(2220), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(896), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(1175), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - STATE(1126), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - ACTIONS(45), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - [28988] = 21, + [28934] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, + ACTIONS(2145), 1, anon_sym_COMMA, - ACTIONS(2222), 1, - anon_sym_SEMI, - STATE(622), 1, + ACTIONS(2220), 1, + anon_sym_RPAREN, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -72072,37 +72139,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [29060] = 21, + [29006] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, + ACTIONS(2145), 1, anon_sym_COMMA, - ACTIONS(2224), 1, - anon_sym_RPAREN, - STATE(622), 1, + ACTIONS(2222), 1, + anon_sym_SEMI, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -72123,37 +72190,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [29132] = 21, + [29078] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, + ACTIONS(2145), 1, anon_sym_COMMA, - ACTIONS(2226), 1, - anon_sym_SEMI, - STATE(622), 1, + ACTIONS(2224), 1, + anon_sym_RPAREN, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -72174,37 +72241,33 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [29204] = 21, + [29150] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, - anon_sym_COMMA, - ACTIONS(2228), 1, - anon_sym_RPAREN, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -72225,37 +72288,40 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [29276] = 21, + ACTIONS(2226), 2, + anon_sym_COMMA, + anon_sym_SEMI, + [29220] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, + ACTIONS(2145), 1, anon_sym_COMMA, - ACTIONS(2230), 1, + ACTIONS(2228), 1, anon_sym_RPAREN, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -72276,33 +72342,70 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [29348] = 20, + [29292] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2230), 1, + sym_identifier, + ACTIONS(2239), 1, + sym_primitive_type, + STATE(757), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(2237), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(2233), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + ACTIONS(2235), 15, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + [29336] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -72323,40 +72426,40 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2232), 2, + ACTIONS(2241), 2, anon_sym_COMMA, anon_sym_RPAREN, - [29418] = 21, + [29406] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, + ACTIONS(2145), 1, anon_sym_COMMA, - ACTIONS(2234), 1, + ACTIONS(2243), 1, anon_sym_RPAREN, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -72377,37 +72480,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [29490] = 21, + [29478] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, + ACTIONS(2145), 1, anon_sym_COMMA, - ACTIONS(2236), 1, - anon_sym_RPAREN, - STATE(622), 1, + ACTIONS(2245), 1, + anon_sym_SEMI, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -72428,88 +72531,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [29562] = 21, + [29550] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, - anon_sym_QMARK, - ACTIONS(2170), 1, - anon_sym_COMMA, - ACTIONS(2238), 1, - anon_sym_RPAREN, - STATE(622), 1, - sym_argument_list, - ACTIONS(1831), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2059), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2061), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2067), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2069), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2071), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2073), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [29634] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1815), 1, - anon_sym_LPAREN2, - ACTIONS(1829), 1, - anon_sym_LBRACK, - ACTIONS(2063), 1, - anon_sym_SLASH, - ACTIONS(2065), 1, - anon_sym_AMP, - ACTIONS(2083), 1, + ACTIONS(2095), 1, anon_sym_PIPE, - ACTIONS(2085), 1, + ACTIONS(2097), 1, anon_sym_CARET, - ACTIONS(2087), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, - anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, + ACTIONS(2145), 1, anon_sym_COMMA, - ACTIONS(2240), 1, + ACTIONS(2247), 1, anon_sym_SEMI, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -72530,37 +72582,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [29706] = 21, + [29622] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, + ACTIONS(2145), 1, anon_sym_COMMA, - ACTIONS(2242), 1, - anon_sym_SEMI, - STATE(622), 1, + ACTIONS(2249), 1, + anon_sym_RPAREN, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -72581,33 +72633,33 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [29778] = 20, + [29694] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -72628,40 +72680,40 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2244), 2, + ACTIONS(2251), 2, anon_sym_COMMA, anon_sym_RBRACE, - [29848] = 21, + [29764] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, + ACTIONS(2145), 1, anon_sym_COMMA, - ACTIONS(2246), 1, + ACTIONS(2253), 1, anon_sym_SEMI, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -72682,33 +72734,33 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [29920] = 20, + [29836] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -72729,91 +72781,40 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2248), 2, + ACTIONS(2255), 2, anon_sym_COMMA, - anon_sym_SEMI, - [29990] = 21, + anon_sym_RBRACE, + [29906] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, - anon_sym_QMARK, - ACTIONS(2170), 1, - anon_sym_COMMA, - ACTIONS(2250), 1, - anon_sym_RPAREN, - STATE(622), 1, - sym_argument_list, - ACTIONS(1831), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2059), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2061), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2067), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2069), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2071), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2073), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [30062] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1815), 1, - anon_sym_LPAREN2, - ACTIONS(1829), 1, - anon_sym_LBRACK, - ACTIONS(2063), 1, - anon_sym_SLASH, - ACTIONS(2065), 1, - anon_sym_AMP, - ACTIONS(2083), 1, + ACTIONS(2095), 1, anon_sym_PIPE, - ACTIONS(2085), 1, + ACTIONS(2097), 1, anon_sym_CARET, - ACTIONS(2087), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, - anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, + ACTIONS(2145), 1, anon_sym_COMMA, - ACTIONS(2252), 1, - anon_sym_RPAREN, - STATE(622), 1, + ACTIONS(2257), 1, + anon_sym_SEMI, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -72834,37 +72835,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [30134] = 21, + [29978] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, + ACTIONS(2145), 1, anon_sym_COMMA, - ACTIONS(2254), 1, + ACTIONS(2259), 1, anon_sym_SEMI, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -72885,37 +72886,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [30206] = 21, + [30050] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, + ACTIONS(2145), 1, anon_sym_COMMA, - ACTIONS(2256), 1, - anon_sym_SEMI, - STATE(622), 1, + ACTIONS(2261), 1, + anon_sym_RPAREN, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -72936,37 +72937,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [30278] = 21, + [30122] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, + ACTIONS(2145), 1, anon_sym_COMMA, - ACTIONS(2258), 1, - anon_sym_RPAREN, - STATE(622), 1, + ACTIONS(2263), 1, + anon_sym_SEMI, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -72987,37 +72988,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [30350] = 21, + [30194] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, + ACTIONS(2145), 1, anon_sym_COMMA, - ACTIONS(2260), 1, + ACTIONS(2265), 1, anon_sym_RPAREN, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -73038,37 +73039,33 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [30422] = 21, + [30266] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, - anon_sym_COMMA, - ACTIONS(2262), 1, - anon_sym_SEMI, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -73089,37 +73086,40 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [30494] = 21, + ACTIONS(2267), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [30336] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, + ACTIONS(2145), 1, anon_sym_COMMA, - ACTIONS(2264), 1, + ACTIONS(2269), 1, anon_sym_SEMI, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -73140,33 +73140,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [30566] = 20, + [30408] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - STATE(622), 1, + ACTIONS(2145), 1, + anon_sym_COMMA, + ACTIONS(2271), 1, + anon_sym_SEMI, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -73187,40 +73191,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2266), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [30636] = 21, + [30480] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, + ACTIONS(2145), 1, anon_sym_COMMA, - ACTIONS(2268), 1, - anon_sym_SEMI, - STATE(622), 1, + ACTIONS(2273), 1, + anon_sym_RPAREN, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -73241,37 +73242,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [30708] = 21, + [30552] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, + ACTIONS(2145), 1, anon_sym_COMMA, - ACTIONS(2270), 1, - anon_sym_SEMI, - STATE(622), 1, + ACTIONS(2275), 1, + anon_sym_RPAREN, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -73292,37 +73293,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [30780] = 21, + [30624] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, + ACTIONS(2145), 1, anon_sym_COMMA, - ACTIONS(2272), 1, - anon_sym_SEMI, - STATE(622), 1, + ACTIONS(2277), 1, + anon_sym_RPAREN, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -73343,37 +73344,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [30852] = 21, + [30696] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, + ACTIONS(2145), 1, anon_sym_COMMA, - ACTIONS(2274), 1, - anon_sym_SEMI, - STATE(622), 1, + ACTIONS(2279), 1, + anon_sym_RPAREN, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -73394,33 +73395,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [30924] = 20, + [30768] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - STATE(622), 1, + ACTIONS(2145), 1, + anon_sym_COMMA, + ACTIONS(2281), 1, + anon_sym_RPAREN, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -73441,40 +73446,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2276), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [30994] = 21, + [30840] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, + ACTIONS(2145), 1, anon_sym_COMMA, - ACTIONS(2278), 1, + ACTIONS(2283), 1, anon_sym_RPAREN, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -73495,37 +73497,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [31066] = 21, + [30912] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, + ACTIONS(2145), 1, anon_sym_COMMA, - ACTIONS(2280), 1, - anon_sym_RPAREN, - STATE(622), 1, + ACTIONS(2285), 1, + anon_sym_SEMI, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -73546,37 +73548,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [31138] = 21, + [30984] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, + ACTIONS(2145), 1, anon_sym_COMMA, - ACTIONS(2282), 1, + ACTIONS(2287), 1, anon_sym_RPAREN, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -73597,37 +73599,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [31210] = 21, + [31056] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, + ACTIONS(2145), 1, anon_sym_COMMA, - ACTIONS(2284), 1, + ACTIONS(2289), 1, anon_sym_RPAREN, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -73648,37 +73650,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [31282] = 21, + [31128] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, + ACTIONS(2145), 1, anon_sym_COMMA, - ACTIONS(2286), 1, - anon_sym_RPAREN, - STATE(622), 1, + ACTIONS(2291), 1, + anon_sym_SEMI, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -73699,37 +73701,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [31354] = 21, + [31200] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, + ACTIONS(2145), 1, anon_sym_COMMA, - ACTIONS(2288), 1, - anon_sym_RPAREN, - STATE(622), 1, + ACTIONS(2293), 1, + anon_sym_SEMI, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -73750,37 +73752,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [31426] = 21, + [31272] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, + ACTIONS(2145), 1, anon_sym_COMMA, - ACTIONS(2290), 1, + ACTIONS(2295), 1, anon_sym_RPAREN, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -73801,37 +73803,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [31498] = 21, + [31344] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, + ACTIONS(2145), 1, anon_sym_COMMA, - ACTIONS(2292), 1, - anon_sym_SEMI, - STATE(622), 1, + ACTIONS(2297), 1, + anon_sym_RPAREN, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -73852,74 +73854,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [31570] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2294), 1, - sym_identifier, - ACTIONS(2303), 1, - sym_primitive_type, - STATE(718), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(2301), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2297), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - ACTIONS(2299), 15, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - [31614] = 21, + [31416] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, + ACTIONS(2145), 1, anon_sym_COMMA, - ACTIONS(2305), 1, - anon_sym_SEMI, - STATE(622), 1, + ACTIONS(2299), 1, + anon_sym_RPAREN, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -73940,33 +73905,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [31686] = 20, + [31488] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - STATE(622), 1, + ACTIONS(2145), 1, + anon_sym_COMMA, + ACTIONS(2301), 1, + anon_sym_RPAREN, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -73987,40 +73956,33 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2307), 2, - anon_sym_COMMA, - anon_sym_SEMI, - [31756] = 21, + [31560] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, - anon_sym_COMMA, - ACTIONS(2309), 1, - anon_sym_SEMI, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -74041,37 +74003,40 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [31828] = 21, + ACTIONS(2303), 2, + anon_sym_COMMA, + anon_sym_SEMI, + [31630] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, + ACTIONS(2145), 1, anon_sym_COMMA, - ACTIONS(2311), 1, + ACTIONS(2305), 1, anon_sym_SEMI, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -74092,37 +74057,37 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [31900] = 21, + [31702] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2170), 1, + ACTIONS(2145), 1, anon_sym_COMMA, - ACTIONS(2313), 1, - anon_sym_SEMI, - STATE(622), 1, + ACTIONS(2307), 1, + anon_sym_RPAREN, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -74143,124 +74108,139 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [31972] = 20, + [31774] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1763), 1, - anon_sym_RBRACK, - ACTIONS(1829), 1, - anon_sym_LBRACK, - ACTIONS(1985), 1, + ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(2319), 1, + ACTIONS(1819), 1, + anon_sym_LBRACK, + ACTIONS(2063), 1, anon_sym_SLASH, - ACTIONS(2321), 1, + ACTIONS(2065), 1, + anon_sym_AMP, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2323), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2325), 1, + ACTIONS(2095), 1, anon_sym_PIPE, - ACTIONS(2327), 1, + ACTIONS(2097), 1, anon_sym_CARET, - ACTIONS(2329), 1, - anon_sym_AMP, - ACTIONS(2339), 1, + ACTIONS(2123), 1, anon_sym_QMARK, - STATE(622), 1, + ACTIONS(2145), 1, + anon_sym_COMMA, + ACTIONS(2309), 1, + anon_sym_RPAREN, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2315), 2, + ACTIONS(2059), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2317), 2, + ACTIONS(2061), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2331), 2, + ACTIONS(2067), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2333), 2, + ACTIONS(2069), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2335), 2, + ACTIONS(2071), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2337), 2, + ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [32041] = 11, + [31846] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1829), 1, - anon_sym_LBRACK, - ACTIONS(1985), 1, + ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(2319), 1, + ACTIONS(1819), 1, + anon_sym_LBRACK, + ACTIONS(2063), 1, anon_sym_SLASH, - STATE(622), 1, + ACTIONS(2065), 1, + anon_sym_AMP, + ACTIONS(2091), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2093), 1, + anon_sym_AMP_AMP, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, + anon_sym_QMARK, + ACTIONS(2145), 1, + anon_sym_COMMA, + ACTIONS(2311), 1, + anon_sym_SEMI, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2315), 2, + ACTIONS(2059), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2317), 2, + ACTIONS(2061), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1821), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(1813), 11, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(2067), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2069), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2071), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_RBRACK, - anon_sym_QMARK, - [32092] = 20, + [31918] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2341), 1, - anon_sym_COLON, - STATE(622), 1, + ACTIONS(2145), 1, + anon_sym_COMMA, + ACTIONS(2313), 1, + anon_sym_SEMI, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -74281,68 +74261,71 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [32161] = 12, + [31990] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(1985), 1, anon_sym_LPAREN2, ACTIONS(2319), 1, anon_sym_SLASH, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, + ACTIONS(1835), 2, + anon_sym_PIPE, + anon_sym_AMP, ACTIONS(2315), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2317), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2337), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(1821), 4, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(2321), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2323), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1813), 9, + ACTIONS(2325), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2327), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(1829), 5, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, anon_sym_RBRACK, anon_sym_QMARK, - [32214] = 14, + [32049] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1432), 1, anon_sym___based, - ACTIONS(2343), 1, + ACTIONS(2041), 1, sym_identifier, - ACTIONS(2345), 1, + ACTIONS(2329), 1, anon_sym_LPAREN2, - ACTIONS(2347), 1, + ACTIONS(2331), 1, anon_sym_STAR, - STATE(1029), 1, + STATE(1030), 1, sym_ms_unaligned_ptr_modifier, - STATE(1088), 1, - sym__field_declarator, - STATE(1518), 1, + STATE(1072), 1, + sym__declarator, + STATE(1395), 1, sym_ms_based_modifier, ACTIONS(2047), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(1015), 2, + STATE(1011), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(1028), 2, @@ -74352,12 +74335,12 @@ static const uint16_t ts_small_parse_table[] = { sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1138), 5, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, + STATE(1126), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, ACTIONS(45), 6, anon_sym_const, anon_sym_volatile, @@ -74365,25 +74348,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - [32271] = 16, + [32106] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1821), 1, - anon_sym_PIPE, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(1985), 1, anon_sym_LPAREN2, ACTIONS(2319), 1, anon_sym_SLASH, - ACTIONS(2329), 1, + ACTIONS(2333), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2335), 1, + anon_sym_AMP_AMP, + ACTIONS(2337), 1, + anon_sym_PIPE, + ACTIONS(2339), 1, + anon_sym_CARET, + ACTIONS(2341), 1, anon_sym_AMP, - STATE(622), 1, + ACTIONS(2343), 1, + anon_sym_RBRACK, + ACTIONS(2345), 1, + anon_sym_QMARK, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2315), 2, @@ -74392,183 +74385,137 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2317), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2331), 2, + ACTIONS(2321), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2333), 2, + ACTIONS(2323), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2335), 2, + ACTIONS(2325), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2337), 2, + ACTIONS(2327), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1813), 5, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_RBRACK, - anon_sym_QMARK, - [32332] = 17, + [32175] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1821), 1, - anon_sym_PIPE, - ACTIONS(1829), 1, - anon_sym_LBRACK, - ACTIONS(1985), 1, + ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(2319), 1, + ACTIONS(1819), 1, + anon_sym_LBRACK, + ACTIONS(2063), 1, anon_sym_SLASH, - ACTIONS(2327), 1, - anon_sym_CARET, - ACTIONS(2329), 1, + ACTIONS(2065), 1, anon_sym_AMP, - STATE(622), 1, + ACTIONS(2091), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2093), 1, + anon_sym_AMP_AMP, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, + anon_sym_QMARK, + ACTIONS(2347), 1, + anon_sym_COLON, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2315), 2, + ACTIONS(2059), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2317), 2, + ACTIONS(2061), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2331), 2, + ACTIONS(2067), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2333), 2, + ACTIONS(2069), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2335), 2, + ACTIONS(2071), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2337), 2, + ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1813), 4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_RBRACK, - anon_sym_QMARK, - [32395] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1432), 1, - anon_sym___based, - ACTIONS(2343), 1, - sym_identifier, - ACTIONS(2345), 1, - anon_sym_LPAREN2, - ACTIONS(2347), 1, - anon_sym_STAR, - STATE(1029), 1, - sym_ms_unaligned_ptr_modifier, - STATE(1088), 1, - sym__field_declarator, - STATE(1518), 1, - sym_ms_based_modifier, - ACTIONS(2047), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(838), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(1015), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2045), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(1138), 5, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - ACTIONS(45), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - [32452] = 20, + [32244] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1815), 1, - anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1749), 1, + anon_sym_RBRACK, + ACTIONS(1819), 1, anon_sym_LBRACK, - ACTIONS(2063), 1, + ACTIONS(1985), 1, + anon_sym_LPAREN2, + ACTIONS(2319), 1, anon_sym_SLASH, - ACTIONS(2065), 1, - anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2333), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2335), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2337), 1, + anon_sym_PIPE, + ACTIONS(2339), 1, + anon_sym_CARET, + ACTIONS(2341), 1, + anon_sym_AMP, + ACTIONS(2345), 1, anon_sym_QMARK, - ACTIONS(2349), 1, - anon_sym_COLON, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2059), 2, + ACTIONS(2315), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2061), 2, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2067), 2, + ACTIONS(2321), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2069), 2, + ACTIONS(2323), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2071), 2, + ACTIONS(2325), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2073), 2, + ACTIONS(2327), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [32521] = 14, + [32313] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1432), 1, anon_sym___based, ACTIONS(2041), 1, sym_identifier, - ACTIONS(2351), 1, + ACTIONS(2329), 1, anon_sym_LPAREN2, - ACTIONS(2353), 1, + ACTIONS(2331), 1, anon_sym_STAR, - STATE(1029), 1, + STATE(1030), 1, sym_ms_unaligned_ptr_modifier, - STATE(1059), 1, + STATE(1049), 1, sym__declarator, - STATE(1375), 1, + STATE(1395), 1, sym_ms_based_modifier, ACTIONS(2047), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(1009), 2, + STATE(1027), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, STATE(1028), 2, @@ -74591,84 +74538,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - [32578] = 20, + [32370] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, - anon_sym_QMARK, - ACTIONS(2355), 1, - anon_sym_COLON, - STATE(622), 1, - sym_argument_list, - ACTIONS(1831), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2059), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2061), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2067), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2069), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2071), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2073), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [32647] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1815), 1, - anon_sym_LPAREN2, - ACTIONS(1829), 1, - anon_sym_LBRACK, - ACTIONS(2063), 1, - anon_sym_SLASH, - ACTIONS(2065), 1, - anon_sym_AMP, - ACTIONS(2083), 1, + ACTIONS(2095), 1, anon_sym_PIPE, - ACTIONS(2085), 1, + ACTIONS(2097), 1, anon_sym_CARET, - ACTIONS(2087), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, - anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2357), 1, - anon_sym_COMMA, - STATE(622), 1, + ACTIONS(2349), 1, + anon_sym_COLON, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -74689,84 +74587,35 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [32716] = 20, + [32439] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1761), 1, + ACTIONS(1763), 1, anon_sym_RBRACK, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(1985), 1, anon_sym_LPAREN2, ACTIONS(2319), 1, anon_sym_SLASH, - ACTIONS(2321), 1, + ACTIONS(2333), 1, anon_sym_PIPE_PIPE, - ACTIONS(2323), 1, + ACTIONS(2335), 1, anon_sym_AMP_AMP, - ACTIONS(2325), 1, + ACTIONS(2337), 1, anon_sym_PIPE, - ACTIONS(2327), 1, - anon_sym_CARET, - ACTIONS(2329), 1, - anon_sym_AMP, ACTIONS(2339), 1, - anon_sym_QMARK, - STATE(622), 1, - sym_argument_list, - ACTIONS(1831), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2315), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2317), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2331), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2333), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2335), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2337), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [32785] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1775), 1, - anon_sym_RBRACK, - ACTIONS(1829), 1, - anon_sym_LBRACK, - ACTIONS(1985), 1, - anon_sym_LPAREN2, - ACTIONS(2319), 1, - anon_sym_SLASH, - ACTIONS(2321), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2323), 1, - anon_sym_AMP_AMP, - ACTIONS(2325), 1, - anon_sym_PIPE, - ACTIONS(2327), 1, anon_sym_CARET, - ACTIONS(2329), 1, + ACTIONS(2341), 1, anon_sym_AMP, - ACTIONS(2339), 1, + ACTIONS(2345), 1, anon_sym_QMARK, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2315), 2, @@ -74775,49 +74624,49 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2317), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2331), 2, + ACTIONS(2321), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2333), 2, + ACTIONS(2323), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2335), 2, + ACTIONS(2325), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2337), 2, + ACTIONS(2327), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [32854] = 14, + [32508] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1432), 1, anon_sym___based, - ACTIONS(2343), 1, + ACTIONS(2351), 1, sym_identifier, - ACTIONS(2345), 1, + ACTIONS(2353), 1, anon_sym_LPAREN2, - ACTIONS(2347), 1, + ACTIONS(2355), 1, anon_sym_STAR, - STATE(1029), 1, + STATE(1030), 1, sym_ms_unaligned_ptr_modifier, - STATE(1090), 1, + STATE(1081), 1, sym__field_declarator, - STATE(1518), 1, + STATE(1369), 1, sym_ms_based_modifier, ACTIONS(2047), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(992), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(1028), 2, + STATE(852), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, + STATE(1017), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, ACTIONS(2045), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1138), 5, + STATE(1132), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -74829,85 +74678,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, - anon_sym__Noreturn, - [32911] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1753), 1, - anon_sym_RBRACK, - ACTIONS(1829), 1, - anon_sym_LBRACK, - ACTIONS(1985), 1, - anon_sym_LPAREN2, - ACTIONS(2319), 1, - anon_sym_SLASH, - ACTIONS(2321), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2323), 1, - anon_sym_AMP_AMP, - ACTIONS(2325), 1, - anon_sym_PIPE, - ACTIONS(2327), 1, - anon_sym_CARET, - ACTIONS(2329), 1, - anon_sym_AMP, - ACTIONS(2339), 1, - anon_sym_QMARK, - STATE(622), 1, - sym_argument_list, - ACTIONS(1831), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2315), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2317), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2331), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2333), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2335), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2337), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [32980] = 20, + anon_sym__Noreturn, + [32565] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2359), 1, + ACTIONS(2357), 1, anon_sym_COLON, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -74928,32 +74728,32 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [33049] = 14, + [32634] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1432), 1, anon_sym___based, ACTIONS(2041), 1, sym_identifier, - ACTIONS(2351), 1, + ACTIONS(2329), 1, anon_sym_LPAREN2, - ACTIONS(2353), 1, + ACTIONS(2331), 1, anon_sym_STAR, - STATE(1029), 1, + STATE(1030), 1, sym_ms_unaligned_ptr_modifier, - STATE(1050), 1, + STATE(1072), 1, sym__declarator, - STATE(1375), 1, + STATE(1395), 1, sym_ms_based_modifier, ACTIONS(2047), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(1010), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(1028), 2, + STATE(829), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, + STATE(1011), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, ACTIONS(2045), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, @@ -74971,30 +74771,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - [33106] = 14, + [32691] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1819), 1, + anon_sym_LBRACK, + ACTIONS(1973), 1, + anon_sym_RBRACK, + ACTIONS(1985), 1, + anon_sym_LPAREN2, + ACTIONS(2319), 1, + anon_sym_SLASH, + ACTIONS(2333), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2335), 1, + anon_sym_AMP_AMP, + ACTIONS(2337), 1, + anon_sym_PIPE, + ACTIONS(2339), 1, + anon_sym_CARET, + ACTIONS(2341), 1, + anon_sym_AMP, + ACTIONS(2345), 1, + anon_sym_QMARK, + STATE(599), 1, + sym_argument_list, + ACTIONS(1821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1823), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2315), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2317), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2321), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2323), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2325), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2327), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [32760] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1432), 1, anon_sym___based, ACTIONS(2041), 1, sym_identifier, - ACTIONS(2351), 1, + ACTIONS(2329), 1, anon_sym_LPAREN2, - ACTIONS(2353), 1, + ACTIONS(2331), 1, anon_sym_STAR, - STATE(1029), 1, + STATE(1030), 1, sym_ms_unaligned_ptr_modifier, - STATE(1050), 1, + STATE(1057), 1, sym__declarator, - STATE(1375), 1, + STATE(1395), 1, sym_ms_based_modifier, ACTIONS(2047), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(833), 2, + STATE(825), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(1010), 2, + STATE(1000), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(2045), 3, @@ -75014,84 +74863,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - [33163] = 20, + [32817] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(1985), 1, anon_sym_LPAREN2, ACTIONS(2319), 1, anon_sym_SLASH, - ACTIONS(2321), 1, + ACTIONS(2333), 1, anon_sym_PIPE_PIPE, - ACTIONS(2323), 1, + ACTIONS(2335), 1, anon_sym_AMP_AMP, - ACTIONS(2325), 1, + ACTIONS(2337), 1, anon_sym_PIPE, - ACTIONS(2327), 1, + ACTIONS(2339), 1, anon_sym_CARET, - ACTIONS(2329), 1, + ACTIONS(2341), 1, anon_sym_AMP, - ACTIONS(2339), 1, - anon_sym_QMARK, - ACTIONS(2361), 1, - anon_sym_RBRACK, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, + ACTIONS(1885), 2, + anon_sym_RBRACK, + anon_sym_QMARK, ACTIONS(2315), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2317), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2331), 2, + ACTIONS(2321), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2333), 2, + ACTIONS(2323), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2335), 2, + ACTIONS(2325), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2337), 2, + ACTIONS(2327), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [33232] = 20, + [32884] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1767), 1, + ACTIONS(1745), 1, anon_sym_RBRACK, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(1985), 1, anon_sym_LPAREN2, ACTIONS(2319), 1, anon_sym_SLASH, - ACTIONS(2321), 1, + ACTIONS(2333), 1, anon_sym_PIPE_PIPE, - ACTIONS(2323), 1, + ACTIONS(2335), 1, anon_sym_AMP_AMP, - ACTIONS(2325), 1, + ACTIONS(2337), 1, anon_sym_PIPE, - ACTIONS(2327), 1, + ACTIONS(2339), 1, anon_sym_CARET, - ACTIONS(2329), 1, + ACTIONS(2341), 1, anon_sym_AMP, - ACTIONS(2339), 1, + ACTIONS(2345), 1, anon_sym_QMARK, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2315), 2, @@ -75100,47 +74948,47 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2317), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2331), 2, + ACTIONS(2321), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2333), 2, + ACTIONS(2323), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2335), 2, + ACTIONS(2325), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2337), 2, + ACTIONS(2327), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [33301] = 20, + [32953] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, - ACTIONS(1865), 1, - anon_sym_RBRACK, ACTIONS(1985), 1, anon_sym_LPAREN2, ACTIONS(2319), 1, anon_sym_SLASH, - ACTIONS(2321), 1, + ACTIONS(2333), 1, anon_sym_PIPE_PIPE, - ACTIONS(2323), 1, + ACTIONS(2335), 1, anon_sym_AMP_AMP, - ACTIONS(2325), 1, + ACTIONS(2337), 1, anon_sym_PIPE, - ACTIONS(2327), 1, + ACTIONS(2339), 1, anon_sym_CARET, - ACTIONS(2329), 1, + ACTIONS(2341), 1, anon_sym_AMP, - ACTIONS(2339), 1, + ACTIONS(2345), 1, anon_sym_QMARK, - STATE(622), 1, + ACTIONS(2359), 1, + anon_sym_RBRACK, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2315), 2, @@ -75149,79 +74997,129 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2317), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2331), 2, + ACTIONS(2321), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2333), 2, + ACTIONS(2323), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2335), 2, + ACTIONS(2325), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2337), 2, + ACTIONS(2327), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [33370] = 14, + [33022] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1432), 1, - anon_sym___based, - ACTIONS(2363), 1, - sym_identifier, - ACTIONS(2365), 1, + ACTIONS(1819), 1, + anon_sym_LBRACK, + ACTIONS(1967), 1, + anon_sym_RBRACK, + ACTIONS(1985), 1, anon_sym_LPAREN2, - ACTIONS(2367), 1, + ACTIONS(2319), 1, + anon_sym_SLASH, + ACTIONS(2333), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2335), 1, + anon_sym_AMP_AMP, + ACTIONS(2337), 1, + anon_sym_PIPE, + ACTIONS(2339), 1, + anon_sym_CARET, + ACTIONS(2341), 1, + anon_sym_AMP, + ACTIONS(2345), 1, + anon_sym_QMARK, + STATE(599), 1, + sym_argument_list, + ACTIONS(1821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1823), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2315), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2317), 2, anon_sym_STAR, - STATE(1029), 1, - sym_ms_unaligned_ptr_modifier, - STATE(1110), 1, - sym__type_declarator, - STATE(1465), 1, - sym_ms_based_modifier, - ACTIONS(2047), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(853), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(1013), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2045), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(1145), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - ACTIONS(45), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - [33427] = 14, + anon_sym_PERCENT, + ACTIONS(2321), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2323), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2325), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2327), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [33091] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(1985), 1, anon_sym_LPAREN2, ACTIONS(2319), 1, anon_sym_SLASH, - STATE(622), 1, + STATE(599), 1, sym_argument_list, ACTIONS(1821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1823), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2317), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(1835), 6, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_PIPE, anon_sym_AMP, - ACTIONS(1831), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(1829), 11, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_RBRACK, + anon_sym_QMARK, + [33140] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1819), 1, + anon_sym_LBRACK, + ACTIONS(1985), 1, + anon_sym_LPAREN2, + ACTIONS(2319), 1, + anon_sym_SLASH, + ACTIONS(2335), 1, + anon_sym_AMP_AMP, + ACTIONS(2337), 1, + anon_sym_PIPE, + ACTIONS(2339), 1, + anon_sym_CARET, + ACTIONS(2341), 1, + anon_sym_AMP, + STATE(599), 1, + sym_argument_list, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2315), 2, @@ -75230,52 +75128,51 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2317), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2333), 2, + ACTIONS(2321), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2323), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2335), 2, + ACTIONS(2325), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2337), 2, + ACTIONS(2327), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1813), 7, + ACTIONS(1829), 3, anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_RBRACK, anon_sym_QMARK, - [33484] = 20, + [33205] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2369), 1, - anon_sym_COLON, - STATE(622), 1, + ACTIONS(2361), 1, + anon_sym_RPAREN, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -75296,76 +75193,84 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [33553] = 20, + [33274] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1815), 1, - anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1783), 1, + anon_sym_RBRACK, + ACTIONS(1819), 1, anon_sym_LBRACK, - ACTIONS(2063), 1, + ACTIONS(1985), 1, + anon_sym_LPAREN2, + ACTIONS(2319), 1, anon_sym_SLASH, - ACTIONS(2065), 1, - anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2333), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2335), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2337), 1, + anon_sym_PIPE, + ACTIONS(2339), 1, + anon_sym_CARET, + ACTIONS(2341), 1, + anon_sym_AMP, + ACTIONS(2345), 1, anon_sym_QMARK, - ACTIONS(2371), 1, - anon_sym_COLON, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2059), 2, + ACTIONS(2315), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2061), 2, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2067), 2, + ACTIONS(2321), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2069), 2, + ACTIONS(2323), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2071), 2, + ACTIONS(2325), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2073), 2, + ACTIONS(2327), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [33622] = 17, + [33343] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1829), 1, + ACTIONS(1753), 1, + anon_sym_RBRACK, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(1985), 1, anon_sym_LPAREN2, ACTIONS(2319), 1, anon_sym_SLASH, - ACTIONS(2325), 1, + ACTIONS(2333), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2335), 1, + anon_sym_AMP_AMP, + ACTIONS(2337), 1, anon_sym_PIPE, - ACTIONS(2327), 1, + ACTIONS(2339), 1, anon_sym_CARET, - ACTIONS(2329), 1, + ACTIONS(2341), 1, anon_sym_AMP, - STATE(622), 1, + ACTIONS(2345), 1, + anon_sym_QMARK, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2315), 2, @@ -75374,95 +75279,232 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2317), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2331), 2, + ACTIONS(2321), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2333), 2, + ACTIONS(2323), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2335), 2, + ACTIONS(2325), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2337), 2, + ACTIONS(2327), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [33412] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1819), 1, + anon_sym_LBRACK, + ACTIONS(1985), 1, + anon_sym_LPAREN2, + ACTIONS(2319), 1, + anon_sym_SLASH, + STATE(599), 1, + sym_argument_list, + ACTIONS(1821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1823), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2315), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2317), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2327), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1813), 4, + ACTIONS(1921), 4, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(1919), 9, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_RBRACK, anon_sym_QMARK, - [33685] = 20, + [33465] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, - ACTIONS(1961), 1, - anon_sym_RBRACK, ACTIONS(1985), 1, anon_sym_LPAREN2, ACTIONS(2319), 1, anon_sym_SLASH, - ACTIONS(2321), 1, + ACTIONS(2337), 1, + anon_sym_PIPE, + ACTIONS(2339), 1, + anon_sym_CARET, + ACTIONS(2341), 1, + anon_sym_AMP, + STATE(599), 1, + sym_argument_list, + ACTIONS(1821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1823), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2315), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2317), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2321), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2323), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2325), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2327), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(1829), 4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_RBRACK, + anon_sym_QMARK, + [33528] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1815), 1, + anon_sym_LPAREN2, + ACTIONS(1819), 1, + anon_sym_LBRACK, + ACTIONS(2063), 1, + anon_sym_SLASH, + ACTIONS(2065), 1, + anon_sym_AMP, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2323), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2325), 1, + ACTIONS(2095), 1, anon_sym_PIPE, - ACTIONS(2327), 1, + ACTIONS(2097), 1, anon_sym_CARET, - ACTIONS(2329), 1, + ACTIONS(2123), 1, + anon_sym_QMARK, + ACTIONS(2363), 1, + anon_sym_COMMA, + STATE(599), 1, + sym_argument_list, + ACTIONS(1821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1823), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2059), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2061), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2067), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2069), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2071), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2073), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [33597] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1815), 1, + anon_sym_LPAREN2, + ACTIONS(1819), 1, + anon_sym_LBRACK, + ACTIONS(2063), 1, + anon_sym_SLASH, + ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2339), 1, + ACTIONS(2091), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2093), 1, + anon_sym_AMP_AMP, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - STATE(622), 1, + ACTIONS(2365), 1, + anon_sym_COLON, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2315), 2, + ACTIONS(2059), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2317), 2, + ACTIONS(2061), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2331), 2, + ACTIONS(2067), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2333), 2, + ACTIONS(2069), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2335), 2, + ACTIONS(2071), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2337), 2, + ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [33754] = 18, + [33666] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1829), 1, + ACTIONS(1765), 1, + anon_sym_RBRACK, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(1985), 1, anon_sym_LPAREN2, ACTIONS(2319), 1, anon_sym_SLASH, - ACTIONS(2323), 1, + ACTIONS(2333), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2335), 1, anon_sym_AMP_AMP, - ACTIONS(2325), 1, + ACTIONS(2337), 1, anon_sym_PIPE, - ACTIONS(2327), 1, + ACTIONS(2339), 1, anon_sym_CARET, - ACTIONS(2329), 1, + ACTIONS(2341), 1, anon_sym_AMP, - STATE(622), 1, + ACTIONS(2345), 1, + anon_sym_QMARK, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2315), 2, @@ -75471,58 +75513,54 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2317), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2331), 2, + ACTIONS(2321), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2333), 2, + ACTIONS(2323), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2335), 2, + ACTIONS(2325), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2337), 2, + ACTIONS(2327), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1813), 3, - anon_sym_PIPE_PIPE, - anon_sym_RBRACK, - anon_sym_QMARK, - [33819] = 14, + [33735] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1432), 1, anon_sym___based, - ACTIONS(2363), 1, + ACTIONS(2351), 1, sym_identifier, - ACTIONS(2365), 1, + ACTIONS(2353), 1, anon_sym_LPAREN2, - ACTIONS(2367), 1, + ACTIONS(2355), 1, anon_sym_STAR, - STATE(1029), 1, + STATE(1030), 1, sym_ms_unaligned_ptr_modifier, - STATE(1109), 1, - sym__type_declarator, - STATE(1465), 1, + STATE(1082), 1, + sym__field_declarator, + STATE(1369), 1, sym_ms_based_modifier, ACTIONS(2047), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(1004), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(1028), 2, + STATE(853), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, + STATE(1015), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, ACTIONS(2045), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1145), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, + STATE(1132), 5, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, ACTIONS(45), 6, anon_sym_const, anon_sym_volatile, @@ -75530,37 +75568,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - [33876] = 14, + [33792] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1432), 1, anon_sym___based, - ACTIONS(2343), 1, + ACTIONS(2351), 1, sym_identifier, - ACTIONS(2345), 1, + ACTIONS(2353), 1, anon_sym_LPAREN2, - ACTIONS(2347), 1, + ACTIONS(2355), 1, anon_sym_STAR, - STATE(1029), 1, + STATE(1030), 1, sym_ms_unaligned_ptr_modifier, - STATE(1079), 1, + STATE(1082), 1, sym__field_declarator, - STATE(1518), 1, + STATE(1369), 1, sym_ms_based_modifier, ACTIONS(2047), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(828), 2, + STATE(1015), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(1028), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(1020), 2, + ACTIONS(2045), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(1132), 5, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + ACTIONS(45), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + [33849] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1432), 1, + anon_sym___based, + ACTIONS(2351), 1, + sym_identifier, + ACTIONS(2353), 1, + anon_sym_LPAREN2, + ACTIONS(2355), 1, + anon_sym_STAR, + STATE(1030), 1, + sym_ms_unaligned_ptr_modifier, + STATE(1086), 1, + sym__field_declarator, + STATE(1369), 1, + sym_ms_based_modifier, + ACTIONS(2047), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(1006), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, + STATE(1028), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, ACTIONS(2045), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1138), 5, + STATE(1132), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -75573,214 +75654,179 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - [33933] = 19, + [33906] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, + ACTIONS(1835), 1, + anon_sym_PIPE, ACTIONS(1985), 1, anon_sym_LPAREN2, ACTIONS(2319), 1, anon_sym_SLASH, - ACTIONS(2321), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2323), 1, - anon_sym_AMP_AMP, - ACTIONS(2325), 1, - anon_sym_PIPE, - ACTIONS(2327), 1, + ACTIONS(2339), 1, anon_sym_CARET, - ACTIONS(2329), 1, + ACTIONS(2341), 1, anon_sym_AMP, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1969), 2, - anon_sym_RBRACK, - anon_sym_QMARK, ACTIONS(2315), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2317), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2331), 2, + ACTIONS(2321), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2333), 2, + ACTIONS(2323), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2335), 2, + ACTIONS(2325), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2337), 2, + ACTIONS(2327), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [34000] = 10, + ACTIONS(1829), 4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_RBRACK, + anon_sym_QMARK, + [33969] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1829), 1, + ACTIONS(1761), 1, + anon_sym_RBRACK, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(1985), 1, anon_sym_LPAREN2, ACTIONS(2319), 1, anon_sym_SLASH, - STATE(622), 1, + ACTIONS(2333), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2335), 1, + anon_sym_AMP_AMP, + ACTIONS(2337), 1, + anon_sym_PIPE, + ACTIONS(2339), 1, + anon_sym_CARET, + ACTIONS(2341), 1, + anon_sym_AMP, + ACTIONS(2345), 1, + anon_sym_QMARK, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, + ACTIONS(2315), 2, + anon_sym_DASH, + anon_sym_PLUS, ACTIONS(2317), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(1821), 6, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(1813), 11, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(2321), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2323), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2325), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(2327), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_RBRACK, - anon_sym_QMARK, - [34049] = 20, + [34038] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1815), 1, - anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1739), 1, + anon_sym_RBRACK, + ACTIONS(1819), 1, anon_sym_LBRACK, - ACTIONS(2063), 1, + ACTIONS(1985), 1, + anon_sym_LPAREN2, + ACTIONS(2319), 1, anon_sym_SLASH, - ACTIONS(2065), 1, - anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2333), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2335), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2337), 1, + anon_sym_PIPE, + ACTIONS(2339), 1, + anon_sym_CARET, + ACTIONS(2341), 1, + anon_sym_AMP, + ACTIONS(2345), 1, anon_sym_QMARK, - ACTIONS(2373), 1, - anon_sym_RPAREN, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2059), 2, + ACTIONS(2315), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2061), 2, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2067), 2, + ACTIONS(2321), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2069), 2, + ACTIONS(2323), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2071), 2, + ACTIONS(2325), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2073), 2, + ACTIONS(2327), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [34118] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1432), 1, - anon_sym___based, - ACTIONS(2363), 1, - sym_identifier, - ACTIONS(2365), 1, - anon_sym_LPAREN2, - ACTIONS(2367), 1, - anon_sym_STAR, - STATE(1029), 1, - sym_ms_unaligned_ptr_modifier, - STATE(1110), 1, - sym__type_declarator, - STATE(1465), 1, - sym_ms_based_modifier, - ACTIONS(2047), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(1013), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(1028), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - ACTIONS(2045), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(1145), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - ACTIONS(45), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - [34175] = 20, + [34107] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2375), 1, + ACTIONS(2367), 1, anon_sym_COLON, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -75801,42 +75847,42 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [34244] = 14, + [34176] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1432), 1, anon_sym___based, - ACTIONS(2041), 1, + ACTIONS(2369), 1, sym_identifier, - ACTIONS(2351), 1, + ACTIONS(2371), 1, anon_sym_LPAREN2, - ACTIONS(2353), 1, + ACTIONS(2373), 1, anon_sym_STAR, - STATE(1029), 1, + STATE(1030), 1, sym_ms_unaligned_ptr_modifier, - STATE(1076), 1, - sym__declarator, - STATE(1375), 1, + STATE(1104), 1, + sym__type_declarator, + STATE(1535), 1, sym_ms_based_modifier, ACTIONS(2047), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(841), 2, + STATE(864), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(1021), 2, + STATE(996), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(2045), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1126), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, + STATE(1144), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, ACTIONS(45), 6, anon_sym_const, anon_sym_volatile, @@ -75844,35 +75890,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - [34301] = 20, + [34233] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1751), 1, - anon_sym_RBRACK, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, + ACTIONS(1835), 1, + anon_sym_PIPE, ACTIONS(1985), 1, anon_sym_LPAREN2, ACTIONS(2319), 1, anon_sym_SLASH, - ACTIONS(2321), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2323), 1, - anon_sym_AMP_AMP, - ACTIONS(2325), 1, - anon_sym_PIPE, - ACTIONS(2327), 1, - anon_sym_CARET, - ACTIONS(2329), 1, + ACTIONS(2341), 1, anon_sym_AMP, - ACTIONS(2339), 1, - anon_sym_QMARK, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2315), 2, @@ -75881,49 +75917,55 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2317), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2331), 2, + ACTIONS(2321), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2333), 2, + ACTIONS(2323), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2335), 2, + ACTIONS(2325), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2337), 2, + ACTIONS(2327), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [34370] = 14, + ACTIONS(1829), 5, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_RBRACK, + anon_sym_QMARK, + [34294] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1432), 1, anon_sym___based, - ACTIONS(2363), 1, + ACTIONS(2369), 1, sym_identifier, - ACTIONS(2365), 1, + ACTIONS(2371), 1, anon_sym_LPAREN2, - ACTIONS(2367), 1, + ACTIONS(2373), 1, anon_sym_STAR, - STATE(1029), 1, + STATE(1030), 1, sym_ms_unaligned_ptr_modifier, - STATE(1094), 1, + STATE(1096), 1, sym__type_declarator, - STATE(1465), 1, + STATE(1535), 1, sym_ms_based_modifier, ACTIONS(2047), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(858), 2, + STATE(867), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(1001), 2, + STATE(989), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(2045), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1145), 5, + STATE(1144), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, @@ -75936,182 +75978,225 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - [34427] = 20, + [34351] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1829), 1, - anon_sym_LBRACK, - ACTIONS(1985), 1, + ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(2319), 1, + ACTIONS(1819), 1, + anon_sym_LBRACK, + ACTIONS(2063), 1, anon_sym_SLASH, - ACTIONS(2321), 1, + ACTIONS(2065), 1, + anon_sym_AMP, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2323), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2325), 1, + ACTIONS(2095), 1, anon_sym_PIPE, - ACTIONS(2327), 1, + ACTIONS(2097), 1, anon_sym_CARET, - ACTIONS(2329), 1, - anon_sym_AMP, - ACTIONS(2339), 1, + ACTIONS(2123), 1, anon_sym_QMARK, - ACTIONS(2377), 1, - anon_sym_RBRACK, - STATE(622), 1, + ACTIONS(2375), 1, + anon_sym_COLON, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2315), 2, + ACTIONS(2059), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2317), 2, + ACTIONS(2061), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2331), 2, + ACTIONS(2067), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2333), 2, + ACTIONS(2069), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2335), 2, + ACTIONS(2071), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2337), 2, + ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [34496] = 20, + [34420] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1783), 1, - anon_sym_RBRACK, - ACTIONS(1829), 1, - anon_sym_LBRACK, - ACTIONS(1985), 1, + ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(2319), 1, + ACTIONS(1819), 1, + anon_sym_LBRACK, + ACTIONS(2063), 1, anon_sym_SLASH, - ACTIONS(2321), 1, + ACTIONS(2065), 1, + anon_sym_AMP, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2323), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2325), 1, + ACTIONS(2095), 1, anon_sym_PIPE, - ACTIONS(2327), 1, + ACTIONS(2097), 1, anon_sym_CARET, - ACTIONS(2329), 1, - anon_sym_AMP, - ACTIONS(2339), 1, + ACTIONS(2123), 1, anon_sym_QMARK, - STATE(622), 1, + ACTIONS(2377), 1, + anon_sym_RPAREN, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2315), 2, + ACTIONS(2059), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2317), 2, + ACTIONS(2061), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2331), 2, + ACTIONS(2067), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2333), 2, + ACTIONS(2069), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2335), 2, + ACTIONS(2071), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2337), 2, + ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [34565] = 20, + [34489] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1735), 1, - anon_sym_RBRACK, - ACTIONS(1829), 1, - anon_sym_LBRACK, - ACTIONS(1985), 1, + ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(2319), 1, + ACTIONS(1819), 1, + anon_sym_LBRACK, + ACTIONS(2063), 1, anon_sym_SLASH, - ACTIONS(2321), 1, + ACTIONS(2065), 1, + anon_sym_AMP, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2323), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2325), 1, + ACTIONS(2095), 1, anon_sym_PIPE, - ACTIONS(2327), 1, + ACTIONS(2097), 1, anon_sym_CARET, - ACTIONS(2329), 1, - anon_sym_AMP, - ACTIONS(2339), 1, + ACTIONS(2123), 1, anon_sym_QMARK, - STATE(622), 1, + ACTIONS(2379), 1, + anon_sym_COLON, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2315), 2, + ACTIONS(2059), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2317), 2, + ACTIONS(2061), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2331), 2, + ACTIONS(2067), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2333), 2, + ACTIONS(2069), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2335), 2, + ACTIONS(2071), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2337), 2, + ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [34634] = 20, + [34558] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1739), 1, + ACTIONS(1432), 1, + anon_sym___based, + ACTIONS(2369), 1, + sym_identifier, + ACTIONS(2371), 1, + anon_sym_LPAREN2, + ACTIONS(2373), 1, + anon_sym_STAR, + STATE(1030), 1, + sym_ms_unaligned_ptr_modifier, + STATE(1106), 1, + sym__type_declarator, + STATE(1535), 1, + sym_ms_based_modifier, + ACTIONS(2047), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(1025), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(1028), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + ACTIONS(2045), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(1144), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + ACTIONS(45), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + [34615] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1741), 1, anon_sym_RBRACK, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(1985), 1, anon_sym_LPAREN2, ACTIONS(2319), 1, anon_sym_SLASH, - ACTIONS(2321), 1, + ACTIONS(2333), 1, anon_sym_PIPE_PIPE, - ACTIONS(2323), 1, + ACTIONS(2335), 1, anon_sym_AMP_AMP, - ACTIONS(2325), 1, + ACTIONS(2337), 1, anon_sym_PIPE, - ACTIONS(2327), 1, + ACTIONS(2339), 1, anon_sym_CARET, - ACTIONS(2329), 1, + ACTIONS(2341), 1, anon_sym_AMP, - ACTIONS(2339), 1, + ACTIONS(2345), 1, anon_sym_QMARK, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2315), 2, @@ -76120,85 +76205,125 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2317), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2331), 2, + ACTIONS(2321), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2333), 2, + ACTIONS(2323), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2335), 2, + ACTIONS(2325), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2337), 2, + ACTIONS(2327), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [34703] = 20, + [34684] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1815), 1, - anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1769), 1, + anon_sym_RBRACK, + ACTIONS(1819), 1, anon_sym_LBRACK, - ACTIONS(2063), 1, + ACTIONS(1985), 1, + anon_sym_LPAREN2, + ACTIONS(2319), 1, anon_sym_SLASH, - ACTIONS(2065), 1, - anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2333), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2335), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2337), 1, + anon_sym_PIPE, + ACTIONS(2339), 1, + anon_sym_CARET, + ACTIONS(2341), 1, + anon_sym_AMP, + ACTIONS(2345), 1, anon_sym_QMARK, - ACTIONS(2379), 1, - anon_sym_RPAREN, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2059), 2, + ACTIONS(2315), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2061), 2, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2067), 2, + ACTIONS(2321), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2069), 2, + ACTIONS(2323), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2071), 2, + ACTIONS(2325), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2073), 2, + ACTIONS(2327), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [34772] = 15, + [34753] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1432), 1, + anon_sym___based, + ACTIONS(2369), 1, + sym_identifier, + ACTIONS(2371), 1, + anon_sym_LPAREN2, + ACTIONS(2373), 1, + anon_sym_STAR, + STATE(1030), 1, + sym_ms_unaligned_ptr_modifier, + STATE(1104), 1, + sym__type_declarator, + STATE(1535), 1, + sym_ms_based_modifier, + ACTIONS(2047), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(996), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(1028), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + ACTIONS(2045), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(1144), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + ACTIONS(45), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + [34810] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(1985), 1, anon_sym_LPAREN2, ACTIONS(2319), 1, anon_sym_SLASH, - STATE(622), 1, + STATE(599), 1, sym_argument_list, ACTIONS(1821), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(1831), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2315), 2, @@ -76207,94 +76332,81 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2317), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2331), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2333), 2, + ACTIONS(1835), 4, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2335), 2, + ACTIONS(1829), 11, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2337), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1813), 5, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_RBRACK, anon_sym_QMARK, - [34831] = 12, + [34861] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(1985), 1, anon_sym_LPAREN2, ACTIONS(2319), 1, anon_sym_SLASH, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, + ACTIONS(1835), 2, + anon_sym_PIPE, + anon_sym_AMP, ACTIONS(2315), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2317), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2337), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(1887), 4, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(2323), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(1885), 9, + ACTIONS(2325), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2327), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(1829), 7, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, anon_sym_RBRACK, anon_sym_QMARK, - [34884] = 20, + [34918] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1757), 1, - anon_sym_RBRACK, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(1985), 1, anon_sym_LPAREN2, ACTIONS(2319), 1, anon_sym_SLASH, - ACTIONS(2321), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2323), 1, - anon_sym_AMP_AMP, - ACTIONS(2325), 1, - anon_sym_PIPE, - ACTIONS(2327), 1, - anon_sym_CARET, - ACTIONS(2329), 1, - anon_sym_AMP, - ACTIONS(2339), 1, - anon_sym_QMARK, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2315), 2, @@ -76303,47 +76415,53 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2317), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2331), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2333), 2, + ACTIONS(2327), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(1835), 4, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2335), 2, + ACTIONS(1829), 9, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2337), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [34953] = 20, + anon_sym_RBRACK, + anon_sym_QMARK, + [34971] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(1829), 1, + ACTIONS(1819), 1, anon_sym_LBRACK, ACTIONS(2063), 1, anon_sym_SLASH, ACTIONS(2065), 1, anon_sym_AMP, - ACTIONS(2083), 1, - anon_sym_PIPE, - ACTIONS(2085), 1, - anon_sym_CARET, - ACTIONS(2087), 1, + ACTIONS(2091), 1, anon_sym_PIPE_PIPE, - ACTIONS(2089), 1, + ACTIONS(2093), 1, anon_sym_AMP_AMP, - ACTIONS(2091), 1, + ACTIONS(2095), 1, + anon_sym_PIPE, + ACTIONS(2097), 1, + anon_sym_CARET, + ACTIONS(2123), 1, anon_sym_QMARK, ACTIONS(2381), 1, anon_sym_COLON, - STATE(622), 1, + STATE(599), 1, sym_argument_list, - ACTIONS(1831), 2, + ACTIONS(1821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1833), 2, + ACTIONS(1823), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2059), 2, @@ -76364,7 +76482,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2073), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [35022] = 10, + [35040] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -76375,10 +76493,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(2383), 1, anon_sym_SEMI, - ACTIONS(2184), 2, + ACTIONS(2169), 2, anon_sym___based, sym_identifier, - ACTIONS(2186), 2, + ACTIONS(2171), 2, anon_sym_LPAREN2, anon_sym_STAR, ACTIONS(43), 5, @@ -76394,7 +76512,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - STATE(730), 7, + STATE(732), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -76402,7 +76520,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - [35070] = 10, + [35088] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -76413,10 +76531,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(2385), 1, anon_sym_SEMI, - ACTIONS(2184), 2, + ACTIONS(2169), 2, anon_sym___based, sym_identifier, - ACTIONS(2186), 2, + ACTIONS(2171), 2, anon_sym_LPAREN2, anon_sym_STAR, ACTIONS(43), 5, @@ -76432,7 +76550,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - STATE(730), 7, + STATE(732), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -76440,7 +76558,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - [35118] = 10, + [35136] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -76451,10 +76569,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(2387), 1, anon_sym_SEMI, - ACTIONS(2184), 2, + ACTIONS(2169), 2, + anon_sym___based, + sym_identifier, + ACTIONS(2171), 2, + anon_sym_LPAREN2, + anon_sym_STAR, + ACTIONS(43), 5, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + ACTIONS(45), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + STATE(732), 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, + [35184] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(33), 1, + anon_sym___attribute__, + ACTIONS(37), 1, + anon_sym___declspec, + ACTIONS(886), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2389), 1, + anon_sym_SEMI, + ACTIONS(2169), 2, anon_sym___based, sym_identifier, - ACTIONS(2186), 2, + ACTIONS(2171), 2, anon_sym_LPAREN2, anon_sym_STAR, ACTIONS(43), 5, @@ -76470,7 +76626,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - STATE(730), 7, + STATE(732), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -76478,29 +76634,39 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - [35166] = 10, + [35232] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(33), 1, - anon_sym___attribute__, - ACTIONS(37), 1, - anon_sym___declspec, - ACTIONS(886), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2389), 1, - anon_sym_SEMI, - ACTIONS(2184), 2, - anon_sym___based, + ACTIONS(49), 1, + sym_primitive_type, + ACTIONS(53), 1, + anon_sym_struct, + ACTIONS(55), 1, + anon_sym_union, + ACTIONS(1482), 1, sym_identifier, - ACTIONS(2186), 2, - anon_sym_LPAREN2, - anon_sym_STAR, - ACTIONS(43), 5, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, + ACTIONS(2391), 1, + anon_sym_enum, + STATE(939), 1, + sym__type_specifier, + STATE(993), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1440), 1, + sym_type_descriptor, + STATE(892), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(1376), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(909), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, ACTIONS(45), 6, anon_sym_const, anon_sym_volatile, @@ -76508,22 +76674,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - STATE(730), 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, - [35214] = 5, + [35285] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2395), 1, + ACTIONS(2397), 1, anon_sym_LBRACE, - STATE(907), 1, + STATE(915), 1, sym_field_declaration_list, - ACTIONS(2393), 7, + ACTIONS(2395), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -76531,7 +76689,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2391), 16, + ACTIONS(2393), 16, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -76548,23 +76706,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, sym_identifier, - [35251] = 6, + [35322] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2401), 1, - anon_sym_LBRACE, ACTIONS(2403), 1, + anon_sym_LBRACE, + ACTIONS(2405), 1, anon_sym_COLON, - STATE(909), 1, + STATE(903), 1, sym_enumerator_list, - ACTIONS(2399), 6, + ACTIONS(2401), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(2397), 16, + ACTIONS(2399), 16, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -76581,7 +76739,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, sym_identifier, - [35290] = 13, + [35361] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, @@ -76594,21 +76752,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1482), 1, sym_identifier, - STATE(980), 1, + STATE(939), 1, sym__type_specifier, - STATE(1003), 1, + STATE(993), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1560), 1, + STATE(1495), 1, sym_type_descriptor, - STATE(890), 2, + STATE(889), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(1378), 4, + ACTIONS(1376), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(905), 5, + STATE(909), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -76621,7 +76779,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - [35343] = 13, + [35414] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, @@ -76634,21 +76792,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1482), 1, sym_identifier, - STATE(980), 1, + STATE(939), 1, sym__type_specifier, - STATE(1003), 1, + STATE(993), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1539), 1, + STATE(1460), 1, sym_type_descriptor, - STATE(890), 2, + STATE(889), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(1378), 4, + ACTIONS(1376), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(905), 5, + STATE(909), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -76661,14 +76819,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - [35396] = 5, + [35467] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2395), 1, + ACTIONS(49), 1, + sym_primitive_type, + ACTIONS(53), 1, + anon_sym_struct, + ACTIONS(55), 1, + anon_sym_union, + ACTIONS(1482), 1, + sym_identifier, + ACTIONS(2391), 1, + anon_sym_enum, + STATE(939), 1, + sym__type_specifier, + STATE(993), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1544), 1, + sym_type_descriptor, + STATE(892), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(1376), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(909), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + ACTIONS(45), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + [35520] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2403), 1, anon_sym_LBRACE, - STATE(914), 1, - sym_field_declaration_list, - ACTIONS(2407), 7, + STATE(910), 1, + sym_enumerator_list, + ACTIONS(2409), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -76676,7 +76874,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2405), 16, + ACTIONS(2407), 16, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -76693,14 +76891,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, sym_identifier, - [35433] = 5, + [35557] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2395), 1, + ACTIONS(2397), 1, anon_sym_LBRACE, STATE(906), 1, sym_field_declaration_list, - ACTIONS(2411), 7, + ACTIONS(2413), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -76708,7 +76906,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2409), 16, + ACTIONS(2411), 16, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -76725,53 +76923,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, sym_identifier, - [35470] = 13, + [35594] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(49), 1, - sym_primitive_type, - ACTIONS(53), 1, - anon_sym_struct, - ACTIONS(55), 1, - anon_sym_union, - ACTIONS(1482), 1, - sym_identifier, - ACTIONS(2413), 1, - anon_sym_enum, - STATE(980), 1, - sym__type_specifier, - STATE(1003), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1415), 1, - sym_type_descriptor, - STATE(888), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(1378), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(905), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - ACTIONS(45), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - [35523] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2401), 1, + ACTIONS(2397), 1, anon_sym_LBRACE, - STATE(912), 1, - sym_enumerator_list, + STATE(897), 1, + sym_field_declaration_list, ACTIONS(2417), 7, anon_sym_COMMA, anon_sym_RPAREN, @@ -76797,12 +76955,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, sym_identifier, - [35560] = 5, + [35631] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2395), 1, + ACTIONS(2397), 1, anon_sym_LBRACE, - STATE(917), 1, + STATE(899), 1, sym_field_declaration_list, ACTIONS(2421), 7, anon_sym_COMMA, @@ -76829,34 +76987,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, sym_identifier, - [35597] = 13, + [35668] = 12, ACTIONS(3), 1, sym_comment, 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(1482), 1, sym_identifier, - ACTIONS(2413), 1, - anon_sym_enum, - STATE(980), 1, - sym__type_specifier, - STATE(1003), 1, + STATE(786), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1443), 1, - sym_type_descriptor, - STATE(888), 2, + STATE(1052), 1, + sym__type_specifier, + STATE(887), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(1378), 4, + ACTIONS(47), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(905), 5, + STATE(909), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -76869,7 +77025,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - [35650] = 12, + [35718] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, @@ -76882,11 +77038,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1482), 1, sym_identifier, - STATE(818), 1, + STATE(786), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1073), 1, + STATE(1048), 1, sym__type_specifier, - STATE(896), 2, + STATE(888), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(47), 4, @@ -76894,7 +77050,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(905), 5, + STATE(909), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -76907,70 +77063,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - [35700] = 12, + [35768] = 5, ACTIONS(3), 1, sym_comment, - 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(1482), 1, - sym_identifier, - STATE(818), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1051), 1, - sym__type_specifier, - STATE(889), 2, + STATE(888), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(47), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(905), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - ACTIONS(45), 6, + ACTIONS(2013), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_COLON, + ACTIONS(2423), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - [35750] = 12, + ACTIONS(2011), 10, + anon_sym___based, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [35804] = 12, ACTIONS(3), 1, sym_comment, 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(1482), 1, sym_identifier, - ACTIONS(2413), 1, - anon_sym_enum, - STATE(977), 1, + STATE(980), 1, sym__type_specifier, - STATE(1003), 1, + STATE(993), 1, aux_sym_sized_type_specifier_repeat1, - STATE(896), 2, + STATE(888), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(1378), 4, + ACTIONS(1376), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(905), 5, + STATE(909), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -76983,7 +77132,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - [35800] = 12, + [35854] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, @@ -76996,11 +77145,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1482), 1, sym_identifier, - STATE(818), 1, + STATE(786), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1070), 1, + STATE(1059), 1, sym__type_specifier, - STATE(896), 2, + STATE(888), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(47), 4, @@ -77008,7 +77157,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(905), 5, + STATE(909), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -77021,7 +77170,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - [35850] = 12, + [35904] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, @@ -77034,19 +77183,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1482), 1, sym_identifier, - STATE(977), 1, - sym__type_specifier, - STATE(1003), 1, + STATE(786), 1, aux_sym_sized_type_specifier_repeat1, - STATE(896), 2, + STATE(1068), 1, + sym__type_specifier, + STATE(888), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(1378), 4, + ACTIONS(47), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(905), 5, + STATE(909), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -77059,32 +77208,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - [35900] = 12, + [35954] = 12, ACTIONS(3), 1, sym_comment, 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(1482), 1, sym_identifier, - STATE(818), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1067), 1, + ACTIONS(2391), 1, + anon_sym_enum, + STATE(980), 1, sym__type_specifier, - STATE(892), 2, + STATE(993), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(888), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(47), 4, + ACTIONS(1376), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(905), 5, + STATE(909), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -77097,7 +77246,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - [35950] = 12, + [36004] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, @@ -77110,11 +77259,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1482), 1, sym_identifier, - STATE(818), 1, + STATE(786), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1065), 1, + STATE(1073), 1, sym__type_specifier, - STATE(896), 2, + STATE(891), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(47), 4, @@ -77122,7 +77271,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(905), 5, + STATE(909), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -77135,7 +77284,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - [36000] = 12, + [36054] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, @@ -77148,11 +77297,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1482), 1, sym_identifier, - STATE(818), 1, + STATE(786), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1061), 1, + STATE(1071), 1, sym__type_specifier, - STATE(896), 2, + STATE(888), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(47), 4, @@ -77160,7 +77309,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(905), 5, + STATE(909), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -77173,7 +77322,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - [36050] = 12, + [36104] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, @@ -77186,11 +77335,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1482), 1, sym_identifier, - STATE(818), 1, + STATE(786), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1049), 1, + STATE(1055), 1, sym__type_specifier, - STATE(893), 2, + STATE(894), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(47), 4, @@ -77198,7 +77347,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(905), 5, + STATE(909), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -77211,7 +77360,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - [36100] = 12, + [36154] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, @@ -77224,11 +77373,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1482), 1, sym_identifier, - STATE(818), 1, + STATE(786), 1, aux_sym_sized_type_specifier_repeat1, STATE(1077), 1, sym__type_specifier, - STATE(886), 2, + STATE(890), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(47), 4, @@ -77236,7 +77385,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(905), 5, + STATE(909), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -77249,46 +77398,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - [36150] = 5, + [36204] = 3, ACTIONS(3), 1, sym_comment, - STATE(896), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(1999), 6, + ACTIONS(2428), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_COLON, - ACTIONS(2423), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - ACTIONS(1997), 10, - anon_sym___based, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [36186] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2428), 1, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(2426), 22, + anon_sym_COLON, + ACTIONS(2426), 16, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -77299,16 +77425,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, sym_identifier, - [36217] = 3, + [36235] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2432), 7, @@ -77336,7 +77454,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, sym_identifier, - [36248] = 3, + [36266] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2436), 7, @@ -77364,7 +77482,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, sym_identifier, - [36279] = 3, + [36297] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2440), 7, @@ -77392,7 +77510,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, sym_identifier, - [36310] = 3, + [36328] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2444), 7, @@ -77420,7 +77538,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, sym_identifier, - [36341] = 3, + [36359] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2448), 7, @@ -77448,7 +77566,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, sym_identifier, - [36372] = 3, + [36390] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2452), 7, @@ -77476,19 +77594,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, sym_identifier, - [36403] = 4, + [36421] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2454), 1, - anon_sym_LPAREN2, - ACTIONS(1540), 6, + ACTIONS(2456), 7, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(1524), 16, + ACTIONS(2454), 16, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -77505,10 +77622,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, sym_identifier, - [36436] = 3, + [36452] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2459), 7, + ACTIONS(2460), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -77516,7 +77633,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2457), 16, + ACTIONS(2458), 16, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -77533,10 +77650,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, sym_identifier, - [36467] = 3, + [36483] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2463), 7, + ACTIONS(2464), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -77544,7 +77661,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2461), 16, + ACTIONS(2462), 16, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -77561,10 +77678,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, sym_identifier, - [36498] = 3, + [36514] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2467), 7, + ACTIONS(2468), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -77572,7 +77689,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2465), 16, + ACTIONS(2466), 16, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -77589,18 +77706,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, sym_identifier, - [36529] = 3, + [36545] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2471), 7, + ACTIONS(2470), 1, + anon_sym_LPAREN2, + ACTIONS(1540), 6, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2469), 16, + ACTIONS(1524), 16, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, @@ -77617,7 +77735,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, sym_identifier, - [36560] = 3, + [36578] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2475), 7, @@ -77645,7 +77763,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, sym_identifier, - [36591] = 3, + [36609] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2479), 7, @@ -77673,7 +77791,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, sym_identifier, - [36622] = 3, + [36640] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2483), 7, @@ -77701,7 +77819,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, sym_identifier, - [36653] = 3, + [36671] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2487), 7, @@ -77729,7 +77847,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, sym_identifier, - [36684] = 3, + [36702] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2491), 7, @@ -77757,7 +77875,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, sym_identifier, - [36715] = 3, + [36733] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2495), 7, @@ -77785,7 +77903,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, sym_identifier, - [36746] = 3, + [36764] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2499), 7, @@ -77813,23 +77931,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, sym_identifier, - [36777] = 3, + [36795] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2503), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, + ACTIONS(2503), 1, anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(2501), 16, + ACTIONS(2501), 22, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -77840,8 +77950,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, sym_identifier, - [36808] = 3, + [36826] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2507), 7, @@ -77869,7 +77987,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, sym_identifier, - [36839] = 3, + [36857] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2511), 7, @@ -77897,7 +78015,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, sym_identifier, - [36870] = 3, + [36888] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2515), 7, @@ -77925,12 +78043,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, sym_identifier, - [36901] = 5, + [36919] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2519), 1, anon_sym_LPAREN2, - STATE(966), 1, + STATE(934), 1, sym_preproc_argument_list, ACTIONS(2521), 5, anon_sym_SLASH, @@ -77954,7 +78072,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [36935] = 10, + [36953] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2523), 1, @@ -77987,117 +78105,123 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [36978] = 5, - ACTIONS(2517), 1, - anon_sym_LF, + [36996] = 16, + ACTIONS(3), 1, + sym_comment, ACTIONS(2539), 1, - anon_sym_LPAREN2, + anon_sym_COMMA, ACTIONS(2541), 1, - sym_comment, - STATE(1002), 1, - sym_preproc_argument_list, - ACTIONS(2521), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, + anon_sym_RPAREN, + ACTIONS(2547), 1, anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(2549), 1, anon_sym_PIPE_PIPE, + ACTIONS(2551), 1, anon_sym_AMP_AMP, + ACTIONS(2553), 1, anon_sym_PIPE, + ACTIONS(2555), 1, anon_sym_CARET, + ACTIONS(2557), 1, anon_sym_AMP, + STATE(1209), 1, + aux_sym_preproc_argument_list_repeat1, + ACTIONS(2543), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2545), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2559), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2561), 2, anon_sym_GT, + anon_sym_LT, + ACTIONS(2563), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT, + ACTIONS(2565), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [37011] = 16, + [37051] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2543), 1, + ACTIONS(2539), 1, anon_sym_COMMA, - ACTIONS(2545), 1, - anon_sym_RPAREN, - ACTIONS(2551), 1, + ACTIONS(2547), 1, anon_sym_SLASH, - ACTIONS(2553), 1, + ACTIONS(2549), 1, anon_sym_PIPE_PIPE, - ACTIONS(2555), 1, + ACTIONS(2551), 1, anon_sym_AMP_AMP, - ACTIONS(2557), 1, + ACTIONS(2553), 1, anon_sym_PIPE, - ACTIONS(2559), 1, + ACTIONS(2555), 1, anon_sym_CARET, - ACTIONS(2561), 1, + ACTIONS(2557), 1, anon_sym_AMP, - STATE(1228), 1, + ACTIONS(2567), 1, + anon_sym_RPAREN, + STATE(1219), 1, aux_sym_preproc_argument_list_repeat1, - ACTIONS(2547), 2, + ACTIONS(2543), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2549), 2, + ACTIONS(2545), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2563), 2, + ACTIONS(2559), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2565), 2, + ACTIONS(2561), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2567), 2, + ACTIONS(2563), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2569), 2, + ACTIONS(2565), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [37066] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2523), 1, - sym_identifier, - ACTIONS(2527), 1, + [37106] = 5, + ACTIONS(2517), 1, + anon_sym_LF, + ACTIONS(2569), 1, anon_sym_LPAREN2, - ACTIONS(2529), 1, - anon_sym_defined, ACTIONS(2571), 1, - anon_sym_RPAREN, - ACTIONS(2573), 1, - sym_number_literal, - ACTIONS(2531), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(2533), 2, + sym_comment, + STATE(994), 1, + sym_preproc_argument_list, + ACTIONS(2521), 18, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2537), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(926), 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, - [37109] = 6, + 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, + [37139] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2578), 1, + ACTIONS(2576), 1, anon_sym_LPAREN2, - ACTIONS(2582), 1, + ACTIONS(2580), 1, anon_sym_LBRACK, ACTIONS(1540), 2, anon_sym_COMMA, anon_sym_STAR, - ACTIONS(2575), 2, + ACTIONS(2573), 2, anon_sym_RPAREN, anon_sym_LBRACK_LBRACK, ACTIONS(1524), 15, @@ -78116,69 +78240,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, sym_identifier, - [37144] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2543), 1, - anon_sym_COMMA, - ACTIONS(2551), 1, - anon_sym_SLASH, - ACTIONS(2553), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2555), 1, - anon_sym_AMP_AMP, - ACTIONS(2557), 1, - anon_sym_PIPE, - ACTIONS(2559), 1, - anon_sym_CARET, - ACTIONS(2561), 1, - anon_sym_AMP, - ACTIONS(2585), 1, - anon_sym_RPAREN, - STATE(1283), 1, - aux_sym_preproc_argument_list_repeat1, - ACTIONS(2547), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2549), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2563), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2565), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2567), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2569), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [37199] = 9, + [37174] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2587), 1, + ACTIONS(2523), 1, sym_identifier, - ACTIONS(2589), 1, + ACTIONS(2527), 1, anon_sym_LPAREN2, - ACTIONS(2591), 1, + ACTIONS(2529), 1, anon_sym_defined, - ACTIONS(2597), 1, + ACTIONS(2583), 1, + anon_sym_RPAREN, + ACTIONS(2585), 1, sym_number_literal, - ACTIONS(2593), 2, + ACTIONS(2531), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2595), 2, + ACTIONS(2533), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2599), 5, + ACTIONS(2537), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1022), 7, + STATE(922), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -78186,30 +78273,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [37239] = 9, + [37217] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2587), 1, + ACTIONS(2523), 1, sym_identifier, - ACTIONS(2589), 1, + ACTIONS(2527), 1, anon_sym_LPAREN2, - ACTIONS(2591), 1, + ACTIONS(2529), 1, anon_sym_defined, - ACTIONS(2601), 1, + ACTIONS(2587), 1, sym_number_literal, - ACTIONS(2593), 2, + ACTIONS(2531), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2595), 2, + ACTIONS(2533), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2599), 5, + ACTIONS(2537), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(989), 7, + STATE(936), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -78217,30 +78304,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [37279] = 9, + [37257] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2587), 1, + ACTIONS(2523), 1, sym_identifier, - ACTIONS(2589), 1, + ACTIONS(2527), 1, anon_sym_LPAREN2, - ACTIONS(2591), 1, + ACTIONS(2529), 1, anon_sym_defined, - ACTIONS(2603), 1, + ACTIONS(2589), 1, sym_number_literal, - ACTIONS(2593), 2, + ACTIONS(2531), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2595), 2, + ACTIONS(2533), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2599), 5, + ACTIONS(2537), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1011), 7, + STATE(955), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -78248,16 +78335,16 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [37319] = 3, + [37297] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1847), 5, + ACTIONS(2593), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(1845), 15, + ACTIONS(2591), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, @@ -78273,22 +78360,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [37347] = 3, + [37325] = 9, ACTIONS(3), 1, sym_comment, + ACTIONS(2595), 1, + sym_identifier, + ACTIONS(2597), 1, + anon_sym_LPAREN2, + ACTIONS(2599), 1, + anon_sym_defined, + ACTIONS(2605), 1, + sym_number_literal, + ACTIONS(2601), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2603), 2, + anon_sym_DASH, + anon_sym_PLUS, ACTIONS(2607), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(1022), 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, + [37365] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2547), 1, anon_sym_SLASH, + ACTIONS(2545), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2611), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2605), 15, + ACTIONS(2609), 13, 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, @@ -78298,16 +78418,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [37375] = 3, + [37397] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2611), 5, + ACTIONS(1949), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2609), 15, + ACTIONS(1947), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, @@ -78323,16 +78443,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [37403] = 3, + [37425] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2595), 1, + sym_identifier, + ACTIONS(2597), 1, + anon_sym_LPAREN2, + ACTIONS(2599), 1, + anon_sym_defined, + ACTIONS(2613), 1, + sym_number_literal, + ACTIONS(2601), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2603), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2607), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(1014), 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, + [37465] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2615), 5, + ACTIONS(2617), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2613), 15, + ACTIONS(2615), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, @@ -78348,83 +78499,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [37431] = 14, + [37493] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2551), 1, + ACTIONS(2621), 5, anon_sym_SLASH, - ACTIONS(2553), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2555), 1, - anon_sym_AMP_AMP, - ACTIONS(2557), 1, anon_sym_PIPE, - ACTIONS(2559), 1, - anon_sym_CARET, - ACTIONS(2561), 1, anon_sym_AMP, - ACTIONS(2547), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2619), 15, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2549), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2563), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2565), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2567), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2569), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2617), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [37481] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2523), 1, - sym_identifier, - ACTIONS(2527), 1, - anon_sym_LPAREN2, - ACTIONS(2529), 1, - anon_sym_defined, - ACTIONS(2619), 1, - sym_number_literal, - ACTIONS(2531), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(2533), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2537), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(937), 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, [37521] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2623), 5, + ACTIONS(2625), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2621), 15, + ACTIONS(2623), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, @@ -78440,24 +78549,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [37549] = 5, + [37549] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2551), 1, + ACTIONS(2611), 5, anon_sym_SLASH, - ACTIONS(2549), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2627), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2625), 13, + ACTIONS(2609), 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, @@ -78467,32 +78574,107 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [37581] = 3, + [37577] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2627), 5, + ACTIONS(2547), 1, anon_sym_SLASH, + ACTIONS(2549), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2551), 1, + anon_sym_AMP_AMP, + ACTIONS(2553), 1, anon_sym_PIPE, + ACTIONS(2555), 1, + anon_sym_CARET, + ACTIONS(2557), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2625), 15, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2543), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(2545), 2, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(2559), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2561), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2563), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(2565), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [37609] = 9, + ACTIONS(2627), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [37627] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1717), 1, + anon_sym_LPAREN2, + ACTIONS(1719), 1, + anon_sym_STAR, + ACTIONS(2049), 1, + anon_sym_LBRACK, + STATE(1160), 1, + sym__abstract_declarator, + STATE(1176), 1, + sym_parameter_list, + STATE(976), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(2629), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + STATE(1169), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + ACTIONS(2631), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + [37669] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1717), 1, + anon_sym_LPAREN2, + ACTIONS(1719), 1, + anon_sym_STAR, + ACTIONS(2049), 1, + anon_sym_LBRACK, + STATE(1143), 1, + sym__abstract_declarator, + STATE(1176), 1, + sym_parameter_list, + STATE(944), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(2043), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + STATE(1169), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + ACTIONS(2631), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + [37711] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2523), 1, @@ -78501,7 +78683,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(2529), 1, anon_sym_defined, - ACTIONS(2629), 1, + ACTIONS(2633), 1, sym_number_literal, ACTIONS(2531), 2, anon_sym_BANG, @@ -78515,7 +78697,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(938), 7, + STATE(931), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -78523,7 +78705,7 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [37649] = 9, + [37751] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2523), 1, @@ -78532,7 +78714,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(2529), 1, anon_sym_defined, - ACTIONS(2631), 1, + ACTIONS(2635), 1, sym_number_literal, ACTIONS(2531), 2, anon_sym_BANG, @@ -78546,7 +78728,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(948), 7, + STATE(937), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -78554,38 +78736,108 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [37689] = 9, + [37791] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2587), 1, - sym_identifier, - ACTIONS(2589), 1, + ACTIONS(2547), 1, + anon_sym_SLASH, + ACTIONS(2551), 1, + anon_sym_AMP_AMP, + ACTIONS(2553), 1, + anon_sym_PIPE, + ACTIONS(2555), 1, + anon_sym_CARET, + ACTIONS(2557), 1, + anon_sym_AMP, + ACTIONS(2543), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2545), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2559), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2561), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2563), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2565), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2609), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + [37839] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1717), 1, anon_sym_LPAREN2, - ACTIONS(2591), 1, - anon_sym_defined, - ACTIONS(2633), 1, - sym_number_literal, - ACTIONS(2593), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(2595), 2, + ACTIONS(1719), 1, + anon_sym_STAR, + ACTIONS(2049), 1, + anon_sym_LBRACK, + STATE(1152), 1, + sym__abstract_declarator, + STATE(1176), 1, + sym_parameter_list, + STATE(888), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(2214), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + STATE(1169), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + ACTIONS(2631), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + [37881] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2547), 1, + anon_sym_SLASH, + ACTIONS(2553), 1, + anon_sym_PIPE, + ACTIONS(2555), 1, + anon_sym_CARET, + ACTIONS(2557), 1, + anon_sym_AMP, + ACTIONS(2543), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2599), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(1016), 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, - [37729] = 9, + ACTIONS(2545), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2559), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2561), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2563), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2565), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2609), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + [37927] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2523), 1, @@ -78594,7 +78846,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(2529), 1, anon_sym_defined, - ACTIONS(2635), 1, + ACTIONS(2637), 1, sym_number_literal, ACTIONS(2531), 2, anon_sym_BANG, @@ -78608,7 +78860,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(933), 7, + STATE(943), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -78616,30 +78868,64 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [37769] = 9, + [37967] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2523), 1, + ACTIONS(2547), 1, + anon_sym_SLASH, + ACTIONS(2555), 1, + anon_sym_CARET, + ACTIONS(2557), 1, + anon_sym_AMP, + ACTIONS(2611), 1, + anon_sym_PIPE, + ACTIONS(2543), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2545), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2559), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2561), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2563), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2565), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2609), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + [38013] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2595), 1, sym_identifier, - ACTIONS(2527), 1, + ACTIONS(2597), 1, anon_sym_LPAREN2, - ACTIONS(2529), 1, + ACTIONS(2599), 1, anon_sym_defined, - ACTIONS(2637), 1, + ACTIONS(2639), 1, sym_number_literal, - ACTIONS(2531), 2, + ACTIONS(2601), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2533), 2, + ACTIONS(2603), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2537), 5, + ACTIONS(2607), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(953), 7, + STATE(990), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -78647,7 +78933,40 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [37809] = 9, + [38053] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2547), 1, + anon_sym_SLASH, + ACTIONS(2557), 1, + anon_sym_AMP, + ACTIONS(2611), 1, + anon_sym_PIPE, + ACTIONS(2543), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2545), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2559), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2561), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2563), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2565), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2609), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + [38097] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2523), 1, @@ -78656,7 +78975,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(2529), 1, anon_sym_defined, - ACTIONS(2639), 1, + ACTIONS(2641), 1, sym_number_literal, ACTIONS(2531), 2, anon_sym_BANG, @@ -78670,7 +78989,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(954), 7, + STATE(945), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -78678,30 +78997,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [37849] = 9, + [38137] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2587), 1, + ACTIONS(2523), 1, sym_identifier, - ACTIONS(2589), 1, + ACTIONS(2527), 1, anon_sym_LPAREN2, - ACTIONS(2591), 1, + ACTIONS(2529), 1, anon_sym_defined, - ACTIONS(2641), 1, + ACTIONS(2643), 1, sym_number_literal, - ACTIONS(2593), 2, + ACTIONS(2531), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2595), 2, + ACTIONS(2533), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2599), 5, + ACTIONS(2537), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1014), 7, + STATE(947), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -78709,30 +79028,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [37889] = 9, + [38177] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2587), 1, + ACTIONS(2595), 1, sym_identifier, - ACTIONS(2589), 1, + ACTIONS(2597), 1, anon_sym_LPAREN2, - ACTIONS(2591), 1, + ACTIONS(2599), 1, anon_sym_defined, - ACTIONS(2643), 1, + ACTIONS(2645), 1, sym_number_literal, - ACTIONS(2593), 2, + ACTIONS(2601), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2595), 2, + ACTIONS(2603), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2599), 5, + ACTIONS(2607), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1006), 7, + STATE(1009), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -78740,7 +79059,7 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [37929] = 9, + [38217] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2523), 1, @@ -78749,7 +79068,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(2529), 1, anon_sym_defined, - ACTIONS(2645), 1, + ACTIONS(2647), 1, sym_number_literal, ACTIONS(2531), 2, anon_sym_BANG, @@ -78763,7 +79082,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(960), 7, + STATE(949), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -78771,42 +79090,99 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [37969] = 13, + [38257] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2551), 1, + ACTIONS(2547), 1, anon_sym_SLASH, - ACTIONS(2555), 1, - anon_sym_AMP_AMP, - ACTIONS(2557), 1, - anon_sym_PIPE, - ACTIONS(2559), 1, - anon_sym_CARET, - ACTIONS(2561), 1, - anon_sym_AMP, - ACTIONS(2547), 2, + ACTIONS(2543), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2549), 2, + ACTIONS(2545), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2563), 2, + ACTIONS(2559), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2561), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2563), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, ACTIONS(2565), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2611), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(2609), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + [38299] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2547), 1, + anon_sym_SLASH, + ACTIONS(2543), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2545), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2561), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2567), 2, + ACTIONS(2563), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2569), 2, + ACTIONS(2565), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2611), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(2609), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + [38339] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2547), 1, + anon_sym_SLASH, + ACTIONS(2543), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2545), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2565), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2625), 3, + ACTIONS(2611), 4, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2609), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, - [38017] = 9, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [38375] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2523), 1, @@ -78815,7 +79191,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(2529), 1, anon_sym_defined, - ACTIONS(2647), 1, + ACTIONS(2649), 1, sym_number_literal, ACTIONS(2531), 2, anon_sym_BANG, @@ -78829,7 +79205,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(962), 7, + STATE(954), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -78837,30 +79213,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [38057] = 9, + [38415] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2523), 1, + ACTIONS(2595), 1, sym_identifier, - ACTIONS(2527), 1, + ACTIONS(2597), 1, anon_sym_LPAREN2, - ACTIONS(2529), 1, + ACTIONS(2599), 1, anon_sym_defined, - ACTIONS(2649), 1, + ACTIONS(2651), 1, sym_number_literal, - ACTIONS(2531), 2, + ACTIONS(2601), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2533), 2, + ACTIONS(2603), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2537), 5, + ACTIONS(2607), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(963), 7, + STATE(1018), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -78868,7 +79244,7 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [38097] = 9, + [38455] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2523), 1, @@ -78877,7 +79253,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(2529), 1, anon_sym_defined, - ACTIONS(2651), 1, + ACTIONS(2653), 1, sym_number_literal, ACTIONS(2531), 2, anon_sym_BANG, @@ -78891,7 +79267,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(964), 7, + STATE(1002), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -78899,30 +79275,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [38137] = 9, + [38495] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2523), 1, + ACTIONS(2595), 1, sym_identifier, - ACTIONS(2527), 1, + ACTIONS(2597), 1, anon_sym_LPAREN2, - ACTIONS(2529), 1, + ACTIONS(2599), 1, anon_sym_defined, - ACTIONS(2653), 1, + ACTIONS(2655), 1, sym_number_literal, - ACTIONS(2531), 2, + ACTIONS(2601), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2533), 2, + ACTIONS(2603), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2537), 5, + ACTIONS(2607), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(967), 7, + STATE(1008), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -78930,98 +79306,58 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [38177] = 12, + [38535] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2551), 1, + ACTIONS(2547), 1, anon_sym_SLASH, - ACTIONS(2557), 1, - anon_sym_PIPE, - ACTIONS(2559), 1, - anon_sym_CARET, - ACTIONS(2561), 1, - anon_sym_AMP, - ACTIONS(2547), 2, + ACTIONS(2543), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2549), 2, + ACTIONS(2545), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2563), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2565), 2, + ACTIONS(2611), 4, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2567), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2569), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2625), 4, + ACTIONS(2609), 11, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - [38223] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2551), 1, - anon_sym_SLASH, - ACTIONS(2559), 1, anon_sym_CARET, - ACTIONS(2561), 1, - anon_sym_AMP, - ACTIONS(2627), 1, - anon_sym_PIPE, - ACTIONS(2547), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2549), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2563), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2565), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2567), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2569), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2625), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - [38269] = 9, + [38569] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2587), 1, + ACTIONS(2595), 1, sym_identifier, - ACTIONS(2589), 1, + ACTIONS(2597), 1, anon_sym_LPAREN2, - ACTIONS(2591), 1, + ACTIONS(2599), 1, anon_sym_defined, - ACTIONS(2655), 1, + ACTIONS(2657), 1, sym_number_literal, - ACTIONS(2593), 2, + ACTIONS(2601), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2595), 2, + ACTIONS(2603), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2599), 5, + ACTIONS(2607), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(988), 7, + STATE(1010), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -79029,30 +79365,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [38309] = 9, + [38609] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2587), 1, + ACTIONS(2595), 1, sym_identifier, - ACTIONS(2589), 1, + ACTIONS(2597), 1, anon_sym_LPAREN2, - ACTIONS(2591), 1, + ACTIONS(2599), 1, anon_sym_defined, - ACTIONS(2657), 1, + ACTIONS(2659), 1, sym_number_literal, - ACTIONS(2593), 2, + ACTIONS(2601), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2595), 2, + ACTIONS(2603), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2599), 5, + ACTIONS(2607), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(995), 7, + STATE(1012), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -79060,30 +79396,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [38349] = 9, + [38649] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2587), 1, + ACTIONS(2595), 1, sym_identifier, - ACTIONS(2589), 1, + ACTIONS(2597), 1, anon_sym_LPAREN2, - ACTIONS(2591), 1, + ACTIONS(2599), 1, anon_sym_defined, - ACTIONS(2659), 1, + ACTIONS(2661), 1, sym_number_literal, - ACTIONS(2593), 2, + ACTIONS(2601), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2595), 2, + ACTIONS(2603), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2599), 5, + ACTIONS(2607), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1017), 7, + STATE(1024), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -79091,62 +79427,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [38389] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1659), 1, - anon_sym_LPAREN2, - ACTIONS(1661), 1, - anon_sym_STAR, - ACTIONS(2049), 1, - anon_sym_LBRACK, - STATE(1157), 1, - sym__abstract_declarator, - STATE(1162), 1, - sym_parameter_list, - STATE(896), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2661), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - STATE(1175), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - ACTIONS(2663), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - [38431] = 9, + [38689] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2587), 1, + ACTIONS(2523), 1, sym_identifier, - ACTIONS(2589), 1, + ACTIONS(2527), 1, anon_sym_LPAREN2, - ACTIONS(2591), 1, + ACTIONS(2529), 1, anon_sym_defined, - ACTIONS(2665), 1, + ACTIONS(2663), 1, sym_number_literal, - ACTIONS(2593), 2, + ACTIONS(2531), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2595), 2, + ACTIONS(2533), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2599), 5, + ACTIONS(2537), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(999), 7, + STATE(1019), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -79154,63 +79458,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [38471] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2551), 1, - anon_sym_SLASH, - ACTIONS(2561), 1, - anon_sym_AMP, - ACTIONS(2627), 1, - anon_sym_PIPE, - ACTIONS(2547), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2549), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2563), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2565), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2567), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2569), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2625), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - [38515] = 9, + [38729] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2587), 1, + ACTIONS(2595), 1, sym_identifier, - ACTIONS(2589), 1, + ACTIONS(2597), 1, anon_sym_LPAREN2, - ACTIONS(2591), 1, + ACTIONS(2599), 1, anon_sym_defined, - ACTIONS(2667), 1, + ACTIONS(2665), 1, sym_number_literal, - ACTIONS(2593), 2, + ACTIONS(2601), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2595), 2, + ACTIONS(2603), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2599), 5, + ACTIONS(2607), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(990), 7, + STATE(1020), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -79218,122 +79489,62 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [38555] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2551), 1, - anon_sym_SLASH, - ACTIONS(2547), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2549), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2563), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2565), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2567), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2569), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2627), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(2625), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - [38597] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2551), 1, - anon_sym_SLASH, - ACTIONS(2547), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2549), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2565), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2567), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2569), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2627), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(2625), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [38637] = 7, + [38769] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2551), 1, - anon_sym_SLASH, - ACTIONS(2547), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2549), 2, + ACTIONS(1717), 1, + anon_sym_LPAREN2, + ACTIONS(1719), 1, anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2569), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2627), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2625), 9, + ACTIONS(2049), 1, + anon_sym_LBRACK, + STATE(1147), 1, + sym__abstract_declarator, + STATE(1176), 1, + sym_parameter_list, + STATE(888), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(2667), 3, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - [38673] = 9, + anon_sym_COLON, + STATE(1169), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + ACTIONS(2631), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + [38811] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2587), 1, + ACTIONS(2595), 1, sym_identifier, - ACTIONS(2589), 1, + ACTIONS(2597), 1, anon_sym_LPAREN2, - ACTIONS(2591), 1, + ACTIONS(2599), 1, anon_sym_defined, ACTIONS(2669), 1, sym_number_literal, - ACTIONS(2593), 2, + ACTIONS(2601), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2595), 2, + ACTIONS(2603), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2599), 5, + ACTIONS(2607), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(993), 7, + STATE(1013), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -79341,83 +79552,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [38713] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2673), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2671), 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, - [38741] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2551), 1, - anon_sym_SLASH, - ACTIONS(2547), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2549), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2627), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2625), 11, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - [38775] = 9, + [38851] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2587), 1, + ACTIONS(2523), 1, sym_identifier, - ACTIONS(2589), 1, + ACTIONS(2527), 1, anon_sym_LPAREN2, - ACTIONS(2591), 1, + ACTIONS(2529), 1, anon_sym_defined, - ACTIONS(2675), 1, + ACTIONS(2671), 1, sym_number_literal, - ACTIONS(2593), 2, + ACTIONS(2531), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2595), 2, + ACTIONS(2533), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2599), 5, + ACTIONS(2537), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(994), 7, + STATE(938), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -79425,30 +79583,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [38815] = 9, + [38891] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2587), 1, + ACTIONS(2595), 1, sym_identifier, - ACTIONS(2589), 1, + ACTIONS(2597), 1, anon_sym_LPAREN2, - ACTIONS(2591), 1, + ACTIONS(2599), 1, anon_sym_defined, - ACTIONS(2677), 1, + ACTIONS(2673), 1, sym_number_literal, - ACTIONS(2593), 2, + ACTIONS(2601), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2595), 2, + ACTIONS(2603), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2599), 5, + ACTIONS(2607), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(998), 7, + STATE(991), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -79456,61 +79614,55 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [38855] = 9, + [38931] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2523), 1, - sym_identifier, - ACTIONS(2527), 1, - anon_sym_LPAREN2, - ACTIONS(2529), 1, - anon_sym_defined, - ACTIONS(2679), 1, - sym_number_literal, - ACTIONS(2531), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(2533), 2, + ACTIONS(2677), 5, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2675), 15, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2537), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(1005), 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, - [38895] = 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, + [38959] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2587), 1, + ACTIONS(2595), 1, sym_identifier, - ACTIONS(2589), 1, + ACTIONS(2597), 1, anon_sym_LPAREN2, - ACTIONS(2591), 1, + ACTIONS(2599), 1, anon_sym_defined, - ACTIONS(2681), 1, + ACTIONS(2679), 1, sym_number_literal, - ACTIONS(2593), 2, + ACTIONS(2601), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2595), 2, + ACTIONS(2603), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2599), 5, + ACTIONS(2607), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1007), 7, + STATE(1026), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -79518,30 +79670,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [38935] = 9, + [38999] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2587), 1, + ACTIONS(2595), 1, sym_identifier, - ACTIONS(2589), 1, + ACTIONS(2597), 1, anon_sym_LPAREN2, - ACTIONS(2591), 1, + ACTIONS(2599), 1, anon_sym_defined, - ACTIONS(2683), 1, + ACTIONS(2681), 1, sym_number_literal, - ACTIONS(2593), 2, + ACTIONS(2601), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2595), 2, + ACTIONS(2603), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2599), 5, + ACTIONS(2607), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1000), 7, + STATE(995), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -79549,30 +79701,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [38975] = 9, + [39039] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2587), 1, + ACTIONS(2595), 1, sym_identifier, - ACTIONS(2589), 1, + ACTIONS(2597), 1, anon_sym_LPAREN2, - ACTIONS(2591), 1, + ACTIONS(2599), 1, anon_sym_defined, - ACTIONS(2685), 1, + ACTIONS(2683), 1, sym_number_literal, - ACTIONS(2593), 2, + ACTIONS(2601), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2595), 2, + ACTIONS(2603), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2599), 5, + ACTIONS(2607), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1012), 7, + STATE(1004), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -79580,30 +79732,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [39015] = 9, + [39079] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2587), 1, + ACTIONS(2595), 1, sym_identifier, - ACTIONS(2589), 1, + ACTIONS(2597), 1, anon_sym_LPAREN2, - ACTIONS(2591), 1, + ACTIONS(2599), 1, anon_sym_defined, - ACTIONS(2687), 1, + ACTIONS(2685), 1, sym_number_literal, - ACTIONS(2593), 2, + ACTIONS(2601), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2595), 2, + ACTIONS(2603), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2599), 5, + ACTIONS(2607), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1025), 7, + STATE(1007), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -79611,126 +79763,87 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [39055] = 10, + [39119] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1659), 1, + ACTIONS(1717), 1, anon_sym_LPAREN2, - ACTIONS(1661), 1, + ACTIONS(1719), 1, anon_sym_STAR, ACTIONS(2049), 1, anon_sym_LBRACK, - STATE(1142), 1, + STATE(1153), 1, sym__abstract_declarator, - STATE(1162), 1, + STATE(1176), 1, sym_parameter_list, - STATE(987), 2, + STATE(888), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2043), 3, + ACTIONS(2687), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - STATE(1175), 4, + STATE(1169), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, - ACTIONS(2663), 6, + ACTIONS(2631), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - [39097] = 10, + [39161] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1659), 1, - anon_sym_LPAREN2, - ACTIONS(1661), 1, - anon_sym_STAR, - ACTIONS(2049), 1, - anon_sym_LBRACK, - STATE(1150), 1, - sym__abstract_declarator, - STATE(1162), 1, - sym_parameter_list, - STATE(896), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2689), 3, + ACTIONS(2691), 5, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2689), 15, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_COLON, - STATE(1175), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - ACTIONS(2663), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - [39139] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1659), 1, - anon_sym_LPAREN2, - ACTIONS(1661), 1, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, - ACTIONS(2049), 1, - anon_sym_LBRACK, - STATE(1148), 1, - sym__abstract_declarator, - STATE(1162), 1, - sym_parameter_list, - STATE(958), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2691), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - STATE(1175), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - ACTIONS(2663), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - [39181] = 9, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + [39189] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2587), 1, + ACTIONS(2595), 1, sym_identifier, - ACTIONS(2589), 1, + ACTIONS(2597), 1, anon_sym_LPAREN2, - ACTIONS(2591), 1, + ACTIONS(2599), 1, anon_sym_defined, ACTIONS(2693), 1, sym_number_literal, - ACTIONS(2593), 2, + ACTIONS(2601), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2595), 2, + ACTIONS(2603), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2599), 5, + ACTIONS(2607), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(997), 7, + STATE(998), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -79738,7 +79851,7 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [39221] = 3, + [39229] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2697), 5, @@ -79763,39 +79876,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [39249] = 10, + [39257] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1659), 1, + ACTIONS(1717), 1, anon_sym_LPAREN2, - ACTIONS(1661), 1, + ACTIONS(1719), 1, anon_sym_STAR, ACTIONS(2049), 1, anon_sym_LBRACK, - STATE(1152), 1, + STATE(1154), 1, sym__abstract_declarator, - STATE(1162), 1, + STATE(1176), 1, sym_parameter_list, - STATE(976), 2, + STATE(967), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, ACTIONS(2699), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - STATE(1175), 4, + STATE(1169), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, - ACTIONS(2663), 6, + ACTIONS(2631), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - [39291] = 13, + [39299] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2595), 1, + sym_identifier, + ACTIONS(2597), 1, + anon_sym_LPAREN2, + ACTIONS(2599), 1, + anon_sym_defined, + ACTIONS(2701), 1, + sym_number_literal, + ACTIONS(2601), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2603), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2607), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(1003), 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, + [39339] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1428), 1, @@ -79808,18 +79952,18 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(2049), 1, anon_sym_LBRACK, - STATE(1124), 1, + STATE(1118), 1, sym__declarator, - STATE(1162), 1, - sym_parameter_list, - STATE(1168), 1, + STATE(1173), 1, sym__abstract_declarator, - STATE(1375), 1, + STATE(1176), 1, + sym_parameter_list, + STATE(1395), 1, sym_ms_based_modifier, - ACTIONS(2701), 2, + ACTIONS(2703), 2, anon_sym_COMMA, anon_sym_RPAREN, - STATE(1175), 4, + STATE(1169), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, @@ -79830,32 +79974,38 @@ static const uint16_t ts_small_parse_table[] = { sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [39339] = 3, + [39387] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2705), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2703), 15, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2595), 1, + sym_identifier, + ACTIONS(2597), 1, + anon_sym_LPAREN2, + ACTIONS(2599), 1, + anon_sym_defined, + ACTIONS(2705), 1, + sym_number_literal, + ACTIONS(2601), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2603), 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, - [39367] = 3, + ACTIONS(2607), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(999), 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, + [39427] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2709), 5, @@ -79880,7 +80030,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [39395] = 9, + [39455] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2523), 1, @@ -79903,7 +80053,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1024), 7, + STATE(956), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -79911,30 +80061,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [39435] = 9, + [39495] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2523), 1, + ACTIONS(2595), 1, sym_identifier, - ACTIONS(2527), 1, + ACTIONS(2597), 1, anon_sym_LPAREN2, - ACTIONS(2529), 1, + ACTIONS(2599), 1, anon_sym_defined, ACTIONS(2713), 1, sym_number_literal, - ACTIONS(2531), 2, + ACTIONS(2601), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2533), 2, + ACTIONS(2603), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2537), 5, + ACTIONS(2607), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(934), 7, + STATE(1001), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -79942,30 +80092,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [39475] = 9, + [39535] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2587), 1, + ACTIONS(2523), 1, sym_identifier, - ACTIONS(2589), 1, + ACTIONS(2527), 1, anon_sym_LPAREN2, - ACTIONS(2591), 1, + ACTIONS(2529), 1, anon_sym_defined, ACTIONS(2715), 1, sym_number_literal, - ACTIONS(2593), 2, + ACTIONS(2531), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2595), 2, + ACTIONS(2533), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2599), 5, + ACTIONS(2537), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1026), 7, + STATE(961), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -79973,138 +80123,12 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [39515] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1659), 1, - anon_sym_LPAREN2, - ACTIONS(1661), 1, - anon_sym_STAR, - ACTIONS(2049), 1, - anon_sym_LBRACK, - STATE(1144), 1, - sym__abstract_declarator, - STATE(1162), 1, - sym_parameter_list, - STATE(896), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2220), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - STATE(1175), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - ACTIONS(2663), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - [39557] = 11, - ACTIONS(2541), 1, - sym_comment, - ACTIONS(2625), 1, - anon_sym_LF, - ACTIONS(2721), 1, - anon_sym_PIPE, - ACTIONS(2723), 1, - anon_sym_CARET, - ACTIONS(2725), 1, - anon_sym_AMP, - ACTIONS(2627), 2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - ACTIONS(2717), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2727), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2731), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2719), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2729), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [39600] = 12, - ACTIONS(2541), 1, - sym_comment, - ACTIONS(2721), 1, - anon_sym_PIPE, - ACTIONS(2723), 1, - anon_sym_CARET, - ACTIONS(2725), 1, - anon_sym_AMP, - ACTIONS(2733), 1, - anon_sym_LF, - ACTIONS(2735), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2737), 1, - anon_sym_AMP_AMP, - ACTIONS(2717), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2727), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2731), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2719), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2729), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [39645] = 8, - ACTIONS(2541), 1, - sym_comment, - ACTIONS(2625), 1, - anon_sym_LF, - ACTIONS(2717), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2727), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2731), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2719), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2729), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(2627), 5, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - [39682] = 3, - ACTIONS(2541), 1, + [39575] = 3, + ACTIONS(2571), 1, sym_comment, - ACTIONS(2703), 1, + ACTIONS(2619), 1, anon_sym_LF, - ACTIONS(2705), 18, + ACTIONS(2621), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -80123,30 +80147,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [39709] = 10, + [39602] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1432), 1, anon_sym___based, - ACTIONS(2343), 1, + ACTIONS(2369), 1, sym_identifier, - ACTIONS(2345), 1, + ACTIONS(2371), 1, anon_sym_LPAREN2, - ACTIONS(2347), 1, + ACTIONS(2373), 1, anon_sym_STAR, - STATE(1082), 1, - sym__field_declarator, - STATE(1518), 1, + STATE(1104), 1, + sym__type_declarator, + STATE(1535), 1, sym_ms_based_modifier, - STATE(896), 2, + STATE(888), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(1138), 5, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, + STATE(1144), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, ACTIONS(45), 6, anon_sym_const, anon_sym_volatile, @@ -80154,50 +80178,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - [39750] = 7, - ACTIONS(2541), 1, + [39643] = 12, + ACTIONS(2571), 1, sym_comment, - ACTIONS(2625), 1, + ACTIONS(2717), 1, anon_sym_LF, - ACTIONS(2717), 2, + ACTIONS(2723), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2725), 1, + anon_sym_AMP_AMP, + ACTIONS(2727), 1, + anon_sym_PIPE, + ACTIONS(2729), 1, + anon_sym_CARET, + ACTIONS(2731), 1, + anon_sym_AMP, + ACTIONS(2719), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2731), 2, + ACTIONS(2733), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2737), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2719), 3, + ACTIONS(2721), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2729), 4, + ACTIONS(2735), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(2627), 7, - 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, - [39785] = 6, - ACTIONS(2541), 1, + [39688] = 5, + ACTIONS(2571), 1, sym_comment, - ACTIONS(2625), 1, + ACTIONS(2609), 1, anon_sym_LF, - ACTIONS(2717), 2, + ACTIONS(2719), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2731), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2719), 3, + ACTIONS(2721), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2627), 11, + ACTIONS(2611), 13, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, @@ -80209,39 +80235,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [39818] = 10, - ACTIONS(2541), 1, - sym_comment, - ACTIONS(2625), 1, - anon_sym_LF, - ACTIONS(2723), 1, - anon_sym_CARET, - ACTIONS(2725), 1, - anon_sym_AMP, - ACTIONS(2717), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2727), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2731), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2627), 3, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_PIPE, - ACTIONS(2719), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2729), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [39859] = 3, - ACTIONS(2541), 1, + [39719] = 3, + ACTIONS(2571), 1, sym_comment, ACTIONS(2707), 1, anon_sym_LF, @@ -80264,52 +80261,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [39886] = 12, - ACTIONS(2541), 1, + [39746] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(2721), 1, - anon_sym_PIPE, - ACTIONS(2723), 1, - anon_sym_CARET, - ACTIONS(2725), 1, - anon_sym_AMP, - ACTIONS(2735), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2737), 1, - anon_sym_AMP_AMP, + ACTIONS(2239), 1, + sym_primitive_type, ACTIONS(2739), 1, - anon_sym_LF, - ACTIONS(2717), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2727), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2731), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2719), 3, + sym_identifier, + STATE(757), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(2237), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(2233), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2729), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [39931] = 5, - ACTIONS(2541), 1, + anon_sym_LBRACK, + anon_sym_COLON, + ACTIONS(2235), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + [39781] = 3, + ACTIONS(2571), 1, sym_comment, - ACTIONS(2625), 1, + ACTIONS(2615), 1, anon_sym_LF, - ACTIONS(2717), 2, + ACTIONS(2617), 18, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2719), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2627), 13, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, @@ -80323,88 +80313,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [39962] = 9, - ACTIONS(2541), 1, + [39808] = 6, + ACTIONS(2571), 1, sym_comment, - ACTIONS(2625), 1, + ACTIONS(2609), 1, anon_sym_LF, - ACTIONS(2725), 1, - anon_sym_AMP, - ACTIONS(2717), 2, + ACTIONS(2719), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2727), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2731), 2, + ACTIONS(2737), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2719), 3, + ACTIONS(2721), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2627), 4, + ACTIONS(2611), 11, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, anon_sym_CARET, - ACTIONS(2729), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [40001] = 12, - ACTIONS(2541), 1, - sym_comment, - ACTIONS(2721), 1, - anon_sym_PIPE, - ACTIONS(2723), 1, - anon_sym_CARET, - ACTIONS(2725), 1, anon_sym_AMP, - ACTIONS(2735), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2737), 1, - anon_sym_AMP_AMP, - ACTIONS(2741), 1, - anon_sym_LF, - ACTIONS(2717), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2727), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2731), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2719), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2729), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [40046] = 10, + [39841] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1432), 1, anon_sym___based, - ACTIONS(2363), 1, + ACTIONS(2369), 1, sym_identifier, - ACTIONS(2365), 1, + ACTIONS(2371), 1, anon_sym_LPAREN2, - ACTIONS(2367), 1, + ACTIONS(2373), 1, anon_sym_STAR, - STATE(1110), 1, + STATE(1106), 1, sym__type_declarator, - STATE(1465), 1, + STATE(1535), 1, sym_ms_based_modifier, - STATE(896), 2, + STATE(888), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(1145), 5, + STATE(1144), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, @@ -80417,12 +80371,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - [40087] = 3, - ACTIONS(2541), 1, + [39882] = 3, + ACTIONS(2571), 1, sym_comment, - ACTIONS(2671), 1, + ACTIONS(2689), 1, anon_sym_LF, - ACTIONS(2673), 18, + ACTIONS(2691), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -80441,58 +80395,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [40114] = 7, - ACTIONS(3), 1, + [39909] = 7, + ACTIONS(2571), 1, sym_comment, - ACTIONS(2303), 1, - sym_primitive_type, - ACTIONS(2743), 1, - sym_identifier, - STATE(718), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(2301), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2297), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, + ACTIONS(2609), 1, + anon_sym_LF, + ACTIONS(2719), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2737), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2721), 3, anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_COLON, - ACTIONS(2299), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - [40149] = 10, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2735), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(2611), 7, + 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, + [39944] = 8, + ACTIONS(2571), 1, + sym_comment, + ACTIONS(2609), 1, + anon_sym_LF, + ACTIONS(2719), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2733), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2737), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2721), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2735), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(2611), 5, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + [39981] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1432), 1, anon_sym___based, - ACTIONS(2363), 1, + ACTIONS(2041), 1, sym_identifier, - ACTIONS(2365), 1, + ACTIONS(2329), 1, anon_sym_LPAREN2, - ACTIONS(2367), 1, + ACTIONS(2331), 1, anon_sym_STAR, - STATE(1104), 1, - sym__type_declarator, - STATE(1465), 1, + STATE(1072), 1, + sym__declarator, + STATE(1395), 1, sym_ms_based_modifier, - STATE(896), 2, + STATE(888), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(1145), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, + STATE(1126), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, ACTIONS(45), 6, anon_sym_const, anon_sym_volatile, @@ -80500,113 +80483,141 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - [40190] = 14, + [40022] = 9, + ACTIONS(2571), 1, + sym_comment, + ACTIONS(2609), 1, + anon_sym_LF, + ACTIONS(2731), 1, + anon_sym_AMP, + ACTIONS(2719), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2733), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2737), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2721), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2611), 4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_PIPE, + anon_sym_CARET, + ACTIONS(2735), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [40061] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2551), 1, + ACTIONS(2547), 1, anon_sym_SLASH, - ACTIONS(2553), 1, + ACTIONS(2549), 1, anon_sym_PIPE_PIPE, - ACTIONS(2555), 1, + ACTIONS(2551), 1, anon_sym_AMP_AMP, - ACTIONS(2557), 1, + ACTIONS(2553), 1, anon_sym_PIPE, - ACTIONS(2559), 1, + ACTIONS(2555), 1, anon_sym_CARET, - ACTIONS(2561), 1, + ACTIONS(2557), 1, anon_sym_AMP, - ACTIONS(2745), 1, + ACTIONS(2741), 1, anon_sym_RPAREN, - ACTIONS(2547), 2, + ACTIONS(2543), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2549), 2, + ACTIONS(2545), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2563), 2, + ACTIONS(2559), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2565), 2, + ACTIONS(2561), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2567), 2, + ACTIONS(2563), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2569), 2, + ACTIONS(2565), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [40239] = 12, - ACTIONS(2541), 1, + [40110] = 10, + ACTIONS(2571), 1, sym_comment, - ACTIONS(2625), 1, + ACTIONS(2609), 1, anon_sym_LF, - ACTIONS(2627), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2721), 1, - anon_sym_PIPE, - ACTIONS(2723), 1, + ACTIONS(2729), 1, anon_sym_CARET, - ACTIONS(2725), 1, + ACTIONS(2731), 1, anon_sym_AMP, - ACTIONS(2737), 1, - anon_sym_AMP_AMP, - ACTIONS(2717), 2, + ACTIONS(2719), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2727), 2, + ACTIONS(2733), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2731), 2, + ACTIONS(2737), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2719), 3, + ACTIONS(2611), 3, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_PIPE, + ACTIONS(2721), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2729), 4, + ACTIONS(2735), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [40284] = 12, - ACTIONS(2541), 1, + [40151] = 12, + ACTIONS(2571), 1, sym_comment, - ACTIONS(2721), 1, - anon_sym_PIPE, ACTIONS(2723), 1, - anon_sym_CARET, - ACTIONS(2725), 1, - anon_sym_AMP, - ACTIONS(2735), 1, anon_sym_PIPE_PIPE, - ACTIONS(2737), 1, + ACTIONS(2725), 1, anon_sym_AMP_AMP, - ACTIONS(2747), 1, + ACTIONS(2727), 1, + anon_sym_PIPE, + ACTIONS(2729), 1, + anon_sym_CARET, + ACTIONS(2731), 1, + anon_sym_AMP, + ACTIONS(2743), 1, anon_sym_LF, - ACTIONS(2717), 2, + ACTIONS(2719), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2727), 2, + ACTIONS(2733), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2731), 2, + ACTIONS(2737), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2719), 3, + ACTIONS(2721), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2729), 4, + ACTIONS(2735), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [40329] = 3, - ACTIONS(1845), 1, + [40196] = 3, + ACTIONS(1947), 1, anon_sym_LF, - ACTIONS(2541), 1, + ACTIONS(2571), 1, sym_comment, - ACTIONS(1847), 18, + ACTIONS(1949), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -80625,61 +80636,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [40356] = 10, + [40223] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1432), 1, anon_sym___based, - ACTIONS(2041), 1, - sym_identifier, ACTIONS(2351), 1, - anon_sym_LPAREN2, - ACTIONS(2353), 1, - anon_sym_STAR, - STATE(1048), 1, - sym__declarator, - STATE(1375), 1, - sym_ms_based_modifier, - STATE(896), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(1126), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - ACTIONS(45), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - [40397] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1432), 1, - anon_sym___based, - ACTIONS(2041), 1, sym_identifier, - ACTIONS(2351), 1, - anon_sym_LPAREN2, ACTIONS(2353), 1, + anon_sym_LPAREN2, + ACTIONS(2355), 1, anon_sym_STAR, - STATE(1059), 1, - sym__declarator, - STATE(1375), 1, + STATE(1078), 1, + sym__field_declarator, + STATE(1369), 1, sym_ms_based_modifier, - STATE(896), 2, + STATE(888), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(1126), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, + STATE(1132), 5, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, ACTIONS(45), 6, anon_sym_const, anon_sym_volatile, @@ -80687,109 +80667,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - [40438] = 12, - ACTIONS(2541), 1, + [40264] = 11, + ACTIONS(2571), 1, sym_comment, - ACTIONS(2721), 1, + ACTIONS(2609), 1, + anon_sym_LF, + ACTIONS(2727), 1, anon_sym_PIPE, - ACTIONS(2723), 1, + ACTIONS(2729), 1, anon_sym_CARET, - ACTIONS(2725), 1, + ACTIONS(2731), 1, anon_sym_AMP, - ACTIONS(2735), 1, + ACTIONS(2611), 2, anon_sym_PIPE_PIPE, - ACTIONS(2737), 1, anon_sym_AMP_AMP, - ACTIONS(2749), 1, - anon_sym_LF, - ACTIONS(2717), 2, + ACTIONS(2719), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2727), 2, + ACTIONS(2733), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2731), 2, + ACTIONS(2737), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2719), 3, + ACTIONS(2721), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2729), 4, + ACTIONS(2735), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [40483] = 12, - ACTIONS(2541), 1, + [40307] = 3, + ACTIONS(2571), 1, sym_comment, - ACTIONS(2721), 1, - anon_sym_PIPE, - ACTIONS(2723), 1, - anon_sym_CARET, - ACTIONS(2725), 1, - anon_sym_AMP, - ACTIONS(2735), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2737), 1, - anon_sym_AMP_AMP, - ACTIONS(2751), 1, + ACTIONS(2609), 1, anon_sym_LF, - ACTIONS(2717), 2, + ACTIONS(2611), 18, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2727), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2731), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2719), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2729), 4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [40528] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1432), 1, - anon_sym___based, - ACTIONS(2363), 1, - sym_identifier, - ACTIONS(2365), 1, - anon_sym_LPAREN2, - ACTIONS(2367), 1, - anon_sym_STAR, - STATE(1109), 1, - sym__type_declarator, - STATE(1465), 1, - sym_ms_based_modifier, - STATE(896), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(1145), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - ACTIONS(45), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - [40569] = 3, - ACTIONS(2541), 1, + anon_sym_LT_LT, + anon_sym_GT_GT, + [40334] = 3, + ACTIONS(2571), 1, sym_comment, - ACTIONS(2625), 1, + ACTIONS(2623), 1, anon_sym_LF, - ACTIONS(2627), 18, + ACTIONS(2625), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -80808,30 +80747,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [40596] = 10, + [40361] = 12, + ACTIONS(2571), 1, + sym_comment, + ACTIONS(2609), 1, + anon_sym_LF, + ACTIONS(2611), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2725), 1, + anon_sym_AMP_AMP, + ACTIONS(2727), 1, + anon_sym_PIPE, + ACTIONS(2729), 1, + anon_sym_CARET, + ACTIONS(2731), 1, + anon_sym_AMP, + ACTIONS(2719), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2733), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2737), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2721), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2735), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [40406] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1432), 1, anon_sym___based, - ACTIONS(2343), 1, + ACTIONS(2041), 1, sym_identifier, - ACTIONS(2345), 1, + ACTIONS(2329), 1, anon_sym_LPAREN2, - ACTIONS(2347), 1, + ACTIONS(2331), 1, anon_sym_STAR, - STATE(1090), 1, - sym__field_declarator, - STATE(1518), 1, + STATE(1049), 1, + sym__declarator, + STATE(1395), 1, sym_ms_based_modifier, - STATE(896), 2, + STATE(888), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(1138), 5, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, + STATE(1126), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, ACTIONS(45), 6, anon_sym_const, anon_sym_volatile, @@ -80839,75 +80811,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - [40637] = 4, - ACTIONS(2541), 1, + [40447] = 12, + ACTIONS(2571), 1, sym_comment, - ACTIONS(2625), 1, - anon_sym_LF, - ACTIONS(2719), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2627), 15, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(2723), 1, anon_sym_PIPE_PIPE, + ACTIONS(2725), 1, anon_sym_AMP_AMP, + ACTIONS(2727), 1, anon_sym_PIPE, + ACTIONS(2729), 1, anon_sym_CARET, + ACTIONS(2731), 1, anon_sym_AMP, + ACTIONS(2745), 1, + anon_sym_LF, + ACTIONS(2719), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2733), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2737), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2721), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2735), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - [40666] = 12, - ACTIONS(2541), 1, + [40492] = 12, + ACTIONS(2571), 1, sym_comment, - ACTIONS(2721), 1, - anon_sym_PIPE, ACTIONS(2723), 1, - anon_sym_CARET, - ACTIONS(2725), 1, - anon_sym_AMP, - ACTIONS(2735), 1, anon_sym_PIPE_PIPE, - ACTIONS(2737), 1, + ACTIONS(2725), 1, anon_sym_AMP_AMP, - ACTIONS(2753), 1, + ACTIONS(2727), 1, + anon_sym_PIPE, + ACTIONS(2729), 1, + anon_sym_CARET, + ACTIONS(2731), 1, + anon_sym_AMP, + ACTIONS(2747), 1, anon_sym_LF, - ACTIONS(2717), 2, + ACTIONS(2719), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2727), 2, + ACTIONS(2733), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2731), 2, + ACTIONS(2737), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2719), 3, + ACTIONS(2721), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2729), 4, + ACTIONS(2735), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [40711] = 3, - ACTIONS(2541), 1, + [40537] = 4, + ACTIONS(2571), 1, sym_comment, - ACTIONS(2621), 1, + ACTIONS(2609), 1, anon_sym_LF, - ACTIONS(2623), 18, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(2721), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(2611), 15, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, @@ -80921,12 +80902,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [40738] = 3, - ACTIONS(2541), 1, + [40566] = 10, + ACTIONS(3), 1, sym_comment, - ACTIONS(2605), 1, + ACTIONS(1432), 1, + anon_sym___based, + ACTIONS(2351), 1, + sym_identifier, + ACTIONS(2353), 1, + anon_sym_LPAREN2, + ACTIONS(2355), 1, + anon_sym_STAR, + STATE(1086), 1, + sym__field_declarator, + STATE(1369), 1, + sym_ms_based_modifier, + STATE(888), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(1132), 5, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + ACTIONS(45), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + [40607] = 3, + ACTIONS(2571), 1, + sym_comment, + ACTIONS(2591), 1, anon_sym_LF, - ACTIONS(2607), 18, + ACTIONS(2593), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -80945,25 +80957,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [40765] = 10, + [40634] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1432), 1, anon_sym___based, - ACTIONS(2343), 1, + ACTIONS(2351), 1, sym_identifier, - ACTIONS(2345), 1, + ACTIONS(2353), 1, anon_sym_LPAREN2, - ACTIONS(2347), 1, + ACTIONS(2355), 1, anon_sym_STAR, - STATE(1088), 1, + STATE(1082), 1, sym__field_declarator, - STATE(1518), 1, + STATE(1369), 1, sym_ms_based_modifier, - STATE(896), 2, + STATE(888), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(1138), 5, + STATE(1132), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -80976,192 +80988,170 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___restrict__, anon_sym__Atomic, anon_sym__Noreturn, - [40806] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1432), 1, - anon_sym___based, - ACTIONS(2041), 1, - sym_identifier, - ACTIONS(2351), 1, - anon_sym_LPAREN2, - ACTIONS(2353), 1, - anon_sym_STAR, - STATE(1050), 1, - sym__declarator, - STATE(1375), 1, - sym_ms_based_modifier, - STATE(896), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(1126), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - ACTIONS(45), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - [40847] = 3, - ACTIONS(2541), 1, + [40675] = 12, + ACTIONS(2571), 1, sym_comment, - ACTIONS(2613), 1, - anon_sym_LF, - ACTIONS(2615), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(2723), 1, anon_sym_PIPE_PIPE, + ACTIONS(2725), 1, anon_sym_AMP_AMP, + ACTIONS(2727), 1, anon_sym_PIPE, + ACTIONS(2729), 1, anon_sym_CARET, + ACTIONS(2731), 1, anon_sym_AMP, + ACTIONS(2749), 1, + anon_sym_LF, + ACTIONS(2719), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2733), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, + ACTIONS(2737), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [40874] = 3, - ACTIONS(2541), 1, - sym_comment, - ACTIONS(2609), 1, - anon_sym_LF, - ACTIONS(2611), 18, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(2721), 3, 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, + ACTIONS(2735), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - [40901] = 14, + [40720] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2551), 1, + ACTIONS(2547), 1, anon_sym_SLASH, - ACTIONS(2553), 1, + ACTIONS(2549), 1, anon_sym_PIPE_PIPE, - ACTIONS(2555), 1, + ACTIONS(2551), 1, anon_sym_AMP_AMP, - ACTIONS(2557), 1, + ACTIONS(2553), 1, anon_sym_PIPE, - ACTIONS(2559), 1, + ACTIONS(2555), 1, anon_sym_CARET, - ACTIONS(2561), 1, + ACTIONS(2557), 1, anon_sym_AMP, - ACTIONS(2755), 1, + ACTIONS(2751), 1, anon_sym_RPAREN, - ACTIONS(2547), 2, + ACTIONS(2543), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2549), 2, + ACTIONS(2545), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2563), 2, + ACTIONS(2559), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2565), 2, + ACTIONS(2561), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2567), 2, + ACTIONS(2563), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2569), 2, + ACTIONS(2565), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [40950] = 12, - ACTIONS(2541), 1, + [40769] = 12, + ACTIONS(2571), 1, sym_comment, - ACTIONS(2721), 1, - anon_sym_PIPE, ACTIONS(2723), 1, - anon_sym_CARET, - ACTIONS(2725), 1, - anon_sym_AMP, - ACTIONS(2735), 1, anon_sym_PIPE_PIPE, - ACTIONS(2737), 1, + ACTIONS(2725), 1, anon_sym_AMP_AMP, - ACTIONS(2757), 1, + ACTIONS(2727), 1, + anon_sym_PIPE, + ACTIONS(2729), 1, + anon_sym_CARET, + ACTIONS(2731), 1, + anon_sym_AMP, + ACTIONS(2753), 1, anon_sym_LF, - ACTIONS(2717), 2, + ACTIONS(2719), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2727), 2, + ACTIONS(2733), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2731), 2, + ACTIONS(2737), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2719), 3, + ACTIONS(2721), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2729), 4, + ACTIONS(2735), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [40995] = 12, - ACTIONS(2541), 1, + [40814] = 3, + ACTIONS(2571), 1, sym_comment, - ACTIONS(2721), 1, + ACTIONS(2695), 1, + anon_sym_LF, + ACTIONS(2697), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_PIPE, - ACTIONS(2723), 1, anon_sym_CARET, - ACTIONS(2725), 1, anon_sym_AMP, - ACTIONS(2735), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + [40841] = 12, + ACTIONS(2571), 1, + sym_comment, + ACTIONS(2723), 1, anon_sym_PIPE_PIPE, - ACTIONS(2737), 1, + ACTIONS(2725), 1, anon_sym_AMP_AMP, - ACTIONS(2759), 1, + ACTIONS(2727), 1, + anon_sym_PIPE, + ACTIONS(2729), 1, + anon_sym_CARET, + ACTIONS(2731), 1, + anon_sym_AMP, + ACTIONS(2755), 1, anon_sym_LF, - ACTIONS(2717), 2, + ACTIONS(2719), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2727), 2, + ACTIONS(2733), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2731), 2, + ACTIONS(2737), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2719), 3, + ACTIONS(2721), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2729), 4, + ACTIONS(2735), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [41040] = 3, - ACTIONS(2541), 1, + [40886] = 3, + ACTIONS(2571), 1, sym_comment, - ACTIONS(2695), 1, + ACTIONS(2675), 1, anon_sym_LF, - ACTIONS(2697), 18, + ACTIONS(2677), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -81180,10 +81170,138 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [41067] = 7, + [40913] = 12, + ACTIONS(2571), 1, + sym_comment, + ACTIONS(2723), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2725), 1, + anon_sym_AMP_AMP, + ACTIONS(2727), 1, + anon_sym_PIPE, + ACTIONS(2729), 1, + anon_sym_CARET, + ACTIONS(2731), 1, + anon_sym_AMP, + ACTIONS(2757), 1, + anon_sym_LF, + ACTIONS(2719), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2733), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2737), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2721), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2735), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [40958] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1432), 1, + anon_sym___based, + ACTIONS(2369), 1, + sym_identifier, + ACTIONS(2371), 1, + anon_sym_LPAREN2, + ACTIONS(2373), 1, + anon_sym_STAR, + STATE(1107), 1, + sym__type_declarator, + STATE(1535), 1, + sym_ms_based_modifier, + STATE(888), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(1144), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + ACTIONS(45), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + [40999] = 12, + ACTIONS(2571), 1, + sym_comment, + ACTIONS(2723), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2725), 1, + anon_sym_AMP_AMP, + ACTIONS(2727), 1, + anon_sym_PIPE, + ACTIONS(2729), 1, + anon_sym_CARET, + ACTIONS(2731), 1, + anon_sym_AMP, + ACTIONS(2759), 1, + anon_sym_LF, + ACTIONS(2719), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2733), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2737), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2721), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2735), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [41044] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1432), 1, + anon_sym___based, + ACTIONS(2041), 1, + sym_identifier, + ACTIONS(2329), 1, + anon_sym_LPAREN2, + ACTIONS(2331), 1, + anon_sym_STAR, + STATE(1070), 1, + sym__declarator, + STATE(1395), 1, + sym_ms_based_modifier, + STATE(888), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(1126), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + ACTIONS(45), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + [41085] = 7, ACTIONS(3), 1, sym_comment, - STATE(1029), 1, + STATE(1030), 1, sym_ms_unaligned_ptr_modifier, ACTIONS(2763), 2, anon_sym_LPAREN2, @@ -81207,7 +81325,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, sym_identifier, - [41101] = 3, + [41119] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2773), 2, @@ -81227,7 +81345,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, sym_identifier, - [41124] = 3, + [41142] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2777), 2, @@ -81247,45 +81365,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, sym_identifier, - [41147] = 9, + [41165] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1432), 1, anon_sym___based, - ACTIONS(2343), 1, + ACTIONS(2041), 1, sym_identifier, - ACTIONS(2345), 1, + ACTIONS(2329), 1, anon_sym_LPAREN2, - ACTIONS(2347), 1, + ACTIONS(2331), 1, + anon_sym_STAR, + STATE(1047), 1, + sym__declarator, + STATE(1245), 1, + sym_init_declarator, + STATE(1395), 1, + sym_ms_based_modifier, + STATE(1126), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + [41197] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1432), 1, + anon_sym___based, + ACTIONS(2351), 1, + sym_identifier, + ACTIONS(2353), 1, + anon_sym_LPAREN2, + ACTIONS(2355), 1, anon_sym_STAR, ACTIONS(2779), 1, anon_sym_SEMI, - STATE(1062), 1, + STATE(1060), 1, sym__field_declarator, - STATE(1518), 1, + STATE(1369), 1, sym_ms_based_modifier, - STATE(1138), 5, + STATE(1132), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, - [41179] = 9, + [41229] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1432), 1, anon_sym___based, ACTIONS(2041), 1, sym_identifier, - ACTIONS(2351), 1, + ACTIONS(2329), 1, anon_sym_LPAREN2, - ACTIONS(2353), 1, + ACTIONS(2331), 1, anon_sym_STAR, - STATE(1033), 1, + STATE(1046), 1, sym__declarator, - STATE(1217), 1, + STATE(1248), 1, sym_init_declarator, - STATE(1375), 1, + STATE(1395), 1, sym_ms_based_modifier, STATE(1126), 5, sym_parenthesized_declarator, @@ -81293,48 +81434,22 @@ static const uint16_t ts_small_parse_table[] = { sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [41211] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(390), 1, - anon_sym_LBRACE, - ACTIONS(2781), 1, - anon_sym_COMMA, - ACTIONS(2783), 1, - anon_sym_LPAREN2, - ACTIONS(2785), 1, - anon_sym_SEMI, - ACTIONS(2787), 1, - anon_sym_LBRACK, - ACTIONS(2789), 1, - anon_sym_EQ, - STATE(365), 1, - sym_compound_statement, - STATE(1072), 1, - sym_parameter_list, - STATE(1213), 1, - aux_sym_declaration_repeat1, - STATE(1084), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [41249] = 9, + [41261] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1432), 1, anon_sym___based, ACTIONS(2041), 1, sym_identifier, - ACTIONS(2351), 1, + ACTIONS(2329), 1, anon_sym_LPAREN2, - ACTIONS(2353), 1, + ACTIONS(2331), 1, anon_sym_STAR, - STATE(1083), 1, + STATE(1040), 1, sym__declarator, - STATE(1271), 1, + STATE(1274), 1, sym_init_declarator, - STATE(1375), 1, + STATE(1395), 1, sym_ms_based_modifier, STATE(1126), 5, sym_parenthesized_declarator, @@ -81342,45 +81457,41 @@ static const uint16_t ts_small_parse_table[] = { sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [41281] = 9, + [41293] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1432), 1, - anon_sym___based, - ACTIONS(2343), 1, - sym_identifier, - ACTIONS(2345), 1, + ACTIONS(2403), 1, + anon_sym_LBRACE, + ACTIONS(2781), 1, + anon_sym_COLON, + STATE(903), 1, + sym_enumerator_list, + ACTIONS(2401), 9, anon_sym_LPAREN2, - ACTIONS(2347), 1, anon_sym_STAR, - ACTIONS(2791), 1, - anon_sym_SEMI, - STATE(1057), 1, - sym__field_declarator, - STATE(1518), 1, - sym_ms_based_modifier, - STATE(1138), 5, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - [41313] = 9, + anon_sym_LBRACK, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + [41317] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1432), 1, anon_sym___based, ACTIONS(2041), 1, sym_identifier, - ACTIONS(2351), 1, + ACTIONS(2329), 1, anon_sym_LPAREN2, - ACTIONS(2353), 1, + ACTIONS(2331), 1, anon_sym_STAR, - STATE(1106), 1, + STATE(1038), 1, sym__declarator, - STATE(1338), 1, + STATE(1265), 1, sym_init_declarator, - STATE(1375), 1, + STATE(1395), 1, sym_ms_based_modifier, STATE(1126), 5, sym_parenthesized_declarator, @@ -81388,22 +81499,22 @@ static const uint16_t ts_small_parse_table[] = { sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [41345] = 9, + [41349] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1432), 1, anon_sym___based, ACTIONS(2041), 1, sym_identifier, - ACTIONS(2351), 1, + ACTIONS(2329), 1, anon_sym_LPAREN2, - ACTIONS(2353), 1, + ACTIONS(2331), 1, anon_sym_STAR, - STATE(1086), 1, + STATE(1083), 1, sym__declarator, - STATE(1217), 1, + STATE(1248), 1, sym_init_declarator, - STATE(1375), 1, + STATE(1395), 1, sym_ms_based_modifier, STATE(1126), 5, sym_parenthesized_declarator, @@ -81411,48 +81522,48 @@ static const uint16_t ts_small_parse_table[] = { sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [41377] = 12, + [41381] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(121), 1, + ACTIONS(334), 1, anon_sym_LBRACE, - ACTIONS(2781), 1, + ACTIONS(2784), 1, anon_sym_COMMA, - ACTIONS(2783), 1, + ACTIONS(2786), 1, anon_sym_LPAREN2, - ACTIONS(2787), 1, + ACTIONS(2788), 1, + anon_sym_SEMI, + ACTIONS(2790), 1, anon_sym_LBRACK, - ACTIONS(2789), 1, + ACTIONS(2792), 1, anon_sym_EQ, - ACTIONS(2793), 1, - anon_sym_SEMI, - STATE(133), 1, + STATE(332), 1, sym_compound_statement, - STATE(1072), 1, + STATE(1050), 1, sym_parameter_list, - STATE(1206), 1, + STATE(1250), 1, aux_sym_declaration_repeat1, - STATE(1084), 2, + STATE(1091), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [41415] = 9, + [41419] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1432), 1, anon_sym___based, ACTIONS(2041), 1, sym_identifier, - ACTIONS(2351), 1, + ACTIONS(2329), 1, anon_sym_LPAREN2, - ACTIONS(2353), 1, + ACTIONS(2331), 1, anon_sym_STAR, - STATE(1043), 1, + STATE(1085), 1, sym__declarator, - STATE(1277), 1, + STATE(1245), 1, sym_init_declarator, - STATE(1375), 1, + STATE(1395), 1, sym_ms_based_modifier, STATE(1126), 5, sym_parenthesized_declarator, @@ -81460,22 +81571,48 @@ static const uint16_t ts_small_parse_table[] = { sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [41447] = 9, + [41451] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(121), 1, + anon_sym_LBRACE, + ACTIONS(2784), 1, + anon_sym_COMMA, + ACTIONS(2786), 1, + anon_sym_LPAREN2, + ACTIONS(2790), 1, + anon_sym_LBRACK, + ACTIONS(2792), 1, + anon_sym_EQ, + ACTIONS(2794), 1, + anon_sym_SEMI, + STATE(173), 1, + sym_compound_statement, + STATE(1050), 1, + sym_parameter_list, + STATE(1286), 1, + aux_sym_declaration_repeat1, + STATE(1091), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [41489] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1432), 1, anon_sym___based, ACTIONS(2041), 1, sym_identifier, - ACTIONS(2351), 1, + ACTIONS(2329), 1, anon_sym_LPAREN2, - ACTIONS(2353), 1, + ACTIONS(2331), 1, anon_sym_STAR, - STATE(1085), 1, + STATE(1105), 1, sym__declarator, - STATE(1277), 1, + STATE(1357), 1, sym_init_declarator, - STATE(1375), 1, + STATE(1395), 1, sym_ms_based_modifier, STATE(1126), 5, sym_parenthesized_declarator, @@ -81483,97 +81620,45 @@ static const uint16_t ts_small_parse_table[] = { sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [41479] = 9, + [41521] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1432), 1, anon_sym___based, - ACTIONS(2343), 1, + ACTIONS(2351), 1, sym_identifier, - ACTIONS(2345), 1, + ACTIONS(2353), 1, anon_sym_LPAREN2, - ACTIONS(2347), 1, + ACTIONS(2355), 1, anon_sym_STAR, - ACTIONS(2795), 1, + ACTIONS(2796), 1, anon_sym_SEMI, - STATE(1055), 1, + STATE(1061), 1, sym__field_declarator, - STATE(1518), 1, + STATE(1369), 1, sym_ms_based_modifier, - STATE(1138), 5, + STATE(1132), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, - [41511] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(41), 1, - anon_sym_LBRACE, - ACTIONS(2781), 1, - anon_sym_COMMA, - ACTIONS(2783), 1, - anon_sym_LPAREN2, - ACTIONS(2787), 1, - anon_sym_LBRACK, - ACTIONS(2789), 1, - anon_sym_EQ, - ACTIONS(2797), 1, - anon_sym_SEMI, - STATE(341), 1, - sym_compound_statement, - STATE(1072), 1, - sym_parameter_list, - STATE(1288), 1, - aux_sym_declaration_repeat1, - STATE(1084), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [41549] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(334), 1, - anon_sym_LBRACE, - ACTIONS(2781), 1, - anon_sym_COMMA, - ACTIONS(2783), 1, - anon_sym_LPAREN2, - ACTIONS(2787), 1, - anon_sym_LBRACK, - ACTIONS(2789), 1, - anon_sym_EQ, - ACTIONS(2799), 1, - anon_sym_SEMI, - STATE(371), 1, - sym_compound_statement, - STATE(1072), 1, - sym_parameter_list, - STATE(1205), 1, - aux_sym_declaration_repeat1, - STATE(1084), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [41587] = 9, + [41553] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1432), 1, anon_sym___based, ACTIONS(2041), 1, sym_identifier, - ACTIONS(2351), 1, + ACTIONS(2329), 1, anon_sym_LPAREN2, - ACTIONS(2353), 1, + ACTIONS(2331), 1, anon_sym_STAR, - STATE(1042), 1, + STATE(1089), 1, sym__declarator, - STATE(1227), 1, + STATE(1265), 1, sym_init_declarator, - STATE(1375), 1, + STATE(1395), 1, sym_ms_based_modifier, STATE(1126), 5, sym_parenthesized_declarator, @@ -81581,41 +81666,22 @@ static const uint16_t ts_small_parse_table[] = { sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [41619] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2401), 1, - anon_sym_LBRACE, - ACTIONS(2801), 1, - anon_sym_COLON, - STATE(909), 1, - sym_enumerator_list, - ACTIONS(2399), 9, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - [41643] = 9, + [41585] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1432), 1, anon_sym___based, ACTIONS(2041), 1, sym_identifier, - ACTIONS(2351), 1, + ACTIONS(2329), 1, anon_sym_LPAREN2, - ACTIONS(2353), 1, + ACTIONS(2331), 1, anon_sym_STAR, - STATE(1038), 1, + STATE(1084), 1, sym__declarator, - STATE(1271), 1, + STATE(1274), 1, sym_init_declarator, - STATE(1375), 1, + STATE(1395), 1, sym_ms_based_modifier, STATE(1126), 5, sym_parenthesized_declarator, @@ -81623,164 +81689,255 @@ static const uint16_t ts_small_parse_table[] = { sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [41675] = 9, + [41617] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1432), 1, anon_sym___based, - ACTIONS(2041), 1, - sym_identifier, ACTIONS(2351), 1, - anon_sym_LPAREN2, + sym_identifier, ACTIONS(2353), 1, + anon_sym_LPAREN2, + ACTIONS(2355), 1, anon_sym_STAR, - STATE(1087), 1, - sym__declarator, - STATE(1227), 1, - sym_init_declarator, - STATE(1375), 1, + ACTIONS(2798), 1, + anon_sym_SEMI, + STATE(1075), 1, + sym__field_declarator, + STATE(1369), 1, sym_ms_based_modifier, - STATE(1126), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - [41707] = 7, + STATE(1132), 5, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + [41649] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2783), 1, + ACTIONS(41), 1, + anon_sym_LBRACE, + ACTIONS(2784), 1, + anon_sym_COMMA, + ACTIONS(2786), 1, anon_sym_LPAREN2, - ACTIONS(2787), 1, + ACTIONS(2790), 1, anon_sym_LBRACK, - STATE(1072), 1, + ACTIONS(2792), 1, + anon_sym_EQ, + ACTIONS(2800), 1, + anon_sym_SEMI, + STATE(339), 1, + sym_compound_statement, + STATE(1050), 1, sym_parameter_list, - STATE(1084), 2, + STATE(1206), 1, + aux_sym_declaration_repeat1, + STATE(1091), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(2804), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, + [41687] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(380), 1, anon_sym_LBRACE, + ACTIONS(2784), 1, + anon_sym_COMMA, + ACTIONS(2786), 1, + anon_sym_LPAREN2, + ACTIONS(2790), 1, + anon_sym_LBRACK, + ACTIONS(2792), 1, anon_sym_EQ, - [41734] = 8, + ACTIONS(2802), 1, + anon_sym_SEMI, + STATE(371), 1, + sym_compound_statement, + STATE(1050), 1, + sym_parameter_list, + STATE(1239), 1, + aux_sym_declaration_repeat1, + STATE(1091), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [41725] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1432), 1, anon_sym___based, - ACTIONS(2363), 1, + ACTIONS(2369), 1, sym_identifier, - ACTIONS(2365), 1, + ACTIONS(2371), 1, anon_sym_LPAREN2, - ACTIONS(2367), 1, + ACTIONS(2373), 1, anon_sym_STAR, - STATE(1102), 1, + STATE(1109), 1, sym__type_declarator, - STATE(1465), 1, + STATE(1535), 1, sym_ms_based_modifier, - STATE(1145), 5, + STATE(1144), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [41763] = 7, + [41754] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2783), 1, + ACTIONS(2786), 1, anon_sym_LPAREN2, - ACTIONS(2787), 1, + ACTIONS(2790), 1, anon_sym_LBRACK, - STATE(1072), 1, + STATE(1050), 1, sym_parameter_list, - STATE(1084), 2, + STATE(1091), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(2806), 5, + ACTIONS(2804), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + [41781] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2808), 1, + anon_sym___attribute__, + ACTIONS(2810), 1, + anon_sym_LBRACK, + STATE(1056), 2, + sym_attribute_specifier, + aux_sym_function_declarator_repeat1, + ACTIONS(2806), 7, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - [41790] = 8, + [41804] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1781), 1, + sym_identifier, + ACTIONS(2812), 1, + anon_sym_RPAREN, + ACTIONS(2814), 1, + anon_sym_COLON, + STATE(1226), 1, + sym_gnu_asm_output_operand_list, + STATE(492), 2, + sym_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(93), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [41831] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1432), 1, anon_sym___based, - ACTIONS(2363), 1, + ACTIONS(2369), 1, sym_identifier, - ACTIONS(2365), 1, + ACTIONS(2371), 1, anon_sym_LPAREN2, - ACTIONS(2367), 1, + ACTIONS(2373), 1, anon_sym_STAR, - STATE(1095), 1, + STATE(1097), 1, sym__type_declarator, - STATE(1465), 1, + STATE(1535), 1, sym_ms_based_modifier, - STATE(1145), 5, + STATE(1144), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [41819] = 8, + [41860] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1432), 1, anon_sym___based, - ACTIONS(2363), 1, + ACTIONS(2041), 1, sym_identifier, - ACTIONS(2365), 1, + ACTIONS(2329), 1, anon_sym_LPAREN2, - ACTIONS(2367), 1, + ACTIONS(2331), 1, anon_sym_STAR, - STATE(1122), 1, + STATE(1117), 1, + sym__declarator, + STATE(1395), 1, + sym_ms_based_modifier, + STATE(1126), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + [41889] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1432), 1, + anon_sym___based, + ACTIONS(2369), 1, + sym_identifier, + ACTIONS(2371), 1, + anon_sym_LPAREN2, + ACTIONS(2373), 1, + anon_sym_STAR, + STATE(1113), 1, sym__type_declarator, - STATE(1465), 1, + STATE(1535), 1, sym_ms_based_modifier, - STATE(1145), 5, + STATE(1144), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [41848] = 8, + [41918] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1432), 1, anon_sym___based, - ACTIONS(2041), 1, + ACTIONS(2369), 1, sym_identifier, - ACTIONS(2351), 1, + ACTIONS(2371), 1, anon_sym_LPAREN2, - ACTIONS(2353), 1, + ACTIONS(2373), 1, anon_sym_STAR, - STATE(1113), 1, - sym__declarator, - STATE(1375), 1, + STATE(1094), 1, + sym__type_declarator, + STATE(1535), 1, sym_ms_based_modifier, - STATE(1126), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - [41877] = 5, + STATE(1144), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + [41947] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2810), 1, + ACTIONS(2808), 1, anon_sym___attribute__, - ACTIONS(2812), 1, + ACTIONS(2818), 1, anon_sym_LBRACK, - STATE(1060), 2, + STATE(1062), 2, sym_attribute_specifier, aux_sym_function_declarator_repeat1, - ACTIONS(2808), 7, + ACTIONS(2816), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -81788,38 +81945,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - [41900] = 11, + [41970] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2783), 1, + ACTIONS(2786), 1, anon_sym_LPAREN2, - ACTIONS(2814), 1, - anon_sym_COMMA, - ACTIONS(2816), 1, - anon_sym_SEMI, - ACTIONS(2818), 1, + ACTIONS(2790), 1, anon_sym_LBRACK, - ACTIONS(2820), 1, - anon_sym_COLON, - STATE(1136), 1, + STATE(1050), 1, sym_parameter_list, - STATE(1210), 1, - sym_bitfield_clause, - STATE(1211), 1, - aux_sym_field_declaration_repeat1, - STATE(1097), 2, + STATE(1091), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [41935] = 5, + ACTIONS(2820), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + [41997] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2824), 1, anon_sym_LBRACK_LBRACK, ACTIONS(2827), 1, anon_sym_LBRACK, - STATE(1056), 2, + STATE(1058), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(2822), 7, @@ -81830,82 +81983,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - [41958] = 11, + [42020] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1432), 1, + anon_sym___based, + ACTIONS(2369), 1, + sym_identifier, + ACTIONS(2371), 1, + anon_sym_LPAREN2, + ACTIONS(2373), 1, + anon_sym_STAR, + STATE(1103), 1, + sym__type_declarator, + STATE(1535), 1, + sym_ms_based_modifier, + STATE(1144), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + [42049] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2783), 1, + ACTIONS(2786), 1, anon_sym_LPAREN2, - ACTIONS(2814), 1, + ACTIONS(2829), 1, anon_sym_COMMA, - ACTIONS(2818), 1, + ACTIONS(2831), 1, + anon_sym_SEMI, + ACTIONS(2833), 1, anon_sym_LBRACK, - ACTIONS(2820), 1, + ACTIONS(2835), 1, anon_sym_COLON, - ACTIONS(2829), 1, - anon_sym_SEMI, STATE(1136), 1, sym_parameter_list, - STATE(1282), 1, - aux_sym_field_declaration_repeat1, - STATE(1286), 1, + STATE(1234), 1, sym_bitfield_clause, - STATE(1097), 2, + STATE(1235), 1, + aux_sym_field_declaration_repeat1, + STATE(1098), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [41993] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1432), 1, - anon_sym___based, - ACTIONS(2041), 1, - sym_identifier, - ACTIONS(2351), 1, - anon_sym_LPAREN2, - ACTIONS(2353), 1, - anon_sym_STAR, - STATE(1112), 1, - sym__declarator, - STATE(1375), 1, - sym_ms_based_modifier, - STATE(1126), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - [42022] = 7, + [42084] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2783), 1, + ACTIONS(2786), 1, anon_sym_LPAREN2, - ACTIONS(2787), 1, + ACTIONS(2829), 1, + anon_sym_COMMA, + ACTIONS(2833), 1, anon_sym_LBRACK, - STATE(1072), 1, + ACTIONS(2835), 1, + anon_sym_COLON, + ACTIONS(2837), 1, + anon_sym_SEMI, + STATE(1136), 1, sym_parameter_list, - STATE(1084), 2, + STATE(1290), 1, + sym_bitfield_clause, + STATE(1291), 1, + aux_sym_field_declaration_repeat1, + STATE(1098), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(2831), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - [42049] = 5, + [42119] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2835), 1, + ACTIONS(2841), 1, anon_sym___attribute__, - ACTIONS(2838), 1, + ACTIONS(2844), 1, anon_sym_LBRACK, - STATE(1060), 2, + STATE(1062), 2, sym_attribute_specifier, aux_sym_function_declarator_repeat1, - ACTIONS(2833), 7, + ACTIONS(2839), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -81913,63 +82070,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - [42072] = 8, + [42142] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1432), 1, anon_sym___based, - ACTIONS(2363), 1, + ACTIONS(2351), 1, sym_identifier, - ACTIONS(2365), 1, + ACTIONS(2353), 1, anon_sym_LPAREN2, - ACTIONS(2367), 1, + ACTIONS(2355), 1, anon_sym_STAR, - STATE(1107), 1, - sym__type_declarator, - STATE(1465), 1, - sym_ms_based_modifier, - STATE(1145), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [42101] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2783), 1, - anon_sym_LPAREN2, - ACTIONS(2814), 1, - anon_sym_COMMA, - ACTIONS(2818), 1, - anon_sym_LBRACK, - ACTIONS(2820), 1, - anon_sym_COLON, - ACTIONS(2840), 1, - anon_sym_SEMI, - STATE(1136), 1, - sym_parameter_list, - STATE(1281), 1, - sym_bitfield_clause, - STATE(1293), 1, - aux_sym_field_declaration_repeat1, - STATE(1097), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [42136] = 7, + STATE(1080), 1, + sym__field_declarator, + STATE(1369), 1, + sym_ms_based_modifier, + STATE(1132), 5, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + [42171] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1737), 1, + ACTIONS(1781), 1, sym_identifier, - ACTIONS(2842), 1, - anon_sym_RPAREN, - ACTIONS(2844), 1, + ACTIONS(2814), 1, anon_sym_COLON, - STATE(1249), 1, + ACTIONS(2846), 1, + anon_sym_RPAREN, + STATE(1292), 1, sym_gnu_asm_output_operand_list, - STATE(497), 2, + STATE(492), 2, sym_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(93), 5, @@ -81978,62 +82111,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [42163] = 8, + [42198] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1432), 1, anon_sym___based, - ACTIONS(2363), 1, + ACTIONS(2041), 1, sym_identifier, - ACTIONS(2365), 1, + ACTIONS(2329), 1, anon_sym_LPAREN2, - ACTIONS(2367), 1, + ACTIONS(2331), 1, anon_sym_STAR, - STATE(1133), 1, - sym__type_declarator, - STATE(1465), 1, + STATE(1127), 1, + sym__declarator, + STATE(1395), 1, sym_ms_based_modifier, - STATE(1145), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [42192] = 8, + STATE(1126), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + [42227] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1432), 1, anon_sym___based, - ACTIONS(2363), 1, + ACTIONS(2041), 1, sym_identifier, - ACTIONS(2365), 1, + ACTIONS(2329), 1, anon_sym_LPAREN2, - ACTIONS(2367), 1, + ACTIONS(2331), 1, anon_sym_STAR, - STATE(1105), 1, - sym__type_declarator, - STATE(1465), 1, + STATE(1122), 1, + sym__declarator, + STATE(1395), 1, sym_ms_based_modifier, - STATE(1145), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [42221] = 8, + STATE(1126), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + [42256] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1432), 1, anon_sym___based, ACTIONS(2041), 1, sym_identifier, - ACTIONS(2351), 1, + ACTIONS(2329), 1, anon_sym_LPAREN2, - ACTIONS(2353), 1, + ACTIONS(2331), 1, anon_sym_STAR, - STATE(1120), 1, + STATE(1119), 1, sym__declarator, - STATE(1375), 1, + STATE(1395), 1, sym_ms_based_modifier, STATE(1126), 5, sym_parenthesized_declarator, @@ -82041,61 +82174,41 @@ static const uint16_t ts_small_parse_table[] = { sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [42250] = 8, + [42285] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1432), 1, anon_sym___based, - ACTIONS(2363), 1, + ACTIONS(2369), 1, sym_identifier, - ACTIONS(2365), 1, + ACTIONS(2371), 1, anon_sym_LPAREN2, - ACTIONS(2367), 1, + ACTIONS(2373), 1, anon_sym_STAR, - STATE(1101), 1, + STATE(1108), 1, sym__type_declarator, - STATE(1465), 1, + STATE(1535), 1, sym_ms_based_modifier, - STATE(1145), 5, + STATE(1144), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [42279] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1737), 1, - sym_identifier, - ACTIONS(2844), 1, - anon_sym_COLON, - ACTIONS(2846), 1, - anon_sym_RPAREN, - STATE(1261), 1, - sym_gnu_asm_output_operand_list, - STATE(497), 2, - sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(93), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [42306] = 8, + [42314] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1432), 1, anon_sym___based, ACTIONS(2041), 1, sym_identifier, - ACTIONS(2351), 1, + ACTIONS(2329), 1, anon_sym_LPAREN2, - ACTIONS(2353), 1, + ACTIONS(2331), 1, anon_sym_STAR, - STATE(1127), 1, + STATE(1124), 1, sym__declarator, - STATE(1375), 1, + STATE(1395), 1, sym_ms_based_modifier, STATE(1126), 5, sym_parenthesized_declarator, @@ -82103,220 +82216,204 @@ static const uint16_t ts_small_parse_table[] = { sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [42335] = 8, + [42343] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2786), 1, + anon_sym_LPAREN2, + ACTIONS(2790), 1, + anon_sym_LBRACK, + STATE(1050), 1, + sym_parameter_list, + STATE(1091), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(2848), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + [42370] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1432), 1, anon_sym___based, - ACTIONS(2363), 1, + ACTIONS(2369), 1, sym_identifier, - ACTIONS(2365), 1, + ACTIONS(2371), 1, anon_sym_LPAREN2, - ACTIONS(2367), 1, + ACTIONS(2373), 1, anon_sym_STAR, - STATE(1096), 1, + STATE(1110), 1, sym__type_declarator, - STATE(1465), 1, + STATE(1535), 1, sym_ms_based_modifier, - STATE(1145), 5, + STATE(1144), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [42364] = 8, + [42399] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1432), 1, - anon_sym___based, - ACTIONS(2343), 1, - sym_identifier, - ACTIONS(2345), 1, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2786), 1, anon_sym_LPAREN2, - ACTIONS(2347), 1, - anon_sym_STAR, - STATE(1129), 1, - sym__field_declarator, - STATE(1518), 1, - sym_ms_based_modifier, - STATE(1138), 5, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - [42393] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2810), 1, - anon_sym___attribute__, - ACTIONS(2850), 1, + ACTIONS(2790), 1, anon_sym_LBRACK, - STATE(1054), 2, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(2848), 7, + STATE(1050), 1, + sym_parameter_list, + STATE(1091), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(2850), 5, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - [42416] = 8, + [42426] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1432), 1, anon_sym___based, - ACTIONS(2363), 1, + ACTIONS(2369), 1, sym_identifier, - ACTIONS(2365), 1, + ACTIONS(2371), 1, anon_sym_LPAREN2, - ACTIONS(2367), 1, + ACTIONS(2373), 1, anon_sym_STAR, - STATE(1093), 1, + STATE(1102), 1, sym__type_declarator, - STATE(1465), 1, + STATE(1535), 1, sym_ms_based_modifier, - STATE(1145), 5, + STATE(1144), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [42445] = 8, + [42455] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1432), 1, anon_sym___based, - ACTIONS(2343), 1, + ACTIONS(2351), 1, sym_identifier, - ACTIONS(2345), 1, + ACTIONS(2353), 1, anon_sym_LPAREN2, - ACTIONS(2347), 1, + ACTIONS(2355), 1, anon_sym_STAR, - STATE(1078), 1, + STATE(1137), 1, sym__field_declarator, - STATE(1518), 1, + STATE(1369), 1, sym_ms_based_modifier, - STATE(1138), 5, + STATE(1132), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, - [42474] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1432), 1, - anon_sym___based, - ACTIONS(2041), 1, - sym_identifier, - ACTIONS(2351), 1, - anon_sym_LPAREN2, - ACTIONS(2353), 1, - anon_sym_STAR, - STATE(1116), 1, - sym__declarator, - STATE(1375), 1, - sym_ms_based_modifier, - STATE(1126), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - [42503] = 7, + [42484] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2783), 1, + ACTIONS(2786), 1, anon_sym_LPAREN2, - ACTIONS(2787), 1, + ACTIONS(2829), 1, + anon_sym_COMMA, + ACTIONS(2833), 1, anon_sym_LBRACK, - STATE(1072), 1, + ACTIONS(2835), 1, + anon_sym_COLON, + ACTIONS(2852), 1, + anon_sym_SEMI, + STATE(1136), 1, sym_parameter_list, - STATE(1084), 2, + STATE(1273), 1, + aux_sym_field_declaration_repeat1, + STATE(1276), 1, + sym_bitfield_clause, + STATE(1098), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(2852), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - [42530] = 8, + [42519] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1432), 1, anon_sym___based, - ACTIONS(2363), 1, + ACTIONS(2369), 1, sym_identifier, - ACTIONS(2365), 1, + ACTIONS(2371), 1, anon_sym_LPAREN2, - ACTIONS(2367), 1, + ACTIONS(2373), 1, anon_sym_STAR, - STATE(1098), 1, + STATE(1130), 1, sym__type_declarator, - STATE(1465), 1, + STATE(1535), 1, sym_ms_based_modifier, - STATE(1145), 5, + STATE(1144), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [42559] = 9, + [42548] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2783), 1, + ACTIONS(1432), 1, + anon_sym___based, + ACTIONS(2369), 1, + sym_identifier, + ACTIONS(2371), 1, anon_sym_LPAREN2, - ACTIONS(2818), 1, - anon_sym_LBRACK, - ACTIONS(2820), 1, - anon_sym_COLON, - STATE(1136), 1, - sym_parameter_list, - STATE(1346), 1, - sym_bitfield_clause, - ACTIONS(2854), 2, - anon_sym_COMMA, - anon_sym_SEMI, - STATE(1097), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [42589] = 7, + ACTIONS(2373), 1, + anon_sym_STAR, + STATE(1099), 1, + sym__type_declarator, + STATE(1535), 1, + sym_ms_based_modifier, + STATE(1144), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + [42577] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2783), 1, + ACTIONS(2786), 1, anon_sym_LPAREN2, - ACTIONS(2818), 1, + ACTIONS(2833), 1, anon_sym_LBRACK, STATE(1136), 1, sym_parameter_list, - STATE(1097), 2, + STATE(1098), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(2856), 4, + ACTIONS(2854), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_COLON, - [42615] = 6, + [42603] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2860), 1, + ACTIONS(2858), 1, anon_sym_LBRACK, - STATE(1178), 1, + STATE(1187), 1, sym_gnu_asm_output_operand, - STATE(1495), 1, + STATE(1445), 1, sym_string_literal, - ACTIONS(2858), 2, + ACTIONS(2856), 2, anon_sym_RPAREN, anon_sym_COLON, ACTIONS(93), 5, @@ -82325,170 +82422,171 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [42639] = 3, + [42627] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2864), 1, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2786), 1, + anon_sym_LPAREN2, + ACTIONS(2833), 1, anon_sym_LBRACK, - ACTIONS(2862), 9, + ACTIONS(2835), 1, + anon_sym_COLON, + STATE(1136), 1, + sym_parameter_list, + STATE(1338), 1, + sym_bitfield_clause, + ACTIONS(2860), 2, 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, + STATE(1098), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, [42657] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2783), 1, + ACTIONS(2786), 1, anon_sym_LPAREN2, - ACTIONS(2818), 1, + ACTIONS(2833), 1, anon_sym_LBRACK, STATE(1136), 1, sym_parameter_list, - STATE(1097), 2, + STATE(1098), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(2866), 4, + ACTIONS(2862), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_COLON, - [42683] = 10, + [42683] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2781), 1, - anon_sym_COMMA, - ACTIONS(2783), 1, + ACTIONS(2786), 1, anon_sym_LPAREN2, - ACTIONS(2787), 1, + ACTIONS(2833), 1, anon_sym_LBRACK, - ACTIONS(2789), 1, - anon_sym_EQ, - ACTIONS(2793), 1, - anon_sym_SEMI, - STATE(1072), 1, + STATE(1136), 1, sym_parameter_list, - STATE(1206), 1, - aux_sym_declaration_repeat1, - STATE(1084), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [42715] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2870), 1, - anon_sym_LBRACK, - STATE(1056), 2, + STATE(1098), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(2868), 6, + ACTIONS(2864), 4, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - [42737] = 10, + anon_sym_COLON, + [42709] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2781), 1, + ACTIONS(2784), 1, anon_sym_COMMA, - ACTIONS(2783), 1, + ACTIONS(2786), 1, anon_sym_LPAREN2, - ACTIONS(2787), 1, + ACTIONS(2790), 1, anon_sym_LBRACK, - ACTIONS(2789), 1, + ACTIONS(2792), 1, anon_sym_EQ, - ACTIONS(2799), 1, + ACTIONS(2800), 1, anon_sym_SEMI, - STATE(1072), 1, + STATE(1050), 1, sym_parameter_list, - STATE(1205), 1, + STATE(1206), 1, aux_sym_declaration_repeat1, - STATE(1084), 2, + STATE(1091), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [42769] = 10, + [42741] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2781), 1, + ACTIONS(2784), 1, anon_sym_COMMA, - ACTIONS(2783), 1, + ACTIONS(2786), 1, anon_sym_LPAREN2, - ACTIONS(2785), 1, - anon_sym_SEMI, - ACTIONS(2787), 1, + ACTIONS(2790), 1, anon_sym_LBRACK, - ACTIONS(2789), 1, + ACTIONS(2792), 1, anon_sym_EQ, - STATE(1072), 1, + ACTIONS(2794), 1, + anon_sym_SEMI, + STATE(1050), 1, sym_parameter_list, - STATE(1213), 1, + STATE(1286), 1, aux_sym_declaration_repeat1, - STATE(1084), 2, + STATE(1091), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [42801] = 10, + [42773] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2781), 1, + ACTIONS(2784), 1, anon_sym_COMMA, - ACTIONS(2783), 1, + ACTIONS(2786), 1, anon_sym_LPAREN2, - ACTIONS(2787), 1, + ACTIONS(2790), 1, anon_sym_LBRACK, - ACTIONS(2789), 1, + ACTIONS(2792), 1, anon_sym_EQ, - ACTIONS(2797), 1, + ACTIONS(2802), 1, anon_sym_SEMI, - STATE(1072), 1, + STATE(1050), 1, sym_parameter_list, - STATE(1288), 1, + STATE(1239), 1, aux_sym_declaration_repeat1, - STATE(1084), 2, + STATE(1091), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [42833] = 7, + [42805] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2783), 1, + ACTIONS(2786), 1, anon_sym_LPAREN2, - ACTIONS(2818), 1, + ACTIONS(2833), 1, anon_sym_LBRACK, STATE(1136), 1, sym_parameter_list, - STATE(1097), 2, + STATE(1098), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(2872), 4, + ACTIONS(2866), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_COLON, + [42831] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2870), 1, + anon_sym_LBRACK, + ACTIONS(2868), 9, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, anon_sym_COLON, - [42859] = 3, + [42849] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2876), 1, + ACTIONS(2874), 1, anon_sym_LBRACK, - ACTIONS(2874), 9, + ACTIONS(2872), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -82498,48 +82596,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - [42877] = 7, + [42867] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2783), 1, + ACTIONS(2784), 1, + anon_sym_COMMA, + ACTIONS(2786), 1, anon_sym_LPAREN2, - ACTIONS(2818), 1, + ACTIONS(2788), 1, + anon_sym_SEMI, + ACTIONS(2790), 1, anon_sym_LBRACK, - STATE(1136), 1, + ACTIONS(2792), 1, + anon_sym_EQ, + STATE(1050), 1, sym_parameter_list, - STATE(1097), 2, + STATE(1250), 1, + aux_sym_declaration_repeat1, + STATE(1091), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(2878), 4, + [42899] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2878), 1, + anon_sym_LBRACK, + ACTIONS(2876), 9, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, anon_sym_COLON, - [42903] = 3, + [42917] = 5, ACTIONS(3), 1, sym_comment, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, ACTIONS(2882), 1, anon_sym_LBRACK, - ACTIONS(2880), 9, + STATE(1058), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(2880), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, - [42921] = 6, + [42939] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2886), 1, anon_sym_LBRACK, - STATE(1190), 1, + STATE(1181), 1, sym_gnu_asm_input_operand, - STATE(1363), 1, + STATE(1489), 1, sym_string_literal, ACTIONS(2884), 2, anon_sym_RPAREN, @@ -82550,396 +82668,402 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [42945] = 9, + [42963] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2888), 1, + sym_identifier, + ACTIONS(2892), 1, + sym_system_lib_string, + STATE(1496), 2, + sym_preproc_call_expression, + sym_string_literal, + ACTIONS(2890), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [42984] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2783), 1, + ACTIONS(2786), 1, anon_sym_LPAREN2, - ACTIONS(2888), 1, + ACTIONS(2894), 1, anon_sym_COMMA, - ACTIONS(2890), 1, + ACTIONS(2896), 1, anon_sym_SEMI, - ACTIONS(2892), 1, + ACTIONS(2898), 1, anon_sym_LBRACK, - STATE(1151), 1, + STATE(1155), 1, sym_parameter_list, - STATE(1226), 1, + STATE(1229), 1, aux_sym_type_definition_repeat2, - STATE(1111), 2, + STATE(1123), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [42974] = 7, + [43013] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2900), 1, + sym_identifier, + ACTIONS(2902), 1, + sym_system_lib_string, + STATE(1446), 2, + sym_preproc_call_expression, + sym_string_literal, + ACTIONS(2890), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [43034] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2783), 1, + ACTIONS(2786), 1, anon_sym_LPAREN2, - ACTIONS(2892), 1, + ACTIONS(2898), 1, anon_sym_LBRACK, - STATE(1151), 1, + STATE(1155), 1, sym_parameter_list, - STATE(1111), 2, + STATE(1123), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(2894), 3, + ACTIONS(2904), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, - [42999] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2783), 1, - anon_sym_LPAREN2, - ACTIONS(2888), 1, - anon_sym_COMMA, - ACTIONS(2892), 1, - anon_sym_LBRACK, - ACTIONS(2896), 1, - anon_sym_SEMI, - STATE(1151), 1, - sym_parameter_list, - STATE(1290), 1, - aux_sym_type_definition_repeat2, - STATE(1111), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [43028] = 9, + [43059] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2783), 1, + ACTIONS(2786), 1, anon_sym_LPAREN2, - ACTIONS(2888), 1, + ACTIONS(2894), 1, anon_sym_COMMA, - ACTIONS(2892), 1, - anon_sym_LBRACK, ACTIONS(2898), 1, + anon_sym_LBRACK, + ACTIONS(2906), 1, anon_sym_SEMI, - STATE(1151), 1, + STATE(1155), 1, sym_parameter_list, - STATE(1291), 1, + STATE(1244), 1, aux_sym_type_definition_repeat2, - STATE(1111), 2, + STATE(1123), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [43057] = 5, + [43088] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2902), 1, + ACTIONS(2910), 1, anon_sym_LBRACK, - STATE(1056), 2, + STATE(1058), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(2900), 5, + ACTIONS(2908), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_COLON, - [43078] = 9, + [43109] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2783), 1, + ACTIONS(2786), 1, anon_sym_LPAREN2, - ACTIONS(2888), 1, + ACTIONS(2894), 1, anon_sym_COMMA, - ACTIONS(2892), 1, + ACTIONS(2898), 1, anon_sym_LBRACK, - ACTIONS(2904), 1, + ACTIONS(2912), 1, anon_sym_SEMI, - STATE(1151), 1, + STATE(1155), 1, sym_parameter_list, - STATE(1224), 1, + STATE(1207), 1, aux_sym_type_definition_repeat2, - STATE(1111), 2, + STATE(1123), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [43107] = 5, + [43138] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2906), 1, + ACTIONS(2914), 1, sym_identifier, - ACTIONS(2910), 1, + ACTIONS(2916), 1, sym_system_lib_string, - STATE(1449), 2, + STATE(1469), 2, sym_preproc_call_expression, sym_string_literal, - ACTIONS(2908), 5, + ACTIONS(2890), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [43128] = 5, + [43159] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2912), 1, + ACTIONS(2918), 1, sym_identifier, - ACTIONS(2914), 1, + ACTIONS(2920), 1, sym_system_lib_string, - STATE(1549), 2, + STATE(1473), 2, sym_preproc_call_expression, sym_string_literal, - ACTIONS(2908), 5, + ACTIONS(2890), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [43149] = 9, + [43180] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2783), 1, + ACTIONS(2786), 1, anon_sym_LPAREN2, - ACTIONS(2888), 1, + ACTIONS(2894), 1, anon_sym_COMMA, - ACTIONS(2892), 1, + ACTIONS(2898), 1, anon_sym_LBRACK, - ACTIONS(2916), 1, + ACTIONS(2922), 1, anon_sym_SEMI, - STATE(1151), 1, + STATE(1155), 1, sym_parameter_list, - STATE(1237), 1, + STATE(1293), 1, aux_sym_type_definition_repeat2, - STATE(1111), 2, + STATE(1123), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [43178] = 9, + [43209] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2783), 1, + ACTIONS(2786), 1, anon_sym_LPAREN2, - ACTIONS(2888), 1, + ACTIONS(2894), 1, anon_sym_COMMA, - ACTIONS(2892), 1, + ACTIONS(2898), 1, anon_sym_LBRACK, - ACTIONS(2918), 1, + ACTIONS(2924), 1, anon_sym_SEMI, - STATE(1151), 1, + STATE(1155), 1, sym_parameter_list, - STATE(1269), 1, + STATE(1225), 1, aux_sym_type_definition_repeat2, - STATE(1111), 2, + STATE(1123), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [43207] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2920), 1, - sym_identifier, - ACTIONS(2922), 1, - sym_system_lib_string, - STATE(1470), 2, - sym_preproc_call_expression, - sym_string_literal, - ACTIONS(2908), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [43228] = 7, + [43238] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2783), 1, + ACTIONS(2786), 1, anon_sym_LPAREN2, - ACTIONS(2892), 1, + ACTIONS(2898), 1, anon_sym_LBRACK, - STATE(1151), 1, + STATE(1155), 1, sym_parameter_list, - STATE(1111), 2, + STATE(1123), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(2924), 3, + ACTIONS(2926), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, - [43253] = 9, + [43263] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2783), 1, + ACTIONS(2786), 1, anon_sym_LPAREN2, - ACTIONS(2888), 1, - anon_sym_COMMA, - ACTIONS(2892), 1, + ACTIONS(2790), 1, anon_sym_LBRACK, - ACTIONS(2926), 1, - anon_sym_SEMI, - STATE(1151), 1, + ACTIONS(2792), 1, + anon_sym_EQ, + STATE(1050), 1, sym_parameter_list, - STATE(1207), 1, - aux_sym_type_definition_repeat2, - STATE(1111), 2, + ACTIONS(2928), 2, + anon_sym_COMMA, + anon_sym_SEMI, + STATE(1091), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [43282] = 8, + [43290] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2783), 1, + ACTIONS(2786), 1, anon_sym_LPAREN2, - ACTIONS(2787), 1, + ACTIONS(2898), 1, anon_sym_LBRACK, - ACTIONS(2789), 1, - anon_sym_EQ, - STATE(1072), 1, + STATE(1155), 1, sym_parameter_list, - ACTIONS(2928), 2, + STATE(1123), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(2930), 3, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, - STATE(1084), 2, + [43315] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2786), 1, + anon_sym_LPAREN2, + ACTIONS(2898), 1, + anon_sym_LBRACK, + STATE(1155), 1, + sym_parameter_list, + STATE(1123), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [43309] = 9, + ACTIONS(2932), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + [43340] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2783), 1, + ACTIONS(2786), 1, anon_sym_LPAREN2, - ACTIONS(2888), 1, + ACTIONS(2894), 1, anon_sym_COMMA, - ACTIONS(2892), 1, + ACTIONS(2898), 1, anon_sym_LBRACK, - ACTIONS(2930), 1, + ACTIONS(2934), 1, anon_sym_SEMI, - STATE(1151), 1, + STATE(1155), 1, sym_parameter_list, - STATE(1264), 1, + STATE(1283), 1, aux_sym_type_definition_repeat2, - STATE(1111), 2, + STATE(1123), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [43338] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2932), 1, - sym_identifier, - ACTIONS(2934), 1, - sym_system_lib_string, - STATE(1379), 2, - sym_preproc_call_expression, - sym_string_literal, - ACTIONS(2908), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [43359] = 7, + [43369] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2783), 1, + ACTIONS(2786), 1, anon_sym_LPAREN2, - ACTIONS(2892), 1, + ACTIONS(2894), 1, + anon_sym_COMMA, + ACTIONS(2898), 1, anon_sym_LBRACK, - STATE(1151), 1, + ACTIONS(2936), 1, + anon_sym_SEMI, + STATE(1155), 1, sym_parameter_list, - STATE(1111), 2, + STATE(1205), 1, + aux_sym_type_definition_repeat2, + STATE(1123), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(2936), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - [43384] = 7, + [43398] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2783), 1, + ACTIONS(2786), 1, anon_sym_LPAREN2, - ACTIONS(2892), 1, + ACTIONS(2894), 1, + anon_sym_COMMA, + ACTIONS(2898), 1, anon_sym_LBRACK, - STATE(1151), 1, + ACTIONS(2938), 1, + anon_sym_SEMI, + STATE(1155), 1, sym_parameter_list, - STATE(1111), 2, + STATE(1227), 1, + aux_sym_type_definition_repeat2, + STATE(1123), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(2938), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - [43409] = 5, + [43427] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, ACTIONS(2942), 1, anon_sym_LBRACK, - STATE(1056), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(2940), 4, + ACTIONS(2940), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, - [43429] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(41), 1, anon_sym_LBRACE, - ACTIONS(2783), 1, - anon_sym_LPAREN2, - ACTIONS(2787), 1, + anon_sym_EQ, + [43443] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2946), 1, anon_sym_LBRACK, - STATE(339), 1, - sym_compound_statement, - STATE(1072), 1, - sym_parameter_list, - STATE(1084), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [43455] = 8, + ACTIONS(2944), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + [43459] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(121), 1, - anon_sym_LBRACE, - ACTIONS(2783), 1, + ACTIONS(2786), 1, anon_sym_LPAREN2, - ACTIONS(2787), 1, + ACTIONS(2898), 1, anon_sym_LBRACK, - STATE(115), 1, - sym_compound_statement, - STATE(1072), 1, + STATE(1155), 1, sym_parameter_list, - STATE(1084), 2, + ACTIONS(2948), 2, + anon_sym_COMMA, + anon_sym_SEMI, + STATE(1123), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [43481] = 5, + [43483] = 4, + ACTIONS(3), 1, + sym_comment, + STATE(1194), 1, + sym_string_literal, + ACTIONS(2950), 2, + anon_sym_RPAREN, + anon_sym_COLON, + ACTIONS(93), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [43501] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2860), 1, + ACTIONS(2886), 1, anon_sym_LBRACK, - STATE(1218), 1, - sym_gnu_asm_output_operand, - STATE(1495), 1, + STATE(1228), 1, + sym_gnu_asm_input_operand, + STATE(1489), 1, sym_string_literal, ACTIONS(93), 5, anon_sym_L_DQUOTE, @@ -82947,65 +83071,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [43501] = 3, + [43521] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2946), 1, + ACTIONS(2858), 1, anon_sym_LBRACK, - ACTIONS(2944), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - [43517] = 8, + STATE(1241), 1, + sym_gnu_asm_output_operand, + STATE(1445), 1, + sym_string_literal, + ACTIONS(93), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [43541] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(390), 1, + ACTIONS(380), 1, anon_sym_LBRACE, - ACTIONS(2783), 1, + ACTIONS(2786), 1, anon_sym_LPAREN2, - ACTIONS(2787), 1, + ACTIONS(2790), 1, anon_sym_LBRACK, STATE(352), 1, sym_compound_statement, - STATE(1072), 1, + STATE(1050), 1, sym_parameter_list, - STATE(1084), 2, + STATE(1091), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [43543] = 3, + [43567] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2950), 1, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2786), 1, + anon_sym_LPAREN2, + ACTIONS(2790), 1, anon_sym_LBRACK, - ACTIONS(2948), 7, + STATE(1050), 1, + sym_parameter_list, + ACTIONS(2952), 2, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - [43559] = 4, + STATE(1091), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [43591] = 8, ACTIONS(3), 1, sym_comment, - STATE(1179), 1, - sym_string_literal, - ACTIONS(2952), 2, - anon_sym_RPAREN, - anon_sym_COLON, - ACTIONS(93), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [43577] = 3, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(41), 1, + anon_sym_LBRACE, + ACTIONS(2786), 1, + anon_sym_LPAREN2, + ACTIONS(2790), 1, + anon_sym_LBRACK, + STATE(342), 1, + sym_compound_statement, + STATE(1050), 1, + sym_parameter_list, + STATE(1091), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [43617] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2956), 1, @@ -83018,25 +83152,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - [43593] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(334), 1, - anon_sym_LBRACE, - ACTIONS(2783), 1, - anon_sym_LPAREN2, - ACTIONS(2787), 1, - anon_sym_LBRACK, - STATE(355), 1, - sym_compound_statement, - STATE(1072), 1, - sym_parameter_list, - STATE(1084), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [43619] = 3, + [43633] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2960), 1, @@ -83049,56 +83165,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - [43635] = 7, + [43649] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2783), 1, + ACTIONS(334), 1, + anon_sym_LBRACE, + ACTIONS(2786), 1, anon_sym_LPAREN2, - ACTIONS(2892), 1, + ACTIONS(2790), 1, anon_sym_LBRACK, - STATE(1151), 1, + STATE(362), 1, + sym_compound_statement, + STATE(1050), 1, sym_parameter_list, - ACTIONS(2962), 2, - anon_sym_COMMA, - anon_sym_SEMI, - STATE(1111), 2, + STATE(1091), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [43659] = 5, + [43675] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2886), 1, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2964), 1, anon_sym_LBRACK, - STATE(1265), 1, - sym_gnu_asm_input_operand, - STATE(1363), 1, - sym_string_literal, - ACTIONS(93), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [43679] = 7, + STATE(1058), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(2962), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + [43695] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2783), 1, + ACTIONS(121), 1, + anon_sym_LBRACE, + ACTIONS(2786), 1, anon_sym_LPAREN2, - ACTIONS(2787), 1, + ACTIONS(2790), 1, anon_sym_LBRACK, - STATE(1072), 1, + STATE(157), 1, + sym_compound_statement, + STATE(1050), 1, sym_parameter_list, - ACTIONS(2964), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(1084), 2, + STATE(1091), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [43703] = 3, + [43721] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2968), 1, @@ -83111,7 +83229,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - [43719] = 3, + [43737] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2972), 1, @@ -83124,23 +83242,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - [43735] = 7, + [43753] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2783), 1, + ACTIONS(2786), 1, anon_sym_LPAREN2, - ACTIONS(2787), 1, + ACTIONS(2790), 1, anon_sym_LBRACK, ACTIONS(2974), 1, anon_sym_RPAREN, - STATE(1072), 1, + STATE(1050), 1, sym_parameter_list, - STATE(1084), 2, + STATE(1091), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [43758] = 3, + [43776] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2978), 1, @@ -83152,23 +83270,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - [43773] = 7, + [43791] = 4, + ACTIONS(3), 1, + sym_comment, + STATE(1051), 1, + sym_string_literal, + STATE(1288), 1, + sym_concatenated_string, + ACTIONS(93), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [43808] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2783), 1, + ACTIONS(2786), 1, anon_sym_LPAREN2, - ACTIONS(2818), 1, + ACTIONS(2898), 1, anon_sym_LBRACK, ACTIONS(2980), 1, anon_sym_RPAREN, - STATE(1136), 1, + STATE(1155), 1, sym_parameter_list, - STATE(1097), 2, + STATE(1123), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [43796] = 3, + [43831] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2984), 1, @@ -83180,7 +83311,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - [43811] = 3, + [43846] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2988), 1, @@ -83192,53 +83323,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - [43826] = 4, - ACTIONS(3), 1, - sym_comment, - STATE(1068), 1, - sym_string_literal, - STATE(1248), 1, - sym_concatenated_string, - ACTIONS(93), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [43843] = 7, + [43861] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2783), 1, - anon_sym_LPAREN2, - ACTIONS(2892), 1, + ACTIONS(2992), 1, anon_sym_LBRACK, - ACTIONS(2990), 1, + ACTIONS(2990), 6, + anon_sym_COMMA, anon_sym_RPAREN, - STATE(1151), 1, - sym_parameter_list, - STATE(1111), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [43866] = 3, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + [43876] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2994), 1, + ACTIONS(2996), 1, anon_sym_LBRACK, - ACTIONS(2992), 6, + ACTIONS(2994), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - [43881] = 4, + [43891] = 4, ACTIONS(3), 1, sym_comment, - STATE(1063), 1, + STATE(1064), 1, sym_string_literal, - STATE(1270), 1, + STATE(1223), 1, sym_concatenated_string, ACTIONS(93), 5, anon_sym_L_DQUOTE, @@ -83246,31 +83360,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [43898] = 3, + [43908] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2998), 1, + ACTIONS(3000), 1, anon_sym_LBRACK, - ACTIONS(2996), 6, + ACTIONS(2998), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - [43913] = 3, + [43923] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3002), 1, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2786), 1, + anon_sym_LPAREN2, + ACTIONS(2833), 1, anon_sym_LBRACK, - ACTIONS(3000), 6, - anon_sym_COMMA, + ACTIONS(3002), 1, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - [43928] = 3, + STATE(1136), 1, + sym_parameter_list, + STATE(1098), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [43946] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3006), 1, @@ -83282,7 +83400,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - [43943] = 3, + [43961] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3010), 1, @@ -83294,47 +83412,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - [43958] = 3, + [43976] = 4, ACTIONS(3), 1, sym_comment, - STATE(1247), 1, - sym_string_literal, - ACTIONS(93), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [43972] = 5, + ACTIONS(3012), 1, + anon_sym_LPAREN2, + STATE(1158), 2, + sym_gnu_asm_qualifier, + aux_sym_gnu_asm_expression_repeat1, + ACTIONS(3014), 3, + anon_sym_inline, + anon_sym_volatile, + anon_sym_goto, + [43992] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3012), 1, + ACTIONS(3018), 1, anon_sym_LBRACK, - ACTIONS(3015), 1, - anon_sym_EQ, - ACTIONS(3017), 1, - anon_sym_DOT, - STATE(1141), 3, - sym_subscript_designator, - sym_field_designator, - aux_sym_initializer_pair_repeat1, - [43990] = 5, + ACTIONS(3016), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + [44006] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2783), 1, - anon_sym_LPAREN2, ACTIONS(3022), 1, anon_sym_LBRACK, - STATE(1167), 1, + ACTIONS(3020), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + [44020] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2786), 1, + anon_sym_LPAREN2, + ACTIONS(3026), 1, + anon_sym_LBRACK, + STATE(1172), 1, sym_parameter_list, - ACTIONS(3020), 3, + ACTIONS(3024), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - [44008] = 3, + [44038] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3030), 1, + anon_sym_LBRACK, + ACTIONS(3028), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + [44052] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1418), 1, + anon_sym_LBRACK, + ACTIONS(3032), 1, + anon_sym_EQ, + ACTIONS(3034), 1, + anon_sym_DOT, + STATE(1161), 3, + sym_subscript_designator, + sym_field_designator, + aux_sym_initializer_pair_repeat1, + [44070] = 3, ACTIONS(3), 1, sym_comment, - STATE(1512), 1, + STATE(1220), 1, sym_string_literal, ACTIONS(93), 5, anon_sym_L_DQUOTE, @@ -83342,220 +83494,186 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [44022] = 5, + [44084] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2783), 1, + ACTIONS(2786), 1, anon_sym_LPAREN2, - ACTIONS(3022), 1, + ACTIONS(3026), 1, anon_sym_LBRACK, - STATE(1167), 1, + STATE(1172), 1, sym_parameter_list, - ACTIONS(3024), 3, + ACTIONS(3036), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - [44040] = 3, + [44102] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3028), 1, + ACTIONS(3040), 1, anon_sym_LBRACK, - ACTIONS(3026), 5, + ACTIONS(3038), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - [44054] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3030), 1, - anon_sym_LPAREN2, - STATE(1155), 2, - sym_gnu_asm_qualifier, - aux_sym_gnu_asm_expression_repeat1, - ACTIONS(3032), 3, - anon_sym_inline, - anon_sym_volatile, - anon_sym_goto, - [44070] = 3, + [44116] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3036), 1, + ACTIONS(3044), 1, anon_sym_LBRACK, - ACTIONS(3034), 5, + ACTIONS(3042), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - [44084] = 5, + [44130] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2783), 1, - anon_sym_LPAREN2, - ACTIONS(3022), 1, - anon_sym_LBRACK, - STATE(1167), 1, - sym_parameter_list, - ACTIONS(3038), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - [44102] = 4, + STATE(1549), 1, + sym_string_literal, + ACTIONS(93), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [44144] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3040), 1, - anon_sym_LPAREN2, - STATE(1146), 2, - sym_gnu_asm_qualifier, - aux_sym_gnu_asm_expression_repeat1, - ACTIONS(3032), 3, - anon_sym_inline, - anon_sym_volatile, - anon_sym_goto, - [44118] = 5, + STATE(1531), 1, + sym_string_literal, + ACTIONS(93), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [44158] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2783), 1, + ACTIONS(2786), 1, anon_sym_LPAREN2, - ACTIONS(3022), 1, + ACTIONS(3026), 1, anon_sym_LBRACK, - STATE(1167), 1, + STATE(1172), 1, sym_parameter_list, - ACTIONS(3042), 3, + ACTIONS(3046), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - [44136] = 3, + [44176] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3046), 1, + ACTIONS(2786), 1, + anon_sym_LPAREN2, + ACTIONS(3026), 1, anon_sym_LBRACK, - ACTIONS(3044), 5, + STATE(1172), 1, + sym_parameter_list, + ACTIONS(3048), 3, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - [44150] = 5, + anon_sym_COLON, + [44194] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2783), 1, + ACTIONS(2786), 1, anon_sym_LPAREN2, - ACTIONS(3022), 1, + ACTIONS(3026), 1, anon_sym_LBRACK, - STATE(1167), 1, + STATE(1172), 1, sym_parameter_list, - ACTIONS(3048), 3, + ACTIONS(3050), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - [44168] = 3, + [44212] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3052), 1, + ACTIONS(3054), 1, anon_sym_LBRACK, - ACTIONS(3050), 5, + ACTIONS(3052), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - [44182] = 3, + [44226] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3056), 1, + ACTIONS(3058), 1, anon_sym_LBRACK, - ACTIONS(3054), 5, + ACTIONS(3056), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - [44196] = 4, + [44240] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3058), 1, + ACTIONS(3060), 1, anon_sym_LPAREN2, - STATE(1155), 2, + STATE(1140), 2, sym_gnu_asm_qualifier, aux_sym_gnu_asm_expression_repeat1, - ACTIONS(3060), 3, + ACTIONS(3014), 3, anon_sym_inline, anon_sym_volatile, anon_sym_goto, - [44212] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1418), 1, - anon_sym_LBRACK, - ACTIONS(3063), 1, - anon_sym_EQ, - ACTIONS(3065), 1, - anon_sym_DOT, - STATE(1141), 3, - sym_subscript_designator, - sym_field_designator, - aux_sym_initializer_pair_repeat1, - [44230] = 5, + [44256] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2783), 1, + ACTIONS(3062), 1, anon_sym_LPAREN2, - ACTIONS(3022), 1, - anon_sym_LBRACK, - STATE(1167), 1, - sym_parameter_list, - ACTIONS(3067), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - [44248] = 3, - ACTIONS(3), 1, - sym_comment, - STATE(1545), 1, - sym_string_literal, - ACTIONS(93), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [44262] = 3, + STATE(1158), 2, + sym_gnu_asm_qualifier, + aux_sym_gnu_asm_expression_repeat1, + ACTIONS(3064), 3, + anon_sym_inline, + anon_sym_volatile, + anon_sym_goto, + [44272] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3071), 1, + ACTIONS(3069), 1, anon_sym_LBRACK, - ACTIONS(3069), 5, + ACTIONS(3067), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - [44276] = 3, + [44286] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3075), 1, + ACTIONS(2786), 1, + anon_sym_LPAREN2, + ACTIONS(3026), 1, anon_sym_LBRACK, - ACTIONS(3073), 5, + STATE(1172), 1, + sym_parameter_list, + ACTIONS(3071), 3, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - [44290] = 3, + anon_sym_COLON, + [44304] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3079), 1, + ACTIONS(3073), 1, anon_sym_LBRACK, - ACTIONS(3077), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - [44304] = 2, + ACTIONS(3076), 1, + anon_sym_EQ, + ACTIONS(3078), 1, + anon_sym_DOT, + STATE(1161), 3, + sym_subscript_designator, + sym_field_designator, + aux_sym_initializer_pair_repeat1, + [44322] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3081), 5, @@ -83564,7 +83682,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_COLON, - [44315] = 2, + [44333] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3083), 5, @@ -83573,20 +83691,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_COLON, - [44326] = 6, + [44344] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym___declspec, - ACTIONS(2395), 1, + ACTIONS(2397), 1, anon_sym_LBRACE, ACTIONS(3085), 1, sym_identifier, - STATE(901), 1, + STATE(905), 1, sym_field_declaration_list, - STATE(1287), 1, + STATE(1297), 1, sym_ms_declspec_modifier, - [44345] = 2, + [44363] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3087), 5, @@ -83595,7 +83713,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_COLON, - [44356] = 2, + [44374] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3089), 5, @@ -83604,7 +83722,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_COLON, - [44367] = 2, + [44385] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3091), 5, @@ -83613,32 +83731,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_COLON, - [44378] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2783), 1, - anon_sym_LPAREN2, - ACTIONS(3022), 1, - anon_sym_LBRACK, - STATE(1167), 1, - sym_parameter_list, - ACTIONS(2964), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [44395] = 6, + [44396] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym___declspec, - ACTIONS(2395), 1, + ACTIONS(2397), 1, anon_sym_LBRACE, ACTIONS(3093), 1, sym_identifier, - STATE(902), 1, + STATE(917), 1, sym_field_declaration_list, - STATE(1278), 1, + STATE(1289), 1, sym_ms_declspec_modifier, - [44414] = 2, + [44415] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3095), 5, @@ -83647,7 +83753,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_COLON, - [44425] = 2, + [44426] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3097), 5, @@ -83656,7 +83762,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_COLON, - [44436] = 2, + [44437] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3099), 5, @@ -83665,7 +83771,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_COLON, - [44447] = 2, + [44448] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3101), 5, @@ -83674,2603 +83780,2639 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_COLON, - [44458] = 2, + [44459] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3103), 5, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2786), 1, anon_sym_LPAREN2, + ACTIONS(3026), 1, anon_sym_LBRACK, - anon_sym_COLON, - [44469] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3105), 5, + STATE(1172), 1, + sym_parameter_list, + ACTIONS(2952), 2, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_LBRACK, - anon_sym_COLON, - [44480] = 5, + [44476] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - ACTIONS(3109), 1, + ACTIONS(3105), 1, anon_sym_COLON_COLON, - STATE(1350), 1, + STATE(1354), 1, sym_argument_list, - ACTIONS(3107), 2, + ACTIONS(3103), 2, anon_sym_COMMA, anon_sym_RBRACK_RBRACK, - [44497] = 2, + [44493] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3111), 5, + ACTIONS(3107), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_COLON, - [44508] = 4, + [44504] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3113), 1, + ACTIONS(3109), 5, anon_sym_COMMA, - STATE(1194), 1, - aux_sym_gnu_asm_output_operand_list_repeat1, - ACTIONS(3115), 2, anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_LBRACK, anon_sym_COLON, - [44522] = 4, + [44515] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3117), 1, + ACTIONS(3111), 5, anon_sym_COMMA, - STATE(1193), 1, - aux_sym_gnu_asm_clobber_list_repeat1, - ACTIONS(3119), 2, anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_LBRACK, anon_sym_COLON, - [44536] = 5, - ACTIONS(2541), 1, + [44526] = 5, + ACTIONS(2571), 1, sym_comment, - ACTIONS(3121), 1, + ACTIONS(3113), 1, anon_sym_LF, - ACTIONS(3123), 1, + ACTIONS(3115), 1, anon_sym_LPAREN, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym_preproc_arg, - STATE(1305), 1, + STATE(1344), 1, sym_preproc_params, - [44552] = 5, - ACTIONS(2541), 1, + [44542] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(3127), 1, - anon_sym_DQUOTE, - ACTIONS(3129), 1, - aux_sym_string_literal_token1, - ACTIONS(3131), 1, - sym_escape_sequence, - STATE(1185), 1, - aux_sym_string_literal_repeat1, - [44568] = 4, + ACTIONS(3119), 1, + anon_sym_COMMA, + STATE(1179), 1, + aux_sym_gnu_asm_output_operand_list_repeat1, + ACTIONS(3122), 2, + anon_sym_RPAREN, + anon_sym_COLON, + [44556] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3133), 1, + ACTIONS(3124), 1, anon_sym_COMMA, - STATE(1182), 1, - aux_sym_gnu_asm_clobber_list_repeat1, - ACTIONS(3136), 2, + STATE(1179), 1, + aux_sym_gnu_asm_output_operand_list_repeat1, + ACTIONS(3126), 2, anon_sym_RPAREN, anon_sym_COLON, - [44582] = 4, + [44570] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3138), 1, + ACTIONS(3128), 1, anon_sym_COMMA, - STATE(1183), 1, + STATE(1193), 1, aux_sym_gnu_asm_input_operand_list_repeat1, - ACTIONS(3141), 2, + ACTIONS(3130), 2, anon_sym_RPAREN, anon_sym_COLON, - [44596] = 2, - ACTIONS(3), 1, + [44584] = 5, + ACTIONS(2571), 1, sym_comment, - ACTIONS(3143), 4, - anon_sym_LPAREN2, - anon_sym_inline, - anon_sym_volatile, - anon_sym_goto, - [44606] = 5, - ACTIONS(2541), 1, + ACTIONS(3132), 1, + anon_sym_DQUOTE, + ACTIONS(3134), 1, + aux_sym_string_literal_token1, + ACTIONS(3136), 1, + sym_escape_sequence, + STATE(1201), 1, + aux_sym_string_literal_repeat1, + [44600] = 5, + ACTIONS(2571), 1, sym_comment, - ACTIONS(3145), 1, + ACTIONS(3138), 1, anon_sym_DQUOTE, - ACTIONS(3147), 1, + ACTIONS(3140), 1, aux_sym_string_literal_token1, - ACTIONS(3149), 1, + ACTIONS(3142), 1, sym_escape_sequence, - STATE(1203), 1, + STATE(1191), 1, aux_sym_string_literal_repeat1, - [44622] = 5, - ACTIONS(2541), 1, + [44616] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1815), 1, + anon_sym_LPAREN2, + STATE(1312), 1, + sym_argument_list, + ACTIONS(3144), 2, + anon_sym_COMMA, + anon_sym_RBRACK_RBRACK, + [44630] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3146), 1, + anon_sym_COMMA, + STATE(1185), 1, + aux_sym_gnu_asm_clobber_list_repeat1, + ACTIONS(3149), 2, + anon_sym_RPAREN, + anon_sym_COLON, + [44644] = 5, + ACTIONS(2571), 1, sym_comment, - ACTIONS(3123), 1, + ACTIONS(3115), 1, anon_sym_LPAREN, ACTIONS(3151), 1, anon_sym_LF, ACTIONS(3153), 1, sym_preproc_arg, - STATE(1312), 1, + STATE(1326), 1, sym_preproc_params, - [44638] = 5, - ACTIONS(2541), 1, + [44660] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(3123), 1, - anon_sym_LPAREN, - ACTIONS(3155), 1, - anon_sym_LF, - ACTIONS(3157), 1, - sym_preproc_arg, - STATE(1310), 1, - sym_preproc_params, - [44654] = 5, + ACTIONS(3124), 1, + anon_sym_COMMA, + STATE(1180), 1, + aux_sym_gnu_asm_output_operand_list_repeat1, + ACTIONS(3155), 2, + anon_sym_RPAREN, + anon_sym_COLON, + [44674] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3159), 1, + ACTIONS(3157), 1, sym_identifier, - ACTIONS(3161), 1, + ACTIONS(3159), 1, anon_sym_COMMA, - ACTIONS(3163), 1, + ACTIONS(3161), 1, anon_sym_RBRACE, - STATE(1208), 1, + STATE(1230), 1, sym_enumerator, - [44670] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1815), 1, - anon_sym_LPAREN2, - STATE(1315), 1, - sym_argument_list, - ACTIONS(3165), 2, - anon_sym_COMMA, - anon_sym_RBRACK_RBRACK, - [44684] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3167), 1, - anon_sym_COMMA, - STATE(1195), 1, - aux_sym_gnu_asm_input_operand_list_repeat1, - ACTIONS(3169), 2, - anon_sym_RPAREN, - anon_sym_COLON, - [44698] = 5, - ACTIONS(2541), 1, + [44690] = 5, + ACTIONS(2571), 1, sym_comment, - ACTIONS(3171), 1, + ACTIONS(3163), 1, anon_sym_DQUOTE, - ACTIONS(3173), 1, + ACTIONS(3165), 1, aux_sym_string_literal_token1, - ACTIONS(3175), 1, + ACTIONS(3167), 1, sym_escape_sequence, - STATE(1192), 1, + STATE(1195), 1, aux_sym_string_literal_repeat1, - [44714] = 5, - ACTIONS(2541), 1, + [44706] = 5, + ACTIONS(2571), 1, + sym_comment, + ACTIONS(3115), 1, + anon_sym_LPAREN, + ACTIONS(3169), 1, + anon_sym_LF, + ACTIONS(3171), 1, + sym_preproc_arg, + STATE(1310), 1, + sym_preproc_params, + [44722] = 5, + ACTIONS(2571), 1, sym_comment, - ACTIONS(3147), 1, + ACTIONS(3165), 1, aux_sym_string_literal_token1, - ACTIONS(3149), 1, + ACTIONS(3167), 1, sym_escape_sequence, - ACTIONS(3177), 1, + ACTIONS(3173), 1, anon_sym_DQUOTE, - STATE(1203), 1, + STATE(1195), 1, aux_sym_string_literal_repeat1, - [44730] = 4, + [44738] = 5, + ACTIONS(2571), 1, + sym_comment, + ACTIONS(3115), 1, + anon_sym_LPAREN, + ACTIONS(3175), 1, + anon_sym_LF, + ACTIONS(3177), 1, + sym_preproc_arg, + STATE(1330), 1, + sym_preproc_params, + [44754] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3117), 1, + ACTIONS(3128), 1, anon_sym_COMMA, - STATE(1182), 1, - aux_sym_gnu_asm_clobber_list_repeat1, + STATE(1197), 1, + aux_sym_gnu_asm_input_operand_list_repeat1, ACTIONS(3179), 2, anon_sym_RPAREN, anon_sym_COLON, - [44744] = 4, + [44768] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3113), 1, + ACTIONS(3181), 1, anon_sym_COMMA, STATE(1199), 1, - aux_sym_gnu_asm_output_operand_list_repeat1, - ACTIONS(3181), 2, + aux_sym_gnu_asm_clobber_list_repeat1, + ACTIONS(3183), 2, anon_sym_RPAREN, anon_sym_COLON, - [44758] = 4, + [44782] = 5, + ACTIONS(2571), 1, + sym_comment, + ACTIONS(3185), 1, + anon_sym_DQUOTE, + ACTIONS(3187), 1, + aux_sym_string_literal_token1, + ACTIONS(3190), 1, + sym_escape_sequence, + STATE(1195), 1, + aux_sym_string_literal_repeat1, + [44798] = 5, + ACTIONS(2571), 1, + sym_comment, + ACTIONS(3115), 1, + anon_sym_LPAREN, + ACTIONS(3193), 1, + anon_sym_LF, + ACTIONS(3195), 1, + sym_preproc_arg, + STATE(1306), 1, + sym_preproc_params, + [44814] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3167), 1, + ACTIONS(3197), 1, anon_sym_COMMA, - STATE(1183), 1, + STATE(1197), 1, aux_sym_gnu_asm_input_operand_list_repeat1, - ACTIONS(3183), 2, + ACTIONS(3200), 2, anon_sym_RPAREN, anon_sym_COLON, - [44772] = 5, + [44828] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2783), 1, + ACTIONS(2786), 1, anon_sym_LPAREN2, - ACTIONS(3022), 1, + ACTIONS(3026), 1, anon_sym_LBRACK, - ACTIONS(3185), 1, + ACTIONS(3202), 1, anon_sym_RPAREN, - STATE(1167), 1, + STATE(1172), 1, sym_parameter_list, - [44788] = 5, - ACTIONS(2541), 1, - sym_comment, - ACTIONS(3123), 1, - anon_sym_LPAREN, - ACTIONS(3187), 1, - anon_sym_LF, - ACTIONS(3189), 1, - sym_preproc_arg, - STATE(1353), 1, - sym_preproc_params, - [44804] = 5, - ACTIONS(2541), 1, - sym_comment, - ACTIONS(3191), 1, - anon_sym_DQUOTE, - ACTIONS(3193), 1, - aux_sym_string_literal_token1, - ACTIONS(3195), 1, - sym_escape_sequence, - STATE(1202), 1, - aux_sym_string_literal_repeat1, - [44820] = 4, + [44844] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3197), 1, + ACTIONS(3181), 1, anon_sym_COMMA, - STATE(1199), 1, - aux_sym_gnu_asm_output_operand_list_repeat1, - ACTIONS(3200), 2, + STATE(1185), 1, + aux_sym_gnu_asm_clobber_list_repeat1, + ACTIONS(3204), 2, anon_sym_RPAREN, anon_sym_COLON, - [44834] = 5, - ACTIONS(2541), 1, + [44858] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3206), 4, + anon_sym_LPAREN2, + anon_sym_inline, + anon_sym_volatile, + anon_sym_goto, + [44868] = 5, + ACTIONS(2571), 1, + sym_comment, + ACTIONS(3165), 1, + aux_sym_string_literal_token1, + ACTIONS(3167), 1, + sym_escape_sequence, + ACTIONS(3208), 1, + anon_sym_DQUOTE, + STATE(1195), 1, + aux_sym_string_literal_repeat1, + [44884] = 5, + ACTIONS(2571), 1, sym_comment, - ACTIONS(3123), 1, + ACTIONS(3115), 1, anon_sym_LPAREN, - ACTIONS(3202), 1, + ACTIONS(3210), 1, anon_sym_LF, - ACTIONS(3204), 1, + ACTIONS(3212), 1, sym_preproc_arg, - STATE(1311), 1, + STATE(1321), 1, sym_preproc_params, - [44850] = 5, - ACTIONS(2541), 1, + [44900] = 5, + ACTIONS(2571), 1, sym_comment, - ACTIONS(3123), 1, + ACTIONS(3115), 1, anon_sym_LPAREN, - ACTIONS(3206), 1, + ACTIONS(3214), 1, anon_sym_LF, - ACTIONS(3208), 1, + ACTIONS(3216), 1, sym_preproc_arg, - STATE(1307), 1, + STATE(1332), 1, sym_preproc_params, - [44866] = 5, - ACTIONS(2541), 1, - sym_comment, - ACTIONS(3147), 1, - aux_sym_string_literal_token1, - ACTIONS(3149), 1, - sym_escape_sequence, - ACTIONS(3210), 1, - anon_sym_DQUOTE, - STATE(1203), 1, - aux_sym_string_literal_repeat1, - [44882] = 5, - ACTIONS(2541), 1, + [44916] = 5, + ACTIONS(2571), 1, sym_comment, - ACTIONS(3212), 1, + ACTIONS(3218), 1, anon_sym_DQUOTE, - ACTIONS(3214), 1, + ACTIONS(3220), 1, aux_sym_string_literal_token1, - ACTIONS(3217), 1, + ACTIONS(3222), 1, sym_escape_sequence, - STATE(1203), 1, + STATE(1189), 1, aux_sym_string_literal_repeat1, - [44898] = 5, - ACTIONS(2541), 1, - sym_comment, - ACTIONS(3123), 1, - anon_sym_LPAREN, - ACTIONS(3220), 1, - anon_sym_LF, - ACTIONS(3222), 1, - sym_preproc_arg, - STATE(1317), 1, - sym_preproc_params, - [44914] = 4, + [44932] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2781), 1, + ACTIONS(2894), 1, anon_sym_COMMA, ACTIONS(3224), 1, anon_sym_SEMI, - STATE(1231), 1, - aux_sym_declaration_repeat1, - [44927] = 4, + STATE(1271), 1, + aux_sym_type_definition_repeat2, + [44945] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2781), 1, + ACTIONS(2784), 1, anon_sym_COMMA, ACTIONS(3226), 1, anon_sym_SEMI, - STATE(1231), 1, + STATE(1218), 1, aux_sym_declaration_repeat1, - [44940] = 4, + [44958] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2888), 1, + ACTIONS(2894), 1, anon_sym_COMMA, ACTIONS(3228), 1, anon_sym_SEMI, - STATE(1263), 1, + STATE(1271), 1, aux_sym_type_definition_repeat2, - [44953] = 4, + [44971] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3230), 1, anon_sym_COMMA, ACTIONS(3232), 1, - anon_sym_RBRACE, - STATE(1280), 1, - aux_sym_enumerator_list_repeat1, - [44966] = 3, + anon_sym_RPAREN, + STATE(1217), 1, + aux_sym_gnu_asm_goto_list_repeat1, + [44984] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3236), 1, - anon_sym_EQ, - ACTIONS(3234), 2, + ACTIONS(2539), 1, anon_sym_COMMA, - anon_sym_RBRACE, - [44977] = 4, + ACTIONS(3234), 1, + anon_sym_RPAREN, + STATE(1284), 1, + aux_sym_preproc_argument_list_repeat1, + [44997] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2814), 1, + ACTIONS(3236), 3, anon_sym_COMMA, - ACTIONS(3238), 1, - anon_sym_SEMI, - STATE(1220), 1, - aux_sym_field_declaration_repeat1, - [44990] = 4, + anon_sym_RPAREN, + anon_sym_COLON, + [45006] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2814), 1, + ACTIONS(3238), 3, anon_sym_COMMA, - ACTIONS(3240), 1, - anon_sym_SEMI, - STATE(1294), 1, - aux_sym_field_declaration_repeat1, - [45003] = 4, + anon_sym_RPAREN, + anon_sym_COLON, + [45015] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2781), 1, + ACTIONS(2153), 1, anon_sym_COMMA, + ACTIONS(3240), 1, + anon_sym_RPAREN, + STATE(1285), 1, + aux_sym_argument_list_repeat1, + [45028] = 4, + ACTIONS(3), 1, + sym_comment, ACTIONS(3242), 1, - anon_sym_SEMI, - STATE(1231), 1, - aux_sym_declaration_repeat1, - [45016] = 4, + anon_sym_COMMA, + ACTIONS(3245), 1, + anon_sym_RPAREN, + STATE(1213), 1, + aux_sym_gnu_asm_goto_list_repeat1, + [45041] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2781), 1, + ACTIONS(3247), 1, anon_sym_COMMA, - ACTIONS(3244), 1, - anon_sym_SEMI, - STATE(1231), 1, - aux_sym_declaration_repeat1, - [45029] = 4, + ACTIONS(3249), 1, + anon_sym_RBRACK_RBRACK, + STATE(1242), 1, + aux_sym_attribute_declaration_repeat1, + [45054] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3246), 1, + ACTIONS(2153), 1, anon_sym_COMMA, - ACTIONS(3248), 1, + ACTIONS(3251), 1, anon_sym_RPAREN, - STATE(1234), 1, - aux_sym_preproc_params_repeat1, - [45042] = 2, + STATE(1285), 1, + aux_sym_argument_list_repeat1, + [45067] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3250), 3, + ACTIONS(2829), 1, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - [45051] = 4, + ACTIONS(3253), 1, + anon_sym_SEMI, + STATE(1268), 1, + aux_sym_field_declaration_repeat1, + [45080] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3252), 1, + ACTIONS(3230), 1, anon_sym_COMMA, ACTIONS(3255), 1, anon_sym_RPAREN, - STATE(1216), 1, + STATE(1213), 1, aux_sym_gnu_asm_goto_list_repeat1, - [45064] = 4, + [45093] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2781), 1, - anon_sym_COMMA, ACTIONS(3257), 1, + anon_sym_COMMA, + ACTIONS(3260), 1, anon_sym_SEMI, - STATE(1212), 1, + STATE(1218), 1, aux_sym_declaration_repeat1, - [45077] = 2, + [45106] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3259), 3, + ACTIONS(2539), 1, anon_sym_COMMA, + ACTIONS(3262), 1, anon_sym_RPAREN, - anon_sym_COLON, - [45086] = 4, + STATE(1284), 1, + aux_sym_preproc_argument_list_repeat1, + [45119] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3261), 1, + ACTIONS(3264), 3, anon_sym_COMMA, - ACTIONS(3263), 1, - anon_sym_RBRACK_RBRACK, - STATE(1258), 1, - aux_sym_attribute_declaration_repeat1, - [45099] = 4, + anon_sym_RPAREN, + anon_sym_COLON, + [45128] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2814), 1, + ACTIONS(3266), 3, anon_sym_COMMA, - ACTIONS(3265), 1, - anon_sym_SEMI, - STATE(1294), 1, - aux_sym_field_declaration_repeat1, - [45112] = 4, - ACTIONS(2539), 1, - anon_sym_LPAREN2, - ACTIONS(2541), 1, - sym_comment, - ACTIONS(3267), 1, - anon_sym_LF, - STATE(1002), 1, - sym_preproc_argument_list, - [45125] = 4, + anon_sym_RPAREN, + anon_sym_COLON, + [45137] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3269), 1, + ACTIONS(3268), 1, anon_sym_COMMA, - ACTIONS(3272), 1, + ACTIONS(3271), 1, anon_sym_RPAREN, STATE(1222), 1, - aux_sym_parameter_list_repeat1, - [45138] = 4, + aux_sym_generic_expression_repeat1, + [45150] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3274), 1, - anon_sym_COMMA, - ACTIONS(3276), 1, + ACTIONS(2814), 1, + anon_sym_COLON, + ACTIONS(2846), 1, anon_sym_RPAREN, - STATE(1222), 1, - aux_sym_parameter_list_repeat1, - [45151] = 4, + STATE(1292), 1, + sym_gnu_asm_output_operand_list, + [45163] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2888), 1, + ACTIONS(2403), 1, + anon_sym_LBRACE, + ACTIONS(3273), 1, + sym_identifier, + STATE(919), 1, + sym_enumerator_list, + [45176] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2894), 1, anon_sym_COMMA, - ACTIONS(3278), 1, + ACTIONS(3275), 1, anon_sym_SEMI, - STATE(1263), 1, + STATE(1271), 1, aux_sym_type_definition_repeat2, - [45164] = 2, + [45189] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3280), 3, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_DOT, - [45173] = 4, + ACTIONS(3277), 1, + anon_sym_RPAREN, + ACTIONS(3279), 1, + anon_sym_COLON, + STATE(1249), 1, + sym_gnu_asm_input_operand_list, + [45202] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2888), 1, + ACTIONS(2894), 1, anon_sym_COMMA, - ACTIONS(3282), 1, + ACTIONS(3281), 1, anon_sym_SEMI, - STATE(1263), 1, + STATE(1271), 1, aux_sym_type_definition_repeat2, - [45186] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2781), 1, - anon_sym_COMMA, - ACTIONS(3284), 1, - anon_sym_SEMI, - STATE(1289), 1, - aux_sym_declaration_repeat1, - [45199] = 4, + [45215] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2543), 1, + ACTIONS(3283), 3, anon_sym_COMMA, - ACTIONS(3286), 1, anon_sym_RPAREN, - STATE(1241), 1, - aux_sym_preproc_argument_list_repeat1, - [45212] = 4, + anon_sym_COLON, + [45224] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2145), 1, + ACTIONS(2894), 1, anon_sym_COMMA, - ACTIONS(3288), 1, - anon_sym_RPAREN, - STATE(1242), 1, - aux_sym_argument_list_repeat1, - [45225] = 4, + ACTIONS(3285), 1, + anon_sym_SEMI, + STATE(1271), 1, + aux_sym_type_definition_repeat2, + [45237] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2145), 1, + ACTIONS(3287), 1, anon_sym_COMMA, - ACTIONS(3290), 1, - anon_sym_RPAREN, - STATE(1242), 1, - aux_sym_argument_list_repeat1, - [45238] = 4, + ACTIONS(3289), 1, + anon_sym_RBRACE, + STATE(1231), 1, + aux_sym_enumerator_list_repeat1, + [45250] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3292), 1, + ACTIONS(3291), 1, anon_sym_COMMA, - ACTIONS(3295), 1, - anon_sym_SEMI, - STATE(1231), 1, - aux_sym_declaration_repeat1, - [45251] = 4, + ACTIONS(3293), 1, + anon_sym_RBRACE, + STATE(1281), 1, + aux_sym_enumerator_list_repeat1, + [45263] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1480), 1, - anon_sym_RBRACE, ACTIONS(3297), 1, + anon_sym_EQ, + ACTIONS(3295), 2, anon_sym_COMMA, - STATE(1236), 1, - aux_sym_initializer_list_repeat1, - [45264] = 2, + anon_sym_RBRACE, + [45274] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3299), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - [45273] = 4, + [45283] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3301), 1, + ACTIONS(2829), 1, anon_sym_COMMA, - ACTIONS(3304), 1, - anon_sym_RPAREN, - STATE(1234), 1, - aux_sym_preproc_params_repeat1, - [45286] = 4, - ACTIONS(2539), 1, - anon_sym_LPAREN2, - ACTIONS(2541), 1, + ACTIONS(3301), 1, + anon_sym_SEMI, + STATE(1216), 1, + aux_sym_field_declaration_repeat1, + [45296] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(3306), 1, - anon_sym_LF, - STATE(1002), 1, - sym_preproc_argument_list, - [45299] = 4, + ACTIONS(2829), 1, + anon_sym_COMMA, + ACTIONS(3303), 1, + anon_sym_SEMI, + STATE(1268), 1, + aux_sym_field_declaration_repeat1, + [45309] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2266), 1, - anon_sym_RBRACE, - ACTIONS(3308), 1, + ACTIONS(2784), 1, anon_sym_COMMA, - STATE(1236), 1, - aux_sym_initializer_list_repeat1, - [45312] = 4, + ACTIONS(3305), 1, + anon_sym_SEMI, + STATE(1218), 1, + aux_sym_declaration_repeat1, + [45322] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2888), 1, + ACTIONS(2159), 1, anon_sym_COMMA, + ACTIONS(3307), 1, + anon_sym_RPAREN, + STATE(1222), 1, + aux_sym_generic_expression_repeat1, + [45335] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3309), 1, + anon_sym_RPAREN, ACTIONS(3311), 1, - anon_sym_SEMI, - STATE(1263), 1, - aux_sym_type_definition_repeat2, - [45325] = 4, + anon_sym_COLON, + STATE(1540), 1, + sym_gnu_asm_goto_list, + [45348] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2401), 1, - anon_sym_LBRACE, + ACTIONS(2784), 1, + anon_sym_COMMA, ACTIONS(3313), 1, + anon_sym_SEMI, + STATE(1218), 1, + aux_sym_declaration_repeat1, + [45361] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3157), 1, sym_identifier, - STATE(903), 1, - sym_enumerator_list, - [45338] = 4, + ACTIONS(3293), 1, + anon_sym_RBRACE, + STATE(1309), 1, + sym_enumerator, + [45374] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3315), 1, + ACTIONS(3315), 3, anon_sym_COMMA, - ACTIONS(3317), 1, anon_sym_RPAREN, - STATE(1216), 1, - aux_sym_gnu_asm_goto_list_repeat1, - [45351] = 4, + anon_sym_COLON, + [45383] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3246), 1, + ACTIONS(3317), 1, anon_sym_COMMA, - ACTIONS(3319), 1, - anon_sym_RPAREN, - STATE(1214), 1, - aux_sym_preproc_params_repeat1, - [45364] = 4, + ACTIONS(3320), 1, + anon_sym_RBRACK_RBRACK, + STATE(1242), 1, + aux_sym_attribute_declaration_repeat1, + [45396] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2617), 1, + ACTIONS(2153), 1, + anon_sym_COMMA, + ACTIONS(2155), 1, anon_sym_RPAREN, - ACTIONS(3321), 1, + STATE(1212), 1, + aux_sym_argument_list_repeat1, + [45409] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2894), 1, anon_sym_COMMA, - STATE(1241), 1, - aux_sym_preproc_argument_list_repeat1, - [45377] = 4, + ACTIONS(3322), 1, + anon_sym_SEMI, + STATE(1271), 1, + aux_sym_type_definition_repeat2, + [45422] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2214), 1, - anon_sym_RPAREN, - ACTIONS(3324), 1, + ACTIONS(2784), 1, anon_sym_COMMA, - STATE(1242), 1, - aux_sym_argument_list_repeat1, - [45390] = 4, + ACTIONS(3324), 1, + anon_sym_SEMI, + STATE(1236), 1, + aux_sym_declaration_repeat1, + [45435] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3274), 1, + ACTIONS(3326), 1, anon_sym_COMMA, - ACTIONS(3327), 1, + ACTIONS(3328), 1, anon_sym_RPAREN, - STATE(1223), 1, + STATE(1263), 1, aux_sym_parameter_list_repeat1, - [45403] = 4, + [45448] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2166), 1, + ACTIONS(2784), 1, anon_sym_COMMA, - ACTIONS(2168), 1, - anon_sym_RBRACE, - STATE(1232), 1, - aux_sym_initializer_list_repeat1, - [45416] = 2, + ACTIONS(3330), 1, + anon_sym_SEMI, + STATE(1218), 1, + aux_sym_declaration_repeat1, + [45461] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3329), 3, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_DOT, - [45425] = 4, + ACTIONS(2784), 1, + anon_sym_COMMA, + ACTIONS(3332), 1, + anon_sym_SEMI, + STATE(1261), 1, + aux_sym_declaration_repeat1, + [45474] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3331), 1, + ACTIONS(3334), 1, anon_sym_RPAREN, - ACTIONS(3333), 1, + ACTIONS(3336), 1, anon_sym_COLON, - STATE(1537), 1, - sym_gnu_asm_goto_list, - [45438] = 2, + STATE(1260), 1, + sym_gnu_asm_clobber_list, + [45487] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3335), 3, + ACTIONS(2784), 1, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - [45447] = 4, + ACTIONS(3338), 1, + anon_sym_SEMI, + STATE(1218), 1, + aux_sym_declaration_repeat1, + [45500] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2844), 1, - anon_sym_COLON, - ACTIONS(2846), 1, - anon_sym_RPAREN, - STATE(1261), 1, - sym_gnu_asm_output_operand_list, - [45460] = 4, - ACTIONS(3), 1, + ACTIONS(2255), 1, + anon_sym_RBRACE, + ACTIONS(3340), 1, + anon_sym_COMMA, + STATE(1251), 1, + aux_sym_initializer_list_repeat1, + [45513] = 4, + ACTIONS(2569), 1, + anon_sym_LPAREN2, + ACTIONS(2571), 1, sym_comment, - ACTIONS(3337), 1, - anon_sym_RPAREN, - ACTIONS(3339), 1, - anon_sym_COLON, - STATE(1262), 1, - sym_gnu_asm_input_operand_list, - [45473] = 4, + ACTIONS(3343), 1, + anon_sym_LF, + STATE(994), 1, + sym_preproc_argument_list, + [45526] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2180), 1, + ACTIONS(3247), 1, anon_sym_COMMA, - ACTIONS(3341), 1, - anon_sym_RPAREN, - STATE(1272), 1, - aux_sym_generic_expression_repeat1, - [45486] = 4, + ACTIONS(3345), 1, + anon_sym_RBRACK_RBRACK, + STATE(1242), 1, + aux_sym_attribute_declaration_repeat1, + [45539] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3343), 1, + ACTIONS(3347), 1, + anon_sym_COMMA, + ACTIONS(3349), 1, anon_sym_RPAREN, - ACTIONS(3345), 1, - anon_sym_COLON, - STATE(1246), 1, - sym_gnu_asm_clobber_list, - [45499] = 4, + STATE(1279), 1, + aux_sym_preproc_params_repeat1, + [45552] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3333), 1, - anon_sym_COLON, ACTIONS(3347), 1, + anon_sym_COMMA, + ACTIONS(3351), 1, anon_sym_RPAREN, - STATE(1496), 1, - sym_gnu_asm_goto_list, - [45512] = 4, - ACTIONS(2539), 1, + STATE(1254), 1, + aux_sym_preproc_params_repeat1, + [45565] = 4, + ACTIONS(2569), 1, anon_sym_LPAREN2, - ACTIONS(2541), 1, + ACTIONS(2571), 1, sym_comment, - ACTIONS(3349), 1, + ACTIONS(3353), 1, anon_sym_LF, - STATE(1002), 1, + STATE(994), 1, sym_preproc_argument_list, - [45525] = 2, + [45578] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3351), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - [45534] = 2, + ACTIONS(3355), 3, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_DOT, + [45587] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3353), 3, + ACTIONS(2153), 1, anon_sym_COMMA, + ACTIONS(2163), 1, anon_sym_RPAREN, - anon_sym_COLON, - [45543] = 4, + STATE(1215), 1, + aux_sym_argument_list_repeat1, + [45600] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3159), 1, - sym_identifier, - ACTIONS(3355), 1, - anon_sym_RBRACE, - STATE(1313), 1, - sym_enumerator, - [45556] = 4, - ACTIONS(2539), 1, - anon_sym_LPAREN2, - ACTIONS(2541), 1, - sym_comment, + ACTIONS(3336), 1, + anon_sym_COLON, ACTIONS(3357), 1, - anon_sym_LF, - STATE(1002), 1, - sym_preproc_argument_list, - [45569] = 4, + anon_sym_RPAREN, + STATE(1238), 1, + sym_gnu_asm_clobber_list, + [45613] = 4, ACTIONS(3), 1, sym_comment, + ACTIONS(3311), 1, + anon_sym_COLON, ACTIONS(3359), 1, - anon_sym_COMMA, - ACTIONS(3362), 1, - anon_sym_RBRACK_RBRACK, - STATE(1258), 1, - aux_sym_attribute_declaration_repeat1, - [45582] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3261), 1, - anon_sym_COMMA, - ACTIONS(3364), 1, - anon_sym_RBRACK_RBRACK, - STATE(1279), 1, - aux_sym_attribute_declaration_repeat1, - [45595] = 4, + anon_sym_RPAREN, + STATE(1517), 1, + sym_gnu_asm_goto_list, + [45626] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2781), 1, + ACTIONS(2784), 1, anon_sym_COMMA, - ACTIONS(3366), 1, + ACTIONS(3361), 1, anon_sym_SEMI, - STATE(1231), 1, + STATE(1218), 1, aux_sym_declaration_repeat1, - [45608] = 4, + [45639] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3339), 1, - anon_sym_COLON, - ACTIONS(3368), 1, - anon_sym_RPAREN, - STATE(1251), 1, - sym_gnu_asm_input_operand_list, - [45621] = 4, + ACTIONS(3247), 1, + anon_sym_COMMA, + ACTIONS(3363), 1, + anon_sym_RBRACK_RBRACK, + STATE(1282), 1, + aux_sym_attribute_declaration_repeat1, + [45652] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3345), 1, - anon_sym_COLON, - ACTIONS(3370), 1, + ACTIONS(3326), 1, + anon_sym_COMMA, + ACTIONS(3365), 1, anon_sym_RPAREN, - STATE(1252), 1, - sym_gnu_asm_clobber_list, - [45634] = 4, + STATE(1277), 1, + aux_sym_parameter_list_repeat1, + [45665] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3372), 1, + ACTIONS(2829), 1, anon_sym_COMMA, - ACTIONS(3375), 1, + ACTIONS(3367), 1, anon_sym_SEMI, - STATE(1263), 1, - aux_sym_type_definition_repeat2, - [45647] = 4, + STATE(1268), 1, + aux_sym_field_declaration_repeat1, + [45678] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2888), 1, + ACTIONS(2784), 1, anon_sym_COMMA, - ACTIONS(3377), 1, + ACTIONS(3369), 1, anon_sym_SEMI, - STATE(1263), 1, - aux_sym_type_definition_repeat2, - [45660] = 2, + STATE(1247), 1, + aux_sym_declaration_repeat1, + [45691] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3379), 3, + ACTIONS(2149), 1, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - [45669] = 4, + ACTIONS(2151), 1, + anon_sym_RBRACE, + STATE(1295), 1, + aux_sym_initializer_list_repeat1, + [45704] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3261), 1, - anon_sym_COMMA, - ACTIONS(3381), 1, - anon_sym_RBRACK_RBRACK, - STATE(1258), 1, - aux_sym_attribute_declaration_repeat1, - [45682] = 4, + ACTIONS(3373), 1, + anon_sym_RPAREN, + ACTIONS(3371), 2, + anon_sym_DOT_DOT_DOT, + sym_identifier, + [45715] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2814), 1, + ACTIONS(3375), 1, anon_sym_COMMA, - ACTIONS(3383), 1, + ACTIONS(3378), 1, anon_sym_SEMI, - STATE(1294), 1, + STATE(1268), 1, aux_sym_field_declaration_repeat1, - [45695] = 4, + [45728] = 4, + ACTIONS(2569), 1, + anon_sym_LPAREN2, + ACTIONS(2571), 1, + sym_comment, + ACTIONS(3380), 1, + anon_sym_LF, + STATE(994), 1, + sym_preproc_argument_list, + [45741] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3261), 1, + ACTIONS(2829), 1, anon_sym_COMMA, - ACTIONS(3385), 1, - anon_sym_RBRACK_RBRACK, - STATE(1219), 1, - aux_sym_attribute_declaration_repeat1, - [45708] = 4, + ACTIONS(3382), 1, + anon_sym_SEMI, + STATE(1268), 1, + aux_sym_field_declaration_repeat1, + [45754] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2888), 1, + ACTIONS(3384), 1, anon_sym_COMMA, ACTIONS(3387), 1, anon_sym_SEMI, - STATE(1263), 1, + STATE(1271), 1, aux_sym_type_definition_repeat2, - [45721] = 4, + [45767] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2842), 1, - anon_sym_RPAREN, - ACTIONS(2844), 1, - anon_sym_COLON, - STATE(1249), 1, - sym_gnu_asm_output_operand_list, - [45734] = 4, + ACTIONS(2403), 1, + anon_sym_LBRACE, + ACTIONS(3389), 1, + sym_identifier, + STATE(919), 1, + sym_enumerator_list, + [45780] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2781), 1, + ACTIONS(2829), 1, anon_sym_COMMA, - ACTIONS(3389), 1, + ACTIONS(3391), 1, anon_sym_SEMI, - STATE(1284), 1, - aux_sym_declaration_repeat1, - [45747] = 4, + STATE(1268), 1, + aux_sym_field_declaration_repeat1, + [45793] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3391), 1, + ACTIONS(2784), 1, anon_sym_COMMA, - ACTIONS(3394), 1, - anon_sym_RPAREN, - STATE(1272), 1, - aux_sym_generic_expression_repeat1, - [45760] = 3, + ACTIONS(3393), 1, + anon_sym_SEMI, + STATE(1287), 1, + aux_sym_declaration_repeat1, + [45806] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3398), 1, - anon_sym_RPAREN, - ACTIONS(3396), 2, - anon_sym_DOT_DOT_DOT, - sym_identifier, - [45771] = 4, + ACTIONS(3395), 3, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_DOT, + [45815] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3159), 1, - sym_identifier, - ACTIONS(3400), 1, - anon_sym_RBRACE, - STATE(1313), 1, - sym_enumerator, - [45784] = 4, + ACTIONS(2829), 1, + anon_sym_COMMA, + ACTIONS(3397), 1, + anon_sym_SEMI, + STATE(1264), 1, + aux_sym_field_declaration_repeat1, + [45828] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2401), 1, - anon_sym_LBRACE, + ACTIONS(3399), 1, + anon_sym_COMMA, ACTIONS(3402), 1, - sym_identifier, - STATE(903), 1, - sym_enumerator_list, - [45797] = 4, + anon_sym_RPAREN, + STATE(1277), 1, + aux_sym_parameter_list_repeat1, + [45841] = 4, ACTIONS(3), 1, sym_comment, + ACTIONS(3157), 1, + sym_identifier, ACTIONS(3404), 1, - anon_sym_COMMA, - ACTIONS(3407), 1, anon_sym_RBRACE, - STATE(1276), 1, - aux_sym_enumerator_list_repeat1, - [45810] = 4, + STATE(1309), 1, + sym_enumerator, + [45854] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2781), 1, + ACTIONS(3406), 1, anon_sym_COMMA, ACTIONS(3409), 1, - anon_sym_SEMI, - STATE(1260), 1, - aux_sym_declaration_repeat1, - [45823] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2395), 1, - anon_sym_LBRACE, - ACTIONS(3411), 1, - sym_identifier, - STATE(911), 1, - sym_field_declaration_list, - [45836] = 4, + anon_sym_RPAREN, + STATE(1279), 1, + aux_sym_preproc_params_repeat1, + [45867] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3261), 1, + ACTIONS(3247), 1, anon_sym_COMMA, - ACTIONS(3413), 1, + ACTIONS(3411), 1, anon_sym_RBRACK_RBRACK, - STATE(1258), 1, + STATE(1253), 1, aux_sym_attribute_declaration_repeat1, - [45849] = 4, + [45880] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3355), 1, - anon_sym_RBRACE, - ACTIONS(3415), 1, + ACTIONS(3413), 1, anon_sym_COMMA, - STATE(1276), 1, + ACTIONS(3416), 1, + anon_sym_RBRACE, + STATE(1281), 1, aux_sym_enumerator_list_repeat1, - [45862] = 4, + [45893] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2814), 1, + ACTIONS(3247), 1, anon_sym_COMMA, - ACTIONS(3417), 1, - anon_sym_SEMI, - STATE(1295), 1, - aux_sym_field_declaration_repeat1, - [45875] = 4, + ACTIONS(3418), 1, + anon_sym_RBRACK_RBRACK, + STATE(1242), 1, + aux_sym_attribute_declaration_repeat1, + [45906] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2814), 1, + ACTIONS(2894), 1, anon_sym_COMMA, - ACTIONS(3419), 1, + ACTIONS(3420), 1, anon_sym_SEMI, - STATE(1294), 1, - aux_sym_field_declaration_repeat1, - [45888] = 4, + STATE(1271), 1, + aux_sym_type_definition_repeat2, + [45919] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2543), 1, - anon_sym_COMMA, - ACTIONS(3421), 1, + ACTIONS(2627), 1, anon_sym_RPAREN, - STATE(1241), 1, + ACTIONS(3422), 1, + anon_sym_COMMA, + STATE(1284), 1, aux_sym_preproc_argument_list_repeat1, - [45901] = 4, + [45932] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2781), 1, + ACTIONS(2206), 1, + anon_sym_RPAREN, + ACTIONS(3425), 1, + anon_sym_COMMA, + STATE(1285), 1, + aux_sym_argument_list_repeat1, + [45945] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2784), 1, anon_sym_COMMA, - ACTIONS(3423), 1, + ACTIONS(3428), 1, anon_sym_SEMI, - STATE(1231), 1, + STATE(1218), 1, aux_sym_declaration_repeat1, - [45914] = 4, + [45958] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3315), 1, + ACTIONS(2784), 1, anon_sym_COMMA, - ACTIONS(3425), 1, - anon_sym_RPAREN, - STATE(1239), 1, - aux_sym_gnu_asm_goto_list_repeat1, - [45927] = 4, + ACTIONS(3430), 1, + anon_sym_SEMI, + STATE(1218), 1, + aux_sym_declaration_repeat1, + [45971] = 4, ACTIONS(3), 1, sym_comment, + ACTIONS(2812), 1, + anon_sym_RPAREN, ACTIONS(2814), 1, - anon_sym_COMMA, - ACTIONS(3427), 1, - anon_sym_SEMI, - STATE(1267), 1, - aux_sym_field_declaration_repeat1, - [45940] = 4, + anon_sym_COLON, + STATE(1226), 1, + sym_gnu_asm_output_operand_list, + [45984] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2395), 1, + ACTIONS(2397), 1, anon_sym_LBRACE, - ACTIONS(3429), 1, + ACTIONS(3432), 1, sym_identifier, - STATE(908), 1, + STATE(918), 1, sym_field_declaration_list, - [45953] = 4, + [45997] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2781), 1, + ACTIONS(2829), 1, anon_sym_COMMA, - ACTIONS(3431), 1, + ACTIONS(3434), 1, anon_sym_SEMI, - STATE(1231), 1, - aux_sym_declaration_repeat1, - [45966] = 4, + STATE(1270), 1, + aux_sym_field_declaration_repeat1, + [46010] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2781), 1, + ACTIONS(2829), 1, anon_sym_COMMA, - ACTIONS(3433), 1, + ACTIONS(3436), 1, anon_sym_SEMI, - STATE(1231), 1, - aux_sym_declaration_repeat1, - [45979] = 4, + STATE(1268), 1, + aux_sym_field_declaration_repeat1, + [46023] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2888), 1, - anon_sym_COMMA, - ACTIONS(3435), 1, - anon_sym_SEMI, - STATE(1263), 1, - aux_sym_type_definition_repeat2, - [45992] = 4, + ACTIONS(3279), 1, + anon_sym_COLON, + ACTIONS(3438), 1, + anon_sym_RPAREN, + STATE(1259), 1, + sym_gnu_asm_input_operand_list, + [46036] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2888), 1, + ACTIONS(2894), 1, anon_sym_COMMA, - ACTIONS(3437), 1, + ACTIONS(3440), 1, anon_sym_SEMI, - STATE(1263), 1, + STATE(1271), 1, aux_sym_type_definition_repeat2, - [46005] = 4, - ACTIONS(3), 1, + [46049] = 4, + ACTIONS(2569), 1, + anon_sym_LPAREN2, + ACTIONS(2571), 1, sym_comment, - ACTIONS(3261), 1, - anon_sym_COMMA, - ACTIONS(3439), 1, - anon_sym_RBRACK_RBRACK, - STATE(1266), 1, - aux_sym_attribute_declaration_repeat1, - [46018] = 4, + ACTIONS(3442), 1, + anon_sym_LF, + STATE(994), 1, + sym_preproc_argument_list, + [46062] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2814), 1, + ACTIONS(1442), 1, + anon_sym_RBRACE, + ACTIONS(3444), 1, anon_sym_COMMA, - ACTIONS(3441), 1, - anon_sym_SEMI, - STATE(1294), 1, - aux_sym_field_declaration_repeat1, - [46031] = 4, + STATE(1251), 1, + aux_sym_initializer_list_repeat1, + [46075] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3443), 1, + ACTIONS(3247), 1, anon_sym_COMMA, ACTIONS(3446), 1, - anon_sym_SEMI, - STATE(1294), 1, - aux_sym_field_declaration_repeat1, - [46044] = 4, + anon_sym_RBRACK_RBRACK, + STATE(1214), 1, + aux_sym_attribute_declaration_repeat1, + [46088] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2814), 1, - anon_sym_COMMA, + ACTIONS(2397), 1, + anon_sym_LBRACE, ACTIONS(3448), 1, - anon_sym_SEMI, - STATE(1294), 1, - aux_sym_field_declaration_repeat1, - [46057] = 3, + sym_identifier, + STATE(900), 1, + sym_field_declaration_list, + [46101] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3450), 1, + sym_identifier, + ACTIONS(3452), 1, anon_sym_LPAREN2, - STATE(147), 1, - sym_parenthesized_expression, - [46067] = 3, + [46111] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3452), 1, + ACTIONS(3454), 1, anon_sym_LPAREN2, - STATE(1515), 1, + STATE(1559), 1, sym_parenthesized_expression, - [46077] = 2, - ACTIONS(2541), 1, - sym_comment, - ACTIONS(3454), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [46085] = 3, + [46121] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3450), 1, + ACTIONS(3456), 1, anon_sym_LPAREN2, - STATE(118), 1, + STATE(122), 1, sym_parenthesized_expression, - [46095] = 3, + [46131] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3452), 1, - anon_sym_LPAREN2, - STATE(1309), 1, - sym_parenthesized_expression, - [46105] = 3, + ACTIONS(2206), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [46139] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3450), 1, - anon_sym_LPAREN2, - STATE(149), 1, - sym_parenthesized_expression, - [46115] = 3, + ACTIONS(3409), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [46147] = 2, + ACTIONS(2571), 1, + sym_comment, + ACTIONS(3458), 2, + anon_sym_LF, + sym_preproc_arg, + [46155] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACE, - STATE(242), 1, + STATE(237), 1, sym_compound_statement, - [46125] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3452), 1, - anon_sym_LPAREN2, - STATE(1302), 1, - sym_parenthesized_expression, - [46135] = 3, + [46165] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3450), 1, - anon_sym_LPAREN2, - STATE(114), 1, - sym_parenthesized_expression, - [46145] = 3, - ACTIONS(2541), 1, - sym_comment, - ACTIONS(3456), 1, - anon_sym_LF, - ACTIONS(3458), 1, - sym_preproc_arg, - [46155] = 3, - ACTIONS(3), 1, + ACTIONS(3402), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [46173] = 3, + ACTIONS(2571), 1, sym_comment, ACTIONS(3460), 1, - sym_identifier, - STATE(1268), 1, - sym_attribute, - [46165] = 3, - ACTIONS(2541), 1, - sym_comment, - ACTIONS(3462), 1, anon_sym_LF, - ACTIONS(3464), 1, + ACTIONS(3462), 1, sym_preproc_arg, - [46175] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2172), 2, - anon_sym_RPAREN, - anon_sym_SEMI, [46183] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(334), 1, anon_sym_LBRACE, - STATE(222), 1, + STATE(305), 1, sym_compound_statement, [46193] = 3, - ACTIONS(2541), 1, - sym_comment, - ACTIONS(3466), 1, - anon_sym_LF, - ACTIONS(3468), 1, - sym_preproc_arg, - [46203] = 3, - ACTIONS(2541), 1, - sym_comment, - ACTIONS(3470), 1, - anon_sym_LF, - ACTIONS(3472), 1, - sym_preproc_arg, - [46213] = 3, - ACTIONS(2541), 1, + ACTIONS(3), 1, sym_comment, - ACTIONS(3474), 1, - anon_sym_LF, - ACTIONS(3476), 1, - sym_preproc_arg, - [46223] = 2, + ACTIONS(3456), 1, + anon_sym_LPAREN2, + STATE(124), 1, + sym_parenthesized_expression, + [46203] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3407), 2, + ACTIONS(3416), 2, anon_sym_COMMA, anon_sym_RBRACE, - [46231] = 3, - ACTIONS(2541), 1, + [46211] = 3, + ACTIONS(2571), 1, sym_comment, - ACTIONS(3478), 1, + ACTIONS(3464), 1, anon_sym_LF, - ACTIONS(3480), 1, + ACTIONS(3466), 1, sym_preproc_arg, - [46241] = 2, + [46221] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3482), 2, - anon_sym_COMMA, - anon_sym_RBRACK_RBRACK, - [46249] = 2, + ACTIONS(3157), 1, + sym_identifier, + STATE(1309), 1, + sym_enumerator, + [46231] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3362), 2, + ACTIONS(3468), 2, anon_sym_COMMA, anon_sym_RBRACK_RBRACK, - [46257] = 3, - ACTIONS(2541), 1, + [46239] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(3484), 1, - anon_sym_LF, - ACTIONS(3486), 1, - sym_preproc_arg, - [46267] = 3, + ACTIONS(3470), 1, + sym_identifier, + ACTIONS(3472), 1, + anon_sym_LPAREN2, + [46249] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(121), 1, - anon_sym_LBRACE, - STATE(74), 1, - sym_compound_statement, + ACTIONS(3474), 1, + sym_identifier, + STATE(1262), 1, + sym_attribute, + [46259] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3454), 1, + anon_sym_LPAREN2, + STATE(1318), 1, + sym_parenthesized_expression, + [46269] = 2, + ACTIONS(2571), 1, + sym_comment, + ACTIONS(3476), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, [46277] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3488), 1, - sym_identifier, - ACTIONS(3490), 1, + ACTIONS(3454), 1, anon_sym_LPAREN2, + STATE(1307), 1, + sym_parenthesized_expression, [46287] = 3, - ACTIONS(2541), 1, + ACTIONS(3), 1, sym_comment, - ACTIONS(3492), 1, - anon_sym_LF, - ACTIONS(3494), 1, - sym_preproc_arg, + ACTIONS(121), 1, + anon_sym_LBRACE, + STATE(86), 1, + sym_compound_statement, [46297] = 3, - ACTIONS(3), 1, + ACTIONS(2571), 1, sym_comment, - ACTIONS(3159), 1, - sym_identifier, - STATE(1313), 1, - sym_enumerator, + ACTIONS(3478), 1, + anon_sym_LF, + ACTIONS(3480), 1, + sym_preproc_arg, [46307] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3452), 1, - anon_sym_LPAREN2, - STATE(1493), 1, - sym_parenthesized_expression, + ACTIONS(3474), 1, + sym_identifier, + STATE(1280), 1, + sym_attribute, [46317] = 3, - ACTIONS(3), 1, + ACTIONS(2571), 1, sym_comment, - ACTIONS(3452), 1, - anon_sym_LPAREN2, - STATE(1371), 1, - sym_parenthesized_expression, + ACTIONS(3482), 1, + anon_sym_LF, + ACTIONS(3484), 1, + sym_preproc_arg, [46327] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3452), 1, + ACTIONS(3454), 1, anon_sym_LPAREN2, - STATE(1345), 1, + STATE(1423), 1, sym_parenthesized_expression, [46337] = 3, - ACTIONS(3), 1, + ACTIONS(2571), 1, sym_comment, - ACTIONS(3450), 1, - anon_sym_LPAREN2, - STATE(151), 1, - sym_parenthesized_expression, + ACTIONS(3486), 1, + anon_sym_LF, + ACTIONS(3488), 1, + sym_preproc_arg, [46347] = 3, - ACTIONS(2541), 1, + ACTIONS(2571), 1, sym_comment, - ACTIONS(3496), 1, + ACTIONS(3490), 1, anon_sym_LF, - ACTIONS(3498), 1, + ACTIONS(3492), 1, sym_preproc_arg, [46357] = 2, - ACTIONS(3), 1, + ACTIONS(2571), 1, sym_comment, - ACTIONS(2266), 2, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(3494), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, [46365] = 3, - ACTIONS(2541), 1, + ACTIONS(2571), 1, sym_comment, - ACTIONS(3500), 1, + ACTIONS(3496), 1, anon_sym_LF, - ACTIONS(3502), 1, + ACTIONS(3498), 1, sym_preproc_arg, [46375] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3504), 2, - anon_sym_COMMA, + ACTIONS(2147), 2, anon_sym_RPAREN, + anon_sym_SEMI, [46383] = 3, - ACTIONS(3), 1, + ACTIONS(2571), 1, sym_comment, - ACTIONS(3460), 1, - sym_identifier, - STATE(1292), 1, - sym_attribute, + ACTIONS(3500), 1, + anon_sym_LF, + ACTIONS(3502), 1, + sym_preproc_arg, [46393] = 3, - ACTIONS(3), 1, + ACTIONS(2571), 1, sym_comment, - ACTIONS(3450), 1, - anon_sym_LPAREN2, - STATE(153), 1, - sym_parenthesized_expression, + ACTIONS(3504), 1, + anon_sym_LF, + ACTIONS(3506), 1, + sym_preproc_arg, [46403] = 3, - ACTIONS(3), 1, + ACTIONS(2571), 1, sym_comment, - ACTIONS(3506), 1, - sym_identifier, ACTIONS(3508), 1, - anon_sym_RPAREN, + anon_sym_LF, + ACTIONS(3510), 1, + sym_preproc_arg, [46413] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3450), 1, + ACTIONS(3456), 1, anon_sym_LPAREN2, - STATE(197), 1, + STATE(115), 1, sym_parenthesized_expression, [46423] = 3, - ACTIONS(2541), 1, + ACTIONS(2571), 1, sym_comment, - ACTIONS(3510), 1, - anon_sym_LF, ACTIONS(3512), 1, - sym_preproc_arg, - [46433] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3304), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [46441] = 2, - ACTIONS(2541), 1, - sym_comment, - ACTIONS(3514), 2, anon_sym_LF, + ACTIONS(3514), 1, sym_preproc_arg, - [46449] = 3, + [46433] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3450), 1, + ACTIONS(3456), 1, anon_sym_LPAREN2, - STATE(196), 1, + STATE(114), 1, sym_parenthesized_expression, - [46459] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2928), 2, - anon_sym_COMMA, - anon_sym_SEMI, - [46467] = 2, + [46443] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2276), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [46475] = 2, - ACTIONS(3), 1, + ACTIONS(3454), 1, + anon_sym_LPAREN2, + STATE(1436), 1, + sym_parenthesized_expression, + [46453] = 2, + ACTIONS(2571), 1, sym_comment, ACTIONS(3516), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [46483] = 2, - ACTIONS(2541), 1, - sym_comment, - ACTIONS(3518), 2, aux_sym_char_literal_token1, sym_escape_sequence, - [46491] = 3, + [46461] = 2, + ACTIONS(2571), 1, + sym_comment, + ACTIONS(3518), 2, + anon_sym_LF, + sym_preproc_arg, + [46469] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3452), 1, - anon_sym_LPAREN2, - STATE(1424), 1, - sym_parenthesized_expression, - [46501] = 2, + ACTIONS(2255), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [46477] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2307), 2, + ACTIONS(3520), 2, anon_sym_COMMA, anon_sym_SEMI, - [46509] = 3, + [46485] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 1, anon_sym_LPAREN2, - STATE(1466), 1, + STATE(1537), 1, sym_argument_list, - [46519] = 3, + [46495] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(390), 1, + ACTIONS(380), 1, anon_sym_LBRACE, - STATE(213), 1, + STATE(211), 1, sym_compound_statement, - [46529] = 2, + [46505] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3520), 2, + ACTIONS(3522), 2, anon_sym_COMMA, - anon_sym_SEMI, - [46537] = 3, - ACTIONS(2541), 1, + anon_sym_RPAREN, + [46513] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3456), 1, + anon_sym_LPAREN2, + STATE(196), 1, + sym_parenthesized_expression, + [46523] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3454), 1, + anon_sym_LPAREN2, + STATE(1340), 1, + sym_parenthesized_expression, + [46533] = 3, + ACTIONS(2571), 1, sym_comment, - ACTIONS(3522), 1, - anon_sym_LF, ACTIONS(3524), 1, + anon_sym_LF, + ACTIONS(3526), 1, sym_preproc_arg, - [46547] = 2, + [46543] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3272), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [46555] = 3, + ACTIONS(3456), 1, + anon_sym_LPAREN2, + STATE(192), 1, + sym_parenthesized_expression, + [46553] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3526), 1, - sym_identifier, - ACTIONS(3528), 1, + ACTIONS(1815), 1, anon_sym_LPAREN2, - [46565] = 2, + STATE(1418), 1, + sym_argument_list, + [46563] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3530), 2, + ACTIONS(3320), 2, anon_sym_COMMA, anon_sym_RBRACK_RBRACK, - [46573] = 3, - ACTIONS(3), 1, + [46571] = 3, + ACTIONS(2571), 1, sym_comment, - ACTIONS(3460), 1, - sym_identifier, - STATE(1316), 1, - sym_attribute, - [46583] = 3, + ACTIONS(3528), 1, + anon_sym_LF, + ACTIONS(3530), 1, + sym_preproc_arg, + [46581] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3460), 1, - sym_identifier, - STATE(1259), 1, - sym_attribute, - [46593] = 3, - ACTIONS(2541), 1, - sym_comment, ACTIONS(3532), 1, - anon_sym_LF, + sym_identifier, ACTIONS(3534), 1, - sym_preproc_arg, - [46603] = 2, - ACTIONS(2541), 1, + anon_sym_RPAREN, + [46591] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(3536), 2, - anon_sym_LF, - sym_preproc_arg, + ACTIONS(3454), 1, + anon_sym_LPAREN2, + STATE(1374), 1, + sym_parenthesized_expression, + [46601] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3456), 1, + anon_sym_LPAREN2, + STATE(151), 1, + sym_parenthesized_expression, [46611] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1815), 1, + ACTIONS(3454), 1, anon_sym_LPAREN2, - STATE(1467), 1, - sym_argument_list, + STATE(1304), 1, + sym_parenthesized_expression, [46621] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3452), 1, + ACTIONS(3456), 1, anon_sym_LPAREN2, - STATE(1318), 1, + STATE(174), 1, sym_parenthesized_expression, [46631] = 2, - ACTIONS(2541), 1, + ACTIONS(3), 1, sym_comment, - ACTIONS(3538), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, + ACTIONS(3536), 2, + anon_sym_COMMA, + anon_sym_RBRACK_RBRACK, [46639] = 2, - ACTIONS(2541), 1, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2267), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [46647] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3474), 1, + sym_identifier, + STATE(1347), 1, + sym_attribute, + [46657] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2928), 2, + anon_sym_COMMA, + anon_sym_SEMI, + [46665] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2303), 2, + anon_sym_COMMA, + anon_sym_SEMI, + [46673] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3474), 1, + sym_identifier, + STATE(1296), 1, + sym_attribute, + [46683] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3538), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [46691] = 3, + ACTIONS(2571), 1, sym_comment, - ACTIONS(3540), 2, + ACTIONS(3540), 1, anon_sym_LF, + ACTIONS(3542), 1, sym_preproc_arg, - [46647] = 2, + [46701] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3542), 2, + ACTIONS(3544), 2, anon_sym_DOT_DOT_DOT, sym_identifier, - [46655] = 3, - ACTIONS(2541), 1, + [46709] = 2, + ACTIONS(2571), 1, sym_comment, - ACTIONS(3544), 1, + ACTIONS(3546), 2, anon_sym_LF, - ACTIONS(3546), 1, sym_preproc_arg, - [46665] = 2, + [46717] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3548), 1, - anon_sym_SEMI, - [46672] = 2, - ACTIONS(2541), 1, + ACTIONS(2295), 1, + anon_sym_RPAREN, + [46724] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(3550), 1, - anon_sym_LF, - [46679] = 2, + ACTIONS(2253), 1, + anon_sym_SEMI, + [46731] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3552), 1, - anon_sym_LPAREN2, - [46686] = 2, - ACTIONS(2541), 1, + ACTIONS(2216), 1, + anon_sym_SEMI, + [46738] = 2, + ACTIONS(2571), 1, sym_comment, - ACTIONS(3554), 1, + ACTIONS(3548), 1, anon_sym_LF, - [46693] = 2, + [46745] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3556), 1, + ACTIONS(3550), 1, aux_sym_preproc_if_token2, - [46700] = 2, + [46752] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3552), 1, + anon_sym_STAR, + [46759] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3558), 1, + ACTIONS(3554), 1, aux_sym_preproc_if_token2, - [46707] = 2, + [46766] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3560), 1, - aux_sym_preproc_if_token2, - [46714] = 2, - ACTIONS(2541), 1, - sym_comment, - ACTIONS(3562), 1, - anon_sym_LF, - [46721] = 2, - ACTIONS(1803), 1, - anon_sym_LF, - ACTIONS(2541), 1, + ACTIONS(3556), 1, + anon_sym_SEMI, + [46773] = 2, + ACTIONS(3), 1, sym_comment, - [46728] = 2, + ACTIONS(3558), 1, + sym_identifier, + [46780] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3564), 1, + ACTIONS(2188), 1, anon_sym_SEMI, - [46735] = 2, + [46787] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3566), 1, + ACTIONS(3560), 1, anon_sym_SEMI, - [46742] = 2, + [46794] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2222), 1, + ACTIONS(2313), 1, anon_sym_SEMI, - [46749] = 2, + [46801] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3568), 1, + ACTIONS(3562), 1, anon_sym_SQUOTE, - [46756] = 2, + [46808] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3570), 1, + ACTIONS(3564), 1, aux_sym_preproc_if_token2, - [46763] = 2, + [46815] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3572), 1, - anon_sym_STAR, - [46770] = 2, + ACTIONS(3566), 1, + sym_identifier, + [46822] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3574), 1, - aux_sym_preproc_if_token2, - [46777] = 2, + ACTIONS(3568), 1, + sym_identifier, + [46829] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2224), 1, + ACTIONS(2309), 1, anon_sym_RPAREN, - [46784] = 2, - ACTIONS(2541), 1, + [46836] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(3576), 1, - anon_sym_LF, - [46791] = 2, - ACTIONS(2541), 1, + ACTIONS(3570), 1, + anon_sym_RPAREN, + [46843] = 2, + ACTIONS(2571), 1, sym_comment, - ACTIONS(3306), 1, + ACTIONS(3572), 1, anon_sym_LF, - [46798] = 2, + [46850] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2228), 1, + ACTIONS(2307), 1, anon_sym_RPAREN, - [46805] = 2, + [46857] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2218), 1, - anon_sym_SEMI, - [46812] = 2, + ACTIONS(3574), 1, + aux_sym_preproc_if_token2, + [46864] = 2, + ACTIONS(2571), 1, + sym_comment, + ACTIONS(3576), 1, + anon_sym_LF, + [46871] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3578), 1, - sym_identifier, - [46819] = 2, + aux_sym_preproc_if_token2, + [46878] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2301), 1, + anon_sym_RPAREN, + [46885] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3580), 1, anon_sym_SEMI, - [46826] = 2, + [46892] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2230), 1, + ACTIONS(2289), 1, anon_sym_RPAREN, - [46833] = 2, - ACTIONS(3), 1, + [46899] = 2, + ACTIONS(2571), 1, sym_comment, ACTIONS(3582), 1, - anon_sym_COLON, - [46840] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2234), 1, - anon_sym_RPAREN, - [46847] = 2, + anon_sym_LF, + [46906] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2216), 1, + ACTIONS(2287), 1, anon_sym_RPAREN, - [46854] = 2, + [46913] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2236), 1, - anon_sym_RPAREN, - [46861] = 2, + ACTIONS(2212), 1, + anon_sym_SEMI, + [46920] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3584), 1, aux_sym_preproc_if_token2, - [46868] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3586), 1, - aux_sym_preproc_if_token2, - [46875] = 2, + [46927] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2238), 1, + ACTIONS(2273), 1, anon_sym_RPAREN, - [46882] = 2, + [46934] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2212), 1, - anon_sym_RPAREN, - [46889] = 2, + ACTIONS(3586), 1, + anon_sym_STAR, + [46941] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2194), 1, - anon_sym_RPAREN, - [46896] = 2, - ACTIONS(2541), 1, - sym_comment, ACTIONS(3588), 1, - anon_sym_LF, - [46903] = 2, - ACTIONS(2541), 1, + anon_sym_SEMI, + [46948] = 2, + ACTIONS(2571), 1, sym_comment, ACTIONS(3590), 1, anon_sym_LF, - [46910] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2210), 1, - anon_sym_RPAREN, - [46917] = 2, - ACTIONS(2541), 1, + [46955] = 2, + ACTIONS(2571), 1, sym_comment, ACTIONS(3592), 1, anon_sym_LF, - [46924] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2208), 1, - anon_sym_RPAREN, - [46931] = 2, + [46962] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3594), 1, - aux_sym_preproc_if_token2, - [46938] = 2, - ACTIONS(2541), 1, + anon_sym_SEMI, + [46969] = 2, + ACTIONS(2571), 1, sym_comment, ACTIONS(3596), 1, anon_sym_LF, - [46945] = 2, - ACTIONS(2541), 1, + [46976] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(3598), 1, - anon_sym_LF, - [46952] = 2, + anon_sym_COLON, + [46983] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3600), 1, aux_sym_preproc_if_token2, - [46959] = 2, - ACTIONS(2541), 1, + [46990] = 2, + ACTIONS(2571), 1, sym_comment, ACTIONS(3602), 1, anon_sym_LF, - [46966] = 2, - ACTIONS(2541), 1, + [46997] = 2, + ACTIONS(2571), 1, sym_comment, ACTIONS(3604), 1, anon_sym_LF, - [46973] = 2, + [47004] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2206), 1, + ACTIONS(2198), 1, anon_sym_RPAREN, - [46980] = 2, - ACTIONS(2541), 1, + [47011] = 2, + ACTIONS(2571), 1, sym_comment, ACTIONS(3606), 1, anon_sym_LF, - [46987] = 2, - ACTIONS(2541), 1, + [47018] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(3608), 1, - anon_sym_LF, - [46994] = 2, + aux_sym_preproc_if_token2, + [47025] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2204), 1, + ACTIONS(2194), 1, anon_sym_RPAREN, - [47001] = 2, - ACTIONS(2541), 1, + [47032] = 2, + ACTIONS(2571), 1, sym_comment, ACTIONS(3610), 1, anon_sym_LF, - [47008] = 2, - ACTIONS(3), 1, + [47039] = 2, + ACTIONS(2571), 1, sym_comment, ACTIONS(3612), 1, - sym_identifier, - [47015] = 2, + anon_sym_LF, + [47046] = 2, ACTIONS(3), 1, sym_comment, + ACTIONS(2192), 1, + anon_sym_RPAREN, + [47053] = 2, + ACTIONS(2571), 1, + sym_comment, ACTIONS(3614), 1, - sym_identifier, - [47022] = 2, + anon_sym_LF, + [47060] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2151), 1, + anon_sym_RBRACE, + [47067] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3616), 1, sym_identifier, - [47029] = 2, + [47074] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3618), 1, - anon_sym_SEMI, - [47036] = 2, + sym_identifier, + [47081] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2242), 1, + ACTIONS(3620), 1, anon_sym_SEMI, - [47043] = 2, + [47088] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3620), 1, - anon_sym_COLON, - [47050] = 2, + ACTIONS(2257), 1, + anon_sym_SEMI, + [47095] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3622), 1, - aux_sym_preproc_if_token2, - [47057] = 2, + anon_sym_STAR, + [47102] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2220), 1, + anon_sym_RPAREN, + [47109] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3624), 1, - aux_sym_preproc_if_token2, - [47064] = 2, + sym_identifier, + [47116] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, sym_identifier, - [47071] = 2, + [47123] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3628), 1, - sym_identifier, - [47078] = 2, + aux_sym_preproc_if_token2, + [47130] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3630), 1, - aux_sym_preproc_if_token2, - [47085] = 2, + anon_sym_SEMI, + [47137] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3632), 1, - anon_sym_RPAREN, - [47092] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2198), 1, - anon_sym_SEMI, - [47099] = 2, - ACTIONS(3), 1, + aux_sym_preproc_if_token2, + [47144] = 2, + ACTIONS(2571), 1, sym_comment, ACTIONS(3634), 1, - anon_sym_while, - [47106] = 2, + anon_sym_LF, + [47151] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3636), 1, - anon_sym_SEMI, - [47113] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2250), 1, - anon_sym_RPAREN, - [47120] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2196), 1, - anon_sym_RPAREN, - [47127] = 2, + anon_sym_while, + [47158] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2252), 1, + ACTIONS(2261), 1, anon_sym_RPAREN, - [47134] = 2, + [47165] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2258), 1, + ACTIONS(2265), 1, anon_sym_RPAREN, - [47141] = 2, + [47172] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3638), 1, - aux_sym_preproc_if_token2, - [47148] = 2, + anon_sym_COLON, + [47179] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3640), 1, - anon_sym_RBRACK, - [47155] = 2, + aux_sym_preproc_if_token2, + [47186] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3642), 1, aux_sym_preproc_if_token2, - [47162] = 2, - ACTIONS(2541), 1, + [47193] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(3644), 1, - anon_sym_LF, - [47169] = 2, + sym_identifier, + [47200] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3646), 1, - anon_sym_RPAREN, - [47176] = 2, + aux_sym_preproc_if_token2, + [47207] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3648), 1, - sym_identifier, - [47183] = 2, + anon_sym_SEMI, + [47214] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2204), 1, + anon_sym_RPAREN, + [47221] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3650), 1, - sym_identifier, - [47190] = 2, + anon_sym_SEMI, + [47228] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2196), 1, + anon_sym_RPAREN, + [47235] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2200), 1, + anon_sym_SEMI, + [47242] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3652), 1, - aux_sym_preproc_if_token2, - [47197] = 2, + anon_sym_RPAREN, + [47249] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3654), 1, - aux_sym_preproc_if_token2, - [47204] = 2, + anon_sym_COLON, + [47256] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3656), 1, sym_identifier, - [47211] = 2, + [47263] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3658), 1, - sym_identifier, - [47218] = 2, + sym_primitive_type, + [47270] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2311), 1, + anon_sym_SEMI, + [47277] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3660), 1, - anon_sym_SQUOTE, - [47225] = 2, + sym_identifier, + [47284] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3662), 1, - sym_identifier, - [47232] = 2, + anon_sym_LPAREN2, + [47291] = 2, + ACTIONS(2571), 1, + sym_comment, + ACTIONS(3442), 1, + anon_sym_LF, + [47298] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3664), 1, - anon_sym_SEMI, - [47239] = 2, + sym_identifier, + [47305] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3666), 1, - anon_sym_COLON, - [47246] = 2, + aux_sym_preproc_if_token2, + [47312] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3668), 1, - sym_identifier, - [47253] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2246), 1, - anon_sym_SEMI, - [47260] = 2, - ACTIONS(3), 1, + aux_sym_preproc_if_token2, + [47319] = 2, + ACTIONS(2571), 1, sym_comment, ACTIONS(3670), 1, - anon_sym_RPAREN, - [47267] = 2, - ACTIONS(2541), 1, + anon_sym_LF, + [47326] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(3672), 1, - anon_sym_LF, - [47274] = 2, + anon_sym_RPAREN, + [47333] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3674), 1, anon_sym_RPAREN, - [47281] = 2, - ACTIONS(2541), 1, + [47340] = 2, + ACTIONS(2571), 1, sym_comment, - ACTIONS(3349), 1, + ACTIONS(3676), 1, anon_sym_LF, - [47288] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2256), 1, - anon_sym_SEMI, - [47295] = 2, + [47347] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3676), 1, - aux_sym_preproc_if_token2, - [47302] = 2, + ACTIONS(2297), 1, + anon_sym_RPAREN, + [47354] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2262), 1, + ACTIONS(2208), 1, anon_sym_SEMI, - [47309] = 2, + [47361] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3678), 1, - aux_sym_preproc_if_token2, - [47316] = 2, + anon_sym_RPAREN, + [47368] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2264), 1, + ACTIONS(2210), 1, anon_sym_SEMI, - [47323] = 2, + [47375] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3680), 1, - anon_sym_SEMI, - [47330] = 2, + aux_sym_preproc_if_token2, + [47382] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3682), 1, anon_sym_RPAREN, - [47337] = 2, + [47389] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3684), 1, - anon_sym_SEMI, - [47344] = 2, + anon_sym_COMMA, + [47396] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2272), 1, + ACTIONS(2218), 1, anon_sym_SEMI, - [47351] = 2, + [47403] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2278), 1, + ACTIONS(2224), 1, anon_sym_RPAREN, - [47358] = 2, + [47410] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3686), 1, - anon_sym_COLON, - [47365] = 2, + aux_sym_preproc_if_token2, + [47417] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3688), 1, - sym_identifier, - [47372] = 2, - ACTIONS(2541), 1, + anon_sym_RPAREN, + [47424] = 2, + ACTIONS(2571), 1, sym_comment, ACTIONS(3690), 1, anon_sym_LF, - [47379] = 2, - ACTIONS(3), 1, + [47431] = 2, + ACTIONS(1807), 1, + anon_sym_LF, + ACTIONS(2571), 1, sym_comment, - ACTIONS(2168), 1, - anon_sym_RBRACE, - [47386] = 2, - ACTIONS(3), 1, + [47438] = 2, + ACTIONS(2571), 1, sym_comment, ACTIONS(3692), 1, - aux_sym_preproc_if_token2, - [47393] = 2, + anon_sym_LF, + [47445] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3694), 1, - anon_sym_STAR, - [47400] = 2, + aux_sym_preproc_if_token2, + [47452] = 2, + ACTIONS(2571), 1, + sym_comment, + ACTIONS(3343), 1, + anon_sym_LF, + [47459] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3696), 1, - anon_sym_RPAREN, - [47407] = 2, + aux_sym_preproc_if_token2, + [47466] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3698), 1, - anon_sym_STAR, - [47414] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2260), 1, - anon_sym_RPAREN, - [47421] = 2, + anon_sym_SQUOTE, + [47473] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3700), 1, - aux_sym_preproc_if_token2, - [47428] = 2, - ACTIONS(2541), 1, + ACTIONS(2271), 1, + anon_sym_SEMI, + [47480] = 2, + ACTIONS(2571), 1, sym_comment, - ACTIONS(3267), 1, + ACTIONS(3380), 1, anon_sym_LF, - [47435] = 2, + [47487] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2280), 1, - anon_sym_RPAREN, - [47442] = 2, + ACTIONS(3700), 1, + anon_sym_SEMI, + [47494] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2305), 1, + ACTIONS(2245), 1, anon_sym_SEMI, - [47449] = 2, + [47501] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2290), 1, + ACTIONS(2228), 1, anon_sym_RPAREN, - [47456] = 2, + [47508] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2282), 1, + ACTIONS(2243), 1, anon_sym_RPAREN, - [47463] = 2, + [47515] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2284), 1, + ACTIONS(2249), 1, anon_sym_RPAREN, - [47470] = 2, + [47522] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3702), 1, sym_identifier, - [47477] = 2, + [47529] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3704), 1, sym_identifier, - [47484] = 2, + [47536] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3706), 1, - aux_sym_preproc_if_token2, - [47491] = 2, + anon_sym_RBRACK, + [47543] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3708), 1, - aux_sym_preproc_if_token2, - [47498] = 2, + sym_identifier, + [47550] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3710), 1, - aux_sym_preproc_if_token2, - [47505] = 2, + ACTIONS(2259), 1, + anon_sym_SEMI, + [47557] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3712), 1, - anon_sym_RPAREN, - [47512] = 2, + ACTIONS(3710), 1, + anon_sym_SEMI, + [47564] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3714), 1, + ACTIONS(3712), 1, ts_builtin_sym_end, - [47519] = 2, + [47571] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3716), 1, + ACTIONS(3714), 1, sym_identifier, - [47526] = 2, + [47578] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3232), 1, - anon_sym_RBRACE, - [47533] = 2, + ACTIONS(3716), 1, + anon_sym_SQUOTE, + [47585] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3718), 1, - anon_sym_RPAREN, - [47540] = 2, + sym_identifier, + [47592] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3720), 1, - anon_sym_RBRACK, - [47547] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2286), 1, - anon_sym_RPAREN, - [47554] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2288), 1, - anon_sym_RPAREN, - [47561] = 2, - ACTIONS(3), 1, + anon_sym_LPAREN2, + [47599] = 2, + ACTIONS(2571), 1, sym_comment, ACTIONS(3722), 1, - aux_sym_preproc_if_token2, - [47568] = 2, + anon_sym_LF, + [47606] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3724), 1, - aux_sym_preproc_if_token2, - [47575] = 2, + anon_sym_RPAREN, + [47613] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3726), 1, - sym_identifier, - [47582] = 2, - ACTIONS(3), 1, + aux_sym_preproc_if_token2, + [47620] = 2, + ACTIONS(2571), 1, sym_comment, ACTIONS(3728), 1, - sym_primitive_type, - [47589] = 2, + anon_sym_LF, + [47627] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3730), 1, - anon_sym_SEMI, - [47596] = 2, + sym_identifier, + [47634] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3732), 1, - sym_identifier, - [47603] = 2, + anon_sym_RPAREN, + [47641] = 2, + ACTIONS(2571), 1, + sym_comment, + ACTIONS(3353), 1, + anon_sym_LF, + [47648] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2202), 1, + anon_sym_SEMI, + [47655] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3734), 1, - anon_sym_LPAREN2, - [47610] = 2, + anon_sym_RPAREN, + [47662] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3736), 1, - anon_sym_RPAREN, - [47617] = 2, + aux_sym_preproc_if_token2, + [47669] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2309), 1, + ACTIONS(2269), 1, anon_sym_SEMI, - [47624] = 2, + [47676] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3738), 1, aux_sym_preproc_if_token2, - [47631] = 2, + [47683] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2311), 1, + ACTIONS(2190), 1, anon_sym_SEMI, - [47638] = 2, + [47690] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3740), 1, anon_sym_LPAREN2, - [47645] = 2, + [47697] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3742), 1, - aux_sym_preproc_if_token2, - [47652] = 2, + anon_sym_SEMI, + [47704] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2292), 1, + ACTIONS(2285), 1, anon_sym_SEMI, - [47659] = 2, + [47711] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2281), 1, + anon_sym_RPAREN, + [47718] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3744), 1, - aux_sym_preproc_if_token2, - [47666] = 2, + sym_identifier, + [47725] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3746), 1, sym_identifier, - [47673] = 2, + [47732] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3748), 1, - sym_identifier, - [47680] = 2, + anon_sym_LPAREN2, + [47739] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3750), 1, - anon_sym_LPAREN2, - [47687] = 2, + anon_sym_SEMI, + [47746] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3752), 1, - anon_sym_RPAREN, - [47694] = 2, + sym_identifier, + [47753] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3754), 1, sym_identifier, - [47701] = 2, + [47760] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3756), 1, - sym_identifier, - [47708] = 2, - ACTIONS(2541), 1, + anon_sym_COLON, + [47767] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(3758), 1, - anon_sym_LF, - [47715] = 2, + anon_sym_RPAREN, + [47774] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3760), 1, - sym_identifier, - [47722] = 2, - ACTIONS(3), 1, + anon_sym_RBRACK, + [47781] = 2, + ACTIONS(2571), 1, sym_comment, ACTIONS(3762), 1, - anon_sym_LPAREN2, - [47729] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2313), 1, - anon_sym_SEMI, - [47736] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2188), 1, - anon_sym_SEMI, - [47743] = 2, + anon_sym_LF, + [47788] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3764), 1, - anon_sym_SEMI, - [47750] = 2, + anon_sym_RPAREN, + [47795] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3766), 1, - anon_sym_SEMI, - [47757] = 2, + anon_sym_RPAREN, + [47802] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3768), 1, anon_sym_SEMI, - [47764] = 2, + [47809] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3770), 1, - anon_sym_STAR, - [47771] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2274), 1, anon_sym_SEMI, - [47778] = 2, + [47816] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3772), 1, - anon_sym_RPAREN, - [47785] = 2, + aux_sym_preproc_if_token2, + [47823] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2270), 1, + ACTIONS(2305), 1, anon_sym_SEMI, - [47792] = 2, + [47830] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3774), 1, - anon_sym_LPAREN2, - [47799] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3776), 1, aux_sym_preproc_if_token2, - [47806] = 2, + [47837] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2268), 1, + ACTIONS(2293), 1, anon_sym_SEMI, - [47813] = 2, + [47844] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3776), 1, + anon_sym_LPAREN2, + [47851] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3778), 1, - sym_identifier, - [47820] = 2, + aux_sym_preproc_if_token2, + [47858] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2291), 1, + anon_sym_SEMI, + [47865] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3780), 1, sym_identifier, - [47827] = 2, + [47872] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3782), 1, sym_identifier, - [47834] = 2, - ACTIONS(2541), 1, + [47879] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(3784), 1, - anon_sym_LF, - [47841] = 2, + sym_identifier, + [47886] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3786), 1, - anon_sym_SQUOTE, - [47848] = 2, + anon_sym_LPAREN2, + [47893] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3788), 1, - anon_sym_COLON, - [47855] = 2, + aux_sym_preproc_if_token2, + [47900] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3790), 1, - aux_sym_preproc_if_token2, - [47862] = 2, + anon_sym_COLON, + [47907] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3792), 1, - anon_sym_SEMI, - [47869] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2192), 1, - anon_sym_SEMI, - [47876] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2190), 1, - anon_sym_SEMI, - [47883] = 2, + sym_identifier, + [47914] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3794), 1, - anon_sym_RPAREN, - [47890] = 2, + anon_sym_STAR, + [47921] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3796), 1, - anon_sym_RPAREN, - [47897] = 2, + aux_sym_preproc_if_token2, + [47928] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3798), 1, anon_sym_RPAREN, - [47904] = 2, + [47935] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3800), 1, - anon_sym_while, - [47911] = 2, + sym_identifier, + [47942] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3802), 1, - anon_sym_COMMA, - [47918] = 2, + anon_sym_RPAREN, + [47949] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3804), 1, - aux_sym_preproc_if_token2, - [47925] = 2, + anon_sym_RPAREN, + [47956] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3806), 1, - anon_sym_RPAREN, - [47932] = 2, + anon_sym_while, + [47963] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2200), 1, + ACTIONS(2275), 1, anon_sym_RPAREN, - [47939] = 2, + [47970] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3808), 1, - sym_identifier, - [47946] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2254), 1, - anon_sym_SEMI, - [47953] = 2, + aux_sym_preproc_if_token2, + [47977] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3810), 1, - anon_sym_LPAREN2, - [47960] = 2, - ACTIONS(2541), 1, + anon_sym_COLON, + [47984] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(3812), 1, - anon_sym_LF, - [47967] = 2, - ACTIONS(1807), 1, - anon_sym_LF, - ACTIONS(2541), 1, - sym_comment, - [47974] = 2, + aux_sym_preproc_if_token2, + [47991] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3814), 1, - anon_sym_LPAREN2, - [47981] = 2, - ACTIONS(2541), 1, + sym_identifier, + [47998] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(3357), 1, + ACTIONS(2263), 1, + anon_sym_SEMI, + [48005] = 2, + ACTIONS(1803), 1, anon_sym_LF, - [47988] = 2, + ACTIONS(2571), 1, + sym_comment, + [48012] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3816), 1, - anon_sym_while, - [47995] = 2, + anon_sym_LPAREN2, + [48019] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2202), 1, - anon_sym_SEMI, - [48002] = 2, + ACTIONS(2277), 1, + anon_sym_RPAREN, + [48026] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3818), 1, - anon_sym_SEMI, - [48009] = 2, + anon_sym_LPAREN2, + [48033] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3820), 1, - sym_identifier, - [48016] = 2, + aux_sym_preproc_if_token2, + [48040] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2240), 1, - anon_sym_SEMI, - [48023] = 2, + ACTIONS(3822), 1, + anon_sym_while, + [48047] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3822), 1, - anon_sym_SEMI, - [48030] = 2, + ACTIONS(2279), 1, + anon_sym_RPAREN, + [48054] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3824), 1, + sym_identifier, + [48061] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2283), 1, anon_sym_RPAREN, - [48037] = 2, + [48068] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2247), 1, + anon_sym_SEMI, + [48075] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3826), 1, - anon_sym_LPAREN2, - [48044] = 2, + anon_sym_RPAREN, + [48082] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3828), 1, - anon_sym_COLON, - [48051] = 2, + anon_sym_SEMI, + [48089] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3830), 1, - anon_sym_while, - [48058] = 2, + anon_sym_LPAREN2, + [48096] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3832), 1, - anon_sym_RPAREN, - [48065] = 2, - ACTIONS(2541), 1, + aux_sym_preproc_if_token2, + [48103] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(3834), 1, - anon_sym_LF, - [48072] = 2, + anon_sym_while, + [48110] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2226), 1, - anon_sym_SEMI, - [48079] = 2, + ACTIONS(3836), 1, + aux_sym_preproc_if_token2, + [48117] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3836), 1, + ACTIONS(3838), 1, anon_sym_RPAREN, - [48086] = 2, + [48124] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3838), 1, - sym_identifier, - [48093] = 2, + ACTIONS(2222), 1, + anon_sym_SEMI, + [48131] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3289), 1, + anon_sym_RBRACE, + [48138] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3840), 1, - anon_sym_LPAREN2, - [48100] = 2, + sym_identifier, + [48145] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3842), 1, - aux_sym_preproc_if_token2, - [48107] = 2, + anon_sym_LPAREN2, + [48152] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2299), 1, + anon_sym_RPAREN, + [48159] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3844), 1, anon_sym_LPAREN2, - [48114] = 2, + [48166] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3846), 1, sym_identifier, - [48121] = 2, + [48173] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3848), 1, @@ -86291,7 +86433,7 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(396)] = 1086, [SMALL_STATE(397)] = 1192, [SMALL_STATE(398)] = 1298, - [SMALL_STATE(399)] = 1404, + [SMALL_STATE(399)] = 1408, [SMALL_STATE(400)] = 1514, [SMALL_STATE(401)] = 1621, [SMALL_STATE(402)] = 1731, @@ -86310,1158 +86452,1161 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(415)] = 3161, [SMALL_STATE(416)] = 3240, [SMALL_STATE(417)] = 3317, - [SMALL_STATE(418)] = 3394, - [SMALL_STATE(419)] = 3471, + [SMALL_STATE(418)] = 3396, + [SMALL_STATE(419)] = 3473, [SMALL_STATE(420)] = 3550, [SMALL_STATE(421)] = 3629, [SMALL_STATE(422)] = 3708, [SMALL_STATE(423)] = 3785, - [SMALL_STATE(424)] = 3859, + [SMALL_STATE(424)] = 3887, [SMALL_STATE(425)] = 3961, [SMALL_STATE(426)] = 4061, - [SMALL_STATE(427)] = 4161, - [SMALL_STATE(428)] = 4261, - [SMALL_STATE(429)] = 4361, - [SMALL_STATE(430)] = 4461, - [SMALL_STATE(431)] = 4561, - [SMALL_STATE(432)] = 4656, - [SMALL_STATE(433)] = 4751, - [SMALL_STATE(434)] = 4846, - [SMALL_STATE(435)] = 4941, - [SMALL_STATE(436)] = 5036, - [SMALL_STATE(437)] = 5131, - [SMALL_STATE(438)] = 5236, - [SMALL_STATE(439)] = 5331, - [SMALL_STATE(440)] = 5426, - [SMALL_STATE(441)] = 5521, - [SMALL_STATE(442)] = 5616, - [SMALL_STATE(443)] = 5711, - [SMALL_STATE(444)] = 5806, - [SMALL_STATE(445)] = 5901, - [SMALL_STATE(446)] = 5996, - [SMALL_STATE(447)] = 6091, - [SMALL_STATE(448)] = 6186, - [SMALL_STATE(449)] = 6281, - [SMALL_STATE(450)] = 6376, - [SMALL_STATE(451)] = 6471, - [SMALL_STATE(452)] = 6566, - [SMALL_STATE(453)] = 6661, - [SMALL_STATE(454)] = 6756, - [SMALL_STATE(455)] = 6851, - [SMALL_STATE(456)] = 6946, - [SMALL_STATE(457)] = 7041, - [SMALL_STATE(458)] = 7136, - [SMALL_STATE(459)] = 7231, - [SMALL_STATE(460)] = 7326, - [SMALL_STATE(461)] = 7421, - [SMALL_STATE(462)] = 7516, - [SMALL_STATE(463)] = 7611, - [SMALL_STATE(464)] = 7706, - [SMALL_STATE(465)] = 7801, - [SMALL_STATE(466)] = 7896, - [SMALL_STATE(467)] = 7991, - [SMALL_STATE(468)] = 8086, - [SMALL_STATE(469)] = 8181, - [SMALL_STATE(470)] = 8276, - [SMALL_STATE(471)] = 8371, - [SMALL_STATE(472)] = 8466, - [SMALL_STATE(473)] = 8561, - [SMALL_STATE(474)] = 8656, - [SMALL_STATE(475)] = 8751, - [SMALL_STATE(476)] = 8846, - [SMALL_STATE(477)] = 8941, - [SMALL_STATE(478)] = 9036, - [SMALL_STATE(479)] = 9128, - [SMALL_STATE(480)] = 9192, - [SMALL_STATE(481)] = 9284, - [SMALL_STATE(482)] = 9348, - [SMALL_STATE(483)] = 9440, - [SMALL_STATE(484)] = 9532, - [SMALL_STATE(485)] = 9624, - [SMALL_STATE(486)] = 9716, - [SMALL_STATE(487)] = 9808, - [SMALL_STATE(488)] = 9900, - [SMALL_STATE(489)] = 9992, - [SMALL_STATE(490)] = 10084, - [SMALL_STATE(491)] = 10176, - [SMALL_STATE(492)] = 10268, - [SMALL_STATE(493)] = 10360, - [SMALL_STATE(494)] = 10452, - [SMALL_STATE(495)] = 10544, - [SMALL_STATE(496)] = 10636, - [SMALL_STATE(497)] = 10728, - [SMALL_STATE(498)] = 10792, - [SMALL_STATE(499)] = 10884, - [SMALL_STATE(500)] = 10976, - [SMALL_STATE(501)] = 11065, - [SMALL_STATE(502)] = 11154, - [SMALL_STATE(503)] = 11243, - [SMALL_STATE(504)] = 11332, - [SMALL_STATE(505)] = 11421, - [SMALL_STATE(506)] = 11510, - [SMALL_STATE(507)] = 11599, - [SMALL_STATE(508)] = 11688, - [SMALL_STATE(509)] = 11777, - [SMALL_STATE(510)] = 11866, - [SMALL_STATE(511)] = 11955, - [SMALL_STATE(512)] = 12044, - [SMALL_STATE(513)] = 12133, - [SMALL_STATE(514)] = 12222, - [SMALL_STATE(515)] = 12311, - [SMALL_STATE(516)] = 12400, - [SMALL_STATE(517)] = 12489, - [SMALL_STATE(518)] = 12578, - [SMALL_STATE(519)] = 12667, - [SMALL_STATE(520)] = 12760, - [SMALL_STATE(521)] = 12849, - [SMALL_STATE(522)] = 12938, - [SMALL_STATE(523)] = 13027, - [SMALL_STATE(524)] = 13116, - [SMALL_STATE(525)] = 13205, - [SMALL_STATE(526)] = 13294, - [SMALL_STATE(527)] = 13383, - [SMALL_STATE(528)] = 13472, - [SMALL_STATE(529)] = 13561, - [SMALL_STATE(530)] = 13654, - [SMALL_STATE(531)] = 13743, - [SMALL_STATE(532)] = 13832, - [SMALL_STATE(533)] = 13921, - [SMALL_STATE(534)] = 14010, - [SMALL_STATE(535)] = 14099, - [SMALL_STATE(536)] = 14188, - [SMALL_STATE(537)] = 14277, - [SMALL_STATE(538)] = 14366, - [SMALL_STATE(539)] = 14455, - [SMALL_STATE(540)] = 14544, - [SMALL_STATE(541)] = 14633, - [SMALL_STATE(542)] = 14722, - [SMALL_STATE(543)] = 14811, - [SMALL_STATE(544)] = 14900, - [SMALL_STATE(545)] = 14989, - [SMALL_STATE(546)] = 15082, - [SMALL_STATE(547)] = 15171, - [SMALL_STATE(548)] = 15260, - [SMALL_STATE(549)] = 15349, - [SMALL_STATE(550)] = 15438, - [SMALL_STATE(551)] = 15527, - [SMALL_STATE(552)] = 15616, - [SMALL_STATE(553)] = 15705, - [SMALL_STATE(554)] = 15794, - [SMALL_STATE(555)] = 15883, - [SMALL_STATE(556)] = 15972, - [SMALL_STATE(557)] = 16061, - [SMALL_STATE(558)] = 16150, - [SMALL_STATE(559)] = 16239, - [SMALL_STATE(560)] = 16328, - [SMALL_STATE(561)] = 16417, - [SMALL_STATE(562)] = 16506, - [SMALL_STATE(563)] = 16599, - [SMALL_STATE(564)] = 16688, - [SMALL_STATE(565)] = 16777, - [SMALL_STATE(566)] = 16866, - [SMALL_STATE(567)] = 16955, - [SMALL_STATE(568)] = 17044, - [SMALL_STATE(569)] = 17133, - [SMALL_STATE(570)] = 17222, - [SMALL_STATE(571)] = 17311, - [SMALL_STATE(572)] = 17400, - [SMALL_STATE(573)] = 17489, - [SMALL_STATE(574)] = 17578, - [SMALL_STATE(575)] = 17667, - [SMALL_STATE(576)] = 17756, - [SMALL_STATE(577)] = 17845, - [SMALL_STATE(578)] = 17934, - [SMALL_STATE(579)] = 18023, - [SMALL_STATE(580)] = 18112, - [SMALL_STATE(581)] = 18201, - [SMALL_STATE(582)] = 18290, - [SMALL_STATE(583)] = 18346, - [SMALL_STATE(584)] = 18402, - [SMALL_STATE(585)] = 18466, - [SMALL_STATE(586)] = 18517, - [SMALL_STATE(587)] = 18568, - [SMALL_STATE(588)] = 18619, - [SMALL_STATE(589)] = 18670, - [SMALL_STATE(590)] = 18740, - [SMALL_STATE(591)] = 18812, - [SMALL_STATE(592)] = 18862, - [SMALL_STATE(593)] = 18912, - [SMALL_STATE(594)] = 18962, - [SMALL_STATE(595)] = 19012, - [SMALL_STATE(596)] = 19062, - [SMALL_STATE(597)] = 19112, - [SMALL_STATE(598)] = 19172, - [SMALL_STATE(599)] = 19222, - [SMALL_STATE(600)] = 19306, - [SMALL_STATE(601)] = 19356, - [SMALL_STATE(602)] = 19422, - [SMALL_STATE(603)] = 19472, - [SMALL_STATE(604)] = 19522, - [SMALL_STATE(605)] = 19582, - [SMALL_STATE(606)] = 19632, - [SMALL_STATE(607)] = 19682, - [SMALL_STATE(608)] = 19746, - [SMALL_STATE(609)] = 19796, - [SMALL_STATE(610)] = 19862, - [SMALL_STATE(611)] = 19912, - [SMALL_STATE(612)] = 19986, - [SMALL_STATE(613)] = 20062, - [SMALL_STATE(614)] = 20140, - [SMALL_STATE(615)] = 20220, - [SMALL_STATE(616)] = 20270, - [SMALL_STATE(617)] = 20332, - [SMALL_STATE(618)] = 20382, - [SMALL_STATE(619)] = 20432, - [SMALL_STATE(620)] = 20482, - [SMALL_STATE(621)] = 20532, - [SMALL_STATE(622)] = 20582, - [SMALL_STATE(623)] = 20632, + [SMALL_STATE(427)] = 4159, + [SMALL_STATE(428)] = 4259, + [SMALL_STATE(429)] = 4359, + [SMALL_STATE(430)] = 4457, + [SMALL_STATE(431)] = 4557, + [SMALL_STATE(432)] = 4657, + [SMALL_STATE(433)] = 4757, + [SMALL_STATE(434)] = 4852, + [SMALL_STATE(435)] = 4947, + [SMALL_STATE(436)] = 5042, + [SMALL_STATE(437)] = 5137, + [SMALL_STATE(438)] = 5232, + [SMALL_STATE(439)] = 5327, + [SMALL_STATE(440)] = 5422, + [SMALL_STATE(441)] = 5517, + [SMALL_STATE(442)] = 5612, + [SMALL_STATE(443)] = 5707, + [SMALL_STATE(444)] = 5802, + [SMALL_STATE(445)] = 5897, + [SMALL_STATE(446)] = 5992, + [SMALL_STATE(447)] = 6087, + [SMALL_STATE(448)] = 6182, + [SMALL_STATE(449)] = 6277, + [SMALL_STATE(450)] = 6372, + [SMALL_STATE(451)] = 6467, + [SMALL_STATE(452)] = 6562, + [SMALL_STATE(453)] = 6657, + [SMALL_STATE(454)] = 6752, + [SMALL_STATE(455)] = 6847, + [SMALL_STATE(456)] = 6942, + [SMALL_STATE(457)] = 7037, + [SMALL_STATE(458)] = 7132, + [SMALL_STATE(459)] = 7227, + [SMALL_STATE(460)] = 7322, + [SMALL_STATE(461)] = 7417, + [SMALL_STATE(462)] = 7512, + [SMALL_STATE(463)] = 7607, + [SMALL_STATE(464)] = 7702, + [SMALL_STATE(465)] = 7797, + [SMALL_STATE(466)] = 7892, + [SMALL_STATE(467)] = 7987, + [SMALL_STATE(468)] = 8082, + [SMALL_STATE(469)] = 8177, + [SMALL_STATE(470)] = 8272, + [SMALL_STATE(471)] = 8367, + [SMALL_STATE(472)] = 8472, + [SMALL_STATE(473)] = 8567, + [SMALL_STATE(474)] = 8662, + [SMALL_STATE(475)] = 8757, + [SMALL_STATE(476)] = 8852, + [SMALL_STATE(477)] = 8947, + [SMALL_STATE(478)] = 9042, + [SMALL_STATE(479)] = 9137, + [SMALL_STATE(480)] = 9232, + [SMALL_STATE(481)] = 9327, + [SMALL_STATE(482)] = 9419, + [SMALL_STATE(483)] = 9511, + [SMALL_STATE(484)] = 9603, + [SMALL_STATE(485)] = 9695, + [SMALL_STATE(486)] = 9787, + [SMALL_STATE(487)] = 9879, + [SMALL_STATE(488)] = 9971, + [SMALL_STATE(489)] = 10063, + [SMALL_STATE(490)] = 10155, + [SMALL_STATE(491)] = 10247, + [SMALL_STATE(492)] = 10339, + [SMALL_STATE(493)] = 10403, + [SMALL_STATE(494)] = 10495, + [SMALL_STATE(495)] = 10587, + [SMALL_STATE(496)] = 10679, + [SMALL_STATE(497)] = 10771, + [SMALL_STATE(498)] = 10863, + [SMALL_STATE(499)] = 10927, + [SMALL_STATE(500)] = 10991, + [SMALL_STATE(501)] = 11083, + [SMALL_STATE(502)] = 11172, + [SMALL_STATE(503)] = 11261, + [SMALL_STATE(504)] = 11350, + [SMALL_STATE(505)] = 11439, + [SMALL_STATE(506)] = 11528, + [SMALL_STATE(507)] = 11617, + [SMALL_STATE(508)] = 11706, + [SMALL_STATE(509)] = 11795, + [SMALL_STATE(510)] = 11884, + [SMALL_STATE(511)] = 11973, + [SMALL_STATE(512)] = 12062, + [SMALL_STATE(513)] = 12151, + [SMALL_STATE(514)] = 12240, + [SMALL_STATE(515)] = 12329, + [SMALL_STATE(516)] = 12418, + [SMALL_STATE(517)] = 12507, + [SMALL_STATE(518)] = 12596, + [SMALL_STATE(519)] = 12685, + [SMALL_STATE(520)] = 12774, + [SMALL_STATE(521)] = 12863, + [SMALL_STATE(522)] = 12952, + [SMALL_STATE(523)] = 13041, + [SMALL_STATE(524)] = 13130, + [SMALL_STATE(525)] = 13219, + [SMALL_STATE(526)] = 13312, + [SMALL_STATE(527)] = 13401, + [SMALL_STATE(528)] = 13490, + [SMALL_STATE(529)] = 13579, + [SMALL_STATE(530)] = 13668, + [SMALL_STATE(531)] = 13757, + [SMALL_STATE(532)] = 13846, + [SMALL_STATE(533)] = 13935, + [SMALL_STATE(534)] = 14024, + [SMALL_STATE(535)] = 14117, + [SMALL_STATE(536)] = 14206, + [SMALL_STATE(537)] = 14295, + [SMALL_STATE(538)] = 14384, + [SMALL_STATE(539)] = 14473, + [SMALL_STATE(540)] = 14562, + [SMALL_STATE(541)] = 14651, + [SMALL_STATE(542)] = 14740, + [SMALL_STATE(543)] = 14829, + [SMALL_STATE(544)] = 14918, + [SMALL_STATE(545)] = 15011, + [SMALL_STATE(546)] = 15100, + [SMALL_STATE(547)] = 15189, + [SMALL_STATE(548)] = 15278, + [SMALL_STATE(549)] = 15367, + [SMALL_STATE(550)] = 15456, + [SMALL_STATE(551)] = 15545, + [SMALL_STATE(552)] = 15634, + [SMALL_STATE(553)] = 15723, + [SMALL_STATE(554)] = 15812, + [SMALL_STATE(555)] = 15901, + [SMALL_STATE(556)] = 15990, + [SMALL_STATE(557)] = 16079, + [SMALL_STATE(558)] = 16168, + [SMALL_STATE(559)] = 16257, + [SMALL_STATE(560)] = 16346, + [SMALL_STATE(561)] = 16435, + [SMALL_STATE(562)] = 16524, + [SMALL_STATE(563)] = 16613, + [SMALL_STATE(564)] = 16702, + [SMALL_STATE(565)] = 16791, + [SMALL_STATE(566)] = 16880, + [SMALL_STATE(567)] = 16969, + [SMALL_STATE(568)] = 17062, + [SMALL_STATE(569)] = 17151, + [SMALL_STATE(570)] = 17240, + [SMALL_STATE(571)] = 17329, + [SMALL_STATE(572)] = 17418, + [SMALL_STATE(573)] = 17507, + [SMALL_STATE(574)] = 17596, + [SMALL_STATE(575)] = 17685, + [SMALL_STATE(576)] = 17774, + [SMALL_STATE(577)] = 17863, + [SMALL_STATE(578)] = 17952, + [SMALL_STATE(579)] = 18041, + [SMALL_STATE(580)] = 18130, + [SMALL_STATE(581)] = 18219, + [SMALL_STATE(582)] = 18308, + [SMALL_STATE(583)] = 18364, + [SMALL_STATE(584)] = 18420, + [SMALL_STATE(585)] = 18484, + [SMALL_STATE(586)] = 18535, + [SMALL_STATE(587)] = 18586, + [SMALL_STATE(588)] = 18637, + [SMALL_STATE(589)] = 18688, + [SMALL_STATE(590)] = 18748, + [SMALL_STATE(591)] = 18798, + [SMALL_STATE(592)] = 18868, + [SMALL_STATE(593)] = 18934, + [SMALL_STATE(594)] = 18984, + [SMALL_STATE(595)] = 19048, + [SMALL_STATE(596)] = 19110, + [SMALL_STATE(597)] = 19160, + [SMALL_STATE(598)] = 19210, + [SMALL_STATE(599)] = 19286, + [SMALL_STATE(600)] = 19336, + [SMALL_STATE(601)] = 19386, + [SMALL_STATE(602)] = 19436, + [SMALL_STATE(603)] = 19496, + [SMALL_STATE(604)] = 19546, + [SMALL_STATE(605)] = 19596, + [SMALL_STATE(606)] = 19646, + [SMALL_STATE(607)] = 19728, + [SMALL_STATE(608)] = 19778, + [SMALL_STATE(609)] = 19828, + [SMALL_STATE(610)] = 19878, + [SMALL_STATE(611)] = 19928, + [SMALL_STATE(612)] = 19988, + [SMALL_STATE(613)] = 20068, + [SMALL_STATE(614)] = 20118, + [SMALL_STATE(615)] = 20168, + [SMALL_STATE(616)] = 20234, + [SMALL_STATE(617)] = 20306, + [SMALL_STATE(618)] = 20356, + [SMALL_STATE(619)] = 20406, + [SMALL_STATE(620)] = 20456, + [SMALL_STATE(621)] = 20534, + [SMALL_STATE(622)] = 20584, + [SMALL_STATE(623)] = 20634, [SMALL_STATE(624)] = 20692, [SMALL_STATE(625)] = 20742, - [SMALL_STATE(626)] = 20802, - [SMALL_STATE(627)] = 20852, - [SMALL_STATE(628)] = 20902, - [SMALL_STATE(629)] = 20960, - [SMALL_STATE(630)] = 21044, - [SMALL_STATE(631)] = 21128, - [SMALL_STATE(632)] = 21178, - [SMALL_STATE(633)] = 21260, - [SMALL_STATE(634)] = 21310, - [SMALL_STATE(635)] = 21360, - [SMALL_STATE(636)] = 21410, - [SMALL_STATE(637)] = 21463, - [SMALL_STATE(638)] = 21544, - [SMALL_STATE(639)] = 21597, - [SMALL_STATE(640)] = 21650, - [SMALL_STATE(641)] = 21703, - [SMALL_STATE(642)] = 21756, - [SMALL_STATE(643)] = 21822, - [SMALL_STATE(644)] = 21872, - [SMALL_STATE(645)] = 21944, - [SMALL_STATE(646)] = 22014, - [SMALL_STATE(647)] = 22088, - [SMALL_STATE(648)] = 22156, - [SMALL_STATE(649)] = 22212, - [SMALL_STATE(650)] = 22268, - [SMALL_STATE(651)] = 22346, - [SMALL_STATE(652)] = 22408, - [SMALL_STATE(653)] = 22468, - [SMALL_STATE(654)] = 22542, - [SMALL_STATE(655)] = 22618, - [SMALL_STATE(656)] = 22674, - [SMALL_STATE(657)] = 22730, - [SMALL_STATE(658)] = 22784, - [SMALL_STATE(659)] = 22846, - [SMALL_STATE(660)] = 22926, - [SMALL_STATE(661)] = 23000, - [SMALL_STATE(662)] = 23074, - [SMALL_STATE(663)] = 23154, - [SMALL_STATE(664)] = 23228, - [SMALL_STATE(665)] = 23286, - [SMALL_STATE(666)] = 23357, - [SMALL_STATE(667)] = 23402, - [SMALL_STATE(668)] = 23447, - [SMALL_STATE(669)] = 23492, - [SMALL_STATE(670)] = 23549, - [SMALL_STATE(671)] = 23598, - [SMALL_STATE(672)] = 23674, - [SMALL_STATE(673)] = 23718, - [SMALL_STATE(674)] = 23758, - [SMALL_STATE(675)] = 23823, - [SMALL_STATE(676)] = 23862, - [SMALL_STATE(677)] = 23901, - [SMALL_STATE(678)] = 23940, - [SMALL_STATE(679)] = 24007, - [SMALL_STATE(680)] = 24080, - [SMALL_STATE(681)] = 24137, - [SMALL_STATE(682)] = 24198, - [SMALL_STATE(683)] = 24261, - [SMALL_STATE(684)] = 24332, - [SMALL_STATE(685)] = 24371, - [SMALL_STATE(686)] = 24410, - [SMALL_STATE(687)] = 24449, - [SMALL_STATE(688)] = 24488, - [SMALL_STATE(689)] = 24545, - [SMALL_STATE(690)] = 24584, - [SMALL_STATE(691)] = 24639, - [SMALL_STATE(692)] = 24678, - [SMALL_STATE(693)] = 24751, - [SMALL_STATE(694)] = 24818, - [SMALL_STATE(695)] = 24857, - [SMALL_STATE(696)] = 24896, - [SMALL_STATE(697)] = 24965, - [SMALL_STATE(698)] = 25004, - [SMALL_STATE(699)] = 25043, - [SMALL_STATE(700)] = 25082, - [SMALL_STATE(701)] = 25121, - [SMALL_STATE(702)] = 25160, - [SMALL_STATE(703)] = 25199, - [SMALL_STATE(704)] = 25252, - [SMALL_STATE(705)] = 25291, - [SMALL_STATE(706)] = 25330, - [SMALL_STATE(707)] = 25369, - [SMALL_STATE(708)] = 25408, - [SMALL_STATE(709)] = 25446, - [SMALL_STATE(710)] = 25484, - [SMALL_STATE(711)] = 25522, - [SMALL_STATE(712)] = 25560, - [SMALL_STATE(713)] = 25598, - [SMALL_STATE(714)] = 25673, - [SMALL_STATE(715)] = 25710, - [SMALL_STATE(716)] = 25747, - [SMALL_STATE(717)] = 25784, - [SMALL_STATE(718)] = 25833, - [SMALL_STATE(719)] = 25874, - [SMALL_STATE(720)] = 25915, - [SMALL_STATE(721)] = 25952, - [SMALL_STATE(722)] = 25989, - [SMALL_STATE(723)] = 26026, - [SMALL_STATE(724)] = 26063, - [SMALL_STATE(725)] = 26100, - [SMALL_STATE(726)] = 26137, - [SMALL_STATE(727)] = 26174, - [SMALL_STATE(728)] = 26211, - [SMALL_STATE(729)] = 26248, - [SMALL_STATE(730)] = 26285, - [SMALL_STATE(731)] = 26334, - [SMALL_STATE(732)] = 26371, - [SMALL_STATE(733)] = 26408, - [SMALL_STATE(734)] = 26445, - [SMALL_STATE(735)] = 26486, - [SMALL_STATE(736)] = 26523, - [SMALL_STATE(737)] = 26560, - [SMALL_STATE(738)] = 26597, - [SMALL_STATE(739)] = 26672, - [SMALL_STATE(740)] = 26709, - [SMALL_STATE(741)] = 26746, - [SMALL_STATE(742)] = 26783, - [SMALL_STATE(743)] = 26824, - [SMALL_STATE(744)] = 26861, - [SMALL_STATE(745)] = 26898, - [SMALL_STATE(746)] = 26935, - [SMALL_STATE(747)] = 26972, - [SMALL_STATE(748)] = 27009, - [SMALL_STATE(749)] = 27082, - [SMALL_STATE(750)] = 27119, - [SMALL_STATE(751)] = 27156, - [SMALL_STATE(752)] = 27193, - [SMALL_STATE(753)] = 27242, - [SMALL_STATE(754)] = 27317, - [SMALL_STATE(755)] = 27354, - [SMALL_STATE(756)] = 27429, - [SMALL_STATE(757)] = 27466, - [SMALL_STATE(758)] = 27503, - [SMALL_STATE(759)] = 27540, - [SMALL_STATE(760)] = 27577, - [SMALL_STATE(761)] = 27618, - [SMALL_STATE(762)] = 27655, - [SMALL_STATE(763)] = 27692, - [SMALL_STATE(764)] = 27729, - [SMALL_STATE(765)] = 27778, - [SMALL_STATE(766)] = 27850, - [SMALL_STATE(767)] = 27922, - [SMALL_STATE(768)] = 27994, - [SMALL_STATE(769)] = 28066, - [SMALL_STATE(770)] = 28138, - [SMALL_STATE(771)] = 28210, - [SMALL_STATE(772)] = 28282, - [SMALL_STATE(773)] = 28354, - [SMALL_STATE(774)] = 28426, - [SMALL_STATE(775)] = 28498, - [SMALL_STATE(776)] = 28570, - [SMALL_STATE(777)] = 28642, - [SMALL_STATE(778)] = 28714, - [SMALL_STATE(779)] = 28784, - [SMALL_STATE(780)] = 28856, - [SMALL_STATE(781)] = 28928, - [SMALL_STATE(782)] = 28988, - [SMALL_STATE(783)] = 29060, - [SMALL_STATE(784)] = 29132, - [SMALL_STATE(785)] = 29204, - [SMALL_STATE(786)] = 29276, - [SMALL_STATE(787)] = 29348, - [SMALL_STATE(788)] = 29418, - [SMALL_STATE(789)] = 29490, - [SMALL_STATE(790)] = 29562, - [SMALL_STATE(791)] = 29634, - [SMALL_STATE(792)] = 29706, - [SMALL_STATE(793)] = 29778, - [SMALL_STATE(794)] = 29848, - [SMALL_STATE(795)] = 29920, - [SMALL_STATE(796)] = 29990, - [SMALL_STATE(797)] = 30062, - [SMALL_STATE(798)] = 30134, - [SMALL_STATE(799)] = 30206, - [SMALL_STATE(800)] = 30278, - [SMALL_STATE(801)] = 30350, - [SMALL_STATE(802)] = 30422, - [SMALL_STATE(803)] = 30494, - [SMALL_STATE(804)] = 30566, - [SMALL_STATE(805)] = 30636, - [SMALL_STATE(806)] = 30708, - [SMALL_STATE(807)] = 30780, - [SMALL_STATE(808)] = 30852, - [SMALL_STATE(809)] = 30924, - [SMALL_STATE(810)] = 30994, - [SMALL_STATE(811)] = 31066, - [SMALL_STATE(812)] = 31138, - [SMALL_STATE(813)] = 31210, - [SMALL_STATE(814)] = 31282, - [SMALL_STATE(815)] = 31354, - [SMALL_STATE(816)] = 31426, - [SMALL_STATE(817)] = 31498, - [SMALL_STATE(818)] = 31570, - [SMALL_STATE(819)] = 31614, - [SMALL_STATE(820)] = 31686, - [SMALL_STATE(821)] = 31756, - [SMALL_STATE(822)] = 31828, - [SMALL_STATE(823)] = 31900, - [SMALL_STATE(824)] = 31972, - [SMALL_STATE(825)] = 32041, - [SMALL_STATE(826)] = 32092, - [SMALL_STATE(827)] = 32161, - [SMALL_STATE(828)] = 32214, - [SMALL_STATE(829)] = 32271, - [SMALL_STATE(830)] = 32332, - [SMALL_STATE(831)] = 32395, - [SMALL_STATE(832)] = 32452, - [SMALL_STATE(833)] = 32521, - [SMALL_STATE(834)] = 32578, - [SMALL_STATE(835)] = 32647, - [SMALL_STATE(836)] = 32716, - [SMALL_STATE(837)] = 32785, - [SMALL_STATE(838)] = 32854, - [SMALL_STATE(839)] = 32911, - [SMALL_STATE(840)] = 32980, - [SMALL_STATE(841)] = 33049, - [SMALL_STATE(842)] = 33106, - [SMALL_STATE(843)] = 33163, - [SMALL_STATE(844)] = 33232, - [SMALL_STATE(845)] = 33301, - [SMALL_STATE(846)] = 33370, - [SMALL_STATE(847)] = 33427, - [SMALL_STATE(848)] = 33484, - [SMALL_STATE(849)] = 33553, - [SMALL_STATE(850)] = 33622, - [SMALL_STATE(851)] = 33685, - [SMALL_STATE(852)] = 33754, - [SMALL_STATE(853)] = 33819, - [SMALL_STATE(854)] = 33876, - [SMALL_STATE(855)] = 33933, - [SMALL_STATE(856)] = 34000, - [SMALL_STATE(857)] = 34049, - [SMALL_STATE(858)] = 34118, - [SMALL_STATE(859)] = 34175, - [SMALL_STATE(860)] = 34244, - [SMALL_STATE(861)] = 34301, - [SMALL_STATE(862)] = 34370, - [SMALL_STATE(863)] = 34427, - [SMALL_STATE(864)] = 34496, - [SMALL_STATE(865)] = 34565, - [SMALL_STATE(866)] = 34634, - [SMALL_STATE(867)] = 34703, - [SMALL_STATE(868)] = 34772, - [SMALL_STATE(869)] = 34831, - [SMALL_STATE(870)] = 34884, - [SMALL_STATE(871)] = 34953, - [SMALL_STATE(872)] = 35022, - [SMALL_STATE(873)] = 35070, - [SMALL_STATE(874)] = 35118, - [SMALL_STATE(875)] = 35166, - [SMALL_STATE(876)] = 35214, - [SMALL_STATE(877)] = 35251, - [SMALL_STATE(878)] = 35290, - [SMALL_STATE(879)] = 35343, - [SMALL_STATE(880)] = 35396, - [SMALL_STATE(881)] = 35433, - [SMALL_STATE(882)] = 35470, - [SMALL_STATE(883)] = 35523, - [SMALL_STATE(884)] = 35560, - [SMALL_STATE(885)] = 35597, - [SMALL_STATE(886)] = 35650, - [SMALL_STATE(887)] = 35700, - [SMALL_STATE(888)] = 35750, - [SMALL_STATE(889)] = 35800, - [SMALL_STATE(890)] = 35850, - [SMALL_STATE(891)] = 35900, - [SMALL_STATE(892)] = 35950, - [SMALL_STATE(893)] = 36000, - [SMALL_STATE(894)] = 36050, - [SMALL_STATE(895)] = 36100, - [SMALL_STATE(896)] = 36150, - [SMALL_STATE(897)] = 36186, - [SMALL_STATE(898)] = 36217, - [SMALL_STATE(899)] = 36248, - [SMALL_STATE(900)] = 36279, - [SMALL_STATE(901)] = 36310, - [SMALL_STATE(902)] = 36341, - [SMALL_STATE(903)] = 36372, - [SMALL_STATE(904)] = 36403, - [SMALL_STATE(905)] = 36436, - [SMALL_STATE(906)] = 36467, - [SMALL_STATE(907)] = 36498, - [SMALL_STATE(908)] = 36529, - [SMALL_STATE(909)] = 36560, - [SMALL_STATE(910)] = 36591, - [SMALL_STATE(911)] = 36622, - [SMALL_STATE(912)] = 36653, - [SMALL_STATE(913)] = 36684, - [SMALL_STATE(914)] = 36715, - [SMALL_STATE(915)] = 36746, - [SMALL_STATE(916)] = 36777, - [SMALL_STATE(917)] = 36808, - [SMALL_STATE(918)] = 36839, - [SMALL_STATE(919)] = 36870, - [SMALL_STATE(920)] = 36901, - [SMALL_STATE(921)] = 36935, - [SMALL_STATE(922)] = 36978, - [SMALL_STATE(923)] = 37011, - [SMALL_STATE(924)] = 37066, - [SMALL_STATE(925)] = 37109, - [SMALL_STATE(926)] = 37144, - [SMALL_STATE(927)] = 37199, - [SMALL_STATE(928)] = 37239, - [SMALL_STATE(929)] = 37279, - [SMALL_STATE(930)] = 37319, - [SMALL_STATE(931)] = 37347, - [SMALL_STATE(932)] = 37375, - [SMALL_STATE(933)] = 37403, - [SMALL_STATE(934)] = 37431, - [SMALL_STATE(935)] = 37481, + [SMALL_STATE(626)] = 20792, + [SMALL_STATE(627)] = 20842, + [SMALL_STATE(628)] = 20916, + [SMALL_STATE(629)] = 20966, + [SMALL_STATE(630)] = 21016, + [SMALL_STATE(631)] = 21100, + [SMALL_STATE(632)] = 21184, + [SMALL_STATE(633)] = 21234, + [SMALL_STATE(634)] = 21294, + [SMALL_STATE(635)] = 21378, + [SMALL_STATE(636)] = 21428, + [SMALL_STATE(637)] = 21481, + [SMALL_STATE(638)] = 21562, + [SMALL_STATE(639)] = 21615, + [SMALL_STATE(640)] = 21668, + [SMALL_STATE(641)] = 21721, + [SMALL_STATE(642)] = 21774, + [SMALL_STATE(643)] = 21854, + [SMALL_STATE(644)] = 21924, + [SMALL_STATE(645)] = 21998, + [SMALL_STATE(646)] = 22072, + [SMALL_STATE(647)] = 22144, + [SMALL_STATE(648)] = 22194, + [SMALL_STATE(649)] = 22268, + [SMALL_STATE(650)] = 22342, + [SMALL_STATE(651)] = 22398, + [SMALL_STATE(652)] = 22454, + [SMALL_STATE(653)] = 22534, + [SMALL_STATE(654)] = 22596, + [SMALL_STATE(655)] = 22664, + [SMALL_STATE(656)] = 22720, + [SMALL_STATE(657)] = 22780, + [SMALL_STATE(658)] = 22846, + [SMALL_STATE(659)] = 22908, + [SMALL_STATE(660)] = 22982, + [SMALL_STATE(661)] = 23038, + [SMALL_STATE(662)] = 23092, + [SMALL_STATE(663)] = 23168, + [SMALL_STATE(664)] = 23226, + [SMALL_STATE(665)] = 23304, + [SMALL_STATE(666)] = 23349, + [SMALL_STATE(667)] = 23394, + [SMALL_STATE(668)] = 23443, + [SMALL_STATE(669)] = 23500, + [SMALL_STATE(670)] = 23571, + [SMALL_STATE(671)] = 23616, + [SMALL_STATE(672)] = 23692, + [SMALL_STATE(673)] = 23736, + [SMALL_STATE(674)] = 23776, + [SMALL_STATE(675)] = 23841, + [SMALL_STATE(676)] = 23880, + [SMALL_STATE(677)] = 23919, + [SMALL_STATE(678)] = 23974, + [SMALL_STATE(679)] = 24013, + [SMALL_STATE(680)] = 24052, + [SMALL_STATE(681)] = 24091, + [SMALL_STATE(682)] = 24130, + [SMALL_STATE(683)] = 24201, + [SMALL_STATE(684)] = 24240, + [SMALL_STATE(685)] = 24297, + [SMALL_STATE(686)] = 24336, + [SMALL_STATE(687)] = 24393, + [SMALL_STATE(688)] = 24462, + [SMALL_STATE(689)] = 24501, + [SMALL_STATE(690)] = 24540, + [SMALL_STATE(691)] = 24579, + [SMALL_STATE(692)] = 24618, + [SMALL_STATE(693)] = 24657, + [SMALL_STATE(694)] = 24710, + [SMALL_STATE(695)] = 24771, + [SMALL_STATE(696)] = 24810, + [SMALL_STATE(697)] = 24849, + [SMALL_STATE(698)] = 24922, + [SMALL_STATE(699)] = 24989, + [SMALL_STATE(700)] = 25028, + [SMALL_STATE(701)] = 25101, + [SMALL_STATE(702)] = 25140, + [SMALL_STATE(703)] = 25203, + [SMALL_STATE(704)] = 25242, + [SMALL_STATE(705)] = 25309, + [SMALL_STATE(706)] = 25348, + [SMALL_STATE(707)] = 25387, + [SMALL_STATE(708)] = 25426, + [SMALL_STATE(709)] = 25464, + [SMALL_STATE(710)] = 25502, + [SMALL_STATE(711)] = 25540, + [SMALL_STATE(712)] = 25578, + [SMALL_STATE(713)] = 25616, + [SMALL_STATE(714)] = 25653, + [SMALL_STATE(715)] = 25726, + [SMALL_STATE(716)] = 25801, + [SMALL_STATE(717)] = 25876, + [SMALL_STATE(718)] = 25917, + [SMALL_STATE(719)] = 25954, + [SMALL_STATE(720)] = 25991, + [SMALL_STATE(721)] = 26028, + [SMALL_STATE(722)] = 26065, + [SMALL_STATE(723)] = 26102, + [SMALL_STATE(724)] = 26139, + [SMALL_STATE(725)] = 26214, + [SMALL_STATE(726)] = 26251, + [SMALL_STATE(727)] = 26288, + [SMALL_STATE(728)] = 26329, + [SMALL_STATE(729)] = 26404, + [SMALL_STATE(730)] = 26441, + [SMALL_STATE(731)] = 26478, + [SMALL_STATE(732)] = 26515, + [SMALL_STATE(733)] = 26564, + [SMALL_STATE(734)] = 26613, + [SMALL_STATE(735)] = 26662, + [SMALL_STATE(736)] = 26699, + [SMALL_STATE(737)] = 26736, + [SMALL_STATE(738)] = 26773, + [SMALL_STATE(739)] = 26810, + [SMALL_STATE(740)] = 26847, + [SMALL_STATE(741)] = 26884, + [SMALL_STATE(742)] = 26921, + [SMALL_STATE(743)] = 26958, + [SMALL_STATE(744)] = 26995, + [SMALL_STATE(745)] = 27032, + [SMALL_STATE(746)] = 27069, + [SMALL_STATE(747)] = 27106, + [SMALL_STATE(748)] = 27143, + [SMALL_STATE(749)] = 27180, + [SMALL_STATE(750)] = 27229, + [SMALL_STATE(751)] = 27266, + [SMALL_STATE(752)] = 27303, + [SMALL_STATE(753)] = 27344, + [SMALL_STATE(754)] = 27381, + [SMALL_STATE(755)] = 27418, + [SMALL_STATE(756)] = 27455, + [SMALL_STATE(757)] = 27492, + [SMALL_STATE(758)] = 27533, + [SMALL_STATE(759)] = 27570, + [SMALL_STATE(760)] = 27607, + [SMALL_STATE(761)] = 27644, + [SMALL_STATE(762)] = 27681, + [SMALL_STATE(763)] = 27718, + [SMALL_STATE(764)] = 27759, + [SMALL_STATE(765)] = 27796, + [SMALL_STATE(766)] = 27868, + [SMALL_STATE(767)] = 27940, + [SMALL_STATE(768)] = 28012, + [SMALL_STATE(769)] = 28084, + [SMALL_STATE(770)] = 28156, + [SMALL_STATE(771)] = 28228, + [SMALL_STATE(772)] = 28300, + [SMALL_STATE(773)] = 28372, + [SMALL_STATE(774)] = 28444, + [SMALL_STATE(775)] = 28514, + [SMALL_STATE(776)] = 28586, + [SMALL_STATE(777)] = 28658, + [SMALL_STATE(778)] = 28730, + [SMALL_STATE(779)] = 28790, + [SMALL_STATE(780)] = 28862, + [SMALL_STATE(781)] = 28934, + [SMALL_STATE(782)] = 29006, + [SMALL_STATE(783)] = 29078, + [SMALL_STATE(784)] = 29150, + [SMALL_STATE(785)] = 29220, + [SMALL_STATE(786)] = 29292, + [SMALL_STATE(787)] = 29336, + [SMALL_STATE(788)] = 29406, + [SMALL_STATE(789)] = 29478, + [SMALL_STATE(790)] = 29550, + [SMALL_STATE(791)] = 29622, + [SMALL_STATE(792)] = 29694, + [SMALL_STATE(793)] = 29764, + [SMALL_STATE(794)] = 29836, + [SMALL_STATE(795)] = 29906, + [SMALL_STATE(796)] = 29978, + [SMALL_STATE(797)] = 30050, + [SMALL_STATE(798)] = 30122, + [SMALL_STATE(799)] = 30194, + [SMALL_STATE(800)] = 30266, + [SMALL_STATE(801)] = 30336, + [SMALL_STATE(802)] = 30408, + [SMALL_STATE(803)] = 30480, + [SMALL_STATE(804)] = 30552, + [SMALL_STATE(805)] = 30624, + [SMALL_STATE(806)] = 30696, + [SMALL_STATE(807)] = 30768, + [SMALL_STATE(808)] = 30840, + [SMALL_STATE(809)] = 30912, + [SMALL_STATE(810)] = 30984, + [SMALL_STATE(811)] = 31056, + [SMALL_STATE(812)] = 31128, + [SMALL_STATE(813)] = 31200, + [SMALL_STATE(814)] = 31272, + [SMALL_STATE(815)] = 31344, + [SMALL_STATE(816)] = 31416, + [SMALL_STATE(817)] = 31488, + [SMALL_STATE(818)] = 31560, + [SMALL_STATE(819)] = 31630, + [SMALL_STATE(820)] = 31702, + [SMALL_STATE(821)] = 31774, + [SMALL_STATE(822)] = 31846, + [SMALL_STATE(823)] = 31918, + [SMALL_STATE(824)] = 31990, + [SMALL_STATE(825)] = 32049, + [SMALL_STATE(826)] = 32106, + [SMALL_STATE(827)] = 32175, + [SMALL_STATE(828)] = 32244, + [SMALL_STATE(829)] = 32313, + [SMALL_STATE(830)] = 32370, + [SMALL_STATE(831)] = 32439, + [SMALL_STATE(832)] = 32508, + [SMALL_STATE(833)] = 32565, + [SMALL_STATE(834)] = 32634, + [SMALL_STATE(835)] = 32691, + [SMALL_STATE(836)] = 32760, + [SMALL_STATE(837)] = 32817, + [SMALL_STATE(838)] = 32884, + [SMALL_STATE(839)] = 32953, + [SMALL_STATE(840)] = 33022, + [SMALL_STATE(841)] = 33091, + [SMALL_STATE(842)] = 33140, + [SMALL_STATE(843)] = 33205, + [SMALL_STATE(844)] = 33274, + [SMALL_STATE(845)] = 33343, + [SMALL_STATE(846)] = 33412, + [SMALL_STATE(847)] = 33465, + [SMALL_STATE(848)] = 33528, + [SMALL_STATE(849)] = 33597, + [SMALL_STATE(850)] = 33666, + [SMALL_STATE(851)] = 33735, + [SMALL_STATE(852)] = 33792, + [SMALL_STATE(853)] = 33849, + [SMALL_STATE(854)] = 33906, + [SMALL_STATE(855)] = 33969, + [SMALL_STATE(856)] = 34038, + [SMALL_STATE(857)] = 34107, + [SMALL_STATE(858)] = 34176, + [SMALL_STATE(859)] = 34233, + [SMALL_STATE(860)] = 34294, + [SMALL_STATE(861)] = 34351, + [SMALL_STATE(862)] = 34420, + [SMALL_STATE(863)] = 34489, + [SMALL_STATE(864)] = 34558, + [SMALL_STATE(865)] = 34615, + [SMALL_STATE(866)] = 34684, + [SMALL_STATE(867)] = 34753, + [SMALL_STATE(868)] = 34810, + [SMALL_STATE(869)] = 34861, + [SMALL_STATE(870)] = 34918, + [SMALL_STATE(871)] = 34971, + [SMALL_STATE(872)] = 35040, + [SMALL_STATE(873)] = 35088, + [SMALL_STATE(874)] = 35136, + [SMALL_STATE(875)] = 35184, + [SMALL_STATE(876)] = 35232, + [SMALL_STATE(877)] = 35285, + [SMALL_STATE(878)] = 35322, + [SMALL_STATE(879)] = 35361, + [SMALL_STATE(880)] = 35414, + [SMALL_STATE(881)] = 35467, + [SMALL_STATE(882)] = 35520, + [SMALL_STATE(883)] = 35557, + [SMALL_STATE(884)] = 35594, + [SMALL_STATE(885)] = 35631, + [SMALL_STATE(886)] = 35668, + [SMALL_STATE(887)] = 35718, + [SMALL_STATE(888)] = 35768, + [SMALL_STATE(889)] = 35804, + [SMALL_STATE(890)] = 35854, + [SMALL_STATE(891)] = 35904, + [SMALL_STATE(892)] = 35954, + [SMALL_STATE(893)] = 36004, + [SMALL_STATE(894)] = 36054, + [SMALL_STATE(895)] = 36104, + [SMALL_STATE(896)] = 36154, + [SMALL_STATE(897)] = 36204, + [SMALL_STATE(898)] = 36235, + [SMALL_STATE(899)] = 36266, + [SMALL_STATE(900)] = 36297, + [SMALL_STATE(901)] = 36328, + [SMALL_STATE(902)] = 36359, + [SMALL_STATE(903)] = 36390, + [SMALL_STATE(904)] = 36421, + [SMALL_STATE(905)] = 36452, + [SMALL_STATE(906)] = 36483, + [SMALL_STATE(907)] = 36514, + [SMALL_STATE(908)] = 36545, + [SMALL_STATE(909)] = 36578, + [SMALL_STATE(910)] = 36609, + [SMALL_STATE(911)] = 36640, + [SMALL_STATE(912)] = 36671, + [SMALL_STATE(913)] = 36702, + [SMALL_STATE(914)] = 36733, + [SMALL_STATE(915)] = 36764, + [SMALL_STATE(916)] = 36795, + [SMALL_STATE(917)] = 36826, + [SMALL_STATE(918)] = 36857, + [SMALL_STATE(919)] = 36888, + [SMALL_STATE(920)] = 36919, + [SMALL_STATE(921)] = 36953, + [SMALL_STATE(922)] = 36996, + [SMALL_STATE(923)] = 37051, + [SMALL_STATE(924)] = 37106, + [SMALL_STATE(925)] = 37139, + [SMALL_STATE(926)] = 37174, + [SMALL_STATE(927)] = 37217, + [SMALL_STATE(928)] = 37257, + [SMALL_STATE(929)] = 37297, + [SMALL_STATE(930)] = 37325, + [SMALL_STATE(931)] = 37365, + [SMALL_STATE(932)] = 37397, + [SMALL_STATE(933)] = 37425, + [SMALL_STATE(934)] = 37465, + [SMALL_STATE(935)] = 37493, [SMALL_STATE(936)] = 37521, [SMALL_STATE(937)] = 37549, - [SMALL_STATE(938)] = 37581, - [SMALL_STATE(939)] = 37609, - [SMALL_STATE(940)] = 37649, - [SMALL_STATE(941)] = 37689, - [SMALL_STATE(942)] = 37729, - [SMALL_STATE(943)] = 37769, - [SMALL_STATE(944)] = 37809, - [SMALL_STATE(945)] = 37849, - [SMALL_STATE(946)] = 37889, - [SMALL_STATE(947)] = 37929, - [SMALL_STATE(948)] = 37969, - [SMALL_STATE(949)] = 38017, - [SMALL_STATE(950)] = 38057, - [SMALL_STATE(951)] = 38097, - [SMALL_STATE(952)] = 38137, - [SMALL_STATE(953)] = 38177, - [SMALL_STATE(954)] = 38223, - [SMALL_STATE(955)] = 38269, - [SMALL_STATE(956)] = 38309, - [SMALL_STATE(957)] = 38349, - [SMALL_STATE(958)] = 38389, - [SMALL_STATE(959)] = 38431, - [SMALL_STATE(960)] = 38471, - [SMALL_STATE(961)] = 38515, - [SMALL_STATE(962)] = 38555, - [SMALL_STATE(963)] = 38597, - [SMALL_STATE(964)] = 38637, - [SMALL_STATE(965)] = 38673, - [SMALL_STATE(966)] = 38713, - [SMALL_STATE(967)] = 38741, - [SMALL_STATE(968)] = 38775, - [SMALL_STATE(969)] = 38815, - [SMALL_STATE(970)] = 38855, - [SMALL_STATE(971)] = 38895, - [SMALL_STATE(972)] = 38935, - [SMALL_STATE(973)] = 38975, - [SMALL_STATE(974)] = 39015, - [SMALL_STATE(975)] = 39055, - [SMALL_STATE(976)] = 39097, - [SMALL_STATE(977)] = 39139, - [SMALL_STATE(978)] = 39181, - [SMALL_STATE(979)] = 39221, - [SMALL_STATE(980)] = 39249, - [SMALL_STATE(981)] = 39291, + [SMALL_STATE(938)] = 37577, + [SMALL_STATE(939)] = 37627, + [SMALL_STATE(940)] = 37669, + [SMALL_STATE(941)] = 37711, + [SMALL_STATE(942)] = 37751, + [SMALL_STATE(943)] = 37791, + [SMALL_STATE(944)] = 37839, + [SMALL_STATE(945)] = 37881, + [SMALL_STATE(946)] = 37927, + [SMALL_STATE(947)] = 37967, + [SMALL_STATE(948)] = 38013, + [SMALL_STATE(949)] = 38053, + [SMALL_STATE(950)] = 38097, + [SMALL_STATE(951)] = 38137, + [SMALL_STATE(952)] = 38177, + [SMALL_STATE(953)] = 38217, + [SMALL_STATE(954)] = 38257, + [SMALL_STATE(955)] = 38299, + [SMALL_STATE(956)] = 38339, + [SMALL_STATE(957)] = 38375, + [SMALL_STATE(958)] = 38415, + [SMALL_STATE(959)] = 38455, + [SMALL_STATE(960)] = 38495, + [SMALL_STATE(961)] = 38535, + [SMALL_STATE(962)] = 38569, + [SMALL_STATE(963)] = 38609, + [SMALL_STATE(964)] = 38649, + [SMALL_STATE(965)] = 38689, + [SMALL_STATE(966)] = 38729, + [SMALL_STATE(967)] = 38769, + [SMALL_STATE(968)] = 38811, + [SMALL_STATE(969)] = 38851, + [SMALL_STATE(970)] = 38891, + [SMALL_STATE(971)] = 38931, + [SMALL_STATE(972)] = 38959, + [SMALL_STATE(973)] = 38999, + [SMALL_STATE(974)] = 39039, + [SMALL_STATE(975)] = 39079, + [SMALL_STATE(976)] = 39119, + [SMALL_STATE(977)] = 39161, + [SMALL_STATE(978)] = 39189, + [SMALL_STATE(979)] = 39229, + [SMALL_STATE(980)] = 39257, + [SMALL_STATE(981)] = 39299, [SMALL_STATE(982)] = 39339, - [SMALL_STATE(983)] = 39367, - [SMALL_STATE(984)] = 39395, - [SMALL_STATE(985)] = 39435, - [SMALL_STATE(986)] = 39475, - [SMALL_STATE(987)] = 39515, - [SMALL_STATE(988)] = 39557, - [SMALL_STATE(989)] = 39600, - [SMALL_STATE(990)] = 39645, - [SMALL_STATE(991)] = 39682, - [SMALL_STATE(992)] = 39709, - [SMALL_STATE(993)] = 39750, - [SMALL_STATE(994)] = 39785, - [SMALL_STATE(995)] = 39818, - [SMALL_STATE(996)] = 39859, - [SMALL_STATE(997)] = 39886, - [SMALL_STATE(998)] = 39931, - [SMALL_STATE(999)] = 39962, - [SMALL_STATE(1000)] = 40001, - [SMALL_STATE(1001)] = 40046, - [SMALL_STATE(1002)] = 40087, - [SMALL_STATE(1003)] = 40114, - [SMALL_STATE(1004)] = 40149, - [SMALL_STATE(1005)] = 40190, - [SMALL_STATE(1006)] = 40239, - [SMALL_STATE(1007)] = 40284, - [SMALL_STATE(1008)] = 40329, - [SMALL_STATE(1009)] = 40356, - [SMALL_STATE(1010)] = 40397, - [SMALL_STATE(1011)] = 40438, - [SMALL_STATE(1012)] = 40483, - [SMALL_STATE(1013)] = 40528, - [SMALL_STATE(1014)] = 40569, - [SMALL_STATE(1015)] = 40596, - [SMALL_STATE(1016)] = 40637, - [SMALL_STATE(1017)] = 40666, - [SMALL_STATE(1018)] = 40711, - [SMALL_STATE(1019)] = 40738, - [SMALL_STATE(1020)] = 40765, - [SMALL_STATE(1021)] = 40806, - [SMALL_STATE(1022)] = 40847, - [SMALL_STATE(1023)] = 40874, - [SMALL_STATE(1024)] = 40901, - [SMALL_STATE(1025)] = 40950, - [SMALL_STATE(1026)] = 40995, - [SMALL_STATE(1027)] = 41040, - [SMALL_STATE(1028)] = 41067, - [SMALL_STATE(1029)] = 41101, - [SMALL_STATE(1030)] = 41124, - [SMALL_STATE(1031)] = 41147, - [SMALL_STATE(1032)] = 41179, - [SMALL_STATE(1033)] = 41211, - [SMALL_STATE(1034)] = 41249, - [SMALL_STATE(1035)] = 41281, - [SMALL_STATE(1036)] = 41313, - [SMALL_STATE(1037)] = 41345, - [SMALL_STATE(1038)] = 41377, - [SMALL_STATE(1039)] = 41415, - [SMALL_STATE(1040)] = 41447, - [SMALL_STATE(1041)] = 41479, - [SMALL_STATE(1042)] = 41511, - [SMALL_STATE(1043)] = 41549, - [SMALL_STATE(1044)] = 41587, - [SMALL_STATE(1045)] = 41619, - [SMALL_STATE(1046)] = 41643, - [SMALL_STATE(1047)] = 41675, - [SMALL_STATE(1048)] = 41707, - [SMALL_STATE(1049)] = 41734, - [SMALL_STATE(1050)] = 41763, - [SMALL_STATE(1051)] = 41790, - [SMALL_STATE(1052)] = 41819, - [SMALL_STATE(1053)] = 41848, - [SMALL_STATE(1054)] = 41877, - [SMALL_STATE(1055)] = 41900, - [SMALL_STATE(1056)] = 41935, - [SMALL_STATE(1057)] = 41958, - [SMALL_STATE(1058)] = 41993, - [SMALL_STATE(1059)] = 42022, + [SMALL_STATE(983)] = 39387, + [SMALL_STATE(984)] = 39427, + [SMALL_STATE(985)] = 39455, + [SMALL_STATE(986)] = 39495, + [SMALL_STATE(987)] = 39535, + [SMALL_STATE(988)] = 39575, + [SMALL_STATE(989)] = 39602, + [SMALL_STATE(990)] = 39643, + [SMALL_STATE(991)] = 39688, + [SMALL_STATE(992)] = 39719, + [SMALL_STATE(993)] = 39746, + [SMALL_STATE(994)] = 39781, + [SMALL_STATE(995)] = 39808, + [SMALL_STATE(996)] = 39841, + [SMALL_STATE(997)] = 39882, + [SMALL_STATE(998)] = 39909, + [SMALL_STATE(999)] = 39944, + [SMALL_STATE(1000)] = 39981, + [SMALL_STATE(1001)] = 40022, + [SMALL_STATE(1002)] = 40061, + [SMALL_STATE(1003)] = 40110, + [SMALL_STATE(1004)] = 40151, + [SMALL_STATE(1005)] = 40196, + [SMALL_STATE(1006)] = 40223, + [SMALL_STATE(1007)] = 40264, + [SMALL_STATE(1008)] = 40307, + [SMALL_STATE(1009)] = 40334, + [SMALL_STATE(1010)] = 40361, + [SMALL_STATE(1011)] = 40406, + [SMALL_STATE(1012)] = 40447, + [SMALL_STATE(1013)] = 40492, + [SMALL_STATE(1014)] = 40537, + [SMALL_STATE(1015)] = 40566, + [SMALL_STATE(1016)] = 40607, + [SMALL_STATE(1017)] = 40634, + [SMALL_STATE(1018)] = 40675, + [SMALL_STATE(1019)] = 40720, + [SMALL_STATE(1020)] = 40769, + [SMALL_STATE(1021)] = 40814, + [SMALL_STATE(1022)] = 40841, + [SMALL_STATE(1023)] = 40886, + [SMALL_STATE(1024)] = 40913, + [SMALL_STATE(1025)] = 40958, + [SMALL_STATE(1026)] = 40999, + [SMALL_STATE(1027)] = 41044, + [SMALL_STATE(1028)] = 41085, + [SMALL_STATE(1029)] = 41119, + [SMALL_STATE(1030)] = 41142, + [SMALL_STATE(1031)] = 41165, + [SMALL_STATE(1032)] = 41197, + [SMALL_STATE(1033)] = 41229, + [SMALL_STATE(1034)] = 41261, + [SMALL_STATE(1035)] = 41293, + [SMALL_STATE(1036)] = 41317, + [SMALL_STATE(1037)] = 41349, + [SMALL_STATE(1038)] = 41381, + [SMALL_STATE(1039)] = 41419, + [SMALL_STATE(1040)] = 41451, + [SMALL_STATE(1041)] = 41489, + [SMALL_STATE(1042)] = 41521, + [SMALL_STATE(1043)] = 41553, + [SMALL_STATE(1044)] = 41585, + [SMALL_STATE(1045)] = 41617, + [SMALL_STATE(1046)] = 41649, + [SMALL_STATE(1047)] = 41687, + [SMALL_STATE(1048)] = 41725, + [SMALL_STATE(1049)] = 41754, + [SMALL_STATE(1050)] = 41781, + [SMALL_STATE(1051)] = 41804, + [SMALL_STATE(1052)] = 41831, + [SMALL_STATE(1053)] = 41860, + [SMALL_STATE(1054)] = 41889, + [SMALL_STATE(1055)] = 41918, + [SMALL_STATE(1056)] = 41947, + [SMALL_STATE(1057)] = 41970, + [SMALL_STATE(1058)] = 41997, + [SMALL_STATE(1059)] = 42020, [SMALL_STATE(1060)] = 42049, - [SMALL_STATE(1061)] = 42072, - [SMALL_STATE(1062)] = 42101, - [SMALL_STATE(1063)] = 42136, - [SMALL_STATE(1064)] = 42163, - [SMALL_STATE(1065)] = 42192, - [SMALL_STATE(1066)] = 42221, - [SMALL_STATE(1067)] = 42250, - [SMALL_STATE(1068)] = 42279, - [SMALL_STATE(1069)] = 42306, - [SMALL_STATE(1070)] = 42335, - [SMALL_STATE(1071)] = 42364, - [SMALL_STATE(1072)] = 42393, - [SMALL_STATE(1073)] = 42416, - [SMALL_STATE(1074)] = 42445, - [SMALL_STATE(1075)] = 42474, - [SMALL_STATE(1076)] = 42503, - [SMALL_STATE(1077)] = 42530, - [SMALL_STATE(1078)] = 42559, - [SMALL_STATE(1079)] = 42589, - [SMALL_STATE(1080)] = 42615, - [SMALL_STATE(1081)] = 42639, - [SMALL_STATE(1082)] = 42657, - [SMALL_STATE(1083)] = 42683, - [SMALL_STATE(1084)] = 42715, - [SMALL_STATE(1085)] = 42737, - [SMALL_STATE(1086)] = 42769, - [SMALL_STATE(1087)] = 42801, - [SMALL_STATE(1088)] = 42833, - [SMALL_STATE(1089)] = 42859, - [SMALL_STATE(1090)] = 42877, - [SMALL_STATE(1091)] = 42903, - [SMALL_STATE(1092)] = 42921, - [SMALL_STATE(1093)] = 42945, - [SMALL_STATE(1094)] = 42974, - [SMALL_STATE(1095)] = 42999, - [SMALL_STATE(1096)] = 43028, - [SMALL_STATE(1097)] = 43057, - [SMALL_STATE(1098)] = 43078, - [SMALL_STATE(1099)] = 43107, - [SMALL_STATE(1100)] = 43128, - [SMALL_STATE(1101)] = 43149, - [SMALL_STATE(1102)] = 43178, - [SMALL_STATE(1103)] = 43207, - [SMALL_STATE(1104)] = 43228, - [SMALL_STATE(1105)] = 43253, - [SMALL_STATE(1106)] = 43282, - [SMALL_STATE(1107)] = 43309, - [SMALL_STATE(1108)] = 43338, - [SMALL_STATE(1109)] = 43359, - [SMALL_STATE(1110)] = 43384, - [SMALL_STATE(1111)] = 43409, - [SMALL_STATE(1112)] = 43429, - [SMALL_STATE(1113)] = 43455, - [SMALL_STATE(1114)] = 43481, + [SMALL_STATE(1061)] = 42084, + [SMALL_STATE(1062)] = 42119, + [SMALL_STATE(1063)] = 42142, + [SMALL_STATE(1064)] = 42171, + [SMALL_STATE(1065)] = 42198, + [SMALL_STATE(1066)] = 42227, + [SMALL_STATE(1067)] = 42256, + [SMALL_STATE(1068)] = 42285, + [SMALL_STATE(1069)] = 42314, + [SMALL_STATE(1070)] = 42343, + [SMALL_STATE(1071)] = 42370, + [SMALL_STATE(1072)] = 42399, + [SMALL_STATE(1073)] = 42426, + [SMALL_STATE(1074)] = 42455, + [SMALL_STATE(1075)] = 42484, + [SMALL_STATE(1076)] = 42519, + [SMALL_STATE(1077)] = 42548, + [SMALL_STATE(1078)] = 42577, + [SMALL_STATE(1079)] = 42603, + [SMALL_STATE(1080)] = 42627, + [SMALL_STATE(1081)] = 42657, + [SMALL_STATE(1082)] = 42683, + [SMALL_STATE(1083)] = 42709, + [SMALL_STATE(1084)] = 42741, + [SMALL_STATE(1085)] = 42773, + [SMALL_STATE(1086)] = 42805, + [SMALL_STATE(1087)] = 42831, + [SMALL_STATE(1088)] = 42849, + [SMALL_STATE(1089)] = 42867, + [SMALL_STATE(1090)] = 42899, + [SMALL_STATE(1091)] = 42917, + [SMALL_STATE(1092)] = 42939, + [SMALL_STATE(1093)] = 42963, + [SMALL_STATE(1094)] = 42984, + [SMALL_STATE(1095)] = 43013, + [SMALL_STATE(1096)] = 43034, + [SMALL_STATE(1097)] = 43059, + [SMALL_STATE(1098)] = 43088, + [SMALL_STATE(1099)] = 43109, + [SMALL_STATE(1100)] = 43138, + [SMALL_STATE(1101)] = 43159, + [SMALL_STATE(1102)] = 43180, + [SMALL_STATE(1103)] = 43209, + [SMALL_STATE(1104)] = 43238, + [SMALL_STATE(1105)] = 43263, + [SMALL_STATE(1106)] = 43290, + [SMALL_STATE(1107)] = 43315, + [SMALL_STATE(1108)] = 43340, + [SMALL_STATE(1109)] = 43369, + [SMALL_STATE(1110)] = 43398, + [SMALL_STATE(1111)] = 43427, + [SMALL_STATE(1112)] = 43443, + [SMALL_STATE(1113)] = 43459, + [SMALL_STATE(1114)] = 43483, [SMALL_STATE(1115)] = 43501, - [SMALL_STATE(1116)] = 43517, - [SMALL_STATE(1117)] = 43543, - [SMALL_STATE(1118)] = 43559, - [SMALL_STATE(1119)] = 43577, - [SMALL_STATE(1120)] = 43593, - [SMALL_STATE(1121)] = 43619, - [SMALL_STATE(1122)] = 43635, - [SMALL_STATE(1123)] = 43659, - [SMALL_STATE(1124)] = 43679, - [SMALL_STATE(1125)] = 43703, - [SMALL_STATE(1126)] = 43719, - [SMALL_STATE(1127)] = 43735, - [SMALL_STATE(1128)] = 43758, - [SMALL_STATE(1129)] = 43773, - [SMALL_STATE(1130)] = 43796, - [SMALL_STATE(1131)] = 43811, - [SMALL_STATE(1132)] = 43826, - [SMALL_STATE(1133)] = 43843, - [SMALL_STATE(1134)] = 43866, - [SMALL_STATE(1135)] = 43881, - [SMALL_STATE(1136)] = 43898, - [SMALL_STATE(1137)] = 43913, - [SMALL_STATE(1138)] = 43928, - [SMALL_STATE(1139)] = 43943, - [SMALL_STATE(1140)] = 43958, - [SMALL_STATE(1141)] = 43972, - [SMALL_STATE(1142)] = 43990, - [SMALL_STATE(1143)] = 44008, - [SMALL_STATE(1144)] = 44022, - [SMALL_STATE(1145)] = 44040, - [SMALL_STATE(1146)] = 44054, - [SMALL_STATE(1147)] = 44070, - [SMALL_STATE(1148)] = 44084, - [SMALL_STATE(1149)] = 44102, - [SMALL_STATE(1150)] = 44118, - [SMALL_STATE(1151)] = 44136, - [SMALL_STATE(1152)] = 44150, - [SMALL_STATE(1153)] = 44168, - [SMALL_STATE(1154)] = 44182, - [SMALL_STATE(1155)] = 44196, - [SMALL_STATE(1156)] = 44212, - [SMALL_STATE(1157)] = 44230, - [SMALL_STATE(1158)] = 44248, - [SMALL_STATE(1159)] = 44262, - [SMALL_STATE(1160)] = 44276, - [SMALL_STATE(1161)] = 44290, - [SMALL_STATE(1162)] = 44304, - [SMALL_STATE(1163)] = 44315, - [SMALL_STATE(1164)] = 44326, - [SMALL_STATE(1165)] = 44345, - [SMALL_STATE(1166)] = 44356, - [SMALL_STATE(1167)] = 44367, - [SMALL_STATE(1168)] = 44378, - [SMALL_STATE(1169)] = 44395, - [SMALL_STATE(1170)] = 44414, - [SMALL_STATE(1171)] = 44425, - [SMALL_STATE(1172)] = 44436, - [SMALL_STATE(1173)] = 44447, - [SMALL_STATE(1174)] = 44458, - [SMALL_STATE(1175)] = 44469, - [SMALL_STATE(1176)] = 44480, - [SMALL_STATE(1177)] = 44497, - [SMALL_STATE(1178)] = 44508, - [SMALL_STATE(1179)] = 44522, - [SMALL_STATE(1180)] = 44536, - [SMALL_STATE(1181)] = 44552, - [SMALL_STATE(1182)] = 44568, - [SMALL_STATE(1183)] = 44582, - [SMALL_STATE(1184)] = 44596, - [SMALL_STATE(1185)] = 44606, - [SMALL_STATE(1186)] = 44622, - [SMALL_STATE(1187)] = 44638, - [SMALL_STATE(1188)] = 44654, - [SMALL_STATE(1189)] = 44670, - [SMALL_STATE(1190)] = 44684, - [SMALL_STATE(1191)] = 44698, - [SMALL_STATE(1192)] = 44714, - [SMALL_STATE(1193)] = 44730, - [SMALL_STATE(1194)] = 44744, - [SMALL_STATE(1195)] = 44758, - [SMALL_STATE(1196)] = 44772, - [SMALL_STATE(1197)] = 44788, - [SMALL_STATE(1198)] = 44804, - [SMALL_STATE(1199)] = 44820, - [SMALL_STATE(1200)] = 44834, - [SMALL_STATE(1201)] = 44850, - [SMALL_STATE(1202)] = 44866, - [SMALL_STATE(1203)] = 44882, - [SMALL_STATE(1204)] = 44898, - [SMALL_STATE(1205)] = 44914, - [SMALL_STATE(1206)] = 44927, - [SMALL_STATE(1207)] = 44940, - [SMALL_STATE(1208)] = 44953, - [SMALL_STATE(1209)] = 44966, - [SMALL_STATE(1210)] = 44977, - [SMALL_STATE(1211)] = 44990, - [SMALL_STATE(1212)] = 45003, - [SMALL_STATE(1213)] = 45016, - [SMALL_STATE(1214)] = 45029, - [SMALL_STATE(1215)] = 45042, - [SMALL_STATE(1216)] = 45051, - [SMALL_STATE(1217)] = 45064, - [SMALL_STATE(1218)] = 45077, - [SMALL_STATE(1219)] = 45086, - [SMALL_STATE(1220)] = 45099, - [SMALL_STATE(1221)] = 45112, - [SMALL_STATE(1222)] = 45125, - [SMALL_STATE(1223)] = 45138, - [SMALL_STATE(1224)] = 45151, - [SMALL_STATE(1225)] = 45164, - [SMALL_STATE(1226)] = 45173, - [SMALL_STATE(1227)] = 45186, - [SMALL_STATE(1228)] = 45199, - [SMALL_STATE(1229)] = 45212, - [SMALL_STATE(1230)] = 45225, - [SMALL_STATE(1231)] = 45238, - [SMALL_STATE(1232)] = 45251, - [SMALL_STATE(1233)] = 45264, - [SMALL_STATE(1234)] = 45273, - [SMALL_STATE(1235)] = 45286, - [SMALL_STATE(1236)] = 45299, - [SMALL_STATE(1237)] = 45312, - [SMALL_STATE(1238)] = 45325, - [SMALL_STATE(1239)] = 45338, - [SMALL_STATE(1240)] = 45351, - [SMALL_STATE(1241)] = 45364, - [SMALL_STATE(1242)] = 45377, - [SMALL_STATE(1243)] = 45390, - [SMALL_STATE(1244)] = 45403, - [SMALL_STATE(1245)] = 45416, - [SMALL_STATE(1246)] = 45425, - [SMALL_STATE(1247)] = 45438, - [SMALL_STATE(1248)] = 45447, - [SMALL_STATE(1249)] = 45460, - [SMALL_STATE(1250)] = 45473, - [SMALL_STATE(1251)] = 45486, - [SMALL_STATE(1252)] = 45499, - [SMALL_STATE(1253)] = 45512, - [SMALL_STATE(1254)] = 45525, - [SMALL_STATE(1255)] = 45534, - [SMALL_STATE(1256)] = 45543, - [SMALL_STATE(1257)] = 45556, - [SMALL_STATE(1258)] = 45569, - [SMALL_STATE(1259)] = 45582, - [SMALL_STATE(1260)] = 45595, - [SMALL_STATE(1261)] = 45608, - [SMALL_STATE(1262)] = 45621, - [SMALL_STATE(1263)] = 45634, - [SMALL_STATE(1264)] = 45647, - [SMALL_STATE(1265)] = 45660, - [SMALL_STATE(1266)] = 45669, - [SMALL_STATE(1267)] = 45682, - [SMALL_STATE(1268)] = 45695, - [SMALL_STATE(1269)] = 45708, - [SMALL_STATE(1270)] = 45721, - [SMALL_STATE(1271)] = 45734, - [SMALL_STATE(1272)] = 45747, - [SMALL_STATE(1273)] = 45760, - [SMALL_STATE(1274)] = 45771, - [SMALL_STATE(1275)] = 45784, - [SMALL_STATE(1276)] = 45797, - [SMALL_STATE(1277)] = 45810, - [SMALL_STATE(1278)] = 45823, - [SMALL_STATE(1279)] = 45836, - [SMALL_STATE(1280)] = 45849, - [SMALL_STATE(1281)] = 45862, - [SMALL_STATE(1282)] = 45875, - [SMALL_STATE(1283)] = 45888, - [SMALL_STATE(1284)] = 45901, - [SMALL_STATE(1285)] = 45914, - [SMALL_STATE(1286)] = 45927, - [SMALL_STATE(1287)] = 45940, - [SMALL_STATE(1288)] = 45953, - [SMALL_STATE(1289)] = 45966, - [SMALL_STATE(1290)] = 45979, - [SMALL_STATE(1291)] = 45992, - [SMALL_STATE(1292)] = 46005, - [SMALL_STATE(1293)] = 46018, - [SMALL_STATE(1294)] = 46031, - [SMALL_STATE(1295)] = 46044, - [SMALL_STATE(1296)] = 46057, - [SMALL_STATE(1297)] = 46067, - [SMALL_STATE(1298)] = 46077, - [SMALL_STATE(1299)] = 46085, - [SMALL_STATE(1300)] = 46095, - [SMALL_STATE(1301)] = 46105, - [SMALL_STATE(1302)] = 46115, - [SMALL_STATE(1303)] = 46125, - [SMALL_STATE(1304)] = 46135, - [SMALL_STATE(1305)] = 46145, - [SMALL_STATE(1306)] = 46155, - [SMALL_STATE(1307)] = 46165, - [SMALL_STATE(1308)] = 46175, - [SMALL_STATE(1309)] = 46183, - [SMALL_STATE(1310)] = 46193, - [SMALL_STATE(1311)] = 46203, - [SMALL_STATE(1312)] = 46213, - [SMALL_STATE(1313)] = 46223, - [SMALL_STATE(1314)] = 46231, - [SMALL_STATE(1315)] = 46241, - [SMALL_STATE(1316)] = 46249, - [SMALL_STATE(1317)] = 46257, - [SMALL_STATE(1318)] = 46267, - [SMALL_STATE(1319)] = 46277, - [SMALL_STATE(1320)] = 46287, - [SMALL_STATE(1321)] = 46297, - [SMALL_STATE(1322)] = 46307, - [SMALL_STATE(1323)] = 46317, - [SMALL_STATE(1324)] = 46327, - [SMALL_STATE(1325)] = 46337, - [SMALL_STATE(1326)] = 46347, - [SMALL_STATE(1327)] = 46357, - [SMALL_STATE(1328)] = 46365, - [SMALL_STATE(1329)] = 46375, - [SMALL_STATE(1330)] = 46383, - [SMALL_STATE(1331)] = 46393, - [SMALL_STATE(1332)] = 46403, - [SMALL_STATE(1333)] = 46413, - [SMALL_STATE(1334)] = 46423, - [SMALL_STATE(1335)] = 46433, - [SMALL_STATE(1336)] = 46441, - [SMALL_STATE(1337)] = 46449, - [SMALL_STATE(1338)] = 46459, - [SMALL_STATE(1339)] = 46467, - [SMALL_STATE(1340)] = 46475, - [SMALL_STATE(1341)] = 46483, - [SMALL_STATE(1342)] = 46491, - [SMALL_STATE(1343)] = 46501, - [SMALL_STATE(1344)] = 46509, - [SMALL_STATE(1345)] = 46519, - [SMALL_STATE(1346)] = 46529, - [SMALL_STATE(1347)] = 46537, - [SMALL_STATE(1348)] = 46547, - [SMALL_STATE(1349)] = 46555, - [SMALL_STATE(1350)] = 46565, - [SMALL_STATE(1351)] = 46573, - [SMALL_STATE(1352)] = 46583, - [SMALL_STATE(1353)] = 46593, - [SMALL_STATE(1354)] = 46603, - [SMALL_STATE(1355)] = 46611, - [SMALL_STATE(1356)] = 46621, - [SMALL_STATE(1357)] = 46631, - [SMALL_STATE(1358)] = 46639, - [SMALL_STATE(1359)] = 46647, - [SMALL_STATE(1360)] = 46655, - [SMALL_STATE(1361)] = 46665, - [SMALL_STATE(1362)] = 46672, - [SMALL_STATE(1363)] = 46679, - [SMALL_STATE(1364)] = 46686, - [SMALL_STATE(1365)] = 46693, - [SMALL_STATE(1366)] = 46700, - [SMALL_STATE(1367)] = 46707, - [SMALL_STATE(1368)] = 46714, - [SMALL_STATE(1369)] = 46721, - [SMALL_STATE(1370)] = 46728, - [SMALL_STATE(1371)] = 46735, - [SMALL_STATE(1372)] = 46742, - [SMALL_STATE(1373)] = 46749, - [SMALL_STATE(1374)] = 46756, - [SMALL_STATE(1375)] = 46763, - [SMALL_STATE(1376)] = 46770, - [SMALL_STATE(1377)] = 46777, - [SMALL_STATE(1378)] = 46784, - [SMALL_STATE(1379)] = 46791, - [SMALL_STATE(1380)] = 46798, - [SMALL_STATE(1381)] = 46805, - [SMALL_STATE(1382)] = 46812, - [SMALL_STATE(1383)] = 46819, - [SMALL_STATE(1384)] = 46826, - [SMALL_STATE(1385)] = 46833, - [SMALL_STATE(1386)] = 46840, - [SMALL_STATE(1387)] = 46847, - [SMALL_STATE(1388)] = 46854, - [SMALL_STATE(1389)] = 46861, - [SMALL_STATE(1390)] = 46868, - [SMALL_STATE(1391)] = 46875, - [SMALL_STATE(1392)] = 46882, - [SMALL_STATE(1393)] = 46889, - [SMALL_STATE(1394)] = 46896, - [SMALL_STATE(1395)] = 46903, - [SMALL_STATE(1396)] = 46910, - [SMALL_STATE(1397)] = 46917, - [SMALL_STATE(1398)] = 46924, - [SMALL_STATE(1399)] = 46931, - [SMALL_STATE(1400)] = 46938, - [SMALL_STATE(1401)] = 46945, - [SMALL_STATE(1402)] = 46952, - [SMALL_STATE(1403)] = 46959, - [SMALL_STATE(1404)] = 46966, - [SMALL_STATE(1405)] = 46973, - [SMALL_STATE(1406)] = 46980, - [SMALL_STATE(1407)] = 46987, - [SMALL_STATE(1408)] = 46994, - [SMALL_STATE(1409)] = 47001, - [SMALL_STATE(1410)] = 47008, - [SMALL_STATE(1411)] = 47015, - [SMALL_STATE(1412)] = 47022, - [SMALL_STATE(1413)] = 47029, - [SMALL_STATE(1414)] = 47036, - [SMALL_STATE(1415)] = 47043, - [SMALL_STATE(1416)] = 47050, - [SMALL_STATE(1417)] = 47057, - [SMALL_STATE(1418)] = 47064, - [SMALL_STATE(1419)] = 47071, - [SMALL_STATE(1420)] = 47078, - [SMALL_STATE(1421)] = 47085, - [SMALL_STATE(1422)] = 47092, - [SMALL_STATE(1423)] = 47099, - [SMALL_STATE(1424)] = 47106, - [SMALL_STATE(1425)] = 47113, - [SMALL_STATE(1426)] = 47120, - [SMALL_STATE(1427)] = 47127, - [SMALL_STATE(1428)] = 47134, - [SMALL_STATE(1429)] = 47141, - [SMALL_STATE(1430)] = 47148, - [SMALL_STATE(1431)] = 47155, - [SMALL_STATE(1432)] = 47162, - [SMALL_STATE(1433)] = 47169, - [SMALL_STATE(1434)] = 47176, - [SMALL_STATE(1435)] = 47183, - [SMALL_STATE(1436)] = 47190, - [SMALL_STATE(1437)] = 47197, - [SMALL_STATE(1438)] = 47204, - [SMALL_STATE(1439)] = 47211, - [SMALL_STATE(1440)] = 47218, - [SMALL_STATE(1441)] = 47225, - [SMALL_STATE(1442)] = 47232, - [SMALL_STATE(1443)] = 47239, - [SMALL_STATE(1444)] = 47246, - [SMALL_STATE(1445)] = 47253, - [SMALL_STATE(1446)] = 47260, - [SMALL_STATE(1447)] = 47267, - [SMALL_STATE(1448)] = 47274, - [SMALL_STATE(1449)] = 47281, - [SMALL_STATE(1450)] = 47288, - [SMALL_STATE(1451)] = 47295, - [SMALL_STATE(1452)] = 47302, - [SMALL_STATE(1453)] = 47309, - [SMALL_STATE(1454)] = 47316, - [SMALL_STATE(1455)] = 47323, - [SMALL_STATE(1456)] = 47330, - [SMALL_STATE(1457)] = 47337, - [SMALL_STATE(1458)] = 47344, - [SMALL_STATE(1459)] = 47351, - [SMALL_STATE(1460)] = 47358, - [SMALL_STATE(1461)] = 47365, - [SMALL_STATE(1462)] = 47372, - [SMALL_STATE(1463)] = 47379, - [SMALL_STATE(1464)] = 47386, - [SMALL_STATE(1465)] = 47393, - [SMALL_STATE(1466)] = 47400, - [SMALL_STATE(1467)] = 47407, - [SMALL_STATE(1468)] = 47414, - [SMALL_STATE(1469)] = 47421, - [SMALL_STATE(1470)] = 47428, - [SMALL_STATE(1471)] = 47435, - [SMALL_STATE(1472)] = 47442, - [SMALL_STATE(1473)] = 47449, - [SMALL_STATE(1474)] = 47456, - [SMALL_STATE(1475)] = 47463, - [SMALL_STATE(1476)] = 47470, - [SMALL_STATE(1477)] = 47477, - [SMALL_STATE(1478)] = 47484, - [SMALL_STATE(1479)] = 47491, - [SMALL_STATE(1480)] = 47498, - [SMALL_STATE(1481)] = 47505, - [SMALL_STATE(1482)] = 47512, - [SMALL_STATE(1483)] = 47519, - [SMALL_STATE(1484)] = 47526, - [SMALL_STATE(1485)] = 47533, - [SMALL_STATE(1486)] = 47540, - [SMALL_STATE(1487)] = 47547, - [SMALL_STATE(1488)] = 47554, - [SMALL_STATE(1489)] = 47561, - [SMALL_STATE(1490)] = 47568, - [SMALL_STATE(1491)] = 47575, - [SMALL_STATE(1492)] = 47582, - [SMALL_STATE(1493)] = 47589, - [SMALL_STATE(1494)] = 47596, - [SMALL_STATE(1495)] = 47603, - [SMALL_STATE(1496)] = 47610, - [SMALL_STATE(1497)] = 47617, - [SMALL_STATE(1498)] = 47624, - [SMALL_STATE(1499)] = 47631, - [SMALL_STATE(1500)] = 47638, - [SMALL_STATE(1501)] = 47645, - [SMALL_STATE(1502)] = 47652, - [SMALL_STATE(1503)] = 47659, - [SMALL_STATE(1504)] = 47666, - [SMALL_STATE(1505)] = 47673, - [SMALL_STATE(1506)] = 47680, - [SMALL_STATE(1507)] = 47687, - [SMALL_STATE(1508)] = 47694, - [SMALL_STATE(1509)] = 47701, - [SMALL_STATE(1510)] = 47708, - [SMALL_STATE(1511)] = 47715, - [SMALL_STATE(1512)] = 47722, - [SMALL_STATE(1513)] = 47729, - [SMALL_STATE(1514)] = 47736, - [SMALL_STATE(1515)] = 47743, - [SMALL_STATE(1516)] = 47750, - [SMALL_STATE(1517)] = 47757, - [SMALL_STATE(1518)] = 47764, - [SMALL_STATE(1519)] = 47771, - [SMALL_STATE(1520)] = 47778, - [SMALL_STATE(1521)] = 47785, - [SMALL_STATE(1522)] = 47792, - [SMALL_STATE(1523)] = 47799, - [SMALL_STATE(1524)] = 47806, - [SMALL_STATE(1525)] = 47813, - [SMALL_STATE(1526)] = 47820, - [SMALL_STATE(1527)] = 47827, - [SMALL_STATE(1528)] = 47834, - [SMALL_STATE(1529)] = 47841, - [SMALL_STATE(1530)] = 47848, - [SMALL_STATE(1531)] = 47855, - [SMALL_STATE(1532)] = 47862, - [SMALL_STATE(1533)] = 47869, - [SMALL_STATE(1534)] = 47876, - [SMALL_STATE(1535)] = 47883, - [SMALL_STATE(1536)] = 47890, - [SMALL_STATE(1537)] = 47897, - [SMALL_STATE(1538)] = 47904, - [SMALL_STATE(1539)] = 47911, - [SMALL_STATE(1540)] = 47918, - [SMALL_STATE(1541)] = 47925, - [SMALL_STATE(1542)] = 47932, - [SMALL_STATE(1543)] = 47939, - [SMALL_STATE(1544)] = 47946, - [SMALL_STATE(1545)] = 47953, - [SMALL_STATE(1546)] = 47960, - [SMALL_STATE(1547)] = 47967, - [SMALL_STATE(1548)] = 47974, - [SMALL_STATE(1549)] = 47981, - [SMALL_STATE(1550)] = 47988, - [SMALL_STATE(1551)] = 47995, - [SMALL_STATE(1552)] = 48002, - [SMALL_STATE(1553)] = 48009, - [SMALL_STATE(1554)] = 48016, - [SMALL_STATE(1555)] = 48023, - [SMALL_STATE(1556)] = 48030, - [SMALL_STATE(1557)] = 48037, - [SMALL_STATE(1558)] = 48044, - [SMALL_STATE(1559)] = 48051, - [SMALL_STATE(1560)] = 48058, - [SMALL_STATE(1561)] = 48065, - [SMALL_STATE(1562)] = 48072, - [SMALL_STATE(1563)] = 48079, - [SMALL_STATE(1564)] = 48086, - [SMALL_STATE(1565)] = 48093, - [SMALL_STATE(1566)] = 48100, - [SMALL_STATE(1567)] = 48107, - [SMALL_STATE(1568)] = 48114, - [SMALL_STATE(1569)] = 48121, + [SMALL_STATE(1116)] = 43521, + [SMALL_STATE(1117)] = 43541, + [SMALL_STATE(1118)] = 43567, + [SMALL_STATE(1119)] = 43591, + [SMALL_STATE(1120)] = 43617, + [SMALL_STATE(1121)] = 43633, + [SMALL_STATE(1122)] = 43649, + [SMALL_STATE(1123)] = 43675, + [SMALL_STATE(1124)] = 43695, + [SMALL_STATE(1125)] = 43721, + [SMALL_STATE(1126)] = 43737, + [SMALL_STATE(1127)] = 43753, + [SMALL_STATE(1128)] = 43776, + [SMALL_STATE(1129)] = 43791, + [SMALL_STATE(1130)] = 43808, + [SMALL_STATE(1131)] = 43831, + [SMALL_STATE(1132)] = 43846, + [SMALL_STATE(1133)] = 43861, + [SMALL_STATE(1134)] = 43876, + [SMALL_STATE(1135)] = 43891, + [SMALL_STATE(1136)] = 43908, + [SMALL_STATE(1137)] = 43923, + [SMALL_STATE(1138)] = 43946, + [SMALL_STATE(1139)] = 43961, + [SMALL_STATE(1140)] = 43976, + [SMALL_STATE(1141)] = 43992, + [SMALL_STATE(1142)] = 44006, + [SMALL_STATE(1143)] = 44020, + [SMALL_STATE(1144)] = 44038, + [SMALL_STATE(1145)] = 44052, + [SMALL_STATE(1146)] = 44070, + [SMALL_STATE(1147)] = 44084, + [SMALL_STATE(1148)] = 44102, + [SMALL_STATE(1149)] = 44116, + [SMALL_STATE(1150)] = 44130, + [SMALL_STATE(1151)] = 44144, + [SMALL_STATE(1152)] = 44158, + [SMALL_STATE(1153)] = 44176, + [SMALL_STATE(1154)] = 44194, + [SMALL_STATE(1155)] = 44212, + [SMALL_STATE(1156)] = 44226, + [SMALL_STATE(1157)] = 44240, + [SMALL_STATE(1158)] = 44256, + [SMALL_STATE(1159)] = 44272, + [SMALL_STATE(1160)] = 44286, + [SMALL_STATE(1161)] = 44304, + [SMALL_STATE(1162)] = 44322, + [SMALL_STATE(1163)] = 44333, + [SMALL_STATE(1164)] = 44344, + [SMALL_STATE(1165)] = 44363, + [SMALL_STATE(1166)] = 44374, + [SMALL_STATE(1167)] = 44385, + [SMALL_STATE(1168)] = 44396, + [SMALL_STATE(1169)] = 44415, + [SMALL_STATE(1170)] = 44426, + [SMALL_STATE(1171)] = 44437, + [SMALL_STATE(1172)] = 44448, + [SMALL_STATE(1173)] = 44459, + [SMALL_STATE(1174)] = 44476, + [SMALL_STATE(1175)] = 44493, + [SMALL_STATE(1176)] = 44504, + [SMALL_STATE(1177)] = 44515, + [SMALL_STATE(1178)] = 44526, + [SMALL_STATE(1179)] = 44542, + [SMALL_STATE(1180)] = 44556, + [SMALL_STATE(1181)] = 44570, + [SMALL_STATE(1182)] = 44584, + [SMALL_STATE(1183)] = 44600, + [SMALL_STATE(1184)] = 44616, + [SMALL_STATE(1185)] = 44630, + [SMALL_STATE(1186)] = 44644, + [SMALL_STATE(1187)] = 44660, + [SMALL_STATE(1188)] = 44674, + [SMALL_STATE(1189)] = 44690, + [SMALL_STATE(1190)] = 44706, + [SMALL_STATE(1191)] = 44722, + [SMALL_STATE(1192)] = 44738, + [SMALL_STATE(1193)] = 44754, + [SMALL_STATE(1194)] = 44768, + [SMALL_STATE(1195)] = 44782, + [SMALL_STATE(1196)] = 44798, + [SMALL_STATE(1197)] = 44814, + [SMALL_STATE(1198)] = 44828, + [SMALL_STATE(1199)] = 44844, + [SMALL_STATE(1200)] = 44858, + [SMALL_STATE(1201)] = 44868, + [SMALL_STATE(1202)] = 44884, + [SMALL_STATE(1203)] = 44900, + [SMALL_STATE(1204)] = 44916, + [SMALL_STATE(1205)] = 44932, + [SMALL_STATE(1206)] = 44945, + [SMALL_STATE(1207)] = 44958, + [SMALL_STATE(1208)] = 44971, + [SMALL_STATE(1209)] = 44984, + [SMALL_STATE(1210)] = 44997, + [SMALL_STATE(1211)] = 45006, + [SMALL_STATE(1212)] = 45015, + [SMALL_STATE(1213)] = 45028, + [SMALL_STATE(1214)] = 45041, + [SMALL_STATE(1215)] = 45054, + [SMALL_STATE(1216)] = 45067, + [SMALL_STATE(1217)] = 45080, + [SMALL_STATE(1218)] = 45093, + [SMALL_STATE(1219)] = 45106, + [SMALL_STATE(1220)] = 45119, + [SMALL_STATE(1221)] = 45128, + [SMALL_STATE(1222)] = 45137, + [SMALL_STATE(1223)] = 45150, + [SMALL_STATE(1224)] = 45163, + [SMALL_STATE(1225)] = 45176, + [SMALL_STATE(1226)] = 45189, + [SMALL_STATE(1227)] = 45202, + [SMALL_STATE(1228)] = 45215, + [SMALL_STATE(1229)] = 45224, + [SMALL_STATE(1230)] = 45237, + [SMALL_STATE(1231)] = 45250, + [SMALL_STATE(1232)] = 45263, + [SMALL_STATE(1233)] = 45274, + [SMALL_STATE(1234)] = 45283, + [SMALL_STATE(1235)] = 45296, + [SMALL_STATE(1236)] = 45309, + [SMALL_STATE(1237)] = 45322, + [SMALL_STATE(1238)] = 45335, + [SMALL_STATE(1239)] = 45348, + [SMALL_STATE(1240)] = 45361, + [SMALL_STATE(1241)] = 45374, + [SMALL_STATE(1242)] = 45383, + [SMALL_STATE(1243)] = 45396, + [SMALL_STATE(1244)] = 45409, + [SMALL_STATE(1245)] = 45422, + [SMALL_STATE(1246)] = 45435, + [SMALL_STATE(1247)] = 45448, + [SMALL_STATE(1248)] = 45461, + [SMALL_STATE(1249)] = 45474, + [SMALL_STATE(1250)] = 45487, + [SMALL_STATE(1251)] = 45500, + [SMALL_STATE(1252)] = 45513, + [SMALL_STATE(1253)] = 45526, + [SMALL_STATE(1254)] = 45539, + [SMALL_STATE(1255)] = 45552, + [SMALL_STATE(1256)] = 45565, + [SMALL_STATE(1257)] = 45578, + [SMALL_STATE(1258)] = 45587, + [SMALL_STATE(1259)] = 45600, + [SMALL_STATE(1260)] = 45613, + [SMALL_STATE(1261)] = 45626, + [SMALL_STATE(1262)] = 45639, + [SMALL_STATE(1263)] = 45652, + [SMALL_STATE(1264)] = 45665, + [SMALL_STATE(1265)] = 45678, + [SMALL_STATE(1266)] = 45691, + [SMALL_STATE(1267)] = 45704, + [SMALL_STATE(1268)] = 45715, + [SMALL_STATE(1269)] = 45728, + [SMALL_STATE(1270)] = 45741, + [SMALL_STATE(1271)] = 45754, + [SMALL_STATE(1272)] = 45767, + [SMALL_STATE(1273)] = 45780, + [SMALL_STATE(1274)] = 45793, + [SMALL_STATE(1275)] = 45806, + [SMALL_STATE(1276)] = 45815, + [SMALL_STATE(1277)] = 45828, + [SMALL_STATE(1278)] = 45841, + [SMALL_STATE(1279)] = 45854, + [SMALL_STATE(1280)] = 45867, + [SMALL_STATE(1281)] = 45880, + [SMALL_STATE(1282)] = 45893, + [SMALL_STATE(1283)] = 45906, + [SMALL_STATE(1284)] = 45919, + [SMALL_STATE(1285)] = 45932, + [SMALL_STATE(1286)] = 45945, + [SMALL_STATE(1287)] = 45958, + [SMALL_STATE(1288)] = 45971, + [SMALL_STATE(1289)] = 45984, + [SMALL_STATE(1290)] = 45997, + [SMALL_STATE(1291)] = 46010, + [SMALL_STATE(1292)] = 46023, + [SMALL_STATE(1293)] = 46036, + [SMALL_STATE(1294)] = 46049, + [SMALL_STATE(1295)] = 46062, + [SMALL_STATE(1296)] = 46075, + [SMALL_STATE(1297)] = 46088, + [SMALL_STATE(1298)] = 46101, + [SMALL_STATE(1299)] = 46111, + [SMALL_STATE(1300)] = 46121, + [SMALL_STATE(1301)] = 46131, + [SMALL_STATE(1302)] = 46139, + [SMALL_STATE(1303)] = 46147, + [SMALL_STATE(1304)] = 46155, + [SMALL_STATE(1305)] = 46165, + [SMALL_STATE(1306)] = 46173, + [SMALL_STATE(1307)] = 46183, + [SMALL_STATE(1308)] = 46193, + [SMALL_STATE(1309)] = 46203, + [SMALL_STATE(1310)] = 46211, + [SMALL_STATE(1311)] = 46221, + [SMALL_STATE(1312)] = 46231, + [SMALL_STATE(1313)] = 46239, + [SMALL_STATE(1314)] = 46249, + [SMALL_STATE(1315)] = 46259, + [SMALL_STATE(1316)] = 46269, + [SMALL_STATE(1317)] = 46277, + [SMALL_STATE(1318)] = 46287, + [SMALL_STATE(1319)] = 46297, + [SMALL_STATE(1320)] = 46307, + [SMALL_STATE(1321)] = 46317, + [SMALL_STATE(1322)] = 46327, + [SMALL_STATE(1323)] = 46337, + [SMALL_STATE(1324)] = 46347, + [SMALL_STATE(1325)] = 46357, + [SMALL_STATE(1326)] = 46365, + [SMALL_STATE(1327)] = 46375, + [SMALL_STATE(1328)] = 46383, + [SMALL_STATE(1329)] = 46393, + [SMALL_STATE(1330)] = 46403, + [SMALL_STATE(1331)] = 46413, + [SMALL_STATE(1332)] = 46423, + [SMALL_STATE(1333)] = 46433, + [SMALL_STATE(1334)] = 46443, + [SMALL_STATE(1335)] = 46453, + [SMALL_STATE(1336)] = 46461, + [SMALL_STATE(1337)] = 46469, + [SMALL_STATE(1338)] = 46477, + [SMALL_STATE(1339)] = 46485, + [SMALL_STATE(1340)] = 46495, + [SMALL_STATE(1341)] = 46505, + [SMALL_STATE(1342)] = 46513, + [SMALL_STATE(1343)] = 46523, + [SMALL_STATE(1344)] = 46533, + [SMALL_STATE(1345)] = 46543, + [SMALL_STATE(1346)] = 46553, + [SMALL_STATE(1347)] = 46563, + [SMALL_STATE(1348)] = 46571, + [SMALL_STATE(1349)] = 46581, + [SMALL_STATE(1350)] = 46591, + [SMALL_STATE(1351)] = 46601, + [SMALL_STATE(1352)] = 46611, + [SMALL_STATE(1353)] = 46621, + [SMALL_STATE(1354)] = 46631, + [SMALL_STATE(1355)] = 46639, + [SMALL_STATE(1356)] = 46647, + [SMALL_STATE(1357)] = 46657, + [SMALL_STATE(1358)] = 46665, + [SMALL_STATE(1359)] = 46673, + [SMALL_STATE(1360)] = 46683, + [SMALL_STATE(1361)] = 46691, + [SMALL_STATE(1362)] = 46701, + [SMALL_STATE(1363)] = 46709, + [SMALL_STATE(1364)] = 46717, + [SMALL_STATE(1365)] = 46724, + [SMALL_STATE(1366)] = 46731, + [SMALL_STATE(1367)] = 46738, + [SMALL_STATE(1368)] = 46745, + [SMALL_STATE(1369)] = 46752, + [SMALL_STATE(1370)] = 46759, + [SMALL_STATE(1371)] = 46766, + [SMALL_STATE(1372)] = 46773, + [SMALL_STATE(1373)] = 46780, + [SMALL_STATE(1374)] = 46787, + [SMALL_STATE(1375)] = 46794, + [SMALL_STATE(1376)] = 46801, + [SMALL_STATE(1377)] = 46808, + [SMALL_STATE(1378)] = 46815, + [SMALL_STATE(1379)] = 46822, + [SMALL_STATE(1380)] = 46829, + [SMALL_STATE(1381)] = 46836, + [SMALL_STATE(1382)] = 46843, + [SMALL_STATE(1383)] = 46850, + [SMALL_STATE(1384)] = 46857, + [SMALL_STATE(1385)] = 46864, + [SMALL_STATE(1386)] = 46871, + [SMALL_STATE(1387)] = 46878, + [SMALL_STATE(1388)] = 46885, + [SMALL_STATE(1389)] = 46892, + [SMALL_STATE(1390)] = 46899, + [SMALL_STATE(1391)] = 46906, + [SMALL_STATE(1392)] = 46913, + [SMALL_STATE(1393)] = 46920, + [SMALL_STATE(1394)] = 46927, + [SMALL_STATE(1395)] = 46934, + [SMALL_STATE(1396)] = 46941, + [SMALL_STATE(1397)] = 46948, + [SMALL_STATE(1398)] = 46955, + [SMALL_STATE(1399)] = 46962, + [SMALL_STATE(1400)] = 46969, + [SMALL_STATE(1401)] = 46976, + [SMALL_STATE(1402)] = 46983, + [SMALL_STATE(1403)] = 46990, + [SMALL_STATE(1404)] = 46997, + [SMALL_STATE(1405)] = 47004, + [SMALL_STATE(1406)] = 47011, + [SMALL_STATE(1407)] = 47018, + [SMALL_STATE(1408)] = 47025, + [SMALL_STATE(1409)] = 47032, + [SMALL_STATE(1410)] = 47039, + [SMALL_STATE(1411)] = 47046, + [SMALL_STATE(1412)] = 47053, + [SMALL_STATE(1413)] = 47060, + [SMALL_STATE(1414)] = 47067, + [SMALL_STATE(1415)] = 47074, + [SMALL_STATE(1416)] = 47081, + [SMALL_STATE(1417)] = 47088, + [SMALL_STATE(1418)] = 47095, + [SMALL_STATE(1419)] = 47102, + [SMALL_STATE(1420)] = 47109, + [SMALL_STATE(1421)] = 47116, + [SMALL_STATE(1422)] = 47123, + [SMALL_STATE(1423)] = 47130, + [SMALL_STATE(1424)] = 47137, + [SMALL_STATE(1425)] = 47144, + [SMALL_STATE(1426)] = 47151, + [SMALL_STATE(1427)] = 47158, + [SMALL_STATE(1428)] = 47165, + [SMALL_STATE(1429)] = 47172, + [SMALL_STATE(1430)] = 47179, + [SMALL_STATE(1431)] = 47186, + [SMALL_STATE(1432)] = 47193, + [SMALL_STATE(1433)] = 47200, + [SMALL_STATE(1434)] = 47207, + [SMALL_STATE(1435)] = 47214, + [SMALL_STATE(1436)] = 47221, + [SMALL_STATE(1437)] = 47228, + [SMALL_STATE(1438)] = 47235, + [SMALL_STATE(1439)] = 47242, + [SMALL_STATE(1440)] = 47249, + [SMALL_STATE(1441)] = 47256, + [SMALL_STATE(1442)] = 47263, + [SMALL_STATE(1443)] = 47270, + [SMALL_STATE(1444)] = 47277, + [SMALL_STATE(1445)] = 47284, + [SMALL_STATE(1446)] = 47291, + [SMALL_STATE(1447)] = 47298, + [SMALL_STATE(1448)] = 47305, + [SMALL_STATE(1449)] = 47312, + [SMALL_STATE(1450)] = 47319, + [SMALL_STATE(1451)] = 47326, + [SMALL_STATE(1452)] = 47333, + [SMALL_STATE(1453)] = 47340, + [SMALL_STATE(1454)] = 47347, + [SMALL_STATE(1455)] = 47354, + [SMALL_STATE(1456)] = 47361, + [SMALL_STATE(1457)] = 47368, + [SMALL_STATE(1458)] = 47375, + [SMALL_STATE(1459)] = 47382, + [SMALL_STATE(1460)] = 47389, + [SMALL_STATE(1461)] = 47396, + [SMALL_STATE(1462)] = 47403, + [SMALL_STATE(1463)] = 47410, + [SMALL_STATE(1464)] = 47417, + [SMALL_STATE(1465)] = 47424, + [SMALL_STATE(1466)] = 47431, + [SMALL_STATE(1467)] = 47438, + [SMALL_STATE(1468)] = 47445, + [SMALL_STATE(1469)] = 47452, + [SMALL_STATE(1470)] = 47459, + [SMALL_STATE(1471)] = 47466, + [SMALL_STATE(1472)] = 47473, + [SMALL_STATE(1473)] = 47480, + [SMALL_STATE(1474)] = 47487, + [SMALL_STATE(1475)] = 47494, + [SMALL_STATE(1476)] = 47501, + [SMALL_STATE(1477)] = 47508, + [SMALL_STATE(1478)] = 47515, + [SMALL_STATE(1479)] = 47522, + [SMALL_STATE(1480)] = 47529, + [SMALL_STATE(1481)] = 47536, + [SMALL_STATE(1482)] = 47543, + [SMALL_STATE(1483)] = 47550, + [SMALL_STATE(1484)] = 47557, + [SMALL_STATE(1485)] = 47564, + [SMALL_STATE(1486)] = 47571, + [SMALL_STATE(1487)] = 47578, + [SMALL_STATE(1488)] = 47585, + [SMALL_STATE(1489)] = 47592, + [SMALL_STATE(1490)] = 47599, + [SMALL_STATE(1491)] = 47606, + [SMALL_STATE(1492)] = 47613, + [SMALL_STATE(1493)] = 47620, + [SMALL_STATE(1494)] = 47627, + [SMALL_STATE(1495)] = 47634, + [SMALL_STATE(1496)] = 47641, + [SMALL_STATE(1497)] = 47648, + [SMALL_STATE(1498)] = 47655, + [SMALL_STATE(1499)] = 47662, + [SMALL_STATE(1500)] = 47669, + [SMALL_STATE(1501)] = 47676, + [SMALL_STATE(1502)] = 47683, + [SMALL_STATE(1503)] = 47690, + [SMALL_STATE(1504)] = 47697, + [SMALL_STATE(1505)] = 47704, + [SMALL_STATE(1506)] = 47711, + [SMALL_STATE(1507)] = 47718, + [SMALL_STATE(1508)] = 47725, + [SMALL_STATE(1509)] = 47732, + [SMALL_STATE(1510)] = 47739, + [SMALL_STATE(1511)] = 47746, + [SMALL_STATE(1512)] = 47753, + [SMALL_STATE(1513)] = 47760, + [SMALL_STATE(1514)] = 47767, + [SMALL_STATE(1515)] = 47774, + [SMALL_STATE(1516)] = 47781, + [SMALL_STATE(1517)] = 47788, + [SMALL_STATE(1518)] = 47795, + [SMALL_STATE(1519)] = 47802, + [SMALL_STATE(1520)] = 47809, + [SMALL_STATE(1521)] = 47816, + [SMALL_STATE(1522)] = 47823, + [SMALL_STATE(1523)] = 47830, + [SMALL_STATE(1524)] = 47837, + [SMALL_STATE(1525)] = 47844, + [SMALL_STATE(1526)] = 47851, + [SMALL_STATE(1527)] = 47858, + [SMALL_STATE(1528)] = 47865, + [SMALL_STATE(1529)] = 47872, + [SMALL_STATE(1530)] = 47879, + [SMALL_STATE(1531)] = 47886, + [SMALL_STATE(1532)] = 47893, + [SMALL_STATE(1533)] = 47900, + [SMALL_STATE(1534)] = 47907, + [SMALL_STATE(1535)] = 47914, + [SMALL_STATE(1536)] = 47921, + [SMALL_STATE(1537)] = 47928, + [SMALL_STATE(1538)] = 47935, + [SMALL_STATE(1539)] = 47942, + [SMALL_STATE(1540)] = 47949, + [SMALL_STATE(1541)] = 47956, + [SMALL_STATE(1542)] = 47963, + [SMALL_STATE(1543)] = 47970, + [SMALL_STATE(1544)] = 47977, + [SMALL_STATE(1545)] = 47984, + [SMALL_STATE(1546)] = 47991, + [SMALL_STATE(1547)] = 47998, + [SMALL_STATE(1548)] = 48005, + [SMALL_STATE(1549)] = 48012, + [SMALL_STATE(1550)] = 48019, + [SMALL_STATE(1551)] = 48026, + [SMALL_STATE(1552)] = 48033, + [SMALL_STATE(1553)] = 48040, + [SMALL_STATE(1554)] = 48047, + [SMALL_STATE(1555)] = 48054, + [SMALL_STATE(1556)] = 48061, + [SMALL_STATE(1557)] = 48068, + [SMALL_STATE(1558)] = 48075, + [SMALL_STATE(1559)] = 48082, + [SMALL_STATE(1560)] = 48089, + [SMALL_STATE(1561)] = 48096, + [SMALL_STATE(1562)] = 48103, + [SMALL_STATE(1563)] = 48110, + [SMALL_STATE(1564)] = 48117, + [SMALL_STATE(1565)] = 48124, + [SMALL_STATE(1566)] = 48131, + [SMALL_STATE(1567)] = 48138, + [SMALL_STATE(1568)] = 48145, + [SMALL_STATE(1569)] = 48152, + [SMALL_STATE(1570)] = 48159, + [SMALL_STATE(1571)] = 48166, + [SMALL_STATE(1572)] = 48173, }; static const TSParseActionEntry ts_parse_actions[] = { @@ -87469,573 +87614,573 @@ 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(420), - [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1103), - [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1568), - [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(928), - [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1564), - [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1360), - [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), - [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), - [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(502), - [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), - [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), - [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(894), - [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(742), - [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1557), - [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1306), - [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1548), - [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(897), - [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), + [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(415), + [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1101), + [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1571), + [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(930), + [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1567), + [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1361), + [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), + [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), + [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(553), + [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), + [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), + [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(886), + [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(717), + [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1560), + [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), + [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1551), + [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(916), + [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(710), - [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(702), - [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(818), - [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(905), - [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1275), - [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1169), - [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1164), - [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1299), - [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1303), - [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(570), - [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1530), - [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1304), - [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(184), - [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1522), - [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(447), - [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1517), - [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1516), - [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1508), - [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), - [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(574), - [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1506), - [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1500), - [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1149), - [89] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), - [91] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), - [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), - [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(608), + [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(703), + [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(786), + [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(909), + [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1224), + [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1164), + [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1168), + [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1353), + [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1352), + [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(538), + [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1533), + [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1351), + [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(175), + [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1525), + [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(479), + [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1520), + [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1519), + [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1511), + [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), + [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(507), + [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1509), + [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1503), + [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1157), + [89] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), + [91] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), + [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), + [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(635), [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(421), - [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1099), - [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1476), - [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(971), - [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(106), - [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1477), - [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(27), - [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(972), - [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1334), - [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), - [117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(887), - [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(760), - [121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), - [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1331), - [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1356), - [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(580), - [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1460), - [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1325), - [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(201), - [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1567), - [137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(470), - [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1457), - [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1455), - [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1483), - [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(358), - [147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 4, .production_id = 35), - [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(315), - [151] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 3, .production_id = 35), - [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(321), - [155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(347), - [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(362), - [159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(311), - [161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(127), - [163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(349), - [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(129), - [167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(366), - [169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(137), - [171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(335), - [173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(327), - [175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(370), - [177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(354), + [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1093), + [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1479), + [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(966), + [105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 3, .production_id = 35), + [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1480), + [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(22), + [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(948), + [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1348), + [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), + [117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(893), + [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(727), + [121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), + [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1345), + [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1315), + [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(533), + [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1513), + [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1342), + [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(109), + [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1570), + [137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(441), + [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1510), + [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1504), + [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1486), + [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(329), + [147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(366), + [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(349), + [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(322), + [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(363), + [155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(313), + [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(324), + [159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(312), + [161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(351), + [163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(154), + [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(354), + [167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(163), + [169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(166), + [171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(310), + [173] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 4, .production_id = 35), + [175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(328), + [177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(179), [179] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(421), - [182] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1099), - [185] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1476), - [188] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(971), + [182] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1093), + [185] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1479), + [188] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(966), [191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), - [193] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1477), - [196] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1334), - [199] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(378), - [202] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(502), - [205] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(502), - [208] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(528), - [211] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(86), - [214] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(887), - [217] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(760), - [220] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1557), - [223] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1306), - [226] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1548), - [229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(897), - [232] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(26), + [193] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1480), + [196] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1348), + [199] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(381), + [202] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(553), + [205] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(553), + [208] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(501), + [211] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(98), + [214] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(893), + [217] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(727), + [220] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1560), + [223] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1359), + [226] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1551), + [229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(916), + [232] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(24), [235] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(710), - [238] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(702), - [241] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(818), - [244] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(905), - [247] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1275), - [250] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1169), - [253] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1164), - [256] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1331), - [259] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1356), - [262] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(580), - [265] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1460), - [268] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1325), - [271] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(201), - [274] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1567), - [277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(470), - [280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1457), - [283] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1455), - [286] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1483), - [289] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(560), - [292] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(574), - [295] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1506), - [298] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1500), - [301] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1149), - [304] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(608), - [307] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1341), - [310] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1198), - [313] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(608), - [316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(419), - [318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1100), - [320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1411), - [322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(929), - [324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1412), - [326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1347), - [328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), - [330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(891), - [332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(719), - [334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), - [338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1337), - [340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1300), + [238] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(703), + [241] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(786), + [244] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(909), + [247] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1224), + [250] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1164), + [253] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1168), + [256] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1345), + [259] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1315), + [262] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(533), + [265] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1513), + [268] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1342), + [271] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(109), + [274] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1570), + [277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(441), + [280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1510), + [283] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1504), + [286] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1486), + [289] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(552), + [292] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(507), + [295] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1509), + [298] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1503), + [301] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1157), + [304] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(635), + [307] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1335), + [310] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1183), + [313] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(635), + [316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(417), + [318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1095), + [320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1414), + [322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(963), + [324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1415), + [326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1319), + [328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), + [330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(896), + [332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(763), + [334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), + [336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), + [338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1308), + [340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1317), [342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(503), - [344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1558), - [346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1333), - [348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(200), - [350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1565), - [352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(435), - [354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1555), - [356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1552), - [358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1418), - [360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), - [362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), - [364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), - [366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), - [368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), - [370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(415), - [372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1108), - [374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1525), - [376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(974), - [378] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 1), - [380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1505), - [382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1320), - [384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), - [386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(895), - [388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(734), - [390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), - [392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1296), - [394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1324), - [396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(558), - [398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1385), - [400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1301), - [402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(110), - [404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1569), - [406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(475), - [408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1361), - [410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1383), - [412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1509), - [414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), - [416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), - [418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), - [420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), - [422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), - [424] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(415), - [427] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1108), - [430] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1525), - [433] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(974), - [436] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1505), - [439] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1320), - [442] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(264), - [445] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(895), - [448] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(734), - [451] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(41), - [454] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1296), - [457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1324), - [460] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(558), - [463] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1385), - [466] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1301), - [469] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(110), - [472] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1569), - [475] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(475), - [478] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1361), - [481] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1383), - [484] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1509), - [487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), - [489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), - [491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 2), - [493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_translation_unit, 1), - [495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), - [497] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(420), - [500] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1103), - [503] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1568), - [506] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(928), - [509] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1564), - [512] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1360), - [515] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(212), - [518] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(894), - [521] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(742), - [524] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(28), - [527] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1299), - [530] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1303), - [533] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(570), - [536] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1530), - [539] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1304), - [542] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(184), - [545] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1522), - [548] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(447), - [551] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1517), - [554] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1516), - [557] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1508), - [560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), - [562] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(419), - [565] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1100), - [568] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1411), - [571] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(929), - [574] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1412), - [577] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1347), - [580] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(217), - [583] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(891), - [586] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(719), - [589] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(21), - [592] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1337), - [595] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1300), - [598] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(503), - [601] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1558), - [604] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1333), - [607] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(200), - [610] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1565), - [613] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(435), - [616] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1555), - [619] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1552), - [622] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1418), - [625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), - [627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), - [629] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(418), - [632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), - [634] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(378), - [637] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(502), - [640] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(502), - [643] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(528), - [646] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(86), - [649] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(887), - [652] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(710), - [655] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1557), - [658] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1306), - [661] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1548), - [664] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(26), - [667] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(702), - [670] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(818), - [673] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(905), - [676] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1275), - [679] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1169), - [682] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1164), - [685] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1331), - [688] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1356), - [691] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1325), - [694] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(201), - [697] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1567), - [700] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(470), - [703] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1457), - [706] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1455), - [709] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1483), - [712] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(560), - [715] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(574), - [718] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1506), - [721] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1500), - [724] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1149), - [727] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(608), - [730] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1341), - [733] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1198), - [736] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(608), - [739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(418), - [741] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4, .production_id = 8), - [743] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3, .production_id = 8), - [745] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 2), - [747] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3), - [749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(422), - [751] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(422), - [754] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(264), - [757] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(895), - [760] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(41), - [763] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1296), - [766] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1324), - [769] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1301), - [772] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(110), - [775] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1569), - [778] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(475), - [781] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1361), - [784] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1383), - [787] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1509), - [790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 2), - [792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(416), - [794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3, .production_id = 8), - [796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(417), - [798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3), - [800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, .production_id = 8), - [802] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(417), - [805] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(217), - [808] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(891), - [811] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(21), - [814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), - [816] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1337), - [819] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1300), - [822] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1333), - [825] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(200), - [828] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1565), - [831] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(435), - [834] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1555), - [837] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1552), - [840] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1418), - [843] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(416), - [846] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(212), - [849] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(894), - [852] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(28), - [855] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1299), - [858] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1303), - [861] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1304), - [864] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(184), - [867] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1522), - [870] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(447), - [873] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1517), - [876] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1516), - [879] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1508), - [882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(423), - [884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), - [886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), - [888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), - [890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), - [892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), - [894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(615), + [344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1429), + [346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1300), + [348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(123), + [350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1568), + [352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(462), + [354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1434), + [356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1396), + [358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1421), + [360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(420), + [362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1100), + [364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1528), + [366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(974), + [368] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 1), + [370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1508), + [372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1323), + [374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), + [376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(895), + [378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(752), + [380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), + [382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1331), + [384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1343), + [386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(527), + [388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1401), + [390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1333), + [392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(167), + [394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1572), + [396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(463), + [398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1399), + [400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1388), + [402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1512), + [404] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(417), + [407] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1095), + [410] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1414), + [413] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(963), + [416] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1415), + [419] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1319), + [422] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(295), + [425] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(896), + [428] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(763), + [431] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(35), + [434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), + [436] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1308), + [439] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1317), + [442] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(503), + [445] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1429), + [448] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1300), + [451] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(123), + [454] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1568), + [457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(462), + [460] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1434), + [463] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1396), + [466] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1421), + [469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), + [471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), + [473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), + [475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), + [477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), + [479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), + [481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), + [483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), + [485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), + [487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), + [489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), + [491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), + [493] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(415), + [496] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1101), + [499] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1571), + [502] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(930), + [505] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1567), + [508] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1361), + [511] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(257), + [514] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(886), + [517] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(717), + [520] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(31), + [523] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1353), + [526] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1352), + [529] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(538), + [532] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1533), + [535] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1351), + [538] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(175), + [541] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1525), + [544] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(479), + [547] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1520), + [550] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1519), + [553] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1511), + [556] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 2), + [558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), + [560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), + [562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), + [564] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(420), + [567] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1100), + [570] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1528), + [573] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(974), + [576] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1508), + [579] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1323), + [582] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(268), + [585] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(895), + [588] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(752), + [591] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(21), + [594] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1331), + [597] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1343), + [600] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(527), + [603] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1401), + [606] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1333), + [609] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(167), + [612] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1572), + [615] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(463), + [618] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1399), + [621] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1388), + [624] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1512), + [627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_translation_unit, 1), + [629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(416), + [631] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3), + [633] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(416), + [636] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), + [638] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(381), + [641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(553), + [644] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(553), + [647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(501), + [650] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(98), + [653] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(893), + [656] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(710), + [659] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1560), + [662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1359), + [665] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1551), + [668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(24), + [671] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(703), + [674] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(786), + [677] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(909), + [680] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1224), + [683] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1164), + [686] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1168), + [689] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1345), + [692] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1315), + [695] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1342), + [698] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(109), + [701] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1570), + [704] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(441), + [707] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1510), + [710] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1504), + [713] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1486), + [716] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(552), + [719] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(507), + [722] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1509), + [725] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1503), + [728] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1157), + [731] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(635), + [734] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1335), + [737] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1183), + [740] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(635), + [743] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 2), + [745] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3, .production_id = 8), + [747] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4, .production_id = 8), + [749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3, .production_id = 8), + [751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(419), + [753] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(422), + [756] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(268), + [759] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(895), + [762] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(21), + [765] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1331), + [768] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1343), + [771] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1333), + [774] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(167), + [777] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1572), + [780] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(463), + [783] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1399), + [786] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1388), + [789] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1512), + [792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(418), + [794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3), + [796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, .production_id = 8), + [798] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(418), + [801] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(295), + [804] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(896), + [807] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(35), + [810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), + [812] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1308), + [815] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1317), + [818] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1300), + [821] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(123), + [824] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1568), + [827] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(462), + [830] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1434), + [833] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1396), + [836] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1421), + [839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 2), + [841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(422), + [843] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(419), + [846] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(257), + [849] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(886), + [852] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(31), + [855] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1353), + [858] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1352), + [861] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1351), + [864] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(175), + [867] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1525), + [870] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(479), + [873] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1520), + [876] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1519), + [879] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1511), + [882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(424), + [884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), + [886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), + [888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), + [890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), + [892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), + [894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(613), [896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 4, .production_id = 45), - [898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), - [900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(575), - [902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), - [904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(528), + [898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), + [900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(516), + [902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), + [904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(501), [906] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 4, .production_id = 45), [908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), - [910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), - [912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(565), - [914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 97), - [916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 97), - [918] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2), - [920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2), - [922] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 90), - [924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 90), - [926] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 89), - [928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 89), - [930] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 3), - [932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 3), - [934] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3, .production_id = 22), - [936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, .production_id = 22), - [938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(121), - [940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_statement, 3, .production_id = 23), - [942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_statement, 3, .production_id = 23), - [944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, .production_id = 23), - [946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, .production_id = 23), - [948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3), - [950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3), - [952] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_statement, 3, .production_id = 24), - [954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_statement, 3, .production_id = 24), - [956] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 3, .production_id = 26), - [958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 3, .production_id = 26), - [960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 3, .production_id = 28), - [962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 3, .production_id = 28), - [964] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 2), - [966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 2), - [968] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 88), - [970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 88), - [972] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 96), - [974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 96), - [976] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 87), - [978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 87), - [980] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_statement, 2), - [982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_statement, 2), - [984] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 1), - [986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1), - [988] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 91), - [990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 91), - [992] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 4, .production_id = 40), - [994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 4, .production_id = 40), - [996] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 98), - [998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 98), - [1000] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 99), - [1002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 99), - [1004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2), - [1006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2), - [1008] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 78), - [1010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 78), - [1012] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, .production_id = 105), - [1014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, .production_id = 105), - [1016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), - [1018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(555), - [1020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), - [1022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(568), - [1024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), - [1026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(566), - [1028] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 4, .production_id = 51), - [1030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 4, .production_id = 51), - [1032] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 77), - [1034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 77), - [1036] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 6, .production_id = 76), - [1038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 6, .production_id = 76), - [1040] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2), - [1042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2), - [1044] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2), - [1046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2), - [1048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 5, .production_id = 66), - [1050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 5, .production_id = 66), - [1052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 65), - [1054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 65), - [1056] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, .production_id = 61), - [1058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, .production_id = 61), - [1060] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, .production_id = 62), - [1062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, .production_id = 62), - [1064] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 5, .production_id = 56), - [1066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 5, .production_id = 56), - [1068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, .production_id = 35), - [1070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, .production_id = 35), - [1072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, .production_id = 57), - [1074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, .production_id = 57), - [1076] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 3), - [1078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 3), - [1080] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 5, .production_id = 58), - [1082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 5, .production_id = 58), - [1084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(639), - [1086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), - [1088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(638), - [1090] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 6, .production_id = 73), - [1092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 6, .production_id = 73), - [1094] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, .production_id = 53), - [1096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, .production_id = 53), - [1098] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 2), - [1100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 2), - [1102] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 14), - [1104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 14), - [1106] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 36), - [1108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 36), - [1110] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 4, .production_id = 35), - [1112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 4, .production_id = 35), - [1114] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 4, .production_id = 34), - [1116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 4, .production_id = 34), - [1118] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 4, .production_id = 33), - [1120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 4, .production_id = 33), - [1122] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 3, .production_id = 29), - [1124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 3, .production_id = 29), - [1126] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_linkage_specification, 3, .production_id = 18), - [1128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_linkage_specification, 3, .production_id = 18), - [1130] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 3, .production_id = 15), - [1132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 3, .production_id = 15), - [1134] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 3, .production_id = 14), - [1136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 3, .production_id = 14), - [1138] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 3, .production_id = 14), - [1140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 3, .production_id = 14), - [1142] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_include, 3, .production_id = 13), - [1144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_include, 3, .production_id = 13), - [1146] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(638), - [1149] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(378), - [1152] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(502), - [1155] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(502), - [1158] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(528), - [1161] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(86), - [1164] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1330), - [1167] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(26), - [1170] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1331), - [1173] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1356), - [1176] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(580), - [1179] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1460), - [1182] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1325), - [1185] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(201), - [1188] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1567), - [1191] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(470), - [1194] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1457), - [1197] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1455), - [1200] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1483), - [1203] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(560), - [1206] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(574), - [1209] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1506), - [1212] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1500), - [1215] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1149), - [1218] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(608), - [1221] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1341), - [1224] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1198), - [1227] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(608), - [1230] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__empty_declaration, 2), - [1232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__empty_declaration, 2), - [1234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(641), - [1236] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(641), - [1239] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(264), - [1242] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(41), - [1245] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1296), - [1248] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1324), - [1251] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(558), - [1254] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1385), - [1257] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1301), - [1260] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(110), - [1263] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1569), - [1266] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(475), - [1269] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1361), - [1272] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1383), - [1275] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1509), - [1278] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 2, .production_id = 3), - [1280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 2, .production_id = 3), - [1282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(640), - [1284] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(639), - [1287] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(212), - [1290] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(28), - [1293] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1299), - [1296] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1303), - [1299] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(570), - [1302] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1530), - [1305] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1304), - [1308] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(184), - [1311] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1522), - [1314] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(447), - [1317] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1517), - [1320] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1516), - [1323] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1508), - [1326] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(640), - [1329] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(217), - [1332] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(21), - [1335] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1337), - [1338] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1300), - [1341] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(503), - [1344] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1558), - [1347] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1333), - [1350] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(200), - [1353] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1565), - [1356] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(435), - [1359] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1555), - [1362] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1552), - [1365] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1418), - [1368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(163), - [1370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(193), - [1372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(157), - [1374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(636), - [1376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(584), - [1378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1003), - [1380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(670), - [1382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), - [1384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(513), - [1386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), - [1388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), - [1390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), - [1392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(500), + [910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), + [912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(523), + [914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 3), + [916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 3), + [918] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3, .production_id = 22), + [920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, .production_id = 22), + [922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(158), + [924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 4, .production_id = 51), + [926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 4, .production_id = 51), + [928] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 6, .production_id = 76), + [930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 6, .production_id = 76), + [932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 87), + [934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 87), + [936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 4, .production_id = 40), + [938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 4, .production_id = 40), + [940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 5, .production_id = 66), + [942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 5, .production_id = 66), + [944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 88), + [946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 88), + [948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 3, .production_id = 28), + [950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 3, .production_id = 28), + [952] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2), + [954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2), + [956] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_statement, 3, .production_id = 24), + [958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_statement, 3, .production_id = 24), + [960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3), + [962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3), + [964] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, .production_id = 23), + [966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, .production_id = 23), + [968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), + [970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(549), + [972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), + [974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(539), + [976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), + [978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(579), + [980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 2), + [982] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 2), + [984] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 78), + [986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 78), + [988] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_statement, 3, .production_id = 23), + [990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_statement, 3, .production_id = 23), + [992] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, .production_id = 61), + [994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, .production_id = 61), + [996] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_statement, 2), + [998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_statement, 2), + [1000] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 89), + [1002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 89), + [1004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 3, .production_id = 26), + [1006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 3, .production_id = 26), + [1008] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2), + [1010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2), + [1012] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2), + [1014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2), + [1016] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2), + [1018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2), + [1020] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, .production_id = 62), + [1022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, .production_id = 62), + [1024] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 77), + [1026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 77), + [1028] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 1), + [1030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1), + [1032] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 65), + [1034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 65), + [1036] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, .production_id = 105), + [1038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, .production_id = 105), + [1040] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 99), + [1042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 99), + [1044] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 98), + [1046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 98), + [1048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 97), + [1050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 97), + [1052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 96), + [1054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 96), + [1056] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 91), + [1058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 91), + [1060] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 90), + [1062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 90), + [1064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(641), + [1066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320), + [1068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(639), + [1070] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(640), + [1073] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(381), + [1076] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(553), + [1079] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(553), + [1082] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(501), + [1085] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(268), + [1088] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1320), + [1091] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(21), + [1094] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1331), + [1097] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1343), + [1100] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(527), + [1103] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1401), + [1106] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1333), + [1109] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(167), + [1112] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1572), + [1115] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(463), + [1118] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1399), + [1121] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1388), + [1124] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1512), + [1127] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(552), + [1130] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(507), + [1133] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1509), + [1136] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1503), + [1139] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1157), + [1142] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(635), + [1145] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1335), + [1148] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1183), + [1151] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(635), + [1154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(640), + [1156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(638), + [1158] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(641), + [1161] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(295), + [1164] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(35), + [1167] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1308), + [1170] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1317), + [1173] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(503), + [1176] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1429), + [1179] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1300), + [1182] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(123), + [1185] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1568), + [1188] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(462), + [1191] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1434), + [1194] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1396), + [1197] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1421), + [1200] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 6, .production_id = 73), + [1202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 6, .production_id = 73), + [1204] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 3), + [1206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 3), + [1208] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 5, .production_id = 58), + [1210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 5, .production_id = 58), + [1212] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, .production_id = 35), + [1214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, .production_id = 35), + [1216] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, .production_id = 57), + [1218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, .production_id = 57), + [1220] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 5, .production_id = 56), + [1222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 5, .production_id = 56), + [1224] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, .production_id = 53), + [1226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, .production_id = 53), + [1228] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(639), + [1231] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(257), + [1234] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(31), + [1237] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1353), + [1240] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1352), + [1243] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(538), + [1246] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1533), + [1249] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1351), + [1252] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(175), + [1255] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1525), + [1258] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(479), + [1261] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1520), + [1264] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1519), + [1267] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1511), + [1270] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 2), + [1272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 2), + [1274] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 14), + [1276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 14), + [1278] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 36), + [1280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 36), + [1282] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 4, .production_id = 35), + [1284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 4, .production_id = 35), + [1286] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 4, .production_id = 34), + [1288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 4, .production_id = 34), + [1290] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 4, .production_id = 33), + [1292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 4, .production_id = 33), + [1294] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 3, .production_id = 29), + [1296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 3, .production_id = 29), + [1298] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_linkage_specification, 3, .production_id = 18), + [1300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_linkage_specification, 3, .production_id = 18), + [1302] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 3, .production_id = 15), + [1304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 3, .production_id = 15), + [1306] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 3, .production_id = 14), + [1308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 3, .production_id = 14), + [1310] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 3, .production_id = 14), + [1312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 3, .production_id = 14), + [1314] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_include, 3, .production_id = 13), + [1316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_include, 3, .production_id = 13), + [1318] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(638), + [1321] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(98), + [1324] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(24), + [1327] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1345), + [1330] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1315), + [1333] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(533), + [1336] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1513), + [1339] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1342), + [1342] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(109), + [1345] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1570), + [1348] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(441), + [1351] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1510), + [1354] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1504), + [1357] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1486), + [1360] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__empty_declaration, 2), + [1362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__empty_declaration, 2), + [1364] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 2, .production_id = 3), + [1366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 2, .production_id = 3), + [1368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(113), + [1370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(110), + [1372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(165), + [1374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(584), + [1376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(993), + [1378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(636), + [1380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(667), + [1382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), + [1384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(536), + [1386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), + [1388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), + [1390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), + [1392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(550), [1394] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_declaration, 4), [1396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_declaration, 4), [1398] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_declaration, 3), @@ -88045,1189 +88190,1189 @@ static const TSParseActionEntry ts_parse_actions[] = { [1407] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 1), [1409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_modifiers, 1), [1411] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declaration_modifiers, 1), REDUCE(aux_sym_attributed_declarator_repeat1, 1), - [1414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1463), - [1416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), - [1418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), - [1420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1461), + [1414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413), + [1416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), + [1418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), + [1420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1420), [1422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(925), - [1424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), - [1426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091), + [1424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), + [1426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087), [1428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), [1430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), - [1432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1355), - [1434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(390), - [1436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), - [1438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1160), + [1432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1346), + [1434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(391), + [1436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), + [1438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), [1440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(672), - [1442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), - [1444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), - [1446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), - [1448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), - [1450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), - [1452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), - [1454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), - [1456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), - [1458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), - [1460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), - [1462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117), - [1464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), - [1466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), - [1468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), - [1470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), - [1472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), - [1474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), - [1476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), - [1478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), - [1480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), - [1482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(904), - [1484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1526), - [1486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(978), - [1488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(706), - [1490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1444), - [1492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(427), - [1494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(957), - [1496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1314), - [1498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(741), - [1500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(727), - [1502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(749), - [1504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(689), + [1442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), + [1444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), + [1446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), + [1448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), + [1450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), + [1452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), + [1454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), + [1456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), + [1458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), + [1460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), + [1462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), + [1464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), + [1466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), + [1468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), + [1470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), + [1472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), + [1474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), + [1476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), + [1478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), + [1480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), + [1482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(908), + [1484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1529), + [1486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(964), + [1488] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, .production_id = 35), + [1490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1447), + [1492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(430), + [1494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(958), + [1496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1328), + [1498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(731), + [1500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(751), + [1502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(723), + [1504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(738), [1506] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 3, .production_id = 35), - [1508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(726), - [1510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(762), - [1512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(700), - [1514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(743), - [1516] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, .production_id = 35), - [1518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(675), - [1520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(758), - [1522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(729), + [1508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(721), + [1510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(685), + [1512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(695), + [1514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(701), + [1516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(736), + [1518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(740), + [1520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(743), + [1522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(707), [1524] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_specifier, 1, .production_id = 1), [1526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1), - [1528] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression, 1), SHIFT(878), + [1528] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression, 1), SHIFT(879), [1532] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1), [1534] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression, 1), [1537] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression, 1), [1540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), - [1542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(557), - [1544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), - [1546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), - [1548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), - [1550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), - [1552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), - [1554] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(904), - [1557] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1526), - [1560] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(978), + [1542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(537), + [1544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), + [1546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), + [1548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), + [1550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), + [1552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), + [1554] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(908), + [1557] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1529), + [1560] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(964), [1563] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), - [1565] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1444), - [1568] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1314), + [1565] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1447), + [1568] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1328), [1571] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(710), - [1574] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1557), - [1577] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1352), - [1580] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1548), - [1583] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(702), - [1586] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(818), - [1589] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(905), - [1592] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1275), - [1595] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1169), - [1598] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1164), - [1601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1504), - [1603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(986), - [1605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1494), - [1607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1326), - [1609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), - [1611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), - [1613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1527), - [1615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(973), - [1617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 1), - [1619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1491), - [1621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1328), - [1623] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1504), - [1626] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(986), - [1629] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1494), - [1632] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1326), - [1635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), - [1637] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 2), - [1639] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1527), - [1642] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(973), - [1645] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1491), - [1648] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1328), - [1651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), - [1653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), - [1655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), - [1657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), - [1659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), - [1661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), - [1663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), - [1665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), - [1667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), - [1669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), - [1671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), - [1673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), - [1675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), - [1677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), - [1679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), - [1681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), - [1683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), - [1685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), - [1687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), - [1689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), - [1691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), - [1693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), - [1695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), - [1697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), - [1699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), - [1701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), - [1703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), - [1705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), - [1707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), - [1709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), - [1711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), - [1713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), - [1715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), - [1717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), - [1719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), - [1721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), - [1723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), - [1725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), - [1727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), - [1729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), - [1731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), - [1733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), - [1735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), - [1737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(497), - [1739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), - [1741] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(481), - [1744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), - [1746] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), - [1748] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(1198), - [1751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), - [1753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1139), - [1755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), - [1757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), - [1759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), - [1761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), - [1763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), - [1765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), - [1767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), - [1769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), - [1771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), - [1773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), - [1775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), - [1777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(481), - [1779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 2), - [1781] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 2), - [1783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), - [1785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), - [1787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), - [1789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), - [1791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), - [1793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [1795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), - [1797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), + [1574] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1560), + [1577] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1314), + [1580] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1551), + [1583] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(703), + [1586] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(786), + [1589] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(909), + [1592] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1224), + [1595] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1164), + [1598] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1168), + [1601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1530), + [1603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(968), + [1605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 2), + [1607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1494), + [1609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1324), + [1611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), + [1613] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1507), + [1616] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(972), + [1619] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1534), + [1622] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1329), + [1625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), + [1627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1507), + [1629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(972), + [1631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1534), + [1633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1329), + [1635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), + [1637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), + [1639] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 1), + [1641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), + [1643] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1530), + [1646] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(968), + [1649] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1494), + [1652] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1324), + [1655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [1657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), + [1659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), + [1661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), + [1663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), + [1665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), + [1667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), + [1669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), + [1671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), + [1673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), + [1675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), + [1677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), + [1679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), + [1681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), + [1683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), + [1685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), + [1687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), + [1689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), + [1691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), + [1693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), + [1695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), + [1697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [1699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), + [1701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), + [1703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), + [1705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), + [1707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), + [1709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), + [1711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), + [1713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), + [1715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), + [1717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), + [1719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), + [1721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), + [1723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), + [1725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), + [1727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), + [1729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), + [1731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), + [1733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), + [1735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), + [1737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), + [1739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), + [1741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), + [1743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), + [1745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), + [1747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), + [1749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), + [1751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), + [1753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), + [1755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(498), + [1757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 2), + [1759] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 2), + [1761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), + [1763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), + [1765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), + [1767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), + [1769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), + [1771] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(498), + [1774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), + [1776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), + [1778] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(1183), + [1781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(492), + [1783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1139), + [1785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), + [1787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), + [1789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), + [1791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), + [1793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), + [1795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), + [1797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), [1799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), - [1801] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 2), - [1803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 2), - [1805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 3), - [1807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 3), - [1809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), - [1811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), - [1813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 25), - [1815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), - [1817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(523), - [1819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(520), - [1821] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 25), - [1823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(505), - [1825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), - [1827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(504), - [1829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), - [1831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), - [1833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), - [1835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), - [1837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 3), - [1839] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 3), - [1841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 7, .production_id = 94), - [1843] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 7, .production_id = 94), - [1845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_char_literal, 3), - [1847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_char_literal, 3), - [1849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 7, .production_id = 95), - [1851] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 7, .production_id = 95), - [1853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 4, .production_id = 54), - [1855] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 4, .production_id = 54), - [1857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 5), - [1859] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 5), - [1861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3), - [1863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3), - [1865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 4, .production_id = 55), - [1867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), - [1869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), - [1871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(511), - [1873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(508), - [1875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(507), - [1877] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 4, .production_id = 55), - [1879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), - [1881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 5, .production_id = 68), - [1883] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 5, .production_id = 68), - [1885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 2, .production_id = 8), - [1887] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 2, .production_id = 8), - [1889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2), - [1891] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2), - [1893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 5, .production_id = 69), - [1895] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 5, .production_id = 69), - [1897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 4, .production_id = 39), - [1899] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 4, .production_id = 39), - [1901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, .production_id = 32), - [1903] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 32), - [1905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_expression, 8), - [1907] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_expression, 8), - [1909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 2), - [1911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 2), - [1913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_offsetof_expression, 6, .production_id = 79), - [1915] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_offsetof_expression, 6, .production_id = 79), - [1917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 4, .production_id = 46), - [1919] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 4, .production_id = 46), - [1921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 8, .production_id = 103), - [1923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 8, .production_id = 103), - [1925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 8, .production_id = 104), - [1927] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 8, .production_id = 104), - [1929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_literal_expression, 4, .production_id = 39), - [1931] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_literal_expression, 4, .production_id = 39), - [1933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, .production_id = 10), - [1935] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, .production_id = 10), - [1937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_expression, 2, .production_id = 4), - [1939] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_expression, 2, .production_id = 4), - [1941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 6, .production_id = 81), - [1943] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 6, .production_id = 81), - [1945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 4), - [1947] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 4), - [1949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 9, .production_id = 108), - [1951] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 9, .production_id = 108), - [1953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 6, .production_id = 82), - [1955] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 6, .production_id = 82), - [1957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, .production_id = 4), - [1959] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 4), - [1961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 5, .production_id = 72), - [1963] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 5, .production_id = 72), - [1965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 9), - [1967] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 9), - [1969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, .production_id = 25), - [1971] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_expression, 3, .production_id = 25), - [1973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_expression, 9), - [1975] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_expression, 9), - [1977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 4), - [1979] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 4), - [1981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4), - [1983] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4), - [1985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), - [1987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(541), - [1989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(530), - [1991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(550), - [1993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), - [1995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(551), - [1997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), - [1999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), - [2001] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(672), - [2004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(547), - [2006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(548), - [2008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), - [2010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), - [2012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), - [2014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(501), - [2016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), - [2018] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), - [2020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), - [2022] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(710), - [2025] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1557), - [2028] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1352), - [2031] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1548), - [2034] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(702), - [2037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(510), - [2039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), + [1801] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 3), + [1803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 3), + [1805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 2), + [1807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 2), + [1809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), + [1811] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), + [1813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_expression, 2, .production_id = 4), + [1815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), + [1817] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_expression, 2, .production_id = 4), + [1819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), + [1821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), + [1823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), + [1825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 4, .production_id = 54), + [1827] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 4, .production_id = 54), + [1829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 25), + [1831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(515), + [1833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(514), + [1835] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 25), + [1837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(505), + [1839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), + [1841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(504), + [1843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_expression, 8), + [1845] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_expression, 8), + [1847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 9), + [1849] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 9), + [1851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 8, .production_id = 103), + [1853] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 8, .production_id = 103), + [1855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(510), + [1857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(508), + [1859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), + [1861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, .production_id = 10), + [1863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, .production_id = 10), + [1865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 2), + [1867] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 2), + [1869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 8, .production_id = 104), + [1871] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 8, .production_id = 104), + [1873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_expression, 9), + [1875] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_expression, 9), + [1877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 5), + [1879] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 5), + [1881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 7, .production_id = 95), + [1883] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 7, .production_id = 95), + [1885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, .production_id = 25), + [1887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), + [1889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), + [1891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(511), + [1893] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_expression, 3, .production_id = 25), + [1895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 7, .production_id = 94), + [1897] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 7, .production_id = 94), + [1899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 3), + [1901] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 3), + [1903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 9, .production_id = 108), + [1905] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 9, .production_id = 108), + [1907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_literal_expression, 4, .production_id = 39), + [1909] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_literal_expression, 4, .production_id = 39), + [1911] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 4, .production_id = 39), + [1913] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 4, .production_id = 39), + [1915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3), + [1917] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3), + [1919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 2, .production_id = 8), + [1921] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 2, .production_id = 8), + [1923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_offsetof_expression, 6, .production_id = 79), + [1925] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_offsetof_expression, 6, .production_id = 79), + [1927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2), + [1929] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2), + [1931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, .production_id = 32), + [1933] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 32), + [1935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 4, .production_id = 46), + [1937] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 4, .production_id = 46), + [1939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4), + [1941] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4), + [1943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, .production_id = 4), + [1945] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 4), + [1947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_char_literal, 3), + [1949] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_char_literal, 3), + [1951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 4), + [1953] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 4), + [1955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 6, .production_id = 81), + [1957] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 6, .production_id = 81), + [1959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 5, .production_id = 69), + [1961] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 5, .production_id = 69), + [1963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 6, .production_id = 82), + [1965] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 6, .production_id = 82), + [1967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 5, .production_id = 72), + [1969] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 5, .production_id = 72), + [1971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), + [1973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 4, .production_id = 55), + [1975] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 4, .production_id = 55), + [1977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 5, .production_id = 68), + [1979] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 5, .production_id = 68), + [1981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 4), + [1983] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 4), + [1985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), + [1987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(543), + [1989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(568), + [1991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), + [1993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), + [1995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(520), + [1997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(531), + [1999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(524), + [2001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), + [2003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(547), + [2005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), + [2007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(570), + [2009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), + [2011] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), + [2013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), + [2015] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(672), + [2018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(542), + [2020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), + [2022] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), + [2024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), + [2026] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(710), + [2029] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1560), + [2032] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1314), + [2035] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1551), + [2038] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(703), [2041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1126), [2043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 1, .dynamic_precedence = 1), - [2045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1029), - [2047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1030), - [2049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), + [2045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1030), + [2047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1029), + [2049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), [2051] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_qualifier, 1), [2053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_qualifier, 1), [2055] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_specifier, 4), [2057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_specifier, 4), - [2059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(579), - [2061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), - [2063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(517), - [2065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(553), - [2067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), - [2069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(539), - [2071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), - [2073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), - [2075] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .production_id = 35), - [2077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .production_id = 35), - [2079] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, .production_id = 37), - [2081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, .production_id = 37), - [2083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(573), - [2085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), - [2087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), - [2089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), - [2091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), - [2093] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, .production_id = 86), - [2095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, .production_id = 86), - [2097] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .production_id = 58), - [2099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .production_id = 58), - [2101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 35), - [2103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 35), - [2105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 57), - [2107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 57), - [2109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, .production_id = 73), - [2111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, .production_id = 73), - [2113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 51), - [2115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 51), - [2117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 28), - [2119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 28), - [2121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 14), - [2123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 14), - [2125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 36), - [2127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 36), - [2129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_declspec_modifier, 4), - [2131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_declspec_modifier, 4), - [2133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, .production_id = 14), - [2135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, .production_id = 14), - [2137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 28), - [2139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 28), + [2059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(559), + [2061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), + [2063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(560), + [2065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(566), + [2067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), + [2069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(502), + [2071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), + [2073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), + [2075] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 28), + [2077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 28), + [2079] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 51), + [2081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 51), + [2083] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, .production_id = 37), + [2085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, .production_id = 37), + [2087] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 57), + [2089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 57), + [2091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), + [2093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), + [2095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(563), + [2097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), + [2099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 35), + [2101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 35), + [2103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .production_id = 58), + [2105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .production_id = 58), + [2107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_declspec_modifier, 4), + [2109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_declspec_modifier, 4), + [2111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 28), + [2113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 28), + [2115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, .production_id = 86), + [2117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, .production_id = 86), + [2119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 14), + [2121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 14), + [2123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), + [2125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, .production_id = 14), + [2127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, .production_id = 14), + [2129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, .production_id = 73), + [2131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, .production_id = 73), + [2133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 36), + [2135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 36), + [2137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .production_id = 35), + [2139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .production_id = 35), [2141] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_storage_class_specifier, 1), [2143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_storage_class_specifier, 1), - [2145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), - [2147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), - [2149] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 11), - [2151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 11), - [2153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), - [2155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), - [2157] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(718), - [2160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181), - [2162] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 2), - [2164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 2), - [2166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), - [2168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), - [2170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), - [2172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comma_expression, 3, .production_id = 31), - [2174] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 3, .production_id = 11), - [2176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 3, .production_id = 11), - [2178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), - [2180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), - [2182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), - [2184] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 1, .production_id = 2), - [2186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 1, .production_id = 2), - [2188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), - [2190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), - [2192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), - [2194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), - [2196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), - [2198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), - [2200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), - [2202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), - [2204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), - [2206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), - [2208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), - [2210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), - [2212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), - [2214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), - [2216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), - [2218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), - [2220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, .dynamic_precedence = 1), - [2222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), - [2224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), - [2226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), - [2228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), - [2230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), - [2232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 4), - [2234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), - [2236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), - [2238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), - [2240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), - [2242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), - [2244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 3, .production_id = 63), - [2246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [2248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bitfield_clause, 2), - [2250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), - [2252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), - [2254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), - [2256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), - [2258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), - [2260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), - [2262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), - [2264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), - [2266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2), - [2268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), - [2270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), - [2272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), - [2274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), - [2276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_pair, 3, .production_id = 85), - [2278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), - [2280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), - [2282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), - [2284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), - [2286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), - [2288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), - [2290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [2292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), - [2294] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), SHIFT(913), - [2297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 1), - [2299] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), - [2301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(718), - [2303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(898), - [2305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), - [2307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declarator, 3, .production_id = 50), - [2309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), - [2311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), - [2313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), - [2315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(581), - [2317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), - [2319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(515), - [2321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), - [2323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), - [2325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(521), - [2327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), - [2329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(524), - [2331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), - [2333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(526), - [2335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), - [2337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), - [2339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), - [2341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), - [2343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1137), - [2345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071), - [2347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), - [2349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), - [2351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), - [2353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), - [2355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), - [2357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), - [2359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), - [2361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), - [2363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1147), - [2365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064), - [2367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), - [2369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), - [2371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), - [2373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1255), - [2375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), - [2377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), - [2379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), - [2381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), - [2383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), - [2385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), - [2387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), - [2389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), - [2391] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 2, .production_id = 6), - [2393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 2, .production_id = 6), - [2395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), - [2397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 2, .production_id = 6), - [2399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 2, .production_id = 6), - [2401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), - [2403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1492), - [2405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 20), - [2407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 20), - [2409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 2, .production_id = 6), - [2411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 2, .production_id = 6), - [2413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1238), - [2415] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, .production_id = 42), - [2417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, .production_id = 42), + [2145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), + [2147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comma_expression, 3, .production_id = 31), + [2149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), + [2151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), + [2153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), + [2155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), + [2157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), + [2159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), + [2161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), + [2163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), + [2165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 2), + [2167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 2), + [2169] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 1, .production_id = 2), + [2171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 1, .production_id = 2), + [2173] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 3, .production_id = 11), + [2175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 3, .production_id = 11), + [2177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 11), + [2179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 11), + [2181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), + [2183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), + [2185] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(757), + [2188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), + [2190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), + [2192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), + [2194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), + [2196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), + [2198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), + [2200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), + [2202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), + [2204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), + [2206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), + [2208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), + [2210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), + [2212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), + [2214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, .dynamic_precedence = 1), + [2216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), + [2218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), + [2220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), + [2222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), + [2224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), + [2226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bitfield_clause, 2), + [2228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [2230] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), SHIFT(913), + [2233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 1), + [2235] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), + [2237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(757), + [2239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(898), + [2241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 4), + [2243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), + [2245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), + [2247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), + [2249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), + [2251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 3, .production_id = 63), + [2253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), + [2255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2), + [2257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), + [2259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), + [2261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), + [2263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), + [2265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), + [2267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_pair, 3, .production_id = 85), + [2269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), + [2271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), + [2273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), + [2275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), + [2277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), + [2279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), + [2281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), + [2283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), + [2285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), + [2287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), + [2289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), + [2291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), + [2293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), + [2295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), + [2297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), + [2299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), + [2301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), + [2303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declarator, 3, .production_id = 50), + [2305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), + [2307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), + [2309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), + [2311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), + [2313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), + [2315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(541), + [2317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), + [2319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(535), + [2321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), + [2323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(578), + [2325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), + [2327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), + [2329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), + [2331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), + [2333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), + [2335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), + [2337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(521), + [2339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), + [2341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(565), + [2343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), + [2345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), + [2347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), + [2349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), + [2351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1138), + [2353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), + [2355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), + [2357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), + [2359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257), + [2361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), + [2363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), + [2365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), + [2367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), + [2369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1142), + [2371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1076), + [2373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), + [2375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), + [2377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210), + [2379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), + [2381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), + [2383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), + [2385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), + [2387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), + [2389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [2391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1272), + [2393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 2, .production_id = 6), + [2395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 2, .production_id = 6), + [2397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), + [2399] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 2, .production_id = 6), + [2401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 2, .production_id = 6), + [2403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), + [2405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), + [2407] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, .production_id = 42), + [2409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, .production_id = 42), + [2411] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 20), + [2413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 20), + [2415] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 2, .production_id = 6), + [2417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 2, .production_id = 6), [2419] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 20), [2421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 20), - [2423] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(702), - [2426] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_call_modifier, 1), - [2428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_call_modifier, 1), + [2423] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(703), + [2426] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 19), + [2428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 19), [2430] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, .production_id = 11), [2432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, .production_id = 11), - [2434] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 3), - [2436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 3), - [2438] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 5), - [2440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 5), - [2442] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 2, .production_id = 7), - [2444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 2, .production_id = 7), - [2446] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 2, .production_id = 7), - [2448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 2, .production_id = 7), - [2450] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 2, .production_id = 7), - [2452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 2, .production_id = 7), - [2454] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), SHIFT(878), - [2457] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_specifier, 1), - [2459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_specifier, 1), - [2461] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 19), - [2463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 19), - [2465] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 19), - [2467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 19), - [2469] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 21), - [2471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 21), - [2473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 19), - [2475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 19), - [2477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 4), - [2479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 4), - [2481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 21), - [2483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 21), - [2485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 5, .production_id = 64), - [2487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 5, .production_id = 64), + [2434] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 44), + [2436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 44), + [2438] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 21), + [2440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 21), + [2442] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 4), + [2444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 4), + [2446] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 3), + [2448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 3), + [2450] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 19), + [2452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 19), + [2454] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 5), + [2456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 5), + [2458] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 2, .production_id = 7), + [2460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 2, .production_id = 7), + [2462] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, .production_id = 44), + [2464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, .production_id = 44), + [2466] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 2), + [2468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 2), + [2470] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), SHIFT(879), + [2473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_specifier, 1), + [2475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_specifier, 1), + [2477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 5, .production_id = 64), + [2479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 5, .production_id = 64), + [2481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 3), + [2483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 3), + [2485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 2), + [2487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 2), [2489] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, .dynamic_precedence = -1, .production_id = 12), [2491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, .dynamic_precedence = -1, .production_id = 12), - [2493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, .production_id = 44), - [2495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, .production_id = 44), - [2497] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_type_specifier, 4, .dynamic_precedence = -1, .production_id = 47), - [2499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_type_specifier, 4, .dynamic_precedence = -1, .production_id = 47), - [2501] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 2), - [2503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 2), - [2505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 44), - [2507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 44), - [2509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 2), - [2511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 2), - [2513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 3), - [2515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 3), + [2493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_type_specifier, 4, .dynamic_precedence = -1, .production_id = 47), + [2495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_type_specifier, 4, .dynamic_precedence = -1, .production_id = 47), + [2497] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 19), + [2499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 19), + [2501] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_call_modifier, 1), + [2503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_call_modifier, 1), + [2505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 2, .production_id = 7), + [2507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 2, .production_id = 7), + [2509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 21), + [2511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 21), + [2513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 2, .production_id = 7), + [2515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 2, .production_id = 7), [2517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__preproc_expression, 1), - [2519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), + [2519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), [2521] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__preproc_expression, 1), [2523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(920), - [2525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), - [2527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), - [2529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1319), - [2531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), - [2533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(942), + [2525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), + [2527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), + [2529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1298), + [2531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), + [2533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(927), [2535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), - [2537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1357), - [2539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(921), - [2541] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), - [2543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), - [2545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), - [2547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), - [2549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), - [2551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(939), - [2553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), - [2555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), - [2557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(944), - [2559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), - [2561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(949), - [2563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), - [2565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(951), - [2567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), - [2569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), - [2571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), - [2573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), - [2575] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), - [2578] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), SHIFT(878), - [2582] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), - [2585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), - [2587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(922), - [2589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), - [2591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1349), - [2593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), - [2595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(927), - [2597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), - [2599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298), - [2601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), - [2603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011), - [2605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 2), - [2607] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 2), - [2609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 2), - [2611] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 2), - [2613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_unary_expression, 2, .production_id = 4), - [2615] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_unary_expression, 2, .production_id = 4), - [2617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2), - [2619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), - [2621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_parenthesized_expression, 3), - [2623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_parenthesized_expression, 3), - [2625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_binary_expression, 3, .production_id = 25), - [2627] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_binary_expression, 3, .production_id = 25), - [2629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), - [2631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), - [2633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), - [2635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), - [2637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), - [2639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), - [2641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), - [2643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), - [2645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), - [2647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), - [2649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), - [2651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), - [2653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), - [2655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), - [2657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), - [2659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), - [2661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 11), - [2663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), - [2665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), - [2667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), - [2669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), - [2671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call_expression, 2, .production_id = 10), - [2673] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call_expression, 2, .production_id = 10), - [2675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), - [2677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), - [2679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), - [2681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), - [2683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), - [2685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), - [2687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), - [2689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 2), - [2691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 11), - [2693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), - [2695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 4), - [2697] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 4), - [2699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 1, .production_id = 2), - [2701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 1, .production_id = 37), - [2703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 4), - [2705] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 4), - [2707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 3), - [2709] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 3), - [2711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), - [2713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), - [2715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), - [2717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(941), - [2719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(945), - [2721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(956), - [2723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(959), - [2725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(961), - [2727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(965), - [2729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(968), - [2731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(969), - [2733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), - [2735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(946), - [2737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(955), - [2739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), - [2741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), - [2743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(913), - [2745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), - [2747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), - [2749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), - [2751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), - [2753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), - [2755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), - [2757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [2537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325), + [2539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), + [2541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), + [2543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), + [2545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), + [2547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(942), + [2549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), + [2551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), + [2553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(951), + [2555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), + [2557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(957), + [2559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), + [2561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(985), + [2563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), + [2565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), + [2567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), + [2569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(926), + [2571] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), + [2573] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), + [2576] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), SHIFT(879), + [2580] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), + [2583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), + [2585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), + [2587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), + [2589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), + [2591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_parenthesized_expression, 3), + [2593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_parenthesized_expression, 3), + [2595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(924), + [2597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), + [2599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1313), + [2601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), + [2603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(952), + [2605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), + [2607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), + [2609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_binary_expression, 3, .production_id = 25), + [2611] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_binary_expression, 3, .production_id = 25), + [2613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), + [2615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call_expression, 2, .production_id = 10), + [2617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call_expression, 2, .production_id = 10), + [2619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 2), + [2621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 2), + [2623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_unary_expression, 2, .production_id = 4), + [2625] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_unary_expression, 2, .production_id = 4), + [2627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2), + [2629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 1, .production_id = 2), + [2631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), + [2633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), + [2635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), + [2637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), + [2639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), + [2641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), + [2643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), + [2645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), + [2647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), + [2649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), + [2651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), + [2653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), + [2655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), + [2657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), + [2659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), + [2661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), + [2663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), + [2665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), + [2667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 11), + [2669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), + [2671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), + [2673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), + [2675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 4), + [2677] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 4), + [2679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), + [2681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), + [2683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), + [2685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), + [2687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 2), + [2689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 3), + [2691] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 3), + [2693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), + [2695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 2), + [2697] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 2), + [2699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 11), + [2701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), + [2703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 1, .production_id = 37), + [2705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), + [2707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 4), + [2709] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 4), + [2711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), + [2713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), + [2715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), + [2717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), + [2719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(933), + [2721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(960), + [2723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(962), + [2725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(975), + [2727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(981), + [2729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(986), + [2731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(983), + [2733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(978), + [2735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(973), + [2737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(970), + [2739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(913), + [2741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), + [2743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), + [2745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), + [2747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), + [2749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), + [2751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), + [2753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), + [2755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), + [2757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), [2759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), [2761] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), [2763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), - [2765] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), SHIFT_REPEAT(1029), - [2768] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), SHIFT_REPEAT(1030), - [2771] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_pointer_modifier, 1), - [2773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_pointer_modifier, 1), - [2775] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_unaligned_ptr_modifier, 1), - [2777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_unaligned_ptr_modifier, 1), - [2779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), - [2781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), - [2783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), - [2785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), - [2787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(394), - [2789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), - [2791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), - [2793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), - [2795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), - [2797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), - [2799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), - [2801] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_enum_specifier, 2, .production_id = 6), SHIFT(1492), - [2804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 5, .dynamic_precedence = 1, .production_id = 83), - [2806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 3, .dynamic_precedence = 1, .production_id = 48), - [2808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 3, .production_id = 30), - [2810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1557), - [2812] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 3, .production_id = 30), - [2814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), - [2816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), - [2818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(391), - [2820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), + [2765] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), SHIFT_REPEAT(1030), + [2768] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), SHIFT_REPEAT(1029), + [2771] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_unaligned_ptr_modifier, 1), + [2773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_unaligned_ptr_modifier, 1), + [2775] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_pointer_modifier, 1), + [2777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_pointer_modifier, 1), + [2779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), + [2781] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_enum_specifier, 2, .production_id = 6), SHIFT(1442), + [2784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), + [2786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), + [2788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), + [2790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388), + [2792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), + [2794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), + [2796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), + [2798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), + [2800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), + [2802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), + [2804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 4, .dynamic_precedence = 1, .production_id = 70), + [2806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 2, .production_id = 30), + [2808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560), + [2810] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 2, .production_id = 30), + [2812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), + [2814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), + [2816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 3, .production_id = 30), + [2818] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 3, .production_id = 30), + [2820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 2, .dynamic_precedence = 1, .production_id = 27), [2822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), - [2824] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT_REPEAT(1306), + [2824] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT_REPEAT(1359), [2827] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), - [2829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), - [2831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 4, .dynamic_precedence = 1, .production_id = 70), - [2833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat1, 2), - [2835] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat1, 2), SHIFT_REPEAT(1557), - [2838] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat1, 2), - [2840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), - [2842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), - [2844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), - [2846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), - [2848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 2, .production_id = 30), - [2850] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 2, .production_id = 30), - [2852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 2, .dynamic_precedence = 1, .production_id = 27), - [2854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 27), - [2856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 2, .dynamic_precedence = 1, .production_id = 27), - [2858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand_list, 1), - [2860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410), - [2862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 4), - [2864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 4), - [2866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 5, .dynamic_precedence = 1, .production_id = 83), - [2868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_declarator, 2), - [2870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_declarator, 2), - [2872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 3, .dynamic_precedence = 1, .production_id = 48), - [2874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 3), - [2876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 3), - [2878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 4, .dynamic_precedence = 1, .production_id = 70), - [2880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 2), - [2882] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 2), + [2829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), + [2831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), + [2833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(390), + [2835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), + [2837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), + [2839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat1, 2), + [2841] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat1, 2), SHIFT_REPEAT(1560), + [2844] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat1, 2), + [2846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), + [2848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 5, .dynamic_precedence = 1, .production_id = 83), + [2850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 3, .dynamic_precedence = 1, .production_id = 48), + [2852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), + [2854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 5, .dynamic_precedence = 1, .production_id = 83), + [2856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand_list, 1), + [2858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), + [2860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 27), + [2862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 2, .dynamic_precedence = 1, .production_id = 27), + [2864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 3, .dynamic_precedence = 1, .production_id = 48), + [2866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 4, .dynamic_precedence = 1, .production_id = 70), + [2868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 2), + [2870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 2), + [2872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 3), + [2874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 3), + [2876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 4), + [2878] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 4), + [2880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_declarator, 2), + [2882] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_declarator, 2), [2884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand_list, 1), - [2886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), - [2888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), - [2890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), - [2892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(396), - [2894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 2, .dynamic_precedence = 1, .production_id = 27), - [2896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), - [2898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), - [2900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_field_declarator, 2), - [2902] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_field_declarator, 2), - [2904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), - [2906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1253), - [2908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), - [2910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1449), - [2912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1257), - [2914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1549), - [2916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), - [2918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), - [2920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1221), - [2922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470), - [2924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 5, .dynamic_precedence = 1, .production_id = 83), - [2926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), + [2886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1488), + [2888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1256), + [2890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), + [2892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1496), + [2894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054), + [2896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), + [2898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(396), + [2900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1294), + [2902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1446), + [2904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 2, .dynamic_precedence = 1, .production_id = 27), + [2906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), + [2908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_field_declarator, 2), + [2910] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_field_declarator, 2), + [2912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), + [2914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1252), + [2916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469), + [2918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1269), + [2920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1473), + [2922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), + [2924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), + [2926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 3, .dynamic_precedence = 1, .production_id = 48), [2928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, .production_id = 27), - [2930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), - [2932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1235), - [2934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379), - [2936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 4, .dynamic_precedence = 1, .production_id = 70), - [2938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 3, .dynamic_precedence = 1, .production_id = 48), - [2940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_type_declarator, 2), - [2942] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_type_declarator, 2), - [2944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 5, .production_id = 84), - [2946] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 5, .production_id = 84), - [2948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 3, .production_id = 49), - [2950] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 3, .production_id = 49), - [2952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_clobber_list, 1), + [2930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 4, .dynamic_precedence = 1, .production_id = 70), + [2932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 5, .dynamic_precedence = 1, .production_id = 83), + [2934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), + [2936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), + [2938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), + [2940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 3, .production_id = 49), + [2942] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 3, .production_id = 49), + [2944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, .production_id = 49), + [2946] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 4, .production_id = 49), + [2948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat2, 2, .production_id = 27), + [2950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_clobber_list, 1), + [2952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 2, .production_id = 28), [2954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, .production_id = 71), [2956] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 4, .production_id = 71), - [2958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_declarator, 3, .dynamic_precedence = -10), - [2960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_declarator, 3, .dynamic_precedence = -10), - [2962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat2, 2, .production_id = 27), - [2964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 2, .production_id = 28), - [2966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, .production_id = 49), - [2968] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 4, .production_id = 49), + [2958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 5, .production_id = 84), + [2960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 5, .production_id = 84), + [2962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_type_declarator, 2), + [2964] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_type_declarator, 2), + [2966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_declarator, 3, .dynamic_precedence = -10), + [2968] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_declarator, 3, .dynamic_precedence = -10), [2970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declarator, 1), [2972] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declarator, 1), - [2974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), - [2976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 5, .production_id = 84), - [2978] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 5, .production_id = 84), - [2980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), - [2982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_field_declarator, 3, .dynamic_precedence = -10), - [2984] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_field_declarator, 3, .dynamic_precedence = -10), - [2986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 3, .production_id = 49), - [2988] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 3, .production_id = 49), - [2990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), - [2992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, .production_id = 49), - [2994] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 4, .production_id = 49), - [2996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_field_declarator, 2, .production_id = 30), - [2998] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_field_declarator, 2, .production_id = 30), - [3000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1, .production_id = 43), - [3002] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1, .production_id = 43), - [3004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1), - [3006] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1), - [3008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, .production_id = 71), - [3010] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 4, .production_id = 71), - [3012] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), SHIFT_REPEAT(572), - [3015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), - [3017] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), SHIFT_REPEAT(1461), - [3020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, .dynamic_precedence = 1, .production_id = 27), - [3022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), - [3024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 3, .dynamic_precedence = 1, .production_id = 48), - [3026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1), - [3028] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1), - [3030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132), - [3032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), - [3034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1, .production_id = 1), - [3036] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1, .production_id = 1), - [3038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 40), - [3040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), - [3042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 38), - [3044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type_declarator, 2, .production_id = 30), - [3046] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type_declarator, 2, .production_id = 30), - [3048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 16), - [3050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, .production_id = 71), - [3052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 4, .production_id = 71), - [3054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 5, .production_id = 84), - [3056] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 5, .production_id = 84), - [3058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_expression_repeat1, 2), - [3060] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_expression_repeat1, 2), SHIFT_REPEAT(1184), - [3063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), - [3065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1461), - [3067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 4, .production_id = 60), - [3069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 3, .production_id = 49), - [3071] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 3, .production_id = 49), - [3073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, .production_id = 49), - [3075] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 4, .production_id = 49), - [3077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_type_declarator, 3, .dynamic_precedence = -10), - [3079] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_type_declarator, 3, .dynamic_precedence = -10), - [3081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 1, .production_id = 17), - [3083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 74), - [3085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(876), - [3087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 49), - [3089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_parenthesized_declarator, 3), - [3091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 2, .production_id = 30), - [3093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(881), - [3095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 59), - [3097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3), - [3099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 71), - [3101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 49), - [3103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 2), - [3105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__abstract_declarator, 1), - [3107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1, .production_id = 5), - [3109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), - [3111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 5, .production_id = 84), - [3113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), - [3115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand_list, 2, .production_id = 67), - [3117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1140), - [3119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_clobber_list, 2, .production_id = 93), - [3121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(722), - [3123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), - [3125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1407), - [3127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(711), - [3129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), - [3131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1185), - [3133] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_clobber_list_repeat1, 2, .production_id = 106), SHIFT_REPEAT(1140), - [3136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_clobber_list_repeat1, 2, .production_id = 106), - [3138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_input_operand_list_repeat1, 2, .production_id = 92), SHIFT_REPEAT(1123), - [3141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_input_operand_list_repeat1, 2, .production_id = 92), - [3143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_qualifier, 1), - [3145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(712), - [3147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203), - [3149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1203), - [3151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(317), - [3153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1528), - [3155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(691), - [3157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1401), - [3159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), - [3161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1484), - [3163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), - [3165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, .production_id = 41), - [3167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), - [3169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand_list, 2, .production_id = 67), - [3171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1369), - [3173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), - [3175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1192), - [3177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1547), - [3179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_clobber_list, 3, .production_id = 101), - [3181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand_list, 3, .production_id = 80), - [3183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand_list, 3, .production_id = 80), - [3185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), - [3187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(733), - [3189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1362), - [3191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(582), - [3193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), - [3195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1202), - [3197] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_output_operand_list_repeat1, 2, .production_id = 92), SHIFT_REPEAT(1114), - [3200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_output_operand_list_repeat1, 2, .production_id = 92), - [3202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(140), - [3204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1368), - [3206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(357), - [3208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1404), - [3210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(583), - [3212] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2), - [3214] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(1203), - [3217] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(1203), - [3220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(316), - [3222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1395), - [3224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), - [3226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), - [3228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), - [3230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), - [3232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), - [3234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 1, .production_id = 5), - [3236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), - [3238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), - [3240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), - [3242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), - [3244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), - [3246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), - [3248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), - [3250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand, 7, .production_id = 110), - [3252] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_goto_list_repeat1, 2, .production_id = 109), SHIFT_REPEAT(1553), - [3255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_goto_list_repeat1, 2, .production_id = 109), - [3257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), - [3259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_output_operand_list_repeat1, 2, .production_id = 67), - [3261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1351), - [3263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), - [3265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), - [3267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), - [3269] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), SHIFT_REPEAT(637), - [3272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), - [3274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), - [3276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), - [3278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), - [3280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_designator, 2, .production_id = 75), - [3282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), - [3284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), - [3286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), - [3288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), - [3290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), - [3292] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, .production_id = 52), SHIFT_REPEAT(1036), - [3295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, .production_id = 52), - [3297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), - [3299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand, 7, .production_id = 110), - [3301] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2), SHIFT_REPEAT(1359), - [3304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2), - [3306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), - [3308] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2), SHIFT_REPEAT(400), - [3311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), - [3313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), - [3315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1553), - [3317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_goto_list, 3, .production_id = 107), - [3319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), - [3321] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2), SHIFT_REPEAT(985), - [3324] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(546), - [3327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), - [3329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_designator, 3), - [3331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), - [3333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332), - [3335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_clobber_list_repeat1, 2, .production_id = 93), - [3337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), - [3339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), - [3341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), - [3343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), - [3345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), - [3347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), - [3349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), - [3351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand, 4, .production_id = 100), - [3353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand, 4, .production_id = 100), - [3355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), - [3357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), - [3359] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attribute_declaration_repeat1, 2), SHIFT_REPEAT(1351), - [3362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attribute_declaration_repeat1, 2), - [3364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), - [3366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [3368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), - [3370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), - [3372] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat2, 2, .production_id = 52), SHIFT_REPEAT(1052), - [3375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat2, 2, .production_id = 52), - [3377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), - [3379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_input_operand_list_repeat1, 2, .production_id = 67), - [3381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), - [3383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), - [3385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), - [3387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), - [3389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), - [3391] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 2), SHIFT_REPEAT(885), - [3394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 2), - [3396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240), - [3398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), - [3400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), - [3402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), - [3404] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2), SHIFT_REPEAT(1321), - [3407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2), - [3409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), - [3411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), - [3413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), - [3415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), - [3417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), - [3419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), - [3421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), - [3423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), - [3425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_goto_list, 2, .production_id = 102), - [3427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), - [3429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), - [3431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), - [3433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), - [3435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), - [3437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), - [3439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), - [3441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), - [3443] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 52), SHIFT_REPEAT(1074), - [3446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 52), - [3448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), - [3450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), - [3452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), - [3454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1529), - [3456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(714), - [3458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1409), - [3460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), - [3462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(319), - [3464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1561), - [3466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(687), - [3468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1403), - [3470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(130), - [3472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1432), - [3474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(364), - [3476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1510), - [3478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(685), - [3480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1400), - [3482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 4, .production_id = 41), - [3484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(338), - [3486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1397), - [3488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), - [3490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1441), - [3492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(312), - [3494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1394), - [3496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(715), - [3498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1378), - [3500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(721), - [3502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1406), - [3504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 1), - [3506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285), - [3508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_goto_list, 1), - [3510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(154), - [3512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1447), - [3514] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 4), - [3516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_goto_list_repeat1, 2, .production_id = 102), - [3518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1373), + [2974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), + [2976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_field_declarator, 3, .dynamic_precedence = -10), + [2978] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_field_declarator, 3, .dynamic_precedence = -10), + [2980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148), + [2982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 3, .production_id = 49), + [2984] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 3, .production_id = 49), + [2986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1), + [2988] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1), + [2990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, .production_id = 71), + [2992] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 4, .production_id = 71), + [2994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, .production_id = 49), + [2996] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 4, .production_id = 49), + [2998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_field_declarator, 2, .production_id = 30), + [3000] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_field_declarator, 2, .production_id = 30), + [3002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), + [3004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1, .production_id = 43), + [3006] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1, .production_id = 43), + [3008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 5, .production_id = 84), + [3010] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 5, .production_id = 84), + [3012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), + [3014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), + [3016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, .production_id = 49), + [3018] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 4, .production_id = 49), + [3020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1, .production_id = 1), + [3022] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1, .production_id = 1), + [3024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, .dynamic_precedence = 1, .production_id = 27), + [3026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), + [3028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1), + [3030] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1), + [3032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), + [3034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1420), + [3036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 4, .production_id = 60), + [3038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_type_declarator, 3, .dynamic_precedence = -10), + [3040] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_type_declarator, 3, .dynamic_precedence = -10), + [3042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 3, .production_id = 49), + [3044] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 3, .production_id = 49), + [3046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 3, .dynamic_precedence = 1, .production_id = 48), + [3048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 38), + [3050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 40), + [3052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type_declarator, 2, .production_id = 30), + [3054] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type_declarator, 2, .production_id = 30), + [3056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 5, .production_id = 84), + [3058] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 5, .production_id = 84), + [3060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), + [3062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_expression_repeat1, 2), + [3064] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_expression_repeat1, 2), SHIFT_REPEAT(1200), + [3067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, .production_id = 71), + [3069] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 4, .production_id = 71), + [3071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 16), + [3073] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), SHIFT_REPEAT(575), + [3076] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), + [3078] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), SHIFT_REPEAT(1420), + [3081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_parenthesized_declarator, 3), + [3083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 5, .production_id = 84), + [3085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(877), + [3087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 49), + [3089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 74), + [3091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 71), + [3093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(884), + [3095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__abstract_declarator, 1), + [3097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 49), + [3099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 2), + [3101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 2, .production_id = 30), + [3103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1, .production_id = 5), + [3105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), + [3107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3), + [3109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 1, .production_id = 17), + [3111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 59), + [3113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(746), + [3115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), + [3117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1382), + [3119] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_output_operand_list_repeat1, 2, .production_id = 92), SHIFT_REPEAT(1116), + [3122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_output_operand_list_repeat1, 2, .production_id = 92), + [3124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116), + [3126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand_list, 3, .production_id = 80), + [3128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), + [3130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand_list, 2, .production_id = 67), + [3132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1466), + [3134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), + [3136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1201), + [3138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(583), + [3140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), + [3142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1191), + [3144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, .production_id = 41), + [3146] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_clobber_list_repeat1, 2, .production_id = 106), SHIFT_REPEAT(1146), + [3149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_clobber_list_repeat1, 2, .production_id = 106), + [3151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(696), + [3153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1404), + [3155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand_list, 2, .production_id = 67), + [3157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), + [3159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1566), + [3161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), + [3163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(711), + [3165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), + [3167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1195), + [3169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(359), + [3171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1425), + [3173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(582), + [3175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(356), + [3177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1490), + [3179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand_list, 3, .production_id = 80), + [3181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), + [3183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_clobber_list, 2, .production_id = 93), + [3185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2), + [3187] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(1195), + [3190] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(1195), + [3193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(180), + [3195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1467), + [3197] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_input_operand_list_repeat1, 2, .production_id = 92), SHIFT_REPEAT(1115), + [3200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_input_operand_list_repeat1, 2, .production_id = 92), + [3202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162), + [3204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_clobber_list, 3, .production_id = 101), + [3206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_qualifier, 1), + [3208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1548), + [3210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(761), + [3212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1410), + [3214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(321), + [3216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1398), + [3218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(708), + [3220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), + [3222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1189), + [3224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), + [3226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), + [3228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), + [3230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1555), + [3232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_goto_list, 2, .production_id = 102), + [3234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), + [3236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand, 7, .production_id = 110), + [3238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand, 7, .production_id = 110), + [3240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), + [3242] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_goto_list_repeat1, 2, .production_id = 109), SHIFT_REPEAT(1555), + [3245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_goto_list_repeat1, 2, .production_id = 109), + [3247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), + [3249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), + [3251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), + [3253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), + [3255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_goto_list, 3, .production_id = 107), + [3257] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, .production_id = 52), SHIFT_REPEAT(1041), + [3260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, .production_id = 52), + [3262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), + [3264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_clobber_list_repeat1, 2, .production_id = 93), + [3266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand, 4, .production_id = 100), + [3268] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 2), SHIFT_REPEAT(881), + [3271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 2), + [3273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), + [3275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), + [3277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), + [3279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), + [3281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), + [3283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_input_operand_list_repeat1, 2, .production_id = 67), + [3285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), + [3287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240), + [3289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), + [3291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), + [3293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), + [3295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 1, .production_id = 5), + [3297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), + [3299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand, 4, .production_id = 100), + [3301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), + [3303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), + [3305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), + [3307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), + [3309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), + [3311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1349), + [3313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), + [3315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_output_operand_list_repeat1, 2, .production_id = 67), + [3317] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attribute_declaration_repeat1, 2), SHIFT_REPEAT(1356), + [3320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attribute_declaration_repeat1, 2), + [3322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), + [3324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), + [3326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), + [3328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088), + [3330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), + [3332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), + [3334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), + [3336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), + [3338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), + [3340] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2), SHIFT_REPEAT(400), + [3343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), + [3345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), + [3347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), + [3349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), + [3351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), + [3353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), + [3355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_designator, 3), + [3357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), + [3359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), + [3361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), + [3363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), + [3365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), + [3367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), + [3369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), + [3371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1255), + [3373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), + [3375] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 52), SHIFT_REPEAT(1063), + [3378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 52), + [3380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), + [3382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), + [3384] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat2, 2, .production_id = 52), SHIFT_REPEAT(1054), + [3387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat2, 2, .production_id = 52), + [3389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1035), + [3391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), + [3393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), + [3395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_designator, 2, .production_id = 75), + [3397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), + [3399] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), SHIFT_REPEAT(637), + [3402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), + [3404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), + [3406] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2), SHIFT_REPEAT(1362), + [3409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2), + [3411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), + [3413] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2), SHIFT_REPEAT(1311), + [3416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2), + [3418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), + [3420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), + [3422] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2), SHIFT_REPEAT(969), + [3425] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(435), + [3428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), + [3430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), + [3432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), + [3434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), + [3436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), + [3438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), + [3440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [3442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), + [3444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), + [3446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), + [3448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), + [3450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), + [3452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1444), + [3454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), + [3456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), + [3458] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 4), + [3460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(168), + [3462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1450), + [3464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(365), + [3466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1390), + [3468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 4, .production_id = 41), + [3470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), + [3472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), + [3474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), + [3476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1487), + [3478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(326), + [3480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1453), + [3482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(756), + [3484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1412), + [3486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(318), + [3488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1397), + [3490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(762), + [3492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1409), + [3494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1471), + [3496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(680), + [3498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1406), + [3500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(699), + [3502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1403), + [3504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(754), + [3506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1385), + [3508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(347), + [3510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1516), + [3512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(337), + [3514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1400), + [3516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1376), + [3518] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 2), [3520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 3, .production_id = 27), - [3522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(324), - [3524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1546), - [3526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), - [3528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419), - [3530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, .production_id = 5), - [3532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(720), - [3534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1364), - [3536] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 2), - [3538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1440), - [3540] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 3), - [3542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), - [3544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(320), - [3546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1462), - [3548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), - [3550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), - [3552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), - [3554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), - [3556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), - [3558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), - [3560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), - [3562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), - [3564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), - [3566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), - [3568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), - [3570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), - [3572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), - [3574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 4, .production_id = 57), + [3522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 1), + [3524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(730), + [3526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1367), + [3528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(189), + [3530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1493), + [3532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), + [3534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_goto_list, 1), + [3536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, .production_id = 5), + [3538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_goto_list_repeat1, 2, .production_id = 102), + [3540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(355), + [3542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1465), + [3544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), + [3546] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 3), + [3548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), + [3550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), + [3552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), + [3554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), + [3556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), + [3558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1481), + [3560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), + [3562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), + [3564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), + [3566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), + [3568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), + [3570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), + [3572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), + [3574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), [3576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), - [3578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), - [3580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), - [3582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), - [3584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), - [3586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), - [3588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), - [3590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), - [3592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), - [3594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), - [3596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), - [3598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), - [3600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), - [3602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), - [3604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), - [3606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), - [3608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), - [3610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), - [3612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1430), - [3614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), - [3616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), - [3618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), - [3620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), - [3622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), - [3624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), - [3626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1532), - [3628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1563), - [3630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), - [3632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), - [3634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), - [3636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), - [3638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), - [3640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), - [3642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), - [3644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), - [3646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), - [3648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), - [3650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), - [3652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), - [3654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [3656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1481), - [3658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), - [3660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), - [3662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1507), - [3664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), - [3666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), - [3668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), - [3670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), - [3672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), - [3674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), - [3676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 5, .production_id = 73), - [3678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), - [3680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), - [3682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), - [3684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), - [3686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), - [3688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), + [3578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), + [3580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [3582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), + [3584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), + [3586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), + [3588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), + [3590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), + [3592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), + [3594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), + [3596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), + [3598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), + [3600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), + [3602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), + [3604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), + [3606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), + [3608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), + [3610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), + [3612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), + [3614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), + [3616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), + [3618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), + [3620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), + [3622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_based_modifier, 2), + [3624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275), + [3626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1484), + [3628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), + [3630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), + [3632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), + [3634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), + [3636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), + [3638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), + [3640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), + [3642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), + [3644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), + [3646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), + [3648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), + [3650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), + [3652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), + [3654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), + [3656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), + [3658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), + [3660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1518), + [3662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1482), + [3664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), + [3666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), + [3668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), + [3670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), + [3672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), + [3674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), + [3676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), + [3678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), + [3680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 4, .production_id = 57), + [3682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), + [3684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379), + [3686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), + [3688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), [3690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), - [3692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), - [3694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), - [3696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), - [3698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_based_modifier, 2), - [3700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), - [3702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), - [3704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), - [3706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), - [3708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), - [3710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), - [3712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), - [3714] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [3716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), - [3718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), - [3720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), - [3722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), - [3724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), - [3726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), - [3728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), - [3730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), - [3732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), - [3734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1434), - [3736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), - [3738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), - [3740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), - [3742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, .production_id = 57), - [3744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), - [3746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), - [3748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), - [3750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), - [3752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), - [3754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413), - [3756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370), - [3758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), - [3760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), - [3762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1543), - [3764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), - [3766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), - [3768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), - [3770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), - [3772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), - [3774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), - [3776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), - [3778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), - [3780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), - [3782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), - [3784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), - [3786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), - [3788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), - [3790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), - [3792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), - [3794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), - [3796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), - [3798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), - [3800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), - [3802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1511), - [3804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 5, .production_id = 73), - [3806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), - [3808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), - [3810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), - [3812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), - [3814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), - [3816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), - [3818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), - [3820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340), - [3822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), - [3824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), - [3826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), - [3828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), - [3830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), - [3832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), - [3834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), - [3836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), - [3838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), - [3840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), - [3842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), + [3692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [3694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), + [3696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), + [3698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), + [3700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), + [3702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), + [3704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), + [3706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), + [3708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), + [3710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), + [3712] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [3714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1474), + [3716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), + [3718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1515), + [3720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), + [3722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), + [3724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), + [3726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 5, .production_id = 73), + [3728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), + [3730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), + [3732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), + [3734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), + [3736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), + [3738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), + [3740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), + [3742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), + [3744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), + [3746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), + [3748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), + [3750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), + [3752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1416), + [3754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), + [3756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), + [3758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), + [3760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), + [3762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), + [3764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), + [3766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), + [3768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), + [3770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), + [3772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), + [3774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, .production_id = 57), + [3776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), + [3778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), + [3780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203), + [3782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), + [3784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), + [3786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1546), + [3788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), + [3790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), + [3792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), + [3794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), + [3796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), + [3798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), + [3800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), + [3802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), + [3804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), + [3806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), + [3808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 5, .production_id = 73), + [3810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), + [3812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), + [3814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1558), + [3816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), + [3818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1441), + [3820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), + [3822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), + [3824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), + [3826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), + [3828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), + [3830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), + [3832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), + [3834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1350), + [3836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), + [3838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), + [3840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), + [3842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), [3844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), - [3846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), + [3846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), [3848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), }; From a726cb95ee0c249fd6330e2c40e8c25f512bcb09 Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Mon, 17 Jul 2023 05:05:56 -0400 Subject: [PATCH 2/2] chore: add a test --- test/corpus/expressions.txt | 46 +++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/test/corpus/expressions.txt b/test/corpus/expressions.txt index ac9f276..39ab4f6 100644 --- a/test/corpus/expressions.txt +++ b/test/corpus/expressions.txt @@ -205,6 +205,52 @@ asm volatile ( (string_literal (string_content)))))) +================================================================================ +Function call with compound statement +================================================================================ + +#define TAKES_BLOCK(x, block) for (i = 0; i < x; i++) block + +int main(void) { + { + int x = 0; + } + TAKES_BLOCK(10, { + // Doesn't matter what I put in here + }); +} + +-------------------------------------------------------------------------------- + +(translation_unit + (preproc_function_def + (identifier) + (preproc_params + (identifier) + (identifier)) + (preproc_arg)) + (function_definition + (primitive_type) + (function_declarator + (identifier) + (parameter_list + (parameter_declaration + (primitive_type)))) + (compound_statement + (compound_statement + (declaration + (primitive_type) + (init_declarator + (identifier) + (number_literal)))) + (expression_statement + (call_expression + (identifier) + (argument_list + (number_literal) + (compound_statement + (comment)))))))) + ================================================================================ String literals ================================================================================